diff options
author | wiz <wiz@pkgsrc.org> | 2015-03-09 08:07:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-03-09 08:07:42 +0000 |
commit | f90731af70be959157d41328877e2f8bb7be3fb9 (patch) | |
tree | df5dc6d71c185583f43ecb7560f53e54e27bdbd5 /devel | |
parent | a7dd3d51a42d13e98f581346bc4afa858c48a492 (diff) | |
download | pkgsrc-f90731af70be959157d41328877e2f8bb7be3fb9.tar.gz |
Update to 1.56b:
--------------
Version 1.56b:
--------------
- Renamed related_work.txt to historical_notes.txt.
- Made minor edits to the ASAN doc.
- Added docs/sister_projects.txt with a list of inspired or closely
related utilities.
--------------
Version 1.55b:
--------------
- Fixed a glitch with afl-showmap opening /dev/null with O_RDONLY when
running in quiet mode. Spotted by Tyler Nighswander.
--------------
Version 1.54b:
--------------
- Added another postprocessor example for PNG.
- Made a cosmetic fix to realloc() handling in experimental/post_library/,
suggested by Jakub Wilk.
- Improved -ldl handling. Suggested by Jakub Wilk.
--------------
Version 1.53b:
--------------
- Fixed an -l ordering issue that is apparently still a problem on Ubuntu.
Spotted by William Robinet.
--------------
Version 1.52b:
--------------
- Added support for file format postprocessors. Requested by Ben Nagy. This
feature is intentionally buried, since it's fairly easy to misuse and
useful only in some scenarios. See experimental/post_library/.
--------------
Version 1.51b:
--------------
- Made it possible to properly override LD_BIND_NOW after one very unusual
report of trouble.
- Cleaned up typos, thanks to Jakub Wilk.
- Fixed a bug in AFL_DUMB_FORKSRV.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/afl/Makefile | 4 | ||||
-rw-r--r-- | devel/afl/PLIST | 5 | ||||
-rw-r--r-- | devel/afl/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/devel/afl/Makefile b/devel/afl/Makefile index d0fc1b65d4f..f08d840c3aa 100644 --- a/devel/afl/Makefile +++ b/devel/afl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2015/03/01 15:07:28 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/03/09 08:07:42 wiz Exp $ -DISTNAME= afl-1.50b +DISTNAME= afl-1.56b CATEGORIES= devel MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ EXTRACT_SUFX= .tgz diff --git a/devel/afl/PLIST b/devel/afl/PLIST index ac4b4b60e6b..f246190f98f 100644 --- a/devel/afl/PLIST +++ b/devel/afl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2015/03/01 15:07:28 wiz Exp $ +@comment $NetBSD: PLIST,v 1.10 2015/03/09 08:07:42 wiz Exp $ bin/afl-clang bin/afl-clang++ bin/afl-cmin @@ -573,9 +573,10 @@ share/afl/testcases/testcases_readme.txt share/doc/afl/ChangeLog share/doc/afl/README share/doc/afl/env_variables.txt +share/doc/afl/historical_notes.txt share/doc/afl/notes_for_asan.txt share/doc/afl/parallel_fuzzing.txt share/doc/afl/perf_tips.txt -share/doc/afl/related_work.txt +share/doc/afl/sister_projects.txt share/doc/afl/status_screen.txt share/doc/afl/technical_details.txt diff --git a/devel/afl/distinfo b/devel/afl/distinfo index b15f4695d13..49e88b460f9 100644 --- a/devel/afl/distinfo +++ b/devel/afl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2015/03/01 15:07:28 wiz Exp $ +$NetBSD: distinfo,v 1.16 2015/03/09 08:07:42 wiz Exp $ -SHA1 (afl-1.50b.tgz) = 815cf9fea308f441c7fdcd67c258aaabe8c46bca -RMD160 (afl-1.50b.tgz) = a64735a3a632b5fb05e1c4e9026b5de6c5db90e7 -Size (afl-1.50b.tgz) = 777881 bytes +SHA1 (afl-1.56b.tgz) = 25bbab1eedf307add236bde9f5c81a40e9cc23e9 +RMD160 (afl-1.56b.tgz) = be8b3bbcc200054528cc4b488e075effc759c7e8 +Size (afl-1.56b.tgz) = 781788 bytes |