From 879c81b726a1d1edc6b80a0a6b19c3a2dada317e Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 9 Nov 2004 09:18:37 +0000 Subject: Changes 7.12.2: * the IDN code now verifies that only TLD-legitmate letters are used in the name or a warning is displayed (when verbose is enabled) * provides error texts for IDN errors * file upload parts in formposts now get their directory names cut off * added CURLINFO_OS_ERRNO * added CURLOPT_FTPSSLAUTH to allow ftp connects to attempt "AUTH TLS" instead before "AUTH SSL" * curl_getdate() completely rewritten: may affect rare curl -z use cases * bugfixes --- www/curl/Makefile | 5 ++--- www/curl/PLIST | 3 ++- www/curl/distinfo | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'www') diff --git a/www/curl/Makefile b/www/curl/Makefile index 2a323dab646..4c32b708869 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2004/10/03 00:18:25 tv Exp $ +# $NetBSD: Makefile,v 1.45 2004/11/09 09:18:37 adam Exp $ -DISTNAME= curl-7.12.1 -PKGREVISION= 1 +DISTNAME= curl-7.12.2 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ \ diff --git a/www/curl/PLIST b/www/curl/PLIST index c22d4c679ea..2fb189ad753 100644 --- a/www/curl/PLIST +++ b/www/curl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2004/09/22 08:09:56 jlam Exp $ +@comment $NetBSD: PLIST,v 1.13 2004/11/09 09:18:37 adam Exp $ bin/curl bin/curl-config include/curl/curl.h @@ -62,6 +62,7 @@ share/doc/curl/curl.pdf share/examples/curl/README share/examples/curl/curlgtk.c share/examples/curl/curlx.c +share/examples/curl/debug.c share/examples/curl/fileupload.c share/examples/curl/fopen.c share/examples/curl/ftp3rdparty.c diff --git a/www/curl/distinfo b/www/curl/distinfo index 94fba569df6..a5622d7d0c2 100644 --- a/www/curl/distinfo +++ b/www/curl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.27 2004/08/21 11:31:00 recht Exp $ +$NetBSD: distinfo,v 1.28 2004/11/09 09:18:37 adam Exp $ -SHA1 (curl-7.12.1.tar.bz2) = 9e10bd56da19022420fc4a91ecf4c7cccc2d1cb3 -Size (curl-7.12.1.tar.bz2) = 1355061 bytes +SHA1 (curl-7.12.2.tar.bz2) = 0823103ada811175dfbfbea07ec57ff6d5a9745a +Size (curl-7.12.2.tar.bz2) = 1246427 bytes -- cgit v1.2.3