diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2016-02-07 18:09:28 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2016-02-07 18:09:28 +0000 |
commit | 1eff8ae28a00b7e70524667980563e9f66da3405 (patch) | |
tree | 7efee7a80aa640836460383a2dd05a6342fd95f5 /www/nginx-devel/files/extra-patch-nginx-modsecurity-configure | |
parent | Adjust MASTER_SITES for all digiKam ports. (diff) |
Upgrade third-party modsecurity module from 2.9.0 to 2.9.1-rc1.
Notes
Notes:
svn path=/head/; revision=408436
Diffstat (limited to 'www/nginx-devel/files/extra-patch-nginx-modsecurity-configure')
-rw-r--r-- | www/nginx-devel/files/extra-patch-nginx-modsecurity-configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure b/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure index cdec65865069..f5bc1bc7fbcd 100644 --- a/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure +++ b/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure @@ -1,11 +1,11 @@ ---- ../modsecurity-2.9.0/configure.orig 2015-02-12 22:08:46.000000000 +0300 -+++ ../modsecurity-2.9.0/configure 2015-08-10 02:53:29.046156000 +0300 +--- ../modsecurity-2.9.1-RC1/configure.orig 2016-02-07 12:45:53.346098000 -0500 ++++ ../modsecurity-2.9.1-RC1/configure 2016-02-07 12:47:50.081558000 -0500 @@ -14949,7 +14949,7 @@ LUA_LDADD="" LUA_LDFLAGS="" LUA_CONFIG=${PKG_CONFIG} --LUA_PKGNAMES="lua5.1 lua-5.1 lua_5.1 lua-51 lua_51 lua51 lua5 lua" -+LUA_PKGNAMES="luajit" +-LUA_PKGNAMES="lua5.1 lua-5.1 lua_5.1 lua-51 lua_51 lua51 lua5 lua lua5.2 lua-5.2 lua_5.2 lua-52 lua_52 lua52 lua5.3 lua-5.3 lua_5.3 lua-53 lua_53 lua53 " ++LUA_PKGNAMES="luajit " LUA_SONAMES="so la sl dll dylib a" |