mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
311e3b182f
- adjust ports depending on neon, bump PORTREVISION Changelog: Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly). Fix possible crash after DNS lookup errors on Windows (Olivier Goffart). Don't fail if the SSL cert changes between connections with OpenSSL, behaviour now matches that with GnuTLS. Fix PKCS#11 support under OpenSSL with TLS 1.2. Fix static linking with pkg-config file (Alan H) PR: 195786 Differential Revision: https://reviews.freebsd.org/D1319 Submitted by: ohauer Reviewed by: portmgr (bapt, mat) Approved by: portmgr, lev (implicit)
20 lines
821 B
Plaintext
20 lines
821 B
Plaintext
Neon is an HTTP and WebDAV client library for Unix systems, with a C
|
|
interface. Featuring:
|
|
|
|
. High-level interface to HTTP and WebDAV methods
|
|
(PUT, GET, HEAD etc)
|
|
. Low-level interface to HTTP request handling, to allow
|
|
implementing new methods easily.
|
|
. HTTP/1.1 and HTTP/1.0 persistent connections
|
|
. RFC2617 basic and digest authentication
|
|
(including auth-int, md5-sess)
|
|
. Proxy support (including basic/digest authentication)
|
|
. Generic WebDAV 207 XML response handling mechanism
|
|
. XML parsing using the expat or libxml parsers
|
|
. Easy generation of error messages from 207 error responses
|
|
. WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL
|
|
. WebDAV metadata support: set and remove properties, query
|
|
any set of properties (PROPPATCH/PROPFIND).
|
|
|
|
WWW: http://www.webdav.org/neon/
|