|
@@ -28,7 +28,7 @@ Name: php5
|
|
|
Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
|
|
|
Summary(ja): HTML 埋め込み型スクリプト言語 PHP
|
|
|
Version: 5.3.7
|
|
|
-Release: 1%{_dist_release}
|
|
|
+Release: 2%{_dist_release}
|
|
|
|
|
|
Vendor: Project Vine
|
|
|
Distribution: Vine Linux
|
|
@@ -49,8 +49,8 @@ Patch33: php-5.2.4-phpincludedir.patch
|
|
|
# Additional feature
|
|
|
Patch51: php-5.3.0-session_strict_mode.patch
|
|
|
|
|
|
-# ad-hoc patch for compiling php-imap with uw-imap-2006b
|
|
|
-# Patch1000: php-4.4.4-utf8_mime2text.patch
|
|
|
+# security fix
|
|
|
+Patch1000: php-5.3.7-bug55439.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: autoconf
|
|
@@ -373,8 +373,7 @@ in their scripts.
|
|
|
%patch33 -p1 -b .phpincludedir
|
|
|
%patch51 -p1 -b .strict_session
|
|
|
|
|
|
-# ad-hoc patch for Vine Linux 4.0
|
|
|
-#%patch1000 -p1 -b .utf8_mime2text
|
|
|
+%patch1000 -p3 -b .bug55439
|
|
|
|
|
|
# Prevent %%doc confusion over LICENSE files
|
|
|
cp Zend/LICENSE Zend/ZEND_LICENSE
|
|
@@ -759,6 +758,9 @@ rm -f files.*
|
|
|
|
|
|
#======================================================================
|
|
|
%changelog
|
|
|
+* Tue Aug 23 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.7-2
|
|
|
+- fix bug#55439.
|
|
|
+
|
|
|
* Thu Aug 18 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.7-1
|
|
|
- new upstream release.
|
|
|
|