Date: Wed, 14 Nov 2007 21:38:54 -0800 (PST) From: Peter Johnson <johnson.peter@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/118066: [MAINT] security/zzuf: Update to 0.10, unbreak on HEAD Message-ID: <20071115053854.CE8E019EC8@cvs.tortall.net> Resent-Message-ID: <200711150600.lAF605UH099059@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 118066 >Category: ports >Synopsis: [MAINT] security/zzuf: Update to 0.10, unbreak on HEAD >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: Thu Nov 15 06:00:05 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Peter Johnson >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: >Description: Update security/zzuf from 0.9 to 0.10. Unbreak on HEAD (broken due to my mistake in ports/116554; the patch was not actually incorporated upstream). >How-To-Repeat: >Fix: Patch attached. Original FreeBSD-local patch in files/ restored from CVS r1.1. --- zzuf-0.10.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/zzuf/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 23 Sep 2007 05:44:25 -0000 1.4 +++ Makefile 15 Nov 2007 05:31:44 -0000 @@ -6,7 +6,7 @@ # PORTNAME= zzuf -PORTVERSION= 0.9 +PORTVERSION= 0.10 CATEGORIES= security MASTER_SITES= http://sam.zoy.org/zzuf/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/security/zzuf/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 23 Sep 2007 05:44:25 -0000 1.2 +++ distinfo 15 Nov 2007 05:31:44 -0000 @@ -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 Index: files/patch-src_lib-mem.c =================================================================== RCS file: files/patch-src_lib-mem.c diff -N files/patch-src_lib-mem.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src_lib-mem.c 15 Nov 2007 05:31:44 -0000 @@ -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 */ --- zzuf-0.10.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?20071115053854.CE8E019EC8>