summaryrefslogtreecommitdiffstats
path: root/httpd.spec
diff options
context:
space:
mode:
authorLuboš Uhliarik <luhliari@redhat.com>2017-07-10 15:25:44 +0200
committerLuboš Uhliarik <luhliari@redhat.com>2017-07-10 15:25:44 +0200
commitc6fd35316d312aa23bbaa05b91e257482eafdcd5 (patch)
treed10ded33c72ccc57a620b2059d55d5e77e434553 /httpd.spec
parent1205ddb60bec04a25bb4bdf950f16860febfdea5 (diff)
downloadhttpd-c6fd35316d312aa23bbaa05b91e257482eafdcd5.tar.gz
httpd-c6fd35316d312aa23bbaa05b91e257482eafdcd5.tar.xz
httpd-c6fd35316d312aa23bbaa05b91e257482eafdcd5.zip
new version 2.4.27
Diffstat (limited to 'httpd.spec')
-rw-r--r--httpd.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/httpd.spec b/httpd.spec
index 6a6226e..5ef1f1c 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -7,8 +7,8 @@
Summary: Apache HTTP Server
Name: httpd
-Version: 2.4.26
-Release: 2%{?dist}
+Version: 2.4.27
+Release: 1%{?dist}
URL: http://httpd.apache.org/
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
Source1: index.html
@@ -67,7 +67,6 @@ Patch56: httpd-2.4.4-mod_unique_id.patch
Patch57: httpd-2.4.10-sigint.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=1397243
Patch58: httpd-2.4.25-r1738878.patch
-Patch59: httpd-2.4.26-r1800306.patch
# Security fixes
License: ASL 2.0
@@ -214,7 +213,6 @@ interface for storing and accessing per-user session data.
%patch56 -p1 -b .uniqueid
%patch57 -p1 -b .sigint
%patch58 -p1 -b .r1738878
-%patch59 -p1 -b .r1800306
# Patch in the vendor string
sed -i '/^#define PLATFORM/s/Unix/%{vstring}/' os/unix/os.h
@@ -693,6 +691,9 @@ rm -rf $RPM_BUILD_ROOT
%{_rpmconfigdir}/macros.d/macros.httpd
%changelog
+* Mon Jul 10 2017 Luboš Uhliarik <luhliari@redhat.com> - 2.4.27-1
+- new version 2.4.27
+
* Fri Jun 30 2017 Joe Orton <jorton@redhat.com> - 2.4.26-2
- mod_proxy_fcgi: fix further regressions (PR 61202)