summaryrefslogtreecommitdiff
path: root/www/neon/Makefile
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2003-09-10 04:34:08 +0000
committerepg <epg@pkgsrc.org>2003-09-10 04:34:08 +0000
commit7bb1272cafed1b69c81dd0dd61ed71c246efacf0 (patch)
tree6d23e1ef899f42684eaf0aa7f13ed4b0180f541c /www/neon/Makefile
parent059f36a8ffa2614657ddb97bcd48002f9bcc0456 (diff)
downloadpkgsrc-7bb1272cafed1b69c81dd0dd61ed71c246efacf0.tar.gz
Update to 0.24.1.
Changes in release 0.24.1: * Add support for "GSS-Negotiate" Kerberos authentication scheme (from Risko Gergely and Burjan Gabor). * Disable Nagle to improve performance of small requests (thanks to Jim Whitehead and Teng Xu). * Fix compatibility with OpenSSL 0.9.6 (broken in 0.24.0). * Fix prototype mismatch in ne_207.c. * Define ssize_t from ne_request.h for Win32. * Prevent segfault on zlib initialization failures. * ne_sock_init does not fail if PRNG could not be seeded. * Fix segfault in cookies code (Markus Mueller). * Documentation updates. Changes in release 0.24.0: * Major changes to XML interface: - have the start-element callback either accept, decline, abort, or return a state integer. - remove 'struct ne_xml_elm'; callbacks are passed {nspace, name} strings along with a state integer. - dropped "collect", "strip-leading-whitespace" modes - push responsibility for accumulating cdata onto caller; drop 'cdata' argument from end-element callback. - don't abort if no handler accepts a particular element, just ignore that branch of the tree. - dropped support for libxml 1.x and expat < 1.95.0. - guarantee that start_element callback is not passed attrs=NULL - add ne_xml_doc_encoding() to retrieve encoding of parsed XML document. * Major changes to SSL interface: - rewrite of interfaces for handling server and client certificates; ne_ssl.h: many new functions available. - only PKCS#12-encoded client certs are supported. - changes to most names of SSL-related functions operating on an ne_session, e.g. ne_ssl_load_cert->ne_ssl_trust_cert. - client cert provider callback is passed the set of acceptable CA names sent by the server - the entire chain of certs presented by server is now accessible * Remove unused ne_register_progress() from socket layer. * Changes to resolver interface: ne_addr_first and _next return const; ne_addr_print renamed to ne_iaddr_print; ne_iaddr_make and ne_iaddr_free have been added. * ne_request_create() now duplicates the method string passed in. * ne_redirect_location() will now return NULL in some cases. * Split socket creation to ne_sock_create() from ne_sock_connect: - should report connect() error messages properly on Win32. * Fix several memory leaks in error handling paths. * Add a pkg-config file, neon.pc.in.
Diffstat (limited to 'www/neon/Makefile')
-rw-r--r--www/neon/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile
index 3975a21a316..95cd1bcff9a 100644
--- a/www/neon/Makefile
+++ b/www/neon/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2003/05/25 09:35:28 epg Exp $
+# $NetBSD: Makefile,v 1.14 2003/09/10 04:34:08 epg Exp $
-DISTNAME= neon-0.23.9
-PKGREVISION= 1
+DISTNAME= neon-0.24.1
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/neon/