]> code.ossystems Code Review - openembedded-core.git/commitdiff
curl: Upgrade to 7.78.0
authorMingli Yu <mingli.yu@windriver.com>
Mon, 2 Aug 2021 08:06:56 +0000 (16:06 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Aug 2021 09:37:29 +0000 (10:37 +0100)
Remove libmetalink configure option as this rarely used option is
removed in the new version [1].

[1] https://github.com/curl/curl/commit/265b14d6b37c4298bd5556fabcbc37d36f911693

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/curl/curl_7.78.0.bb [moved from meta/recipes-support/curl/curl_7.77.0.bb with 97% similarity]

similarity index 97%
rename from meta/recipes-support/curl/curl_7.77.0.bb
rename to meta/recipes-support/curl/curl_7.78.0.bb
index 6b15a6a3e888c24c641ca8a73e081973e1f3b103..2e2be661024b056ab228aa328d6bfe75e21b4d66 100644 (file)
@@ -13,7 +13,7 @@ SRC_URI = "https://curl.haxx.se/download/curl-${PV}.tar.bz2 \
            file://0001-replace-krb5-config-with-pkg-config.patch \
 "
 
-SRC_URI[sha256sum] = "6c0c28868cb82593859fc43b9c8fdb769314c855c05cf1b56b023acf855df8ea"
+SRC_URI[sha256sum] = "98530b317dc95ccb324bbe4f834f07bb642fbc393b794ddf3434f246a71ea44a"
 
 # Curl has used many names over the years...
 CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl"
@@ -61,7 +61,6 @@ EXTRA_OECONF = " \
     --disable-ntlm-wb \
     --enable-crypto-auth \
     --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \
-    --without-libmetalink \
     --without-libpsl \
     --enable-debug \
     --enable-optimize \