diff options
| author | Robert Joslyn <robert.joslyn@redrectangle.org> | 2022-10-30 20:06:26 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-01 17:34:58 +0000 |
| commit | 04eee95515735c0f14e99b0d989d8fc85a1f06b5 (patch) | |
| tree | ffa65ca0c43a0f7345716bbe03149d320205bdd1 /meta/recipes-support/curl/curl_7.86.0.bb | |
| parent | d9e944a0e8823e21146101f115bc8ebdae7808d8 (diff) | |
| download | poky-04eee95515735c0f14e99b0d989d8fc85a1f06b5.tar.gz | |
curl: Update 7.85.0 to 7.86.0
Feature and security update. Fixes the following CVEs:
- CVE-2022-32221
- CVE-2022-35260
- CVE-2022-42915
- CVE-2022-42916
Release notes: https://curl.se/changes.html#7_86_0
(From OE-Core rev: df55dced4b4980a8c6746acb2e02b80850d8613e)
Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/curl/curl_7.86.0.bb')
| -rw-r--r-- | meta/recipes-support/curl/curl_7.86.0.bb | 116 |
1 files changed, 116 insertions, 0 deletions
diff --git a/meta/recipes-support/curl/curl_7.86.0.bb b/meta/recipes-support/curl/curl_7.86.0.bb new file mode 100644 index 0000000000..ec8ce9fd28 --- /dev/null +++ b/meta/recipes-support/curl/curl_7.86.0.bb | |||
| @@ -0,0 +1,116 @@ | |||
| 1 | SUMMARY = "Command line tool and library for client-side URL transfers" | ||
| 2 | DESCRIPTION = "It uses URL syntax to transfer data to and from servers. \ | ||
| 3 | curl is a widely used because of its ability to be flexible and complete \ | ||
| 4 | complex tasks. For example, you can use curl for things like user authentication, \ | ||
| 5 | HTTP post, SSL connections, proxy support, FTP uploads, and more!" | ||
| 6 | HOMEPAGE = "https://curl.se/" | ||
| 7 | BUGTRACKER = "https://github.com/curl/curl/issues" | ||
| 8 | SECTION = "console/network" | ||
| 9 | LICENSE = "MIT-open-group" | ||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=190c514872597083303371684954f238" | ||
| 11 | |||
| 12 | SRC_URI = " \ | ||
| 13 | https://curl.se/download/${BP}.tar.xz \ | ||
| 14 | file://run-ptest \ | ||
| 15 | file://disable-tests \ | ||
| 16 | " | ||
| 17 | SRC_URI[sha256sum] = "2d61116e5f485581f6d59865377df4463f2e788677ac43222b496d4e49fb627b" | ||
| 18 | |||
| 19 | # Curl has used many names over the years... | ||
| 20 | CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl" | ||
| 21 | |||
| 22 | inherit autotools pkgconfig binconfig multilib_header ptest | ||
| 23 | |||
| 24 | # Entropy source for random PACKAGECONFIG option | ||
| 25 | RANDOM ?= "/dev/urandom" | ||
| 26 | |||
| 27 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} libidn openssl proxy random threaded-resolver verbose zlib" | ||
| 28 | PACKAGECONFIG:class-native = "ipv6 openssl proxy random threaded-resolver verbose zlib" | ||
| 29 | PACKAGECONFIG:class-nativesdk = "ipv6 openssl proxy random threaded-resolver verbose zlib" | ||
| 30 | |||
| 31 | # 'ares' and 'threaded-resolver' are mutually exclusive | ||
| 32 | PACKAGECONFIG[ares] = "--enable-ares,--disable-ares,c-ares,,,threaded-resolver" | ||
| 33 | PACKAGECONFIG[brotli] = "--with-brotli,--without-brotli,brotli" | ||
| 34 | PACKAGECONFIG[builtinmanual] = "--enable-manual,--disable-manual" | ||
| 35 | PACKAGECONFIG[dict] = "--enable-dict,--disable-dict," | ||
| 36 | PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls" | ||
| 37 | PACKAGECONFIG[gopher] = "--enable-gopher,--disable-gopher," | ||
| 38 | PACKAGECONFIG[imap] = "--enable-imap,--disable-imap," | ||
| 39 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | ||
| 40 | PACKAGECONFIG[krb5] = "--with-gssapi,--without-gssapi,krb5" | ||
| 41 | PACKAGECONFIG[ldap] = "--enable-ldap,--disable-ldap," | ||
| 42 | PACKAGECONFIG[ldaps] = "--enable-ldaps,--disable-ldaps," | ||
| 43 | PACKAGECONFIG[libgsasl] = "--with-libgsasl,--without-libgsasl,libgsasl" | ||
| 44 | PACKAGECONFIG[libidn] = "--with-libidn2,--without-libidn2,libidn2" | ||
| 45 | PACKAGECONFIG[libssh2] = "--with-libssh2,--without-libssh2,libssh2" | ||
| 46 | PACKAGECONFIG[mbedtls] = "--with-mbedtls=${STAGING_DIR_TARGET},--without-mbedtls,mbedtls" | ||
| 47 | PACKAGECONFIG[mqtt] = "--enable-mqtt,--disable-mqtt," | ||
| 48 | PACKAGECONFIG[nghttp2] = "--with-nghttp2,--without-nghttp2,nghttp2" | ||
| 49 | PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl" | ||
| 50 | PACKAGECONFIG[pop3] = "--enable-pop3,--disable-pop3," | ||
| 51 | PACKAGECONFIG[proxy] = "--enable-proxy,--disable-proxy," | ||
| 52 | PACKAGECONFIG[random] = "--with-random=${RANDOM},--without-random" | ||
| 53 | PACKAGECONFIG[rtmpdump] = "--with-librtmp,--without-librtmp,rtmpdump" | ||
| 54 | PACKAGECONFIG[rtsp] = "--enable-rtsp,--disable-rtsp," | ||
| 55 | PACKAGECONFIG[smb] = "--enable-smb,--disable-smb," | ||
| 56 | PACKAGECONFIG[smtp] = "--enable-smtp,--disable-smtp," | ||
| 57 | PACKAGECONFIG[nss] = "--with-nss,--without-nss,nss" | ||
| 58 | PACKAGECONFIG[telnet] = "--enable-telnet,--disable-telnet," | ||
| 59 | PACKAGECONFIG[tftp] = "--enable-tftp,--disable-tftp," | ||
| 60 | PACKAGECONFIG[threaded-resolver] = "--enable-threaded-resolver,--disable-threaded-resolver,,,,ares" | ||
| 61 | PACKAGECONFIG[verbose] = "--enable-verbose,--disable-verbose" | ||
| 62 | PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib" | ||
| 63 | PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd" | ||
| 64 | |||
| 65 | EXTRA_OECONF = " \ | ||
| 66 | --disable-libcurl-option \ | ||
| 67 | --disable-ntlm-wb \ | ||
| 68 | --enable-crypto-auth \ | ||
| 69 | --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \ | ||
| 70 | --without-libpsl \ | ||
| 71 | --enable-debug \ | ||
| 72 | --enable-optimize \ | ||
| 73 | --disable-curldebug \ | ||
| 74 | ${@'--without-ssl' if (bb.utils.filter('PACKAGECONFIG', 'gnutls mbedtls nss openssl', d) == '') else ''} \ | ||
| 75 | " | ||
| 76 | |||
| 77 | do_install:append:class-target() { | ||
| 78 | # cleanup buildpaths from curl-config | ||
| 79 | sed -i \ | ||
| 80 | -e 's,--sysroot=${STAGING_DIR_TARGET},,g' \ | ||
| 81 | -e 's,--with-libtool-sysroot=${STAGING_DIR_TARGET},,g' \ | ||
| 82 | -e 's|${DEBUG_PREFIX_MAP}||g' \ | ||
| 83 | -e 's|${@" ".join(d.getVar("DEBUG_PREFIX_MAP").split())}||g' \ | ||
| 84 | ${D}${bindir}/curl-config | ||
| 85 | } | ||
| 86 | |||
| 87 | do_compile_ptest() { | ||
| 88 | oe_runmake test | ||
| 89 | oe_runmake -C ${B}/tests/server | ||
| 90 | } | ||
| 91 | |||
| 92 | do_install_ptest() { | ||
| 93 | cat ${WORKDIR}/disable-tests >> ${S}/tests/data/DISABLED | ||
| 94 | rm -f ${B}/tests/configurehelp.pm | ||
| 95 | cp -rf ${B}/tests ${D}${PTEST_PATH} | ||
| 96 | cp -rf ${S}/tests ${D}${PTEST_PATH} | ||
| 97 | find ${D}${PTEST_PATH}/ -type f -name Makefile.am -o -name Makefile.in -o -name Makefile -delete | ||
| 98 | install -d ${D}${PTEST_PATH}/src | ||
| 99 | ln -sf ${bindir}/curl ${D}${PTEST_PATH}/src/curl | ||
| 100 | cp -rf ${D}${bindir}/curl-config ${D}${PTEST_PATH} | ||
| 101 | } | ||
| 102 | |||
| 103 | RDEPENDS:${PN}-ptest += "bash perl-modules perl-module-time-hires perl-module-digest-md5 \ | ||
| 104 | perl-module-digest perl-module-ipc-open2" | ||
| 105 | |||
| 106 | PACKAGES =+ "lib${BPN}" | ||
| 107 | |||
| 108 | FILES:lib${BPN} = "${libdir}/lib*.so.*" | ||
| 109 | RRECOMMENDS:lib${BPN} += "ca-certificates" | ||
| 110 | |||
| 111 | FILES:${PN} += "${datadir}/zsh" | ||
| 112 | |||
| 113 | inherit multilib_script | ||
| 114 | MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/curl-config" | ||
| 115 | |||
| 116 | BBCLASSEXTEND = "native nativesdk" | ||
