aboutsummaryrefslogtreecommitdiff
path: root/security/zzuf
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2010-02-20 09:56:30 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2010-02-20 09:56:30 +0000
commit262c8c0b978273faceb5b813ad563e89d85fb0e1 (patch)
tree320b42eb206c2953a8cf4776380a84f866ddc4f3 /security/zzuf
parent58ad31888a232b692a31aa7acf49a334ac0c2cc4 (diff)
downloadports-262c8c0b978273faceb5b813ad563e89d85fb0e1.tar.gz
ports-262c8c0b978273faceb5b813ad563e89d85fb0e1.zip
- Update to 1.13
PR: ports/144122 Submitted by: Peter Johnson <johnson.peter AT gmail.com> Feature safe: yes
Notes
Notes: svn path=/head/; revision=250082
Diffstat (limited to 'security/zzuf')
-rw-r--r--security/zzuf/Makefile6
-rw-r--r--security/zzuf/distinfo6
-rw-r--r--security/zzuf/files/patch-src_lib-mem.c11
-rw-r--r--security/zzuf/pkg-plist1
4 files changed, 7 insertions, 17 deletions
diff --git a/security/zzuf/Makefile b/security/zzuf/Makefile
index 932e052d6baa..53eac5d6410f 100644
--- a/security/zzuf/Makefile
+++ b/security/zzuf/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= zzuf
-PORTVERSION= 0.12
+PORTVERSION= 0.13
CATEGORIES= security
-MASTER_SITES= http://libcaca.zoy.org/files/zzuf/
+MASTER_SITES= http://caca.zoy.org/raw-attachment/wiki/zzuf/
MAINTAINER= johnson.peter@gmail.com
COMMENT= Transparent application input fuzzer
@@ -16,7 +16,7 @@ COMMENT= Transparent application input fuzzer
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-MAN1= zzuf.1
+MAN1= zzuf.1 zzcat.1
MAN3= libzzuf.3
post-install:
diff --git a/security/zzuf/distinfo b/security/zzuf/distinfo
index c818880eca0c..5ed4a3cd40e9 100644
--- a/security/zzuf/distinfo
+++ b/security/zzuf/distinfo
@@ -1,3 +1,3 @@
-MD5 (zzuf-0.12.tar.gz) = 39f97432b02e358cdf2915f844ee3106
-SHA256 (zzuf-0.12.tar.gz) = 0a89fdb6912d4dd68ac88c54951e87738294d13562e0d57662fb90974b947710
-SIZE (zzuf-0.12.tar.gz) = 446043
+MD5 (zzuf-0.13.tar.gz) = 74579c429f9691f641a14f408997d42d
+SHA256 (zzuf-0.13.tar.gz) = 0842c548522028c3e0d9c9cf7d09f6320b661f33824bb6df19ca209851bdf627
+SIZE (zzuf-0.13.tar.gz) = 461498
diff --git a/security/zzuf/files/patch-src_lib-mem.c b/security/zzuf/files/patch-src_lib-mem.c
deleted file mode 100644
index 00d62357c82b..000000000000
--- a/security/zzuf/files/patch-src_lib-mem.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/lib-mem.c.orig Tue Feb 20 18:18:25 2007
-+++ src/lib-mem.c Mon Apr 9 12:45:22 2007
-@@ -20,6 +20,8 @@
-
- /* Need this for RTLD_NEXT */
- #define _GNU_SOURCE
-+/* Need this for MAP_ANON */
-+#define __BSD_VISIBLE 1
- /* Use this to get mmap64() on glibc systems */
- #define _LARGEFILE64_SOURCE
- /* Use this to get posix_memalign */
diff --git a/security/zzuf/pkg-plist b/security/zzuf/pkg-plist
index 4e5cfac16147..c8ab29b17139 100644
--- a/security/zzuf/pkg-plist
+++ b/security/zzuf/pkg-plist
@@ -1,4 +1,5 @@
@comment $FreeBSD$
+bin/zzcat
bin/zzuf
lib/zzuf/libzzuf.so
lib/zzuf/libzzuf.a