ike-scan: bump

This commit is contained in:
blshkv 2018-06-19 15:18:44 +08:00
parent 9278515165
commit 44ae9bd9b2
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 10 additions and 7 deletions

View file

@ -0,0 +1 @@
DIST ike-scan-1.9.4_p20170805.zip 1395358 BLAKE2B 807f947e82c62be21a0faf3dde0043c171fcbda806893678c27daffb16ad2473d5dce912c5060a0857d6aa5b24bfc9e17f7cd44c6efc98550272031a3fe39e8a SHA512 d18c21de181320d5b94cdaa512570305c2fccb2eb8bbfb4a8c73bf077a065af253434af4eac9e4199945407ed8e4e2acf7c3e870474cfb5f9c1ab2cb04d7a892

View file

@ -1,15 +1,14 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
inherit git-2 autotools
inherit 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="bfedb5c68fcf948b0de8987abf8a80a6ccd9de5e"
HOMEPAGE="http://www.nta-monitor.com/wiki/index.php/Ike-scan_Documentation"
MY_COMMIT="692163bd7e3de4bf5e802b1e30ade38134033c44"
SRC_URI="https://github.com/royhills/ike-scan/archive/${MY_COMMIT}.zip -> ${P}.zip"
LICENSE="GPL-2"
SLOT="0"
@ -19,12 +18,15 @@ IUSE="ssl"
DEPEND="ssl? ( dev-libs/openssl:0 )"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-${MY_COMMIT}"
src_prepare() {
# Fix buffer overflow, bug #277556
sed \
-e "/MAXLINE/s:255:511:g" \
-i ike-scan.h || die
eautoreconf
eapply_user
}
src_configure() {