mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
seclists: 2023.1 bump
This commit is contained in:
parent
ab81deb897
commit
0150fc6afc
2 changed files with 20 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST seclists-2022.3.tar.gz 534085313 BLAKE2B 75b9ec60bd04485b397d711e90113818ce01a2916e0373276a56982571332451d44d9bd096c50282d8632f5e3977b3f1caa6263263ceb660f20be9b0d2f0788d SHA512 090dac9dc85e9abdaab48e08cabd5ba084e6bc976fb92c329c39482fd4db8a41f984a27812877738cdf4cedf7edcbd48628013336da640636e435c0ebaab273d
|
||||
DIST seclists-2022.4.tar.gz 534243017 BLAKE2B eac3c94863cf821bb6b830d0d7533954ab3d1140d43aa262d0b70e95760015a97e7ddb15061f7be720a75f0e1c5794394be296d72b402d1d5d02232f1e72e533 SHA512 b3db914631d62a07b37dfc2a82b9b61a4b9ea95f37586720e341fe27949e213c2b3576f858b62faefa584cab98d617f460ccfc94d5fc4e2646f997bd896c1bef
|
||||
DIST seclists-2023.1.tar.gz 565865274 BLAKE2B d0faddf634a5343d9c1c5bc591f80598c8aae2d83f20ce8334bca12bebab1cef4921648a65dab13dfee2fdb6e9ca426c88ad38dbfbf6bd0fedf54e384f578d27 SHA512 834d52243a918771aa6ec086c1db63080b8bf7570bd4b296d7733721f1775c564f5894217156fa6607eee20c82008503c35362d60f97ddc083bcf07d6511aa13
|
||||
|
|
|
|||
19
app-dicts/seclists/seclists-2023.1.ebuild
Normal file
19
app-dicts/seclists/seclists-2023.1.ebuild
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="A collection of multiple types of lists used during security assessments"
|
||||
HOMEPAGE="https://github.com/danielmiessler/SecLists"
|
||||
SRC_URI="https://github.com/danielmiessler/SecLists/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
|
||||
S="${WORKDIR}/SecLists-${PV}"
|
||||
|
||||
src_install(){
|
||||
insinto /usr/share/dict/seclists
|
||||
doins -r *
|
||||
}
|
||||
Loading…
Reference in a new issue