diff options
author | drochner <drochner@pkgsrc.org> | 2010-08-15 11:14:36 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-08-15 11:14:36 +0000 |
commit | 2455d40fe0d28267dae4b1a342658c712a32e141 (patch) | |
tree | a3bc7f98a726330d779113731d0a22c6b1a66b0e /www/curl | |
parent | 78dc9f64fa5fb3133e5117600514012d08f7e205 (diff) | |
download | pkgsrc-2455d40fe0d28267dae4b1a342658c712a32e141.tar.gz |
update to 7.21.1
changes: bugfixes
Diffstat (limited to 'www/curl')
-rw-r--r-- | www/curl/Makefile | 4 | ||||
-rw-r--r-- | www/curl/PLIST | 3 | ||||
-rw-r--r-- | www/curl/distinfo | 10 | ||||
-rw-r--r-- | www/curl/patches/patch-aa | 17 |
4 files changed, 22 insertions, 12 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index b65b9d20de1..16bf1e4730b 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.98 2010/07/21 17:29:48 drochner Exp $ +# $NetBSD: Makefile,v 1.99 2010/08/15 11:14:36 drochner Exp $ -DISTNAME= curl-7.21.0 +DISTNAME= curl-7.21.1 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ diff --git a/www/curl/PLIST b/www/curl/PLIST index f4464e74534..14fc061c632 100644 --- a/www/curl/PLIST +++ b/www/curl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.29 2009/11/15 20:09:48 drochner Exp $ +@comment $NetBSD: PLIST,v 1.30 2010/08/15 11:14:36 drochner Exp $ bin/curl bin/curl-config include/curl/curl.h @@ -86,6 +86,7 @@ share/examples/curl/debug.c share/examples/curl/evhiperfifo.c share/examples/curl/fileupload.c share/examples/curl/fopen.c +share/examples/curl/ftp-wildcard.c share/examples/curl/ftpget.c share/examples/curl/ftpgetinfo.c share/examples/curl/ftpgetresp.c diff --git a/www/curl/distinfo b/www/curl/distinfo index 951d3c6ce11..ee248b42375 100644 --- a/www/curl/distinfo +++ b/www/curl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.65 2010/07/21 17:29:48 drochner Exp $ +$NetBSD: distinfo,v 1.66 2010/08/15 11:14:36 drochner Exp $ -SHA1 (curl-7.21.0.tar.bz2) = 5cb1213187fb25d1b4392ddaca3a7945c749d083 -RMD160 (curl-7.21.0.tar.bz2) = 121eb3645c1286d583462244c1d7e7356129c440 -Size (curl-7.21.0.tar.bz2) = 2130889 bytes -SHA1 (patch-aa) = cc08018f15dbebe894b93ade8d8cce4a65db2d1e +SHA1 (curl-7.21.1.tar.bz2) = d6ad8d7caf6e15f318e7b9f69dee8f67c807b1a0 +RMD160 (curl-7.21.1.tar.bz2) = 3acc531f70adf68ce64bf8ccd198cbc33b6d5246 +Size (curl-7.21.1.tar.bz2) = 2150291 bytes +SHA1 (patch-aa) = 02dbbc3d4c84cc1d112c5df424f3f2cc71448cbe diff --git a/www/curl/patches/patch-aa b/www/curl/patches/patch-aa index a2193a7d4e0..f945c1ff889 100644 --- a/www/curl/patches/patch-aa +++ b/www/curl/patches/patch-aa @@ -1,8 +1,17 @@ -$NetBSD: patch-aa,v 1.15 2010/07/21 17:29:48 drochner Exp $ +$NetBSD: patch-aa,v 1.16 2010/08/15 11:14:37 drochner Exp $ ---- configure.orig 2010-06-04 22:32:04.000000000 +0000 +--- configure.orig 2010-08-11 17:03:30.000000000 +0000 +++ configure -@@ -14715,7 +14715,7 @@ squeeze() { +@@ -2992,7 +2992,7 @@ CONFIGURE_OPTIONS="\"$ac_configure_args\ + + + CURL_CFLAG_EXTRAS="" +-if test X"$want_werror" == Xyes; then ++if test X"$want_werror" = Xyes; then + CURL_CFLAG_EXTRAS="-Werror" + fi + +@@ -14762,7 +14762,7 @@ squeeze() { # @@ -11,7 +20,7 @@ $NetBSD: patch-aa,v 1.15 2010/07/21 17:29:48 drochner Exp $ # if test "$compiler_id" = "GNU_C" || test "$compiler_id" = "CLANG"; then -@@ -19100,15 +19100,15 @@ $as_echo "#define HAVE_GSSAPI 1" >>confd +@@ -19144,15 +19144,15 @@ $as_echo "#define HAVE_GSSAPI 1" >>confd LIBS="$LIBS $gss_libs" elif test "$GSSAPI_ROOT" != "yes"; then LDFLAGS="$LDFLAGS -L$GSSAPI_ROOT/lib$libsuff" |