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 14 20:49:42 UTC 2017
Modified Files:
pkgsrc/devel/afl: Makefile PLIST distinfo
Log Message:
Updated afl to 2.49b.
---------------------------
Version 2.49b (2017-07-18):
---------------------------
- Added AFL_TMIN_EXACT to allow path constraint for crash minimization.
- Added dates for releases (retroactively for all of 2017).
---------------------------
Version 2.48b (2017-07-17):
---------------------------
- Added AFL_ALLOW_TMP to permit some scripts to run in /tmp.
- Fixed cwd handling in afl-analyze (similar to the quirk in afl-tmin).
- Made it possible to point -o and -f to the same file in afl-tmin.
---------------------------
Version 2.47b (2017-07-14):
---------------------------
- Fixed cwd handling in afl-tmin. Spotted by Jakub Wilk.
---------------------------
Version 2.46b (2017-07-10):
---------------------------
- libdislocator now supports AFL_LD_NO_CALLOC_OVER for folks who do not
want to abort on calloc() overflows.
- Made a minor fix to libtokencap. Reported by Daniel Stender.
- Added a small JSON dictionary, inspired on a dictionary done by Jakub Wilk.
---------------------------
Version 2.45b (2017-07-04):
---------------------------
- Added strstr, strcasestr support to libtokencap. Contributed by
Daniel Hodson.
- Fixed a resumption offset glitch spotted by Jakub Wilk.
- There are definitely no bugs in afl-showmap -c now.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/devel/afl/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/afl/PLIST
cvs rdiff -u -r1.59 -r1.60 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.58 pkgsrc/devel/afl/Makefile:1.59
--- pkgsrc/devel/afl/Makefile:1.58 Tue Jul 4 08:43:54 2017
+++ pkgsrc/devel/afl/Makefile Mon Aug 14 20:49:42 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2017/07/04 08:43:54 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2017/08/14 20:49:42 wiz Exp $
-DISTNAME= afl-2.44b
+DISTNAME= afl-2.49b
CATEGORIES= devel
MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/
EXTRACT_SUFX= .tgz
Index: pkgsrc/devel/afl/PLIST
diff -u pkgsrc/devel/afl/PLIST:1.17 pkgsrc/devel/afl/PLIST:1.18
--- pkgsrc/devel/afl/PLIST:1.17 Fri Aug 19 11:39:10 2016
+++ pkgsrc/devel/afl/PLIST Mon Aug 14 20:49:42 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2016/08/19 11:39:10 wiz Exp $
+@comment $NetBSD: PLIST,v 1.18 2017/08/14 20:49:42 wiz Exp $
bin/afl-analyze
bin/afl-clang
bin/afl-clang++
@@ -18,6 +18,7 @@ share/afl/dictionaries/gif.dict
share/afl/dictionaries/html_tags.dict
share/afl/dictionaries/jpeg.dict
share/afl/dictionaries/js.dict
+share/afl/dictionaries/json.dict
share/afl/dictionaries/pdf.dict
share/afl/dictionaries/png.dict
share/afl/dictionaries/sql.dict
Index: pkgsrc/devel/afl/distinfo
diff -u pkgsrc/devel/afl/distinfo:1.59 pkgsrc/devel/afl/distinfo:1.60
--- pkgsrc/devel/afl/distinfo:1.59 Tue Jul 4 08:43:54 2017
+++ pkgsrc/devel/afl/distinfo Mon Aug 14 20:49:42 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.59 2017/07/04 08:43:54 wiz Exp $
+$NetBSD: distinfo,v 1.60 2017/08/14 20:49:42 wiz Exp $
-SHA1 (afl-2.44b.tgz) = a7853e4069c7de316f4b22305288fa70dac800b8
-RMD160 (afl-2.44b.tgz) = b5c3e9061f5a75cc0f6140d32e0f78a3d80a0233
-SHA512 (afl-2.44b.tgz) = 35441049835e90e50a5f2aae09c154d00eab45abffc0b76b78cf34bc1343928fa12ca9e7fb083f3bdeac87a36cde9a0b8d958cf8f6c30fa419954b4b46fea4c3
-Size (afl-2.44b.tgz) = 832875 bytes
+SHA1 (afl-2.49b.tgz) = 6902a788abeb6a8467488039e92cc76472e27a34
+RMD160 (afl-2.49b.tgz) = ef960a70d2331850b1caa338fa3156fae5927397
+SHA512 (afl-2.49b.tgz) = 2edf84fe2398377b2259c5b56452014cd9168149f9da7cc180578817c7a89cb7ba536a09929b5bb0925b35f00022877693c70f0d0a13dfbef9d05ca75ad19017
+Size (afl-2.49b.tgz) = 834967 bytes
Home |
Main Index |
Thread Index |
Old Index