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 | |
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')
-rw-r--r-- | www/neon/Makefile | 5 | ||||
-rw-r--r-- | www/neon/PLIST | 4 | ||||
-rw-r--r-- | www/neon/buildlink2.mk | 4 | ||||
-rw-r--r-- | www/neon/distinfo | 6 |
4 files changed, 9 insertions, 10 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/ diff --git a/www/neon/PLIST b/www/neon/PLIST index 60da8b9bea1..5ba655f71a0 100644 --- a/www/neon/PLIST +++ b/www/neon/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2003/09/10 04:34:09 epg Exp $ +@comment $NetBSD: PLIST,v 1.10 2003/12/04 17:00:58 recht Exp $ bin/neon-config include/neon/ne_207.h include/neon/ne_acl.h @@ -26,7 +26,7 @@ lib/libneon.a lib/libneon.la lib/libneon.so lib/libneon.so.24 -lib/libneon.so.24.1 +lib/libneon.so.24.4 lib/pkgconfig/neon.pc man/man1/neon-config.1 man/man3/ne_add_request_header.3 diff --git a/www/neon/buildlink2.mk b/www/neon/buildlink2.mk index 15876876719..4d41962a9f4 100644 --- a/www/neon/buildlink2.mk +++ b/www/neon/buildlink2.mk @@ -1,10 +1,10 @@ -# $NetBSD: buildlink2.mk,v 1.7 2003/05/25 09:34:30 epg Exp $ +# $NetBSD: buildlink2.mk,v 1.8 2003/12/04 17:00:58 recht Exp $ .if !defined(NEON_BUILDLINK2_MK) NEON_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= neon -BUILDLINK_DEPENDS.neon?= neon>=0.23.9 +BUILDLINK_DEPENDS.neon?= neon>=0.24.4 BUILDLINK_PKGSRCDIR.neon?= ../../www/neon EVAL_PREFIX+= BUILDLINK_PREFIX.neon=neon diff --git a/www/neon/distinfo b/www/neon/distinfo index aea716ebaca..d961ec7f6bf 100644 --- a/www/neon/distinfo +++ b/www/neon/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2003/09/10 04:34:09 epg Exp $ +$NetBSD: distinfo,v 1.10 2003/12/04 17:00:58 recht Exp $ -SHA1 (neon-0.24.1.tar.gz) = a4aa326ad31d2d3d2a76136efd58ccdfba97bf40 -Size (neon-0.24.1.tar.gz) = 564907 bytes +SHA1 (neon-0.24.4.tar.gz) = 10fe82708fd0295bce4f4893e5879722b4dbe95b +Size (neon-0.24.4.tar.gz) = 651315 bytes |