From 457005feb4417a1c21846e6fc9ac254323ec303d Mon Sep 17 00:00:00 2001 From: heitbaum Date: Wed, 3 Feb 2021 12:28:04 +0000 Subject: [PATCH] curl: update to 7.78.0 and HSTS update 7.74.0 (2020-12-09) to 7.78.0 (2021-07-21) changelog: - https://curl.se/changes.html#7_78_0 - https://curl.se/changes.html#7_77_0 - https://curl.se/changes.html#7_76_1 - https://curl.se/changes.html#7_76_0 - https://curl.se/changes.html#7_75_0 metalink removed: curl/curl PR#7176 --- packages/web/curl/package.mk | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/packages/web/curl/package.mk b/packages/web/curl/package.mk index 708539a811..70b4c919e5 100644 --- a/packages/web/curl/package.mk +++ b/packages/web/curl/package.mk @@ -3,11 +3,11 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="curl" -PKG_VERSION="7.74.0" -PKG_SHA256="999d5f2c403cf6e25d58319fdd596611e455dd195208746bc6e6d197a77e878b" +PKG_VERSION="7.78.0" +PKG_SHA256="be42766d5664a739c3974ee3dfbbcbe978a4ccb1fe628bb1d9b59ac79e445fb5" PKG_LICENSE="MIT" -PKG_SITE="http://curl.haxx.se" -PKG_URL="http://curl.haxx.se/download/${PKG_NAME}-${PKG_VERSION}.tar.xz" +PKG_SITE="https://curl.haxx.se" +PKG_URL="https://curl.haxx.se/download/${PKG_NAME}-${PKG_VERSION}.tar.xz" PKG_DEPENDS_TARGET="toolchain zlib openssl rtmpdump libidn2 nghttp2" PKG_LONGDESC="Client and library for (HTTP, HTTPS, FTP, ...) transfers." PKG_TOOLCHAIN="configure" @@ -65,7 +65,6 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_lib_rtmp_RTMP_Init=yes \ --with-ca-bundle=/run/libreelec/cacert.pem \ --without-ca-path \ --without-libpsl \ - --without-libmetalink \ --without-libssh2 \ --with-librtmp \ --with-libidn2 \