diff options
-rw-r--r-- | meta/recipes-support/curl/curl_7.78.0.bb (renamed from meta/recipes-support/curl/curl_7.77.0.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.77.0.bb b/meta/recipes-support/curl/curl_7.78.0.bb index 6b15a6a3e8..2e2be66102 100644 --- a/meta/recipes-support/curl/curl_7.77.0.bb +++ b/meta/recipes-support/curl/curl_7.78.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] = "6c0c28868cb82593859fc43b9c8fdb769314c855c05cf1b56b023acf855df8ea" | 16 | SRC_URI[sha256sum] = "98530b317dc95ccb324bbe4f834f07bb642fbc393b794ddf3434f246a71ea44a" |
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" |
@@ -61,7 +61,6 @@ EXTRA_OECONF = " \ | |||
61 | --disable-ntlm-wb \ | 61 | --disable-ntlm-wb \ |
62 | --enable-crypto-auth \ | 62 | --enable-crypto-auth \ |
63 | --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \ | 63 | --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \ |
64 | --without-libmetalink \ | ||
65 | --without-libpsl \ | 64 | --without-libpsl \ |
66 | --enable-debug \ | 65 | --enable-debug \ |
67 | --enable-optimize \ | 66 | --enable-optimize \ |