Sun Aug 15 11:14:37 2010 UTC ()
update to 7.21.1
changes: bugfixes


(drochner)
diff -r1.98 -r1.99 pkgsrc/www/curl/Makefile
diff -r1.29 -r1.30 pkgsrc/www/curl/PLIST
diff -r1.65 -r1.66 pkgsrc/www/curl/distinfo
diff -r1.15 -r1.16 pkgsrc/www/curl/patches/patch-aa

cvs diff -r1.98 -r1.99 pkgsrc/www/curl/Makefile (expand / switch to unified diff)

--- pkgsrc/www/curl/Makefile 2010/07/21 17:29:48 1.98
+++ pkgsrc/www/curl/Makefile 2010/08/15 11:14:36 1.99
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.98 2010/07/21 17:29:48 drochner Exp $ 1# $NetBSD: Makefile,v 1.99 2010/08/15 11:14:36 drochner Exp $
2 2
3DISTNAME= curl-7.21.0 3DISTNAME= curl-7.21.1
4CATEGORIES= www 4CATEGORIES= www
5MASTER_SITES= http://curl.haxx.se/download/ \ 5MASTER_SITES= http://curl.haxx.se/download/ \
6 ftp://ftp.sunet.se/pub/www/utilities/curl/ 6 ftp://ftp.sunet.se/pub/www/utilities/curl/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= recht@NetBSD.org 9MAINTAINER= recht@NetBSD.org
10HOMEPAGE= http://curl.haxx.se/ 10HOMEPAGE= http://curl.haxx.se/
11COMMENT= Client that groks URLs 11COMMENT= Client that groks URLs
12# not completely, but near enough 12# not completely, but near enough
13LICENSE= mit 13LICENSE= mit
14 14
15PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
16PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir

cvs diff -r1.29 -r1.30 pkgsrc/www/curl/PLIST (expand / switch to unified diff)

--- pkgsrc/www/curl/PLIST 2009/11/15 20:09:48 1.29
+++ pkgsrc/www/curl/PLIST 2010/08/15 11:14:36 1.30
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.29 2009/11/15 20:09:48 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.30 2010/08/15 11:14:36 drochner Exp $
2bin/curl 2bin/curl
3bin/curl-config 3bin/curl-config
4include/curl/curl.h 4include/curl/curl.h
5include/curl/curlbuild.h 5include/curl/curlbuild.h
6include/curl/curlrules.h 6include/curl/curlrules.h
7include/curl/curlver.h 7include/curl/curlver.h
8include/curl/easy.h 8include/curl/easy.h
9include/curl/mprintf.h 9include/curl/mprintf.h
10include/curl/multi.h 10include/curl/multi.h
11include/curl/stdcheaders.h 11include/curl/stdcheaders.h
12include/curl/typecheck-gcc.h 12include/curl/typecheck-gcc.h
13include/curl/types.h 13include/curl/types.h
14lib/libcurl.la 14lib/libcurl.la
@@ -76,26 +76,27 @@ share/doc/curl/curl.pdf @@ -76,26 +76,27 @@ share/doc/curl/curl.pdf
76share/examples/curl/10-at-a-time.c 76share/examples/curl/10-at-a-time.c
77share/examples/curl/README 77share/examples/curl/README
78share/examples/curl/anyauthput.c 78share/examples/curl/anyauthput.c
79share/examples/curl/cacertinmem.c 79share/examples/curl/cacertinmem.c
80share/examples/curl/certinfo.c 80share/examples/curl/certinfo.c
81share/examples/curl/chkspeed.c 81share/examples/curl/chkspeed.c
82share/examples/curl/cookie_interface.c 82share/examples/curl/cookie_interface.c
83share/examples/curl/curlgtk.c 83share/examples/curl/curlgtk.c
84share/examples/curl/curlx.c 84share/examples/curl/curlx.c
85share/examples/curl/debug.c 85share/examples/curl/debug.c
86share/examples/curl/evhiperfifo.c 86share/examples/curl/evhiperfifo.c
87share/examples/curl/fileupload.c 87share/examples/curl/fileupload.c
88share/examples/curl/fopen.c 88share/examples/curl/fopen.c
 89share/examples/curl/ftp-wildcard.c
89share/examples/curl/ftpget.c 90share/examples/curl/ftpget.c
90share/examples/curl/ftpgetinfo.c 91share/examples/curl/ftpgetinfo.c
91share/examples/curl/ftpgetresp.c 92share/examples/curl/ftpgetresp.c
92share/examples/curl/ftpupload.c 93share/examples/curl/ftpupload.c
93share/examples/curl/ftpuploadresume.c 94share/examples/curl/ftpuploadresume.c
94share/examples/curl/getinfo.c 95share/examples/curl/getinfo.c
95share/examples/curl/getinmemory.c 96share/examples/curl/getinmemory.c
96share/examples/curl/ghiper.c 97share/examples/curl/ghiper.c
97share/examples/curl/hiperfifo.c 98share/examples/curl/hiperfifo.c
98share/examples/curl/htmltidy.c 99share/examples/curl/htmltidy.c
99share/examples/curl/http-post.c 100share/examples/curl/http-post.c
100share/examples/curl/httpcustomheader.c 101share/examples/curl/httpcustomheader.c
101share/examples/curl/httpput.c 102share/examples/curl/httpput.c

cvs diff -r1.65 -r1.66 pkgsrc/www/curl/distinfo (expand / switch to unified diff)

--- pkgsrc/www/curl/distinfo 2010/07/21 17:29:48 1.65
+++ pkgsrc/www/curl/distinfo 2010/08/15 11:14:36 1.66
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.65 2010/07/21 17:29:48 drochner Exp $ 1$NetBSD: distinfo,v 1.66 2010/08/15 11:14:36 drochner Exp $
2 2
3SHA1 (curl-7.21.0.tar.bz2) = 5cb1213187fb25d1b4392ddaca3a7945c749d083 3SHA1 (curl-7.21.1.tar.bz2) = d6ad8d7caf6e15f318e7b9f69dee8f67c807b1a0
4RMD160 (curl-7.21.0.tar.bz2) = 121eb3645c1286d583462244c1d7e7356129c440 4RMD160 (curl-7.21.1.tar.bz2) = 3acc531f70adf68ce64bf8ccd198cbc33b6d5246
5Size (curl-7.21.0.tar.bz2) = 2130889 bytes 5Size (curl-7.21.1.tar.bz2) = 2150291 bytes
6SHA1 (patch-aa) = cc08018f15dbebe894b93ade8d8cce4a65db2d1e 6SHA1 (patch-aa) = 02dbbc3d4c84cc1d112c5df424f3f2cc71448cbe

cvs diff -r1.15 -r1.16 pkgsrc/www/curl/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/www/curl/patches/Attic/patch-aa 2010/07/21 17:29:48 1.15
+++ pkgsrc/www/curl/patches/Attic/patch-aa 2010/08/15 11:14:37 1.16
@@ -1,27 +1,36 @@ @@ -1,27 +1,36 @@
1$NetBSD: patch-aa,v 1.15 2010/07/21 17:29:48 drochner Exp $ 1$NetBSD: patch-aa,v 1.16 2010/08/15 11:14:37 drochner Exp $
2 2
3--- configure.orig 2010-06-04 22:32:04.000000000 +0000 3--- configure.orig 2010-08-11 17:03:30.000000000 +0000
4+++ configure 4+++ configure
5@@ -14715,7 +14715,7 @@ squeeze() { 5@@ -2992,7 +2992,7 @@ CONFIGURE_OPTIONS="\"$ac_configure_args\
 6
 7
 8 CURL_CFLAG_EXTRAS=""
 9-if test X"$want_werror" == Xyes; then
 10+if test X"$want_werror" = Xyes; then
 11 CURL_CFLAG_EXTRAS="-Werror"
 12 fi
 13
 14@@ -14762,7 +14762,7 @@ squeeze() {
6  15
7  16
8 # 17 #
9- if test "$compiler_id" != "unknown"; then 18- if test "$compiler_id" != "unknown"; then
10+ if false; then 19+ if false; then
11 # 20 #
12 if test "$compiler_id" = "GNU_C" || 21 if test "$compiler_id" = "GNU_C" ||
13 test "$compiler_id" = "CLANG"; then 22 test "$compiler_id" = "CLANG"; then
14@@ -19100,15 +19100,15 @@ $as_echo "#define HAVE_GSSAPI 1" >>confd 23@@ -19144,15 +19144,15 @@ $as_echo "#define HAVE_GSSAPI 1" >>confd
15 LIBS="$LIBS $gss_libs" 24 LIBS="$LIBS $gss_libs"
16 elif test "$GSSAPI_ROOT" != "yes"; then 25 elif test "$GSSAPI_ROOT" != "yes"; then
17 LDFLAGS="$LDFLAGS -L$GSSAPI_ROOT/lib$libsuff" 26 LDFLAGS="$LDFLAGS -L$GSSAPI_ROOT/lib$libsuff"
18- LIBS="$LIBS -lgssapi" 27- LIBS="$LIBS -lgssapi"
19+ LIBS="$LIBS -lgssapi -lkrb5" 28+ LIBS="$LIBS -lgssapi -lkrb5"
20 else 29 else
21- LIBS="$LIBS -lgssapi" 30- LIBS="$LIBS -lgssapi"
22+ LIBS="$LIBS -lgssapi -lkrb5" 31+ LIBS="$LIBS -lgssapi -lkrb5"
23 fi 32 fi
24 ;; 33 ;;
25 esac 34 esac
26 else 35 else
27 LDFLAGS="$LDFLAGS $GSSAPI_LIB_DIR" 36 LDFLAGS="$LDFLAGS $GSSAPI_LIB_DIR"