From bc8ec11c9e78befb7dce872425f4929de4177272 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 16 Feb 2021 06:43:34 +0000 Subject: [PATCH] curl: upgrade 7.74.0 -> 7.75.0 --- .../curl/{curl_7.74.0.bb => curl_7.75.0.bb} | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) rename meta/recipes-support/curl/{curl_7.74.0.bb => curl_7.75.0.bb} (81%) diff --git a/meta/recipes-support/curl/curl_7.74.0.bb b/meta/recipes-support/curl/curl_7.75.0.bb similarity index 81% rename from meta/recipes-support/curl/curl_7.74.0.bb rename to meta/recipes-support/curl/curl_7.75.0.bb index 873bbe8143..5fa5a35a73 100644 --- a/meta/recipes-support/curl/curl_7.74.0.bb +++ b/meta/recipes-support/curl/curl_7.75.0.bb @@ -1,15 +1,36 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- COPYING +# +++ COPYING +# @@ -1,6 +1,6 @@ +# COPYRIGHT AND PERMISSION NOTICE +# +# -Copyright (c) 1996 - 2020, Daniel Stenberg, , and many +# +Copyright (c) 1996 - 2021, Daniel Stenberg, , and many +# contributors, see the THANKS file. +# +# All rights reserved. +# +# + SUMMARY = "Command line tool and library for client-side URL transfers" 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=2e9fb35867314fe31c6a4977ef7dd531" +LIC_FILES_CHKSUM = "file://COPYING;md5=425f6fdc767cc067518eef9bbdf4ab7b" SRC_URI = "https://curl.haxx.se/download/curl-${PV}.tar.bz2 \ file://0001-replace-krb5-config-with-pkg-config.patch \ " -SRC_URI[sha256sum] = "0f4d63e6681636539dc88fa8e929f934cd3a840c46e0bf28c73be11e521b77a5" +SRC_URI[sha256sum] = "50552d4501c178e4cc68baaecc487f466a3d6d19bbf4e50a01869effb316d026" # Curl has used many names over the years... CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl" -- 2.17.1