diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-06 05:36:34 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-06 05:36:34 +0000 |
commit | 5a4a332130a06d30b90eaf1dfbba8ed673db10c4 (patch) | |
tree | 6c69deedbde7d62f28e4bfa3a3ed1c7aa923fd46 /security/zzuf | |
parent | cd75a344584d9374d4d5fa5e3405bd9e8d87962f (diff) | |
download | ports-5a4a332130a06d30b90eaf1dfbba8ed673db10c4.tar.gz ports-5a4a332130a06d30b90eaf1dfbba8ed673db10c4.zip |
Move zzuf-0.8.1 from devel/, transparent application input fuzzer.
Noted by: kris
PR: ports/109829
Submitted by: Peter Johnson <johnson.peter at gmail.com>
Notes
Notes:
svn path=/head/; revision=186633
Diffstat (limited to 'security/zzuf')
-rw-r--r-- | security/zzuf/Makefile | 26 | ||||
-rw-r--r-- | security/zzuf/distinfo | 3 | ||||
-rw-r--r-- | security/zzuf/pkg-descr | 8 | ||||
-rw-r--r-- | security/zzuf/pkg-plist | 5 |
4 files changed, 42 insertions, 0 deletions
diff --git a/security/zzuf/Makefile b/security/zzuf/Makefile new file mode 100644 index 000000000000..40aa55648f3c --- /dev/null +++ b/security/zzuf/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: zzuf +# Date created: 2007-03-03 +# Whom: Peter Johnson <johnson.peter@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= zzuf +PORTVERSION= 0.8.1 +CATEGORIES= security +MASTER_SITES= http://sam.zoy.org/zzuf/ + +MAINTAINER= johnson.peter@gmail.com +COMMENT= Transparent application input fuzzer + +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --mandir=${MANPREFIX}/man +USE_LDCONFIG= yes + +MAN1= zzuf.1 + +post-install: + @${RM} -f ${PREFIX}/lib/zzuf/libzzuf.la + +.include <bsd.port.mk> diff --git a/security/zzuf/distinfo b/security/zzuf/distinfo new file mode 100644 index 000000000000..7f0be50ed1b2 --- /dev/null +++ b/security/zzuf/distinfo @@ -0,0 +1,3 @@ +MD5 (zzuf-0.8.1.tar.gz) = 1970dcf4f77251bea843b0f6ae19231c +SHA256 (zzuf-0.8.1.tar.gz) = a16cbe19ea03b93a174d731bf1aba5205e2f4480a7118129eda6b0cb7c7b39bb +SIZE (zzuf-0.8.1.tar.gz) = 419718 diff --git a/security/zzuf/pkg-descr b/security/zzuf/pkg-descr new file mode 100644 index 000000000000..b1f14029db8e --- /dev/null +++ b/security/zzuf/pkg-descr @@ -0,0 +1,8 @@ +zzuf is a transparent application input fuzzer. Its purpose is to +find bugs in applications by corrupting their user-contributed data +(which more than often comes from untrusted sources on the Internet). +It works by intercepting file and network operations and changing +random bits in the program's input. zzuf's behaviour is +deterministic, making it easier to reproduce bugs. + +WWW: http://sam.zoy.org/zzuf/ diff --git a/security/zzuf/pkg-plist b/security/zzuf/pkg-plist new file mode 100644 index 000000000000..4e5cfac16147 --- /dev/null +++ b/security/zzuf/pkg-plist @@ -0,0 +1,5 @@ +@comment $FreeBSD$ +bin/zzuf +lib/zzuf/libzzuf.so +lib/zzuf/libzzuf.a +@dirrm lib/zzuf |