mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 05:11:05 +02:00
burpsuite: 2020.4.1 bump
This commit is contained in:
parent
ad72db3388
commit
e1194e8d65
3 changed files with 1 additions and 40 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST burpsuite_community_v2020.2.1.jar 347353124 BLAKE2B a7ff53201c0efddef45d45624fdfc7856f6c8bca011e843c0f097c199b788505e6a8dda98f9b93214e5ee87daac4d494a83693314550fd8f963a20a6dcfd2855 SHA512 b33e10469200525edb41ec9d2a11f60ed88e57a463ebe01fc9aab6850fb90107fbc89493f89182ee44c7f32e27c7af494701f417182054a08b95118b36498181
|
||||
DIST burpsuite_community_v2020.4.jar 352881782 BLAKE2B c555d7b1e92e37b1e7498e7a6def573f3452d77b200e27a38ae4e7cad5b33e4ad6bba62aff61fcd499b56a372f7fe88de31b2e888e360945894fcd5046894dc5 SHA512 d22529fef8fdb809e0b1e96f439b159b9885ab0f211565422850d8576d4d3e8a9f6b8c9db430d4099aa907259a6d7f33c2399794ec46f974d220bee56251c5d8
|
||||
DIST burpsuite_community_v2020.4.1.jar 352840024 BLAKE2B 05174aeab7d2f8848f2ec2f4fbb6a44c7d8c1209ad34accf07d2febf0ce9a55be66ad7e112a2ce4e20e05c07dd833b145180e7c267dd7d71c558b02ba76e1814 SHA512 7ecad2f8fab846632164ed69ecdc0fff5118a305bdea86c30b203a70147e71711b446f59d9f8a5d235773d6c03ff6dfabba0a0d71ffceeaff3a424d24ad82992
|
||||
|
|
|
|||
|
|
@ -1,38 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_P="burpsuite_community_v${PV}.jar"
|
||||
|
||||
DESCRIPTION="Interactive proxy for attacking and debugging web applications"
|
||||
HOMEPAGE="https://portswigger.net/burp/"
|
||||
SRC_URI="https://portswigger.net/burp/releases/download?product=community&version=${PV} -> ${MY_P}"
|
||||
|
||||
LICENSE="BURP"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="|| ( virtual/jre virtual/jdk )"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_unpack() {
|
||||
cp "${DISTDIR}/${A}" "${S}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /opt/"${PN}"
|
||||
insinto /opt/"${PN}"
|
||||
doins "${MY_P}"
|
||||
|
||||
# echo -e "#!/bin/sh\njava -Xmx2G -jar /opt/${PN}/${MY_P} >/dev/null 2>&1 &\n" > "${PN}"
|
||||
# dobin ${PN}
|
||||
|
||||
newbin - ${PN} <<-EOF
|
||||
#!/bin/sh
|
||||
java -Xmx2G -jar /opt/${PN}/${MY_P} >/dev/null 2>&1 &
|
||||
EOF
|
||||
}
|
||||
Loading…
Reference in a new issue