From owner-svn-ports-all@freebsd.org Tue Apr 4 07:31:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0114D2D346; Tue, 4 Apr 2017 07:31:24 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF0A0ADB; Tue, 4 Apr 2017 07:31:24 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v347VNxV039731; Tue, 4 Apr 2017 07:31:23 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v347VN6D039729; Tue, 4 Apr 2017 07:31:23 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201704040731.v347VN6D039729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 4 Apr 2017 07:31:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437686 - head/security/afl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Apr 2017 07:31:25 -0000 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