mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
pentoo-exploit: remove upnpwn due to ruby:1.8 dep
This commit is contained in:
parent
55d0cddac8
commit
9c2dd1af6a
2 changed files with 29 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
EBUILD pentoo-exploit-2013.1-r1.ebuild 651 SHA256 48cedc96f684ea6403084d775ebb4aa2274fee3758e11590bccf3ddf45f1e4cb SHA512 44b81f8789f87d1e290807ff6b7d24f07f2cb3a66ab44b9192c76615a8e8616f341b75e50cbd6b50b8c7344f2e61f32f4b3579ec493cd3bea2d045e163fe98f5 WHIRLPOOL b6cc12da73e074735a62398636f539b924886331ec632b3f5f5c84af7ebb7f3a7d55563b145321331bfd48aeb0fce12b6927559d171309d21788d41cc19a9d91
|
||||
EBUILD pentoo-exploit-2013.1-r2.ebuild 628 SHA256 fa80713057734f22c346416018e067c760a1056079a106bb24275db75b584dc8 SHA512 56c9c54970acea44ce7fb6a2509d4561a5f880cb83289fdc70e5dd7e7c0164ea7fc237dbe47bf1f8117b50459100d6fc8d5b61aad105793b9cc087fed61b1615 WHIRLPOOL dcc2d154b9585da8c4835570acf45a2af09b06c7af99cd8900c4c7575b6ebad6ec1a748d16b0cd0fa3403457b807a43bb3691a5801c2b0be67a1f2e5fc7739a9
|
||||
EBUILD pentoo-exploit-2013.1.ebuild 636 SHA256 9835ab58e194e41e4e7a4c28d1ffe6b9ba01c168593fe7ec14b65eb2073438ce SHA512 564dedd257397e4c995cfff3bc5ea6c12ddab5302ed8a1c376dcf04795faaf3d06830392b3739e7db3070dfdcbac8e02a6515a475c222753e9c32d32945292c5 WHIRLPOOL 16f5ab16ccf934fb7fcd8d9c3d21eb5d69a40f546905a9de2fed54c2cb99f7c4080125e3aa419c23c1355207f525c9a61b856419aea98094432364291493ba1f
|
||||
|
|
|
|||
28
pentoo/pentoo-exploit/pentoo-exploit-2013.1-r2.ebuild
Normal file
28
pentoo/pentoo-exploit/pentoo-exploit-2013.1-r2.ebuild
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
KEYWORDS="amd64 x86"
|
||||
DESCRIPTION="Pentoo exploit meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
IUSE="java livecd"
|
||||
|
||||
DEPEND=""
|
||||
|
||||
RDEPEND="${DEPEND}
|
||||
!livecd? ( app-exploits/packetstormexploits app-exploits/exploitdb )
|
||||
app-exploits/shellstorm
|
||||
app-forensics/make-pdf
|
||||
java? ( net-analyzer/armitage )
|
||||
net-analyzer/davtest
|
||||
net-analyzer/inguma
|
||||
net-analyzer/metasploit
|
||||
net-analyzer/set
|
||||
net-analyzer/w3af
|
||||
net-analyzer/yersinia
|
||||
net-fs/winexe
|
||||
net-misc/raccess
|
||||
www-apps/beef"
|
||||
Loading…
Reference in a new issue