UPDATE: security/burpsuite 2.1.02

2019-07-27 Thread Lawrence Teo
This updates burpsuite to 2.1.02.

http://releases.portswigger.net/2019/07/professional-community-edition-2102.html

I've tested with both jdk 1.8 and 11.

While here I have also updated the PERMIT_* URLs to the latest URLs.

ok?
Index: Makefile
===
RCS file: /cvs/ports/security/burpsuite/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- Makefile19 Jul 2019 02:17:21 -  1.30
+++ Makefile28 Jul 2019 03:25:15 -
@@ -2,7 +2,7 @@
 
 COMMENT =  tool for testing security of web applications
 
-VERSION =  2.1.01
+VERSION =  2.1.02
 DISTNAME = burpsuite_free_v${VERSION}
 PKGNAME =  burpsuite-${VERSION}
 
@@ -12,8 +12,8 @@ CATEGORIES =  security
 
 HOMEPAGE = https://portswigger.net/burp/
 
-PERMIT_PACKAGE =   https://portswigger.net/burp/eula-free.html
-PERMIT_DISTFILES = https://portswigger.net/burp/eula-free.html
+PERMIT_PACKAGE =   https://portswigger.net/burp/eula/community
+PERMIT_DISTFILES = https://portswigger.net/burp/eula/community
 
 MASTER_SITES = https://portswigger.net/Burp/Releases/
 
Index: distinfo
===
RCS file: /cvs/ports/security/burpsuite/distinfo,v
retrieving revision 1.24
diff -u -p -r1.24 distinfo
--- distinfo19 Jul 2019 02:17:21 -  1.24
+++ distinfo28 Jul 2019 02:53:56 -
@@ -1,2 +1,2 @@
-SHA256 (burpsuite_free_v2.1.01.jar) = 
pC6iQApjkglzAbxdiGrB8XOiSpIcrWixXeyiWGLVZXs=
-SIZE (burpsuite_free_v2.1.01.jar) = 300627459
+SHA256 (burpsuite_free_v2.1.02.jar) = 
6awlN3D+cWq+6M0ZhUlNBl4u/QDfC0Mxh6/BvsUIpDI=
+SIZE (burpsuite_free_v2.1.02.jar) = 301105466


Re: UPDATE: security/burpsuite 2.1.02

2019-07-30 Thread Remi Pointel

On 7/28/19 5:36 AM, Lawrence Teo wrote:

This updates burpsuite to 2.1.02.

http://releases.portswigger.net/2019/07/professional-community-edition-2102.html

I've tested with both jdk 1.8 and 11.

While here I have also updated the PERMIT_* URLs to the latest URLs.

ok?



Hi,

ok rpointel@, thank you.

Remi.