summaryrefslogtreecommitdiff
path: root/www/curl/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-11-09 09:18:37 +0000
committeradam <adam@pkgsrc.org>2004-11-09 09:18:37 +0000
commit879c81b726a1d1edc6b80a0a6b19c3a2dada317e (patch)
tree2d76e7425a5733044c02af17abf1ee827a099e79 /www/curl/Makefile
parent2e9169f18c0ddf2e3e7f3eeb7e6f2eb56182e954 (diff)
downloadpkgsrc-879c81b726a1d1edc6b80a0a6b19c3a2dada317e.tar.gz
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
Diffstat (limited to 'www/curl/Makefile')
-rw-r--r--www/curl/Makefile5
1 files changed, 2 insertions, 3 deletions
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/ \