aboutsummaryrefslogtreecommitdiff
path: root/contrib/serf/serf.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove svnlite.John Baldwin2021-06-111-1122/+0
| | | | | Reviewed by: bcr, imp, emaste Differential Revision: https://reviews.freebsd.org/D30737
* Update Apache Serf to 1.3.9 to support OpenSSL 1.1.1.John Baldwin2018-10-091-14/+19
| | | | | | | Approved by: re (rgrimes) Notes: svn path=/head/; revision=339256
* Update serf from 1.3.7 to 1.3.8. Mostly disables sslv2 and sslv3.Peter Wemm2015-08-091-1/+1
| | | | Notes: svn path=/head/; revision=286505
* Update serf-1.3.6 -> 1.3.7Peter Wemm2014-08-111-1/+1
| | | | | | | | | Update subversion-1.8.9 -> 1.8.10 Security: CVE-2014-3504, CVE-2014-3522, CVE-2014-3528 Notes: svn path=/head/; revision=269833
* Merge serf-1.3.6Peter Wemm2014-07-211-1/+1
| | | | | | | | + Revert r2319 from serf 1.3.5: this change was making serf call handle_response + multiple times in case of an error response, leading to unexpected behavior. Notes: svn path=/head/; revision=268960
* Update serf 1.3.4 -> 1.3.5Peter Wemm2014-05-271-1/+1
| | | | Notes: svn path=/head/; revision=266728
* Update serf-1.3.0 -> 1.3.4 - fixes multiple issues (see the CHANGES file)Peter Wemm2014-02-221-1/+1
| | | | | | | including an SSL issue that turned up in the cluster with svn-1.8.8. Notes: svn path=/head/; revision=262324
* Update serf 1.2.1 -> 1.3.0 for svnPeter Wemm2013-08-021-22/+22
| | | | Notes: svn path=/head/; revision=253895
* Introduce svnlite so that we can check out our source code again.Peter Wemm2013-06-181-0/+1117
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