diff options
author | wiz <wiz@pkgsrc.org> | 2014-11-23 12:57:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-11-23 12:57:14 +0000 |
commit | 3deddca6624b9d28f6c1f09867afab286e96f622 (patch) | |
tree | f39076ac4e0ba3b99e628b9534514864905d2c9c /devel/afl | |
parent | 4c5cbd19e58b3a15e2e5a5b78b221c77f304aeea (diff) | |
download | pkgsrc-3deddca6624b9d28f6c1f09867afab286e96f622.tar.gz |
Update to 0.65b:
--------------
Version 0.65b:
--------------
- Fix for shell printf escape codes in Makefile. Reported by Jakub Wilk.
- A bit more color to fuzzer_stats, short documentation of the file format,
and several other stats-related improvements.
--------------
Version 0.64b:
--------------
- Enable GCC support on MacOS X.
--------------
Version 0.63b:
--------------
- New, simplified way to pass data in files (@@). See README.
- Final fixes for 64-bit MacOS X, working around a crashing bug in their
linker (umpf) and several other things. It's alive!
- A minor workaround for a bug in 64-bit FreeBSD (clang -m32 -g doesn't work
on that platform, but clang -m32 does, so we no longer insert -g).
- Build-time warning for inverse video terminals and better instructions in
status_screen.txt.
Diffstat (limited to 'devel/afl')
-rw-r--r-- | devel/afl/Makefile | 4 | ||||
-rw-r--r-- | devel/afl/PLIST | 5 | ||||
-rw-r--r-- | devel/afl/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/devel/afl/Makefile b/devel/afl/Makefile index 525eb49e36f..56e13ca478f 100644 --- a/devel/afl/Makefile +++ b/devel/afl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2014/11/21 21:37:30 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2014/11/23 12:57:14 wiz Exp $ -DISTNAME= afl-0.62b +DISTNAME= afl-0.65b CATEGORIES= devel MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ EXTRACT_SUFX= .tgz diff --git a/devel/afl/PLIST b/devel/afl/PLIST index b7f85b54c50..e4c73ce39c7 100644 --- a/devel/afl/PLIST +++ b/devel/afl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2014/11/21 21:37:30 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2014/11/23 12:57:14 wiz Exp $ bin/afl-clang bin/afl-clang++ bin/afl-fuzz @@ -7,6 +7,9 @@ bin/afl-gcc bin/afl-showmap lib/afl/afl-as lib/afl/as +share/afl/testcases/archives/ar/small_archive.a +share/afl/testcases/archives/compress/small_archive.Z +share/afl/testcases/archives/cpio/small_archive.cpio share/afl/testcases/archives/gzip/small_archive.gz share/afl/testcases/archives/lzo/small_achive.lzo share/afl/testcases/archives/tar/small_archive.tar diff --git a/devel/afl/distinfo b/devel/afl/distinfo index 5dd292c2337..829ad042ccc 100644 --- a/devel/afl/distinfo +++ b/devel/afl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2014/11/21 21:37:30 wiz Exp $ +$NetBSD: distinfo,v 1.2 2014/11/23 12:57:14 wiz Exp $ -SHA1 (afl-0.62b.tgz) = 5091295d639e910ee9715aae63ea04ae35dd8869 -RMD160 (afl-0.62b.tgz) = 339560af88eb5c13f85444de5b272bd723874ad8 -Size (afl-0.62b.tgz) = 679207 bytes +SHA1 (afl-0.65b.tgz) = 42e08b667fbbb9828a766c9beae69cf0d14e8668 +RMD160 (afl-0.65b.tgz) = e88c7fb933654a4497166893ef049ea182ef8991 +Size (afl-0.65b.tgz) = 684003 bytes |