HTTPD server updated to latest version 2.4.37

This commit is contained in:
2019-01-18 13:47:04 +01:00
parent db0a8edb51
commit 95067ad9a9

View File

@@ -7,7 +7,7 @@
Summary: Apache HTTP Server Summary: Apache HTTP Server
Name: httpd Name: httpd
Version: 2.4.33 Version: 2.4.37
Release: 1%{?dist} Release: 1%{?dist}
URL: http://httpd.apache.org/ URL: http://httpd.apache.org/
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
@@ -201,7 +201,6 @@ interface for storing and accessing per-user session data.
#%patch23 -p1 -b .export #%patch23 -p1 -b .export
%patch24 -p1 -b .corelimit %patch24 -p1 -b .corelimit
%patch25 -p1 -b .selinux %patch25 -p1 -b .selinux
%patch26 -p1 -b .r1337344+
%patch27 -p1 -b .icons %patch27 -p1 -b .icons
%patch29 -p1 -b .systemd %patch29 -p1 -b .systemd
%patch30 -p1 -b .cachehardmax %patch30 -p1 -b .cachehardmax
@@ -633,7 +632,7 @@ rm -rf $RPM_BUILD_ROOT
%{_sysconfdir}/httpd/conf.d/README %{_sysconfdir}/httpd/conf.d/README
%dir %{docroot} %dir %{docroot}
%dir %{docroot}/cgi-bin %dir %{docroot}/cgi-bin
%dir %{docroot}/html #%dir %{docroot}/html
%dir %{contentdir} %dir %{contentdir}
%dir %{contentdir}/icons %dir %{contentdir}/icons
@@ -687,6 +686,9 @@ rm -rf $RPM_BUILD_ROOT
%{_rpmconfigdir}/macros.d/macros.httpd %{_rpmconfigdir}/macros.d/macros.httpd
%changelog %changelog
* Mon Dec 10 2018 Daniel Steiner <dsteiner@redhat.com> - 2.4.37-1
- Upgrade to newest version (2.4.37).
* Sun Mar 25 2018 Daniel Steiner <dsteiner@redhat.com> - 2.4.33-1 * Sun Mar 25 2018 Daniel Steiner <dsteiner@redhat.com> - 2.4.33-1
- Upgrade to newest version. - Upgrade to newest version.