diff options
author | adam <adam@pkgsrc.org> | 2004-11-09 09:18:37 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-09 09:18:37 +0000 |
commit | 879c81b726a1d1edc6b80a0a6b19c3a2dada317e (patch) | |
tree | 2d76e7425a5733044c02af17abf1ee827a099e79 /www/curl/PLIST | |
parent | 2e9169f18c0ddf2e3e7f3eeb7e6f2eb56182e954 (diff) | |
download | pkgsrc-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/PLIST')
-rw-r--r-- | www/curl/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
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 |