/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/ |
H A D | pidgin_2.14.13.bb | 1 SUMMARY = "multi-protocol instant messaging client" 4 LICENSE = "GPL-2.0-only" 6 DEPENDS = "python3 virtual/libintl intltool-native libxml2 gconf glib-2.0-native" 11 ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \ 12 file://sanitize-configure.ac.patch \ 13 file://fix_incompatible_pointer_types_for_gtkitemfactorycallbacks_on_gcc-14.patch \ 18 CVE_STATUS[CVE-2010-1624] = "fixed-version: The CPE in the NVD database doesn't reflect correctly t… 19 CVE_STATUS[CVE-2011-3594] = "fixed-version: The CPE in the NVD database doesn't reflect correctly t… 21 PACKAGECONFIG ??= "gnutls consoleui avahi dbus idn nss \ 22 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 gtk startup-notification', '', d)} \ [all …]
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm/swtpm/ |
H A D | swtpm_0.10.0.bb | 1 SUMMARY = "SWTPM - Software TPM Emulator" 2 LICENSE = "BSD-3-Clause" 6 # expect-native, socat-native, coreutils-native and net-tools-native are reportedly only required f… 7 DEPENDS = "libtasn1 coreutils-native expect-native socat-native glib-2.0 net-tools-native libtpms j… 10 SRC_URI = "git://github.com/stefanberger/swtpm.git;branch=stable-0.10;protocol=https" 21 PACKAGECONFIG ?= "openssl gnutls" 24 PACKAGECONFIG += "${@bb.utils.contains('BBFILE_COLLECTIONS', 'filesystems-layer', 'cuse', '', d)}" 25 PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" 26 # expect, bash, tpm2-pkcs11-tools (tpm2_ptool), tpmtool and certtool is 27 # used by swtpm-create-tpmca (the last two is provided by gnutls) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/libcoap/ |
H A D | libcoap_4.3.4.bb | 2 DESCRIPTION = "libcoap implements a lightweight application-protocol for \ 7 LICENSE = "BSD-2-Clause & BSD-3-Clause" 11 file://run-ptest \ 12 file://CVE-2024-0962.patch \ 20 DEPENDS += "ctags-native" 26 PACKAGECONFIG[async] = "--enable-async,--disable-async" 27 PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls,,,openssl mbedtls" 28 …G[manpages] = "--enable-documentation --enable-doxygen --enable-manpages,--disable-documentation,a… 29 PACKAGECONFIG[mbedtls] = "--with-mbedtls,--without-mbedtls,mbedtls,,,gnutls openssl" 30 PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl,,,gnutls mbedtls" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/qpdf/ |
H A D | qpdf_11.9.1.bb | 3 LICENSE = "Apache-2.0" 6 DEPENDS = "zlib jpeg ${@bb.utils.contains('PACKAGECONFIG', 'gnutls', 'gnutls', 'openssl', d)}" 14 -DRANDOM_DEVICE="/dev/random" \ 15 -DBUILD_STATIC_LIBS=OFF \ 16 -DALLOW_CRYPTO_NATIVE=OFF \ 17 -DUSE_IMPLICIT_CRYPTO=OFF \ 20 LDFLAGS:append:mipsarch = " -latomic" 21 LDFLAGS:append:riscv32 = " -latomic" 25 PACKAGECONFIG ?= "gnutls" 26 PACKAGECONFIG[gnutls] = "-DREQUIRE_CRYPTO_GNUTLS=ON,-DREQUIRE_CRYPTO_OPENSSL=ON" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/ |
H A D | xmlsec1_1.3.5.bb | 16 file://fix-ltmain.sh.patch \ 17 file://change-finding-path-of-nss.patch \ 18 file://makefile-ptest.patch \ 19 file://xmlsec1-examples-allow-build-in-separate-dir.patch \ 20 file://0001-nss-nspr-fix-for-multilib.patch \ 21 file://run-ptest \ 22 file://ensure-search-path-non-host.patch \ 27 inherit autotools-brokensep ptest pkgconfig 29 #CFLAGS += "-I${STAGING_INCDIR}/nss3" 30 #CPPFLAGS += "-I${STAGING_INCDIR}/nss3" [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/glib-networking/ |
H A D | glib-networking_2.80.0.bb | 2 DESCRIPTION = "glib-networking contains the implementations of certain GLib networking features tha… 3 HOMEPAGE = "https://gitlab.gnome.org/GNOME/glib-networking/" 6 LICENSE = "LGPL-2.1-or-later" 7 LICENSE:append = "${@bb.utils.contains('PACKAGECONFIG', 'openssl', ' & Glib-Networking-OpenSSL-Exce… 8 NO_GENERIC_LICENSE[Glib-Networking-OpenSSL-Exception] = "LICENSE_EXCEPTION" 12 … file://tls/base/gtlsconnection-base.c;beginline=7;endline=22;md5=ab641ac307f3337811008ea9afe7059f" 15 DEPENDS = "glib-2.0-native glib-2.0" 20 # the expected error code or don't work as expected so default to gnutls 21 PACKAGECONFIG ??= "gnutls environment ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" 23 PACKAGECONFIG[gnutls] = "-Dgnutls=enabled,-Dgnutls=disabled,gnutls,ca-certificates" [all …]
|
/openbmc/openbmc/poky/meta/recipes-support/gnutls/ |
H A D | gnutls_3.8.8.bb | 4 HOMEPAGE = "https://gnutls.org/" 5 BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" 7 LICENSE = "GPL-3.0-or-later & LGPL-2.1-or-later" 8 LICENSE:${PN} = "LGPL-2.1-or-later" 9 LICENSE:${PN}-xx = "LGPL-2.1-or-later" 10 LICENSE:${PN}-bin = "GPL-3.0-or-later" 11 LICENSE:${PN}-openssl = "GPL-3.0-or-later" 21 SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar.xz \ 23 file://0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch \ 24 file://run-ptest \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-support/gnupg/ |
H A D | gnupg_2.5.2.bb | 1 SUMMARY = "GNU Privacy Guard - encryption and signing tools (2.x)" 8 LICENSE = "GPL-3.0-only & LGPL-3.0-only" 17 SRC_URI = "${GNUPG_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ 18 file://0002-use-pkgconfig-instead-of-npth-config.patch \ 19 file://0004-autogen.sh-fix-find-version-for-beta-checking.patch \ 20 file://0001-Woverride-init-is-not-needed-with-gcc-9.patch \ 22 SRC_URI:append:class-native = " file://0001-configure.ac-use-a-custom-value-for-the-location-of-.pa… 24 SRC_URI:append:class-nativesdk = " file://relocate.patch" 28 EXTRA_OECONF = "--disable-ldap \ 29 --disable-ccid-driver \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-support/vte/ |
H A D | vte_0.78.2.bb | 5 LICENSE = "GPL-3.0-only & LGPL-3.0-or-later & MIT" 6 LICENSE:libvte = "LGPL-3.0-or-later" 14 DEPENDS = "glib-2.0 glib-2.0-native gtk+3 libpcre2 libxml2-native gperf-native icu lz4" 18 inherit gnomebase gi-docgen features_check upstream-version-is-even gobject-introspection systemd v… 20 SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch \ 21 file://0002-lib-Typo-fix.patch \ 22 file://0004-fast_float-Add-single-header-library-for-from_char-i.patch \ 23 file://0005-color-parser-Use-fast_float-implementation-for-from_.patch \ 29 EXTRA_OEMESON += "${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-Dvapi=true', '-Dvapi=false', d)… 30 EXTRA_OEMESON:append = " ${@bb.utils.contains('GI_DATA_ENABLED', 'False', '-Ddocs=false', '', d)}" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/ |
H A D | openldap_2.6.9.bb | 4 # The OpenLDAP Public License - see the HOMEPAGE - defines 17 SRC_URI = "http://www.openldap.org/software/download/OpenLDAP/openldap-release/${BP}.tgz \ 20 file://remove-user-host-pwd-from-version.patch \ 21 file://0001-build-top.mk-unset-STRIP_OPTS.patch \ 26 DEPENDS = "util-linux groff-native" 28 inherit autotools-brokensep update-rc.d systemd pkgconfig 39 EXTRA_OECONF += "--with-yielding-select=yes" 41 EXTRA_OECONF += "--enable-dynamic" 43 PACKAGECONFIG ??= "asyncmeta gnutls modules \ 47 #--with-tls with TLS/SSL support auto|openssl|gnutls [auto] [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/cups/ |
H A D | cups.inc | 8 LICENSE = "Apache-2.0" 11 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/cups-${PV}-source.tar.gz \ 12 file://0001-use-echo-only-in-init.patch \ 13 file://0002-don-t-try-to-run-generated-binaries.patch \ 15 file://0004-cups-fix-multilib-install-file-conflicts.patch \ 17 file://cups-volatiles.conf \ 22 CVE_STATUS[CVE-2008-1033] = "not-applicable-platform: Issue only applies to MacOS" 23 CVE_STATUS[CVE-2009-0032] = "cpe-incorrect: Issue affects pdfdistiller plugin used with but not par… 24 CVE_STATUS[CVE-2018-6553] = "not-applicable-platform: This is an Ubuntu only issue" 25 CVE_STATUS[CVE-2022-26691] = "fixed-version: This is fixed in 2.4.2 but the cve-check class still r… [all …]
|
/openbmc/openbmc/poky/meta/recipes-support/curl/ |
H A D | curl_8.11.1.bb | 1 SUMMARY = "Command line tool and library for client-side URL transfers" 14 file://run-ptest \ 15 file://disable-tests \ 16 file://no-test-timeout.patch \ 22 CVE_STATUS[CVE-2024-32928] = "ignored: CURLOPT_SSL_VERIFYPEER was disabled on google cloud services… 26 COMMON_PACKAGECONFIG = "basic-auth bearer-auth digest-auth ipfs negotiate-auth openssl proxy thread… 28 PACKAGECONFIG:class-native = "${COMMON_PACKAGECONFIG} ipv6" 29 PACKAGECONFIG:class-nativesdk = "${COMMON_PACKAGECONFIG} ipv6" 31 # 'ares' and 'threaded-resolver' are mutually exclusive 32 PACKAGECONFIG[ares] = "--enable-ares,--disable-ares,c-ares,,,threaded-resolver" [all …]
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/ |
H A D | rpidistro-vlc_3.0.17.bb | 1 DESCRIPTION = "Video player and streamer - davinci edition" 5 LICENSE = "GPL-2.0-only" 9 git://git@github.com/RPi-Distro/vlc;protocol=https;branch=buster-rpt \ 10 file://0001-configure-fix-linking-on-RISC-V-ISA.patch \ 11 file://0002-Revert-configure-Require-libmodplug-0.8.9.patch \ 12 file://0003-CVE-2022-41325.patch \ 13 file://0004-mmal_20.patch \ 14 file://0005-mmal_exit_fix.patch \ 15 file://0006-mmal_chain.patch \ 16 file://0007-armv6.patch \ [all …]
|
/openbmc/qemu/scripts/ci/setup/ubuntu/ |
H A D | ubuntu-2204-aarch64.yaml | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool variables --host-arch aarch64 ubuntu-2204 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 8 - bash 9 - bc 10 - bison 11 - bsdextrautils 12 - bzip2 13 - ca-certificates 14 - ccache [all …]
|
H A D | ubuntu-2204-s390x.yaml | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool variables --host-arch s390x ubuntu-2204 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 8 - bash 9 - bc 10 - bison 11 - bsdextrautils 12 - bzip2 13 - ca-certificates 14 - ccache [all …]
|
H A D | ubuntu-2204-armhf-cross.yml | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool variables --cross-arch armv7l ubuntu-2204 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 8 - bash 9 - bc 10 - bison 11 - bsdextrautils 12 - bzip2 13 - ca-certificates 14 - ccache [all …]
|
/openbmc/qemu/tests/docker/dockerfiles/ |
H A D | alpine.docker | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool dockerfile --layers all alpine-319 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 12 alsa-lib-dev \ 13 attr-dev \ 18 bzip2-dev \ 19 ca-certificates \ 20 capstone-dev \ 22 ceph-dev \ 24 cmocka-dev \ [all …]
|
H A D | ubuntu2204.docker | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool dockerfile --layers all ubuntu-2204 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 10 apt-get update && \ 11 apt-get install -y eatmydata && \ 12 eatmydata apt-get dist-upgrade -y && \ 13 eatmydata apt-get install --no-install-recommends -y \ 19 ca-certificates \ 25 exuberant-ctags \ 33 libaio-dev \ [all …]
|
H A D | debian.docker | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool dockerfile --layers all debian-12 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 7 FROM docker.io/library/debian:12-slim 10 apt-get update && \ 11 apt-get install -y eatmydata && \ 12 eatmydata apt-get dist-upgrade -y && \ 13 eatmydata apt-get install --no-install-recommends -y \ 20 ca-certificates \ 26 exuberant-ctags \ [all …]
|
H A D | debian-amd64-cross.docker | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool dockerfile --layers all --cross-arch x86_64 debian-12 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 7 FROM docker.io/library/debian:12-slim 10 apt-get update && \ 11 apt-get install -y eatmydata && \ 12 eatmydata apt-get dist-upgrade -y && \ 13 eatmydata apt-get install --no-install-recommends -y \ 20 ca-certificates \ 25 exuberant-ctags \ [all …]
|
H A D | debian-armhf-cross.docker | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool dockerfile --layers all --cross-arch armv7l debian-12 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 7 FROM docker.io/library/debian:12-slim 10 apt-get update && \ 11 apt-get install -y eatmydata && \ 12 eatmydata apt-get dist-upgrade -y && \ 13 eatmydata apt-get install --no-install-recommends -y \ 20 ca-certificates \ 25 exuberant-ctags \ [all …]
|
H A D | debian-arm64-cross.docker | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool dockerfile --layers all --cross-arch aarch64 debian-12 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 7 FROM docker.io/library/debian:12-slim 10 apt-get update && \ 11 apt-get install -y eatmydata && \ 12 eatmydata apt-get dist-upgrade -y && \ 13 eatmydata apt-get install --no-install-recommends -y \ 20 ca-certificates \ 25 exuberant-ctags \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/x265/ |
H A D | x265_4.1.bb | 5 LICENSE = "GPL-2.0-only" 9 DEPENDS = "nasm-native gnutls zlib libpcre numactl" 17 EXTRA_OECMAKE += "-DENABLE_PIC=ON -DENABLE_SHARED=ON -DENABLE_CLI=ON" 18 EXTRA_OECMAKE:append:x86 = " -DENABLE_ASSEMBLY=OFF" 20 …echo "set(CMAKE_ASM_NASM_FLAGS -DPIC --debug-prefix-map ${S}=/usr/src/debug/${PN}/${EXTENDPE}${PV}… 24 PACKAGECONFIG[hdr10plus] = "-DENABLE_HDR10_PLUS=ON,-DENABLE_HDR10_PLUS=OFF" 25 PACKAGECONFIG[10bit] = "-DHIGH_BIT_DEPTH=ON,-DHIGH_BIT_DEPTH=OFF" 28 FILES:${PN}-dev = "${includedir} ${libdir}/pkgconfig ${libdir}/libx265.so"
|
/openbmc/qemu/tests/lcitool/projects/ |
H A D | qemu.yml | 1 --- 3 - alsa 4 - bash 5 - bc 6 - bindgen 7 - bison 8 - brlapi 9 - bzip2 10 - bzip2-libs 11 - capstone [all …]
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.3.4.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 3 Release notes for Yocto-4.3.4 (Nanbield) 4 ---------------------------------------- 6 Security Fixes in Yocto-4.3.4 9 - bind: Fix :cve_nist:`2023-4408`, :cve_nist:`2023-5517`, :cve_nist:`2023-5679` and :cve_nist:`202… 10 - gcc: Update :term:`CVE_STATUS` for :cve_nist:`2023-4039` as fixed 11 - glibc: Fix :cve_nist:`2023-6246`, :cve_nist:`2023-6779` and :cve_nist:`2023-6780` 12 - gnutls: Fix :cve_nist:`2024-0553` and :cve_nist:`2024-0567` 13 - gstreamer: Fix :cve_mitre:`2024-0444` 14 - libssh2: fix :cve_nist:`2023-48795` [all …]
|