]> git.pld-linux.org Git - packages/apache.git/commitdiff
- no longer needed (as of 2.4.26) auto/th/apache-2.4.26-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 20 Jun 2017 07:45:03 +0000 (09:45 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Tue, 20 Jun 2017 07:45:03 +0000 (09:45 +0200)
apache-reuseport.patch [deleted file]
lua-lib.patch [deleted file]

diff --git a/apache-reuseport.patch b/apache-reuseport.patch
deleted file mode 100644 (file)
index 039ce5d..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-commit 20270f8b9d72c39ac8ddd9386c5126fe6cfe3f31
-Author: jorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>
-Date:   Fri Mar 17 08:30:16 2017 +0000
-
-    Merge r1777923 from trunk:
-    
-    avoid SO_REUSEPORT w/o ListenCoresBucketsRatio
-    
-    Can lead to unintended/confusing sharing between
-    multiple servers started by the same ID.
-    
-    Submitted by: covener
-    Reviewed by: jorton, covener, wrowe
-    
-    
-    git-svn-id: http://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1787301 13f79535-47bb-0310-9956-ffa450edef68
-
-diff --git a/server/listen.c b/server/listen.c
-index 98cd117c..d44c7c9f 100644
---- a/server/listen.c
-+++ b/server/listen.c
-@@ -153,7 +153,7 @@ static apr_status_t make_sock(apr_pool_t *p, ap_listen_rec *server)
- #endif
- #if defined(SO_REUSEPORT)
--    if (ap_have_so_reuseport) {
-+    if (ap_have_so_reuseport && ap_listencbratio > 0) {
-         int thesock;
-         apr_os_sock_get(&thesock, s);
-         if (setsockopt(thesock, SOL_SOCKET, SO_REUSEPORT,
diff --git a/lua-lib.patch b/lua-lib.patch
deleted file mode 100644 (file)
index 8cdc48a..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
---- httpd-2.4.2/modules/lua/config.m4~ 2011-07-24 21:14:25.000000000 +0200
-+++ httpd-2.4.2/modules/lua/config.m4  2012-06-24 12:50:48.078264944 +0200
-@@ -76,11 +76,8 @@
-         save_LDFLAGS=$LDFLAGS
-         CFLAGS="$CFLAGS"
-         LDFLAGS="-L$x/lib/lua51 $LDFLAGS $lib_m"
--        AC_CHECK_LIB(lua, luaL_newstate, [
--            LUA_LIBS="-L$x/lib/lua51 -llua $lib_m"
--            if test "x$ap_platform_runtime_link_flag" != "x"; then
--               APR_ADDTO(LUA_LIBS, [$ap_platform_runtime_link_flag$x/lib/lua51])
--            fi
-+        AC_CHECK_LIB(lua51, luaL_newstate, [
-+            LUA_LIBS="-llua51 $lib_m"
-             LUA_CFLAGS="-I$x/include/lua51"
-             ])
-         CFLAGS=$save_CFLAGS
This page took 0.048386 seconds and 4 git commands to generate.