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

(-)Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	zzuf
8
PORTNAME=	zzuf
9
PORTVERSION=	0.9
9
PORTVERSION=	0.10
10
CATEGORIES=	security
10
CATEGORIES=	security
11
MASTER_SITES=	http://sam.zoy.org/zzuf/
11
MASTER_SITES=	http://sam.zoy.org/zzuf/
12
12
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (zzuf-0.9.tar.gz) = 2c63c33b874877454ef5123c3c964a20
1
MD5 (zzuf-0.10.tar.gz) = 2cbaea84c18304df15ef6e74c0fb2d16
2
SHA256 (zzuf-0.9.tar.gz) = 7df5232b8c6004828bcde2ac32d9d75b2b39d4f4bd4c9c56582f739aa62efa58
2
SHA256 (zzuf-0.10.tar.gz) = a5fa82e49c01721f0ae339345780c55d1ae9e42ed6909901a1c688800e5b834c
3
SIZE (zzuf-0.9.tar.gz) = 422252
3
SIZE (zzuf-0.10.tar.gz) = 425897
(-)files/patch-src_lib-mem.c (+11 lines)
Added 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 118066