Accepting request 63437 from devel:tools:scm:svn
Accepted submit request 63437 from user dirkmueller OBS-URL: https://build.opensuse.org/request/show/63437 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=75
This commit is contained in:
commit
6b40437c91
@ -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
|
@ -14,7 +14,7 @@ Since the BDB system libraries often introduce a new incompatible format during
|
||||
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
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 24 11:24:33 UTC 2011 - stsp@elego.de
|
||||
|
||||
- update to 1.6.16 (bnc#674949):
|
||||
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
|
||||
|
||||
- use proper capitalisation and punctuation in /etc/sysconfig/svnserve
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 21:18:19 CET 2011 - stsp@elego.de
|
||||
|
||||
- fix misleading text in /etc/sysconfig/svnserve (+1 from mrueckert)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 09:59:05 CET 2011 - dmueller@suse.de
|
||||
|
||||
- fix typo in readme (bnc#661584)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 27 15:48:41 CET 2010 - dmueller@suse.de
|
||||
|
||||
|
@ -6,14 +6,14 @@ ERROR: RPATH "/usr/src/packages/BUILD/subversion-1.5.x/subversion/libsvn_subr/.l
|
||||
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
|
||||
|
@ -41,8 +41,8 @@
|
||||
%endif # suse_version > 1030
|
||||
|
||||
Name: subversion
|
||||
Version: 1.6.15
|
||||
Release: 2
|
||||
Version: 1.6.16
|
||||
Release: 1
|
||||
# in-tree SWIG version to use for the build:
|
||||
%define swig_version 1.3.36
|
||||
%define sqlite_version 3.6.13
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user