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:   kamil
Date:           Fri Oct 11 16:20:18 UTC 2019

Modified Files:
        pkgsrc/devel/afl: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/afl/Makefile
cvs rdiff -u -r1.62 -r1.63 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.61 pkgsrc/devel/afl/Makefile:1.62
--- pkgsrc/devel/afl/Makefile:1.61      Thu Nov 23 15:11:29 2017
+++ pkgsrc/devel/afl/Makefile   Fri Oct 11 16:20:18 2019
@@ -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 @@ USE_TOOLS+=   bash:run gmake
 REPLACE_SH+=   afl-plot
 REPLACE_BASH+= afl-cmin
 
+WRKSRC=                ${WRKDIR}/${PKGBASE:tu}-${PKGVERSION_NOREV}
+
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/afl/distinfo
diff -u pkgsrc/devel/afl/distinfo:1.62 pkgsrc/devel/afl/distinfo:1.63
--- pkgsrc/devel/afl/distinfo:1.62      Thu Nov 23 15:11:29 2017
+++ pkgsrc/devel/afl/distinfo   Fri Oct 11 16:20:18 2019
@@ -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