[packages/apache] - no longer needed (as of 2.4.26)

adamg adamg at pld-linux.org
Tue Jun 20 09:57:58 CEST 2017


commit dbf89dc172b97a37912b478d3bcdd38e38eb367a
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date:   Tue Jun 20 09:45:03 2017 +0200

    - no longer needed (as of 2.4.26)

 apache-reuseport.patch | 30 ------------------------------
 lua-lib.patch          | 16 ----------------
 2 files changed, 46 deletions(-)
---
diff --git a/apache-reuseport.patch b/apache-reuseport.patch
deleted file mode 100644
index 039ce5d..0000000
--- a/apache-reuseport.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-commit 20270f8b9d72c39ac8ddd9386c5126fe6cfe3f31
-Author: jorton <jorton at 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
index 8cdc48a..0000000
--- a/lua-lib.patch
+++ /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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache.git/commitdiff/dbf89dc172b97a37912b478d3bcdd38e38eb367a



More information about the pld-cvs-commit mailing list