summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2015-04-12 14:24:20 +0000
committerwiz <wiz>2015-04-12 14:24:20 +0000
commitfc9967b7ffc78273b7a3558789e1fef3e0e87388 (patch)
tree39b20193f1f9b217121dd6c810c0c31b6cb998e5 /devel
parent2ebd12954324688326e8cf939512036a41898473 (diff)
downloadpkgsrc-fc9967b7ffc78273b7a3558789e1fef3e0e87388.tar.gz
Update to 1.64b:
-------------- Version 1.64b: -------------- - Further simplified afl-clang-fast runtime by reverting .init_array to __attribute__((constructor(0)). This should improve compatibility with non-ELF platforms. - Fixed a problem with afl-clang-fast and -shared libraries. Simplified the code by getting rid of .preinit_array and replacing it with a .comm object. Problem reported by Charlie Eriksen. - Removed unnecessary instrumentation density adjustment for the LLVM mode. Reported by Jonathan Neuschafer. -------------- Version 1.63b: -------------- - Updated cgroups_asan/ with a new version from Sam, made a couple changes to streamline it and keep parallel afl instances in separate groups. - Fixed typos, thanks to Jakub Wilk. -------------- Version 1.62b: -------------- - Improved the handling of -x in afl-clang-fast, - Improved the handling of low AFL_INST_RATIO settings for QEMU and LLVM modes. - Fixed the llvm-config bug for good (thanks to Tobias Ospelt). -------------- Version 1.61b: -------------- - Fixed an obscure bug compiling OpenSSL with afl-clang-fast. Patch by Laszlo Szekeres. - Fixed a 'make install' bug on non-x86 systems, thanks to Tobias Ospelt. - Fixed a problem with half-broken llvm-config on Odroid, thanks to Tobias Ospelt. (There is another odd bug there that hasn't been fully fixed - TBD). -------------- Version 1.60b: -------------- - Allowed experimental/llvm_instrumentation/ to graduate to llvm_mode/. - Removed experimental/arm_support/, since it's completely broken and likely unnecessary with LLVM support in place. - Added ASAN cgroups script to experimental/asan_cgroups/, updated existing docs. Courtesy Sam Hakim and David A. Wheeler. - Refactored afl-tmin to reduce the number of execs in common use cases. Ideas from Jonathan Neuschafer and Turo Lamminen. - Added a note about CLAs at the bottom of README. - Renamed testcases_readme.txt to README.testcases for some semblance of consistency. - Made assorted updates to docs. - Added MEM_BARRIER() to afl-showmap and afl-tmin, just t be safe. -------------- Version 1.59b: -------------- - Imported Laszlo Szekeres' experimental LLVM instrumentation into experimental/llvm_instrumentation. I'll work on including it in the "mainstream" version soon. - Fixed another typo, thanks to Jakub Wilk.
Diffstat (limited to 'devel')
-rw-r--r--devel/afl/Makefile4
-rw-r--r--devel/afl/PLIST4
-rw-r--r--devel/afl/distinfo8
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/afl/Makefile b/devel/afl/Makefile
index 1e86b52f93b..83622dc9613 100644
--- a/devel/afl/Makefile
+++ b/devel/afl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2015/04/02 22:36:43 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2015/04/12 14:24:20 wiz Exp $
-DISTNAME= afl-1.58b
+DISTNAME= afl-1.64b
CATEGORIES= devel
MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/
EXTRACT_SUFX= .tgz
diff --git a/devel/afl/PLIST b/devel/afl/PLIST
index f246190f98f..07142579fd4 100644
--- a/devel/afl/PLIST
+++ b/devel/afl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2015/03/09 08:07:42 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2015/04/12 14:24:20 wiz Exp $
bin/afl-clang
bin/afl-clang++
bin/afl-cmin
@@ -12,6 +12,7 @@ bin/afl-tmin
bin/afl-whatsup
lib/afl/afl-as
lib/afl/as
+share/afl/testcases/README.testcases
share/afl/testcases/_extras/gif/header_87a
share/afl/testcases/_extras/gif/header_89a
share/afl/testcases/_extras/gif/header_gif
@@ -569,7 +570,6 @@ 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
share/doc/afl/README
share/doc/afl/env_variables.txt
diff --git a/devel/afl/distinfo b/devel/afl/distinfo
index 81f3bf40756..3743eb88fa4 100644
--- a/devel/afl/distinfo
+++ b/devel/afl/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2015/04/02 22:36:43 wiz Exp $
+$NetBSD: distinfo,v 1.18 2015/04/12 14:24:20 wiz Exp $
-SHA1 (afl-1.58b.tgz) = e7b37fd3e6fe916bc2a4652200ac8d13c51234b8
-RMD160 (afl-1.58b.tgz) = c8be61d8352850d44bcd889c58b42e9650f2498b
-Size (afl-1.58b.tgz) = 785211 bytes
+SHA1 (afl-1.64b.tgz) = 59215283a963c81b8de0ccb71a8f00cf3e1c4b1f
+RMD160 (afl-1.64b.tgz) = d49877360e679882fa1b1ea19955473e73a53483
+Size (afl-1.64b.tgz) = 788723 bytes