View | Details | Raw Unified | Return to bug 144122
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	zzuf
8
PORTNAME=	zzuf
9
PORTVERSION=	0.12
9
PORTVERSION=	0.13
10
CATEGORIES=	security
10
CATEGORIES=	security
11
MASTER_SITES=	http://libcaca.zoy.org/files/zzuf/
11
MASTER_SITES=	http://caca.zoy.org/raw-attachment/wiki/zzuf/
12
12
13
MAINTAINER=	johnson.peter@gmail.com
13
MAINTAINER=	johnson.peter@gmail.com
14
COMMENT=	Transparent application input fuzzer
14
COMMENT=	Transparent application input fuzzer
Lines 16-22 Link Here
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
18
19
MAN1=	zzuf.1
19
MAN1=	zzuf.1 zzcat.1
20
MAN3=	libzzuf.3
20
MAN3=	libzzuf.3
21
21
22
post-install:
22
post-install:
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (zzuf-0.12.tar.gz) = 39f97432b02e358cdf2915f844ee3106
1
MD5 (zzuf-0.13.tar.gz) = 74579c429f9691f641a14f408997d42d
2
SHA256 (zzuf-0.12.tar.gz) = 0a89fdb6912d4dd68ac88c54951e87738294d13562e0d57662fb90974b947710
2
SHA256 (zzuf-0.13.tar.gz) = 0842c548522028c3e0d9c9cf7d09f6320b661f33824bb6df19ca209851bdf627
3
SIZE (zzuf-0.12.tar.gz) = 446043
3
SIZE (zzuf-0.13.tar.gz) = 461498
(-)pkg-plist (+1 lines)
Lines 1-4 Link Here
1
@comment $FreeBSD: ports/security/zzuf/pkg-plist,v 1.1 2007/03/06 05:36:34 clsung Exp $
1
@comment $FreeBSD: ports/security/zzuf/pkg-plist,v 1.1 2007/03/06 05:36:34 clsung Exp $
2
bin/zzcat
2
bin/zzuf
3
bin/zzuf
3
lib/zzuf/libzzuf.so
4
lib/zzuf/libzzuf.so
4
lib/zzuf/libzzuf.a
5
lib/zzuf/libzzuf.a
(-)files/patch-src_lib-mem.c (-11 lines)
Removed Link Here
1
--- src/lib-mem.c.orig	Tue Feb 20 18:18:25 2007
2
+++ src/lib-mem.c	Mon Apr  9 12:45:22 2007
3
@@ -20,6 +20,8 @@
4
 
5
 /* Need this for RTLD_NEXT */
6
 #define _GNU_SOURCE
7
+/* Need this for MAP_ANON */
8
+#define __BSD_VISIBLE 1
9
 /* Use this to get mmap64() on glibc systems */
10
 #define _LARGEFILE64_SOURCE
11
 /* Use this to get posix_memalign */

Return to bug 144122