svn commit: r490715 - head/www/mod_security

Jochen Neumeister joneum at FreeBSD.org
Sat Jan 19 08:30:23 UTC 2019


Author: joneum
Date: Sat Jan 19 08:30:21 2019
New Revision: 490715
URL: https://svnweb.freebsd.org/changeset/ports/490715

Log:
  Update to 2.9.3
  
  Changelog: https://github.com/SpiderLabs/ModSecurity/releases/tag/v2.9.3
  
  PR:		235054
  Sponsored by:	Netzkommune GmbH

Modified:
  head/www/mod_security/Makefile
  head/www/mod_security/distinfo
  head/www/mod_security/pkg-descr

Modified: head/www/mod_security/Makefile
==============================================================================
--- head/www/mod_security/Makefile	Sat Jan 19 08:22:15 2019	(r490714)
+++ head/www/mod_security/Makefile	Sat Jan 19 08:30:21 2019	(r490715)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	mod_security
-PORTVERSION=	2.9.2
-PORTREVISION=	3
+PORTVERSION=	2.9.3
+PORTREVISION=	0
 CATEGORIES=	www security
 MASTER_SITES=	http://www.modsecurity.org/tarball/${PORTVERSION}/
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
@@ -20,7 +20,7 @@ LIB_DEPENDS+=	libpcre.so:devel/pcre \
 		libgdbm.so:databases/gdbm \
 		libexpat.so:textproc/expat2
 
-USES=		apache:2.2+ perl5 pkgconfig shebangfix bdb
+USES=		apache:2.4+ perl5 pkgconfig shebangfix bdb
 USE_GNOME=	libxml2
 GNU_CONFIGURE=	yes
 SHEBANG_FILES=	tools/rules-updater.pl.in mlogc/mlogc-batch-load.pl.in

Modified: head/www/mod_security/distinfo
==============================================================================
--- head/www/mod_security/distinfo	Sat Jan 19 08:22:15 2019	(r490714)
+++ head/www/mod_security/distinfo	Sat Jan 19 08:30:21 2019	(r490715)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1501788911
-SHA256 (modsecurity-2.9.2.tar.gz) = 41a8f73476ec891f3a9e8736b98b64ea5c2105f1ce15ea57a1f05b4bf2ffaeb5
-SIZE (modsecurity-2.9.2.tar.gz) = 4298993
+TIMESTAMP = 1547886029
+SHA256 (modsecurity-2.9.3.tar.gz) = 4192019d169d3f1dd82cc4714db6986df54c6ceb4ee1c8f253de78d1a6b62118
+SIZE (modsecurity-2.9.3.tar.gz) = 4307670

Modified: head/www/mod_security/pkg-descr
==============================================================================
--- head/www/mod_security/pkg-descr	Sat Jan 19 08:22:15 2019	(r490714)
+++ head/www/mod_security/pkg-descr	Sat Jan 19 08:30:21 2019	(r490715)
@@ -6,4 +6,4 @@ existing infrastructure.
 It is also an open source project that aims to make the web application
 firewall technology available to everyone.
 
-WWW: http://www.modsecurity.org/
+WWW: https://www.modsecurity.org/


More information about the svn-ports-all mailing list