Kaynağa Gözat

updated 2 packages

php74-7.4.25-1

php80-8.0.12-1
Tomohiro "Tomo-p" KATO 2 yıl önce
ebeveyn
işleme
f1edb0807b
2 değiştirilmiş dosya ile 16 ekleme ve 2 silme
  1. 8 1
      p/php74/php74-vl.spec
  2. 8 1
      p/php80/php80-vl.spec

+ 8 - 1
p/php74/php74-vl.spec

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

+ 8 - 1
p/php80/php80-vl.spec

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