bfbtester 2.0 update
This commit is contained in:
parent
2449dfe7ed
commit
2ca52d3559
@ -1,26 +1,25 @@
|
||||
# Makefile for: bfbtester
|
||||
# Version required: 1.0
|
||||
# Date created: 29 Jun 2000
|
||||
# Whom: dugsong@monkey.org
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.2 2000/10/22 14:03:43 espie Exp $
|
||||
|
||||
DISTNAME= bfbtester-1.0
|
||||
# $OpenBSD: Makefile,v 1.3 2001/02/22 06:59:26 obecian Exp $
|
||||
|
||||
DISTNAME= bfbtester-2.0
|
||||
CATEGORIES= security
|
||||
NEED_VERSION= 1.340
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= bfbtester
|
||||
|
||||
HOMEPAGE= http://bfbtester.sourceforge.net/
|
||||
|
||||
MAINTAINER= Dug Song <dugsong@monkey.org>
|
||||
|
||||
MASTER_SITES= http://my.ispchannel.com/~mheffner/bfbtester/
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
PERMIT_PACKAGE_CDROM= YES
|
||||
PERMIT_PACKAGE_FTP= YES
|
||||
PERMIT_DISTFILES_CDROM= YES
|
||||
PERMIT_DISTFILES_FTP= YES
|
||||
BUILD_DEPENDS= automake::devel/automake
|
||||
|
||||
ALL_TARGET= bfbtester
|
||||
CONFIGURE_STYLE= autoconf
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/bfbtester ${PREFIX}/bin/
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/src/bfbt/bfbtester ${PREFIX}/bin/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (bfbtester-1.0.tar.gz) = 9521843ef107ae74168a50ba759d2624
|
||||
RMD160 (bfbtester-1.0.tar.gz) = 3cde048cc2f4f72f4d0037418b2be48fad5aa1b4
|
||||
SHA1 (bfbtester-1.0.tar.gz) = 967e0baf74dc2d5313bfadead0874dd1127c945a
|
||||
MD5 (bfbtester-2.0.tar.gz) = 73f41bfe1b8498b7bb2967fe7339e8bd
|
||||
RMD160 (bfbtester-2.0.tar.gz) = 5a82df1884d2c2d19dad5136d88373658ba9cb85
|
||||
SHA1 (bfbtester-2.0.tar.gz) = 5891bf56f8b19a9530546843f81180655d25ecc2
|
||||
|
11
security/bfbtester/patches/patch-configure
Normal file
11
security/bfbtester/patches/patch-configure
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.orig Tue Feb 20 20:26:15 2001
|
||||
+++ configure Tue Feb 20 20:27:30 2001
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
# Defaults:
|
||||
ac_help=
|
||||
-ac_default_prefix=/usr/local
|
||||
+ac_default_prefix=$prefix
|
||||
# Any additions from configure.in:
|
||||
|
||||
# Initialize some variables set by options.
|
@ -1,5 +1,3 @@
|
||||
http://my.ispchannel.com/~mheffner/bfbtester/
|
||||
|
||||
bfbtester is a quick hack I put together to do some basic overflow
|
||||
tests on binary programs. It probably won't catch everything wrong or
|
||||
every program, but it's pretty good at catching the bad
|
||||
@ -7,3 +5,4 @@ ones. bfbtester can either run tests on a single binary or walk
|
||||
through a whole directory of binaries. Currently bfbtester tests for
|
||||
argument overflows and environment variable overflows.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/02/22 06:59:26 obecian Exp $
|
||||
bin/bfbtester
|
||||
|
Loading…
Reference in New Issue
Block a user