aboutsummaryrefslogtreecommitdiff
path: root/contrib/subversion/get-deps.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update Subversion to 1.14.0 LTS. See contrib/subversion/CHANGES for aDimitry Andric2020-06-011-29/+21
| | | | | | | | | | | | | | | | summary of changes, or for a more thorough overview: https://subversion.apache.org/docs/release-notes/1.14 NOTE: there is no need to dump and reload repositories, and the working copy format is still the same as Subversion 1.8 through 1.13. Relnotes: yes MFC after: 2 weeks X-MFC-With: r361677 Notes: svn path=/head/; revision=361693
* Update svn-1.9.7 to 1.10.0.Peter Wemm2018-05-081-13/+23
| | | | Notes: svn path=/head/; revision=333354
* Update from subversion 1.9.4 to 1.9.5.Peter Wemm2016-12-011-1/+1
| | | | | | | | | This includes a security fix for a component that we do not build, and two potentially useful client side fixes for reintegrate merges and tree conflict handling. See CHANGES for full details. Notes: svn path=/head/; revision=309356
* Update from svn-1.8.14 to 1.9.2.Peter Wemm2015-10-121-10/+11
| | | | | | | | | | | | | | | | | | | Formal release notes are available: https://subversion.apache.org/docs/release-notes/1.9.html Of particular note, the client checkout format has *not* changed so upgrades should *not* be required. When reading a repository (file:// or running as a local server), an improved fsfs version 7 is available with significant performance improvements. An optional upgrade is possible to use the new features. Without the upgrade, this is fully read/write compatible with the version 6 fsfs as in svn-1.8. Relnotes: yes Notes: svn path=/head/; revision=289180
* Update svnlite from 1.8.10 to 1.8.14. This is mostly for client-side bugPeter Wemm2015-08-091-1/+1
| | | | | | | | | fixes and quality of life improvements. While there are security issues in this time frame that affect usage as a server (eg: linked into apache), this isn't possible here. Notes: svn path=/head/; revision=286506
* Update serf-1.3.6 -> 1.3.7Peter Wemm2014-08-111-5/+5
| | | | | | | | | Update subversion-1.8.9 -> 1.8.10 Security: CVE-2014-3504, CVE-2014-3522, CVE-2014-3528 Notes: svn path=/head/; revision=269833
* Update subversion-1.8.0 -> 1.8.1. Update supportingPeter Wemm2013-07-281-1/+1
| | | | | | | | | | components: apr-1.4.6 -> 1.4.8 and apr-util-1.4.1 -> 1.5.2. This is a post point-zero bug-fix / fix-sharp-edges release, including some workarounds for UTF-8 for people who haven't yet turned on WITH_ICONV. Notes: svn path=/head/; revision=253734
* Introduce svnlite so that we can check out our source code again.Peter Wemm2013-06-181-0/+173
This is actually a fully functional build except: * All internal shared libraries are static linked to make sure there is no interference with ports (and to reduce build time). * It does not have the python/perl/etc plugin or API support. * By default, it installs as "svnlite" rather than "svn". * If WITH_SVN added in make.conf, you get "svn". * If WITHOUT_SVNLITE is in make.conf, this is completely disabled. To be absolutely clear, this is not intended for any use other than checking out freebsd source and committing, like we once did with cvs. It should be usable for small scale local repositories that don't need the python/perl plugin architecture. Notes: svn path=/head/; revision=251886