|
@@ -8,7 +8,7 @@
|
|
|
|
|
|
Summary: Apache HTTP Server
|
|
|
Name: %{pkgname}
|
|
|
-Version: 2.4.33
|
|
|
+Version: 2.4.37
|
|
|
Release: 1%{_dist_release}
|
|
|
URL: http://httpd.apache.org/
|
|
|
|
|
@@ -56,17 +56,22 @@ Patch5: httpd-2.4.3-layout.patch
|
|
|
Patch23: httpd-2.4.33-export.patch
|
|
|
Patch24: httpd-2.4.1-corelimit.patch
|
|
|
#Patch25: httpd-2.4.25-selinux.patch
|
|
|
-Patch26: httpd-2.4.4-r1337344+.patch
|
|
|
+#Patch26: httpd-2.4.4-r1337344+.patch
|
|
|
Patch27: httpd-2.4.2-icons.patch
|
|
|
-Patch29: httpd-2.4.27-systemd.patch
|
|
|
+#Patch29: httpd-2.4.27-systemd.patch
|
|
|
Patch30: httpd-2.4.4-cachehardmax.patch
|
|
|
-Patch31: httpd-2.4.18-sslmultiproxy.patch
|
|
|
+Patch31: httpd-2.4.33-sslmultiproxy.patch
|
|
|
Patch34: httpd-2.4.17-socket-activation.patch
|
|
|
-Patch35: httpd-2.4.33-sslciphdefault.patch
|
|
|
+Patch36: httpd-2.4.33-r1830819+.patch
|
|
|
+#Patch37: httpd-2.4.34-r1827912+.patch
|
|
|
+Patch38: httpd-2.4.34-sslciphdefault.patch
|
|
|
+Patch39: httpd-2.4.34-sslprotdefault.patch
|
|
|
|
|
|
# Bug fixes
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1397243
|
|
|
-Patch58: httpd-2.4.33-r1738878.patch
|
|
|
+Patch58: httpd-2.4.34-r1738878.patch
|
|
|
+#Patch59: httpd-2.4.34-r1555631.patch
|
|
|
+Patch60: httpd-2.4.34-enable-sslv3.patch
|
|
|
|
|
|
# Security fixes
|
|
|
|
|
@@ -148,15 +153,20 @@ Security (TLS) protocols.
|
|
|
%patch23 -p1 -b .export
|
|
|
%patch24 -p1 -b .corelimit
|
|
|
#%patch25 -p1 -b .selinux
|
|
|
-%patch26 -p1 -b .r1337344+
|
|
|
+#patch26 -p1 -b .r1337344+
|
|
|
%patch27 -p1 -b .icons
|
|
|
-%patch29 -p1 -b .systemd
|
|
|
+#patch29 -p1 -b .systemd
|
|
|
%patch30 -p1 -b .cachehardmax
|
|
|
#%patch31 -p1 -b .sslmultiproxy
|
|
|
%patch34 -p1 -b .socketactivation
|
|
|
-%patch35 -p1 -b .sslciphdefault
|
|
|
+%patch36 -p1 -b .r1830819+
|
|
|
+#%patch37 -p1 -b .r1827912+
|
|
|
+%patch38 -p1 -b .sslciphdefault
|
|
|
+%patch39 -p1 -b .sslprotdefault
|
|
|
|
|
|
%patch58 -p1 -b .r1738878
|
|
|
+#%patch59 -p1 -b .r1555631
|
|
|
+%patch60 -p1 -b .enable-sslv3
|
|
|
|
|
|
perl -pi -e 's|/httpd/build|/apache2/build|' support/apxs.in
|
|
|
|
|
@@ -536,6 +546,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Nov 06 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.37-1
|
|
|
+- new upstream release.
|
|
|
+- updated patches.
|
|
|
+
|
|
|
* Sun Apr 01 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.33-1
|
|
|
- new upstream release.
|
|
|
- updated Patch35 and 58.
|