diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-11 21:04:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-11 21:04:27 +0000 |
commit | aacf9ba0fe96e9eeac20ee0bbd52680dfe32f3cc (patch) | |
tree | f23c0df3059d3d00eca860d97975eb76be84ec28 /devel/afl | |
parent | 9d153b30f3be428bb5c78db60a22d602ed3e6872 (diff) | |
download | pkgsrc-aacf9ba0fe96e9eeac20ee0bbd52680dfe32f3cc.tar.gz |
Update to 1.09b:
--------------
Version 1.09b:
--------------
- Corrected a cosmetic problem with 'extras' stage count not always being
accurate in the stage yields view.
- Fixed a typo reported by Jakub Wilk and made some minor documentation
improvements.
--------------
Version 1.08b:
--------------
- Fixed a div-by-zero bug in the newly-added code when using a dictionary.
--------------
Version 1.07b:
--------------
- Added code that automatically finds and extracts syntax tokens from the
input corpus.
- Fixed a problem with ld dead-code removal option on MacOS X, reported
by Filipe Cabecinhas.
- Corrected minor typos spotted by Jakub Wilk.
- Added a couple of more exotic archive format samples.
Diffstat (limited to 'devel/afl')
-rw-r--r-- | devel/afl/Makefile | 4 | ||||
-rw-r--r-- | devel/afl/PLIST | 31 | ||||
-rw-r--r-- | devel/afl/distinfo | 8 |
3 files changed, 27 insertions, 16 deletions
diff --git a/devel/afl/Makefile b/devel/afl/Makefile index cd6fe4c8093..313935b26e3 100644 --- a/devel/afl/Makefile +++ b/devel/afl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2015/01/04 23:13:38 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/01/11 21:04:27 wiz Exp $ -DISTNAME= afl-1.06b +DISTNAME= afl-1.09b CATEGORIES= devel MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ EXTRACT_SUFX= .tgz diff --git a/devel/afl/PLIST b/devel/afl/PLIST index a07a0515e1e..afcd910b313 100644 --- a/devel/afl/PLIST +++ b/devel/afl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2014/12/30 13:07:55 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2015/01/11 21:04:27 wiz Exp $ bin/afl-clang bin/afl-clang++ bin/afl-fuzz @@ -431,14 +431,24 @@ share/afl/testcases/_extras/xml/tag_open_exclamation share/afl/testcases/_extras/xml/tag_open_q share/afl/testcases/_extras/xml/tag_sq2_close share/afl/testcases/_extras/xml/tag_xml_q -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 -share/afl/testcases/archives/xz/small_archive.xz -share/afl/testcases/archives/zip/small_archive.zip +share/afl/testcases/archives/common/ar/small_archive.a +share/afl/testcases/archives/common/bzip2/small_archive.bz2 +share/afl/testcases/archives/common/cab/small_archive.cab +share/afl/testcases/archives/common/compress/small_archive.Z +share/afl/testcases/archives/common/cpio/small_archive.cpio +share/afl/testcases/archives/common/gzip/small_archive.gz +share/afl/testcases/archives/common/lzo/small_achive.lzo +share/afl/testcases/archives/common/rar/small_archive.rar +share/afl/testcases/archives/common/tar/small_archive.tar +share/afl/testcases/archives/common/xz/small_archive.xz +share/afl/testcases/archives/common/zip/small_archive.zip +share/afl/testcases/archives/exotic/arj/small_archive.arj +share/afl/testcases/archives/exotic/lha/small_archive.lha +share/afl/testcases/archives/exotic/lrzip/small_archive.lrz +share/afl/testcases/archives/exotic/lzip/small_archive.lz +share/afl/testcases/archives/exotic/lzma/small_archive.lzma +share/afl/testcases/archives/exotic/rzip/small_archive.rz +share/afl/testcases/archives/exotic/zoo/small_archive.zoo share/afl/testcases/images/bmp/hello_kitty.bmp share/afl/testcases/images/gif/hello_kitty.gif share/afl/testcases/images/ico/hello_kitty.ico @@ -454,10 +464,11 @@ share/afl/testcases/images/tiff/hello_kitty.tif share/afl/testcases/images/webp/hello_kitty_lossless.webp share/afl/testcases/multimedia/h264/small_movie.mp4 share/afl/testcases/others/elf/small_exec.elf -share/afl/testcases/others/hello/hello.txt share/afl/testcases/others/pcap/small_capture.pcap share/afl/testcases/others/pdf/small.pdf share/afl/testcases/others/rtf/small_document.rtf +share/afl/testcases/others/sql/simple_queries.sql +share/afl/testcases/others/text/hello_world.txt share/afl/testcases/others/xml/small_document.xml share/afl/testcases/testcases_readme.txt share/doc/afl/ChangeLog diff --git a/devel/afl/distinfo b/devel/afl/distinfo index c2cc3e60704..2397317b54a 100644 --- a/devel/afl/distinfo +++ b/devel/afl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2015/01/04 23:13:38 wiz Exp $ +$NetBSD: distinfo,v 1.8 2015/01/11 21:04:27 wiz Exp $ -SHA1 (afl-1.06b.tgz) = 4f425d958b75e7d38dda1bde2bdc1d3b1c6a8c11 -RMD160 (afl-1.06b.tgz) = 47cdfcbcf2ce160c58dacce4fa9ae9e3e09477ae -Size (afl-1.06b.tgz) = 721025 bytes +SHA1 (afl-1.09b.tgz) = f8c0073a1ce46b280ad36b06e419e6695fe047bb +RMD160 (afl-1.09b.tgz) = 5f524fb0512079b1ed20ec0a88f0f3bdb5bb463a +Size (afl-1.09b.tgz) = 726719 bytes |