mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
pentoo-exploit: exploitdb is back
This commit is contained in:
parent
e49ff89956
commit
4c0c924834
2 changed files with 5 additions and 7 deletions
|
|
@ -1 +1 @@
|
|||
EBUILD pentoo-exploit-2012.0.ebuild 701 RMD160 70a0a87f4c36155fb02bad05a6121c99ef33d20b SHA1 c6c95d2f73b95341f83b9dd367905a232fc250b9 SHA256 5671091382652867510bfe6cec1645e1d41d0f0617998f0ffdf5251a5813a052
|
||||
EBUILD pentoo-exploit-2013.0.ebuild 676 SHA256 48f9a8c2f94812a5db33909aa33f35591f1ea783dd5f5339b95150e8637be4f0 SHA512 b9895d61b596bd0fc8add933bcdd575f1da8233f56c9f82e95e7b3c1dd1b756719ac49af56a1017b6d4487d4999c1905e3cb37e7bf652a5bc84d4468c92c07ad WHIRLPOOL 1c280332f2184b2f4b32e07a0eeaaae03e959ef400ce68dc9836fcb4071d4b7039fd3b10c05be4d133143fe8344967883b413482f98951c12cd8194510d7474d
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
KEYWORDS="-*"
|
||||
EAPI="4"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
DESCRIPTION="Pentoo exploit meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
SLOT="0"
|
||||
|
|
@ -13,7 +13,7 @@ IUSE="livecd"
|
|||
DEPEND=""
|
||||
|
||||
RDEPEND="${DEPEND}
|
||||
!livecd? ( app-exploits/packetstormexploits )
|
||||
!livecd? ( app-exploits/packetstormexploits app-exploits/exploitdb )
|
||||
app-exploits/shellstorm
|
||||
app-forensics/make-pdf
|
||||
net-analyzer/davtest
|
||||
|
|
@ -30,5 +30,3 @@ RDEPEND="${DEPEND}
|
|||
# Very old...
|
||||
# net-analyzer/mosref
|
||||
# net-analyzer/fasttrack
|
||||
#readd to !livecd when it builds app-exploits/exploitdb
|
||||
|
||||
Loading…
Reference in a new issue