Hello community, here is the log from the commit of package subversion for openSUSE:Factory checked in at 2013-06-05 13:15:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/subversion (Old) and /work/SRC/openSUSE:Factory/.subversion.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "subversion" Changes: -------- --- /work/SRC/openSUSE:Factory/subversion/subversion.changes 2013-05-27 10:02:43.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes 2013-06-05 13:15:37.000000000 +0200 @@ -1,0 +2,34 @@ +Mon Jun 3 18:38:09 UTC 2013 - [email protected] + +- build with -std=gnu99 on 12.3 and later to match apache httpd to + avoid configure warning + +------------------------------------------------------------------- +Fri May 31 20:44:34 UTC 2013 - [email protected] + +- update to 1.7.10 [bnc#821505] + CVE-2013-1968 CVE-2013-2088 CVE-2013-2112 + - Client-side bugfixes: + * fix 'svn revert' "no such table: revert_list" spurious error + * fix 'svn diff' doesn't show some locally added files + * fix changelist filtering when --changelist values aren't UTF8 + * fix 'svn diff --git' shows wrong copyfrom + * fix 'svn diff -x-w' shows wrong changes + * fix 'svn blame' sometimes shows every line as modified + * fix regression in 'svn status -u' output for externals + * fix file permissions change on commit of file with keywords + * improve some fatal error messages + * fix externals not removed when working copy is made shallow + - Server-side bugfixes: + * fix repository corruption due to newline in filename + * fix svnserve exiting when a client connection is aborted + * fix svnserve memory use after clear + * fix repository corruption on power/disk failure on Windows + - Developer visible changes: + * make get-deps.sh compatible with Solaris /bin/sh + * fix infinite recursion bug in get-deps.sh + * fix uninitialised output parameter of svn_fs_commit_txn() + - Bindings: + * fix JavaHL thread-safety bug + +------------------------------------------------------------------- Old: ---- subversion-1.7.9.tar.bz2 subversion-1.7.9.tar.bz2.asc New: ---- subversion-1.7.10.tar.bz2 subversion-1.7.10.tar.bz2.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ subversion.spec ++++++ --- /var/tmp/diff_new_pack.1jhkdc/_old 2013-06-05 13:15:38.000000000 +0200 +++ /var/tmp/diff_new_pack.1jhkdc/_new 2013-06-05 13:15:38.000000000 +0200 @@ -49,7 +49,7 @@ %define svnuser svn Name: subversion -Version: 1.7.9 +Version: 1.7.10 Release: 0 # in-tree SWIG version to use for the build: %define swig_version 1.3.36 @@ -481,6 +481,9 @@ echo done >> build-outputs.mK export CFLAGS="$(%{apxs} -q CFLAGS) %{optflags} -fpie -fstack-protector" +%if 0%{?suse_version} >= 1230 +export CFLAGS="$CFLAGS -std=gnu99" +%endif export CXXFLAGS="$CFLAGS" export LDFLAGS=-pie export PATH="${SWIG_ROOT}/bin:${PATH}" ++++++ subversion-1.7.9.tar.bz2 -> subversion-1.7.10.tar.bz2 ++++++ ++++ 6493 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
