mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 06:49:18 -04:00
Upgrade third-party modules to their recent version. Remove needless patches. <ChangeLog> *) Feature: HTTP/2 server push support; the "http2_push" and "http2_push_preload" directives. *) Bugfix: "header already sent" alerts might appear in logs when using cache; the bug had appeared in 1.9.13. *) Bugfix: a segmentation fault might occur in a worker process if the "ssl_verify_client" directive was used and no SSL certificate was specified in a virtual server. *) Bugfix: in the ngx_http_v2_module. *) Bugfix: in the ngx_http_dav_module. </ChangeLog>
29 lines
1.3 KiB
Text
29 lines
1.3 KiB
Text
--- ../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
|
|
@@ -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 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"
|
|
|
|
|
|
@@ -14965,7 +14965,7 @@
|
|
no) :
|
|
test_paths= ;; #(
|
|
yes) :
|
|
- test_paths="/usr/local/liblua /usr/local/lua /usr/local /opt/liblua /opt/lua /opt /usr" ;; #(
|
|
+ test_paths="%%PREFIX%%/include/luajit-2.0" ;; #(
|
|
*) :
|
|
test_paths="${with_lua}" ;;
|
|
esac
|
|
@@ -15019,7 +15019,7 @@
|
|
LUA_LDADD="`${LUA_CONFIG} ${LUA_PKGNAME} --libs-only-l`"
|
|
if test "$verbose_output" -eq 1; then { $as_echo "$as_me:${as_lineno-$LINENO}: lua LDADD: $LUA_LDADD" >&5
|
|
$as_echo "$as_me: lua LDADD: $LUA_LDADD" >&6;}; fi
|
|
- LUA_LDFLAGS="`${LUA_CONFIG} ${LUA_PKGNAME} --libs-only-L --libs-only-other`"
|
|
+ LUA_LDFLAGS="`${LUA_CONFIG} ${LUA_PKGNAME} --libs-only-L --libs-only-other | sed 's/\/lua51//'`"
|
|
if test "$verbose_output" -eq 1; then { $as_echo "$as_me:${as_lineno-$LINENO}: lua LDFLAGS: $LUA_LDFLAGS" >&5
|
|
$as_echo "$as_me: lua LDFLAGS: $LUA_LDFLAGS" >&6;}; fi
|
|
else
|