ports/144122: [maint] security/zzuf: Update to 1.13

Peter Johnson johnson.peter at gmail.com
Sat Feb 20 07:10:03 UTC 2010


>Number:         144122
>Category:       ports
>Synopsis:       [maint] security/zzuf: Update to 1.13
>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 Feb 20 07:10:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Peter Johnson
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
Patch attached.

--- zzuf-0.13.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/zzuf/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	21 Aug 2008 06:18:22 -0000	1.7
+++ Makefile	20 Feb 2010 06:53:22 -0000
@@ -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 at gmail.com
 COMMENT=	Transparent application input fuzzer
@@ -16,7 +16,7 @@
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-MAN1=	zzuf.1
+MAN1=	zzuf.1 zzcat.1
 MAN3=	libzzuf.3
 
 post-install:
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/zzuf/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	15 Jun 2008 08:59:55 -0000	1.4
+++ distinfo	20 Feb 2010 06:53:22 -0000
@@ -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
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/security/zzuf/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	6 Mar 2007 05:36:34 -0000	1.1
+++ pkg-plist	20 Feb 2010 06:53:22 -0000
@@ -1,4 +1,5 @@
 @comment $FreeBSD: ports/security/zzuf/pkg-plist,v 1.1 2007/03/06 05:36:34 clsung Exp $
+bin/zzcat
 bin/zzuf
 lib/zzuf/libzzuf.so
 lib/zzuf/libzzuf.a
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	30 Nov 2007 21:11:04 -0000	1.3
+++ /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 */
--- zzuf-0.13.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list