- update to 1.6.16 (SECURITY UPDATE)
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) OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=42
This commit is contained in:
parent
b47af2b067
commit
02181c2983
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b2919d603a5f3c19f42e3265c4b930e2376c43b3969b90ef9c42b2f72d5aaa45
|
|
||||||
size 5515056
|
|
3
subversion-1.6.16.tar.bz2
Normal file
3
subversion-1.6.16.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dce4897d62d0dc29ab03834ed1d66ede95c07702e32a0042f96c24c6f1213386
|
||||||
|
size 5509729
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 11:24:33 UTC 2011 - stsp@elego.de
|
||||||
|
|
||||||
|
- update to 1.6.16 (SECURITY UPDATE)
|
||||||
|
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 - stsp@elego.de
|
Mon Jan 31 21:21:33 CET 2011 - stsp@elego.de
|
||||||
|
|
||||||
|
@ -6,14 +6,14 @@ ERROR: RPATH "/usr/src/packages/BUILD/subversion-1.5.x/subversion/libsvn_subr/.l
|
|||||||
Makefile.in | 2 +-
|
Makefile.in | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
--- Makefile.in.orig
|
--- Makefile.in.orig 2011-02-24 13:08:55.738946798 +0100
|
||||||
+++ Makefile.in
|
+++ Makefile.in 2011-02-24 13:16:28.567572756 +0100
|
||||||
@@ -680,7 +680,7 @@ $(SWIG_PL_DIR)/native/Makefile.PL: $(SWI
|
@@ -685,7 +685,7 @@
|
||||||
./config.status subversion/bindings/swig/perl/native/Makefile.PL
|
./config.status subversion/bindings/swig/perl/native/Makefile.PL
|
||||||
|
|
||||||
$(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/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
|
||||||
+ 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
|
+ 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 \
|
# There is a "readlink -f" command on some systems for the same purpose,
|
||||||
$(SWIG_PL_DIR)/native/Makefile
|
# but it's not as portable (e.g. Mac OS X doesn't have it). These should
|
||||||
|
@ -41,8 +41,8 @@
|
|||||||
%endif # suse_version > 1030
|
%endif # suse_version > 1030
|
||||||
|
|
||||||
Name: subversion
|
Name: subversion
|
||||||
Version: 1.6.15
|
Version: 1.6.16
|
||||||
Release: 2
|
Release: 1
|
||||||
# in-tree SWIG version to use for the build:
|
# in-tree SWIG version to use for the build:
|
||||||
%define swig_version 1.3.36
|
%define swig_version 1.3.36
|
||||||
%define sqlite_version 3.6.13
|
%define sqlite_version 3.6.13
|
||||||
|
Loading…
x
Reference in New Issue
Block a user