227 Commits

Author SHA256 Message Date
38b0139cb0 - update to 1.6.17 (bnc#698205):
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=48
2011-06-06 11:31:32 +00:00
Stefan Sperling
8df5cb567d - update to 1.6.17
includes security fixes [CVE-2011-1752, CVE-2011-1783, CVE-2011-1921] 
  User-visible changes:
    * improve checkout speed on Windows (issue #3719)
    * make 'blame -g' more efficient on with large mergeinfo (r1094692)
    * avoid some invalid handle exceptions on Windows (r1095654)
    * preserve log message with a non-zero editor exit (r1072084)
    * fix FSFS cache performance on 64-bit platforms (r1103665)
    * make svn cleanup tolerate obstructed directories (r1091881)
    * fix deadlock in multithreaded servers serving FSFS repositories (r1104093)
    * detect very occasional corruption and abort commit (issue #3845)
    * fixed: file externals cause non-inheritable mergeinfo (issue #3843)
    * fixed: file externals cause mixed-revision working copies (issue #3816)
    * fix crash in mod_dav_svn with GETs of baselined resources (r1104126)
            See CVE-2011-1752, and descriptive advisory at
            http://subversion.apache.org/security/CVE-2011-1752-advisory.txt
    * fixed: write-through proxy could direcly commit to slave (r917523)
    * detect a particular corruption condition in FSFS (r1100213)
    * improve error message when clients refer to unkown revisions (r939000)
    * bugfixes and optimizations to the DAV mirroring code (r878607)
    * fixed: locked and deleted file causes tree conflict (issue #3525)
    * fixed: update touches locked file with svn:keywords property (issue #3471)
    * fix svnsync handling of directory copyfrom (issue #3641)
    * fix 'log -g' excessive duplicate output (issue #3650)
    * fix svnsync copyfrom handling bug with BDB (r1036429)
    * server-side validation of svn:mergeinfo syntax during commit (issue #3895)
    * fix remotely triggerable mod_dav_svn DoS
            See CVE-2011-1783, and descriptive advisory at
            http://subversion.apache.org/security/CVE-2011-1783-advisory.txt

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=47
2011-06-01 21:59:29 +00:00
1caa7ecc86 - update to 1.6.16 (bnc#676949):
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=46
2011-05-10 14:23:57 +00:00
65bc75bd99 Accepting request 68082 from home:psmt:branches:devel:tools:scm:svn
OBS-URL: https://build.opensuse.org/request/show/68082
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=45
2011-04-22 15:34:06 +00:00
1e8e58edd4 - update to 1.6.16 (bnc#674949):
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=43
2011-03-04 12:47:49 +00:00
Stefan Sperling
02181c2983 - 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
2011-03-03 20:08:01 +00:00
Stefan Sperling
b47af2b067 - use proper capitalisation and punctuation in /etc/sysconfig/svnserve
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=41
2011-01-31 20:22:26 +00:00
Stefan Sperling
040f363b2a - fix misleading text in /etc/sysconfig/svnserve (+1 from mrueckert)
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=40
2011-01-31 20:19:18 +00:00
3b4f3a67c8 - fix typo in readme (bnc#661584)
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=39
2011-01-19 08:59:21 +00:00
640267d866 - fix build against 11.4
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=35
2010-12-27 14:48:51 +00:00
7fc575784d - fix synax error (bnc#657354)
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=34
2010-12-06 10:21:23 +00:00
Stefan Sperling
4811185906 - update to 1.6.15:
User-visible changes:
   * hide unreadable dirs in mod_dav_svn's GET response (r996884)
   * make 'svnmucc propsetf' actually work (r1005446)
   * limit memory fragmentation in svnserve (r1022675)
   * fix 'svn export' regression from 1.6.13 (r1032970)
   * fix 'svn export' mistakenly uri-encodes paths (issue #3745)
   * fix server-side memory leaks triggered by 'blame -g' (r1032808)
   * prevent crash in mod_dav_svn when using SVNParentPath (r1033166)
   * allow 'log -g' to continue in the face of invalid mergeinfo (r1028108)
   * filter unreadable paths for 'svn ls' and 'svn co' (r997026, -070, -474)
   * fix abort in 'svn blame -g' (issue #3666)
   * fix file handle leak in ruby bindings (issue #3512)
   * remove check for 1.7-style working copies (issue #3729)
  Developer-visible changes:
   * improve some swig parameter mapping (r984565, r1035745)
   * improve test accuracy over dav (r991534, r877814)
   * create fails.log for test runs (r964349)
   * improve detection of 'svnversion' when buildling (r877219, et al)
   * don't violate API layering in dumpstream logic (issue #3733)
   * don't report working copy installs as switched (r1033921)
- project website changed from subversion.tigris.org to subversion.apache.org

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=31
2010-11-24 18:36:35 +00:00
bd9a997507 - correct instructions on how to create the svn account (bnc#655094)
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=30
2010-11-24 10:29:11 +00:00
Pascal Bleser
1f9e5fffb3 1.6.13
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=28
2010-10-02 21:21:49 +00:00
3d38362547 Accepting request 49307 from home:dimstar:branches:devel:tools:scm:svn
OBS-URL: https://build.opensuse.org/request/show/49307
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=27
2010-09-29 08:17:03 +00:00
OBS User autobuild
2a0718e35a Accepting request 49176 from devel:tools:scm:svn
Copy from devel:tools:scm:svn/subversion based on submit request 49176 from user coolo

OBS-URL: https://build.opensuse.org/request/show/49176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=67
2010-09-27 13:53:08 +00:00
OBS User autobuild
6507aa795e Accepting request 34322 from devel:tools:scm:svn
Copy from devel:tools:scm:svn/subversion based on submit request 34322 from user coolo

OBS-URL: https://build.opensuse.org/request/show/34322
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=63
2010-03-08 17:25:22 +00:00
OBS User autobuild
9583e5fdac Accepting request 28037 from devel:tools:scm:svn
Copy from devel:tools:scm:svn/subversion based on submit request 28037 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/28037
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=62
2010-01-07 12:03:44 +00:00
OBS User autobuild
f65e15b160 Accepting request 22913 from devel:tools:scm:svn
Copy from devel:tools:scm:svn/subversion based on submit request 22913 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/22913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=61
2009-10-23 14:00:56 +00:00
OBS User unknown
8e3177313a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=59 2009-07-25 16:53:01 +00:00
OBS User unknown
ff8fcda60c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=58 2009-07-11 15:37:12 +00:00
OBS User unknown
ead150b1f2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=57 2009-07-09 09:12:54 +00:00
OBS User unknown
69ad438d1c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=55 2009-06-10 00:21:40 +00:00
OBS User unknown
fd5a89f4ec OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=54 2009-06-09 15:49:58 +00:00
OBS User unknown
f46a7c125b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=53 2009-04-18 12:05:48 +00:00
OBS User unknown
5e56db61d4 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=52 2009-02-19 22:52:07 +00:00
OBS User unknown
e3945584a3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=51 2009-01-12 17:21:58 +00:00
OBS User unknown
b15358fb03 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=50 2008-12-19 14:15:53 +00:00
OBS User unknown
66157de02d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=49 2008-12-16 16:46:57 +00:00
OBS User unknown
1cff8f3985 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=48 2008-11-18 12:41:29 +00:00
OBS User unknown
75c7a6d086 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=47 2008-10-22 16:50:48 +00:00
OBS User unknown
a55cc2a252 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=46 2008-09-24 15:35:33 +00:00
OBS User unknown
14d6fe5346 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=45 2008-09-06 01:45:22 +00:00
OBS User unknown
d5b2667619 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=44 2008-08-02 03:50:58 +00:00
OBS User unknown
bf63b978bc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=43 2008-07-15 22:26:38 +00:00
OBS User unknown
82490739f7 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=42 2008-06-26 14:26:23 +00:00
OBS User unknown
5874b798a9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=41 2008-06-05 15:58:21 +00:00
OBS User unknown
fd9b328b88 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=40 2008-05-31 10:35:25 +00:00
OBS User unknown
a64a0fd4fc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=39 2008-05-27 19:22:33 +00:00
OBS User unknown
c7f498b133 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=38 2008-05-26 16:53:20 +00:00
OBS User unknown
4b7440ce6e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=37 2008-05-21 23:48:58 +00:00
OBS User unknown
86f965e855 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=36 2008-05-16 12:57:46 +00:00
OBS User unknown
1a100774ec OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=35 2008-05-04 23:09:10 +00:00
OBS User unknown
a0e324c5ab OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=34 2008-04-26 09:40:18 +00:00
OBS User unknown
da5961d7b9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=33 2008-04-22 23:52:08 +00:00
OBS User unknown
34e4648c6c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=32 2008-03-21 03:38:20 +00:00
OBS User unknown
c9d058439f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=31 2008-03-14 16:57:49 +00:00
OBS User unknown
f40c3c4e23 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=30 2008-03-07 22:22:55 +00:00
OBS User unknown
4fb29c787c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=29 2008-02-28 17:24:16 +00:00
OBS User unknown
08e1371a24 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=28 2008-02-25 16:42:39 +00:00