Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2019 11:42:05 +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: r508373 - head/security/afl++
Message-ID:  <201908081142.x78Bg5o0068941@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Aug  8 11:42:05 2019
New Revision: 508373
URL: https://svnweb.freebsd.org/changeset/ports/508373

Log:
  security/afl++: Update to latest commit
  
  This makes it work with devel/llvm90.
  
  PR:		239682

Modified:
  head/security/afl++/Makefile
  head/security/afl++/distinfo

Modified: head/security/afl++/Makefile
==============================================================================
--- head/security/afl++/Makefile	Thu Aug  8 11:13:05 2019	(r508372)
+++ head/security/afl++/Makefile	Thu Aug  8 11:42:05 2019	(r508373)
@@ -2,13 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	afl
-PORTVERSION=	2.53c
+PORTVERSION=	2.53d.a1
 CATEGORIES=	security
 PKGNAMESUFFIX=	++
 
-PATCH_SITES=	https://github.com/vanhauser-thc/AFLplusplus/commit/
-PATCHFILES=	30586e634ddb58bad08e9cb662f0ccc44f45b91a.patch:-p1
-
 MAINTAINER=	tobik@FreeBSD.org
 COMMENT=	Fast instrumented fuzzer
 
@@ -24,6 +21,7 @@ USES=		gmake tar:tgz
 USE_GITHUB=	yes
 GH_ACCOUNT=	vanhauser-thc
 GH_PROJECT=	AFLplusplus
+GH_TAGNAME=	8b6a4e575978fac83155efd90d39030c84b2a755
 
 ALL_TARGET=	all libdislocator
 TEST_TARGET=	test_build

Modified: head/security/afl++/distinfo
==============================================================================
--- head/security/afl++/distinfo	Thu Aug  8 11:13:05 2019	(r508372)
+++ head/security/afl++/distinfo	Thu Aug  8 11:42:05 2019	(r508373)
@@ -1,5 +1,3 @@
-TIMESTAMP = 1564147654
-SHA256 (vanhauser-thc-AFLplusplus-2.53c_GH0.tar.gz) = 3147d44f01378b46c4234090781e5cb13c9721a72701c28ed4f18b7256d452e7
-SIZE (vanhauser-thc-AFLplusplus-2.53c_GH0.tar.gz) = 934915
-SHA256 (30586e634ddb58bad08e9cb662f0ccc44f45b91a.patch) = f3c22bbac12426d30e06a1d9521e7669e884c41e898df2ee4b66759bdb61aef6
-SIZE (30586e634ddb58bad08e9cb662f0ccc44f45b91a.patch) = 2252
+TIMESTAMP = 1565263563
+SHA256 (vanhauser-thc-AFLplusplus-2.53d.a1-8b6a4e575978fac83155efd90d39030c84b2a755_GH0.tar.gz) = 07fffb04760637c4537e396c12d7cccf4ba061330fc36a4133123712b22300c9
+SIZE (vanhauser-thc-AFLplusplus-2.53d.a1-8b6a4e575978fac83155efd90d39030c84b2a755_GH0.tar.gz) = 936061



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