diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-01 16:10:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-01 16:10:53 +0000 |
commit | 4b18177d329a6478dd3eeea0a1cdacc4c7e515ec (patch) | |
tree | 0211d423362ca1febdd5d6c2c59674ec14774ef7 | |
parent | 6f130dffe65c3eea54c18828c2fc64623dccb005 (diff) | |
download | pkgsrc-4b18177d329a6478dd3eeea0a1cdacc4c7e515ec.tar.gz |
Update to 0.30.1:
Changes in release 0.30.1:
* Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly).
* Fix possible crash after DNS lookup errors on Windows (Olivier Goffart).
* Don't fail if the SSL cert changes between connections with OpenSSL,
behaviour now matches that with GnuTLS.
* Fix PKCS#11 support under OpenSSL with TLS 1.2.
* Fix static linking with pkg-config file (Alan H).
-rw-r--r-- | www/neon/Makefile | 5 | ||||
-rw-r--r-- | www/neon/PLIST | 3 | ||||
-rw-r--r-- | www/neon/distinfo | 8 |
3 files changed, 7 insertions, 9 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile index 49e66e71d28..d10dde6b151 100644 --- a/www/neon/Makefile +++ b/www/neon/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2014/05/29 23:37:58 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2014/10/01 16:10:53 wiz Exp $ -DISTNAME= neon-0.30.0 -PKGREVISION= 3 +DISTNAME= neon-0.30.1 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ diff --git a/www/neon/PLIST b/www/neon/PLIST index 72b33d5b60a..74f4fb7d5e0 100644 --- a/www/neon/PLIST +++ b/www/neon/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2013/10/22 11:44:39 wiz Exp $ +@comment $NetBSD: PLIST,v 1.22 2014/10/01 16:10:53 wiz Exp $ bin/neon-config include/neon/ne_207.h include/neon/ne_acl.h @@ -86,7 +86,6 @@ 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_flag.3 man/man3/ne_set_server_auth.3 man/man3/ne_set_session_flag.3 diff --git a/www/neon/distinfo b/www/neon/distinfo index 9dfaa473e81..51f20770fb9 100644 --- a/www/neon/distinfo +++ b/www/neon/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.25 2013/10/22 11:44:39 wiz Exp $ +$NetBSD: distinfo,v 1.26 2014/10/01 16:10:53 wiz Exp $ -SHA1 (neon-0.30.0.tar.gz) = 9e6297945226f90d66258b7ee05f757ff5cea10a -RMD160 (neon-0.30.0.tar.gz) = 59054ca749fa40308138c44b710990f637fb7c6d -Size (neon-0.30.0.tar.gz) = 909989 bytes +SHA1 (neon-0.30.1.tar.gz) = efec2a6f17d9bd2323345320e3067349ddc9cf79 +RMD160 (neon-0.30.1.tar.gz) = db4645f8204870e4e11c4a3ee9c50412bbf00dae +Size (neon-0.30.1.tar.gz) = 911414 bytes SHA1 (patch-ab) = da95144b8c4ebc7cdd5ae0dfdb86d457c43ec58d |