xmw 15/06/09 13:07:57 Modified: ChangeLog Added: thc-ipv6-2.7.ebuild Log: Version bump (thanks Moritz Kick, 546472). (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path 1.11 net-analyzer/thc-ipv6/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thc-ipv6/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thc-ipv6/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thc-ipv6/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/thc-ipv6/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 30 Jul 2014 22:20:07 -0000 1.10 +++ ChangeLog 9 Jun 2015 13:07:57 -0000 1.11 @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/thc-ipv6 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thc-ipv6/ChangeLog,v 1.10 2014/07/30 22:20:07 xmw Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thc-ipv6/ChangeLog,v 1.11 2015/06/09 13:07:57 xmw Exp $ + +*thc-ipv6-2.7 (09 Jun 2015) + + 09 Jun 2015; Michael Weber <[email protected]> +thc-ipv6-2.7.ebuild: + Version bump (thanks Moritz Kick, 546472). *thc-ipv6-2.5 (30 Jul 2014) 1.1 net-analyzer/thc-ipv6/thc-ipv6-2.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thc-ipv6/thc-ipv6-2.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/thc-ipv6/thc-ipv6-2.7.ebuild?rev=1.1&content-type=text/plain Index: thc-ipv6-2.7.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/thc-ipv6/thc-ipv6-2.7.ebuild,v 1.1 2015/06/09 13:07:57 xmw Exp $ EAPI=4 inherit eutils toolchain-funcs DESCRIPTION="complete tool set to attack the inherent protocol weaknesses of IPV6 and ICMP6" HOMEPAGE="http://freeworld.thc.org/thc-ipv6/" SRC_URI="http://freeworld.thc.org/releases/${P}.tar.gz" LICENSE="AGPL-3 openssl" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="ssl" DEPEND="net-libs/libpcap ssl? ( dev-libs/openssl )" RDEPEND="${DEPEND}" src_prepare() { epatch "${FILESDIR}"/${PN}-2.1-Makefile.patch if ! use ssl ; then sed -e '/^HAVE_SSL/s:^:#:' \ -i Makefile fi } src_compile() { emake CC="$(tc-getCC)" } src_install() { emake DESTDIR="${D}" PREFIX="/usr" STRIP="true" install dodoc CHANGES HOWTO-INJECT README }
