diff options
author | wangmy <wangmy@fujitsu.com> | 2021-04-09 16:27:20 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-18 11:37:25 +0100 |
commit | 218e1e3f4785c5548dd9042600b27438f8d6e4db (patch) | |
tree | 5344f1c14bc6ec3285c0c8944066778929c236b5 /meta/recipes-support/curl | |
parent | 3db91ef623024f0f03af362e2677baab5c4cbc4e (diff) | |
download | poky-218e1e3f4785c5548dd9042600b27438f8d6e4db.tar.gz |
curl: upgrade 7.75.0 -> 7.76.0
(From OE-Core rev: c1dfe36c5641ce1ddc1424e56037e23fd927c058)
Signed-off-by: Wang Mingyu <wangmy@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.76.0.bb (renamed from meta/recipes-support/curl/curl_7.75.0.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/curl/curl_7.75.0.bb b/meta/recipes-support/curl/curl_7.76.0.bb index 7666c7b608..634bbd72c2 100644 --- a/meta/recipes-support/curl/curl_7.75.0.bb +++ b/meta/recipes-support/curl/curl_7.76.0.bb | |||
@@ -13,7 +13,7 @@ SRC_URI = "https://curl.haxx.se/download/curl-${PV}.tar.bz2 \ | |||
13 | file://0001-replace-krb5-config-with-pkg-config.patch \ | 13 | file://0001-replace-krb5-config-with-pkg-config.patch \ |
14 | " | 14 | " |
15 | 15 | ||
16 | SRC_URI[sha256sum] = "50552d4501c178e4cc68baaecc487f466a3d6d19bbf4e50a01869effb316d026" | 16 | SRC_URI[sha256sum] = "e29bfe3633701590d75b0071bbb649ee5ca4ca73f00649268bd389639531c49a" |
17 | 17 | ||
18 | # Curl has used many names over the years... | 18 | # Curl has used many names over the years... |
19 | CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl" | 19 | CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl" |
@@ -36,6 +36,7 @@ PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | |||
36 | PACKAGECONFIG[krb5] = "--with-gssapi,--without-gssapi,krb5" | 36 | PACKAGECONFIG[krb5] = "--with-gssapi,--without-gssapi,krb5" |
37 | PACKAGECONFIG[ldap] = "--enable-ldap,--disable-ldap," | 37 | PACKAGECONFIG[ldap] = "--enable-ldap,--disable-ldap," |
38 | PACKAGECONFIG[ldaps] = "--enable-ldaps,--disable-ldaps," | 38 | PACKAGECONFIG[ldaps] = "--enable-ldaps,--disable-ldaps," |
39 | PACKAGECONFIG[libgsasl] = "--with-libgsasl,--without-libgsasl,libgsasl" | ||
39 | PACKAGECONFIG[libidn] = "--with-libidn2,--without-libidn2,libidn2" | 40 | PACKAGECONFIG[libidn] = "--with-libidn2,--without-libidn2,libidn2" |
40 | PACKAGECONFIG[libssh2] = "--with-libssh2,--without-libssh2,libssh2" | 41 | PACKAGECONFIG[libssh2] = "--with-libssh2,--without-libssh2,libssh2" |
41 | PACKAGECONFIG[mbedtls] = "--with-mbedtls=${STAGING_DIR_TARGET},--without-mbedtls,mbedtls" | 42 | PACKAGECONFIG[mbedtls] = "--with-mbedtls=${STAGING_DIR_TARGET},--without-mbedtls,mbedtls" |