diff options
author | gdt <gdt@pkgsrc.org> | 2010-03-11 12:24:58 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2010-03-11 12:24:58 +0000 |
commit | 517d233602883d15b348e8e176fa28538ca30bf3 (patch) | |
tree | 2b760093a0a9bca248b575e31939010b3cf8dcb9 /www/neon | |
parent | e9ec1649a912a004df994ec73cf4bea6684dbd18 (diff) | |
download | pkgsrc-517d233602883d15b348e8e176fa28538ca30bf3.tar.gz |
Update to 0.29.3.
* Change ne_sock_close() to no longer wait for SSL closure alert:
o fixes possible hang with IIS servers when closing SSL connection
o this reverts the behaviour with OpenSSL to match 0.28.x,
and changes the behaviour with GnuTLS to match that with
OpenSSL
* Fix memory leak with GnuTLS
* API clarification in ne_sock_close():
o SSL closure handling now documented
o return value semantics fixed to describe the implementation
Diffstat (limited to 'www/neon')
-rw-r--r-- | www/neon/Makefile | 4 | ||||
-rw-r--r-- | www/neon/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile index 97c587e90e0..bb84fe60009 100644 --- a/www/neon/Makefile +++ b/www/neon/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.51 2010/03/11 00:05:18 gdt Exp $ +# $NetBSD: Makefile,v 1.52 2010/03/11 12:24:58 gdt Exp $ -DISTNAME= neon-0.29.2 +DISTNAME= neon-0.29.3 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ diff --git a/www/neon/distinfo b/www/neon/distinfo index 66e6c5e8b0d..35b543db50a 100644 --- a/www/neon/distinfo +++ b/www/neon/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2010/03/11 00:05:19 gdt Exp $ +$NetBSD: distinfo,v 1.23 2010/03/11 12:24:58 gdt Exp $ -SHA1 (neon-0.29.2.tar.gz) = b78a9d1356d9816fafbb5ef6b24347baaf4c0677 -RMD160 (neon-0.29.2.tar.gz) = 7c8999cab454e61b332a13e58f73064c0cff2448 -Size (neon-0.29.2.tar.gz) = 881339 bytes +SHA1 (neon-0.29.3.tar.gz) = f84152dd08fc7d3bffadea0bc45ea738d3a873c3 +RMD160 (neon-0.29.3.tar.gz) = 6825afe3e6a0cda1b6702b2a5876e9c2b4f5e935 +Size (neon-0.29.3.tar.gz) = 881627 bytes SHA1 (patch-ab) = da95144b8c4ebc7cdd5ae0dfdb86d457c43ec58d |