Packages changed:
  bash (5.2.9 -> 5.2.12)
  bluedevil5 (5.26.3.1 -> 5.26.4)
  breeze (5.26.3.1 -> 5.26.4)
  breeze-gtk (5.26.3 -> 5.26.4)
  chrony
  cryptsetup (2.5.0 -> 2.6.0)
  discover (5.26.3 -> 5.26.4)
  drkonqi5 (5.26.3 -> 5.26.4)
  emacs (28.1 -> 28.2)
  glibc
  kactivitymanagerd (5.26.3 -> 5.26.4)
  kcm_sddm (5.26.3 -> 5.26.4)
  kde-cli-tools5 (5.26.3 -> 5.26.4)
  kde-gtk-config5 (5.26.3 -> 5.26.4)
  kernel-source (6.0.8 -> 6.0.10)
  kgamma5 (5.26.3 -> 5.26.4)
  khotkeys5 (5.26.3 -> 5.26.4)
  kinfocenter5 (5.26.3 -> 5.26.4)
  kmenuedit5 (5.26.3 -> 5.26.4)
  kpipewire (5.26.3 -> 5.26.4)
  kscreen5 (5.26.3 -> 5.26.4)
  kscreenlocker (5.26.3 -> 5.26.4)
  ksshaskpass5 (5.26.3 -> 5.26.4)
  ksystemstats5 (5.26.3 -> 5.26.4)
  kwayland-integration (5.26.3 -> 5.26.4)
  kwin5 (5.26.3 -> 5.26.4)
  kwrited5 (5.26.3 -> 5.26.4)
  layer-shell-qt (5.26.3 -> 5.26.4)
  libguestfs (1.48.4 -> 1.48.6)
  libkdecoration2 (5.26.3 -> 5.26.4)
  libkscreen2 (5.26.3 -> 5.26.4)
  libksysguard5 (5.26.3 -> 5.26.4)
  milou5 (5.26.3 -> 5.26.4)
  ovmf (202208 -> 202211)
  oxygen5-sounds (5.26.3.1 -> 5.26.4)
  plasma-browser-integration (5.26.3 -> 5.26.4)
  plasma-nm5 (5.26.3 -> 5.26.4)
  plasma5-addons (5.26.3 -> 5.26.4)
  plasma5-desktop (5.26.3 -> 5.26.4)
  plasma5-disks (5.26.3 -> 5.26.4)
  plasma5-integration (5.26.3 -> 5.26.4)
  plasma5-openSUSE
  plasma5-pa (5.26.3 -> 5.26.4)
  plasma5-systemmonitor (5.26.3 -> 5.26.4)
  plasma5-thunderbolt (5.26.3 -> 5.26.4)
  plasma5-workspace (5.26.3 -> 5.26.4.1)
  polkit-kde-agent-5 (5.26.3 -> 5.26.4)
  powerdevil5 (5.26.3 -> 5.26.4)
  python-py
  spice (0.15.0 -> 0.15.1)
  systemsettings5 (5.26.3 -> 5.26.4)
  tcl (8.6.12 -> 8.6.13)
  tk (8.6.12 -> 8.6.13)
  xdg-desktop-portal-kde (5.26.3 -> 5.26.4)

=== Details ===

==== bash ====
Version update (5.2.9 -> 5.2.12)
Subpackages: bash-doc bash-lang bash-sh

- Add upstream patches
  * bash52-010
    Bash-5.2 checks the first 128 characters of an executable file that execve()
    refuses to execute to see whether it's a binary file before trying to
    execute it as a shell script. This defeats some previously-supported use
    cases like "self-executing" jar files or "self-uncompressing" scripts.
  * bash52-011
    Using timeouts and readline editing with the `read' builtin (read -e -t) can
    leave the readline timeout enabled, potentially resulting in an erroneous
    timeout on the next call.
  * bash52-012
    When running in bash compatibility mode, nested command substitutions can
    leave the `extglob' option enabled.

==== bluedevil5 ====
Version update (5.26.3.1 -> 5.26.4)
Subpackages: bluedevil5-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
  * Install translated documentation from po/ too

==== breeze ====
Version update (5.26.3.1 -> 5.26.4)
Subpackages: breeze5-cursors breeze5-decoration breeze5-style breeze5-style-lang libbreezecommon5-5

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3

==== breeze-gtk ====
Version update (5.26.3 -> 5.26.4)
Subpackages: gtk2-metatheme-breeze gtk3-metatheme-breeze metatheme-breeze-common

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3

==== chrony ====
Subpackages: chrony-pool-openSUSE

- Install chrony DHCP dispatcher script for Networkmanager
  * chrony.nm-dispatcher.dhcp.patch /var/run to /run

==== cryptsetup ====
Version update (2.5.0 -> 2.6.0)
Subpackages: cryptsetup-doc cryptsetup-lang libcryptsetup12 libcryptsetup12-32bit libcryptsetup12-hmac

- cryptsetup 2.6.0:
  * Introduce support for handling macOS FileVault2 devices (FVAULT2).
  * libcryptsetup: no longer use global memory locking through mlockall()
  * libcryptsetup: process priority is increased only for key derivation
    (PBKDF) calls.
  * Add new LUKS keyslot context handling functions and API.
  * The volume key may now be extracted using a passphrase, keyfile, or
    token. For LUKS devices, it also returns the volume key after
    a successful crypt_format call.
  * Fix --disable-luks2-reencryption configuration option.
  * cryptsetup: Print a better error message and warning if the format
    produces an image without space available for data.
  * Print error if anti-forensic LUKS2 hash setting is not available.
    If the specified hash was not available, activation quietly failed.
  * Fix internal crypt segment compare routine if the user
    specified cipher in kernel format (capi: prefix).
  * cryptsetup: Add token unassign action.
    This action allows removing token binding on specific keyslot.
  * veritysetup: add support for --use-tasklets option.
    This option sets try_verify_in_tasklet kernel dm-verity option
    (available since Linux kernel 6.0) to allow some performance
    improvement on specific systems.
  * Provide pkgconfig Require.private settings.
    While we do not completely provide static build on udev systems,
    it helps produce statically linked binaries in certain situations.
  * Always update automake library files if autogen.sh is run.
    For several releases, we distributed older automake scripts by mistake.
  * reencryption: Fix user defined moved segment size in LUKS2 decryption.
    The --hotzone-size argument was ignored in cases where the actual data
    size was less than the original LUKS2 data offset.
  * Delegate FIPS mode detection to configured crypto backend.
    System FIPS mode check no longer depends on /etc/system-fips file.
  * Update documentation, including FAQ and man pages.

==== discover ====
Version update (5.26.3 -> 5.26.4)
Subpackages: discover-backend-flatpak discover-backend-fwupd discover-backend-packagekit discover-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
  * Prefer openining the installed version of an app (kde#461664)
  * packagekit: check free space when update size changes
  * pk: Only issue a resolve if something changed (kde#461813)
  * ProgressView: disable highlight effect for real (kde#461812)

==== drkonqi5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: drkonqi5-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3

==== emacs ====
Version update (28.1 -> 28.2)
Subpackages: emacs-el emacs-eln emacs-info emacs-nox emacs-x11 etags

- Update to GNU Emacs version 28.2
  * This is a bug-fix release with no new features.
- Add upstream commit as patch d48bb487.patch (bsc#1205822, CVE-2022-45939)
  * shell command injection via source code files when using ctags
- Correct offsets of the patches
  * emacs-24.3-iconic.patch
  * emacs-24.4-ps-bdf.patch
  * emacs-25.2-ImageMagick7.patch
  * emacs-27.1-Xauthority4server.patch
  * emacs-27.1-pdftex.patch
  * emacs-28.1.dif

==== glibc ====
Subpackages: glibc-32bit glibc-devel glibc-extra glibc-lang glibc-locale glibc-locale-base nscd

- nscd: Convert to systemd-sysusers

==== kactivitymanagerd ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kactivitymanagerd-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3

==== kcm_sddm ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kcm_sddm-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3

==== kde-cli-tools5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kde-cli-tools5-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
  * Install translated documentation from po/ too

==== kde-gtk-config5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kde-gtk-config5-gtk3

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3

==== kernel-source ====
Version update (6.0.8 -> 6.0.10)

- Linux 6.0.10 (bsc#1012628).
- mtd: rawnand: qcom: handle ret from parse with codeword_fixup
  (bsc#1012628).
- drm/msm/gpu: Fix crash during system suspend after unbind
  (bsc#1012628).
- spi: tegra210-quad: Fix combined sequence (bsc#1012628).
- ASoC: wm5102: Revert "ASoC: wm5102: Fix PM disable depth
  imbalance in wm5102_probe" (bsc#1012628).
- ASoC: wm5110: Revert "ASoC: wm5110: Fix PM disable depth
  imbalance in wm5110_probe" (bsc#1012628).
- ASoC: wm8997: Revert "ASoC: wm8997: Fix PM disable depth
  imbalance in wm8997_probe" (bsc#1012628).
- ASoC: mt6660: Keep the pm_runtime enables before component
  stuff in mt6660_i2c_probe (bsc#1012628).
- ASoC: rt5682s: Fix the TDM Tx settings (bsc#1012628).
- ASoC: rt1019: Fix the TDM settings (bsc#1012628).
- ASoC: wm8962: Add an event handler for TEMP_HP and TEMP_SPK
  (bsc#1012628).
- spi: intel: Fix the offset to get the 64K erase opcode
  (bsc#1012628).
- ASoC: codecs: jz4725b: add missed Line In power control bit
  (bsc#1012628).
- ASoC: codecs: jz4725b: fix reported volume for Master ctl
  (bsc#1012628).
- ASoC: codecs: jz4725b: use right control for Capture Volume
  (bsc#1012628).
- ASoC: codecs: jz4725b: fix capture selector naming
  (bsc#1012628).
- ASoC: Intel: sof_sdw: add quirk variant for LAPBC710 NUC15
  (bsc#1012628).
- selftests/futex: fix build for clang (bsc#1012628).
- selftests/intel_pstate: fix build for ARCH=x86_64 (bsc#1012628).
- selftests/kexec: fix build for ARCH=x86_64 (bsc#1012628).
- ASoC: Intel: sof_rt5682: Add quirk for Rex board (bsc#1012628).
- ASoC: rt1308-sdw: add the default value of some registers
  (bsc#1012628).
- ASoC: amd: yc: Adding Lenovo ThinkBook 14 Gen 4+ ARA and Lenovo
  ThinkBook 16 Gen 4+ ARA to the Quirks List (bsc#1012628).
- ASoC: amd: yc: Add Lenovo Thinkbook 14+ 2022 21D0 to quirks
  table (bsc#1012628).
- drm/amdgpu: Adjust MES polling timeout for sriov (bsc#1012628).
- platform/x86: thinkpad_acpi: Fix reporting a non present second
  fan on some models (bsc#1012628).
- platform/x86/intel: pmc/core: Add Raptor Lake support to pmc
  core driver (bsc#1012628).
- drm/amd/display: Remove wrong pipe control lock (bsc#1012628).
- drm/amd/display: Don't return false if no stream (bsc#1012628).
- drm/scheduler: fix fence ref counting (bsc#1012628).
- ACPI: scan: Add LATT2021 to acpi_ignore_dep_ids[] (bsc#1012628).
- cxl/mbox: Add a check on input payload size (bsc#1012628).
- RDMA/efa: Add EFA 0xefa2 PCI ID (bsc#1012628).
- btrfs: raid56: properly handle the error when unable to find
  the missing stripe (bsc#1012628).
- NFSv4: Retry LOCK on OLD_STATEID during delegation return
  (bsc#1012628).
- SUNRPC: Fix crasher in gss_unwrap_resp_integ() (bsc#1012628).
- ACPI: x86: Add another system to quirk list for forcing
  StorageD3Enable (bsc#1012628).
- drm/rockchip: vop2: fix null pointer in plane_atomic_disable
  (bsc#1012628).
- drm/rockchip: vop2: disable planes when disabling the crtc
  (bsc#1012628).
- ksefltests: pidfd: Fix wait_states: Test terminated by timeout
  (bsc#1012628).
- powerpc/64e: Fix amdgpu build on Book3E w/o AltiVec
  (bsc#1012628).
- block: blk_add_rq_to_plug(): clear stale 'last' after flush
  (bsc#1012628).
- firmware: arm_scmi: Cleanup the core driver removal callback
  (bsc#1012628).
- firmware: arm_scmi: Make tx_prepare time out eventually
  (bsc#1012628).
- i2c: tegra: Allocate DMA memory for DMA engine (bsc#1012628).
- i2c: i801: add lis3lv02d's I2C address for Vostro 5568
  (bsc#1012628).
- drm/imx: imx-tve: Fix return type of
  imx_tve_connector_mode_valid (bsc#1012628).
- btrfs: remove pointless and double ulist frees in error paths
  of qgroup tests (bsc#1012628).
- drm/amd/display: Ignore Cable ID Feature (bsc#1012628).
- drm/amd/display: Enable timing sync on DCN32 (bsc#1012628).
- drm/amdgpu: set fb_modifiers_not_supported in vkms
  (bsc#1012628).
- drm/amd: Fail the suspend if resources can't be evicted
  (bsc#1012628).
- drm/amd/display: Fix DCN32 DSC delay calculation (bsc#1012628).
- drm/amd/display: Use forced DSC bpp in DML (bsc#1012628).
- drm/amd/display: Round up DST_after_scaler to nearest int
  (bsc#1012628).
- drm/amd/display: Investigate tool reported FCLK P-state
  deviations (bsc#1012628).
- Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm (bsc#1012628).
- cxl/pmem: Use size_add() against integer overflow (bsc#1012628).
- x86/cpu: Add several Intel server CPU model numbers
  (bsc#1012628).
- tools/testing/cxl: Fix some error exits (bsc#1012628).
- cifs: always iterate smb sessions using primary channel
  (bsc#1012628).
- ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source",
    ... changelog too long, skipping 789 lines ...
- commit 218191a

==== kgamma5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kgamma5-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
  * Install translated documentation from po/ too

==== khotkeys5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: khotkeys5-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
  * Install translated documentation from po/ too

==== kinfocenter5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kinfocenter5-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
  * Install translated documentation from po/ too

==== kmenuedit5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kmenuedit5-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
  * Install translated documentation from po/ too

==== kpipewire ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kpipewire-imports libKPipeWire5 libKPipeWire5-lang libKPipeWireRecord5

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3

==== kscreen5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kscreen5-lang kscreen5-plasmoid

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
  * Fix right to right snapping

==== kscreenlocker ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kscreenlocker-lang libKScreenLocker5

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3

==== ksshaskpass5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: ksshaskpass5-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3

==== ksystemstats5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: ksystemstats5-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3

==== kwayland-integration ====
Version update (5.26.3 -> 5.26.4)

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3

==== kwin5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kwin5-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
  * Install translated documentation from po/ too
  * utils/serviceutils: Improve Exec key parsing
  * effects/kscreen: don't stop effect when fade out animation is done (kde#460902)
  * backends/libinput: update screens on Workspace::outputsChanged (kde#461901)
  * Update defiintion of customised Gitlab CI job to include appropriate flags to keep Git happy
  * screencast: Don't scale the cursor
  * x11: Reset SurfaceItemX11::m_isDamaged when the damage handle is destroyed
  * activation: Guard against not having any active window
  * wayland: Make debug console placeable (kde#453920)
  * screencast: Fix how we tell pipewire that the stream has been resized (kde#461590)
  * backends/drm: generate modes even if some common modes are available

==== kwrited5 ====
Version update (5.26.3 -> 5.26.4)

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3

==== layer-shell-qt ====
Version update (5.26.3 -> 5.26.4)

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3

==== libguestfs ====
Version update (1.48.4 -> 1.48.6)
Subpackages: libguestfs-xfs libguestfs0

- Update to version 1.48.6
  * This is a bug fix release. No upstream changelog.
- Drop f162e47e-m4-Fix-configure-disable-ocaml.patch

==== libkdecoration2 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: libkdecorations2-5 libkdecorations2-5-lang libkdecorations2private9

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3

==== libkscreen2 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: libKF5Screen7 libKF5Screen7-lang libkscreen2-plugin

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3

==== libksysguard5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: ksysguardsystemstats-data libKSysGuardSystemStats1 libksysguard5-imports libksysguard5-lang libksysguard5-plugins

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
  * QML error: digist -> digits

==== milou5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: milou5-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3

==== ovmf ====
Version update (202208 -> 202211)
Subpackages: qemu-ovmf-x86_64

- In the PFLASH_CODE in ovmf-build-funcs.sh, Use readonly=on instead of
  readonly becuase we got the following message when building ovmf
  on SLE15-SP3/SP4 code base:
  [  981s] qemu-system-x86_64: -drive if=pflash,format=raw,unit=0,readonly,file=ovmf-x86_64-ms-code.bin: warning: short-form boolean option 'readonly' deprecated
  [  981s] Please use readonly=on instead
  [  981s] char device redirected to /dev/pts/0 (label charserial1)
- Update to edk2-stable202211 (jsc#PED-1410)
  - Features (https://github.com/tianocore/edk2/releases):
  CryptoPkg remove EC PCD and merge optimized openssl libs
  Add GoogleTest unit test support to UnitTestFrameworkPkg
  Add Raw algorithm support using Arm FW-TRNG interface
  TDVF Lazy Accept in OvmfPkg
  Debug code to audit BIOS TPM extend operations
  Add a new feature to enable LoongArch prot for EDKII
  CryptoPkg: Need to add additional cipher algos and TLS API to meet WPA3
  IntelFsp2(Wrapper)Pkg: Support FSP 2.4 MultiPhaseInit
  CryptoPkg: Need to support EC and BN API due to WPA3 feature
  Add PCI_DEVICE_PPI support for NvmExpressPei
  - Patches (git log --oneline --date-order edk2-stable202208..edk2-stable202211):
    fff6d81270 pip-requirements.txt: Update to edk2-pytool-extensions 0.20.0
    2ddc8e1b67 pip-requirements.txt: Update to edk2-pytool-library 0.12.1
    93629f2c7c ArmPkg/ArmTrngLib: Remove ASSERT in GetArmTrngVersion()
    0cb30c3f5e Maintainers: Update the VmgExitLib to CcExitLib
    765ba5bf05 OvmfPkg/UefiCpuPkg: Add CcExit prefix to the APIs of CcExitLib
    a89f558d3c OvmfPkg/UefiCpuPkg/UefiPayloadPkg: Rename VmgExitLib to CcExitLib
    b9e702c3c9 UefiCpuPkg/ResetVector:Add Option to reserve 4K region at 4GB
    6d55ad9a59 MdePkg/Test: Add port of BaseSafeIntLib unit tests to GoogleTest
    31377aba8f BaseTools/Plugin/HostBaseUnitTestRunner: Enable gtest xml output
    80f097711b .pytool: Add googletest submodule to CISettings.py
    d4586fe3ae UnitTestFrameworkPkg/Library/CmockaLib: Generate symbol information
    cef0c5c684 UnitTestFrameworkPkg: Add googletest submodule and GoogleTestLib
    c1b073a9dc MdePkg/Include/Library: Undefine _ASSERT() if already defined
    933b4c333c MdePkg/Include: Update Base.h to improve C++ compatibility
    3182843f3b IntelFsp2Pkg: Improvement of supporting null UPD pointer in FSP-T
    c8fb724046 ArmPkg/ArmTrngLib: Fix incorrect GUID reference in DEBUG() output
    3b1f3414f2 .github/workflows: Update CodeQL to install Python 3.10.6
    c17c3c24d8 ShellPkg:Improved Smbios Type9 data under smbiosview
    342813a3f7 pip-requirements.txt: Update edk2-pytool-library to 0.12.0
    b0fd309719 edk2.qls: Allow error severity results and add new queries
    179efe5d69 BaseTools: Fix wrong type of arguments to formatting functions
    0be81a4d83 BaseTools/Source/C: Use /Z7 instead of /Zi for host tools
    6032b46dce PrmPkg/PrmSsdtInstallDxe: Update PRMT Device CID to PNP0C02.
    6c1a4a376e .github: Add initial CodeQL config and workflow files
    c7aecf2a4f Maintainers.txt: Add .github maintainers and reviewers
    50bee4cc12 CryptoPkg: Sha1 functions causing build errors
    239bcf7805 PrmPkg: Use UnitTestFrameworkPkg UEFI BS library
    6e8b0b6913 UnitTestFrameworkPkg: Add UnitTestUefiBootServicesTableLib
    82e70d9ac0 CryptoPkg/Readme.md: typo and grammar fixes
    35043a5ec0 MdePkg/BaseLib: Fix out-of-bounds reads in SafeString
    b556f2445c ArmVirtPkg: Kvmtool: Add RNG support using Arm TRNG interface
    9eb5ccda50 SecurityPkg/RngDxe: Add Arm support of RngDxe
    ff29cdb968 SecurityPkg/RngDxe: Rename AArch64/RngDxe.c
    6cdddccf00 SecurityPkg/RngDxe: Add debug warning for NULL PcdCpuRngSupportedAlgorithm
    863fe9e191 SecurityPkg/RngDxe: Add AArch64 RawAlgorithm support through ArmTrngLib
    4b3e9d80be SecurityPkg/RngDxe: Check before advertising Cpu Rng algo
    199031b2b0 SecurityPkg/RngDxe: Documentation/include/parameter cleanup
    922bf317f1 SecurityPkg/RngDxe: Remove ArchGetSupportedRngAlgorithms()
    aade3b93fe SecurityPkg/RngDxe: Replace Pcd with Sp80090Ctr256Guid
    8a89747844 SecurityPkg/RngDxe: Rename RdRandGenerateEntropy to generic name
    e00ec499c5 ArmPkg/ArmTrngLib: Add Arm TRNG library
    351fe77666 ArmPkg: Add FID definitions for Arm TRNG
    ef4cf3d88d MdePkg/ArmTrngLib: Add NULL instance of Arm TRNG Library
    cbce5a1a93 MdePkg/ArmTrngLib: Definition for Arm TRNG library class interface
    3d480a93de ArmPkg/ArmHvcLibNull: Add NULL instance of ArmHvcLib
    9d8ed9c8ee ArmPkg: Sort HVC/SMC section alphbetically in ArmPkg.dsc
    aa0f522471 ArmPkg/ArmMonitorLib: Add ArmMonitorLib
    9a50990cdb ArmPkg/ArmMonitorLib: Definition for ArmMonitorLib library class
    dcf8c79056 ArmPkg: PCD to select conduit for monitor calls
    cc650a0378 ArmPlatformPkg: Retire NorFlashDxe driver
    eff44c008d OvmfPkg/VmgExitLig: HALT on #VE when access to private memory
    2695e49219 UefiPayloadPkg: Boot mode in PHIT HOB will not be updated
    ee3da09bb2 MdeModulePkg/Ufs :Coverity scan flags multiple issues in edk2-stable202205
    eae9e51d98 MdeModulePkg/scsi :Coverity scan flags multiple issues in edk2-stable202205
    b84f32ae5b IntelFsp2Pkg: FSP should support input UPD as NULL.
    cab1f02565 MdeModulePkg/PiSmmCore: SmmEntryPoint underflow (CVE-2021-38578)
    c46204e25f IntelFsp2Pkg: Update Function header to support IA32/X64.
    957a15adaf UefiCpuPkg/SmmCpuFeaturesLib: Clean up header file inclusion in SmmStm.c
    ae62a6e44d UefiCpuPkg/SmmCpuFeaturesLib: Abstract arch dependent code
    ed8bfada03 UefiCpuPkg/SmmCpuFeaturesLib: Rename the common C file
    8487ec0ee7 CryptoPkg/Test: Simplify BaseCryptLib host based unit tests
    b5dbf8267b pip-requirements.txt: Bump pytool extensions and library
    85dba961c7 UnitTestFrameworkPkg: Support FILE_GUID override in host based unit tests
    720c25ab41 OvmfPkg: Call gEdkiiMemoryAcceptProtocolGuid to accept pages
    7dcc2f3870 OvmfPkg: Realize EdkiiMemoryAcceptProtocol in TdxDxe
    2af33db365 MdePkg: The prototype definition of EdkiiMemoryAcceptProtocol
    d1e41c620f OvmfPkg: Introduce lazy accept in PlatformInitLib and PlatformPei
    6ca9f410d1 ShellPkg: Update shell command memmap to show unaccepted memory
    43e306806e MdeModulePkg: Update Dxe to handle unaccepted memory type
    502c01c502 MdePkg: Add UEFI Unaccepted memory definition
    9b648112a5 OvmfPkg: Use BZ3937_EFI_RESOURCE_MEMORY_UNACCEPTED defined in MdeModulePkg
    32c5a470ad MdePkg: Increase EFI_RESOURCE_MAX_MEMORY_TYPE
    00bbb1e584 MdeModulePkg: Add PrePiHob.h
    df7ce74e6c RedfishPkg/RedfishDiscoverDxe: Fix memory free issue
    66772bc852 Maintainers.txt: Add 'Pierre Gondois' as DynamicTablesPkg reviewer
    e9a3613ce0 ShellPkg/AcpiView: Update PCCT fields for ACPI 6.5
    c9a4df88fd DynamicTablesPkg: Readme.md: Update available tables for generation
    1729fb8a82 DynamicTablesPkg/AmlLib: Allow larger AccessSize for Pcc address space
    8405b1480f DynamicTablesPkg: Add PCCT Generator
    dab7bac94c DynamicTablesPkg: Add PCCT related objects
    ... changelog too long, skipping 309 lines ...
  - 18b5b14932    edk2-stable202211~328

==== oxygen5-sounds ====
Version update (5.26.3.1 -> 5.26.4)

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3

==== plasma-browser-integration ====
Version update (5.26.3 -> 5.26.4)
Subpackages: plasma-browser-integration-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3

==== plasma-nm5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: plasma-nm5-lang plasma-nm5-openconnect plasma-nm5-openvpn plasma-nm5-pptp plasma-nm5-vpnc

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
  * Show current MAC for wired connections
  * Show current MAC address instead of permanent MAC address in details view (kde#456119)

==== plasma5-addons ====
Version update (5.26.3 -> 5.26.4)
Subpackages: plasma5-addons-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
  * wallpapers/potd: allow force refresh when no cached image is available
  * applets/weather: Fix system tray detection

==== plasma5-desktop ====
Version update (5.26.3 -> 5.26.4)
Subpackages: plasma5-desktop-emojier plasma5-desktop-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
  * Install translated documentation from po/ too
  * Panel: Avoid setting solid background when compositing is disabled (kde#451451)
  * applets/kickoff: fix huge icons in category list (kde#460349)
  * kcms/runners: Fix org.kde.kconfig.notify DBus signal getting wrong plugin id (kde#461422)
  * [kcms/tablet] Reload output combobox when outputs change (kde#461560)

==== plasma5-disks ====
Version update (5.26.3 -> 5.26.4)
Subpackages: plasma5-disks-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3

==== plasma5-integration ====
Version update (5.26.3 -> 5.26.4)
Subpackages: plasma5-integration-plugin plasma5-integration-plugin-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3

==== plasma5-openSUSE ====
Subpackages: plasma5-defaults-openSUSE plasma5-theme-openSUSE plasma5-workspace-branding-openSUSE sddm-theme-openSUSE

- Update to 5.26.4

==== plasma5-pa ====
Version update (5.26.3 -> 5.26.4)
Subpackages: plasma5-pa-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
  * Install translated documentation from po/ too

==== plasma5-systemmonitor ====
Version update (5.26.3 -> 5.26.4)
Subpackages: plasma5-systemmonitor-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3

==== plasma5-thunderbolt ====
Version update (5.26.3 -> 5.26.4)
Subpackages: plasma5-thunderbolt-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3

==== plasma5-workspace ====
Version update (5.26.3 -> 5.26.4.1)
Subpackages: gmenudbusmenuproxy plasma5-session plasma5-session-wayland plasma5-workspace-lang plasma5-workspace-libs xembedsniproxy

- Update to 5.26.4.1
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
  * Do not query all available image plugins when determining background type (kde#462308)
  * Install translated documentation from po/ too
  * Panel: Revert making the mask smaller by 1px (kde#460896)
  * Remove negative inset of plasmoid heading in notifications since there's no margin in those (kde#452347)
  * lockscreen: Consider info messages to be prompts (kde#454706)
  * Fix wrong example values, return correct paper size value
  * wallpapers/image: save last wallpaper in slideshow mode (kde#461490)
  * SystemDialog: Fix display when there is no component
  * applets/notifications: unload ListView when plasmoid is not expanded
  * applets/mediacontroller: avoid flashing application icon (kde#461496)
  * SystemDialog: Make sure the window has a Qt.Window type
  * Notifications: Explicitly uncheck paused button when switching to running state
  * shell: revert unrelated changes in d79a927a4c7a8b489b985a6ae94bd9d8f082db93
  * [shell] Always call load after init (kde#439159)
  * applets/notifications: remove one unused import
  * applets/notifications: remove workaround for QTBUG-67007
  * startkde/plasma-session: fix playing startup sound

==== polkit-kde-agent-5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: polkit-kde-agent-5-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3

==== powerdevil5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: powerdevil5-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
  * Install translated documentation from po/ too

==== python-py ====

- Remove python_module macro definition
- Add python-py dep for testing
- Use autosetup insteado of setup + patch
- More specific python_sitelib in %files

==== spice ====
Version update (0.15.0 -> 0.15.1)

- Update to v0.15.1 release
  * This is a bug fix release with no upstream changelog
- Drop fix-build-with-gstreamer-1.20.patch

==== systemsettings5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: systemsettings5-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
  * Install translated documentation from po/ too

==== tcl ====
Version update (8.6.12 -> 8.6.13)

- New version 8.6.13:
  * (bug)[26f132] Crash when sizeof(int) < sizeof(void *)
  * (TIP 623)[e9a271] Tcl_GetRange index args < 0
  * (bug)[e5ed1b] numeric IPv6 in URLs
  * (bug)[8eb64b] http package tolerant again invalid reply header
  * (bug)[6898f9] http package failed detection of shiftjis charset
  * (bug)[55bf73] Avoid connection reuse after response code 101.
  * (bug)[713653] FP rounding exposed by x86 musl
  * (bug)[b3977d] Process CR-LF split across packets
  * (bug)[4eb3a1] crash due to undetected bytecode invalidity
  * (bug)[55a02f] Fallback init env(HOME) from USERPROFILE
  * (bug)[1073da] crash writing invalid utf-8
  * (new) Update to Unicode-15
  * Many code fixes to avoid overflow or undefined behavior.
- Add tcl-refchan-mode-needed.patch to allow refchans to be opened
  for neither reading nor writing, but still handle events.

==== tk ====
Version update (8.6.12 -> 8.6.13)

- New version 8.6.13:
  * (new)[TIP 599] Extended build information
  * (bug)[440c52] fix PPM/PGM read with graylevel > 255
  * (bug)[5fb814] canvas redraw region for lines/polygones
  * (new)[631a0b] text widget: direct mouse events to insert mark,
    not current
  * (bug)[b164ef] fix mouse events for multiple toplevels
  * (bug)[be8f5b] crash setting -type empty for a menu
  * (bug)[50fc02,50fc02,25894d,156e58] ImgPhoto pointer issues
  * (bug)[617861] -justify/-anchor defaults for ttk::label
  * (bug)[40bc81] embedding error test failure
  * (bug)[b1d115] No <Enter> event on new toplevel on current
    toplevel destruction
  * (bug)[3fefb3] crash in empty ttk::combobox when end index requested
  * (new)[247d80] Chinese message file
  * (bug)[e331bc] NULL to memset in photo blank
  * (bug)[864b06] PNG photo image color numeric issue
  * (bug)[f75190] tk_fontchooser: multiple font families, locale
    change, button activation
  * (bug)[ce6b42] (in TCL bug tracker) ttk::spinbox increment event
    endless invokation
  * (bug)[2a6c62] Avoid invalid <<TreeviewSelect>>
  * (new)[f47920] Updates to Finnish message catalog
  * (bug)[29b5c2] error in tk_popup with separator entry selected
  * (bug)[415415] scale advances multiple steps on single click
  * (bug)[dc4c55] tk_popup entry index
  * (bug)[c0bf1b] XVirtualEvent buffer overflows
  * (bug)[eedd79] potential crashes in option parsing when
    sizeof(enum) not equal to int
  * (bug)[0ce975] panedwindow calls memcpy with NULL pointer
  * (bug) GIF with multiple images may reuse transparent color
  * [aefdb8,be29f7] Updates to Russian message catalog
  * Updates to Esperanto message catalog
  * (bug)[a3b03f] Linux, Windows: improve (ttk) menubutton menu
    position
  * Update keysym tables to latest X11R6
  * [f6e4d4] consistent cross-platform polygon fill
  * (bug)[5e4e44] ttk::panedwindow drag robust wrt orientation
    variants
  * Remove tk.patch, was integrated upstream.
- Remove stuff from TK_LIBS that is not needed for shared
  libraries and we don't support static linking.

==== xdg-desktop-portal-kde ====
Version update (5.26.3 -> 5.26.4)
Subpackages: xdg-desktop-portal-kde-lang

- Update to 5.26.4
  * New bugfix release
  * For more details please see:
  * https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3