summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-02-18 12:24:08 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-19 11:17:10 +0000
commit31fe53e42a18f45aac2c7402c98706b13809ce21 (patch)
treef6945b30983ac2140a8d42195bd03020eb0e1aae
parentc4a9d4682d060bfa3d33a1b821ab45e6bea9de51 (diff)
downloadpoky-31fe53e42a18f45aac2c7402c98706b13809ce21.tar.gz
curl: upgrade 7.74.0 -> 7.75.0
License-Update: copyright years changed (From OE-Core rev: c1e278cbcf193fc647557018b8d7ee7997817219) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/curl/curl_7.75.0.bb (renamed from meta/recipes-support/curl/curl_7.74.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.74.0.bb b/meta/recipes-support/curl/curl_7.75.0.bb
index 873bbe8143..5bbc56085a 100644
--- a/meta/recipes-support/curl/curl_7.74.0.bb
+++ b/meta/recipes-support/curl/curl_7.75.0.bb
@@ -3,13 +3,13 @@ HOMEPAGE = "http://curl.haxx.se/"
3BUGTRACKER = "http://curl.haxx.se/mail/list.cgi?list=curl-tracker" 3BUGTRACKER = "http://curl.haxx.se/mail/list.cgi?list=curl-tracker"
4SECTION = "console/network" 4SECTION = "console/network"
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://COPYING;md5=2e9fb35867314fe31c6a4977ef7dd531" 6LIC_FILES_CHKSUM = "file://COPYING;md5=425f6fdc767cc067518eef9bbdf4ab7b"
7 7
8SRC_URI = "https://curl.haxx.se/download/curl-${PV}.tar.bz2 \ 8SRC_URI = "https://curl.haxx.se/download/curl-${PV}.tar.bz2 \
9 file://0001-replace-krb5-config-with-pkg-config.patch \ 9 file://0001-replace-krb5-config-with-pkg-config.patch \
10" 10"
11 11
12SRC_URI[sha256sum] = "0f4d63e6681636539dc88fa8e929f934cd3a840c46e0bf28c73be11e521b77a5" 12SRC_URI[sha256sum] = "50552d4501c178e4cc68baaecc487f466a3d6d19bbf4e50a01869effb316d026"
13 13
14# Curl has used many names over the years... 14# Curl has used many names over the years...
15CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl" 15CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl"