From d3080bb53f0e0ac6a0440180de063a1e43715df3 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 11 Mar 2007 21:01:31 +0000 Subject: Changes 0.26.3: * Fix buffer under-read in URI parser (Laszlo Boszormenyi, CVE-2007-0157) * Fix regression in handling of "attempt" argument passed to auth callbacks; ensure the value only increments for each invocation of the callback * Fix handling of "nextnonce" parameter in Digest authentication Changes 0.26.2: * Fix error reported for LOCK responses lacking a Lock-Token header. * Use Libs.private in neon.pc for newer versions of pkg-config. * Build fix for platforms without libintl.h. * Build fixes for MinGW. * Build fix for h_errno detection on HP-UX 10. * Win32: enable debugging; build fixes with some SDKs. Changes 0.26.1: * Build fixes for Win32 (D.J. Heap) and OS X. * Add Simplified Chinese translation Changes in release 0.26.0: * Added internationalization support: * Added support for GnuTLS * Changes and additions to URI support: * Changed results callbacks for ne_lock_discover, PROPFIND interfaces: * Added functions which give control over authentication protocol use: * Added ne_unhook_* functions to remove hooks * Added ne_set_session_flags()/ne_get_session_flags() functions: * Added ne_set_request_flags()/ne_get_request_flags() functions: * Change ne_md5.h interface to make struct ne_md5_ctx opaque: * Fixed ne_get_range(), added ne_get_range64() * Removed NE_FREE() macro from ne_alloc.h * Added ne_strcasecmp(), ne_strncasecmp(), ne_tolower() functions * Changed ne_sock_init()/ne_sock_exit() such that ne_sock_exit() * Added "--enable-threadsafe-ssl=posix" configure flag, to enable * The manual is now licensed under the GPL rather than the GFDL --- www/neon/PLIST | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'www/neon/PLIST') diff --git a/www/neon/PLIST b/www/neon/PLIST index e93013a06ba..2df9fedbdf3 100644 --- a/www/neon/PLIST +++ b/www/neon/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2006/01/02 21:01:59 epg Exp $ +@comment $NetBSD: PLIST,v 1.16 2007/03/11 21:01:31 adam Exp $ bin/neon-config include/neon/ne_207.h include/neon/ne_acl.h @@ -51,6 +51,8 @@ man/man3/ne_get_response_header.3 man/man3/ne_get_scheme.3 man/man3/ne_get_server_hostport.3 man/man3/ne_get_status.3 +man/man3/ne_has_support.3 +man/man3/ne_i18n_init.3 man/man3/ne_iaddr_cmp.3 man/man3/ne_iaddr_free.3 man/man3/ne_iaddr_make.3 @@ -74,10 +76,12 @@ man/man3/ne_set_proxy_auth.3 man/man3/ne_set_read_timeout.3 man/man3/ne_set_request_body_buffer.3 man/man3/ne_set_request_body_fd.3 +man/man3/ne_set_request_body_fd64.3 man/man3/ne_set_request_expect100.3 man/man3/ne_set_server_auth.3 man/man3/ne_set_useragent.3 man/man3/ne_shave.3 +man/man3/ne_sock_exit.3 man/man3/ne_sock_init.3 man/man3/ne_ssl_cert_cmp.3 man/man3/ne_ssl_cert_export.3 @@ -109,23 +113,10 @@ man/man3/ne_version_string.3 man/man3/ne_xml_create.3 man/man3/ne_xml_destroy.3 man/man3/neon.3 -share/doc/${PKGNAME}/html/apas01.html -share/doc/${PKGNAME}/html/apas02.html -share/doc/${PKGNAME}/html/apas03.html -share/doc/${PKGNAME}/html/apas04.html -share/doc/${PKGNAME}/html/apas05.html -share/doc/${PKGNAME}/html/apas06.html -share/doc/${PKGNAME}/html/apas07.html -share/doc/${PKGNAME}/html/apas08.html -share/doc/${PKGNAME}/html/apas09.html -share/doc/${PKGNAME}/html/apas10.html -share/doc/${PKGNAME}/html/apas11.html -share/doc/${PKGNAME}/html/apas12.html share/doc/${PKGNAME}/html/api.html share/doc/${PKGNAME}/html/biblio.html share/doc/${PKGNAME}/html/compliance.html share/doc/${PKGNAME}/html/features.html -share/doc/${PKGNAME}/html/gfdl.html share/doc/${PKGNAME}/html/index.html share/doc/${PKGNAME}/html/intro.html share/doc/${PKGNAME}/html/ref.html @@ -140,7 +131,9 @@ share/doc/${PKGNAME}/html/refcert.html share/doc/${PKGNAME}/html/refclicert.html share/doc/${PKGNAME}/html/refconfig.html share/doc/${PKGNAME}/html/referr.html +share/doc/${PKGNAME}/html/reffeat.html share/doc/${PKGNAME}/html/refgetst.html +share/doc/${PKGNAME}/html/refi18n.html share/doc/${PKGNAME}/html/refiaddr.html share/doc/${PKGNAME}/html/refneon.html share/doc/${PKGNAME}/html/refopts.html @@ -164,6 +157,14 @@ share/doc/${PKGNAME}/html/refvers.html share/doc/${PKGNAME}/html/refxml.html share/doc/${PKGNAME}/html/using.html share/doc/${PKGNAME}/html/xml.html +share/locale/cs/LC_MESSAGES/neon.mo +share/locale/de/LC_MESSAGES/neon.mo +share/locale/fr/LC_MESSAGES/neon.mo +share/locale/ja/LC_MESSAGES/neon.mo +share/locale/nn/LC_MESSAGES/neon.mo +share/locale/ru/LC_MESSAGES/neon.mo +share/locale/tr/LC_MESSAGES/neon.mo +share/locale/zh/LC_MESSAGES/neon.mo @dirrm share/doc/${PKGNAME}/html @dirrm share/doc/${PKGNAME} @dirrm include/neon -- cgit v1.2.3