Hello community, here is the log from the commit of package php5 for openSUSE:Factory checked in at 2014-05-10 08:31:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-05-02 09:52:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.php5.new/php5.changes 2014-05-10 08:32:06.000000000 +0200 @@ -1,0 +2,7 @@ +Wed May 7 12:08:46 UTC 2014 - [email protected] + +- updated to 5.5.12: Fixed several bugs against PHP 5.5.11, + as well as CVE-2014-0185 regarding PHP-FPM. +- improved build-test.sh + +------------------------------------------------------------------- Old: ---- php-5.5.11.tar.bz2 New: ---- php-5.5.12.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php5.spec ++++++ --- /var/tmp/diff_new_pack.T4oan6/_old 2014-05-10 08:32:08.000000000 +0200 +++ /var/tmp/diff_new_pack.T4oan6/_new 2014-05-10 08:32:08.000000000 +0200 @@ -104,7 +104,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.5.11 +Version: 5.5.12 Release: 0 Provides: php Provides: php-api = %{apiver} ++++++ build-test.sh ++++++ --- /var/tmp/diff_new_pack.T4oan6/_old 2014-05-10 08:32:08.000000000 +0200 +++ /var/tmp/diff_new_pack.T4oan6/_new 2014-05-10 08:32:08.000000000 +0200 @@ -25,11 +25,15 @@ apiurl="-A $apiurl" fi osc $apiurl build $@ --no-verify --with make_test php5.spec +if [ $? -ne 0 ]; then + echo "ERROR: build failed. See $OSC_BUILD_ROOT/.build.log for details." + exit 1 +fi cat $OSC_BUILD_ROOT/.build.log \ - | sed 's:\r: :' \ - | egrep 'TEST [0-9]+\/[0-9]+|SKIP.*reason' \ - | sed 's:^\[[ 0-9]\+s\] ::' \ - | sed 's:\[[^\]]*\.phpt\][ \t]*$::' \ + | sed 's:^\[[ 0-9]\+s\] ::' \ + | egrep 'TEST [0-9]+\/[0-9]+|SKIP.*reason' \ + | sed 's:.*\r::' \ + | sort \ > ${TEST_RESULT_FILE}.new if [ ! -e ${TEST_RESULT_FILE} ]; then ++++++ php-5.5.11.tar.bz2 -> php-5.5.12.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/php5/php-5.5.11.tar.bz2 /work/SRC/openSUSE:Factory/.php5.new/php-5.5.12.tar.bz2 differ: char 11, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
