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.14.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d287aa734405
branches:  trunk
changeset: 498748:d287aa734405
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Sep 02 08:13:29 2005 +0000

description:
Changes 7.14.1:
* GNU GSS support
* --ignore-content-length and CURLOPT_IGNORE_CONTENT_LENGTH added
* negotiates data connection SSL earlier when doing FTPS with PASV
* CURLOPT_COOKIELIST and CURLINFO_COOKIELIST
* trailer support for chunked encoded data streams
* -x/CURL_PROXY strings may now contain user+password
* --trace-time now outputs the full microsecond, all 6 digits
* Bugfixes

diffstat:

 www/curl/Makefile |  12 +++++-------
 www/curl/PLIST    |   4 +++-
 www/curl/distinfo |   8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)

diffs (65 lines):

diff -r 69af55545704 -r d287aa734405 www/curl/Makefile
--- a/www/curl/Makefile Fri Sep 02 02:28:20 2005 +0000
+++ b/www/curl/Makefile Fri Sep 02 08:13:29 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2005/06/12 13:43:36 jmmv Exp $
+# $NetBSD: Makefile,v 1.56 2005/09/02 08:13:29 adam Exp $
 
-DISTNAME=      curl-7.14.0
-PKGREVISION=   1
+DISTNAME=      curl-7.14.1
 CATEGORIES=    www
 MASTER_SITES=  http://curl.haxx.se/download/ \
                ftp://ftp.sunet.se/pub/www/utilities/curl/ \
@@ -17,16 +16,15 @@
 # list it into IPv6-ready packages
 BUILD_DEFS+=   USE_INET6
 
+USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
-USE_LIBTOOL=           yes
 CONFIGURE_ARGS+=       --with-ssl=${BUILDLINK_PREFIX.openssl}
 CONFIGURE_ARGS+=       --with-zlib=${BUILDLINK_PREFIX.zlib}
+# Work around an ICE on sparc64 with gcc2
+CONFIGURE_ENV+=                F77=${FALSE}
 
 TEST_TARGET=           check
 
-# Work around an ICE on sparc64 with gcc2
-CONFIGURE_ENV+=                F77=${FALSE}
-
 .include "../../mk/bsd.prefs.mk"
 
 .if empty(USE_INET6:M[yY][eE][sS])
diff -r 69af55545704 -r d287aa734405 www/curl/PLIST
--- a/www/curl/PLIST    Fri Sep 02 02:28:20 2005 +0000
+++ b/www/curl/PLIST    Fri Sep 02 08:13:29 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2005/05/17 13:25:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2005/09/02 08:13:29 adam Exp $
 bin/curl
 bin/curl-config
 include/curl/curl.h
@@ -61,6 +61,8 @@
 share/doc/curl/curl.pdf
 share/examples/curl/README
 share/examples/curl/anyauthput.c
+share/examples/curl/cacertinmem.c
+share/examples/curl/cookie_interface.c
 share/examples/curl/curlgtk.c
 share/examples/curl/curlx.c
 share/examples/curl/debug.c
diff -r 69af55545704 -r d287aa734405 www/curl/distinfo
--- a/www/curl/distinfo Fri Sep 02 02:28:20 2005 +0000
+++ b/www/curl/distinfo Fri Sep 02 08:13:29 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2005/06/12 13:43:36 jmmv Exp $
+$NetBSD: distinfo,v 1.38 2005/09/02 08:13:29 adam Exp $
 
-SHA1 (curl-7.14.0.tar.bz2) = d39dd3b3603dcfa3f9b8b62ecf54d308bb124ac3
-RMD160 (curl-7.14.0.tar.bz2) = 3d78f8febffacd8e38803db92274e86d0249680c
-Size (curl-7.14.0.tar.bz2) = 1920305 bytes
+SHA1 (curl-7.14.1.tar.bz2) = 617a5a0134cbc0c3ef4649b8a4020e91bab25fa3
+RMD160 (curl-7.14.1.tar.bz2) = 53e6f4f9b04336da8d83001ab5bd45fbea5d86e0
+Size (curl-7.14.1.tar.bz2) = 1399247 bytes
 SHA1 (patch-aa) = 83b1b2ec0d9531ef85c42d5ba1b5319415168d3e



Home | Main Index | Thread Index | Old Index