]> code.ossystems Code Review - openembedded-core.git/commitdiff
curl: Change SRC_URI from http to https
authorRandy MacLeod <randy.macleod@windriver.com>
Mon, 21 Sep 2020 18:24:25 +0000 (14:24 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Sep 2020 19:53:10 +0000 (20:53 +0100)
The official links on:
   https://curl.haxx.se/download.html
use https now and we're seeing this warning:
   WARNING: curl-native-7.72.0-r0 do_fetch: Failed to fetch URL http://curl.haxx.se/download/curl-7.72.0.tar.bz2, attempting MIRRORS if available

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/curl/curl_7.72.0.bb

index a2ae0b6901257237d432b305c793ee2018d7324c..7d0268253d23ad49e64d73fa95ebf8d8d6a51eea 100644 (file)
@@ -5,7 +5,7 @@ SECTION = "console/network"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2e9fb35867314fe31c6a4977ef7dd531"
 
-SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
+SRC_URI = "https://curl.haxx.se/download/curl-${PV}.tar.bz2 \
            file://0001-replace-krb5-config-with-pkg-config.patch \
 "