diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-11-11 15:38:50 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-11-11 15:38:50 +0000 |
commit | 936a36e30dd301c382ea294a0e35822d16c879d1 (patch) | |
tree | ecebeea244f1308bf8264752e45ad4e4ba8a1a2b /www/mod_security | |
parent | 31a106af43fcb1d2dd968cdc8645e1b420f9cf03 (diff) | |
download | freebsd-ports-936a36e30dd301c382ea294a0e35822d16c879d1.zip |
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support. Due to shlib
version change, bump port revisions of the consumer ports.
PR: 233059
Exp-run by: antoine
Approved by: maintainer (johans, numerous timeouts)
Diffstat (limited to 'www/mod_security')
-rw-r--r-- | www/mod_security/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_security/Makefile b/www/mod_security/Makefile index ba31ffb34665..35e29d157e9f 100644 --- a/www/mod_security/Makefile +++ b/www/mod_security/Makefile @@ -2,7 +2,7 @@ PORTNAME= mod_security PORTVERSION= 2.9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www security MASTER_SITES= http://www.modsecurity.org/tarball/${PORTVERSION}/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} |