Sun Mar 1 15:07:28 2015 UTC ()
Update to 1.50b:

--------------
Version 1.50b:
--------------

  - Fixed a flock() bug that would prevent dir reuse errors from kicking
    in every now and then.

  - Renamed references to ppvm (the project is now called recidivm).

  - Fixed a typo or two.

  - Made improvements to file descriptor handling.


(wiz)
diff -r1.14 -r1.15 pkgsrc/devel/afl/Makefile
diff -r1.14 -r1.15 pkgsrc/devel/afl/distinfo
diff -r1.8 -r1.9 pkgsrc/devel/afl/PLIST

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

--- pkgsrc/devel/afl/Makefile 2015/02/23 07:30:25 1.14
+++ pkgsrc/devel/afl/Makefile 2015/03/01 15:07:28 1.15
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.14 2015/02/23 07:30:25 wiz Exp $ 1# $NetBSD: Makefile,v 1.15 2015/03/01 15:07:28 wiz Exp $
2 2
3DISTNAME= afl-1.49b 3DISTNAME= afl-1.50b
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.14 -r1.15 pkgsrc/devel/afl/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/afl/distinfo 2015/02/23 07:30:25 1.14
+++ pkgsrc/devel/afl/distinfo 2015/03/01 15:07:28 1.15
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.14 2015/02/23 07:30:25 wiz Exp $ 1$NetBSD: distinfo,v 1.15 2015/03/01 15:07:28 wiz Exp $
2 2
3SHA1 (afl-1.49b.tgz) = d2a01b8eb1ea6363c3821bb83f15ccf86b26defe 3SHA1 (afl-1.50b.tgz) = 815cf9fea308f441c7fdcd67c258aaabe8c46bca
4RMD160 (afl-1.49b.tgz) = a48b266150cdf4630c2a033f30853dbe414fc1db 4RMD160 (afl-1.50b.tgz) = a64735a3a632b5fb05e1c4e9026b5de6c5db90e7
5Size (afl-1.49b.tgz) = 777510 bytes 5Size (afl-1.50b.tgz) = 777881 bytes

cvs diff -r1.8 -r1.9 pkgsrc/devel/afl/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/afl/PLIST 2015/02/23 07:30:25 1.8
+++ pkgsrc/devel/afl/PLIST 2015/03/01 15:07:28 1.9
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.8 2015/02/23 07:30:25 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.9 2015/03/01 15:07:28 wiz Exp $
2bin/afl-clang 2bin/afl-clang
3bin/afl-clang++ 3bin/afl-clang++
4bin/afl-cmin 4bin/afl-cmin
5bin/afl-fuzz 5bin/afl-fuzz
6bin/afl-g++ 6bin/afl-g++
7bin/afl-gcc 7bin/afl-gcc
8bin/afl-gotcpu 8bin/afl-gotcpu
9bin/afl-plot 9bin/afl-plot
10bin/afl-showmap 10bin/afl-showmap
11bin/afl-tmin 11bin/afl-tmin
12bin/afl-whatsup 12bin/afl-whatsup
13lib/afl/afl-as 13lib/afl/afl-as
14lib/afl/as 14lib/afl/as
@@ -526,27 +526,27 @@ share/afl/testcases/_extras/xml/tag_incl @@ -526,27 +526,27 @@ share/afl/testcases/_extras/xml/tag_incl
526share/afl/testcases/_extras/xml/tag_notation 526share/afl/testcases/_extras/xml/tag_notation
527share/afl/testcases/_extras/xml/tag_open 527share/afl/testcases/_extras/xml/tag_open
528share/afl/testcases/_extras/xml/tag_open_close 528share/afl/testcases/_extras/xml/tag_open_close
529share/afl/testcases/_extras/xml/tag_open_exclamation 529share/afl/testcases/_extras/xml/tag_open_exclamation
530share/afl/testcases/_extras/xml/tag_open_q 530share/afl/testcases/_extras/xml/tag_open_q
531share/afl/testcases/_extras/xml/tag_sq2_close 531share/afl/testcases/_extras/xml/tag_sq2_close
532share/afl/testcases/_extras/xml/tag_xml_q 532share/afl/testcases/_extras/xml/tag_xml_q
533share/afl/testcases/archives/common/ar/small_archive.a 533share/afl/testcases/archives/common/ar/small_archive.a
534share/afl/testcases/archives/common/bzip2/small_archive.bz2 534share/afl/testcases/archives/common/bzip2/small_archive.bz2
535share/afl/testcases/archives/common/cab/small_archive.cab 535share/afl/testcases/archives/common/cab/small_archive.cab
536share/afl/testcases/archives/common/compress/small_archive.Z 536share/afl/testcases/archives/common/compress/small_archive.Z
537share/afl/testcases/archives/common/cpio/small_archive.cpio 537share/afl/testcases/archives/common/cpio/small_archive.cpio
538share/afl/testcases/archives/common/gzip/small_archive.gz 538share/afl/testcases/archives/common/gzip/small_archive.gz
539share/afl/testcases/archives/common/lzo/small_achive.lzo 539share/afl/testcases/archives/common/lzo/small_archive.lzo
540share/afl/testcases/archives/common/rar/small_archive.rar 540share/afl/testcases/archives/common/rar/small_archive.rar
541share/afl/testcases/archives/common/tar/small_archive.tar 541share/afl/testcases/archives/common/tar/small_archive.tar
542share/afl/testcases/archives/common/xz/small_archive.xz 542share/afl/testcases/archives/common/xz/small_archive.xz
543share/afl/testcases/archives/common/zip/small_archive.zip 543share/afl/testcases/archives/common/zip/small_archive.zip
544share/afl/testcases/archives/exotic/arj/small_archive.arj 544share/afl/testcases/archives/exotic/arj/small_archive.arj
545share/afl/testcases/archives/exotic/lha/small_archive.lha 545share/afl/testcases/archives/exotic/lha/small_archive.lha
546share/afl/testcases/archives/exotic/lrzip/small_archive.lrz 546share/afl/testcases/archives/exotic/lrzip/small_archive.lrz
547share/afl/testcases/archives/exotic/lzip/small_archive.lz 547share/afl/testcases/archives/exotic/lzip/small_archive.lz
548share/afl/testcases/archives/exotic/lzma/small_archive.lzma 548share/afl/testcases/archives/exotic/lzma/small_archive.lzma
549share/afl/testcases/archives/exotic/rzip/small_archive.rz 549share/afl/testcases/archives/exotic/rzip/small_archive.rz
550share/afl/testcases/archives/exotic/zoo/small_archive.zoo 550share/afl/testcases/archives/exotic/zoo/small_archive.zoo
551share/afl/testcases/images/bmp/not_kitty.bmp 551share/afl/testcases/images/bmp/not_kitty.bmp
552share/afl/testcases/images/gif/not_kitty.gif 552share/afl/testcases/images/gif/not_kitty.gif