diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-11-30 21:11:04 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-11-30 21:11:04 +0000 |
commit | 32ddc123728a524eafdc621833ff46cbf7602025 (patch) | |
tree | 73212a7794b3223053a4b5c522a8239e1eb841b6 /security/zzuf | |
parent | 1b319cd731a8170d803f14c52a2655e6a9e52586 (diff) |
Notes
Diffstat (limited to 'security/zzuf')
-rw-r--r-- | security/zzuf/Makefile | 2 | ||||
-rw-r--r-- | security/zzuf/distinfo | 6 | ||||
-rw-r--r-- | security/zzuf/files/patch-src_lib-mem.c | 11 |
3 files changed, 15 insertions, 4 deletions
diff --git a/security/zzuf/Makefile b/security/zzuf/Makefile index 040ed1323af3..2227a370780c 100644 --- a/security/zzuf/Makefile +++ b/security/zzuf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zzuf -PORTVERSION= 0.9 +PORTVERSION= 0.10 CATEGORIES= security MASTER_SITES= http://sam.zoy.org/zzuf/ diff --git a/security/zzuf/distinfo b/security/zzuf/distinfo index a7c86be812c2..39c1e13a0d9b 100644 --- a/security/zzuf/distinfo +++ b/security/zzuf/distinfo @@ -1,3 +1,3 @@ -MD5 (zzuf-0.9.tar.gz) = 2c63c33b874877454ef5123c3c964a20 -SHA256 (zzuf-0.9.tar.gz) = 7df5232b8c6004828bcde2ac32d9d75b2b39d4f4bd4c9c56582f739aa62efa58 -SIZE (zzuf-0.9.tar.gz) = 422252 +MD5 (zzuf-0.10.tar.gz) = 2cbaea84c18304df15ef6e74c0fb2d16 +SHA256 (zzuf-0.10.tar.gz) = a5fa82e49c01721f0ae339345780c55d1ae9e42ed6909901a1c688800e5b834c +SIZE (zzuf-0.10.tar.gz) = 425897 diff --git a/security/zzuf/files/patch-src_lib-mem.c b/security/zzuf/files/patch-src_lib-mem.c new file mode 100644 index 000000000000..00d62357c82b --- /dev/null +++ b/security/zzuf/files/patch-src_lib-mem.c @@ -0,0 +1,11 @@ +--- 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 */ |