mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
packetstormexploits: remove fetch restriction: upstream fixed the cert
This commit is contained in:
parent
f36e2b6e21
commit
e64b513b8e
5 changed files with 0 additions and 35 deletions
|
|
@ -27,7 +27,6 @@ SRC_URI="1999? ( https://dl.packetstormsecurity.net/9912-exploits/1999-exploits.
|
|||
LICENSE="HPND"
|
||||
SLOT="2012"
|
||||
KEYWORDS="amd64 x86 arm"
|
||||
RESTRICT="fetch"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="!app-exploits/packetstormexploits:0"
|
||||
|
|
@ -39,12 +38,6 @@ QA_PREBUILT="/usr/share/exploits/packetstormexploits/0001-exploits/bnc246
|
|||
|
||||
S="${WORKDIR}"
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Upstream's certificate chain is incomplete. Run the following command:"
|
||||
einfo "wget \"${SRC_URI}\" --no-check-certificate"
|
||||
einfo "and move the file into ${DISTDIR}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/exploits/${PN}/
|
||||
doins -r *
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ SRC_URI="https://dl.packetstormsecurity.net/1312-exploits/2013-exploits.tgz"
|
|||
LICENSE="HPND"
|
||||
SLOT="2013"
|
||||
KEYWORDS="amd64 x86 arm"
|
||||
RESTRICT="fetch"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="!app-exploits/packetstormexploits:0"
|
||||
|
|
@ -26,12 +25,6 @@ QA_PREBUILT="/usr/share/exploits/packetstormexploits/0001-exploits/bnc246
|
|||
|
||||
S="${WORKDIR}"
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Upstream's certificate chain is incomplete. Run the following command:"
|
||||
einfo "wget \"${SRC_URI}\" --no-check-certificate"
|
||||
einfo "and move the file into ${DISTDIR}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/exploits/${PN}/
|
||||
doins -r *
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ SRC_URI="https://dl.packetstormsecurity.net/1412-exploits/2014-exploits.tgz"
|
|||
LICENSE="HPND"
|
||||
SLOT="2014"
|
||||
KEYWORDS="amd64 x86 arm"
|
||||
RESTRICT="fetch"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="!app-exploits/packetstormexploits:0"
|
||||
|
|
@ -26,12 +25,6 @@ QA_PREBUILT="/usr/share/exploits/packetstormexploits/0001-exploits/bnc246
|
|||
|
||||
S="${WORKDIR}"
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Upstream's certificate chain is incomplete. Run the following command:"
|
||||
einfo "wget \"${SRC_URI}\" --no-check-certificate"
|
||||
einfo "and move the file into ${DISTDIR}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/exploits/${PN}/
|
||||
doins -r *
|
||||
|
|
|
|||
|
|
@ -13,19 +13,12 @@ LICENSE="HPND"
|
|||
SLOT="2015"
|
||||
KEYWORDS="amd64 x86 arm"
|
||||
IUSE=""
|
||||
RESTRICT="fetch"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="!app-exploits/packetstormexploits:0"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Upstream's certificate chain is incomplete. Run the following command:"
|
||||
einfo "wget \"${SRC_URI}\" --no-check-certificate"
|
||||
einfo "and move the file into ${DISTDIR}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/exploits/${PN}/
|
||||
doins -r *
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ done
|
|||
|
||||
LICENSE="HPND"
|
||||
SLOT="${MY_PV_YYYY}"
|
||||
RESTRICT="fetch"
|
||||
|
||||
KEYWORDS="amd64 x86 arm"
|
||||
|
||||
|
|
@ -31,12 +30,6 @@ RDEPEND="!app-exploits/packetstormexploits:0"
|
|||
|
||||
S="${WORKDIR}"
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Upstream's certificate chain is incomplete. Run the following command:"
|
||||
einfo "wget \"${SRC_URI}\" --no-check-certificate"
|
||||
einfo "and move the file into ${DISTDIR}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/exploits/${PN}/
|
||||
doins -r *
|
||||
|
|
|
|||
Loading…
Reference in a new issue