include $(TOPDIR)/rules.mk
PKG_NAME:=curl
-PKG_VERSION:=7.21.2
+PKG_VERSION:=7.21.3
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
ftp://ftp.planetmirror.com/pub/curl/ \
http://www.mirrormonster.com/curl/download/ \
http://curl.mirrors.cyberservers.net/download/
-PKG_MD5SUM:=ca96df88e044c7c25d19692ec8b250b2
+PKG_MD5SUM:=5b57fee22090b5c43a6886fdd35af2ce
PKG_FIXUP:=libtool
PKG_BUILD_PARALLEL:=1
--- a/configure
+++ b/configure
-@@ -19785,17 +19785,6 @@ $as_echo "no" >&6; }
+@@ -19786,17 +19786,6 @@ $as_echo "no" >&6; }
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
fi
-@@ -20251,21 +20240,6 @@ else
+@@ -20252,21 +20241,6 @@ else
CPPFLAGS="$CLEANCPPFLAGS"
fi
fi
--- a/configure.ac
+++ b/configure.ac
-@@ -1494,19 +1494,6 @@ if test X"$OPT_SSL" != Xno; then
+@@ -1497,19 +1497,6 @@ if test X"$OPT_SSL" != Xno; then
AC_MSG_RESULT([no])
])
fi
fi
dnl **********************************************************************
-@@ -1714,22 +1701,6 @@ if test "$OPENSSL_ENABLED" != "1"; then
+@@ -1717,22 +1704,6 @@ if test "$OPENSSL_ENABLED" != "1"; then
LIBS="$CLEANLIBS"
CPPFLAGS="$CLEANCPPFLAGS"
])
use_sni(FALSE);
--- a/src/main.c
+++ b/src/main.c
-@@ -883,7 +883,9 @@ static void help(void)
+@@ -888,7 +888,9 @@ static void help(void)
" -y/--speed-time Time needed to trig speed-limit abort. Defaults to 30",
" --ssl Try SSL/TLS (FTP, IMAP, POP3, SMTP)",
" --ssl-reqd Require SSL/TLS (FTP, IMAP, POP3, SMTP)",
" -3/--sslv3 Use SSLv3 (SSL)",
" --stderr <file> Where to redirect stderr. - means stdout",
" --tcp-nodelay Use the TCP_NODELAY option",
-@@ -2445,10 +2447,12 @@ static ParameterError getparameter(char
+@@ -2470,10 +2472,12 @@ static ParameterError getparameter(char
/* TLS version 1 */
config->ssl_version = CURL_SSLVERSION_TLSv1;
break;