From a43a6dd165c20de1ff0af5cb3322d7fe2b046d1a Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 16 Sep 2013 03:55:49 +0200 Subject: [PATCH] curl: downgrade to curl-7.31.0, this should solve non working FTP sources in XBMC Signed-off-by: Stephan Raue --- packages/web/curl/meta | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/web/curl/meta b/packages/web/curl/meta index f4b0fb1a5a..6e8b37154c 100644 --- a/packages/web/curl/meta +++ b/packages/web/curl/meta @@ -19,7 +19,8 @@ ################################################################################ PKG_NAME="curl" -PKG_VERSION="7.32.0" +# curl-7.32.0 breaks XBMC ftp sources support, please test before upgrade curl! +PKG_VERSION="7.31.0" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="MIT"