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: Fri Jul 31 08:46:47 UTC 2020
Modified Files:
pkgsrc/devel/afl: Makefile PLIST distinfo
Log Message:
afl: update to 2.57b.
---------------------------
Version 2.57b (2020-06-30):
---------------------------
- llvm_mode and alf-clang-fast related fixes.
- Android support.
- Fixed bugs with stability calculate and testcase calibration.
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/devel/afl/Makefile \
pkgsrc/devel/afl/distinfo
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/afl/PLIST
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.63 pkgsrc/devel/afl/Makefile:1.64
--- pkgsrc/devel/afl/Makefile:1.63 Sun Nov 3 10:39:05 2019
+++ pkgsrc/devel/afl/Makefile Fri Jul 31 08:46:47 2020
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.63 2019/11/03 10:39:05 rillig Exp $
+# $NetBSD: Makefile,v 1.64 2020/07/31 08:46:47 wiz Exp $
-DISTNAME= afl-2.56b
+DISTNAME= afl-2.57b
CATEGORIES= devel
MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/
-MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
+MASTER_SITES+= ${MASTER_SITE_GITHUB:=google/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/afl/distinfo
diff -u pkgsrc/devel/afl/distinfo:1.63 pkgsrc/devel/afl/distinfo:1.64
--- pkgsrc/devel/afl/distinfo:1.63 Fri Oct 11 16:20:18 2019
+++ pkgsrc/devel/afl/distinfo Fri Jul 31 08:46:47 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.63 2019/10/11 16:20:18 kamil Exp $
+$NetBSD: distinfo,v 1.64 2020/07/31 08:46:47 wiz Exp $
-SHA1 (afl-2.56b.tar.gz) = e04d218e224698e35b4bf43c390b3147fc44dce6
-RMD160 (afl-2.56b.tar.gz) = e6b423efa6bda4f879c38e365ee25372d81d14e9
-SHA512 (afl-2.56b.tar.gz) = 4e76fc503fe615aac4d0bbd8e3632d5cfbb7a3ac107be03c399afc024a8ad364dba933875d50a9b65083159faf6ebef5e13c39b25db977b01bd29b6340cad162
-Size (afl-2.56b.tar.gz) = 836989 bytes
+SHA1 (afl-2.57b.tar.gz) = ca0a65783d0a5c119b72852916b1bbc38cfcea98
+RMD160 (afl-2.57b.tar.gz) = d02d3bf3d24ad713ede03b231a8372b8d0c70dbc
+SHA512 (afl-2.57b.tar.gz) = 5d12b96229e966aeb11deb47cd8eb36cde2fa32656eb187db02c7240909d6acda36be59b2baf7e42cddd228d25ec94c8bffc3fa27f7f4b5e1e462b62929ce75d
+Size (afl-2.57b.tar.gz) = 839871 bytes
Index: pkgsrc/devel/afl/PLIST
diff -u pkgsrc/devel/afl/PLIST:1.18 pkgsrc/devel/afl/PLIST:1.19
--- pkgsrc/devel/afl/PLIST:1.18 Mon Aug 14 20:49:42 2017
+++ pkgsrc/devel/afl/PLIST Fri Jul 31 08:46:47 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2017/08/14 20:49:42 wiz Exp $
+@comment $NetBSD: PLIST,v 1.19 2020/07/31 08:46:47 wiz Exp $
bin/afl-analyze
bin/afl-clang
bin/afl-clang++
@@ -21,6 +21,7 @@ share/afl/dictionaries/js.dict
share/afl/dictionaries/json.dict
share/afl/dictionaries/pdf.dict
share/afl/dictionaries/png.dict
+share/afl/dictionaries/regexp.dict
share/afl/dictionaries/sql.dict
share/afl/dictionaries/tiff.dict
share/afl/dictionaries/webp.dict
@@ -61,6 +62,10 @@ share/afl/testcases/others/elf/small_exe
share/afl/testcases/others/js/small_script.js
share/afl/testcases/others/pcap/small_capture.pcap
share/afl/testcases/others/pdf/small.pdf
+share/afl/testcases/others/regexp/reg1
+share/afl/testcases/others/regexp/reg2
+share/afl/testcases/others/regexp/reg3
+share/afl/testcases/others/regexp/reg4
share/afl/testcases/others/rtf/small_document.rtf
share/afl/testcases/others/sql/simple_queries.sql
share/afl/testcases/others/text/hello_world.txt
Home |
Main Index |
Thread Index |
Old Index