hanno 15/06/01 22:15:05 Modified: ChangeLog Added: afl-1.80b.ebuild Log: afl bump, add afl-clang-fast (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A5880072BBB51E42)
Revision Changes Path 1.9 app-forensics/afl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afl/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afl/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afl/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-forensics/afl/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 19 Mar 2015 23:43:31 -0000 1.8 +++ ChangeLog 1 Jun 2015 22:15:04 -0000 1.9 @@ -1,6 +1,11 @@ # ChangeLog for app-forensics/afl # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/afl/ChangeLog,v 1.8 2015/03/19 23:43:31 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/afl/ChangeLog,v 1.9 2015/06/01 22:15:04 hanno Exp $ + +*afl-1.80b (01 Jun 2015) + + 01 Jun 2015; Hanno Boeck <[email protected]> +afl-1.80b.ebuild: + Version bump, add clang dependency and afl-clang-fast support. *afl-1.57b (19 Mar 2015) 1.1 app-forensics/afl/afl-1.80b.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afl/afl-1.80b.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afl/afl-1.80b.ebuild?rev=1.1&content-type=text/plain Index: afl-1.80b.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-forensics/afl/afl-1.80b.ebuild,v 1.1 2015/06/01 22:15:04 hanno Exp $ EAPI=5 inherit multilib toolchain-funcs DESCRIPTION="american fuzzy lop - compile-time instrumentation fuzzer" HOMEPAGE="http://lcamtuf.coredump.cx/afl/" SRC_URI="http://lcamtuf.coredump.cx/afl/releases//${P}.tgz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="sys-devel/gcc:* sys-devel/clang" RDEPEND="${DEPEND}" src_compile() { emake CC="$(tc-getCC)" \ PREFIX="/usr" \ HELPER_PATH="/usr/$(get_libdir)/afl" \ DOC_PATH="/usr/share/doc/${PF}" cd llvm_mode emake \ PREFIX="/usr" \ HELPER_PATH="/usr/$(get_libdir)/afl" \ DOC_PATH="/usr/share/doc/${PF}" } src_install() { emake DESTDIR="${D}" \ PREFIX="/usr" \ HELPER_PATH="/usr/$(get_libdir)/afl" \ DOC_PATH="/usr/share/doc/${PF}" \ install }
