pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/afl Update to 1.64b:
details: https://anonhg.NetBSD.org/pkgsrc/rev/42ed7ec5c4ff
branches: trunk
changeset: 649895:42ed7ec5c4ff
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Apr 12 14:24:20 2015 +0000
description:
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:
devel/afl/Makefile | 4 ++--
devel/afl/PLIST | 4 ++--
devel/afl/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (50 lines):
diff -r 96aab2d2f52d -r 42ed7ec5c4ff devel/afl/Makefile
--- a/devel/afl/Makefile Sun Apr 12 14:22:10 2015 +0000
+++ b/devel/afl/Makefile Sun Apr 12 14:24:20 2015 +0000
@@ -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 -r 96aab2d2f52d -r 42ed7ec5c4ff devel/afl/PLIST
--- a/devel/afl/PLIST Sun Apr 12 14:22:10 2015 +0000
+++ b/devel/afl/PLIST Sun Apr 12 14:24:20 2015 +0000
@@ -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-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/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 -r 96aab2d2f52d -r 42ed7ec5c4ff devel/afl/distinfo
--- a/devel/afl/distinfo Sun Apr 12 14:22:10 2015 +0000
+++ b/devel/afl/distinfo Sun Apr 12 14:24:20 2015 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index