diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2022-03-04 16:53:03 +0100 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2022-03-04 16:54:52 +0100 |
commit | 9bceefed8076f01b5277b9f1715e9bc16f3c4ae7 (patch) | |
tree | 4a6313dab2ae559590c03a0a1a7c097c29d62e15 /www/mod_security | |
parent | c003f33dda3c873c738c9095c6881ae272d32f2c (diff) | |
download | freebsd-ports-9bceefed8076f01b5277b9f1715e9bc16f3c4ae7.zip |
www/mod_security: Update to 2.9.5
Changelog: https://github.com/SpiderLabs/ModSecurity/releases/
PR: 261527
Sponsored by: Netzkommune GmbH
Diffstat (limited to 'www/mod_security')
-rw-r--r-- | www/mod_security/Makefile | 5 | ||||
-rw-r--r-- | www/mod_security/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/mod_security/Makefile b/www/mod_security/Makefile index 619943798f2b..c1976956f316 100644 --- a/www/mod_security/Makefile +++ b/www/mod_security/Makefile @@ -1,8 +1,9 @@ PORTNAME= mod_security -PORTVERSION= 2.9.3 +DISTVERSIONPREFIX= v +PORTVERSION= 2.9.5 PORTREVISION= 0 CATEGORIES= www security -MASTER_SITES= http://www.modsecurity.org/tarball/${PORTVERSION}/ +MASTER_SITES= https://github.com/SpiderLabs/ModSecurity/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:S/_//:S/2//}-${PORTVERSION} diff --git a/www/mod_security/distinfo b/www/mod_security/distinfo index 0e788844d882..f8dc72555b64 100644 --- a/www/mod_security/distinfo +++ b/www/mod_security/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1547886029 -SHA256 (modsecurity-2.9.3.tar.gz) = 4192019d169d3f1dd82cc4714db6986df54c6ceb4ee1c8f253de78d1a6b62118 -SIZE (modsecurity-2.9.3.tar.gz) = 4307670 +TIMESTAMP = 1646409048 +SHA256 (modsecurity-2.9.5.tar.gz) = e2bfc8cd8b8de1e21f054d310543373ea5d89adbd96784e832be0da3e4dc149e +SIZE (modsecurity-2.9.5.tar.gz) = 4315037 |