aboutsummaryrefslogtreecommitdiffstats
path: root/www/nginx-devel
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2018-12-27 09:18:37 +0800
committerosa <osa@FreeBSD.org>2018-12-27 09:18:37 +0800
commited6e1e7c364dee35bce00239d42efcf5cd0a7959 (patch)
tree6e45b0fed8e6f4e9519216e311eb1515bae95ee4 /www/nginx-devel
parent0d55cc718dedabdc668a635baad10e322ef9a865 (diff)
downloadfreebsd-ports-gnome-ed6e1e7c364dee35bce00239d42efcf5cd0a7959.tar.gz
freebsd-ports-gnome-ed6e1e7c364dee35bce00239d42efcf5cd0a7959.tar.zst
freebsd-ports-gnome-ed6e1e7c364dee35bce00239d42efcf5cd0a7959.zip
Update third-party modsecurity module from 2.9.2 to 2.9.3.
Bump PORTREVISION.
Diffstat (limited to 'www/nginx-devel')
-rw-r--r--www/nginx-devel/Makefile1
-rw-r--r--www/nginx-devel/Makefile.extmod7
-rw-r--r--www/nginx-devel/distinfo6
-rw-r--r--www/nginx-devel/files/extra-patch-nginx-modsecurity-configure4
4 files changed, 10 insertions, 8 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 6821c9fbb093..2fab692636df 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -3,6 +3,7 @@
PORTNAME= nginx
PORTVERSION= 1.15.8
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://nginx.org/download/ \
LOCAL/osa
diff --git a/www/nginx-devel/Makefile.extmod b/www/nginx-devel/Makefile.extmod
index ad8534f2923b..5f68f32fe8e7 100644
--- a/www/nginx-devel/Makefile.extmod
+++ b/www/nginx-devel/Makefile.extmod
@@ -205,11 +205,12 @@ MODSECURITY_LIB_DEPENDS= libapr-1.so:devel/apr1 \
libpcre.so:devel/pcre \
libyajl.so:devel/yajl
MODSECURITY_USE= GNOME=libxml2
+MODSECURITY_VERSION= 2.9.3
MODSECURITY_USES= apache:2.2+ pkgconfig shebangfix
-MODSECURITY_MASTER_SITES= http://www.modsecurity.org/tarball/2.9.2/:modsecurity
-MODSECURITY_DISTFILES= modsecurity-2.9.2.tar.gz:modsecurity
+MODSECURITY_MASTER_SITES= http://www.modsecurity.org/tarball/${MODSECURITY_VERSION}/:modsecurity
+MODSECURITY_DISTFILES= modsecurity-${MODSECURITY_VERSION}.tar.gz:modsecurity
MODSECURITY_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nginx-modsecurity-configure
-MODSECURITY_VARS= WRKSRC_modsecurity=${WRKDIR}/modsecurity-2.9.2
+MODSECURITY_VARS= WRKSRC_modsecurity=${WRKDIR}/modsecurity-${MODSECURITY_VERSION}
MODSECURITY3_LIB_DEPENDS= libmodsecurity.so:security/modsecurity3
MODSECURITY3_GH_TUPLE= SpiderLabs:ModSecurity-nginx:ecb255a:modsec
diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo
index 6b7354090661..b680a4201160 100644
--- a/www/nginx-devel/distinfo
+++ b/www/nginx-devel/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1545769559
+TIMESTAMP = 1545825792
SHA256 (nginx-1.15.8.tar.gz) = a8bdafbca87eb99813ae4fcac1ad0875bf725ce19eb265d28268c309b2b40787
SIZE (nginx-1.15.8.tar.gz) = 1027862
SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
@@ -11,8 +11,8 @@ SHA256 (ngx_http_redis-0.3.9.tar.gz) = 21f87540f0a44b23ffa5df16fb3d788bc90803b25
SIZE (ngx_http_redis-0.3.9.tar.gz) = 13051
SHA256 (ngx_http_response-0.3.tar.gz) = 0835584029f053051c624adbe33a826ab0205c9d85a02af6019e6b57607e9045
SIZE (ngx_http_response-0.3.tar.gz) = 2244
-SHA256 (modsecurity-2.9.2.tar.gz) = 41a8f73476ec891f3a9e8736b98b64ea5c2105f1ce15ea57a1f05b4bf2ffaeb5
-SIZE (modsecurity-2.9.2.tar.gz) = 4298993
+SHA256 (modsecurity-2.9.3.tar.gz) = 4192019d169d3f1dd82cc4714db6986df54c6ceb4ee1c8f253de78d1a6b62118
+SIZE (modsecurity-2.9.3.tar.gz) = 4307670
SHA256 (passenger-6.0.0.tar.gz) = 3f826e55065bb69ff5cc945b7b8ab5eb69f957e108053d15401c2ea059321b83
SIZE (passenger-6.0.0.tar.gz) = 7202705
SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1
diff --git a/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure b/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure
index 418fa7fa50c5..7f1e82960215 100644
--- a/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure
+++ b/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure
@@ -1,5 +1,5 @@
---- ../modsecurity-2.9.2/configure.orig 2016-02-07 12:45:53.346098000 -0500
-+++ ../modsecurity-2.9.2/configure 2016-02-07 12:47:50.081558000 -0500
+--- ../modsecurity-2.9.3/configure.orig 2016-02-07 12:45:53.346098000 -0500
++++ ../modsecurity-2.9.3/configure 2016-02-07 12:47:50.081558000 -0500
@@ -14949,7 +14949,7 @@
LUA_LDADD=""
LUA_LDFLAGS=""