mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
* Removed burpproxy
* Added burpsuite
This commit is contained in:
parent
5fc934f00e
commit
3dbfcf239b
4 changed files with 10 additions and 13 deletions
|
|
@ -1,2 +0,0 @@
|
|||
MD5 1b1c9c96151db1ce268d62328fa9a2a1 burpproxy-1.3_beta.ebuild 705
|
||||
MD5 de3448a9564b7e5c07a281efb46e0821 files/digest-burpproxy-1.3_beta 70
|
||||
|
|
@ -1 +0,0 @@
|
|||
MD5 75d124fc08aa2e84db72e0c728fb4a4f burpproxy_v1.3beta.tar.gz 177851
|
||||
2
net-proxy/burpsuite/Manifest
Normal file
2
net-proxy/burpsuite/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST burpsuite_v1.2.zip 1669851 RMD160 c59f87524fb399037a42aaa4fac05f3867f25b36 SHA1 67948822495e11583521f9d0545415358dba0a5c SHA256 1ac21627b06032b5ac1e9198c631726ab01d959893bc33ba39eff4ad26b8d0cd
|
||||
EBUILD burpsuite-1.2.ebuild 804 RMD160 6a4a30439c49cfe94da5ab02579e7a8069a6547a SHA1 528dba4d8e357deaaa004d30b45286f1907e5f61 SHA256 5366a418fea9e9a48eb1802872917ca17b60592e0b8c32c3b495637a23f38018
|
||||
|
|
@ -2,17 +2,15 @@
|
|||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /root/portage/net-proxy/burpproxy/burpproxy-1.3_beta.ebuild,v 1.1.1.1 2006/02/27 20:03:41 grimmlin Exp $
|
||||
|
||||
MY_P="${PN}_v1.3beta"
|
||||
MY_P="${PN}_v${PV}"
|
||||
DESCRIPTION="Burp proxy is an interactive HTTP/S proxy server for attacking and debugging web-enabled applications"
|
||||
HOMEPAGE="http://portswigger.net/proxy/download.html"
|
||||
SRC_URI="http://portswigger.net/proxy/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
HOMEPAGE="http://portswigger.net/suite/download.html"
|
||||
SRC_URI="http://portswigger.net/suite/${MY_P}.zip"
|
||||
LICENSE="PROPRIETARY"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="=virtual/jre-1.4*"
|
||||
RDEPEND="virtual/jre"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
src_compile() {
|
||||
|
|
@ -22,7 +20,7 @@ src_compile() {
|
|||
src_install() {
|
||||
mkdir -p ${D}/opt/${PN}
|
||||
cp -a ${MY_P}.jar ${D}/opt/${PN}
|
||||
dodoc *.txt
|
||||
echo -e "#!/bin/sh \njava -jar -Xmx256m /opt/burpproxy/${MY_P}.jar\n" > burpproxy
|
||||
dosbin burpproxy
|
||||
dodoc *.txt *.java *.html
|
||||
echo -e "#!/bin/sh \njava -jar -Xmx256m /opt/${PN}/${MY_P}.jar\n" > ${PN}
|
||||
dosbin ${PN}
|
||||
}
|
||||
Loading…
Reference in a new issue