mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-27 17:20:59 +02:00
burpsuite: silently fixed download uri
This commit is contained in:
parent
3fe932c134
commit
c84bfe8e9d
3 changed files with 2 additions and 35 deletions
|
|
@ -1,4 +1,2 @@
|
|||
DIST burpsuite_v1.3.03.zip 2616070 RMD160 5a2f7b35aa8e1c0654f30af0052977a5caa88081 SHA1 dca11c128b6a76cb72187369413c75fd40f5990f SHA256 876cc1470dff41e3fbc4ae089f17d71629e05093ba915298e61e26fd00680d6b
|
||||
DIST burpsuite_v1.3.zip 2530299 RMD160 54ac535a8263a81cf84bc30084d40b10adae787f SHA1 09cc775be64283d35d23d8b51c05cfaadfd98f5f SHA256 ccd421ee6d138346c3e5b117e98b3d89faa1a11fef5c54725bec99cb13765d2f
|
||||
EBUILD burpsuite-1.3.03.ebuild 795 RMD160 b1406e4e54532a25d59cd5c005ccd05adbdacf63 SHA1 67006e27506e1b6293cb31847f4fe0bcc60a4f22 SHA256 e805921735421e147da7282f0a6857c100a3d6526e2a89f2c74a9c6c3fbf9dde
|
||||
EBUILD burpsuite-1.3.ebuild 801 RMD160 9ecd5df66388e0c7c0e79916c173c011c13a3b3e SHA1 192859210244b8615f5e893983feaf3361e585a5 SHA256 5648e1f026437b185dfcccba0f9b51770c108be6130f09b96016277d9c591e5e
|
||||
EBUILD burpsuite-1.3.03.ebuild 794 RMD160 4034d1642fde745d34850c592d0a2229761234a3 SHA1 283d50ad558cc18032e4c61736079a34ac9b0498 SHA256 10c072f8dd7ff5387be6004199adb121e6f9d65fa10b9d8333218fade63845ae
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ MY_P="${PN}_v${PV}"
|
|||
|
||||
DESCRIPTION="an interactive HTTP/S proxy server for attacking and debugging web-enabled applications"
|
||||
HOMEPAGE="http://portswigger.net/suite/download.html"
|
||||
SRC_URI="http://portswigger.net/suite/${MY_P}.zip"
|
||||
SRC_URI="http://portswigger.net/burp/${MY_P}.zip"
|
||||
|
||||
LICENSE="BURP"
|
||||
SLOT="0"
|
||||
|
|
|
|||
|
|
@ -1,31 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# 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}_v${PV}"
|
||||
|
||||
DESCRIPTION="an interactive HTTP/S proxy server for attacking and debugging web-enabled applications"
|
||||
HOMEPAGE="http://portswigger.net/suite/download.html"
|
||||
SRC_URI="http://portswigger.net/suite/${MY_P}.zip"
|
||||
|
||||
LICENSE="PROPRIETARY"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="virtual/jre"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
src_compile() {
|
||||
einfo "Nothing to 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/${PN}/${MY_P}.jar\n" > ${PN}
|
||||
dosbin ${PN}
|
||||
}
|
||||
Loading…
Reference in a new issue