This updates Burp Suite Community Edition to 2.1.

http://releases.portswigger.net/2019/06/professional-community-edition-21.html

I tested it with jdk 1.8 and 11 and it works fine with both.

The previous burpsuite version could only use jdk 1.8 due to an issue
with HTTPS interception [1] but that has been resolved with this new
version, so I have changed MODJAVA_VER to 1.8+.

Comments? ok?

1. https://marc.info/?l=openbsd-ports&m=155944649912673&w=2



Index: Makefile
===================================================================
RCS file: /cvs/ports/security/burpsuite/Makefile,v
retrieving revision 1.29
diff -u -p -r1.29 Makefile
--- Makefile    26 Jun 2019 09:48:45 -0000      1.29
+++ Makefile    13 Jul 2019 02:55:50 -0000
@@ -2,10 +2,9 @@
 
 COMMENT =              tool for testing security of web applications
 
-VERSION =              1.7.36
+VERSION =              2.1
 DISTNAME =             burpsuite_free_v${VERSION}
 PKGNAME =              burpsuite-${VERSION}
-REVISION =             1
 
 
DISTFILES=${DISTNAME}${EXTRACT_SUFX}{Download?productId=100\&version=${VERSION}\&type=Jar}
 
@@ -22,8 +21,7 @@ EXTRACT_ONLY =
 EXTRACT_SUFX =         .jar
 
 MODULES =              java
-# XXX if updating, please check if it works with jdk 11 and switch to "1.8+" 
if ok
-MODJAVA_VER =          1.8
+MODJAVA_VER =          1.8+
 
 RUN_DEPENDS =          java/javaPathHelper
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/burpsuite/distinfo,v
retrieving revision 1.23
diff -u -p -r1.23 distinfo
--- distinfo    30 Jul 2018 14:07:30 -0000      1.23
+++ distinfo    13 Jul 2019 02:56:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (burpsuite_free_v1.7.36.jar) = 
KpQ3op8+BClXGuIaGFbSC+xykTHNk0q6yQk1T4B1pIo=
-SIZE (burpsuite_free_v1.7.36.jar) = 26466374
+SHA256 (burpsuite_free_v2.1.jar) = 1ScVdtE8pVQhnDQZhAx9Rpbyr/N0mDJ6CxvKYcE0lrg=
+SIZE (burpsuite_free_v2.1.jar) = 293049106

Reply via email to