Hello community,

here is the log from the commit of package php5 for openSUSE:Factory checked in 
at 2015-05-07 09:20:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-04-22 
01:16:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.php5.new/php5.changes   2015-05-07 
09:20:26.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Apr 24 06:17:51 UTC 2015 - [email protected]
+
+- update to 5.6.8: Several bugs have been fixed some of them beeing 
+  security related, like CVE-2015-1351 and CVE-2015-1352.
+- refreshed php5-crypto-checks.patch
+
+-------------------------------------------------------------------

Old:
----
  php-5.6.7.tar.xz
  php-5.6.7.tar.xz.asc

New:
----
  php-5.6.8.tar.xz
  php-5.6.8.tar.xz.asc

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

Other differences:
------------------
++++++ php5.spec ++++++
--- /var/tmp/diff_new_pack.R8M1qY/_old  2015-05-07 09:20:27.000000000 +0200
+++ /var/tmp/diff_new_pack.R8M1qY/_new  2015-05-07 09:20:27.000000000 +0200
@@ -115,7 +115,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.6.7
+Version:        5.6.8
 Release:        0
 Provides:       php
 Provides:       php-api = %{apiver}
@@ -1335,7 +1335,7 @@
 %patch16
 %patch17 -p1
 %patch18 -p1
-%patch19 -p1
+%patch19
 # Safety check for API version change.
 vapi=`sed -n '/#define PHP_API_VERSION/{s/.* //;p}' main/php.h`
 if test "x${vapi}" != "x%{apiver}"; then

++++++ php-5.6.7.tar.xz -> php-5.6.8.tar.xz ++++++
/work/SRC/openSUSE:Factory/php5/php-5.6.7.tar.xz 
/work/SRC/openSUSE:Factory/.php5.new/php-5.6.8.tar.xz differ: char 26, line 1

++++++ php5-crypto-checks.patch ++++++
--- /var/tmp/diff_new_pack.R8M1qY/_old  2015-05-07 09:20:27.000000000 +0200
+++ /var/tmp/diff_new_pack.R8M1qY/_new  2015-05-07 09:20:27.000000000 +0200
@@ -1,8 +1,8 @@
-diff --git a/ext/mysqlnd/config9.m4 b/ext/mysqlnd/config9.m4
-index 78e1bf1..98eb2be 100644
---- a/ext/mysqlnd/config9.m4
-+++ b/ext/mysqlnd/config9.m4
-@@ -34,7 +34,7 @@ if test "$PHP_MYSQLND" != "no" || test 
"$PHP_MYSQLND_ENABLED" = "yes"; then
+Index: ext/mysqlnd/config9.m4
+===================================================================
+--- ext/mysqlnd/config9.m4.orig        2015-04-24 08:19:38.124430605 +0200
++++ ext/mysqlnd/config9.m4     2015-04-24 08:20:25.076172382 +0200
+@@ -34,7 +34,7 @@
    test -z "$PHP_OPENSSL" && PHP_OPENSSL=no
  
    if test "$PHP_OPENSSL" != "no" || test "$PHP_OPENSSL_DIR" != "no"; then
@@ -11,16 +11,16 @@
      AC_CHECK_LIB(crypto, X509_free, AC_DEFINE(HAVE_DSA_DEFAULT_METHOD, 1, 
[OpenSSL 0.9.7 or later]))
  
      PHP_SETUP_OPENSSL(MYSQLND_SHARED_LIBADD, 
[AC_DEFINE(MYSQLND_HAVE_SSL,1,[Enable mysqlnd code that uses OpenSSL 
directly])])
-diff --git a/ext/openssl/config0.m4 b/ext/openssl/config0.m4
-index 701e488..383ed2f 100644
---- a/ext/openssl/config0.m4
-+++ b/ext/openssl/config0.m4
-@@ -19,7 +19,7 @@ if test "$PHP_OPENSSL" != "no"; then
+Index: ext/openssl/config0.m4
+===================================================================
+--- ext/openssl/config0.m4.orig        2015-04-24 08:19:38.124430605 +0200
++++ ext/openssl/config0.m4     2015-04-24 08:20:25.076172382 +0200
+@@ -19,7 +19,7 @@
      PHP_SETUP_KERBEROS(OPENSSL_SHARED_LIBADD)
    fi
  
 -  AC_CHECK_LIB(ssl, DSA_get_default_method, 
AC_DEFINE(HAVE_DSA_DEFAULT_METHOD, 1, [OpenSSL 0.9.7 or later]))
 +  AC_CHECK_LIB(crypto, DSA_get_default_method, 
AC_DEFINE(HAVE_DSA_DEFAULT_METHOD, 1, [OpenSSL 0.9.7 or later]))
    AC_CHECK_LIB(crypto, X509_free, AC_DEFINE(HAVE_DSA_DEFAULT_METHOD, 1, 
[OpenSSL 0.9.7 or later]))
+   AC_CHECK_FUNCS([RAND_egd])
  
-   PHP_SETUP_OPENSSL(OPENSSL_SHARED_LIBADD, 



Reply via email to