summaryrefslogtreecommitdiffstats
path: root/contrib/subversion/configure
Commit message (Collapse)AuthorAgeFilesLines
* Update from subversion 1.9.2 to 1.9.4.dim2016-04-301-15/+15
| | | | | | | | | | | | | | | This contains only bug fixes, no new features. The repository format is also unchanged from 1.9.2. Full list of changes between 1.9.4 and earlier versions: https://svn.apache.org/repos/asf/subversion/tags/1.9.4/CHANGES Note that the two security issues fixed in 1.9.4 (CVE-2016-2167 and CVE-2016-2168) do not affect the version of Subversion in the FreeBSD base system, since neither SASL nor Apache modules are enabled. Relnotes: yes MFC after: 2 weeks
* Update from svn-1.8.14 to 1.9.2.peter2015-10-121-391/+1211
| | | | | | | | | | | | | | | | 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
* Update svnlite from 1.8.10 to 1.8.14. This is mostly for client-side bugpeter2015-08-091-1234/+1287
| | | | | | 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.
* Update serf-1.3.6 -> 1.3.7peter2014-08-111-20/+71
| | | | | | Update subversion-1.8.9 -> 1.8.10 Security: CVE-2014-3504, CVE-2014-3522, CVE-2014-3528
* Merge svn-1.8.8 -> 1.8.9peter2014-05-271-281/+357
|
* Import svn-1.8.8.peter2014-02-201-11/+19
| | | | | | | Highlights: * Security fix for apache server plugin that we don't build or use * sqlite performance improvements. * bug fixes for edge cases and some other less common operations.
* Import svn-1.8.5. This contains a user-visible fix for svn:externalspeter2013-11-251-85/+11
| | | | | handling (there are no svn:externals in freebsd repo), and two security fixes for modules that we don't build for the apache http server stack.
* Update svn from 1.8.1 to 1.8.4 - minor security fixes and client sidepeter2013-11-111-11/+11
| | | | merge handling bug fixes (reintegrate, mergeinfo etc)
* Update subversion-1.8.0 -> 1.8.1. Update supportingpeter2013-07-281-33/+475
| | | | | | | 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.
* Introduce svnlite so that we can check out our source code again.peter2013-06-181-0/+27324
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.
OpenPOWER on IntegriCloud