pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/afl
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 1 10:25:42 UTC 2016
Modified Files:
pkgsrc/devel/afl: Makefile distinfo
Log Message:
Updated afl to 2.23b.
--------------
Version 2.23b:
--------------
- Improved the stability metric for persistent mode binaries. Problem
spotted by Kurt Roeckx.
- Made a related improvement that may bring the metric to 100% for those
targets.
--------------
Version 2.22b:
--------------
- Mentioned the potential conflicts between MSAN / ASAN and FORTIFY_SOURCE.
There is no automated check for this, since some distros may implicitly
set FORTIFY_SOURCE outside of the compiler's argv[].
- Populated the support for AFL_LD_PRELOAD to all companion tools.
- Made a change to the handling of ./afl-clang-fast -v. Spotted by
Jan Kneschke.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/afl/Makefile
cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/afl/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/afl/Makefile
diff -u pkgsrc/devel/afl/Makefile:1.46 pkgsrc/devel/afl/Makefile:1.47
--- pkgsrc/devel/afl/Makefile:1.46 Sun Jul 24 18:33:46 2016
+++ pkgsrc/devel/afl/Makefile Mon Aug 1 10:25:42 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2016/07/24 18:33:46 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2016/08/01 10:25:42 wiz Exp $
-DISTNAME= afl-2.21b
+DISTNAME= afl-2.23b
CATEGORIES= devel
MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/
EXTRACT_SUFX= .tgz
Index: pkgsrc/devel/afl/distinfo
diff -u pkgsrc/devel/afl/distinfo:1.47 pkgsrc/devel/afl/distinfo:1.48
--- pkgsrc/devel/afl/distinfo:1.47 Sun Jul 24 18:33:46 2016
+++ pkgsrc/devel/afl/distinfo Mon Aug 1 10:25:42 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.47 2016/07/24 18:33:46 wiz Exp $
+$NetBSD: distinfo,v 1.48 2016/08/01 10:25:42 wiz Exp $
-SHA1 (afl-2.21b.tgz) = 791080c5a6d1bdccbc421da83ab018318e06086c
-RMD160 (afl-2.21b.tgz) = c4e48b97ea37283a38c4fb53b100cb5a2a214289
-SHA512 (afl-2.21b.tgz) = 28f76ca856121fffd24869c01369400f1138821bce2f43b77f223b23f994522a90eec0e2d9c5bde49135ffa63299dbeb4e4fcace071960d0975d02ea253b3f3e
-Size (afl-2.21b.tgz) = 818316 bytes
+SHA1 (afl-2.23b.tgz) = 2bf6d3e037265c1a6d4a0c716863986a5ae50fd8
+RMD160 (afl-2.23b.tgz) = 59daf34b95fdb093204cf88679543dc040b720b9
+SHA512 (afl-2.23b.tgz) = fd8f370de5bba338881762e84ea86aa3aaad30ca871b500d3ac9085e716694a671ba2bf7bc74a1a29adef539f9db6a13bfe147ce09f7d0ee05616616f7fbfd10
+Size (afl-2.23b.tgz) = 818888 bytes
Home |
Main Index |
Thread Index |
Old Index