pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/afl afl: Upgrade to afl-2.56b
details: https://anonhg.NetBSD.org/pkgsrc/rev/51a4b6e5cce6
branches: trunk
changeset: 340974:51a4b6e5cce6
user: kamil <kamil%pkgsrc.org@localhost>
date: Fri Oct 11 16:20:18 2019 +0000
description:
afl: Upgrade to afl-2.56b
Switch to GitHub as new upstream.
Upstream changelog
==================
Version 2.56b (2019-09-26)
Fixed the mismatch between the released version and the version in the code.
Version 2.55b (2019-09-19)
Exporting more metrics (peak_rss_mb, slowest_exec_ms).
Improved tests.
Fixes for bugs and changes in upstream llvm/clang.
Version 2.53b (2019-07-25)
No functional changes. Updated some comments and license headers to comply with the open sourcing guidelines and publish the source code on GitHub.
diffstat:
devel/afl/Makefile | 9 ++++++---
devel/afl/distinfo | 10 +++++-----
2 files changed, 11 insertions(+), 8 deletions(-)
diffs (39 lines):
diff -r 1d6ba46f9e4a -r 51a4b6e5cce6 devel/afl/Makefile
--- a/devel/afl/Makefile Fri Oct 11 16:16:45 2019 +0000
+++ b/devel/afl/Makefile Fri Oct 11 16:20:18 2019 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.61 2017/11/23 15:11:29 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2019/10/11 16:20:18 kamil Exp $
-DISTNAME= afl-2.52b
+DISTNAME= afl-2.56b
CATEGORIES= devel
MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/
-EXTRACT_SUFX= .tgz
+MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://lcamtuf.coredump.cx/afl/
@@ -14,4 +15,6 @@
REPLACE_SH+= afl-plot
REPLACE_BASH+= afl-cmin
+WRKSRC= ${WRKDIR}/${PKGBASE:tu}-${PKGVERSION_NOREV}
+
.include "../../mk/bsd.pkg.mk"
diff -r 1d6ba46f9e4a -r 51a4b6e5cce6 devel/afl/distinfo
--- a/devel/afl/distinfo Fri Oct 11 16:16:45 2019 +0000
+++ b/devel/afl/distinfo Fri Oct 11 16:20:18 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.62 2017/11/23 15:11:29 wiz Exp $
+$NetBSD: distinfo,v 1.63 2019/10/11 16:20:18 kamil Exp $
-SHA1 (afl-2.52b.tgz) = 6f923e7748898cac58366cb3c751643fba0c2bae
-RMD160 (afl-2.52b.tgz) = b7c1174111cfc11d14a0982359ef903d5b8d1267
-SHA512 (afl-2.52b.tgz) = 30d4526440cff109ef2a014278f52a04b1b33560b6ab7d7f59e1516655858ffb36dac81963d2d8f214984776742ca9a7942c27c8fb61f7eb70b5b35cd029008f
-Size (afl-2.52b.tgz) = 835907 bytes
+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
Home |
Main Index |
Thread Index |
Old Index