pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/curl Changes 7.12.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9dba376e117
branches:  trunk
changeset: 483201:f9dba376e117
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 09 09:18:37 2004 +0000

description:
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:

 www/curl/Makefile |  5 ++---
 www/curl/PLIST    |  3 ++-
 www/curl/distinfo |  6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (41 lines):

diff -r 12c706ba3a66 -r f9dba376e117 www/curl/Makefile
--- a/www/curl/Makefile Tue Nov 09 09:13:04 2004 +0000
+++ b/www/curl/Makefile Tue Nov 09 09:18:37 2004 +0000
@@ -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 -r 12c706ba3a66 -r f9dba376e117 www/curl/PLIST
--- a/www/curl/PLIST    Tue Nov 09 09:13:04 2004 +0000
+++ b/www/curl/PLIST    Tue Nov 09 09:18:37 2004 +0000
@@ -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/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 -r 12c706ba3a66 -r f9dba376e117 www/curl/distinfo
--- a/www/curl/distinfo Tue Nov 09 09:13:04 2004 +0000
+++ b/www/curl/distinfo Tue Nov 09 09:18:37 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index