diff options
author | recht <recht@pkgsrc.org> | 2003-12-04 17:00:58 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-12-04 17:00:58 +0000 |
commit | 9cb63535538ccf0144fa70d3990251db6f3a3eb3 (patch) | |
tree | bdfaeef6f09e149d3876af8deb6447601a5dc3fd /www/neon/Makefile | |
parent | fb1b51a3785e622a3774c3e937fc85ee8a74faf4 (diff) | |
download | pkgsrc-9cb63535538ccf0144fa70d3990251db6f3a3eb3.tar.gz |
update to 0.24.4
* Ignore unclean SSL closure when response body is delimited by EOF
("Could not read response body: Secure connection truncated" errors
with some buggy SSL servers).
* Fix test/ssl.c syntax errors with C89 compilers (Radu Greab).
* Respect configure's --datadir argument (Max Bowsher).
* Fix build on Windows when OpenSSL is not used.
* Fix use of SSLv2 (spurious "Server did not present certificate" error).
* When using SSL via a proxy, prevent leaking server auth credentials to the
proxy, or proxy auth credentials to the server.
* Fix name resolver with some old versions of glibc.
* Fix problems with configure's "time_t format string" detection.
* Fix problems when a broken Kerberos installation is found.
* When verifying SSL certificates, check iPaddress names in the subjectAltName
extension.
Update BUILDLINK_DEPENDS to 0.24.4 since there was an XML API change in
0.24.0.
Diffstat (limited to 'www/neon/Makefile')
-rw-r--r-- | www/neon/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile index 5032f4d84fe..8cfda73e77a 100644 --- a/www/neon/Makefile +++ b/www/neon/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2003/11/12 03:39:44 jschauma Exp $ +# $NetBSD: Makefile,v 1.18 2003/12/04 17:00:58 recht Exp $ -DISTNAME= neon-0.24.1 -PKGREVISION= 3 +DISTNAME= neon-0.24.4 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ |