ike-scan: bump to v20151114

This commit is contained in:
blshkv 2016-03-09 15:03:53 +08:00
parent ff1ca3961a
commit fd876888fc
4 changed files with 5 additions and 143 deletions

View file

@ -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 <jer@gentoo.org> -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 <jlec@gentoo.org> ike-scan-1.9.ebuild:
Fix buffer overflow, #277556; bump to EAPI=4
20 Aug 2011; Jeroen Roovers <jer@gentoo.org> metadata.xml:
Remove useless maintainer tag.
23 Sep 2009; Patrick Lauer <patrick@gentoo.org> ike-scan-1.9.ebuild:
Remove virtual/libc
06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -ike-scan-1.8-r1.ebuild:
Cleanup
01 Jul 2007; Peter Weller <welp@gentoo.org> ike-scan-1.9.ebuild:
Keyworded ~amd64 wrt bug 183634
20 Mar 2007; Raúl Porcel <armin76@gentoo.org> ike-scan-1.9.ebuild:
x86 stable
*ike-scan-1.9 (31 Jan 2007)
31 Jan 2007; Marcelo Goes <vanquirius@gentoo.org> 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 <vanquirius@gentoo.org> -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 <richard at vdberg
dot org>.
05 Mar 2006; Markus Ullmann <jokey@gentoo.org> ike-scan-1.7.ebuild:
INSTALL cleanup
*ike-scan-1.8 (07 Dec 2005)
07 Dec 2005; Marcelo Goes <vanquirius@gentoo.org> +ike-scan-1.8.ebuild:
1.8 version bump for bug 114762. Thanks to Michael Zanetta <grimmlin at
pentoo dot ch>.
25 Jun 2005; David Holm <dholm@gentoo.org> ike-scan-1.7.ebuild:
Added to ~ppc.
*ike-scan-1.7 (24 Jun 2005)
24 Jun 2005; Daniel Black <dragonheart@gentoo.org> +metadata.xml,
+ike-scan-1.7.ebuild:
Initial import as per bug #83454 thanks to Tomas Doran

View file

@ -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
}

View file

@ -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
}

View file

@ -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() {