mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
ike-scan: bump
This commit is contained in:
parent
9278515165
commit
44ae9bd9b2
2 changed files with 10 additions and 7 deletions
1
net-analyzer/ike-scan/Manifest
Normal file
1
net-analyzer/ike-scan/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST ike-scan-1.9.4_p20170805.zip 1395358 BLAKE2B 807f947e82c62be21a0faf3dde0043c171fcbda806893678c27daffb16ad2473d5dce912c5060a0857d6aa5b24bfc9e17f7cd44c6efc98550272031a3fe39e8a SHA512 d18c21de181320d5b94cdaa512570305c2fccb2eb8bbfb4a8c73bf077a065af253434af4eac9e4199945407ed8e4e2acf7c3e870474cfb5f9c1ab2cb04d7a892
|
||||
|
|
@ -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() {
|
||||
Loading…
Reference in a new issue