diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-07-24 15:55:58 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-26 08:41:38 +0100 |
commit | e4cbc86558ebb0f2bce98ccd249fe7a02f76a260 (patch) | |
tree | 0493e714c9793b6dcfc565057cd1d34cdc260594 /meta/recipes-support/curl | |
parent | b369068d406f8689f2d8efa419af2449df8176e6 (diff) | |
download | poky-e4cbc86558ebb0f2bce98ccd249fe7a02f76a260.tar.gz |
curl: upgrade 7.65.2 -> 7.65.3
(From OE-Core rev: e3043b2c86556d91387dfbdf155e9b5547cc20c4)
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.65.3.bb (renamed from meta/recipes-support/curl/curl_7.65.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.65.2.bb b/meta/recipes-support/curl/curl_7.65.3.bb index 2fff04434a..96f90fb8ba 100644 --- a/meta/recipes-support/curl/curl_7.65.2.bb +++ b/meta/recipes-support/curl/curl_7.65.3.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] = "88910bdda3752a98083b6dbe85bafcaa" | 12 | SRC_URI[md5sum] = "bdd220d018c23e7f9ee82894e62a70bc" |
13 | SRC_URI[sha256sum] = "8093398b51e7d8337dac6f8fa6f1f77d562bdd9eca679dff9d9c3b8160ebfd28" | 13 | SRC_URI[sha256sum] = "0a855e83be482d7bc9ea00e05bdb1551a44966076762f9650959179c89fce509" |
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 |