|
@@ -52,7 +52,7 @@ Name: php5
|
|
|
Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
|
|
|
Summary(ja): HTML 埋め込み型スクリプト言語 PHP
|
|
|
Version: 5.5.5
|
|
|
-Release: 1%{_dist_release}
|
|
|
+Release: 2%{_dist_release}
|
|
|
|
|
|
Vendor: Project Vine
|
|
|
Distribution: Vine Linux
|
|
@@ -79,8 +79,9 @@ Source29: php_params
|
|
|
Source30: find-provides.sh.in
|
|
|
|
|
|
Patch33: php-5.2.4-phpincludedir.patch
|
|
|
-# Additional feature
|
|
|
|
|
|
+# Additional feature
|
|
|
+Patch100: php55-htmlspecialchars-compat53.patch
|
|
|
|
|
|
# security fix
|
|
|
#Patch1000: php-5.3.7-bug55439.patch
|
|
@@ -455,8 +456,7 @@ on each request.
|
|
|
%setup -q -n %{srcname}
|
|
|
|
|
|
%patch33 -p1 -b .phpincludedir
|
|
|
-
|
|
|
-##%patch2000 -p0 -b .fix319823
|
|
|
+%patch100 -p1 -b .htmlspecialchars
|
|
|
|
|
|
# Prevent %%doc confusion over LICENSE files
|
|
|
cp Zend/LICENSE Zend/ZEND_LICENSE
|
|
@@ -951,6 +951,9 @@ rm -f files.*
|
|
|
|
|
|
#======================================================================
|
|
|
%changelog
|
|
|
+* Mon Oct 28 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.5-2
|
|
|
+- added Patch100.
|
|
|
+
|
|
|
* Thu Oct 17 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.5-1
|
|
|
- new upstream release.
|
|
|
|