From 84cd564c38414eed69337824dc88273f160e5386e58247abe1fdce7a64be8a62 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 20 Jun 2007 17:33:17 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=8 --- subversion-1.4.x.tar.bz2 | 4 ++-- subversion.changes | 45 ++++++++++++++++++++++++++++++++++++++ subversion.rcsvnserve | 6 ++--- subversion.spec | 45 ++++++++++++++++++++++++++++++++++---- subversion.xinetd.svnserve | 14 ++++++++++++ 5 files changed, 105 insertions(+), 9 deletions(-) create mode 100644 subversion.xinetd.svnserve diff --git a/subversion-1.4.x.tar.bz2 b/subversion-1.4.x.tar.bz2 index 18bdb04..7f5e8d8 100644 --- a/subversion-1.4.x.tar.bz2 +++ b/subversion-1.4.x.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:478f717830d7c00f37ad2bdac0d7afce9ea81ac4158582388e306b856f76351c -size 4008873 +oid sha256:8b05aefb24f230be29e2b573a47e13a48ff9d59a83d226a696693fc60205786c +size 4017373 diff --git a/subversion.changes b/subversion.changes index 498621b..7c1a34e 100644 --- a/subversion.changes +++ b/subversion.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Wed Jun 20 14:13:34 CEST 2007 - olh@suse.de + +- remove X-UnitedLinux-Should-Stop from runlevel script + change Required-Start to Should-Start + +------------------------------------------------------------------- +Wed Jun 20 13:40:22 CEST 2007 - olh@suse.de + +- Version 1.4.4 + User-visible changes: + - Client: + * fixed: 'svn up' of replaced file without history fails (issue #2618) + * fixed: 'svn export' succeeds on non-existent URL (r23191, -3, -5, -200) + * fixed: 'svn merge' shows 'G' notifications for unchanged files (r24483) + * fixed: svnsync cannot sync unreadable modified dir copies (issue #2705) + * fixed: ra_dav litters empty transactions if initial setup fails (r23594) + * fixed: inconsistent expansion of revision number keywords (issue #1743) + * fixed: security flaw in 'svn prop*' commands [CVE-2007-2448] + (r25095, -099, -104, -105, -10) + + - Server: + * fixed: rare dirprop dataloss leading to BDB repo corruption (issue #2751) + * fixed: race condition when changing FSFS revprops (r23439, r23440) + * fixed: 'svnadmin load' invents svn:date if none exists (issue #2729) + * fixed: svnserve can't commit locked file if root unwritable (issue #2700) + * fixed: 'svnadmin dump' output invalid for non-ASCII paths (issue #2641) + + - Client and Server: + * fixed: hang during character translation (r23491, r23492) + * translation updates for Simplified Chinese, Japanese, and Norwegian + + Developer-visible changes: + * fixed: ra_serf fails checkout if access to repos root is forbidden (r23846) + * fixed: svn_client_cat2() doesn't accept WORKING as a revision (r23556) + * javahl bindings: + - fixed: potential segfault in initialisation (r23383) + - fixed: SVNClientSynchronized.logMessages() isn't synchronised (r23978) + - fixed: SVNClient.info2() misreports itself as unlock in errors (r24219) + * SWIG/perl bindings: + - fixed: ra_do_{update,switch,status} don't work with Perl delta editors + (r20667, r22311) + * SWIG/python bindings: + - fixed: memory leak whenever C APIs returned errors (r21453, r23468) + ------------------------------------------------------------------- Tue May 22 22:38:47 CEST 2007 - olh@suse.de diff --git a/subversion.rcsvnserve b/subversion.rcsvnserve index 4756476..76e17f4 100644 --- a/subversion.rcsvnserve +++ b/subversion.rcsvnserve @@ -16,10 +16,10 @@ ### BEGIN INIT INFO # Provides: svnserve -# Required-Start: $syslog $remote_fs -# X-UnitedLinux-Should-Start: $time ypbind sendmail +# Required-Start: +# Should-Start: $time ypbind sendmail $syslog $remote_fs # Required-Stop: $syslog $remote_fs -# X-UnitedLinux-Should-Stop: $time ypbind sendmail +# Should-Stop: $time ypbind sendmail # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Short-Description: svnserve diff --git a/subversion.spec b/subversion.spec index 33a03f2..d391623 100644 --- a/subversion.spec +++ b/subversion.spec @@ -1,5 +1,5 @@ # -# spec file for package subversion (Version 1.4.3) +# spec file for package subversion (Version 1.4.4) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,8 +12,8 @@ Name: subversion BuildRequires: apache2-devel db-devel gcc-c++ java2-devel-packages neon-devel openldap2-devel python-devel swig -Version: 1.4.3 -Release: 26 +Version: 1.4.4 +Release: 1 # %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services # @@ -27,7 +27,7 @@ PreReq: %insserv_prereq %fillup_prereq # Summary: A Concurrent Versioning system similar to but better than CVS BuildRoot: %{_tmppath}/%{name}-%{version}-build -License: The Apache Software License +License: Subversion license Group: Development/Tools/Version Control URL: http://subversion.tigris.org Source0: subversion-1.4.x.tar.bz2 @@ -36,6 +36,7 @@ Source2: subversion.README.SuSE Source9: subversion.rcsvnserve Source10: subversion.sysconfig.svnserve Source12: subversion.sysconfig.svnserve.remoteaccess +Source13: subversion.xinetd.svnserve Source42: subversion.svngrep.sh Source43: subversion.svndiff.sh # @@ -393,6 +394,42 @@ rm -rf $RPM_BUILD_ROOT %{apache_libexecdir}/mod_authz_svn.* %changelog +* Wed Jun 20 2007 - olh@suse.de +- remove X-UnitedLinux-Should-Stop from runlevel script + change Required-Start to Should-Start +* Wed Jun 20 2007 - olh@suse.de +- Version 1.4.4 + User-visible changes: + - Client: + * fixed: 'svn up' of replaced file without history fails (issue #2618) + * fixed: 'svn export' succeeds on non-existent URL (r23191, -3, -5, -200) + * fixed: 'svn merge' shows 'G' notifications for unchanged files (r24483) + * fixed: svnsync cannot sync unreadable modified dir copies (issue #2705) + * fixed: ra_dav litters empty transactions if initial setup fails (r23594) + * fixed: inconsistent expansion of revision number keywords (issue #1743) + * fixed: security flaw in 'svn prop*' commands [CVE-2007-2448] + (r25095, -099, -104, -105, -10) + - Server: + * fixed: rare dirprop dataloss leading to BDB repo corruption (issue #2751) + * fixed: race condition when changing FSFS revprops (r23439, r23440) + * fixed: 'svnadmin load' invents svn:date if none exists (issue #2729) + * fixed: svnserve can't commit locked file if root unwritable (issue #2700) + * fixed: 'svnadmin dump' output invalid for non-ASCII paths (issue #2641) + - Client and Server: + * fixed: hang during character translation (r23491, r23492) + * translation updates for Simplified Chinese, Japanese, and Norwegian + Developer-visible changes: + * fixed: ra_serf fails checkout if access to repos root is forbidden (r23846) + * fixed: svn_client_cat2() doesn't accept WORKING as a revision (r23556) + * javahl bindings: + - fixed: potential segfault in initialisation (r23383) + - fixed: SVNClientSynchronized.logMessages() isn't synchronised (r23978) + - fixed: SVNClient.info2() misreports itself as unlock in errors (r24219) + * SWIG/perl bindings: + - fixed: ra_do_{update,switch,status} don't work with Perl delta editors + (r20667, r22311) + * SWIG/python bindings: + - fixed: memory leak whenever C APIs returned errors (r21453, r23468) * Tue May 22 2007 - olh@suse.de - silence some lint warnings run ldconfig in subversion-perl/python post install diff --git a/subversion.xinetd.svnserve b/subversion.xinetd.svnserve new file mode 100644 index 0000000..a34f247 --- /dev/null +++ b/subversion.xinetd.svnserve @@ -0,0 +1,14 @@ +# default: off +# description: readonly access to a subversion repository + +service svn +{ + disable = yes + socket_type = stream + protocol = tcp + wait = no + user = svn + group = svn + server = /usr/bin/svnserve + server_args = --read-only --root=/srv/svn/repos --inetd +}