mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
seclists: 2019.1 bump
This commit is contained in:
parent
ea24271f48
commit
6076aedb6c
3 changed files with 28 additions and 1 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST seclists-2018.2.tar.gz 211871095 BLAKE2B 6653a0cb95c7d3aa72dab2d77735b1a114fcabbc278b78b9d45149fc7b0b3be5bf6bde99f136942eb5e6def030715668b8af217147b34f60841519fa6d78ace1 SHA512 0ba4711619504b5cdd5303689fb60f957ba4094e93a8b36d210543f8891a03e133e8baa444c4a28787a825718e709aba596da0da39a6eaee9ab8c384eab60b8e
|
||||
DIST seclists-2018.3.tar.gz 211890554 BLAKE2B 2de791a9545f81365fcc9393ce45fc07abd553060b749b167029cbdf812fae31b01c5ffb8f41378418f6c6dbc269061e7fa87f7f3f472db9eb61389ec44b7c72 SHA512 c12c721362909f119266c3efd2a6820d1084a356c6e579301cda4fffc7f35fafb67cb81860d7801b2f5e42fc1706428a53a6139e92761de927009aca0aa57da6
|
||||
DIST seclists-2019.1.tar.gz 269988162 BLAKE2B 10d648cb366352233c58a13a3974347ec63ce25a17e1f041ec7f33c83536921847cdd7215b1ddf5f1eb48db0160a82c6f781378337ca23bed77a144e7cf4c770 SHA512 1bdf0a2766e14baa6a229e97c4ce8e4e4d397d9f682755deae7a13a037845bc671ef18fc89b904e7697460aa810f84ee6679630401efc02fdf9441a1a441a95a
|
||||
|
|
|
|||
26
app-dicts/seclists/seclists-2019.1.ebuild
Normal file
26
app-dicts/seclists/seclists-2019.1.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
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"
|
||||
IUSE=""
|
||||
|
||||
S="${WORKDIR}/SecLists-${PV}"
|
||||
|
||||
src_prepare(){
|
||||
#https://github.com/danielmiessler/SecLists/issues/226
|
||||
rm ./Payloads/File-Names/max-length/*
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_install(){
|
||||
insinto /usr/share/dict/seclists
|
||||
doins -r *
|
||||
}
|
||||
|
|
@ -35,7 +35,7 @@ www-apps/Tiredful-API
|
|||
#Grammarly alternative
|
||||
=app-officeext/languagetool-4.4*
|
||||
|
||||
=app-dicts/seclists-2018*
|
||||
=app-dicts/seclists-2019*
|
||||
|
||||
www-apps/BloodHound
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue