bump 0.14 => 0.15
- two patches are removed because merged upstream
- one patch added to remove <alloca.h>
Index: Makefile
===================================================================
RCS file: /cvs/ports/misc/zzuf/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- Makefile 5 Feb 2018 06:30:21 -0000 1.18
+++ Makefile 29 Apr 2018 12:18:16 -0000
@@ -4,9 +4,9 @@ BROKEN-hppa= __sync_lock_test_and_set_4
COMMENT= transparent application input fuzzer
-VERSION= 0.14
+VERSION= 0.15
DISTNAME= zzuf-${VERSION}
-REVISION= 1
+
CATEGORIES= misc security
MASTER_SITES= https://github.com/samhocevar/zzuf/releases/download/v${VERSION}/
Index: distinfo
===================================================================
RCS file: /cvs/ports/misc/zzuf/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo 19 Nov 2015 00:55:23 -0000 1.7
+++ distinfo 29 Apr 2018 12:18:16 -0000
@@ -1,2 +1,2 @@
-SHA256 (zzuf-0.14.tar.gz) = KRtB1Trm33XQ0rSg+qMzrfxKArnKhwa+5H73vmV5Zs4=
-SIZE (zzuf-0.14.tar.gz) = 469885
+SHA256 (zzuf-0.15.tar.gz) = o09iRQPgms0mnHDYJqrCo1wD6E3DUYc/FA8LpqeS/9Y=
+SIZE (zzuf-0.15.tar.gz) = 493559
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/misc/zzuf/patches/patch-configure,v
retrieving revision 1.1
diff -u -p -r1.1 patch-configure
--- patches/patch-configure 14 Mar 2017 02:43:18 -0000 1.1
+++ patches/patch-configure 29 Apr 2018 12:18:16 -0000
@@ -1,7 +1,8 @@
$OpenBSD: patch-configure,v 1.1 2017/03/14 02:43:18 jca Exp $
---- configure.orig Tue Mar 14 03:39:28 2017
-+++ configure Tue Mar 14 03:41:16 2017
-@@ -11915,7 +11915,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$
+Index: configure
+--- configure.orig
++++ configure
+@@ -12423,7 +12423,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_try_cflags_ok" >&5
$as_echo "$ac_cv_try_cflags_ok" >&6; }
if test x"$ac_cv_try_cflags_ok" = x"yes"; then
Index: patches/patch-src_libzzuf_lib-stream_c
===================================================================
RCS file: patches/patch-src_libzzuf_lib-stream_c
diff -N patches/patch-src_libzzuf_lib-stream_c
--- patches/patch-src_libzzuf_lib-stream_c 19 Nov 2015 00:55:23 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,16 +0,0 @@
-A simple missing semicolon. Fixed upstream by commit 9eb78c6:
-
- https://github.com/samhocevar/zzuf/commit/9eb78c602c1ef292cb5d94e6dad5d3d2c4215786
-
-$OpenBSD: patch-src_libzzuf_lib-stream_c,v 1.1 2015/11/19 00:55:23 mmcc Exp $
---- src/libzzuf/lib-stream.c.orig Tue Nov 17 23:58:02 2015
-+++ src/libzzuf/lib-stream.c Tue Nov 17 23:58:29 2015
-@@ -1052,7 +1052,7 @@ char *NEW(fgetln)(FILE *stream, size_t *len)
-
- fuzz->tmp[i] = (char)(unsigned char)chr;
- }
-- while (fuzz->tmp[i++] != '\n')
-+ while (fuzz->tmp[i++] != '\n');
-
- *len = i;
- char *ret = fuzz->tmp;
Index: patches/patch-src_zzuf_c
===================================================================
RCS file: patches/patch-src_zzuf_c
diff -N patches/patch-src_zzuf_c
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_zzuf_c 29 Apr 2018 12:18:16 -0000
@@ -0,0 +1,13 @@
+$OpenBSD$
+
+Index: src/zzuf.c
+--- src/zzuf.c.orig
++++ src/zzuf.c
+@@ -48,7 +48,6 @@
+ #include <errno.h>
+ #include <signal.h>
+ #include <libgen.h>
+-#include <alloca.h>
+ #if defined HAVE_SYS_TIME_H
+ # include <sys/time.h>
+
No comments:
Post a Comment