Browse Source

php5-5.6.38-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11866 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 5 years ago
parent
commit
2937ae221e
1 changed files with 8 additions and 1 deletions
  1. 8 1
      p/php5/php5-vl.spec

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

@@ -51,7 +51,7 @@
 Name: php%{majorver}
 Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
 Summary(ja): HTML 埋め込み型スクリプト言語 PHP
-Version: 5.6.37
+Version: 5.6.38
 Release: 1%{_dist_release}
 
 Vendor: Project Vine
@@ -79,6 +79,7 @@ Source29: php_params
 Source31: macros.pear.ver
 
 Patch33: php-5.2.4-phpincludedir.patch
+Patch1000: php-5.6.31-openssl11.patch
 
 # Additional feature
 #Patch100: php55-htmlspecialchars-compat53.patch
@@ -473,6 +474,8 @@ on each request.
 
 %patch33 -p1 -b .phpincludedir
 
+%patch1000 -p1 -b .openssl11
+
 # Prevent %%doc confusion over LICENSE files
 cp Zend/LICENSE Zend/ZEND_LICENSE
 #cp Zend/ChangeLog Zend/ZEND_ChangeLog
@@ -1050,6 +1053,10 @@ rm -f files.*
 
 #======================================================================
 %changelog
+* Mon Nov 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.38-1
+- new upstream release.
+- added Patch1000 to build with openssl-1.1.1.
+
 * Fri Jul 20 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.6.37-1
 - new upstream release.