Packages changed:
  ImageMagick (7.1.1.35 -> 7.1.1.36)
  PackageKit
  accountsservice
  apache-commons-logging (1.2 -> 1.3.3)
  emacs
  gdm
  gnome-shell
  guestfs-tools (1.53.1 -> 1.53.2)
  kernel-firmware (20240728 -> 20240809)
  kernel-source (6.10.3 -> 6.10.4)
  libass (0.17.1 -> 0.17.3)
  libgphoto2
  liblc3 (1.0.4 -> 1.1.1)
  libxml++30 (3.2.4 -> 3.2.5)
  ncurses (6.5.20240713 -> 6.5.20240810)
  openSUSE-release (20240813 -> 20240815)
  polkit
  protobuf
  protobuf-c
  ptools
  python-M2Crypto (0.40.0 -> 0.42.0)
  python-anyio (4.3.0 -> 4.4.0)
  python-argcomplete
  selinux-policy (20240809 -> 20240814)
  suse-module-tools (16.0.48 -> 16.0.49)
  sysvinit (3.08 -> 3.10)
  virt-v2v (2.5.5 -> 2.5.6)
  virtualbox (7.0.18 -> 7.0.20)
  virtualbox-kmp (7.0.18_k6.10.3_1 -> 7.0.20_k6.10.4_1)
  webkit2gtk3 (2.44.2 -> 2.44.3)
  wtmpdb (0.13.0+git.20240726 -> 0.13.0+git.20240814)
  yast2-bootloader (5.0.10 -> 5.0.11)

=== Details ===

==== ImageMagick ====
Version update (7.1.1.35 -> 7.1.1.36)
Subpackages: ImageMagick-config-7-SUSE libMagickCore-7_Q16HDRI10 libMagickWand-7_Q16HDRI10

- version update to 7.1.1.36
  * uhdr.c: default initialize range field for hdr/sdr intent inputs to
    enc by @aayushsoni111 in #7482
  * Fixed typo in documentation of MagickAdaptiveBlurImage by @JonahEMorgan
    in #7500
  * Silence warning when freetype delegate is disabled. by @niclet in #7515

==== PackageKit ====
Subpackages: PackageKit-backend-zypp PackageKit-gstreamer-plugin PackageKit-gtk3-module PackageKit-lang libpackagekit-glib2-18 typelib-1_0-PackageKitGlib-1_0

- Add PackageKit-mark-as-compulsory.patch: Prevent PackageKit from
  user uninstallable for most desktops (bsc#1226269).

==== accountsservice ====
Subpackages: accountsservice-lang libaccountsservice0 typelib-1_0-AccountsService-1_0

- Drop as-fate318433-prevent-same-account-multi-logins.patch.
  Gnome-shell now has similar functionality upstream.

==== apache-commons-logging ====
Version update (1.2 -> 1.3.3)

- Upgrade to 1.3.3
  * Bug Fixes:
    + * LOGGING-193: Update Log4j 2 OSGi imports #268.
    + * Fix PMD UnnecessaryFullyQualifiedName in SimpleLog.
    + * Fix NullPointerException in SimpleLog#write(Object) on null
    input.
    + Fix NullPointerException in SimpleLog#write(StringBuffer) on
    null input.
- Includes changes from 1.3.2
  * Fixed Bugs
    + LOGGING-190: Add OSGi metadata to enable Service Loader
    Mediator #234.
    + LOGGING-191: Apache commons logging shows 1.4 as latest
    release instead of 1.3.1.
    + Deprecate
    org.apache.commons.logging.LogSource.jdk14IsAvailable.
- Includes changes from 1.3.1
  * New features
    + Add Maven property project.build.outputTimestamp for build
    reproducibility.
  * Fixed Bugs
    + Remove references to very old JDK and Commons Logging
    versions #201.
    + Update from Logj 1 to the Log4j 2 API compatibility layer
    [#231].
    + Allow Servlet 4 in OSGi environment #191.
    + Fix generics warnings #213.
    + LOGGING-189: Fix Import-Package entry for org.slf4j #188.
- Includes changes from 1.3.0
  * New Features:
    + Add support for Log4j API and SLF4J #177.
    + Deprecate org.apache.commons.logging.impl.WeakHashtable
    without replacement.  LOGGING-188: Deprecate and disable
    `Jdk13LumberjackLogger` and `Log4JLogger`.  LOGGING-173:
    + Deprecate and disable `AvalonLogger` and `LogKitLogger`.
    + LOGGING-165: Add Automatic-Module-Name Manifest Header for
    Java 9 compatibility.
  * Fixed Bugs:
    + LOGGING-163: BufferedReader is not closed properly.
    + LOGGING-177: Remove redundant initializer #46
    + Use a weak reference for the cached class loader #71.
    + Add more entries to .gitignore file #25.
    + Minor Improvements #34.
    + [StepSecurity] ci: Harden GitHub Actions #145.
    + LOGGING-185: Replace custom code with `ServiceLoader` call.
    + Fix possible NPEs in LogFactoryImpl.
    + LOGGING-185: Fix failing tests #180.
    + Deprecate LogConfigurationException.cause in favor of
    getCause().
    + Fix SpotBugs [ERROR] High: Found reliance on default encoding
    in org.apache.commons.logging.LogFactory.initDiagnostics():
    new java.io.PrintStream(OutputStream)
    [org.apache.commons.logging.LogFactory] At
    LogFactory.java:[line 1205] DM_DEFAULT_ENCODING.
    + Fix SpotBugs [ERROR] Medium: Class
    org.apache.commons.logging.impl.WeakHashtable defines
    non-transient non-serializable instance field queue
    [org.apache.commons.logging.impl.WeakHashtable] In
    WeakHashtable.java SE_BAD_FIELD.
    + Set java.logging as optional module #183.
    + Fix SpotBugs [ERROR] Medium: Switch statement found in
    org.apache.commons.logging.impl.SimpleLog.log(int, Object,
    Throwable) where default case is missing
    [org.apache.commons.logging.impl.SimpleLog] At
    SimpleLog.java:[lines 505-522] SF_SWITCH_NO_DEFAULT.
    + Deprecate
    org.apache.commons.logging.impl.Jdk13LumberjackLogger.dummyLevel
    without replacement.
- Remove deprecated patch files:
  * commons-logging-1.1.3-src-junit.diff
  * commons-logging-1.2-sourcetarget.patch
  * commons-logging-manifests.patch
  * no-tests.patch
- Reinstate ant build (removed upstream)
  * add build.xml
  * add build.properties
- Remove unnecessary dependencies
  * add commons-logging-1.3.3-dependencies.patch
- Add upstream dev's public key to apache-commons-logging.keyring

==== emacs ====
Subpackages: emacs-el emacs-eln emacs-games emacs-info emacs-nox etags

- Set find-function-C-source-directory in site-start so sources
  provided by the debugsource package can be found user intervention
  inside Emacs

==== gdm ====
Subpackages: gdm-lang gdm-schema gdmflexiserver libgdm1 typelib-1_0-Gdm-1_0

- Fix applying patches when sle_version is defined

==== gnome-shell ====
Subpackages: gnome-extensions gnome-shell-calendar gnome-shell-lang

- Drop gs-fate318433-prevent-same-account-multi-logins.patch.
  Upstream now does this.

==== guestfs-tools ====
Version update (1.53.1 -> 1.53.2)

- Update to version 1.53.2 (jsc#PED-6305)
  * Implement --inject-blnsvr operation
  * mlcustomize: firstboot: Use Linux path for Powershell script path
  * mlcustomize: firstboot: Use powershell.exe instead of path
  * mlcustomize: firstboot: Use Powershell -NoProfile flag
  * mlcustomize: Revert delay installation of qemu-ga MSI
  * mldrivers/linux_kernels.ml: Prefix general information with ^info:
  * mlcustomize: Use Start-Process -Wait to run qemu-ga installer
  * mlcustomize: Add Firstboot.firstboot_dir function
  * mlcustomize: Place powershell scripts into <firstboot_dir>\Temp
  * mlcustomize: Inject qemu-ga & blnsvr into <firstboot_dir>/Temp
  * mlcustomize: Write qemu-ga log file name to log.txt

==== kernel-firmware ====
Version update (20240728 -> 20240809)
Subpackages: kernel-firmware-all kernel-firmware-amdgpu kernel-firmware-ath10k kernel-firmware-ath11k kernel-firmware-ath12k kernel-firmware-atheros kernel-firmware-bluetooth kernel-firmware-bnx2 kernel-firmware-brcm kernel-firmware-chelsio kernel-firmware-dpaa2 kernel-firmware-i915 kernel-firmware-intel kernel-firmware-iwlwifi kernel-firmware-liquidio kernel-firmware-marvell kernel-firmware-media kernel-firmware-mediatek kernel-firmware-mellanox kernel-firmware-mwifiex kernel-firmware-network kernel-firmware-nfp kernel-firmware-nvidia kernel-firmware-platform kernel-firmware-prestera kernel-firmware-qcom kernel-firmware-qlogic kernel-firmware-radeon kernel-firmware-realtek kernel-firmware-serial kernel-firmware-sound kernel-firmware-ti kernel-firmware-ueagle kernel-firmware-usb-network

- Update to version 20240809 (git commit 36db650dae03):
  * qcom: update path for video firmware for vpu-1/2/3.0
  * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00642
  * rtw89: 8852c: add fw format-1 v0.27.97.0
  * rtw89: 8852bt: add firmware 0.29.91.0
  * amdgpu: Update ISP FW for isp v4.1.1
  * mediatek: Update mt8195 SOF firmware
  * amdgpu: DMCUB updates for DCN314
  * xe: First GuC release v70.29.2 for BMG
  * xe: Add GuC v70.29.2 for LNL
  * i915: Add GuC v70.29.2 for ADL-P, DG1, DG2, MTL, and TGL
  * i915: Update MTL DMC v2.22
  * i915: update MTL GSC to v102.0.10.1878
  * xe: Add BMG HuC 8.2.10
  * xe: Add GSC 104.0.0.1161 for LNL
  * xe: Add LNL HuC 9.4.13
  * i915: update DG2 HuC to v7.10.16
  * amdgpu: Update ISP FW for isp v4.1.1
  * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00641

==== kernel-source ====
Version update (6.10.3 -> 6.10.4)

- rpm/kernel-binary.spec.in: fix klp_symbols macro
  The commit below removed openSUSE filter from %ifs of the klp_symbols
  definition. But it removed -c of grep too and that causes:
  error: syntax error in expression:  01 && (  || 1 )
  error:                                        ^
  error: unmatched (:  01 && (  || 1 )
  error:                     ^
  error: kernel-default.spec:137: bad %if condition:  01 && (  || 1 )
  So reintroduce -c to the PTF's grep.
  Fixes: fd0b293bebaf (kernel-binary.spec.in: Enable klp_symbols on openSUSE Tumbleweed (boo#1229042).)
- commit 4a36fe3
- bnxt_en : Fix memory out-of-bounds in bnxt_fill_hw_rss_tbl()
  (git-fixes).
- commit 27a3e23
- Linux 6.10.4 (bsc#1012628).
- selftests: mptcp: join: check backup support in signal endp
  (bsc#1012628).
- selftests: mptcp: join: validate backup in MPJ (bsc#1012628).
- selftests: mptcp: always close input's FD if opened
  (bsc#1012628).
- selftests: mptcp: fix error path (bsc#1012628).
- mptcp: fix duplicate data handling (bsc#1012628).
- mptcp: pm: only set request_bkup flag when sending MP_PRIO
  (bsc#1012628).
- mptcp: pm: fix backup support in signal endpoints (bsc#1012628).
- mptcp: fix bad RCVPRUNED mib accounting (bsc#1012628).
- mptcp: mib: count MPJ with backup flag (bsc#1012628).
- mptcp: fix NL PM announced address accounting (bsc#1012628).
- mptcp: distinguish rcv vs sent backup flag in requests
  (bsc#1012628).
- mptcp: fix user-space PM announced address accounting
  (bsc#1012628).
- r8169: don't increment tx_dropped in case of NETDEV_TX_BUSY
  (bsc#1012628).
- net: wan: fsl_qmc_hdlc: Discard received CRC (bsc#1012628).
- net: wan: fsl_qmc_hdlc: Convert carrier_lock spinlock to a mutex
  (bsc#1012628).
- net: usb: sr9700: fix uninitialized variable use in sr_mdio_read
  (bsc#1012628).
- io_uring: keep multishot request NAPI timeout current
  (bsc#1012628).
- wifi: mac80211: use monitor sdata with driver only if desired
  (bsc#1012628).
- wifi: ath12k: fix soft lockup on suspend (bsc#1012628).
- nouveau: set placement to original placement on uvmm validate
  (bsc#1012628).
- Bluetooth: hci_event: Fix setting DISCOVERY_FINDING for passive
  scanning (bsc#1012628).
- drm/v3d: Validate passed in drm syncobj handles in the
  performance extension (bsc#1012628).
- drm/v3d: Validate passed in drm syncobj handles in the timestamp
  extension (bsc#1012628).
- drm/v3d: Fix potential memory leak in the performance extension
  (bsc#1012628).
- drm/v3d: Fix potential memory leak in the timestamp extension
  (bsc#1012628).
- drm/v3d: Prevent out of bounds access in performance query
  extensions (bsc#1012628).
- drm/i915: Fix possible int overflow in skl_ddi_calculate_wrpll()
  (bsc#1012628).
- drm/virtio: Fix type of dma-fence context variable
  (bsc#1012628).
- drm/amdgpu: fix contiguous handling for IB parsing v2
  (bsc#1012628).
- drm/ast: Fix black screen after resume (bsc#1012628).
- drm/ast: astdp: Wake up during connector status detection
  (bsc#1012628).
- drm/vmwgfx: Fix handling of dumb buffers (bsc#1012628).
- drm/vmwgfx: Fix a deadlock in dma buf fence polling
  (bsc#1012628).
- PCI: pciehp: Retain Power Indicator bits for userspace
  indicators (bsc#1012628).
- Revert "ALSA: firewire-lib: operate for period elapse event
  in process context" (bsc#1012628).
- Revert "ALSA: firewire-lib: obsolete workqueue for period
  update" (bsc#1012628).
- ALSA: seq: ump: Optimize conversions from SysEx to UMP
  (bsc#1012628).
- ALSA: hda/realtek: Add quirk for Acer Aspire E5-574G
  (bsc#1012628).
- ALSA: usb-audio: Correct surround channels in UAC1 channel map
  (bsc#1012628).
- mptcp: sched: check both directions for backup (bsc#1012628).
- protect the fetch of ->fd[fd] in do_dup2() from mispredictions
  (bsc#1012628).
- btrfs: make cow_file_range_inline() honor locked_page on error
  (bsc#1012628).
- btrfs: do not subtract delalloc from avail bytes (bsc#1012628).
- btrfs: zoned: fix zone_unusable accounting on making block
  group read-write again (bsc#1012628).
- HID: wacom: Modify pen IDs (bsc#1012628).
- platform/chrome: cros_ec_proto: Lock device when updating MKBP
  version (bsc#1012628).
- s390/fpu: Re-add exception handling in load_fpu_state()
  (bsc#1012628).
- ceph: force sending a cap update msg back to MDS for revoke op
  (bsc#1012628).
- rust: SHADOW_CALL_STACK is incompatible with Rust (bsc#1012628).
- arm64: jump_label: Ensure patched jump_labels are visible to
    ... changelog too long, skipping 156 lines ...
- commit b60be3e

==== libass ====
Version update (0.17.1 -> 0.17.3)

- Update to 0.17.3:
  * Fix 0.17.2 regression in the fontconfig fontprovider leading to
    undesirable widths being chosen from large typographic families
  * Fix configure generated with slibtool-provided autoconf macros
  * Fix make check for shared-only builds
  * Constify some API parameters in a backwards-compatible manner
  * Add new ass_malloc and ass_free API functions
  * Tweak default optimization flags
  * Speed up parsing of events with very long override blocks
  * Improve handling of HarfBuzz-related failures
- reintroduce 'make check' as the issue has been fixed upstream
- Update to 0.17.2:
  * This release brings optimized assembly routines for aarch64,
    as well as numerous individual improvements and fixes.
  * Detailed Changes:
  - Fix rendering of \h in certain cases
  - Fix a minor memory leak in the CoreText and DirectWrite font provider
  - Fix wrong ASS_Image dimensions for huge BorderStyle=4 backgrounds
    potentially leading to out of bound reads by API users
  - Improve quality of animated rectangular clips
  - Improve accuracy of cache limits
  - Full-Unicode cmaps are now always preferred
  - Improve font selection compatibility in the DirectWrite font provider
  - Improved documentation
  - Updating selective overrides now forces a cache clear to avoid issues
    with outdated caches
  - Frame and storage resolutions are now limited to what a single ASS_Image
    can represent
  - make check now runs checkasm if assembly is enabled
  - CoreText can now be used on Mac OS X 10.5
  - Meson/muon is now offered as a secondary build system bringing back
    first-party MSVC support
  - Note however it is not at feature parity with autotools in all cases
  - aarch64: add optimized assembly routines covering the same set as on x86;
    they work on both little and big endian systems
  - x86: add SSSE3 versions of some assembly routines to help CPUs without
    AVX2
  - x86: it is now possible to build binaries with optimized assembly an
    SHSTK support
  - Improve VSFilter compatibility
- 'make check' is broken for --disable-static builds because checkasm needs to
  access symbols that aren't part of the public API, so just disable it.
- Require libunibreak during build for better linebreaking of
  unicode text.

==== libgphoto2 ====
Subpackages: libgphoto2-6 libgphoto2-6-lang libgphoto2_port12

- Adding libgphoto2-c99.patch so that the package builds for 32bit
  with GCC 14.
- Using %autosetup -p1 because this is the prefered way to apply
  patches.

==== liblc3 ====
Version update (1.0.4 -> 1.1.1)

- Update to version 1.1.1:
  + Wasm Compilation cleanup
  + build: fix rpath issue
  + Add build-macos-meson job
  + Bluetooth Conformance test updated for LC3
- Changes from version 1.1.0:
  + LC3 Plus features
  + Python library wrapper
  + Add WASM compilation target

==== libxml++30 ====
Version update (3.2.4 -> 3.2.5)

- Update to version 3.2.5:
  + Documentation:
  - Update Visual Studio build docs
  - Parser docs: Add a link to parser options
  + Meson build:
  - Detect if we build from a git subtree
  - Don't copy files with configure_file()
  - Fix the evaluation of is_git_build on Windows
  - Backport libxml2 CMake support from libxml++-5.0
  - Don't fail if warning_level=everything
  - Don't require the 'dot' command to build the documentation
  - Add the build-manual option
  - Add bcrypt dependency when libxml2 is a subproject
  + Build: Make it compatible with libxml2 >= 2.12.0 by modifying
    [#]include directives
- Add check section and run meson_test macro.

==== ncurses ====
Version update (6.5.20240713 -> 6.5.20240810)
Subpackages: libncurses6 ncurses-utils terminfo terminfo-base terminfo-iterm terminfo-screen

- Add patch fix-20240810.patch
  * Workaround for changes in last patch 20240810 that is provide
    GLOB_FULLPATH_POSIX and GLOB_FULLPATH_OTHER in status script
- Add ncurses patch 20240810
  + modify misc/Makefile.in and misc/run_tic.in so that $DESTDIR is set
    and used only in the makefile.
  + modify CF_WITH_PKG_CONFIG_LIBDIR to allow for pkg-config using
    DOS/Windows pathname syntax (report by Eli Zaretskii).
  + improve glob-expressions in configure script
  + remove unused Get_Menu_Screen() macro from menu.priv.h
  + update config.guess, config.sub
- Add ncurses patch 20240727
  + improve formatting/style of manpages (patches by Branden Robinson).
  + fixes for compiler warnings/cppcheck.
  + modify wattron/wattroff calls in form/m_post.c to call wattr_on and
    wattr_off to omit cast used in the former for X/Open compatibility
    (patch by Bill Gray).
  + modify wezterm, omitting its broken left/right margin feature (report
    by Thayne McCombs) -TD
- Modify patch ncurses-6.4.dif to get offsets correct
- Add ncurses patch 20240720
  + improve formatting/style of manpages (patches by Branden Robinson).
  + modify configure script and misc/Makefile to accept glob expressions
    that include Windows/DOS drive-letters (report by Eli Zaretskii).
  + fix misspelled ifdef and correct return-value of _nc_mingw_tcflush in
    win_driver.c (report/patch by Eli Zaretskii).

==== openSUSE-release ====
Version update (20240813 -> 20240815)
Subpackages: openSUSE-release-appliance-custom openSUSE-release-dvd

- automatically generated by openSUSE-release-tools/pkglistgen

==== polkit ====
Subpackages: libpolkit-agent-1-0 libpolkit-gobject-1-0 pkexec typelib-1_0-Polkit-1_0

- BuildRequire gettext-devel instead of gettext: Allows OBS to
  shortcut throught gettext-runtime-mini.

==== protobuf ====
Subpackages: libprotobuf-lite25_4_0 libprotobuf25_4_0

- tweak and correct how minimum version of abseil is specified
  (20230125 to 20230125.3)
- Remove explicit requirements of the protobuf-devel package, as
  the they are autogenerated when needed

==== protobuf-c ====

- BuildRequire a C++ compiler, previously pulled in via protobuf

==== ptools ====

- Added fix-32bit-cast.diff which replaces a cast which is OK for
  64bit targets but not for 32 bit targets to make the package
  buildable with GCC 14 on i586.

==== python-M2Crypto ====
Version update (0.40.0 -> 0.42.0)

- Update 0.42.0:
  - allow ASN1_{Integer,String} be initialized directly
  - minimal infrastructure for type hints for a C extension and
    some type hints for some basic modules
  - time_t on 32bit Linux is 32bit (integer) not 64bit (long)
  - EOS for CentOS 7
  - correct checking for OpenSSL version number on Windows
  - make compatible with Python 3.13 (replace PyEval_CallObject
    with PyObject_CallObject)
  - fix typo in extern function signature (and proper type of
    engine_ctrl_cmd_string())
  - move the package to Sorucehut
  - setup CI to use Sourcehut CI
  - setup CI on GitLab for Windows as well (remove Appveyor)
  - initial draft of documentation for migration to
    pyca/cryptography
  - fix Read the Docs configuration (contributed kindly by Facundo
    Tuesca)
- Remove upstreamed 32bit_ASN1_Time.patch
- Remove python-M2Crypto.keyring, because PyPI broke GPG support

==== python-anyio ====
Version update (4.3.0 -> 4.4.0)

- update to 4.4.0:
  * Added the BlockingPortalProvider class to aid with
    constructing synchronous counterparts to asynchronous
    interfaces that would otherwise require multiple blocking
    portals
  * Added __slots__ to AsyncResource so that child classes can
    use __slots__
  * Added the TaskInfo.has_pending_cancellation() method
  * Fixed erroneous RuntimeError: called 'started' twice on the
    same task status when cancelling a task in a TaskGroup
    created with the start() method before the first checkpoint
    is reached after calling task_status.started()
  * Fixed two bugs with TaskGroup.start() on asyncio: Fixed
    erroneous RuntimeError: called 'started' twice on the same
    task status when cancelling a task in a TaskGroup created
    with the start() method before the first checkpoint is
    reached after calling task_status.started() (#706; PR by
    Dominik Schwabe) Fixed the entire task group being cancelled
    if a TaskGroup.start() call gets cancelled (#685, #710)
  * Fixed erroneous RuntimeError: called 'started' twice on the
    same task status when cancelling a task in a TaskGroup
    created with the start() method before the first checkpoint
    is reached after calling task_status.started()
  * Fixed the entire task group being cancelled if a
    TaskGroup.start() call gets cancelled
  * Fixed a race condition that caused crashes when multiple
    event loops of the same backend were running in separate
    threads and simultaneously attempted to use AnyIO for their
    first time
  * Fixed cancellation delivery on asyncio incrementing the wrong
    cancel scope's cancellation counter when cascading a cancel
    operation to a child scope, thus failing to uncancel the host
    task
  * Fixed erroneous TypedAttributeLookupError if a typed
    attribute getter raises KeyError
  * Fixed the asyncio backend not respecting the
    PYTHONASYNCIODEBUG environment variable when setting the
    debug flag in anyio.run()
  * Fixed SocketStream.receive() not detecting EOF on asyncio if
    there is also data in the read buffer
  * Fixed MemoryObjectStream dropping an item if the item is
    delivered to a recipient that is waiting to receive an item
    but has a cancellation pending
  * Emit a ResourceWarning for MemoryObjectReceiveStream and
    MemoryObjectSendStream that were garbage collected without
    being closed (PR by Andrey Kazantcev)
  * Fixed MemoryObjectSendStream.send() not raising
    BrokenResourceError when the last corresponding
    MemoryObjectReceiveStream is closed while waiting to send a
    falsey item

==== python-argcomplete ====

- require ca-certificates-mozilla for the pip >= 24.2

==== selinux-policy ====
Version update (20240809 -> 20240814)
Subpackages: selinux-policy-targeted

- Update to version 20240814:
  * Dontaudit dac_override of fstab generator (bsc#1229127)
- Drop varrun-convert.sh script as it causes issues with
  container-selinux update (bsc#1228951)
- Update to version 20240812:
  * Update libvirt policy
  * Add port 80/udp and 443/udp to http_port_t definition
  * Additional updates stalld policy for bpf usage
  * Label systemd-pcrextend and systemd-pcrlock properly
  * Allow coreos_installer_t work with partitions
  * Revert "Allow coreos-installer-generator work with partitions"
  * Add policy for systemd-pcrextend
  * Update policy for systemd-getty-generator
  * Allow ip command write to ipsec's logs
  * Allow virt_driver_domain read virtd-lxc files in /proc
  * Revert "Allow svirt read virtqemud fifo files"
  * Update virtqemud policy for libguestfs usage
  * Allow virtproxyd create and use its private tmp files
  * Allow virtproxyd read network state
  * Allow virt_driver_domain create and use log files in /var/log
  * Allow samba-dcerpcd work with ctdb cluster
  * Allow NetworkManager_dispatcher_t send SIGKILL to plugins
  * Allow setroubleshootd execute sendmail with a domain transition
  * Allow key.dns_resolve set attributes on the kernel key ring
  * Update qatlib policy for v24.02 with new features
  * Label /var/lib/systemd/sleep with systemd_sleep_var_lib_t
  * Allow tlp status power services
  * Allow virtqemud domain transition on passt execution
  * Allow virt_driver_domain connect to systemd-userdbd over a unix socket
  * Allow boothd connect to systemd-userdbd over a unix socket
  * Update policy for awstats scripts
  * Allow bitlbee execute generic programs in system bin directories
  * Allow login_userdomain read aliases file
  * Allow login_userdomain read ipsec config files
  * Allow login_userdomain read all pid files
  * Allow rsyslog read systemd-logind session files
  * Allow libvirt-dbus stream connect to virtlxcd

==== suse-module-tools ====
Version update (16.0.48 -> 16.0.49)
Subpackages: suse-module-tools-scriptlets

- Update to version 16.0.49:
  * Require sdbootutil if already installed

==== sysvinit ====
Version update (3.08 -> 3.10)

- Add patch killproc-2.23.dif
  * Fix shell command in Makefile to get detection statx declaration correct
- Update to sysvinit 3.10
  * When the user executes "machinectl stop", systemd sends SIGRTMIN+4 to PID 1
    in the container, and expects that to initiate a graceful shutdown (power-off).
    SysV init now catches this signal and initiates a shutdown (shutdown -hP now).
  - floppym provided patch to accomplish this.
  * Fix issue in bootlogd which could cause the service to enter an endless loop
    (and use too much CPU) when it is able to open a device for writing, but not actually
    able to write to it. This resulted in bootlogd closing and re-opening the device over
    and over. Now bootlogd should simply fail gracefully when it cannot write to an open
    file/device.
  * Fix formatting in shutdown.8 manual page. Cleaned up whitespace and special characters.
  * Patch for man/Makefile to fix the clean recipe.
    Provided by Lucas Nussabaum and Mark Hindley
  * On Linux systems, allow reboot command to pass a message
    to the system firmware during the restart. This is
    accomplished with the -m flag.
  * Patch from kraj which allows hddown to compile
    when musl is the C library.

==== virt-v2v ====
Version update (2.5.5 -> 2.5.6)
Subpackages: virt-v2v-bash-completion

- Update to virt-v2v 2.5.6 (jsc#PED-6305)
  * -i ova: Ignore dot-underscore-files in OVA files
  * mlcustomize: firstboot: Use Linux path for Powershell script path
  * mlcustomize: firstboot: Use powershell.exe instead of path
  * mlcustomize: firstboot: Use Powershell -NoProfile flag
  * mlcustomize: Revert delay installation of qemu-ga MSI
  * --mac: Allow gw and len fields to be empty
  * Debugging enhancements

==== virtualbox ====
Version update (7.0.18 -> 7.0.20)

This is a maintainance release. The following items were removed or added
    patch fixes_for_vboxconfig.patch is no longer needed.
    patch fixes_for_sle12.patch is no longer needed.
    patch vbox-deprec-gsoap-service-proxies.diff is no longer needed.
    patch fixes_for_leap.patch is no longer needed.
    patch vbox-smc-napa.diff is no longer needed.
    patch virtualbox-sed-params.patch is no longer needed.
    patch vbox-fpie.diff is no longer needed.
    patch security_fixes.patch is no longer needed.
    patch vbox-default-os-type.diff is no longer needed.
    patch fixes_for_qt5.13.patch is no longer needed.
    patch smap.diff is no longer needed.
    patch fix_7.0.6_locking_problems.patch is no longer needed.
    patch fix_conflict_between_host_and_guest.patch is no longer needed.
    patch fix-missing-includes-with-qt-5.15.patch is no longer needed.
    patch vbox-python-selection.patch is no longer needed.
    patch vbox-no-build-dates.diff is no longer needed.
    patch modify_for_4_8_bo_move.patch is no longer needed.
    patch fixes_for_makefile.patch is no longer needed.
    patch VirtualBox-5.2.10-xclient.patch is no longer needed.
    patch fixes_for_leap15.6.patch is no longer needed.
    patch gcc5-real-support.patch is no longer needed.
    patch vbox-python-py310.patch is no longer needed.
    patch vbox-gsoapssl-deps.diff is no longer needed.
    patch python311.patch is no longer needed.
    patch vbox-disable-updates.diff is no longer needed.
    patch libxml21206.patch is no longer needed.
    patch fix_for_leap15.5.patchs added to fix an OBS error in Leap15.5 builds.
- changed license from Gpl-2.0 to Gpl-3.0
- Version bump to VirtualBox 7.0.20 (released July 16 2024 by Oracle))
  This is a maintenance release. The following items were fixed and/or added:
    TPM: Fixed errors appearing the event viewer with Windows guests
    macOS Hosts: Fixed passing USB devices to the VM (bug #21218)
    Audio: Fixed recording with HDA emulation after newer Windows 10 / 11 guests got rebooted
    USB: Fixed a deadlock in OHCI triggered when saving the current state of a VM or taking a snapshot (bug #22059)
    Linux Guest and Host: Introduced initial support for OpenSuse 15.6 kernel
    Linux Guest and Host: Introduced initial support for RHEL 9.5 kernel (bug #22099)
    Guest Additions: Shared Clipboard: Fixed issue when extra new lines were pasted when copying text between Win and X11 (bug #21716)
    UEFI Secure Boot: Add new Microsoft certificates to list for new VMs

==== virtualbox-kmp ====
Version update (7.0.18_k6.10.3_1 -> 7.0.20_k6.10.4_1)

This is a maintainance release. The following items were removed or added
    patch fixes_for_vboxconfig.patch is no longer needed.
    patch fixes_for_sle12.patch is no longer needed.
    patch vbox-deprec-gsoap-service-proxies.diff is no longer needed.
    patch fixes_for_leap.patch is no longer needed.
    patch vbox-smc-napa.diff is no longer needed.
    patch virtualbox-sed-params.patch is no longer needed.
    patch vbox-fpie.diff is no longer needed.
    patch security_fixes.patch is no longer needed.
    patch vbox-default-os-type.diff is no longer needed.
    patch fixes_for_qt5.13.patch is no longer needed.
    patch smap.diff is no longer needed.
    patch fix_7.0.6_locking_problems.patch is no longer needed.
    patch fix_conflict_between_host_and_guest.patch is no longer needed.
    patch fix-missing-includes-with-qt-5.15.patch is no longer needed.
    patch vbox-python-selection.patch is no longer needed.
    patch vbox-no-build-dates.diff is no longer needed.
    patch modify_for_4_8_bo_move.patch is no longer needed.
    patch fixes_for_makefile.patch is no longer needed.
    patch VirtualBox-5.2.10-xclient.patch is no longer needed.
    patch fixes_for_leap15.6.patch is no longer needed.
    patch gcc5-real-support.patch is no longer needed.
    patch vbox-python-py310.patch is no longer needed.
    patch vbox-gsoapssl-deps.diff is no longer needed.
    patch python311.patch is no longer needed.
    patch vbox-disable-updates.diff is no longer needed.
    patch libxml21206.patch is no longer needed.
    patch fix_for_leap15.5.patchs added to fix an OBS error in Leap15.5 builds.
- changed license from Gpl-2.0 to Gpl-3.0
- Version bump to VirtualBox 7.0.20 (released July 16 2024 by Oracle))
  This is a maintenance release. The following items were fixed and/or added:
    TPM: Fixed errors appearing the event viewer with Windows guests
    macOS Hosts: Fixed passing USB devices to the VM (bug #21218)
    Audio: Fixed recording with HDA emulation after newer Windows 10 / 11 guests got rebooted
    USB: Fixed a deadlock in OHCI triggered when saving the current state of a VM or taking a snapshot (bug #22059)
    Linux Guest and Host: Introduced initial support for OpenSuse 15.6 kernel
    Linux Guest and Host: Introduced initial support for RHEL 9.5 kernel (bug #22099)
    Guest Additions: Shared Clipboard: Fixed issue when extra new lines were pasted when copying text between Win and X11 (bug #21716)
    UEFI Secure Boot: Add new Microsoft certificates to list for new VMs

==== webkit2gtk3 ====
Version update (2.44.2 -> 2.44.3)
Subpackages: WebKitGTK-4.1-lang libjavascriptcoregtk-4_1-0 libwebkit2gtk-4_1-0 typelib-1_0-JavaScriptCore-4_1 typelib-1_0-WebKit2-4_1 webkit2gtk-4_1-injected-bundles

- Update to version 2.44.3:
  + Fix web process cache suspend/resume when sandbox is enabled.
  + Fix accelerated images dissapearing after scrolling.
  + Fix video flickering with DMA-BUF sink.
  + Fix pointer lock on X11.
  + Fix movement delta on mouse events in GTK3.
  + Undeprecate console message API and make it available in 2022
    API.
  + Fix several crashes and rendering issues.
- Drop patches now upstream:
  9d5844679af8f84036f1b800307e799bd7ab73ba.patch
  webkit2gtk3-CVE-2024-40776.patch
  webkit2gtk3-CVE-2024-40779.patch
  webkit2gtk3-CVE-2024-40780.patch
  webkit2gtk3-CVE-2024-40782.patch

==== wtmpdb ====
Version update (0.13.0+git.20240726 -> 0.13.0+git.20240814)
Subpackages: libwtmpdb0

- Update to version 0.13.0+git.20240814:
  * wtmpdb-update-boot service requires dbus

==== yast2-bootloader ====
Version update (5.0.10 -> 5.0.11)

- add arm and riscv64 as not supported for secure boot
  (bsc#1229070)
- 5.0.11
- Rename menue_timeout (menü) to menu_timeout
- Reference in text messages to menu