Hello community,

here is the log from the commit of package php5 for openSUSE:Factory checked in 
at 2013-08-21 10:30:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php5 (Old)
 and      /work/SRC/openSUSE:Factory/.php5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/php5/php5.changes        2013-08-05 
20:50:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.php5.new/php5.changes   2013-08-21 
10:30:44.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Aug 20 10:44:04 UTC 2013 - pgaj...@suse.com
+
+- updated to 5.4.18:
+  * About 30 bugs were fixed, including security issues CVE-2013-4113 
+    and CVE-2013-4248.
+
+-------------------------------------------------------------------

Old:
----
  php-5.4.17.tar.bz2

New:
----
  php-5.4.18.tar.bz2

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

Other differences:
------------------
++++++ php5.spec ++++++
--- /var/tmp/diff_new_pack.f0is6Z/_old  2013-08-21 10:30:46.000000000 +0200
+++ /var/tmp/diff_new_pack.f0is6Z/_new  2013-08-21 10:30:46.000000000 +0200
@@ -100,7 +100,7 @@
 %define apache2_includedir %(%{apxs2} -q INCLUDEDIR)
 %define apache2_serverroot %(%{apxs2} -q PREFIX)
 %define need_libxml2_hack  %(if [ -e %{_includedir}/libxml/parser.h ]; then if 
grep -q XML_PARSE_OLDSAX %{_includedir}/libxml/parser.h;then echo 1; else echo 
0; fi; else echo 0; fi)
-Version:        5.4.17
+Version:        5.4.18
 Release:        0
 Provides:       php
 Provides:       php-api = %{apiver}
@@ -1629,6 +1629,7 @@
 #install fpm init script.
 install -d %{buildroot}%{_sysconfdir}/init.d
 install -m 755 -c %{S:8} %{buildroot}%{_sysconfdir}/init.d/php-fpm
+chmod 644 README.namespaces UPGRADING
 
 %post -n apache2-mod_php5
 #some distro versions does not have this tool.


++++++ php-5.4.17.tar.bz2 -> php-5.4.18.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/php5/php-5.4.17.tar.bz2 
/work/SRC/openSUSE:Factory/.php5.new/php-5.4.18.tar.bz2 differ: char 11, line 1

++++++ php5-cloexec.patch ++++++
--- /var/tmp/diff_new_pack.f0is6Z/_old  2013-08-21 10:30:46.000000000 +0200
+++ /var/tmp/diff_new_pack.f0is6Z/_new  2013-08-21 10:30:46.000000000 +0200
@@ -18,7 +18,7 @@
 ===================================================================
 --- ext/standard/file.c.orig
 +++ ext/standard/file.c
-@@ -925,6 +925,12 @@ PHP_FUNCTION(popen)
+@@ -926,6 +926,12 @@ PHP_FUNCTION(popen)
                }
        }
  #endif
@@ -35,8 +35,8 @@
 ===================================================================
 --- ext/standard/mail.c.orig
 +++ ext/standard/mail.c
-@@ -286,8 +286,12 @@ PHPAPI int php_mail(char *to, char *subj
-        * (e.g. the shell can't be executed) we explicitely set it to 0 to be
+@@ -321,8 +321,12 @@ PHPAPI int php_mail(char *to, char *subj
+        * (e.g. the shell can't be executed) we explicitly set it to 0 to be
         * sure we don't catch any older errno value. */
        errno = 0;
 +#if defined(__linux__) &&  __GLIBC_PREREQ(2, 9)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to