summaryrefslogtreecommitdiffstats
path: root/httpd.spec
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2016-07-07 13:22:30 +0100
committerJoe Orton <jorton@redhat.com>2016-07-07 13:22:30 +0100
commita67a8d73927a0e1fa1b880490ebbc8196f65c1a1 (patch)
tree6b5bbd1cf8045ea83620cde521ca5eb7bdf02cfa /httpd.spec
parentaaf7efcca60f8b29235874a2af5afb822b6e66c0 (diff)
downloadhttpd-a67a8d73927a0e1fa1b880490ebbc8196f65c1a1.tar.gz
httpd-a67a8d73927a0e1fa1b880490ebbc8196f65c1a1.tar.xz
httpd-a67a8d73927a0e1fa1b880490ebbc8196f65c1a1.zip
update to 2.4.23 (#1325883, #1353203)
- load mod_proxy_hcheck - recommend use of "systemctl edit" in httpd.service Resolves: rhbz#1353203 Resolves: rhbz#1325883
Diffstat (limited to 'httpd.spec')
-rw-r--r--httpd.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/httpd.spec b/httpd.spec
index d24a479..9adc7d5 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -7,8 +7,8 @@
Summary: Apache HTTP Server
Name: httpd
-Version: 2.4.18
-Release: 6%{?dist}
+Version: 2.4.23
+Release: 1%{?dist}
URL: http://httpd.apache.org/
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
Source1: index.html
@@ -66,7 +66,6 @@ Patch35: httpd-2.4.17-sslciphdefault.patch
Patch55: httpd-2.4.4-malformed-host.patch
Patch56: httpd-2.4.4-mod_unique_id.patch
Patch57: httpd-2.4.10-sigint.patch
-Patch58: httpd-2.4.17-debug-crash.patch
# Security fixes
License: ASL 2.0
Group: System Environment/Daemons
@@ -211,7 +210,6 @@ interface for storing and accessing per-user session data.
%patch55 -p1 -b .malformedhost
%patch56 -p1 -b .uniqueid
%patch57 -p1 -b .sigint
-%patch58 -p1 -b .debugcrash
# Patch in the vendor string
sed -i '/^#define PLATFORM/s/Unix/%{vstring}/' os/unix/os.h
@@ -672,6 +670,11 @@ rm -rf $RPM_BUILD_ROOT
%{_rpmconfigdir}/macros.d/macros.httpd
%changelog
+* Thu Jul 7 2016 Joe Orton <jorton@redhat.com> - 2.4.23-1
+- update to 2.4.23 (#1325883, #1353203)
+- load mod_proxy_hcheck
+- recommend use of "systemctl edit" in httpd.service
+
* Thu Apr 7 2016 Joe Orton <jorton@redhat.com> - 2.4.18-6
- have "apachectl graceful" start httpd if not running, per man page