diff options
author | gdt <gdt> | 2010-03-11 00:05:18 +0000 |
---|---|---|
committer | gdt <gdt> | 2010-03-11 00:05:18 +0000 |
commit | 2ab7b5f858ba16938a3a951fd69d414909a38514 (patch) | |
tree | f048929d7517c21fd40e2d1f335d098f06117cbf /www/neon | |
parent | e70c0f85429f6c31e7464e49f0c05cad2992dce0 (diff) | |
download | pkgsrc-2ab7b5f858ba16938a3a951fd69d414909a38514.tar.gz |
Update to 0.29.2.
Changes in release neon 0.29.2, 30 December 2009 (PGP signature)
* Fix spurious 'certificate verify failed' errors with OpenSSL (Tom C)
* Fix unnecessary re-authentication with SSPI (Danil Shopyrin)
o Note that this change was previously listed in the 0.29.1 changes, however the patch had not been merged.
Changes in release neon 0.29.1, 15 December 2009 (PGP signature)
* Fixes for (Unix) NTLM implementation:
o fix handling of session timeout (Kai Sommerfeld)
o fix possible crash (basic@mozdev.org)
* Build fixes for Win32:
o fix use of socklen_t with recent SDKs (Stefan Kung)
o fix USE_GETADDRINFO on Win2K (Kai Sommerfeld)
* Fix build with versions of GnuTLS older than 2.8.0.
Diffstat (limited to 'www/neon')
-rw-r--r-- | www/neon/Makefile | 5 | ||||
-rw-r--r-- | www/neon/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile index 57a822fe035..97c587e90e0 100644 --- a/www/neon/Makefile +++ b/www/neon/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2010/01/17 12:02:49 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2010/03/11 00:05:18 gdt Exp $ -DISTNAME= neon-0.29.0 -PKGREVISION= 1 +DISTNAME= neon-0.29.2 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ diff --git a/www/neon/distinfo b/www/neon/distinfo index f8011ea4e6e..66e6c5e8b0d 100644 --- a/www/neon/distinfo +++ b/www/neon/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2009/09/14 16:48:43 tron Exp $ +$NetBSD: distinfo,v 1.22 2010/03/11 00:05:19 gdt Exp $ -SHA1 (neon-0.29.0.tar.gz) = 8d2e1609b2a3b13a6e68e58c26b1d708302e05ef -RMD160 (neon-0.29.0.tar.gz) = 338f6ff1589a01dee66cd31a72c45f3a57914ab8 -Size (neon-0.29.0.tar.gz) = 879186 bytes +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 (patch-ab) = da95144b8c4ebc7cdd5ae0dfdb86d457c43ec58d |