Wed Aug 1 12:27:12 2012 UTC ()
update to 7.27.0
changes:
-added --metalink for metalink download support
-pop3: added more authentication types
-error message improvements
-bugfixes


(drochner)
diff -r1.114 -r1.115 pkgsrc/www/curl/Makefile
diff -r1.77 -r1.78 pkgsrc/www/curl/distinfo
diff -r1.19 -r1.20 pkgsrc/www/curl/patches/patch-aa
diff -r1.1 -r0 pkgsrc/www/curl/patches/patch-lib_connect.c

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

--- pkgsrc/www/curl/Makefile 2012/07/20 08:22:04 1.114
+++ pkgsrc/www/curl/Makefile 2012/08/01 12:27:11 1.115
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.114 2012/07/20 08:22:04 marino Exp $ 1# $NetBSD: Makefile,v 1.115 2012/08/01 12:27:11 drochner Exp $
2 2
3DISTNAME= curl-7.26.0 3DISTNAME= curl-7.27.0
4CATEGORIES= www 4CATEGORIES= www
5PKGREVISION= 1 
6MASTER_SITES= http://curl.haxx.se/download/ \ 5MASTER_SITES= http://curl.haxx.se/download/ \
7 ftp://ftp.sunet.se/pub/www/utilities/curl/ 6 ftp://ftp.sunet.se/pub/www/utilities/curl/
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://curl.haxx.se/ 10HOMEPAGE= http://curl.haxx.se/
12COMMENT= Client that groks URLs 11COMMENT= Client that groks URLs
13# not completely, but near enough 12# not completely, but near enough
14LICENSE= mit 13LICENSE= mit
15 14
16PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
17PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
18 17

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

--- pkgsrc/www/curl/distinfo 2012/07/20 08:22:04 1.77
+++ pkgsrc/www/curl/distinfo 2012/08/01 12:27:12 1.78
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.77 2012/07/20 08:22:04 marino Exp $ 1$NetBSD: distinfo,v 1.78 2012/08/01 12:27:12 drochner Exp $
2 2
3SHA1 (curl-7.26.0.tar.bz2) = c2e62eaace2407d377bf544d1f808aea6dddf64c 3SHA1 (curl-7.27.0.tar.bz2) = 51f563587720b71047b6e307412d49ce24ad7bfb
4RMD160 (curl-7.26.0.tar.bz2) = 90d66cd2f77bf825ba01056f4f384ff74e7b04eb 4RMD160 (curl-7.27.0.tar.bz2) = b9ce785cae06911577b5654bb32f55fd2e6b712a
5Size (curl-7.26.0.tar.bz2) = 2422651 bytes 5Size (curl-7.27.0.tar.bz2) = 2476068 bytes
6SHA1 (patch-aa) = 4c5c76b76dc3a43087fdd8edf0de522fde563b3f 6SHA1 (patch-aa) = 66dc62384fa8dcd5a68f0f9af8b3c449a46fd250
7SHA1 (patch-lib_connect.c) = 58d9352a2628ffab12a41cdf1b409be198761e91 

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

--- pkgsrc/www/curl/patches/Attic/patch-aa 2012/05/29 14:58:05 1.19
+++ pkgsrc/www/curl/patches/Attic/patch-aa 2012/08/01 12:27:12 1.20
@@ -1,53 +1,59 @@ @@ -1,53 +1,59 @@
1$NetBSD: patch-aa,v 1.19 2012/05/29 14:58:05 wiz Exp $ 1$NetBSD: patch-aa,v 1.20 2012/08/01 12:27:12 drochner Exp $
2 2
3--- configure.orig 2012-05-22 21:46:41.000000000 +0000 3--- configure.orig 2012-07-27 18:25:28.000000000 +0000
4+++ configure 4+++ configure
5@@ -15698,7 +15698,7 @@ squeeze() { 5@@ -15707,7 +15707,7 @@ squeeze() {
6  6
7  7
8 # 8 #
9- if test "$compiler_id" != "unknown"; then 9- if test "$compiler_id" != "unknown"; then
10+ if false; then 10+ if false; then
11 # 11 #
12 if test "$compiler_id" = "GNU_C" || 12 if test "$compiler_id" = "GNU_C" ||
13 test "$compiler_id" = "CLANG"; then 13 test "$compiler_id" = "CLANG"; then
14@@ -20377,15 +20377,15 @@ $as_echo "#define HAVE_GSSAPI 1" >>confd 14@@ -20390,15 +20390,15 @@ $as_echo "#define HAVE_GSSAPI 1" >>confd
15 LIBS="$LIBS $gss_libs" 15 LIBS="$LIBS $gss_libs"
16 elif test "$GSSAPI_ROOT" != "yes"; then 16 elif test "$GSSAPI_ROOT" != "yes"; then
17 LDFLAGS="$LDFLAGS -L$GSSAPI_ROOT/lib$libsuff" 17 LDFLAGS="$LDFLAGS -L$GSSAPI_ROOT/lib$libsuff"
18- LIBS="$LIBS -lgssapi" 18- LIBS="$LIBS -lgssapi"
19+ LIBS="$LIBS -lgssapi -lkrb5" 19+ LIBS="$LIBS -lgssapi -lkrb5"
20 else 20 else
21- LIBS="$LIBS -lgssapi" 21- LIBS="$LIBS -lgssapi"
22+ LIBS="$LIBS -lgssapi -lkrb5" 22+ LIBS="$LIBS -lgssapi -lkrb5"
23 fi 23 fi
24 ;; 24 ;;
25 esac 25 esac
26 else 26 else
27 LDFLAGS="$LDFLAGS $GSSAPI_LIB_DIR" 27 LDFLAGS="$LDFLAGS $GSSAPI_LIB_DIR"
28- LIBS="$LIBS -lgssapi" 28- LIBS="$LIBS -lgssapi"
29+ LIBS="$LIBS -lgssapi -lkrb5" 29+ LIBS="$LIBS -lgssapi -lkrb5"
30 fi 30 fi
31 else 31 else
32 CPPFLAGS="$save_CPPFLAGS" 32 CPPFLAGS="$save_CPPFLAGS"
33@@ -23598,15 +23598,15 @@ $as_echo "$as_me: WARNING: You need an l 33@@ -24033,19 +24033,19 @@ $as_echo "$as_me: WARNING: You need an l
34 $as_echo "yes" >&6; } 34 $as_echo "yes" >&6; }
35 if test "x$OPENSSL_ENABLED" = "x1"; then 35 if test "x$OPENSSL_ENABLED" = "x1"; then
36 versioned_symbols_flavour="OPENSSL_" 36 versioned_symbols_flavour="OPENSSL_"
37- elif test "x$GNUTLS_ENABLED" == "x1"; then 37- elif test "x$GNUTLS_ENABLED" == "x1"; then
38+ elif test "x$GNUTLS_ENABLED" = "x1"; then 38+ elif test "x$GNUTLS_ENABLED" = "x1"; then
39 versioned_symbols_flavour="GNUTLS_" 39 versioned_symbols_flavour="GNUTLS_"
40- elif test "x$NSS_ENABLED" == "x1"; then 40- elif test "x$NSS_ENABLED" == "x1"; then
41+ elif test "x$NSS_ENABLED" = "x1"; then 41+ elif test "x$NSS_ENABLED" = "x1"; then
42 versioned_symbols_flavour="NSS_" 42 versioned_symbols_flavour="NSS_"
43- elif test "x$POLARSSL_ENABLED" == "x1"; then 43- elif test "x$POLARSSL_ENABLED" == "x1"; then
44+ elif test "x$POLARSSL_ENABLED" = "x1"; then 44+ elif test "x$POLARSSL_ENABLED" = "x1"; then
45 versioned_symbols_flavour="POLARSSL_" 45 versioned_symbols_flavour="POLARSSL_"
46- elif test "x$CYASSL_ENABLED" == "x1"; then 46- elif test "x$CYASSL_ENABLED" == "x1"; then
47+ elif test "x$CYASSL_ENABLED" = "x1"; then 47+ elif test "x$CYASSL_ENABLED" = "x1"; then
48 versioned_symbols_flavour="CYASSL_" 48 versioned_symbols_flavour="CYASSL_"
49- elif test "x$AXTLS_ENABLED" == "x1"; then 49- elif test "x$AXTLS_ENABLED" == "x1"; then
50+ elif test "x$AXTLS_ENABLED" = "x1"; then 50+ elif test "x$AXTLS_ENABLED" = "x1"; then
51 versioned_symbols_flavour="AXTLS_" 51 versioned_symbols_flavour="AXTLS_"
 52- elif test "x$WINSSL_ENABLED" == "x1"; then
 53+ elif test "x$WINSSL_ENABLED" = "x1"; then
 54 versioned_symbols_flavour="WINSSL_"
 55- elif test "x$DARWINSSL_ENABLED" == "x1"; then
 56+ elif test "x$DARWINSSL_ENABLED" = "x1"; then
 57 versioned_symbols_flavour="DARWINSSL_"
52 else 58 else
53 versioned_symbols_flavour="" 59 versioned_symbols_flavour=""

File Deleted: pkgsrc/www/curl/patches/Attic/patch-lib_connect.c