Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Apr 2017 07:31:23 +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: r437686 - head/security/afl
Message-ID:  <201704040731.v347VN6D039729@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Apr  4 07:31:23 2017
New Revision: 437686
URL: https://svnweb.freebsd.org/changeset/ports/437686

Log:
  Update to 2.40b
  
  - Move to LLVM 4.0
  
  Changes:	http://lcamtuf.coredump.cx/afl/ChangeLog.txt
  Approved by:	lme (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10270

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

Modified: head/security/afl/Makefile
==============================================================================
--- head/security/afl/Makefile	Tue Apr  4 07:02:08 2017	(r437685)
+++ head/security/afl/Makefile	Tue Apr  4 07:31:23 2017	(r437686)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	afl
-PORTVERSION=	2.39
+PORTVERSION=	2.40
 DISTVERSIONSUFFIX=	b
 CATEGORIES=	security
 MASTER_SITES=	http://lcamtuf.coredump.cx/afl/releases/
@@ -27,7 +27,7 @@ OPTIONS_DEFAULT=	LLVM
 OPTIONS_SUB=	yes
 
 LLVM_DESC=	LLVM-based instrumentation
-LLVM_VERSION=	39
+LLVM_VERSION=	40
 LLVM_BUILD_DEPENDS=	clang${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
 LLVM_RUN_DEPENDS=	clang${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
 LLVM_VARS=	CC=clang${LLVM_VERSION} CXX=clang++${LLVM_VERSION} \

Modified: head/security/afl/distinfo
==============================================================================
--- head/security/afl/distinfo	Tue Apr  4 07:02:08 2017	(r437685)
+++ head/security/afl/distinfo	Tue Apr  4 07:31:23 2017	(r437686)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487164780
-SHA256 (afl-2.39b.tgz) = 968eceae4d013eee62bc8f2fdddbb7060b92e03a0175153b0285ec7f5c78f141
-SIZE (afl-2.39b.tgz) = 830897
+TIMESTAMP = 1491283318
+SHA256 (afl-2.40b.tgz) = 4d35934a77ceee1f219d70ec6bac927c334540b4d9050f359728e2490dcba46e
+SIZE (afl-2.40b.tgz) = 831379



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