Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2019 15:09:48 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514537 - head/security/afl++
Message-ID:  <201910151509.x9FF9m8r031493@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Oct 15 15:09:48 2019
New Revision: 514537
URL: https://svnweb.freebsd.org/changeset/ports/514537

Log:
  security/afl++: Update to 2.57c
  
  Changes:	https://github.com/vanhauser-thc/AFLplusplus/releases/tag/2.57c

Modified:
  head/security/afl++/Makefile
  head/security/afl++/distinfo
  head/security/afl++/pkg-plist

Modified: head/security/afl++/Makefile
==============================================================================
--- head/security/afl++/Makefile	Tue Oct 15 15:09:02 2019	(r514536)
+++ head/security/afl++/Makefile	Tue Oct 15 15:09:48 2019	(r514537)
@@ -2,15 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	afl
-PORTVERSION=	2.54c
-PORTREVISION=	1
+PORTVERSION=	2.57c
 CATEGORIES=	security
 PKGNAMESUFFIX=	++
 
-PATCH_SITES=	https://github.com/vanhauser-thc/AFLplusplus/commit/
-PATCHFILES=	52cbd650b7ae30c64152601fbc34350d61b3e02a.patch:-p1 \
-		efa205289662db40382f9c2a4e83420438419bba.patch:-p1
-
 MAINTAINER=	tobik@FreeBSD.org
 COMMENT=	Fast instrumented fuzzer
 
@@ -90,7 +85,7 @@ post-install:
 .for prog in afl-analyze afl-fuzz afl-gcc afl-gotcpu afl-showmap afl-tmin
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${prog}
 .endfor
-	${INSTALL_LIB} ${WRKSRC}/libdislocator/libdislocator.so \
+	${INSTALL_LIB} ${WRKSRC}/libdislocator.so \
 		${STAGEDIR}${PREFIX}/lib/afl
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/libdislocator
 	${INSTALL_MAN} ${WRKSRC}/libdislocator/README.md \

Modified: head/security/afl++/distinfo
==============================================================================
--- head/security/afl++/distinfo	Tue Oct 15 15:09:02 2019	(r514536)
+++ head/security/afl++/distinfo	Tue Oct 15 15:09:48 2019	(r514537)
@@ -1,7 +1,3 @@
-TIMESTAMP = 1567675622
-SHA256 (vanhauser-thc-AFLplusplus-2.54c_GH0.tar.gz) = cbf691b5a0287b992f3c417c16ddae4ca7cae0fa9f8132bda836456096522c14
-SIZE (vanhauser-thc-AFLplusplus-2.54c_GH0.tar.gz) = 958461
-SHA256 (52cbd650b7ae30c64152601fbc34350d61b3e02a.patch) = 596075efa9bf07a027737c25feb6c7b9d73d7690b885d27b3e16aa79f8532a10
-SIZE (52cbd650b7ae30c64152601fbc34350d61b3e02a.patch) = 3312
-SHA256 (efa205289662db40382f9c2a4e83420438419bba.patch) = 1d25895b5e8c03aff3fcd69bbb719481545d9ed04cdd555c0855e645e8aea77a
-SIZE (efa205289662db40382f9c2a4e83420438419bba.patch) = 2074
+TIMESTAMP = 1571151753
+SHA256 (vanhauser-thc-AFLplusplus-2.57c_GH0.tar.gz) = b01f2090efce95aaefb27b59e2ea2684bf54ae72183a27386c928e0b06c93fff
+SIZE (vanhauser-thc-AFLplusplus-2.57c_GH0.tar.gz) = 970952

Modified: head/security/afl++/pkg-plist
==============================================================================
--- head/security/afl++/pkg-plist	Tue Oct 15 15:09:02 2019	(r514536)
+++ head/security/afl++/pkg-plist	Tue Oct 15 15:09:48 2019	(r514537)
@@ -24,6 +24,8 @@ lib/afl/libdislocator.so
 %%LLVM%%lib/afl/libLLVMInsTrim.so
 %%LLVM%%lib/afl/split-compares-pass.so
 %%LLVM%%lib/afl/split-switches-pass.so
+man/man8/afl-clang-fast.8.gz
+man/man8/afl-clang-fast++.8.gz
 man/man8/afl-cmin.8.gz
 man/man8/afl-fuzz.8.gz
 man/man8/afl-gcc.8.gz
@@ -33,7 +35,7 @@ man/man8/afl-showmap.8.gz
 man/man8/afl-system-config.8.gz
 man/man8/afl-tmin.8.gz
 man/man8/afl-whatsup.8.gz
-%%DATADIR%%/README.dictionaries
+%%DATADIR%%/README.md
 %%DATADIR%%/README.testcases
 %%DATADIR%%/archives/common/ar/small_archive.a
 %%DATADIR%%/archives/common/bzip2/small_archive.bz2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910151509.x9FF9m8r031493>