new version 2.4.27
This commit is contained in:
parent
1205ddb60b
commit
c6fd35316d
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@ x86_64
|
||||
/httpd.socket.8
|
||||
/httpd.service.8
|
||||
/httpd-2.4.26.tar.bz2
|
||||
/httpd-2.4.27.tar.bz2
|
||||
|
@ -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)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (httpd-2.4.26.tar.bz2) = 4b32f01f17c912011f24bf3991430d474be13836af41b26c072e3c1eab2b45a3c52851eb00423e046c59fc16e1f501d64daaee3f2469b2745857ec1982966c9a
|
||||
SHA512 (httpd-2.4.27.tar.bz2) = 7e7e8070715b74cb6890096a74e194f4c6a49c14bda685b1ad832e84312f1ac4316ea03a430e679502bfd8e1853aefa544ee002a20d0f7e994b9a590c74bc42c
|
||||
|
Loading…
Reference in New Issue
Block a user