Date: Fri, 4 Mar 2022 15:54:58 GMT From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9bceefed8076 - main - www/mod_security: Update to 2.9.5 Message-ID: <202203041554.224FsweI056355@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by joneum: URL: https://cgit.FreeBSD.org/ports/commit/?id=9bceefed8076f01b5277b9f1715e9bc16f3c4ae7 commit 9bceefed8076f01b5277b9f1715e9bc16f3c4ae7 Author: Jochen Neumeister <joneum@FreeBSD.org> AuthorDate: 2022-03-04 15:53:03 +0000 Commit: Jochen Neumeister <joneum@FreeBSD.org> CommitDate: 2022-03-04 15:54:52 +0000 www/mod_security: Update to 2.9.5 Changelog: https://github.com/SpiderLabs/ModSecurity/releases/ PR: 261527 Sponsored by: Netzkommune GmbH --- www/mod_security/Makefile | 5 +++-- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203041554.224FsweI056355>