mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 12:51:02 +02:00
packetstormexploits: 2020 yearly bump
This commit is contained in:
parent
e557cb100e
commit
fca872b47d
5 changed files with 12 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -6,10 +6,10 @@ EAPI=7
|
|||
DESCRIPTION="Meta ebuild of packetstorm exploits"
|
||||
HOMEPAGE="http://packetstormsecurity.net"
|
||||
LICENSE="HPND"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
SLOT="0"
|
||||
|
||||
IUSE="2012 2013 2014 2015 2016 +2017 +2018 +2019"
|
||||
IUSE="2012 2013 2014 2015 2016 2017 2018 +2019 +2020"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="
|
||||
|
|
@ -20,4 +20,6 @@ RDEPEND="
|
|||
2016? ( app-exploits/packetstormexploits:2016 )
|
||||
2017? ( app-exploits/packetstormexploits:2017 )
|
||||
2018? ( app-exploits/packetstormexploits:2018 )
|
||||
2019? ( app-exploits/packetstormexploits:2019 )"
|
||||
2019? ( app-exploits/packetstormexploits:2019 )
|
||||
2020? ( app-exploits/packetstormexploits:2020 )
|
||||
"
|
||||
|
|
@ -19,3 +19,4 @@ DIST 2016-exploits.tgz 273857065 BLAKE2B 8f7e5ef2731d5154e58f4b000a7f24b9f8793ae
|
|||
DIST 2017-exploits.tgz 1277380062 BLAKE2B b24ae7b410330084d9d3cdc324426138adef05e117265272729d04e363a82f25aaab3530a81d5611dadd4bdaa42dca1960dbde86dceeef1af90be9adc0896d50 SHA512 8a22583cb0bd5b40f11846da16810a76fd39e03f6d76ff57eb806f995f8e24c14750694a94ed61f0a5322d1d725894826f3a251f1615739e676e28b4b64946e5
|
||||
DIST 2018-exploits.tgz 99091002 BLAKE2B 1aa3bd99ec6d4fc695abd4b5e960316d936f572a481005b8b8fdf6173309fb385fd9cdfd64b5d1fd44e6a4a406eb8efdb5d53ab5576c876189a7e864c6b06681 SHA512 1747bb402c0621b2571fda09e97bffd004c8d7b350b96a22f0b4c00f1bf45df408724cbd0f00bcfa6056a1930989c8a88397982e5c9fe496fcd72e11add3ff44
|
||||
DIST 2019-exploits.tgz 373941394 BLAKE2B 939fcafee62cd95cf808f6044129522c5f59a89e5e2c24af9a4c13cf7294bd17d994e2f23af1c17076e844c197c3b3893d251f9f177af065f8ecd507aa20bcf9 SHA512 cdbf84b00d9ed27d1c07aef2be88b2d72e1654864486fc8d7f65fb509328066bf1160e7d457e036a9956304ac577763290e34ee3be014af06217ecfd424865d3
|
||||
DIST 2020-exploits.tgz 498757861 BLAKE2B 40cdbaaade2f10435bfe79174fa2b778b487692400b5b9f4b60302f82eb0c448dda97ff47cdfb6268b1190efadc6db4251b6c4746939cb00727cd325c6efc3a2 SHA512 6059f9682e9981a9862f4d9f20e750f81d3ece82d6e08d8c8662c2b21c87c30582600eccde14a2dbd56935dfdc68f94b7a88c5219f627ab92095392c2b269e25
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -25,7 +25,7 @@ SRC_URI="1999? ( https://dl.packetstormsecurity.net/9912-exploits/1999-exploits.
|
|||
|
||||
LICENSE="HPND"
|
||||
SLOT="2012"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
|
||||
QA_PREBUILT="/usr/share/exploits/packetstormexploits/0001-exploits/bnc246
|
||||
/usr/share/exploits/packetstormexploits/0212-exploits/kadmin
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -21,7 +21,7 @@ else
|
|||
done
|
||||
fi
|
||||
|
||||
KEYWORDS="amd64 arm x86"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
LICENSE="HPND"
|
||||
SLOT="${MY_PV_YYYY}"
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
packetstormexploits-2013.12.ebuild
|
||||
Loading…
Reference in a new issue