Hello community,

here is the log from the commit of package subversion for openSUSE:11.4
checked in at Wed Mar 9 18:28:07 CET 2011.



--------
--- old-versions/11.4/all/subversion/subversion.changes 2010-12-27 
15:48:50.000000000 +0100
+++ 11.4/subversion/subversion.changes  2011-03-04 15:22:46.436916000 +0100
@@ -1,0 +2,42 @@
+Thu Feb 24 11:24:33 UTC 2011 - s...@elego.de
+
+- update to 1.6.16 (bnc#676949):
+  User-visible changes:
+   * more improvement to the 'blame -g' memory leak from 1.6.15 (r1041438)
+   * avoid a crash in mod_dav_svn when using locks (r1071239, -307)
+            See CVE-2011-0715, and descriptive advisory at
+            http://subversion.apache.org/security/CVE-2011-0715-advisory.txt
+   * avoid unnecessary globbing for performance (r1068988)
+   * don't add tree conflicts when one already exists (issue #3486)
+   * fix potential crash when requesting mergeinfo (r902467)
+   * don't attempt to resolve prop conflicts in 'merge --dry-run' (r880146)
+   * more fixes for issue #3270.
+
+  Developer-visible changes:
+   * ensure report_info_t is properly initialized by ra_serf (r1058722)
+   * locate errors properly on a malfunction (r1053208)
+   * fix output param timing of svn_fs_commit_txn() on fsfs (r1051751)
+   * for svn_fs_commit_txn(), set invalid rev on failed commit (r1051632, -8)
+   * fix sporadic Ruby bindings test failures (r1038792)
+   * fix JavaHL JVM object leak when dumping large revisions (r947006)
+   * use Perl to resolve symlinks when building swig-pl (r1039040)
+   * allow Perl bindings to build within a symlinked working copy (r1036534)
+   * don't overwrite the LD_LIBRARY_PATH during make check-swig-pl (r946355)
+   * improve unit tests for some fs functions (r1051744, -5, -3185, -241)
+
+-------------------------------------------------------------------
+Mon Jan 31 21:21:33 CET 2011 - s...@elego.de
+
+- use proper capitalisation and punctuation in /etc/sysconfig/svnserve
+
+-------------------------------------------------------------------
+Mon Jan 31 21:18:19 CET 2011 - s...@elego.de
+
+- fix misleading text in /etc/sysconfig/svnserve (+1 from mrueckert)
+
+-------------------------------------------------------------------
+Wed Jan 19 09:59:05 CET 2011 - dmuel...@suse.de
+
+- fix typo in readme (bnc#661584)
+
+-------------------------------------------------------------------

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/subversion
Destination is old-versions/11.4/UPDATES/all/subversion
calling whatdependson for 11.4-i586


Old:
----
  subversion-1.6.15.tar.bz2

New:
----
  subversion-1.6.16.tar.bz2

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

Other differences:
------------------
++++++ subversion.spec ++++++
--- /var/tmp/diff_new_pack.bsboas/_old  2011-03-09 18:27:55.000000000 +0100
+++ /var/tmp/diff_new_pack.bsboas/_new  2011-03-09 18:27:55.000000000 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package subversion (Version 1.6.15)
+# spec file for package subversion
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2009-2010 Pascal Bleser <pascal.ble...@opensuse.org>
@@ -41,8 +41,8 @@
 %endif # suse_version > 1030
 
 Name:           subversion
-Version:        1.6.15
-Release:        2
+Version:        1.6.16
+Release:        1.<RELEASE2>
 # in-tree SWIG version to use for the build:
 %define swig_version   1.3.36
 %define sqlite_version 3.6.13

++++++ subversion-1.6.15.tar.bz2 -> subversion-1.6.16.tar.bz2 ++++++
++++ 2085 lines of diff (skipped)

++++++ subversion.README.SuSE ++++++
--- /var/tmp/diff_new_pack.bsboas/_old  2011-03-09 18:27:58.000000000 +0100
+++ /var/tmp/diff_new_pack.bsboas/_new  2011-03-09 18:27:58.000000000 +0100
@@ -14,7 +14,7 @@
 version upgrade, a backup/restore of all the subversion repositories must be
 performed _BEFORE_ doing such a system upgrade.
 'svnadmin dump' will write the repository to stdout in a 'dumpfile' format.
-This dumpfile can be loader later with 'svnadmin load'.
+This dumpfile can be loaded later with 'svnadmin load'.
 
 
 2. create svn user/group for svnserve

++++++ subversion.perl.LD_RUN_PATH.patch ++++++
--- /var/tmp/diff_new_pack.bsboas/_old  2011-03-09 18:27:58.000000000 +0100
+++ /var/tmp/diff_new_pack.bsboas/_new  2011-03-09 18:27:58.000000000 +0100
@@ -6,14 +6,14 @@
  Makefile.in |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
---- Makefile.in.orig
-+++ Makefile.in
-@@ -680,7 +680,7 @@ $(SWIG_PL_DIR)/native/Makefile.PL: $(SWI
+--- Makefile.in.orig   2011-02-24 13:08:55.738946798 +0100
++++ Makefile.in        2011-02-24 13:16:28.567572756 +0100
+@@ -685,7 +685,7 @@
        ./config.status subversion/bindings/swig/perl/native/Makefile.PL
  
  $(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL
 -      cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL
 +      cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL ; for i in `grep -wl 
^LD_RUN_PATH Makefile Makefile.[^P]*` ; do sed -i 
's@^LD_RUN_PATH.*@LD_RUN_PATH=@' $$i ; done
  
- swig-pl_DEPS = autogen-swig-pl libsvn_swig_perl \
-   $(SWIG_PL_DIR)/native/Makefile
+ # There is a "readlink -f" command on some systems for the same purpose,
+ # but it's not as portable (e.g. Mac OS X doesn't have it).  These should

++++++ subversion.sysconfig.svnserve ++++++
--- /var/tmp/diff_new_pack.bsboas/_old  2011-03-09 18:27:58.000000000 +0100
+++ /var/tmp/diff_new_pack.bsboas/_new  2011-03-09 18:27:58.000000000 +0100
@@ -4,27 +4,28 @@
 ## Type:       string
 ## Default     "-d -R -r /srv/svn/repos"
 #
-# default options for the svnserve process
-# it is recommended to provide only readonly access to your data.
-# there is no authentication possible, everyone can read and write at will
-# read the subversion documentation about more info
+# Default options for the svnserve process.
+# The -R option enforces read-only access, i.e. write operations to the
+# repository (such as commits) will not be allowed.
+# Authentication should be configured before allowing write access.
+# See 
http://svnbook.red-bean.com/en/1.5/svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.auth
 #
 SVNSERVE_OPTIONS="-d -R -r /srv/svn/repos"
 
 ## Type:       string
 ## Default     "svn"
 #
-# svnserve should run as unprivileged user
-# the userid/groupid svn is not created during package install
-# run 'groupadd svn; useradd -d /srv/svn -s /bin/false -g svn svn' to create 
the userid/groupid
+# svnserve should run as unprivileged user.
+# The userid/groupid svn is not created during package install.
+# Run 'groupadd svn; useradd -d /srv/svn -s /bin/false -g svn svn' to create 
the userid/groupid.
 #
 SVNSERVE_USERID="svn"
 
 ## Type:       string
 ## Default     "svn"
 #
-# svnserve should run as unprivileged user
-# the userid/groupid svn is not created during package install
-# run 'groupadd svn; useradd -d /srv/svn -s /bin/false -g svn svn' to create 
the userid/groupid
+# svnserve should run as unprivileged user.
+# The userid/groupid svn is not created during package install.
+# Run 'groupadd svn; useradd -d /srv/svn -s /bin/false -g svn svn' to create 
the userid/groupid.
 #
 SVNSERVE_GROUPID="svn"


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



Remember to have fun...

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

Reply via email to