mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
packetstormexploits-2023.12.ebuild
This commit is contained in:
parent
8ead534d30
commit
6092313680
6 changed files with 33 additions and 3 deletions
|
|
@ -14,5 +14,9 @@
|
|||
<flag name="2017">Use 2017 archivers</flag>
|
||||
<flag name="2018">Use 2018 archivers</flag>
|
||||
<flag name="2019">Use 2019 archivers</flag>
|
||||
<flag name="2020">Use 2020 archivers</flag>
|
||||
<flag name="2021">Use 2021 archivers</flag>
|
||||
<flag name="2022">Use 2022 archivers</flag>
|
||||
<flag name="2023">Use 2023 archivers</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ SLOT="0"
|
|||
|
||||
IUSE="2012 2013 2014 2015 2016 2017 2018 2019 2020 +2021 +2022"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="
|
||||
2012? ( app-exploits/packetstormexploits:2012 )
|
||||
2013? ( app-exploits/packetstormexploits:2013 )
|
||||
|
|
|
|||
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Meta ebuild of packetstorm exploits"
|
||||
HOMEPAGE="http://packetstormsecurity.net"
|
||||
LICENSE="HPND"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
SLOT="0"
|
||||
|
||||
IUSE="2012 2013 2014 2015 2016 2017 2018 2019 2020 +2021 +2022 +2023"
|
||||
|
||||
RDEPEND="
|
||||
2012? ( app-exploits/packetstormexploits:2012 )
|
||||
2013? ( app-exploits/packetstormexploits:2013 )
|
||||
2014? ( app-exploits/packetstormexploits:2014 )
|
||||
2015? ( app-exploits/packetstormexploits:2015 )
|
||||
2016? ( app-exploits/packetstormexploits:2016 )
|
||||
2017? ( app-exploits/packetstormexploits:2017 )
|
||||
2018? ( app-exploits/packetstormexploits:2018 )
|
||||
2019? ( app-exploits/packetstormexploits:2019 )
|
||||
2020? ( app-exploits/packetstormexploits:2020 )
|
||||
2021? ( app-exploits/packetstormexploits:2021 )
|
||||
"
|
||||
|
|
@ -22,3 +22,4 @@ DIST 2019-exploits.tgz 373941394 BLAKE2B 939fcafee62cd95cf808f6044129522c5f59a89
|
|||
DIST 2020-exploits.tgz 498757861 BLAKE2B 40cdbaaade2f10435bfe79174fa2b778b487692400b5b9f4b60302f82eb0c448dda97ff47cdfb6268b1190efadc6db4251b6c4746939cb00727cd325c6efc3a2 SHA512 6059f9682e9981a9862f4d9f20e750f81d3ece82d6e08d8c8662c2b21c87c30582600eccde14a2dbd56935dfdc68f94b7a88c5219f627ab92095392c2b269e25
|
||||
DIST 2021-exploits.tgz 60478779 BLAKE2B a88fee8fdb9964210fae852935a7e848d49bb42bec0ef02a5ecb1e18a02c8499a73b1e38207529cae3a36c4ce30d48fee05b8c31619ea9bc230930844754fc9a SHA512 626370b19d08cdb8f6f5827a5c976f32c5af59173bda25bd67d320a222f70a3a8ea201cbcf952e12a02e387409ba5de5de831052882bd66ed5e664d7505bc682
|
||||
DIST 2022-exploits.tgz 55022751 BLAKE2B 1e9b3a4cbda982a0d80be8b21f3ef15c0d6917418739fcbcdf35e0bc3ccbb44fcb51892407caa2fb78b8125642bd09533785f0c093eadf9c0a14c3ac08cd1645 SHA512 076479e1da355a96c473a74584b15720abd8d071f940e1770a7fb2abc561a20c10b3ed7641417a35e922b97e5c78ffb5cb4648e0167dd4cadd1d3609f0671ab5
|
||||
DIST 2023-exploits.tgz 35061367 BLAKE2B 41e43cfa7bef9f537af8279c2c47b6c267b46c0dabc3dbff7c9ba65ca36d9ce9a8a1b12f2891a6d7926f5713765676b07c95b5c6fd4671b68e2cafadffab165b SHA512 03e86898a8466740455f51215c1195900f6f9d0d45d834acd1545686edf177c31b91e93b47110ad37579661527a1d8b70aecb1f1c7e34939068344f32e8a50c8
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
AVC=( $(ver_rs 1- ' ') )
|
||||
MY_PV_YYYY="${AVC[0]}"
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
packetstormexploits-2013.12.ebuild
|
||||
Loading…
Reference in a new issue