Download raw body.
UPDATE: security/zaproxy
Hello,
This update zaproxy from 2.11.1 to 2.14.0.
Changes:
- Current homepage https://www.owasp.org/index.php/ZAP send to 404 - Not Found.
- New website is https://www.zaproxy.org
- Zaproxy 2.14.0 requires a minimum of Java 11.
More details about changes, bug fix and enhancement release:
https://www.zaproxy.org/docs/desktop/releases/2.14.0/
Tested on amd64, works fine.
Purple Rain.
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/zaproxy/Makefile,v
retrieving revision 1.14
diff -u -p -u -r1.14 Makefile
--- Makefile 27 Sep 2023 16:34:38 -0000 1.14
+++ Makefile 7 May 2024 02:32:19 -0000
@@ -1,12 +1,12 @@
COMMENT = web application security tool
-VERSION = 2.11.1
+VERSION = 2.14.0
DISTNAME = ZAP_${VERSION}_Linux
PKGNAME = zaproxy-${VERSION}
CATEGORIES = security
-HOMEPAGE = https://www.owasp.org/index.php/ZAP
+HOMEPAGE = https://www.zaproxy.org
# Apache v2.0 License
PERMIT_PACKAGE = Yes
@@ -14,7 +14,7 @@ PERMIT_PACKAGE = Yes
SITES = https://github.com/zaproxy/zaproxy/releases/download/v${VERSION}/
MODULES = java
-MODJAVA_VER = 1.8+
+MODJAVA_VER = 11+
RUN_DEPENDS = java/javaPathHelper
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/zaproxy/distinfo,v
retrieving revision 1.6
diff -u -p -u -r1.6 distinfo
--- distinfo 11 Dec 2021 10:09:54 -0000 1.6
+++ distinfo 7 May 2024 02:50:36 -0000
@@ -1,2 +1,2 @@
-SHA256 (ZAP_2.11.1_Linux.tar.gz) = X4Nmblhj9PlOrFg5QvHE4V+cx7cwfQW8bOZUUmXGOCw=
-SIZE (ZAP_2.11.1_Linux.tar.gz) = 194801121
+SHA256 (ZAP_2.14.0_Linux.tar.gz) = IZ1/JbviUkdxOAWrAswSJ5iYyHB0PBquPCsLGIIZGWA=
+SIZE (ZAP_2.14.0_Linux.tar.gz) = 215142045
UPDATE: security/zaproxy