Packages changed:
  ImageMagick
  MicroOS-release (20240311 -> 20240313)
  argyllcms
  curl
  dnf
  fwupd (1.9.14 -> 1.9.15)
  gnome-disk-utility
  google-noto-sans-cjk-fonts
  google-noto-serif-cjk-fonts (2.001 -> 2.002)
  gsettings-desktop-schemas
  gstreamer
  gstreamer-plugins-bad
  iceauth (1.0.9 -> 1.0.10)
  kernel-source (6.7.7 -> 6.7.9)
  libXaw (1.0.15 -> 1.0.16)
  libpsl
  libstorage-ng (4.5.201 -> 4.5.202)
  lilv
  musepack
  openSUSE-build-key
  permissions (1699_20240305 -> 1699_20240307)
  pipewire (1.0.3 -> 1.0.4)
  protobuf (4.25.2 -> 4.25.3)
  pulseaudio
  python311
  python311-core
  redis
  rootlesskit (2.0.0 -> 2.0.2)
  rsync
  system-config-printer
  ucode-intel (20231114 -> 20240312)
  update-alternatives (1.22.2 -> 1.22.5)
  wget (1.21.4 -> 1.24.5)
  wireplumber (0.4.90 -> 0.4.90+git25.95cfa9e)
  xwaylandvideobridge
  yast2-storage-ng (5.0.8 -> 5.0.9)
  yast2-trans (84.87.20240304.419739cb87 -> 84.87.20240309.6826dab25a)

=== Details ===

==== ImageMagick ====
Subpackages: libMagickCore-7_Q16HDRI10 libMagickWand-7_Q16HDRI10

- enable SVG again
- modified patches
  % ImageMagick-configuration-SUSE.patch (refreshed)

==== MicroOS-release ====
Version update (20240311 -> 20240313)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd

- automatically generated by openSUSE-release-tools/pkglistgen

==== argyllcms ====

- Fix build with gcc14 (bsc#1221304)
  * Add ajam-gcc14.patch
- Reformat ajam-include.patch with a/b prefixes
- Use %autosetup

==== curl ====
Subpackages: libcurl4

- Remove the nghttp2 version requirement as a version guard around
  the nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation
  function was added in curl 8.0.1.
  * Upstream commit: https://github.com/curl/curl/commit/744dcf22

==== dnf ====

- remove dependency on /usr/bin/python3 using
  %python3_fix_shebang macro, [bsc#1212476]

==== fwupd ====
Version update (1.9.14 -> 1.9.15)
Subpackages: fwupd-bash-completion fwupd-lang libfwupd2 typelib-1_0-Fwupd-2_0

- Update to version 1.9.15:
  + This release adds the following features:
  - Allow loading in parameters for the test device from
    fwupd.conf.
  - Ensure LVFS remotes are changed from .gz to .xz.
  - Store the install duration in the history database.
  + This release fixes the following bugs:
  - Drop OverrideESPMountPoint references in uefi-capsule.
  - Fix a potential double-free when writing AVer firmware.
  - Only request the BOS descriptor when bcdUSB > 0x0200.
  - Use the root device order when sorting device children.

==== gnome-disk-utility ====
Subpackages: gnome-disk-utility-lang

- Move install commands into %install section

==== google-noto-sans-cjk-fonts ====
Subpackages: google-noto-sans-jp-fonts google-noto-sans-kr-fonts google-noto-sans-sc-fonts google-noto-sans-tc-fonts

- Switch to VF variant. Reduce size to about 16%
- Merged sub-packages google-noto-sans-hk-xxxx-fonts into google-noto-sans-hk-fonts
- Merged sub-packages google-noto-sans-jp-xxxx-fonts into google-noto-sans-jp-fonts
- Merged sub-packages google-noto-sans-kr-xxxx-fonts into google-noto-sans-kr-fonts
- Merged sub-packages google-noto-sans-sc-xxxx-fonts into google-noto-sans-sc-fonts
- Merged sub-packages google-noto-sans-tc-xxxx-fonts into google-noto-sans-tc-fonts

==== google-noto-serif-cjk-fonts ====
Version update (2.001 -> 2.002)
Subpackages: google-noto-serif-jp-fonts google-noto-serif-sc-fonts google-noto-serif-tc-fonts

- update version to 2.002
- switch to VF variant, reduce size to about 17%

==== gsettings-desktop-schemas ====
Subpackages: gsettings-desktop-schemas-lang

- Update gsettings-desktop-schemas-fate324570-Add-key-for-GDM-background-configuration.patch:
  Add key picture-uri-dark (bsc#1221205).

==== gstreamer ====
Subpackages: gstreamer-lang libgstreamer-1_0-0 typelib-1_0-Gst-1_0

- Replace the quick fix for boo#1221150 with the version submitted
  to upstream at
  https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6322:
  * 0001-Canonicalize-the-library-path-returned-by-dladdr.patch
- Remove previous version of the fix for boo#1221150:
  * force-find-gst-plugin-scanner.patch
- Fix sed command to set the gst-plugin-scanner suffix correctly
- Add preventive checks for the sed commands that set the binary
  suffix so that they don't silently fail anymore.

==== gstreamer-plugins-bad ====
Subpackages: gstreamer-plugins-bad-lang libgstadaptivedemux-1_0-0 libgstanalytics-1_0-0 libgstbadaudio-1_0-0 libgstbasecamerabinsrc-1_0-0 libgstcodecparsers-1_0-0 libgstcodecs-1_0-0 libgstcuda-1_0-0 libgstinsertbin-1_0-0 libgstisoff-1_0-0 libgstmpegts-1_0-0 libgstmse-1_0-0 libgstphotography-1_0-0 libgstplay-1_0-0 libgstplayer-1_0-0 libgstsctp-1_0-0 libgsttranscoder-1_0-0 libgsturidownloader-1_0-0 libgstva-1_0-0 libgstvulkan-1_0-0 libgstwayland-1_0-0 libgstwebrtc-1_0-0 libgstwebrtcnice-1_0-0

- Add patch that fixes a crash when initializing gstva, submitted
  to upstream at https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6319
  (boo#1221150):
  * 0001-Move-PROP_RATE_CONTROL-to-the-end-of-the-array.patch

==== iceauth ====
Version update (1.0.9 -> 1.0.10)

- Update to version 1.0.10
  * minor bugfix release, including fixes for compiler warnings

==== kernel-source ====
Version update (6.7.7 -> 6.7.9)

- Linux 6.7.9 (bsc#1012628).
- mtd: spinand: gigadevice: Fix the get ecc status issue
  (bsc#1012628).
- ice: fix connection state of DPLL and out pin (bsc#1012628).
- ice: fix dpll input pin phase_adjust value updates
  (bsc#1012628).
- ice: fix dpll and dpll_pin data access on PF reset
  (bsc#1012628).
- ice: fix dpll periodic work data updates on PF reset
  (bsc#1012628).
- ice: fix pin phase adjust updates on PF reset (bsc#1012628).
- spi: cadence-qspi: fix pointer reference in runtime PM hooks
  (bsc#1012628).
- spi: cadence-qspi: remove system-wide suspend helper calls
  from runtime PM hooks (bsc#1012628).
- netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter
  (bsc#1012628).
- netlink: add nla be16/32 types to minlen array (bsc#1012628).
- net: ip_tunnel: prevent perpetual headroom growth (bsc#1012628).
- net: mctp: take ownership of skb in mctp_local_output
  (bsc#1012628).
- net: dpaa: fman_memac: accept phy-interface-type = "10gbase-r"
  in the device tree (bsc#1012628).
- tun: Fix xdp_rxq_info's queue_index when detaching
  (bsc#1012628).
- cpufreq: intel_pstate: fix pstate limits enforcement for
  adjust_perf call back (bsc#1012628).
- net: veth: clear GRO when clearing XDP even when down
  (bsc#1012628).
- ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()
  (bsc#1012628).
- lan78xx: enable auto speed configuration for LAN7850 if no
  EEPROM is detected (bsc#1012628).
- veth: try harder when allocating queue memory (bsc#1012628).
- net: usb: dm9601: fix wrong return value in dm9601_mdio_read
  (bsc#1012628).
- net: lan78xx: fix "softirq work is pending" error (bsc#1012628).
- uapi: in6: replace temporary label with rfc9486 (bsc#1012628).
- stmmac: Clear variable when destroying workqueue (bsc#1012628).
- Bluetooth: hci_sync: Check the correct flag before starting
  a scan (bsc#1012628).
- Bluetooth: Avoid potential use-after-free in hci_error_reset
  (bsc#1012628).
- Bluetooth: hci_sync: Fix accept_list when attempting to suspend
  (bsc#1012628).
- Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDR
  (bsc#1012628).
- Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST
  (bsc#1012628).
- Bluetooth: Enforce validation on max value of connection
  interval (bsc#1012628).
- Bluetooth: qca: Fix wrong event type for patch config command
  (bsc#1012628).
- Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT
  (bsc#1012628).
- Bluetooth: qca: Fix triggering coredump implementation
  (bsc#1012628).
- netfilter: nf_tables: allow NFPROTO_INET in
  nft_(match/target)_validate() (bsc#1012628).
- netfilter: bridge: confirm multicast packets before passing
  them up the stack (bsc#1012628).
- tools: ynl: fix handling of multiple mcast groups (bsc#1012628).
- rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back
  (bsc#1012628).
- igb: extend PTP timestamp adjustments to i211 (bsc#1012628).
- net: hsr: Use correct offset for HSR TLV values in supervisory
  HSR frames (bsc#1012628).
- tls: decrement decrypt_pending if no async completion will be
  called (bsc#1012628).
- tls: fix peeking with sync+async decryption (bsc#1012628).
- tls: separate no-async decryption request handling from async
  (bsc#1012628).
- tls: fix use-after-free on failed backlog decryption
  (bsc#1012628).
- riscv: tlb: fix __p*d_free_tlb() (bsc#1012628).
- efi/capsule-loader: fix incorrect allocation size (bsc#1012628).
- power: supply: bq27xxx-i2c: Do not free non existing IRQ
  (bsc#1012628).
- ASoC: cs35l56: Must clear HALO_STATE before issuing SYSTEM_RESET
  (bsc#1012628).
- ALSA: Drop leftover snd-rtctimer stuff from Makefile
  (bsc#1012628).
- ASoC: qcom: Fix uninitialized pointer dmactl (bsc#1012628).
- gpu: host1x: Skip reset assert on Tegra186 (bsc#1012628).
- riscv: mm: fix NOCACHE_THEAD does not set bit[61] correctly
  (bsc#1012628).
- riscv: Fix build error if !CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION
  (bsc#1012628).
- ASoC: cs35l56: cs35l56_component_remove() must clear
  cs35l56->component (bsc#1012628).
- ASoC: cs35l56: cs35l56_component_remove() must clean up wm_adsp
  (bsc#1012628).
- ASoC: cs35l56: Don't add the same register patch multiple times
  (bsc#1012628).
- ASoC: cs35l56: Fix for initializing ASP1 mixer registers
  (bsc#1012628).
- ASoC: cs35l56: Fix misuse of wm_adsp 'part' string for silicon
  revision (bsc#1012628).
- ASoC: cs35l56: Fix deadlock in ASP1 mixer register
    ... changelog too long, skipping 220 lines ...
- commit 81068ab

==== libXaw ====
Version update (1.0.15 -> 1.0.16)

- Update to version 1.0.16
  * Code-cleanup and build-fixes ...

==== libpsl ====

- remove dependency on /usr/bin/python3 using
  %python3_fix_shebang macro, [bsc#1212476]

==== libstorage-ng ====
Version update (4.5.201 -> 4.5.202)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1

- merge gh#openSUSE/libstorage-ng#991
- added ruby example
- 4.5.202

==== lilv ====

- Add %pycache_only macro for the __pycache__ file to fix build
  in 15.6

==== musepack ====

- Rework libmpcdec.patch and libmpcdec-extern.patch so that they
  apply with -p1, and use autosetup.
- Add libmpcdec-gcc14.patch: fix the build with gcc 14
  (boo#1221008).

==== openSUSE-build-key ====

- add unexpired openSUSE zSystems key (bsc#1220993)
  - replace gpg-pubkey-f6ab3975-5edd7d4f.asc
  - by gpg-pubkey-f6ab3975-62e9e6fb.asc
- added new suse container key, moved the old one to -old
- openSUSE-build-key-import.service,openSUSE-build-key-import.service.timer,
  import-openSUSE-build-key:
  Add systemd timer and service framework that imports new keys.

==== permissions ====
Version update (1699_20240305 -> 1699_20240307)
Subpackages: chkstat permissions-config

- Update to version 1699_20240307:
  * build system: migrate from Makefile to Meson
- adjust spec file to meson build

==== pipewire ====
Version update (1.0.3 -> 1.0.4)
Subpackages: gstreamer-plugin-pipewire libpipewire-0_3-0 pipewire-alsa pipewire-jack pipewire-lang pipewire-libjack-0_3 pipewire-modules-0_3 pipewire-pulseaudio pipewire-spa-plugins-0_2 pipewire-spa-tools pipewire-tools

- Update to version 1.0.4:
  * Highlights
  - Track memfd better to avoid inconsistent memory. Also make
    sure the mixer info is removed correctly in all cases on
    destroyed ports.
  - Correctly handle removed objects in the metadata.
  - Add an option to set the server and client priorities instead
    of using a hardcoded value of 88.
  - The FFADO module has been fixed. Audio and MIDI now works
    with the same latency as the JACK driver. This has now also
    been tested with a Focusrite Saffire Pro 14.
  - The JACK library has seen some important fixes. Some ardour
    crackling has been fixed when looping and multiple MIDI ports
    on a client should now work.
  - Small bugfixes and improvements.
  * PipeWire
  - Track memfd better to avoid inconsistent memory. Also make
    sure the mixer info is removed correctly in all cases on
    destroyed ports.
  - Fix Props param emission again in pw_stream. (#3833)
  - Add MAPPABLE flag to buffer data to indicate that the fd can
    be mmapped directly. Use this on DMABUF from v4l2. (#3840)
  - Correctly handle removed object in the metadata.
  - FreeBSD build and compatibility fixes.
  - Add an option to set the server and client priorities instead
    of using a hardcoded value of 88.
  - Read config overrides in the right order.
  - Fix PIPEWIRE_QUANTUM rate handling in pw_stream and
    pw_filter.
  - Fix pw_context_parse_conf_section(), actually use the conf
    argument.
  - A new pw_stream_get_nsec() and pw_filter_get_nsec() function
    was added to get the current time of the stream/filter
    without having to assume a particular clock.
  - A new default.clock.quantum-floor property was added to
    configure the absolute lowest buffer-size. (#3908)
  * docs
  - Many doc updates.
  * tools
  - Make sure we always quit pw-cli when the server stops.(#3837)
  - pw-top now prints all drivers in batch mode. (#3899)
  * modules
  - Don't destroy the client in protocol-simple on EAGAIN.
  - Handle IPv6 better in the RTP modules. Fix IPv6 SAP header
    parsing. (#3851)
  - The FFADO module has been fixed. Audio and MIDI now works
    with the same latency as the JACK driver. This has now also
    been tested with a Focusrite Saffire Pro 14. (#3558)
  * pulse-server
  - Make sure the peer_name is filled to avoid protocol errors.
  * SPA
  - Small resampler tweaks to improve stability of adaptive
    resampler.
  - Add ALSA option to control htimestamp autodisable.
  - Avoid some potential crashes in audioconvert when ports are
    removed.
  - Improve HDMI jack detection on some SOCs.
  - The audioconvert now has a monitor.passthrough option to pass
    the latency information on the monitor ports. (#3888)
  * GStreamer
  - Don't use timeouts when autoconnect=false in pipewiresrc.
    (#3884)
  - pipewiresrc and pipewiresink can now be automatically
    selected as audio source and sink.
  - An invalid memory access was fixed when destroying the device
    provider.
  * JACK
  - Remove properties correctly with the object id, not serial.
  - Improve sync with the data thread by pausing the core. Also
    improve handling of port io to avoid invalid buffer access.
  - Fix PIPEWIRE_QUANTUM rate handling.
  - Support multiple MIDI input ports per client. (#3901)
  - The output buffer size is now always correctly set. (#3892)
  * ALSA
  - Handle errors from eventfd_create correctly.
- Update to version 1.0.3+git51.89d8e8b:
  * module-ffado: make the event buffer per port
  * module-ffado: handle MIDI correctly
  * module-ffado: implement MIDI send and receive
  * module-ffado: various fixes to make things work
  * stream: add pw_stream_get_nsec() to get current time
  * jack: fix multiple midi input ports
  * pw-top: only check terminal size in non-batch mode
  * Specify "Audio" in gstreamer sink/src metadata to fix autodetect
  * Add SOC-style jack names to HDMI audio paths
  * gst: remove timeouts when autoconnect=false
  * audioconvert: handle invalid ports better
  * audioconvert: handle port remove
  * pw_context_parse_conf_section: use the conf argument instead of the context's conf
  * stream: FORCE_RATE should just contain the rate
  * jack: FORCE_RATE should just contain the rate
  * jack: set global_mix safely
  * jack: sync threads by pausing the core
  * alsa: Added handle for controlling htimestamp autodisable
  * And more
- Remove patch already merged upstream:
  * fix-gst-sink.patch
- Require pipewire-pulseaudio from pipewire-alsa so when
  pipewire-alsa is installed, pipewire has audio support (or put
    ... changelog too long, skipping 5 lines ...
  * fix-gst-sink.patch

==== protobuf ====
Version update (4.25.2 -> 4.25.3)

- update to 25.3:
  * Possibly breaking changes to: C++, Java, PHP, Python, Ruby
  * message.UnknownFields() is deprecated in pure Python and C++
    extensions, it will be removed in v26. Use the new
    UnknownFieldSet(message) support in unknown_fields.py as a
    replacement
- make python and java packages noarch
- drop add-missing-stdint-header.patch no longer required

==== pulseaudio ====
Subpackages: libpulse-mainloop-glib0 libpulse0 pulseaudio-setup pulseaudio-utils system-user-pulse

- remove dependency on /usr/bin/python3 using
  %python3_fix_shebang macro, [bsc#1212476]

==== python311 ====
Subpackages: python311-curses python311-dbm

- Rewrite %prep to use %autosetup et al. for compatibility with
  rpm 4.20.
- bsc#1221260 add bsc1221260-test_asyncio-ResourceWarning.patch
  to eliminate ResourceWarning which broke the test suite in
  test_asyncio.
- Use the system-wide crypto-policies [bsc#1211301]
  * Use the system default cipher list instead of hardcoded values
  * Add the --with-ssl-default-suites=openssl configure option

==== python311-core ====
Subpackages: libpython3_11-1_0 python311-base

- Rewrite %prep to use %autosetup et al. for compatibility with
  rpm 4.20.
- bsc#1221260 add bsc1221260-test_asyncio-ResourceWarning.patch
  to eliminate ResourceWarning which broke the test suite in
  test_asyncio.
- Use the system-wide crypto-policies [bsc#1211301]
  * Use the system default cipher list instead of hardcoded values
  * Add the --with-ssl-default-suites=openssl configure option

==== redis ====

- The following issue has been fixed in TW but has not been
  mentioned before:
  * bsc#1208235
  * bsc#1207448
- The following patch was removed from SLE:
  * bsc1198952.patch
  * redis-CVE-2022-24834.patch
  * redis-CVE-2022-36021.patch
  * redis-CVE-2023-25155.patch
  * redis-CVE-2023-45145.patch
  * redis-CVE-2023-45145.patch

==== rootlesskit ====
Version update (2.0.0 -> 2.0.2)

- Update to version 2.0.2:
  * v2.0.2
  * Build(deps): Bump golang.org/x/sys from 0.17.0 to 0.18.0
  * update Go to 1.22
  * Print hints if `kernel.apparmor_restrict_unprivileged_userns` is set
  * Build(deps): Bump golang.org/x/sys from 0.16.0 to 0.17.0
  * v2.0.1+dev
  * v2.0.1
  * CI: update Docker to v25.0.2
  * lxc-user-nic: fix `/etc/resolv.conf` missing IP
  * Build(deps): Bump github.com/google/uuid from 1.5.0 to 1.6.0
  * v2.0.0+dev

==== rsync ====

- Avoid package changes in %check

==== system-config-printer ====
Subpackages: python3-cupshelpers system-config-printer-common system-config-printer-common-lang system-config-printer-dbus-service udev-configure-printer

- another %python3_fix_shebang_path usage [bsc#1212476]

==== ucode-intel ====
Version update (20231114 -> 20240312)

- Updated to Intel CPU Microcode 20240312 release. (bsc#1221323)
  - Security updates for INTEL-SA-INTEL-SA-00972 https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00972.html
  - CVE-2023-39368: Protection mechanism failure of bus lock regulator
    for some Intel Processors may allow an unauthenticated user to
    potentially enable denial of service via network access
  - Security updates for INTEL-SA-INTEL-SA-00982 https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00982.html
  - CVE-2023-38575: Non-transparent sharing of return predictor targets
    between contexts in some Intel Processors may allow an authorized
    user to potentially enable information disclosure via local access.
  - Security updates for INTEL-SA-INTEL-SA-00898 https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00898.html
  - CVE-2023-28746: Information exposure through microarchitectural
    state after transient execution from some register files for some
    Intel Atom Processors may allow an authenticated user to potentially
    enable information disclosure via local access.
  - Security updates for INTEL-SA-INTEL-SA-00960 https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00960.html
  - CVE-2023-22655 Protection mechanism failure in some 3rd and 4th
    Generation Intel Xeon Processors when using Intel SGX or Intel TDX
    may allow a privileged user to potentially enable escalation of
    privilege via local access.
  - Security updates for INTEL-SA-INTEL-SA-01045 https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01045.html
  - CVE-2023-43490: Incorrect calculation in microcode keying mechanism
    for some Intel Xeon D Processors with Intel® SGX may allow a
    privileged user to potentially enable information disclosure via
    local access.
  - Update for functional issues. Refer to Intel Core Ultra Processor https://cdrdv2.intel.com/v1/dl/getContent/792254 for details.
  - Update for functional issues. Refer to 13th Generation Intel Core Processor Specification Update https://cdrdv2.intel.com/v1/dl/getContent/740518 for details.
  - Update for functional issues. Refer to 12th Generation Intel Core Processor Family https://cdrdv2.intel.com/v1/dl/getContent/682436 for details.
  - Update for functional issues. Refer to 11th Gen Intel Core Processor Specification Update https://cdrdv2.intel.com/v1/dl/getContent/631123 for details.
  - Update for functional issues. Refer to 10th Gen Intel Core Processor Families Specification Update https://cdrdv2.intel.com/v1/dl/getContent/341079 for details.
  - Update for functional issues. Refer to 10th Generation Intel Core Processor Specification Update https://cdrdv2.intel.com/v1/dl/getContent/615213 for details.
  - Update for functional issues. Refer to 8th and 9th Generation Intel Core Processor Family Spec Update https://cdrdv2.intel.com/v1/dl/getContent/337346 for details.
  - Update for functional issues. Refer to 8th Generation Intel Core Processor Families Specification Update https://cdrdv2.intel.com/v1/dl/getContent/338025 for details.
  - Update for functional issues. Refer to 7th and 8th Generation Intel Core Processor Specification Update https://cdrdv2.intel.com/v1/dl/getContent/334663 for details.
  - Update for functional issues. Refer to 5th Gen Intel Xeon Scalable Processors Specification Update https://cdrdv2.intel.com/v1/dl/getContent/793902 for details.
  - Update for functional issues. Refer to 4th Gen Intel Xeon Scalable Processors Specification Update https://cdrdv2.intel.com/v1/dl/getContent/772415 for details.
  - Update for functional issues. Refer to 3rd Generation Intel Xeon Scalable Processors Specification Update https://cdrdv2.intel.com/v1/dl/getContent/634897 for details.
  - Update for functional issues. Refer to 3rd Generation Intel Xeon Processor Scalable Family Specification Update https://cdrdv2.intel.com/v1/dl/getContent/637780 for details.
  - Update for functional issues. Refer to 2nd Generation Intel Xeon Processor Scalable Family Specification Update https://cdrdv2.intel.com/v1/dl/getContent/338848 for details.
  - Update for functional issues. Refer to Intel Processors and Intel Core i3 N-Series https://cdrdv2.intel.com/v1/dl/getContent/764616 for details.
  - Update for functional issues. Refer to Intel Xeon D-2700 Processor Specification Update https://cdrdv2.intel.com/v1/dl/getContent/714071 for details.
  - Update for functional issues. Refer to Intel Xeon E-2300 Processor Specification Update  https://cdrdv2.intel.com/v1/dl/getContent/709192 for details.
  - Update for functional issues. Refer to Intel Xeon Processor Scalable Family Specification Update https://cdrdv2.intel.com/v1/dl/getContent/613537 for details.
  - Update for functional issues. Refer to Intel Atom C3000 Processor Product Family Specification Update https://cdrdv2.intel.com/v1/dl/getContent/336345 for details.
  - Update for functional issues. Refer to Intel Atom x6000E Series, and Intel Pentium and Celeron N and J Series Processors for Internet of Things (IoT) Applications https://cdrdv2.intel.com/v1/dl/getContent/636674 for details.
  - Update for functional issues. Refer to Intel Pentium Silver and Intel Celeron Processor Specification Update https://cdrdv2.intel.com/v1/dl/getContent/336562 for details.
  - Update for functional issues. Refer to Intel Pentium Silver and Intel Celeron Processor Specification Update https://cdrdv2.intel.com/v1/dl/getContent/634542 for details.
  [#]## New Platforms
  | Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
  |:---------------|:---------|:------------|:---------|:---------|:---------
  | EMR-SP         | A-1      | 06-cf-02/87 |          | 21000200 | Xeon Scalable Gen5
  | EMR-SP         | A-0      | 06-cf-01/87 |          | 21000200 | Xeon Scalable Gen5
  | MTL            | C-0      | 06-aa-04/e6 |          | 0000001c | Core Ultra Processor
  [#]## Updated Platforms
  | Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
  |:---------------|:---------|:------------|:---------|:---------|:---------
  | ADL            | C0       | 06-97-02/07 | 00000032 | 00000034 | Core Gen12
  | ADL            | H0       | 06-97-05/07 | 00000032 | 00000034 | Core Gen12
  | ADL            | L0       | 06-9a-03/80 | 00000430 | 00000432 | Core Gen12
  | ADL            | R0       | 06-9a-04/80 | 00000430 | 00000432 | Core Gen12
  | ADL-N          | N0       | 06-be-00/11 | 00000012 | 00000015 | Core i3-N305/N300, N50/N97/N100/N200, Atom x7211E/x7213E/x7425E
  | AML-Y42        | V0       | 06-8e-0c/94 | 000000f8 | 000000fa | Core Gen10 Mobile
  | BDX-NS         | A1       | 06-56-05/10 | 0e000014 | 0e000015 | Xeon D-1513N/23/33/43/53
  | CFL-H          | R0       | 06-9e-0d/22 | 000000fa | 000000fc | Core Gen9 Mobile
  | CFL-H/S        | P0       | 06-9e-0c/22 | 000000f4 | 000000f6 | Core Gen9
  | CFL-H/S/E3     | U0       | 06-9e-0a/22 | 000000f4 | 000000f6 | Core Gen8 Desktop, Mobile, Xeon E
  | CFL-S          | P0       | 06-9e-0c/22 | 000000f4 | 000000f6 | Core Gen9 Desktop
  | CLX-SP         | B0       | 06-55-06/bf | 04003604 | 04003605 | Xeon Scalable Gen2
  | CLX-SP         | B1       | 06-55-07/bf | 05003604 | 05003605 | Xeon Scalable Gen2
  | CML-H          | R1       | 06-a5-02/20 | 000000f8 | 000000fa | Core Gen10 Mobile
  | CML-S102       | Q0       | 06-a5-05/22 | 000000f8 | 000000fa | Core Gen10
  | CML-S62        | G1       | 06-a5-03/22 | 000000f8 | 000000fa | Core Gen10
  | CML-U42        | V0       | 06-8e-0c/94 | 000000f8 | 000000fa | Core Gen10 Mobile
  | CML-U62 V1     | A0       | 06-a6-00/80 | 000000f8 | 000000fa | Core Gen10 Mobile
  | CML-U62 V2     | K1       | 06-a6-01/80 | 000000f8 | 000000fa | Core Gen10 Mobile
  | CML-Y42        | V0       | 06-8e-0c/94 | 000000f8 | 000000fa | Core Gen10 Mobile
  | CPX-SP         | A1       | 06-55-0b/bf | 07002703 | 07002802 | Xeon Scalable Gen3
  | DNV            | B0       | 06-5f-01/01 | 00000038 | 0000003e | Atom C Series
  | EHL            | B1       | 06-96-01/01 | 00000017 | 00000019 | Pentium J6426/N6415, Celeron J6412/J6413/N6210/N6211, Atom x6000E
  | GLK            | B0       | 06-7a-01/01 | 0000003e | 00000040 | Pentium Silver N/J5xxx, Celeron N/J4xxx
  | GLK-R          | R0       | 06-7a-08/01 | 00000022 | 00000024 | Pentium J5040/N5030, Celeron J4125/J4025/N4020/N4120
  | ICL-D          | B0       | 06-6c-01/10 | 01000268 | 01000290 | Xeon D-17xx, D-27xx
  | ICL-U/Y        | D1       | 06-7e-05/80 | 000000c2 | 000000c4 | Core Gen10 Mobile
  | ICX-SP         | Dx/M1    | 06-6a-06/87 | 0d0003b9 | 0d0003d1 | Xeon Scalable Gen3
  | JSL            | A0/A1    | 06-9c-00/01 | 24000024 | 24000026 | Pentium N6000/N6005, Celeron N4500/N4505/N5100/N5105
  | KBL-G/H/S/X/E3 | B0       | 06-9e-09/2a | 000000f4 | 000000f8 | Core Gen7; Xeon E3 v6
  | RPL-H/P/PX 6+8 | J0       | 06-ba-02/e0 | 0000411c | 00004121 | Core Gen13
  | RPL-S          | B0       | 06-b7-01/32 | 0000011d | 00000122 | Core Gen13
  | RPL-S          | H0       | 06-bf-05/07 | 00000032 | 00000034 | Core Gen12
  | RKL-S          | B0       | 06-a7-01/02 | 0000005d | 0000005e | Core Gen11
  | RPL-S/HX       | C0       | 06-bf-02/07 | 00000032 | 00000034 | Core Gen12
  | RPL-U 2+8      | Q0       | 06-ba-03/e0 | 0000411c | 00004121 | Core Gen13
  | SKX-SP         | B1       | 06-55-03/97 | 01000181 | 01000191 | Xeon Scalable
  | SPR-SP         | E5/S3    | 06-8f-08/87 | 2b0004d0 | 2b000590 | Xeon Scalable Gen4
  | SPR-SP         | E4/S2    | 06-8f-07/87 | 2b0004d0 | 2b000590 | Xeon Scalable Gen4
  | SPR-SP         | E3       | 06-8f-06/87 | 2b0004d0 | 2b000590 | Xeon Scalable Gen4
  | SPR-SP         | E2       | 06-8f-05/87 | 2b0004d0 | 2b000590 | Xeon Scalable Gen4
  | TGL            | B0/B1    | 06-8c-01/80 | 000000b4 | 000000b6 | Core Gen11 Mobile
  | TGL-H          | R0       | 06-8d-01/c2 | 0000004e | 00000050 | Core Gen11 Mobile
  | TGL-R          | C0       | 06-8c-02/c2 | 00000034 | 00000036 | Core Gen11 Mobile
  | WHL-U          | V0       | 06-8e-0c/94 | 000000f8 | 000000fa | Core Gen8 Mobile

==== update-alternatives ====
Version update (1.22.2 -> 1.22.5)

- Update to version 1.22.5.
  The full changelog is very large. Please check it here:
  https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.5
  Version 1.22.5 includes all the changes from 1.22.4 and 1.22.3.
  These may be found here:
  https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.4
  https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.3
- Refresh openssl.patch so it would apply cleanly.

==== wget ====
Version update (1.21.4 -> 1.24.5)
Subpackages: wget-lang

- GNU wget 1.24.5:
  * Fix how subdomain matches are checked for HSTS.
  * Wget will now also parse the srcset attribute in <source> HTML
    tags
  * Support reading fetchmail style "user" and "passwd" fields from
    netrc
  * In some cases, prevent the confusing "Cannot write to...
    (success)" error messages
  * Support extremely fast download speeds (TB/s)
  * Ensure that CSS URLs are corectly quoted
  * libproxy support is now upstream- drop wget-libproxy.patch

==== wireplumber ====
Version update (0.4.90 -> 0.4.90+git25.95cfa9e)
Subpackages: libwireplumber-0_5-0 wireplumber-audio wireplumber-lang

- Update to version 0.4.90+git25.95cfa9e:
  * wpctl: fix settings --help listing
  * docs: conf_file: small updates
  * docs: installing: update dependency versions
  * si-linkables: do not fully reset when the underlying proxy is
    destroyed
  * registry: move to a separate file and decouple it from the
    object manager
  * log: docs: document the log topic definition macros
  * monitors/bluez: add 'internal' prefix to internal bluez node
    names.
  * monitor/bluez: set node.name property when creating combine
    stream
  * meson: bump min pipewire version to 1.0.2
  * scripts: fix regression in state-routes.lua when marking routes
    as 'active'
  * scripts: improve linking logs
  * monitors: use parseBool for boolean properties in rules
  * config: add {device|node}.disable
  * object-interest: make WP_INTEREST_MATCH_ALL part of the enum
  * proxy: make the FEATURES_MINIMAL and FEATURES_ALL constants
    part of the enum
  * log: fix WP_LOG_LEVEL_TRACE value in the g-i bindings
  * base-dirs: wrap flag groups in parenthesis
  * log.h: define G_LOG_DOMAIN only if
    WP_USE_LOCAL_LOG_TOPIC_IN_G_LOG is defined
  * meson: make sure the boolean options have boolean values
  * meson: move the common CFLAGS to project-wide scope
  * scripts: make sure target is not nil when iterating filters
    with matching targets
  * docs: update the documentation around file search locations
  * scripts: rescan linkables when device EnumRoute param changes
  * scripts: fix available routes check when selecting the default
    node
  * scripts: fix typo in rescan-virtual-links.lua
- Remove patch already included in the upstream version
  * 0001-scripts-fix-typo-in-rescan-virtual-links.lua.patch
- Set minimum pipewire version to 1.0.2

==== xwaylandvideobridge ====

- Build with KF 6/Plasma 6 when possible

==== yast2-storage-ng ====
Version update (5.0.8 -> 5.0.9)

- Fix unlimited-sized fake device graphs (bsc#1221222)
- 5.0.9

==== yast2-trans ====
Version update (84.87.20240304.419739cb87 -> 84.87.20240309.6826dab25a)
Subpackages: yast2-trans-cs yast2-trans-da yast2-trans-de yast2-trans-el yast2-trans-en_GB yast2-trans-es yast2-trans-fr yast2-trans-hu yast2-trans-it yast2-trans-ja yast2-trans-pl yast2-trans-pt yast2-trans-pt_BR yast2-trans-ru yast2-trans-zh_CN yast2-trans-zh_TW

- Update to version 84.87.20240309.6826dab25a:
  * Translated using Weblate (Lithuanian)
  * Translated using Weblate (Lithuanian)
  * Translated using Weblate (Lithuanian)
  * Translated using Weblate (Lithuanian)
  * New POT for text domain 'storage'.
  * Translated using Weblate (Czech)
  * Translated using Weblate (Czech)
  * Translated using Weblate (Japanese)
  * New POT for text domain 'xpram'.
  * New POT for text domain 's390'.
  * New POT for text domain 'sap-installation-wizard'.
  * Translated using Weblate (Macedonian)
  * Translated using Weblate (Macedonian)
  * Translated using Weblate (Macedonian)
  * Translated using Weblate (Macedonian)
  * Translated using Weblate (Macedonian)
  * Translated using Weblate (Macedonian)
  * Translated using Weblate (French)
  * Translated using Weblate (French)
  * Translated using Weblate (French)
  * Translated using Weblate (French)
  * Translated using Weblate (French)
  * Translated using Weblate (French)
  * Translated using Weblate (French)
  * Translated using Weblate (French)
  * Translated using Weblate (French)
  * Translated using Weblate (French)
  * Translated using Weblate (French)
  * Translated using Weblate (French)
  * Translated using Weblate (French)
  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
  * Translated using Weblate (Chinese (China) (zh_CN))
  * Translated using Weblate (Italian)
  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
  * Translated using Weblate (Italian)
  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
  * Translated using Weblate (Italian)
  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
  * Translated using Weblate (Italian)
  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
  * Translated using Weblate (Italian)
  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
  * Translated using Weblate (Chinese (China) (zh_CN))
  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
  * Translated using Weblate (Italian)
  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
  * Translated using Weblate (Italian)
  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
  * Translated using Weblate (Italian)
  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
  * Translated using Weblate (Italian)
  * Translated using Weblate (Italian)
  * Translated using Weblate (Chinese (Taiwan) (zh_TW))
  * Translated using Weblate (Chinese (China) (zh_CN))
  * Translated using Weblate (Italian)
  * Translated using Weblate (German)