svn commit: r453659 - head/security/afl

Tobias Kortkamp tobik at FreeBSD.org
Tue Nov 7 14:08:12 UTC 2017


Author: tobik
Date: Tue Nov  7 14:08:11 2017
New Revision: 453659
URL: https://svnweb.freebsd.org/changeset/ports/453659

Log:
  security/afl: Update to 2.52b
  
  - Make LLVM_VERSION overridable
  
  Changes:	http://lcamtuf.coredump.cx/afl/ChangeLog.txt

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

Modified: head/security/afl/Makefile
==============================================================================
--- head/security/afl/Makefile	Tue Nov  7 13:55:34 2017	(r453658)
+++ head/security/afl/Makefile	Tue Nov  7 14:08:11 2017	(r453659)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	afl
-PORTVERSION=	2.51
+PORTVERSION=	2.52
 DISTVERSIONSUFFIX=	b
 CATEGORIES=	security
 MASTER_SITES=	http://lcamtuf.coredump.cx/afl/releases/
@@ -29,7 +29,7 @@ OPTIONS_SUB=	yes
 
 LLVM_DESC=	LLVM-based instrumentation
 
-LLVM_VERSION=	40
+LLVM_VERSION?=	40
 
 LLVM_ALL_TARGET=	llvm_mode
 LLVM_BUILD_DEPENDS=	clang${LLVM_VERSION}:devel/llvm${LLVM_VERSION}

Modified: head/security/afl/distinfo
==============================================================================
--- head/security/afl/distinfo	Tue Nov  7 13:55:34 2017	(r453658)
+++ head/security/afl/distinfo	Tue Nov  7 14:08:11 2017	(r453659)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1504170836
-SHA256 (afl-2.51b.tgz) = d435b94b35b844ea0bacbdb8516d2d5adffc2a4f4a5aad78785c5d2a5495bb97
-SIZE (afl-2.51b.tgz) = 835611
+TIMESTAMP = 1510063235
+SHA256 (afl-2.52b.tgz) = 43614b4b91c014d39ef086c5cc84ff5f068010c264c2c05bf199df60898ce045
+SIZE (afl-2.52b.tgz) = 835907


More information about the svn-ports-all mailing list