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: Tue Feb 7 12:18:54 UTC 2017
Modified Files:
pkgsrc/devel/afl: Makefile distinfo
Log Message:
Updated afl to 2.39b.
--------------
Version 2.39b:
--------------
- Improved error reporting in afl-cmin. Suggested by floyd.
- Made a minor tweak to trace-pc-guard support. Suggested by kcc.
- Added a mention of afl-monitor.
--------------
Version 2.38b:
--------------
- Added -mllvm -sanitizer-coverage-block-threshold=0 to trace-pc-guard
mode, as suggested by Kostya Serebryany.
--------------
Version 2.37b:
--------------
- Fixed a typo. Spotted by Jakub Wilk.
- Fixed support for make install when using trace-pc. Spotted by
Kurt Roeckx.
- Switched trace-pc to trace-pc-guard, which should be considerably
faster and is less quirky. Kudos to Konstantin Serebryany (and sorry
for dragging my feet).
Note that for some reason, this mode doesn't perform as well as
"vanilla" afl-clang-fast / afl-clang.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/afl/Makefile
cvs rdiff -u -r1.54 -r1.55 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.53 pkgsrc/devel/afl/Makefile:1.54
--- pkgsrc/devel/afl/Makefile:1.53 Mon Jan 16 09:17:19 2017
+++ pkgsrc/devel/afl/Makefile Tue Feb 7 12:18:54 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2017/01/16 09:17:19 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2017/02/07 12:18:54 wiz Exp $
-DISTNAME= afl-2.36b
+DISTNAME= afl-2.39b
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.54 pkgsrc/devel/afl/distinfo:1.55
--- pkgsrc/devel/afl/distinfo:1.54 Mon Jan 16 09:17:19 2017
+++ pkgsrc/devel/afl/distinfo Tue Feb 7 12:18:54 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.54 2017/01/16 09:17:19 wiz Exp $
+$NetBSD: distinfo,v 1.55 2017/02/07 12:18:54 wiz Exp $
-SHA1 (afl-2.36b.tgz) = 6d6cf9a97d74b17532b91162f9738450001b8c6c
-RMD160 (afl-2.36b.tgz) = ea0a3e3d571c302f5f1787d4aba675846ca805f9
-SHA512 (afl-2.36b.tgz) = 3b9f94be9ceb2df10417e480953c4c9878d8a667cf3a1dd45da8aeca43abcfc401b3e44af7c9045f5fcddbf772cd640c090db404e0d685d7b3cea06fc111932d
-Size (afl-2.36b.tgz) = 830689 bytes
+SHA1 (afl-2.39b.tgz) = f4961085dc1efbe49c425b83c7c1e6e5a0810e6f
+RMD160 (afl-2.39b.tgz) = e1caa53959368ac90010fefd58fde125900b40e7
+SHA512 (afl-2.39b.tgz) = 0df37fc8dea65d4130bc0fc8aaa23525bde4832c7202efb78ebe740d661546adee575b48fb94d851ef26293ca28a6ff818ab1dfd643c8e688aceb520e11229d0
+Size (afl-2.39b.tgz) = 830897 bytes
Home |
Main Index |
Thread Index |
Old Index