pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security Remove bunny, deprecated by upstream in favor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3872456a843f
branches:  trunk
changeset: 366051:3872456a843f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 01 16:54:40 2017 +0000

description:
Remove bunny, deprecated by upstream in favor of afl.

diffstat:

 security/Makefile                     |   3 +--
 security/bunny/DESCR                  |   1 -
 security/bunny/Makefile               |  27 ---------------------------
 security/bunny/PLIST                  |   6 ------
 security/bunny/distinfo               |   7 -------
 security/bunny/patches/patch-Makefile |  17 -----------------
 6 files changed, 1 insertions(+), 60 deletions(-)

diffs (95 lines):

diff -r 70f7d374d3ff -r 3872456a843f security/Makefile
--- a/security/Makefile Tue Aug 01 16:49:18 2017 +0000
+++ b/security/Makefile Tue Aug 01 16:54:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.619 2017/07/26 08:33:51 adam Exp $
+# $NetBSD: Makefile,v 1.620 2017/08/01 16:54:40 wiz Exp $
 #
 
 COMMENT=       Security tools
@@ -32,7 +32,6 @@
 SUBDIR+=       boringssl
 SUBDIR+=       botan
 SUBDIR+=       botan-devel
-SUBDIR+=       bunny
 SUBDIR+=       caff
 SUBDIR+=       ccid
 SUBDIR+=       cfs
diff -r 70f7d374d3ff -r 3872456a843f security/bunny/DESCR
--- a/security/bunny/DESCR      Tue Aug 01 16:49:18 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-instrumented C code security fuzzer
diff -r 70f7d374d3ff -r 3872456a843f security/bunny/Makefile
--- a/security/bunny/Makefile   Tue Aug 01 16:49:18 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2016/09/19 13:04:27 wiedi Exp $
-#
-
-DISTNAME=      bunny-0.93
-PKGREVISION=   1
-CATEGORIES=    security
-MASTER_SITES=  http://bunny-the-fuzzer.googlecode.com/files/
-EXTRACT_SUFX=  .tgz
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://code.google.com/p/bunny-the-fuzzer/
-COMMENT=       Tools with C code security fuzzer
-LICENSE=       apache-2.0
-
-WRKSRC=                ${WRKDIR}/bunny
-USE_TOOLS+=    gmake
-AUTO_MKDIRS=   yes
-
-LDFLAGS.SunOS+=        -lsocket -lnsl
-
-do-install:
-.for program in bunny-exec bunny-flow bunny-gcc bunny-main bunny-trace
-       ${INSTALL_PROGRAM} ${WRKSRC}/${program} ${DESTDIR}${PREFIX}/bin/${program}
-.endfor
-
-.include "../../security/openssl/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 70f7d374d3ff -r 3872456a843f security/bunny/PLIST
--- a/security/bunny/PLIST      Tue Aug 01 16:49:18 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2016/07/09 21:43:24 rillig Exp $
-bin/bunny-exec
-bin/bunny-flow
-bin/bunny-gcc
-bin/bunny-main
-bin/bunny-trace
diff -r 70f7d374d3ff -r 3872456a843f security/bunny/distinfo
--- a/security/bunny/distinfo   Tue Aug 01 16:49:18 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.3 2017/03/23 17:06:58 joerg Exp $
-
-SHA1 (bunny-0.93.tgz) = 29dae023e4d6221f064fffae0e4011322a42041a
-RMD160 (bunny-0.93.tgz) = daee7e9eb0fa71a5e25f9f7171d0598ddb03c134
-SHA512 (bunny-0.93.tgz) = 275eadd58e75b6bc626cc599447b723ff062281f93c7d98159abf6a65ae70d3588435c514ee809dd19e013d8299ec9f9cdfee776ff03ec6c0478b02752d45392
-Size (bunny-0.93.tgz) = 64575 bytes
-SHA1 (patch-Makefile) = 2934cb0f48787f90271464f0c305667d31deb082
diff -r 70f7d374d3ff -r 3872456a843f security/bunny/patches/patch-Makefile
--- a/security/bunny/patches/patch-Makefile     Tue Aug 01 16:49:18 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-Makefile,v 1.1 2016/09/19 13:04:27 wiedi Exp $
-
-respect CFLAGS and LDFLAGS
-
---- Makefile.orig      2007-11-06 11:04:07.000000000 +0000
-+++ Makefile
-@@ -19,8 +19,8 @@
- #
- 
- PROGNAME = bunny-gcc bunny-trace bunny-exec bunny-flow bunny-main
--CFLAGS         = -Wall -O3 -funroll-loops -fno-strict-aliasing -ffast-math -Wno-pointer-sign
--EX_LIBS  = -lcrypto -lm
-+CFLAGS         += -Wall -O3 -funroll-loops -fno-strict-aliasing -ffast-math -Wno-pointer-sign
-+EX_LIBS  = -lcrypto -lm $(LDFLAGS)
- 
- # CFLAGS  = -Wall -g -ggdb -g3 -Wno-pointer-sign
- # CFLAGS += -DDEBUG_TRACE=1



Home | Main Index | Thread Index | Old Index