diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-11-13 11:39:20 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-14 13:20:59 +0000 |
commit | e9a9fac8c68451e6b67237e5934761238cb05796 (patch) | |
tree | d707be9a6ccb5e78407a1608ead7209584c2e79e /meta/recipes-support/curl | |
parent | a14087ea23bb97277bc3f86b7bb65b1383d9517b (diff) | |
download | poky-e9a9fac8c68451e6b67237e5934761238cb05796.tar.gz |
curl:upgrade 7.66.0 -> 7.67.0
(From OE-Core rev: 3fda2e0dda6823623cb6af2ce28bce9569816e95)
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/curl')
-rw-r--r-- | meta/recipes-support/curl/curl_7.67.0.bb (renamed from meta/recipes-support/curl/curl_7.66.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.66.0.bb b/meta/recipes-support/curl/curl_7.67.0.bb index d1975f2460..e08e08ed4a 100644 --- a/meta/recipes-support/curl/curl_7.66.0.bb +++ b/meta/recipes-support/curl/curl_7.67.0.bb | |||
@@ -9,8 +9,8 @@ SRC_URI = "http://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 | ||
12 | SRC_URI[md5sum] = "c238aa394e3aa47ca4fcb0491774149f" | 12 | SRC_URI[md5sum] = "7be288f6fd5b7b5e402ef3b36a461a24" |
13 | SRC_URI[sha256sum] = "6618234e0235c420a21f4cb4c2dd0badde76e6139668739085a70c4e2fe7a141" | 13 | SRC_URI[sha256sum] = "dd5f6956821a548bf4b44f067a530ce9445cc8094fd3e7e3fc7854815858586c" |
14 | 14 | ||
15 | CVE_PRODUCT = "curl libcurl" | 15 | CVE_PRODUCT = "curl libcurl" |
16 | inherit autotools pkgconfig binconfig multilib_header | 16 | inherit autotools pkgconfig binconfig multilib_header |