Date: Sat, 22 Sep 2007 10:38:25 -0700 (PDT) From: Peter Johnson <johnson.peter@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/116554: [MAINT] security/zzuf: Update to 0.9 Message-ID: <20070922173825.DA08B17307@cvs.tortall.net> Resent-Message-ID: <200709221740.l8MHe7aV007900@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 116554 >Category: ports >Synopsis: [MAINT] security/zzuf: Update to 0.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 22 17:40:07 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Peter Johnson >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: >Description: Update security/zzuf from 0.8.1 to 0.9. >How-To-Repeat: >Fix: Patch attached. FreeBSD-local patch in files/ was incorporated upstream. --- zzuf-0.9.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/zzuf/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 23 Jul 2007 09:36:33 -0000 1.3 +++ Makefile 22 Sep 2007 17:35:33 -0000 @@ -6,7 +6,7 @@ # PORTNAME= zzuf -PORTVERSION= 0.8.1 +PORTVERSION= 0.9 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://sam.zoy.org/zzuf/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/security/zzuf/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 6 Mar 2007 05:36:34 -0000 1.1 +++ distinfo 22 Sep 2007 17:35:33 -0000 @@ -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 Index: files/patch-src_lib-mem.c =================================================================== RCS file: files/patch-src_lib-mem.c diff -N files/patch-src_lib-mem.c --- files/patch-src_lib-mem.c 11 Apr 2007 20:27:21 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -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 */ ===> Done --- zzuf-0.9.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070922173825.DA08B17307>