<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/tmp/openbmc.git/meta-openembedded/meta-python/recipes-devtools/python/python3-redis_4.5.5.bb, branch master</title>
<subtitle>OpenBMC Distribution (mirror)</subtitle>
<id>https://git.radix-linux.su/BMC/tmp/openbmc.git/atom?h=master</id>
<link rel='self' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/'/>
<updated>2023-08-10T19:22:44+00:00</updated>
<entry>
<title>subtree updates july 21 2023 poky,openembedded</title>
<updated>2023-08-10T19:22:44+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>geissonator@yahoo.com</email>
</author>
<published>2023-07-21T14:09:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=8f840685fb701a268141f0fcebc1d34fcd9b01de'/>
<id>urn:sha1:8f840685fb701a268141f0fcebc1d34fcd9b01de</id>
<content type='text'>
poky: 13b646c0e1..b398c7653e:
  Adrian Freihofer (2):
        runqemu-ifdown: catch up with ifup
        runqemu: drop uid parameter for ifdown

  Alejandro Hernandez Samaniego (3):
        baremetal-helloworld: Fix race condition
        runqemu: Stop using warn() since its been deprecated
        runqemu: Fix automated call to runqemu-ifup

  Alex Kiernan (3):
        rootfs: Add debugfs package db file copy and cleanup
        rpm: Pick debugfs package db files/dirs explicitly
        eudev: Add group sgx to eudev package

  Alexander Kanavin (27):
        insane.bbclass: enable 32 bit time API check (as a warning) on affected architectures
        libxcrypt: upgrade 4.4.34 -&gt; 4.4.35
        libxml2: update 2.10.4 -&gt; 2.11.4
        ovmf: update 202302 -&gt; 202305
        lua: update 5.4.4 -&gt; 5.4.6
        cargo.bbclass: set up cargo environment in common do_compile
        rust-common.bbclass: move musl-specific linking fix from rust-source.inc
        python3-cryptography: update 39.0.2 -&gt; 41.0.1
        python3-cryptography-vectors: update 39.0.2 -&gt; 41.0.1
        python3: update 3.11.3 -&gt; 3.11.4
        diffutils: update 3.9 -&gt; 3.10
        shadow: remove dependency on pam-plugin-lastlog
        libpam: update 1.5.2 -&gt; 1.5.3
        librsvg: update 2.56.0 -&gt; 2.56.1
        vulkan-validation-layers: update 1.3.243 -&gt; 1.3.250
        xcb-util-cursor: add a recipe from meta-oe
        weston: update 11.0.1 -&gt; 12.0.1
        libdmx: update 1.1.4 -&gt; 1.1.5
        xtrans: update 1.4.0 -&gt; 1.5.0
        libproxy: fetch from git
        libproxy: update 0.4.18 -&gt; 0.5.2
        libssh2: update 1.10.0 -&gt; 1.11.0
        gstreamer1.0-plugins-base: enable glx/opengl support
        webkitgtk: update 2.38.5 -&gt; 2.40.2
        python3-cryptography: update a patch to upstream's better followup fix
        time64.inc: annotate and clean up recipe-specific Y2038 exceptions
        Revert "rootfs-postcommands.bbclass: add post func remove_unused_dnf_log_lock"

  Andrej Valek (3):
        cve-check: add option to add additional patched CVEs
        oeqa/selftest/cve_check: rework test to new cve status handling
        cve_check: convert CVE_CHECK_IGNORE to CVE_STATUS

  Anuj Mittal (7):
        rpm: backport fix to prevent crashes with latest sqlite
        sqlite3: upgrade 3.41.2 -&gt; 3.42.0
        vte: upgrade 0.72.1 -&gt; 0.72.2
        libpng: upgrade 1.6.39 -&gt; 1.6.40
        glib-networking: upgrade 2.76.0 -&gt; 2.76.1
        bluez5: upgrade 5.66 -&gt; 5.68
        selftest/cases/glibc.py: fix the override syntax

  BELOUARGA Mohamed (9):
        bitbake: fetch2/npmsw: Add support for the new format of the shrinkwrap file
        bitbake: fetch2/npmsw: Don't fetch dev dependencies when they are not demanded
        bitbake: fetch2/npm: Remove special caracters that causes recipe tool to fail
        recipetool: create: npm: Remove duplicate function to not have future conflicts
        classes: npm: Handle peer dependencies for npm packages
        recipetool: create: npm: Add support for the new format of the shrinkwrap file
        recipetool: create: npm: Add support to handle peer dependencies
        classes: npm: Add support for the new format of the shrinkwrap file
        classe-recipes: npm: Add support for dependencies and devDependencies

  Benjamin Bouvier (1):
        util-linux: add alternative links for ipcs,ipcrm

  Bruce Ashfield (19):
        perf: fix buildpaths QA warning in 6.4+
        linux-libc-headers: bump to 6.4
        kernel: fix localversion in v6.3+
        linux-yocto: introduce 6.4 reference kernel recipes
        linux-yocto/6.4: update to latest
        linux-yocto/6.4: aufs6 integration
        linux-yocto/6.4: refresh configuration
        linux-yocto-rt/6.4: integrate -rt6
        linux-yocto/6.4: update to v6.4.2
        linux-yocto-tiny/6.4: fix configuration warnings (HID)
        linux-yocto-tiny/arm: fix configuration warnings (HID)
        linux-yocto/ppc: add elfutils-native to DEPENDS
        linux-yocto/6.1: update to v6.1.36
        linux-yocto/6.1: update to v6.1.37
        linux-yocto/6.1: update to v6.1.38
        linux-yocto/6.x: cfg: update ima.cfg to match current meta-integrity
        linux-yocto/6.4: update to v6.4.3
        kernel: set HOSTPKG_CONFIG to use pkg-config-native
        linux-yocto/6.4: fix menuconfig

  Changqing Li (2):
        dnf: only write the log lock to root for native dnf
        rootfs-postcommands.bbclass: add post func remove_unused_dnf_log_lock

  Denys Dmytriyenko (1):
        bitbake: runqueue: convert deferral messages from bb.note to bb.debug

  Enrico Scholz (1):
        shadow-sysroot: add license information

  Etienne Cordonnier (2):
        libxcrypt: fix hard-coded ".so" extension
        qemu: fix typo

  Fabio Estevam (3):
        u-boot: Update Upstream-Status
        u-boot: Upgrade to 2023.07
        u-boot: Upgrade to 2023.07.02

  Frederic Martinsons (1):
        ptest-cargo.bbclass: fix condition to detect test executable

  Joe Slater (1):
        ghostscript: advance to version 10.01.2

  Jose Quaresma (12):
        kernel: config modules directories are handled by kernel-module-split
        kernel-module-split: install config modules directories only when they are needed
        kernel-module-split: use context manager to open files
        kernel-module-split: make autoload and probeconf distribution specific
        kernel-module-split add systemd modulesloaddir and modprobedir config
        pybootchartgui: calcule elapsed_time when starting the loop
        pybootchartgui: concatenate the elapsed time with the process
        pybootchartgui: fix overlapping argument in render_processes_chart
        pybootchartgui: fix width max usage in draw_label_in_box
        openssl: add PERLEXTERNAL path to test its existence
        openssl: use a glob on the PERLEXTERNAL to track updates on the path
        go: update 1.20.5 -&gt; 1.20.6

  Julien Stephan (1):
        automake: fix buildtest patch

  Khem Raj (9):
        ffmpeg: Fix build on riscv
        libpam: Fix examples build on musl
        webkitgtk: Enable JIT on RISCV64
        musl: Guard fallocate64 with _LARGEFILE64_SOURCE
        alsa-lib: Disable old API symbols
        mesa: Fix build with upcoming LLVM 17
        meson.bbclass: Point to llvm-config from native sysroot
        webkitgtk: Unbreak build on platforms using pvr graphics drivers
        python3-lxml: upgrade 4.9.2 -&gt; 4.9.3

  Martin Jansa (4):
        selftest: multiconfig-image-packager: try to respect IMAGE_LINK_NAME
        kernel-devicetree: install dtb files without -${KERNEL_DTB_NAME} suffix
        image-artifact-names: include ${IMAGE_NAME_SUFFIX} directly in both ${IMAGE_NAME} and ${IMAGE_LINK_NAME}
        cpio: respect MLPREFIX for PACKAGE_WRITE_DEPS

  Michael Halstead (1):
        resulttool/resultutils: allow index generation despite corrupt json

  Mingli Yu (1):
        qemu: Add qemu-user-* and qemu-system-* to PACKAGES_DYNAMIC

  Natasha Bailey (1):
        tiff: backport a fix for CVE-2023-26965

  Ovidiu Panait (5):
        mdadm: fix util-linux ptest dependency
        mdadm: fix 07revert-inplace ptest
        mdadm: fix segfaults when running ptests
        mdadm: skip running known broken ptests
        mdadm: re-add mdadm-ptest to PTESTS_SLOW

  Peter Hoyes (5):
        bitbake: bitbake: tests/fetch: Mark TestTimeout as not a test suite
        bitbake: bitbake: tests/fetch: Rename assertRaisesRegexp to assertRaisesRegex
        bitbake: bitbake: tests/fetch: Set git config if not already set
        bitbake: bitbake: tests: Use assertLogs to test logging output
        bitbake: bitbake: Bootstrap pytest for self-tests

  Peter Marko (4):
        cve-update-nvd2-native: fix cvssV3 metrics
        gcsections: apply section removal also in C++, not only in C
        cve-update-nvd2-native: retry all errors and sleep between retries
        cve-update-nvd2-native: increase retry count

  Piotr Łobacz (1):
        bitbake.conf: Add acl distro native features support

  Quentin Schulz (1):
        uboot-extlinux-config.bbclass: fix old override syntax in comment

  Richard Purdie (14):
        defaultsetup: Enable largefile and 64bit time_t support systemwide for 32 bit platforms
        time64: Disable CFLAGS for strace
        bitbake: runqueue: Fix deferred task/multiconfig race issue
        strace: Update patches/tests with upstream fixes
        bitbake: fetch2/npmsw: Support old and new shrinkwrap formats
        ptest-runner: Pull in "runner: Remove threads and mutexes" fix
        bitbake: server/process: Show command in timeout message
        bitbake: cooker: Log when parsing starts in server log
        gcc-testsuite: Fix ppc cpu specification
        ptest-runner: Pull in parallel test fixes and output handling
        oeqa/selftest/rust: Various fixes to work correctly
        bitbake: runqueue: Add pressure change logging
        build-appliance-image: Update to master head revision
        glibc-testsuite: Fix network restrictions causing test failures

  Ross Burton (26):
        cve-update-db-native: remove
        cve-update-nvd2-native: handle all configuration nodes, not just first
        cve-update-nvd2-native: use exact times, don't truncate
        ghostscript: remove CVE_CHECK_IGNORE for CVE-2013-6629
        pkgconf: update SRC_URI
        libjpeg-turbo: upgrade to 3.0.0
        cups: upgrade to 2.4.6
        tiff: upgrade to 4.5.1
        linux-yocto/cve-exclusion: move entries from cve-extra-exclusions
        linux-yocto/cve-exclusion: ignore more backported CVEs
        python3: fix missing comma in get_module_deps3.py
        python3-jsonpointer: upgrade to 2.4
        oeqa/runtime/cases/rpm: fix wait_for_no_process_for_user failure case
        cml1: add showconfig task to easily find the generated .config file
        rootfs_rpm: don't depend on opkg-native for update-alternatives
        poky: add Debian 12 to supported distribution list
        cve-update-nvd2-native: log a little more
        cve-update-nvd2-native: actually use API keys
        gcc: don't pass --enable-standard-branch-protection
        machine/arch-arm64: add -mbranch-protection=standard
        qemuarm: pin kernel to 6.1
        libdmx: remove obsolete library
        linux-yocto_6.1: ignore backported CVEs
        python3: ignore CVE-2023-36632
        ltp: add RDEPENDS on findutils
        oeqa/ltp: rewrote LTP testcase and parser

  Siddharth Doshi (2):
        bind: Upgrade 9.18.15 -&gt; 9.18.16
        flac: Upgrade 1.4.2 -&gt; 1.4.3

  Soumya (1):
        perl: Fix CVE-2023-31486

  Staffan Rydén (1):
        kernel: Fix path comparison in kernel staging dir symlinking

  Stéphane Veyret (1):
        scripts/oe-setup-builddir: copy conf-notes.txt to build dir

  Sudip Mukherjee (1):
        libssh2: disable rpath to fix curl-native build

  Thomas Roos (1):
        testimage/oeqa: Drop testimage_dump_host functionality

  Tim Orling (10):
        python3-pytest-subtests: upgrade 0.10.0 -&gt; 0.11.0
        python3-urllib3: upgrade 2.0.2 -&gt; 2.0.3
        python3-typing-extensions: upgrade 4.6.3 -&gt; 4.7.0
        python3-hypothesis: upgrade 6.79.2 -&gt; 6.80.0
        python3-pygments: upgrade 2.14.0 -&gt; 2.15.1
        python3-importlib-metadata: upgrade 6.7.0 -&gt; 6.8.0
        python3-typing-extensions: upgrade 4.7.0 -&gt; 4.7.1
        python3-cryptography{-vectors}: upgrade 41.0.1 -&gt; 41.0.2
        python3-zipp: upgrade 3.15.0 -&gt; 3.16.2
        python3-hypothesis: upgrade 6.80.0 -&gt; 6.81.2

  Trevor Gamblin (15):
        python3: add cgitb, zipapp ptest dependencies
        qemu: upgrade 8.0.0 -&gt; 8.0.3
        python3: parallelize ptests, add test_cppext dependencies
        python3-setuptools: upgrade 67.6.1 -&gt; 68.0.0
        diffoscope: upgrade 242 -&gt; 243
        p11-kit: upgrade 0.24.1 -&gt; 0.25.0
        diffoscope: add missing RDEPENDS and alphabetize
        linux-firmware: upgrade 20230515 -&gt; 20230625
        python3-trove-classifiers: upgrade 2023.5.24 -&gt; 2023.7.6
        python3-cython: upgrade 0.29.35 -&gt; 0.29.36
        icu: upgrade 72-1 -&gt; 73-2
        python3-editables: add python3-io to RDEPENDS
        python3: ensure ptest regression capture
        diffoscope: upgrade 243 -&gt; 244
        xeyes: upgrade 1.2.0 -&gt; 1.3.0

  Wang Mingyu (51):
        freetype: upgrade 2.13.0 -&gt; 2.13.1
        gstreamer1.0: upgrade 1.22.3 -&gt; 1.22.4
        kbd: upgrade 2.5.1 -&gt; 2.6.0
        libassuan: upgrade 2.5.5 -&gt; 2.5.6
        libksba: upgrade 1.6.3 -&gt; 1.6.4
        libmd: upgrade 1.0.4 -&gt; 1.1.0
        libsdl2: upgrade 2.26.5 -&gt; 2.28.0
        libtraceevent: upgrade 1.7.2 -&gt; 1.7.3
        libx11: upgrade 1.8.5 -&gt; 1.8.6
        lttng-ust: upgrade 2.13.5 -&gt; 2.13.6
        nettle: upgrade 3.9 -&gt; 3.9.1
        nghttp2: upgrade 1.53.0 -&gt; 1.54.0
        ccache: upgrade 4.8.1 -&gt; 4.8.2
        mesa: upgrade 23.1.1 -&gt; 23.1.3
        python3-numpy: upgrade 1.24.3 -&gt; 1.25.0
        python3-typing-extensions: upgrade 4.6.2 -&gt; 4.6.3
        xorgproto: upgrade 2022.2 -&gt; 2023.2
        python3-hatchling: upgrade 1.17.0 -&gt; 1.18.0
        python3-hypothesis: upgrade 6.75.7 -&gt; 6.79.2
        python3-importlib-metadata: upgrade 6.6.0 -&gt; 6.7.0
        python3-iso8601: upgrade 1.1.0 -&gt; 2.0.0
        python3-markupsafe: upgrade 2.1.2 -&gt; 2.1.3
        python3-pluggy: upgrade 1.0.0 -&gt; 1.2.0
        python3-pycairo: upgrade 1.23.0 -&gt; 1.24.0
        python3-pyparsing: upgrade 3.0.9 -&gt; 3.1.0
        python3-pytest: upgrade 7.3.1 -&gt; 7.4.0
        python3-ruamel-yaml: upgrade 0.17.31 -&gt; 0.17.32
        python3-sphinx-rtd-theme: upgrade 1.2.1 -&gt; 1.2.2
        xkeyboard-config: upgrade 2.38 -&gt; 2.39
        xwayland: upgrade 23.1.1 -&gt; 23.1.2
        wayland-protocols: upgrade 1.31 -&gt; 1.32
        taglib: upgrade 1.13 -&gt; 1.13.1
        libxcrypt: upgrade 4.4.35 -&gt; 4.4.36
        msmtp: upgrade 1.8.23 -&gt; 1.8.24
        libwebp: upgrade 1.3.0 -&gt; 1.3.1
        libuv: upgrade 1.45.0 -&gt; 1.46.0
        acpica: upgrade 20230331 -&gt; 20230628
        libnss-nis: upgrade 3.1 -&gt; 3.2
        harfbuzz: upgrade 7.3.0 -&gt; 8.0.1
        libproxy: upgrade 0.5.2 -&gt; 0.5.3
        nghttp2: upgrade 1.54.0 -&gt; 1.55.1
        debianutils: upgrade 5.7 -&gt; 5.8
        glib-2.0: upgrade 2.76.3 -&gt; 2.76.4
        python3-pip: upgrade 23.1.2 -&gt; 23.2
        opkg: upgrade 0.6.1 -&gt; 0.6.2
        opkg-utils: upgrade 0.5.0 -&gt; 0.6.2
        python3-editables: upgrade 0.3 -&gt; 0.4
        python3-git: upgrade 3.1.31 -&gt; 3.1.32
        python3-numpy: upgrade 1.25.0 -&gt; 1.25.1
        repo: upgrade 2.34.1 -&gt; 2.35
        libva: upgrade to 2.19.0

  Yash Shinde (1):
        oeqa/selftest: Add rust selftests

  Yi Zhao (1):
        ifupdown: install missing directories

  Yoann Congal (2):
        recipetool: Fix inherit in created -native* recipes
        oeqa/selftest/devtool: add unit test for "devtool add -b"

  Yuta Hayama (1):
        systemd-systemctl: fix errors in instance name expansion

meta-openembedded: 2638d458a5..0e3f5e5201:
  Alex Kiernan (1):
        ostree: Upgrade 2023.4 -&gt; 2023.5

  Archana Polampalli (1):
        tcpreplay: upgrade 4.4.3 -&gt; 4.4.4

  Beniamin Sandu (1):
        mbedtls: fix builds with crypto extensions

  Bruce Ashfield (1):
        vboxguestdrivers: fix compilation against 6.4 kernel / headers

  Carlos Rafael Giani (3):
        pipewire: Disable libmysofa since it is not available in OE
        pipewire: Improve packageconfigs
        pipewire: Add dedicated aes67 package and fix rlimits.d package assignment

  Chee Yang Lee (1):
        rabbitmq-c: Fix CVE-2023-35789

  Jasper Orschulko (8):
        python3-pytest-cov: Add initial recipe 4.1.0
        python3-covdefaults: Add initial recipe 2.3.0
        python3-platformdirs: Fix recipe version 3.6.0
        python3-distlib: Add initial recipe 0.3.6
        python3-filelock: Add initial recipe 3.12.0
        python3-virtualenv: Add initial recipe 20.23.0
        python3-pyproject-api: Add initial recipe 1.5.1
        python3-tox: Add initial recipe 4.6.0

  Joe Slater (1):
        libgpiod: modify RDEPENDS for ptest

  Justin Bronder (2):
        python3-asyncinotify: upgrade 3.0.1 -&gt; 4.0.2
        python3-pytest-asyncio: upgrade 0.16.0 -&gt; 0.21.1

  Kai Kang (2):
        libtimezonemap: rename downloaded file name
        fltk-native: fix libdl link issue

  Khem Raj (33):
        gupnp-av: Fix build with libxml2-2.11 and newer
        xcb-util-cursor: Delete recipe
        pidgin-sipe: Add packageconfig to turn Werror on/off
        fbida: Fix build on musl
        pcp: Update to 6.0.5
        geos: Upgrade to 3.12.0
        ctags: Extend to build native package
        libcoap: Build linker symbol file explicitly
        geos: Use cmake directly
        pcp: Fix build race
        sblim-sfcc: Fix build with clang17
        minifi-cpp: Fix build with clang 17
        python3-grpcio-tools: Upgrade to 1.56.0
        python3-grpcio: Upgrade to 1.56.0
        python3-grpcio: Fix build on musl
        python3-grpcio-tools: Fix build with musl
        thin-provisioning-tools: Upgrade to 1.0.4
        thin-provisioning-tools: Fix build on musl.
        pcp: Disable parallel build
        crash: Fix build with glibc 2.38+
        breakpad: Update to latest trunk
        python3-requests-toolbelt: Fix ptest failures seen with urllib3 2.0
        ptest-packagelists-meta-oe: Limit mcelog to x86/x86_64
        graphviz: Upgrade to 8.1.0 release
        emlog: Update to latest to fix build with 6.4 kernel
        dlm: Upgrade to 4.2.0
        mdio-tools: Update to latest on trunk
        dlm: Fix build with linux kernel 6.4+
        dlm: Do not pass -fcf-protection=full via Makefile
        dlm: Do not use -fcf-protection=full on arm platforms
        zfs: Update to 2.2.0 rc1
        zfs: Disable builds on aarch64 for now
        dhcp-relay: Pass cross configure flags to bind build

  Luke Schaefer (1):
        nginx: Add stream Signed-off-by: Luke Schaefer &lt;lukeschafer17@gmail.com&gt;

  Marek Vasut (4):
        lvgl: Factor out and unify lv-drivers configuration
        lvgl: Add default input device configuration option
        linux-serial-test: Update to latest git revision
        libiio: enable c++ bindings

  Markus Volk (10):
        pipewire: upgrade 0.3.71 -&gt; 0.3.72
        pipewire: upgrade 0.3.72 -&gt; 0.3.73
        gnome-software: upgrade 44.2 -&gt; 44.3
        eog: upgrade 44.2 -&gt; 44.3
        spdlog: upgrade 1.11.0 -&gt; 1.12.0
        flatpak: update dependencies
        gnome-control-center: upgrade 44.2 -&gt; 44.3
        gnome-shell: upgrade 44.2 -&gt; 44.3
        mutter: upgrade 44.2 -&gt; 44.3
        gnome-settings-daemon: upgrade 44.0 -&gt; 44.1

  Martin Jansa (4):
        nodejs: use PIE for host binaries
        gupnp: backport a fix not to use deprecated xmlReadMemory
        pidgin-sipe: allow to build with libxml2-2.11
        raptor2: backport a fix to build with libxml2-2.11

  Michael Haener (1):
        nginx: upgrade to 1.24.0 release

  Michael Weiß (1):
        pv: Show progress bar even if no terminal is set as in 1.6.6

  Mingli Yu (1):
        snort: Add systemd unit file

  Peter Kjellerstedt (1):
        cppzmq: Move the version to the recipe file name

  Petr Gotthard (2):
        python3-pyroute2: upgrade 0.5.19 -&gt; 0.7.9
        networkmanager: upgrade 1.42.6 -&gt; 1.42.8

  Ricardo Salveti (1):
        lshw: bump to b4e0673

  Ross Burton (5):
        poppler: fix missing include
        libpaper: remove redundant autoreconf --install
        liblbxutil: remove obsolete library
        xsetmode: remove obsolete utility
        libxkbui: remove obsolete recipe

  Tim Orling (1):
        python3-argh: upgrade 0.26.2 -&gt; 0.28.1

  Trevor Gamblin (9):
        python3-alembic: upgrade 1.10.4 -&gt; 1.11.1
        python3-sqlalchemy: upgrade 2.0.15 -&gt; 2.0.19
        python3-argcomplete: upgrade 3.1.0 -&gt; 3.1.1
        python3-arpeggio: upgrade 2.0.0 -&gt; 2.0.2
        python3-astroid: upgrade 2.15.5 -&gt; 2.15.6
        python3-autobahn: upgrade 23.6.1 -&gt; 23.6.2
        python3-bandit: upgrade 1.7.4 -&gt; 1.7.5
        python3-bandit: add python3-rich to RDEPENDS
        python3-bitarray: upgrade 2.7.3 -&gt; 2.7.6

  Wang Mingyu (44):
        cppzmq: upgrade 4.9.0 -&gt; 4.10.0
        iwd: upgrade 2.5 -&gt; 2.6
        libburn: upgrade 1.5.4 -&gt; 1.5.6
        libzip: upgrade 1.9.2 -&gt; 1.10.0
        openfortivpn: upgrade 1.20.3 -&gt; 1.20.5
        psqlodbc: upgrade 13.02.0000 -&gt; 15.00.0000
        python3-aenum: upgrade 3.1.12 -&gt; 3.1.14
        python3-can: upgrade 4.2.1 -&gt; 4.2.2
        python3-google-api-python-client: upgrade 2.89.0 -&gt; 2.90.0
        python3-h5py: upgrade 3.8.0 -&gt; 3.9.0
        python3-natsort: upgrade 8.3.1 -&gt; 8.4.0
        python3-pymodbus: upgrade 3.3.1 -&gt; 3.3.2
        python3-pymongo: upgrade 4.3.3 -&gt; 4.4.0
        python3-pyscaffold: upgrade 4.4.1 -&gt; 4.5
        python3-pyzstd: upgrade 0.15.7 -&gt; 0.15.9
        python3-requests-futures: upgrade 1.0.0 -&gt; 1.0.1
        python3-sentry-sdk: upgrade 1.25.1 -&gt; 1.26.0
        python3-zeroconf: upgrade 0.68.0 -&gt; 0.69.0
        weechat: upgrade 3.8 -&gt; 4.0.0
        python3-platformdirs: upgrade 3.6.0 -&gt; 3.8.0
        renderdoc: upgrade 1.13 -&gt; 1.27
        gegl: upgrade 0.4.44 -&gt; 0.4.46
        gvfs: upgrade 1.50.4 -&gt; 1.51.1
        weechat: upgrade 4.0.0 -&gt; 4.0.1
        avro-c: upgrade 1.11.1 -&gt; 1.11.2
        glfw: upgrade 3.3 -&gt; 3.3.8
        hwloc: upgrade 2.9.1 -&gt; 2.9.2
        minicoredumper: upgrade 2.0.3 -&gt; 2.0.6
        thingsboard-gateway: upgrade 3.2 -&gt; 3.3
        xterm: upgrade 382 -&gt; 383
        passwdqc: upgrade 2.0.2 -&gt; 2.0.3
        python3-aenum: upgrade 3.1.14 -&gt; 3.1.15
        python3-configargparse : upgrade 1.5.3 -&gt; 1.5.5
        python3-elementpath: upgrade 4.1.3 -&gt; 4.1.4
        python3-google-api-python-client: upgrade 2.90.0 -&gt; 2.92.0
        python3-google-auth: upgrade 2.20.0 -&gt; 2.21.0
        python3-joblib: upgrade 1.2.0 -&gt; 1.3.1
        python3-pillow: upgrade 9.5.0 -&gt; 10.0.0
        python3-redis: upgrade 4.5.5 -&gt; 4.6.0
        python3-tox: upgrade 4.6.0 -&gt; 4.6.3
        python3-virtualenv: upgrade 20.23.0 -&gt; 20.23.1
        python3-zeroconf: upgrade 0.69.0 -&gt; 0.70.0
        libyang: Fix install conflict when enable multilib.
        php: Fix install conflict when enable multilib.

  Wolfgang Meyer (4):
        fbida: Switch to git fetcher
        fbida: build with meson
        fbida: SRC_REV bump ac9005b..eb769e3
        fbida: make fbpdf build optional

  Yi Zhao (6):
        conntrack-tools: add systemd unit file
        conntrack-tools: add required kernel modules to RRECOMMENDS
        frr: upgrade 8.4.2 -&gt; 8.4.4
        mbedtls: upgrade 2.28.2 -&gt; 2.28.3
        open-vm-tools: Security fix CVE-2023-20867
        samba: upgrade 4.18.3 -&gt; 4.18.4

  Zoltán Böszörményi (1):
        opencv: 4.8.0

Signed-off-by: Andrew Geissler &lt;geissonator@yahoo.com&gt;
Change-Id: I48c2ba4573ee81b637b1ba890c312f491004f666
</content>
</entry>
<entry>
<title>subtree updates</title>
<updated>2023-06-09T13:54:07+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2023-06-09T06:26:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=b542dec15d5efd10eecb485af0629315876cebfc'/>
<id>urn:sha1:b542dec15d5efd10eecb485af0629315876cebfc</id>
<content type='text'>
meta-raspberrypi: 9240ea91ca..8e07f0d328:
  DOLE Olivier (1):
        rpi-config: U-Boot requires "enable_uart=1" to operate correctly.

  Florin Sarbu (1):
        udev-rules-rpi: Use 99-com.rules directly from upstream

meta-openembedded: 829dcb63f0..def4759e95:
  Alex Kiernan (1):
        ostree: Add soup3 PACKAGECONFIG, rename soup to soup2

  Alexander Mohr (1):
        dlt-daemon: apply rename of genivi to covesa

  Armin Kuster (1):
        wireshark: Update to a supported version 4.0.x

  Bartosz Golaszewski (97):
        python3-snagboot: new recipe
        libgpiod: add myself as maintainer
        python3-pyparted: add missing run-time dependencies
        python3-send2trash: add missing run-time dependencies
        python3-mock: cleanup RDEPENDS
        python3-mock: add missing run-time dependencies
        python3-cson: fix run-time dependencies
        python3-ldap: don't use PYTHON_PN
        python3-ldap: add missing run-time dependencies
        python3-pyrad: add missing run-time dependencies
        python3-html2text: add missing run-time dependencies
        python3-parse: don't use PYTHON_PN and improve coding style
        python3-parse: add missing run-time dependencies
        python3-meld3: add missing run-time dependencies
        python3-pyiface: add missing run-time dependencies
        python3-mpmath: add missing run-time dependencies
        python3-uswid: add missing run-time dependencies
        python3-xmlrunner: add missing run-time dependencies
        python3-editor: add missing run-time dependencies
        python3-pykwalify: don't use PYTHON_PN and improve coding style
        python3-pykwalify: add missing run-time dependencies
        python3-iperf: add missing run-time dependencies
        python3-sdnotify: add missing run-time dependencies
        python3-service-identity: add missing run-time dependencies
        python3-sqlsoup: add missing run-time dependencies
        python3-sqlalchemy: don't use PYTHON_PN and improve coding style
        python3-sqlalchemy: add missing run-time dependencies
        python3-pure-eval: add missing run-time dependencies
        python3-stack-data: fix coding style
        python3-stack-data: add missing run-time dependencies
        python3-sympy: add missing run-time dependencies
        python3-thrift: don't use PYTHON_PN and improve coding style
        python3-thrift: add missing run-time dependencies
        python3-tomlkit: add missing run-time dependencies
        python3-tornado: drop ${PN} from RDEPENDS
        python3-tornado: fix coding style
        python3-tornado: remove the testing submodule from FILES:${PN}-test
        python3-tornado: add missing run-time dependencies
        python3-trustme: add missing run-time dependencies
        python3-twofish: add missing run-time dependencies
        python3-txws: add missing run-time dependencies
        python3-web3: add missing run-time dependencies
        python3-uefi-firmware: add missing run-time dependencies
        python3-websockets: fix coding style
        python3-websockets: add missing run-time dependencies
        python3-xlrd: fix coding style
        python3-xlrd: add missing run-time dependencies
        python3-versiontools: add missing run-time dependencies
        python3-typeguard: add missing run-time dependencies
        python3-process-tests: add missing run-time dependencies
        python3-pyatspi: add missing run-time dependencies
        python3-pydantic: don't use PYTHON_PN and improve coding style
        python3-pydantic: add missing run-time dependencies
        python3-python-vlc: add missing run-time dependencies
        python3-redis: fix coding style
        python3-redis: add missing run-time dependencies
        python3-raven: add missing run-time dependencies
        python3-pypng: new package
        python3-qrcode: add missing run-time dependencies
        python3-pyusb: fix run-time dependencies
        python3-pytest-mock: add missing run-time dependencies
        python3-pyroute2: fix coding style
        python3-fcntl: add missing run-time dependencies
        python3-pyproject-metadata: add missing run-time dependencies
        python3-pyproj: don't use PYTHON_PN
        python3-pyproj: drop unnecessary run-time dependency
        python3-pyproj: add missing run-time dependencies
        python3-classes: new package
        python3-pylyrics: add missing run-time dependencies
        python3-pyjwt: stop using PYTHON_PN
        python3-pyjwt: add missing run-time dependencies
        python3-javaobj-py3: add missing run-time dependencies
        python3-pyjks: stop using PYTHON_PN
        python3-pyjks: fix run-time dependencies
        python3-pyexpect: add missing run-time dependencies
        python3-pynetlinux: fix relative imports
        python3-pynetlinux: add missing run-time dependencies
        python3-pickleshare: add missing run-time dependencies
        python3-petact: add missing run-time dependencies
        python3-pefile: add missing run-time dependencies
        python3-jsonpath-rw: add missing run-time dependencies
        python3-jsonrpcclient: add missing run-time dependencies
        python3-jstyleson: add missing run-time dependencies
        python3-kconfiglib: add missing run-time dependencies
        python3-libevdev: add missing run-time dependencies
        python3-linux-procfs: add missing run-time dependencies
        python3-lockfile: add missing run-time dependencies
        python3-msm: fix coding style
        python3-lazy: new recipe
        python3-msm: add missing run-time dependencies
        python3-netaddr: stop using PYTHON_PN
        python3-netaddr: add missing run-time dependencies
        python3-ninja-syntax: new package
        python3-ninja: add missing run-time dependencies
        python3-nmap: add missing run-time dependencies
        python3-oslash: add missing run-time dependencies
        python3-padaos: add missing run-time dependencies

  Christophe Vu-Brugier (1):
        switchtec-user: add new recipe

  Geoff Parker (1):
        python3-platformdirs: add nativesdk to BBCLASSEXTEND

  Ivan Maidanski (1):
        bdwgc: upgrade 8.2.2 -&gt; 8.2.4

  Johannes Kauffmann (2):
        open62541: update to v1.3.6
        open62541: build optimized binary

  Khem Raj (21):
        ipvsadm: Pass build environment cflags to compiler
        orrery: Pass OE provided cflags
        libleak: Upgrade to 0.3.6
        zeroconf: Pass cflags from environment
        lshw: Pass OE cflags via RPM_OPT_FLAGS
        ruli: Pass cflags to makefile
        gnome-online-accounts: Replace filename with basename
        rdma-core: Use target path for systemctl
        monkey: Remove buildpaths from generated mk_env.h
        minio: Ignore from world builds
        libcppkafka: Remove RECIPE_SYSROOT from packageconfig .pc file
        doxygen: Do not generate #line directive with flex/bison
        gattlib: Upgrade to latest tip of trunk
        ettercap: Do not generate #line directives with bison/flex
        zfs: Add a patch to fix aarch64 build with gcc13
        zfs: Upgrade to 2.1.11
        zfs: Fix build with aarch64
        zfs: Fix build on musl
        ctapi-common: Use archives.fedoraproject.org to fetch srpm
        Revert "libgpiod: modify test 'gpioset: toggle (continuous)'"
        meta-python-ptest-fast-image: Do not run python3-pytest-mock ptests

  Lei Maohui (1):
        dovecot: Fix install conflict when enable multilib.

  Marek Vasut (1):
        v4l-utils: Update 1.23.0+9431e4b2 -&gt; 1.24.1

  Markus Volk (4):
        iwd: update 2.4 -&gt; 2.5
        gnome-control-center: upgrade 44.1 -&gt; 44.2
        mutter: upgrade 44.1 -&gt; 44.2
        gnome-shell: upgrade 44.1 -&gt; 44.2

  Martin Jansa (1):
        switchtec-user: fix installed-vs-shipped with multilib

  Niko Mauno (2):
        contrib: oe-stylize: Fix ambiguous variable names
        contrib: oe-stylize: Use Python3 explicitly

  Peter Marko (1):
        nss: ignore CVE-2022-3479

  Petr Gotthard (4):
        blueman: fix REQUIRED_DISTRO_FEATURES gobject-introspection-data
        firewalld: fix REQUIRED_DISTRO_FEATURES gobject-introspection-data
        system-config-printer: fix REQUIRED_DISTRO_FEATURES gobject-introspection-data
        firewalld: upgrade 1.2.0 -&gt; 1.3.2

  Wang Mingyu (40):
        ctags: upgrade 6.0.20230521.0 -&gt; 6.0.20230528.0
        eog: upgrade 44.1 -&gt; 44.2
        nautilus: upgrade 44.1 -&gt; 44.2
        evolution-data-server: upgrade 3.48.1 -&gt; 3.48.2
        flatbuffers: upgrade 23.1.4 -&gt; 23.3.56
        python3-asgiref: upgrade 3.7.1 -&gt; 3.7.2
        python3-cachetools: upgrade 5.3.0 -&gt; 5.3.1
        python3-coverage: upgrade 7.2.6 -&gt; 7.2.7
        python3-croniter: upgrade 1.3.14 -&gt; 1.3.15
        python3-deprecated: upgrade 1.2.13 -&gt; 1.2.14
        python3-google-api-python-client: upgrade 2.86.0 -&gt; 2.87.0
        python3-google-auth: upgrade 2.18.1 -&gt; 2.19.0
        python3-imageio: upgrade 2.29.0 -&gt; 2.30.0
        python3-license-expression: upgrade 30.1.0 -&gt; 30.1.1
        python3-lru-dict: upgrade 1.1.8 -&gt; 1.2.0
        python3-paramiko: upgrade 3.1.0 -&gt; 3.2.0
        python3-pint: upgrade 0.21 -&gt; 0.22
        python3-protobuf: upgrade 4.23.1 -&gt; 4.23.2
        python3-xlsxwriter: upgrade 3.1.1 -&gt; 3.1.2
        xterm: upgrade 380 -&gt; 381
        python3-zeroconf: upgrade 0.62.0 -&gt; 0.63.0
        dnf-plugin-tui: modify suffix of spdx file.
        evolution-data-server: upgrade 3.48.2 -&gt; 3.48.3
        samba: upgrade 4.18.2 -&gt; 4.18.3
        ctags: upgrade 6.0.20230528.0 -&gt; 6.0.20230604.0
        tree: upgrade 2.1.0 -&gt; 2.1.1
        xrdb: upgrade 1.2.1 -&gt; 1.2.2
        xterm: upgrade 381 -&gt; 382
        xwd: upgrade 1.0.8 -&gt; 1.0.9
        libnet-dns-perl: upgrade 1.38 -&gt; 1.39
        pamela: upgrade 1.0.0 -&gt; 1.1.0
        python3-cachecontrol: upgrade 0.12.12 -&gt; 0.13.0
        python3-google-api-python-client: upgrade 2.87.0 -&gt; 2.88.0
        python3-google-auth: upgrade 2.19.0 -&gt; 2.19.1
        python3-nocaselist: upgrade 1.1.1 -&gt; 2.0.0
        python3-pymodbus: upgrade 3.2.2 -&gt; 3.3.0
        python3-regex: upgrade 2023.5.5 -&gt; 2023.6.3
        python3-rich: upgrade 13.3.5 -&gt; 13.4.1
        python3-sentry-sdk: upgrade 1.24.0 -&gt; 1.25.0
        ntp: upgrade 4.2.8p15 -&gt; 4.2.8p16

poky: 76494f2b66..00f3d58064:
  Alex Kiernan (1):
        rust: Upgrade 1.69.0 -&gt; 1.70.0

  Alexander Kanavin (5):
        maintaines.inc: unassign Richard Weinberger from erofs-utils entry
        maintainers.inc: unassign Andreas Müller from itstool entry
        maintainers.inc: unassign Pascal Bach from cmake entry
        maintainers.inc: correct unassigned entries (&gt; was missing)
        maintainers.inc: correct Carlos Rafael Giani's email address

  Andrej Valek (1):
        busybox: 1.36.0 -&gt; 1.36.1

  Anuj Mittal (3):
        gstreamer1.0: upgrade 1.22.2 -&gt; 1.22.3
        stress-ng: upgrade 0.15.07 -&gt; 0.15.08
        glib-networking: upgrade 2.74.0 -&gt; 2.76.0

  Bruce Ashfield (10):
        linux-yocto/6.1: update to v6.1.26
        linux-yocto/6.1: update to v6.1.27
        linux-yocto-dev: bump to v6.4+
        kernel: don't force PAHOLE=false
        linux-yocto: move build / debug dependencies to .inc
        linux-yocto/6.1: update to v6.1.28
        linux-yocto/6.1: update to v6.1.29
        linux-yocto/6.1: update to v6.1.30
        linux-yocto/6.1: update to v6.1.31
        linux-yocto/6.1: update to v6.1.32

  Chen Qi (4):
        libsdl2: disable SDL's own ccache
        cmake.bbclass: do not search host paths for find_program()
        Revert "libsdl2: disable SDL's own ccache"
        qemurunner.py: fix error message about qmp

  Daniel Ammann (1):
        overview-manual: concepts.rst: Fix a typo

  Denys Dmytriyenko (1):
        bitbake.conf: Add SRCPV to BB_HASH_CODEPARSER_VALS

  Dmitry Baryshkov (1):
        openssl: fix building on riscv32

  Frieder Paape (1):
        image_types: Fix reproducible builds for initramfs and UKI img

  Jialing Zhang (1):
        linuxloader/initramfs: Add support for loongarch64

  Joshua Watt (7):
        bitbake: server: Fix crash when checking lock file
        bitbake: runqueue: Pass hashfn in taskdep data
        classes/create-spdx-2.2: Use hashfn from BB_TASKDEPDATA instead of MACHINE
        classes/create-spdx-2.2: Respect PKG for providers
        classes/create-spdx-2.2: Fix build time dependency calculations
        classes/create-spdx-2.2: Fix runtime dependency calculations
        classes/create-spdx-2.2: Make license errors fatal

  Khem Raj (2):
        gcc: Upgrade to 13.1.1
        perf: Make built-in libtraceevent plugins cohabit with external libtraceevent

  Lee Chee Yang (4):
        release-notes-4.2: update known issues and Repositories/Downloads
        migration-guides: add release-notes for 4.1.4
        migration-guides: add release notes for 4.0.10
        migration-guides: add release notes for 4.2.1

  Louis Rannou (1):
        spdx: Fix license parsing

  Marc Ferland (1):
        connman: fix warning by specifying runstatedir at configure time

  Markus Volk (4):
        ell: upgrade 0.56 -&gt; 0.57
        python3: add libxcrypt-native dependency
        ruby: add libxcrypt-native dependency
        shadow: add libxcrypt-native dependency

  Martin Jansa (2):
        connman: backport a fix for build with pppd-2.5.0
        selftest: wic.py respect IMAGE_LINK_NAME

  Mauro Queiros (1):
        pybootchartgui: show elapsed time for each task

  Michael Halstead (2):
        uninative: Upgrade to 3.10 to support gcc 13
        uninative: Upgrade to 4.0 to include latest gcc 13.1.1

  Michael Opdenacker (19):
        migration-guides: release-notes-4.2: add doc improvement highlights
        migration-guides: release-notes-4.3: add stub section for documentation changes
        releases.svg: update according to latest release
        ref-manual: improve description of kernel-fitimage variables
        ref-manual: document uboot-sign class and variables
        ref-manual: improve documentation for kernel-devicetree class
        migration-guides: update 4.3 release notes
        releases.svg: fix and explain duration of Hardknott 3.3
        conf.py: add macro for Mitre CVE links
        migration-guides: use new cve_mitre macro
        migration-guides: release-notes-4.0.4.rst: fix typo
        alsa-lib: upgrade 1.2.8 -&gt; 1.2.9
        alsa-ucm-conf: upgrade 1.2.8 -&gt; 1.2.9
        psplash: enable fullscreen and disable startup-msg
        alsa-utils: upgrade 1.2.8 -&gt; 1.2.9
        ref-manual: document SPLASH variable
        manuals: document SPLASH_IMAGES variable
        bitbake: bitbake-user-manual: update releases.rst
        bitbake: bitbake-user-manual: document "network" task flag

  Ming Liu (1):
        kernel.bbclass: introduce KERNEL_LOCALVERSION

  Natasha Bailey (1):
        tiff: backport a fix for CVE-2023-2731

  Peter Kjellerstedt (1):
        manuals: kernel-dev: Use protocol=https in a SRC_URI example

  Petr Kubizňák (1):
        ref-manual: document devicetree class variables

  Richard Purdie (18):
        glib: Fix ptest race issue
        Revert "python3/ruby/shadow: Revert add libxcrypt-native dependency"
        Revert "sqlite3: Whitelist CVE-2022-21227"
        glib-2.0: Update ptest fix to upstream backport
        meta-world-pkgdata: Fix for create-spdx
        selftest/license: Exclude from world
        create-spdx-2-2: Fix packagedata usage to work with SDK packages
        create-spdx-2.2: Add missing variable exclusions
        layer.conf: Add missing dependency exclusion
        selftest/incompatible_lic: Ensure create_sdpx isn't used with the tests
        oeqa/selftest/sstatetests: Add easier debug option
        oeqa/selftest/wic: Fix host contamination issue
        v86d: Improve kernel dependency
        sstatesig: Drop SPDX special casing
        packagegroup: Handle SPDX signature issues
        poky: Enable spdx manifests by default
        build-appliance-image: Update to master head revision
        selftest/reproducible: Allow native/cross reuse in test

  Riyaz Khan (1):
        openssh: Remove BSD-4-clause contents completely from codebase

  Robert Joslyn (1):
        curl: Update from 8.1.0 to 8.1.1

  Ross Burton (11):
        avahi: remove redundant gobject-introspection DEPENDS
        base: add ability to provide further details when using LICENSE_FLAGS
        ninja: ignore CVE-2021-4336, wrong ninja
        vulkan-samples: fix build on 32-bit platforms
        gtk+3: upgrade 3.24.37 -&gt; 3.24.38
        piglit: upgrade to latest revision
        pkgconf: upgrade 1.9.4 -&gt; 1.9.5
        ghostscript: upgrade to 10.01.1
        git: upgrade to 2.39.3
        binutils: fix CVE-2023-1972
        cve-extra-exclusions: add more linux-yocto CVE ignores

  Sanjay Chitroda (1):
        sqlite3: Whitelist CVE-2022-21227

  Sudip Mukherjee (1):
        apt: Upgrade to v2.6.1

  Tim Orling (1):
        openssl: upgrade 3.1.0 -&gt; 3.1.1

  Tom Isaacson (1):
        sdk-manual: fix Makefile example

  Trevor Gamblin (6):
        bind: upgrade 9.18.13 -&gt; 9.18.14
        pciutils: upgrade 3.9.0 -&gt; 3.10.0
        vim: upgrade 9.0.1527 -&gt; 9.0.1592
        python_hatchling: remove empty python sysroot dirs
        python3-webcolors: upgrade 1.12 -&gt; 1.13
        python3-poetry-core: upgrade 1.5.2 -&gt; 1.6.1

  Ulrich Ölmann (1):
        ref-manual: classes.rst: fix typo

  Victor Kamensky (1):
        systemtap: upgrade 4.8 -&gt; 4.9

  Wang Mingyu (34):
        babeltrace2: upgrade 2.0.4 -&gt; 2.0.5
        curl: upgrade 8.1.1 -&gt; 8.1.2
        dos2unix: upgrade 7.4.4 -&gt; 7.5.0
        enchant2: upgrade 2.3.4 -&gt; 2.5.0
        fribidi: upgrade 1.0.12 -&gt; 1.0.13
        libdnf: upgrade 0.70.0 -&gt; 0.70.1
        libmicrohttpd: upgrade 0.9.76 -&gt; 0.9.77
        libxft: upgrade 2.3.7 -&gt; 2.3.8
        libxpm: upgrade 3.5.15 -&gt; 3.5.16
        mobile-broadband-provider-info: upgrade 20221107 -&gt; 20230416
        bind: upgrade 9.18.14 -&gt; 9.18.15
        ccache: upgrade 4.8 -&gt; 4.8.1
        libcap: upgrade 2.68 -&gt; 2.69
        libuv: upgrade 1.44.2 -&gt; 1.45.0
        python3-pip: upgrade 23.0.1 -&gt; 23.1.2
        python3-psutil: upgrade 5.9.4 -&gt; 5.9.5
        python3-ruamel-yaml: upgrade 0.17.21 -&gt; 0.17.31
        python3-sphinx: upgrade 6.1.3 -&gt; 7.0.1
        orc: upgrade 0.4.33 -&gt; 0.4.34
        python3-cython: upgrade 0.29.34 -&gt; 0.29.35
        python3-dbusmock: upgrade 0.28.7 -&gt; 0.29.0
        python3-hatch-fancy-pypi-readme: upgrade 22.8.0 -&gt; 23.1.0
        python3-hypothesis: upgrade 6.71.0 -&gt; 6.75.7
        python3-numpy: upgrade 1.24.2 -&gt; 1.24.3
        python3-pycryptodome: upgrade 3.17 -&gt; 3.18.0
        python3-pycryptodomex: upgrade 3.17 -&gt; 3.18.0
        python3-requests: upgrade 2.30.0 -&gt; 2.31.0
        python3-setuptools-rust: upgrade 1.5.2 -&gt; 1.6.0
        python3-sphinx-rtd-theme: upgrade 1.2.0 -&gt; 1.2.1
        python3-trove-classifiers: upgrade 2023.5.2 -&gt; 2023.5.24
        python3-typing-extensions: upgrade 4.5.0 -&gt; 4.6.2
        repo: upgrade 2.32 -&gt; 2.34.1
        sysklogd: upgrade 2.4.4 -&gt; 2.5.0
        xdpyinfo: upgrade 1.3.3 -&gt; 1.3.4

  Xiangyu Chen (1):
        sysstat: Fix CVE-2023-33204

  schitrod=cisco.com@lists.openembedded.org (1):
        Revert "sqlite3: update CVE_PRODUCT"

meta-arm: 5cbe3041be..3fcafa3a94:
  Adam Johnston (1):
        CI: Platform specific Trusted Services config

  Anton Antonov (1):
        arm/oeqa: Make ts-service-test config match selected SPs

  Claus Stovgaard (1):
        arm-toolchain/gcc: Workaround for missing libcrypt

  Emekcan Aras (1):
        arm-bsp/u-boot: corstone1000: enable PSCI reset

  Gyorgy Szing (11):
        arm/trusted-services: update TS version
        optee-os: remove v3.18 pin of OP-TEE on qemuarm64-secureboot
        optee-os: Add support for TOS_FW_CONFIG on qemu
        arm/trusted-firmware-a: Add TOS_FW_CONFIG handling for quemu
        optee-test: backport SWd ABI compatibility changes
        optee-os: enable SPMC test
        arm/oeqa: enable OP-TEE SPMC tests
        trusted-services: update documentation
        arm/trusted-services: disable psa-iat on qemuarm64-secureboot
        arm/trusted-services: fix nanopb build error
        optee-os: unblock NWd interrupts

  Jon Mason (9):
        CI: move FVP license auto-accept to fvp.yml
        CI/corstone: remove debug-tweaks usage
        arm/qemuarm-secureboot: add musl testing
        arm/linux-yocto: remove 5.15 bbappend
        Revert "arm-bsp/tc1: re-enable signed kernel image"
        arm/linux-yocto: remove unused 5.15 patches and inc file
        arm-bsp/optee: Remove unreferenced patches
        CI: add debug yml file for ease of use
        arm/linux-yocto: add gcc 13 gimple backport patch

  Mikko Rapeli (1):
        scp-firmware: remove -fcanon-prefix-map

  Ross Burton (3):
        kas: remove obsolete armcompiler LICENSE_FLAGS_ACCEPTED
        arm/fvp: add LICENSE_FLAGS_DETAILS
        arm/trusted-firmware-a: look for LTS releases when looking for releases

  Rui Miguel Silva (3):
        arm-bsp/trusted-services:corstone1000: remove already merged patches
        arm-bsp/trusted-services: remove merged patches for corstone1000
        arm-bps/corstone1000: setup trusted service proxy configuration

meta-security: 5c2379f4bc..180dac9aec:
  Andrew Geissler (1):
        ibmswtpm2: update to 164-2020-192.1

  Mikko Rapeli (4):
        linux-yocto: support tpm and tpm2 on all architectures
        linux-yocto: remove tpm_x86.cfg
        parsec-service: fix build error
        parsec-tool: fix build error

Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
Change-Id: I7e7960123b241d099e5ace7c36bb5836bdac6aad
</content>
</entry>
<entry>
<title>subtree updates</title>
<updated>2023-05-19T18:39:02+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>geissonator@yahoo.com</email>
</author>
<published>2023-05-19T15:14:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=3eeda90d141cf2db6541a740e22e20be04504bb5'/>
<id>urn:sha1:3eeda90d141cf2db6541a740e22e20be04504bb5</id>
<content type='text'>
meta-openembedded: f3cdc9d7ee..0474e0b870:
  Alexander Amelkin (1):
        ipmitool: Update links

  Bhargav Das (1):
        python3-libevdev: Add recipe for python libevdev module.

  Changqing Li (1):
        redis: upgrade 6.2.11 -&gt; 6.2.12

  Chen Qi (1):
        frr: add CVE_PRODUCT

  Diego Dassie (2):
        paho-mqtt-c: Disable building tests
        paho-mqtt-c: Improve performance

  Fabio Estevam (1):
        lvgl: lvgl-demo-fb: Inherit features_check

  Johannes Kauffmann (2):
        open62541: allow overriding encryption providers
        open62541: disable warnings as errors

  Jun Nie (3):
        libcbor: Add initial support
        python3-pefile: Add initial support
        python3-uswid: Add initial support

  Khem Raj (27):
        gitpkgv: Fix python deprecation warning
        python3-pyzstd: Disable LTO on clang+arm
        libftdi: Remove sysroot paths from .cmake files
        libencode-perl: Remove buildpaths from generated .exh files
        libcdio: Drop need for LIBCDIO_SOURCE_PATH
        enca: Remove buildpaths from target scripts
        libirecovery: Add missing build dependency on readline
        usbmuxd: Remove recipe for 1.1.1
        usbmuxd: Updgrade to latest on master branch
        packagegroup-meta-oe: Add kpatch for glibc + x86_64 only
        packagegroup-meta-oe: Remove minicoredumper-ptest for musl
        libimobiledevice: Delete recipe for 1.3.0
        libimobiledevice: Update to latest tip
        libimobiledevice: Fix build with clang
        idevicerestore: Update to latest on master branch
        libpaper: Add recipe
        psutils: Add recipe
        nodejs: Upgrade to 18.16.0
        python3-pylint: Fix missing deps for ptests
        etcd: Inherit missing features_check
        fftw: Remove hardcoded sysroot into binaries
        lmdb: Pass CFLAGS to Makefile
        squid: Remove buildpaths from generated binaries
        libiio: Do not generate lineinfo in lex/yacc generated files
        php: Remove buildpaths from scripts and generated headers
        uw-imap: Pass CFLAGS from environment
        libmad: Add a patch to pass cflags to build

  Marcel Ziswiler (1):
        libusbgx: fix device hot-plug use case

  Marek Vasut (7):
        lvgl: Upgrade lvgl to 8.3.7 and lv-driver to 8.3.0
        lvgl: Activate custom tick implementation
        lvgl: Add configurable color depth, default to 32bpp
        lvgl: Support both fbdev and wayland backends
        lvgl: Update lvgl-demo-fb to 8.3.0
        lvgl: Upgrade dialog-lvgl to next/main version
        lvgl: Add dependency on fbdev into lvgl-demo-fb DISTRO_FEATURES

  Markus Volk (12):
        xdg-desktop-portal-wlr: update 0.6.0 -&gt; 0.7.0
        python3-pillow: add libxcb to RDEPENDS for x11
        adw-gtk3: update 4.5 -&gt; 4.6
        paprefs: add recipe
        imaagemagick: update 7.1.1-5 -&gt; 7.1.1-8
        fuse3: update 3.12.0 -&gt; 3.14.1
        gnome-software: update 44.0 -&gt; 44.1
        gjs: update 1.75.1 -&gt; 1.76.0
        evince: update 44.0 -&gt; 44.1
        gdm: update 44.0 -&gt; 44.1
        xdg-desktop-portal-gnome: update 44.0 -&gt; 44.1
        libcamera: update 0.0.4 -&gt; 0.0.5

  Martin Jansa (18):
        glfw: respect DISTRO_FEATURES when enabling x11 in default PACKAGECONFIG and return it to REQUIRED_DISTRO_FEATURES
        libreport: add dependency on libarchive
        libxmlb: add missing dependency on glib-2.0 and xz
        geoclue: fix build without gobject-introspection-data
        appstream: fix build without gobject-introspection-data
        ostree: fix build without gobject-introspection-data
        rdfind: fix build with -Werror=return-type
        spice-gtk: respect gobject-introspection-data
        cpulimit: fix do_install with multilib
        libnfs: fix installed-vs-shipped issues with multilib
        btrfsmaintenance: install to ${datadir}/${BPN}
        libtomcrypt: pass LIBPATH to fix installed-vs-shipped with multilib
        nanopb: fix installed-vs-shipped with multilib
        nv-codec-headers: fix installed-vs-shipped with multilib
        zfs: fix installation paths for multilib
        poppler: add dependency on glib-2.0-native
        paprefs: add x11 to REQUIRED_DISTRO_FEATURES
        etcd: don't hardcode /usr/lib in do_install

  Matija Tudan (1):
        serial: add recipe for version 1.2.1

  Ming Liu (4):
        libusbgx: uprev to the latest commit
        libusbgx: fix some systemd service conditions
        libusbgx: drop hard-coded /usr/bin,/etc
        libusbgx: check scripts in /etc/usbgx.d

  Mingli Yu (1):
        minicoredumper: correct the sysvinit service file attribute

  Petr Gotthard (4):
        strongswan: add PACKAGECONFIG for the NetworkManager module
        openfortivpn: add new recipe
        networkmanager-fortisslvpn: add new recipe
        networkmanager-openconnect: add new recipe

  Ross Burton (6):
        v4l-utils: do out-of-tree builds
        python3-ninja: simplify recipe
        libisofs: add new recipe
        libburn: move to meta-filesystems
        libisoburn: add new recipe
        xorriso: remove obsolete recipe

  Trevor Gamblin (9):
        python3-pytest-mock: Add recipe
        python3-tomlkit: Add recipe
        ptest-packagelists-meta-python: Add new tests
        python3-platformdirs: Add recipe
        python3-pylint: upgrade 2.14.5 -&gt; 2.17.3
        python3-pylint: add ptest
        ptest-packagelists-meta-python: Add new tests
        python3-pylint: upgrade 2.17.3 -&gt; 2.17.4
        python3-pylint: omit failing pickle test

  Vasileios Anagnostopoulos (1):
        asio: update to 1.28.0

  Wang Mingyu (74):
        abseil-cpp: upgrade 20230125.2 -&gt; 20230125.3
        appstream: upgrade 0.16.1 -&gt; 0.16.2
        babl: upgrade 0.1.104 -&gt; 0.1.106
        audit: upgrade 3.1 -&gt; 3.1.1
        boost-sml: upgrade 1.1.6 -&gt; 1.1.8
        ctags: upgrade 6.0.20230416.0 -&gt; 6.0.20230430.0
        eog: upgrade 44.0 -&gt; 44.1
        gspell: upgrade 1.12.0 -&gt; 1.12.1
        etcd-cpp-apiv3: upgrade 0.14.2 -&gt; 0.14.3
        googlebenchmark: upgrade 1.7.1 -&gt; 1.8.0
        hwdata: upgrade 0.369 -&gt; 0.370
        libbpf: upgrade 1.1.0 -&gt; 1.2.0
        iozone3: upgrade 492 -&gt; 506
        libadwaita: upgrade 1.3.1 -&gt; 1.3.2
        libcgi-perl: upgrade 4.56 -&gt; 4.57
        libjs-jquery-cookie: upgrade 3.0.1 -&gt; 3.0.5
        libmodule-build-tiny-perl: upgrade 0.043 -&gt; 0.045
        log4cpp: upgrade 1.1.3 -&gt; 1.1.4
        nautilus: upgrade 44.0 -&gt; 44.1
        makedumpfile: upgrade 1.7.2 -&gt; 1.7.3
        mg: upgrade 20230406 -&gt; 20230501
        python3-yarl: upgrade 1.8.2 -&gt; 1.9.2
        python3-alembic: upgrade 1.10.3 -&gt; 1.10.4
        python3-cassandra-driver: upgrade 3.26.0 -&gt; 3.27.0
        python3-can: upgrade 4.1.0 -&gt; 4.2.0
        python3-astroid: upgrade 2.15.3 -&gt; 2.15.4
        python3-argcomplete: upgrade 3.0.5 -&gt; 3.0.8
        python3-coverage: upgrade 7.2.3 -&gt; 7.2.5
        python3-imageio: upgrade 2.27.0 -&gt; 2.28.1
        python3-gast: upgrade 0.5.3 -&gt; 0.5.4
        python3-langtable: upgrade 0.0.61 -&gt; 0.0.62
        python3-flask-socketio: upgrade 5.3.3 -&gt; 5.3.4
        python3-elementpath: upgrade 4.1.1 -&gt; 4.1.2
        python3-nocasedict: upgrade 2.0.0 -&gt; 2.0.1
        python3-protobuf: upgrade 4.22.3 -&gt; 4.22.4
        python3-pint: upgrade 0.20.1 -&gt; 0.21
        python3-pulsectl: upgrade 22.3.2 -&gt; 23.5.0
        python3-pika: upgrade 1.3.1 -&gt; 1.3.2
        python3-pymisp: upgrade 2.4.170.1 -&gt; 2.4.170.2
        python3-pyudev: upgrade 0.24.0 -&gt; 0.24.1
        python3-regex: upgrade 2023.3.23 -&gt; 2023.5.5
        python3-rich: upgrade 13.3.4 -&gt; 13.3.5
        python3-smpplib: upgrade 2.2.2 -&gt; 2.2.3
        python3-sentry-sdk: upgrade 1.20.0 -&gt; 1.22.1
        python3-sqlalchemy: upgrade 2.0.9 -&gt; 2.0.12
        python3-termcolor: upgrade 2.2.0 -&gt; 2.3.0
        python3-twitter: upgrade 4.13.0 -&gt; 4.14.0
        python3-web3: upgrade 6.2.0 -&gt; 6.3.0
        tracker: upgrade 3.5.0 -&gt; 3.5.1
        python3-zeroconf: upgrade 0.56.0 -&gt; 0.62.0
        python3-xstatic: upgrade 1.0.2 -&gt; 1.0.3
        python3-requests-toolbelt: upgrade 0.10.1 -&gt; 1.0.0
        libimobiledevice-glue: SRCREV bump d2ff796..114098d
        libplist: upgrade 2.2.0 -&gt; 2.3.0
        ctags: upgrade 6.0.20230430.0 -&gt; 6.0.20230507.0
        libnet-dns-perl: upgrade 1.37 -&gt; 1.38
        libdivecomputer: upgrade 0.7.0 -&gt; 0.8.0
        python3-platformdirs: upgrade 3.5.0 -&gt; 3.5.1
        python3-sympy: upgrade 1.11.1 -&gt; 1.12
        python3-google-auth: upgrade 2.17.3 -&gt; 2.18.0
        php: upgrade 8.2.5 -&gt; 8.2.6
        postgresql: upgrade 15.2 -&gt; 15.3
        python3-protobuf: upgrade 4.22.4 -&gt; 4.23.0
        python3-pulsectl: upgrade 23.5.0 -&gt; 23.5.1
        python3-pymisp: upgrade 2.4.170.2 -&gt; 2.4.171
        python3-pyjwt: upgrade 2.6.0 -&gt; 2.7.0
        python3-redis: upgrade 4.5.4 -&gt; 4.5.5
        python3-pytest-xdist: upgrade 3.2.1 -&gt; 3.3.0
        python3-sentry-sdk: upgrade 1.22.1 -&gt; 1.22.2
        python3-typeguard: upgrade 3.0.2 -&gt; 4.0.0
        python3-sqlalchemy: upgrade 2.0.12 -&gt; 2.0.13
        python3-websockets: upgrade 11.0.2 -&gt; 11.0.3
        xterm: upgrade 379 -&gt; 380
        wavpack: upgrade 4.60.1 -&gt; 5.1.0

  Xiangyu Chen (1):
        pahole: fix native package build error

  ojayanth (2):
        etcd: systemd unit support to start existing etcd node
        etcd: add systemd unit support for clustering

poky: 76cec94fad..35e5d29a7d:
  Alexander Kanavin (1):
        gcr: consider all versions, not only x.even.y

  Andrew Jeffery (1):
        Revert "ipk: Decode byte data to string in manifest handling"

  Anuj Mittal (2):
        gstreamer1.0: upgrade 1.22.0 -&gt; 1.22.2
        vte: upgrade 0.72.0 -&gt; 0.72.1

  Chen Qi (1):
        sqlite3: update CVE_PRODUCT

  Frederic Martinsons (1):
        ptest-cargo.bbclass: add the possibility to define test arguments

  Khem Raj (3):
        musl: Update to 1.2.4 release
        cpio: Run ptests under ptest user
        python3-requests: Upgrade to 2.30.0

  Luca Ceresoli (2):
        ref-manual: classes: kernel: remove incorrect sentence opening
        ref-manual: classes: kernel: document automatic defconfig usage

  Martin Jansa (1):
        populate_sdk_base.bbclass: respect MLPREFIX for ptest-pkgs's ptest-runner

  Michael Opdenacker (2):
        migration-guides: start of 4.3 migration and release notes
        ref-manual: document FIT_ADDRESS_CELLS

  Paul Gortmaker (1):
        yocto-bsp: drop MIPS Edgerouter support

  Qiu Tingting (1):
        e2fsprogs: fix ptest bug for second running

  Richard Purdie (5):
        migration/release-notes-4.3: Add extra notes
        qemu: Update ppc instruction fix to match revised upstream version
        glib-networking: Add test retry to avoid failures
        glib-networking: Correct glib error handling in test patch
        qemu: Further updates to the ppc patch after upstream discussion

  Ross Burton (6):
        gdb: fix crashes when debugging threads with Arm Pointer Authentication enabled
        Revert "ffmpeg: move ffmpeg config into packageconfig"
        ffmpeg: add v4l2 PACKAGECONFIG
        python3: use libedit instead of readline
        python3: clean up PACKAGECONFIG
        python3: use system expat

  Tim Orling (2):
        python3-urllib3: upgrade 1.26.15 -&gt; 2.0.2
        python3-attrs: upgrade 22.2.0 -&gt; 23.1.0

  Trevor Gamblin (3):
        python3-trove-classifiers: Add recipe
        python3-hatchling: upgrade 1.13.0 -&gt; 1.14.1
        python3-calver: Add recipe

  Zang Ruochen (1):
        elfutils: upgrade 0.188 -&gt; 0.189

  nikhil (1):
        tiff: Remove unused patch from tiff

Signed-off-by: Andrew Geissler &lt;geissonator@yahoo.com&gt;
Change-Id: I5304cb7a7ca3c09a110f52fa5b2844f5f00f4851
</content>
</entry>
</feed>
