hanno 15/03/19 23:43:31
Modified: ChangeLog
Added: afl-1.57b.ebuild
Removed: afl-0.89b.ebuild afl-0.57b.ebuild afl-0.50b.ebuild
afl-0.74b.ebuild afl-1.03b.ebuild afl-1.35b.ebuild
Log:
afl bump
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
A5880072BBB51E42)
Revision Changes Path
1.8 app-forensics/afl/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afl/ChangeLog?rev=1.8&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afl/ChangeLog?rev=1.8&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afl/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/afl/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 14 Feb 2015 15:42:54 -0000 1.7
+++ ChangeLog 19 Mar 2015 23:43:31 -0000 1.8
@@ -1,6 +1,13 @@
# 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.7
2015/02/14 15:42:54 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/afl/ChangeLog,v 1.8
2015/03/19 23:43:31 hanno Exp $
+
+*afl-1.57b (19 Mar 2015)
+
+ 19 Mar 2015; <[email protected]> -afl-0.50b.ebuild, -afl-0.57b.ebuild,
+ -afl-0.74b.ebuild, -afl-0.89b.ebuild, -afl-1.03b.ebuild, -afl-1.35b.ebuild,
+ +afl-1.57b.ebuild:
+ Bump, remove old.
*afl-1.45b (14 Feb 2015)
1.1 app-forensics/afl/afl-1.57b.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afl/afl-1.57b.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afl/afl-1.57b.ebuild?rev=1.1&content-type=text/plain
Index: afl-1.57b.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.57b.ebuild,v 1.1
2015/03/19 23:43:31 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"
RDEPEND="${DEPEND}"
src_compile() {
emake CC="$(tc-getCC)" \
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
}