From 1f9e5fffb3ff0c31b3fe94212af4c02fdbb9602b534a1e4aaef066bfba056c62 Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Sat, 2 Oct 2010 21:21:49 +0000 Subject: [PATCH] 1.6.13 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=28 --- subversion-1.6.12.tar.bz2 | 3 --- subversion-1.6.13.tar.bz2 | 3 +++ subversion.changes | 32 ++++++++++++++++++++++++++++++++ subversion.spec | 8 ++++---- 4 files changed, 39 insertions(+), 7 deletions(-) delete mode 100644 subversion-1.6.12.tar.bz2 create mode 100644 subversion-1.6.13.tar.bz2 diff --git a/subversion-1.6.12.tar.bz2 b/subversion-1.6.12.tar.bz2 deleted file mode 100644 index 61483cc..0000000 --- a/subversion-1.6.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ebf17fb173ff9c482a72deaaf756c3ca595c99da15fc8f1f8f4310609284c8f -size 5476628 diff --git a/subversion-1.6.13.tar.bz2 b/subversion-1.6.13.tar.bz2 new file mode 100644 index 0000000..b94e11d --- /dev/null +++ b/subversion-1.6.13.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a30327bdb04109f369586196ee4a6993cdab2cfa85c3134549f02c229bf0d15 +size 5513370 diff --git a/subversion.changes b/subversion.changes index 49e6cb3..a2180ff 100644 --- a/subversion.changes +++ b/subversion.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sat Oct 2 20:36:52 UTC 2010 - pascal.bleser@opensuse.org + +- fixes CVE-2010-3315: + http://subversion.apache.org/security/CVE-2010-3315-advisory.txt + (only affects certain scenarios when using "SVNPathAuthz short_circuit") + +- update to 1.6.13: + * don't drop properties during foreign-repo merges (issue #3623) + * improve auto-props failure error message (r961970) + * improve error message for 403 status with ra_neon (r876615) + * don't allow 'merge --reintegrate' for 2-url merges (r959004) + * improve handling of missing fsfs.conf during hotcopy (r980811, -1449) + * escape unsafe characters in a URL during export (issue #3683) + * don't leak stale locks in FSFS (r959760) + * better detect broken working copies during update over ra_neon (r979045) + * fsfs: make rev files read-only (r981921) + * properly canonicalize a URL (r984928, -31) + * fix wc corruption with 'commit --depth=empty' (issue #3700) + * permissions fixes when doing reintegrate merges (related to issue #3242) + * fix mergeinfo miscalculation during 2-url merges (issue #3648) + * fix error transmission problems in svnserve (r997457, -66) + * fixed: record-only merges create self-referential mergeinfo (issue #3646) + * fixed: 'SVNPathAuthz short_circuit' unsolicited read access (issue #3695) + * make 'svnmucc propset' handle existing and non-existing URLs (r1000607) + * add new 'propsetf' subcommand to svnmucc (r1000612) + * emit a warning about copied dirs during ci with limited depth (r1002094) + * make ruby bindings compatible with Ruby 1.9 (r957507) + * use the repos verify API in JavaHL (r948916) + * teach ra_serf to parse md5 checksums with update editors (r979429) + * let ra_serf work with current serf releases (r879757, r880320, r943796) + ------------------------------------------------------------------- Mon Sep 27 10:31:48 UTC 2010 - dimstar@opensuse.org diff --git a/subversion.spec b/subversion.spec index 8b1ae62..8f1497d 100644 --- a/subversion.spec +++ b/subversion.spec @@ -1,5 +1,5 @@ # -# spec file for package subversion (Version 1.6.12) +# spec file for package subversion (Version 1.6.13) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009-2010 Pascal Bleser @@ -41,7 +41,7 @@ %endif # suse_version > 1030 Name: subversion -Version: 1.6.12 +Version: 1.6.13 Release: 1 # in-tree SWIG version to use for the build: %define swig_version 1.3.36 @@ -225,7 +225,7 @@ http://subversion.tigris.org/tools_contrib.html %package perl -License: ASLv.. ; Subversion License, http://subversion.tigris.org/license-1.html +License: ASLv2 ; Subversion License, http://subversion.tigris.org/license-1.html Group: Development/Tools/Version Control Summary: Allows Perl scripts to directly use Subversion repositories Requires: subversion = %{version} @@ -238,7 +238,7 @@ Provides Perl (SWIG) support for Subversion. %package python -License: ASLv.. ; Subversion License, http://subversion.tigris.org/license-1.html +License: ASLv2 ; Subversion License, http://subversion.tigris.org/license-1.html Group: Development/Tools/Version Control Summary: Allows Python scripts to directly use Subversion repositories Requires: subversion = %{version}