diff options
author | uebayasi <uebayasi> | 2002-04-01 01:28:04 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2002-04-01 01:28:04 +0000 |
commit | 122352819fc42306245d1fdd4cbe806eded2f9ea (patch) | |
tree | c39bd1d2987338a2dd9f1275d12e7e594e37a759 /www | |
parent | 33285ad4e5457094b0fb6be138edb4277494df35 (diff) | |
download | pkgsrc-122352819fc42306245d1fdd4cbe806eded2f9ea.tar.gz |
Update to 19.3. Supplied by Alex Newman <dolemite@wuli.nu> in pkg/16078,
and reviewed by the maintainer, Eric Gillespie <epg@pretzelnet.org>.
Major version changed so that BUILDLINK_DEPENDS.neon bumped.
Part of changes from NEWS:
Changes in release 0.19.1-0.19.3:
* For platforms lacking snprintf or vsnprintf in libc, require trio.
* Add NE_FMT_OFF_T to fix Win32 build (Dan Berlin, Branko Èibej).
* Fix non-SSL build broken in 0.19.1.
* Working SOCKSv5 support (thanks to Torsten Kalix <torsten.kalix@bredex.de>)
* Add missing stubs for ne_ssl_* functions for non-SSL build.
* Fix some error messages in new SSL code.
Changes in release 0.19.0:
* Major API change: ne_session_create now takes (scheme, hostname, port)
arguments: a session is clarified to be "a group of requests to a
certain server".
- removal of ne_session_server, ne_set_secure, and ne_set_proxy_decider
- ne_session_proxy returns void.
- DNS lookups are delayed until request dispatch time.
* Significant improvements to TLS/SSL support:
- SSL is enabled if scheme passed to ne_session_create is "https"
- new interfaces to load CA certs and to load SSL library's bundled CA certs
- add server cert verification callback. An SSL connection to a server
with an unknown CA will now fail unless a verification callback is used.
- enable SSL session caching (performance improvement)
- support for wildcard server certs where commonName is "*.example.com".
- thanks to Tommi Komulainen for the contribution of code from mutt's
IMAP/SSL implementation under the LGPL, from which bits of this were derived.
Changes in release 0.18.4-0.18.5:
* Removed old neon.dsp, neon.dsw.
* Update Win32 build to add OpenSSL and zlib support (Branko Èibej).
* Fixes for Content-Type parsing using ne_content_type_handler (Greg Stein)
- also now parses the charset parameter from header value.
* Removed ne_concat() function, which didn't work and wasn't used.
Diffstat (limited to 'www')
-rw-r--r-- | www/neon/Makefile | 4 | ||||
-rw-r--r-- | www/neon/PLIST | 42 | ||||
-rw-r--r-- | www/neon/buildlink.mk | 4 | ||||
-rw-r--r-- | www/neon/distinfo | 6 |
4 files changed, 28 insertions, 28 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile index a49a9dcb5a6..8507b6cee7a 100644 --- a/www/neon/Makefile +++ b/www/neon/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/01/13 19:29:02 agc Exp $ +# $NetBSD: Makefile,v 1.2 2002/04/01 01:28:04 uebayasi Exp $ -DISTNAME= neon-0.18.3 +DISTNAME= neon-0.19.3 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ diff --git a/www/neon/PLIST b/www/neon/PLIST index 94d197c3a96..e352e5840e0 100644 --- a/www/neon/PLIST +++ b/www/neon/PLIST @@ -1,29 +1,29 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/13 19:29:02 agc Exp $ -include/neon/ne_request.h -include/neon/ne_session.h -include/neon/ne_utils.h -include/neon/ne_uri.h -include/neon/ne_socket.h -include/neon/ne_basic.h +@comment $NetBSD: PLIST,v 1.2 2002/04/01 01:28:04 uebayasi Exp $ +bin/neon-config include/neon/ne_207.h -include/neon/ne_props.h -include/neon/ne_xml.h -include/neon/ne_dates.h -include/neon/ne_string.h +include/neon/ne_acl.h +include/neon/ne_alloc.h +include/neon/ne_auth.h +include/neon/ne_basic.h +include/neon/ne_compress.h include/neon/ne_cookies.h +include/neon/ne_dates.h include/neon/ne_defs.h +include/neon/ne_i18n.h include/neon/ne_locks.h -include/neon/ne_alloc.h include/neon/ne_md5.h -include/neon/ne_i18n.h +include/neon/ne_props.h include/neon/ne_redirect.h -include/neon/ne_auth.h -include/neon/ne_compress.h -include/neon/ne_acl.h -lib/libneon.so.18.1 -lib/libneon.so.18 -lib/libneon.so -lib/libneon.la +include/neon/ne_request.h +include/neon/ne_session.h +include/neon/ne_socket.h +include/neon/ne_string.h +include/neon/ne_uri.h +include/neon/ne_utils.h +include/neon/ne_xml.h lib/libneon.a -bin/neon-config +lib/libneon.la +lib/libneon.so +lib/libneon.so.19 +lib/libneon.so.19.3 @dirrm include/neon diff --git a/www/neon/buildlink.mk b/www/neon/buildlink.mk index efe8ce571f8..ad051ffee90 100644 --- a/www/neon/buildlink.mk +++ b/www/neon/buildlink.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink.mk,v 1.1.1.1 2002/01/13 19:29:02 agc Exp $ +# $NetBSD: buildlink.mk,v 1.2 2002/04/01 01:28:04 uebayasi Exp $ # # This Makefile fragment is included by packages that use neon. # @@ -17,7 +17,7 @@ NEON_BUILDLINK_MK= # defined .include "../../mk/bsd.buildlink.mk" -BUILDLINK_DEPENDS.neon?= neon>=0.18.3 +BUILDLINK_DEPENDS.neon?= neon>=0.19.3 DEPENDS+= ${BUILDLINK_DEPENDS.neon}:../../www/neon EVAL_PREFIX+= BUILDLINK_PREFIX.neon=neon diff --git a/www/neon/distinfo b/www/neon/distinfo index 6841b0f4c23..ec851acf364 100644 --- a/www/neon/distinfo +++ b/www/neon/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/01/13 19:29:02 agc Exp $ +$NetBSD: distinfo,v 1.2 2002/04/01 01:28:04 uebayasi Exp $ -SHA1 (neon-0.18.3.tar.gz) = 4adf268e22dc615ada6ed55d5a0135716a693760 -Size (neon-0.18.3.tar.gz) = 475268 bytes +SHA1 (neon-0.19.3.tar.gz) = 057a276a779f28fabf2d84550d4292369ee076a9 +Size (neon-0.19.3.tar.gz) = 499574 bytes |