[OE-core] [PATCH] curl: upgrade 7.67.0 -> 7.68.0

Pierre-Jean Texier pjtexier at koncepto.io
Sat Jan 11 13:39:05 UTC 2020


See full changelog https://curl.haxx.se/changes.html#7_68_0

The hash of the license is updated because the copyright year was
updated in COPYING file:

-Copyright (c) 1996 - 2019, Daniel Stenberg, <daniel at haxx.se>, and many
+Copyright (c) 1996 - 2020, Daniel Stenberg, <daniel at haxx.se>, and many

Signed-off-by: Pierre-Jean Texier <pjtexier at koncepto.io>
---
 meta/recipes-support/curl/{curl_7.67.0.bb => curl_7.68.0.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/curl/{curl_7.67.0.bb => curl_7.68.0.bb} (93%)

diff --git a/meta/recipes-support/curl/curl_7.67.0.bb b/meta/recipes-support/curl/curl_7.68.0.bb
similarity index 93%
rename from meta/recipes-support/curl/curl_7.67.0.bb
rename to meta/recipes-support/curl/curl_7.68.0.bb
index e08e08e..0a1547c 100644
--- a/meta/recipes-support/curl/curl_7.67.0.bb
+++ b/meta/recipes-support/curl/curl_7.68.0.bb
@@ -3,14 +3,14 @@ HOMEPAGE = "http://curl.haxx.se/"
 BUGTRACKER = "http://curl.haxx.se/mail/list.cgi?list=curl-tracker"
 SECTION = "console/network"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=be5d9e1419c4363f4b32037a2d3b7ffa"
+LIC_FILES_CHKSUM = "file://COPYING;md5=2e9fb35867314fe31c6a4977ef7dd531"
 
 SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
            file://0001-replace-krb5-config-with-pkg-config.patch \
 "
 
-SRC_URI[md5sum] = "7be288f6fd5b7b5e402ef3b36a461a24"
-SRC_URI[sha256sum] = "dd5f6956821a548bf4b44f067a530ce9445cc8094fd3e7e3fc7854815858586c"
+SRC_URI[md5sum] = "40d6784bd1a86e079d63cc668ba9bd8f"
+SRC_URI[sha256sum] = "207f54917dd6a2dc733065ccf18d61bb5bebeaceb5df49cd9445483e8623eeb9"
 
 CVE_PRODUCT = "curl libcurl"
 inherit autotools pkgconfig binconfig multilib_header
-- 
2.7.4



More information about the Openembedded-core mailing list