public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Joe Orton <jorton@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/httpd] rawhide: for F45+ remove mod_proxy_wstunnel, deprecated upstream since 2.4.47
Date: Thu, 02 Jul 2026 08:18:14 GMT [thread overview]
Message-ID: <178298029486.1.17192709722166413970.rpms-httpd-c6c5a6a67cf5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/httpd
Branch : rawhide
Commit : c6c5a6a67cf5b374aa936c37d2eef41531854ba4
Author : Joe Orton <jorton@redhat.com>
Date : 2026-07-02T08:39:02+01:00
Stats : +21/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/httpd/c/c6c5a6a67cf5b374aa936c37d2eef41531854ba4?branch=rawhide
Log:
for F45+ remove mod_proxy_wstunnel, deprecated upstream since 2.4.47
---
diff --git a/httpd.spec b/httpd.spec
index e4b9b46..939ce64 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -15,6 +15,7 @@
%bcond pcre %{without pcre2}
%bcond engine %[0%{?fedora} < 41 && 0%{?rhel} < 10]
%bcond worker %[0%{?fedora} < 44 && 0%{?rhel} < 11]
+%bcond wstunnel %[0%{?fedora} < 45 && 0%{?rhel} < 11]
%if %{with worker}
%global mpms event prefork worker
@@ -28,7 +29,7 @@
Summary: Apache HTTP Server
Name: httpd
Version: 2.4.68
-Release: 2%{?dist}
+Release: 3%{?dist}
URL: https://httpd.apache.org/
Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
Source1: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2.asc
@@ -315,6 +316,13 @@ if echo %{mpms} | grep -q -v worker; then
fi
touch -r $RPM_SOURCE_DIR/00-mpm.conf 00-mpm.conf
+# Remove mod_proxy_wstunnel if not needed
+cp $RPM_SOURCE_DIR/00-proxy.conf 00-proxy.conf
+%if %{without wstunnel}
+sed -i /proxy_wstunnel_module/d 00-proxy.conf
+%endif
+touch -r $RPM_SOURCE_DIR/00-proxy.conf 00-proxy.conf
+
: Building with MMN %{mmn}, MMN-ISA %{mmnisa}
: Default MPM is %{mpm}, MPM list: %{mpms}
: Vendor string is '%{vstring}'
@@ -380,7 +388,10 @@ autoheader && autoconf || exit 1
--disable-http2 \
--disable-md \
--disable-dav-lock \
- $*
+%if %{without wstunnel}
+ --disable-proxy-wstunnel \
+%endif
+ $*
if grep -q ac_cv_have_threadsafe_pollset=no config.log; then
cat config.log
@@ -411,15 +422,17 @@ install -m 644 $RPM_SOURCE_DIR/README.confd \
install -m 644 $RPM_SOURCE_DIR/README.confmod \
$RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.modules.d/README
for f in 00-base.conf 00-mpm.conf 00-lua.conf 01-cgi.conf 00-dav.conf \
- 00-proxy.conf 00-ssl.conf 01-ldap.conf 00-proxyhtml.conf \
+ 00-ssl.conf 01-ldap.conf 00-proxyhtml.conf \
01-ldap.conf 00-systemd.conf 01-session.conf 00-optional.conf \
00-brotli.conf; do
install -m 644 -p $RPM_SOURCE_DIR/$f \
$RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.modules.d/$f
done
-install -m 644 -p 00-mpm.conf \
- $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.modules.d/00-mpm.conf
+for f in 00-mpm.conf 00-proxy.conf; do
+ install -m 644 -p $f \
+ $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.modules.d/$f
+done
# install systemd override drop directory
# Web application packages can drop snippets into this location if
@@ -850,6 +863,9 @@ exit $rv
%{_rpmconfigdir}/macros.d/macros.httpd
%changelog
+* Wed Jul 01 2026 Joe Orton <jorton@redhat.com> - 2.4.68-3
+- for F45+ remove mod_proxy_wstunnel, deprecated upstream since 2.4.47
+
* Fri Jun 12 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 2.4.68-2
- Rebuilt for openssl 4.0
reply other threads:[~2026-07-02 8:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178298029486.1.17192709722166413970.rpms-httpd-c6c5a6a67cf5@fedoraproject.org \
--to=jorton@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox