diff options
author | Luca Pizzamiglio <pizzamig@FreeBSD.org> | 2017-10-09 08:54:42 +0000 |
---|---|---|
committer | Luca Pizzamiglio <pizzamig@FreeBSD.org> | 2017-10-09 08:54:42 +0000 |
commit | 93010297181f793bd853535081626086392f92bc (patch) | |
tree | dd5f22887b30fc5a325253e028ca820fed2da717 /www/mod_security | |
parent | c5719599c40fd4120da5da6058f311ccc22d1bb2 (diff) | |
download | freebsd-ports-93010297181f793bd853535081626086392f92bc.zip |
www/mod_security: update to 2.9.2
PR: 222838
Submitted by: walter@lifeforms.nl (maintainer)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12623
Diffstat (limited to 'www/mod_security')
-rw-r--r-- | www/mod_security/Makefile | 8 | ||||
-rw-r--r-- | www/mod_security/distinfo | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/www/mod_security/Makefile b/www/mod_security/Makefile index 62a19ef78a7a..72f8dd4e8795 100644 --- a/www/mod_security/Makefile +++ b/www/mod_security/Makefile @@ -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@ diff --git a/www/mod_security/distinfo b/www/mod_security/distinfo index c3969e5b7986..f56aa3be3992 100644 --- a/www/mod_security/distinfo +++ b/www/mod_security/distinfo @@ -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 |