|
@@ -43,7 +43,7 @@
|
|
Name: php%{majorver}
|
|
Name: php%{majorver}
|
|
Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
|
|
Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
|
|
Summary(ja): HTML 埋め込み型スクリプト言語 PHP
|
|
Summary(ja): HTML 埋め込み型スクリプト言語 PHP
|
|
-Version: 7.4.24
|
|
|
|
|
|
+Version: 7.4.25
|
|
Release: 1%{_dist_release}%{?with_systemd:.systemd}
|
|
Release: 1%{_dist_release}%{?with_systemd:.systemd}
|
|
Group: programming
|
|
Group: programming
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -80,6 +80,7 @@ Patch33: php-5.2.4-phpincludedir.patch
|
|
|
|
|
|
#bugfix
|
|
#bugfix
|
|
#Patch2000: fix319823.patch
|
|
#Patch2000: fix319823.patch
|
|
|
|
+Patch2000: php-openssl3.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: autoconf
|
|
BuildRequires: autoconf
|
|
@@ -453,6 +454,8 @@ on each request.
|
|
|
|
|
|
%patch33 -p1 -b .phpincludedir
|
|
%patch33 -p1 -b .phpincludedir
|
|
|
|
|
|
|
|
+%patch2000 -p1 -b .openssl3
|
|
|
|
+
|
|
# Prevent %%doc confusion over LICENSE files
|
|
# Prevent %%doc confusion over LICENSE files
|
|
cp Zend/LICENSE Zend/ZEND_LICENSE
|
|
cp Zend/LICENSE Zend/ZEND_LICENSE
|
|
#cp Zend/ChangeLog Zend/ZEND_ChangeLog
|
|
#cp Zend/ChangeLog Zend/ZEND_ChangeLog
|
|
@@ -948,6 +951,10 @@ rm -f files.*
|
|
|
|
|
|
#======================================================================
|
|
#======================================================================
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Oct 21 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.4.25-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- built with openssl-3.0.0.
|
|
|
|
+
|
|
* Thu Sep 23 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.4.24-1
|
|
* Thu Sep 23 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.4.24-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|