svn commit: r451586 - head/www/mod_security
Luca Pizzamiglio
pizzamig at FreeBSD.org
Mon Oct 9 08:54:45 UTC 2017
Author: pizzamig
Date: Mon Oct 9 08:54:42 2017
New Revision: 451586
URL: https://svnweb.freebsd.org/changeset/ports/451586
Log:
www/mod_security: update to 2.9.2
PR: 222838
Submitted by: walter at lifeforms.nl (maintainer)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12623
Modified:
head/www/mod_security/Makefile
head/www/mod_security/distinfo
Modified: head/www/mod_security/Makefile
==============================================================================
--- head/www/mod_security/Makefile Mon Oct 9 05:35:51 2017 (r451585)
+++ head/www/mod_security/Makefile Mon Oct 9 08:54:42 2017 (r451586)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= mod_security
-PORTVERSION= 2.9.1
+PORTVERSION= 2.9.2
CATEGORIES= www security
MASTER_SITES= http://www.modsecurity.org/tarball/${PORTVERSION}/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
@@ -15,12 +15,14 @@ LICENSE= APACHE20
LIB_DEPENDS+= libpcre.so:devel/pcre \
libapr-1.so:devel/apr1 \
libyajl.so:devel/yajl \
- libcurl.so:ftp/curl
+ libcurl.so:ftp/curl \
+ libgdbm.so:databases/gdbm \
+ libexpat.so:textproc/expat2
+USES= perl5 pkgconfig shebangfix bdb
USE_APACHE= 22+
USE_GNOME= libxml2
GNU_CONFIGURE= yes
-USES= perl5 pkgconfig shebangfix
SHEBANG_FILES= tools/rules-updater.pl.in mlogc/mlogc-batch-load.pl.in
perl_OLD_CMD= @PERL@
Modified: head/www/mod_security/distinfo
==============================================================================
--- head/www/mod_security/distinfo Mon Oct 9 05:35:51 2017 (r451585)
+++ head/www/mod_security/distinfo Mon Oct 9 08:54:42 2017 (r451586)
@@ -1,2 +1,3 @@
-SHA256 (modsecurity-2.9.1.tar.gz) = 958cc5a7a7430f93fac0fd6f8b9aa92fc1801efce0cda797d6029d44080a9b24
-SIZE (modsecurity-2.9.1.tar.gz) = 4261212
+TIMESTAMP = 1501788911
+SHA256 (modsecurity-2.9.2.tar.gz) = 41a8f73476ec891f3a9e8736b98b64ea5c2105f1ce15ea57a1f05b4bf2ffaeb5
+SIZE (modsecurity-2.9.2.tar.gz) = 4298993
More information about the svn-ports-head
mailing list