From 4bd73b8d068a36e9584eb67f5d6669aae16435d7 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 31 Mar 2014 09:16:39 +0200 Subject: [PATCH] curl: update to curl-7.35.0 Signed-off-by: Stephan Raue --- packages/web/curl/package.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/web/curl/package.mk b/packages/web/curl/package.mk index ef0de1c034..45fdecfd57 100644 --- a/packages/web/curl/package.mk +++ b/packages/web/curl/package.mk @@ -17,7 +17,6 @@ ################################################################################ # Notes: -# - curl-7.32.0: breaks XBMC ftp sources support, please test before upgrade curl! # -build curl with OpenSSL support instead GnuTLS support to # work around a long standing bug on Pi where https streams often hang on # start. This hang is normally fatal and requires a reboot. @@ -26,7 +25,7 @@ # there: http://forum.xbmc.org/showthread.php?tid=177557 PKG_NAME="curl" -PKG_VERSION="7.31.0" +PKG_VERSION="7.35.0" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="MIT"