|
@@ -38,7 +38,7 @@ Name: php%{majorver}
|
|
|
Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
|
|
|
Summary(ja): HTML 埋め込み型スクリプト言語 PHP
|
|
|
Version: 7.4.33
|
|
|
-Release: 1%{_dist_release}%{?with_systemd:.systemd}
|
|
|
+Release: 4%{_dist_release}%{?with_systemd:.systemd}
|
|
|
Group: programming
|
|
|
Vendor: Project Vine
|
|
|
Distribution: Vine Linux
|
|
@@ -71,7 +71,13 @@ Patch33: php-5.2.4-phpincludedir.patch
|
|
|
#Patch100: php55-htmlspecialchars-compat53.patch
|
|
|
|
|
|
# security fix
|
|
|
-#Patch1000: php-5.3.7-bug55439.patch
|
|
|
+Patch200: php-bug81740.patch
|
|
|
+Patch201: php-bug81744.patch
|
|
|
+Patch202: php-bug81746.patch
|
|
|
+Patch203: php-cve-2023-0662.patch
|
|
|
+Patch204: php-cve-2023-3247.patch
|
|
|
+Patch205: php-cve-2023-3823.patch
|
|
|
+Patch206: php-cve-2023-3824.patch
|
|
|
|
|
|
#bugfix
|
|
|
#Patch2000: fix319823.patch
|
|
@@ -441,6 +447,15 @@ on each request.
|
|
|
|
|
|
%patch2000 -p1 -b .openssl3
|
|
|
|
|
|
+# security patches
|
|
|
+%patch -P200 -p1 -b .bug81740
|
|
|
+%patch -P201 -p1 -b .bug81744
|
|
|
+%patch -P202 -p1 -b .bug81746
|
|
|
+%patch -P203 -p1 -b .cve0662
|
|
|
+%patch -P204 -p1 -b .cve3247
|
|
|
+%patch -P205 -p1 -b .cve3823
|
|
|
+%patch -P206 -p1 -b .cve3824
|
|
|
+
|
|
|
# Prevent %%doc confusion over LICENSE files
|
|
|
cp Zend/LICENSE Zend/ZEND_LICENSE
|
|
|
#cp Zend/ChangeLog Zend/ZEND_ChangeLog
|
|
@@ -928,6 +943,15 @@ rm -f files.*
|
|
|
|
|
|
#======================================================================
|
|
|
%changelog
|
|
|
+* Wed Nov 01 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.4.33-4
|
|
|
+- rebuilt with icu-74.
|
|
|
+
|
|
|
+* Wed Aug 23 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.4.33-3
|
|
|
+- imported security patches from remi.
|
|
|
+
|
|
|
+* Mon Jul 10 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.4.33-2
|
|
|
+- imported security patches from remi.
|
|
|
+
|
|
|
* Thu Nov 03 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.4.33-1
|
|
|
- new upstream release.
|
|
|
|