diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2007-09-23 13:44:25 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2007-09-23 13:44:25 +0800 |
commit | ed01e0de8c0dddeb14ff1e3a4294c48d3aa92e15 (patch) | |
tree | fc7d1df2273bbfdeef5c735e4ae06a04c360687a /security | |
parent | 505028d5e9d105d5794561402d7f00503e9c79b7 (diff) | |
download | freebsd-ports-gnome-ed01e0de8c0dddeb14ff1e3a4294c48d3aa92e15.tar.gz freebsd-ports-gnome-ed01e0de8c0dddeb14ff1e3a4294c48d3aa92e15.tar.zst freebsd-ports-gnome-ed01e0de8c0dddeb14ff1e3a4294c48d3aa92e15.zip |
- Update to 0.9
PR: ports/116554
Submitted by: Peter Johnson <johnson.peter AT gmail.com> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/zzuf/Makefile | 3 | ||||
-rw-r--r-- | security/zzuf/distinfo | 6 | ||||
-rw-r--r-- | security/zzuf/files/patch-src_lib-mem.c | 11 |
3 files changed, 4 insertions, 16 deletions
diff --git a/security/zzuf/Makefile b/security/zzuf/Makefile index 91e20d0f0f2a..040ed1323af3 100644 --- a/security/zzuf/Makefile +++ b/security/zzuf/Makefile @@ -6,8 +6,7 @@ # PORTNAME= zzuf -PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTVERSION= 0.9 CATEGORIES= security MASTER_SITES= http://sam.zoy.org/zzuf/ diff --git a/security/zzuf/distinfo b/security/zzuf/distinfo index 7f0be50ed1b2..a7c86be812c2 100644 --- a/security/zzuf/distinfo +++ b/security/zzuf/distinfo @@ -1,3 +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 +MD5 (zzuf-0.9.tar.gz) = 2c63c33b874877454ef5123c3c964a20 +SHA256 (zzuf-0.9.tar.gz) = 7df5232b8c6004828bcde2ac32d9d75b2b39d4f4bd4c9c56582f739aa62efa58 +SIZE (zzuf-0.9.tar.gz) = 422252 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 */ |