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
This commit is contained in:
parent
2e9169f18c
commit
879c81b726
3 changed files with 7 additions and 7 deletions
|
@ -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/ \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue