- version update to 7.1.2.2
* Fix infinite loop when decoding JXL with -limit height/width by
@Elvyria in #8303
* Bump actions/checkout from 4 to 5 by @dependabot[bot] in #8304
* cache.c: Fix unused function warning by @Dave-Allured in #8309
- Update to version 1.24.2:
+ Core:
- Wait until bearers are disconnected before allowing system to suspend
- Fix checks for CDMA/EVDO access technology in some modems
- Detect old Mediatek 62xx-based devices as GSM-capable
- Refresh registration info after manual registration for AT-based devices
- Correctly report NB-IOT access technology
- Disable unsolicited 3GPP events during quick suspend/resume
+ MBIM:
- Fix re-assembly of multi-part unstored SMS messages
+ QMI:
- Fix re-assembly of multi-part unstored SMS messages
+ Voice interface:
- Correctly start call state polling on some modems
+ Plugins:
- fibocomm: don't assert when checking for firmware interface
- cinterion: allow spaces in ^SXRAT response
- Update to version 11.4.4:
+ Fix a shaping regression affecting mark glyphs in certain
fonts.
+ Fix pruning of mark filtering sets when subsetting fonts, which
caused changes in shaping behaviour.
==== kernel-firmware-amdgpu ====
Version update (20250815 -> 20250825)
- Update to version 20250825 (git commit f044bc789f8e):
* amdgpu: Update ISP FW for isp v4.1.1
* amdgpu: DMCUB updates for various ASICs
==== kernel-firmware-intel ====
Version update (20250821 -> 20250825)
- Update to version 20250825 (git commit f044bc789f8e):
* intel_vpu: Update NPU firmware
==== kernel-firmware-media ====
Version update (20250820 -> 20250825)
- Update to version 20250825 (git commit f044bc789f8e):
* firmware: qcom: Reorder VPU firmware entries in WHENCE
==== libbpf ====
Version update (1.6.1 -> 1.6.2)
- update to 1.6.2:
* add proper LIBBPF_API annotation to bpf_object__prepare() API,
to make it usable in shared library mode
* small fix up to better handle DEVMAP/DEVMAP_HASH maps
==== libei ====
Version update (1.4.1 -> 1.5.0)
- Update to release 1.5.0
* Previously a slow receiver would get disconnected as soon as
the other side encountered a writers' block. This is now worked
around via a larger queue.
* For the socket backend, the new
eis_backend_socket_get_client_pid() provides the client PID.
* ei_event_ref() and ei_event_unref() are now available to
clients in case the event needs to be kept outside the
immediate scope. This should still be handled with care.
* The handling of ei_pingpong and ei_sync is now that the
pong/sync reply is sent when the respective event is unref'd
(previously it was sent as soon as the event is retrieved from
libei(s)).
==== liburing ====
Version update (2.9 -> 2.11)
- update to 2.11:
* portability and compiler fixes
* Fixes for io_uring_queue_init_mem()
* Add helpers for ring sizes required
- includes changes from 2.10:
* fix io_uring_setup() parameter name mismatch
* syscall: update io_uring_enter2() signature
* documentation updates
- drop 923961c.patch
==== nano ====
Version update (8.5 -> 8.6)
Subpackages: nano-lang
- GNU nano 8.6
* The GotoLine menu accepts the prefixes ++ and -- for jumping
a number of lines forward or backward.
* Anchors are not forgotten when a line number is given on the
command line
- automatically generated by openSUSE-release-tools/pkglistgen
==== pam-config ====
Version update (2.13+git.20250715 -> 2.13+git.20250827)
- Update to version 2.13+git.20250827:
* Add CI
* Update autoconf configs
* Add support for pam_unix_ng
- Update to version 2.13+git.20250819:
* pam_unix: fix {use|try}_first_pass and use_authtok
==== perl-Net-DNS ====
Version update (1.510.0 -> 1.520.0)
- updated to 1.520.0 (1.52)
see /usr/share/doc/packages/perl-Net-DNS/Changes
- Update to 4.3.0 (fixes CVE-2025-57804, bsc#1248737)
* API Changes (Backward Incompatible)
- Reject header names and values containing illegal characters, based on
RFC 9113, section 8.2.1. The main Python API is compatible, but some
previously valid requests/response headers might now be blocked. Use the
`validate_inbound_headers` config option if needed. Thanks to Sebastiano
Sartor (sebsrt) for the report.
* API Changes (Backward Compatible)
- h2 events now have tighter type bounds, e.g. `stream_id` is guaranteed to
not be `None` for most events now. This simplifies downstream type
checking.
- Various typing-related improvements.
* Bugfixes
- Fix error value when opening a new stream on too many open streams.
- Fix slow start on Wayland (bsc#1247542):
0001-Fix-the-slow-start-up-of-Wayland-session-bsc-1247542.patch
- Make dependency on gtk2-metatheme-* optional (bsc#1237185)
- Add more default key bindings for Wayland with labwc (bsc#1248802):
xfce4-session-more-labwc-keybindings.patch
- Drop the previous workaround patch for wayland startup
(bsc#1247542):
xfce4-session-reduce-wayland-autostart-timeout.patch
The fix is now found in xfce4-branding-openSUSE instead