[packages/apache] - up to 2.4.64

adwol adwol at pld-linux.org
Thu Jul 10 20:18:48 CEST 2025


commit 39687390fedcc9ad7831e19a7efae3df6d6fb23b
Author: Adam Osuchowski <>
Date:   Thu Jul 10 20:18:14 2025 +0200

    - up to 2.4.64

 apache-v6only-ENOPROTOOPT.patch | 22 +++++++++++-----------
 apache.spec                     |  6 +++---
 2 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/apache.spec b/apache.spec
index 09b26c1..df41049 100644
--- a/apache.spec
+++ b/apache.spec
@@ -34,12 +34,12 @@ Summary(pt_BR.UTF-8):	Servidor HTTPD para prover serviços WWW
 Summary(ru.UTF-8):	Самый популярный веб-сервер
 Summary(tr.UTF-8):	Lider WWW tarayıcı
 Name:		apache
-Version:	2.4.63
-Release:	4
+Version:	2.4.64
+Release:	1
 License:	Apache v2.0
 Group:		Networking/Daemons/HTTP
 Source0:	http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
-# Source0-md5:	8b5ee2a61d569a3eacec5778e7f20e13
+# Source0-md5:	ce84deabcae8d1ebab195f3c4346d1e9
 Source1:	%{name}.init
 Source2:	%{name}.logrotate
 Source3:	%{name}.sysconfig
diff --git a/apache-v6only-ENOPROTOOPT.patch b/apache-v6only-ENOPROTOOPT.patch
index ba6da25..418d6ca 100644
--- a/apache-v6only-ENOPROTOOPT.patch
+++ b/apache-v6only-ENOPROTOOPT.patch
@@ -1,12 +1,12 @@
---- httpd-2.0.48/server/listen.c.orig	Mon Mar 31 06:30:52 2003
-+++ httpd-2.0.48/server/listen.c	Wed Mar  3 12:05:09 2004
-@@ -76,7 +76,7 @@
+diff -ruNp httpd-2.4.64.orig/server/listen.c httpd-2.4.64/server/listen.c
+--- httpd-2.4.64.orig/server/listen.c	2025-06-04 11:41:25.000000000 +0200
++++ httpd-2.4.64/server/listen.c	2025-07-10 20:14:55.139703494 +0200
+@@ -163,7 +163,7 @@ static apr_status_t make_sock(apr_pool_t
  #if APR_HAVE_IPV6
-     if (server->bind_addr->family == APR_INET6) {
-         stat = apr_socket_opt_set(s, APR_IPV6_V6ONLY, v6only_setting);
--        if (stat != APR_SUCCESS && stat != APR_ENOTIMPL) {
-+        if (stat != APR_SUCCESS && stat != APR_ENOTIMPL && stat != ENOPROTOOPT) {
-             ap_log_perror(APLOG_MARK, APLOG_CRIT, stat, p, APLOGNO(00069)
-                           "make_sock: for address %pI, apr_socket_opt_set: "
-                           "(IPV6_V6ONLY)",
-
+         if (server->bind_addr->family == APR_INET6) {
+             stat = apr_socket_opt_set(s, APR_IPV6_V6ONLY, v6only_setting);
+-            if (stat != APR_SUCCESS && stat != APR_ENOTIMPL) {
++            if (stat != APR_SUCCESS && stat != APR_ENOTIMPL && stat != ENOPROTOOPT) {
+                 ap_log_perror(APLOG_MARK, APLOG_CRIT, stat, p, APLOGNO(00069)
+                               "make_sock: for address %pI, apr_socket_opt_set: "
+                               "(IPV6_V6ONLY)",
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list