./www/ap2-subversion, WebDAV server (Apache module) for Subversion

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q1, Version: 1.6.17, Package name: ap22-subversion-1.6.17, Maintainer: pkgsrc-users

The goal of the Subversion project is to build a version control system that
is a compelling replacement for CVS in the open source community. The software
is released under an Apache/BSD-style open source license.

This package contains the mod_dav_svn Apache2 module, which implements
a sub-set of WebDAV DeltaV; it is the server back-end for Subversion's
'ra_dav' repository access mechanism. The server for the 'ra_svn'
access mechanism is included in the subversion package.

One of the long-term goals of mod_dav_svn is to provide a complete
implementation of WebDAV and DeltaV, so that other WebDAV clients
(such as Microsoft Office) can use a Subversion repository.


Required to run:
[www/neon] [www/apache22] [devel/subversion-base]

Required to build:
[pkgtools/x11-links] [lang/perl5] [devel/libtool-base]

Package options: apr1

Master sites:

SHA1: 2ddf55622f0a742d8474feaa69596b2f7c4f1084
RMD160: 521fa8e4d1ff916695bf8771336b2d7f11dbf458
Filesize: 7355.362 KB

Version history: (Expand)


CVS history: (Expand)


   2011-06-12 14:34:27 by Matthias Scheler | Files touched by this commit (8) | Package updated
Log message:
Pullup ticket #3455 - requested by taca
devel/java-subversion: security update
devel/p5-subversion: security update
devel/py-subversion: security update
devel/subversion: security update
devel/subversion-base: security update
www/ap2-subversion: security update

Revisions pulled up:
- devel/java-subversion/Makefile                                1.11 via patch
- devel/p5-subversion/Makefile                                  1.51 via patch
- devel/py-subversion/Makefile                                  1.40 via patch
- devel/ruby-subversion/Makefile                                1.31 via patch
- devel/subversion-base/Makefile                                1.72 via patch
- devel/subversion/Makefile                                     1.44 via patch
- devel/subversion/Makefile.version                             1.58
- devel/subversion/distinfo                                     1.79
- www/ap2-subversion/Makefile                                   1.44 via patch

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri Jun  3 13:26:50 UTC 2011

   Modified Files:
   	pkgsrc/devel/java-subversion: Makefile
   	pkgsrc/devel/p5-subversion: Makefile
   	pkgsrc/devel/py-subversion: Makefile
   	pkgsrc/devel/ruby-subversion: Makefile
   	pkgsrc/devel/subversion: Makefile Makefile.version distinfo
   	pkgsrc/devel/subversion-base: Makefile
   	pkgsrc/www/ap2-subversion: Makefile

   Log message:
   Update subversion pacakges to 1.6.17.

   Version 1.6.17
   (01 Jun 2011, from /branches/1.6.x)
   http://svn.apache.org/repos/asf/subversion/tags/1.6.17

     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
       * fix potential leak of authz-protected file contents
               See CVE-2011-1921, and descriptive advisory at
               http://subversion.apache.org/security/CVE-2011-1921-advisory.txt

     Developer-visible changes:
       * fix reporting FS-level post-commit processing errors (r1104098)
       * fix JVM recognition on OS X Snow Leopard (10.6) (r1028084)
       * allow building on Windows with recent Expat (r1074572)