Packages changed: dracut (112+suse.29.gc0c5e1d -> 112+suse.34.g35e16b7) faad2 (2.11.2.git18 -> 2.11.3) libselinux libselinux-bindings python-Mako (1.3.12 -> 1.4.1) python-gpg qt6-base (6.11.1 -> 6.11.2) qt6-declarative (6.11.1 -> 6.11.2) qt6-imageformats (6.11.1 -> 6.11.2) qt6-location (6.11.1 -> 6.11.2) qt6-multimedia (6.11.1 -> 6.11.2) qt6-positioning (6.11.1 -> 6.11.2) qt6-qt5compat (6.11.1 -> 6.11.2) qt6-quick3d (6.11.1 -> 6.11.2) qt6-quicktimeline (6.11.1 -> 6.11.2) qt6-shadertools (6.11.1 -> 6.11.2) qt6-speech (6.11.1 -> 6.11.2) qt6-svg (6.11.1 -> 6.11.2) qt6-tools (6.11.1 -> 6.11.2) qt6-virtualkeyboard (6.11.1 -> 6.11.2) qt6-webchannel (6.11.1 -> 6.11.2) qt6-webengine (6.11.1 -> 6.11.2) qt6-webview (6.11.1 -> 6.11.2) selinux-policy (20260810 -> 20260820) sysextmgr (1.2.0+git20260817.3f4cd50 -> 1.3.0+git20260820.0628c3a) timezone === Details === ==== dracut ==== Version update (112+suse.29.gc0c5e1d -> 112+suse.34.g35e16b7) Subpackages: dracut-ima - Update to version 112+suse.34.g35e16b7: * fix(devicetree-firmware): include Qualcomm X2 laptop model specific firmwares * fix(devicetree-firmware): include soc specific firmwares in install_generic() (bsc#1267865) * refactor(devicetree-firmware): make looping over fw_dir top-level loop * fix(resume): handle noresume kernel command line option (bsc#1274588) * fix(resume): actually get value from resume= kernel command line option ==== faad2 ==== Version update (2.11.2.git18 -> 2.11.3) - Update to version 2.11.3: * Fix ISO C warning in libfaad/fixed.h * Check for mp4config.frame.nsclices == 0 in frontend/mp4read.c to fix Heap Buffer Overflow * SBR: prevent heap overflow in channel-pair reconstruction * Fix off-by-one frame index check in mp4read_seek * Fix integer overflow in stszin/stscin allocation size checks * Bound sscanf field width in option parsing * Fix out-of-bounds iq_table read in iquant for -32768 * Prevent length_of_rvlc_sf underflow in rvlc_scale_factor_data * Fix out-of-bounds Xsbr write in hf_assembly sinusoid addition * Fix out-of-bounds X underflow in SBR low-power QMF assembly * Fix ssr_gc_function signature mismatch in ssr_gain_control * Fix signed overflow in estimate_current_envelope energy sum * Cap escape length in huffman_spectral_data_2 * Prevent num_bits_left underflow in ps_data extension parsing * Fix signed overflow in fixed-point sample rounding before saturation * Add sanity checks on the width in libfaad/specrec.c * Check the last swb_offset value is valid in libfaad/specrec.c * Return early from NeAACDecInit when the object type can't be supported * Fix null pointer dereferences in intra channel and long term prediction * Increase the ASC buffer from 10 to 64 bytes in frontend/mp4read.h ==== libselinux ==== Subpackages: libselinux1 selinux-tools - fix swig 4.5.0 compatibility (bsc#1275512). adding libselinux-Replace-PyString_FromString-with-PyUnicod.patch - Drop man_selinux_disabled_mismatch_kernel_config.patch, current libselinux doesn't behave like this anymore ==== libselinux-bindings ==== - fix swig 4.5.0 compatibility (bsc#1275512). adding libselinux-Replace-PyString_FromString-with-PyUnicod.patch ==== python-Mako ==== Version update (1.3.12 -> 1.4.1) - Update to 1.4.1 * [bug] [installation] Fixed issue in the 1.4.0 packaging where the repository's internal tools/ directory was detected by setuptools package discovery and installed as a top-level tools package into site-packages, shadowing unrelated tools packages belonging to other applications. Package discovery is now limited to the mako package explicitly. - Update to 1.4.0 * [changed] [examples] The examples/bench folder has been removed as it used mostly long-obsolete template engines. The examples/wsgi/run_wsgi.py example has been updated to remove the use of the removed-in-Python-3.13 cgi module, and to be runnable as a module from the project root. * [changed] [installation] Minimum MarkupSafe dependency version bumped from 0.9.2 to 2.0. * [changed] [tests] The test suite now runs via nox. The old tox.ini remains however nox will be the only system that's maintained. * [changed] [installation] Project metadata has been migrated to PEP 621 pyproject.toml-based configuration. setup.cfg remains only for the [mako_testing] section used by Mako's own test suite. The build requirements now set the minimum setuptools version at 77.0.0 in order to build Mako from source. * [changed] [installation] Minimum Python version is now 3.10. Mako 1.4.0 has been tested up through Python 3.15.0b4. * bug] [ext] The minimum Lingua version supported by LinguaMakoExtractor is now 4.16. The test suite had continued to pin Lingua below 4 long after the extractor itself was repaired to work with Lingua 4 in version 1.2.0, with the result that the plugin was no longer covered by tests at all; the pinned version additionally imports pkg_resources at startup, which is not present in current setuptools releases and left the package unimportable. Lingua 4.16 resolves entry points using importlib.metadata, so no deprecated pkg_resources usage remains. * [bug] [exceptions] Fixed issue where formatting a traceback for an exception raised inside a template compiled from a string would emit DeprecationWarning: Module globals is missing a __spec__.loader on Python 3.15. Modules for such templates were created without a module spec, which Python's linecache module consults for every frame while a traceback is being built; the warning was raised from within traceback formatting itself, disrupting the error report for applications that configure warnings as errors. These modules are now given a spec with a loader that provides the generated module source, which additionally allows the generated source lines to be displayed in tracebacks produced by the standard library where previously no source was available. * [bug] [exceptions] A series of fixes involving syntax warnings and exceptions found during template lexing / compilation - run tests in multibuild flavor to not add new test dependencies to ring0 - disable 3 tests failing with Pygments 2.21.0 ==== python-gpg ==== - fix build with swig 4.5.0 adding gpgmepy-2.0.0-swig-4-5-0.patch ==== qt6-base ==== Version update (6.11.1 -> 6.11.2) Subpackages: libQt6Concurrent6 libQt6Core6 libQt6DBus6 libQt6Gui6 libQt6Network6 libQt6OpenGL6 libQt6OpenGLWidgets6 libQt6PrintSupport6 libQt6Sql6 libQt6Test6 libQt6WaylandClient6 libQt6Widgets6 libQt6WlShellIntegration6 libQt6Xml6 qt6-network-tls qt6-networkinformation-connman qt6-networkinformation-glib qt6-networkinformation-nm qt6-printsupport-cups qt6-sql-sqlite qt6-wayland - Update to 6.11.2 https://www.qt.io/blog/qt-6.11.2-released ==== qt6-declarative ==== Version update (6.11.1 -> 6.11.2) Subpackages: libQt6LabsAnimation6 libQt6LabsFolderListModel6 libQt6LabsPlatform6 libQt6LabsQmlModels6 libQt6LabsSettings6 libQt6LabsSharedImage6 libQt6LabsStyleKit6 libQt6LabsSynchronizer6 libQt6LabsWavefrontMesh6 libQt6Qml6 libQt6QmlCore6 libQt6QmlLocalStorage6 libQt6QmlMeta6 libQt6QmlModels6 libQt6QmlNetwork6 libQt6QmlWorkerScript6 libQt6QmlXmlListModel6 libQt6Quick6 libQt6QuickControls2-6 libQt6QuickControls2Impl6 libQt6QuickDialogs2-6 libQt6QuickDialogs2QuickImpl6 libQt6QuickDialogs2Utils6 libQt6QuickEffects6 libQt6QuickLayouts6 libQt6QuickParticles6 libQt6QuickShapes6 libQt6QuickTemplates2-6 libQt6QuickTest6 libQt6QuickVectorImage6 libQt6QuickWidgets6 qt6-declarative-imports - Update to 6.11.2 https://www.qt.io/blog/qt-6.11.2-released - Drop patch, merged upstream: * 0001-QQmlTableInstanceModel-refactor-QModelIndex-calculat.patch ==== qt6-imageformats ==== Version update (6.11.1 -> 6.11.2) - Update to 6.11.2 https://www.qt.io/blog/qt-6.11.2-released ==== qt6-location ==== Version update (6.11.1 -> 6.11.2) Subpackages: libQt6Location6 - Update to 6.11.2 https://www.qt.io/blog/qt-6.11.2-released ==== qt6-multimedia ==== Version update (6.11.1 -> 6.11.2) Subpackages: libQt6Multimedia6 libQt6MultimediaQuick6 libQt6MultimediaWidgets6 libQt6Quick3DSpatialAudio6 libQt6SpatialAudio6 qt6-multimedia-imports - Update to 6.11.2 https://www.qt.io/blog/qt-6.11.2-released ==== qt6-positioning ==== Version update (6.11.1 -> 6.11.2) Subpackages: libQt6Positioning6 libQt6PositioningQuick6 qt6-positioning-imports - Update to 6.11.2 https://www.qt.io/blog/qt-6.11.2-released ==== qt6-qt5compat ==== Version update (6.11.1 -> 6.11.2) Subpackages: libQt6Core5Compat6 qt6-qt5compat-imports - Update to 6.11.2 https://www.qt.io/blog/qt-6.11.2-released ==== qt6-quick3d ==== Version update (6.11.1 -> 6.11.2) Subpackages: libQt6Quick3D6 libQt6Quick3DAssetImport6 libQt6Quick3DAssetUtils6 libQt6Quick3DEffects6 libQt6Quick3DHelpers6 libQt6Quick3DHelpersImpl6 libQt6Quick3DParticleEffects6 libQt6Quick3DParticles6 libQt6Quick3DRuntimeRender6 libQt6Quick3DUtils6 libQt6Quick3DXr6 qt6-quick3d-imports - Update to 6.11.2 https://www.qt.io/blog/qt-6.11.2-released ==== qt6-quicktimeline ==== Version update (6.11.1 -> 6.11.2) - Update to 6.11.2 https://www.qt.io/blog/qt-6.11.2-released ==== qt6-shadertools ==== Version update (6.11.1 -> 6.11.2) - Update to 6.11.2 https://www.qt.io/blog/qt-6.11.2-released ==== qt6-speech ==== Version update (6.11.1 -> 6.11.2) Subpackages: libQt6TextToSpeech6 qt6-texttospeech - Update to 6.11.2 https://www.qt.io/blog/qt-6.11.2-released ==== qt6-svg ==== Version update (6.11.1 -> 6.11.2) - Update to 6.11.2 https://www.qt.io/blog/qt-6.11.2-released ==== qt6-tools ==== Version update (6.11.1 -> 6.11.2) Subpackages: libQt6UiTools6 qt6-tools-qdbus - Update to 6.11.2 https://www.qt.io/blog/qt-6.11.2-released ==== qt6-virtualkeyboard ==== Version update (6.11.1 -> 6.11.2) Subpackages: libQt6HunspellInputMethod6 libQt6VirtualKeyboard6 libQt6VirtualKeyboardQml6 qt6-virtualkeyboard-imports - Update to 6.11.2 https://www.qt.io/blog/qt-6.11.2-released ==== qt6-webchannel ==== Version update (6.11.1 -> 6.11.2) Subpackages: libQt6WebChannel6 libQt6WebChannelQuick6 qt6-webchannel-imports - Update to 6.11.2 https://www.qt.io/blog/qt-6.11.2-released ==== qt6-webengine ==== Version update (6.11.1 -> 6.11.2) Subpackages: libQt6WebEngineCore6 libQt6WebEngineQuick6 libQt6WebEngineWidgets6 qt6-webengine-imports - Update to 6.11.2 https://www.qt.io/blog/qt-6.11.2-released - Drop patch, merged upstream: * 0001-Fix-AMD-VA-API-flickering-on-Wayland-by-allowing-mul.patch ==== qt6-webview ==== Version update (6.11.1 -> 6.11.2) - Update to 6.11.2 https://www.qt.io/blog/qt-6.11.2-released ==== selinux-policy ==== Version update (20260810 -> 20260820) Subpackages: selinux-policy-targeted - Update to version 20260820: * Label the postgresql executables correctly (bsc#1274861) ==== sysextmgr ==== Version update (1.2.0+git20260817.3f4cd50 -> 1.3.0+git20260820.0628c3a) - Update to version 1.3.0+git20260820.0628c3a: * Release version 1.3.0 * ID_LIKE is optional, don't error out * Update ci-opensuse. remove outdated meson*.yml * Add a PCRE2 regular expression filter to list ==== timezone ==== - Install "right" files in SLES/Leap 16.x (bsc#1273508)