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
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.6 -> 24.2.7)
Mesa-drivers (24.2.6 -> 24.2.7)
MicroOS-release (20241119 -> 20241121)
evolution-data-server
gpgme (1.23.2 -> 1.24.0)
libXt (1.3.0 -> 1.3.1)
libbpf (1.4.6 -> 1.5.0)
libinput (1.26.2 -> 1.27.0)
libmtp (1.1.21 -> 1.1.22)
librepo (1.18.1 -> 1.19.0)
mozjs128
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)
vlc
webkit2gtk3
webkit2gtk4
=== Details ===
==== Mesa ====
Version update (24.2.6 -> 24.2.7)
Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1
- 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.2.7)
Subpackages: Mesa-dri Mesa-gallium
- 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 (20241119 -> 20241121)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== evolution-data-server ====
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
- 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).
==== 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
==== 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
==== 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]
==== 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).
==== 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
==== 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.
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 (20241118 -> 20241119)
ncurses (6.5.20241102 -> 6.5.20241109)
=== Details ===
==== MicroOS-release ====
Version update (20241118 -> 20241119)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== 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
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 (20241117 -> 20241118)
llvm19
=== Details ===
==== MicroOS-release ====
Version update (20241117 -> 20241118)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== llvm19 ====
- 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)
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 (20241115 -> 20241117)
alsa
kdump (2.0.10+git0.g62142dd -> 2.0.11)
libzypp (17.35.13 -> 17.35.14)
runc (1.2.1 -> 1.2.2)
upower (1.90.4 -> 1.90.6)
=== Details ===
==== MicroOS-release ====
Version update (20241115 -> 20241117)
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
==== 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
==== 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)
==== 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>.
==== 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.
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 (20241114 -> 20241115)
curl
docker
gnutls (3.8.7 -> 3.8.8)
iptables (1.8.10 -> 1.8.11)
kernel-firmware (20241018 -> 20241113)
kernel-source (6.11.7 -> 6.11.8)
libsoup
libsoup2
libxml2
llvm19
microos-tools (4.0+git2 -> 4.0+git6)
python311
python311-core
tcpd
tiff
xprop (1.2.7 -> 1.2.8)
=== Details ===
==== MicroOS-release ====
Version update (20241114 -> 20241115)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== 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.
==== 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
==== 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
==== 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 ucode-amd
- 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)
- 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
==== 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
==== llvm19 ====
- Enable lldb on s390x and ppc64le (bsc#1232906).
==== 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)
==== python311 ====
- Remove -IVendor/ from python-config boo#1231795
==== python311-core ====
Subpackages: libpython3_11-1_0 python311-base
- Remove -IVendor/ from python-config boo#1231795
==== 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
==== 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:
MicroOS-release (20241113 -> 20241114)
gnome-session
gnome-shell-extensions
libgpg-error (1.50 -> 1.51)
libsolv (0.7.30 -> 0.7.31)
libssh2_org (1.11.0 -> 1.11.1)
libzypp (17.35.12 -> 17.35.13)
permissions (1699_20240522 -> 1699_20241029)
plasma6-desktop
plasma6-workspace
qt6-tools
rpm-config-SUSE (20240214 -> 20241031)
sdbootutil (1+git20241107.6f81ff3 -> 1+git20241112.ecf5f97)
ucode-intel (20241029 -> 20241112)
webkit2gtk3
webkit2gtk4
zypper (1.14.77 -> 1.14.78)
=== Details ===
==== MicroOS-release ====
Version update (20241113 -> 20241114)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== gnome-session ====
Subpackages: gnome-session-core gnome-session-wayland
- Move update-alternative post/postun scriptlets from the main
package to the xsession sub-package (boo#1233299).
- Drop gnome-session-default-session: this was there to also
support the alternative fallback-session, but that one was
dropped at the times of GNOME 3.8.
==== gnome-shell-extensions ====
Subpackages: gnome-shell-classic gnome-shell-extensions-common
- Split out gnome-shell-classic-xsession sub-package.
==== libgpg-error ====
Version update (1.50 -> 1.51)
- Update to 1.51:
* Add GPGRT_PROCESS_ALLOW_SET_FG for gpgrt_process_spawn. [rEb79d4206f4]
* Add new spawn function to modify the environment. [T7307]
* Fix missing environ var for macOS and others. [T7169,T7307]
* Fix forgotten _gpgrt_post_syscall on create pipe failure. [rEbcab96484d]
* Let gpgrt_poll return an error for a closed fd. [rE4a3dc85f69]
* Fix build error introduced by C-committee stupidity. [T7344]
* Interface changes relative to the 1.50 release:
- _gpg_w32_gettext_use_utf8 EXTN (new value 2).
- gpgrt_spawn_actions_set_env_rev NEW.
- GPGRT_PROCESS_ALLOW_SET_FG NEW.
* Release-info: https://dev.gnupg.org/T7164
* Rebase libgpg-error-nobetasuffix.patch
==== libsolv ====
Version update (0.7.30 -> 0.7.31)
- fix replaces_installed_package using the wrong solvable id
when checking the noupdate map
- make POOL_FLAG_ADDFILEPROVIDESFILTERED behaviour more standard
- add rpm_query_idarray query function
- support rpm's "orderwithrequires" dependency
- bump version to 0.7.31
==== libssh2_org ====
Version update (1.11.0 -> 1.11.1)
- Update to 1.11.1:
* build: enable '-pedantic-errors'
* build: add 'LIBSSH2_NO_DEPRECATED' option
* build: stop requiring libssl from openssl
* disable DSA by default
* hostkey: do not advertise ssh-rsa when SHA1 is disabled
* kex: prevent possible double free of hostkey
* kex: always check for null pointers before calling _libssh2_bn_set_word
* kex: fix a memory leak in key exchange
* kex: always add extension indicators to kex_algorithms
* md5: allow disabling old-style encrypted private keys at build-time
* openssl: free allocated resources when using openssl3
* openssl: fix memory leaks in '_libssh2_ecdsa_curve_name_with_octal_new'
and '_libssh2_ecdsa_verify'
* openssl: fix calculating DSA public key with OpenSSL 3
* openssl: initialize BIGNUMs to NULL in 'gen_publickey_from_dsa' for OpenSSL 3
* openssl: fix cppcheck found NULL dereferences
* openssl: delete internal 'read_openssh_private_key_from_memory()'
* openssl: use OpenSSL 3 HMAC API, add 'no-deprecated' CI job
* openssl: make a function static, add '#ifdef' comments
* openssl: fix DSA code to use OpenSSL 3 API
* openssl: fix 'EC_KEY' reference with OpenSSL 3 'no-deprecated' build
* openssl: use non-deprecated APIs with OpenSSL 3.x
* openssl: silence '-Wunused-value' warnings
* openssl: add missing check for 'LIBRESSL_VERSION_NUMBER' before use
* packet: properly bounds check packet_authagent_open()
* pem: fix private keys encrypted with AES-GCM methods
* reuse: provide SPDX identifiers
* scp: fix missing cast for targets without large file support
* session: support server banners up to 8192 bytes
* session: add 'libssh2_session_callback_set2()'
* session: handle EINTR from send/recv/poll/select to try again as the error is not fatal
* sftp: increase SFTP_HANDLE_MAXLEN back to 4092
* sftp: implement posix-rename(a)openssh.com
* src: implement chacha20-poly1305(a)openssh.com
* src: check the return value from '_libssh2_bn_*()' functions
* src: support RSA-SHA2 cert-based authentication (rsa-sha2-512_cert and rsa-sha2-256_cert)
* src: check hash update/final success
* src: check hash init success
* src: add 'strict KEX' to fix CVE-2023-48795 "Terrapin Attack"
* transport: fix unstable connections over non-blocking sockets
* transport: check ETM on remote end when receiving
* transport: fix incorrect byte offset in debug message
* userauth: avoid oob with huge interactive kbd response
* userauth: add a new structure to separate memory read and file read
* userauth: check whether '*key_method' is a NULL pointer instead of 'key_method'
* Rebase libssh2-ocloexec.patch
* Remove patches fixed upstream:
- libssh2_org-CVE-2023-48795.patch
- libssh2_org-CVE-2023-48795-ext.patch
- libssh2_org-ETM-remote.patch
==== libzypp ====
Version update (17.35.12 -> 17.35.13)
- BuildCache: Don't try to retrieve missing raw metadata if no
permission to write the cache (bsc#1225451)
- RepoManager: throw RepoNoPermissionException if the user has no
permission to update(write) the caches (bsc#1225451)
- version 17.35.13 (35)
==== permissions ====
Version update (1699_20240522 -> 1699_20241029)
Subpackages: permctl permissions-config
- Update to version 1699_20241029:
* Add RPM macros; moved from rpm-config-SUSE
* package RPM macros together with permctl, to avoid having to setup an
extra sub-package.
==== plasma6-desktop ====
Subpackages: plasma6-desktop-emojier
- Replace plasma6-framework-components 'Requires' with
libplasma6-components
==== plasma6-workspace ====
Subpackages: plasma6-session plasma6-workspace-libs
- Replace '%requires_ge plasma6-desktop' with 'Requires: plasma6-desktop'
==== qt6-tools ====
Subpackages: libQt6UiTools6 qt6-tools-qdbus
- Reintroduce proper %requires_eq on libclang, it's needed to ensure
that qdoc pulls in a libclang suitable for the used libclang-cpp.
==== rpm-config-SUSE ====
Version update (20240214 -> 20241031)
- Update to version 20241031:
* Merge in changes that already happened in the package
- Update to version 20241031:
* Drop {set,verify}_permissions macros
* Strip the explicit /bin/bash dependency for ksym macros
* locale.prov: handle glibc-locale-base (boo#1221250)
* lang_package: Add 'basename' option
* %requires_eq|ge(): Report error if package version cannot be determined
==== sdbootutil ====
Version update (1+git20241107.6f81ff3 -> 1+git20241112.ecf5f97)
Subpackages: sdbootutil-snapper sdbootutil-tukit
- Update to version 1+git20241112.ecf5f97:
* Move enrollment from disk-encryption-tool
* Use [/usr]/etc/default/fde-tools as config file
==== ucode-intel ====
Version update (20241029 -> 20241112)
- Intel CPU Microcode was updated to the 20241112 release (bsc#1233313)
- CVE-2024-21853: Faulty finite state machines (FSMs) in the hardware logic in some 4th and 5th Generation Intel Xeon Processors may allow an authorized user to potentially enable denial of service via local access. Security updates for [INTEL-SA-01101](https://www.intel.com/content/www/us/en/security-center/adv…
- CVE-2024-23918: Improper conditions check in some Intel Xeon processor memory controller configurations when using Intel SGX may allow a privileged user to potentially enable escalation of privilege via local access. Security updates for [INTEL-SA-01079](https://www.intel.com/content/www/us/en/security-center/adv…
- CVE-2024-21820: Incorrect default permissions in some Intel Xeon processor memory controller configurations when using Intel SGX may allow a privileged user to potentially enable escalation of privilege via local access. Security updates for [INTEL-SA-01079](https://www.intel.com/content/www/us/en/security-center/adv…
- CVE-2024-24968: Improper finite state machines (FSMs) in hardware logic in some Intel Processors may allow an privileged user to potentially enable a denial of service via local access. Updated security updates for [INTEL-SA-01097](https://www.intel.com/content/www/us/en/security-center/adv…
- CVE-2024-23984: Observable discrepancy in RAPL interface for some Intel Processors may allow a privileged user to potentially enable information disclosure via local access Updated security updates for [INTEL-SA-01103](https://www.intel.com/content/www/us/en/security-center/adv…
- Update for functional issues. Refer to [Intel Core Ultra Processor](https://cdrdv2.intel.com/v1/dl/getContent/792254) for details.
- Update for functional issues. Refer to [14th/13th Generation Intel Core Processor Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/740518) for details.
- Update for functional issues. Refer to [12th Generation Intel Core Processor Family](https://cdrdv2.intel.com/v1/dl/getContent/682436) for details.
- Update for functional issues. Refer to [5th Gen Intel Xeon Scalable Processors Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/793902) for details.
- Update for functional issues. Refer to [4th Gen Intel Xeon Scalable Processors Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/772415) for details.
- Update for functional issues. Refer to [3rd Generation Intel Xeon Processor Scalable Family Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/637780) for details.
- Update for functional issues. Refer to [Intel Xeon D-2700 Processor Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/714071) for details.
- Update for functional issues. Refer to [Intel Xeon D-1700 and D-1800 Processor Family Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/714069) for details
New Platforms:
| Processor | Stepping | F-M-S/PI | Old Ver | New Ver | Products
|:---------------|:---------|:------------|:---------|:---------|:---------
Updated Platforms:
| Processor | Stepping | F-M-S/PI | Old Ver | New Ver | Products
|:---------------|:---------|:------------|:---------|:---------|:---------
| ADL | C0 | 06-97-02/07 | 00000036 | 00000037 | Core Gen12
| ADL | H0 | 06-97-05/07 | 00000036 | 00000037 | Core Gen12
| ADL | L0 | 06-9a-03/80 | 00000434 | 00000435 | Core Gen12
| ADL | R0 | 06-9a-04/80 | 00000434 | 00000435 | Core Gen12
| EMR-SP | A0 | 06-cf-01/87 | 21000230 | 21000283 | Xeon Scalable Gen5
| EMR-SP | A1 | 06-cf-02/87 | 21000230 | 21000283 | Xeon Scalable Gen5
| MTL | C0 | 06-aa-04/e6 | 0000001f | 00000020 | Core⢠Ultra Processor
| RPL-H/P/PX 6+8 | J0 | 06-ba-02/e0 | 00004122 | 00004123 | Core Gen13
| RPL-HX/S | C0 | 06-bf-02/07 | 00000036 | 00000037 | Core Gen13/Gen14
| RPL-S | H0 | 06-bf-05/07 | 00000036 | 00000037 | Core Gen13/Gen14
| RPL-U 2+8 | Q0 | 06-ba-03/e0 | 00004122 | 00004123 | Core Gen13
| SPR-SP | E3 | 06-8f-06/87 | 2b0005c0 | 2b000603 | Xeon Scalable Gen4
| SPR-SP | E4/S2 | 06-8f-07/87 | 2b0005c0 | 2b000603 | Xeon Scalable Gen4
| SPR-SP | E5/S3 | 06-8f-08/87 | 2b0005c0 | 2b000603 | Xeon Scalable Gen4
New Disclosures Updated in Prior Releases:
| Processor | Stepping | F-M-S/PI | Old Ver | New Ver | Products
|:---------------|:---------|:------------|:---------|:---------|:---------
| ICL-D | B0 | 06-6c-01/10 | 010002b0 | N/A | Xeon D-17xx/D-18xx, D-27xx/D-28xx
| ICX-SP | Dx/M1 | 06-6a-06/87 | 0d0003e7 | N/A | Xeon Scalable Gen3
==== webkit2gtk3 ====
Subpackages: libjavascriptcoregtk-4_1-0 libwebkit2gtk-4_1-0 webkit2gtk-4_1-injected-bundles
- Add 9e9ea966373d3858668f6a29d8ba91a5807c8dd8.patch: Fix aspect
ratio in videos with gststreamer-1.24.9.
==== webkit2gtk4 ====
Subpackages: libjavascriptcoregtk-6_0-1 libwebkitgtk-6_0-4 webkitgtk-6_0-injected-bundles
- Add 9e9ea966373d3858668f6a29d8ba91a5807c8dd8.patch: Fix aspect
ratio in videos with gststreamer-1.24.9.
==== zypper ====
Version update (1.14.77 -> 1.14.78)
Subpackages: zypper-needs-restarting
- Don't try to download missing raw metadata if cache is not
writable (bsc#1225451)
- man: Update 'search' command description.
Hint to "se -v" showing the matches within the packages metadata.
Explain that search strings starting with a "/" will implicitly
look into the filelist as well. Otherfise an explicit "-f" is
needed.
- version 1.14.78
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 (20241113 -> 20241114)
gnome-session
gnome-shell-extensions
libgpg-error (1.50 -> 1.51)
libsolv (0.7.30 -> 0.7.31)
libssh2_org (1.11.0 -> 1.11.1)
libzypp (17.35.12 -> 17.35.13)
permissions (1699_20240522 -> 1699_20241029)
plasma6-desktop
plasma6-workspace
qt6-tools
rpm-config-SUSE (20240214 -> 20241031)
sdbootutil (1+git20241107.6f81ff3 -> 1+git20241112.ecf5f97)
webkit2gtk3
webkit2gtk4
zypper (1.14.77 -> 1.14.78)
=== Details ===
==== MicroOS-release ====
Version update (20241113 -> 20241114)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== gnome-session ====
Subpackages: gnome-session-core gnome-session-wayland
- Move update-alternative post/postun scriptlets from the main
package to the xsession sub-package (boo#1233299).
- Drop gnome-session-default-session: this was there to also
support the alternative fallback-session, but that one was
dropped at the times of GNOME 3.8.
==== gnome-shell-extensions ====
Subpackages: gnome-shell-classic gnome-shell-extensions-common
- Split out gnome-shell-classic-xsession sub-package.
==== libgpg-error ====
Version update (1.50 -> 1.51)
- Update to 1.51:
* Add GPGRT_PROCESS_ALLOW_SET_FG for gpgrt_process_spawn. [rEb79d4206f4]
* Add new spawn function to modify the environment. [T7307]
* Fix missing environ var for macOS and others. [T7169,T7307]
* Fix forgotten _gpgrt_post_syscall on create pipe failure. [rEbcab96484d]
* Let gpgrt_poll return an error for a closed fd. [rE4a3dc85f69]
* Fix build error introduced by C-committee stupidity. [T7344]
* Interface changes relative to the 1.50 release:
- _gpg_w32_gettext_use_utf8 EXTN (new value 2).
- gpgrt_spawn_actions_set_env_rev NEW.
- GPGRT_PROCESS_ALLOW_SET_FG NEW.
* Release-info: https://dev.gnupg.org/T7164
* Rebase libgpg-error-nobetasuffix.patch
==== libsolv ====
Version update (0.7.30 -> 0.7.31)
- fix replaces_installed_package using the wrong solvable id
when checking the noupdate map
- make POOL_FLAG_ADDFILEPROVIDESFILTERED behaviour more standard
- add rpm_query_idarray query function
- support rpm's "orderwithrequires" dependency
- bump version to 0.7.31
==== libssh2_org ====
Version update (1.11.0 -> 1.11.1)
- Update to 1.11.1:
* build: enable '-pedantic-errors'
* build: add 'LIBSSH2_NO_DEPRECATED' option
* build: stop requiring libssl from openssl
* disable DSA by default
* hostkey: do not advertise ssh-rsa when SHA1 is disabled
* kex: prevent possible double free of hostkey
* kex: always check for null pointers before calling _libssh2_bn_set_word
* kex: fix a memory leak in key exchange
* kex: always add extension indicators to kex_algorithms
* md5: allow disabling old-style encrypted private keys at build-time
* openssl: free allocated resources when using openssl3
* openssl: fix memory leaks in '_libssh2_ecdsa_curve_name_with_octal_new'
and '_libssh2_ecdsa_verify'
* openssl: fix calculating DSA public key with OpenSSL 3
* openssl: initialize BIGNUMs to NULL in 'gen_publickey_from_dsa' for OpenSSL 3
* openssl: fix cppcheck found NULL dereferences
* openssl: delete internal 'read_openssh_private_key_from_memory()'
* openssl: use OpenSSL 3 HMAC API, add 'no-deprecated' CI job
* openssl: make a function static, add '#ifdef' comments
* openssl: fix DSA code to use OpenSSL 3 API
* openssl: fix 'EC_KEY' reference with OpenSSL 3 'no-deprecated' build
* openssl: use non-deprecated APIs with OpenSSL 3.x
* openssl: silence '-Wunused-value' warnings
* openssl: add missing check for 'LIBRESSL_VERSION_NUMBER' before use
* packet: properly bounds check packet_authagent_open()
* pem: fix private keys encrypted with AES-GCM methods
* reuse: provide SPDX identifiers
* scp: fix missing cast for targets without large file support
* session: support server banners up to 8192 bytes
* session: add 'libssh2_session_callback_set2()'
* session: handle EINTR from send/recv/poll/select to try again as the error is not fatal
* sftp: increase SFTP_HANDLE_MAXLEN back to 4092
* sftp: implement posix-rename(a)openssh.com
* src: implement chacha20-poly1305(a)openssh.com
* src: check the return value from '_libssh2_bn_*()' functions
* src: support RSA-SHA2 cert-based authentication (rsa-sha2-512_cert and rsa-sha2-256_cert)
* src: check hash update/final success
* src: check hash init success
* src: add 'strict KEX' to fix CVE-2023-48795 "Terrapin Attack"
* transport: fix unstable connections over non-blocking sockets
* transport: check ETM on remote end when receiving
* transport: fix incorrect byte offset in debug message
* userauth: avoid oob with huge interactive kbd response
* userauth: add a new structure to separate memory read and file read
* userauth: check whether '*key_method' is a NULL pointer instead of 'key_method'
* Rebase libssh2-ocloexec.patch
* Remove patches fixed upstream:
- libssh2_org-CVE-2023-48795.patch
- libssh2_org-CVE-2023-48795-ext.patch
- libssh2_org-ETM-remote.patch
==== libzypp ====
Version update (17.35.12 -> 17.35.13)
- BuildCache: Don't try to retrieve missing raw metadata if no
permission to write the cache (bsc#1225451)
- RepoManager: throw RepoNoPermissionException if the user has no
permission to update(write) the caches (bsc#1225451)
- version 17.35.13 (35)
==== permissions ====
Version update (1699_20240522 -> 1699_20241029)
Subpackages: permctl permissions-config
- Update to version 1699_20241029:
* Add RPM macros; moved from rpm-config-SUSE
* package RPM macros together with permctl, to avoid having to setup an
extra sub-package.
==== plasma6-desktop ====
Subpackages: plasma6-desktop-emojier
- Replace plasma6-framework-components 'Requires' with
libplasma6-components
==== plasma6-workspace ====
Subpackages: plasma6-session plasma6-workspace-libs
- Replace '%requires_ge plasma6-desktop' with 'Requires: plasma6-desktop'
==== qt6-tools ====
Subpackages: libQt6UiTools6 qt6-tools-qdbus
- Reintroduce proper %requires_eq on libclang, it's needed to ensure
that qdoc pulls in a libclang suitable for the used libclang-cpp.
==== rpm-config-SUSE ====
Version update (20240214 -> 20241031)
- Update to version 20241031:
* Merge in changes that already happened in the package
- Update to version 20241031:
* Drop {set,verify}_permissions macros
* Strip the explicit /bin/bash dependency for ksym macros
* locale.prov: handle glibc-locale-base (boo#1221250)
* lang_package: Add 'basename' option
* %requires_eq|ge(): Report error if package version cannot be determined
==== sdbootutil ====
Version update (1+git20241107.6f81ff3 -> 1+git20241112.ecf5f97)
Subpackages: sdbootutil-snapper sdbootutil-tukit
- Update to version 1+git20241112.ecf5f97:
* Move enrollment from disk-encryption-tool
* Use [/usr]/etc/default/fde-tools as config file
==== webkit2gtk3 ====
Subpackages: libjavascriptcoregtk-4_1-0 libwebkit2gtk-4_1-0 webkit2gtk-4_1-injected-bundles
- Add 9e9ea966373d3858668f6a29d8ba91a5807c8dd8.patch: Fix aspect
ratio in videos with gststreamer-1.24.9.
==== webkit2gtk4 ====
Subpackages: libjavascriptcoregtk-6_0-1 libwebkitgtk-6_0-4 webkitgtk-6_0-injected-bundles
- Add 9e9ea966373d3858668f6a29d8ba91a5807c8dd8.patch: Fix aspect
ratio in videos with gststreamer-1.24.9.
==== zypper ====
Version update (1.14.77 -> 1.14.78)
Subpackages: zypper-needs-restarting
- Don't try to download missing raw metadata if cache is not
writable (bsc#1225451)
- man: Update 'search' command description.
Hint to "se -v" showing the matches within the packages metadata.
Explain that search strings starting with a "/" will implicitly
look into the filelist as well. Otherfise an explicit "-f" is
needed.
- version 1.14.78
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 (20241112 -> 20241113)
alsa (1.2.12 -> 1.2.13)
grub2
libopenmpt (0.7.10 -> 0.7.11)
libsemanage
libsoup
libsoup2
nghttp2 (1.62.1 -> 1.64.0)
openssl-3
qt6-declarative
sof-firmware (2024.09 -> 2024.09.1)
wget (1.24.5 -> 1.25.0)
=== Details ===
==== MicroOS-release ====
Version update (20241112 -> 20241113)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== alsa ====
Version update (1.2.12 -> 1.2.13)
- Update to alsa-lib 1.2.13:
* static build fixes
* documentation update for control remap API
* PCM dmix fixes
* pcm: implement snd_pcm_hw_params_get_sync() and obsolete snd_pcm_info_get_sync()
* ump: Add a function to provide the packet word length of a UMP type
* seq: Add snd_seq_{get|set}_ump_is_midi1() API functions
* seq: Add API functions to set different tempo base values
* seq: Add API helper functions for creating UMP Endpoint and Blocks
* documentation fixes for UMP and sequencer API
* test: Add an example programs for UMP
For details, see:
https://www.alsa-project.org/wiki/Changes_v1.2.12_v1.2.13#alsa-lib
- Conditionally take libtool
==== grub2 ====
Subpackages: grub2-common grub2-i386-pc grub2-snapper-plugin grub2-x86_64-efi
- Revert the patches related to BLS support in grub2-mkconfig, as they are not
relevant to the current BLS integration and cause issues in older KIWI
versions, which actively force it to be enabled by default (bsc#1233196)
* 0002-Add-BLS-support-to-grub-mkconfig.patch
* 0003-Add-grub2-switch-to-blscfg.patch
* 0007-grub-switch-to-blscfg-adapt-to-openSUSE.patch
* 0008-blscfg-reading-bls-fragments-if-boot-present.patch
* 0009-10_linux-Some-refinement-for-BLS.patch
* 0001-10_linux-Do-not-enable-BLSCFG-on-s390-emu.patch
==== libopenmpt ====
Version update (0.7.10 -> 0.7.11)
- Update to 0.7.11:
* IT: Donât import SAx High Offset command for IT 1.xx modules.
This feature was added in Impulse Tracker 2.00.
* IT: Limit Vxx parameter to V80 for files made with old Schism
Tracker versions.
* IT / S3M: Impulse Tracker 2.14 patch version information was
incorrect.
* S3M: O00 effects are no longer ignored if the tracker version
in the file header indicates Scream Tracker 3.00 / 3.01,
but the file was clearly saved with another tool (e.g. UNMO3).
* S3M: As files made with Scream Tracker 3.20 and 3.21 cannot be
told apart, both versions are now listed in the tracker
metadata.
* ULT: Try to preserve global commands if thereâs e.g. both a
speed and tempo command in the same cell.
* STM: Improved tracker identification metadata.
* SymMOD: When running out of Zxx macros, try to find the closest
macro to use instead.
* SymMOD: Ignore unknown hunks instead of rejecting entire file,
as thatâs what Symphonie does as well.
* OKT: Disable loop on type âBâ samples if theyâre used on a
mixed channel.
* OKT: The last sample slot was never loaded.
* PTM: Halve offset command strength for 16-bit samples.
==== libsemanage ====
Subpackages: libsemanage-conf libsemanage2
- Not conflict but obsolete libsemanage1 (bsc#1229757)
==== libsoup ====
Subpackages: libsoup-3_0-0 typelib-1_0-Soup-3_0
- Add 6adc0e3e.patch: websocket: Process the frame as soon as we
read data (boo#1233287 CVE-2024-52532 glgo#GNOME/libsoup#391).
- Add 29b96fab.patch: websocket-test: disconnect error copy after
the test ends (glgo#GNOME/libsoup#391).
- Add a35222dd.patch: be more robust against invalid input when
parsing params (boo#1233292 CVE-2024-52531
glgo#GNOME/libsoup!407).
==== libsoup2 ====
- Add 04df03bc.patch: strictly don't allow NUL bytes in headers
(boo#1233285 CVE-2024-52530 glgo#GNOME/libsoup#377).
- Add libsoup-CVE-2024-52532.patch: websocket: Process the frame as
soon as we read data (boo#1233287 CVE-2024-52532).
- Add 29b96fab.patch: websocket-test: disconnect error copy after
the test ends (glgo#GNOME/libsoup#391).
- Add a35222dd.patch: be more robust against invalid input when
parsing params (boo#1233292 CVE-2024-52531
glgo#GNOME/libsoup!407).
==== nghttp2 ====
Version update (1.62.1 -> 1.64.0)
- version update to 1.64.0
1.64.0
* Change clang-format options by @tatsuhiro-t in #2240
* build(deps): bump github.com/quic-go/quic-go from 0.46.0 to 0.47.0 by @dependabot in #2243
* build(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 by @dependabot in #2244
* nghttp2_map: Port ngtcp2 changes by @tatsuhiro-t in #2245
* h2load: Fix UDP datagram send/recv metric by @tatsuhiro-t in #2248
* build(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 by @dependabot in #2252
* fix race condition on h1 connection close by @TuxInvader in #2249
* Gha ubuntu 24.04 by @tatsuhiro-t in #2254
* GHA: Run tests for i686-w64-mingw32 host by @tatsuhiro-t in #2255
* cmake: Fix c-ares v1.34.0 version detection failure by @tatsuhiro-t in #2256
* fix: -Wextra-semi errors in nghttp2_helper.h by @codebytere in #2258
* clang-format macros that do not need semicolon at the end by @tatsuhiro-t in #2259
* Remove extra semicolons by @tatsuhiro-t in #2260
* Bump ngtcp2 and its dependencies by @tatsuhiro-t in #2261
* Do not allow '@' in :authority or host field values by @tatsuhiro-t in #2262
* h2load: GRO buffer size should be 64KiB by @tatsuhiro-t in #2263
* Bump libbpf to v1.4.6 by @tatsuhiro-t in #2264
* Update nghttp2_check_authority doc by @tatsuhiro-t in #2265
1.63.0
* Bump libbpf to v1.4.2 by @tatsuhiro-t in #2191
* build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0 by @dependabot in #2193
* nghttpx: Fix batch UDP QUIC packet dropped on GRO read by @tatsuhiro-t in #2196
* CMakeLists.txt: allow to compile the C only lib without CXX compiler by @ThomasDevoogdt in #2200
* build(deps): bump github.com/quic-go/quic-go from 0.43.1 to 0.44.0 by @dependabot in #2197
* Fix compiler versions in readme by @ryandesign in #2203
* build(deps): bump golang.org/x/net from 0.25.0 to 0.26.0 by @dependabot in #2205
* build(deps): bump github.com/quic-go/quic-go from 0.44.0 to 0.45.0 by @dependabot in #2206
* Bump ngtcp2 and its dependencies by @tatsuhiro-t in #2207
* build(deps): bump docker/build-push-action from 5 to 6 by @dependabot in #2208
* Add wolfSSL support by @tatsuhiro-t in #2209
* Append --shallow-submodules to git clone --recursive by @tatsuhiro-t in #2210
* Always append options to extra options by @tatsuhiro-t in #2211
* build(deps): bump github.com/quic-go/quic-go from 0.45.0 to 0.45.1 by @dependabot in #2213
* Disable dependency tracking by @tatsuhiro-t in #2214
* Fix Dockerfile.android build failure by @tatsuhiro-t in #2215
* Fix UDP_GRO struct cmsghdr data type by @tatsuhiro-t in #2216
* GHA: Suppress warnings by @tatsuhiro-t in #2217
* Fix levenshtein initialization by @tatsuhiro-t in #2218
* build(deps): bump golang.org/x/net from 0.26.0 to 0.27.0 by @dependabot in #2220
* Undefine NGHTTP2_NO_SSIZE_T if BUILDING_NGHTTP2 is defined by @tatsuhiro-t in #2224
* Bump clang format by @tatsuhiro-t in #2226
* Suppress old compiler error by @tatsuhiro-t in #2228
* build(deps): bump github.com/quic-go/quic-go from 0.45.1 to 0.45.2 by @dependabot in #2229
* build(deps): bump golang.org/x/net from 0.27.0 to 0.28.0 by @dependabot in #2231
* build(deps): bump github.com/quic-go/quic-go from 0.45.2 to 0.46.0 by @dependabot in #2232
* Bump ngtcp2 and its dependencies by @tatsuhiro-t in #2236
* Bump libbpf to v1.4.5 by @tatsuhiro-t in #2237
* Update go by @tatsuhiro-t in #2238
* levenshtein: Use size_t by @tatsuhiro-t in #2239
==== openssl-3 ====
Subpackages: libopenssl3
- Do not use HASHBANGPERL to avoid introducing a dependency on the
perl-base package. [bsc#1233235]
- Add missing fixes for SHA3_squeeze and quic_multistream_test on
pcc64 arch. [jsc#PED-10280]
* Added openssl-3-fix-sha3-squeeze-ppc64.patch
* Added openssl-3-fix-quic_multistream_test.patch
==== qt6-declarative ====
Subpackages: libQt6LabsAnimation6 libQt6LabsFolderListModel6 libQt6LabsPlatform6 libQt6LabsQmlModels6 libQt6LabsSettings6 libQt6LabsSharedImage6 libQt6LabsWavefrontMesh6 libQt6Qml6 libQt6QmlCore6 libQt6QmlLocalStorage6 libQt6QmlMeta6 libQt6QmlModels6 libQt6QmlNetwork6 libQt6QmlWorkerScript6 libQt6QmlXmlListModel6 libQt6Quick6 libQt6QuickControls2-6 libQt6QuickControls2Impl6 libQt6QuickDialogs2-6 libQt6QuickDialogs2QuickImpl6 libQt6QuickDialogs2Utils6 libQt6QuickEffects6 libQt6QuickLayouts6 libQt6QuickParticles6 libQt6QuickShapes6 libQt6QuickTemplates2-6 libQt6QuickTest6 libQt6QuickVectorImage6 libQt6QuickWidgets6 qt6-declarative-imports
- Replace 0001-WIP-speculative-gc-fix.patch with newer ones,
should unbreak spectacle and some others (kde#496139):
* 0001-Log-state-transitions-for-the-GC.patch
* 0001-Engine-Mark-created-wrapped-objects-after-GCState-Ma.patch
==== sof-firmware ====
Version update (2024.09 -> 2024.09.1)
- update to v2024.09.1:
* Add missing links for SOF v2.11.1 signed Intel binaries for ARL
* fixup the intel-signed/sof-arl.ri link
* Update v2.2.12 topology files for Intel platforms
* add new 2.11.2 topology2 production binaries
==== wget ====
Version update (1.24.5 -> 1.25.0)
- GNU wget 1.25.0:
* New testcase for pathconf truncation
* Fix libproxy build with --disable-debug
* [BREAKING CHANGE] Support continious reading from stdin pipes
* Properly re-implement userinfo parsing (rfc2396)
* init: fix -Warray-bounds in setval_internal_tilde
* Fix build error on MingW with `G_GETFL` and `F_SETFL` flags
* Fix returning uninitialized variable
* Fix a static analysis false positive
* [BREAKING CHANGE] Fix CVE-2024-10524 (drop support for shorthand URLs)
(bsc#1233256)
- Remove committed patches
* properly-re-implement-userinfo-parsing.patch
- Renumber patches
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 (20241112 -> 20241113)
alsa (1.2.12 -> 1.2.13)
grub2
libopenmpt (0.7.10 -> 0.7.11)
libsemanage
libsoup
libsoup2
nghttp2 (1.62.1 -> 1.64.0)
openssl-3
qt6-declarative
sof-firmware (2024.09 -> 2024.09.1)
wget (1.24.5 -> 1.25.0)
=== Details ===
==== MicroOS-release ====
Version update (20241112 -> 20241113)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== alsa ====
Version update (1.2.12 -> 1.2.13)
- Update to alsa-lib 1.2.13:
* static build fixes
* documentation update for control remap API
* PCM dmix fixes
* pcm: implement snd_pcm_hw_params_get_sync() and obsolete snd_pcm_info_get_sync()
* ump: Add a function to provide the packet word length of a UMP type
* seq: Add snd_seq_{get|set}_ump_is_midi1() API functions
* seq: Add API functions to set different tempo base values
* seq: Add API helper functions for creating UMP Endpoint and Blocks
* documentation fixes for UMP and sequencer API
* test: Add an example programs for UMP
For details, see:
https://www.alsa-project.org/wiki/Changes_v1.2.12_v1.2.13#alsa-lib
- Conditionally take libtool
==== grub2 ====
Subpackages: grub2-arm64-efi grub2-common grub2-snapper-plugin
- Revert the patches related to BLS support in grub2-mkconfig, as they are not
relevant to the current BLS integration and cause issues in older KIWI
versions, which actively force it to be enabled by default (bsc#1233196)
* 0002-Add-BLS-support-to-grub-mkconfig.patch
* 0003-Add-grub2-switch-to-blscfg.patch
* 0007-grub-switch-to-blscfg-adapt-to-openSUSE.patch
* 0008-blscfg-reading-bls-fragments-if-boot-present.patch
* 0009-10_linux-Some-refinement-for-BLS.patch
* 0001-10_linux-Do-not-enable-BLSCFG-on-s390-emu.patch
==== libopenmpt ====
Version update (0.7.10 -> 0.7.11)
- Update to 0.7.11:
* IT: Donât import SAx High Offset command for IT 1.xx modules.
This feature was added in Impulse Tracker 2.00.
* IT: Limit Vxx parameter to V80 for files made with old Schism
Tracker versions.
* IT / S3M: Impulse Tracker 2.14 patch version information was
incorrect.
* S3M: O00 effects are no longer ignored if the tracker version
in the file header indicates Scream Tracker 3.00 / 3.01,
but the file was clearly saved with another tool (e.g. UNMO3).
* S3M: As files made with Scream Tracker 3.20 and 3.21 cannot be
told apart, both versions are now listed in the tracker
metadata.
* ULT: Try to preserve global commands if thereâs e.g. both a
speed and tempo command in the same cell.
* STM: Improved tracker identification metadata.
* SymMOD: When running out of Zxx macros, try to find the closest
macro to use instead.
* SymMOD: Ignore unknown hunks instead of rejecting entire file,
as thatâs what Symphonie does as well.
* OKT: Disable loop on type âBâ samples if theyâre used on a
mixed channel.
* OKT: The last sample slot was never loaded.
* PTM: Halve offset command strength for 16-bit samples.
==== libsemanage ====
Subpackages: libsemanage-conf libsemanage2
- Not conflict but obsolete libsemanage1 (bsc#1229757)
==== libsoup ====
Subpackages: libsoup-3_0-0 typelib-1_0-Soup-3_0
- Add 6adc0e3e.patch: websocket: Process the frame as soon as we
read data (boo#1233287 CVE-2024-52532 glgo#GNOME/libsoup#391).
- Add 29b96fab.patch: websocket-test: disconnect error copy after
the test ends (glgo#GNOME/libsoup#391).
- Add a35222dd.patch: be more robust against invalid input when
parsing params (boo#1233292 CVE-2024-52531
glgo#GNOME/libsoup!407).
==== libsoup2 ====
- Add 04df03bc.patch: strictly don't allow NUL bytes in headers
(boo#1233285 CVE-2024-52530 glgo#GNOME/libsoup#377).
- Add libsoup-CVE-2024-52532.patch: websocket: Process the frame as
soon as we read data (boo#1233287 CVE-2024-52532).
- Add 29b96fab.patch: websocket-test: disconnect error copy after
the test ends (glgo#GNOME/libsoup#391).
- Add a35222dd.patch: be more robust against invalid input when
parsing params (boo#1233292 CVE-2024-52531
glgo#GNOME/libsoup!407).
==== nghttp2 ====
Version update (1.62.1 -> 1.64.0)
- version update to 1.64.0
1.64.0
* Change clang-format options by @tatsuhiro-t in #2240
* build(deps): bump github.com/quic-go/quic-go from 0.46.0 to 0.47.0 by @dependabot in #2243
* build(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 by @dependabot in #2244
* nghttp2_map: Port ngtcp2 changes by @tatsuhiro-t in #2245
* h2load: Fix UDP datagram send/recv metric by @tatsuhiro-t in #2248
* build(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 by @dependabot in #2252
* fix race condition on h1 connection close by @TuxInvader in #2249
* Gha ubuntu 24.04 by @tatsuhiro-t in #2254
* GHA: Run tests for i686-w64-mingw32 host by @tatsuhiro-t in #2255
* cmake: Fix c-ares v1.34.0 version detection failure by @tatsuhiro-t in #2256
* fix: -Wextra-semi errors in nghttp2_helper.h by @codebytere in #2258
* clang-format macros that do not need semicolon at the end by @tatsuhiro-t in #2259
* Remove extra semicolons by @tatsuhiro-t in #2260
* Bump ngtcp2 and its dependencies by @tatsuhiro-t in #2261
* Do not allow '@' in :authority or host field values by @tatsuhiro-t in #2262
* h2load: GRO buffer size should be 64KiB by @tatsuhiro-t in #2263
* Bump libbpf to v1.4.6 by @tatsuhiro-t in #2264
* Update nghttp2_check_authority doc by @tatsuhiro-t in #2265
1.63.0
* Bump libbpf to v1.4.2 by @tatsuhiro-t in #2191
* build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0 by @dependabot in #2193
* nghttpx: Fix batch UDP QUIC packet dropped on GRO read by @tatsuhiro-t in #2196
* CMakeLists.txt: allow to compile the C only lib without CXX compiler by @ThomasDevoogdt in #2200
* build(deps): bump github.com/quic-go/quic-go from 0.43.1 to 0.44.0 by @dependabot in #2197
* Fix compiler versions in readme by @ryandesign in #2203
* build(deps): bump golang.org/x/net from 0.25.0 to 0.26.0 by @dependabot in #2205
* build(deps): bump github.com/quic-go/quic-go from 0.44.0 to 0.45.0 by @dependabot in #2206
* Bump ngtcp2 and its dependencies by @tatsuhiro-t in #2207
* build(deps): bump docker/build-push-action from 5 to 6 by @dependabot in #2208
* Add wolfSSL support by @tatsuhiro-t in #2209
* Append --shallow-submodules to git clone --recursive by @tatsuhiro-t in #2210
* Always append options to extra options by @tatsuhiro-t in #2211
* build(deps): bump github.com/quic-go/quic-go from 0.45.0 to 0.45.1 by @dependabot in #2213
* Disable dependency tracking by @tatsuhiro-t in #2214
* Fix Dockerfile.android build failure by @tatsuhiro-t in #2215
* Fix UDP_GRO struct cmsghdr data type by @tatsuhiro-t in #2216
* GHA: Suppress warnings by @tatsuhiro-t in #2217
* Fix levenshtein initialization by @tatsuhiro-t in #2218
* build(deps): bump golang.org/x/net from 0.26.0 to 0.27.0 by @dependabot in #2220
* Undefine NGHTTP2_NO_SSIZE_T if BUILDING_NGHTTP2 is defined by @tatsuhiro-t in #2224
* Bump clang format by @tatsuhiro-t in #2226
* Suppress old compiler error by @tatsuhiro-t in #2228
* build(deps): bump github.com/quic-go/quic-go from 0.45.1 to 0.45.2 by @dependabot in #2229
* build(deps): bump golang.org/x/net from 0.27.0 to 0.28.0 by @dependabot in #2231
* build(deps): bump github.com/quic-go/quic-go from 0.45.2 to 0.46.0 by @dependabot in #2232
* Bump ngtcp2 and its dependencies by @tatsuhiro-t in #2236
* Bump libbpf to v1.4.5 by @tatsuhiro-t in #2237
* Update go by @tatsuhiro-t in #2238
* levenshtein: Use size_t by @tatsuhiro-t in #2239
==== openssl-3 ====
Subpackages: libopenssl3
- Do not use HASHBANGPERL to avoid introducing a dependency on the
perl-base package. [bsc#1233235]
- Add missing fixes for SHA3_squeeze and quic_multistream_test on
pcc64 arch. [jsc#PED-10280]
* Added openssl-3-fix-sha3-squeeze-ppc64.patch
* Added openssl-3-fix-quic_multistream_test.patch
==== qt6-declarative ====
Subpackages: libQt6LabsAnimation6 libQt6LabsFolderListModel6 libQt6LabsPlatform6 libQt6LabsQmlModels6 libQt6LabsSettings6 libQt6LabsSharedImage6 libQt6LabsWavefrontMesh6 libQt6Qml6 libQt6QmlCore6 libQt6QmlLocalStorage6 libQt6QmlMeta6 libQt6QmlModels6 libQt6QmlNetwork6 libQt6QmlWorkerScript6 libQt6QmlXmlListModel6 libQt6Quick6 libQt6QuickControls2-6 libQt6QuickControls2Impl6 libQt6QuickDialogs2-6 libQt6QuickDialogs2QuickImpl6 libQt6QuickDialogs2Utils6 libQt6QuickEffects6 libQt6QuickLayouts6 libQt6QuickParticles6 libQt6QuickShapes6 libQt6QuickTemplates2-6 libQt6QuickTest6 libQt6QuickVectorImage6 libQt6QuickWidgets6 qt6-declarative-imports
- Replace 0001-WIP-speculative-gc-fix.patch with newer ones,
should unbreak spectacle and some others (kde#496139):
* 0001-Log-state-transitions-for-the-GC.patch
* 0001-Engine-Mark-created-wrapped-objects-after-GCState-Ma.patch
==== sof-firmware ====
Version update (2024.09 -> 2024.09.1)
- update to v2024.09.1:
* Add missing links for SOF v2.11.1 signed Intel binaries for ARL
* fixup the intel-signed/sof-arl.ri link
* Update v2.2.12 topology files for Intel platforms
* add new 2.11.2 topology2 production binaries
==== wget ====
Version update (1.24.5 -> 1.25.0)
- GNU wget 1.25.0:
* New testcase for pathconf truncation
* Fix libproxy build with --disable-debug
* [BREAKING CHANGE] Support continious reading from stdin pipes
* Properly re-implement userinfo parsing (rfc2396)
* init: fix -Warray-bounds in setval_internal_tilde
* Fix build error on MingW with `G_GETFL` and `F_SETFL` flags
* Fix returning uninitialized variable
* Fix a static analysis false positive
* [BREAKING CHANGE] Fix CVE-2024-10524 (drop support for shorthand URLs)
(bsc#1233256)
- Remove committed patches
* properly-re-implement-userinfo-parsing.patch
- Renumber patches
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 (20241111 -> 20241112)
aardvark-dns (1.13.0 -> 1.13.1)
expat
gnome-shell (47.1 -> 47.1+6)
kernel-source (6.11.6 -> 6.11.7)
libbacktrace (1.0+git20240805 -> 1.0+git20241025)
libzip (1.11.1 -> 1.11.2)
plasma6-workspace
polkit-default-privs (1550+20241105.bedeeca -> 1550+20241111.762abac)
snapper (0.11.2 -> 0.12.0)
=== Details ===
==== MicroOS-release ====
Version update (20241111 -> 20241112)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== aardvark-dns ====
Version update (1.13.0 -> 1.13.1)
- Update to version 1.13.1:
* Release v1.13.1
* release notes for 1.13.1
* test: make jq query work on centos stream 9
* [skip-ci] Packit/TMT: idiomatic repo addition
* [skip-ci] Packit: Remove epel jobs
* tmt: install dnsmasq dependency
* [skip-ci] Packit: disable osh-diff-scan
* [skip-ci] Packit: enable c9s downstream updates
* [skip-ci] TMT: install builddeps downstream
* [skip-ci] RPM: cleanup changelog conditionals
* support ipv6 link local addresses in resolv.conf
* cirrus: update DEST_BRANCH
==== expat ====
- no source changes, just adding jira reference: jsc#SLE-21253
==== gnome-shell ====
Version update (47.1 -> 47.1+6)
Subpackages: gnome-shell-calendar
- Update to version 47.1+6:
+ st/theme-node-drawing: Don't skip square top left inset shadow
corners
+ Updated translations.
==== kernel-source ====
Version update (6.11.6 -> 6.11.7)
- Linux 6.11.7 (bsc#1012628).
- drm/amdgpu: fix random data corruption for sdma 7 (bsc#1012628).
- cgroup: Fix potential overflow issue when checking max_depth
(bsc#1012628).
- spi: geni-qcom: Fix boot warning related to pm_runtime and
devres (bsc#1012628).
- slub/kunit: fix a WARNING due to unwrapped
__kmalloc_cache_noprof (bsc#1012628).
- perf trace: Fix non-listed archs in the syscalltbl routines
(bsc#1012628).
- perf python: Fix up the build on architectures without
HAVE_KVM_STAT_SUPPORT (bsc#1012628).
- scsi: scsi_debug: Fix do_device_access() handling of unexpected
SG copy length (bsc#1012628).
- wifi: iwlegacy: Fix "field-spanning write" warning in
il_enqueue_hcmd() (bsc#1012628).
- mac80211: MAC80211_MESSAGE_TRACING should depend on TRACING
(bsc#1012628).
- wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keys
(bsc#1012628).
- wifi: ath11k: Fix invalid ring usage in full monitor mode
(bsc#1012628).
- wifi: rtw89: pci: early chips only enable 36-bit DMA on specific
PCI hosts (bsc#1012628).
- wifi: brcm80211: BRCM_TRACING should depend on TRACING
(bsc#1012628).
- RDMA/cxgb4: Dump vendor specific QP details (bsc#1012628).
- RDMA/mlx5: Round max_rd_atomic/max_dest_rd_atomic up instead
of down (bsc#1012628).
- RDMA/bnxt_re: Fix the usage of control path spin locks
(bsc#1012628).
- RDMA/bnxt_re: synchronize the qp-handle table array
(bsc#1012628).
- wifi: iwlwifi: mvm: don't leak a link on AP removal
(bsc#1012628).
- wifi: iwlwifi: mvm: really send iwl_txpower_constraints_cmd
(bsc#1012628).
- wifi: iwlwifi: mvm: Fix response handling in
iwl_mvm_send_recovery_cmd() (bsc#1012628).
- wifi: iwlwifi: mvm: don't add default link in fw restart flow
(bsc#1012628).
- Revert "wifi: iwlwifi: remove retry loops in start"
(bsc#1012628).
- ASoC: cs42l51: Fix some error handling paths in cs42l51_probe()
(bsc#1012628).
- macsec: Fix use-after-free while sending the offloading packet
(bsc#1012628).
- ASoC: dapm: fix bounds checker error in dapm_widget_list_create
(bsc#1012628).
- sock_map: fix a NULL pointer dereference in
sock_map_link_update_prog() (bsc#1012628).
- net: stmmac: dwmac4: Fix high address display by updating
reg_space[] from register values (bsc#1012628).
- net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged
SKB data (bsc#1012628).
- dpll: add Embedded SYNC feature for a pin (bsc#1012628).
- ice: add callbacks for Embedded SYNC enablement on dpll pins
(bsc#1012628).
- ice: fix crash on probe for DPLL enabled E810 LOM (bsc#1012628).
- ipv4: ip_tunnel: Fix suspicious RCU usage warning in
ip_tunnel_init_flow() (bsc#1012628).
- ipv4: ip_tunnel: Fix suspicious RCU usage warning in
ip_tunnel_find() (bsc#1012628).
- gtp: allow -1 to be specified as file description from userspace
(bsc#1012628).
- net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT
(bsc#1012628).
- bpf: Force checkpoint when jmp history is too long
(bsc#1012628).
- netdevsim: Add trailing zero to terminate the string in
nsim_nexthop_bucket_activity_write() (bsc#1012628).
- net/sched: sch_api: fix xa_insert() error path in
tcf_block_get_ext() (bsc#1012628).
- bpf: Fix out-of-bounds write in trie_get_next_key()
(bsc#1012628).
- net: fix crash when config small gso_max_size/gso_ipv4_max_size
(bsc#1012628).
- netfilter: Fix use-after-free in get_info() (bsc#1012628).
- netfilter: nf_reject_ipv6: fix potential crash in
nf_send_reset6() (bsc#1012628).
- Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs
(bsc#1012628).
- bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()
(bsc#1012628).
- bpf: Add bpf_mem_alloc_check_size() helper (bsc#1012628).
- bpf: Check the validity of nr_words in bpf_iter_bits_new()
(bsc#1012628).
- net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains
extension (bsc#1012628).
- mlxsw: spectrum_ptp: Add missing verification before pushing
Tx header (bsc#1012628).
- mlxsw: pci: Sync Rx buffers for CPU (bsc#1012628).
- mlxsw: pci: Sync Rx buffers for device (bsc#1012628).
- mlxsw: spectrum_ipip: Fix memory leak when changing remote
IPv6 address (bsc#1012628).
- net: ethernet: mtk_wed: fix path of MT7988 WO firmware
(bsc#1012628).
- netfilter: nft_payload: sanitize offset and length before
calling skb_checksum() (bsc#1012628).
... changelog too long, skipping 336 lines ...
- commit 2217914
==== libbacktrace ====
Version update (1.0+git20240805 -> 1.0+git20241025)
- Update to version 1.0+git20241025:
* libbacktrace: recognize new Mach-O DWARF sections
* libbacktrace: remove extra characters in README.md
* libbacktrace: don't get confused by overlapping address ranges
==== libzip ====
Version update (1.11.1 -> 1.11.2)
- version update to 1.11.2
* Fix performance regression in `zip_stat` introduced in 1.11.
==== plasma6-workspace ====
Subpackages: plasma6-session plasma6-workspace-libs
- Replace %requires_ge plasma6-framework-components with
%requires_ge libplasma6-components: the requires_eq macro does
only work on real package names, not on virtual provides.
==== polkit-default-privs ====
Version update (1550+20241105.bedeeca -> 1550+20241111.762abac)
- Update to version 1550+20241111.762abac:
* profiles: whitelist additional upower charging-limit action (bsc#1232835)
* profiles: xfce4-power-manager (bsc#1232244)
==== snapper ====
Version update (0.11.2 -> 0.12.0)
Subpackages: libsnapper7
- provide backup program for btrfs snapshots
- version 0.12.0
- support creating empty snapshots (gh#openSUSE/snapper#944)
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 (20241111 -> 20241112)
aardvark-dns (1.13.0 -> 1.13.1)
expat
gnome-shell (47.1 -> 47.1+6)
kernel-source (6.11.6 -> 6.11.7)
libbacktrace (1.0+git20240805 -> 1.0+git20241025)
libzip (1.11.1 -> 1.11.2)
plasma6-workspace
polkit-default-privs (1550+20241105.bedeeca -> 1550+20241111.762abac)
snapper (0.11.2 -> 0.12.0)
=== Details ===
==== MicroOS-release ====
Version update (20241111 -> 20241112)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== aardvark-dns ====
Version update (1.13.0 -> 1.13.1)
- Update to version 1.13.1:
* Release v1.13.1
* release notes for 1.13.1
* test: make jq query work on centos stream 9
* [skip-ci] Packit/TMT: idiomatic repo addition
* [skip-ci] Packit: Remove epel jobs
* tmt: install dnsmasq dependency
* [skip-ci] Packit: disable osh-diff-scan
* [skip-ci] Packit: enable c9s downstream updates
* [skip-ci] TMT: install builddeps downstream
* [skip-ci] RPM: cleanup changelog conditionals
* support ipv6 link local addresses in resolv.conf
* cirrus: update DEST_BRANCH
==== expat ====
- no source changes, just adding jira reference: jsc#SLE-21253
==== gnome-shell ====
Version update (47.1 -> 47.1+6)
Subpackages: gnome-shell-calendar
- Update to version 47.1+6:
+ st/theme-node-drawing: Don't skip square top left inset shadow
corners
+ Updated translations.
==== kernel-source ====
Version update (6.11.6 -> 6.11.7)
Subpackages: kernel-64kb kernel-default
- Linux 6.11.7 (bsc#1012628).
- drm/amdgpu: fix random data corruption for sdma 7 (bsc#1012628).
- cgroup: Fix potential overflow issue when checking max_depth
(bsc#1012628).
- spi: geni-qcom: Fix boot warning related to pm_runtime and
devres (bsc#1012628).
- slub/kunit: fix a WARNING due to unwrapped
__kmalloc_cache_noprof (bsc#1012628).
- perf trace: Fix non-listed archs in the syscalltbl routines
(bsc#1012628).
- perf python: Fix up the build on architectures without
HAVE_KVM_STAT_SUPPORT (bsc#1012628).
- scsi: scsi_debug: Fix do_device_access() handling of unexpected
SG copy length (bsc#1012628).
- wifi: iwlegacy: Fix "field-spanning write" warning in
il_enqueue_hcmd() (bsc#1012628).
- mac80211: MAC80211_MESSAGE_TRACING should depend on TRACING
(bsc#1012628).
- wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keys
(bsc#1012628).
- wifi: ath11k: Fix invalid ring usage in full monitor mode
(bsc#1012628).
- wifi: rtw89: pci: early chips only enable 36-bit DMA on specific
PCI hosts (bsc#1012628).
- wifi: brcm80211: BRCM_TRACING should depend on TRACING
(bsc#1012628).
- RDMA/cxgb4: Dump vendor specific QP details (bsc#1012628).
- RDMA/mlx5: Round max_rd_atomic/max_dest_rd_atomic up instead
of down (bsc#1012628).
- RDMA/bnxt_re: Fix the usage of control path spin locks
(bsc#1012628).
- RDMA/bnxt_re: synchronize the qp-handle table array
(bsc#1012628).
- wifi: iwlwifi: mvm: don't leak a link on AP removal
(bsc#1012628).
- wifi: iwlwifi: mvm: really send iwl_txpower_constraints_cmd
(bsc#1012628).
- wifi: iwlwifi: mvm: Fix response handling in
iwl_mvm_send_recovery_cmd() (bsc#1012628).
- wifi: iwlwifi: mvm: don't add default link in fw restart flow
(bsc#1012628).
- Revert "wifi: iwlwifi: remove retry loops in start"
(bsc#1012628).
- ASoC: cs42l51: Fix some error handling paths in cs42l51_probe()
(bsc#1012628).
- macsec: Fix use-after-free while sending the offloading packet
(bsc#1012628).
- ASoC: dapm: fix bounds checker error in dapm_widget_list_create
(bsc#1012628).
- sock_map: fix a NULL pointer dereference in
sock_map_link_update_prog() (bsc#1012628).
- net: stmmac: dwmac4: Fix high address display by updating
reg_space[] from register values (bsc#1012628).
- net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged
SKB data (bsc#1012628).
- dpll: add Embedded SYNC feature for a pin (bsc#1012628).
- ice: add callbacks for Embedded SYNC enablement on dpll pins
(bsc#1012628).
- ice: fix crash on probe for DPLL enabled E810 LOM (bsc#1012628).
- ipv4: ip_tunnel: Fix suspicious RCU usage warning in
ip_tunnel_init_flow() (bsc#1012628).
- ipv4: ip_tunnel: Fix suspicious RCU usage warning in
ip_tunnel_find() (bsc#1012628).
- gtp: allow -1 to be specified as file description from userspace
(bsc#1012628).
- net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT
(bsc#1012628).
- bpf: Force checkpoint when jmp history is too long
(bsc#1012628).
- netdevsim: Add trailing zero to terminate the string in
nsim_nexthop_bucket_activity_write() (bsc#1012628).
- net/sched: sch_api: fix xa_insert() error path in
tcf_block_get_ext() (bsc#1012628).
- bpf: Fix out-of-bounds write in trie_get_next_key()
(bsc#1012628).
- net: fix crash when config small gso_max_size/gso_ipv4_max_size
(bsc#1012628).
- netfilter: Fix use-after-free in get_info() (bsc#1012628).
- netfilter: nf_reject_ipv6: fix potential crash in
nf_send_reset6() (bsc#1012628).
- Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs
(bsc#1012628).
- bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()
(bsc#1012628).
- bpf: Add bpf_mem_alloc_check_size() helper (bsc#1012628).
- bpf: Check the validity of nr_words in bpf_iter_bits_new()
(bsc#1012628).
- net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains
extension (bsc#1012628).
- mlxsw: spectrum_ptp: Add missing verification before pushing
Tx header (bsc#1012628).
- mlxsw: pci: Sync Rx buffers for CPU (bsc#1012628).
- mlxsw: pci: Sync Rx buffers for device (bsc#1012628).
- mlxsw: spectrum_ipip: Fix memory leak when changing remote
IPv6 address (bsc#1012628).
- net: ethernet: mtk_wed: fix path of MT7988 WO firmware
(bsc#1012628).
- netfilter: nft_payload: sanitize offset and length before
calling skb_checksum() (bsc#1012628).
... changelog too long, skipping 336 lines ...
- commit 2217914
==== libbacktrace ====
Version update (1.0+git20240805 -> 1.0+git20241025)
- Update to version 1.0+git20241025:
* libbacktrace: recognize new Mach-O DWARF sections
* libbacktrace: remove extra characters in README.md
* libbacktrace: don't get confused by overlapping address ranges
==== libzip ====
Version update (1.11.1 -> 1.11.2)
- version update to 1.11.2
* Fix performance regression in `zip_stat` introduced in 1.11.
==== plasma6-workspace ====
Subpackages: plasma6-session plasma6-workspace-libs
- Replace %requires_ge plasma6-framework-components with
%requires_ge libplasma6-components: the requires_eq macro does
only work on real package names, not on virtual provides.
==== polkit-default-privs ====
Version update (1550+20241105.bedeeca -> 1550+20241111.762abac)
- Update to version 1550+20241111.762abac:
* profiles: whitelist additional upower charging-limit action (bsc#1232835)
* profiles: xfce4-power-manager (bsc#1232244)
==== snapper ====
Version update (0.11.2 -> 0.12.0)
Subpackages: libsnapper7
- provide backup program for btrfs snapshots
- version 0.12.0
- support creating empty snapshots (gh#openSUSE/snapper#944)
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 (20241109 -> 20241111)
libnice (0.1.21 -> 0.1.22)
libwebp
rebootmgr
=== Details ===
==== MicroOS-release ====
Version update (20241109 -> 20241111)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== libnice ====
Version update (0.1.21 -> 0.1.22)
- Update to version 0.1.22:
+ API: Make nice_address_is_local() available to applications
+ Make padding be all zeros to conform to RFC8489
+ Fix interface listing on Android
+ Include TURN sockets in the list from nice_agent_get_sockets()
+ Set consent refresh timeout in line with RFC 7675
+ Fix ifr_ifindex build with cland and OpenBSD
- Drop 4b63250c.patch: Fixed upstream.
- Rebase patch with quilt.
==== libwebp ====
Subpackages: libsharpyuv0 libwebp7 libwebpdemux2 libwebpmux3
- switch to cmake based build as other packages now require the
cmake finders
==== rebootmgr ====
- Add compatibility symlink for rebootmgrctl to sbin
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.1.7 -> 24.2.6)
Mesa-drivers (24.1.7 -> 24.2.6)
MicroOS-release (20241107 -> 20241111)
baloo-widgets (24.08.2 -> 24.08.3)
bluez (5.78 -> 5.79)
crun (1.18 -> 1.18.2)
curl (8.10.1 -> 8.11.0)
dolphin (24.08.2 -> 24.08.3)
dracut-pcr-signature (0.4+2 -> 0.5+0)
expat (2.6.3 -> 2.6.4)
ffmpegthumbs (24.08.2 -> 24.08.3)
file
grub2
hwdata (0.384 -> 0.389)
ibus (1.5.30 -> 1.5.31)
kaccounts-integration (24.08.2 -> 24.08.3)
kaccounts-integration-kf5 (24.08.2 -> 24.08.3)
kaccounts-providers (24.08.2 -> 24.08.3)
kate (24.08.2 -> 24.08.3)
kdegraphics-mobipocket (24.08.2 -> 24.08.3)
kdegraphics-thumbnailers (24.08.2 -> 24.08.3)
kdenetwork-filesharing (24.08.2 -> 24.08.3)
kdialog (24.08.2 -> 24.08.3)
kf6-attica (6.7.0 -> 6.8.0)
kf6-baloo (6.7.0 -> 6.8.0)
kf6-bluez-qt (6.7.0 -> 6.8.0)
kf6-breeze-icons (6.7.0 -> 6.8.0)
kf6-frameworkintegration (6.7.0 -> 6.8.0)
kf6-karchive (6.7.0 -> 6.8.0)
kf6-kauth (6.7.0 -> 6.8.0)
kf6-kbookmarks (6.7.0 -> 6.8.0)
kf6-kcmutils (6.7.0 -> 6.8.0)
kf6-kcodecs (6.7.0 -> 6.8.0)
kf6-kcolorscheme (6.7.0 -> 6.8.0)
kf6-kcompletion (6.7.0 -> 6.8.0)
kf6-kconfig (6.7.0 -> 6.8.0)
kf6-kconfigwidgets (6.7.0 -> 6.8.0)
kf6-kcoreaddons (6.7.0 -> 6.8.0)
kf6-kcrash (6.7.0 -> 6.8.0)
kf6-kdbusaddons (6.7.0 -> 6.8.0)
kf6-kdeclarative (6.7.0 -> 6.8.0)
kf6-kded (6.7.0 -> 6.8.0)
kf6-kdesu (6.7.0 -> 6.8.0)
kf6-kdnssd (6.7.0 -> 6.8.0)
kf6-kdoctools (6.7.0 -> 6.8.0)
kf6-kfilemetadata (6.7.0 -> 6.8.0)
kf6-kglobalaccel (6.7.0 -> 6.8.0)
kf6-kguiaddons (6.7.0 -> 6.8.0)
kf6-kholidays (6.7.0 -> 6.8.0)
kf6-ki18n (6.7.0 -> 6.8.0)
kf6-kiconthemes (6.7.0 -> 6.8.0)
kf6-kidletime (6.7.0 -> 6.8.0)
kf6-kio (6.7.0 -> 6.8.0)
kf6-kirigami (6.7.0 -> 6.8.0)
kf6-kitemmodels (6.7.0 -> 6.8.0)
kf6-kitemviews (6.7.0 -> 6.8.0)
kf6-kjobwidgets (6.7.0 -> 6.8.0)
kf6-knewstuff (6.7.0 -> 6.8.0)
kf6-knotifications (6.7.0 -> 6.8.0)
kf6-knotifyconfig (6.7.0 -> 6.8.0)
kf6-kpackage (6.7.0 -> 6.8.0)
kf6-kparts (6.7.0 -> 6.8.0)
kf6-kpty (6.7.0 -> 6.8.0)
kf6-kquickcharts (6.7.0 -> 6.8.0)
kf6-krunner (6.7.0 -> 6.8.0)
kf6-kservice (6.7.0 -> 6.8.0)
kf6-kstatusnotifieritem (6.7.0 -> 6.8.0)
kf6-ksvg (6.7.0 -> 6.8.0)
kf6-ktexteditor (6.7.0 -> 6.8.0)
kf6-ktextwidgets (6.7.0 -> 6.8.0)
kf6-kunitconversion (6.7.0 -> 6.8.0)
kf6-kuserfeedback (6.7.0 -> 6.8.0)
kf6-kwallet (6.7.0 -> 6.8.0)
kf6-kwidgetsaddons (6.7.0 -> 6.8.0)
kf6-kwindowsystem (6.7.0 -> 6.8.0)
kf6-kxmlgui (6.7.0 -> 6.8.0)
kf6-modemmanager-qt (6.7.0 -> 6.8.0)
kf6-networkmanager-qt (6.7.0 -> 6.8.0)
kf6-prison (6.7.0 -> 6.8.0)
kf6-purpose (6.7.0 -> 6.8.0)
kf6-qqc2-desktop-style (6.7.0 -> 6.8.0)
kf6-solid (6.7.0 -> 6.8.0)
kf6-sonnet (6.7.0 -> 6.8.0)
kf6-syndication (6.7.0 -> 6.8.0)
kf6-syntax-highlighting (6.7.0 -> 6.8.0)
kio-extras (24.08.2 -> 24.08.3)
kio-gdrive (24.08.2 -> 24.08.3)
konsole (24.08.2 -> 24.08.3)
kpmcore (24.08.2 -> 24.08.3)
kwalletmanager (24.08.2 -> 24.08.3)
libXcursor (1.2.2 -> 1.2.3)
libkdcraw-qt6 (24.08.2 -> 24.08.3)
libkexiv2-qt6 (24.08.2 -> 24.08.3)
libkgapi6 (24.08.2 -> 24.08.3)
libnice (0.1.21 -> 0.1.22)
libselinux
libwebp
open-isns (0.102 -> 0.103+2.296d533bd52a)
partitionmanager (24.08.2 -> 24.08.3)
passt (20240906.6b38f07 -> 20241030.ee7d0b6)
python-certifi
python-cryptography
qt6-declarative
qt6-wayland
rebootmgr (2.4+git20240524.30e5383 -> 2.6+git20241108.fc0c103)
signon-kwallet-extension (24.08.2 -> 24.08.3)
spectacle (24.08.2 -> 24.08.3)
u-boot-rpiarm64
update-bootloader (1.18 -> 1.19)
=== Details ===
==== Mesa ====
Version update (24.1.7 -> 24.2.6)
Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1
- 0001-dril-Fixup-order-of-pixel-formats-in-drilConfigs.patch
* fixes colors for 'swrast' driver (boo#1230637, gitlab issue#11840)
- Update to release 24.2.6
- -> https://docs.mesa3d.org/relnotes/24.2.6
- added -32bit package for Mesa-libva since it's needed by Steam;
reported on packman ML:
https://lists.links2linux.de/pipermail/packman/2024-October/017985.html
- Enable intel Vulkan backends on riscv64 (boo#1231756)
- Enable iris Gallium backend on riscv64, Power and on Arm, too
- Update to release 24.2.5
- -> https://docs.mesa3d.org/relnotes/24.2.5
- drop u_fix-llvm19-build.patch
included in upstream
- Update to release 24.2.4
- -> https://docs.mesa3d.org/relnotes/24.2.4
- u_mesa-CVE-2023-45913.patch
* NULL pointer dereference via dri2GetGlxDrawableFromXDrawableId()
(CVE-2023-45913, bsc#1222040)
- u_mesa-CVE-2023-45919.patch
* buffer over-read in glXQueryServerString()
(CVE-2023-45919, bsc#1222041)
- u_mesa-CVE-2023-45922.patch
* segmentation violation in __glXGetDrawableAttribute()
(CVE-2023-45922, bsc#1222042)
- libvdpau_gallium was linked directly into libgallium-*.so.*.
Drop the subpackage and provides/obsolete it via Mesa-dri which
ships libgallium-*.so.*.
- drop u_fix_rust_bindgen.patch
included in update
- Update to release 24.2.3
- -> https://docs.mesa3d.org/relnotes/24.2.3
- disable build of rusticl on sle15; meson is just too old ...
- buildrequires: rusticl needs mesa >= 1.4.0
- tlsdesc_test.patch: disable LTO in tlsdesc_test to suppress TLS
relaxation (patch by Andreas Schwab <schwab(a)suse.de>); see also
https://gitlab.freedesktop.org/mesa/mesa/-/issues/11929
- buildrequire llvm19-devel/clang19-devel on sle15-sp7
- Add u_fix-llvm19-build.patch to fix build with LLVM 19 on ARM.
- Update minimum version requirements based on meson.build.
- Fix build on s390x: apparently we don't have libvdpau_gallium.so.
==== Mesa-drivers ====
Version update (24.1.7 -> 24.2.6)
Subpackages: Mesa-dri Mesa-gallium
- 0001-dril-Fixup-order-of-pixel-formats-in-drilConfigs.patch
* fixes colors for 'swrast' driver (boo#1230637, gitlab issue#11840)
- Update to release 24.2.6
- -> https://docs.mesa3d.org/relnotes/24.2.6
- added -32bit package for Mesa-libva since it's needed by Steam;
reported on packman ML:
https://lists.links2linux.de/pipermail/packman/2024-October/017985.html
- Enable intel Vulkan backends on riscv64 (boo#1231756)
- Enable iris Gallium backend on riscv64, Power and on Arm, too
- Update to release 24.2.5
- -> https://docs.mesa3d.org/relnotes/24.2.5
- drop u_fix-llvm19-build.patch
included in upstream
- Update to release 24.2.4
- -> https://docs.mesa3d.org/relnotes/24.2.4
- u_mesa-CVE-2023-45913.patch
* NULL pointer dereference via dri2GetGlxDrawableFromXDrawableId()
(CVE-2023-45913, bsc#1222040)
- u_mesa-CVE-2023-45919.patch
* buffer over-read in glXQueryServerString()
(CVE-2023-45919, bsc#1222041)
- u_mesa-CVE-2023-45922.patch
* segmentation violation in __glXGetDrawableAttribute()
(CVE-2023-45922, bsc#1222042)
- libvdpau_gallium was linked directly into libgallium-*.so.*.
Drop the subpackage and provides/obsolete it via Mesa-dri which
ships libgallium-*.so.*.
- drop u_fix_rust_bindgen.patch
included in update
- Update to release 24.2.3
- -> https://docs.mesa3d.org/relnotes/24.2.3
- disable build of rusticl on sle15; meson is just too old ...
- buildrequires: rusticl needs mesa >= 1.4.0
- tlsdesc_test.patch: disable LTO in tlsdesc_test to suppress TLS
relaxation (patch by Andreas Schwab <schwab(a)suse.de>); see also
https://gitlab.freedesktop.org/mesa/mesa/-/issues/11929
- buildrequire llvm19-devel/clang19-devel on sle15-sp7
- Add u_fix-llvm19-build.patch to fix build with LLVM 19 on ARM.
- Update minimum version requirements based on meson.build.
- Fix build on s390x: apparently we don't have libvdpau_gallium.so.
==== MicroOS-release ====
Version update (20241107 -> 20241111)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== baloo-widgets ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== bluez ====
Version update (5.78 -> 5.79)
Subpackages: bluez-auto-enable-devices bluez-cups libbluetooth3
- Update to 5.79:
* Fix issue with handling address type while pairing.
* Add support for allowing to set A2DP transport delay.
* Add support for persistent userspace HID operation.
* Add support for handling syncing to multiple BISes.
- Drop Fix-crash-after-bt_uhid_unregister_all.patch, merged
upstream.
==== crun ====
Version update (1.18 -> 1.18.2)
- Update to crun v1.18.2 Upstream changelog is available from
<https://github.com/containers/crun/releases/tag/1.18.2>
==== curl ====
Version update (8.10.1 -> 8.11.0)
Subpackages: libcurl4
- Update to 8.11.0:
* Security fixes: [bsc#1232528, CVE-2024-9681]
- curl: HSTS subdomain overwrites parent cache entry
* Changes:
- curl: --create-dirs works for --dump-header as well
- gtls: Add P12 format support
- ipfs: add options to disable
- TLS: TLSv1.3 earlydata support for curl
- WebSockets: make support official (non-experimental)
* Bugfixes:
- build: clarify CA embed is for curl tool, mark default, improve summary
- build: show if CA bundle to embed was found
- build: tidy up and improve versioned-symbols options
- cmake/FindNGTCP2: use library path as hint for finding crypto module
- cmake: disable default OpenSSL if BearSSL, GnuTLS or Rustls is enabled
- cmake: rename LDAP dependency config variables to match Find modules
- cmake: replace 'check_include_file_concat()' for LDAP and GSS detection
- cmake: use OpenSSL for LDAP detection only if available
- curl: add build options for safe/no CA bundle search (Windows)
- curl: detect ECH support dynamically, not at build time
- curl_addrinfo: support operating systems with only getaddrinfo(3)
- ftp: fix 0-length last write on upload from stdin
- gnutls: use session cache for QUIC
- hsts: improve subdomain handling
- hsts: support "implied LWS" properly around max-age
- http2: auto reset stream on server eos
- json.md: cli-option '--json' is an alias of '--data-binary'
- lib: move curl_path.[ch] into vssh/
- lib: remove function pointer typecasts for hmac/sha256/md5
- libssh.c: handle EGAINS during proto-connect correctly
- libssh2: use the filename buffer when getting the homedir
- multi.c: warn/assert on stall only without timer
- negotiate: conditional check around GSS & SSL specific code
- netrc: cache the netrc file in memory
- ngtcp2: do not loop on recv
- ngtcp2: set max window size to 10x of initial (128KB)
- openssl quic: populate x509 store before handshake
- openssl: extend the OpenSSL error messages
- openssl: improve retries on shutdown
- quic: use send/recvmmsg when available
- schannel: fix TLS cert verification by IP SAN
- schannel: ignore error on recv beyond close notify
- select: use poll() if existing, avoid poll() with no sockets
- sendf: add condition to max-filesize check
- server/mqttd: fix two memory leaks
- setopt: return error for bad input to CURLOPT_RTSP_REQUEST
- setopt_cptr: make overflow check only done when needed
- tls: avoid abusing CURLE_SSL_ENGINE_INITFAILED
- tool: support --show-headers AND --remote-header-name
- tool_operate: make --skip-existing work for --parallel
- url: connection reuse on h3 connections
- url: use same credentials on redirect
- urlapi: normalize the IPv6 address
- version: say quictls in MSH3 builds
- vquic: fix compiler warning with gcc + MUSL
- vquic: recv_mmsg, use fewer, but larger buffers
- vtls: convert Curl_pin_peer_pubkey to use dynbuf
- vtls: convert pubkey_pem_to_der to use dynbuf
* Rebase curl-secure-getenv.patch
==== dolphin ====
Version update (24.08.2 -> 24.08.3)
Subpackages: dolphin-part libdolphinvcs6
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== dracut-pcr-signature ====
Version update (0.4+2 -> 0.5+0)
- Update to version 0.5+0:
* Normalize spec file
* Use a generator to mount ESP
* Avoid race condition when multiple disks are encrypted
==== expat ====
Version update (2.6.3 -> 2.6.4)
- version update to 2.6.4
* Security fixes: [bsc#1232601]
[#915] CVE-2024-50602 -- Fix crash within function XML_ResumeParser
from a NULL pointer dereference by disallowing function
XML_StopParser to (stop or) suspend an unstarted parser.
A new error code XML_ERROR_NOT_STARTED was introduced to
properly communicate this situation. // CWE-476 CWE-754
* Other changes:
[#903] CMake: Add alias target "expat::expat"
[#905] docs: Document use via CMake >=3.18 with FetchContent
and SOURCE_SUBDIR and its consequences
[#902] tests: Reduce use of global parser instance
[#904] tests: Resolve duplicate handler
[#317] #918 tests: Improve tests on doctype closing (ex CVE-2019-15903)
[#914] Fix signedness of format strings
[#919] #920 Version info bumped from 10:3:9 (libexpat*.so.1.9.3)
to 11:0:10 (libexpat*.so.1.10.0); see https://verbump.de/
for what these numbers do
==== ffmpegthumbs ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== file ====
Subpackages: file-magic libmagic1
- file-seccomp.patch: glibc uses getrandom in malloc, rseq and prctl
in various other places, allow these syscalls in seccomp filter.
==== grub2 ====
Subpackages: grub2-arm64-efi grub2-common grub2-snapper-plugin
- Fix previous change as the variable has to be set earlier
* 0001-10_linux-Do-not-enable-BLSCFG-on-s390-emu.patch
- Do not enable blscfg on s390-emu
* 0001-10_linux-Do-not-enable-BLSCFG-on-s390-emu.patch
- Fix xen package contains debug_info files with the .module suffix by moving
them to a separate xen-debug subpackage (bsc#1232573)
==== hwdata ====
Version update (0.384 -> 0.389)
- update to 0.389:
* Update pci and vendor ids
- update to 0.385:
* Update pci and vendor ids
==== ibus ====
Version update (1.5.30 -> 1.5.31)
Subpackages: libibus-1_0-5 typelib-1_0-IBus-1_0
- Upstream update to 1.5.31
* Enhance CI for generic
* Enhance CI for Wayland
* Enhance compose keys
* Update compose keys with latest Xorg and GTK
* Use localectl to get current XKB in Wayland instead of setxkbmap
* Update XKB engines
* Update Unicode category
* Change IBus unique name for security issue
* Ignore Super modifier for compose keys for GNOME Wayland
* Fix X11 application and game issues
* Fix Emoji issues
* Fix Flatpak issues
* Fix preedit issues with m17n:sa:itrans
* Code maintenance
==== kaccounts-integration ====
Version update (24.08.2 -> 24.08.3)
Subpackages: libkaccounts6-2
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- Changes since 24.08.2:
* Categorize logging
* Abort gracefully when file to remove doesn't exist (kde#495344)
* Avoid dangling reference in removeNetAttach
==== kaccounts-integration-kf5 ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- Changes since 24.08.2:
* Categorize logging
* Abort gracefully when file to remove doesn't exist (kde#495344)
* Avoid dangling reference in removeNetAttach
==== kaccounts-providers ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== kate ====
Version update (24.08.2 -> 24.08.3)
Subpackages: kate-plugins
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- Changes since 24.08.2:
* Fix sql copy/export is randomly ordered (kde#461419)
* formatting: Listen to all process signals properly
* KateViewSpace: Store session group name on save
* Fix QString.arg calls
* Add libffi8 needed by opensuse.
* snapcraft: Fix ld-library-config.
==== kdegraphics-mobipocket ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== kdegraphics-thumbnailers ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== kdenetwork-filesharing ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== kdialog ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== kf6-attica ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Attica6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-baloo ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-baloo-file kf6-baloo-imports kf6-baloo-kioslaves libKF6Baloo6 libKF6BalooEngine6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* [excludeMimeTypes] Exclude model/obj and text/rust from content indexing
* Update version to 6.8.0
==== kf6-bluez-qt ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-bluez-qt-imports libKF6BluezQt6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
* Simplify PendingCallPrivate
==== kf6-breeze-icons ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6BreezeIcons6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Add mimetype icons for text/x-typst
* Monochromize not-explicitly-colorized symbolic folder icons (kde#494721)
* Add CI for static builds on Linux
* Unify common parts of index.theme for breeze and breeze-dark
* Sync index.theme changes from breeze to breeze-dark (kde#494399)
* Rename spinbox-* icons to value-*
* Update version to 6.8.0
==== kf6-frameworkintegration ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-frameworkintegration-plugin libKF6Style6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-karchive ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Archive6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Add CI for static builds on Linux
* Update version to 6.8.0
* [k7zip] Correctly handle pack sizes > INT_MAX
==== kf6-kauth ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6AuthCore6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kbookmarks ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Bookmarks6 libKF6BookmarksWidgets6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Port to KStandardActions
* Add missing include
* Update version to 6.8.0
==== kf6-kcmutils ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-kcmutils-imports libKF6KCMUtils6 libKF6KCMUtilsCore6 libKF6KCMUtilsQuick6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
* Fix compilation with Qt 6.9 (dev)
==== kf6-kcodecs ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Codecs6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Add test for passing unknown codec to codecForName
* Fix buffer overflow in Codec::codecForName
* Update version to 6.8.0
==== kf6-kcolorscheme ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6ColorScheme6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Reset palette to default-constructed one when scheme is unset
* Don't call activateSchemeInternal in init unless really needed
* Update dependency version to 6.8.0
* Add CI for static builds on Linux
* Update version to 6.8.0
==== kf6-kcompletion ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Completion6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Add linux-qt6-static CI
* Update version to 6.8.0
==== kf6-kconfig ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kconf_update6 kf6-kconfig-imports libKF6ConfigCore6 libKF6ConfigGui6 libKF6ConfigQml6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* kwindowconfig: If sizes are same as default, revert them to default when saving
* Update version to 6.8.0
* Add CI for static builds on Linux
* Correctly install QML module in a static build
==== kf6-kconfigwidgets ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6ConfigWidgets6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Add CI for static builds on Linux
* Update version to 6.8.0
==== kf6-kcoreaddons ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-kcoreaddons-imports libKF6CoreAddons6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Make KJob::elapsedTime const
* Fix absolute path generation into (not installed) header
* KPluginMetaData: reduce string allocation
* Update git blame ignore file
* Reformat code with clang-format
* Kjob: add elapsedTime() returns the ms the job ran
* Add CI for static builds on Linux
* Install QML module correctly when building statically
* exportUrlsToPortal: use QScopeGuard::dismiss for the success code path
* Update version to 6.8.0
==== kf6-kcrash ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Crash6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kdbusaddons ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-kdbusaddons-tools libKF6DBusAddons6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kdeclarative ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-kdeclarative-imports libKF6CalendarEvents6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kded ====
Version update (6.7.0 -> 6.8.0)
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kdesu ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Su6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kdnssd ====
Version update (6.7.0 -> 6.8.0)
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kdoctools ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6DocTools6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Upload new file sq.xml
* Update version to 6.8.0
==== kf6-kfilemetadata ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6FileMetaData3
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* UserMetadata: complete Windows implementation
* Update version to 6.8.0
==== kf6-kglobalaccel ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6GlobalAccel6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Add WITH_X11 option to re-enable X11 code after runtime cleanup
* Add CI for static builds on Linux
* Update version to 6.8.0
==== kf6-kguiaddons ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6GuiAddons6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Add namespace for Android as required by newer gradle versions
* Update version to 6.8.0
* Add CI for static builds on Linux
* Correctly install static QML modules
==== kf6-kholidays ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-kholidays-imports libKF6Holidays6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Fix misunderstanding of All Saints Day in Swedish calendar
* Add CI for static builds on Linux
* Update version to 6.8.0
==== kf6-ki18n ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6I18n6
- Fix requires_eq call: it does not, and never did, work on virtual
provides, only package names (in the past it was simply ignored,
newly throws an error exposing those things).
==== kf6-kiconthemes ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-kiconthemes-imports libKF6IconThemes6 libKF6IconWidgets6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Port to KStandardActions
* Postpone spawning KColorSchemeManager instance
* Add CI for static builds on Linux
* Init mimeType icons on demand
* Update version to 6.8.0
* Set up KColorSchemeManager on Android as well
* Reduce temporary allocations
==== kf6-kidletime ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-kidletime-plugins libKF6IdleTime6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kio ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6KIO6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Too many changes since 6.7.0, only listing bugfixes:
* http worker: handle dav[s] protocol (kde#365356)
* KNewFileMenu: Prevent using home directory as template directory (kde#494679)
* Preview: better clean after standard thumbnailer (kde#493274)
* openurljob.cpp: Avoid opening files in endless loop if mimetype is set to open with xdg-open (kde#494335)
* [KFilePlacesView] Improve automatic resize heuristic (kde#449544)
* Clean up Properties dialog to follow HIG, improve UX, remove frames and fix padding regression (kde#484789)
==== kf6-kirigami ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-kirigami-imports libKirigamiPlatform6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* TitleSubtitle: Don't explicit set renderType
* Upper mound for overlaysheet width
* SelectableLabel: fix a11y properties
* Fix Kirigami Application (Qt6) template (kde#494478)
* SelectableLabel: Use onPressedChanged
* Reformat code with clang-format
* Icon: Always respect the animated property (kde#466357)
* Adjust tst_qicon for desktop theme
* Fix loading desktop theme (kde#491294)
* Fix presumable typos confusing background and foreground colors
* Always print Theme file loading errors
* SelectableLabel: override default padding values more completely (kde#495256)
* Fix icon for positive state of InlineMessage
* SelectableLabel: fix binding loop warning on cursorShape
* ScrollablePage: Add properties to set if the scrollbars are interactive
* SelectableLabel: use property alias instead of direct binding, expose more through aliases
* Dialog: fix multiple binding loops (again)
* Update version to 6.8.0
* make the close button actually close
* layout: Reverse the stacking order of items inserted into ToolBarLayout
* Modify SelectableLabel to use TextEdit instead
* Cleanup and fix static QML module installation
* Disable PageRow gesture on android
* Make OverlaySheet look exactly like Dialog (kde#489357)
* Top align icon in multiline InlineMessage
==== kf6-kitemmodels ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-kitemmodels-imports libKF6ItemModels6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Install QML module correctly when building statically
* Fix QML unit tests when building against a static Qt
* Make unit tests independent of QtWidgets
* Don't hardcode library type
* Update version to 6.8.0
* kbihash: adapt to source incompatible change in Qt
==== kf6-kitemviews ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6ItemViews6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kjobwidgets ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6JobWidgets6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Hide arrowButton in KWidgetJobTracker on startup
* Add dedicated WITH_X11 option to avoid automagic
* Update version to 6.8.0
==== kf6-knewstuff ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-knewstuff-imports libKF6NewStuffCore6 libKF6NewStuffWidgets6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* make sure the action's dialog closes (kde#492998)
* put qnetworkreplys in a self-aborting unique_ptr
* parent the xml loader's httpjob
* filecopyworker: try to gracefully quit the thread. then terminate it
* Update version to 6.8.0
==== kf6-knotifications ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-knotifications-imports libKF6Notifications6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* typo--
* Add namespace for Android as required by newer gradle
* Add CI for static builds on Linux
* Update version to 6.8.0
==== kf6-knotifyconfig ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6NotifyConfig6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kpackage ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Package6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kparts ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Parts6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
* Define undeprecated Capabilities key in JSON metadata, define JSON schema, remove obsolete key
==== kf6-kpty ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Pty6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kquickcharts ====
Version update (6.7.0 -> 6.8.0)
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
* Add CI for static builds on Linux
* Correctly install static QML modules
==== kf6-krunner ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Runner6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kservice ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Service6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kstatusnotifieritem ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6StatusNotifierItem6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Fix absolute path generation in (not installed) header
* typo--
* Update version to 6.8.0
==== kf6-ksvg ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-ksvg-imports libKF6Svg6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-ktexteditor ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6TextEditor6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Vi mode: Don't infinite loop in searcher
* Update dependency version to 6.8.0
* remove unused var
* fix ignores
* less deprecated stuff used
* Don't temporarily clear document URL during openUrl()
* Only discard completion if the cursor was at the end of line
* Update git blame ignore file
* Reformat code with clang-format
* Fix implicit conversion of Qt::Key in Qt 6.9
* Try to avoid unwanted completions
* fix session restore of file type (kde#492201)
* Make ViewPrivate::displayRangeChanged public
* Set DocumentPrivate::m_reloading to false only if loading
* Give a more proper name to the test
* Fix multiblock range handling when unwrapping line (kde#494826)
* Fix line removal not handled properly in KateTemplateHandler (kde#434093)
* Update version to 6.8.0
* Inline blocksize into buffer
* Improve MovingRangeTest::benchCheckValidity
* Improve TextRange::checkValidity performance
* do all testing in clean temp dirs
* Add a swap file test
* add benchmarks for moving stuff
* Use std::vector for cursor storage
* Allow disabling editorconfig (kde#471008)
==== kf6-ktextwidgets ====
Version update (6.7.0 -> 6.8.0)
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Port to KStandardActions
* Make implicit deps explicit
* Update version to 6.8.0
==== kf6-kunitconversion ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6UnitConversion6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Add CI for static builds on Linux
* Update version to 6.8.0
==== kf6-kuserfeedback ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-kuserfeedback-imports libKF6UserFeedbackCore6 libKF6UserFeedbackWidgets6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kwallet ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kwalletd6 libKF6Wallet6 libKF6WalletBackend6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Don't exclude deprecated functions from build (kde#493356)
* Update version to 6.8.0
==== kf6-kwidgetsaddons ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6WidgetsAddons6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Fix time entry in locales with mixed-case AM/PM suffixes
* Add CI for static builds on Linux
* Don't use Oxygen style in KSeparator
* Update version to 6.8.0
* KMessageWidget: Improve accessibility
==== kf6-kwindowsystem ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-kwindowsystem-imports libKF6WindowSystem6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kxmlgui ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6XmlGui6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Fix window position not being restored (kde#493401)
* Update version to 6.8.0
==== kf6-modemmanager-qt ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6ModemManagerQt6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-networkmanager-qt ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-networkmanager-qt-imports libKF6NetworkManagerQt6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-prison ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-prison-imports libKF6Prison6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Add CI for static builds on Linux
* Update version to 6.8.0
==== kf6-purpose ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-purpose-services libKF6Purpose6 libKF6PurposeWidgets6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-qqc2-desktop-style ====
Version update (6.7.0 -> 6.8.0)
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* TextArea: Make placeholder wrap
* Update version to 6.8.0
==== kf6-solid ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Solid6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Restore MediaChanged handling for Audio CDs
* Support reproducible builds by omitting host paths in bison/yacc outputs
* [udisks] Don't add/remove devices in slotMediaChanged
* Port implicit QByteArray, QChar and QString conversions in iokit
* Drop unfinished Power API
* fstabwatcher: use libmount monitor on Linux
* fstabhandling: use libmount in Linux
* Update version to 6.8.0
==== kf6-sonnet ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-sonnet-imports libKF6SonnetCore6 libKF6SonnetUi6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Add linux-qt6-static CI
* Remove ASPELL runtime dependency from plugin building check
* Provide SONNET_NO_BACKENDS option to deactivate build failures with no backends
* Update version to 6.8.0
==== kf6-syndication ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Syndication6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Add CI for static builds on Linux
* Update version to 6.8.0
==== kf6-syntax-highlighting ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6SyntaxHighlighting6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* State: Fix inconsistent linkage warning on Windows
* better contrast for search highlighting (kde#494599)
* odin: Add escape character to strings
* update
* add comments
* Add TLA+ syntax highlighting
* init
* move try to cflow_begin
* Update version to 6.8.0
==== kio-extras ====
Version update (24.08.2 -> 24.08.3)
Subpackages: libkioarchive6-6 trash_kcm
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- Changes since 24.08.2:
* thumbnail: image plugin add webp support
* audiothumbnail and imagethumbnail: Mention supported mimetypes explicitly
==== kio-gdrive ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- Changes since 24.08.2:
* CI: Build libkgapi from the same branch
==== konsole ====
Version update (24.08.2 -> 24.08.3)
Subpackages: konsole-part
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- Changes since 24.08.2:
* Fix OSC 4 past colorTable and apply the check to OSC 104
==== kpmcore ====
Version update (24.08.2 -> 24.08.3)
Subpackages: libkpmcore12
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== kwalletmanager ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== libXcursor ====
Version update (1.2.2 -> 1.2.3)
- Update to version 1.2.3
* Change all *LoadImage(..., size) APIs to always return a cursor with the requested size.
* Remove unnecessary MIN calls
* build-fix
* fix compiler warnings
* improve manpage formatting
* trim redundant code from the resize-calls
* add new property "resized" and environment "XCURSOR_RESIZED"
* add getter/setter for "resized" property
* restore behavior of image-loading, provide resizing via internal function
* provide internal variants of existing functions to pass "resized" parameter
* use resized-parameter where available when loading images
* add/use _XcursorLibraryLoadImages to pass resized-parameter when loading
* add debug-logging for file.c, to help with analysis
* add traces for library.c and xlib.c, also another internal function for dpy
* document the new XCURSOR_RESIZED environment variable and resource "resized"
* document/tidy the new set/get functions
* changes will suggest new release
* ensure ncomment and nimage values are positive
* add debug-trace for the configuration information
* fix overlooked compiler-warning
* reduce the message-check to ignore the over-long one
* amend per merge_requests/22#note_2642034
* amend per merge_requests/22#note_2642042
* Ignore invalid cursor files
==== libkdcraw-qt6 ====
Version update (24.08.2 -> 24.08.3)
Subpackages: libKDcrawQt6-5
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== libkexiv2-qt6 ====
Version update (24.08.2 -> 24.08.3)
Subpackages: libKExiv2Qt6-0
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== libkgapi6 ====
Version update (24.08.2 -> 24.08.3)
Subpackages: libKPim6GAPICore6 libKPim6GAPIDrive6 libkgapi6-sasl2-kdexoauth2
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== libnice ====
Version update (0.1.21 -> 0.1.22)
- Update to version 0.1.22:
+ API: Make nice_address_is_local() available to applications
+ Make padding be all zeros to conform to RFC8489
+ Fix interface listing on Android
+ Include TURN sockets in the list from nice_agent_get_sockets()
+ Set consent refresh timeout in line with RFC 7675
+ Fix ifr_ifindex build with cland and OpenBSD
- Drop 4b63250c.patch: Fixed upstream.
- Rebase patch with quilt.
==== libselinux ====
Subpackages: libselinux1 selinux-tools
- Drop check_runlevel from selinux-ready script and remove restorecond
from check_packages as we don't require it to be selinux-ready.
==== libwebp ====
Subpackages: libsharpyuv0 libwebp7 libwebpdemux2 libwebpmux3
- switch to cmake based build as other packages now require the
cmake finders
==== open-isns ====
Version update (0.102 -> 0.103+2.296d533bd52a)
- Update to version 0.103+2.296d533bd52a:
* Cleanup build system: remove aclocal directory
* Preparing for version 0.103
* Testing: update testing system
* Update the git ignore list for meson
* Remove old stale TODO item
* Update HACKING file with memory debuging update
* Disable broken memory debugging
* Remove last remnants of the old Make/configure bulid system
* Testing: remove deprecated perl testing code
* isnsadm: more memleaks in error handling paths
* isnsadm: free simp in list_objects
* isnsadm: free qry in error paths
* rebuild_proxy_list: free proxy on error
* isns_get_address: free addrinfo on error
* isns_msg_complete: msg_buf resource leak
* register_exported_objects: move call definition insize loop
* rebuild_proxy_list: move def inside loop to make lifetime clear to static checkers
* refresh_registration: resource leak
* isns_create_getnnext_response: resource leak
* db mkdir: leak of strdup memory
* libisns: fix print_size overrun
* isns_proxy_free: fix free call on strdup string
* logging: fix segfault on an underflow with an input string of all newlines
* Fix the bug in compare value
* Quiet a commpiler warning.
- Removed pach (no longer needed in new version):
* Quiet-a-commpiler-warning.patch
==== partitionmanager ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== passt ====
Version update (20240906.6b38f07 -> 20241030.ee7d0b6)
Subpackages: passt-selinux
- Update to version 20241030.ee7d0b6:
* util: Don't use errno after a successful call in __daemon()
* udp: Take care of cert-int09-c clang-tidy warning for enum udp_iov_idx
* treewide: Address cert-err33-c clang-tidy warnings for clock and timer functions
* treewide: Suppress clang-tidy warning if we already use O_CLOEXEC
* Makefile: Disable readability-math-missing-parentheses clang-tidy check
* treewide: Silence cert-err33-c clang-tidy warnings for fprintf()
* treewide: Comply with CERT C rule ERR33-C for snprintf()
* Makefile: Exclude qrap.c from clang-tidy checks
* tcp: unify l2 TCPv4 and TCPv6 queues and structures
* tcp: set ip and eth headers in l2 tap queues on the fly
* test: remove obsolete images
* tcp: cleanup tcp_buf_data_from_sock()
* tcp: Use runtime tests for TCP_INFO fields
* tcp: Generalise probing for tcpi_snd_wnd field
* tcp: Remove compile-time dependency on struct tcp_info version
* tcp_splice: fcntl(2) returns the size of the pipe, if F_SETPIPE_SZ succeeds
* tcp_splice: splice() all we have to the writing side, not what we just read
* tcp: Use structures to construct initial TCP options
* fwd: Direct inbound spliced forwards to the guest's external address
* test: Clarify test for spliced inbound transfers
* passt.1: Clarify and update "Handling of local addresses" section
* passt.1: Mark --stderr as deprecated more prominently
* test: Wait for DAD on DHCPv6 addresses
* test: Explicitly wait for DAD to complete on SLAAC addresses
* arp: Fix a handful of small warts
* tcp: Send "empty" handshake ACK before first data segment
* test: Pass TRACE from run_term() into ./run from_term
* test/lib/term: Always use printf for messages with escape sequences
* conf: Add --dns-host option to configure host side nameserver
* conf: Add command line switch to enable IP_FREEBIND socket option
* udp: Update UDP checksum using an iovec array
* tcp: Update TCP checksum using an iovec array
* checksum: Add an offset argument in csum_iov()
* pcap: Add an offset argument in pcap_iov()
* tcp: Use tcp_payload_t rather than tcphdr
* test: Kernel binary can now be passed via the KERNEL environmental variable
* inany: Add inany_pton() helper
* tcp, udp: Make {tcp,udp}_sock_init() take an inany address
* util, pif: Replace sock_l4() with pif_sock_l4()
* udp: Don't attempt to get dual-stack sockets in nonsensical cases
* tcp: Allow checksum to be disabled
* udp: Allow checksum to be disabled
* util: Remove possible quadratic behaviour from write_remainder()
* util: Add helper to write() all of a buffer
* tcp: Make tcp_update_seqack_wnd()s force_seq parameter explicitly boolean
* tcp: Simplify ifdef logic in tcp_update_seqack_wnd()
* tcp: Clean up tcpi_snd_wnd probing
* tcp: Make some extra functions private
* tcp: Avoid overlapping memcpy() in DUP_ACK handling
* tcp: Remove redundant initialisation of iov[TCP_IOV_ETH].iov_base
==== python-certifi ====
- Make the test suite working just with the standard library.
==== python-cryptography ====
- Fix requires_eq replacement for distributions which do not have
python3-cffi installed (such as SLE15 python module pythons)
* gh#openSUSE/python-rpm-macros#185
- Remove outdated section in description
==== qt6-declarative ====
Subpackages: libQt6LabsAnimation6 libQt6LabsFolderListModel6 libQt6LabsPlatform6 libQt6LabsQmlModels6 libQt6LabsSettings6 libQt6LabsSharedImage6 libQt6LabsWavefrontMesh6 libQt6Qml6 libQt6QmlCore6 libQt6QmlLocalStorage6 libQt6QmlMeta6 libQt6QmlModels6 libQt6QmlNetwork6 libQt6QmlWorkerScript6 libQt6QmlXmlListModel6 libQt6Quick6 libQt6QuickControls2-6 libQt6QuickControls2Impl6 libQt6QuickDialogs2-6 libQt6QuickDialogs2QuickImpl6 libQt6QuickDialogs2Utils6 libQt6QuickEffects6 libQt6QuickLayouts6 libQt6QuickParticles6 libQt6QuickShapes6 libQt6QuickTemplates2-6 libQt6QuickTest6 libQt6QuickVectorImage6 libQt6QuickWidgets6 qt6-declarative-imports
- Add patch (pending upstream) to fix properties getting GC'd:
(QTBUG-128789, kde#494804)
* 0001-WIP-speculative-gc-fix.patch
==== qt6-wayland ====
Subpackages: libQt6WaylandClient6 libQt6WaylandCompositor6 libQt6WaylandEglClientHwIntegration6 libQt6WaylandEglCompositorHwIntegration6 libQt6WlShellIntegration6
- Add 0001-fix-crash-issue.patch
fix crash when attach differ shellsurface to the same shellsurfaceitem (boo#1233141)
==== rebootmgr ====
Version update (2.4+git20240524.30e5383 -> 2.6+git20241108.fc0c103)
- Add compatibility symlink for rebootmgrctl to sbin
- Update to version 2.6+git20241108.fc0c103:
* Fix installation of .so man pages
* Rework manpage generation
* Switch from configure.ac to meson
* Document that timezones are not supported
* Release version 2.5
==== signon-kwallet-extension ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== spectacle ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- Changes since 24.08.2:
* work around bugged qmlcachegen (kde#494281)
* Fix negative animation duration without capture on click support (kde#495216)
* AnnotationViewport: fix stretching odd sized images
* Revert "Make screenshots with scales multiplied or divided by integers look sharper in AnnotationViewport"
==== u-boot-rpiarm64 ====
Subpackages: u-boot-rpiarm64-doc
Patch queue updated from https://github.com/openSUSE/u-boot.git tumbleweed-2024.10
* Patches added:
0019-scripts-dtc-pylibfdt-libfdt.i_shipp.patch
==== update-bootloader ====
Version update (1.18 -> 1.19)
- merge gh#openSUSE/perl-bootloader#183
- adjust tests
- update test results
- 1.19
- merge gh#openSUSE/perl-bootloader#182
- Use sdbootutil to set default entry
- User sdbootutil to install a new kernel
- Set default entry and add a new kernel via sdbootutil
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:
file
grub2
ibus (1.5.30 -> 1.5.31)
kf6-attica (6.7.0 -> 6.8.0)
kf6-baloo (6.7.0 -> 6.8.0)
kf6-bluez-qt (6.7.0 -> 6.8.0)
kf6-breeze-icons (6.7.0 -> 6.8.0)
kf6-frameworkintegration (6.7.0 -> 6.8.0)
kf6-karchive (6.7.0 -> 6.8.0)
kf6-kauth (6.7.0 -> 6.8.0)
kf6-kbookmarks (6.7.0 -> 6.8.0)
kf6-kcmutils (6.7.0 -> 6.8.0)
kf6-kcodecs (6.7.0 -> 6.8.0)
kf6-kcolorscheme (6.7.0 -> 6.8.0)
kf6-kcompletion (6.7.0 -> 6.8.0)
kf6-kconfig (6.7.0 -> 6.8.0)
kf6-kconfigwidgets (6.7.0 -> 6.8.0)
kf6-kcoreaddons (6.7.0 -> 6.8.0)
kf6-kcrash (6.7.0 -> 6.8.0)
kf6-kdbusaddons (6.7.0 -> 6.8.0)
kf6-kdeclarative (6.7.0 -> 6.8.0)
kf6-kded (6.7.0 -> 6.8.0)
kf6-kdesu (6.7.0 -> 6.8.0)
kf6-kdnssd (6.7.0 -> 6.8.0)
kf6-kdoctools (6.7.0 -> 6.8.0)
kf6-kfilemetadata (6.7.0 -> 6.8.0)
kf6-kglobalaccel (6.7.0 -> 6.8.0)
kf6-kguiaddons (6.7.0 -> 6.8.0)
kf6-kholidays (6.7.0 -> 6.8.0)
kf6-ki18n (6.7.0 -> 6.8.0)
kf6-kiconthemes (6.7.0 -> 6.8.0)
kf6-kidletime (6.7.0 -> 6.8.0)
kf6-kio (6.7.0 -> 6.8.0)
kf6-kirigami (6.7.0 -> 6.8.0)
kf6-kitemmodels (6.7.0 -> 6.8.0)
kf6-kitemviews (6.7.0 -> 6.8.0)
kf6-kjobwidgets (6.7.0 -> 6.8.0)
kf6-knewstuff (6.7.0 -> 6.8.0)
kf6-knotifications (6.7.0 -> 6.8.0)
kf6-knotifyconfig (6.7.0 -> 6.8.0)
kf6-kpackage (6.7.0 -> 6.8.0)
kf6-kparts (6.7.0 -> 6.8.0)
kf6-kpty (6.7.0 -> 6.8.0)
kf6-kquickcharts (6.7.0 -> 6.8.0)
kf6-krunner (6.7.0 -> 6.8.0)
kf6-kservice (6.7.0 -> 6.8.0)
kf6-kstatusnotifieritem (6.7.0 -> 6.8.0)
kf6-ksvg (6.7.0 -> 6.8.0)
kf6-ktexteditor (6.7.0 -> 6.8.0)
kf6-ktextwidgets (6.7.0 -> 6.8.0)
kf6-kunitconversion (6.7.0 -> 6.8.0)
kf6-kuserfeedback (6.7.0 -> 6.8.0)
kf6-kwallet (6.7.0 -> 6.8.0)
kf6-kwidgetsaddons (6.7.0 -> 6.8.0)
kf6-kwindowsystem (6.7.0 -> 6.8.0)
kf6-kxmlgui (6.7.0 -> 6.8.0)
kf6-modemmanager-qt (6.7.0 -> 6.8.0)
kf6-networkmanager-qt (6.7.0 -> 6.8.0)
kf6-prison (6.7.0 -> 6.8.0)
kf6-purpose (6.7.0 -> 6.8.0)
kf6-qqc2-desktop-style (6.7.0 -> 6.8.0)
kf6-solid (6.7.0 -> 6.8.0)
kf6-sonnet (6.7.0 -> 6.8.0)
kf6-syndication (6.7.0 -> 6.8.0)
kf6-syntax-highlighting (6.7.0 -> 6.8.0)
open-isns (0.102 -> 0.103+2.296d533bd52a)
python-cryptography
qt6-wayland
rebootmgr (2.4+git20240524.30e5383 -> 2.6+git20241108.fc0c103)
update-bootloader (1.18 -> 1.19)
=== Details ===
==== file ====
Subpackages: file-magic libmagic1
- file-seccomp.patch: glibc uses getrandom in malloc, rseq and prctl
in various other places, allow these syscalls in seccomp filter.
==== grub2 ====
Subpackages: grub2-common grub2-i386-pc grub2-snapper-plugin grub2-x86_64-efi
- Fix previous change as the variable has to be set earlier
* 0001-10_linux-Do-not-enable-BLSCFG-on-s390-emu.patch
- Do not enable blscfg on s390-emu
* 0001-10_linux-Do-not-enable-BLSCFG-on-s390-emu.patch
- Fix xen package contains debug_info files with the .module suffix by moving
them to a separate xen-debug subpackage (bsc#1232573)
==== ibus ====
Version update (1.5.30 -> 1.5.31)
Subpackages: libibus-1_0-5 typelib-1_0-IBus-1_0
- Upstream update to 1.5.31
* Enhance CI for generic
* Enhance CI for Wayland
* Enhance compose keys
* Update compose keys with latest Xorg and GTK
* Use localectl to get current XKB in Wayland instead of setxkbmap
* Update XKB engines
* Update Unicode category
* Change IBus unique name for security issue
* Ignore Super modifier for compose keys for GNOME Wayland
* Fix X11 application and game issues
* Fix Emoji issues
* Fix Flatpak issues
* Fix preedit issues with m17n:sa:itrans
* Code maintenance
==== kf6-attica ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Attica6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-baloo ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-baloo-file kf6-baloo-imports kf6-baloo-kioslaves libKF6Baloo6 libKF6BalooEngine6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* [excludeMimeTypes] Exclude model/obj and text/rust from content indexing
* Update version to 6.8.0
==== kf6-bluez-qt ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-bluez-qt-imports libKF6BluezQt6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
* Simplify PendingCallPrivate
==== kf6-breeze-icons ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6BreezeIcons6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Add mimetype icons for text/x-typst
* Monochromize not-explicitly-colorized symbolic folder icons (kde#494721)
* Add CI for static builds on Linux
* Unify common parts of index.theme for breeze and breeze-dark
* Sync index.theme changes from breeze to breeze-dark (kde#494399)
* Rename spinbox-* icons to value-*
* Update version to 6.8.0
==== kf6-frameworkintegration ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-frameworkintegration-plugin libKF6Style6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-karchive ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Archive6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Add CI for static builds on Linux
* Update version to 6.8.0
* [k7zip] Correctly handle pack sizes > INT_MAX
==== kf6-kauth ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6AuthCore6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kbookmarks ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Bookmarks6 libKF6BookmarksWidgets6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Port to KStandardActions
* Add missing include
* Update version to 6.8.0
==== kf6-kcmutils ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-kcmutils-imports libKF6KCMUtils6 libKF6KCMUtilsCore6 libKF6KCMUtilsQuick6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
* Fix compilation with Qt 6.9 (dev)
==== kf6-kcodecs ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Codecs6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Add test for passing unknown codec to codecForName
* Fix buffer overflow in Codec::codecForName
* Update version to 6.8.0
==== kf6-kcolorscheme ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6ColorScheme6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Reset palette to default-constructed one when scheme is unset
* Don't call activateSchemeInternal in init unless really needed
* Update dependency version to 6.8.0
* Add CI for static builds on Linux
* Update version to 6.8.0
==== kf6-kcompletion ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Completion6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Add linux-qt6-static CI
* Update version to 6.8.0
==== kf6-kconfig ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kconf_update6 kf6-kconfig-imports libKF6ConfigCore6 libKF6ConfigGui6 libKF6ConfigQml6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* kwindowconfig: If sizes are same as default, revert them to default when saving
* Update version to 6.8.0
* Add CI for static builds on Linux
* Correctly install QML module in a static build
==== kf6-kconfigwidgets ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6ConfigWidgets6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Add CI for static builds on Linux
* Update version to 6.8.0
==== kf6-kcoreaddons ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-kcoreaddons-imports libKF6CoreAddons6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Make KJob::elapsedTime const
* Fix absolute path generation into (not installed) header
* KPluginMetaData: reduce string allocation
* Update git blame ignore file
* Reformat code with clang-format
* Kjob: add elapsedTime() returns the ms the job ran
* Add CI for static builds on Linux
* Install QML module correctly when building statically
* exportUrlsToPortal: use QScopeGuard::dismiss for the success code path
* Update version to 6.8.0
==== kf6-kcrash ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Crash6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kdbusaddons ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-kdbusaddons-tools libKF6DBusAddons6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kdeclarative ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-kdeclarative-imports libKF6CalendarEvents6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kded ====
Version update (6.7.0 -> 6.8.0)
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kdesu ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Su6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kdnssd ====
Version update (6.7.0 -> 6.8.0)
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kdoctools ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6DocTools6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Upload new file sq.xml
* Update version to 6.8.0
==== kf6-kfilemetadata ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6FileMetaData3
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* UserMetadata: complete Windows implementation
* Update version to 6.8.0
==== kf6-kglobalaccel ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6GlobalAccel6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Add WITH_X11 option to re-enable X11 code after runtime cleanup
* Add CI for static builds on Linux
* Update version to 6.8.0
==== kf6-kguiaddons ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6GuiAddons6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Add namespace for Android as required by newer gradle versions
* Update version to 6.8.0
* Add CI for static builds on Linux
* Correctly install static QML modules
==== kf6-kholidays ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-kholidays-imports libKF6Holidays6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Fix misunderstanding of All Saints Day in Swedish calendar
* Add CI for static builds on Linux
* Update version to 6.8.0
==== kf6-ki18n ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6I18n6
- Fix requires_eq call: it does not, and never did, work on virtual
provides, only package names (in the past it was simply ignored,
newly throws an error exposing those things).
==== kf6-kiconthemes ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-kiconthemes-imports libKF6IconThemes6 libKF6IconWidgets6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Port to KStandardActions
* Postpone spawning KColorSchemeManager instance
* Add CI for static builds on Linux
* Init mimeType icons on demand
* Update version to 6.8.0
* Set up KColorSchemeManager on Android as well
* Reduce temporary allocations
==== kf6-kidletime ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-kidletime-plugins libKF6IdleTime6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kio ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6KIO6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Too many changes since 6.7.0, only listing bugfixes:
* http worker: handle dav[s] protocol (kde#365356)
* KNewFileMenu: Prevent using home directory as template directory (kde#494679)
* Preview: better clean after standard thumbnailer (kde#493274)
* openurljob.cpp: Avoid opening files in endless loop if mimetype is set to open with xdg-open (kde#494335)
* [KFilePlacesView] Improve automatic resize heuristic (kde#449544)
* Clean up Properties dialog to follow HIG, improve UX, remove frames and fix padding regression (kde#484789)
==== kf6-kirigami ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-kirigami-imports libKirigamiPlatform6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* TitleSubtitle: Don't explicit set renderType
* Upper mound for overlaysheet width
* SelectableLabel: fix a11y properties
* Fix Kirigami Application (Qt6) template (kde#494478)
* SelectableLabel: Use onPressedChanged
* Reformat code with clang-format
* Icon: Always respect the animated property (kde#466357)
* Adjust tst_qicon for desktop theme
* Fix loading desktop theme (kde#491294)
* Fix presumable typos confusing background and foreground colors
* Always print Theme file loading errors
* SelectableLabel: override default padding values more completely (kde#495256)
* Fix icon for positive state of InlineMessage
* SelectableLabel: fix binding loop warning on cursorShape
* ScrollablePage: Add properties to set if the scrollbars are interactive
* SelectableLabel: use property alias instead of direct binding, expose more through aliases
* Dialog: fix multiple binding loops (again)
* Update version to 6.8.0
* make the close button actually close
* layout: Reverse the stacking order of items inserted into ToolBarLayout
* Modify SelectableLabel to use TextEdit instead
* Cleanup and fix static QML module installation
* Disable PageRow gesture on android
* Make OverlaySheet look exactly like Dialog (kde#489357)
* Top align icon in multiline InlineMessage
==== kf6-kitemmodels ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-kitemmodels-imports libKF6ItemModels6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Install QML module correctly when building statically
* Fix QML unit tests when building against a static Qt
* Make unit tests independent of QtWidgets
* Don't hardcode library type
* Update version to 6.8.0
* kbihash: adapt to source incompatible change in Qt
==== kf6-kitemviews ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6ItemViews6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kjobwidgets ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6JobWidgets6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Hide arrowButton in KWidgetJobTracker on startup
* Add dedicated WITH_X11 option to avoid automagic
* Update version to 6.8.0
==== kf6-knewstuff ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-knewstuff-imports libKF6NewStuffCore6 libKF6NewStuffWidgets6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* make sure the action's dialog closes (kde#492998)
* put qnetworkreplys in a self-aborting unique_ptr
* parent the xml loader's httpjob
* filecopyworker: try to gracefully quit the thread. then terminate it
* Update version to 6.8.0
==== kf6-knotifications ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-knotifications-imports libKF6Notifications6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* typo--
* Add namespace for Android as required by newer gradle
* Add CI for static builds on Linux
* Update version to 6.8.0
==== kf6-knotifyconfig ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6NotifyConfig6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kpackage ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Package6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kparts ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Parts6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
* Define undeprecated Capabilities key in JSON metadata, define JSON schema, remove obsolete key
==== kf6-kpty ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Pty6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kquickcharts ====
Version update (6.7.0 -> 6.8.0)
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
* Add CI for static builds on Linux
* Correctly install static QML modules
==== kf6-krunner ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Runner6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kservice ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Service6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kstatusnotifieritem ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6StatusNotifierItem6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Fix absolute path generation in (not installed) header
* typo--
* Update version to 6.8.0
==== kf6-ksvg ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-ksvg-imports libKF6Svg6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-ktexteditor ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6TextEditor6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Vi mode: Don't infinite loop in searcher
* Update dependency version to 6.8.0
* remove unused var
* fix ignores
* less deprecated stuff used
* Don't temporarily clear document URL during openUrl()
* Only discard completion if the cursor was at the end of line
* Update git blame ignore file
* Reformat code with clang-format
* Fix implicit conversion of Qt::Key in Qt 6.9
* Try to avoid unwanted completions
* fix session restore of file type (kde#492201)
* Make ViewPrivate::displayRangeChanged public
* Set DocumentPrivate::m_reloading to false only if loading
* Give a more proper name to the test
* Fix multiblock range handling when unwrapping line (kde#494826)
* Fix line removal not handled properly in KateTemplateHandler (kde#434093)
* Update version to 6.8.0
* Inline blocksize into buffer
* Improve MovingRangeTest::benchCheckValidity
* Improve TextRange::checkValidity performance
* do all testing in clean temp dirs
* Add a swap file test
* add benchmarks for moving stuff
* Use std::vector for cursor storage
* Allow disabling editorconfig (kde#471008)
==== kf6-ktextwidgets ====
Version update (6.7.0 -> 6.8.0)
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Port to KStandardActions
* Make implicit deps explicit
* Update version to 6.8.0
==== kf6-kunitconversion ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6UnitConversion6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Add CI for static builds on Linux
* Update version to 6.8.0
==== kf6-kuserfeedback ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-kuserfeedback-imports libKF6UserFeedbackCore6 libKF6UserFeedbackWidgets6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kwallet ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kwalletd6 libKF6Wallet6 libKF6WalletBackend6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Don't exclude deprecated functions from build (kde#493356)
* Update version to 6.8.0
==== kf6-kwidgetsaddons ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6WidgetsAddons6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Fix time entry in locales with mixed-case AM/PM suffixes
* Add CI for static builds on Linux
* Don't use Oxygen style in KSeparator
* Update version to 6.8.0
* KMessageWidget: Improve accessibility
==== kf6-kwindowsystem ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-kwindowsystem-imports libKF6WindowSystem6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-kxmlgui ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6XmlGui6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Fix window position not being restored (kde#493401)
* Update version to 6.8.0
==== kf6-modemmanager-qt ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6ModemManagerQt6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-networkmanager-qt ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-networkmanager-qt-imports libKF6NetworkManagerQt6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-prison ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-prison-imports libKF6Prison6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Add CI for static builds on Linux
* Update version to 6.8.0
==== kf6-purpose ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-purpose-services libKF6Purpose6 libKF6PurposeWidgets6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Update version to 6.8.0
==== kf6-qqc2-desktop-style ====
Version update (6.7.0 -> 6.8.0)
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* TextArea: Make placeholder wrap
* Update version to 6.8.0
==== kf6-solid ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Solid6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Restore MediaChanged handling for Audio CDs
* Support reproducible builds by omitting host paths in bison/yacc outputs
* [udisks] Don't add/remove devices in slotMediaChanged
* Port implicit QByteArray, QChar and QString conversions in iokit
* Drop unfinished Power API
* fstabwatcher: use libmount monitor on Linux
* fstabhandling: use libmount in Linux
* Update version to 6.8.0
==== kf6-sonnet ====
Version update (6.7.0 -> 6.8.0)
Subpackages: kf6-sonnet-imports libKF6SonnetCore6 libKF6SonnetUi6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Add linux-qt6-static CI
* Remove ASPELL runtime dependency from plugin building check
* Provide SONNET_NO_BACKENDS option to deactivate build failures with no backends
* Update version to 6.8.0
==== kf6-syndication ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6Syndication6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Add CI for static builds on Linux
* Update version to 6.8.0
==== kf6-syntax-highlighting ====
Version update (6.7.0 -> 6.8.0)
Subpackages: libKF6SyntaxHighlighting6
- Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0
- Changes since 6.7.0:
* Update dependency version to 6.8.0
* State: Fix inconsistent linkage warning on Windows
* better contrast for search highlighting (kde#494599)
* odin: Add escape character to strings
* update
* add comments
* Add TLA+ syntax highlighting
* init
* move try to cflow_begin
* Update version to 6.8.0
==== open-isns ====
Version update (0.102 -> 0.103+2.296d533bd52a)
- Update to version 0.103+2.296d533bd52a:
* Cleanup build system: remove aclocal directory
* Preparing for version 0.103
* Testing: update testing system
* Update the git ignore list for meson
* Remove old stale TODO item
* Update HACKING file with memory debuging update
* Disable broken memory debugging
* Remove last remnants of the old Make/configure bulid system
* Testing: remove deprecated perl testing code
* isnsadm: more memleaks in error handling paths
* isnsadm: free simp in list_objects
* isnsadm: free qry in error paths
* rebuild_proxy_list: free proxy on error
* isns_get_address: free addrinfo on error
* isns_msg_complete: msg_buf resource leak
* register_exported_objects: move call definition insize loop
* rebuild_proxy_list: move def inside loop to make lifetime clear to static checkers
* refresh_registration: resource leak
* isns_create_getnnext_response: resource leak
* db mkdir: leak of strdup memory
* libisns: fix print_size overrun
* isns_proxy_free: fix free call on strdup string
* logging: fix segfault on an underflow with an input string of all newlines
* Fix the bug in compare value
* Quiet a commpiler warning.
- Removed pach (no longer needed in new version):
* Quiet-a-commpiler-warning.patch
==== python-cryptography ====
- Fix requires_eq replacement for distributions which do not have
python3-cffi installed (such as SLE15 python module pythons)
* gh#openSUSE/python-rpm-macros#185
- Remove outdated section in description
==== qt6-wayland ====
Subpackages: libQt6WaylandClient6 libQt6WaylandCompositor6 libQt6WaylandEglClientHwIntegration6 libQt6WaylandEglCompositorHwIntegration6 libQt6WlShellIntegration6
- Add 0001-fix-crash-issue.patch
fix crash when attach differ shellsurface to the same shellsurfaceitem (boo#1233141)
==== rebootmgr ====
Version update (2.4+git20240524.30e5383 -> 2.6+git20241108.fc0c103)
- Update to version 2.6+git20241108.fc0c103:
* Fix installation of .so man pages
* Rework manpage generation
* Switch from configure.ac to meson
* Document that timezones are not supported
* Release version 2.5
==== update-bootloader ====
Version update (1.18 -> 1.19)
- merge gh#openSUSE/perl-bootloader#183
- adjust tests
- update test results
- 1.19
- merge gh#openSUSE/perl-bootloader#182
- Use sdbootutil to set default entry
- User sdbootutil to install a new kernel
- Set default entry and add a new kernel via sdbootutil
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.1.7 -> 24.2.6)
Mesa-drivers (24.1.7 -> 24.2.6)
MicroOS-release (20241107 -> 20241108)
baloo-widgets (24.08.2 -> 24.08.3)
bluez (5.78 -> 5.79)
crun (1.18 -> 1.18.2)
curl (8.10.1 -> 8.11.0)
dolphin (24.08.2 -> 24.08.3)
dracut-pcr-signature (0.4+2 -> 0.5+0)
expat (2.6.3 -> 2.6.4)
ffmpegthumbs (24.08.2 -> 24.08.3)
hwdata (0.384 -> 0.389)
kaccounts-integration (24.08.2 -> 24.08.3)
kaccounts-integration-kf5 (24.08.2 -> 24.08.3)
kaccounts-providers (24.08.2 -> 24.08.3)
kate (24.08.2 -> 24.08.3)
kdegraphics-mobipocket (24.08.2 -> 24.08.3)
kdegraphics-thumbnailers (24.08.2 -> 24.08.3)
kdenetwork-filesharing (24.08.2 -> 24.08.3)
kdialog (24.08.2 -> 24.08.3)
kio-extras (24.08.2 -> 24.08.3)
kio-gdrive (24.08.2 -> 24.08.3)
konsole (24.08.2 -> 24.08.3)
kpmcore (24.08.2 -> 24.08.3)
kwalletmanager (24.08.2 -> 24.08.3)
libXcursor (1.2.2 -> 1.2.3)
libkdcraw-qt6 (24.08.2 -> 24.08.3)
libkexiv2-qt6 (24.08.2 -> 24.08.3)
libkgapi6 (24.08.2 -> 24.08.3)
libselinux
partitionmanager (24.08.2 -> 24.08.3)
passt (20240906.6b38f07 -> 20241030.ee7d0b6)
python-certifi
qt6-declarative
signon-kwallet-extension (24.08.2 -> 24.08.3)
spectacle (24.08.2 -> 24.08.3)
=== Details ===
==== Mesa ====
Version update (24.1.7 -> 24.2.6)
Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1
- 0001-dril-Fixup-order-of-pixel-formats-in-drilConfigs.patch
* fixes colors for 'swrast' driver (boo#1230637, gitlab issue#11840)
- Update to release 24.2.6
- -> https://docs.mesa3d.org/relnotes/24.2.6
- added -32bit package for Mesa-libva since it's needed by Steam;
reported on packman ML:
https://lists.links2linux.de/pipermail/packman/2024-October/017985.html
- Enable intel Vulkan backends on riscv64 (boo#1231756)
- Enable iris Gallium backend on riscv64, Power and on Arm, too
- Update to release 24.2.5
- -> https://docs.mesa3d.org/relnotes/24.2.5
- drop u_fix-llvm19-build.patch
included in upstream
- Update to release 24.2.4
- -> https://docs.mesa3d.org/relnotes/24.2.4
- u_mesa-CVE-2023-45913.patch
* NULL pointer dereference via dri2GetGlxDrawableFromXDrawableId()
(CVE-2023-45913, bsc#1222040)
- u_mesa-CVE-2023-45919.patch
* buffer over-read in glXQueryServerString()
(CVE-2023-45919, bsc#1222041)
- u_mesa-CVE-2023-45922.patch
* segmentation violation in __glXGetDrawableAttribute()
(CVE-2023-45922, bsc#1222042)
- libvdpau_gallium was linked directly into libgallium-*.so.*.
Drop the subpackage and provides/obsolete it via Mesa-dri which
ships libgallium-*.so.*.
- drop u_fix_rust_bindgen.patch
included in update
- Update to release 24.2.3
- -> https://docs.mesa3d.org/relnotes/24.2.3
- disable build of rusticl on sle15; meson is just too old ...
- buildrequires: rusticl needs mesa >= 1.4.0
- tlsdesc_test.patch: disable LTO in tlsdesc_test to suppress TLS
relaxation (patch by Andreas Schwab <schwab(a)suse.de>); see also
https://gitlab.freedesktop.org/mesa/mesa/-/issues/11929
- buildrequire llvm19-devel/clang19-devel on sle15-sp7
- Add u_fix-llvm19-build.patch to fix build with LLVM 19 on ARM.
- Update minimum version requirements based on meson.build.
- Fix build on s390x: apparently we don't have libvdpau_gallium.so.
==== Mesa-drivers ====
Version update (24.1.7 -> 24.2.6)
Subpackages: Mesa-dri Mesa-gallium
- 0001-dril-Fixup-order-of-pixel-formats-in-drilConfigs.patch
* fixes colors for 'swrast' driver (boo#1230637, gitlab issue#11840)
- Update to release 24.2.6
- -> https://docs.mesa3d.org/relnotes/24.2.6
- added -32bit package for Mesa-libva since it's needed by Steam;
reported on packman ML:
https://lists.links2linux.de/pipermail/packman/2024-October/017985.html
- Enable intel Vulkan backends on riscv64 (boo#1231756)
- Enable iris Gallium backend on riscv64, Power and on Arm, too
- Update to release 24.2.5
- -> https://docs.mesa3d.org/relnotes/24.2.5
- drop u_fix-llvm19-build.patch
included in upstream
- Update to release 24.2.4
- -> https://docs.mesa3d.org/relnotes/24.2.4
- u_mesa-CVE-2023-45913.patch
* NULL pointer dereference via dri2GetGlxDrawableFromXDrawableId()
(CVE-2023-45913, bsc#1222040)
- u_mesa-CVE-2023-45919.patch
* buffer over-read in glXQueryServerString()
(CVE-2023-45919, bsc#1222041)
- u_mesa-CVE-2023-45922.patch
* segmentation violation in __glXGetDrawableAttribute()
(CVE-2023-45922, bsc#1222042)
- libvdpau_gallium was linked directly into libgallium-*.so.*.
Drop the subpackage and provides/obsolete it via Mesa-dri which
ships libgallium-*.so.*.
- drop u_fix_rust_bindgen.patch
included in update
- Update to release 24.2.3
- -> https://docs.mesa3d.org/relnotes/24.2.3
- disable build of rusticl on sle15; meson is just too old ...
- buildrequires: rusticl needs mesa >= 1.4.0
- tlsdesc_test.patch: disable LTO in tlsdesc_test to suppress TLS
relaxation (patch by Andreas Schwab <schwab(a)suse.de>); see also
https://gitlab.freedesktop.org/mesa/mesa/-/issues/11929
- buildrequire llvm19-devel/clang19-devel on sle15-sp7
- Add u_fix-llvm19-build.patch to fix build with LLVM 19 on ARM.
- Update minimum version requirements based on meson.build.
- Fix build on s390x: apparently we don't have libvdpau_gallium.so.
==== MicroOS-release ====
Version update (20241107 -> 20241108)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== baloo-widgets ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== bluez ====
Version update (5.78 -> 5.79)
Subpackages: bluez-auto-enable-devices bluez-cups libbluetooth3
- Update to 5.79:
* Fix issue with handling address type while pairing.
* Add support for allowing to set A2DP transport delay.
* Add support for persistent userspace HID operation.
* Add support for handling syncing to multiple BISes.
- Drop Fix-crash-after-bt_uhid_unregister_all.patch, merged
upstream.
==== crun ====
Version update (1.18 -> 1.18.2)
- Update to crun v1.18.2 Upstream changelog is available from
<https://github.com/containers/crun/releases/tag/1.18.2>
==== curl ====
Version update (8.10.1 -> 8.11.0)
Subpackages: libcurl4
- Update to 8.11.0:
* Security fixes: [bsc#1232528, CVE-2024-9681]
- curl: HSTS subdomain overwrites parent cache entry
* Changes:
- curl: --create-dirs works for --dump-header as well
- gtls: Add P12 format support
- ipfs: add options to disable
- TLS: TLSv1.3 earlydata support for curl
- WebSockets: make support official (non-experimental)
* Bugfixes:
- build: clarify CA embed is for curl tool, mark default, improve summary
- build: show if CA bundle to embed was found
- build: tidy up and improve versioned-symbols options
- cmake/FindNGTCP2: use library path as hint for finding crypto module
- cmake: disable default OpenSSL if BearSSL, GnuTLS or Rustls is enabled
- cmake: rename LDAP dependency config variables to match Find modules
- cmake: replace 'check_include_file_concat()' for LDAP and GSS detection
- cmake: use OpenSSL for LDAP detection only if available
- curl: add build options for safe/no CA bundle search (Windows)
- curl: detect ECH support dynamically, not at build time
- curl_addrinfo: support operating systems with only getaddrinfo(3)
- ftp: fix 0-length last write on upload from stdin
- gnutls: use session cache for QUIC
- hsts: improve subdomain handling
- hsts: support "implied LWS" properly around max-age
- http2: auto reset stream on server eos
- json.md: cli-option '--json' is an alias of '--data-binary'
- lib: move curl_path.[ch] into vssh/
- lib: remove function pointer typecasts for hmac/sha256/md5
- libssh.c: handle EGAINS during proto-connect correctly
- libssh2: use the filename buffer when getting the homedir
- multi.c: warn/assert on stall only without timer
- negotiate: conditional check around GSS & SSL specific code
- netrc: cache the netrc file in memory
- ngtcp2: do not loop on recv
- ngtcp2: set max window size to 10x of initial (128KB)
- openssl quic: populate x509 store before handshake
- openssl: extend the OpenSSL error messages
- openssl: improve retries on shutdown
- quic: use send/recvmmsg when available
- schannel: fix TLS cert verification by IP SAN
- schannel: ignore error on recv beyond close notify
- select: use poll() if existing, avoid poll() with no sockets
- sendf: add condition to max-filesize check
- server/mqttd: fix two memory leaks
- setopt: return error for bad input to CURLOPT_RTSP_REQUEST
- setopt_cptr: make overflow check only done when needed
- tls: avoid abusing CURLE_SSL_ENGINE_INITFAILED
- tool: support --show-headers AND --remote-header-name
- tool_operate: make --skip-existing work for --parallel
- url: connection reuse on h3 connections
- url: use same credentials on redirect
- urlapi: normalize the IPv6 address
- version: say quictls in MSH3 builds
- vquic: fix compiler warning with gcc + MUSL
- vquic: recv_mmsg, use fewer, but larger buffers
- vtls: convert Curl_pin_peer_pubkey to use dynbuf
- vtls: convert pubkey_pem_to_der to use dynbuf
* Rebase curl-secure-getenv.patch
==== dolphin ====
Version update (24.08.2 -> 24.08.3)
Subpackages: dolphin-part libdolphinvcs6
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== dracut-pcr-signature ====
Version update (0.4+2 -> 0.5+0)
- Update to version 0.5+0:
* Normalize spec file
* Use a generator to mount ESP
* Avoid race condition when multiple disks are encrypted
==== expat ====
Version update (2.6.3 -> 2.6.4)
- version update to 2.6.4
* Security fixes: [bsc#1232601]
[#915] CVE-2024-50602 -- Fix crash within function XML_ResumeParser
from a NULL pointer dereference by disallowing function
XML_StopParser to (stop or) suspend an unstarted parser.
A new error code XML_ERROR_NOT_STARTED was introduced to
properly communicate this situation. // CWE-476 CWE-754
* Other changes:
[#903] CMake: Add alias target "expat::expat"
[#905] docs: Document use via CMake >=3.18 with FetchContent
and SOURCE_SUBDIR and its consequences
[#902] tests: Reduce use of global parser instance
[#904] tests: Resolve duplicate handler
[#317] #918 tests: Improve tests on doctype closing (ex CVE-2019-15903)
[#914] Fix signedness of format strings
[#919] #920 Version info bumped from 10:3:9 (libexpat*.so.1.9.3)
to 11:0:10 (libexpat*.so.1.10.0); see https://verbump.de/
for what these numbers do
==== ffmpegthumbs ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== hwdata ====
Version update (0.384 -> 0.389)
- update to 0.389:
* Update pci and vendor ids
- update to 0.385:
* Update pci and vendor ids
==== kaccounts-integration ====
Version update (24.08.2 -> 24.08.3)
Subpackages: libkaccounts6-2
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- Changes since 24.08.2:
* Categorize logging
* Abort gracefully when file to remove doesn't exist (kde#495344)
* Avoid dangling reference in removeNetAttach
==== kaccounts-integration-kf5 ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- Changes since 24.08.2:
* Categorize logging
* Abort gracefully when file to remove doesn't exist (kde#495344)
* Avoid dangling reference in removeNetAttach
==== kaccounts-providers ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== kate ====
Version update (24.08.2 -> 24.08.3)
Subpackages: kate-plugins
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- Changes since 24.08.2:
* Fix sql copy/export is randomly ordered (kde#461419)
* formatting: Listen to all process signals properly
* KateViewSpace: Store session group name on save
* Fix QString.arg calls
* Add libffi8 needed by opensuse.
* snapcraft: Fix ld-library-config.
==== kdegraphics-mobipocket ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== kdegraphics-thumbnailers ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== kdenetwork-filesharing ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== kdialog ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== kio-extras ====
Version update (24.08.2 -> 24.08.3)
Subpackages: libkioarchive6-6 trash_kcm
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- Changes since 24.08.2:
* thumbnail: image plugin add webp support
* audiothumbnail and imagethumbnail: Mention supported mimetypes explicitly
==== kio-gdrive ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- Changes since 24.08.2:
* CI: Build libkgapi from the same branch
==== konsole ====
Version update (24.08.2 -> 24.08.3)
Subpackages: konsole-part
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- Changes since 24.08.2:
* Fix OSC 4 past colorTable and apply the check to OSC 104
==== kpmcore ====
Version update (24.08.2 -> 24.08.3)
Subpackages: libkpmcore12
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== kwalletmanager ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== libXcursor ====
Version update (1.2.2 -> 1.2.3)
- Update to version 1.2.3
* Change all *LoadImage(..., size) APIs to always return a cursor with the requested size.
* Remove unnecessary MIN calls
* build-fix
* fix compiler warnings
* improve manpage formatting
* trim redundant code from the resize-calls
* add new property "resized" and environment "XCURSOR_RESIZED"
* add getter/setter for "resized" property
* restore behavior of image-loading, provide resizing via internal function
* provide internal variants of existing functions to pass "resized" parameter
* use resized-parameter where available when loading images
* add/use _XcursorLibraryLoadImages to pass resized-parameter when loading
* add debug-logging for file.c, to help with analysis
* add traces for library.c and xlib.c, also another internal function for dpy
* document the new XCURSOR_RESIZED environment variable and resource "resized"
* document/tidy the new set/get functions
* changes will suggest new release
* ensure ncomment and nimage values are positive
* add debug-trace for the configuration information
* fix overlooked compiler-warning
* reduce the message-check to ignore the over-long one
* amend per merge_requests/22#note_2642034
* amend per merge_requests/22#note_2642042
* Ignore invalid cursor files
==== libkdcraw-qt6 ====
Version update (24.08.2 -> 24.08.3)
Subpackages: libKDcrawQt6-5
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== libkexiv2-qt6 ====
Version update (24.08.2 -> 24.08.3)
Subpackages: libKExiv2Qt6-0
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== libkgapi6 ====
Version update (24.08.2 -> 24.08.3)
Subpackages: libKPim6GAPICore6 libKPim6GAPIDrive6 libkgapi6-sasl2-kdexoauth2
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== libselinux ====
Subpackages: libselinux1 selinux-tools
- Drop check_runlevel from selinux-ready script and remove restorecond
from check_packages as we don't require it to be selinux-ready.
==== partitionmanager ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== passt ====
Version update (20240906.6b38f07 -> 20241030.ee7d0b6)
Subpackages: passt-selinux
- Update to version 20241030.ee7d0b6:
* util: Don't use errno after a successful call in __daemon()
* udp: Take care of cert-int09-c clang-tidy warning for enum udp_iov_idx
* treewide: Address cert-err33-c clang-tidy warnings for clock and timer functions
* treewide: Suppress clang-tidy warning if we already use O_CLOEXEC
* Makefile: Disable readability-math-missing-parentheses clang-tidy check
* treewide: Silence cert-err33-c clang-tidy warnings for fprintf()
* treewide: Comply with CERT C rule ERR33-C for snprintf()
* Makefile: Exclude qrap.c from clang-tidy checks
* tcp: unify l2 TCPv4 and TCPv6 queues and structures
* tcp: set ip and eth headers in l2 tap queues on the fly
* test: remove obsolete images
* tcp: cleanup tcp_buf_data_from_sock()
* tcp: Use runtime tests for TCP_INFO fields
* tcp: Generalise probing for tcpi_snd_wnd field
* tcp: Remove compile-time dependency on struct tcp_info version
* tcp_splice: fcntl(2) returns the size of the pipe, if F_SETPIPE_SZ succeeds
* tcp_splice: splice() all we have to the writing side, not what we just read
* tcp: Use structures to construct initial TCP options
* fwd: Direct inbound spliced forwards to the guest's external address
* test: Clarify test for spliced inbound transfers
* passt.1: Clarify and update "Handling of local addresses" section
* passt.1: Mark --stderr as deprecated more prominently
* test: Wait for DAD on DHCPv6 addresses
* test: Explicitly wait for DAD to complete on SLAAC addresses
* arp: Fix a handful of small warts
* tcp: Send "empty" handshake ACK before first data segment
* test: Pass TRACE from run_term() into ./run from_term
* test/lib/term: Always use printf for messages with escape sequences
* conf: Add --dns-host option to configure host side nameserver
* conf: Add command line switch to enable IP_FREEBIND socket option
* udp: Update UDP checksum using an iovec array
* tcp: Update TCP checksum using an iovec array
* checksum: Add an offset argument in csum_iov()
* pcap: Add an offset argument in pcap_iov()
* tcp: Use tcp_payload_t rather than tcphdr
* test: Kernel binary can now be passed via the KERNEL environmental variable
* inany: Add inany_pton() helper
* tcp, udp: Make {tcp,udp}_sock_init() take an inany address
* util, pif: Replace sock_l4() with pif_sock_l4()
* udp: Don't attempt to get dual-stack sockets in nonsensical cases
* tcp: Allow checksum to be disabled
* udp: Allow checksum to be disabled
* util: Remove possible quadratic behaviour from write_remainder()
* util: Add helper to write() all of a buffer
* tcp: Make tcp_update_seqack_wnd()s force_seq parameter explicitly boolean
* tcp: Simplify ifdef logic in tcp_update_seqack_wnd()
* tcp: Clean up tcpi_snd_wnd probing
* tcp: Make some extra functions private
* tcp: Avoid overlapping memcpy() in DUP_ACK handling
* tcp: Remove redundant initialisation of iov[TCP_IOV_ETH].iov_base
==== python-certifi ====
- Make the test suite working just with the standard library.
==== qt6-declarative ====
Subpackages: libQt6LabsAnimation6 libQt6LabsFolderListModel6 libQt6LabsPlatform6 libQt6LabsQmlModels6 libQt6LabsSettings6 libQt6LabsSharedImage6 libQt6LabsWavefrontMesh6 libQt6Qml6 libQt6QmlCore6 libQt6QmlLocalStorage6 libQt6QmlMeta6 libQt6QmlModels6 libQt6QmlNetwork6 libQt6QmlWorkerScript6 libQt6QmlXmlListModel6 libQt6Quick6 libQt6QuickControls2-6 libQt6QuickControls2Impl6 libQt6QuickDialogs2-6 libQt6QuickDialogs2QuickImpl6 libQt6QuickDialogs2Utils6 libQt6QuickEffects6 libQt6QuickLayouts6 libQt6QuickParticles6 libQt6QuickShapes6 libQt6QuickTemplates2-6 libQt6QuickTest6 libQt6QuickVectorImage6 libQt6QuickWidgets6 qt6-declarative-imports
- Add patch (pending upstream) to fix properties getting GC'd:
(QTBUG-128789, kde#494804)
* 0001-WIP-speculative-gc-fix.patch
==== signon-kwallet-extension ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- No code change since 24.08.2
==== spectacle ====
Version update (24.08.2 -> 24.08.3)
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- Changes since 24.08.2:
* work around bugged qmlcachegen (kde#494281)
* Fix negative animation duration without capture on click support (kde#495216)
* AnnotationViewport: fix stretching odd sized images
* Revert "Make screenshots with scales multiplied or divided by integers look sharper in AnnotationViewport"
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:
enchant (2.2.15 -> 2.8.2)
gstreamer (1.24.8 -> 1.24.9)
gstreamer-plugins-bad (1.24.8 -> 1.24.9)
gstreamer-plugins-base (1.24.8 -> 1.24.9)
gstreamer-plugins-good (1.24.8 -> 1.24.9)
libftdi1
lsof
patterns-base
patterns-gnome
python-Mako (1.3.5 -> 1.3.6)
python-SQLAlchemy (2.0.32 -> 2.0.36)
python-attrs (23.2.0 -> 24.2.0)
qemu
sdbootutil (1+git20241105.3404bf8 -> 1+git20241107.542aa84)
=== Details ===
==== enchant ====
Version update (2.2.15 -> 2.8.2)
Subpackages: enchant-2-backend-hunspell enchant-data libenchant-2-2
- Update to 2.8.2
+ maintainer has changed their name from abiWord to rrthomas on
Github, hence update Source and URL to new home.
+ Switch to vala.
+ Use doxygen and groff-full for documentation.
+ nuspell >= 5.1.0 is required.
+ for more information see: NEWS
- Add doxygen, vala and groff-full BuildRequires following upstream
changes.
- Pass --docdir=%%{_defaultdocdir}/%%{name} to configure, package
the now built documentation in openSUSE standard.
==== gstreamer ====
Version update (1.24.8 -> 1.24.9)
Subpackages: libgstreamer-1_0-0 typelib-1_0-Gst-1_0
- Update to version 1.24.9:
+ Highlighted bugfixes:
- gst-rtsp-server security fix
- GstAggregator start time selection and latency query fixes
for force-live mode
- audioconvert: fix dynamic handling of mix matrix, and accept
custom upstream event for setting one
- encodebin: fix parser selection for encoders that support
multiple codecs
- flvmux improvments for pipelines where timestamps don't start
at 0
- glcontext: egl: Unrestrict the support base DRM formats
- kms: Add IMX-DCSS auto-detection in sink and fix stride with
planar formats in allocator
- macOS main application event loop fixes
- mpegtsdemux: Handle PTS/DTS wraparound with ignore-pcr=true
- playbin3, decodebin3, parsebin, urisourcebin: fix races, and
improve stability and stream-collection handling
- rtpmanager: fix early RTCP SR generation for sparse streams
like metadata
- qml6glsrc: Reduce capture delay
- qtdemux: fix parsing of rotation matrix with 180 degree
rotation
- rtpav1depay: added wait-for-keyframe and request-keyframe
properties
- srt: make work with newer libsrt versions and don't
re-connect on authentication failure
- v4l2 fixes and improvement
- webrtcsink, webrtcbin and whepsrc fixes
- cerbero: fix Python 3.13 compatibility, g-i with newer
setuptools, bootstrap on Arch Linux; iOS build fixes
- Ship qroverlay plugin in binary packages
- Various bug fixes, memory leak fixes, and other stability and
reliability improvements
+ Gstreamer:
- aggregator:
. Fix start time selection first with force-live
. Fix live query when force-live is TRUE
- parse-launch: Make sure children are bins before recursing in
- macos: Fix race conditions in cocoa/application main event
loop
- multiqueue: Do not unref the query we get in pad->query
==== gstreamer-plugins-bad ====
Version update (1.24.8 -> 1.24.9)
Subpackages: libgstadaptivedemux-1_0-0 libgstanalytics-1_0-0 libgstbadaudio-1_0-0 libgstbasecamerabinsrc-1_0-0 libgstcodecparsers-1_0-0 libgstcodecs-1_0-0 libgstcuda-1_0-0 libgstinsertbin-1_0-0 libgstisoff-1_0-0 libgstmpegts-1_0-0 libgstmse-1_0-0 libgstphotography-1_0-0 libgstplay-1_0-0 libgstplayer-1_0-0 libgstsctp-1_0-0 libgsttranscoder-1_0-0 libgsturidownloader-1_0-0 libgstva-1_0-0 libgstvulkan-1_0-0 libgstwayland-1_0-0 libgstwebrtc-1_0-0 libgstwebrtcnice-1_0-0
- Disable RDF parsing for Ladspa plugins. It provides hardly any
value (glfo#gstreamer/gstreamer#3168), but has a fairly large
reverse dependency set. Drop pkgconfig(lrdf) BuildRequires and
pass ladspa-rdf=disabled to meson setup.
- Update to version 1.24.9:
+ avfdeviceprovider: Fix leak from the GstCaps
+ codecparsers: add debug categories to bitwriters
+ codectimestamper: Fix gint wraparound in pts_compare_func
+ dvxa: Explicitly use cpp_std=c++11
+ GstPlay: message parsing and documentation improvements
+ h26xbitwriter: false have_space if aligning fails on aud
+ kmsallocator: fix stride with planar formats
+ kmssink: Add IMX-DCSS auto-detection
+ mpegtsdemux: Handle PTS/DTS wraparound with ignore-pcr=true
+ rtmp2sink: Initialize base_ts / last_ts with the actual first
observed timestamp
+ scenechange: fix memory leak
+ srt: Don't attempt to reconnect on authentication failures
+ srtsink: Register SRT listen callback before binding socket
+ tests:
- lc3: Allocate the same size for the buffer and the data
- va: fix vapostproc test for DMABuf
+ va: Fix libdrm include, plus meson and wrap changes
+ vp8decoder: Fix resolution change handling
+ vtdec: add support for level 6 6.1 and 6.2
+ vaav1enc: Do not enable palette mode by default
+ wayland: Add NV15 support
+ webrtcbin: Clean up bin elements when datachannel is removed
==== gstreamer-plugins-base ====
Version update (1.24.8 -> 1.24.9)
Subpackages: libgstallocators-1_0-0 libgstapp-1_0-0 libgstaudio-1_0-0 libgstfft-1_0-0 libgstgl-1_0-0 libgstpbutils-1_0-0 libgstriff-1_0-0 libgstrtp-1_0-0 libgstrtsp-1_0-0 libgstsdp-1_0-0 libgsttag-1_0-0 libgstvideo-1_0-0
- Update to version 1.24.9:
+ allocators: drmdumb: Fix bpp value for P010
+ audioconvert: fix dynamic handling of mix matrix, accept custom
upstream event for setting one
+ decodebin3:
- Make update/posting of collection messages atomic
- Send selected stream message as long as not all the tracks
can't select decoders
+ encodebasebin: Miscellaneous fixes
+ exiftag: Check the result of gst_date_time_new_local_time(),
fixes criticals with malformed EXIF tags
+ glcontext: egl: Unrestrict the support base DRM formats
+ gldownload: use gst_gl_sync_meta_wait_cpu()
+ gl: Fix configure error when libdrm is a subproject
+ playback: Fix a variety of decodebin3/parsebin/urisourcebin
races
+ playbin3: prevent crashing trying to play a corrupted mp4 file
(WARNING : HIGH PITCHED CORRUPTED SOUND)
+ Revert "meson: Fix invalid include flag in uninstalled gl pc
file"
+ urisourcebin:
- Allow more cases for posting stream-collection
- Ensure all stream-start are handled
+ urisourcebin/parsebin: Improve collection creation and handling
==== gstreamer-plugins-good ====
Version update (1.24.8 -> 1.24.9)
- Update to version 1.24.9:
+ flvmux: Use first running time on the initial header instead
of 0
+ qml6glsrc: Reduce capture delay
+ qtdemux:
- Check fourcc of a second CEA608 atom instead of assuming it's
cdt2
- Fix parsing of matrix with 180 rotation
- Skip zero-sized boxes instead of stopping to look at further
boxes
+ rtpmanager: skip RTPSources which are not ready in the RTCP
generation
+ rtppassthroughpay: Fix reading clock-rate and payload type from
caps
+ twcc: Handle wrapping of reference time
+ v4l2object: append non colorimetry structure to probed caps
+ v4l2: Various fixes and improvement
==== libftdi1 ====
- Fix for SWIG 4.3.0, add patch swig-4.3.patch
==== lsof ====
- Add reproducible.patch to not store build host kernel version (boo#1232425)
==== patterns-base ====
Subpackages: patterns-base-base patterns-base-bootloader patterns-base-minimal_base patterns-base-x11
- Remove "Recommends: restorecond" from selinux pattern as we don't
want it to be installed by default.
==== patterns-gnome ====
Subpackages: patterns-gnome-gnome_basic patterns-gnome-gnome_basis
- Require gnome-session-xsession in the gnome (X11) pattern.
==== python-Mako ====
Version update (1.3.5 -> 1.3.6)
- Update to 1.3.6
* Fixed long standing bug where the sequence <& would be misinterpreted
by the lexer. It's not clear why the ampersand character was part of
the characters being consumed here and it may have been an inadvertent
bit of code from one of Mako's predecessor languages.
- Adjust upstream source name in spec file
==== python-SQLAlchemy ====
Version update (2.0.32 -> 2.0.36)
- Update to 2.0.36
* Fixed bug where SQL functions passed to
:paramref:`_schema.Column.server_default` would not be rendered with the
particular form of parenthesization now required by newer versions of MySQL
and MariaDB. Pull request courtesy of huuya.
* Fixed bug in ORM bulk update/delete where using RETURNING with bulk
update/delete in combination with ``populate_existing`` would fail to
accommodate the ``populate_existing`` option.
* Continuing from :ticket:`11912`, columns marked with
:paramref:`.mapped_column.onupdate`,
:paramref:`.mapped_column.server_onupdate`, or :class:`.Computed` are now
refreshed in ORM instances when running an ORM enabled UPDATE with WHERE
criteria, even if the statement does not use RETURNING or
``populate_existing``.
* Added new parameter :paramref:`_orm.mapped_column.hash` to ORM constructs
such as :meth:`_orm.mapped_column`, :meth:`_orm.relationship`, etc.,
which is interpreted for ORM Native Dataclasses in the same way as other
dataclass-specific field parameters.
* Fixed bug in reflection of table comments where unrelated text would be
returned if an entry in the ``pg_description`` table happened to share the
same oid (objoid) as the table being reflected.
* Fixed regression caused by fixes to joined eager loading in :ticket:`11449`
released in 2.0.31, where a particular joinedload case could not be
asserted correctly. We now have an example of that case so the assertion
has been repaired to allow for it.
* Improved the error message emitted when trying to map as dataclass a class
while also manually providing the ``__table__`` attribute.
This usage is currently not supported.
* Improved a query used for the MySQL 8 backend when reflecting foreign keys
to be better optimized. Previously, for a database that had millions of
columns across all tables, the query could be prohibitively slow; the query
has been reworked to take better advantage of existing indexes.
* Datatypes that are binary based such as :class:`.VARBINARY` will resolve to
:class:`.LargeBinary` when the :meth:`.TypeEngine.as_generic()` method is
called.
* The :class:`.postgresql.JSON` and :class:`.postgresql.JSONB` datatypes will
now render a "bind cast" in all cases for all PostgreSQL backends,
including psycopg2, whereas previously it was only enabled for some
backends. This allows greater accuracy in allowing the database server to
recognize when a string value is to be interpreted as JSON.
* Refined the check which the ORM lazy loader uses to detect "this would be
loading by primary key and the primary key is NULL, skip loading" to take
into account the current setting for the
:paramref:`.orm.Mapper.allow_partial_pks` parameter. If this parameter is
``False``, then a composite PK value that has partial NULL elements should
also be skipped. This can apply to some composite overlapping foreign key
configurations.
* Fixed bug in ORM "update with WHERE clause" feature where an explicit
``.returning()`` would interfere with the "fetch" synchronize strategy due
to an assumption that the ORM mapped class featured the primary key columns
in a specific position within the RETURNING. This has been fixed to use
appropriate ORM column targeting.
* Fixed regression from 1.4 where some datatypes such as those derived from
:class:`.TypeDecorator` could not be pickled when they were part of a
larger SQL expression composition due to internal supporting structures
themselves not being pickleable.
- Adjust upstream source name in spec file
- For changes between 2.0.33 through 2.0.34 see the upstream changelog
* https://docs.sqlalchemy.org/en/20/changelog
==== python-attrs ====
Version update (23.2.0 -> 24.2.0)
- Upgrade to 24.2.0:
- Big releases always carry the risk of regressions, but never
did I expect to break Python 3.14âs CI! On the plus side,
attrs runs on 3.14 now.
- Upgrade to 24.1.0:
- The most notable is probably the possibility to receive self
and field definitions in your converters by wrapping them
into a attrs.Converter.
- The other big thing is our own replacement
for __init_subclass__ called (you guessed it)
__attrs_init_subclass__. Check out the docs, if you're not
sure what this is good for.
- Finally, we've made more important steps to promote our "new"
APIs (can you believe they're 4 years old!?) in the docs. If
we missed anything, please let us know.
- Remove upstreamed patch:
- pytest8.patch
==== qemu ====
- Fix bsc#1232617:
* qemu-ga: Fix a SIGSEGV in ga_run_command() helper (bsc#1232617)
==== sdbootutil ====
Version update (1+git20241105.3404bf8 -> 1+git20241107.542aa84)
Subpackages: sdbootutil-snapper sdbootutil-tukit
- Update to version 1+git20241107.542aa84:
* Fix missing timeout parameter
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 (20241105 -> 20241107)
bluedevil6 (6.2.2 -> 6.2.3)
breeze6 (6.2.2 -> 6.2.3)
breeze6-gtk (6.2.2 -> 6.2.3)
cockpit-podman
containerd
discover6 (6.2.2 -> 6.2.3)
enchant (2.2.15 -> 2.8.2)
flatpak-kcm6 (6.2.2 -> 6.2.3)
gnome-session
grub2
gstreamer (1.24.8 -> 1.24.9)
gstreamer-plugins-bad (1.24.8 -> 1.24.9)
gstreamer-plugins-base (1.24.8 -> 1.24.9)
gstreamer-plugins-good (1.24.8 -> 1.24.9)
harfbuzz (10.0.1 -> 10.1.0)
kactivitymanagerd6 (6.2.2 -> 6.2.3)
kde-cli-tools6 (6.2.2 -> 6.2.3)
kde-gtk-config6 (6.2.2 -> 6.2.3)
kdecoration6 (6.2.2 -> 6.2.3)
kdeplasma6-addons (6.2.2 -> 6.2.3)
kgamma6 (6.2.2 -> 6.2.3)
kglobalacceld6 (6.2.2 -> 6.2.3)
kinfocenter6 (6.2.2 -> 6.2.3)
kmenuedit6 (6.2.2 -> 6.2.3)
kpipewire6 (6.2.2 -> 6.2.3)
kscreen6 (6.2.2 -> 6.2.3)
kscreenlocker6 (6.2.2 -> 6.2.3)
ksshaskpass6 (6.2.2 -> 6.2.3)
ksystemstats6 (6.2.2 -> 6.2.3)
kwayland-integration6 (6.2.2 -> 6.2.3)
kwayland6 (6.2.2 -> 6.2.3)
kwin6 (6.2.2 -> 6.2.3)
kwrited6 (6.2.2 -> 6.2.3)
layer-shell-qt6 (6.2.2 -> 6.2.3)
libftdi1
libkscreen6 (6.2.2 -> 6.2.3)
libksysguard6 (6.2.2 -> 6.2.3)
libplasma6 (6.2.2 -> 6.2.3)
lsof
milou6 (6.2.2 -> 6.2.3)
multipath-tools (0.10.0+103+suse.0fc97cd -> 0.10.0+108+suse.2c2e597)
openssl-3 (3.1.7 -> 3.2.3)
openssl (3.1.7 -> 3.2.3)
patterns-base
patterns-gnome
plasma5support6 (6.2.2 -> 6.2.3)
plasma6-activities (6.2.2 -> 6.2.3)
plasma6-activities-stats (6.2.2 -> 6.2.3)
plasma6-browser-integration (6.2.2 -> 6.2.3)
plasma6-desktop (6.2.2 -> 6.2.3)
plasma6-integration (6.2.2 -> 6.2.3)
plasma6-nm (6.2.2 -> 6.2.3)
plasma6-openSUSE
plasma6-pa (6.2.2 -> 6.2.3)
plasma6-print-manager (6.2.2 -> 6.2.3)
plasma6-systemmonitor (6.2.2 -> 6.2.3)
plasma6-workspace (6.2.2 -> 6.2.3)
polkit-default-privs (1550+20241017.007e12d -> 1550+20241105.bedeeca)
polkit-kde-agent-6 (6.2.2 -> 6.2.3)
powerdevil6 (6.2.2 -> 6.2.3)
python-Mako (1.3.5 -> 1.3.6)
python-SQLAlchemy (2.0.32 -> 2.0.36)
python-attrs (23.2.0 -> 24.2.0)
python-cryptography
qemu
qqc2-breeze-style6 (6.2.2 -> 6.2.3)
sdbootutil (1+git20241017.34ee974 -> 1+git20241107.542aa84)
sddm-kcm6 (6.2.2 -> 6.2.3)
selinux-policy (20241031 -> 20241105)
systemsettings6 (6.2.2 -> 6.2.3)
webkit2gtk3 (2.46.2 -> 2.46.3)
webkit2gtk4 (2.46.2 -> 2.46.3)
xdg-desktop-portal-kde6 (6.2.2 -> 6.2.3)
xorg-x11-server (21.1.12 -> 21.1.14)
xwayland (24.1.3 -> 24.1.4)
=== Details ===
==== MicroOS-release ====
Version update (20241105 -> 20241107)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== bluedevil6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* Correct PIN entry behavior
==== breeze6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: breeze6-cursors breeze6-decoration breeze6-style breeze6-wallpapers
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* KStyle: Don't dereference nullptr
==== breeze6-gtk ====
Version update (6.2.2 -> 6.2.3)
Subpackages: gtk2-metatheme-breeze6 gtk3-metatheme-breeze6 gtk4-metatheme-breeze6 metatheme-breeze6-common
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== cockpit-podman ====
- correct-container-search.patch: Fixes issues searching containers
bsc#1232687
- Fix systemd units folder for leap and sle (Similar issue like boo#1226541)
==== containerd ====
- build for SLE12 as well
==== discover6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: discover6-backend-flatpak discover6-backend-fwupd discover6-notifier
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* FwupdBackend: Do not use more API now removed in fwupd 2.0.0
* ApplicationPage: Fix visibility of the reviews component (kde#495597)
==== enchant ====
Version update (2.2.15 -> 2.8.2)
Subpackages: enchant-2-backend-hunspell enchant-data libenchant-2-2
- Update to 2.8.2
+ maintainer has changed their name from abiWord to rrthomas on
Github, hence update Source and URL to new home.
+ Switch to vala.
+ Use doxygen and groff-full for documentation.
+ nuspell >= 5.1.0 is required.
+ for more information see: NEWS
- Add doxygen, vala and groff-full BuildRequires following upstream
changes.
- Pass --docdir=%%{_defaultdocdir}/%%{name} to configure, package
the now built documentation in openSUSE standard.
==== flatpak-kcm6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- No code changes since 6.2.2
==== gnome-session ====
Subpackages: gnome-session-core gnome-session-default-session gnome-session-wayland
- Split out new sub-package gnome-session-xsession.
==== grub2 ====
Subpackages: grub2-arm64-efi grub2-common grub2-snapper-plugin
- Fix grub.cfg is loaded from an unexpected fallback directory instead of the
root directory during PXE boot when grub is loaded from the tftp root
directory (bsc#1232391)
* 0001-kern-main-Fix-cmdpath-in-root-directory.patch
* grub2.spec: Refine PPC grub.elf early config to derive root from cmdpath
directly, avoiding the unneeded search
==== gstreamer ====
Version update (1.24.8 -> 1.24.9)
Subpackages: libgstreamer-1_0-0 typelib-1_0-Gst-1_0
- Update to version 1.24.9:
+ Highlighted bugfixes:
- gst-rtsp-server security fix
- GstAggregator start time selection and latency query fixes
for force-live mode
- audioconvert: fix dynamic handling of mix matrix, and accept
custom upstream event for setting one
- encodebin: fix parser selection for encoders that support
multiple codecs
- flvmux improvments for pipelines where timestamps don't start
at 0
- glcontext: egl: Unrestrict the support base DRM formats
- kms: Add IMX-DCSS auto-detection in sink and fix stride with
planar formats in allocator
- macOS main application event loop fixes
- mpegtsdemux: Handle PTS/DTS wraparound with ignore-pcr=true
- playbin3, decodebin3, parsebin, urisourcebin: fix races, and
improve stability and stream-collection handling
- rtpmanager: fix early RTCP SR generation for sparse streams
like metadata
- qml6glsrc: Reduce capture delay
- qtdemux: fix parsing of rotation matrix with 180 degree
rotation
- rtpav1depay: added wait-for-keyframe and request-keyframe
properties
- srt: make work with newer libsrt versions and don't
re-connect on authentication failure
- v4l2 fixes and improvement
- webrtcsink, webrtcbin and whepsrc fixes
- cerbero: fix Python 3.13 compatibility, g-i with newer
setuptools, bootstrap on Arch Linux; iOS build fixes
- Ship qroverlay plugin in binary packages
- Various bug fixes, memory leak fixes, and other stability and
reliability improvements
+ Gstreamer:
- aggregator:
. Fix start time selection first with force-live
. Fix live query when force-live is TRUE
- parse-launch: Make sure children are bins before recursing in
- macos: Fix race conditions in cocoa/application main event
loop
- multiqueue: Do not unref the query we get in pad->query
==== gstreamer-plugins-bad ====
Version update (1.24.8 -> 1.24.9)
Subpackages: libgstadaptivedemux-1_0-0 libgstanalytics-1_0-0 libgstbadaudio-1_0-0 libgstbasecamerabinsrc-1_0-0 libgstcodecparsers-1_0-0 libgstcodecs-1_0-0 libgstcuda-1_0-0 libgstinsertbin-1_0-0 libgstisoff-1_0-0 libgstmpegts-1_0-0 libgstmse-1_0-0 libgstphotography-1_0-0 libgstplay-1_0-0 libgstplayer-1_0-0 libgstsctp-1_0-0 libgsttranscoder-1_0-0 libgsturidownloader-1_0-0 libgstva-1_0-0 libgstvulkan-1_0-0 libgstwayland-1_0-0 libgstwebrtc-1_0-0 libgstwebrtcnice-1_0-0
- Disable RDF parsing for Ladspa plugins. It provides hardly any
value (glfo#gstreamer/gstreamer#3168), but has a fairly large
reverse dependency set. Drop pkgconfig(lrdf) BuildRequires and
pass ladspa-rdf=disabled to meson setup.
- Update to version 1.24.9:
+ avfdeviceprovider: Fix leak from the GstCaps
+ codecparsers: add debug categories to bitwriters
+ codectimestamper: Fix gint wraparound in pts_compare_func
+ dvxa: Explicitly use cpp_std=c++11
+ GstPlay: message parsing and documentation improvements
+ h26xbitwriter: false have_space if aligning fails on aud
+ kmsallocator: fix stride with planar formats
+ kmssink: Add IMX-DCSS auto-detection
+ mpegtsdemux: Handle PTS/DTS wraparound with ignore-pcr=true
+ rtmp2sink: Initialize base_ts / last_ts with the actual first
observed timestamp
+ scenechange: fix memory leak
+ srt: Don't attempt to reconnect on authentication failures
+ srtsink: Register SRT listen callback before binding socket
+ tests:
- lc3: Allocate the same size for the buffer and the data
- va: fix vapostproc test for DMABuf
+ va: Fix libdrm include, plus meson and wrap changes
+ vp8decoder: Fix resolution change handling
+ vtdec: add support for level 6 6.1 and 6.2
+ vaav1enc: Do not enable palette mode by default
+ wayland: Add NV15 support
+ webrtcbin: Clean up bin elements when datachannel is removed
==== gstreamer-plugins-base ====
Version update (1.24.8 -> 1.24.9)
Subpackages: libgstallocators-1_0-0 libgstapp-1_0-0 libgstaudio-1_0-0 libgstfft-1_0-0 libgstgl-1_0-0 libgstpbutils-1_0-0 libgstriff-1_0-0 libgstrtp-1_0-0 libgstrtsp-1_0-0 libgstsdp-1_0-0 libgsttag-1_0-0 libgstvideo-1_0-0
- Update to version 1.24.9:
+ allocators: drmdumb: Fix bpp value for P010
+ audioconvert: fix dynamic handling of mix matrix, accept custom
upstream event for setting one
+ decodebin3:
- Make update/posting of collection messages atomic
- Send selected stream message as long as not all the tracks
can't select decoders
+ encodebasebin: Miscellaneous fixes
+ exiftag: Check the result of gst_date_time_new_local_time(),
fixes criticals with malformed EXIF tags
+ glcontext: egl: Unrestrict the support base DRM formats
+ gldownload: use gst_gl_sync_meta_wait_cpu()
+ gl: Fix configure error when libdrm is a subproject
+ playback: Fix a variety of decodebin3/parsebin/urisourcebin
races
+ playbin3: prevent crashing trying to play a corrupted mp4 file
(WARNING : HIGH PITCHED CORRUPTED SOUND)
+ Revert "meson: Fix invalid include flag in uninstalled gl pc
file"
+ urisourcebin:
- Allow more cases for posting stream-collection
- Ensure all stream-start are handled
+ urisourcebin/parsebin: Improve collection creation and handling
==== gstreamer-plugins-good ====
Version update (1.24.8 -> 1.24.9)
- Update to version 1.24.9:
+ flvmux: Use first running time on the initial header instead
of 0
+ qml6glsrc: Reduce capture delay
+ qtdemux:
- Check fourcc of a second CEA608 atom instead of assuming it's
cdt2
- Fix parsing of matrix with 180 rotation
- Skip zero-sized boxes instead of stopping to look at further
boxes
+ rtpmanager: skip RTPSources which are not ready in the RTCP
generation
+ rtppassthroughpay: Fix reading clock-rate and payload type from
caps
+ twcc: Handle wrapping of reference time
+ v4l2object: append non colorimetry structure to probed caps
+ v4l2: Various fixes and improvement
==== harfbuzz ====
Version update (10.0.1 -> 10.1.0)
Subpackages: libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0 typelib-1_0-HarfBuzz-0_0
- Update to version 10.1.0:
+ Fix the sign of fallback vertical glyph advance (used when font
has no vertical advance data).
+ Increase maximum âCFFâ operands limit 20 times to support more
complex fonts.
+ Add â--face-loaderâ option to command line utilities.
+ Support âCOLRâ v0 table in hb_font_get_glyph_extents().
+ Add support for font functions that use Core Text APIs, similar
to FreeType font functions. This allows, for example, using
drawing fonts that use the new (and undocumented) âhvglâ table.
+ Update IANA and OT language registries, as well ase USE data
files.
+ Fix build with ICU 76.
+ Various compiler warnings and build fixes.
+ Various subsetter fixes.
==== kactivitymanagerd6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== kde-cli-tools6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== kde-gtk-config6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: kde-gtk-config6-gtk3
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* Gracefully handle decoration plugin failing to load
==== kdecoration6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: libkdecorations2-6 libkdecorations2private11
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== kdeplasma6-addons ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* applets/userswitcher: fix showing other logged-in users' avatars
==== kgamma6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== kglobalacceld6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: libKGlobalAccelD6-0
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== kinfocenter6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* appiumtests: fix wayland
==== kmenuedit6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== kpipewire6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: kpipewire6-imports libKPipeWire6 libKPipeWireDmaBuf6 libKPipeWireRecord6
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* libx264encoder: Ensure stream size is always a multiple of 2 (kde#485733)
* encoder: Make it possble to override the filter graph used for software encode
==== kscreen6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== kscreenlocker6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: libKScreenLocker6
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== ksshaskpass6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== ksystemstats6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* plugins/pressure: Use ulonglong for storing "total" time information
==== kwayland-integration6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== kwayland6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: libKWaylandClient6
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== kwin6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: libkwin6
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* input: don't crash if the internal handle is nullptr (wheelEvent)
* backends/x11: fix colormap leak
* Update ExpoCell contentItem position upon its parent change (kde#495501)
* scene: Fix item restacking repaints
* xwayland: Fix a couple of file descriptor leaks (kde#442846)
* plugins/keynotification: Fix event ID for notification (kde#495264)
* backends/drm: don't set backlight brightness to 1 in HDR mode (kde#495242)
* core/colorspace: ensure that we don't create elevated blacks with black point compensation (kde#494854)
* autotests: test that ColorPipeline and OpenGL shader results at least somewhat match
* core/colorpipeline: do ICtCp conversion the correct way around
* core/colorpipeline: use PQ with min. luminance zero for tone mapping
* core/colorpipeline: fix multiplier+matrix optimization
* core/colorpipeline: don't transpose the ICtCp matrix
* core/colorpipeline: fix tone mapping luminances being switched around
* backends/drm: check if m_commits is empty after waiting for commitPending
* use xcb_connection_has_error to check for failue
* Fix "window to next desktop" shortcut during interactive move/resize session
* backends/drm: add an environment variable to force glFinish on multi gpu copies
* backends/drm: disable software brightness if there was ever a hardware brightness device assigned
==== kwrited6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== layer-shell-qt6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: libLayerShellQtInterface6
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== libftdi1 ====
- Fix for SWIG 4.3.0, add patch swig-4.3.patch
==== libkscreen6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: libKF6Screen8 libKF6ScreenDpms8 libkscreen6-plugin
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== libksysguard6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: ksysguardsystemstats6-data libKSysGuardSystemStats2 libksysguard6-imports
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* sensors: Improve robustness of SensorDaemonInterface
* faces: Skip null entries when trying to resolve sensors
* faces/grid: Specify updateRateLimit for FaceLoader (kde#494019)
* faces: Explicitly emit signals on internal controller on property change
* faces: Allow specifying updateRateLimit for FaceLoader
==== libplasma6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: libPlasma6 libplasma6-components libplasma6-desktoptheme
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== lsof ====
- Add reproducible.patch to not store build host kernel version (boo#1232425)
==== milou6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== multipath-tools ====
Version update (0.10.0+103+suse.0fc97cd -> 0.10.0+108+suse.2c2e597)
Subpackages: kpartx libmpath0
- Update to version 0.10.0+108+suse.2c2e597:
* Update fix for bsc#1232063 to upstream-accepted solution
- Update to version 0.10.0+106+suse.ffbdb7a:
* Fix reboot hang if uevent is processed for suspended device
(bsc#1232063)
==== openssl-3 ====
Version update (3.1.7 -> 3.2.3)
Subpackages: libopenssl3
- Support MSA 11 HMAC on s390x jsc#PED-10273
* Add openssl-3-disable-hmac-hw-acceleration-with-engine-digest.patch
* Add openssl-3-fix-hmac-digest-detection-s390x.patch
* Add openssl-3-fix-memleak-s390x_HMAC_CTX_copy.patch
- Add hardware acceleration for full AES-XTS jsc#PED-10273
* Add openssl-3-hw-acceleration-aes-xts-s390x.patch
- Support MSA 12 SHA3 on s390x jsc#PED-10280
* Add openssl-3-add_EVP_DigestSqueeze_api.patch
* Add openssl-3-support-multiple-sha3_squeeze_s390x.patch
* Add openssl-3-add-xof-state-handling-s3_absorb.patch
* Add openssl-3-fix-state-handling-sha3_absorb_s390x.patch
* Add openssl-3-fix-state-handling-sha3_final_s390x.patch
* Add openssl-3-fix-state-handling-shake_final_s390x.patch
* Add openssl-3-fix-state-handling-keccak_final_s390x.patch
* Add openssl-3-support-EVP_DigestSqueeze-in-digest-prov-s390x.patch
* Add openssl-3-add-defines-CPACF-funcs.patch
* Add openssl-3-add-hw-acceleration-hmac.patch
* Add openssl-3-support-CPACF-sha3-shake-perf-improvement.patch
* Add openssl-3-fix-s390x_sha3_absorb.patch
* Add openssl-3-fix-s390x_shake_squeeze.patch
- Update to 3.2.3:
* Changes between 3.2.2 and 3.2.3:
- Fixed possible denial of service in X.509 name checks. [CVE-2024-6119]
- Fixed possible buffer overread in SSL_select_next_proto(). [CVE-2024-5535]
* Changes between 3.2.1 and 3.2.2:
- Fixed potential use after free after SSL_free_buffers() is called. [CVE-2024-4741]
- Fixed an issue where checking excessively long DSA keys or parameters may
be very slow. [CVE-2024-4603]
- Improved EC/DSA nonce generation routines to avoid bias and timing
side channel leaks.
- Fixed an issue where some non-default TLS server configurations can cause
unbounded memory growth when processing TLSv1.3 sessions. [CVE-2024-2511]
- New atexit configuration switch, which controls whether the OPENSSL_cleanup
is registered when libcrypto is unloaded. This can be used on platforms
where using atexit() from shared libraries causes crashes on exit.
- Fixed bug where SSL_export_keying_material() could not be used with QUIC
connections.
* Add openssl-skip-quic-pairwise.patch to adapt the pairwise tests.
* Merge openssl-FIPS-release_num_in_version_string.patch into
openssl-FIPS-services-minimize.patch
* Rebase patches:
- openssl-Add-changes-to-ectest-and-eccurve.patch
- openssl-FIPS-140-3-keychecks.patch
- openssl-FIPS-embed-hmac.patch
- openssl-Remove-EC-curves.patch
- openssl-skipped-tests-EC-curves.patch
- openssl-FIPS-early-KATS.patch
- openssl-Allow-disabling-of-SHA1-signatures.patch
- openssl-3-FIPS-Deny-SHA-1-sigver-in-FIPS-provider.patch
- openssl-FIPS-limit-rsa-encrypt.patch
- openssl-FIPS-Use-OAEP-in-KATs-support-fixed-OAEP-seed.patch
- openssl-FIPS-Use-digest_sign-digest_verify-in-self-test.patch
- openssl-FIPS-140-3-DRBG.patch
- openssl-FIPS-140-3-zeroization.patch
- openssl-Add-FIPS-indicator-parameter-to-HKDF.patch
- openssl-FIPS-Remove-X9.31-padding-from-FIPS-prov.patch
- openssl-FIPS-Add-explicit-indicator-for-key-length.patch
- openssl-pbkdf2-Set-minimum-password-length-of-8-bytes.patch
- openssl-FIPS-signature-Add-indicator-for-PSS-salt-length.patch
- openssl-3-FIPS-GCM-Implement-explicit-indicator-for-IV-gen.patch
- openssl-FIPS-enforce-EMS-support.patch
- openssl-3-jitterentropy-3.4.0.patch
* Remove not needed patches:
- openssl-Allow-SHA1-in-seclevel-2-if-rh-allow-sha1-signatures.patch
- openssl-3-FIPS-PCT_rsa_keygen.patch
- Remove the engines' directories and symlinks that were added to
allow parallel installations with openssl-1_1.
* Remove openssl-3-use-include-directive.patch
- Remove the hardcoded DEFAULT_SUSE cipherlist selection.
* Remove openssl-DEFAULT_SUSE_cipher.patch
- Update to 3.2.1:
* Changes between 3.2.0 and 3.2.1:
- A file in PKCS12 format can contain certificates and keys and may come from
an untrusted source. The PKCS12 specification allows certain fields to be
NULL, but OpenSSL did not correctly check for this case. [CVE-2024-0727]
- When function EVP_PKEY_public_check() is called on RSA public keys,
a computation is done to confirm that the RSA modulus, n, is composite.
For valid RSA keys, n is a product of two or more large primes and this
computation completes quickly. However, if n is an overly large prime,
then this computation would take a long time. [CVE-2023-6237]
- Restore the encoding of SM2 PrivateKeyInfo and SubjectPublicKeyInfo to
have the contained AlgorithmIdentifier.algorithm set to id-ecPublicKey
rather than SM2.
- The POLY1305 MAC (message authentication code) implementation in OpenSSL
for PowerPC CPUs saves the contents of vector registers in different
order than they are restored. [CVE-2023-6129]
- Disable building QUIC server utility when OpenSSL is configured with 'no-apps'.
* The openssl-crypto-policies-support.patch has been merged into
openssl-Add-support-for-PROFILE-SYSTEM-system-default-cipher.patch
* Rename openssl-Disable-default-provider-for-test-suite.patch and rebase to
openssl-TESTS-Disable-default-provider-crypto-policies.patch
* Patches removed in the update:
- openssl-Add_support_for_Windows_CA_certificate_store.patch
- openssl-ec-56-bit-Limb-Solinas-Strategy-for-secp384r1.patch
- openssl-ec-Use-static-linkage-on-nistp521-felem_-square-mul-.patch
- openssl-ec-powerpc64le-Add-asm-implementation-of-felem_-squa.patch
- openssl-ecc-Remove-extraneous-parentheses-in-secp384r1.patch
- openssl-powerpc-ecc-Fix-stack-allocation-secp384r1-asm.patch
- openssl-CVE-2024-41996.patch
... changelog too long, skipping 176 lines ...
a basic thread pool implementation for select platforms.
==== openssl ====
Version update (3.1.7 -> 3.2.3)
- Update to 3.2.3
- Update to 3.2.1
- Update to 3.2.0
==== patterns-base ====
Subpackages: patterns-base-base patterns-base-bootloader patterns-base-minimal_base patterns-base-x11
- Remove "Recommends: restorecond" from selinux pattern as we don't
want it to be installed by default.
==== patterns-gnome ====
Subpackages: patterns-gnome-gnome_basic patterns-gnome-gnome_basis
- Require gnome-session-xsession in the gnome (X11) pattern.
==== plasma5support6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: libPlasma5Support6
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== plasma6-activities ====
Version update (6.2.2 -> 6.2.3)
Subpackages: libPlasmaActivities6 plasma6-activities-imports
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== plasma6-activities-stats ====
Version update (6.2.2 -> 6.2.3)
Subpackages: libPlasmaActivitiesStats1
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== plasma6-browser-integration ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== plasma6-desktop ====
Version update (6.2.2 -> 6.2.3)
Subpackages: plasma6-desktop-emojier
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* Application Dashboard: Show app tooltips properly (kde#494802)
* applets/taskmanager: Fix icon alignment when is reversed (kde#489648)
* emojier: do substring search in emoji annotations as well (kde#435787)
* activitymanager: Avoid infinite loop in ActivityList
* positioner: Make sure we check deferMovePositions exist
* appiumtests: fix desktoptest
* appiumtests: fix kcm_plasmasearch_test
* applets/taskmanager: use TextMetrics directly to elide long recent items
==== plasma6-integration ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* Update m_palettes even when KDE_COLOR_SCHEME_PATH is set
==== plasma6-nm ====
Version update (6.2.2 -> 6.2.3)
Subpackages: plasma6-nm-openconnect plasma6-nm-openvpn
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* [kcm] Update selected connection when opening KCM a second time (kde#461568)
==== plasma6-openSUSE ====
Subpackages: plasma6-branding-openSUSE plasma6-sddm-theme-openSUSE plasma6-theme-openSUSE
- Update to 6.2.3
==== plasma6-pa ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* rename: set correct device name upon reset (kde#494546)
==== plasma6-print-manager ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== plasma6-systemmonitor ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== plasma6-workspace ====
Version update (6.2.2 -> 6.2.3)
Subpackages: plasma6-session plasma6-workspace-libs
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* Do early return for ServciesRunner::resolvedArgs in case of error
* Always show full logout screen for "Show Logout Screen" desktop menu item (kde#495390)
* lookandfeel: Explicitly set theme to Breeze in defaults
* kcms/users: crop character faces properly (kde#494487)
* kcms/users: Fix UI on mobile
* logout-greeter: don't doubt the daemon
* logout-greeter: categorize warnings
* logout-greeter: don't wake up packagekit needlessly
* appiumtests: fix kcm_cursortheme_test
* appiumtests: fix kcm_autostart_test
* appiumtests: fix kcm_users_test
* appiumtests: fix digitalclocktest
* components/dbus: fix invalid variant type since Qt 6.8
* appiumtests: fix systemdialogtest
==== polkit-default-privs ====
Version update (1550+20241017.007e12d -> 1550+20241105.bedeeca)
- Update to version 1550+20241105.bedeeca:
* profiles: whitelist xfce mousepad pkexec action (bsc#1232231)
==== polkit-kde-agent-6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== powerdevil6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* Applets/batterymonitor: correct dbus watcher
* applets: react to power-profile-daemon dbus registration (kde#492859)
* daemon: Only write DDC brightness after reading and comparing first
* daemon: Set ddcutil as missing if initialization fails
* autotests: only enable dbus debug message for backlighthelper in brightnesstest
==== python-Mako ====
Version update (1.3.5 -> 1.3.6)
- Update to 1.3.6
* Fixed long standing bug where the sequence <& would be misinterpreted
by the lexer. It's not clear why the ampersand character was part of
the characters being consumed here and it may have been an inadvertent
bit of code from one of Mako's predecessor languages.
- Adjust upstream source name in spec file
==== python-SQLAlchemy ====
Version update (2.0.32 -> 2.0.36)
- Update to 2.0.36
* Fixed bug where SQL functions passed to
:paramref:`_schema.Column.server_default` would not be rendered with the
particular form of parenthesization now required by newer versions of MySQL
and MariaDB. Pull request courtesy of huuya.
* Fixed bug in ORM bulk update/delete where using RETURNING with bulk
update/delete in combination with ``populate_existing`` would fail to
accommodate the ``populate_existing`` option.
* Continuing from :ticket:`11912`, columns marked with
:paramref:`.mapped_column.onupdate`,
:paramref:`.mapped_column.server_onupdate`, or :class:`.Computed` are now
refreshed in ORM instances when running an ORM enabled UPDATE with WHERE
criteria, even if the statement does not use RETURNING or
``populate_existing``.
* Added new parameter :paramref:`_orm.mapped_column.hash` to ORM constructs
such as :meth:`_orm.mapped_column`, :meth:`_orm.relationship`, etc.,
which is interpreted for ORM Native Dataclasses in the same way as other
dataclass-specific field parameters.
* Fixed bug in reflection of table comments where unrelated text would be
returned if an entry in the ``pg_description`` table happened to share the
same oid (objoid) as the table being reflected.
* Fixed regression caused by fixes to joined eager loading in :ticket:`11449`
released in 2.0.31, where a particular joinedload case could not be
asserted correctly. We now have an example of that case so the assertion
has been repaired to allow for it.
* Improved the error message emitted when trying to map as dataclass a class
while also manually providing the ``__table__`` attribute.
This usage is currently not supported.
* Improved a query used for the MySQL 8 backend when reflecting foreign keys
to be better optimized. Previously, for a database that had millions of
columns across all tables, the query could be prohibitively slow; the query
has been reworked to take better advantage of existing indexes.
* Datatypes that are binary based such as :class:`.VARBINARY` will resolve to
:class:`.LargeBinary` when the :meth:`.TypeEngine.as_generic()` method is
called.
* The :class:`.postgresql.JSON` and :class:`.postgresql.JSONB` datatypes will
now render a "bind cast" in all cases for all PostgreSQL backends,
including psycopg2, whereas previously it was only enabled for some
backends. This allows greater accuracy in allowing the database server to
recognize when a string value is to be interpreted as JSON.
* Refined the check which the ORM lazy loader uses to detect "this would be
loading by primary key and the primary key is NULL, skip loading" to take
into account the current setting for the
:paramref:`.orm.Mapper.allow_partial_pks` parameter. If this parameter is
``False``, then a composite PK value that has partial NULL elements should
also be skipped. This can apply to some composite overlapping foreign key
configurations.
* Fixed bug in ORM "update with WHERE clause" feature where an explicit
``.returning()`` would interfere with the "fetch" synchronize strategy due
to an assumption that the ORM mapped class featured the primary key columns
in a specific position within the RETURNING. This has been fixed to use
appropriate ORM column targeting.
* Fixed regression from 1.4 where some datatypes such as those derived from
:class:`.TypeDecorator` could not be pickled when they were part of a
larger SQL expression composition due to internal supporting structures
themselves not being pickleable.
- Adjust upstream source name in spec file
- For changes between 2.0.33 through 2.0.34 see the upstream changelog
* https://docs.sqlalchemy.org/en/20/changelog
==== python-attrs ====
Version update (23.2.0 -> 24.2.0)
- Upgrade to 24.2.0:
- Big releases always carry the risk of regressions, but never
did I expect to break Python 3.14âs CI! On the plus side,
attrs runs on 3.14 now.
- Upgrade to 24.1.0:
- The most notable is probably the possibility to receive self
and field definitions in your converters by wrapping them
into a attrs.Converter.
- The other big thing is our own replacement
for __init_subclass__ called (you guessed it)
__attrs_init_subclass__. Check out the docs, if you're not
sure what this is good for.
- Finally, we've made more important steps to promote our "new"
APIs (can you believe they're 4 years old!?) in the docs. If
we missed anything, please let us know.
- Remove upstreamed patch:
- pytest8.patch
==== python-cryptography ====
- Avoid using requires_eq, which after the last modifications
conflicts with python singlespec (order of expansion).
==== qemu ====
- Fix bsc#1232617:
* qemu-ga: Fix a SIGSEGV in ga_run_command() helper (bsc#1232617)
==== qqc2-breeze-style6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* Fix calculation of width of DialogButtonBox
* Add missing dependencies on QtQuick.Window
==== sdbootutil ====
Version update (1+git20241017.34ee974 -> 1+git20241107.542aa84)
Subpackages: sdbootutil-snapper sdbootutil-tukit
- Update to version 1+git20241107.542aa84:
* Fix missing timeout parameter
- Update to version 1+git20241105.3404bf8:
* Do a cleanup before making free space
* Simplify unlock mechanism and recovery key enroll
* Drop generate-pin parameter
* Indentation and comments fix
* Measure grubenv
* Add set-default and set-timout commands
* rollback bootloader after setting default snapshot
* Improve error checking and fix small bugs
* Add --unlock argument
* Use unique names for the kernel keyring
* Add --generate-pin to generate a recovery PIN
* Enroll a new recovery key
* Bind mount snapshot dir onto itself before chroot.
==== sddm-kcm6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== selinux-policy ====
Version update (20241031 -> 20241105)
Subpackages: selinux-policy-targeted
- Update to version 20241105:
* Allow virt_dbus_t to connect to virtd_t over unix_stream_socket (bsc#1232655)
==== systemsettings6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== webkit2gtk3 ====
Version update (2.46.2 -> 2.46.3)
Subpackages: libjavascriptcoregtk-4_1-0 libwebkit2gtk-4_1-0 webkit2gtk-4_1-injected-bundles
- Update to version 2.46.3 (boo#1232747):
+ Flatten layers to a plane when preseve-3d style is set.
+ Fix DuckDuckGo links by adding a user agent quirk.
+ Fix several crashes and rendering issues.
+ Security fixes: CVE-2044-44244, CVE-2024-44296.
- Drop bug281492.patch: fixed upstream.
==== webkit2gtk4 ====
Version update (2.46.2 -> 2.46.3)
Subpackages: libjavascriptcoregtk-6_0-1 libwebkitgtk-6_0-4 webkitgtk-6_0-injected-bundles
- Update to version 2.46.3 (boo#1232747):
+ Flatten layers to a plane when preseve-3d style is set.
+ Fix DuckDuckGo links by adding a user agent quirk.
+ Fix several crashes and rendering issues.
+ Security fixes: CVE-2044-44244, CVE-2024-44296.
- Drop bug281492.patch: fixed upstream.
==== xdg-desktop-portal-kde6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* [FileChooser] Properly pass along requested current filter
* Create region selection window before calling setScreen (kde#493293)
==== xorg-x11-server ====
Version update (21.1.12 -> 21.1.14)
Subpackages: xorg-x11-server-Xvfb
- 21.1.14 covers also
* CVE-2024-31080 (bsc#1222309)
* CVE-2024-31081 (bsc#1222310)
* CVE-2024-31082 (bsc#1222311)
* CVE-2024-31083 (bsc#1222312)
- Security update 21.1.14
This release addresses the following security issue
* CVE-2024-9632: Heap-based buffer overflow privilege escalation
in _XkbSetCompatMap (bsc#1231565)
- supersedes U_render-Avoid-possible-double-free-in-ProcRenderAddGl.patch
- supersedes U_xorg-xserver-e89edec497ba.patch
==== xwayland ====
Version update (24.1.3 -> 24.1.4)
- Security update 21.1.14
This release addresses the following security issue
* CVE-2024-9632: Heap-based buffer overflow privilege escalation
in _XkbSetCompatMap (bsc#1231565)
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 (20241105 -> 20241106)
bluedevil6 (6.2.2 -> 6.2.3)
breeze6 (6.2.2 -> 6.2.3)
breeze6-gtk (6.2.2 -> 6.2.3)
cockpit-podman
containerd
discover6 (6.2.2 -> 6.2.3)
flatpak-kcm6 (6.2.2 -> 6.2.3)
gnome-session
grub2
harfbuzz (10.0.1 -> 10.1.0)
kactivitymanagerd6 (6.2.2 -> 6.2.3)
kde-cli-tools6 (6.2.2 -> 6.2.3)
kde-gtk-config6 (6.2.2 -> 6.2.3)
kdecoration6 (6.2.2 -> 6.2.3)
kdeplasma6-addons (6.2.2 -> 6.2.3)
kgamma6 (6.2.2 -> 6.2.3)
kglobalacceld6 (6.2.2 -> 6.2.3)
kinfocenter6 (6.2.2 -> 6.2.3)
kmenuedit6 (6.2.2 -> 6.2.3)
kpipewire6 (6.2.2 -> 6.2.3)
kscreen6 (6.2.2 -> 6.2.3)
kscreenlocker6 (6.2.2 -> 6.2.3)
ksshaskpass6 (6.2.2 -> 6.2.3)
ksystemstats6 (6.2.2 -> 6.2.3)
kwayland-integration6 (6.2.2 -> 6.2.3)
kwayland6 (6.2.2 -> 6.2.3)
kwin6 (6.2.2 -> 6.2.3)
kwrited6 (6.2.2 -> 6.2.3)
layer-shell-qt6 (6.2.2 -> 6.2.3)
libkscreen6 (6.2.2 -> 6.2.3)
libksysguard6 (6.2.2 -> 6.2.3)
libplasma6 (6.2.2 -> 6.2.3)
milou6 (6.2.2 -> 6.2.3)
multipath-tools (0.10.0+103+suse.0fc97cd -> 0.10.0+108+suse.2c2e597)
openssl-3 (3.1.7 -> 3.2.3)
openssl (3.1.7 -> 3.2.3)
plasma5support6 (6.2.2 -> 6.2.3)
plasma6-activities (6.2.2 -> 6.2.3)
plasma6-activities-stats (6.2.2 -> 6.2.3)
plasma6-browser-integration (6.2.2 -> 6.2.3)
plasma6-desktop (6.2.2 -> 6.2.3)
plasma6-integration (6.2.2 -> 6.2.3)
plasma6-nm (6.2.2 -> 6.2.3)
plasma6-openSUSE
plasma6-pa (6.2.2 -> 6.2.3)
plasma6-print-manager (6.2.2 -> 6.2.3)
plasma6-systemmonitor (6.2.2 -> 6.2.3)
plasma6-workspace (6.2.2 -> 6.2.3)
polkit-default-privs (1550+20241017.007e12d -> 1550+20241105.bedeeca)
polkit-kde-agent-6 (6.2.2 -> 6.2.3)
powerdevil6 (6.2.2 -> 6.2.3)
python-cryptography
qqc2-breeze-style6 (6.2.2 -> 6.2.3)
sdbootutil (1+git20241017.34ee974 -> 1+git20241105.3404bf8)
sddm-kcm6 (6.2.2 -> 6.2.3)
selinux-policy (20241031 -> 20241105)
systemsettings6 (6.2.2 -> 6.2.3)
webkit2gtk3 (2.46.2 -> 2.46.3)
webkit2gtk4 (2.46.2 -> 2.46.3)
xdg-desktop-portal-kde6 (6.2.2 -> 6.2.3)
xorg-x11-server (21.1.12 -> 21.1.14)
xwayland (24.1.3 -> 24.1.4)
=== Details ===
==== MicroOS-release ====
Version update (20241105 -> 20241106)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== bluedevil6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* Correct PIN entry behavior
==== breeze6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: breeze6-cursors breeze6-decoration breeze6-style breeze6-wallpapers
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* KStyle: Don't dereference nullptr
==== breeze6-gtk ====
Version update (6.2.2 -> 6.2.3)
Subpackages: gtk2-metatheme-breeze6 gtk3-metatheme-breeze6 gtk4-metatheme-breeze6 metatheme-breeze6-common
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== cockpit-podman ====
- correct-container-search.patch: Fixes issues searching containers
bsc#1232687
- Fix systemd units folder for leap and sle (Similar issue like boo#1226541)
==== containerd ====
- build for SLE12 as well
==== discover6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: discover6-backend-flatpak discover6-backend-fwupd discover6-notifier
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* FwupdBackend: Do not use more API now removed in fwupd 2.0.0
* ApplicationPage: Fix visibility of the reviews component (kde#495597)
==== flatpak-kcm6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- No code changes since 6.2.2
==== gnome-session ====
Subpackages: gnome-session-core gnome-session-default-session gnome-session-wayland
- Split out new sub-package gnome-session-xsession.
==== grub2 ====
Subpackages: grub2-common grub2-i386-pc grub2-snapper-plugin grub2-x86_64-efi
- Fix grub.cfg is loaded from an unexpected fallback directory instead of the
root directory during PXE boot when grub is loaded from the tftp root
directory (bsc#1232391)
* 0001-kern-main-Fix-cmdpath-in-root-directory.patch
* grub2.spec: Refine PPC grub.elf early config to derive root from cmdpath
directly, avoiding the unneeded search
==== harfbuzz ====
Version update (10.0.1 -> 10.1.0)
Subpackages: libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0 typelib-1_0-HarfBuzz-0_0
- Update to version 10.1.0:
+ Fix the sign of fallback vertical glyph advance (used when font
has no vertical advance data).
+ Increase maximum âCFFâ operands limit 20 times to support more
complex fonts.
+ Add â--face-loaderâ option to command line utilities.
+ Support âCOLRâ v0 table in hb_font_get_glyph_extents().
+ Add support for font functions that use Core Text APIs, similar
to FreeType font functions. This allows, for example, using
drawing fonts that use the new (and undocumented) âhvglâ table.
+ Update IANA and OT language registries, as well ase USE data
files.
+ Fix build with ICU 76.
+ Various compiler warnings and build fixes.
+ Various subsetter fixes.
==== kactivitymanagerd6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== kde-cli-tools6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== kde-gtk-config6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: kde-gtk-config6-gtk3
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* Gracefully handle decoration plugin failing to load
==== kdecoration6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: libkdecorations2-6 libkdecorations2private11
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== kdeplasma6-addons ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* applets/userswitcher: fix showing other logged-in users' avatars
==== kgamma6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== kglobalacceld6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: libKGlobalAccelD6-0
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== kinfocenter6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* appiumtests: fix wayland
==== kmenuedit6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== kpipewire6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: kpipewire6-imports libKPipeWire6 libKPipeWireDmaBuf6 libKPipeWireRecord6
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* libx264encoder: Ensure stream size is always a multiple of 2 (kde#485733)
* encoder: Make it possble to override the filter graph used for software encode
==== kscreen6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== kscreenlocker6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: libKScreenLocker6
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== ksshaskpass6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== ksystemstats6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* plugins/pressure: Use ulonglong for storing "total" time information
==== kwayland-integration6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== kwayland6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: libKWaylandClient6
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== kwin6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: libkwin6
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* input: don't crash if the internal handle is nullptr (wheelEvent)
* backends/x11: fix colormap leak
* Update ExpoCell contentItem position upon its parent change (kde#495501)
* scene: Fix item restacking repaints
* xwayland: Fix a couple of file descriptor leaks (kde#442846)
* plugins/keynotification: Fix event ID for notification (kde#495264)
* backends/drm: don't set backlight brightness to 1 in HDR mode (kde#495242)
* core/colorspace: ensure that we don't create elevated blacks with black point compensation (kde#494854)
* autotests: test that ColorPipeline and OpenGL shader results at least somewhat match
* core/colorpipeline: do ICtCp conversion the correct way around
* core/colorpipeline: use PQ with min. luminance zero for tone mapping
* core/colorpipeline: fix multiplier+matrix optimization
* core/colorpipeline: don't transpose the ICtCp matrix
* core/colorpipeline: fix tone mapping luminances being switched around
* backends/drm: check if m_commits is empty after waiting for commitPending
* use xcb_connection_has_error to check for failue
* Fix "window to next desktop" shortcut during interactive move/resize session
* backends/drm: add an environment variable to force glFinish on multi gpu copies
* backends/drm: disable software brightness if there was ever a hardware brightness device assigned
==== kwrited6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== layer-shell-qt6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: libLayerShellQtInterface6
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== libkscreen6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: libKF6Screen8 libKF6ScreenDpms8 libkscreen6-plugin
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== libksysguard6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: ksysguardsystemstats6-data libKSysGuardSystemStats2 libksysguard6-imports
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* sensors: Improve robustness of SensorDaemonInterface
* faces: Skip null entries when trying to resolve sensors
* faces/grid: Specify updateRateLimit for FaceLoader (kde#494019)
* faces: Explicitly emit signals on internal controller on property change
* faces: Allow specifying updateRateLimit for FaceLoader
==== libplasma6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: libPlasma6 libplasma6-components libplasma6-desktoptheme
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== milou6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== multipath-tools ====
Version update (0.10.0+103+suse.0fc97cd -> 0.10.0+108+suse.2c2e597)
Subpackages: kpartx libmpath0
- Update to version 0.10.0+108+suse.2c2e597:
* Update fix for bsc#1232063 to upstream-accepted solution
- Update to version 0.10.0+106+suse.ffbdb7a:
* Fix reboot hang if uevent is processed for suspended device
(bsc#1232063)
==== openssl-3 ====
Version update (3.1.7 -> 3.2.3)
Subpackages: libopenssl3
- Support MSA 11 HMAC on s390x jsc#PED-10273
* Add openssl-3-disable-hmac-hw-acceleration-with-engine-digest.patch
* Add openssl-3-fix-hmac-digest-detection-s390x.patch
* Add openssl-3-fix-memleak-s390x_HMAC_CTX_copy.patch
- Add hardware acceleration for full AES-XTS jsc#PED-10273
* Add openssl-3-hw-acceleration-aes-xts-s390x.patch
- Support MSA 12 SHA3 on s390x jsc#PED-10280
* Add openssl-3-add_EVP_DigestSqueeze_api.patch
* Add openssl-3-support-multiple-sha3_squeeze_s390x.patch
* Add openssl-3-add-xof-state-handling-s3_absorb.patch
* Add openssl-3-fix-state-handling-sha3_absorb_s390x.patch
* Add openssl-3-fix-state-handling-sha3_final_s390x.patch
* Add openssl-3-fix-state-handling-shake_final_s390x.patch
* Add openssl-3-fix-state-handling-keccak_final_s390x.patch
* Add openssl-3-support-EVP_DigestSqueeze-in-digest-prov-s390x.patch
* Add openssl-3-add-defines-CPACF-funcs.patch
* Add openssl-3-add-hw-acceleration-hmac.patch
* Add openssl-3-support-CPACF-sha3-shake-perf-improvement.patch
* Add openssl-3-fix-s390x_sha3_absorb.patch
* Add openssl-3-fix-s390x_shake_squeeze.patch
- Update to 3.2.3:
* Changes between 3.2.2 and 3.2.3:
- Fixed possible denial of service in X.509 name checks. [CVE-2024-6119]
- Fixed possible buffer overread in SSL_select_next_proto(). [CVE-2024-5535]
* Changes between 3.2.1 and 3.2.2:
- Fixed potential use after free after SSL_free_buffers() is called. [CVE-2024-4741]
- Fixed an issue where checking excessively long DSA keys or parameters may
be very slow. [CVE-2024-4603]
- Improved EC/DSA nonce generation routines to avoid bias and timing
side channel leaks.
- Fixed an issue where some non-default TLS server configurations can cause
unbounded memory growth when processing TLSv1.3 sessions. [CVE-2024-2511]
- New atexit configuration switch, which controls whether the OPENSSL_cleanup
is registered when libcrypto is unloaded. This can be used on platforms
where using atexit() from shared libraries causes crashes on exit.
- Fixed bug where SSL_export_keying_material() could not be used with QUIC
connections.
* Add openssl-skip-quic-pairwise.patch to adapt the pairwise tests.
* Merge openssl-FIPS-release_num_in_version_string.patch into
openssl-FIPS-services-minimize.patch
* Rebase patches:
- openssl-Add-changes-to-ectest-and-eccurve.patch
- openssl-FIPS-140-3-keychecks.patch
- openssl-FIPS-embed-hmac.patch
- openssl-Remove-EC-curves.patch
- openssl-skipped-tests-EC-curves.patch
- openssl-FIPS-early-KATS.patch
- openssl-Allow-disabling-of-SHA1-signatures.patch
- openssl-3-FIPS-Deny-SHA-1-sigver-in-FIPS-provider.patch
- openssl-FIPS-limit-rsa-encrypt.patch
- openssl-FIPS-Use-OAEP-in-KATs-support-fixed-OAEP-seed.patch
- openssl-FIPS-Use-digest_sign-digest_verify-in-self-test.patch
- openssl-FIPS-140-3-DRBG.patch
- openssl-FIPS-140-3-zeroization.patch
- openssl-Add-FIPS-indicator-parameter-to-HKDF.patch
- openssl-FIPS-Remove-X9.31-padding-from-FIPS-prov.patch
- openssl-FIPS-Add-explicit-indicator-for-key-length.patch
- openssl-pbkdf2-Set-minimum-password-length-of-8-bytes.patch
- openssl-FIPS-signature-Add-indicator-for-PSS-salt-length.patch
- openssl-3-FIPS-GCM-Implement-explicit-indicator-for-IV-gen.patch
- openssl-FIPS-enforce-EMS-support.patch
- openssl-3-jitterentropy-3.4.0.patch
* Remove not needed patches:
- openssl-Allow-SHA1-in-seclevel-2-if-rh-allow-sha1-signatures.patch
- openssl-3-FIPS-PCT_rsa_keygen.patch
- Remove the engines' directories and symlinks that were added to
allow parallel installations with openssl-1_1.
* Remove openssl-3-use-include-directive.patch
- Remove the hardcoded DEFAULT_SUSE cipherlist selection.
* Remove openssl-DEFAULT_SUSE_cipher.patch
- Update to 3.2.1:
* Changes between 3.2.0 and 3.2.1:
- A file in PKCS12 format can contain certificates and keys and may come from
an untrusted source. The PKCS12 specification allows certain fields to be
NULL, but OpenSSL did not correctly check for this case. [CVE-2024-0727]
- When function EVP_PKEY_public_check() is called on RSA public keys,
a computation is done to confirm that the RSA modulus, n, is composite.
For valid RSA keys, n is a product of two or more large primes and this
computation completes quickly. However, if n is an overly large prime,
then this computation would take a long time. [CVE-2023-6237]
- Restore the encoding of SM2 PrivateKeyInfo and SubjectPublicKeyInfo to
have the contained AlgorithmIdentifier.algorithm set to id-ecPublicKey
rather than SM2.
- The POLY1305 MAC (message authentication code) implementation in OpenSSL
for PowerPC CPUs saves the contents of vector registers in different
order than they are restored. [CVE-2023-6129]
- Disable building QUIC server utility when OpenSSL is configured with 'no-apps'.
* The openssl-crypto-policies-support.patch has been merged into
openssl-Add-support-for-PROFILE-SYSTEM-system-default-cipher.patch
* Rename openssl-Disable-default-provider-for-test-suite.patch and rebase to
openssl-TESTS-Disable-default-provider-crypto-policies.patch
* Patches removed in the update:
- openssl-Add_support_for_Windows_CA_certificate_store.patch
- openssl-ec-56-bit-Limb-Solinas-Strategy-for-secp384r1.patch
- openssl-ec-Use-static-linkage-on-nistp521-felem_-square-mul-.patch
- openssl-ec-powerpc64le-Add-asm-implementation-of-felem_-squa.patch
- openssl-ecc-Remove-extraneous-parentheses-in-secp384r1.patch
- openssl-powerpc-ecc-Fix-stack-allocation-secp384r1-asm.patch
- openssl-CVE-2024-41996.patch
... changelog too long, skipping 176 lines ...
a basic thread pool implementation for select platforms.
==== openssl ====
Version update (3.1.7 -> 3.2.3)
- Update to 3.2.3
- Update to 3.2.1
- Update to 3.2.0
==== plasma5support6 ====
Version update (6.2.2 -> 6.2.3)
Subpackages: libPlasma5Support6
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== plasma6-activities ====
Version update (6.2.2 -> 6.2.3)
Subpackages: libPlasmaActivities6 plasma6-activities-imports
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== plasma6-activities-stats ====
Version update (6.2.2 -> 6.2.3)
Subpackages: libPlasmaActivitiesStats1
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== plasma6-browser-integration ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== plasma6-desktop ====
Version update (6.2.2 -> 6.2.3)
Subpackages: plasma6-desktop-emojier
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* Application Dashboard: Show app tooltips properly (kde#494802)
* applets/taskmanager: Fix icon alignment when is reversed (kde#489648)
* emojier: do substring search in emoji annotations as well (kde#435787)
* activitymanager: Avoid infinite loop in ActivityList
* positioner: Make sure we check deferMovePositions exist
* appiumtests: fix desktoptest
* appiumtests: fix kcm_plasmasearch_test
* applets/taskmanager: use TextMetrics directly to elide long recent items
==== plasma6-integration ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* Update m_palettes even when KDE_COLOR_SCHEME_PATH is set
==== plasma6-nm ====
Version update (6.2.2 -> 6.2.3)
Subpackages: plasma6-nm-openconnect plasma6-nm-openvpn
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* [kcm] Update selected connection when opening KCM a second time (kde#461568)
==== plasma6-openSUSE ====
Subpackages: plasma6-branding-openSUSE plasma6-sddm-theme-openSUSE plasma6-theme-openSUSE
- Update to 6.2.3
==== plasma6-pa ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* rename: set correct device name upon reset (kde#494546)
==== plasma6-print-manager ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== plasma6-systemmonitor ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== plasma6-workspace ====
Version update (6.2.2 -> 6.2.3)
Subpackages: plasma6-session plasma6-workspace-libs
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* Do early return for ServciesRunner::resolvedArgs in case of error
* Always show full logout screen for "Show Logout Screen" desktop menu item (kde#495390)
* lookandfeel: Explicitly set theme to Breeze in defaults
* kcms/users: crop character faces properly (kde#494487)
* kcms/users: Fix UI on mobile
* logout-greeter: don't doubt the daemon
* logout-greeter: categorize warnings
* logout-greeter: don't wake up packagekit needlessly
* appiumtests: fix kcm_cursortheme_test
* appiumtests: fix kcm_autostart_test
* appiumtests: fix kcm_users_test
* appiumtests: fix digitalclocktest
* components/dbus: fix invalid variant type since Qt 6.8
* appiumtests: fix systemdialogtest
==== polkit-default-privs ====
Version update (1550+20241017.007e12d -> 1550+20241105.bedeeca)
- Update to version 1550+20241105.bedeeca:
* profiles: whitelist xfce mousepad pkexec action (bsc#1232231)
==== polkit-kde-agent-6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== powerdevil6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* Applets/batterymonitor: correct dbus watcher
* applets: react to power-profile-daemon dbus registration (kde#492859)
* daemon: Only write DDC brightness after reading and comparing first
* daemon: Set ddcutil as missing if initialization fails
* autotests: only enable dbus debug message for backlighthelper in brightnesstest
==== python-cryptography ====
- Avoid using requires_eq, which after the last modifications
conflicts with python singlespec (order of expansion).
==== qqc2-breeze-style6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* Fix calculation of width of DialogButtonBox
* Add missing dependencies on QtQuick.Window
==== sdbootutil ====
Version update (1+git20241017.34ee974 -> 1+git20241105.3404bf8)
Subpackages: sdbootutil-snapper sdbootutil-tukit
- Update to version 1+git20241105.3404bf8:
* Do a cleanup before making free space
* Simplify unlock mechanism and recovery key enroll
* Drop generate-pin parameter
* Indentation and comments fix
* Measure grubenv
* Add set-default and set-timout commands
* rollback bootloader after setting default snapshot
* Improve error checking and fix small bugs
* Add --unlock argument
* Use unique names for the kernel keyring
* Add --generate-pin to generate a recovery PIN
* Enroll a new recovery key
* Bind mount snapshot dir onto itself before chroot.
==== sddm-kcm6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== selinux-policy ====
Version update (20241031 -> 20241105)
Subpackages: selinux-policy-targeted
- Update to version 20241105:
* Allow virt_dbus_t to connect to virtd_t over unix_stream_socket (bsc#1232655)
==== systemsettings6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
==== webkit2gtk3 ====
Version update (2.46.2 -> 2.46.3)
Subpackages: libjavascriptcoregtk-4_1-0 libwebkit2gtk-4_1-0 webkit2gtk-4_1-injected-bundles
- Update to version 2.46.3 (boo#1232747):
+ Flatten layers to a plane when preseve-3d style is set.
+ Fix DuckDuckGo links by adding a user agent quirk.
+ Fix several crashes and rendering issues.
+ Security fixes: CVE-2044-44244, CVE-2024-44296.
- Drop bug281492.patch: fixed upstream.
==== webkit2gtk4 ====
Version update (2.46.2 -> 2.46.3)
Subpackages: libjavascriptcoregtk-6_0-1 libwebkitgtk-6_0-4 webkitgtk-6_0-injected-bundles
- Update to version 2.46.3 (boo#1232747):
+ Flatten layers to a plane when preseve-3d style is set.
+ Fix DuckDuckGo links by adding a user agent quirk.
+ Fix several crashes and rendering issues.
+ Security fixes: CVE-2044-44244, CVE-2024-44296.
- Drop bug281492.patch: fixed upstream.
==== xdg-desktop-portal-kde6 ====
Version update (6.2.2 -> 6.2.3)
- Update to 6.2.3:
* New bugfix release
* For more details see https://kde.org/announcements/plasma/6/6.2.3
- Changes since 6.2.2:
* update version for new release
* [FileChooser] Properly pass along requested current filter
* Create region selection window before calling setScreen (kde#493293)
==== xorg-x11-server ====
Version update (21.1.12 -> 21.1.14)
Subpackages: xorg-x11-server-Xvfb
- 21.1.14 covers also
* CVE-2024-31080 (bsc#1222309)
* CVE-2024-31081 (bsc#1222310)
* CVE-2024-31082 (bsc#1222311)
* CVE-2024-31083 (bsc#1222312)
- Security update 21.1.14
This release addresses the following security issue
* CVE-2024-9632: Heap-based buffer overflow privilege escalation
in _XkbSetCompatMap (bsc#1231565)
- supersedes U_render-Avoid-possible-double-free-in-ProcRenderAddGl.patch
- supersedes U_xorg-xserver-e89edec497ba.patch
==== xwayland ====
Version update (24.1.3 -> 24.1.4)
- Security update 21.1.14
This release addresses the following security issue
* CVE-2024-9632: Heap-based buffer overflow privilege escalation
in _XkbSetCompatMap (bsc#1231565)
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:
discover6
dracut (059+suse.648.g91732c01 -> 059+suse.651.gc186c6a8)
kconfig
kernel-source (6.11.5 -> 6.11.6)
kf6-ki18n
mozjs128 (128.3.1 -> 128.4.0)
python-blinker
python-charset-normalizer
qt6-declarative
qt6-tools
sonnet
suse-module-tools (16.0.52 -> 16.0.53)
vim (9.1.0718 -> 9.1.0836)
=== Details ===
==== discover6 ====
Subpackages: discover6-backend-flatpak discover6-backend-fwupd discover6-notifier
- Update runtime appstream dependency
==== dracut ====
Version update (059+suse.648.g91732c01 -> 059+suse.651.gc186c6a8)
Subpackages: dracut-ima
- Update to version 059+suse.651.gc186c6a8:
* fix(dm): remove 59-persistent-storage-dm.rules (bsc#1232063)
==== kconfig ====
Subpackages: libKF5ConfigCore5 libKF5ConfigGui5
- Do not use the %requires_{ge,eq} macros on packages that are
built by this source package: It does not work, as the package in
question is not installed and thus not identifable as part of the
rpm database.
==== kernel-source ====
Version update (6.11.5 -> 6.11.6)
- Update config files.
Only ran oldconfig.
- commit d79ce04
- Revert "config: Disable CONFIG_FB_DEVICE (boo#1212947)" (bsc#1232727)
This reverts commit 72a3d938184eef39f7ba95dd5c99d1322c18ba84.
- commit 8545f24
- Linux 6.11.6 (bsc#1012628).
- bpf: Use raw_spinlock_t in ringbuf (bsc#1012628).
- iio: accel: bma400: Fix uninitialized variable field_value in
tap event handling (bsc#1012628).
- reset: starfive: jh71x0: Fix accessing the empty member on
JH7110 SoC (bsc#1012628).
- bpf: sync_linked_regs() must preserve subreg_def (bsc#1012628).
- bpf: Make sure internal and UAPI bpf_redirect flags don't
overlap (bsc#1012628).
- irqchip/riscv-imsic: Fix output text of base address
(bsc#1012628).
- bpf: devmap: provide rxq after redirect (bsc#1012628).
- cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory
systems (bsc#1012628).
- lib/Kconfig.debug: fix grammar in RUST_BUILD_ASSERT_ALLOW
(bsc#1012628).
- bpf: Fix memory leak in bpf_core_apply (bsc#1012628).
- RDMA/bnxt_re: Fix a possible memory leak (bsc#1012628).
- RDMA/bnxt_re: Fix incorrect AVID type in WQE structure
(bsc#1012628).
- RDMA/bnxt_re: Add a check for memory allocation (bsc#1012628).
- RDMA/core: Fix ENODEV error for iWARP test over vlan
(bsc#1012628).
- x86/resctrl: Avoid overflow in MB settings in bw_validate()
(bsc#1012628).
- ARM: dts: bcm2837-rpi-cm3-io3: Fix HDMI hpd-gpio pin
(bsc#1012628).
- clk: rockchip: fix finding of maximum clock ID (bsc#1012628).
- bpf: Check the remaining info_cnt before repeating btf fields
(bsc#1012628).
- bpf: fix unpopulated name_len field in perf_event link info
(bsc#1012628).
- selftests/bpf: fix perf_event link info name_len assertion
(bsc#1012628).
- riscv, bpf: Fix possible infinite tailcall when CONFIG_CFI_CLANG
is enabled (bsc#1012628).
- s390/pci: Handle PCI error codes other than 0x3a (bsc#1012628).
- bpf: fix kfunc btf caching for modules (bsc#1012628).
- iio: frequency: {admv4420,adrf6780}: format Kconfig entries
(bsc#1012628).
- iio: frequency: admv4420: fix missing select REMAP_SPI in
Kconfig (bsc#1012628).
- drm/vmwgfx: Handle possible ENOMEM in
vmw_stdu_connector_atomic_check (bsc#1012628).
- selftests/bpf: Fix cross-compiling urandom_read (bsc#1012628).
- bpf: Fix unpopulated path_size when uprobe_multi fields unset
(bsc#1012628).
- sched/core: Disable page allocation in task_tick_mm_cid()
(bsc#1012628).
- ALSA: hda/cs8409: Fix possible NULL dereference (bsc#1012628).
- firmware: arm_scmi: Fix the double free in
scmi_debugfs_common_setup() (bsc#1012628).
- RDMA/cxgb4: Fix RDMA_CM_EVENT_UNREACHABLE error for iWARP
(bsc#1012628).
- RDMA/irdma: Fix misspelling of "accept*" (bsc#1012628).
- RDMA/srpt: Make slab cache names unique (bsc#1012628).
- elevator: do not request_module if elevator exists
(bsc#1012628).
- elevator: Remove argument from elevator_find_get (bsc#1012628).
- ipv4: give an IPv4 dev to blackhole_netdev (bsc#1012628).
- net: sparx5: fix source port register when mirroring
(bsc#1012628).
- RDMA/bnxt_re: Fix the max CQ WQEs for older adapters
(bsc#1012628).
- RDMA/bnxt_re: Fix out of bound check (bsc#1012628).
- RDMA/bnxt_re: Fix incorrect dereference of srq in async event
(bsc#1012628).
- RDMA/bnxt_re: Return more meaningful error (bsc#1012628).
- RDMA/bnxt_re: Avoid CPU lockups due fifo occupancy check loop
(bsc#1012628).
- RDMA/bnxt_re: Get the toggle bits from SRQ events (bsc#1012628).
- RDMA/bnxt_re: Change the sequence of updating the CQ toggle
value (bsc#1012628).
- RDMA/bnxt_re: Fix a bug while setting up Level-2 PBL pages
(bsc#1012628).
- RDMA/bnxt_re: Fix the GID table length (bsc#1012628).
- accel/qaic: Fix the for loop used to walk SG table
(bsc#1012628).
- drm/panel: himax-hx83102: Adjust power and gamma to optimize
brightness (bsc#1012628).
- drm/msm/dpu: make sure phys resources are properly initialized
(bsc#1012628).
- drm/msm/dpu: move CRTC resource assignment to
dpu_encoder_virt_atomic_check (bsc#1012628).
- drm/msm/dpu: check for overflow in _dpu_crtc_setup_lm_bounds()
(bsc#1012628).
- drm/msm/dsi: improve/fix dsc pclk calculation (bsc#1012628).
- drm/msm/dsi: fix 32-bit signed integer extension in pclk_rate
calculation (bsc#1012628).
- drm/msm: Avoid NULL dereference in msm_disp_state_print_regs()
(bsc#1012628).
- drm/msm: Allocate memory for disp snapshot with kvzalloc()
(bsc#1012628).
... changelog too long, skipping 383 lines ...
- commit ee34501
==== kf6-ki18n ====
Subpackages: libKF6I18n6
- Update package dependencies
==== mozjs128 ====
Version update (128.3.1 -> 128.4.0)
- Update to version 128.4.0:
+ CVE-2024-10458: Permission leak via embed or object elements
+ CVE-2024-10459: Use-after-free in layout with accessibility
+ CVE-2024-10460: Confusing display of origin for external
protocol handler prompt
+ CVE-2024-10461: XSS due to Content-Disposition being ignored in
multipart/x-mixed-replace response
+ CVE-2024-10462: Origin of permission prompt could be spoofed by
long URL
+ CVE-2024-10463: Cross origin video frame leak
+ CVE-2024-10464: History interface could have been used to cause
a Denial of Service condition in the browser
+ CVE-2024-10465: Clipboard "paste" button persisted across tabs
+ CVE-2024-10466: DOM push subscription message could hang
Firefox
+ CVE-2024-10467: Memory safety bugs fixed in Firefox 132,
Thunderbird 132, Firefox ESR 128.4, and Thunderbird 128.4
==== python-blinker ====
- Add missing build require pallets_sphinx_themes
to fix build error under Leap.
==== python-charset-normalizer ====
- switch to PEP517 build
==== qt6-declarative ====
Subpackages: libQt6LabsAnimation6 libQt6LabsFolderListModel6 libQt6LabsPlatform6 libQt6LabsQmlModels6 libQt6LabsSettings6 libQt6LabsSharedImage6 libQt6LabsWavefrontMesh6 libQt6Qml6 libQt6QmlCore6 libQt6QmlLocalStorage6 libQt6QmlMeta6 libQt6QmlModels6 libQt6QmlNetwork6 libQt6QmlWorkerScript6 libQt6QmlXmlListModel6 libQt6Quick6 libQt6QuickControls2-6 libQt6QuickControls2Impl6 libQt6QuickDialogs2-6 libQt6QuickDialogs2QuickImpl6 libQt6QuickDialogs2Utils6 libQt6QuickEffects6 libQt6QuickLayouts6 libQt6QuickParticles6 libQt6QuickShapes6 libQt6QuickTemplates2-6 libQt6QuickTest6 libQt6QuickVectorImage6 libQt6QuickWidgets6 qt6-declarative-imports
- Add upstream change (QTBUG-129500, kde#495089):
* 0001-QQuickItem-map-To-From-Item-Account-for-not-having-a.patch
==== qt6-tools ====
Subpackages: libQt6UiTools6 qt6-tools-qdbus
- Fix qdoc runtime dependency
==== sonnet ====
Subpackages: libKF5SonnetCore5 libKF5SonnetUi5
- Fix package dependencies
==== suse-module-tools ====
Version update (16.0.52 -> 16.0.53)
Subpackages: suse-module-tools-scriptlets
- Update to version 16.0.53:
* udevrules: Add rule to set maximum readahead window
(jsc#PED-11154)
==== vim ====
Version update (9.1.0718 -> 9.1.0836)
Subpackages: vim-data-common vim-small
- update to 9.1.0836
* 9.1.0836: The vimtutor can be improved
* 9.1.0835: :setglobal doesn't work properly for 'ffu' and 'tsrfu'
* 9.1.0834: tests: 2html test fails
* 9.1.0833: CI: recent ASAN changes do not work for indent tests
* 9.1.0832: :set doesn't work for 'cot' and 'bkc' after :setlocal
* runtime(doc): update help-toc description
* runtime(2html): Make links use color scheme colors in TOhtml
* 9.1.0831: 'findexpr' can't be used as lambad or Funcref
* Filelist: include helptoc package
* runtime(doc): include a TOC Vim9 plugin
* Filelist: ignore .git-blame-ignore-revs
* 9.1.0830: using wrong highlight group for spaces for popupmenu
* runtime(typst): synchronize updates from the upstream typst.vim
* git: ignore reformatting commit for git-blame (after v9.1.0829)
* 9.1.0829: Vim source code uses a mix of tabs and spaces
* 9.1.0828: string_T struct could be used more often
* 9.1.0827: CI: tests can be improved
* runtime(doc): remove stray sentence in pi_netrw.txt
* 9.1.0826: filetype: sway files are not recognized
* runtime(doc): Include netrw-gp in TOC
* runtime(doc): mention 'iskeyword' at :h charclass()
* runtime(doc): update help tags
* 9.1.0825: compile error for non-diff builds
* runtime(netrw): fix E874 when browsing remote directory which contains `~` character
* runtime(doc): update coding style documentation
* runtime(debversions): Add plucky (25.04) as Ubuntu release name
* 9.1.0824: too many strlen() calls in register.c
* 9.1.0823: filetype: Zephyr overlay files not recognized
* runtime(doc): Clean up minor formatting issues for builtin functions
* runtime(netrw): make :Launch/Open autoloadable
* runtime(netrw): fix regression with x mapping on Cygwin
* runtime(netrw): fix filetype detection for remote files
* 9.1.0822: topline might be changed in diff mode unexpectedly
* CI: huge linux builds should also run syntax & indent tests
* 9.1.0821: 'findexpr' completion doesn't set v:fname to cmdline argument
* 9.1.0820: tests: Mac OS tests are too flaky
* runtime(awk): Highlight more awk comments in syntax script
* runtime(netrw): add missing change for s:redir()
* 9.1.0819: tests: using findexpr and imported func not tested
* runtime(netrw): improve netrw's open-handling further
* runtime(netrw): fix syntax error in netrwPlugin.vim
* runtime(netrw): simplify gx file handling
* 9.1.0818: some global functions are only used in single files
* 9.1.0817: termdebug: cannot evaluate expr in a popup
* runtime(defaults): Detect putty terminal and switch to dark background
* 9.1.0816: tests: not clear what tests cause asan failures
* runtime(doc): Remove some completed items from todo.txt
* 9.1.0815: "above" virtual text causes wrong 'colorcolumn' position
* runtime(syntax-tests): tiny vim fails because of line-continuation
* 9.1.0814: mapset() may remove unrelated mapping
* 9.1.0813: no error handling with setglobal and number types
* 9.1.0812: Coverity warns about dereferencing NULL ptr
* 9.1.0811: :find expansion does not consider 'findexpr'
* 9.1.0810: cannot easily adjust the |:find| command
* 9.1.0809: filetype: petalinux config files not recognized
* 9.1.0808: Terminal scrollback doesn't shrink when decreasing 'termwinscroll'
* 9.1.0807: tests: having 'nolist' in modelines isn't always desired
* 9.1.0806: tests: no error check when setting global 'briopt'
* 9.1.0805: tests: minor issues in gen_opt_test.vim
* 9.1.0804: tests: no error check when setting global 'cc'
* 9.1.0803: tests: no error check when setting global 'isk'
* 9.1.0802: tests: no error check when setting global 'fdm' to empty value
* 9.1.0801: tests: no error check when setting global 'termwinkey'
* 9.1.0800: tests: no error check when setting global 'termwinsize'
* runtime(doc): :ownsyntax also resets 'spelloptions'
* 9.1.0799: tests: gettwinvar()/gettabwinvar() tests are not comprehensive
* runtime(doc): Fix wrong Mac default options
* 9.1.0798: too many strlen() calls in cmdhist.c
* 9.1.0797: testing of options can be further improved
* 9.1.0796: filetype: libtool files are not recognized
* (typst): add folding to typst ftplugin
* runtime(netrw): deprecate and remove netrwFileHandlers#Invoke()
* 9.1.0795: filetype: Vivado memory info file are not recognized
* 9.1.0794: tests: tests may fail on Windows environment
* runtime(doc): improve the :colorscheme documentation
* 9.1.0793: xxd: -e does add one extra space
* 9.1.0792: tests: Test_set_values() is not comprehensive enough
* runtime(swayconfig): add flag for bindsym/bindcode to syntax script
* 9.1.0791: tests: errors in gen_opt_test.vim are not shown
* runtime(compiler): check for compile_commands in build dirs for cppcheck
* 9.1.0790: Amiga: AmigaOS4 build should use default runtime (newlib)
* runtime(help): Update help syntax
* runtime(help): fix end of sentence highlight in code examples
* runtime(jinja): Support jinja syntax as secondary filetype
* 9.1.0789: tests: ':resize + 5' has invalid space after '+'
* 9.1.0788: <CSI>27;<mod>u is not decoded to literal Escape in kitty/foot
* 9.1.0787: cursor position changed when using hidden terminal
* 9.1.0786: tests: quickfix update test does not test location list
* runtime(doc): add some docs for file-watcher programs
* CI: uploading failed screendumps still fails on Cirrus CI
* 9.1.0785: cannot preserve error position when setting quickfix list
* 9.1.0784: there are several problems with python 3.13
* 9.1.0783: 'spell' option setting has problems
* 9.1.0782: tests: using wrong neomuttlog file name
* runtime(doc): add preview flag to statusline example
* 9.1.0781: tests: test_filetype fails
* 9.1.0780: MS-Windows: incorrect Win32 error checking
* 9.1.0779: filetype: neomuttlog files are not recognized
... changelog too long, skipping 139 lines ...
* runtime(doc): Update version9.txt and mention $MYVIMDIR
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:
discover6
dracut (059+suse.648.g91732c01 -> 059+suse.651.gc186c6a8)
kconfig
kernel-source (6.11.5 -> 6.11.6)
kf6-ki18n
mozjs128 (128.3.1 -> 128.4.0)
python-blinker
python-charset-normalizer
qt6-declarative
qt6-tools
sonnet
suse-module-tools (16.0.52 -> 16.0.53)
vim (9.1.0718 -> 9.1.0836)
=== Details ===
==== discover6 ====
Subpackages: discover6-backend-flatpak discover6-backend-fwupd discover6-notifier
- Update runtime appstream dependency
==== dracut ====
Version update (059+suse.648.g91732c01 -> 059+suse.651.gc186c6a8)
Subpackages: dracut-ima
- Update to version 059+suse.651.gc186c6a8:
* fix(dm): remove 59-persistent-storage-dm.rules (bsc#1232063)
==== kconfig ====
Subpackages: libKF5ConfigCore5 libKF5ConfigGui5
- Do not use the %requires_{ge,eq} macros on packages that are
built by this source package: It does not work, as the package in
question is not installed and thus not identifable as part of the
rpm database.
==== kernel-source ====
Version update (6.11.5 -> 6.11.6)
Subpackages: kernel-64kb kernel-default
- Update config files.
Only ran oldconfig.
- commit d79ce04
- Revert "config: Disable CONFIG_FB_DEVICE (boo#1212947)" (bsc#1232727)
This reverts commit 72a3d938184eef39f7ba95dd5c99d1322c18ba84.
- commit 8545f24
- Linux 6.11.6 (bsc#1012628).
- bpf: Use raw_spinlock_t in ringbuf (bsc#1012628).
- iio: accel: bma400: Fix uninitialized variable field_value in
tap event handling (bsc#1012628).
- reset: starfive: jh71x0: Fix accessing the empty member on
JH7110 SoC (bsc#1012628).
- bpf: sync_linked_regs() must preserve subreg_def (bsc#1012628).
- bpf: Make sure internal and UAPI bpf_redirect flags don't
overlap (bsc#1012628).
- irqchip/riscv-imsic: Fix output text of base address
(bsc#1012628).
- bpf: devmap: provide rxq after redirect (bsc#1012628).
- cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory
systems (bsc#1012628).
- lib/Kconfig.debug: fix grammar in RUST_BUILD_ASSERT_ALLOW
(bsc#1012628).
- bpf: Fix memory leak in bpf_core_apply (bsc#1012628).
- RDMA/bnxt_re: Fix a possible memory leak (bsc#1012628).
- RDMA/bnxt_re: Fix incorrect AVID type in WQE structure
(bsc#1012628).
- RDMA/bnxt_re: Add a check for memory allocation (bsc#1012628).
- RDMA/core: Fix ENODEV error for iWARP test over vlan
(bsc#1012628).
- x86/resctrl: Avoid overflow in MB settings in bw_validate()
(bsc#1012628).
- ARM: dts: bcm2837-rpi-cm3-io3: Fix HDMI hpd-gpio pin
(bsc#1012628).
- clk: rockchip: fix finding of maximum clock ID (bsc#1012628).
- bpf: Check the remaining info_cnt before repeating btf fields
(bsc#1012628).
- bpf: fix unpopulated name_len field in perf_event link info
(bsc#1012628).
- selftests/bpf: fix perf_event link info name_len assertion
(bsc#1012628).
- riscv, bpf: Fix possible infinite tailcall when CONFIG_CFI_CLANG
is enabled (bsc#1012628).
- s390/pci: Handle PCI error codes other than 0x3a (bsc#1012628).
- bpf: fix kfunc btf caching for modules (bsc#1012628).
- iio: frequency: {admv4420,adrf6780}: format Kconfig entries
(bsc#1012628).
- iio: frequency: admv4420: fix missing select REMAP_SPI in
Kconfig (bsc#1012628).
- drm/vmwgfx: Handle possible ENOMEM in
vmw_stdu_connector_atomic_check (bsc#1012628).
- selftests/bpf: Fix cross-compiling urandom_read (bsc#1012628).
- bpf: Fix unpopulated path_size when uprobe_multi fields unset
(bsc#1012628).
- sched/core: Disable page allocation in task_tick_mm_cid()
(bsc#1012628).
- ALSA: hda/cs8409: Fix possible NULL dereference (bsc#1012628).
- firmware: arm_scmi: Fix the double free in
scmi_debugfs_common_setup() (bsc#1012628).
- RDMA/cxgb4: Fix RDMA_CM_EVENT_UNREACHABLE error for iWARP
(bsc#1012628).
- RDMA/irdma: Fix misspelling of "accept*" (bsc#1012628).
- RDMA/srpt: Make slab cache names unique (bsc#1012628).
- elevator: do not request_module if elevator exists
(bsc#1012628).
- elevator: Remove argument from elevator_find_get (bsc#1012628).
- ipv4: give an IPv4 dev to blackhole_netdev (bsc#1012628).
- net: sparx5: fix source port register when mirroring
(bsc#1012628).
- RDMA/bnxt_re: Fix the max CQ WQEs for older adapters
(bsc#1012628).
- RDMA/bnxt_re: Fix out of bound check (bsc#1012628).
- RDMA/bnxt_re: Fix incorrect dereference of srq in async event
(bsc#1012628).
- RDMA/bnxt_re: Return more meaningful error (bsc#1012628).
- RDMA/bnxt_re: Avoid CPU lockups due fifo occupancy check loop
(bsc#1012628).
- RDMA/bnxt_re: Get the toggle bits from SRQ events (bsc#1012628).
- RDMA/bnxt_re: Change the sequence of updating the CQ toggle
value (bsc#1012628).
- RDMA/bnxt_re: Fix a bug while setting up Level-2 PBL pages
(bsc#1012628).
- RDMA/bnxt_re: Fix the GID table length (bsc#1012628).
- accel/qaic: Fix the for loop used to walk SG table
(bsc#1012628).
- drm/panel: himax-hx83102: Adjust power and gamma to optimize
brightness (bsc#1012628).
- drm/msm/dpu: make sure phys resources are properly initialized
(bsc#1012628).
- drm/msm/dpu: move CRTC resource assignment to
dpu_encoder_virt_atomic_check (bsc#1012628).
- drm/msm/dpu: check for overflow in _dpu_crtc_setup_lm_bounds()
(bsc#1012628).
- drm/msm/dsi: improve/fix dsc pclk calculation (bsc#1012628).
- drm/msm/dsi: fix 32-bit signed integer extension in pclk_rate
calculation (bsc#1012628).
- drm/msm: Avoid NULL dereference in msm_disp_state_print_regs()
(bsc#1012628).
- drm/msm: Allocate memory for disp snapshot with kvzalloc()
(bsc#1012628).
... changelog too long, skipping 383 lines ...
- commit ee34501
==== kf6-ki18n ====
Subpackages: libKF6I18n6
- Update package dependencies
==== mozjs128 ====
Version update (128.3.1 -> 128.4.0)
- Update to version 128.4.0:
+ CVE-2024-10458: Permission leak via embed or object elements
+ CVE-2024-10459: Use-after-free in layout with accessibility
+ CVE-2024-10460: Confusing display of origin for external
protocol handler prompt
+ CVE-2024-10461: XSS due to Content-Disposition being ignored in
multipart/x-mixed-replace response
+ CVE-2024-10462: Origin of permission prompt could be spoofed by
long URL
+ CVE-2024-10463: Cross origin video frame leak
+ CVE-2024-10464: History interface could have been used to cause
a Denial of Service condition in the browser
+ CVE-2024-10465: Clipboard "paste" button persisted across tabs
+ CVE-2024-10466: DOM push subscription message could hang
Firefox
+ CVE-2024-10467: Memory safety bugs fixed in Firefox 132,
Thunderbird 132, Firefox ESR 128.4, and Thunderbird 128.4
==== python-blinker ====
- Add missing build require pallets_sphinx_themes
to fix build error under Leap.
==== python-charset-normalizer ====
- switch to PEP517 build
==== qt6-declarative ====
Subpackages: libQt6LabsAnimation6 libQt6LabsFolderListModel6 libQt6LabsPlatform6 libQt6LabsQmlModels6 libQt6LabsSettings6 libQt6LabsSharedImage6 libQt6LabsWavefrontMesh6 libQt6Qml6 libQt6QmlCore6 libQt6QmlLocalStorage6 libQt6QmlMeta6 libQt6QmlModels6 libQt6QmlNetwork6 libQt6QmlWorkerScript6 libQt6QmlXmlListModel6 libQt6Quick6 libQt6QuickControls2-6 libQt6QuickControls2Impl6 libQt6QuickDialogs2-6 libQt6QuickDialogs2QuickImpl6 libQt6QuickDialogs2Utils6 libQt6QuickEffects6 libQt6QuickLayouts6 libQt6QuickParticles6 libQt6QuickShapes6 libQt6QuickTemplates2-6 libQt6QuickTest6 libQt6QuickVectorImage6 libQt6QuickWidgets6 qt6-declarative-imports
- Add upstream change (QTBUG-129500, kde#495089):
* 0001-QQuickItem-map-To-From-Item-Account-for-not-having-a.patch
==== qt6-tools ====
Subpackages: libQt6UiTools6 qt6-tools-qdbus
- Fix qdoc runtime dependency
==== sonnet ====
Subpackages: libKF5SonnetCore5 libKF5SonnetUi5
- Fix package dependencies
==== suse-module-tools ====
Version update (16.0.52 -> 16.0.53)
Subpackages: suse-module-tools-scriptlets
- Update to version 16.0.53:
* udevrules: Add rule to set maximum readahead window
(jsc#PED-11154)
==== vim ====
Version update (9.1.0718 -> 9.1.0836)
Subpackages: vim-data-common vim-small
- update to 9.1.0836
* 9.1.0836: The vimtutor can be improved
* 9.1.0835: :setglobal doesn't work properly for 'ffu' and 'tsrfu'
* 9.1.0834: tests: 2html test fails
* 9.1.0833: CI: recent ASAN changes do not work for indent tests
* 9.1.0832: :set doesn't work for 'cot' and 'bkc' after :setlocal
* runtime(doc): update help-toc description
* runtime(2html): Make links use color scheme colors in TOhtml
* 9.1.0831: 'findexpr' can't be used as lambad or Funcref
* Filelist: include helptoc package
* runtime(doc): include a TOC Vim9 plugin
* Filelist: ignore .git-blame-ignore-revs
* 9.1.0830: using wrong highlight group for spaces for popupmenu
* runtime(typst): synchronize updates from the upstream typst.vim
* git: ignore reformatting commit for git-blame (after v9.1.0829)
* 9.1.0829: Vim source code uses a mix of tabs and spaces
* 9.1.0828: string_T struct could be used more often
* 9.1.0827: CI: tests can be improved
* runtime(doc): remove stray sentence in pi_netrw.txt
* 9.1.0826: filetype: sway files are not recognized
* runtime(doc): Include netrw-gp in TOC
* runtime(doc): mention 'iskeyword' at :h charclass()
* runtime(doc): update help tags
* 9.1.0825: compile error for non-diff builds
* runtime(netrw): fix E874 when browsing remote directory which contains `~` character
* runtime(doc): update coding style documentation
* runtime(debversions): Add plucky (25.04) as Ubuntu release name
* 9.1.0824: too many strlen() calls in register.c
* 9.1.0823: filetype: Zephyr overlay files not recognized
* runtime(doc): Clean up minor formatting issues for builtin functions
* runtime(netrw): make :Launch/Open autoloadable
* runtime(netrw): fix regression with x mapping on Cygwin
* runtime(netrw): fix filetype detection for remote files
* 9.1.0822: topline might be changed in diff mode unexpectedly
* CI: huge linux builds should also run syntax & indent tests
* 9.1.0821: 'findexpr' completion doesn't set v:fname to cmdline argument
* 9.1.0820: tests: Mac OS tests are too flaky
* runtime(awk): Highlight more awk comments in syntax script
* runtime(netrw): add missing change for s:redir()
* 9.1.0819: tests: using findexpr and imported func not tested
* runtime(netrw): improve netrw's open-handling further
* runtime(netrw): fix syntax error in netrwPlugin.vim
* runtime(netrw): simplify gx file handling
* 9.1.0818: some global functions are only used in single files
* 9.1.0817: termdebug: cannot evaluate expr in a popup
* runtime(defaults): Detect putty terminal and switch to dark background
* 9.1.0816: tests: not clear what tests cause asan failures
* runtime(doc): Remove some completed items from todo.txt
* 9.1.0815: "above" virtual text causes wrong 'colorcolumn' position
* runtime(syntax-tests): tiny vim fails because of line-continuation
* 9.1.0814: mapset() may remove unrelated mapping
* 9.1.0813: no error handling with setglobal and number types
* 9.1.0812: Coverity warns about dereferencing NULL ptr
* 9.1.0811: :find expansion does not consider 'findexpr'
* 9.1.0810: cannot easily adjust the |:find| command
* 9.1.0809: filetype: petalinux config files not recognized
* 9.1.0808: Terminal scrollback doesn't shrink when decreasing 'termwinscroll'
* 9.1.0807: tests: having 'nolist' in modelines isn't always desired
* 9.1.0806: tests: no error check when setting global 'briopt'
* 9.1.0805: tests: minor issues in gen_opt_test.vim
* 9.1.0804: tests: no error check when setting global 'cc'
* 9.1.0803: tests: no error check when setting global 'isk'
* 9.1.0802: tests: no error check when setting global 'fdm' to empty value
* 9.1.0801: tests: no error check when setting global 'termwinkey'
* 9.1.0800: tests: no error check when setting global 'termwinsize'
* runtime(doc): :ownsyntax also resets 'spelloptions'
* 9.1.0799: tests: gettwinvar()/gettabwinvar() tests are not comprehensive
* runtime(doc): Fix wrong Mac default options
* 9.1.0798: too many strlen() calls in cmdhist.c
* 9.1.0797: testing of options can be further improved
* 9.1.0796: filetype: libtool files are not recognized
* (typst): add folding to typst ftplugin
* runtime(netrw): deprecate and remove netrwFileHandlers#Invoke()
* 9.1.0795: filetype: Vivado memory info file are not recognized
* 9.1.0794: tests: tests may fail on Windows environment
* runtime(doc): improve the :colorscheme documentation
* 9.1.0793: xxd: -e does add one extra space
* 9.1.0792: tests: Test_set_values() is not comprehensive enough
* runtime(swayconfig): add flag for bindsym/bindcode to syntax script
* 9.1.0791: tests: errors in gen_opt_test.vim are not shown
* runtime(compiler): check for compile_commands in build dirs for cppcheck
* 9.1.0790: Amiga: AmigaOS4 build should use default runtime (newlib)
* runtime(help): Update help syntax
* runtime(help): fix end of sentence highlight in code examples
* runtime(jinja): Support jinja syntax as secondary filetype
* 9.1.0789: tests: ':resize + 5' has invalid space after '+'
* 9.1.0788: <CSI>27;<mod>u is not decoded to literal Escape in kitty/foot
* 9.1.0787: cursor position changed when using hidden terminal
* 9.1.0786: tests: quickfix update test does not test location list
* runtime(doc): add some docs for file-watcher programs
* CI: uploading failed screendumps still fails on Cirrus CI
* 9.1.0785: cannot preserve error position when setting quickfix list
* 9.1.0784: there are several problems with python 3.13
* 9.1.0783: 'spell' option setting has problems
* 9.1.0782: tests: using wrong neomuttlog file name
* runtime(doc): add preview flag to statusline example
* 9.1.0781: tests: test_filetype fails
* 9.1.0780: MS-Windows: incorrect Win32 error checking
* 9.1.0779: filetype: neomuttlog files are not recognized
... changelog too long, skipping 139 lines ...
* runtime(doc): Update version9.txt and mention $MYVIMDIR
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 (20241103 -> 20241104)
ncurses (6.5.20241019 -> 6.5.20241102)
=== Details ===
==== MicroOS-release ====
Version update (20241103 -> 20241104)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== ncurses ====
Version update (6.5.20241019 -> 6.5.20241102)
Subpackages: libncurses6 ncurses-utils terminfo-base
- Add ncurses patch 20241102
+ remove djgpp-specific initialization to binary mode (report/patch by
Stas Sergeev).
+ add extended-keys for djgpp 2.05 -TD
- Add ncurses patch 20241026
+ update ms-terminal -TD
+ add ms-terminal-direct -TD
+ correct dimensions in test/popup_msg.c, fixing an overrun (patch by
Stas Sergeev, cf: 20211219).
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 (20241103 -> 20241104)
ncurses (6.5.20241019 -> 6.5.20241102)
=== Details ===
==== MicroOS-release ====
Version update (20241103 -> 20241104)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== ncurses ====
Version update (6.5.20241019 -> 6.5.20241102)
Subpackages: libncurses6 ncurses-utils terminfo-base
- Add ncurses patch 20241102
+ remove djgpp-specific initialization to binary mode (report/patch by
Stas Sergeev).
+ add extended-keys for djgpp 2.05 -TD
- Add ncurses patch 20241026
+ update ms-terminal -TD
+ add ms-terminal-direct -TD
+ correct dimensions in test/popup_msg.c, fixing an overrun (patch by
Stas Sergeev, cf: 20211219).
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 (20241028 -> 20241103)
SDL2 (2.30.8 -> 2.30.9)
SVT-AV1 (2.2.1 -> 2.3.0)
aardvark-dns (1.12.2 -> 1.13.0)
bubblewrap (0.10.0 -> 0.11.0)
containerd (1.7.22 -> 1.7.23)
crun (1.17 -> 1.18)
ghostscript
glib2-branding-openSUSE
gnome-control-center (47.1.1 -> 47.1.1+9)
grub2
gtk4 (4.16.3 -> 4.16.5)
kdump (2.0.9 -> 2.0.10+git0.g62142dd)
kf6-kxmlgui
libarchive (3.7.6 -> 3.7.7)
libcamera (0.3.1 -> 0.3.2)
libnftnl (1.2.7 -> 1.2.8)
libnl3 (3.10.0 -> 3.11.0)
libnvme (1.10+0.gdd51fa8 -> 1.11)
libpng16 (1.6.43 -> 1.6.44)
librsvg (2.59.1 -> 2.59.2)
libtirpc (1.3.5 -> 1.3.6)
libxslt
libzip (1.10.1 -> 1.11.1)
microos-tools (4.0+git1 -> 4.0+git2)
mozilla-nss (3.104 -> 3.105)
mpg123 (1.32.8 -> 1.32.9)
mutter (47.1 -> 47.1+3)
netavark (1.12.2 -> 1.13.0)
nftables (1.0.9 -> 1.1.1)
nvme-cli (2.10 -> 2.11)
openssh
openssl-3 (3.1.4 -> 3.1.7)
openssl (3.1.4 -> 3.1.7)
openvpn
patterns-base
patterns-gnome
python-pycups
python311
python311-core
qemu (9.1.0 -> 9.1.1)
runc (1.2.0 -> 1.2.1)
samba (4.21.1+git.367.e1da597d86e -> 4.21.1+git.372.cb50f2d0a68)
selinux-policy (20241021 -> 20241031)
snapper
speech-dispatcher (0.12.0~rc3 -> 0.12.0~rc4)
sqlite3 (3.46.0 -> 3.46.1)
system-users
sysvinit (3.10 -> 3.11)
tecla-keyboard-layout-viewer
toolbox (2.4+git20241025.00f69f5 -> 2.4+git20241030.2ae8421)
update-bootloader (1.17 -> 1.18)
vlc
xkeyboard-config
yaml-cpp
=== Details ===
==== MicroOS-release ====
Version update (20241028 -> 20241103)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== SDL2 ====
Version update (2.30.8 -> 2.30.9)
- Update to release 2.30.9
* Fixed flicker when entering/exiting fullscreen or moving the
window between scaled and non-scaled displays under Wayland.
==== SVT-AV1 ====
Version update (2.2.1 -> 2.3.0)
- Update to release 2.3.0
* Improved fast-decode level 1 option to increase its AV1 software
cycle reduction by ~10% while maintaining the same quality
levels.
* New fast-decode level 2 to allow for an average AV1 software
cycle reduction of 25-50% vs fast-decode 0 with a 1-3% BD-Rate
loss across the presets.
* Improved --lp settings for high resolutions, with CRF gaining a
~4% improvement in speed and VBR gaining ~15%.
* Further ARM-based optimizations improving the efficiency of
previously written NEON implementations by an average of 30%.
==== aardvark-dns ====
Version update (1.12.2 -> 1.13.0)
- Update to version 1.13.0:
* Release v1.13.0
* Update release notes for 1.13.0
* test: use dnsmasq over slirp4netns
* coredns: forward names with no ndots as well
* run cargo update
* fix(deps): update rust crate tokio to 1.41.0
* fix(deps): update rust crate flume to 0.11.1
* fix(deps): update rust crate libc to 0.2.161
* fix(deps): update rust crate libc to 0.2.160
* fix(deps): update rust crate clap to ~4.5.20
* cirrus: check for msrv build
* define a MSRV policy
* chore(deps): update dependency containers/automation_images to v20241010
* [skip-ci] Packit: constrain koji job to the fedora package
* dns: limit to 3 resolvers and use better timeout for them
* OWNERS file audit and update
* fix new lint error with rust 1.81
* test: make them pass on RHEL/Centos Stream 9
* Packit: disable F39 and separate out ELN
* serve: parse resolv.conf ourselves
* fix(deps): update rust crate libc to 0.2.159
* coredns: allow host lookup of names
* backend: return simple Vector in lookup()
* coredns: use a TTL of 0 for our names
* coredns: do not clonse the Record
* netavark_cache_groom.sh: fix wrong branch
* Packit: add sidetag to release with netavark
* coredns: work on tcp requests concurrently
* tcp: add timeout to connection
* fix(deps): update rust crate tokio to 1.40.0
* fix(deps): update rust crate libc to 0.2.158
* chore(deps): update dependency containers/automation_images to v20240821
* fix(deps): update rust crate tokio to 1.39.3
* fix(deps): update rust crate libc to 0.2.156
* Bump main version back to v1.13.0-dev
==== bubblewrap ====
Version update (0.10.0 -> 0.11.0)
- update to 0.11.0:
* New --overlay, --tmp-overlay, --ro-overlay and --overlay-src
options allow creation of overlay mounts. This feature is not
available when bubblewrap is installed setuid.
* New --level-prefix option produces output that can be parsed
by tools like logger --prio-prefix and
systemd-cat --level-prefix=1
* bug fixes and developer visible changes
- add upstream signing key and validate source signature
==== containerd ====
Version update (1.7.22 -> 1.7.23)
- Update to containerd v1.7.23. Upstream release notes:
<https://github.com/containerd/containerd/releases/tag/v1.7.23>
- Rebase patches:
* 0001-BUILD-SLE12-revert-btrfs-depend-on-kernel-UAPI-inste.patch
==== crun ====
Version update (1.17 -> 1.18)
- Update to crun v1.18. Upstream changelog is available from
<https://github.com/containers/crun/releases/tag/1.18>
- Remove URL from crun.keyring source declaration. If the Ubuntu keyservers
update their server software or some other minor change causes the output of
the key to change (such as the maintainer updating their key expiry), we will
end up with build failures despite the key still being a totally valid key to
do verifications with. This also matches how keyring files are managed for
most packages.
==== ghostscript ====
- Enhanced entry below dated "Wed Oct 23 08:54:59 UTC 2024"
by adding the individual "bsc" numbers for each CVE, see
https://bugzilla.suse.com/show_bug.cgi?id=1232173#c4
and by adding the "IMPORTANT" change in Ghostscript 10.04.0
- spec file cleanup: removed the special cases for SLE12
i.e. rely on "suse_version >= 1500" as given precondition
(recent Ghostscript versions fail to build in SLE12 anyway)
==== glib2-branding-openSUSE ====
- Remove "picture-uri-dark" in schema "org.gnome.desktop.screensaver",
there is no this key in schema currently.
==== gnome-control-center ====
Version update (47.1.1 -> 47.1.1+9)
Subpackages: gnome-control-center-color gnome-control-center-goa
- Update to version 47.1.1+9:
* wwan: Fix status pages
* default-apps-row:
- Fix auto_ptr usage causing leaks
- Fix auto_ptr use-after-free
* Updated translations.
==== grub2 ====
Subpackages: grub2-arm64-efi grub2-common grub2-snapper-plugin
- Enable support of Radix, Xive and Radix_gtse on Power (jsc#PED-9881)
* 0001-kern-ieee1275-init-Add-IEEE-1275-Radix-support-for-K.patch
==== gtk4 ====
Version update (4.16.3 -> 4.16.5)
Subpackages: gtk4-schema gtk4-tools libgtk-4-1 typelib-1_0-Gtk-4_0
- Update to version 4.16.5:
+ Clean up debug spew.
- Update to version 4.16.4:
+ GtkTextView:
- Fix some missing CSS invalidation
- Handle charsets in clipboard datatypes
+ GtkApplication: Respect GDK_DEBUG=no-portals
+ Printing:
- Avoid warnings for avahi errors
- Fix a segfault in the print dialog setup code
+ Accessibility: Handle NULL values in more places
+ Gdk:
- vulkan: Fix validation errors
- Fix 32bit build for the jpeg loader
+ Wayland: Fix a possible deadlock with high-priority sources
triggering Wayland roundtrips
+ Updated translations.
==== kdump ====
Version update (2.0.9 -> 2.0.10+git0.g62142dd)
- upgrade to version 2.0.10
* calibrate: don't add percentage margin on top of LUKS memory (bsc#1229207)
==== kf6-kxmlgui ====
Subpackages: libKF6XmlGui6
- Fix qt6-core-private-devel minimum version
==== libarchive ====
Version update (3.7.6 -> 3.7.7)
- Update to 3.7.7:
* gzip: prevent a hang when processing a malformed gzip inside a gzip
* tar: don't crash on truncated tar archives
* tar: fix two leaks in tar header parsing
* 7-zip: read/write symlink paths as UTF-8
* cpio: exit with an error code if an entry could not be extracted
* rar5: report encrypted entries
* tar: fix truncation of entry pathnames in specific archives
==== libcamera ====
Version update (0.3.1 -> 0.3.2)
Subpackages: libcamera-base0_3 libcamera0_3
- Update to release 0.3.2
* Add Sony IMX214 sensor properties
==== libnftnl ====
Version update (1.2.7 -> 1.2.8)
- Update to release 1.2.8
* Fixes for incorrect validation of dynset netlink attributes
from the kernel
==== libnl3 ====
Version update (3.10.0 -> 3.11.0)
Subpackages: libnl-config libnl3-200
- Update to release 3.11
* Add NLA_{SINT|UINT} attribute types
* Add NLA functions for variable-length integers
* link/bonding: add getters for attributes
* lib/route: add support for bridge msti
==== libnvme ====
Version update (1.10+0.gdd51fa8 -> 1.11)
Subpackages: libnvme-mi1 libnvme1
- Update to version 1.11:
* prefix: Use Request or Response Length in DLEN and DOFF for MI
* types: Add ETPVDS and SSI fields of sanitize status log
* json: do not escape strings when printing the configuration
* tree: do no export tls keys when not provided by user
* types: add struct nvme_id_ctrl_nvm ver and lbamqf member variables
* types: add NVMe 2.1 get log page LIDs
* type: Added enums for ANSAN and RGCNS bit of OAES field
* linux: fixup PSK HMAC type '0' handling
* util: added error code for ENOKEY
* fabrics: fix map error level in __nvmf_add_ctrl
* fabrics: add ctrl connect interface
* fabrics: use hex numbers when generating command line options
* fabrics: rename first argument for argument macros
* linux: handle key import correctly
* linux: export keys to config
* tree: read tls_configured_key and tls_keyring from sysfs
* tree: move dhchap and tls sysfs parser into separate functions
* json: move keystore operations out of the JSON parser
* tree: add getter/setters for TLS PSK
* linux: add import/export function for TLS pre-shared keys
* linux: only return the description of a key
* linux: use ssize_t as return type for nvme_identity_len
* linux: reorder variable declarations
* types: Added enum for SMVES event of PEL log
* libnvme: add lockdown log page support(LID : 0x14)
* libnvme: add EMVS support to sanitize command
* types: Add TP4159 PCIe Infrastructure for Live Migration definitions
* types: add NVME_CTRL_OAES get macro definitions
* types: add NVME_CTRL_OAES_TTHR definition
* types: add NVME_CTRL_FNA definitions to get field values
* types: add NVME_VAL() definition
* tree: fix tls key mem leak (bsc#1231668)
* tree: fix dhchap_ctrl_key mem leak (bsc#1231668)
* tree: fix dhchap_key mem leak (bsc#1231668)
* types: add NVME_CHECK() definition to check nvme register field value
* types: add kv opcodes
* types: added new fields in nvme_nvme_id_ns
* types: Add enum for Completion Condition of Get LBA status command
* ioctl: refactoring set_features
* types: add new fields added in TP4142
* mi: add control primitive command
* linux: Correct error handling for derive_psk_digest (bsc#1228376)
* types: Added new field CSER in enum as per TP4167
- build fix for OpenSSL 1.1
* add 0001-linux-fix-derive_psk_digest-OpenSSL-1.1-version.patch
==== libpng16 ====
Version update (1.6.43 -> 1.6.44)
- version update to 1.6.44:
* Hardened calculations in chroma handling to prevent overflows, and
relaxed a constraint in cHRM validation to accomodate the standard
ACES AP1 set of color primaries.
(Contributed by John Bowler)
* Removed the ASM implementation of ARM Neon optimizations and updated
the build accordingly. Only the remaining C implementation shall be
used from now on, thus ensuring the support of the PAC/BTI security
features on ARM64.
(Contributed by Ross Burton and John Bowler)
* Fixed the pickup of the PNG_HARDWARE_OPTIMIZATIONS option in the
CMake build on FreeBSD/amd64. This is an important performance fix
on this platform.
* Applied various fixes and improvements to the CMake build.
(Contributed by Eric Riff, Benjamin Buch and Erik Scholz)
* Added fuzzing targets for the simplified read API.
(Contributed by Mikhail Khachayants)
* Fixed a build error involving pngtest.c under a custom config.
This was a regression introduced in a code cleanup in libpng-1.6.43.
(Contributed by Ben Wagner)
* Fixed and improved the config files for AppVeyor CI and Travis CI.
- Drop upstream patch:
* 563.patch
==== librsvg ====
Version update (2.59.1 -> 2.59.2)
Subpackages: gdk-pixbuf-loader-rsvg librsvg-2-2 rsvg-thumbnailer typelib-1_0-Rsvg-2_0
- Change license to LGPL-2.1-or-later AND MIT.
- Update to version 2.59.2:
+ Fix stack overflow due to unbounded recursion. Now there is
a hard limit on the number of nested layers that an SVG
document may have. This is not a hard limit on the amount of
stack space consumed, but it is a general mitigation.
+ Fix regression when rendering paths with very flat elliptical
arcs. This bug was introduced in 2.59.1 as part of the
mitigation for paths with coordinates that Cairo is unable to
handle.
+ Fix centering and text-anchor in general for scaled text.
+ Fix building with Rust 1.82 on Windows (Christoph Reiter).
+ Make cancellation work for all the resource loading
functions.
+ Add documentation for rsvg-bench to the development guide.
+ Slight improvement in memory consumption for language tags.
+ Many updates to the developer's documentation, for Outreachy
interns.
==== libtirpc ====
Version update (1.3.5 -> 1.3.6)
Subpackages: libtirpc-netconfig libtirpc3
- update to 1.3.6:
* http://sourceforge.net/projects/libtirpc/files/libtirpc/1.3.6/Release-1.3.6…
* https://lore.kernel.org/linux-nfs/91ef3508-d0a6-48db-adfc-4f7831fba74e@redh…
* rpcbind config changes
==== libxslt ====
Subpackages: libexslt0 libxslt-tools libxslt1
- Add libxslt-reproducible.patch to make xml output deterministic (boo#1062303)
==== libzip ====
Version update (1.10.1 -> 1.11.1)
- version update to 1.11.1
* Fix zipconf.h for version number with missing third component.
* Stop searching after finding acceptable central directory, even if it contains inconsistencies.
* Only write Zip64 EOCD if fields don't fit in normal EOCD. Previously libzip also wrote it when any directory entry required Zip64.
* Allow bytes from 0x00-0x1F as UTF-8.
* Add new error code ZIP_ER_TRUNCATED_ZIP for files that start with a valid local header signature.
* `zipcmp`: add -T option for comparing timestamps.
* `zip_file_replace` now removes the target's extra field information.
==== microos-tools ====
Version update (4.0+git1 -> 4.0+git2)
Subpackages: selinux-autorelabel
- Update to version 4.0+git2:
* Add RemainAfterExit=true to autorelabel services
==== mozilla-nss ====
Version update (3.104 -> 3.105)
Subpackages: libfreebl3 libsoftokn3 mozilla-nss-certs
- update to NSS 3.105
* bmo#1915792 - Allow importing PKCS#8 private EC keys missing public key
* bmo#1909768 - UBSAN fix: applying zero offset to null pointer in sslsnce.c
* bmo#1919577 - set KRML_MUSTINLINE=inline in makefile builds
* bmo#1918965 - Don't set CKA_SIGN for CKK_EC_MONTGOMERY private keys
* bmo#1918767 - override default definition of KRML_MUSTINLINE
* bmo#1916525 - libssl support for mlkem768x25519
* bmo#1916524 - support for ML-KEM-768 in softoken and pk11wrap
* bmo#1866841 - Add Libcrux implementation of ML-KEM 768 to FreeBL
* bmo#1911912 - Avoid misuse of ctype(3) functions
* bmo#1917311 - part 2: run clang-format
* bmo#1917311 - part 1: upgrade to clang-format 13
* bmo#1916953 - clang-format fuzz
* bmo#1910370 - DTLS client message buffer may not empty be on retransmit
* bmo#1916413 - Optionally print config for TLS client and server
fuzz target
* bmo#1916059 - Fix some simple documentation issues in NSS.
* bmo#1915439 - improve performance of NSC_FindObjectsInit when
template has CKA_TOKEN attr
* bmo#1912828 - define CKM_NSS_ECDHE_NO_PAIRWISE_CHECK_KEY_PAIR_GEN
==== mpg123 ====
Version update (1.32.8 -> 1.32.9)
- Update to version 1.32.9
libmpg123:
* Increase the library patchlevel, as was forgotten on previous
release. Now you can check for distversion >= 1.32.8 or
mpg123 libversion >= 48 patchlevel 3 to see if you're
vulnerable to CVE-2024-10573.
==== mutter ====
Version update (47.1 -> 47.1+3)
- Update to version 47.1+3:
* wayland/pointer-constraints: Warp pointer after destroying
resource
* Updated translations.
==== netavark ====
Version update (1.12.2 -> 1.13.0)
- Update to version 1.13.0:
* Release v1.13.0
* Updates release notes for v1.13.0
* run cargo update
* fix(deps): update rust crate hyper-util to 0.1.10
* [skip-ci] Packit: Remove epel targets
* fix(deps): update rust crate nftables to 0.5.0
* fix(deps): update rust crate anyhow to 1.0.91
* fix(deps): update rust crate tokio to 1.41.0
* fix(deps): update rust crate anyhow to 1.0.90
* Updated to zbus4
* chore(deps): update dependency containers/automation_images to v20241010
* test-dhcp: fix NOP test
* fix new lint errors with rust 1.81
* fix(deps): update rust crate clap to ~4.5.20
* contrib/container_images: remove no longer used images
* cirrus: check for msrv build
* add new rust image to check for MSRV
* define a MSRV policy
* [skip-ci] Packit: constrain koji and bodhi to the fedora package
* chore(deps): update rust crate once_cell to 1.20.2
* fix(deps): update rust-futures monorepo to 0.3.31
* OWNERS file audit and update
* update tonic and prost dependencies
* update tower to v0.5.1
* fix(deps): update rust crate sysctl to 0.6.0
* fix(deps): update rust crate netlink-packet-route to 0.21.0
* chore(deps): update rust crate tempfile to 3.13.0
* chore(deps): update rust crate once_cell to 1.20.1
* fix(deps): update rust crate nispor to 1.2.21
* fix(deps): update rust crate anyhow to 1.0.89
* nftables: add dns dnat rule first
* iptables: add dns dnat rule first
* fix(deps): update rust crate anyhow to 1.0.88
* nft: remove port forwarding rules correctly
* fix(deps): update rust crate tokio-stream to 0.1.16
* nft: do not parse localhost string ip
* nft: use append() over push() where possible
* Packit: add sidetag to release with aardvark-dns
* fix(deps): update rust crate tokio to 1.40.0
* fix(deps): update rust crate libc to 0.2.157
* fix(deps): update rust crate tokio to 1.39.3
* fix(deps): update rust crate libc to 0.2.156
* aardvark: on start failure delete entries again
* iptables: make dns rules cover tcp as well
* nftables: make dns rules cover tcp as well
* fix(deps): update rust crate serde_json to 1.0.123
* remove superfluous formatters from debug stmt
* chore(deps): update rust crate tempfile to 3.12.0
* fix new rust 1.80 lint issues
* silence new rust 1.80 warnings
* chore(deps): update rust crate tempfile to 3.11.0
* fix(deps): update rust crate serde_json to 1.0.122
* Bumping main back to v1.13.0-dev for development
==== nftables ====
Version update (1.0.9 -> 1.1.1)
Subpackages: libnftables1 python311-nftables
- Update to release 1.1.1
* Reduce netlink cache dependencies to speed up incremental
updates.
* Allow zero burst in byte ratelimiter expression.
* Fix double-free when users call nft_ctx_clear_vars() followed
by nft_ctx_free().
* Document that the tproxy statement is non-terminal (unlike in
iptables). This allows for tproxy+log and tproxy+mark combos,
see man nft(8) for details.
* Add egress support for the `list hooks` subcommand.
- Update to release 1.1.0
* Restore compatibility set element dump with <= 0.9.8
* Disallow empty interface names
* Restore rule replace command
* Search for group, rt_mark, rt_realms at
/etc/iproute2, /usr/share/iproute2
* Resolve some timezone issues
* Support for variables in map expressions
* VLAN support
==== nvme-cli ====
Version update (2.10 -> 2.11)
- Update to version 2.11:
* docs: update check-tls-key arguments
* nvme: add support to append TLS PSK to keyfile for check-tls-key
* nvme: return correct error code in append_keyfile
* docs: nvme-id-doman: dom{ia => ai}n
* ocp: fix latency monitoring data structure entry endian
* ocp: fix TCG configuration log endian
* ocp: fix firmware activation history entry endian
* docs: update gen-tls-key arguments
* nvme: add support to add derive TLS PSK to keyfile
* nvme: rename identity to version
* nvme: set file permission for keyfile to owner only
* nvme: export tls keys honoring version and hmac
* nvmf-keys: add udev rule to import tls keys
* docs: update TLS options
* fabrics: add support to connect to accept a PSK command line
* fabrics: add support to connect to accept a configuration
* nvme: use unsigned char for hmac and identity
* nvme-print: Add Sanitize Media Verification Event in PEL log
* netapp-ontapdev: add err msg for no ontapdevices
* netapp-smdev: add err msg for no smdevices
* doc: Add sanitize command emvs option
* ocp: combine to use GUID length definitions
* nvme: update tls_key() handling
* nvme-print-stdout: print VERS bit of SANICAP field
* nvme: add EMVS support to sanitize command
* ocp: remove callback function cast
* doc: added commit conventions to contribution guidelines
* ocp: fix ocp-print-stdout.c indentation error
* ocp: fix ocp-nvme.c indentation errors
* ocp: build ocp-nvme.c and ocp-telemetry-decode.c without json
* ocp: split TCG configuration log print codes
* ocp: split telemetry string log print codes
* ocp: split device capabilities log print codes
* ocp: split error recovery log print codes
* ocp: split unsupported requirement log print codes
* ocp: split latency monitor log print codes
* ocp: move ocp telemetry log print function into ocp-print
* ocp: split smart extended log print codes
* ocp: split ocp-fw-activation-history print codes
* plugins: update meson.build file to always build ocp plugin
* ocp-print: move json code into separate files
* nvme-print-json: display only verbose output
* ocp-nvme: ocp plugin version update
* nvme-print: print KV command set page header
* doc: show where self-test results can be found
* plugins/memblaze: fix a wrong id on smart-log-add
* plugins/dapustor: smart-log-add fix
* plugins/sed: add sid password change (bsc#1229677)
* plugins/solidigm: Automatic retry smaller log chunk size.
* ocp-nvme: Add LMDATA-37 for Latency Monitor Log
* ocp-nvme: remove ocp log page version checking
* wdc: Fix for Reading WDC C2 Vendor Unique Log Page
* ocp: Fixes for OCP 2.5 Telemetry DA1 FIFO Event Parsing
* nvme-print-json: update JSON verbose output for nvm-id-ctrl (bsc#1231668)
* wdc: Add Support for SN5100S
* nvme: Support show-regs for nvmeof
* ocp: fix option handling in internal-log
* Documentation: Added solidigm plugin commands
* wdc: add support for SNTMP drive
* nvme-print: print NSSES field of CAP register
* ocp: fix GUID output
* nvme-print-json: print controller register values in offset order
* nvme-print-json: print CMBEBS and CMBSWTP in json format
* nvme-print-stdout: update changed-ns-list-log output (bsc#1231668)
* nvme: fix uninitialized value in error-log (bsc#1231668)
* nvme: fix to convert metadata size to native byte order
* nvme-print: fix error information log page endianness error
* completions: add get-feature command changed option
* doc: add get-feature command changed option
* nvme: separate get NVME_GET_FEATURES_SEL_CHANGED definition
* nvme: use NVME_GET_FEATURES_SEL definitions
* nvme-print-stdout: use NVME_CTRL_OAES definitions
* completion: add ocp set-telemetry-profile to zsh
* completion: add solidgm work-tracker binding
* plugins/solidigm: Added Workload Tracker Triggers and Wall Time
* ocp: include util/types.h to use nvme_uint128_t
* ocp: fix to set log data pointer allocated
* nvme: use NVME_CHECK() to check get features select field value
* ocp: split ocp-hwcomp log
* completions: add ocp hardware-component-log command
* doc: add ocp hardware-component-log command
* ocp: add hwcomp log json output
* ocp: add hwcomp log command list option
* ocp: add hwcomp log command comp-id option
* ocp: add hwcomp dummy definition
* ocp: add support for hwcomp log page
* nvme: use NVME_CTRL_FNA definitions
* netapp-smdevices: print single device output too (bsc#1231668)
* netapp-smdevices: segregate print routines (bsc#1231668)
* Add Support for new SN655 PCI Device ID
* nvme-print-json: extern json object add functions
* ocp: add SMART / health information extended log page version 4
* ocp: add error recovery log page version 3
* ocp: add get-enable-ieee1667-silo command
* fabrics: fix incorrect access filename check (bsc#1231668)
* nvme: use NVME_GET_FEATURES_SEL_SUPPORTED definition
* nvme-print-json: use _cleanup_free_
* plugins/solidigm: fix use after free.
... changelog too long, skipping 32 lines ...
- Install 70-nvmf-keys.rules to the default udev rules directory
==== openssh ====
Subpackages: openssh-clients openssh-common openssh-server
- Don't force using gcc11 on SLFO/ALP which have a newer version.
- Add patches from upstream:
- To fix a copy&paste oversight in an ifdef :
* 0001-fix-utmpx-ifdef.patch
- To fix a regression introduced when the "Match" criteria
tokenizer was modified since it stopped supporting the
"Match criteria=argument" format:
* 0002-upstream-fix-regression-introduced-when-I-switched-the-Match.patch
- To fix the previous patch which broke on negated Matches:
* 0003-upstream-fix-previous-change-to-ssh_config-Match_-which-broken-on.patch
- To fix the ML-KEM768x25519 kex algorithm on big-endian systems:
* 0004-upstream-fix-ML-KEM768x25519-KEX-on-big-endian-systems-spotted-by.patch
==== openssl-3 ====
Version update (3.1.4 -> 3.1.7)
Subpackages: libopenssl3
- Update to 3.1.7:
* Major changes between OpenSSL 3.1.6 and OpenSSL 3.1.7 [3 Sep 2024]
- Fixed possible denial of service in X.509 name checks (CVE-2024-6119)
- Fixed possible buffer overread in SSL_select_next_proto()
(CVE-2024-5535)
* Major changes between OpenSSL 3.1.5 and OpenSSL 3.1.6 [4 Jun 2024]
- Fixed potential use after free after SSL_free_buffers() is
called (CVE-2024-4741)
- Fixed an issue where checking excessively long DSA keys or
parameters may be very slow (CVE-2024-4603)
- Fixed unbounded memory growth with session handling in TLSv1.3
(CVE-2024-2511)
* Major changes between OpenSSL 3.1.4 and OpenSSL 3.1.5 [30 Jan 2024]
- Fixed PKCS12 Decoding crashes (CVE-2024-0727)
- Fixed Excessive time spent checking invalid RSA public keys
[CVE-2023-6237)
- Fixed POLY1305 MAC implementation corrupting vector registers
on PowerPC CPUs which support PowerISA 2.07 (CVE-2023-6129)
- Fix excessive time spent in DH check / generation with large
Q parameter value (CVE-2023-5678)
* Update openssl.keyring with BA5473A2B0587B07FB27CF2D216094DFD0CB81EF
* Rebase patches:
- openssl-Force-FIPS.patch
- openssl-FIPS-embed-hmac.patch
- openssl-FIPS-services-minimize.patch
- openssl-FIPS-RSA-disable-shake.patch
- openssl-CVE-2023-50782.patch
* Remove patches fixed in the update:
- openssl-Improve-performance-for-6x-unrolling-with-vpermxor-i.patch
- openssl-CVE-2024-6119.patch openssl-CVE-2024-5535.patch
- openssl-CVE-2024-4741.patch openssl-CVE-2024-4603.patch
- openssl-CVE-2024-2511.patch openssl-CVE-2024-0727.patch
- openssl-CVE-2023-6237.patch openssl-CVE-2023-6129.patch
- openssl-CVE-2023-5678.patch
- openssl-Enable-BTI-feature-for-md5-on-aarch64.patch
- openssl-Fix-EVP_PKEY_CTX_add1_hkdf_info-behavior.patch
- openssl-Handle-empty-param-in-EVP_PKEY_CTX_add1_hkdf_info.patch
- reproducible.patch
==== openssl ====
Version update (3.1.4 -> 3.1.7)
- Update to 3.1.7
==== openvpn ====
Subpackages: openvpn-auth-pam-plugin
- Fix multiple exit notifications from authenticated clients will
extend the validity of a closing session (bsc#1227546 CVE-2024-28882)
Patchname:openvpn-CVE-2024-28882.patch
- Enable Data-Channel-Offloading (DCO) for better performance (jsc#PED-8305)
if libnl >= 3.4 is available
==== patterns-base ====
Subpackages: patterns-base-base patterns-base-bootloader patterns-base-minimal_base patterns-base-x11
- Agama does not install chrony, add it to the pattern like on all
other products, so that it is always there, including on images.
==== patterns-gnome ====
Subpackages: patterns-gnome-gnome_basic patterns-gnome-gnome_basis
- Drop file-roller Recommends, the built in support in nautilus is
sufficient.
- Change console to gnome-console Recommends: Use the current app
name.
- Drop nautilus-extension-terminal Recommends: nautilus supports
gnome-console nativly.
==== python-pycups ====
- fix_shebang on the postscript driver rpmhook
==== python311 ====
- Add CVE-2024-9287-venv_path_unquoted.patch to properly quote
path names provided when creating a virtual environment
(bsc#1232241, CVE-2024-9287)
- Drop .pyc files from docdir for reproducible builds
(bsc#1230906).
==== python311-core ====
Subpackages: libpython3_11-1_0 python311-base
- Add CVE-2024-9287-venv_path_unquoted.patch to properly quote
path names provided when creating a virtual environment
(bsc#1232241, CVE-2024-9287)
- Drop .pyc files from docdir for reproducible builds
(bsc#1230906).
==== qemu ====
Version update (9.1.0 -> 9.1.1)
- Update to version 9.1.1:
Full changelog here:
https://lore.kernel.org/qemu-devel/7f0561ec-3564-4860-bacf-a98071a5ce52@tls…
Some of the most notable features:
* ui/dbus: fix filtering all update messages
* ui/win32: fix potential use-after-free with dbus shared memory
* ui/dbus: fix leak on message filtering
* hw/audio/hda: fix memory leak on audio setup
* hw/audio/hda: free timer on exit
* hw/char/pl011: Use correct masks for IBRD and FBRD
* hw/intc/arm_gicv3_cpuif: Add cast to match the documentation
* hw/intc/arm_gicv3: Add cast to match the documentation
* hw/intc/arm_gicv3: Add cast to match the documentation
* meson: ensure -mcx16 is passed when detecting ATOMIC128
* meson: define qemu_isa_flags
* meson: fix machine option for x86_version
* target/m68k: Always return a temporary from gen_lea_mode
* tcg/ppc: Use TCG_REG_TMP2 for scratch index in prepare_host_addr
* tcg/ppc: Use TCG_REG_TMP2 for scratch tcg_out_qemu_st
* linux-user: Fix parse_elf_properties GNU0_MAGIC check
* linux-user/flatload: Take mmap_lock in load_flt_binary()
* vnc: fix crash when no console attached
* testing: bump mips64el cross to bookworm and fix package list
* hw/sd/sdcard: Fix handling of disabled boot partitions
* target/arm: Avoid target_ulong for physical address lookups
* block/reqlist: allow adding overlapping requests
* util/timer: avoid deadlock when shutting down
* hw/mips/jazz: fix typo in in-built NIC alias
* tcg: Fix iteration step in 32-bit gvec operation
* hw/loongarch/virt: Add description for virt machine type
* migration/multifd: Fix p->iov leak in multifd-uadk.c
* target/ppc: Fix migration of CPUs with TLB_EMB TLB type
* target/hppa: Fix random 32-bit linux-user crashes
* target/arm: Correct ID_AA64ISAR1_EL1 value for neoverse-v1
* hw/char/stm32l4x5_usart.c: Enable USART ACK bit response
* migration/multifd: Fix rb->receivedmap cleanup race
* mac_dbdma: Remove leftover `dma_memory_unmap` calls
- Fix boo#1231166:
* [openSUSE][RPM] The qemu translation is not being installed (boo#1231166)
==== runc ====
Version update (1.2.0 -> 1.2.1)
- Update to runc v1.2.1. Upstream changelog is available from
<https://github.com/opencontainers/runc/releases/tag/v1.2.1>.
==== samba ====
Version update (4.21.1+git.367.e1da597d86e -> 4.21.1+git.372.cb50f2d0a68)
Subpackages: libldb2 samba-ad-dc-libs samba-client samba-client-libs samba-dcerpc samba-libs
- Add placeholder changelog for sle15-sp7; (jsc#PED-11210).
==== selinux-policy ====
Version update (20241021 -> 20241031)
Subpackages: selinux-policy-targeted
- Update to version 20241031:
* Label /var/livepatches as lib_t for ULP on micro (bsc#1228879)
==== snapper ====
Subpackages: libsnapper7
- generate dsc file for Ubuntu 24.10
==== speech-dispatcher ====
Version update (0.12.0~rc3 -> 0.12.0~rc4)
- Update to version 0.12.0~rc4:
* audio: Fix logging from audio modules in server-side audio.
* Sort Baratinoo engine higher.
* espeak-ng-mbrola: Fix mbrola voices with rate different from
22KHz
* Add a run-spd-say script and make run-speechd and run-spd-say
able to talk directly.
* Add initial pipewire support.
- Drop speech-dispatcher-missing-return-vals.patch and
speech-dispatcher-pulseaudio-samples.patch: fixed upstream.
- Add libpipewire-0.3 to BuildRequires to build Pipewire support.
- Package speechd_module library.
- Drop rcFOO symlinks (PED-266).
==== sqlite3 ====
Version update (3.46.0 -> 3.46.1)
- Update to release 3.46.1:
* Improved robustness while parsing the tokenize= arguments in
FTS5.
* Enhancements to covering index prediction in the query planner.
* Do not let the number of terms on a VALUES clause be limited by
SQLITE_LIMIT_COMPOUND_SELECT, even if the VALUES clause
contains elements that appear to be variables due to
double-quoted string literals.
* Fix the window function version of group_concat() so that it
returns an empty string if it has one or more empty string
inputs.
* In FTS5 secure-delete mode, fix false-positive integrity-check
reports about corrupt indexes.
* Syntax errors in ALTER TABLE should always return SQLITE_ERROR.
In some cases, they were formerly returning SQLITE_INTERNAL.
* Other minor fixes.
==== system-users ====
Subpackages: system-group-hardware system-group-kvm system-group-wheel system-user-lp system-user-nobody system-user-tss
- system-user-nobody: remove shell for user nobody, all packages
should be meanwhile adjusted, no other distribution has a shell
for this user.
==== sysvinit ====
Version update (3.10 -> 3.11)
- Update to sysvinit 3.11
* Some escape characters were included in the inittab manual page,
but not displayed by the "man" command because they were not
(ironically) properly escaped. This has been fixed.
* Enabled chaining commands together in the inittab file. This
allows the admin to run commands like
"task1 && task2" or "task2 || task2" from the inittab file.
* Fix typoes in halt manual page. Fixes provided by Bjarni Ingi Gislason.
* Fix typos/markdown in fstab-decode manual page.
Patch provided by Bjarni Ingi Gislason.
==== tecla-keyboard-layout-viewer ====
- Update license to GPL-2.0-pr-later, conforming to the license
declated in the source files.
==== toolbox ====
Version update (2.4+git20241025.00f69f5 -> 2.4+git20241030.2ae8421)
- Update to version 2.4+git20241030.2ae8421:
* Adjust md syntax for go-md2man
* Fix header
* Sync README with manual page
* Ignore generated toolbox.1 manual page
==== update-bootloader ====
Version update (1.17 -> 1.18)
- merge gh#openSUSE/perl-bootloader#181
- explicitly use bash as shell (bsc#1231018)
- 1.18
==== vlc ====
Subpackages: libvlc5 libvlccore9 vlc-noX vlc-qt
- Drop the requres_ge libbluray1 statement, which was added as a
hack due to a libbluray ABI brak at version 0.5. By now libbluray
is at .so.2, so that statement was actually a NOP. as RPM simply
ignored in-existing package dependencies.
==== xkeyboard-config ====
- n_fi-kotoistus-metainfo.patch
* add meta information for default variant of "fi" keyboard layout
"kotoistus" needed for GNOME or other users of xkeyboard meta XML
files (boo#1227420)
==== yaml-cpp ====
- Add baselibs.conf
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 (20241102 -> 20241103)
SDL2 (2.30.8 -> 2.30.9)
glib2-branding-openSUSE
gtk4 (4.16.3 -> 4.16.5)
libnl3 (3.10.0 -> 3.11.0)
mpg123 (1.32.8 -> 1.32.9)
nftables (1.0.9 -> 1.1.1)
python311
python311-core
runc (1.2.0 -> 1.2.1)
vlc
=== Details ===
==== MicroOS-release ====
Version update (20241102 -> 20241103)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== SDL2 ====
Version update (2.30.8 -> 2.30.9)
- Update to release 2.30.9
* Fixed flicker when entering/exiting fullscreen or moving the
window between scaled and non-scaled displays under Wayland.
==== glib2-branding-openSUSE ====
- Remove "picture-uri-dark" in schema "org.gnome.desktop.screensaver",
there is no this key in schema currently.
==== gtk4 ====
Version update (4.16.3 -> 4.16.5)
Subpackages: gtk4-schema gtk4-tools libgtk-4-1 typelib-1_0-Gtk-4_0
- Update to version 4.16.5:
+ Clean up debug spew.
- Update to version 4.16.4:
+ GtkTextView:
- Fix some missing CSS invalidation
- Handle charsets in clipboard datatypes
+ GtkApplication: Respect GDK_DEBUG=no-portals
+ Printing:
- Avoid warnings for avahi errors
- Fix a segfault in the print dialog setup code
+ Accessibility: Handle NULL values in more places
+ Gdk:
- vulkan: Fix validation errors
- Fix 32bit build for the jpeg loader
+ Wayland: Fix a possible deadlock with high-priority sources
triggering Wayland roundtrips
+ Updated translations.
==== libnl3 ====
Version update (3.10.0 -> 3.11.0)
Subpackages: libnl-config libnl3-200
- Update to release 3.11
* Add NLA_{SINT|UINT} attribute types
* Add NLA functions for variable-length integers
* link/bonding: add getters for attributes
* lib/route: add support for bridge msti
==== mpg123 ====
Version update (1.32.8 -> 1.32.9)
- Update to version 1.32.9
libmpg123:
* Increase the library patchlevel, as was forgotten on previous
release. Now you can check for distversion >= 1.32.8 or
mpg123 libversion >= 48 patchlevel 3 to see if you're
vulnerable to CVE-2024-10573.
==== nftables ====
Version update (1.0.9 -> 1.1.1)
Subpackages: libnftables1 python311-nftables
- Update to release 1.1.1
* Reduce netlink cache dependencies to speed up incremental
updates.
* Allow zero burst in byte ratelimiter expression.
* Fix double-free when users call nft_ctx_clear_vars() followed
by nft_ctx_free().
* Document that the tproxy statement is non-terminal (unlike in
iptables). This allows for tproxy+log and tproxy+mark combos,
see man nft(8) for details.
* Add egress support for the `list hooks` subcommand.
- Update to release 1.1.0
* Restore compatibility set element dump with <= 0.9.8
* Disallow empty interface names
* Restore rule replace command
* Search for group, rt_mark, rt_realms at
/etc/iproute2, /usr/share/iproute2
* Resolve some timezone issues
* Support for variables in map expressions
* VLAN support
==== python311 ====
- Add CVE-2024-9287-venv_path_unquoted.patch to properly quote
path names provided when creating a virtual environment
(bsc#1232241, CVE-2024-9287)
==== python311-core ====
Subpackages: libpython3_11-1_0 python311-base
- Add CVE-2024-9287-venv_path_unquoted.patch to properly quote
path names provided when creating a virtual environment
(bsc#1232241, CVE-2024-9287)
==== runc ====
Version update (1.2.0 -> 1.2.1)
- Update to runc v1.2.1. Upstream changelog is available from
<https://github.com/opencontainers/runc/releases/tag/v1.2.1>.
==== vlc ====
Subpackages: libvlc5 libvlccore9 vlc-noX vlc-qt
- Drop the requres_ge libbluray1 statement, which was added as a
hack due to a libbluray ABI brak at version 0.5. By now libbluray
is at .so.2, so that statement was actually a NOP. as RPM simply
ignored in-existing package dependencies.
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 (20241031 -> 20241102)
bubblewrap (0.10.0 -> 0.11.0)
docker
libnftnl (1.2.7 -> 1.2.8)
libnvme (1.10+0.gdd51fa8 -> 1.11)
librsvg
libzip (1.10.1 -> 1.11.1)
nvme-cli (2.10 -> 2.11)
patterns-base
patterns-gnome
python-pycups
samba (4.21.1+git.367.e1da597d86e -> 4.21.1+git.372.cb50f2d0a68)
selinux-policy (20241021 -> 20241031)
ucode-intel (20240910 -> 20241029)
=== Details ===
==== MicroOS-release ====
Version update (20241031 -> 20241102)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== bubblewrap ====
Version update (0.10.0 -> 0.11.0)
- update to 0.11.0:
* New --overlay, --tmp-overlay, --ro-overlay and --overlay-src
options allow creation of overlay mounts. This feature is not
available when bubblewrap is installed setuid.
* New --level-prefix option produces output that can be parsed
by tools like logger --prio-prefix and
systemd-cat --level-prefix=1
* bug fixes and developer visible changes
- add upstream signing key and validate source signature
==== docker ====
Subpackages: docker-buildx docker-rootless-extras
==== libnftnl ====
Version update (1.2.7 -> 1.2.8)
- Update to release 1.2.8
* Fixes for incorrect validation of dynset netlink attributes
from the kernel
==== libnvme ====
Version update (1.10+0.gdd51fa8 -> 1.11)
Subpackages: libnvme-mi1 libnvme1
- Update to version 1.11:
* prefix: Use Request or Response Length in DLEN and DOFF for MI
* types: Add ETPVDS and SSI fields of sanitize status log
* json: do not escape strings when printing the configuration
* tree: do no export tls keys when not provided by user
* types: add struct nvme_id_ctrl_nvm ver and lbamqf member variables
* types: add NVMe 2.1 get log page LIDs
* type: Added enums for ANSAN and RGCNS bit of OAES field
* linux: fixup PSK HMAC type '0' handling
* util: added error code for ENOKEY
* fabrics: fix map error level in __nvmf_add_ctrl
* fabrics: add ctrl connect interface
* fabrics: use hex numbers when generating command line options
* fabrics: rename first argument for argument macros
* linux: handle key import correctly
* linux: export keys to config
* tree: read tls_configured_key and tls_keyring from sysfs
* tree: move dhchap and tls sysfs parser into separate functions
* json: move keystore operations out of the JSON parser
* tree: add getter/setters for TLS PSK
* linux: add import/export function for TLS pre-shared keys
* linux: only return the description of a key
* linux: use ssize_t as return type for nvme_identity_len
* linux: reorder variable declarations
* types: Added enum for SMVES event of PEL log
* libnvme: add lockdown log page support(LID : 0x14)
* libnvme: add EMVS support to sanitize command
* types: Add TP4159 PCIe Infrastructure for Live Migration definitions
* types: add NVME_CTRL_OAES get macro definitions
* types: add NVME_CTRL_OAES_TTHR definition
* types: add NVME_CTRL_FNA definitions to get field values
* types: add NVME_VAL() definition
* tree: fix tls key mem leak (bsc#1231668)
* tree: fix dhchap_ctrl_key mem leak (bsc#1231668)
* tree: fix dhchap_key mem leak (bsc#1231668)
* types: add NVME_CHECK() definition to check nvme register field value
* types: add kv opcodes
* types: added new fields in nvme_nvme_id_ns
* types: Add enum for Completion Condition of Get LBA status command
* ioctl: refactoring set_features
* types: add new fields added in TP4142
* mi: add control primitive command
* linux: Correct error handling for derive_psk_digest (bsc#1228376)
* types: Added new field CSER in enum as per TP4167
- build fix for OpenSSL 1.1
* add 0001-linux-fix-derive_psk_digest-OpenSSL-1.1-version.patch
==== librsvg ====
Subpackages: gdk-pixbuf-loader-rsvg librsvg-2-2 rsvg-thumbnailer typelib-1_0-Rsvg-2_0
- Change license to LGPL-2.1-or-later AND MIT.
==== libzip ====
Version update (1.10.1 -> 1.11.1)
- version update to 1.11.1
* Fix zipconf.h for version number with missing third component.
* Stop searching after finding acceptable central directory, even if it contains inconsistencies.
* Only write Zip64 EOCD if fields don't fit in normal EOCD. Previously libzip also wrote it when any directory entry required Zip64.
* Allow bytes from 0x00-0x1F as UTF-8.
* Add new error code ZIP_ER_TRUNCATED_ZIP for files that start with a valid local header signature.
* `zipcmp`: add -T option for comparing timestamps.
* `zip_file_replace` now removes the target's extra field information.
==== nvme-cli ====
Version update (2.10 -> 2.11)
- Update to version 2.11:
* docs: update check-tls-key arguments
* nvme: add support to append TLS PSK to keyfile for check-tls-key
* nvme: return correct error code in append_keyfile
* docs: nvme-id-doman: dom{ia => ai}n
* ocp: fix latency monitoring data structure entry endian
* ocp: fix TCG configuration log endian
* ocp: fix firmware activation history entry endian
* docs: update gen-tls-key arguments
* nvme: add support to add derive TLS PSK to keyfile
* nvme: rename identity to version
* nvme: set file permission for keyfile to owner only
* nvme: export tls keys honoring version and hmac
* nvmf-keys: add udev rule to import tls keys
* docs: update TLS options
* fabrics: add support to connect to accept a PSK command line
* fabrics: add support to connect to accept a configuration
* nvme: use unsigned char for hmac and identity
* nvme-print: Add Sanitize Media Verification Event in PEL log
* netapp-ontapdev: add err msg for no ontapdevices
* netapp-smdev: add err msg for no smdevices
* doc: Add sanitize command emvs option
* ocp: combine to use GUID length definitions
* nvme: update tls_key() handling
* nvme-print-stdout: print VERS bit of SANICAP field
* nvme: add EMVS support to sanitize command
* ocp: remove callback function cast
* doc: added commit conventions to contribution guidelines
* ocp: fix ocp-print-stdout.c indentation error
* ocp: fix ocp-nvme.c indentation errors
* ocp: build ocp-nvme.c and ocp-telemetry-decode.c without json
* ocp: split TCG configuration log print codes
* ocp: split telemetry string log print codes
* ocp: split device capabilities log print codes
* ocp: split error recovery log print codes
* ocp: split unsupported requirement log print codes
* ocp: split latency monitor log print codes
* ocp: move ocp telemetry log print function into ocp-print
* ocp: split smart extended log print codes
* ocp: split ocp-fw-activation-history print codes
* plugins: update meson.build file to always build ocp plugin
* ocp-print: move json code into separate files
* nvme-print-json: display only verbose output
* ocp-nvme: ocp plugin version update
* nvme-print: print KV command set page header
* doc: show where self-test results can be found
* plugins/memblaze: fix a wrong id on smart-log-add
* plugins/dapustor: smart-log-add fix
* plugins/sed: add sid password change (bsc#1229677)
* plugins/solidigm: Automatic retry smaller log chunk size.
* ocp-nvme: Add LMDATA-37 for Latency Monitor Log
* ocp-nvme: remove ocp log page version checking
* wdc: Fix for Reading WDC C2 Vendor Unique Log Page
* ocp: Fixes for OCP 2.5 Telemetry DA1 FIFO Event Parsing
* nvme-print-json: update JSON verbose output for nvm-id-ctrl (bsc#1231668)
* wdc: Add Support for SN5100S
* nvme: Support show-regs for nvmeof
* ocp: fix option handling in internal-log
* Documentation: Added solidigm plugin commands
* wdc: add support for SNTMP drive
* nvme-print: print NSSES field of CAP register
* ocp: fix GUID output
* nvme-print-json: print controller register values in offset order
* nvme-print-json: print CMBEBS and CMBSWTP in json format
* nvme-print-stdout: update changed-ns-list-log output (bsc#1231668)
* nvme: fix uninitialized value in error-log (bsc#1231668)
* nvme: fix to convert metadata size to native byte order
* nvme-print: fix error information log page endianness error
* completions: add get-feature command changed option
* doc: add get-feature command changed option
* nvme: separate get NVME_GET_FEATURES_SEL_CHANGED definition
* nvme: use NVME_GET_FEATURES_SEL definitions
* nvme-print-stdout: use NVME_CTRL_OAES definitions
* completion: add ocp set-telemetry-profile to zsh
* completion: add solidgm work-tracker binding
* plugins/solidigm: Added Workload Tracker Triggers and Wall Time
* ocp: include util/types.h to use nvme_uint128_t
* ocp: fix to set log data pointer allocated
* nvme: use NVME_CHECK() to check get features select field value
* ocp: split ocp-hwcomp log
* completions: add ocp hardware-component-log command
* doc: add ocp hardware-component-log command
* ocp: add hwcomp log json output
* ocp: add hwcomp log command list option
* ocp: add hwcomp log command comp-id option
* ocp: add hwcomp dummy definition
* ocp: add support for hwcomp log page
* nvme: use NVME_CTRL_FNA definitions
* netapp-smdevices: print single device output too (bsc#1231668)
* netapp-smdevices: segregate print routines (bsc#1231668)
* Add Support for new SN655 PCI Device ID
* nvme-print-json: extern json object add functions
* ocp: add SMART / health information extended log page version 4
* ocp: add error recovery log page version 3
* ocp: add get-enable-ieee1667-silo command
* fabrics: fix incorrect access filename check (bsc#1231668)
* nvme: use NVME_GET_FEATURES_SEL_SUPPORTED definition
* nvme-print-json: use _cleanup_free_
* plugins/solidigm: fix use after free.
... changelog too long, skipping 32 lines ...
- Install 70-nvmf-keys.rules to the default udev rules directory
==== patterns-base ====
Subpackages: patterns-base-base patterns-base-bootloader patterns-base-minimal_base patterns-base-x11
- Agama does not install chrony, add it to the pattern like on all
other products, so that it is always there, including on images.
==== patterns-gnome ====
Subpackages: patterns-gnome-gnome_basic patterns-gnome-gnome_basis
- Drop file-roller Recommends, the built in support in nautilus is
sufficient.
- Change console to gnome-console Recommends: Use the current app
name.
- Drop nautilus-extension-terminal Recommends: nautilus supports
gnome-console nativly.
==== python-pycups ====
- fix_shebang on the postscript driver rpmhook
==== samba ====
Version update (4.21.1+git.367.e1da597d86e -> 4.21.1+git.372.cb50f2d0a68)
Subpackages: libldb2 samba-ad-dc-libs samba-client samba-client-libs samba-dcerpc samba-libs
- Add placeholder changelog for sle15-sp7; (jsc#PED-11210).
==== selinux-policy ====
Version update (20241021 -> 20241031)
Subpackages: selinux-policy-targeted
- Update to version 20241031:
* Label /var/livepatches as lib_t for ULP on micro (bsc#1228879)
==== ucode-intel ====
Version update (20240910 -> 20241029)
- Intel CPU Microcode was updated to the 20241029 release (bsc#1230400)
Update for functional issues. Refer to [14th/13th Generation Intel® Core⢠Processor Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/740518) for details.
Updated Platforms:
| Processor | Stepping | F-M-S/PI | Old Ver | New Ver | Products
|:---------------|:---------|:------------|:---------|:---------|:---------
| RPL-E/HX/S | B0 | 06-b7-01/32 | 00000129 | 0000012b | Core Gen13/Gen14
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 (20241030 -> 20241031)
SVT-AV1 (2.2.1 -> 2.3.0)
aardvark-dns (1.12.2 -> 1.13.0)
docker
ghostscript
gnome-control-center (47.1.1 -> 47.1.1+9)
grub2
kdump (2.0.9 -> 2.0.10+git0.g62142dd)
kf6-kxmlgui
libcamera (0.3.1 -> 0.3.2)
libpng16 (1.6.43 -> 1.6.44)
librsvg (2.59.1 -> 2.59.2)
mutter (47.1 -> 47.1+3)
netavark (1.12.2 -> 1.13.0)
python311
python311-core
snapper
sqlite3 (3.46.0 -> 3.46.1)
system-users
sysvinit (3.10 -> 3.11)
toolbox (2.4+git20241025.00f69f5 -> 2.4+git20241030.2ae8421)
xkeyboard-config
=== Details ===
==== MicroOS-release ====
Version update (20241030 -> 20241031)
Subpackages: MicroOS-release-appliance MicroOS-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== SVT-AV1 ====
Version update (2.2.1 -> 2.3.0)
- Update to release 2.3.0
* Improved fast-decode level 1 option to increase its AV1 software
cycle reduction by ~10% while maintaining the same quality
levels.
* New fast-decode level 2 to allow for an average AV1 software
cycle reduction of 25-50% vs fast-decode 0 with a 1-3% BD-Rate
loss across the presets.
* Improved --lp settings for high resolutions, with CRF gaining a
~4% improvement in speed and VBR gaining ~15%.
* Further ARM-based optimizations improving the efficiency of
previously written NEON implementations by an average of 30%.
==== aardvark-dns ====
Version update (1.12.2 -> 1.13.0)
- Update to version 1.13.0:
* Release v1.13.0
* Update release notes for 1.13.0
* test: use dnsmasq over slirp4netns
* coredns: forward names with no ndots as well
* run cargo update
* fix(deps): update rust crate tokio to 1.41.0
* fix(deps): update rust crate flume to 0.11.1
* fix(deps): update rust crate libc to 0.2.161
* fix(deps): update rust crate libc to 0.2.160
* fix(deps): update rust crate clap to ~4.5.20
* cirrus: check for msrv build
* define a MSRV policy
* chore(deps): update dependency containers/automation_images to v20241010
* [skip-ci] Packit: constrain koji job to the fedora package
* dns: limit to 3 resolvers and use better timeout for them
* OWNERS file audit and update
* fix new lint error with rust 1.81
* test: make them pass on RHEL/Centos Stream 9
* Packit: disable F39 and separate out ELN
* serve: parse resolv.conf ourselves
* fix(deps): update rust crate libc to 0.2.159
* coredns: allow host lookup of names
* backend: return simple Vector in lookup()
* coredns: use a TTL of 0 for our names
* coredns: do not clonse the Record
* netavark_cache_groom.sh: fix wrong branch
* Packit: add sidetag to release with netavark
* coredns: work on tcp requests concurrently
* tcp: add timeout to connection
* fix(deps): update rust crate tokio to 1.40.0
* fix(deps): update rust crate libc to 0.2.158
* chore(deps): update dependency containers/automation_images to v20240821
* fix(deps): update rust crate tokio to 1.39.3
* fix(deps): update rust crate libc to 0.2.156
* Bump main version back to v1.13.0-dev
==== docker ====
Subpackages: docker-buildx docker-rootless-extras
- fix build for SLE12+
==== ghostscript ====
- Enhanced entry below dated "Wed Oct 23 08:54:59 UTC 2024"
by adding the individual "bsc" numbers for each CVE, see
https://bugzilla.suse.com/show_bug.cgi?id=1232173#c4
and by adding the "IMPORTANT" change in Ghostscript 10.04.0
- spec file cleanup: removed the special cases for SLE12
i.e. rely on "suse_version >= 1500" as given precondition
(recent Ghostscript versions fail to build in SLE12 anyway)
==== gnome-control-center ====
Version update (47.1.1 -> 47.1.1+9)
Subpackages: gnome-control-center-color gnome-control-center-goa
- Update to version 47.1.1+9:
* wwan: Fix status pages
* default-apps-row:
- Fix auto_ptr usage causing leaks
- Fix auto_ptr use-after-free
* Updated translations.
==== grub2 ====
Subpackages: grub2-common grub2-i386-pc grub2-snapper-plugin grub2-x86_64-efi
- Enable support of Radix, Xive and Radix_gtse on Power (jsc#PED-9881)
* 0001-kern-ieee1275-init-Add-IEEE-1275-Radix-support-for-K.patch
==== kdump ====
Version update (2.0.9 -> 2.0.10+git0.g62142dd)
- upgrade to version 2.0.10
* calibrate: don't add percentage margin on top of LUKS memory (bsc#1229207)
==== kf6-kxmlgui ====
Subpackages: libKF6XmlGui6
- Fix qt6-core-private-devel minimum version
==== libcamera ====
Version update (0.3.1 -> 0.3.2)
Subpackages: libcamera-base0_3 libcamera0_3
- Update to release 0.3.2
* Add Sony IMX214 sensor properties
==== libpng16 ====
Version update (1.6.43 -> 1.6.44)
- version update to 1.6.44:
* Hardened calculations in chroma handling to prevent overflows, and
relaxed a constraint in cHRM validation to accomodate the standard
ACES AP1 set of color primaries.
(Contributed by John Bowler)
* Removed the ASM implementation of ARM Neon optimizations and updated
the build accordingly. Only the remaining C implementation shall be
used from now on, thus ensuring the support of the PAC/BTI security
features on ARM64.
(Contributed by Ross Burton and John Bowler)
* Fixed the pickup of the PNG_HARDWARE_OPTIMIZATIONS option in the
CMake build on FreeBSD/amd64. This is an important performance fix
on this platform.
* Applied various fixes and improvements to the CMake build.
(Contributed by Eric Riff, Benjamin Buch and Erik Scholz)
* Added fuzzing targets for the simplified read API.
(Contributed by Mikhail Khachayants)
* Fixed a build error involving pngtest.c under a custom config.
This was a regression introduced in a code cleanup in libpng-1.6.43.
(Contributed by Ben Wagner)
* Fixed and improved the config files for AppVeyor CI and Travis CI.
- Drop upstream patch:
* 563.patch
==== librsvg ====
Version update (2.59.1 -> 2.59.2)
Subpackages: gdk-pixbuf-loader-rsvg librsvg-2-2 rsvg-thumbnailer typelib-1_0-Rsvg-2_0
- Update to version 2.59.2:
+ Fix stack overflow due to unbounded recursion. Now there is
a hard limit on the number of nested layers that an SVG
document may have. This is not a hard limit on the amount of
stack space consumed, but it is a general mitigation.
+ Fix regression when rendering paths with very flat elliptical
arcs. This bug was introduced in 2.59.1 as part of the
mitigation for paths with coordinates that Cairo is unable to
handle.
+ Fix centering and text-anchor in general for scaled text.
+ Fix building with Rust 1.82 on Windows (Christoph Reiter).
+ Make cancellation work for all the resource loading
functions.
+ Add documentation for rsvg-bench to the development guide.
+ Slight improvement in memory consumption for language tags.
+ Many updates to the developer's documentation, for Outreachy
interns.
==== mutter ====
Version update (47.1 -> 47.1+3)
- Update to version 47.1+3:
* wayland/pointer-constraints: Warp pointer after destroying
resource
* Updated translations.
==== netavark ====
Version update (1.12.2 -> 1.13.0)
- Update to version 1.13.0:
* Release v1.13.0
* Updates release notes for v1.13.0
* run cargo update
* fix(deps): update rust crate hyper-util to 0.1.10
* [skip-ci] Packit: Remove epel targets
* fix(deps): update rust crate nftables to 0.5.0
* fix(deps): update rust crate anyhow to 1.0.91
* fix(deps): update rust crate tokio to 1.41.0
* fix(deps): update rust crate anyhow to 1.0.90
* Updated to zbus4
* chore(deps): update dependency containers/automation_images to v20241010
* test-dhcp: fix NOP test
* fix new lint errors with rust 1.81
* fix(deps): update rust crate clap to ~4.5.20
* contrib/container_images: remove no longer used images
* cirrus: check for msrv build
* add new rust image to check for MSRV
* define a MSRV policy
* [skip-ci] Packit: constrain koji and bodhi to the fedora package
* chore(deps): update rust crate once_cell to 1.20.2
* fix(deps): update rust-futures monorepo to 0.3.31
* OWNERS file audit and update
* update tonic and prost dependencies
* update tower to v0.5.1
* fix(deps): update rust crate sysctl to 0.6.0
* fix(deps): update rust crate netlink-packet-route to 0.21.0
* chore(deps): update rust crate tempfile to 3.13.0
* chore(deps): update rust crate once_cell to 1.20.1
* fix(deps): update rust crate nispor to 1.2.21
* fix(deps): update rust crate anyhow to 1.0.89
* nftables: add dns dnat rule first
* iptables: add dns dnat rule first
* fix(deps): update rust crate anyhow to 1.0.88
* nft: remove port forwarding rules correctly
* fix(deps): update rust crate tokio-stream to 0.1.16
* nft: do not parse localhost string ip
* nft: use append() over push() where possible
* Packit: add sidetag to release with aardvark-dns
* fix(deps): update rust crate tokio to 1.40.0
* fix(deps): update rust crate libc to 0.2.157
* fix(deps): update rust crate tokio to 1.39.3
* fix(deps): update rust crate libc to 0.2.156
* aardvark: on start failure delete entries again
* iptables: make dns rules cover tcp as well
* nftables: make dns rules cover tcp as well
* fix(deps): update rust crate serde_json to 1.0.123
* remove superfluous formatters from debug stmt
* chore(deps): update rust crate tempfile to 3.12.0
* fix new rust 1.80 lint issues
* silence new rust 1.80 warnings
* chore(deps): update rust crate tempfile to 3.11.0
* fix(deps): update rust crate serde_json to 1.0.122
* Bumping main back to v1.13.0-dev for development
==== python311 ====
- Drop .pyc files from docdir for reproducible builds
(bsc#1230906).
==== python311-core ====
Subpackages: libpython3_11-1_0 python311-base
- Drop .pyc files from docdir for reproducible builds
(bsc#1230906).
==== snapper ====
Subpackages: libsnapper7
- generate dsc file for Ubuntu 24.10
==== sqlite3 ====
Version update (3.46.0 -> 3.46.1)
- Update to release 3.46.1:
* Improved robustness while parsing the tokenize= arguments in
FTS5.
* Enhancements to covering index prediction in the query planner.
* Do not let the number of terms on a VALUES clause be limited by
SQLITE_LIMIT_COMPOUND_SELECT, even if the VALUES clause
contains elements that appear to be variables due to
double-quoted string literals.
* Fix the window function version of group_concat() so that it
returns an empty string if it has one or more empty string
inputs.
* In FTS5 secure-delete mode, fix false-positive integrity-check
reports about corrupt indexes.
* Syntax errors in ALTER TABLE should always return SQLITE_ERROR.
In some cases, they were formerly returning SQLITE_INTERNAL.
* Other minor fixes.
==== system-users ====
Subpackages: system-group-hardware system-group-kvm system-group-wheel system-user-lp system-user-nobody system-user-tss
- system-user-nobody: remove shell for user nobody, all packages
should be meanwhile adjusted, no other distribution has a shell
for this user.
==== sysvinit ====
Version update (3.10 -> 3.11)
- Update to sysvinit 3.11
* Some escape characters were included in the inittab manual page,
but not displayed by the "man" command because they were not
(ironically) properly escaped. This has been fixed.
* Enabled chaining commands together in the inittab file. This
allows the admin to run commands like
"task1 && task2" or "task2 || task2" from the inittab file.
* Fix typoes in halt manual page. Fixes provided by Bjarni Ingi Gislason.
* Fix typos/markdown in fstab-decode manual page.
Patch provided by Bjarni Ingi Gislason.
==== toolbox ====
Version update (2.4+git20241025.00f69f5 -> 2.4+git20241030.2ae8421)
- Update to version 2.4+git20241030.2ae8421:
* Adjust md syntax for go-md2man
* Fix header
* Sync README with manual page
* Ignore generated toolbox.1 manual page
==== xkeyboard-config ====
- n_fi-kotoistus-metainfo.patch
* add meta information for default variant of "fi" keyboard layout
"kotoistus" needed for GNOME or other users of xkeyboard meta XML
files (boo#1227420)
1
0