Mailinglist Archive: opensuse-commit (2092 mails)

< Previous Next >
commit php5
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 24 Aug 2007 23:50:51 +0200
  • Message-id: <20070824215051.57E3F67817A@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package php5
checked in at Fri Aug 24 23:50:51 CEST 2007.

--------
--- php5/php5.changes   2007-08-17 15:04:45.000000000 +0200
+++ /mounts/work_src_done/STABLE/php5/php5.changes      2007-08-24 11:18:24.000000000 +0200
@@ -1,0 +2,20 @@
+Fri Aug 24 11:11:41 CEST 2007 - crrodriguez@xxxxxxx
+
+- PHP 5.2.4RC3
+- Fixed version_compare() to support "rc" as well as "RC" for release
+  candidate version numbers.
+- Fixed bug #42368 (Incorrect error message displayed by pg_escape_string).
+  (Ilia)
+- Fixed phpbug #42365 and Novell bugzilla #292998 (glob() crashes and/or accepts way too many flags). (Jani)
+- Fixed bug #42183 (classmap causes crash in non-wsdl mode). (Dmitry)
+- Fixed bug #42009 (is_a() and is_subclass_of() should NOT call autoload,
+  in the same way as "instanceof" operator). (Dmitry)
+- Fixed bug #41904 (proc_open(): empty env array should cause empty
+  environment to be passed to process). (Jani)
+- Fixed bug #37273 (Symlinks and mod_files session handler allow open_basedir
+  bypass). (Ilia)
+- remove wrong hardcoded requirement on libedit
+- devel package at least does not need libtool the php build enviroment uses a private copy. 
+- drop no longer needed patches already in upstream
+
+-------------------------------------------------------------------

Old:
----
  install-pear-nozlib.phar.patch
  php-5.2.4RC2.tar.bz2
  php5-really-norpath.patch
  suhosin-patch-5.2.4RC2-0.9.6.2.patch

New:
----
  php-5.2.4.RC3.tar.bz2
  suhosin-patch-5.2.4.RC3-0.9.6.2.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ php5.spec ++++++
--- /var/tmp/diff_new_pack.d19156/_old  2007-08-24 23:50:10.000000000 +0200
+++ /var/tmp/diff_new_pack.d19156/_new  2007-08-24 23:50:10.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package php5 (Version 5.2.4RC2)
+# spec file for package php5 (Version 5.2.4.RC3)
 #
 # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # This file and all modifications and additions to the pristine
@@ -68,7 +68,7 @@
 %define apache2_serverroot %(%{apxs2} -q PREFIX)
 ###
 ###
-Version:        5.2.4RC2
+Version:        5.2.4.RC3
 Release:        1
 License:        The PHP License, version 3.01
 Group:          Development/Languages/Other
@@ -97,8 +97,6 @@
 Patch6:         suhosin-patch-%{version}-%{suhosin_patch_version}.patch
 %endif
 #bugs
-Patch7:         install-pear-nozlib.phar.patch
-Patch8:         php5-really-norpath.patch
 # compiler warnings
 Patch9:         php5-warnings.patch
 #please use patch30 and up for security fixes
@@ -128,7 +126,7 @@
 #this is required by the installed  development headers
 Requires:       %{name} = %{version} glibc-devel libxml2-devel
 #this is needed for "pecl" functionality
-Requires:       autoconf automake libtool
+Requires:       autoconf automake
 # 5.2.2 or later installs php_pcre.h that requires pcre-devel
 %if 0%{?suse_version} > 1010
 Requires:       pcre-devel
@@ -765,7 +763,7 @@
 Provides:       php-readline
 Summary:        PHP5 readline extension
 Group:          Development/Libraries/PHP
-Requires:       %{name} = %{version} libedit
+Requires:       %{name} = %{version}
 
 %description readline
 PHP interface to libedit, which provides editable command line as well
@@ -1113,8 +1111,6 @@
 %if %{with_suhosin_patch}
 %patch6 -p1
 %endif
-%patch7
-%patch8 -p1
 %patch9
 # we build three SAPI
 %{__mkdir_p} build-apache2
@@ -1408,7 +1404,7 @@
 # fix deadlock
 %{__cp} %{S:5} %{buildroot}/%{peardir}/PEAR
 # reminder: Will be removed when upstream fixes deadlock in pear
-test %version = 5.2.4RC2
+test %version = 5.2.4.RC3
 # for pear XML files
 %{__install} -d -m 0755 %{buildroot}/var/lib/pear
 # provide compat symlink
@@ -1800,6 +1796,23 @@
 %config(noreplace) %{php_sysconf}/conf.d/zlib.ini
 
 %changelog
+* Fri Aug 24 2007 - crrodriguez@xxxxxxx
+- PHP 5.2.4RC3
+- Fixed version_compare() to support "rc" as well as "RC" for release
+  candidate version numbers.
+- Fixed bug #42368 (Incorrect error message displayed by pg_escape_string).
+  (Ilia)
+- Fixed phpbug #42365 and Novell bugzilla #292998 (glob() crashes and/or accepts way too many flags). (Jani)
+- Fixed bug #42183 (classmap causes crash in non-wsdl mode). (Dmitry)
+- Fixed bug #42009 (is_a() and is_subclass_of() should NOT call autoload,
+  in the same way as "instanceof" operator). (Dmitry)
+- Fixed bug #41904 (proc_open(): empty env array should cause empty
+  environment to be passed to process). (Jani)
+- Fixed bug #37273 (Symlinks and mod_files session handler allow open_basedir
+  bypass). (Ilia)
+- remove wrong hardcoded requirement on libedit
+- devel package at least does not need libtool the php build enviroment uses a private copy.
+- drop no longer needed patches already in upstream
 * Fri Aug 17 2007 - anosek@xxxxxxx
 - updated to version 5.2.4RC2
   - Fixed oci8 and PDO_OCI extensions to allow configuring with Oracle 11g client

++++++ php-5.2.4RC2.tar.bz2 -> php-5.2.4.RC3.tar.bz2 ++++++
php5/php-5.2.4RC2.tar.bz2 /mounts/work_src_done/STABLE/php5/php-5.2.4.RC3.tar.bz2 differ: byte 11, line 1



++++++ suhosin-patch-5.2.4RC2-0.9.6.2.patch -> suhosin-patch-5.2.4.RC3-0.9.6.2.patch ++++++


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread