mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
snmpenum: remove fetch restriction
This commit is contained in:
parent
dc10ca0f8f
commit
f36e2b6e21
1 changed files with 0 additions and 7 deletions
|
|
@ -9,7 +9,6 @@ inherit eutils
|
|||
DESCRIPTION="A perl script to enumerate SNMP table dumper"
|
||||
HOMEPAGE="http://packetstormsecurity.org"
|
||||
SRC_URI="https://dl.packetstormsecurity.net/UNIX/scanners/${PN}.zip"
|
||||
RESTRICT="fetch"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
|
@ -21,12 +20,6 @@ RDEPEND="dev-perl/Net-SNMP"
|
|||
|
||||
S="${WORKDIR}"
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Upstream's certificate chain is incomplete. Run the following command:"
|
||||
einfo "wget \"${SRC_URI}\" --no-check-certificate"
|
||||
einfo "and placed the file into ${DISTDIR}"
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
epatch "${FILESDIR}"/${PN}-gentoo.patch
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue