Sun Sep 6 19:52:10 2015 UTC ()
Update to 1.92b:

--------------
Version 1.92b:
--------------

  - Yet another C++ fix (namespaces). Reported by Daniel Lockyer.

--------------
Version 1.91b:
--------------

  - Another fix to make 1.90b actually work properly with C++ (d'oh).
    Problem spotted by Daniel Lockyer.

--------------
Version 1.90b:
--------------

  - Fixed a minor typo spotted by Kai Zhao; and made several other minor updates
    to docs.

  - Updated the project URL for python-afl. Requested by Jakub Wilk.

  - Fixed a potential problem with deferred mode signatures getting optimized
    out by the linker (with --gc-sections).


(wiz)
diff -r1.28 -r1.29 pkgsrc/devel/afl/Makefile
diff -r1.28 -r1.29 pkgsrc/devel/afl/distinfo

cvs diff -r1.28 -r1.29 pkgsrc/devel/afl/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/afl/Makefile 2015/09/02 03:43:21 1.28
+++ pkgsrc/devel/afl/Makefile 2015/09/06 19:52:10 1.29
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.28 2015/09/02 03:43:21 mef Exp $ 1# $NetBSD: Makefile,v 1.29 2015/09/06 19:52:10 wiz Exp $
2 2
3DISTNAME= afl-1.89b 3DISTNAME= afl-1.92b
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ 5MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/
6EXTRACT_SUFX= .tgz 6EXTRACT_SUFX= .tgz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://lcamtuf.coredump.cx/afl/ 9HOMEPAGE= http://lcamtuf.coredump.cx/afl/
10COMMENT= American Fuzzy Lop, a fuzzing tool for finding bugs by random input 10COMMENT= American Fuzzy Lop, a fuzzing tool for finding bugs by random input
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13USE_TOOLS+= bash:run gmake 13USE_TOOLS+= bash:run gmake
14REPLACE_SH+= afl-plot 14REPLACE_SH+= afl-plot
15REPLACE_BASH+= afl-cmin 15REPLACE_BASH+= afl-cmin
16 16

cvs diff -r1.28 -r1.29 pkgsrc/devel/afl/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/afl/distinfo 2015/09/02 03:43:21 1.28
+++ pkgsrc/devel/afl/distinfo 2015/09/06 19:52:10 1.29
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.28 2015/09/02 03:43:21 mef Exp $ 1$NetBSD: distinfo,v 1.29 2015/09/06 19:52:10 wiz Exp $
2 2
3SHA1 (afl-1.89b.tgz) = b5380fcb8fdc1c5e215a5dafc66848b273148b43 3SHA1 (afl-1.92b.tgz) = acb2cef09d430aea81a47bdf777e1e1d4812a5d9
4RMD160 (afl-1.89b.tgz) = b7d55601a7cb920cfe03d194772bc95369ef08c4 4RMD160 (afl-1.92b.tgz) = 4dbee9702dccc50c04173ad37197ce069c38f59a
5Size (afl-1.89b.tgz) = 802395 bytes 5Size (afl-1.92b.tgz) = 802699 bytes