@tux268 I was using java-16-openjdk.
Search Criteria
Package Details: burpsuite 2024.11.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/burpsuite.git (read-only, click to copy) |
---|---|
Package Base: | burpsuite |
Description: | An integrated platform for performing security testing of web applications (free edition) |
Upstream URL: | https://portswigger.net/burp/ |
Licenses: | custom |
Submitter: | daronin |
Maintainer: | tux268 (dkasak, AkechiShiro) |
Last Packager: | AkechiShiro |
Votes: | 118 |
Popularity: | 0.26 |
First Submitted: | 2008-02-14 18:49 (UTC) |
Last Updated: | 2024-11-29 23:13 (UTC) |
Dependencies (1)
- java-runtime (jre10AUR, jre12AUR, jdk10AUR, jdk10-openj9-binAUR, jdk7AUR, jre7AUR, amazon-corretto-16AUR, jdk8-graalvm-binAUR, jdk16-graalvm-binAUR, jdk16-adoptopenjdkAUR, jdk8-armAUR, liberica-jre-11-binAUR, jdk11-j9-binAUR, jre11-jbr-xdgAUR, jre16-openjdkAUR, jre14-openjdkAUR, jre15AUR, jre14AUR, jre13AUR, jre16AUR, jre18-openjdkAUR, amazon-corretto-19-binAUR, jdk19-graalvm-binAUR, liberica-jre-11-full-binAUR, jdk19-graalvm-ee-binAUR, jdk13-openjdk-binAUR, liberica-jre-8-full-binAUR, jdk11-graalvm-binAUR, jre-openj9AUR, jdk11-graalvm-ee-binAUR, jre12-openjdkAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, jdk20-graalvm-binAUR, jdk17-graalvm-binAUR, jdk8-graalvm-ee-binAUR, zulu-15-binAUR, jdk20-openj9-binAUR, zulu-13-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jre11AUR, jdk8-j9-binAUR, jdk7-j9-binAUR, jdk7r1-j9-binAUR, jdk8-dragonwell-extendedAUR, jre13-openjdkAUR, jre15-openjdkAUR, jdk21-graalvm-binAUR, jre17-jetbrainsAUR, jdk8-openj9-binAUR, jre-ltsAUR, microsoft-openjdk-11-binAUR, microsoft-openjdk-17-binAUR, microsoft-openjdk-21-binAUR, liberica-nik-24-full-binAUR, jre21-jetbrains-gitAUR, jdk21-jetbrains-gitAUR, zulu-17-binAUR, zulu-11-binAUR, zulu-8-binAUR, mandrel-binAUR, mandrel24-binAUR, liberica-jdk-17-full-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-11-binAUR, jdk17-graalvm-ee-binAUR, jdk21-graalvm-ee-binAUR, jdk22-graalvm-ee-binAUR, jdk20-graalvm-ee-binAUR, jdk22-graalvm-binAUR, jre19-openjdkAUR, jdk17-jetbrains-binAUR, zulu-jdk-fx-binAUR, jre21-jetbrainsAUR, jdk17-zulu-prime-binAUR, zing-21-binAUR, zing-8-binAUR, jdk23-graalvm-ee-binAUR, jre17AUR, java-openjdk-binAUR, jre21-zulu-binAUR, amazon-corretto-17AUR, amazon-corretto-21-binAUR, jre17-zulu-binAUR, jdk21-temurinAUR, amazon-corretto-8AUR, amazon-corretto-11AUR, jdk11-temurinAUR, liberica-jdk-full-binAUR, liberica-jdk-21-full-binAUR, liberica-jdk-8-full-binAUR, jdk17-temurinAUR, jdk8-temurinAUR, zulu-21-binAUR, jdk-temurinAUR, jre8AUR, jdk8AUR, zulu-17-fx-binAUR, jdk8-perfAUR, zulu-jre-fx-binAUR, zulu-fx-binAUR, zulu8-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, zulu21-fx-binAUR, jdk-openj9-binAUR, jdk11-openj9-binAUR, jdk17-openj9-binAUR, jre-jetbrainsAUR, jre-openjdk-wakefieldAUR, jdk-openjdk-wakefieldAUR, jdk21-openj9-binAUR, zulu-23-binAUR, jreAUR, jdkAUR, jdk21-jetbrains-binAUR, java-openjdk-ea-binAUR, jre-zulu-binAUR, jre-zulu-fx-binAUR, jdk21-dragonwell-standard-binAUR, jdk21-dragonwell-extended-binAUR, jdk-android-studioAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk21-openjdk, jre-openjdk, jre11-openjdk, jre17-openjdk, jre21-openjdk, jre8-openjdk)
Required by (1)
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »
LiHua commented on 2021-06-26 02:26 (UTC)
tux268 commented on 2021-06-25 21:28 (UTC)
@LiHua Thanks for the suggestion, I was using java-11-openjdk, so I did not notice the issue. I did as you suggested.
LiHua commented on 2021-06-25 17:33 (UTC) (edited on 2021-06-26 02:35 (UTC) by LiHua)
@dkasak @tux268 Change echo "exec \$JAVA_HOME/bin/java -jar /usr/share/burpsuite/burpsuite.jar \$@" >> ${pkgdir}/usr/bin/${pkgname}
in PKGBUILD to echo " exec \$JAVA_HOME/bin/java --illegal-access=permit -jar ${pkgdir}/usr/share/burpsuite/burpsuite.jar \$@" >> ${pkgdir}/usr/bin/${pkgname}
can fix JDK high version Warning.
tux268 commented on 2021-06-24 12:48 (UTC)
@moson Thanks, I fixed it.
moson commented on 2021-06-24 08:10 (UTC)
@tux268 pkgrel in .SRCINFO and PKGBUILD don't match.
edward-p commented on 2021-03-04 07:01 (UTC)
Remove bundled chromium for Windows and Mac OS X to reduce the size?
prepare() {
cd ${srcdir}
# remove useless chromium versions
zip -d ${pkgname}-${pkgver}.jar 'chromium-macosx*.zip' 'chromium-win*.zip'
}
dkasak commented on 2021-01-04 17:04 (UTC) (edited on 2021-01-04 17:05 (UTC) by dkasak)
@AlgoJerViA: What's the output you get from running archlinux-java get
as root?
EDIT: Ah, I see you edited your comment. Did you get it working?
AlgoJerViA commented on 2021-01-04 15:57 (UTC) (edited on 2021-01-04 15:58 (UTC) by AlgoJerViA)
The package installed fine but when I tried to start it it complains my java version is to old. So I guess the dependencies are off.
EDIT: I see there is a warning message now when running install.
dkasak commented on 2020-09-29 07:56 (UTC)
@Thect36, hmm, it works for me (I tried with yay too). Are you sure it wasn't just a transient error on your or Portswigger's side? Please try building again.
Pinned Comments
AkechiShiro commented on 2024-07-20 14:13 (UTC) (edited on 2024-07-20 14:14 (UTC) by AkechiShiro)
I've tried to automatically script the update of Burpsuite on this repo : https://github.com/AkechiShiro/aur-burpsuite
Feel free to let me know any improvements, the CI runs every Monday at 10 A.M. UTC, this should help keep the package up to the latest early adopter release every week.