net-analyzer/ike-scan - 1.9.5 (gentoo)

Search

Package Information

Description:
A utility for finding, fingerprinting and testing IKE VPN servers
Homepage:
https://github.com/royhills/ike-scan
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.9.5 8 ~amd64 ~ppc x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="A utility for finding, fingerprinting and testing IKE VPN servers"
HOMEPAGE="https://github.com/royhills/ike-scan"
SRC_URI="https://github.com/royhills/ike-scan/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE="ssl"

DEPEND="ssl? ( dev-libs/openssl:= )"
RDEPEND="${DEPEND}"

PATCHES=(
	"${FILESDIR}"/${PN}-1.9.5-clang-16.patch
	"${FILESDIR}"/${PN}-1.9.5-openssl-libdir.patch
	"${FILESDIR}"/${PN}-1.9.5-musl-getopt.patch
)

src_prepare() {
	default

	# Fix buffer overflow, bug #277556
	sed \
		-e "/MAXLINE/s:255:511:g" \
		-i ike-scan.h || die

	eautoreconf
}

src_configure() {
	econf \
		$(use_with ssl openssl "${ESYSROOT}"/usr)

	# bug 945318, remove bundled "getopt.h"
	rm getopt.h || die
}

src_install() {
	default
	dodoc udp-backoff-fingerprinting-paper.txt
}

USE Flags

ssl

Dependencies

DEPEND

ssl? ( dev-libs/openssl:= )

RDEPEND

ssl? ( dev-libs/openssl:= )

Manifest for 1.9.5

Type File Size Source URLs
DIST ike-scan-1.9.5.tar.gz 1542264 bytes https://github.com/royhills/ike-scan/archive/1.9.5.tar.gz