Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
Mesa
Mesa-drivers
MicroOS-release (20241127 -> 20241129)
gnome-session
libpwquality
netavark
python-setuptools (72.1.0 -> 75.6.0)
python311-packaging (24.1 -> 24.2)
webkit2gtk3 (2.46.3 -> 2.46.4)
webkit2gtk4 (2.46.3 -> 2.46.4)
=== Details ===
==== Mesa ====
Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1
- trying to make buildservice happy by adding both tarballs to
specfile ...
- on s390x build Mesa 24.1.7 to fix colors with Xvnc (boo#1233167)
- adjusted patches for Mesa 24.1.7:
* python36-buildfix1-s390x.patch
* u_dep_xcb-s390x.patch
* u_mesa-CVE-2023-45913-s390x.patch
==== Mesa-drivers ====
Subpackages: Mesa-dri Mesa-gallium
- trying to make buildservice happy by adding both tarballs to
specfile ...
- on s390x build Mesa 24.1.7 to fix colors with Xvnc (boo#1233167)
- adjusted patches for Mesa 24.1.7:
* python36-buildfix1-s390x.patch
* u_dep_xcb-s390x.patch
* u_mesa-CVE-2023-45913-s390x.patch
==== MicroOS-release ====
Version update (20241127 -> 20241129)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== gnome-session ====
Subpackages: gnome-session-core gnome-session-wayland
- Build gnome-session-wayland also on s390x: It was originally
excluded because xwayland did not exist. That has been solved in
2021 though.
==== libpwquality ====
Subpackages: libpwquality-tools libpwquality1 pam_pwquality
- Drop python 2.x support (it's been 4 years).
- Add python3-setuptools BuildRequires which is needed for
distutils.
==== netavark ====
- Fix source definition for netavark-iptables.conf and netavark-nftables.conf
- Set default firewall driver based on the project configuration (bsc#1231424)
* Require correct dependencies
* Add netavark-iptables.conf and netavark-nftables.conf
==== python-setuptools ====
Version update (72.1.0 -> 75.6.0)
- Skip over the tests which require network.
- Don't use pytest-xdist, it breaks test suite.
- update to 75.6.0:
* Preserve original PKG-INFO into METADATA when creating wheel
(instead of calling wheel.metadata.pkginfo_to_metadata). This
helps to be more compliant with the flow specified in PEP
517.
* Changed the WindowsSdkVersion, FrameworkVersion32 and
FrameworkVersion64 properties of setuptools.msvc.PlatformInfo
to return an empty tuple instead of None as a fallthrough
case -- by :user:`Avasam`
- update to 75.5.0:
* Removed support for
SETUPTOOLS_DANGEROUSLY_SKIP_PYPROJECT_VALIDATION, as it is
deemed prone to errors.
* Added support for the environment variable
SETUPTOOLS_DANGEROUSLY_SKIP_PYPROJECT_VALIDATION=true,
allowing users to bypass the validation of pyproject.toml.
This option should be used only as a last resort when
resolving dependency issues, as it may lead to improper
functioning. Users who enable this setting are responsible
for ensuring that pyproject.toml complies with setuptools
requirements. (#4611) Attention! This environment variable
was removed in a later version of setuptools.
* Require Python 3.9 or later. (#4718)
* Remove dependency on importlib_resources and the vendored
copy of the library. Instead, setuptools consistently rely on
stdlib's importlib.resources (available on Python 3.9+).
(#4718)
* Setuptools' bdist_wheel implementation no longer produces
wheels with the m SOABI flag (pymalloc-related). This flag
was removed on Python 3.8+ (see :obj:`sys.abiflags`). (#4718)
* Updated vendored packaging version to 24.2. (#4740)
* Merge with pypa/distutils@251797602, including fix for
dirutil.mkpath handling in pypa/distutils#304.
* Allowed using dict as an ordered type in
setuptools.dist.check_requirements -- by :user:`Avasam`
* Ensured methods in setuptools.modified preferably raise a
consistent distutils.errors.DistutilsError type (except in
the deprecated use case of SETUPTOOLS_USE_DISTUTILS=stdlib)
- - by :user:`Avasam`
* Fix the ABI tag when building a wheel using the debug build
of Python 3.13 on Windows. Previously, the ABI tag was
missing the "d" flag.
* Fix clashes for optional-dependencies in pyproject.toml and
extra_requires in setup.cfg/setup.py. As per PEP 621,
optional-dependencies have to be honoured and dynamic
behaviour is not allowed.
* #4560
* Made errors when parsing Distribution data more explicit
about the expected type (tuple[str, ...] | list[str]) -- by
:user:`Avasam`
* Fix a TypeError when a Distribution's old included attribute
was a tuple -- by :user:`Avasam`
* Add workaround for bdist_wheel --dist-info-dir errors when
customisation does not inherit from setuptools.
* Re-use pre-existing .dist-info dir when creating wheels via
the build backend APIs (PEP 517) and the metadata_directory
argument is passed -- by :user:`pelson`.
* Changed egg_info command to avoid adding an empty .egg-info
directory while iterating over entry-points. This avoids
triggering integration problems with
importlib.metadata/importlib_metadata (reference:
pypa/pyproject-hooks#206).
* Deprecated bdist_wheel.universal configuration.
* Removed reference to upload_docs module in entry points.
* Declare also the dependencies used by distutils (adds
jaraco.collections).
* Removed upload_docs command.
* Merge with pypa/distutils@7283751. Removed the register and
upload commands and the config module that backs them
(pypa/distutils#294). Removed the borland compiler. Replaced
vendored dependencies with natural dependencies. Cygwin C
compiler now gets compilers from sysconfig
(pypa/distutils#296).
* Fix cross-platform compilation using
distutils._msvccompiler.MSVCCompiler -- by :user:`saschanaz`
and :user:`Avasam`
* Fixed TypeError in sdist filelist processing by adding
support for pathlib Paths for the build_base.
* Removed degraded and deprecated test_integration
(easy_install) from the test suite.
* Fixed TypeError in msvc.EnvironmentInfo.return_env when no
runtime redistributables are installed.
* Added support for defining ext-modules via pyproject.toml
(EXPERIMENTAL, may change in future releases).
* Merge with pypa/distutils@3dcdf8567, removing the duplicate
vendored copy of packaging.
* Restored setuptools.msvc.Environmentinfo as it is used
externally.
* Changed the type of error raised by
setuptools.command.easy_install.CommandSpec.from_param on
unsupported argument from AttributeError to TypeError -- by
:user:`Avasam`
* Added detection of ARM64 variant of MSVC -- by
:user:`saschanaz`
* Made setuptools.package_index.Credential a typing.NamedTuple
- - by :user:`Avasam`
* Reraise error from setuptools.command.easy_install.auto_chmod
... changelog too long, skipping 42 lines ...
get_msvcr() (pypa/distutils#274).
==== python311-packaging ====
Version update (24.1 -> 24.2)
- update to 24.2:
* PEP 639: Implement License-Expression and License-File
(:issue:`828`)
* Use !r formatter for error messages with filenames
(:issue:`844`)
* Add support for PEP 730 iOS tags (:issue:`832`)
* Fix prerelease detection for > and < (:issue:`794`)
* Fix uninformative error message (:issue:`830`)
* Refactor canonicalize_version (:issue:`793`)
* Patch python_full_version unconditionally (:issue:`825`)
* Fix doc for canonicalize_version to mention strip_trailing_zero
and a typo in a docstring (:issue:`801`)
* Fix typo in Version __str__ (:issue:`817`)
* Support creating a SpecifierSet from an iterable of Specifier
objects (:issue:`775`)
==== webkit2gtk3 ====
Version update (2.46.3 -> 2.46.4)
Subpackages: libjavascriptcoregtk-4_1-0 libwebkit2gtk-4_1-0 webkit2gtk-4_1-injected-bundles
- Update to version 2.46.4:
+ Improve memory consumption and performance of Canvas
getImageData.
+ Fix preserve-3D intersection rendering.
+ Fix video dimensions since GStreamer 1.24.9.
+ Fix the HTTP-based remote Web Inspector not loading in
Chromium.
+ Fix content filters not working on about:blank iframes.
+ Fix several crashes and rendering issues.
+ Security fixes: CVE-2024-44308, CVE-2024-44309.
- Drop patches fixed upstream:
+ 9e9ea966373d3858668f6a29d8ba91a5807c8dd8.patch
+ webkit2gtk3-CVE-2024-44308.patch
+ webkit2gtk3-CVE-2024-44309.patch
==== webkit2gtk4 ====
Version update (2.46.3 -> 2.46.4)
Subpackages: libjavascriptcoregtk-6_0-1 libwebkitgtk-6_0-4 webkitgtk-6_0-injected-bundles
- Update to version 2.46.4:
+ Improve memory consumption and performance of Canvas
getImageData.
+ Fix preserve-3D intersection rendering.
+ Fix video dimensions since GStreamer 1.24.9.
+ Fix the HTTP-based remote Web Inspector not loading in
Chromium.
+ Fix content filters not working on about:blank iframes.
+ Fix several crashes and rendering issues.
+ Security fixes: CVE-2024-44308, CVE-2024-44309.
- Drop patches fixed upstream:
+ 9e9ea966373d3858668f6a29d8ba91a5807c8dd8.patch
+ webkit2gtk3-CVE-2024-44308.patch
+ webkit2gtk3-CVE-2024-44309.patch
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the aarch64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=3&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
MicroOS-release (20241126 -> 20241127)
bluedevil6 (6.2.3 -> 6.2.4)
bolt
breeze6 (6.2.3 -> 6.2.4)
breeze6-gtk (6.2.3 -> 6.2.4)
discover6 (6.2.3 -> 6.2.4)
exfatprogs (1.2.5 -> 1.2.6)
flatpak-kcm6 (6.2.3 -> 6.2.4)
gnome-shell (47.1+6 -> 47.2)
gnome-shell-extensions (47.1 -> 47.2)
gnome-software (47.1 -> 47.2)
kactivitymanagerd6 (6.2.3 -> 6.2.4)
kde-cli-tools6 (6.2.3 -> 6.2.4)
kde-gtk-config6 (6.2.3 -> 6.2.4)
kdecoration6 (6.2.3 -> 6.2.4)
kdeplasma6-addons (6.2.3 -> 6.2.4)
kernel-firmware (20241113 -> 20241125)
kgamma6 (6.2.3 -> 6.2.4)
kglobalacceld6 (6.2.3 -> 6.2.4)
kinfocenter6 (6.2.3 -> 6.2.4)
kmenuedit6 (6.2.3 -> 6.2.4)
kpipewire6 (6.2.3 -> 6.2.4)
kscreen6 (6.2.3 -> 6.2.4)
kscreenlocker6 (6.2.3 -> 6.2.4)
ksshaskpass6 (6.2.3 -> 6.2.4)
ksystemstats6 (6.2.3 -> 6.2.4)
kwayland-integration6 (6.2.3 -> 6.2.4)
kwayland6 (6.2.3 -> 6.2.4)
kwin6 (6.2.3 -> 6.2.4)
kwrited6 (6.2.3 -> 6.2.4)
layer-shell-qt6 (6.2.3 -> 6.2.4)
libdb-4_8
libjxl (0.11.0 -> 0.11.1)
libkscreen6 (6.2.3 -> 6.2.4)
libksysguard6 (6.2.3 -> 6.2.4)
libplasma6 (6.2.3 -> 6.2.4)
libqt5-qtbase (5.15.15+kde127 -> 5.15.16+kde130)
libqt5-qtdeclarative (5.15.15+kde25 -> 5.15.16+kde22)
libqt5-qtgraphicaleffects (5.15.15+kde0 -> 5.15.16+kde0)
libqt5-qtimageformats (5.15.15+kde4 -> 5.15.16+kde2)
libqt5-qtmultimedia (5.15.15+kde2 -> 5.15.16+kde2)
libqt5-qtquickcontrols (5.15.15+kde0 -> 5.15.16+kde0)
libqt5-qtquickcontrols2 (5.15.15+kde5 -> 5.15.16+kde5)
libqt5-qtspeech (5.15.15+kde1 -> 5.15.16+kde1)
libqt5-qtsvg (5.15.15+kde5 -> 5.15.16+kde5)
libqt5-qtwayland (5.15.15+kde59 -> 5.15.16+kde59)
libqt5-qtx11extras (5.15.15+kde0 -> 5.15.16+kde0)
libsndfile
milou6 (6.2.3 -> 6.2.4)
mozilla-nspr (4.35 -> 4.36)
mozilla-nss (3.105 -> 3.106)
mutter (47.1+3 -> 47.2)
ncurses (6.5.20241109 -> 6.5.20241123)
opencv
passt (20241121.238c69f -> 20241127.c0fbc7e)
patterns-base
pipewire (1.2.6 -> 1.2.7)
plasma5support6 (6.2.3 -> 6.2.4)
plasma6-activities (6.2.3 -> 6.2.4)
plasma6-activities-stats (6.2.3 -> 6.2.4)
plasma6-browser-integration (6.2.3 -> 6.2.4)
plasma6-desktop (6.2.3 -> 6.2.4)
plasma6-integration (6.2.3 -> 6.2.4)
plasma6-nm (6.2.3 -> 6.2.4)
plasma6-openSUSE
plasma6-pa (6.2.3 -> 6.2.4)
plasma6-print-manager (6.2.3 -> 6.2.4)
plasma6-systemmonitor (6.2.3 -> 6.2.4)
plasma6-workspace (6.2.3 -> 6.2.4)
polkit-kde-agent-6 (6.2.3 -> 6.2.4)
powerdevil6 (6.2.3 -> 6.2.4)
qemu (9.1.1 -> 9.1.2)
qqc2-breeze-style6 (6.2.3 -> 6.2.4)
sddm-kcm6 (6.2.3 -> 6.2.4)
shared-mime-info
systemsettings6 (6.2.3 -> 6.2.4)
webkit2gtk3
webkit2gtk4
xdg-desktop-portal-kde6 (6.2.3 -> 6.2.4)
xdm
=== Details ===
==== MicroOS-release ====
Version update (20241126 -> 20241127)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== bluedevil6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== bolt ====
- Drop rcFOO symlinks (PED-266).
==== breeze6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: breeze6-cursors breeze6-decoration breeze6-style breeze6-wallpapers
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== breeze6-gtk ====
Version update (6.2.3 -> 6.2.4)
Subpackages: gtk2-metatheme-breeze6 gtk3-metatheme-breeze6 gtk4-metatheme-breeze6 metatheme-breeze6-common
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* checkbox: Apply indeterminate after checked
* update version for new release
==== discover6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: discover6-backend-flatpak discover6-backend-fwupd discover6-notifier
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
* Hide irrelevant stuff for Flatpak runtimes (kde#496330,kde#496329)
* ð LabelBackground: improve text readability (kde#492656)
* update: disable quitting on eventloop locker (kde#471548)
* update version for new release
==== exfatprogs ====
Version update (1.2.5 -> 1.2.6)
- Update to 1.2.6:
CHANGES :
* exfatprogs: replace obsolete autoconf and libtool
macros.
* mkfs.exfat: prefer the physical block size over
the logical block size for the exFAT sector size.
* mkfs.exfat: add notes about the format of the volume
GUID to the man page.
* mkfs.exfat: fix an incorrect calculation of the number
of used clusters.
BUG FIXES :
* exfatlabel: fix an user input error when setting
a volume serial or label.
==== flatpak-kcm6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* Update selected app when activating the running KCM
==== gnome-shell ====
Version update (47.1+6 -> 47.2)
Subpackages: gnome-shell-calendar
- Update to version 47.2:
+ Fix graphical artifacts in partially-rounded buttons
+ Fix caret tracking in magnifier
+ Improve accessibility of keyboard backlight quick settings
toggle
+ Fix resetting non-caps shift key in on-screen keyboard
+ Misc. bug fixes and cleanups
+ Updated translations.
==== gnome-shell-extensions ====
Version update (47.1 -> 47.2)
Subpackages: gnome-shell-classic gnome-shell-extensions-common
- Update to version 47.2:
+ places-menu: Fix a11y labelling
+ screenshot-window-sizer: Mention shortcut in description
+ Misc. bug fixes and cleanups
+ Updated translations.
==== gnome-software ====
Version update (47.1 -> 47.2)
- Update to version 47.2:
+ Fix distro upgrade when certain version of PackageKit is used
+ Fix a crash when uninstalling a Snap app
+ Make uninstall dialog adaptive for small screens
+ Prefer Appstream data from swcatalog instead of app-info
directories
+ Updated translations.
==== kactivitymanagerd6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== kde-cli-tools6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== kde-gtk-config6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: kde-gtk-config6-gtk3
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== kdecoration6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: libkdecorations2-6 libkdecorations2private11
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== kdeplasma6-addons ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== kernel-firmware ====
Version update (20241113 -> 20241125)
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 20241125 (git commit 508d770ee6f3):
* ice: update ice DDP wireless_edge package to 1.3.20.0
* ice: update ice DDP comms package to 1.3.52.0
* ice: update ice DDP package to ice-1.3.41.0
* amdgpu: update DMCUB to v9.0.10.0 for DCN314
* amdgpu: update DMCUB to v9.0.10.0 for DCN351
- Update to version 20241121 (git commit 48bb90cceb88):
* linux-firmware: Update AMD cpu microcode
* xe: Update GUC to v70.36.0 for BMG, LNL
* i915: Update GUC to v70.36.0 for ADL-P, DG1, DG2, MTL, TGL
- Update to version 20241119 (git commit 60cdfe1831e8):
* iwlwifi: add Bz-gf FW for core91-69 release
- Update aliases from 6.12
==== kgamma6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== kglobalacceld6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: libKGlobalAccelD6-0
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== kinfocenter6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== kmenuedit6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== kpipewire6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: kpipewire6-imports libKPipeWire6 libKPipeWireDmaBuf6 libKPipeWireRecord6
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== kscreen6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== kscreenlocker6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: libKScreenLocker6
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== ksshaskpass6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== ksystemstats6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
* plugins/cpu: Use simpler names when CPU core info is missing
* plugins/cpu: Test for the proper CPU property, skip nonexistent CPUs (kde#495524)
* update version for new release
==== kwayland-integration6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* Initialize xdg activation
* Fix obtaining wl_surface from WId (kde#496365)
* update version for new release
==== kwayland6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: libKWaylandClient6
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== kwin6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: libkwin6
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
* Cancel interactive move resize only on Wayland
* backends/drm: reject cursor updates already in beginFrame
* compositor_wayland: don't commit cursor changes if the layer wasn't actually enabled (kde#495843)
* backends/drm: don't set the dpms mode to AboutToTurnOff if the screen is already off
* layers: add null check
* outputconfigurationstore: fix choosing the default mode
* plugins/screencast, screenshot: switch color transforms to relative colorimetric (kde#496185)
* effects/overview: Properly map the windowHeap geometry
* effects/overview: Don't make thumbnails fly off the screen (kde#495444)
* core: Set object ownership for Output
* backends/drm: re-allow HDR on NVidia with driver version 565.57.01+
* backends/drm: re-allow HDR on Intel by default
* Revert "scene: Ignore xwayland window shape" (kde#493934)
* tiling: fix some asserts from scripts
* utils: Use QList::removeLast() in DamageJournal::add()
* Ensure active window isn't focused when screen is locked (kde#495325)
* Cancel interactive move resize when outputs change
* backends/drm: fix DrmGpu::needsModeset check with leased outputs (kde#495400)
* effect/offscreenquickview: ensure the view that accepts touch down also gets touch up
* workspace: fix the dpms input event filter sometimes being wrongly deleted
* Close layer shell window if its preferred output has been removed
* activation: don't activate windows that don't accept keyboard input (kde#495537)
* tabbox: Do not add windows that have modal children
* core/colorspace: fix the max luminance of linear (kde#494930)
* update version for new release
==== kwrited6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== layer-shell-qt6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: libLayerShellQtInterface6
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== libdb-4_8 ====
- Add libdb-4_8-sequence.patch: Fix code to detect/enable 64-bit
integral type support for sequences. The m4 macros were not
complying with GCC 14's strictness.
- Rebase db-4.8.30.patch and libdb-fix-atomic.patch to also apply
using -p1 and use the autosetup macro.
==== libjxl ====
Version update (0.11.0 -> 0.11.1)
- Update to release 0.11.1
* Huffman lookup table size fix [CVE-2024-11403]
* Check height limit in modular trees [CVE-2024-11498]
==== libkscreen6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: libKF6Screen8 libKF6ScreenDpms8 libkscreen6-plugin
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* doctor: clarify the meaning of max. brightness zero (kde#495557)
* Update Plasma Wayland Protocols to 1.14
* update version for new release
==== libksysguard6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: ksysguardsystemstats6-data libKSysGuardSystemStats2 libksysguard6-imports
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* faces: Ensure the temporary dir for a preset remains until installed (kde#485164)
* faces/piechart: Use GraphicalEffects.Glow for rendering outline of compact text (kde#494495)
* update version for new release
==== libplasma6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: libPlasma6 libplasma6-components libplasma6-desktoptheme
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
* FlatButtonBackground: Fix background disappearing when pressing checkable ToolButton Pressed seems to go false, causing the animation to run to hide the background, and then checked becomes true immediately after, restoring the background. Using a NumberAnimation instead will interrupt itself and make no visible change.
* update version for new release
==== libqt5-qtbase ====
Version update (5.15.15+kde127 -> 5.15.16+kde130)
Subpackages: libQt5Core5 libQt5DBus5 libQt5Gui5 libQt5Network5 libQt5PrintSupport5 libQt5Sql5 libQt5Sql5-sqlite libQt5Test5 libQt5Widgets5 libQt5Xml5
- Update to version 5.15.16+kde130, rebased upstream:
* xcb: Sync XCB connection after reparenting window
* xcb: check validity of RandR output info before using it
* QDuplicateTracker: fix redundant ;
* qxmlstreamparser_p.h: fix -Wshadow in parse()
* Fix -Wdouble-promotion in FP overload of convertDoubleTo()
* Protect headers against min/max macros
* Add __attribute__((format(printf()))) to q(v)nprintf()
* qsavefile_p.h: fix missing qsavefile.h include
* qendian_p.h: fix -Wshadow warning
* qtextstream_p.h: fix -Wshadow in QDeviceClosedNotifier
* QFutureInterface: fix build with GCC14/C++20: template-id not allowed
* qfuturewatcher_p.h: fix missing qfuturewatcher.h include
* qhttpmultipart_p.h: add missing qiodevice.h include
* Fix crash in font distancefield computation
* Avoid crash in font distancefield computation
* Revert "Update Harfbuzz to 7.2.0"
* Revert "Update Harfbuzz to 7.2.0"
* Fix WinRT/ARM build
* Update Harfbuzz to version 8.2.2
* Upgrade Harfbuzz to version 8.2.0
* Update bundled libjpeg-turbo to version 3.0.1
* SQLite: Update SQLite to v3.43.2
* Add a script for updating from publicsuffix/list.git
* Fix undefined symbol qt_version_tag with lld(16.0) for non core lib
* QInputMethod: check if focusobject supports the "new" IM function before calling it
* Un-deprecate qSwap()
* Doc: state that models are not thread-safe
* Fix android build error
* xcb: replace a warning with debug info
* qurl-generateTLDs: filter empty and comment lines
* qurltlds_p.h: support easier automatic updates
* SQLite: Update SQLite to v3.43.1
* Upgrade to Freetype 2.13.2
* Fix crash when reading corrupt font data (CVE-2023-43114)
* qmake: Don't error out if QMAKE_DEFAULT_LIBDIRS is empty on macOS
* qxkbcommon: Keep lower case as Qt key when upper case is not in Latin1
* Doc: Fix documented default for QCalendarWidget maximumDate, minimumDate
* QDataStream: clarify QDataStream::operator>>(char *&s) API docs
* doc: Remove QSettings' paths for embedded linux
* Update bundled zlib to version 1.3
* tst_QDtls: use DTLS v 1.0 test data conditionally
* Bump version to 5.15.16
* Android: fix handling of tree content uri with sub-document
* QTextFormat: documentation fix
* SQLite: Update SQLite to v3.43.0
* tst_QSslSocket: skip tests requiring TLS v 1.0 downgrade
* Update to Harfbuzz 8.1.1
* Update version of FreeType attribution
* tst_QHashFunctions: use actual seed in consistent() test function
* Android: fix content URI handling for non-ascii file names
* Upgrade Harfbuzz to 7.3.0
* Update download location for Harfbuzz as well
- Commits dropped by the rebase:
* Add missing line continuations for memory_resource opt-out on Apple systems
* Fix CVE-2023-43114
==== libqt5-qtdeclarative ====
Version update (5.15.15+kde25 -> 5.15.16+kde22)
- Update to version 5.15.16+kde22, rebased upstream:
* QML Debugger: Don't crash when looking up values from imported modules
* Avoid memory leaks in QQuickListView and tst_qqmlinstantiator
* QQuickItemView: avoid leaking of highlights and animators
* Doc: Fix unqualified access in PathView example
* QQmlSequence: fix compilation with GCC12/C++20
* Context properties: Don't trigger an assert for numeric names
* pixmapcache: avoid deadlock when canceling async image load
* Fix positioning of text decoration with some fonts
* Bump version to 5.15.16
* Doc: fix Qt Quick Test header
==== libqt5-qtgraphicaleffects ====
Version update (5.15.15+kde0 -> 5.15.16+kde0)
- Update to version 5.15.16+kde0, rebased upstream:
* Bump version to 5.15.16
==== libqt5-qtimageformats ====
Version update (5.15.15+kde4 -> 5.15.16+kde2)
- Update to version 5.15.16+kde2, rebased upstream:
* Revert "Update bundled libtiff to version 4.5.1"
* Revert "Update bundled libwebp to version 1.3.1"
* Bump version to 5.15.16
==== libqt5-qtmultimedia ====
Version update (5.15.15+kde2 -> 5.15.16+kde2)
- Update to version 5.15.16+kde2, rebased upstream:
* supportedResolutions() - do not append the same resolution twice
* pulseaudio: Use pa_context_new_with_propslist
* Stop using std::unary_function
* Bump version to 5.15.16
==== libqt5-qtquickcontrols ====
Version update (5.15.15+kde0 -> 5.15.16+kde0)
- Update to version 5.15.16+kde0, rebased upstream:
* Bump version to 5.15.16
==== libqt5-qtquickcontrols2 ====
Version update (5.15.15+kde5 -> 5.15.16+kde5)
Subpackages: libQt5QuickControls2-5 libQt5QuickTemplates2-5
- Update to version 5.15.16+kde5, rebased upstream:
* Don't leak buttons in QQuickDialogButtonBox
* Fix connection leak in header proxy model
* Bump version to 5.15.16
==== libqt5-qtspeech ====
Version update (5.15.15+kde1 -> 5.15.16+kde1)
- Update to version 5.15.16+kde1, rebased upstream:
* Bump version to 5.15.16
==== libqt5-qtsvg ====
Version update (5.15.15+kde5 -> 5.15.16+kde5)
- Update to version 5.15.16+kde5, rebased upstream:
* Bump version to 5.15.16
==== libqt5-qtwayland ====
Version update (5.15.15+kde59 -> 5.15.16+kde59)
- Update to version 5.15.16+kde59, rebased upstream:
* client: use current modifiers in repeat keys
* fix: variable not initialized
* Add license headers to shader files
* Bump version to 5.15.16
==== libqt5-qtx11extras ====
Version update (5.15.15+kde0 -> 5.15.16+kde0)
- Update to version 5.15.16+kde0, rebased upstream:
* Bump version to 5.15.16
==== libsndfile ====
- Fix out-of-bounds read in function vorbis_analysis_wrote in
ogg_vorbis.c (CVE-2024-50612, bsc#1232438):
libsndfile-CVE-2024-50612.patch
==== milou6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== mozilla-nspr ====
Version update (4.35 -> 4.36)
- update to version 4.36
* remove support for OS/2
* remove support for Unixware, Bsdi, old AIX, old HPUX9 & scoos
* remove support for Windows 16 bit
* renamed the prwin16.h header to prwin.h
* configure was updated from 2.69 to 2.71
* various build, test and automation script fixes
* major parts of the source code were reformatted
==== mozilla-nss ====
Version update (3.105 -> 3.106)
Subpackages: libfreebl3 libsoftokn3 mozilla-nss-certs
- Remove upstreamed bmo-1400603.patch
- Added nss-bmo1930797.patch to fix failing tests in testsuite
- update to NSS 3.106
* bmo#1925975 - NSS 3.106 should be distributed with NSPR 4.36.
* bmo#1923767 - pk12util: improve error handling in p12U_ReadPKCS12File.
* bmo#1899402 - Correctly destroy bulkkey in error scenario.
* bmo#1919997 - PKCS7 fuzz target, r=djackson,nss-reviewers.
* bmo#1923002 - Extract certificates with handshake collection script.
* bmo#1923006 - Specify len_control for fuzz targets.
* bmo#1923280 - Fix memory leak in dumpCertificatePEM.
* bmo#1102981 - Fix UBSan errors for SECU_PrintCertificate and
SECU_PrintCertificateBasicInfo.
* bmo#1921528 - add new error codes to mozilla::pkix for Firefox to use.
* bmo#1921768 - allow null phKey in NSC_DeriveKey.
* bmo#1921801 - Only create seed corpus zip from existing corpus.
* bmo#1826035 - Use explicit allowlist for for KDF PRFS.
* bmo#1920138 - Increase optimization level for fuzz builds.
* bmo#1920470 - Remove incorrect assert.
* bmo#1914870 - Use libFuzzer options from fuzz/options/\*.options in CI.
* bmo#1920945 - Polish corpus collection for automation.
* bmo#1917572 - Detect new and unfuzzed SSL options.
* bmo#1804646 - PKCS12 fuzzing target.
- requires NSPR 4.36
==== mutter ====
Version update (47.1+3 -> 47.2)
- Update to version 47.2:
+ Fix warping pointer after releasing pointer constraints
+ Default to high thread instead of realtime priority for KMS
thread
+ Avoid CPU stalls with NVIDIA secondary GPUs with
directly-attached monitors
+ Fix updating cursor immediately when starting window drag
+ Add pipeline hooks to user program pipelines
+ Prefer GPUs with built-in panels connected as primary GPU
+ Fix cursor glitches when using virtual monitors
+ Ensure frame events are sent for cursor surfaces
+ Allow BGRX8888 format on big endian
+ Fix touchscreen drag-and-drop on wayland
+ Fixed crashes
+ Misc. bug fixes and cleanups
==== ncurses ====
Version update (6.5.20241109 -> 6.5.20241123)
Subpackages: libncurses6 ncurses-utils terminfo-base
- Add ncurses patch 20241123
+ remove dependency on stdbool.h from configure script check for type
of bool when C++ binding is omitted (report by Sam James).
+ compiler-warning fixes
==== opencv ====
- fix build with python 3.13 (needs python-setuptools)
==== passt ====
Version update (20241121.238c69f -> 20241127.c0fbc7e)
Subpackages: passt-selinux
- Update to version 20241127.c0fbc7e:
* dhcp: Honour broadcast flag (RFC 2131, 4.1)
* dhcp: Introduce support for Rapid Commit (option 80, RFC 4039)
* dhcp: Use -1 as "missing option" length instead of 0
* treewide: Introduce 'local mode' for disconnected setups
* test: Improve logic for waiting for SLAAC & DAD to complete in NDP tests
* ndp: Don't send first periodic router advertisement right after guest connects
* test/perf: Select a single IPv6 namespace address in pasta tests
* conf, passt.1: Update --mac-addr default in usage() and man page
* passt.1: Fix "default" note about --map-guest-addr
==== patterns-base ====
Subpackages: patterns-base-base patterns-base-bootloader patterns-base-minimal_base patterns-base-x11
- fips: change description from 140-2 to 140-3
- fips: require crypto-policies-scripts when openssh is used
(bsc#1224802)
- fips: drop -hmac packages as they have been merged into the main
package (bsc#1185116)
==== pipewire ====
Version update (1.2.6 -> 1.2.7)
Subpackages: gstreamer-plugin-pipewire libpipewire-0_3-0 pipewire-alsa pipewire-modules-0_3 pipewire-pulseaudio pipewire-spa-plugins-0_2 pipewire-spa-tools pipewire-tools
- Update to version 1.2.7:
+ Highlights
- Backport support for lazy scheduling.
- Handle the case where processing would stop when an ALSA
driver is destroyed.
- Add support for v4l2loopback in the v4l2 plugin.
- Small bug fixes and improvements.
+ PipeWire
- Invalidate the proxy ID when removed.
- Backport support for lazy scheduling.
- Fix profiler stats for async nodes.
- Fix EARLY_PROCESS again in pw-stream. (#3480)
+ Modules
- Fix a crasher issue when nodes are created in the wrong
order in module-filter-chain.
- Fix unmap bug in lv2 uri tables.
- Add ratelimit to jack-tunnel xruns.
- Remove hardcoded limit in filter-chain sofa plugin.
- Handle the MTU size correctly in module-rtp and handle large
MTUs. (#4396)
- Fix JSON float parsing errors in equalizer module. (#4418)
+ SPA
- Fix crash in audiotestsrc when using spa-inspect (#4365).
- Improve JSON float infinity checks.
- Improve resampler performace a little.
- Make audioconvert only output when there is something to
output.
- Fix regression in v4l2 port flags which would disable support
for EXPBUF.
- Handle the case where an ALSA driver is destroyed and the
follower becomes a driver. Processing would stop. (#4401)
- Add support for v4l2loopback in the v4l2 plugin.
+ Pulse-server
- Give a better error message when running out of fds.
- Ensure positive latency reporting.
+ GStreamer
- Fix memory leak in deviceprovider.
- Fix locking when emitting an error.
+ Tools
- Fix pw-dot link labels.
==== plasma5support6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: libPlasma5Support6
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== plasma6-activities ====
Version update (6.2.3 -> 6.2.4)
Subpackages: libPlasmaActivities6 plasma6-activities-imports
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== plasma6-activities-stats ====
Version update (6.2.3 -> 6.2.4)
Subpackages: libPlasmaActivitiesStats1
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== plasma6-browser-integration ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== plasma6-desktop ====
Version update (6.2.3 -> 6.2.4)
Subpackages: plasma6-desktop-emojier
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
* Fill panel width/height in custom/fit content modes when flexible spacer is in panel (kde#495378)
* update version for new release
==== plasma6-integration ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== plasma6-nm ====
Version update (6.2.3 -> 6.2.4)
Subpackages: plasma6-nm-openconnect plasma6-nm-openvpn
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
* ConnectivityMonitor: Don't manually set m_notification to null
* Create a random-default password for hotspots if one is not set
* update version for new release
==== plasma6-openSUSE ====
Subpackages: plasma6-branding-openSUSE plasma6-sddm-theme-openSUSE plasma6-theme-openSUSE
- Update to 6.2.4
==== plasma6-pa ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
* listitemmenu: guard activePort against null
* kcm: Fix speaker test layout for Pro-Audio profile (kde#495752)
* update version for new release
==== plasma6-print-manager ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
* DevicesModel: Register QList of QStringList to DBus
* update version for new release
==== plasma6-systemmonitor ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
* EditablePage: Set loadOverlay margins explicitly, set loader invisible during loading (kde#494902)
* BaseCellDelegate: Use correct colorSet when selected (kde#494261)
* update version for new release
==== plasma6-workspace ====
Version update (6.2.3 -> 6.2.4)
Subpackages: plasma6-session plasma6-workspace-libs
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
* BatteryIcon: Add headphone icon
* plasmashell: begin earlier to watch for panel destruction (kde#487684)
* plasmawindowed: Use shared contexts analogue to plasmashell
* applets/notifications: Be explicit about "when" binding on notificationAction
* devicenotifier: An optical disc can also be storage access (kde#469706)
* ksmserver: Fix copying of auth data (kde#491130)
* applets/systemtray: suppress useless tooltips (kde#494463)
* X11/multiscreen: Always emit outputOrderChanged when a screen is disconnected
* coloreditor: Hide titlebar color buttons if header is set (kde#433059)
* devicenotifier: Fix ejecting busy optical media
* panelview: Fix resized panel with NoBackground not receiving input in new space
* wallpapers/image: Fix wallpaper item resize for screen dimension change
* kcms/users: refactor cropping
* update version for new release
==== polkit-kde-agent-6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== powerdevil6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
* Add dedicated headset and headphone icon for low battery notification
* applets/brightness: toggle nightlight only, when enabled (kde#496457)
* applets: allow to detect tlp without solid or upower (kde#495918)
* applets/brightness: Make brightness of multiple applets stay in sync (kde#495661)
* update version for new release
==== qemu ====
Version update (9.1.1 -> 9.1.2)
- Fix bsc#1233530:
* docs: use consistent markup for footnotes (bsc#1233530)
* docs: avoid footnotes consisting of just URLs (bsc#1233530)
* docs: fix invalid footnote syntax (bsc#1233692)
- Fix bsc#1233530:
* scsi: megasas: Internal cdbs have 16-byte length (bsc#1233530)
- Fix bsc#1221812, bsc#1232283, bsc#1230978:
* [openSUSE] block: Move qcow2 invalidation query-block op_blocker
- Update to version 9.1.2:
Full changelog here:
https://lore.kernel.org/qemu-devel/21ba2773-11a6-45ad-bf98-9b5c2cdccb9b@tls…
Some of the most notable features:
* usb-hub: Fix handling port power control messages
* hw/audio/hda: fix memory leak on audio setup
* Revert "hw/audio/hda: fix memory leak on audio setup" (bsc#1232728)
* hw/misc/mos6522: Fix bad class definition of the MOS6522 device
* vfio/container: Fix container object destruction
* target/i386: fix hang when using slow path for ptw_setl
* tcg: Allow top bit of SIMD_DATA_BITS to be set in simd_desc()
* linux-user/arm: Select vdso for be8 and be32 modes
* linux-user/arm: Reduce vdso alignment to 4k
* linux-user: Tolerate CONFIG_LSM_MMAP_MIN_ADDR
* accel/tcg: Fix user-only probe_access_internal plugin check
* target/arm: Drop user-only special case in sve_stN_r
* linux-user: Fix setreuid and setregid to use direct syscalls
* hw/i386/pc: Don't try to init PCI NICs if there is no PCI bus
* target/i386: Fix legacy page table walk
* 9pfs: fix crash on 'Treaddir' request
* hw/nvme: fix handling of over-committed queues
* migration: Ensure vmstate_save() sets errp
* target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)
* target/arm: Add new MMU indexes for AArch32 Secure PL1&0
* Revert "target/arm: Fix usage of MMU indexes when EL3 is AArch32"
* acpi/disassemle-aml.sh: fix up after dir reorg
* hw/acpi: Fix ordering of BDF in Generic Initiator PCI Device Handle.
* qemu-ga: Fix a SIGSEGV in ga_run_command() helper
* hw/sd/sdcard: Fix calculation of size when using eMMC boot partitions
* tests/tcg: Replace -mpower8-vector with -mcpu=power8
* hw/ssi/pnv_spi: Fixes Coverity CID 1558831
* hw/ssi/pnv_spi: Return early in transfer()
- Build and bug fixes:
* edk2: update submodule to edk2-stable202408.01
* Revert "hw/audio/hda: fix memory leak on audio setup" (bsc#1232728)
- Fix bsc#1228079:
* target/i386: Expose IBPB-BRTYPE and SBPB CPUID bits to the guest (bsc#1228079)
- Add further CPUID bits fixes:
* target/i386: Expose new feature bits in CPUID 8000_0021_EAX/EBX
* target/i386: Expose bits related to SRSO vulnerability
* target/i386: Add PerfMonV2 feature bit
* target/i386: Fix minor typo in NO_NESTED_DATA_BP feature bit
==== qqc2-breeze-style6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* Fix displaying combo box content from abstract item models
* update version for new release
==== sddm-kcm6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== shared-mime-info ====
- Uninstall silently if update-mime-database is not present
(bsc#1231463).
==== systemsettings6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== webkit2gtk3 ====
Subpackages: libjavascriptcoregtk-4_1-0 libwebkit2gtk-4_1-0 webkit2gtk-4_1-injected-bundles
- Add webkit2gtk3-CVE-2024-44308.patch: don't allocate DFG register
after a slow path (boo#1233631 CVE-2024-44308).
- Add webkit2gtk3-CVE-2024-44309.patch: fix a cookie management
issue (boo#1233632 CVE-2024-44309).
==== webkit2gtk4 ====
Subpackages: libjavascriptcoregtk-6_0-1 libwebkitgtk-6_0-4 webkitgtk-6_0-injected-bundles
- Add webkit2gtk3-CVE-2024-44308.patch: don't allocate DFG register
after a slow path (boo#1233631 CVE-2024-44308).
- Add webkit2gtk3-CVE-2024-44309.patch: fix a cookie management
issue (boo#1233632 CVE-2024-44309).
==== xdg-desktop-portal-kde6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== xdm ====
- Split out displaymanager-sycconfig package: The central
configuration part that is used by all display managers. This is
needed in order to progress towards 'xdm' not acting as wrapper
around DMs, but only be used as Dislplay Manager when XDM is
supposed to be used, or use the real systemd services of the
various DMs (e.g gdm.service, sddm.service).
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
MicroOS-release (20241126 -> 20241127)
bluedevil6 (6.2.3 -> 6.2.4)
bolt
breeze6 (6.2.3 -> 6.2.4)
breeze6-gtk (6.2.3 -> 6.2.4)
discover6 (6.2.3 -> 6.2.4)
exfatprogs (1.2.5 -> 1.2.6)
flatpak-kcm6 (6.2.3 -> 6.2.4)
gnome-shell (47.1+6 -> 47.2)
gnome-shell-extensions (47.1 -> 47.2)
gnome-software (47.1 -> 47.2)
kactivitymanagerd6 (6.2.3 -> 6.2.4)
kde-cli-tools6 (6.2.3 -> 6.2.4)
kde-gtk-config6 (6.2.3 -> 6.2.4)
kdecoration6 (6.2.3 -> 6.2.4)
kdeplasma6-addons (6.2.3 -> 6.2.4)
kernel-firmware (20241113 -> 20241125)
kgamma6 (6.2.3 -> 6.2.4)
kglobalacceld6 (6.2.3 -> 6.2.4)
kinfocenter6 (6.2.3 -> 6.2.4)
kmenuedit6 (6.2.3 -> 6.2.4)
kpipewire6 (6.2.3 -> 6.2.4)
kscreen6 (6.2.3 -> 6.2.4)
kscreenlocker6 (6.2.3 -> 6.2.4)
ksshaskpass6 (6.2.3 -> 6.2.4)
ksystemstats6 (6.2.3 -> 6.2.4)
kwayland-integration6 (6.2.3 -> 6.2.4)
kwayland6 (6.2.3 -> 6.2.4)
kwin6 (6.2.3 -> 6.2.4)
kwrited6 (6.2.3 -> 6.2.4)
layer-shell-qt6 (6.2.3 -> 6.2.4)
libdb-4_8
libjxl (0.11.0 -> 0.11.1)
libkscreen6 (6.2.3 -> 6.2.4)
libksysguard6 (6.2.3 -> 6.2.4)
libplasma6 (6.2.3 -> 6.2.4)
libqt5-qtbase (5.15.15+kde127 -> 5.15.16+kde130)
libqt5-qtdeclarative (5.15.15+kde25 -> 5.15.16+kde22)
libqt5-qtgraphicaleffects (5.15.15+kde0 -> 5.15.16+kde0)
libqt5-qtimageformats (5.15.15+kde4 -> 5.15.16+kde2)
libqt5-qtmultimedia (5.15.15+kde2 -> 5.15.16+kde2)
libqt5-qtquickcontrols (5.15.15+kde0 -> 5.15.16+kde0)
libqt5-qtquickcontrols2 (5.15.15+kde5 -> 5.15.16+kde5)
libqt5-qtspeech (5.15.15+kde1 -> 5.15.16+kde1)
libqt5-qtsvg (5.15.15+kde5 -> 5.15.16+kde5)
libqt5-qtwayland (5.15.15+kde59 -> 5.15.16+kde59)
libqt5-qtx11extras (5.15.15+kde0 -> 5.15.16+kde0)
libsndfile
milou6 (6.2.3 -> 6.2.4)
mozilla-nspr (4.35 -> 4.36)
mozilla-nss (3.105 -> 3.106)
mutter (47.1+3 -> 47.2)
ncurses (6.5.20241109 -> 6.5.20241123)
opencv
passt (20241121.238c69f -> 20241127.c0fbc7e)
patterns-base
pipewire (1.2.6 -> 1.2.7)
plasma5support6 (6.2.3 -> 6.2.4)
plasma6-activities (6.2.3 -> 6.2.4)
plasma6-activities-stats (6.2.3 -> 6.2.4)
plasma6-browser-integration (6.2.3 -> 6.2.4)
plasma6-desktop (6.2.3 -> 6.2.4)
plasma6-integration (6.2.3 -> 6.2.4)
plasma6-nm (6.2.3 -> 6.2.4)
plasma6-openSUSE
plasma6-pa (6.2.3 -> 6.2.4)
plasma6-print-manager (6.2.3 -> 6.2.4)
plasma6-systemmonitor (6.2.3 -> 6.2.4)
plasma6-workspace (6.2.3 -> 6.2.4)
polkit-kde-agent-6 (6.2.3 -> 6.2.4)
powerdevil6 (6.2.3 -> 6.2.4)
qemu (9.1.1 -> 9.1.2)
qqc2-breeze-style6 (6.2.3 -> 6.2.4)
sddm-kcm6 (6.2.3 -> 6.2.4)
shared-mime-info
systemsettings6 (6.2.3 -> 6.2.4)
webkit2gtk3
webkit2gtk4
xdg-desktop-portal-kde6 (6.2.3 -> 6.2.4)
xdm
=== Details ===
==== MicroOS-release ====
Version update (20241126 -> 20241127)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== bluedevil6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== bolt ====
- Drop rcFOO symlinks (PED-266).
==== breeze6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: breeze6-cursors breeze6-decoration breeze6-style breeze6-wallpapers
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== breeze6-gtk ====
Version update (6.2.3 -> 6.2.4)
Subpackages: gtk2-metatheme-breeze6 gtk3-metatheme-breeze6 gtk4-metatheme-breeze6 metatheme-breeze6-common
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* checkbox: Apply indeterminate after checked
* update version for new release
==== discover6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: discover6-backend-flatpak discover6-backend-fwupd discover6-notifier
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
* Hide irrelevant stuff for Flatpak runtimes (kde#496330,kde#496329)
* ð LabelBackground: improve text readability (kde#492656)
* update: disable quitting on eventloop locker (kde#471548)
* update version for new release
==== exfatprogs ====
Version update (1.2.5 -> 1.2.6)
- Update to 1.2.6:
CHANGES :
* exfatprogs: replace obsolete autoconf and libtool
macros.
* mkfs.exfat: prefer the physical block size over
the logical block size for the exFAT sector size.
* mkfs.exfat: add notes about the format of the volume
GUID to the man page.
* mkfs.exfat: fix an incorrect calculation of the number
of used clusters.
BUG FIXES :
* exfatlabel: fix an user input error when setting
a volume serial or label.
==== flatpak-kcm6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* Update selected app when activating the running KCM
==== gnome-shell ====
Version update (47.1+6 -> 47.2)
Subpackages: gnome-shell-calendar
- Update to version 47.2:
+ Fix graphical artifacts in partially-rounded buttons
+ Fix caret tracking in magnifier
+ Improve accessibility of keyboard backlight quick settings
toggle
+ Fix resetting non-caps shift key in on-screen keyboard
+ Misc. bug fixes and cleanups
+ Updated translations.
==== gnome-shell-extensions ====
Version update (47.1 -> 47.2)
Subpackages: gnome-shell-classic gnome-shell-extensions-common
- Update to version 47.2:
+ places-menu: Fix a11y labelling
+ screenshot-window-sizer: Mention shortcut in description
+ Misc. bug fixes and cleanups
+ Updated translations.
==== gnome-software ====
Version update (47.1 -> 47.2)
- Update to version 47.2:
+ Fix distro upgrade when certain version of PackageKit is used
+ Fix a crash when uninstalling a Snap app
+ Make uninstall dialog adaptive for small screens
+ Prefer Appstream data from swcatalog instead of app-info
directories
+ Updated translations.
==== kactivitymanagerd6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== kde-cli-tools6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== kde-gtk-config6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: kde-gtk-config6-gtk3
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== kdecoration6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: libkdecorations2-6 libkdecorations2private11
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== kdeplasma6-addons ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== kernel-firmware ====
Version update (20241113 -> 20241125)
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 ucode-amd
- Update to version 20241125 (git commit 508d770ee6f3):
* ice: update ice DDP wireless_edge package to 1.3.20.0
* ice: update ice DDP comms package to 1.3.52.0
* ice: update ice DDP package to ice-1.3.41.0
* amdgpu: update DMCUB to v9.0.10.0 for DCN314
* amdgpu: update DMCUB to v9.0.10.0 for DCN351
- Update to version 20241121 (git commit 48bb90cceb88):
* linux-firmware: Update AMD cpu microcode
* xe: Update GUC to v70.36.0 for BMG, LNL
* i915: Update GUC to v70.36.0 for ADL-P, DG1, DG2, MTL, TGL
- Update to version 20241119 (git commit 60cdfe1831e8):
* iwlwifi: add Bz-gf FW for core91-69 release
- Update aliases from 6.12
==== kgamma6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== kglobalacceld6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: libKGlobalAccelD6-0
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== kinfocenter6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== kmenuedit6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== kpipewire6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: kpipewire6-imports libKPipeWire6 libKPipeWireDmaBuf6 libKPipeWireRecord6
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== kscreen6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== kscreenlocker6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: libKScreenLocker6
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== ksshaskpass6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== ksystemstats6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
* plugins/cpu: Use simpler names when CPU core info is missing
* plugins/cpu: Test for the proper CPU property, skip nonexistent CPUs (kde#495524)
* update version for new release
==== kwayland-integration6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* Initialize xdg activation
* Fix obtaining wl_surface from WId (kde#496365)
* update version for new release
==== kwayland6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: libKWaylandClient6
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== kwin6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: libkwin6
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
* Cancel interactive move resize only on Wayland
* backends/drm: reject cursor updates already in beginFrame
* compositor_wayland: don't commit cursor changes if the layer wasn't actually enabled (kde#495843)
* backends/drm: don't set the dpms mode to AboutToTurnOff if the screen is already off
* layers: add null check
* outputconfigurationstore: fix choosing the default mode
* plugins/screencast, screenshot: switch color transforms to relative colorimetric (kde#496185)
* effects/overview: Properly map the windowHeap geometry
* effects/overview: Don't make thumbnails fly off the screen (kde#495444)
* core: Set object ownership for Output
* backends/drm: re-allow HDR on NVidia with driver version 565.57.01+
* backends/drm: re-allow HDR on Intel by default
* Revert "scene: Ignore xwayland window shape" (kde#493934)
* tiling: fix some asserts from scripts
* utils: Use QList::removeLast() in DamageJournal::add()
* Ensure active window isn't focused when screen is locked (kde#495325)
* Cancel interactive move resize when outputs change
* backends/drm: fix DrmGpu::needsModeset check with leased outputs (kde#495400)
* effect/offscreenquickview: ensure the view that accepts touch down also gets touch up
* workspace: fix the dpms input event filter sometimes being wrongly deleted
* Close layer shell window if its preferred output has been removed
* activation: don't activate windows that don't accept keyboard input (kde#495537)
* tabbox: Do not add windows that have modal children
* core/colorspace: fix the max luminance of linear (kde#494930)
* update version for new release
==== kwrited6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== layer-shell-qt6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: libLayerShellQtInterface6
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== libdb-4_8 ====
- Add libdb-4_8-sequence.patch: Fix code to detect/enable 64-bit
integral type support for sequences. The m4 macros were not
complying with GCC 14's strictness.
- Rebase db-4.8.30.patch and libdb-fix-atomic.patch to also apply
using -p1 and use the autosetup macro.
==== libjxl ====
Version update (0.11.0 -> 0.11.1)
- Update to release 0.11.1
* Huffman lookup table size fix [CVE-2024-11403]
* Check height limit in modular trees [CVE-2024-11498]
==== libkscreen6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: libKF6Screen8 libKF6ScreenDpms8 libkscreen6-plugin
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* doctor: clarify the meaning of max. brightness zero (kde#495557)
* Update Plasma Wayland Protocols to 1.14
* update version for new release
==== libksysguard6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: ksysguardsystemstats6-data libKSysGuardSystemStats2 libksysguard6-imports
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* faces: Ensure the temporary dir for a preset remains until installed (kde#485164)
* faces/piechart: Use GraphicalEffects.Glow for rendering outline of compact text (kde#494495)
* update version for new release
==== libplasma6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: libPlasma6 libplasma6-components libplasma6-desktoptheme
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
* FlatButtonBackground: Fix background disappearing when pressing checkable ToolButton Pressed seems to go false, causing the animation to run to hide the background, and then checked becomes true immediately after, restoring the background. Using a NumberAnimation instead will interrupt itself and make no visible change.
* update version for new release
==== libqt5-qtbase ====
Version update (5.15.15+kde127 -> 5.15.16+kde130)
Subpackages: libQt5Core5 libQt5DBus5 libQt5Gui5 libQt5Network5 libQt5PrintSupport5 libQt5Sql5 libQt5Sql5-sqlite libQt5Test5 libQt5Widgets5 libQt5Xml5
- Update to version 5.15.16+kde130, rebased upstream:
* xcb: Sync XCB connection after reparenting window
* xcb: check validity of RandR output info before using it
* QDuplicateTracker: fix redundant ;
* qxmlstreamparser_p.h: fix -Wshadow in parse()
* Fix -Wdouble-promotion in FP overload of convertDoubleTo()
* Protect headers against min/max macros
* Add __attribute__((format(printf()))) to q(v)nprintf()
* qsavefile_p.h: fix missing qsavefile.h include
* qendian_p.h: fix -Wshadow warning
* qtextstream_p.h: fix -Wshadow in QDeviceClosedNotifier
* QFutureInterface: fix build with GCC14/C++20: template-id not allowed
* qfuturewatcher_p.h: fix missing qfuturewatcher.h include
* qhttpmultipart_p.h: add missing qiodevice.h include
* Fix crash in font distancefield computation
* Avoid crash in font distancefield computation
* Revert "Update Harfbuzz to 7.2.0"
* Revert "Update Harfbuzz to 7.2.0"
* Fix WinRT/ARM build
* Update Harfbuzz to version 8.2.2
* Upgrade Harfbuzz to version 8.2.0
* Update bundled libjpeg-turbo to version 3.0.1
* SQLite: Update SQLite to v3.43.2
* Add a script for updating from publicsuffix/list.git
* Fix undefined symbol qt_version_tag with lld(16.0) for non core lib
* QInputMethod: check if focusobject supports the "new" IM function before calling it
* Un-deprecate qSwap()
* Doc: state that models are not thread-safe
* Fix android build error
* xcb: replace a warning with debug info
* qurl-generateTLDs: filter empty and comment lines
* qurltlds_p.h: support easier automatic updates
* SQLite: Update SQLite to v3.43.1
* Upgrade to Freetype 2.13.2
* Fix crash when reading corrupt font data (CVE-2023-43114)
* qmake: Don't error out if QMAKE_DEFAULT_LIBDIRS is empty on macOS
* qxkbcommon: Keep lower case as Qt key when upper case is not in Latin1
* Doc: Fix documented default for QCalendarWidget maximumDate, minimumDate
* QDataStream: clarify QDataStream::operator>>(char *&s) API docs
* doc: Remove QSettings' paths for embedded linux
* Update bundled zlib to version 1.3
* tst_QDtls: use DTLS v 1.0 test data conditionally
* Bump version to 5.15.16
* Android: fix handling of tree content uri with sub-document
* QTextFormat: documentation fix
* SQLite: Update SQLite to v3.43.0
* tst_QSslSocket: skip tests requiring TLS v 1.0 downgrade
* Update to Harfbuzz 8.1.1
* Update version of FreeType attribution
* tst_QHashFunctions: use actual seed in consistent() test function
* Android: fix content URI handling for non-ascii file names
* Upgrade Harfbuzz to 7.3.0
* Update download location for Harfbuzz as well
- Commits dropped by the rebase:
* Add missing line continuations for memory_resource opt-out on Apple systems
* Fix CVE-2023-43114
==== libqt5-qtdeclarative ====
Version update (5.15.15+kde25 -> 5.15.16+kde22)
- Update to version 5.15.16+kde22, rebased upstream:
* QML Debugger: Don't crash when looking up values from imported modules
* Avoid memory leaks in QQuickListView and tst_qqmlinstantiator
* QQuickItemView: avoid leaking of highlights and animators
* Doc: Fix unqualified access in PathView example
* QQmlSequence: fix compilation with GCC12/C++20
* Context properties: Don't trigger an assert for numeric names
* pixmapcache: avoid deadlock when canceling async image load
* Fix positioning of text decoration with some fonts
* Bump version to 5.15.16
* Doc: fix Qt Quick Test header
==== libqt5-qtgraphicaleffects ====
Version update (5.15.15+kde0 -> 5.15.16+kde0)
- Update to version 5.15.16+kde0, rebased upstream:
* Bump version to 5.15.16
==== libqt5-qtimageformats ====
Version update (5.15.15+kde4 -> 5.15.16+kde2)
- Update to version 5.15.16+kde2, rebased upstream:
* Revert "Update bundled libtiff to version 4.5.1"
* Revert "Update bundled libwebp to version 1.3.1"
* Bump version to 5.15.16
==== libqt5-qtmultimedia ====
Version update (5.15.15+kde2 -> 5.15.16+kde2)
- Update to version 5.15.16+kde2, rebased upstream:
* supportedResolutions() - do not append the same resolution twice
* pulseaudio: Use pa_context_new_with_propslist
* Stop using std::unary_function
* Bump version to 5.15.16
==== libqt5-qtquickcontrols ====
Version update (5.15.15+kde0 -> 5.15.16+kde0)
- Update to version 5.15.16+kde0, rebased upstream:
* Bump version to 5.15.16
==== libqt5-qtquickcontrols2 ====
Version update (5.15.15+kde5 -> 5.15.16+kde5)
Subpackages: libQt5QuickControls2-5 libQt5QuickTemplates2-5
- Update to version 5.15.16+kde5, rebased upstream:
* Don't leak buttons in QQuickDialogButtonBox
* Fix connection leak in header proxy model
* Bump version to 5.15.16
==== libqt5-qtspeech ====
Version update (5.15.15+kde1 -> 5.15.16+kde1)
- Update to version 5.15.16+kde1, rebased upstream:
* Bump version to 5.15.16
==== libqt5-qtsvg ====
Version update (5.15.15+kde5 -> 5.15.16+kde5)
- Update to version 5.15.16+kde5, rebased upstream:
* Bump version to 5.15.16
==== libqt5-qtwayland ====
Version update (5.15.15+kde59 -> 5.15.16+kde59)
- Update to version 5.15.16+kde59, rebased upstream:
* client: use current modifiers in repeat keys
* fix: variable not initialized
* Add license headers to shader files
* Bump version to 5.15.16
==== libqt5-qtx11extras ====
Version update (5.15.15+kde0 -> 5.15.16+kde0)
- Update to version 5.15.16+kde0, rebased upstream:
* Bump version to 5.15.16
==== libsndfile ====
- Fix out-of-bounds read in function vorbis_analysis_wrote in
ogg_vorbis.c (CVE-2024-50612, bsc#1232438):
libsndfile-CVE-2024-50612.patch
==== milou6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== mozilla-nspr ====
Version update (4.35 -> 4.36)
- update to version 4.36
* remove support for OS/2
* remove support for Unixware, Bsdi, old AIX, old HPUX9 & scoos
* remove support for Windows 16 bit
* renamed the prwin16.h header to prwin.h
* configure was updated from 2.69 to 2.71
* various build, test and automation script fixes
* major parts of the source code were reformatted
==== mozilla-nss ====
Version update (3.105 -> 3.106)
Subpackages: libfreebl3 libsoftokn3 mozilla-nss-certs
- Remove upstreamed bmo-1400603.patch
- Added nss-bmo1930797.patch to fix failing tests in testsuite
- update to NSS 3.106
* bmo#1925975 - NSS 3.106 should be distributed with NSPR 4.36.
* bmo#1923767 - pk12util: improve error handling in p12U_ReadPKCS12File.
* bmo#1899402 - Correctly destroy bulkkey in error scenario.
* bmo#1919997 - PKCS7 fuzz target, r=djackson,nss-reviewers.
* bmo#1923002 - Extract certificates with handshake collection script.
* bmo#1923006 - Specify len_control for fuzz targets.
* bmo#1923280 - Fix memory leak in dumpCertificatePEM.
* bmo#1102981 - Fix UBSan errors for SECU_PrintCertificate and
SECU_PrintCertificateBasicInfo.
* bmo#1921528 - add new error codes to mozilla::pkix for Firefox to use.
* bmo#1921768 - allow null phKey in NSC_DeriveKey.
* bmo#1921801 - Only create seed corpus zip from existing corpus.
* bmo#1826035 - Use explicit allowlist for for KDF PRFS.
* bmo#1920138 - Increase optimization level for fuzz builds.
* bmo#1920470 - Remove incorrect assert.
* bmo#1914870 - Use libFuzzer options from fuzz/options/\*.options in CI.
* bmo#1920945 - Polish corpus collection for automation.
* bmo#1917572 - Detect new and unfuzzed SSL options.
* bmo#1804646 - PKCS12 fuzzing target.
- requires NSPR 4.36
==== mutter ====
Version update (47.1+3 -> 47.2)
- Update to version 47.2:
+ Fix warping pointer after releasing pointer constraints
+ Default to high thread instead of realtime priority for KMS
thread
+ Avoid CPU stalls with NVIDIA secondary GPUs with
directly-attached monitors
+ Fix updating cursor immediately when starting window drag
+ Add pipeline hooks to user program pipelines
+ Prefer GPUs with built-in panels connected as primary GPU
+ Fix cursor glitches when using virtual monitors
+ Ensure frame events are sent for cursor surfaces
+ Allow BGRX8888 format on big endian
+ Fix touchscreen drag-and-drop on wayland
+ Fixed crashes
+ Misc. bug fixes and cleanups
==== ncurses ====
Version update (6.5.20241109 -> 6.5.20241123)
Subpackages: libncurses6 ncurses-utils terminfo-base
- Add ncurses patch 20241123
+ remove dependency on stdbool.h from configure script check for type
of bool when C++ binding is omitted (report by Sam James).
+ compiler-warning fixes
==== opencv ====
- fix build with python 3.13 (needs python-setuptools)
==== passt ====
Version update (20241121.238c69f -> 20241127.c0fbc7e)
Subpackages: passt-selinux
- Update to version 20241127.c0fbc7e:
* dhcp: Honour broadcast flag (RFC 2131, 4.1)
* dhcp: Introduce support for Rapid Commit (option 80, RFC 4039)
* dhcp: Use -1 as "missing option" length instead of 0
* treewide: Introduce 'local mode' for disconnected setups
* test: Improve logic for waiting for SLAAC & DAD to complete in NDP tests
* ndp: Don't send first periodic router advertisement right after guest connects
* test/perf: Select a single IPv6 namespace address in pasta tests
* conf, passt.1: Update --mac-addr default in usage() and man page
* passt.1: Fix "default" note about --map-guest-addr
==== patterns-base ====
Subpackages: patterns-base-base patterns-base-bootloader patterns-base-minimal_base patterns-base-x11
- fips: change description from 140-2 to 140-3
- fips: require crypto-policies-scripts when openssh is used
(bsc#1224802)
- fips: drop -hmac packages as they have been merged into the main
package (bsc#1185116)
==== pipewire ====
Version update (1.2.6 -> 1.2.7)
Subpackages: gstreamer-plugin-pipewire libpipewire-0_3-0 pipewire-alsa pipewire-modules-0_3 pipewire-pulseaudio pipewire-spa-plugins-0_2 pipewire-spa-tools pipewire-tools
- Update to version 1.2.7:
+ Highlights
- Backport support for lazy scheduling.
- Handle the case where processing would stop when an ALSA
driver is destroyed.
- Add support for v4l2loopback in the v4l2 plugin.
- Small bug fixes and improvements.
+ PipeWire
- Invalidate the proxy ID when removed.
- Backport support for lazy scheduling.
- Fix profiler stats for async nodes.
- Fix EARLY_PROCESS again in pw-stream. (#3480)
+ Modules
- Fix a crasher issue when nodes are created in the wrong
order in module-filter-chain.
- Fix unmap bug in lv2 uri tables.
- Add ratelimit to jack-tunnel xruns.
- Remove hardcoded limit in filter-chain sofa plugin.
- Handle the MTU size correctly in module-rtp and handle large
MTUs. (#4396)
- Fix JSON float parsing errors in equalizer module. (#4418)
+ SPA
- Fix crash in audiotestsrc when using spa-inspect (#4365).
- Improve JSON float infinity checks.
- Improve resampler performace a little.
- Make audioconvert only output when there is something to
output.
- Fix regression in v4l2 port flags which would disable support
for EXPBUF.
- Handle the case where an ALSA driver is destroyed and the
follower becomes a driver. Processing would stop. (#4401)
- Add support for v4l2loopback in the v4l2 plugin.
+ Pulse-server
- Give a better error message when running out of fds.
- Ensure positive latency reporting.
+ GStreamer
- Fix memory leak in deviceprovider.
- Fix locking when emitting an error.
+ Tools
- Fix pw-dot link labels.
==== plasma5support6 ====
Version update (6.2.3 -> 6.2.4)
Subpackages: libPlasma5Support6
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== plasma6-activities ====
Version update (6.2.3 -> 6.2.4)
Subpackages: libPlasmaActivities6 plasma6-activities-imports
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== plasma6-activities-stats ====
Version update (6.2.3 -> 6.2.4)
Subpackages: libPlasmaActivitiesStats1
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== plasma6-browser-integration ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== plasma6-desktop ====
Version update (6.2.3 -> 6.2.4)
Subpackages: plasma6-desktop-emojier
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
* Fill panel width/height in custom/fit content modes when flexible spacer is in panel (kde#495378)
* update version for new release
==== plasma6-integration ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== plasma6-nm ====
Version update (6.2.3 -> 6.2.4)
Subpackages: plasma6-nm-openconnect plasma6-nm-openvpn
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
* ConnectivityMonitor: Don't manually set m_notification to null
* Create a random-default password for hotspots if one is not set
* update version for new release
==== plasma6-openSUSE ====
Subpackages: plasma6-branding-openSUSE plasma6-sddm-theme-openSUSE plasma6-theme-openSUSE
- Update to 6.2.4
==== plasma6-pa ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
* listitemmenu: guard activePort against null
* kcm: Fix speaker test layout for Pro-Audio profile (kde#495752)
* update version for new release
==== plasma6-print-manager ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
* DevicesModel: Register QList of QStringList to DBus
* update version for new release
==== plasma6-systemmonitor ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
* EditablePage: Set loadOverlay margins explicitly, set loader invisible during loading (kde#494902)
* BaseCellDelegate: Use correct colorSet when selected (kde#494261)
* update version for new release
==== plasma6-workspace ====
Version update (6.2.3 -> 6.2.4)
Subpackages: plasma6-session plasma6-workspace-libs
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
* BatteryIcon: Add headphone icon
* plasmashell: begin earlier to watch for panel destruction (kde#487684)
* plasmawindowed: Use shared contexts analogue to plasmashell
* applets/notifications: Be explicit about "when" binding on notificationAction
* devicenotifier: An optical disc can also be storage access (kde#469706)
* ksmserver: Fix copying of auth data (kde#491130)
* applets/systemtray: suppress useless tooltips (kde#494463)
* X11/multiscreen: Always emit outputOrderChanged when a screen is disconnected
* coloreditor: Hide titlebar color buttons if header is set (kde#433059)
* devicenotifier: Fix ejecting busy optical media
* panelview: Fix resized panel with NoBackground not receiving input in new space
* wallpapers/image: Fix wallpaper item resize for screen dimension change
* kcms/users: refactor cropping
* update version for new release
==== polkit-kde-agent-6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== powerdevil6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
* Add dedicated headset and headphone icon for low battery notification
* applets/brightness: toggle nightlight only, when enabled (kde#496457)
* applets: allow to detect tlp without solid or upower (kde#495918)
* applets/brightness: Make brightness of multiple applets stay in sync (kde#495661)
* update version for new release
==== qemu ====
Version update (9.1.1 -> 9.1.2)
- Fix bsc#1233530:
* docs: use consistent markup for footnotes (bsc#1233530)
* docs: avoid footnotes consisting of just URLs (bsc#1233530)
* docs: fix invalid footnote syntax (bsc#1233692)
- Fix bsc#1233530:
* scsi: megasas: Internal cdbs have 16-byte length (bsc#1233530)
- Fix bsc#1221812, bsc#1232283, bsc#1230978:
* [openSUSE] block: Move qcow2 invalidation query-block op_blocker
- Update to version 9.1.2:
Full changelog here:
https://lore.kernel.org/qemu-devel/21ba2773-11a6-45ad-bf98-9b5c2cdccb9b@tls…
Some of the most notable features:
* usb-hub: Fix handling port power control messages
* hw/audio/hda: fix memory leak on audio setup
* Revert "hw/audio/hda: fix memory leak on audio setup" (bsc#1232728)
* hw/misc/mos6522: Fix bad class definition of the MOS6522 device
* vfio/container: Fix container object destruction
* target/i386: fix hang when using slow path for ptw_setl
* tcg: Allow top bit of SIMD_DATA_BITS to be set in simd_desc()
* linux-user/arm: Select vdso for be8 and be32 modes
* linux-user/arm: Reduce vdso alignment to 4k
* linux-user: Tolerate CONFIG_LSM_MMAP_MIN_ADDR
* accel/tcg: Fix user-only probe_access_internal plugin check
* target/arm: Drop user-only special case in sve_stN_r
* linux-user: Fix setreuid and setregid to use direct syscalls
* hw/i386/pc: Don't try to init PCI NICs if there is no PCI bus
* target/i386: Fix legacy page table walk
* 9pfs: fix crash on 'Treaddir' request
* hw/nvme: fix handling of over-committed queues
* migration: Ensure vmstate_save() sets errp
* target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)
* target/arm: Add new MMU indexes for AArch32 Secure PL1&0
* Revert "target/arm: Fix usage of MMU indexes when EL3 is AArch32"
* acpi/disassemle-aml.sh: fix up after dir reorg
* hw/acpi: Fix ordering of BDF in Generic Initiator PCI Device Handle.
* qemu-ga: Fix a SIGSEGV in ga_run_command() helper
* hw/sd/sdcard: Fix calculation of size when using eMMC boot partitions
* tests/tcg: Replace -mpower8-vector with -mcpu=power8
* hw/ssi/pnv_spi: Fixes Coverity CID 1558831
* hw/ssi/pnv_spi: Return early in transfer()
- Build and bug fixes:
* edk2: update submodule to edk2-stable202408.01
* Revert "hw/audio/hda: fix memory leak on audio setup" (bsc#1232728)
- Fix bsc#1228079:
* target/i386: Expose IBPB-BRTYPE and SBPB CPUID bits to the guest (bsc#1228079)
- Add further CPUID bits fixes:
* target/i386: Expose new feature bits in CPUID 8000_0021_EAX/EBX
* target/i386: Expose bits related to SRSO vulnerability
* target/i386: Add PerfMonV2 feature bit
* target/i386: Fix minor typo in NO_NESTED_DATA_BP feature bit
==== qqc2-breeze-style6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* Fix displaying combo box content from abstract item models
* update version for new release
==== sddm-kcm6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== shared-mime-info ====
- Uninstall silently if update-mime-database is not present
(bsc#1231463).
==== systemsettings6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== webkit2gtk3 ====
Subpackages: libjavascriptcoregtk-4_1-0 libwebkit2gtk-4_1-0 webkit2gtk-4_1-injected-bundles
- Add webkit2gtk3-CVE-2024-44308.patch: don't allocate DFG register
after a slow path (boo#1233631 CVE-2024-44308).
- Add webkit2gtk3-CVE-2024-44309.patch: fix a cookie management
issue (boo#1233632 CVE-2024-44309).
==== webkit2gtk4 ====
Subpackages: libjavascriptcoregtk-6_0-1 libwebkitgtk-6_0-4 webkitgtk-6_0-injected-bundles
- Add webkit2gtk3-CVE-2024-44308.patch: don't allocate DFG register
after a slow path (boo#1233631 CVE-2024-44308).
- Add webkit2gtk3-CVE-2024-44309.patch: fix a cookie management
issue (boo#1233632 CVE-2024-44309).
==== xdg-desktop-portal-kde6 ====
Version update (6.2.3 -> 6.2.4)
- Update to 6.2.4:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.4
- Changes since 6.2.3:
* update version for new release
==== xdm ====
- Split out displaymanager-sycconfig package: The central
configuration part that is used by all display managers. This is
needed in order to progress towards 'xdm' not acting as wrapper
around DMs, but only be used as Dislplay Manager when XDM is
supposed to be used, or use the real systemd services of the
various DMs (e.g gdm.service, sddm.service).
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
gnome-control-center (47.1.1+9 -> 47.2)
gnome-online-accounts (3.52.1 -> 3.52.2)
gnome-terminal (3.54.1 -> 3.54.2)
gnome-user-share (47.0+0 -> 47.2)
gtk4 (4.16.6 -> 4.16.7)
kdump (2.0.11 -> 2.0.12)
libadwaita (1.6.1 -> 1.6.2)
libnetfilter_conntrack
libnvme
libsoup (3.6.0 -> 3.6.1)
passt (20241030.ee7d0b6 -> 20241121.238c69f)
podman (5.3.0 -> 5.3.1)
python-tornado6 (6.4.1 -> 6.4.2)
vte (0.78.1 -> 0.78.2)
xdm
xen (4.19.0_04 -> 4.19.0_06)
=== Details ===
==== gnome-control-center ====
Version update (47.1.1+9 -> 47.2)
Subpackages: gnome-control-center-color gnome-control-center-goa
- Update to version 47.2:
+ Accessibility: Remove "screen" labels that take too much space
+ Appearance: Fix accidental reset of accent colors config
+ Apps: Fix some memory leaks
+ Color: Ensure profiles are connected before operating on them
+ Mobile Networks: Fix alignment of status pages
+ Mouse:
- Fix illustration assets requiring gstreamer-plugins-bad
- Update illustration assets
+ Printers: Remove wrong tooltip in the "Add Printer" button
+ Updated translations.
==== gnome-online-accounts ====
Version update (3.52.1 -> 3.52.2)
Subpackages: libgoa-1_0-0 libgoa-backend-1_0-2
- Update to version 3.52.2:
+ Bugs fixed:
- goadavclient.c: add WebDAV default candidate to test
- goafedoraprovider: fix use-after-free
+ Updated translations.
==== gnome-terminal ====
Version update (3.54.1 -> 3.54.2)
Subpackages: nautilus-extension-terminal
- Update to version 3.54.2:
+ Updated translations.
==== gnome-user-share ====
Version update (47.0+0 -> 47.2)
- Adjust _service definition: upstream has changed their tag format
to be a simple VERSION tag.
- Update to version 47.2:
+ Fix a compiling issue for non-gnu C toolchain.
==== gtk4 ====
Version update (4.16.6 -> 4.16.7)
Subpackages: gtk4-schema gtk4-tools libgtk-4-1 typelib-1_0-Gtk-4_0
- Update to version 4.16.7:
+ Text: Reduce the size of error underlines.
+ Accessibility:
- Fix a wrong return value type.
- Fix an invalid free call.
==== kdump ====
Version update (2.0.11 -> 2.0.12)
- upgrade to version 2.0.12
* fadump: pass additional parameters for capture kernel (jsc#PED-9889)
==== libadwaita ====
Version update (1.6.1 -> 1.6.2)
Subpackages: libadwaita-1-0 typelib-1_0-Adw-1
- Update to version 1.6.2:
+ AdwDialog: Fix accessible role critical when using
window-backed dialogs.
+ AdwHeaderBar: Fix a typo in docs.
+ AdwMessageDialog: Fix a typo in adw_message_dialog_response()
deprecation message.
+ AdwStyleManager: Fix initial color scheme value on Windows.
+ Updated translations.
==== libnetfilter_conntrack ====
- Specfile modernization
==== libnvme ====
Subpackages: libnvme-mi1 libnvme1
- Fix tests on s390
* add 0002-test-mock-pass-thru-unknown-ioctls.patch
==== libsoup ====
Version update (3.6.0 -> 3.6.1)
Subpackages: libsoup-3_0-0 typelib-1_0-Soup-3_0
- Update to version 3.6.1:
+ Fix `soup_uri_copy()` reading port as a long instead of an int
+ Fix possible NULL deref in `soup_uri_decode_data_uri()`
+ Fix possible overflow in `SoupContentSniffer`
+ Fix assertion in `soup_uri_decode_data_uri()` on URLs with a
path starting with `//`
+ headers: Be more robust against invalid input when parsing
params
+ websocket: Fix possibility of being stuck in a read loop
- Drop patches fixed upstream:
+ 6adc0e3e.patch
+ 29b96fab.patch
+ a35222dd.patch
+ 4c9e75c6.patch
==== passt ====
Version update (20241030.ee7d0b6 -> 20241121.238c69f)
Subpackages: passt-selinux
- Update to version 20241121.238c69f:
* tcp: Acknowledge keep-alive segments, ignore them for the rest
* tcp: Reset ACK_TO_TAP_DUE flag whenever an ACK isn't needed anymore
* ndp: Don't send unsolicited RAs if NDP is disabled
* ndp: Don't send unsolicited router advertisement if we can't, yet
* selinux: Use auth_read_passwd() interface for all our getpwnam() needs
* ndp: Send unsolicited Router Advertisements
* passt: Seed libc's pseudo random number generator
* util: Add general low-level random bytes helper
* ndp: Make route lifetime a #define
* ndp: Use struct assignment in preference to memcpy() for IPv6 addresses
* ndp: Split out helpers for sending specific NDP message types
* ndp: Add ndp_send() helper
* ndp: Remove redundant update to addr_seen
* cppcheck: Don't check the system headers
* linux_dep: Fix CLOSE_RANGE_UNSHARE availability handling
* linux_dep: Move close_range() conditional handling to linux_dep.h
* log: Only check for FALLOC_FL_COLLAPSE_RANGE availability at runtime
* tap, tcp, util: Add some missing SOCK_CLOEXEC flags
* passt: Use NOLINT clang-tidy block instead of NOLINTNEXTLINE
* util: Define small and big thresholds for socket buffers as unsigned long long
* tap: Cast TAP_BUF_BYTES - ETH_MAX_MTU to ssize_t, not TAP_BUF_BYTES
* dhcpv6: Turn some option headers pointers to const
* dhcpv6: Use for loop instead of goto to avoid false positive cppcheck warning
* tcp: unify payload and flags l2 frames array
* test: Improve test for NDP assigned prefix
* test: Don't require 64-bit prefixes in perf tests
* test: Make nstool hold robust against interruptions to control clients
* test: Rename propagating signal handler
* util: Work around cppcheck bug 6936
* udp: Don't dereference uflow before NULL check in udp_reply_sock_handler()
* ndp: Use const pointer for ndp_ns packet
* linux_dep: Generalise tcp_info.h to handling Linux extension compatibility
* fwd: Squash different-signedness comparison warning
* util: Remove unused ffsl() function
* clang: Add rudimentary clangd configuration
* Makefile: Don't attempt to auto-detect stack size
* Makefile: Use -DARCH for qrap only
* seccomp: Simplify handling of AUDIT_ARCH
* Makefile: Move NETNS_RUN_DIR definition to C code
* netlink: RTA_PAYLOAD() returns int, not size_t
* flow: Correct type of flowside_at_sidx()
* arch: Avoid explicit access to 'environ'
* clang: Move clang-tidy configuration from Makefile to .clang-tidy
* Makefile: Simplify exclusion of qrap from static checks
* clang: Add .clang-format file
* test: Adjust misplaced sleeps in two_guests code
* tap: Explicitly cast TUNSETIFF to fix build warning with musl on ppc64le
* tcp: Fix build against musl, __sum16 comes from linux/types.h
==== podman ====
Version update (5.3.0 -> 5.3.1)
- Update to version 5.3.1:
* Bump to v5.3.1
* Update release notes for v5.3.1
* Update windows installer tests
* Windows: don't install WSL/HyperV on update
* Switch to non-installing WSL by default
* docs: add 5.3 as Reference version
* only read ssh_config for non machine connections
* ssh_config: allow IdentityFile file with tilde
* ssh_config: do not overwrite values from config file
* connection: ignore errors when parsing ssh_config
* spec: clamp rlimits in a userns
* cirrus: set proper DEST_BRANCH for 5.3
* libpod: addHosts() prevent nil deref
* Bump bundled krunkit to 0.1.4
* fix podman machine init --ignition-path
* Bump to v5.3.1-dev
==== python-tornado6 ====
Version update (6.4.1 -> 6.4.2)
- Update to 6.4.2:
+ Security Improvements:
* Parsing of the cookie header is now much more efficient. The older
algorithm sometimes had quadratic performance which allowed for a
denial-of-service attack in which the server would spend excessive
CPU time parsing cookies and block the event loop.
(CVE-2024-52804, bsc#1233668)
==== vte ====
Version update (0.78.1 -> 0.78.2)
- Update to version 0.78.2:
+ build: Fix typo in pread check
+ emulation: Use U+2426 for SUB
+ lib: Remove an unnecessary move
+ widget:
- Use correct type for out param
- Use correct termprop name
==== xdm ====
- tweak the login screen:
* use sans serif font
* use branding wallpaper and colors
* do not require xli, recommend feh
==== xen ====
Version update (4.19.0_04 -> 4.19.0_06)
- bsc#1232622 - VUL-0: CVE-2024-45818: xen: Deadlock in x86 HVM
standard VGA handling (XSA-463)
xsa463-01.patch
xsa463-02.patch
xsa463-03.patch
xsa463-04.patch
xsa463-05.patch
xsa463-06.patch
xsa463-07.patch
xsa463-08.patch
xsa463-09.patch
- bsc#1232624 - VUL-0: CVE-2024-45819: xen: libxl leaks data to PVH
guests via ACPI tables (XSA-464)
xsa464.patch
- Drop stdvga-cache.patch
- bsc#1232542 - remove usage of net-tools-deprecated from supportconfig plugin
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the aarch64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=3&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
gnome-control-center (47.1.1+9 -> 47.2)
gnome-online-accounts (3.52.1 -> 3.52.2)
gnome-terminal (3.54.1 -> 3.54.2)
gnome-user-share (47.0+0 -> 47.2)
gtk4 (4.16.6 -> 4.16.7)
kdump (2.0.11 -> 2.0.12)
libadwaita (1.6.1 -> 1.6.2)
libnetfilter_conntrack
libnvme
libsoup (3.6.0 -> 3.6.1)
passt (20241030.ee7d0b6 -> 20241121.238c69f)
podman (5.3.0 -> 5.3.1)
python-tornado6 (6.4.1 -> 6.4.2)
vte (0.78.1 -> 0.78.2)
xdm
=== Details ===
==== gnome-control-center ====
Version update (47.1.1+9 -> 47.2)
Subpackages: gnome-control-center-color gnome-control-center-goa
- Update to version 47.2:
+ Accessibility: Remove "screen" labels that take too much space
+ Appearance: Fix accidental reset of accent colors config
+ Apps: Fix some memory leaks
+ Color: Ensure profiles are connected before operating on them
+ Mobile Networks: Fix alignment of status pages
+ Mouse:
- Fix illustration assets requiring gstreamer-plugins-bad
- Update illustration assets
+ Printers: Remove wrong tooltip in the "Add Printer" button
+ Updated translations.
==== gnome-online-accounts ====
Version update (3.52.1 -> 3.52.2)
Subpackages: libgoa-1_0-0 libgoa-backend-1_0-2
- Update to version 3.52.2:
+ Bugs fixed:
- goadavclient.c: add WebDAV default candidate to test
- goafedoraprovider: fix use-after-free
+ Updated translations.
==== gnome-terminal ====
Version update (3.54.1 -> 3.54.2)
Subpackages: nautilus-extension-terminal
- Update to version 3.54.2:
+ Updated translations.
==== gnome-user-share ====
Version update (47.0+0 -> 47.2)
- Adjust _service definition: upstream has changed their tag format
to be a simple VERSION tag.
- Update to version 47.2:
+ Fix a compiling issue for non-gnu C toolchain.
==== gtk4 ====
Version update (4.16.6 -> 4.16.7)
Subpackages: gtk4-schema gtk4-tools libgtk-4-1 typelib-1_0-Gtk-4_0
- Update to version 4.16.7:
+ Text: Reduce the size of error underlines.
+ Accessibility:
- Fix a wrong return value type.
- Fix an invalid free call.
==== kdump ====
Version update (2.0.11 -> 2.0.12)
- upgrade to version 2.0.12
* fadump: pass additional parameters for capture kernel (jsc#PED-9889)
==== libadwaita ====
Version update (1.6.1 -> 1.6.2)
Subpackages: libadwaita-1-0 typelib-1_0-Adw-1
- Update to version 1.6.2:
+ AdwDialog: Fix accessible role critical when using
window-backed dialogs.
+ AdwHeaderBar: Fix a typo in docs.
+ AdwMessageDialog: Fix a typo in adw_message_dialog_response()
deprecation message.
+ AdwStyleManager: Fix initial color scheme value on Windows.
+ Updated translations.
==== libnetfilter_conntrack ====
- Specfile modernization
==== libnvme ====
Subpackages: libnvme-mi1 libnvme1
- Fix tests on s390
* add 0002-test-mock-pass-thru-unknown-ioctls.patch
==== libsoup ====
Version update (3.6.0 -> 3.6.1)
Subpackages: libsoup-3_0-0 typelib-1_0-Soup-3_0
- Update to version 3.6.1:
+ Fix `soup_uri_copy()` reading port as a long instead of an int
+ Fix possible NULL deref in `soup_uri_decode_data_uri()`
+ Fix possible overflow in `SoupContentSniffer`
+ Fix assertion in `soup_uri_decode_data_uri()` on URLs with a
path starting with `//`
+ headers: Be more robust against invalid input when parsing
params
+ websocket: Fix possibility of being stuck in a read loop
- Drop patches fixed upstream:
+ 6adc0e3e.patch
+ 29b96fab.patch
+ a35222dd.patch
+ 4c9e75c6.patch
==== passt ====
Version update (20241030.ee7d0b6 -> 20241121.238c69f)
Subpackages: passt-selinux
- Update to version 20241121.238c69f:
* tcp: Acknowledge keep-alive segments, ignore them for the rest
* tcp: Reset ACK_TO_TAP_DUE flag whenever an ACK isn't needed anymore
* ndp: Don't send unsolicited RAs if NDP is disabled
* ndp: Don't send unsolicited router advertisement if we can't, yet
* selinux: Use auth_read_passwd() interface for all our getpwnam() needs
* ndp: Send unsolicited Router Advertisements
* passt: Seed libc's pseudo random number generator
* util: Add general low-level random bytes helper
* ndp: Make route lifetime a #define
* ndp: Use struct assignment in preference to memcpy() for IPv6 addresses
* ndp: Split out helpers for sending specific NDP message types
* ndp: Add ndp_send() helper
* ndp: Remove redundant update to addr_seen
* cppcheck: Don't check the system headers
* linux_dep: Fix CLOSE_RANGE_UNSHARE availability handling
* linux_dep: Move close_range() conditional handling to linux_dep.h
* log: Only check for FALLOC_FL_COLLAPSE_RANGE availability at runtime
* tap, tcp, util: Add some missing SOCK_CLOEXEC flags
* passt: Use NOLINT clang-tidy block instead of NOLINTNEXTLINE
* util: Define small and big thresholds for socket buffers as unsigned long long
* tap: Cast TAP_BUF_BYTES - ETH_MAX_MTU to ssize_t, not TAP_BUF_BYTES
* dhcpv6: Turn some option headers pointers to const
* dhcpv6: Use for loop instead of goto to avoid false positive cppcheck warning
* tcp: unify payload and flags l2 frames array
* test: Improve test for NDP assigned prefix
* test: Don't require 64-bit prefixes in perf tests
* test: Make nstool hold robust against interruptions to control clients
* test: Rename propagating signal handler
* util: Work around cppcheck bug 6936
* udp: Don't dereference uflow before NULL check in udp_reply_sock_handler()
* ndp: Use const pointer for ndp_ns packet
* linux_dep: Generalise tcp_info.h to handling Linux extension compatibility
* fwd: Squash different-signedness comparison warning
* util: Remove unused ffsl() function
* clang: Add rudimentary clangd configuration
* Makefile: Don't attempt to auto-detect stack size
* Makefile: Use -DARCH for qrap only
* seccomp: Simplify handling of AUDIT_ARCH
* Makefile: Move NETNS_RUN_DIR definition to C code
* netlink: RTA_PAYLOAD() returns int, not size_t
* flow: Correct type of flowside_at_sidx()
* arch: Avoid explicit access to 'environ'
* clang: Move clang-tidy configuration from Makefile to .clang-tidy
* Makefile: Simplify exclusion of qrap from static checks
* clang: Add .clang-format file
* test: Adjust misplaced sleeps in two_guests code
* tap: Explicitly cast TUNSETIFF to fix build warning with musl on ppc64le
* tcp: Fix build against musl, __sum16 comes from linux/types.h
==== podman ====
Version update (5.3.0 -> 5.3.1)
- Update to version 5.3.1:
* Bump to v5.3.1
* Update release notes for v5.3.1
* Update windows installer tests
* Windows: don't install WSL/HyperV on update
* Switch to non-installing WSL by default
* docs: add 5.3 as Reference version
* only read ssh_config for non machine connections
* ssh_config: allow IdentityFile file with tilde
* ssh_config: do not overwrite values from config file
* connection: ignore errors when parsing ssh_config
* spec: clamp rlimits in a userns
* cirrus: set proper DEST_BRANCH for 5.3
* libpod: addHosts() prevent nil deref
* Bump bundled krunkit to 0.1.4
* fix podman machine init --ignition-path
* Bump to v5.3.1-dev
==== python-tornado6 ====
Version update (6.4.1 -> 6.4.2)
- Update to 6.4.2:
+ Security Improvements:
* Parsing of the cookie header is now much more efficient. The older
algorithm sometimes had quadratic performance which allowed for a
denial-of-service attack in which the server would spend excessive
CPU time parsing cookies and block the event loop.
(CVE-2024-52804, bsc#1233668)
==== vte ====
Version update (0.78.1 -> 0.78.2)
- Update to version 0.78.2:
+ build: Fix typo in pread check
+ emulation: Use U+2426 for SUB
+ lib: Remove an unnecessary move
+ widget:
- Use correct type for out param
- Use correct termprop name
==== xdm ====
- tweak the login screen:
* use sans serif font
* use branding wallpaper and colors
* do not require xli, recommend feh
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the aarch64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=3&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
MicroOS-release (20241124 -> 20241125)
alsa
bubblewrap
dracut (059+suse.651.gc186c6a8 -> 059+suse.665.gd2af7028)
jack
=== Details ===
==== MicroOS-release ====
Version update (20241124 -> 20241125)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== alsa ====
- Fix header inclusions for implicit dependnecies (bsc#1233682)
0002-configure-Make-sequencer-dependent-on-rawmidi.patch
0003-seq-include-UMP-headers.patch
==== bubblewrap ====
- fix shebang in demos/flatpak-run.sh
==== dracut ====
Version update (059+suse.651.gc186c6a8 -> 059+suse.665.gd2af7028)
Subpackages: dracut-ima
- Update to version 059+suse.665.gd2af7028:
* feat(systemd-coredump): save coredumps to journal
* fix(suse-initrd): shellcheck SC1007
* fix(pcsc): add libpcsclite_real.so.*
* fix(dracut-systemd): use expected PS1 in the emergency shell
* fix(dracut-systemd): unquote systemd conf strings
* feat: add header comment to generators
* refactor: change TimeoutSec=0 to TimeoutSec=infinity
* fix(dracut.sh): do not add cmdline for force_drivers if --kernel-only
* fix(btrfs): write cmdline in install()
* fix(dracut.sh): omit compressed kernel modules from find searching exec files
* fix(dracut): don't apply aggressive strip to kernel modules
* fix(dracut-install): copy xattr when use clone ioctl
==== jack ====
- add python313-waflib.patch to fix build with python 3.13
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
MicroOS-release (20241124 -> 20241125)
alsa
bubblewrap
dracut (059+suse.651.gc186c6a8 -> 059+suse.665.gd2af7028)
jack
=== Details ===
==== MicroOS-release ====
Version update (20241124 -> 20241125)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== alsa ====
- Fix header inclusions for implicit dependnecies (bsc#1233682)
0002-configure-Make-sequencer-dependent-on-rawmidi.patch
0003-seq-include-UMP-headers.patch
==== bubblewrap ====
- fix shebang in demos/flatpak-run.sh
==== dracut ====
Version update (059+suse.651.gc186c6a8 -> 059+suse.665.gd2af7028)
Subpackages: dracut-ima
- Update to version 059+suse.665.gd2af7028:
* feat(systemd-coredump): save coredumps to journal
* fix(suse-initrd): shellcheck SC1007
* fix(pcsc): add libpcsclite_real.so.*
* fix(dracut-systemd): use expected PS1 in the emergency shell
* fix(dracut-systemd): unquote systemd conf strings
* feat: add header comment to generators
* refactor: change TimeoutSec=0 to TimeoutSec=infinity
* fix(dracut.sh): do not add cmdline for force_drivers if --kernel-only
* fix(btrfs): write cmdline in install()
* fix(dracut.sh): omit compressed kernel modules from find searching exec files
* fix(dracut): don't apply aggressive strip to kernel modules
* fix(dracut-install): copy xattr when use clone ioctl
==== jack ====
- add python313-waflib.patch to fix build with python 3.13
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the aarch64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=3&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
Mesa (24.2.6 -> 24.3.0)
Mesa-drivers (24.2.6 -> 24.3.0)
MicroOS-release (20241114 -> 20241124)
alsa
containerd
curl
docker
evolution-data-server (3.54.1 -> 3.54.2)
gnome-initial-setup (47.1 -> 47.2)
gnome-settings-daemon (47.1 -> 47.2)
gnome-user-docs (47.0 -> 47.2)
gnutls (3.8.7 -> 3.8.8)
gpgme (1.23.2 -> 1.24.0)
gtk4 (4.16.5 -> 4.16.6)
iptables (1.8.10 -> 1.8.11)
kdump (2.0.10+git0.g62142dd -> 2.0.11)
kernel-firmware (20241018 -> 20241113)
kernel-source (6.11.7 -> 6.11.8)
kf6-bluez-qt
libXt (1.3.0 -> 1.3.1)
libbpf (1.4.6 -> 1.5.0)
libimobiledevice
libinput (1.26.2 -> 1.27.0)
libmtp (1.1.21 -> 1.1.22)
librepo (1.18.1 -> 1.19.0)
libsoup
libsoup2
libxml2
libzypp (17.35.13 -> 17.35.14)
llvm19 (19.1.3 -> 19.1.4)
localsearch (3.8.0 -> 3.8.1)
microos-tools (4.0+git2 -> 4.0+git6)
mozjs128
multipath-tools (0.10.0+108+suse.2c2e597 -> 0.11.0~1+118+suse.4a51b1a)
ncurses (6.5.20241102 -> 6.5.20241109)
net-snmp
patterns-gnome (20201210 -> 20241112)
podman (5.2.5 -> 5.3.0)
python-PyJWT (2.9.0 -> 2.10.0)
python-alembic (1.13.3 -> 1.14.0)
python-blinker (1.8.2 -> 1.9.0)
python-jsonpointer (2.4 -> 3.0.0)
python-psutil (6.0.0 -> 6.1.0)
python311
python311-core
rpm
runc (1.2.1 -> 1.2.2)
tcpd
tiff
tinysparql (3.8.0 -> 3.8.1)
upower (1.90.4 -> 1.90.6)
util-linux
util-linux-systemd
vlc
webkit2gtk3
webkit2gtk4
xprop (1.2.7 -> 1.2.8)
=== Details ===
==== Mesa ====
Version update (24.2.6 -> 24.3.0)
Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1
- Update to release 24.3.0
- -> https://docs.mesa3d.org/relnotes/24.3.0
- Update to release 24.3.0~rc2
- -> https://www.phoronix.com/news/Mesa-24.3-rc2
- Update to release 24.3.0~rc1
- -> https://www.phoronix.com/news/Mesa-24.3-rc1-Released
- refreshed patches:
* n_drirc-disable-rgb10-for-chromium-on-amd.patch
* python36-buildfix1.patch
* python36-buildfix2.patch
* tlsdesc_test.patch
* u_mesa-CVE-2023-45913.patch
* u_mesa-CVE-2023-45919.patch
* u_mesa-CVE-2023-45922.patch
* u_dep_xcb.patch
- drop no longer supported options:
* -Ddri3=enabled
* -Ddri-search-path=%{_libdir}/dri
- new files added in this update currently packaged as part of
Mesa-dri:
* %{_libdir}/gbm/dri_gbm.so
- Update to release 24.2.7
- -> https://docs.mesa3d.org/relnotes/24.2.7
- supersedes 0001-dril-Fixup-order-of-pixel-formats-in-drilConfigs.patch
==== Mesa-drivers ====
Version update (24.2.6 -> 24.3.0)
Subpackages: Mesa-dri Mesa-gallium
- Update to release 24.3.0
- -> https://docs.mesa3d.org/relnotes/24.3.0
- Update to release 24.3.0~rc2
- -> https://www.phoronix.com/news/Mesa-24.3-rc2
- Update to release 24.3.0~rc1
- -> https://www.phoronix.com/news/Mesa-24.3-rc1-Released
- refreshed patches:
* n_drirc-disable-rgb10-for-chromium-on-amd.patch
* python36-buildfix1.patch
* python36-buildfix2.patch
* tlsdesc_test.patch
* u_mesa-CVE-2023-45913.patch
* u_mesa-CVE-2023-45919.patch
* u_mesa-CVE-2023-45922.patch
* u_dep_xcb.patch
- drop no longer supported options:
* -Ddri3=enabled
* -Ddri-search-path=%{_libdir}/dri
- new files added in this update currently packaged as part of
Mesa-dri:
* %{_libdir}/gbm/dri_gbm.so
- Update to release 24.2.7
- -> https://docs.mesa3d.org/relnotes/24.2.7
- supersedes 0001-dril-Fixup-order-of-pixel-formats-in-drilConfigs.patch
==== MicroOS-release ====
Version update (20241114 -> 20241124)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== alsa ====
- Fix incorrect versioned symbol for snd_seq_has_queue_tempo_base:
0001-src-Versions.in.in-Update-_tempo_base-name.patch
==== containerd ====
==== curl ====
Subpackages: libcurl4
- Add patch to fix libcurl when netrc parsing is enabled.
curl_easy_duphandle did not init netrc which broke applications such
as for example git. gh#curl/curl#15496
* 0001-duphandle-also-init-netrc.patch
==== docker ====
Subpackages: docker-buildx docker-rootless-extras
- Remove DOCKER_NETWORK_OPTS from docker.service. This was removed from
sysconfig a long time ago, and apparently this causes issues with systemd in
some cases.
==== evolution-data-server ====
Version update (3.54.1 -> 3.54.2)
Subpackages: libcamel-1_2-64 libebackend-1_2-11 libebook-1_2-21 libebook-contacts-1_2-4 libecal-2_0-3 libedata-book-1_2-27 libedata-cal-2_0-2 libedataserver-1_2-27 libedataserverui-1_2-4
- Update to version 3.54.2:
+ Bug Fixed:
- libedataserverui: Avoid initializing the icon_theme when
building introspection data
- Fails to build/link against icu 76.1
- Correct certificate key usage constants
+ Updated translations.
- Update to version 3.54.1+4:
* libedataserverui: Avoid initializing the icon_theme when
building introspection data
* Updated translations.
- Workaround build failure using ICU 76.1: fix up CMakeLists.txt to
link icu-uc instead of icu-i18n
(glgo#GNOME/evolution-data-server#574).
==== gnome-initial-setup ====
Version update (47.1 -> 47.2)
- Update to version 47.2:
+ Previously, the timezone page would list duplicate entries for
some cities, and selecting the wrong one would crash Initial
Setup. In this release these problematic entries are not shown.
+ Previous versions would crash on startup when run with GTK
4.17, which has made it a fatal error to use certain functions
before gtk_init() has been called. This crash is fixed in this
release.
+ Updated translations.
==== gnome-settings-daemon ====
Version update (47.1 -> 47.2)
- Only recommend xf86-input-libinput if xorg-x11-server is present:
wayland does not rely on the xf86 drivers.
- Update to version 47.2:
+ Power:
- Fix possible invalid reads if backlight fails to initialize.
- Handle broken upower more elegantly.
- Test warning fixes.
+ Updated translations.
==== gnome-user-docs ====
Version update (47.0 -> 47.2)
- Update to version 47.2:
+ Updated translations.
==== gnutls ====
Version update (3.8.7 -> 3.8.8)
- Update to 3.8.8:
- libgnutls: Experimental support for X25519MLKEM768 and
SecP256r1MLKEM768 key exchange in TLS 1.3: The support for
post-quantum key exchanges has been extended to cover the final
standard of ML-KEM, following draft-kwiatkowski-tls-ecdhe-mlkem.
The minimum supported version of liboqs is bumped to 0.11.0.
- libgnutls: All records included in an OCSP response are now checked
in TLS: Previously, when multiple records are provided in a single
OCSP response, only the first record was considered; now all those
records are examined until the server certificate matches.
- libgnutls: Handling of malformed compress_certificate extension is
now more standard compliant: The server behavior of receiving a
malformed compress_certificate extension now more strictly follows
RFC 8879; return illegal_parameter alert instead of bad_certificate,
as well as overlong extension data is properly rejected.
- build: More flexible library linking options for compression
libraries, TPM, and liboqs support: The configure options,
- -with-zstd, --with-brotli, --with-zlib, --with-tpm2, and --with-liboqs
now take 4 states: yes/link/dlopen/no, to specify how the libraries
are linked or loaded.
* Rebase gnutls-FIPS-140-3-references.patch
==== gpgme ====
Version update (1.23.2 -> 1.24.0)
Subpackages: libgpgme11 libgpgmepp6 python311-gpg
- Move the gpg python bindings out of the egg directory.
- Fix file list on Leap 15
- Update to 1.24.0:
* Extended gpgme_op_decrypt* and gpgme_op_verify* to allow writing the
output directly to a file. [T6550]
* Extended gpgme_op_encrypt*, gpgme_op_encrypt_sign*, and gpgme_op_sign*
to allow reading the input data directly from a file. [T6550]
* Add information about designated revocation keys. [T7118]
* New context flag "import-options". [T7152]
* New context flag "proc-all-sigs". [T7261]
* New context flag "known-notations". [T4060]
* New info flags "beta_compliance". [rM1a7bc88ee7]
* New function gpgme_op_setownertrust to make changing the owner trust
easier and to allow enabling/disabling of keys (requires GnuPG 2.4.6). [T7239]
* New flag to re-encrypt OpenPGP data (requires GnuPG 2.5.1). [T1825]
* cpp: Provide information about designated revocation keys for a Key. [T7118]
* cpp: Add safer member function returning text describing an error. [T5960]
* cpp: Add support for setting the owner trust of keys and for enabling
and disabling keys. [T7239]
* qt: Build QGpgME for Qt 5 and Qt 6 simultaneously. [T7205]
* qt: Install headers for Qt 5 and Qt 6 in separate folders. [T7161]
* qt: Allow reading the data to decrypt/encrypt/sign/verify directly from
files. [T6550]
* qt: Allow writing the decrypted/encrypted/signed/verified data directly
to files. [T6550]
* qt: Allow specifying import options when importing keys. [T7152]
* qt: Allow appending a detached signature to an existing file. [T6867]
* qt: Add support for enabling and disabling keys. [T7239]
* qt: Add support for new context flag "proc-all-sigs" to the jobs that
verify data signatures.
* Interface changes relative to the 1.23.2 release:
- GPGME_ENCRYPT_FILE NEW.
- GPGME_SIG_MODE_FILE NEW.
- GPGME_ENCRYPT_ADD_RECP NEW.
- GPGME_ENCRYPT_CHG_RECP NEW.
- gpgme_key_t EXT: New field 'revkeys'.
- gpgme_revocation_key_t NEW.
- gpgme_set_ctx_flag EXT: New flag 'import-options'.
- gpgme_set_ctx_flag EXT: New flag 'proc-all-sigs'.
- gpgme_set_ctx_flag EXT: New flag 'known-notation'.
- gpgme_op_setownertrust_start NEW.
- gpgme_op_setownertrust NEW.
- gpgme_subkey_t EXT: New field 'beta_compliance'.
- gpgme_signature_t EXT: New field 'beta_compliance'.
- gpgme_decrypt_result_t EXT: New field 'beta_compliance'.
- cpp: Context::EncryptFile NEW.
- cpp: Context::setOwnerTrust NEW.
- cpp: Context::startSetOwnerTrust NEW.
- cpp: Context::setKeyEnabled NEW.
- cpp: Context::startSetKeyEnabled NEW.
- cpp: SignatureMode::SignFile NEW.
- cpp: RevocationKey NEW.
- cpp: Key::revocationKey NEW.
- cpp: Key::numRevocationKeys NEW.
- cpp: Key::revocationKeys NEW.
- cpp: Key::isBetaCompliance NEW.
- cpp: Subkey::isBetaCompliance NEW.
- cpp: Error::asStdString NEW.
- cpp: Error::asString DEPRECATED.
- cpp: DecryptionResult::isBetaCompliance NEW.
- cpp: Signature::isBetaCompliance NEW.
- qt: DecryptVerifyArchiveJob::setProcessAllSignatures NEW.
- qt: DecryptVerifyArchiveJob::processAllSignatures NEW.
- qt: DecryptVerifyJob::setInputFile NEW.
- qt: DecryptVerifyJob::inputFile NEW.
- qt: DecryptVerifyJob::setOutputFile NEW.
- qt: DecryptVerifyJob::outputFile NEW.
- qt: DecryptVerifyJob::setProcessAllSignatures NEW.
- qt: DecryptVerifyJob::processAllSignatures NEW.
- qt: EncryptJob::setRecipients NEW.
- qt: EncryptJob::recipients NEW.
- qt: EncryptJob::setInputFile NEW.
- qt: EncryptJob::inputFile NEW.
- qt: EncryptJob::setOutputFile NEW.
- qt: EncryptJob::outputFile NEW.
- qt: EncryptJob::setEncryptionFlags NEW.
- qt: EncryptJob::encryptionFlags NEW.
- qt: SignEncryptJob::setSigners NEW.
- qt: SignEncryptJob::signers NEW.
- qt: SignEncryptJob::setRecipients NEW.
- qt: SignEncryptJob::recipients NEW.
- qt: SignEncryptJob::setInputFile NEW.
- qt: SignEncryptJob::inputFile NEW.
- qt: SignEncryptJob::setOutputFile NEW.
- qt: SignEncryptJob::outputFile NEW.
- qt: SignEncryptJob::setEncryptionFlags NEW.
- qt: SignEncryptJob::encryptionFlags NEW.
- qt: SignJob::setSigners NEW.
- qt: SignJob::signers NEW.
- qt: SignJob::setInputFile NEW.
- qt: SignJob::inputFile NEW.
- qt: SignJob::setOutputFile NEW.
- qt: SignJob::outputFile NEW.
- qt: SignJob::setSigningFlags NEW.
- qt: SignJob::signingFlags NEW.
- qt: SignJob::setAppendSignature NEW.
- qt: SignJob::appendSignatureEnabled NEW.
- qt: VerifyDetachedJob::setSignatureFile NEW.
- qt: VerifyDetachedJob::signatureFile NEW.
... changelog too long, skipping 15 lines ...
* Remove patch upstream: gpgme-D545-obsolete-distutils.patch
==== gtk4 ====
Version update (4.16.5 -> 4.16.6)
Subpackages: gtk4-schema gtk4-tools libgtk-4-1 typelib-1_0-Gtk-4_0
- Update to version 4.16.6:
+ To prevent issues when using GTK under kwin, this release makes
Wayland color management opt-in. To experiment with it, set
GDK_DEBUG=color-mgmt.
+ GtkText: Don't select inserted Emoji
+ GtkApplication: Set the default window icon from the app ID
+ GtkFontChooser: Make the dialog more shrinkable
+ Updated translations.
==== iptables ====
Version update (1.8.10 -> 1.8.11)
Subpackages: libip4tc2 libip6tc2 libxtables12 xtables-plugins
- Update to release 1.8.11
* New arptables-translate tool
* ebtables-nft: support --replace and --list-rules commands
* iptables-translate: support socket match and TPROXY target
==== kdump ====
Version update (2.0.10+git0.g62142dd -> 2.0.11)
- upgrade to version 2.0.11
* fadump mkinitrd: propagate --debug to the inner dracut call
* mkdumprd: look for kernel image under /boot as well
==== kernel-firmware ====
Version update (20241018 -> 20241113)
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 20241113 (git commit 1727aceef4d2):
* qcom: venus-5.4: add venus firmware file for qcs615
* qcom: update venus firmware file for SC7280
* QCA: Add 22 bluetooth firmware nvm files for QCA2066
- Update to version 20241112 (git commit c57a0a42468b):
* mediatek MT7922: update bluetooth firmware to 20241106163512
* mediatek MT7921: update bluetooth firmware to 20241106151414
* linux-firmware: update firmware for MT7922 WiFi device
* linux-firmware: update firmware for MT7921 WiFi device
* qcom: Add QDU100 firmware image files.
* qcom: Update aic100 firmware files
* dedup-firmware.sh: fix infinite loop for --verbose
* rtl_bt: Update RTL8852BT/RTL8852BE-VT BT USB FW to 0x04D7_63F7
* cnm: update chips&media wave521c firmware.
* mediatek MT7920: update bluetooth firmware to 20241104091246
* linux-firmware: update firmware for MT7920 WiFi device
* copy-firmware.sh: Run check_whence.py only if in a git repo
* cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various Dell laptops
* amdgpu: update DMCUB to v9.0.10.0 for DCN351
* rtw89: 8852a: update fw to v0.13.36.2
* rtw88: Add firmware v52.14.0 for RTL8812AU
* i915: Update Xe2LPD DMC to v2.23
* linux-firmware: update firmware for mediatek bluetooth chip (MT7925)
* linux-firmware: update firmware for MT7925 WiFi device
* WHENCE: Add sof-tolg for mt8195
* linux-firmware: Update firmware file for Intel BlazarI core
* qcom: Add link for QCS6490 GPU firmware
* qcom: update gpu firmwares for qcs615 chipset
* cirrus: cs35l56: Update firmware for Cirrus Amps for some HP laptops
* mediatek: Add sof-tolg for mt8195
- Drop obsoleted workaround patch: copy-file-skip-check.patch
- Update to version 20241029 (git commit 048795eef350):
* ath11k: move WCN6750 firmware to the device-specific subdir
* xe: Update LNL GSC to v104.0.0.1263
* i915: Update MTL/ARL GSC to v102.1.15.1926
- Update to version 20241028 (git commit 987607d681cb):
* amdgpu: DMCUB updates for various AMDGPU ASICs
* i915: Add Xe3LPD DMC
* cnm: update chips&media wave521c firmware.
* linux-firmware: Add firmware for Cirrus CS35L41
* linux-firmware: Update firmware file for Intel BlazarU core
* Makefile: error out of 'install' if COPYOPTS is set
==== kernel-source ====
Version update (6.11.7 -> 6.11.8)
Subpackages: kernel-64kb kernel-default
- Linux 6.11.8 (bsc#1012628).
- vsock/virtio: Initialization of the dangling pointer occurring
in vsk->trans (bsc#1012628).
- hv_sock: Initializing vsk->trans to NULL to prevent a dangling
pointer (bsc#1012628).
- xtensa: Emulate one-byte cmpxchg (bsc#1012628).
- ASoC: amd: yc: fix internal mic on Xiaomi Book Pro 14 2022
(bsc#1012628).
- drm/xe/guc/tlb: Flush g2h worker in case of tlb timeout
(bsc#1012628).
- drm/xe/ufence: Flush xe ordered_wq in case of ufence timeout
(bsc#1012628).
- drm/xe: Move LNL scheduling WA to xe_device.h (bsc#1012628).
- drm/xe/guc/ct: Flush g2h worker in case of g2h response timeout
(bsc#1012628).
- block: fix queue limits checks in blk_rq_map_user_bvec for real
(bsc#1012628).
- blacklist.conf: drop it
- block: rework bio splitting (bsc#1012628).
- firmware: qcom: scm: suppress download mode error (bsc#1012628).
- firmware: qcom: scm: Refactor code to support multiple dload
mode (bsc#1012628).
- Update config files.
- selftests: hugetlb_dio: check for initial conditions to skip
in the start (bsc#1012628).
- ucounts: fix counter leak in inc_rlimit_get_ucounts()
(bsc#1012628).
- ocfs2: remove entry once instead of null-ptr-dereference in
ocfs2_xa_remove() (bsc#1012628).
- irqchip/gic-v3: Force propagation of the active state with a
read-back (bsc#1012628).
- staging: vchiq_arm: Use devm_kzalloc() for vchiq_arm_state
allocation (bsc#1012628).
- staging: vchiq_arm: Use devm_kzalloc() for drv_mgmt allocation
(bsc#1012628).
- thunderbolt: Fix connection issue with Pluggable UD-4VPD dock
(bsc#1012628).
- clk: qcom: gcc-x1e80100: Fix halt_check for pipediv2 clocks
(bsc#1012628).
- clk: qcom: videocc-sm8350: use HW_CTRL_TRIGGER for vcodec GDSCs
(bsc#1012628).
- USB: serial: option: add Quectel RG650V (bsc#1012628).
- USB: serial: option: add Fibocom FG132 0x0112 composition
(bsc#1012628).
- USB: serial: qcserial: add support for Sierra Wireless EM86xx
(bsc#1012628).
- USB: serial: io_edgeport: fix use after free in debug printk
(bsc#1012628).
- usb: typec: fix potential out of bounds in
ucsi_ccg_update_set_new_cam_cmd() (bsc#1012628).
- usb: typec: qcom-pmic: init value of hdr_len/txbuf_len earlier
(bsc#1012628).
- usb: dwc3: fix fault at system suspend if device was already
runtime suspended (bsc#1012628).
- usb: musb: sunxi: Fix accessing an released usb phy
(bsc#1012628).
- thunderbolt: Add only on-board retimers when
!CONFIG_USB4_DEBUGFS_MARGINING (bsc#1012628).
- mm/thp: fix deferred split unqueue naming and locking
(bsc#1012628).
- mm/mlock: set the correct prev on failure (bsc#1012628).
- mm/damon/core: handle zero schemes apply interval (bsc#1012628).
- mm/damon/core: handle zero {aggregation,ops_update} intervals
(bsc#1012628).
- mm/damon/core: avoid overflow in damon_feed_loop_next_input()
(bsc#1012628).
- signal: restore the override_rlimit logic (bsc#1012628).
- objpool: fix to make percpu slot allocation more robust
(bsc#1012628).
- fs/proc: fix compile warning about variable 'vmcore_mmap_ops'
(bsc#1012628).
- clk: qcom: clk-alpha-pll: Fix pll post div mask when width is
not set (bsc#1012628).
- clk: qcom: gcc-x1e80100: Fix USB MP SS1 PHY GDSC pwrsts flags
(bsc#1012628).
- i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE
is not set (bsc#1012628).
- filemap: Fix bounds checking in filemap_read() (bsc#1012628).
- media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED
in uvc_parse_format (bsc#1012628).
- platform/x86/amd/pmf: Add SMU metrics table support for 1Ah
family 60h model (bsc#1012628).
- platform/x86/amd/pmf: Update SMU metrics table for 1AH family
series (bsc#1012628).
- platform/x86/amd/pmf: Relocate CPU ID macros to the PMF header
(bsc#1012628).
- btrfs: reinitialize delayed ref list after deleting it from
the list (bsc#1012628).
- btrfs: fix per-subvolume RO/RW flags with new mount API
(bsc#1012628).
- btrfs: fix the length of reserved qgroup to free (bsc#1012628).
- idpf: fix idpf_vc_core_init error path (bsc#1012628).
- idpf: avoid vport access in idpf_get_link_ksettings
(bsc#1012628).
- KVM: PPC: Book3S HV: Mask off LPCR_MER for a vCPU before
running it to avoid spurious interrupts (bsc#1012628).
- mm/slab: fix warning caused by duplicate kmem_cache creation
in kmem_buckets_create (bsc#1012628).
- arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard
... changelog too long, skipping 1694 lines ...
- commit dd0f9f9
==== kf6-bluez-qt ====
Subpackages: kf6-bluez-qt-imports libKF6BluezQt6
- Add a workaround for a build issue with CMake 3.31. Despite
being unused, CMake complains about missing QtQml private API
headers.
==== libXt ====
Version update (1.3.0 -> 1.3.1)
- update to 1.3.1
* README.md: update & correct links to O'Reilly X Toolkit books
* unifdef ultrix
* unifdef sgi
* unifdef hpux
* unifdef __osf__
* unifdef AIXV3
* unifdef MOTOROLA
* unifdef USG
* unifdef VMS
* unifdef __EMX__
* unifdef AIXSHLIB & SUNSHLIB
* Improve linking with widget libraries on macOS
* issue #17: avoid _Static_assert from c++
* issue #18: cross-build issue in util
* issue #19: include <process.h> on Windows for getpid()
* issue #20: c23 boolean conflict
* remove substitution for EXEEXT_FOR_BUILD, not defined in automake
* Add continue_to_dispatch parameter to _XtResourceConfigurationEH()
* eliminate an unnecessary cast
* quiet a couple of unused-parameter warnings
==== libbpf ====
Version update (1.4.6 -> 1.5.0)
- update to 1.5.0:
* libbpf can now open (but not load!) BPF objects of non-native endianness,
enabling cross-architecture support for BPF skeleton generation and BPF
object introspection
* BPF skeleton will now auto-attach SEC(".struct_ops") maps as part of
<skeleton>__attach() call
* BPF kprobe session programs support (SEC("kprobe.session"))
* allow specifying kernel module name for fentry/fexit BPF programs
(SEC(fentry/module:function)
* libbpf recognizes LIBBPF_LOG_LEVEL environment variable, which can be used
to set default log verboseness
* BPF ringbuf APIs that limit maximum number of consumed records at a time
(ring_buffer__consume_n(), ring__consume_n())
* distilled BTF support (btf__distill_base(), btf__relocate())
* BPF link-based attachment of BPF_PROG_TYPE_SOCKMAP programs
(bpf_program__attach_sockmap())
* bpf_object__token_fd() API to fetch BPF token FD of a BPF object, if any
* fixes for fetching syscall arguments on arm64, s390x, risc-v architectures
* better GCC-BPF source code compatibility
* __bpf_fastcall support for a few BPF helpers
* __uptr annotation definition added to bpf/bpf_helpers.h API header
* fixes and improvements around handling missing and nulled out struct_ops
programs
* fixed mmap()-ing logic for global data, fixing interop between generic
bpf_object__open() APIs and BPF subskeletons
* BPF skeleton backwards compatibility handling fixes
* handle LTO-produced *.llvm.<hash> symbols better
* feature detection fixes in the presence of BPF token inside user namespace
* older kernels have broken PID filtering logic for multi-uprobes, libbpf now
detects this and avoids the use of multi-uprobes for USDTs
* fix accidental drop of FD_CLOEXEC flag during BPF map reuse
* few BTF dumper formatting fixes
* a few more small fixes all around.
- update to 1.4.7:
* fix interop issues between generic bpf_object__open() APIs and BPF
subskeleton w.r.t. global data handling
* speed up BTF sanity checks by skipping already validated base BTF
* fix legacy treatment of non-SEC()-annotated subprogram as entry BPF program
in some cases
==== libimobiledevice ====
- add python3-setuptools for python 3.13 support
==== libinput ====
Version update (1.26.2 -> 1.27.0)
- Update to release 1.27
* New "sticky" mode for drag-locking
* For tablet pads we now support tablet pad mode groups for
devices without status LEDs as well
* If a tablet is unknown to libwacom we now assume that it is a
built-in tablet. (similar to libwacom 2.11)
* The available area on external tablets can be reduced via the
new tablet "area" configuration.
==== libmtp ====
Version update (1.1.21 -> 1.1.22)
Subpackages: libmtp-udev libmtp9
- updated to 1.1.21 release
- bugfixes
- lots of new ids
==== librepo ====
Version update (1.18.1 -> 1.19.0)
- Update to 1.19.0:
* Fix input termination for pgpParsePkts [#325]
* Upper case xattr incompatible to Amazon S3 [#326, #327]
* Introduce entropy for fastestmirror option [#324]
==== libsoup ====
Subpackages: libsoup-3_0-0 typelib-1_0-Soup-3_0
- Add 4c9e75c6.patch: fix an intermittent test failure
(glgo#GNOME/libsoup#399).
==== libsoup2 ====
- Add 4c9e75c6.patch: fix an intermittent test failure
(glgo#GNOME/libsoup#399).
==== libxml2 ====
Subpackages: libxml2-2 libxml2-tools
- add %{?sle15allpythons} macro [jsc#PED-68]
- use %python_build and %python_install for 15
==== libzypp ====
Version update (17.35.13 -> 17.35.14)
- The 20MB download limit must not apply to non-metadata files like
package URLs provided via the CLI (bsc#1233393).
- version 17.35.14 (35)
==== llvm19 ====
Version update (19.1.3 -> 19.1.4)
- Update to version 19.1.4.
* This release contains bug-fixes for the LLVM 19.1.0 release.
This release is API and ABI compatible with 19.1.0.
- Rebase llvm-do-not-install-static-libraries.patch.
- Apply clang-shlib-symbol-versioning.patch to add symbol versions
to libclang-cpp.so similar to libLLVM.so. This is required when
multiple versions of the library are loaded into the same
process. (boo#1219405, boo#1221183, boo#1233220)
- Enable lldb on s390x and ppc64le (bsc#1232906).
==== localsearch ====
Version update (3.8.0 -> 3.8.1)
- Update to version 3.8.1:
+ Fix multiple leaks in metadata extractors
+ Fix reporting of metadata extraction progress in "localsearch
daemon -f" and "localsearch status"
+ Cache mounts for generating stable content identifiers
+ Added missing includes necessary for Musl libc
+ Updated translations.
==== microos-tools ====
Version update (4.0+git2 -> 4.0+git6)
Subpackages: selinux-autorelabel
- Update to version 4.0+git6:
* test: Check for AVC denials in the journal
* test: More reliable output of combustion-validate
* test: Remove workaround for boo#1230912
* Label /sys before selinux-autorelabel units run (bsc#1232709)
==== mozjs128 ====
- Drop autoconf213 BuildRequires: the source embeds autoconf.sh
directly.
- Fix build against icu 76.1: link the correct libraries (icu-uc
instead of icu-i18n).
==== multipath-tools ====
Version update (0.10.0+108+suse.2c2e597 -> 0.11.0~1+118+suse.4a51b1a)
Subpackages: kpartx libmpath0
- Update to version 0.11.0~1+118+suse.4a51b1a
See NEWS.md for details about upstream changes in 0.11.0.
* Pre-release of upstream 0.11.0
* Rework of the path checking algorithm to reduce wait time and improve
performance
* Modified the systemd unit `multipathd.service` such that multipathd will now
restart after a failure or crash (gh#opensvc/multipath-tools#100)
* multipathd: move systemd watchdog handling into daemon (bsc#1232227)
* libmultipath: dm_get_maps(): don't bail out for single-map failures
(bsc#1233588, gh#opensvc/multipath-tools#102)
* libmultipath: don't set dev_loss_tmo to 0 for NO_PATH_RETRY_FAIL
* multipathd: fix deferred_failback_tick for reload removes
==== ncurses ====
Version update (6.5.20241102 -> 6.5.20241109)
Subpackages: libncurses6 ncurses-utils terminfo-base
- Add ncurses patch 20241109
+ work around musl header ifdef's (report by Urs Jansen, cf: Gentoo
[#920266]).
+ improve error-reporting in write_entry.c (report by Changqing Li).
+ remove unused #include from DJGPP configuration (report by Stas
Sergeev).
+ workaround/fix issues from clang-analyze
==== net-snmp ====
Subpackages: libsnmp40 snmp-mibs
- logrotate should use reload instead of restart (bsc#1232030)
==== patterns-gnome ====
Version update (20201210 -> 20241112)
Subpackages: patterns-gnome-gnome_basic patterns-gnome-gnome_basis
- Replace tracker with tinysparql: tracker was renamed with GNOME
47.
- Some major overhaul over the GNOME patterns: allow to properly
have wayland or X11 decoupled from each other, stepping closer to
a wayland-only installation.
==== podman ====
Version update (5.2.5 -> 5.3.0)
- Update to version 5.3.0:
* Bump to v5.3.0
* Update release notes for v5.3.0
* [v5.3] Bump to Buildah v1.38.0
* [v5.3] Skip FIPS mode secrets run test
* [v5.3] Buildah treadmill tweaks
* test/buildah-bud: build new inet helper
* test/system: add regression test for TZDIR local issue
* vendor latest c/{buildah,common,image,storage}
* Reapply "CI: test nftables driver on fedora"
* Revert "cirrus: test only on f40/rawhide"
* test f41 VMs
* volume ls: fix race that caused it to fail
* AdditionalSupport for SubPath volume mounts
* Bump to v5.3.0-dev
* Bump to v5.3.0-rc3
* Update release notes for v5.3-rc3
* podman: update roadmap
* libpod: journald do not lock thread
* Add key to control if a container can get started by its pod
* Honor users requests in quadlet files
* CI: systests: workaround for parallel podman-stop flake
* Fix inconsistent line ending in win-installer project
* fix(deps): update module github.com/opencontainers/runc to v1.2.1
* Quadlet - support image file based mount in container file
* API: container logs flush status code
* rework event code to improve API errors
* events: remove memory eventer
* libpod: log file use Wait() over event API
* Makefile: vendor target should always remove toolchain
* cirrus: check consitent vendoring in test/tools
* test/tools/go.mod: remove toolchain
* fix(deps): update module github.com/shirou/gopsutil/v4 to v4.24.10
* fix(deps): update module github.com/onsi/gomega to v1.35.1
* doc: explain --interactive in more detail
* fix(deps): update golang.org/x/exp digest to f66d83c
* fix(deps): update github.com/opencontainers/runtime-tools digest to 6c9570a
* fix(deps): update github.com/linuxkit/virtsock digest to cb6a20c
* Bump to v5.3.0-dev
* Bump to v5.3.0-rc2
* Update release notes for v5.3.0-rc2
* add default polling interval to Container.Wait
* Instrument cleanup tracer to log weird volume removal flake
* make podman-clean-transient.service work as user
* Add default remote socket path if empty
* Use current user if no user specified
* Add support for ssh_config for connection
* libpod: use pasta Setup() over Setup2()
* fix(deps): update module github.com/onsi/ginkgo/v2 to v2.21.0
* fix(deps): update module github.com/onsi/gomega to v1.35.0
* logformatter: add cleanup tracer log link
* docs: fix broken example
* docs: add missing swagger links for the stable branches
* readthedocs: build extra formats
* pkg/machine/e2e: remove debug
* fix(docs): Integrate pasta in rootless tutorial
* chore(deps): update dependency setuptools to ~=75.3.0
* libpod: report cgroups deleted during Stat() call
* chore: fix some function names in comment
* CI: parallelize 450-interactive system tests
* CI: parallelize 520-checkpoint tests
* CI: make 070-build.bats use safe image names
* test/system: add podman network reload test to distro gating
* System tests: clean up unit file leaks
* healthcheck: do not leak service on failed stop
* healthcheck: do not leak statup service
* fix(deps): update module github.com/containers/gvisor-tap-vsock to v0.8.0
* Add Startup HealthCheck configuration to the podman inspect
* buildah version display: use progress()
* new showrun() for displaying and running shell commands
* Buildah treadmill: redo the .cirrus.yml tweaks
* Buildah treadmill: more allow-empty options
* Buildah treadmill: improve test-failure instructions
* Buildah treadmill: improve wording in test-fail instructions
* doc: Remove whitespace before comma
* fix(deps): update module github.com/checkpoint-restore/checkpointctl to v1.3.0
* ps: fix display of exposed ports
* ps: do not loop over port protocol
* readme: Add reference to pasta in the readme
* test/system: Fix spurious "duplicate tests" failures in pasta tests
* Improve "podman load - from URL"
* Try to repair c/storage after removing an additional image store
* Use the config digest to compare images loaded/pulled using different methods
* Simplify the additional store test
* Fix the store choice in "podman pull image with additional store"
* Bump to v5.3.0-dev
* Bump to v5.3.0-rc1
* Set quota on volume root directory, not _data
* fix(deps): update module github.com/opencontainers/runc to v1.2.0
* test: set soft ulimit
* Vagrantfile: Delete
* Enable pod restore with crun
* vendor: update c/{buildah,common,image,storage}
* Fix 330-corrupt-images.bats in composefs test runs
* quadlet: add default network dependencies to all units
* quadlet: ensure user units wait for the network
* add new podman-user-wait-network-online.service
* contrib/systemd: switch user symlink for file symlinks
* Makefile: remove some duplication from install.systemd
... changelog too long, skipping 448 lines ...
* pr-should-include-tests: no more CI:DOCS override
==== python-PyJWT ====
Version update (2.9.0 -> 2.10.0)
- Update to version 2.10.0
* chore: use sequence for typing rather than list
* Add support for Python 3.13
* [pre-commit.ci] pre-commit autoupdate
* Add an RTD config file to resolve RTD build failures
* docs: Update iat exception docs
* Remove algorithm requirement for JWT API
* [pre-commit.ci] pre-commit autoupdate
* Create SECURITY.md
* docs fix: decode_complete scope and algorithms
* fix doctest for docs/usage.rst
* fix test_utils.py not to xfail
* Correct jwt.decode audience param doc expression
* Add PS256 encoding and decoding usage
* Add API docs for PyJWK
* Refactor project configuration files from setup.cfg to pyproject.toml PEP-518
* Add JWK support to JWT encode
* Update pre-commit hooks to lint pyproject.toml
* Add EdDSA algorithm encoding/decoding usage
* Ruff linter and formatter changes
* Validate sub and jti claims for the token
* Add ES256 usage
* Encode EC keys with a fixed bit length
* [pre-commit.ci] pre-commit autoupdate
* Drop support for Python 3.8
* Prepare 2.10.0 release
* Bump codecov/codecov-action from 4 to 5
* [pre-commit.ci] pre-commit autoupdate
==== python-alembic ====
Version update (1.13.3 -> 1.14.0)
- update to el_1_14_0:
* **[usecase] [runtime]** Added a new hook to the
`DefaultImpl` `DefaultImpl.version_table_impl()`. This allows
third party dialects to define the exact structure of the
alembic_version table, to include use cases where the table
requires special directives and/or additional columns so that
it may function correctly on a particular backend.
==== python-blinker ====
Version update (1.8.2 -> 1.9.0)
- update to 1.9.0:
* Drop support for Python 3.8. :pr:`175`
* Remove previously deprecated __version__, receiver_connected,
Signal.temporarily_connected_to and WeakNamespace. :pr:`172`
* Skip weakref signal cleanup if the interpreter is shutting
down. :issue:`173`
==== python-jsonpointer ====
Version update (2.4 -> 3.0.0)
- update to 3.0.0:
* Add support for python 3.12
* drop python 2.7 support
* CI fixes
==== python-psutil ====
Version update (6.0.0 -> 6.1.0)
- update to 6.1.0:
* 2366_, [Windows]: drastically speedup `process_iter()`_. We
now determine process unique identity by using process "fast"
create time method. This will considerably speedup those apps
which use `process_iter()`_ only once, e.g. to look for a
process with a certain name.
* 2446_: use pytest instead of unittest.
* 2448_: add make install-sysdeps target to install the
necessary system dependencies (python-dev, gcc, etc.) on all
supported UNIX flavors.
* 2449_: add make install-pydeps-test and make install-pydeps-
dev targets. They can be used to install dependencies meant
for running tests and for local development. They can also be
installed via pip install .[test] and pip install .[dev].
* 2456_: allow to run tests via python3 -m psutil.tests even if
pytest module is not installed. This is useful for production
environments that don't have pytest installed, but still want
to be able to test psutil installation.
* 2427_: psutil (segfault) on import in the free-threaded (no
GIL) version of Python 3.13. (patch by Sam Gross)
* 2455_, [Linux]: IndexError may occur when reading
/proc/pid/stat and field 40 (blkio_ticks) is missing.
* 2457_, [AIX]: significantly improve the speed of
`Process.open_files()`_ for some edge cases.
* 2460_, [OpenBSD]: `Process.num_fds()`_ and
`Process.open_files()`_ may fail with `NoSuchProcess`_ for
PID 0. Instead, we now return "null" values (0 and []
respectively).
- drop skip_failing_tests.patch: obsolete
==== python311 ====
- Remove -IVendor/ from python-config boo#1231795
==== python311-core ====
Subpackages: libpython3_11-1_0 python311-base
- Remove -IVendor/ from python-config boo#1231795
==== rpm ====
- Bump debugedit version (bsc#1233156)
==== runc ====
Version update (1.2.1 -> 1.2.2)
- Update to runc v1.2.2. Upstream changelog is available from
<https://github.com/opencontainers/runc/releases/tag/v1.2.2>.
==== tcpd ====
- hosts.allow/hosts.deny: remove executable bit
==== tiff ====
- make doc packages noarch. no need to have those per arch
- ensure that the src rpms are named per build flavor:
You might now ask why. Good question:
1. the spec file during the build get patched. `@BUILD_FLAVOR@`
gets replaced with the value. which means the src rpm between
build flavor builds is not identical. Also the last built
src.rpm will be published. with different content and runtime
requires (aka our BuildRequires).
2. for historical reasons the internal dependency tracking goes
via the src.rpm package. So without having differently named
src.rpms the build cycle we were trying to solve was not
actually solved. So we append a suffix to the Name attribute
in the preamble now.
- In the previous change to enable the cmake based build
we also needed python3-Sphinx to build the man pages, as unlike
the autotools based build, the cmake based build does not fall
back to the pre-built man pages.
This causes build cycle. Split out the documentation building to
break the cycle. The Tumbleweed release managers preferred this
solution over a mini package.
- switch build to cmake for the webp build - we need the cmake
finder code
==== tinysparql ====
Version update (3.8.0 -> 3.8.1)
Subpackages: libtracker-sparql-3_0-0 typelib-1_0-Tracker-3_0
- Update to version 3.8.1:
+ Fix leak iterating bus-based cursors
+ Fix allowed extension for Turtle files in ontology definitions
+ Test fixes
+ Updated translations.
==== upower ====
Version update (1.90.4 -> 1.90.6)
Subpackages: libupower-glib3 typelib-1_0-UpowerGlib-1_0
- Update to version 1.90.6:
* Fractional battery percentage.
* CI enhancement.
* Tweak the default battery charging threshold to 75-80.
* Fix g_object_weak_ref: assertion 'g_atomic_int_get
(&object->ref_count) >= 1' failed.
- Changes from version 1.90.5:
* Suspend and Ignore as the CriticalPowerActions.
* Support for battery charging threshold.
* Tweak the device priority to make sure the device kind joystick
can be correctly shown.
- Add pkgconfig(polkit-gobject-1) BuildRequires: New dependency.
==== util-linux ====
Subpackages: libblkid1 libfdisk1 libmount1 libsmartcols1 libuuid1
- Skip aarch64 decode path for rest of the architectures
(bsc#1229476, util-linux-lscpu-skip-aarch64-decode.patch).
- agetty: Prevent login cursor escape (bsc#1194818,
util-linux-agetty-prevent-cursor-escape.patch).
- Document unexpected side effects of lazy destruction
(bsc#1159034, util-linux-umount-losetup-lazy-destruction.patch,
util-linux-umount-losetup-lazy-destruction-generated.patch).
==== util-linux-systemd ====
Subpackages: lastlog2 liblastlog2-2
- Skip aarch64 decode path for rest of the architectures
(bsc#1229476, util-linux-lscpu-skip-aarch64-decode.patch).
- agetty: Prevent login cursor escape (bsc#1194818,
util-linux-agetty-prevent-cursor-escape.patch).
- Document unexpected side effects of lazy destruction
(bsc#1159034, util-linux-umount-losetup-lazy-destruction.patch,
util-linux-umount-losetup-lazy-destruction-generated.patch).
==== vlc ====
Subpackages: libvlc5 libvlccore9 vlc-noX vlc-qt
- Convert BuildRequires from libfaad-devel to pkgconfig(faad2)
==== webkit2gtk3 ====
Subpackages: libjavascriptcoregtk-4_1-0 libwebkit2gtk-4_1-0 webkit2gtk-4_1-injected-bundles
- Add 63f7badbada070ebaadd318b2801818ecf7e7ea0.patch: Fix build
using ICU 76.1.
==== webkit2gtk4 ====
Subpackages: libjavascriptcoregtk-6_0-1 libwebkitgtk-6_0-4 webkitgtk-6_0-injected-bundles
- Add 63f7badbada070ebaadd318b2801818ecf7e7ea0.patch: Fix build
using ICU 76.1.
==== xprop ====
Version update (1.2.7 -> 1.2.8)
- Update to version 1.2.8
* This release contains the following change to the way icons are displayed
in the terminal when COLORTERM=truecolor in the environment variables:
The vast majority of monospaced fonts are roughly half as wide as they
are tall; to account for this when displaying icons, `xprop` draws each
pixel twice in the horizontal, which nicely evens out the proportions.
This patch utilizes the Lower Half Block character (â) to obtain the
same result in a quarter of the space. By setting both a background and
a foreground color, we can draw two pixels per character cell, thereby
halving the apparent height of an icon rather than doubling its width.
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
Mesa (24.2.7 -> 24.3.0)
Mesa-drivers (24.2.7 -> 24.3.0)
MicroOS-release (20241122 -> 20241124)
evolution-data-server (3.54.1 -> 3.54.2)
gnome-settings-daemon (47.1 -> 47.2)
gnome-user-docs (47.0 -> 47.2)
kf6-bluez-qt
localsearch (3.8.0 -> 3.8.1)
patterns-gnome (20201210 -> 20241112)
tinysparql (3.8.0 -> 3.8.1)
=== Details ===
==== Mesa ====
Version update (24.2.7 -> 24.3.0)
Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1
- Update to release 24.3.0
- -> https://docs.mesa3d.org/relnotes/24.3.0
- Update to release 24.3.0~rc2
- -> https://www.phoronix.com/news/Mesa-24.3-rc2
- Update to release 24.3.0~rc1
- -> https://www.phoronix.com/news/Mesa-24.3-rc1-Released
- refreshed patches:
* n_drirc-disable-rgb10-for-chromium-on-amd.patch
* python36-buildfix1.patch
* python36-buildfix2.patch
* tlsdesc_test.patch
* u_mesa-CVE-2023-45913.patch
* u_mesa-CVE-2023-45919.patch
* u_mesa-CVE-2023-45922.patch
* u_dep_xcb.patch
- drop no longer supported options:
* -Ddri3=enabled
* -Ddri-search-path=%{_libdir}/dri
- new files added in this update currently packaged as part of
Mesa-dri:
* %{_libdir}/gbm/dri_gbm.so
==== Mesa-drivers ====
Version update (24.2.7 -> 24.3.0)
Subpackages: Mesa-dri Mesa-gallium
- Update to release 24.3.0
- -> https://docs.mesa3d.org/relnotes/24.3.0
- Update to release 24.3.0~rc2
- -> https://www.phoronix.com/news/Mesa-24.3-rc2
- Update to release 24.3.0~rc1
- -> https://www.phoronix.com/news/Mesa-24.3-rc1-Released
- refreshed patches:
* n_drirc-disable-rgb10-for-chromium-on-amd.patch
* python36-buildfix1.patch
* python36-buildfix2.patch
* tlsdesc_test.patch
* u_mesa-CVE-2023-45913.patch
* u_mesa-CVE-2023-45919.patch
* u_mesa-CVE-2023-45922.patch
* u_dep_xcb.patch
- drop no longer supported options:
* -Ddri3=enabled
* -Ddri-search-path=%{_libdir}/dri
- new files added in this update currently packaged as part of
Mesa-dri:
* %{_libdir}/gbm/dri_gbm.so
==== MicroOS-release ====
Version update (20241122 -> 20241124)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== evolution-data-server ====
Version update (3.54.1 -> 3.54.2)
Subpackages: libcamel-1_2-64 libebackend-1_2-11 libebook-1_2-21 libebook-contacts-1_2-4 libecal-2_0-3 libedata-book-1_2-27 libedata-cal-2_0-2 libedataserver-1_2-27 libedataserverui-1_2-4
- Update to version 3.54.2:
+ Bug Fixed:
- libedataserverui: Avoid initializing the icon_theme when
building introspection data
- Fails to build/link against icu 76.1
- Correct certificate key usage constants
+ Updated translations.
==== gnome-settings-daemon ====
Version update (47.1 -> 47.2)
- Only recommend xf86-input-libinput if xorg-x11-server is present:
wayland does not rely on the xf86 drivers.
- Update to version 47.2:
+ Power:
- Fix possible invalid reads if backlight fails to initialize.
- Handle broken upower more elegantly.
- Test warning fixes.
+ Updated translations.
==== gnome-user-docs ====
Version update (47.0 -> 47.2)
- Update to version 47.2:
+ Updated translations.
==== kf6-bluez-qt ====
Subpackages: kf6-bluez-qt-imports libKF6BluezQt6
- Add a workaround for a build issue with CMake 3.31. Despite
being unused, CMake complains about missing QtQml private API
headers.
==== localsearch ====
Version update (3.8.0 -> 3.8.1)
- Update to version 3.8.1:
+ Fix multiple leaks in metadata extractors
+ Fix reporting of metadata extraction progress in "localsearch
daemon -f" and "localsearch status"
+ Cache mounts for generating stable content identifiers
+ Added missing includes necessary for Musl libc
+ Updated translations.
==== patterns-gnome ====
Version update (20201210 -> 20241112)
Subpackages: patterns-gnome-gnome_basic patterns-gnome-gnome_basis
- Replace tracker with tinysparql: tracker was renamed with GNOME
47.
- Some major overhaul over the GNOME patterns: allow to properly
have wayland or X11 decoupled from each other, stepping closer to
a wayland-only installation.
==== tinysparql ====
Version update (3.8.0 -> 3.8.1)
Subpackages: libtracker-sparql-3_0-0 typelib-1_0-Tracker-3_0
- Update to version 3.8.1:
+ Fix leak iterating bus-based cursors
+ Fix allowed extension for Turtle files in ontology definitions
+ Test fixes
+ Updated translations.
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
MicroOS-release (20241121 -> 20241122)
containerd
gnome-initial-setup (47.1 -> 47.2)
gtk4 (4.16.5 -> 4.16.6)
libimobiledevice
llvm19 (19.1.3 -> 19.1.4)
multipath-tools (0.10.0+108+suse.2c2e597 -> 0.11.0~1+118+suse.4a51b1a)
net-snmp
podman (5.2.5 -> 5.3.0)
rpm
util-linux
util-linux-systemd
=== Details ===
==== MicroOS-release ====
Version update (20241121 -> 20241122)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== containerd ====
==== gnome-initial-setup ====
Version update (47.1 -> 47.2)
- Update to version 47.2:
+ Previously, the timezone page would list duplicate entries for
some cities, and selecting the wrong one would crash Initial
Setup. In this release these problematic entries are not shown.
+ Previous versions would crash on startup when run with GTK
4.17, which has made it a fatal error to use certain functions
before gtk_init() has been called. This crash is fixed in this
release.
+ Updated translations.
==== gtk4 ====
Version update (4.16.5 -> 4.16.6)
Subpackages: gtk4-schema gtk4-tools libgtk-4-1 typelib-1_0-Gtk-4_0
- Update to version 4.16.6:
+ To prevent issues when using GTK under kwin, this release makes
Wayland color management opt-in. To experiment with it, set
GDK_DEBUG=color-mgmt.
+ GtkText: Don't select inserted Emoji
+ GtkApplication: Set the default window icon from the app ID
+ GtkFontChooser: Make the dialog more shrinkable
+ Updated translations.
==== libimobiledevice ====
- add python3-setuptools for python 3.13 support
==== llvm19 ====
Version update (19.1.3 -> 19.1.4)
- Update to version 19.1.4.
* This release contains bug-fixes for the LLVM 19.1.0 release.
This release is API and ABI compatible with 19.1.0.
- Rebase llvm-do-not-install-static-libraries.patch.
==== multipath-tools ====
Version update (0.10.0+108+suse.2c2e597 -> 0.11.0~1+118+suse.4a51b1a)
Subpackages: kpartx libmpath0
- Update to version 0.11.0~1+118+suse.4a51b1a
See NEWS.md for details about upstream changes in 0.11.0.
* Pre-release of upstream 0.11.0
* Rework of the path checking algorithm to reduce wait time and improve
performance
* Modified the systemd unit `multipathd.service` such that multipathd will now
restart after a failure or crash (gh#opensvc/multipath-tools#100)
* multipathd: move systemd watchdog handling into daemon (bsc#1232227)
* libmultipath: dm_get_maps(): don't bail out for single-map failures
(bsc#1233588, gh#opensvc/multipath-tools#102)
* libmultipath: don't set dev_loss_tmo to 0 for NO_PATH_RETRY_FAIL
* multipathd: fix deferred_failback_tick for reload removes
==== net-snmp ====
Subpackages: libsnmp40 snmp-mibs
- logrotate should use reload instead of restart (bsc#1232030)
==== podman ====
Version update (5.2.5 -> 5.3.0)
- Update to version 5.3.0:
* Bump to v5.3.0
* Update release notes for v5.3.0
* [v5.3] Bump to Buildah v1.38.0
* [v5.3] Skip FIPS mode secrets run test
* [v5.3] Buildah treadmill tweaks
* test/buildah-bud: build new inet helper
* test/system: add regression test for TZDIR local issue
* vendor latest c/{buildah,common,image,storage}
* Reapply "CI: test nftables driver on fedora"
* Revert "cirrus: test only on f40/rawhide"
* test f41 VMs
* volume ls: fix race that caused it to fail
* AdditionalSupport for SubPath volume mounts
* Bump to v5.3.0-dev
* Bump to v5.3.0-rc3
* Update release notes for v5.3-rc3
* podman: update roadmap
* libpod: journald do not lock thread
* Add key to control if a container can get started by its pod
* Honor users requests in quadlet files
* CI: systests: workaround for parallel podman-stop flake
* Fix inconsistent line ending in win-installer project
* fix(deps): update module github.com/opencontainers/runc to v1.2.1
* Quadlet - support image file based mount in container file
* API: container logs flush status code
* rework event code to improve API errors
* events: remove memory eventer
* libpod: log file use Wait() over event API
* Makefile: vendor target should always remove toolchain
* cirrus: check consitent vendoring in test/tools
* test/tools/go.mod: remove toolchain
* fix(deps): update module github.com/shirou/gopsutil/v4 to v4.24.10
* fix(deps): update module github.com/onsi/gomega to v1.35.1
* doc: explain --interactive in more detail
* fix(deps): update golang.org/x/exp digest to f66d83c
* fix(deps): update github.com/opencontainers/runtime-tools digest to 6c9570a
* fix(deps): update github.com/linuxkit/virtsock digest to cb6a20c
* Bump to v5.3.0-dev
* Bump to v5.3.0-rc2
* Update release notes for v5.3.0-rc2
* add default polling interval to Container.Wait
* Instrument cleanup tracer to log weird volume removal flake
* make podman-clean-transient.service work as user
* Add default remote socket path if empty
* Use current user if no user specified
* Add support for ssh_config for connection
* libpod: use pasta Setup() over Setup2()
* fix(deps): update module github.com/onsi/ginkgo/v2 to v2.21.0
* fix(deps): update module github.com/onsi/gomega to v1.35.0
* logformatter: add cleanup tracer log link
* docs: fix broken example
* docs: add missing swagger links for the stable branches
* readthedocs: build extra formats
* pkg/machine/e2e: remove debug
* fix(docs): Integrate pasta in rootless tutorial
* chore(deps): update dependency setuptools to ~=75.3.0
* libpod: report cgroups deleted during Stat() call
* chore: fix some function names in comment
* CI: parallelize 450-interactive system tests
* CI: parallelize 520-checkpoint tests
* CI: make 070-build.bats use safe image names
* test/system: add podman network reload test to distro gating
* System tests: clean up unit file leaks
* healthcheck: do not leak service on failed stop
* healthcheck: do not leak statup service
* fix(deps): update module github.com/containers/gvisor-tap-vsock to v0.8.0
* Add Startup HealthCheck configuration to the podman inspect
* buildah version display: use progress()
* new showrun() for displaying and running shell commands
* Buildah treadmill: redo the .cirrus.yml tweaks
* Buildah treadmill: more allow-empty options
* Buildah treadmill: improve test-failure instructions
* Buildah treadmill: improve wording in test-fail instructions
* doc: Remove whitespace before comma
* fix(deps): update module github.com/checkpoint-restore/checkpointctl to v1.3.0
* ps: fix display of exposed ports
* ps: do not loop over port protocol
* readme: Add reference to pasta in the readme
* test/system: Fix spurious "duplicate tests" failures in pasta tests
* Improve "podman load - from URL"
* Try to repair c/storage after removing an additional image store
* Use the config digest to compare images loaded/pulled using different methods
* Simplify the additional store test
* Fix the store choice in "podman pull image with additional store"
* Bump to v5.3.0-dev
* Bump to v5.3.0-rc1
* Set quota on volume root directory, not _data
* fix(deps): update module github.com/opencontainers/runc to v1.2.0
* test: set soft ulimit
* Vagrantfile: Delete
* Enable pod restore with crun
* vendor: update c/{buildah,common,image,storage}
* Fix 330-corrupt-images.bats in composefs test runs
* quadlet: add default network dependencies to all units
* quadlet: ensure user units wait for the network
* add new podman-user-wait-network-online.service
* contrib/systemd: switch user symlink for file symlinks
* Makefile: remove some duplication from install.systemd
... changelog too long, skipping 448 lines ...
* pr-should-include-tests: no more CI:DOCS override
==== rpm ====
- Bump debugedit version (bsc#1233156)
==== util-linux ====
Subpackages: libblkid1 libfdisk1 libmount1 libsmartcols1 libuuid1
- Skip aarch64 decode path for rest of the architectures
(bsc#1229476, util-linux-lscpu-skip-aarch64-decode.patch).
- agetty: Prevent login cursor escape (bsc#1194818,
util-linux-agetty-prevent-cursor-escape.patch).
- Document unexpected side effects of lazy destruction
(bsc#1159034, util-linux-umount-losetup-lazy-destruction.patch,
util-linux-umount-losetup-lazy-destruction-generated.patch).
==== util-linux-systemd ====
Subpackages: lastlog2 liblastlog2-2
- Skip aarch64 decode path for rest of the architectures
(bsc#1229476, util-linux-lscpu-skip-aarch64-decode.patch).
- agetty: Prevent login cursor escape (bsc#1194818,
util-linux-agetty-prevent-cursor-escape.patch).
- Document unexpected side effects of lazy destruction
(bsc#1159034, util-linux-umount-losetup-lazy-destruction.patch,
util-linux-umount-losetup-lazy-destruction-generated.patch).
1
0