From fd876888fc3999fc31dfa8362be7235703725c76 Mon Sep 17 00:00:00 2001 From: blshkv Date: Wed, 9 Mar 2016 15:03:53 +0800 Subject: [PATCH] ike-scan: bump to v20151114 --- net-analyzer/ike-scan/ChangeLog | 60 ------------------- .../ike-scan/ike-scan-1.9_p20140730.ebuild | 39 ------------ .../ike-scan/ike-scan-1.9_p20150524.ebuild | 39 ------------ ...1.ebuild => ike-scan-1.9_p20151114.ebuild} | 10 ++-- 4 files changed, 5 insertions(+), 143 deletions(-) delete mode 100644 net-analyzer/ike-scan/ChangeLog delete mode 100644 net-analyzer/ike-scan/ike-scan-1.9_p20140730.ebuild delete mode 100644 net-analyzer/ike-scan/ike-scan-1.9_p20150524.ebuild rename net-analyzer/ike-scan/{ike-scan-1.9_p20140311.ebuild => ike-scan-1.9_p20151114.ebuild} (75%) diff --git a/net-analyzer/ike-scan/ChangeLog b/net-analyzer/ike-scan/ChangeLog deleted file mode 100644 index 3694d2687..000000000 --- a/net-analyzer/ike-scan/ChangeLog +++ /dev/null @@ -1,60 +0,0 @@ -# ChangeLog for net-analyzer/ike-scan -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ike-scan/ChangeLog,v 1.14 2012/06/18 02:09:59 jer Exp $ - -*ike-scan-1.9-r1 (18 Jun 2012) - - 18 Jun 2012; Jeroen Roovers -ike-scan-1.9.ebuild, - +ike-scan-1.9-r1.ebuild: - Document bug fix. Do a revision bump to force the upgrade. - - 17 Jun 2012; Justin Lecher ike-scan-1.9.ebuild: - Fix buffer overflow, #277556; bump to EAPI=4 - - 20 Aug 2011; Jeroen Roovers metadata.xml: - Remove useless maintainer tag. - - 23 Sep 2009; Patrick Lauer ike-scan-1.9.ebuild: - Remove virtual/libc - - 06 Sep 2007; Markus Ullmann -ike-scan-1.8-r1.ebuild: - Cleanup - - 01 Jul 2007; Peter Weller ike-scan-1.9.ebuild: - Keyworded ~amd64 wrt bug 183634 - - 20 Mar 2007; Raúl Porcel ike-scan-1.9.ebuild: - x86 stable - -*ike-scan-1.9 (31 Jan 2007) - - 31 Jan 2007; Marcelo Goes ike-scan-1.8-r1.ebuild, - +ike-scan-1.9.ebuild: - Mark 1.8-r1 x86 stable. 1.9 version bump. - -*ike-scan-1.8-r1 (09 Dec 2006) - - 09 Dec 2006; Marcelo Goes -ike-scan-1.7.ebuild, - -ike-scan-1.8.ebuild, +ike-scan-1.8-r1.ebuild: - Pass --disable-lookup option to configure, to prevent ike-scan from phoning - home. Fixes bug 157507, reported by Richard van den Berg . - - 05 Mar 2006; Markus Ullmann ike-scan-1.7.ebuild: - INSTALL cleanup - -*ike-scan-1.8 (07 Dec 2005) - - 07 Dec 2005; Marcelo Goes +ike-scan-1.8.ebuild: - 1.8 version bump for bug 114762. Thanks to Michael Zanetta . - - 25 Jun 2005; David Holm ike-scan-1.7.ebuild: - Added to ~ppc. - -*ike-scan-1.7 (24 Jun 2005) - - 24 Jun 2005; Daniel Black +metadata.xml, - +ike-scan-1.7.ebuild: - Initial import as per bug #83454 thanks to Tomas Doran - diff --git a/net-analyzer/ike-scan/ike-scan-1.9_p20140730.ebuild b/net-analyzer/ike-scan/ike-scan-1.9_p20140730.ebuild deleted file mode 100644 index a49f76b90..000000000 --- a/net-analyzer/ike-scan/ike-scan-1.9_p20140730.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ike-scan/ike-scan-1.9-r1.ebuild,v 1.1 2012/06/18 02:09:59 jer Exp $ - -EAPI=4 - -inherit git-2 autotools - -DESCRIPTION="A utility for finding, fingerprinting and testing IKE VPN servers" -HOMEPAGE="http://www.nta-monitor.com/tools-resources/security-tools/ike-scan" -EGIT_REPO_URI="https://github.com/royhills/ike-scan.git" -EGIT_COMMIT="83607b935d9ca2b18f8ecfcf0da655248a5dc851" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="ssl" - -DEPEND="ssl? ( dev-libs/openssl )" -RDEPEND="${DEPEND}" - -src_prepare() { - # Fix buffer overflow, bug #277556 - sed \ - -e "/MAXLINE/s:255:511:g" \ - -i ike-scan.h || die - eautoreconf -} - -src_configure() { - # --disable-lookup prevents ike-scan from phoning home - # for more information, please see bug 157507 - econf $(use_with ssl openssl) --disable-lookup -} - -src_install() { - default - dodoc udp-backoff-fingerprinting-paper.txt -} diff --git a/net-analyzer/ike-scan/ike-scan-1.9_p20150524.ebuild b/net-analyzer/ike-scan/ike-scan-1.9_p20150524.ebuild deleted file mode 100644 index a0add257f..000000000 --- a/net-analyzer/ike-scan/ike-scan-1.9_p20150524.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ike-scan/ike-scan-1.9-r1.ebuild,v 1.1 2012/06/18 02:09:59 jer Exp $ - -EAPI=4 - -inherit git-2 autotools - -DESCRIPTION="A utility for finding, fingerprinting and testing IKE VPN servers" -HOMEPAGE="http://www.nta-monitor.com/tools-resources/security-tools/ike-scan" -EGIT_REPO_URI="https://github.com/royhills/ike-scan.git" -EGIT_COMMIT="4cc8134954b690496583fcb874b7406bb081076a" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="ssl" - -DEPEND="ssl? ( dev-libs/openssl )" -RDEPEND="${DEPEND}" - -src_prepare() { - # Fix buffer overflow, bug #277556 - sed \ - -e "/MAXLINE/s:255:511:g" \ - -i ike-scan.h || die - eautoreconf -} - -src_configure() { - # --disable-lookup prevents ike-scan from phoning home - # for more information, please see bug 157507 - econf $(use_with ssl openssl) --disable-lookup -} - -src_install() { - default - dodoc udp-backoff-fingerprinting-paper.txt -} diff --git a/net-analyzer/ike-scan/ike-scan-1.9_p20140311.ebuild b/net-analyzer/ike-scan/ike-scan-1.9_p20151114.ebuild similarity index 75% rename from net-analyzer/ike-scan/ike-scan-1.9_p20140311.ebuild rename to net-analyzer/ike-scan/ike-scan-1.9_p20151114.ebuild index 2dd7d7f03..2e9b2a86b 100644 --- a/net-analyzer/ike-scan/ike-scan-1.9_p20140311.ebuild +++ b/net-analyzer/ike-scan/ike-scan-1.9_p20151114.ebuild @@ -1,22 +1,22 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ike-scan/ike-scan-1.9-r1.ebuild,v 1.1 2012/06/18 02:09:59 jer Exp $ +# $Id$ -EAPI=4 +EAPI=5 inherit git-2 autotools DESCRIPTION="A utility for finding, fingerprinting and testing IKE VPN servers" HOMEPAGE="http://www.nta-monitor.com/tools-resources/security-tools/ike-scan" EGIT_REPO_URI="https://github.com/royhills/ike-scan.git" -EGIT_COMMIT="2b357dd7c029742105fd5c0c2a03d1accea862dd" +EGIT_COMMIT="bfedb5c68fcf948b0de8987abf8a80a6ccd9de5e" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="ssl" -DEPEND="ssl? ( dev-libs/openssl )" +DEPEND="ssl? ( dev-libs/openssl:0 )" RDEPEND="${DEPEND}" src_prepare() {