| /openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/ |
| H A D | CVE-2023-1981.patch | 2 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= <pemensik@redhat.com> 11 …stream-Status: Backport [import from ubuntu https://git.launchpad.net/ubuntu/+source/avahi/tree/de… 13 CVE: CVE-2023-1981 14 Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> 15 --- 16 avahi-daemon/dbus-protocol.c | 20 ++++++++++++++------ 17 1 file changed, 14 insertions(+), 6 deletions(-) 19 diff --git a/avahi-daemon/dbus-protocol.c b/avahi-daemon/dbus-protocol.c 21 --- a/avahi-daemon/dbus-protocol.c 22 +++ b/avahi-daemon/dbus-protocol.c [all …]
|
| H A D | CVE-2023-38470-2.patch | 1 From 20dec84b2480821704258bc908e7b2bd2e883b24 Mon Sep 17 00:00:00 2001 8 ==93410==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7f9e76f14c16 at pc 0x000000472… 10 …#0 0x47208c in __interceptor_strlen (out/fuzz-domain+0x47208c) (BuildId: 731b20c1eef22c2104e75a649… 11 #1 0x534eb0 in avahi_strdup avahi/avahi-common/malloc.c:167:12 12 #2 0x53862c in avahi_normalize_name_strdup avahi/avahi-common/domain.c:226:12 16 fuzz-domain: fuzz/fuzz-domain.c:38: int LLVMFuzzerTestOneInput(const uint8_t *, size_t): Assertion … 18 …#0 0x501175 in __sanitizer_print_stack_trace (/home/vagrant/avahi/out/fuzz-domain+0x501175) (Build… 19 …#1 0x45ad2c in fuzzer::PrintStackTrace() (/home/vagrant/avahi/out/fuzz-domain+0x45ad2c) (BuildId: … 20 …#2 0x43fc07 in fuzzer::Fuzzer::CrashCallback() (/home/vagrant/avahi/out/fuzz-domain+0x43fc07) (Bui… 27 #9 0x5344a4 in LLVMFuzzerTestOneInput /home/vagrant/avahi/fuzz/fuzz-domain.c:38:9 [all …]
|
| /openbmc/qemu/tests/vm/ |
| H A D | ubuntuvm.py | 3 # Ubuntu VM testing library 10 # Originally based on ubuntu.i386 Fam Zheng <famz@redhat.com> 13 # the COPYING file in the top-level directory. 22 self.login_prompt = "ubuntu-{}-guest login:".format(self.arch) 26 """Build an Ubuntu VM image. The child class will 31 subprocess.check_call(["cp", "-f", os_img, img_tmp]) 35 self.boot(img_tmp, extra_args = [ "-device", "VGA", "-cdrom", ci_img, ]) 39 cmd="chmod -x /etc/update-motd.d/*") 42 cmd="ls /var/lib/cloud/instance/boot-finished") 43 self.ssh_root("touch /etc/cloud/cloud-init.disabled") [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0010-Use-linux-capability.h-on-linux-systems-too.patch | 2 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= <loic.minier@ubuntu.com> 6 Upstream-Status: Inappropriate 7 --- 8 include/private/android_filesystem_config.h | 2 +- 9 1 file changed, 1 insertion(+), 1 deletion(-) 11 diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_confi… 13 --- a/include/private/android_filesystem_config.h 15 @@ -27,7 +27,7 @@ 19 -#ifdef HAVE_ANDROID_OS
|
| /openbmc/openbmc-build-scripts/scripts/ |
| H A D | build-unit-test-docker | 7 # default is openbmc/ubuntu-unit-test 9 # FORCE_DOCKER_BUILD: <optional, a non-zero value with force all Docker 17 # UBUNTU_MIRROR: <optional, the URL of a mirror of Ubuntu to override the 21 # instead of our default (public.ecr.aws/ubuntu) 35 # typing.Dict is used for type-hints. 61 def __init_subclass__(cls, **kwargs: Any) -> None: 75 # url [optional]: lambda function to create URL: (package, rev) -> url. 105 …g, rev: f"https://github.com/boostorg/{pkg}/releases/download/{pkg}-{rev}/{pkg}-{rev}-cmake.tar.gz" 111 … f" --prefix={prefix} --with-libraries=atomic,context,coroutine,filesystem,process,url" 114 f"./b2 install --prefix={prefix} valgrind=on", [all …]
|
| /openbmc/openbmc-build-scripts/ |
| H A D | build-setup.sh | 9 # build_scripts_dir The path of the openbmc-build-scripts directory. 18 # UBUNTU_MIRROR [optional] The URL of a mirror of Ubuntu to override the 27 # instead of our default (public.ecr.aws/ubuntu) 32 # BITBAKE_OPTS Set to "-c populate_sdk" or whatever other BitBake options 39 # fedora|ubuntu. Note that if you chose fedora, you will 41 # Default: "ubuntu" 43 # Default: "openbmc/${distro}:${imgtag}-${target}" 45 # ubuntu: latest|16.04|14.04|trusty|xenial 57 # scheduling. Nice values range from -20 (most favorable 76 # | - build [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/mplayer/libplacebo/ |
| H A D | 0001-meson-add-glslang-lib-for-15.0.0-linking.patch | 2 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= <kasper93@gmail.com> 10 without installing additional package like glslang-tools, because at 11 least Ubuntu splits it. On Arch it would work, but generally the CMake 12 config require cmake binary to work also, so let's keep it as-is for 15 Upstream-Status: Backport [https://github.com/haasn/libplacebo/commit/056b852018db04aa2ebc0982e2771… 16 --- 20 diff --git a/src/glsl/meson.build b/src/glsl/meson.build 22 --- a/src/glsl/meson.build 24 @@ -39,6 +39,10 @@ elif not glslang_req.disabled()
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/ |
| H A D | 0004-Use-fresh-X11-timestamps-when-displaying-authenticat.patch | 2 Date: Mon, 30 Apr 2018 18:05:20 +0000 5 This circumvents focus-stealing prevention. 8 Bug-Debian: https://bugs.debian.org/684300 9 Bug-Ubuntu: https://launchpad.net/bugs/946171 11 Upstream-Status: Pending 12 Signed-off-by: Khem Raj <raj.khem@gmail.com> 13 --- 14 src/polkitgnomeauthenticator.c | 4 +++- 15 1 file changed, 3 insertions(+), 1 deletion(-) 17 diff --git a/src/polkitgnomeauthenticator.c b/src/polkitgnomeauthenticator.c [all …]
|
| /openbmc/openbmc/poky/meta/recipes-extended/bzip2/bzip2/ |
| H A D | 0001-fix-bzip2-version-tmp-aaa-will-hang.patch | 4 Subject: [PATCH] fix 'bzip2 --version > /tmp/aaa 2>&1' hang 8 As of the current version 1.0.8, bzip2 --version will print version 11 $ ./bzip2 --version 12 bzip2, a block-sorting file compressor. Version 1.0.8, 13-Jul-2019. 14 Copyright (C) 1996-2019 by Julian Seward. 19 bzip2: For help, type: `bzip2 --help'. 21 Debian (and its downstreams like Ubuntu) will patch this out [2], 24 [1] https://stackoverflow.com/questions/59757176/why-using-dev-null-with-a-program-like-bzip2 25 [2] https://sources.debian.org/src/bzip2/1.0.8-6/debian/patches/20-legacy.patch/ 27 Upstream-Status: Submitted [bzip2-devel@sourceware.org] [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/unattended-upgrades/files/ |
| H A D | 0001-unattended-upgrade-Remove-distro_info-usage-to-check.patch | 2 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= <anibal@rzerosystems.com> 3 Date: Thu, 27 Jan 2022 16:32:25 -0600 4 Subject: [PATCH] unattended-upgrade: Remove distro_info usage to check devel 6 MIME-Version: 1.0 7 Content-Type: text/plain; charset=UTF-8 8 Content-Transfer-Encoding: 8bit 10 The distro-info python3 package is used to check if the release is a 11 devel release and choice if continue with unattended-upgrade for now 12 remove it because needs support into python3-distro-info [1]. 14 [1] https://salsa.debian.org/debian/distro-info [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/ |
| H A D | 0006-Workaround-patch-for-missing-Python3-transition-of-t.patch | 4 (pre-USB-storage) photo memory card support (pcardext) as this part builds 5 in Python3 environments but with pointer-related warnings which are fatal 6 errors for Ubuntu's build servers. The patch silences the warnings but the 11 --- 12 Upstream-Status: Pending 14 pcard/pcardext/pcardext.c | 59 +++++++++++++++++++++++++++++++++++++---------- 15 pcard/photocard.py | 2 +- 17 3 files changed, 53 insertions(+), 13 deletions(-) 19 --- a/pcard/pcardext/pcardext.c 21 @@ -20,7 +20,7 @@ pcardext - Python extension for HP photo [all …]
|
| /openbmc/u-boot/doc/ |
| H A D | README.x86 | 1 # SPDX-License-Identifier: GPL-2.0+ 6 U-Boot on x86 9 This document describes the information about U-Boot running on x86 targets, 13 ------ 14 U-Boot supports running as a coreboot [1] payload on x86. So far only Link 17 most of the low-level details. 19 U-Boot is a main bootloader on Intel Edison board. 21 U-Boot also supports booting directly from x86 reset vector, without coreboot. 23 'bare metal', U-Boot acts like a BIOS replacement. The following platforms 26 - Bayley Bay CRB [all …]
|
| /openbmc/openbmc/poky/meta/recipes-extended/shadow/files/ |
| H A D | shadow-update-pam-conf.patch | 3 Date: Wed, 20 Jul 2011 19:18:14 +0800 6 The system-auth in the configure files is from Fedora which put all the 4 pam type rules 8 In yocto it obey the way with Debian/Ubuntu, and the names are common-auth, common-account, 9 common-password and common-session. 12 See meta/recipes-extended/pam/libpam/pam.d/common-password 14 Upstream-Status: Inappropriate [oe-core specific] 16 Signed-off-by: Kang Kai <kai.kang@windriver.com> 17 --- 18 etc/pam.d/chgpasswd | 2 +- 19 etc/pam.d/groupadd | 2 +- [all …]
|
| /openbmc/openbmc/meta-security/recipes-ids/samhain/files/ |
| H A D | 0002-Make-samhainrc-OE-friendly.patch | 3 Date: Fri, 22 Jun 2012 16:38:20 -0400 4 Subject: [PATCH] Make samhainrc OE-friendly. 11 Upstream-Status: Inappropriate [configuration] 13 Signed-off-by: Aws Ismail <aws.ismail@windriver.com> 14 --- 15 samhainrc.linux | 63 +++++++++---------------------------------------- 16 1 file changed, 11 insertions(+), 52 deletions(-) 18 diff --git a/samhainrc.linux b/samhainrc.linux 20 --- a/samhainrc.linux 22 @@ -74,7 +74,6 @@ dir = 0/ [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/ |
| H A D | 857.patch | 3 Date: Thu, 9 Jan 2020 10:07:20 +0100 4 Subject: [PATCH] Update SConstruct with new Python3 syntax: - new raise 5 keyword syntax - has_key deprecated method is now removed - commands 6 deprecated library is replaced by subprocess - print function fixes 9 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947584 10 --- 11 Upstream-Status: Pending 13 SConstruct | 45 +++++++++++++++++++++++---------------------- 14 1 file changed, 23 insertions(+), 22 deletions(-) 16 diff --git a/SConstruct b/SConstruct [all …]
|
| /openbmc/qemu/docs/devel/migration/ |
| H A D | qatzip-compression.rst | 21 |-----------|--------|---------|----------|----------|------|------| 24 |-----------|--------|---------|----------|----------|------|------| 26 |-----------|--------|---------|----------|----------|------|------| 28 |-----------|--------|---------|----------|----------|------|------| 30 |-----------|--------|---------|----------|----------|------|------| 41 <https://github.com/intel/QATzip?tab=readme-ov-file#introductionl>`_ 45 +----------------+ 47 +-------+--------+ 50 +-------+--------+ 52 +-------+--------+ [all …]
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | sanity.bbclass | 4 # SPDX-License-Identifier: MIT 43 SANITY_DIFF_TOOL ?= "diff -u" 115 if start != -1 and (len(bbpath_line) != (start + 1)): 147 # Handle rename of meta-yocto -> meta-poky 148 # This marks the start of separate version numbers but code is needed in OE-Core 152 if 'meta-yocto' in layers: 155 index, meta_yocto_line = sanity_conf_find_line(r'.*meta-yocto[\'"\s\n]', lines) 157 lines[index] = meta_yocto_line.replace('meta-yocto', 'meta-poky') 188 bb.fatal(""" OE-core's config sanity checker detected a potential misconfiguration. 202 overrides = localdata.getVar("OVERRIDES", False) + ":virtclass-multilib-" + multilib [all …]
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-4.0.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 4 --------------------------------- 11 - Linux kernel 5.15, glibc 2.35 and ~300 other recipe upgrades 13 - Reproducibility: this release fixes the reproducibility issues with 14 ``rust-llvm`` and ``golang``. Recipes in OpenEmbedded-Core are now fully 16 class has been merged into the :ref:`ref-classes-base` class. 18 - Network access is now disabled by default for tasks other than where it is expected to ensure bui… 20 - The Yocto Project now allows you to reuse the Shared State cache from 31 - The Python package build process is now based on `wheels <https://pythonwheels.com/>`__ 34 - New :ref:`ref-classes-overlayfs` and :ref:`ref-classes-overlayfs-etc` classes and [all …]
|
| /openbmc/docs/security/ |
| H A D | TLS-configuration.md | 9 - [Redfish TLS User Authentication](https://github.com/openbmc/docs/blob/master/designs/redfish-tls… 23 - `KeyUsage` contains required purpose `digitalSignature` and `keyAgreement` 25 - `ExtendedKeyUsage` contains required purpose `clientAuth` for client 27 - public key meets minimal bit length requirement 28 - certificate has to be in its validity period 29 - `notBefore` and `notAfter` fields have to contain valid time 30 - has to be properly signed by certificate authority 31 - certificate is well-formed according to X.509 32 - issuer name has to match CA's subject name for client certificate 33 - issuer name has to match the fully qualified domain name of your OpenBMC host [all …]
|
| /openbmc/qemu/roms/ |
| H A D | edk2-build.py | 4 https://gitlab.com/kraxel/edk2-build-config 19 # pylint: disable=unused-variable 21 """ detect 'git rebase -x edk2-build.py master' testbuilds """ 27 with open(gitdir, 'r', encoding = 'utf-8') as f: 30 if not os.path.exists(f'{gitdir}/rebase-merge/msgnum'): 32 with open(f'{gitdir}/rebase-merge/msgnum', 'r', encoding = 'utf-8') as f: 34 with open(f'{gitdir}/rebase-merge/end', 'r', encoding = 'utf-8') as f: 36 with open(f'{gitdir}/rebase-merge/head-name', 'r', encoding = 'utf-8') as f: 39 rebase_prefix = f'[ {int(msgnum/2)} / {int(end/2)} - {head[-1]} ] ' 42 version_override = "test-build-patch-series" [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/ |
| H A D | 090856f4159c40a2927fb88546419f2e1697ad5f.patch | 6 Upstream-Status: Submitted [https://github.com/requests/toolbelt/pull/356] 7 Signed-off-by: Khem Raj <raj.khem@gmail.com> 8 --- 9 tests/cassettes/file_for_download.json | 56 ++++- 10 tests/cassettes/http2bin_cookies.json | 133 +++++++++- 11 tests/cassettes/http2bin_fingerprint.json | 65 ++++- 12 tests/cassettes/httpbin_guess_auth_basic.json | 115 ++++++++- 13 .../cassettes/httpbin_guess_auth_digest.json | 124 +++++++++- 14 tests/cassettes/httpbin_guess_auth_none.json | 59 ++++- 15 tests/cassettes/klevas_vu_lt_ssl3.json | 36 ++- [all …]
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | openbmc_ffdc_methods.robot | 24 ${FFDC_BMC_FILES_CLEANUP} rm -rf /tmp/BMC_* /tmp/PEL_* /tmp/PLDM_* 39 # ffdc_function_list A colon-delimited list naming the kinds of FFDC that 118 # colon-delimited value. 123 Run Keyword If '${index}' == '${-1}' Return from Keyword 197 # based on the file name pre-defined in the list # 218 BMC Execute Command rm -rf /tmp/BMC_* 399 # linux_distro Your OS's linux distro (e.g. "UBUNTU", "RHEL", etc). 417 # Example: sosreport_file_path="/tmp/sosreport-myhost-FFDC-2019-08-20-pbuaqtk.tar.xz". 424 # sosreport_file_name="sosreport-myhost-FFDC-2019-08-20-pbuaqtk.tar.xz". 491 OS Execute Command rm -rf /tmp/OS_* /tmp/sosreport*FFDC* ignore_err=${True} [all …]
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/ |
| H A D | user-guide.rst | 2 # Copyright (c) 2022-2024, Arm Limited. 4 # SPDX-License-Identifier: MIT 11 ------ 12 The Corstone-1000 software stack uses the `Yocto Project <https://www.yoctoproject.org/>`__ to build 13 a tiny Linux distribution suitable for the Corstone-1000 platform (kernel and initramfs filesystem … 14 The Yocto Project relies on the `BitBake <https://docs.yoctoproject.org/bitbake.html#bitbake-docume… 19 ------------- 21 This guide assumes that your host machine is running Ubuntu 20.04 LTS ( with ``sudo`` rights), with… 26 - Git 1.8.3.1 or greater. 27 - Python 3.8.0 or greater. [all …]
|
| /openbmc/openbmc/poky/documentation/ref-manual/ |
| H A D | variables.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 16 :term:`U <UBOOT_BINARY>` :term:`V <VIRTUAL-RUNTIME>` 27 ``meta/conf/machine/include/arm/arch-arm.inc`` file sets the 39 Like all package-controlling variables, you must always use them in 43 ALLOW_EMPTY:${PN}-dev = "1" 44 ALLOW_EMPTY:${PN}-staticdev = "1" 51 commands can co-exist. 60 ":ref:`ref-classes-update-alternatives`" 80 ":ref:`ref-classes-update-alternatives`" 96 ":ref:`ref-classes-update-alternatives`" [all …]
|
| /openbmc/ |
| D | opengrok1.0.log | 1 2025-11-07 03:01:04.994-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-11-07 03:01:05.087-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |