This updates burpsuite to 2.1.01.

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

I've tested with both jdk 1.8 and 11.

ok?


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    17 Jul 2019 23:50:23 -0000
@@ -2,10 +2,9 @@
 
 COMMENT =              tool for testing security of web applications
 
-VERSION =              1.7.36
+VERSION =              2.1.01
 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    17 Jul 2019 23:51:27 -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.01.jar) = 
pC6iQApjkglzAbxdiGrB8XOiSpIcrWixXeyiWGLVZXs=
+SIZE (burpsuite_free_v2.1.01.jar) = 300627459

Reply via email to