Browse Source

apache2-2.4.48-2

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
1200aeddf2
1 changed files with 7 additions and 1 deletions
  1. 7 1
      a/apache2/apache2-vl.spec

+ 7 - 1
a/apache2/apache2-vl.spec

@@ -11,7 +11,7 @@
 Name: %{pkgname}
 Summary: Apache HTTP Server
 Version: 2.4.48
-Release: 1%{_dist_release}%{?with_systemd:.systemd}
+Release: 2%{_dist_release}%{?with_systemd:.systemd}
 Group: servers
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -88,6 +88,7 @@ Patch61: httpd-2.4.48-r1878890.patch
 Patch63: httpd-2.4.46-htcacheclean-dont-break.patch
 
 # Security fixes
+Patch1000: CVE-2021-33193.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: db4-devel, expat-devel, xmlto
@@ -196,6 +197,8 @@ Security (TLS) protocols.
 %patch61 -p1 -b .r1878890
 %patch63 -p1 -b .htcacheclean-dont-break
 
+%patch1000 -p1 -b .CVE-2021-33193
+
 perl -pi -e 's|/httpd/build|/apache2/build|' support/apxs.in
 
 # Patch in the vendor string
@@ -636,6 +639,9 @@ EOF
 
 
 %changelog
+* Thu Aug 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.48-2
+- imported Patch1000 from upstream to fix CVE-2021-33193.
+ 
 * Thu Jun 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.48-1
 - new upstream release.
 - dropped ldconfig scriptlets.