------------------------------------------------------------------ --- Changelog.all ----------- Wed Jun 11 10:00:25 UTC 2025 ------ ------------------------------------------------------------------ ------------------------------------------------------------------ ------------------ 2025-12-20 - Dec 20 2025 ------------------- ------------------------------------------------------------------ ++++ tinygo: - Update to version 0.35.0. Improved error messages, and also a new HTML size report. Several CGo improvements, such as support for function-like macros. New hardware support for the new RP2350 microcontroller, with the Raspberry Pi Pico2 and Pimoroni Tiny2350 boards. And we are excited to bring our first software RISC-V running on FPGA to TinyGo with the newly added Tillitis TKey hardware device. * all: version 0.35.0 * builder: show files in size report table * builder: write HTML size report * properly handle unix read on directory * feature: make RNG implementation shared for rp2040/rp2350 * reflect: fix incorrect comment on elemType * targets: add support for Pimoroni Tiny2350 board * feature: make SPI implementation shared for rp2040/rp2350 * feature: make i2c implementation shared for rp2040/rp2350 * Add RP2350 support (#4459) * fix: add build tags to ensure that tkey target has stubs for runtime/interrupt package * feature: modify i2s interface/implementation to better match specification * runtime: make channels parallelism-safe * targets: add implementation for Tillitis TKey device (#4631) * compiler: report error instead of crashing on missing function body * fix: specify ubuntu-22.04 during GH actions transition period to ubuntu-24.04 * test: make tests deterministic with -scheduler=threads * sync: make Cond MT-safe * make: modify smoketest for nintendoswitch target to build something that includes the 'os' package * fix: allow nintendoswitch target to compile * sync: implement WaitGroup using a futex * internal/task: add cooperative implementation of Futex * internal/task: add non-atomic atomic operations * runtime: remove Cond * ci: cache the Go cache across builds * mips: fix a bug when scanning the stack * runtime: lock output in print/println * runtime: make signals parallelism-safe * runtime: implement Goexit * examples: use default UART settings in echo example * runtime: use uint32 for the channel state and select index * builder: add testing for -size=full * builder: fix wasi-libc path names on Windows with -size=full * builder: work around bug in DWARF paths in Clang * builder: fix cache paths in -size=full output * cgo: fix build warnings on Windows ARM * Fix invalid assembler syntax from gen-device-svd * Update cmsis-svd library * sync: make Pool thread-safe * sync: only use a lock in the Map implementation when needed * runtime: prepare the leaking GC for concurrent operations * internal/task: implement PMutex * interp: align created globals * runtime: fix regression introduced by merging conflicting PRs * runtime: implement race-free signals using futexes * runtime: use SA_RESTART when registering a signal * fix: add updated test output to match recent changes * runtime: rewrite channel implementation * cgo: add support for `#cgo noescape` lines * compiler: add //go:noescape pragma * runtime: move scheduler code around * cgo: support errno value as second return parameter * compiler: Fix wasmimport -> wasmexport in error message * windows: don't return, exit via exit(0) instead * syscall: use wasi-libc tables for wasm/js target * syscall: refactor environment handling * cgo: support function-like macros * cgo: define idents referenced only from macros * runtime: heapptr only needs to be initialized once * ci: run at least some tests on older Go/LLVM versions * linux: add runtime.fcntl function * builder: whitelist temporary directory env var for Clang invocation * compiler, runtime: move constants into shared package * support to parse devl version * wasm: tidy up wasm_exec.js a bit * ci: use TinyGo version in artifact files * runtime: optimize findHead * targets/wasm_exec: call process.exit() when go.run() returns * reflect: fix Copy of non-pointer array with size > 64bits * reflect: add Value.Clear; support anytype->interface{}, Slice->(*)Array in Value.Convert * goenv: read git hash embedded in the binary * wasm: correctly return from run() in wasm_exec.js * wasm: support `//go:wasmexport` functions after a call to `time.Sleep` * runtime: remove unnecessary check for negative sleepTicks duration * runtime: don't call sleepTicks with a negative duration * os: implement StartProcess * internal/wasm-tools, syscall: update to wasm-tools-go@v0.3.1 (#4577) * goenv: update to new v0.35.0 development version * runtime/trace: stub all public methods * compiler: allow deferred panic * main: parse extldflags early so we can report the error message * interrupt: fix bug in interrupt lowering * test: show output even when a test binary didn't exit cleanly * test: run TestWasmExportJS tests in parallel * tinygo: revise and simplify wasmtime argument handling (#4555) * sync: don't use `volatile` in Mutex * ci: remove 'shell: bash' lines from MacOS build ------------------------------------------------------------------ ------------------ 2025-6-11 - Jun 11 2025 ------------------- ------------------------------------------------------------------ ++++ Aeon-release: - automatically generated by openSUSE-release-tools/pkglistgen ++++ Kalpa-release: - automatically generated by openSUSE-release-tools/pkglistgen ++++ MicroOS-release: - automatically generated by openSUSE-release-tools/pkglistgen ++++ openSUSE-release: - automatically generated by openSUSE-release-tools/pkglistgen ------------------------------------------------------------------ ------------------ 2025-6-10 - Jun 10 2025 ------------------- ------------------------------------------------------------------ ++++ konstraint: - Update to version 0.43.0: * build(deps): bump golang from 1.24.2-alpine to 1.24.4-alpine (#631) * build(deps): bump golang.org/x/text from 0.24.0 to 0.26.0 (#630) * build(deps): bump alpine from 3.21.3 to 3.22.0 (#627) * build(deps): bump k8s.io/apiextensions-apiserver from 0.33.0 to 0.33.1 (#624) * build(deps): bump github.com/open-policy-agent/opa from 1.4.2 to 1.5.1 (#629) * ci: Do a full clone in the release workflow (#620) ++++ oci-cli: - Update to version 3.56.0 * Database Management Service * Support for new operations for managed database * ``oci database-management managed-database modify-external-\ container-database-management-feature`` * ``oci database-management managed-database modify-external-\ container-database-management-feature-external-database-\ diagnostics-and-management-feature-details`` * ``oci database-management managed-database modify-external-\ container-database-management-feature-external-database-\ lifecycle-management-feature-details`` * ``oci database-management managed-database modify-external-\ container-database-management-feature-external-database-sql-\ watch-feature-details`` * Support for bulk PDB enablement using optional parameter --can-disable-all-pdbs * ``oci database-management managed-database enable-database-\ management-feature --can-disable-all-pdbs`` * ``oci database-management managed-database disable-database-\ management-feature --can-disable-all-pdbs`` * ``oci database-management managed-database enable-database-\ management-feature-database-diagnostics-and-management-feature-\ details --feature-details-is-auto-enable-pluggable-database feature-details-can-enable-all-current-pdbs`` * ``oci database-management managed-database enable-pluggable-\ database-management-feature-database-diagnostics-and-management-\ feature-details --feature-details-can-enable-all-current-pdbs`` * Model Deployment Data Plane Service * Support for the Model Deployment Inference calls * ``oci model-deployment inference-result predict`` * ``oci model-deployment inference-result predict-with-response-stream`` * Opensearch Service * Adding Node Shape details to create and update vertical for cluster and pipeline and Search Node details to create and update for cluster * ``oci opensearch pipeline create --node-shape`` * ``oci opensearch pipeline update --node-shape`` * ``oci opensearch cluster create --data-node-host-shape, --master-node-host-shape, - -opendashboard-node-host-shape --search-node-count, --search-node-host-memory-gb, - -search-node-host-ocpu-count, --search-node-host-shape, --search-node-host-type, - -search-node-storage-gb`` * ``oci opensearch cluster resizevertical --data-node-host-shape, --master-node-host-shape, - -opendashboard-node-host-shape --search-node-host-memory-gb, --search-node-host-ocpu-count, - -search-node-host-shape, --search-node-storage-gb`` * ``oci opensearch cluster resizehorizontal --search-node-count`` * ``oci opensearch cluster shapes-details list`` * Database Management Service * [BREAKING] Following commands have been removed * ``oci database-management managed-my-sql-databases external-my-sql-database disable-external-mysql-associated-service`` * ``oci database-management managed-my-sql-databases external-my-sql-database enable-external-mysql-associated-service`` - from version 3.55.0 * Database Service * Support for new parameters to get latest versions. * ``oci db system-version list --shape --is-latest --resource-id`` * Support for the dry run feature in creating Cloud Exadata Infrastructure / Cloud Exadata VM Cluster in Database service * ``oci db cloud-exa-infra create --opc-dry-run`` * ``oci db cloud-vm-cluster create --opc-dry-run`` * Log Analytics Service * Support for Lookup Resources * ``oci log-analytics lookup change-compartment`` * Support for additional recall and release attributes * ``oci log-analytics storage list-recalled-info`` * Support for get templates * ``oci log-analytics template list`` * ``oci log-analytics template get`` * Support for uploading otlp logs * ``oci log-analytics upload upload-otlp-logs`` * Database Migration * Support for new ODMS phase: ODMS_METADATA_TRANSFER * ``oci database-migration migration start --wait-after`` * Fleet Application Management Service * Support for change compartment in Fleet Application Management service * ``oci fleet-apps-management fleet change-compartment`` * ``oci fleet-apps-management fleet-apps-management-admin platform-configuration change-compartment`` * ``oci fleet-apps-management fleet-apps-management-admin property change-compartment`` * ``oci fleet-apps-management fleet-apps-management-operations patch change-compartment`` * ``oci fleet-apps-management fleet-apps-management-runbooks runbook change-compartment`` * ``oci fleet-apps-management fleet-apps-management-runbooks task-record change-compartment`` * Support for platform configuration in the Fleet Application Management service * ``oci fleet-apps-management fleet-apps-management-admin platform-configuration create-platform-configuration-lifecycle-operation-config-category-details`` * ``oci fleet-apps-management fleet-apps-management-admin platform-configuration create-platform-configuration-self-hosted-instance-config-category-details`` * Support for managing a runbook version in the Fleet Application Management service * ``oci fleet-apps-management fleet-apps-management-runbooks runbook-version`` * Support for resource inventory in the Fleet Application Management service * ``oci fleet-apps-management fleet-apps-management-operations inventory-record-collection list-inventory-records`` * Support for new optional parameters in the Fleet Application Management service * ``oci fleet-apps-management fleet create --parent-fleet-id`` * Fleet Application Management Service * [BREAKING] --display-name and --resource-selection are now a required parameter in the Fleet Application Management service * ``oci fleet-apps-management fleet create --compartment-id --display-name - -resource-selection`` * [BREAKING] --fleet-type, --application-type, --group-type removed from fleet creation in the Fleet Application Management service * ``oci fleet-apps-management fleet create --fleet-type --application-type --group-type`` * [BREAKING] --resource-selection-type, --rule-selection-criteria usage replaced with --resource-selection in fleet creation in the Fleet Application Management service * ``oci fleet-apps-management fleet create --resource-selection`` * [BREAKING] oci fleet-apps-management work-request replaced with oci fleet-apps-management fleet-apps-management-work-request work-request in the Fleet Application Management service * ``oci fleet-apps-management fleet-apps-management-work-request work-request`` * Log Analytics Service * Support for filtering log sources based on pattern and listing property * ``oci log-analytics source list-sources --pattern-text`` * ``oci log-analytics field upsert-field --is-keep-duplicates`` * ``oci log-analytics category list-resource-category --compartment-id`` * ``oci log-analytics property list-effective-properties --pattern-id-long`` * Support for additional attributes in entity * ``oci log-analytics entity list --defined-tag-equals, --defined-tag-exists, - -freeform-tag-equals, --freeform-tag-exists, --is-show-assoc-src-count`` * ``oci log-analytics entity get --is-show-assoc-src-count`` * ``oci log-analytics entity delete --is-force-delete`` * ``oci log-analytics entity-topology list --context`` * Support for filtering on lookup Resources * ``oci log-analytics lookup get-summary --compartment-id`` * ``oci log-analytics lookup list --compartment-id`` * ``oci log-analytics lookup register-lookup --compartment-id`` * ``oci log-analytics lookup update --defined-tags, --freeform-tags`` * Object Collection Rule * ``oci log-analytics object-collection-rule create --log-source-name, - -stream-cursor-time, --stream-cursor-type, --stream-id`` * ``oci log-analytics object-collection-rule update --stream-cursor-time, - -stream-cursor-type, --stream-id`` * Support for additional recall attributes * ``oci log-analytics storage recall-archived-data --collection-id`` * Support for filtering scheduled tasks based on template-id * ``oci log-analytics scheduled-task list --template-id`` * ``oci log-analytics scheduled-task create-standard-task --schedules`` * Network Service * Add optional field lifetime to support reserve private ip feature ``oci network vnic assign-private-ip --lifetime`` * Fixed `Github Issue #927 `_ for OCI Network Service * Fixed `Github Issue #914 `_ for OCI Network Service - from version 3.54.5 * Resource Scheduler Service * Support for updating compartment of a schedule * ``oci resource-scheduler schedule change-compartment`` * Support for listing schedules by resource ID * ``oci resource-scheduler schedule list --resource-id`` * Support for new optional parameter chat-request-stream-options for cohere Chat in Generative Ai Inference Service * ``oci generative-ai-inference chat-result chat-cohere-chat-request - -chat-request-stream-options`` - Refresh patches for new version * oc_relax-python-depends.patch - Update BuildRequires and Requires from setup.py ++++ python-md2workflow: - Do not make symlinks to example configs copy them instead ++++ python-pyjavaproperties: - Convert to pip-based build ++++ yt-dlp: - Update to release 2025.06.09 * adobepass: add Fubo MSO, fix Philo MSO authentication * yt: Add tv_simply player client * yt: Extract srt subtitles * yt: Rework nsig function name extraction ++++ rofi-calc: - Update to 2.3.1: * Specify mode type #134 ------------------------------------------------------------------ ------------------ 2025-6-9 - Jun 9 2025 ------------------- ------------------------------------------------------------------ ++++ ProtonPlus: - update to 0.5.1+1: * Fixed Kron4ek Proton downloads - update to 0.5.1: * Fixed musl libc compilation * Fixed Kron4ek Proton builds ++++ adms: - added patches https://github.com/Qucs/ADMS/issues/115 + adms-gcc15.patch ++++ ansible-linux-system-roles: - Fix: Ensure `certificate` role is included on SLE 16 - Introduced `%sle16` macro for version-based logic - Cleaned up and simplified `%prep` section accordingly ++++ avogadrolibs: - Add upstream fix (gh#OpenChemistry/avogadrolibs#2021) * fix-cmake-dependencies.patch ++++ buildah: - Update to version 1.40.1: * Tag v1.40.1 * vendor: update c/common to v0.63.1 * CI: run integration tests on Fedora with both crun and runc * buildah-build(1): clarify that --cgroup-parent affects RUN instructions * runUsingRuntime: use named constants for runtime states * Add a dummy "runtime" that just dumps its config file * run: handle relabeling bind mounts ourselves * Tweak our handling of variant values, again ++++ catimg: - added patches fix build with gcc15 + catimg-gcc15.patch ++++ crmsh: - Update to version 5.0.0+20250609.4f272e67: * Dev: unittests: Adjust unit test for previous commit * Dev: behave: Add functional test for previous commit * Dev: bootstrap: Improve node removal handling and messaging * Dev: behave: Add functional test for previous commits * Dev: ui_corosync: Write changes made by `corosync.set` to temporary file first * Dev: doc: Update help text for `corosync set` command * Dev: corosync_config_format: Skip comment key * ui_corosync: Add push reminder after called `corosync set` * Dev: ui_corosync: Call `corosync -t` to do verification ++++ eww: - Update to version 0.6.0+git86.g98c220126d912b935987766f56650b55f3e226eb: * Fix crash on invalid formattime (#1317) * Add wordchar wrap mode (#1306) * Fix crash on NaN or infinite graph value (#1318) * fix documentation of ceil and floor (fixes #1319) * Add floor() and ceil() (#1315) * Add warning for invalid exclusive and anchor combination (#1316) * Add wikipedia link to widget essay * Revert hot-reloading regressions (#1296) * Add value-pos to scale widget (#1285) * Force recreating windows on config change (#1284) * Avoid recreating windows when only duration changes (#1236) * fix: Load systray items that are registered without a path (#1230) * feat: add subcommand to force-poll variable (#1227) * add lines and wrap-mode properties to label widget (#1278) * add `log` to expressions (#1271) * fix: get_locale follows posix standard (#1264) * feat: add `raw-output` for `jq` (#1199) * fix: improve scope handling (#1189) * feat: Add support for on-demand window focus on wayland (#1215) * Fixing examples.md (#1257) * `powi`/`powf` simplexpr functions (#1255) * Reference yolk in Readme * Add "Activate Linux" to README.md (#1242) * Update expression_language.md (#1231) * feat: support empty string for safe access operator (#1176) * fix bug_report issue template even more * Fix bug_report issue template * Add platform section to bug-report issue template * feat: button improvements (#1187) * Some docs updates (#1179) * feat: update toolchain to 1.81.0 (#1195) * nix: update flake-compat (#1197) * revert: zbus 4 -> 3 (#1203) * Implement explicitly setting a center of rotation (#783) * Clean up example SCSS file (#644) * fix: demote two logging statements to debug (#1183) * fix: fix system tray not displaying anything (#1181) * Fixing missing commas in example (#1174) * docs(readme): improve spacing (#886) * fix: make formattime follow system locale (#1177) * fix: remove unused import (#1168) * Fix Typo ("procent" -> "percent") (#1169) * add `EWW_BATTERY` support in (free|open|net)bsd (#645) * docs: Add example for data structures (#595) * feat: Add option for graph drawing direction (#1113) * Add scss support for style property (#1121) * Use gdk_screen_get_monitor_plug_name to provide more consistent monitor names on wayland (#1129) * fix: fix changelog, warnings and lints (#1155) * Fix: EWW_NET wrong values for TX/RX stats (#1108) * docs: changed kB to bytes in `EWW_RAM` description (#1075) * feat: add fill-svg and preserve-aspect-ratio attributes to image widget (#1148) * Fix: the gtk `expander` widget bugfix (#1132) * Fix: the gtk `stack` widget bugfix (#1119) * chore: automatically update a few dependencies * chore: update toolchain to 1.80.1 * chore: automatically update a few dependencies * chore: automatically update a few dependencies * chore: automatically update a few dependencies * chore: automatically update a few dependencies * chore: update derive_more to 1.0 * chore: automatically update a few dependencies * fix: update grass; re-enable default features for grass * chore: automatically update a few dependencies * docs: update changelog * chore: automatically update a few dependencies * docs: update zbus-xmlgen generation commands; add zbus-xmlgen to development shell * chore: update zbus * fix: fix lints * chore(cargo): move gtk, zbus to workspace * chore: update itertools; update zbus * chore: update a few dependencies * nix: switch to nixfmt-rfc-style * chore: use cargo to update almost all dependencies * chore: update gtk and related dependencies to 0.18 * chore: update toolchain to 1.80.0 * chore: update flake.lock * Typo in configuration.md * Set GDK_BACKEND env var on wayland * Add `min` and `max` simplexpr functions (#1123) * systray: fix remove items (#1098) * remove sysinfo/linux-netdevs feature (#1096) * systray: add `:hover` attribute to tray items (#1091) * Fix string truncation (#1084) * fix: refactor and fix flake (#1038) * fix: bump cargo version (#1080) * Update ahash to fix yanked version (#1079) ++++ gitleaks: - Update to version 8.27.2: * Add experimental allowlist optimizations (#1731) * Detect Notion Public API Keys #1889 (#1890) ++++ govulncheck-vulndb: - Update to version 0.0.20250609T181436 2025-06-09T18:14:36Z. Refs jsc#PED-11136 Go CVE Numbering Authority IDs added or updated with aliases: * GO-2025-3740 CVE-2025-3260 GHSA-3px7-c4j3-576r * GO-2025-3741 CVE-2025-48710 GHSA-7633-x85h-5mqh * GO-2025-3742 CVE-2025-3454 GHSA-9j65-rv5x-4vrf ++++ kubetui: - Update to version 1.8.1: * Fixed - Updated README.md to document the --pod-columns feature introduced in v1.8.0. - Added usage examples for --pod-columns. - Clarified behavior of the full keyword and required Name column. - No functional changes to the application. * What's Changed - Update docs by @sarub0b0 in #777 - Update to version 1.8.0: * Added - --pod-columns flag to customize displayed pod columns (name,status,age, etc.). - Support for full keyword to show all available columns. - ZSH/Bash completion for --pod-columns. - Panic hook logging for better error traceability. * Fixed - Better error handling in internal column lookup logic. * Dependencies - Updated crates: flate2, clap, tokio, bitflags, ctrlc. * What's Changed - fix(deps): update rust crate clap to v4.5.38 by @renovate in [#768] - fix(deps): update rust crate ctrlc to v3.4.7 by @renovate in [#769] - fix(deps): update rust crate bitflags to v2.9.1 by @renovate in #770 - fix(deps): update rust crate tokio to v1.45.1 by @renovate in [#773] - fix(deps): update rust crate clap to v4.5.39 by @renovate in [#774] - fix(deps): update rust crate flate2 to v1.1.2 by @renovate in [#775] - Add customizable pod columns via --pod-columns flag by @sarub0b0 in #776 ++++ suitesparse: - Update to 7.10.3. Changes from 7.10.1: * SuiteSparse_config: do not print info about the BLAS if no BLAS used, in the cmake build script. * GraphBLAS: cmake revisions and 2 bug fixes * revised CI rules on github * CAMD: minor typo in Makefile, for demos * GraphBLAS v10.0.3: performance of setElement. Update to xxHash and cpu_features. Octave interface updated for the Mac. * CHOLMOD 5.3.2: use CUDA as linker, if applicable * SuiteSparse_config 7.10.2: allow the installer to compile without the BLAS. ++++ libp11: - Update to 0.4.15: * Fixed incorrectly installing an internal header file (Alex Dupre) * Fixed handling URI schemes of other providers (Małgorzata Olszówka) ++++ python310-core: - Update to 3.10.18: - Security - gh-135034: Fixes multiple issues that allowed tarfile extraction filters (filter="data" and filter="tar") to be bypassed using crafted symlinks and hard links. Addresses CVE-2024-12718 (bsc#1244056), CVE-2025-4138 (bsc#1244059), CVE-2025-4330 (bsc#1244060), and CVE-2025-4517 (bsc#1244032). - gh-133767: Fix use-after-free in the “unicode-escape” decoder with a non-“strict” error handler (CVE-2025-4516, bsc#1243273). - gh-128840: Short-circuit the processing of long IPv6 addresses early in ipaddress to prevent excessive memory consumption and a minor denial-of-service. - Library - gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address. - gh-134062: ipaddress: fix collisions in __hash__() for IPv4Network and IPv6Network objects. - gh-123409: Fix ipaddress.IPv6Address.reverse_pointer output according to RFC 3596, §2.5. Patch by Bénédikt Tran. - bpo-43633: Improve the textual representation of IPv4-mapped IPv6 addresses (RFC 4291 Sections 2.2, 2.5.5.2) in ipaddress. Patch by Oleksandr Pavliuk. - Remove upstreamed patches: - gh-126572-test_ssl-no-stop-ThreadedEchoServer-OSError.patch - CVE-2025-4516-DecodeError-handler.patch ++++ python39-core: - Update to 3.9.23: - Security - gh-135034: Fixes multiple issues that allowed tarfile extraction filters (filter="data" and filter="tar") to be bypassed using crafted symlinks and hard links. Addresses CVE-2024-12718 (bsc#1244056), CVE-2025-4138 (bsc#1244059), CVE-2025-4330 (bsc#1244060), and CVE-2025-4517 (bsc#1244032). - gh-133767: Fix use-after-free in the “unicode-escape” decoder with a non-“strict” error handler (CVE-2025-4516, bsc#1243273). - gh-128840: Short-circuit the processing of long IPv6 addresses early in ipaddress to prevent excessive memory consumption and a minor denial-of-service. - gh-80222: Fix bug in the folding of quoted strings when flattening an email message using a modern email policy. Previously when a quoted string was folded so that it spanned more than one line, the surrounding quotes and internal escapes would be omitted. This could theoretically be used to spoof header lines using a carefully constructed quoted string if the resulting rendered email was transmitted or re-parsed. - Library - gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address. - gh-134062: ipaddress: fix collisions in __hash__() for IPv4Network and IPv6Network objects. - gh-123409: Fix ipaddress.IPv6Address.reverse_pointer output according to RFC 3596, §2.5. Patch by Bénédikt Tran. - bpo-43633: Improve the textual representation of IPv4-mapped IPv6 addresses (RFC 4291 Sections 2.2, 2.5.5.2) in ipaddress. Patch by Oleksandr Pavliuk. - bpo-25264: os.path.realpath() now accepts a strict keyword-only argument. When set to True, OSError is raised if a path doesn’t exist or a symlink loop is encountered. - Remove upstreamed patches: - CVE-2025-4516-DecodeError-handler.patch ++++ tesseract-ocr: - Update to version 5.5.1: * Fix linear congruential random number generator by @stweil in #4357 * Make list classes templated by @egorpugin in #4356 * add cli -c parameter(s) to init vectors by @zdenop in #4363 * handle colormaps correctly by @zdenop in #4369 * use constexpr for kDawgMagicNumber by @zdenop in #4378 * Extend elf_aux_info() support for RISC-V on FreeBSD and OpenBSD by @brad0 in #4376 * Fix building elf_aux_info() support on OpenBSD/arm by @brad0 in #4383 * Fix invalid empty interval in punct_stripped() for all-punctuation words by @EnodoGH in #4404 * Fix function addAvailableLanguages (issue #4416) by @stweil in #4417 * Avoid error in pixSauvolaBinarizeTiled (issue #4390) by @stweil in #4418 * Fix duplicated IDs in ALTO XML when multiple pages are present by @jankal in #4386 * Remove unused include statements for tprintf.h by @stweil in #4419 * Use links to the git history and online release notes instead of local ChangeLog by @stweil in #4423 ++++ maven-filtering: - Upgrade to version 3.4.0 * Changes + Bump apache/maven-gh-actions-shared from 3 to 4 + Bump org.apache.maven.shared:maven-shared-components from 41 + MSHARED-1412: Allow to customize Interpolator used by filter ++++ mold: - Update to version 2.40.1 * We've eliminated unnecessary memory zero-initialization for the - -compress-debug-sections option to make debug section compression faster. With this change, mold sometimes runs faster with --compress-debug-sections than without it due to reduced file I/O. (d59c559) * Previously, mold used an exponential pattern-matching algorithm for glob matching, which could significantly slow down version scripts or dynamic list processing for certain glob patterns. Now, we use a linear-time algorithm that is guaranteed to run efficiently for any glob pattern. (dac20fa) * mold now reports an error if the output .dynsym refers to a section whose section index is ≥65280, since such a dynamic symbol is not representable in ELF. Previously, mold crashed with an assertion failure. (0d8334e) ++++ nelm: - Update to version 1.6.0: * Features - feat: include_debug/tpl_debug/printf_debug/dump_debug and detailed template errors ++++ netavark: - Update to version 1.15.2: * release v1.15.2 * release notes for v1.15.2 * dhcp_proxy: set timeout_sender only if required * cargo: bump mozim to 0.2.6 * release v1.15.1 * release notes for v1.15.1 * Revert "remove search domain from response" ++++ netty: - Upgrade to upstream version 4.1.122 * Fixes of 4.1.122 + DirContextUtils.addNameServer(...) should just catch Exception internally + Make public API specify explicit maxAllocation to prevent OOM + Fix concurrent ByteBuf write access bug in adaptive allocator + Fix transport-native-kqueue Bundle-SymbolicNames + Fix resolver-dns-native-macos Bundle-SymbolicNames + Always correctly calculate the memory address of the ByteBuf even if sun.misc.Unsafe is not usable + Upgrade lz4 dependencies as the old version did not correctly handle ByteBuffer that have an arrayOffset > 0 + Optimize ByteBuf.setCharSequence for adaptive allocator + Kqueue: Fix registration failure when fd is reused + Make JdkZlibEncoder accept Deflater.DEFAULT_COMPRESSION as level + Ensure OpenSsl.availableJavaCipherSuites does not contain null values + Always prefer direct buffers for pooled allocators if not explicit disabled + Update to netty-tcnative 2.0.72.Final + Re-enable sun.misc.Unsafe by default on Java 24+ + Kqueue: Delay removal from registration map to fix noisy warnings * Fixes of 4.1.121 + Epoll.isAvailable() returns false on Ubuntu 20.04/22.04 arch amd64 + Fix transport-native-epoll Bundle-SymbolicNames * Fixes of 4.1.120 + Fix flawed termination condition check in HttpPostRequestEncoder#encodeNextChunkUrlEncoded(int) for current InterfaceHttpData + Exposed decoderEnforceMaxConsecutiveEmptyDataFrames and decoderEnforceMaxRstFramesPerWindow + ThreadExecutorMap must restore old EventExecutor + Make Recycler virtual thread friendly + Disable sun.misc.Unsafe by default on Java 24+ + Adaptive: Correctly enforce leak detection when using AdaptiveByteBufAllocator + Add suppressed exception to original cause when calling Future.sync* + Add SETTINGS_ENABLE_CONNECT_PROTOCOL to the default HTTP/2 settings + Correct computation for suboptimal chunk retirement probability + Fix bug in method AdaptivePoolingAllocator.allocateWithoutLock(...) + Fix a Bytebuf leak in TcpDnsQueryDecoder + SSL: Clear native error if named group is not supported + WebSocketClientCompressionHandler shouldn't claim window bits support when jzlib is not available + Fix the assignment error of maxQoS parameter in ConnAck Properties * Fixes of 4.1.119 + Replace SSL assertion with explicit record length check + Fix NPE when upgrade message fails to aggregate + SslHandler: Fix possible NPE when executor is used for delegating + Consistently add channel info in HTTP/2 logs + Add QueryStringDecoder option to leave '+' alone + Use initialized BouncyCastle providers when available - Modified patches: * 0001-Remove-optional-dep-Blockhound.patch * 0002-Remove-optional-dep-conscrypt.patch * 0004-Disable-Brotli-and-ZStd-compression.patch + rediff ++++ netty-tcnative: - Upgrade to version 2.0.72 Final * No formal changelog present ++++ nvidia-open-driver-G06-signed-cuda: - Drop persistent-nvidia-id-string.patch - solved via make params instead ++++ nvidia-open-driver-G06-signed: - Drop persistent-nvidia-id-string.patch - solved via make params instead ++++ python310: - Update to 3.10.18: - Security - gh-135034: Fixes multiple issues that allowed tarfile extraction filters (filter="data" and filter="tar") to be bypassed using crafted symlinks and hard links. Addresses CVE-2024-12718 (bsc#1244056), CVE-2025-4138 (bsc#1244059), CVE-2025-4330 (bsc#1244060), and CVE-2025-4517 (bsc#1244032). - gh-133767: Fix use-after-free in the “unicode-escape” decoder with a non-“strict” error handler (CVE-2025-4516, bsc#1243273). - gh-128840: Short-circuit the processing of long IPv6 addresses early in ipaddress to prevent excessive memory consumption and a minor denial-of-service. - Library - gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address. - gh-134062: ipaddress: fix collisions in __hash__() for IPv4Network and IPv6Network objects. - gh-123409: Fix ipaddress.IPv6Address.reverse_pointer output according to RFC 3596, §2.5. Patch by Bénédikt Tran. - bpo-43633: Improve the textual representation of IPv4-mapped IPv6 addresses (RFC 4291 Sections 2.2, 2.5.5.2) in ipaddress. Patch by Oleksandr Pavliuk. - Remove upstreamed patches: - gh-126572-test_ssl-no-stop-ThreadedEchoServer-OSError.patch - CVE-2025-4516-DecodeError-handler.patch ++++ python310-documentation: - Update to 3.10.18: - Security - gh-135034: Fixes multiple issues that allowed tarfile extraction filters (filter="data" and filter="tar") to be bypassed using crafted symlinks and hard links. Addresses CVE-2024-12718 (bsc#1244056), CVE-2025-4138 (bsc#1244059), CVE-2025-4330 (bsc#1244060), and CVE-2025-4517 (bsc#1244032). - gh-133767: Fix use-after-free in the “unicode-escape” decoder with a non-“strict” error handler (CVE-2025-4516, bsc#1243273). - gh-128840: Short-circuit the processing of long IPv6 addresses early in ipaddress to prevent excessive memory consumption and a minor denial-of-service. - Library - gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address. - gh-134062: ipaddress: fix collisions in __hash__() for IPv4Network and IPv6Network objects. - gh-123409: Fix ipaddress.IPv6Address.reverse_pointer output according to RFC 3596, §2.5. Patch by Bénédikt Tran. - bpo-43633: Improve the textual representation of IPv4-mapped IPv6 addresses (RFC 4291 Sections 2.2, 2.5.5.2) in ipaddress. Patch by Oleksandr Pavliuk. - Remove upstreamed patches: - gh-126572-test_ssl-no-stop-ThreadedEchoServer-OSError.patch - CVE-2025-4516-DecodeError-handler.patch ++++ python-eradicate: - Convert to libalternatives ++++ python-exrex: - Convert to libalternatives ++++ python-extratools: - Convert to libalternatives ++++ python-fanficfare: - Update to 4.46.0: - OTW(AO3): Don't attempt login with use_archive_transformativeworks_org or open_pages_in_browser [#1210] - Ignore use_browser_cache_only when URL scheme is file - Update translations. - adapter_ficbooknet: Site changes, thanks dbhmw - adapter_literotica: Fix date parsing. See #1208, thanks dbhmw - Add Ctrl-Enter to AddDialog, consolidating code with INIEdit - Split BG: Fixes for error column & showing meta collection errors - Single proc bg processing, optionally split by site & accumulate results (See this post) - Fix remove_empty_p regexp to work with nested tags and whitespace. - AO3 make use_(domain) options not replace media.archiveofourown.org - Include 'Add New Book' dialog when multiple existing found on update. - adapter_spiritfanfictioncom: Fix for author collection after site change. Thanks, kilandra ++++ python-fastimport: - Convert to libalternatives ++++ python-genfire: - Convert to libalternatives ++++ python-ghp-import: - Convert to libalternatives ++++ python-gpxpy: - Convert to libalternatives ++++ python-helpdev: - Convert to libalternatives ++++ python-hetzner: - Convert to libalternatives ++++ python-interrogate: - Convert to libalternatives ++++ python-j2gen: - Convert to libalternatives ++++ python-jfscripts: - Convert to libalternatives ++++ python-jsonpath-rw: - Convert to libalternatives ++++ python-lesscpy: - convert to libalternatives ++++ python-macholib: - Convert to libalternatives ++++ python-meshtastic: - Convert to libalternatives ++++ python-micropipenv: - Convert to libalternatives ++++ python-moban: - Convert to libalternatives ++++ python-mss: - Convert to libalternatives ++++ python-mutt-ics: - Convert to libalternatives ++++ python-ndg-httpsclient: - Convert to libalternatives ++++ python-ntfy: - Convert to libalternatives ++++ python-num2words: - Convert to libalternatives ++++ python-nwdiag: - Convert to libalternatives ++++ python-pako: - Convert to libalternatives ++++ python-patatt: - Convert to libalternatives ++++ python-patiencediff: - Convert to libalternatives ++++ python-pdd: - Convert to libalternatives ++++ python-petact: - Convert to libalternatives ++++ python-pifpaf: - Convert to libalternatives ++++ python-pingparsing: - Convert to libalternatives ++++ python-portpicker: - Convert to libalternatives ++++ python-pprintpp: - Convert to libalternatives ++++ python-py-vapid: - Convert to libalternatives ++++ python-svgpathtools: - Switch to pip-based build - Update to 1.7.1 Fixes: * Rotation angle calculation when transforming arcs * Converting rounded rect to a d-string path * Floating point error in bezier bbox calculation * Skip end path in polyline if no dedicated end path is provided Changes: * When converting ellipses to d-string paths, use arcs by default * Add various new test cases ++++ python-uv: - update to 0.7.12: * Enhancements * Add uv python pin --rm to remove .python-version pins * Don't hint at versions removed by excluded-newer * Add hint to use tool.uv.environments on resolution error * Add hint to use tool.uv.required-environments on resolution error * Improve python pin error messages * Bug fixes * Lock environments during uv sync, uv add and uv remove to prevent race conditions * Add --no-editable to uv export for pylock.toml * Documentation * List .gitignore in project init files * Move the pip interface documentation into the concepts section * Remove the configuration section in favor of concepts / reference * Update Git and GitHub Actions docs to mention gh auth login * Preview * Fix directory glob traversal fallback preventing exclusion of all files ++++ python39: - Update to 3.9.23: - Security - gh-135034: Fixes multiple issues that allowed tarfile extraction filters (filter="data" and filter="tar") to be bypassed using crafted symlinks and hard links. Addresses CVE-2024-12718 (bsc#1244056), CVE-2025-4138 (bsc#1244059), CVE-2025-4330 (bsc#1244060), and CVE-2025-4517 (bsc#1244032). - gh-133767: Fix use-after-free in the “unicode-escape” decoder with a non-“strict” error handler (CVE-2025-4516, bsc#1243273). - gh-128840: Short-circuit the processing of long IPv6 addresses early in ipaddress to prevent excessive memory consumption and a minor denial-of-service. - gh-80222: Fix bug in the folding of quoted strings when flattening an email message using a modern email policy. Previously when a quoted string was folded so that it spanned more than one line, the surrounding quotes and internal escapes would be omitted. This could theoretically be used to spoof header lines using a carefully constructed quoted string if the resulting rendered email was transmitted or re-parsed. - Library - gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address. - gh-134062: ipaddress: fix collisions in __hash__() for IPv4Network and IPv6Network objects. - gh-123409: Fix ipaddress.IPv6Address.reverse_pointer output according to RFC 3596, §2.5. Patch by Bénédikt Tran. - bpo-43633: Improve the textual representation of IPv4-mapped IPv6 addresses (RFC 4291 Sections 2.2, 2.5.5.2) in ipaddress. Patch by Oleksandr Pavliuk. - bpo-25264: os.path.realpath() now accepts a strict keyword-only argument. When set to True, OSError is raised if a path doesn’t exist or a symlink loop is encountered. - Remove upstreamed patches: - CVE-2025-4516-DecodeError-handler.patch ++++ python39-documentation: - Update to 3.9.23: - Security - gh-135034: Fixes multiple issues that allowed tarfile extraction filters (filter="data" and filter="tar") to be bypassed using crafted symlinks and hard links. Addresses CVE-2024-12718 (bsc#1244056), CVE-2025-4138 (bsc#1244059), CVE-2025-4330 (bsc#1244060), and CVE-2025-4517 (bsc#1244032). - gh-133767: Fix use-after-free in the “unicode-escape” decoder with a non-“strict” error handler (CVE-2025-4516, bsc#1243273). - gh-128840: Short-circuit the processing of long IPv6 addresses early in ipaddress to prevent excessive memory consumption and a minor denial-of-service. - gh-80222: Fix bug in the folding of quoted strings when flattening an email message using a modern email policy. Previously when a quoted string was folded so that it spanned more than one line, the surrounding quotes and internal escapes would be omitted. This could theoretically be used to spoof header lines using a carefully constructed quoted string if the resulting rendered email was transmitted or re-parsed. - Library - gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address. - gh-134062: ipaddress: fix collisions in __hash__() for IPv4Network and IPv6Network objects. - gh-123409: Fix ipaddress.IPv6Address.reverse_pointer output according to RFC 3596, §2.5. Patch by Bénédikt Tran. - bpo-43633: Improve the textual representation of IPv4-mapped IPv6 addresses (RFC 4291 Sections 2.2, 2.5.5.2) in ipaddress. Patch by Oleksandr Pavliuk. - bpo-25264: os.path.realpath() now accepts a strict keyword-only argument. When set to True, OSError is raised if a path doesn’t exist or a symlink loop is encountered. - Remove upstreamed patches: - CVE-2025-4516-DecodeError-handler.patch ++++ qutebrowser: - Update to version 3.5.1: Deprecated: * QtWebKit (legacy) support got removed from CI and is now untested. If it breaks, it’s not going to be fixed, and support will be removed over the next releases. * Qt 5 support is currently still tested, but is also planned to get removed over the next releases. Same goes for support for older Qt 6 versions Fixed: * A bogus "wildcard call disconnects from destroyed signal" warning from Qt is now suppressed. * A "Ignoring new child …​" debug log message which got spammy with Qt 6.9 is now removed. * A unknown crash (possibly related to using devtools) due to weird (Py)Qt behavior now has a workaround. * No "QtWebEngine version mismatch" warning is now logged anymore with newer Qt 5.15 releases (but you should still stop using Qt 5). * The PDF.js version can now correctly be extracted/displayed with newer PDF.js versions. * The qute-bitwarden, -lastpass and -pass userscripts now properly avoid a DeprecationWarning from the upcoming 6.0 release of tldextract. The previous fix in v3.5.0 was insufficient. ++++ rclone: - Install completion files in the right place. ++++ swayimg: - Update to version 4.2: * Added support for creating overlay windows in Hyprland; * viewer: Added new window background mode: "blur"; * viewer: Fixed image centering issue after rescaling; * gallery: Added key binding to resize thumbnails in runtime; * gallery: Fixed errors loading thumbnails from persistent storage; * gallery: Fixed display of meta data; * image list: Fixed order to prevent mixing directories with files; * image list: Fixed searching for the first image in the directory. ++++ swww: - Update to version 0.10.3: * check if wl_output contains the CURRENT mode - Update to version 0.10.2: * do not accept wl_output modes that are not current * prioritize fractional scale events * update waybackend dependency * fix fractional scaling * use tiny-bench instead of criterion - Update to version 0.10.0: * version 0.10 * update swww-daemon man page * update dependencies * Merge pull request #423 from LGFae/configurable-layer * allow the user to set which Layer they would prefer to render in * Merge pull request #420 from LGFae/delete-nix-tests * delete `build.nix` and the nix tests * Merge pull request #410 from LGFae/waybackend * fix cargo-clippy * try to fix CI * Merge pull request #415 from LGFae/update_flake_lock_action * flake.lock: Update * update dependencies * update .gitignore test_images path * update README with new build dependencies * fix most of CI * rewrite using waybackend * update dependencies * Merge pull request #406 from Axlefublr/main * Merge pull request #408 from LGFae/update_flake_lock_action * flake.lock: Update * fix readme * Merge pull request #395 from LGFae/update_flake_lock_action * Merge pull request #391 from rubiefawn/updated_example_scripts * Merge pull request #403 from filip-rs/main * Updated swww_randomize_multi.sh to be executable * flake.lock: Update * Fix misuse of read(1) and unset(1) * Restore deleted comment * Make swww_randomize.sh and swww_randomize_multi.sh scripts more POSIX-friendly * Merge pull request #387 from LGFae/update_flake_lock_action * flake.lock: Update * Merge pull request #383 from LGFae/remove-most-static-muts * remote most static muts from globals * fix warnings and update MSRV to 1.82 * Merge pull request #375 from kerty0/main * Merge pull request #381 from LGFae/update_flake_lock_action * flake.lock: Update * Add wallpaper refresh on monitor configuration change * Fix crush when changing monitor configuration * Merge pull request #376 from LGFae/update_flake_lock_action * flake.lock: Update * Fix memory leak and stopped animation * Merge pull request #372 from kerty0/main * Fix swww restore error handling * update MSRV * update dependencies * Merge pull request #373 from rexept/resize-features * formatted + typo fix * more concise definition * added to docs * added resize-stretch feature * Update old cache handling * Fix crush when using solid color * Add filter caching * Merge pull request #371 from mendess/mendess/fix-animation-cache * Fix animation cache not working when image is behind a symlink * Merge pull request #366 from LGFae/update_flake_lock_action * flake.lock: Update * Merge pull request #360 from iynaix/main * fix reading image from stdin * Merge pull request #358 from mstoeckl/fix-wayl-sock * Merge pull request #359 from LGFae/update_flake_lock_action * flake.lock: Update * Fix connecting to Wayland via WAYLAND_SOCKET * Merge pull request #352 from LGFae/nuke-multithreading * FractionalScaleManager and PollTime structs * small refactors * stop animations when output disconnects * Arc -> Rc; Mutex -> RefCell * finish up first implementation * step 1: structs for trantition's internal state * fix autocompletion with swww img `file` * debug assertion on ipc sending shm fd wildly wrong * fix debug assertion of ipc Codes shm fds * fix socket naming * Merge pull request #327 from LGFae/better-socket-location-defaults * update dependencies * fix documentation indentation * better defaults for when we can't read env vars * Merge pull request #340 from cplir-c/cplir-c-randomize-multi * Merge pull request #349 from LGFae/update_flake_lock_action * flake.lock: Update * Move `break 2` else clause to inside the "no image" check so it doesn't run every time * Comment swww_randomize_multi.sh and normalize * add example_scripts/swww_randomize_multi.sh * Merge pull request #339 from LGFae/revert-333-main * Revert "Refactor IPC handling in both client and daemon" * Merge pull request #338 from LGFae/update_flake_lock_action * flake.lock: Update * Merge pull request #333 from rkuklik/main * Merge pull request #334 from Not-Glunk/swww-fix-typos * Fix typos * fix(daemon): rt dir creation * refactor(client): consolidate IPC logic * fix(daemon): unused imports * refactor(daemon): move init more to relevant structs * refactor(daemon): extract `Daemon` into separate module * Merge pull request #331 from rkuklik/main * refactor(mmap): minor fonction movement * refactor(mmap): unify `Mapped'thing'` with generic bool * refactor(mmap): extract into top level module * refactor(ipc): rework messaging format v1 * refactor(ipc): replace old methods with new * refactor(socket): introduce new `IpcSocket` type * refactor(ipc): get rid of unused `Answer::Err` * fix: resolver should be set to "2" in top level manifest * Merge pull request #330 from rkuklik/main * fix(script): update singe file on version change * fix(ci): nix build version extraction * fix(ci): `rust-version` detection and formatting * refactor(naming): rename utils to common * refactor(workspace): separate project into 3 folders * fix protocol error when destroying Wallpaper * Merge pull request #230 from WhyNotHugo/main * Drop 'init` command * Merge pull request #195 from flick0/colour * Merge pull request #324 from LGFae/update_flake_lock_action * flake.lock: Update * Merge pull request #323 from LGFae/trim-dev-dependencies * trim dependencies: criterion features and fastrand * Merge pull request #322 from ettancos/main * daemon: guard against unnecessary blocking read if there is no payload * fix conflicts * Merge branch 'main' into colour * workaround for not using Option * Merge pull request #319 from JohnRTitor/add-workflows * Merge pull request #318 from LGFae/update_flake_lock_action * workflows: add CI nix-tests workflow * workflows: update-flake-lock should now run monthly * pick a file starting with 0x if exists before using it as color * add comment for Color * nuke `spin_sleep` dependency * do not use `image`'s default features * flake.lock: Update * update fast_image_resize to version 4.0.0 * Merge pull request #316 from LGFae/unmap-when-idle * Merge pull request #315 from LGFae/custom-wayland-backend * update libc * Merge pull request #313 from kovidgoyal/patch-1 * Add kitty as an alternative * Merge pull request #312 from LGFae/update_flake_lock_action * flake.lock: Update * document `BumpPool` better * unmap shared memory when idle * wait for animation threads on normal exit * ensure buffers are destroyed before the shm_pool * better error handling * send all draw-related requests in one single msg * stop animations at exit * remember to notify systemd * fix animation timings * improve ObjectManager to not use the BinaryHeap * document our custom wayland implementation * manual wayland implementation for swww-daemon * bump master version to force rebuilding the cache * Merge pull request #305 from LGFae/zero-copy-serialization * fix rustix features and put utils in workspace * increase MSRV to 1.75.0 * off by one error when caching animation frames * refactor ipc into multiple modules * serialize directly onto mmaped file * mmap file when reading cache * mmap only parts of the shm we care about * do not copy over images and animations * fix wrong inversion in y axis during transitions * Merge pull request #309 from LGFae/update_flake_lock_action * flake.lock: Update * Merge pull request #306 from JohnRTitor/add-flake * Merge pull request #308 from JaKooLit/main * replaced deprecated swww init commands with swww-daemon * README: add instructions for NixOS users * workflows: add update-flake-lock workflow that will run weekly * Nix: allow building swww from the source directly * fix off by one error when receiving image request * unwrap on thread::Builder::spawn * nuke rayon from `swww-daemon` * Merge pull request #302 from LGFae/faster-wave * refactor transitions common byte changing code * faster wave transition * faster wipe transition * Merge pull request #301 from LGFae/fix-output-transforms * fix output transforms * faster grow and outer transitions * fix `clear` not flushing the wayland fd * faster simple and fade transitions * remove allow-git for bitcode * nuke simplelog and use a custom log implementation * Merge pull request #299 from LGFae/manual-serializer * minor refactors * use just one request for animated images * fix loading cached animation frames * return std::io::Result for the cache mod functions * refactor out common socket code * remove unsafe from deserializer * move all memory map functions into utils/ipc * delete extra prints * only truncate the shared mem file when necessary * do not copy to intermediate buffer * use shared memory for large transfers * use rustix sockets instead of std * manually serialize answers * manually serialize requests * Merge pull request #298 from LGFae/remove-codecoverage-from-ci * remove llvm-cov from CI * v0.9.5 * flush the wayland_fd correctly from animations * update TODO * specialized function for `none` transition type * Merge pull request #296 from LGFae/fix-initial-black-screen * Merge pull request #297 from hkupty/remove-unused * refactor: Remove unused mutable buffer * fix initial black screen due to late configuration ++++ syft: - Update to version 1.27.0: * Added Features - add syft schema version to version command [#3949 @spiffcs] * Bug Fixes - Remove CPE product candidates for phf, prometheus, hyper and Rust crates [#3967 @jayvdb] - Remove CPE product candidates for opentelemetry and redis Rust crates [#3962 @jayvdb] - Harden Container Runtime with Non-Root User [#3941 @MikeTheCyberGuy] - terraform provider lock entries should not require constraints [#3934 @ghouscht] - sbom cataloger returning upstream package [#3662 #3981 @kzantow] - Syft missing md5 sums and list data for dpkg packages under status.d/ [#3912] - Failure to detect dependency relationships between Python packages [#3958 #3965 @christoph-blessing] - Heavy memory consumption when directory scanning deb source [#3928 #3953 @kzantow] - In versions 1.25.0 and later, graalvm-native-image-cataloger adds 3-6 hours to Syft [#3942 #3944 @kzantow] - Syft incorrectly reports multiple APKs as parents of symlinked files [#3847 #3923 @luhring] * Dependencies - chore(deps): bump modernc.org/sqlite from 1.37.1 to 1.38.0 (#3979) - chore(deps): bump github.com/go-git/go-git/v5 from 5.16.1 to 5.16.2 (#3978) - chore(deps): update tools to latest versions (#3977) - chore(deps): update CPE dictionary index (#3976) - chore(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 (#3970) - chore(deps): bump github.com/sergi/go-diff (#3971) - chore(deps): bump golang.org/x/mod from 0.24.0 to 0.25.0 (#3963) - chore(deps): bump github.com/gkampitakis/go-snaps from 0.5.12 to 0.5.13 (#3964) - chore(deps): bump github.com/go-git/go-git/v5 from 5.16.0 to 5.16.1 (#3960) - chore(deps): bump github/codeql-action from 3.28.18 to 3.28.19 (#3952) - chore(deps): bump github.com/gkampitakis/go-snaps from 0.5.11 to 0.5.12 (#3943) - chore(deps): update tools to latest versions (#3945) - chore(deps): update CPE dictionary index (#3947) - chore(deps): bump github.com/google/go-containerregistry (#3933) - chore(deps): update CPE dictionary index (#3935) - chore(deps): bump modernc.org/sqlite from 1.37.0 to 1.37.1 (#3926) ++++ terragrunt: - Update to version 0.81.1: * Experiments Added The reports experiment has been added As part of delivering #3628 , the reports experiment has been added. When enabled, Terragrunt will emit summaries of runs at the end of run --all commands. e.g. $ terragrunt run --all plan [#] Omitted for brevity... ❯❯ Run Summary Duration: 62ms Units: 3 Succeeded: 3 The summary can also be disabled using the --summary-disable flag, even when the experiment is active. You can learn more about this feature here. https://terragrunt.gruntwork.io/docs/features/run-report/ More will be added in the near future to allow for report generation and customization. Stay tuned! * What's Changed - feat: Integrating report into runs (#4387) - feat: Added configstack abstraction (#4385) - feat: Adding `report` package (#4386) - feat: github action for signing executables (#4369) ++++ vale: - Update to version 3.12.0: * test: add more cases * refactor: blueprint -> view * chore: add `.well-known` * chore: add funding.yml * fix: remove erroneous "+1" * chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 (#996) ++++ yast2-trans: - Update to version 84.87.20250608.f8b6c5cf63: * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Russian) * Translated using Weblate (Ukrainian) * Translated using Weblate (Ukrainian) * Translated using Weblate (Ukrainian) ------------------------------------------------------------------ ------------------ 2025-6-8 - Jun 8 2025 ------------------- ------------------------------------------------------------------ ++++ ProtonPlus: - update to 0.5.0+1: * fix metainfo.xml file - update to 0.5.0: * Added Kron4ek Proton builds * Added a way to add a shortcut of ProtonPlus in Steam * Added a way to see if a compatibility tool is used or not for Steam * Added the ability to change the compatibility tool of Steam games * Added the ability to change the compatibility tool of multiple Steam game at the same time * Fix UI freeze when installing/removing STL * Improved the UX of most of the dialogs ++++ PrusaSlicer: - Add patch for compatibility with Boost 1.88 * gh#prusa3d/PrusaSlicer#14534 gentoo#955553 * PrusaSlicer-2.9.2-issue14534-boost-1.88.patch ++++ webkit2gtk3-soup2: - Replace usage of %jobs for reproducible builds (boo#1237231) ++++ webkit2gtk3: - Replace usage of %jobs for reproducible builds (boo#1237231) ++++ webkit2gtk4: - Replace usage of %jobs for reproducible builds (boo#1237231) ++++ conftest: - Update to version 0.61.1: * build(deps): bump github.com/open-policy-agent/opa from 1.5.0 to 1.5.1 (#1137) ++++ distrobuilder: - require the smaller package git-core, not git (which includes git gui) ++++ firefox-esr: - Replace usage of %jobs for reproducible builds (boo#1237231) ++++ gitleaks: - Update to version 8.27.1: * fix(atlassian): reduce false-positives for v1 pattern (#1892) * Fix log suppresion issue (#1887) * Added Heroku API Key New Version (#1883) * Add Platform Bitbucket (#1886) * Add Platform Gitea (#1884) * prevent default warn message when max-archive-depth not set (#1881) * prevent default warn message when max-archive-depth not set ++++ grpc: - Update to version 1.73.0: * Core: Added GPR_DISABLE_ABSEIL_SYNC (gh#grpc/grpc#39562). * xds_override_host: pass through per-endpoint args when creating subchannels (gh#grpc/grpc#39532). * Expose GRPC_OPENSSL_CLEANUP_TIMEOUT to control shutdown grace period (gh#grpc/grpc#39297). * URI: fix parsing of user_info in proxy settings (gh#grpc/grpc#39004). * EventEngine: Fix busy loop in thread pool when shutting down (gh#grpc/grpc#39258). * Dep: Added a flag to build with openssl instead of boringssl (gh#grpc/grpc#39188). * EventEngine: Cleanup: EventEngine client, listener, and dns experiments are on by default on all platforms (gh#grpc/grpc#39079). * C++: Mark OpenCensus and dependent APIs as deprecated (gh#grpc/grpc#39554). - Minor rebase of patches for update: * link-failure.patch. * telemetry.patch. - Bump so version in shlib package name to 48, conforming to upstream's. ++++ janet: - Use lua scriptlets to define somajor and sominor macros. - Cleanup and fix list of installed files ++++ qt6-declarative: - Add upstream fix (QTBUG-137196): * 0001-qmlcachegen-fix-crash-on-unresolved-type-with-requir.patch ++++ mpg123: - Update to version 1.33.0 mpg123: * Fix printout of filenames at end (convert/limit text encoding). * Treat HTTP header encoding as unknown/ASCII and formally convert to UTF-8. * Make --continue mode work with --random. out123: * Finally give zero exit code when generating sounds, not indicating spurious failure. build: * Use CCASFLAGS for assembler tests, to enable builds that enable instruction sets that way. * PIC for compat libs (convenience libs used during build) only if building shared libs. compat: * Map strtok use to strtok_r or strtok_s (MS platforms), if possible. users only in control_generic and libout123 so far. Out123 itself uses mytok. * Enable build on PSP by merging in the hotfix of opmitting signal code. libmpg123: * API version 49 with added mpg123_open_handle64(), mpg123_open64(), and mpg123_open_fixed64() that are not subject to largefile renaming. This means you can still access internal I/O with MPG123_PORTABLE_API. The code has been there before, anyway. * With MPG123_PORTABLE_API, mpg123_open_handle() is hidden now (use mpg123_open_handle64() instead). * more silence on errors (sideband limit message) ++++ nfpm: - Update to version 2.43.0: * New Features - 2e47af6: feat: srpm (#935) (@caarlos0) * Other work - fdc6b11: docs: update cmd docs (@caarlos0) * Dependencies - chore(deps): bump github.com/google/rpmpack (#934) - chore(deps): bump github.com/ProtonMail/go-crypto from 1.2.0 to 1.3.0 (#931) ++++ pnpm: - update to 10.12.1 (10.2.0 was yanked): * Minor Changes - Experimental. Added support for global virtual stores. When enabled, node_modules contains only symlinks to a central virtual store, rather to node_modules/.pnpm. By default, this central store is located at /links (you can find the store path by running pnpm store path). In the central virtual store, each package is hard linked into a directory whose name is the hash of its dependency graph. This allows multiple projects on the system to symlink shared dependencies from this central location, significantly improving installation speed when a warm cache is available. This is conceptually similar to how NixOS manages packages, using dependency graph hashes to create isolated and reusable package directories. To enable the global virtual store, set enableGlobalVirtualStore: true in your root pnpm-workspace.yaml, or globally via: pnpm config -g set enable-global-virtual-store true NOTE: In CI environments, where caches are typically cold, this setting may slow down installation. pnpm automatically disables the global virtual store when running in CI. Related PR: #8190 - The pnpm update command now supports updating catalog: protocol dependencies and writes new specifiers to pnpm-workspace.yaml. - A new catalogMode setting is available for controlling if and how dependencies are added to the default catalog. It can be configured to several modes: - strict: Only allows dependency versions from the catalog. Adding a dependency outside the catalog's version range will cause an error. - prefer: Prefers catalog versions, but will fall back to direct dependencies if no compatible version is found. - manual (default): Does not automatically add dependencies to the catalog. - Added two new CLI options (--save-catalog and - -save-catalog-name=) to pnpm add to save new dependencies as catalog entries. catalog: or catalog: will be added to package.json and the package specifier will be added to the catalogs or catalog[] object in pnpm-workspace.yaml #9425. - Semi-breaking. The keys used for side-effects caches have changed. If you have a side-effects cache generated by a previous version of pnpm, the new version will not use it and will create a new cache instead #9605. - Added a new setting called ci for explicitly telling pnpm if the current environment is a CI or not. * Patch Changes - Sort versions printed by pnpm patch using semantic versioning rules. - Improve the way the error message displays mismatched specifiers. Show differences instead of 2 whole objects [#9598]. - Revert #9574 to fix a regression #9596. ++++ python-json5: - update to 0.12.0 * jump several versions with meta/test changes * from 0.11.0: * Fix a typing issue in dump and dumps with the cls argument * Introduce a new parse method * Fix #60 - parsing '--6.0' incorrectly * from 0.10.1: * Add custom encoding to dump/dumps ++++ python-pymol: - Enable test suite for x86_64 ++++ qt6-declarative-docs: - Add upstream fix (QTBUG-137196): * 0001-qmlcachegen-fix-crash-on-unresolved-type-with-requir.patch ++++ scribus: - Update to 1.6.4: * Avoid custom font encodings when embedding TTF fonts in PDFs. * Fixes to PDF import and export, and checkbox rendering on MS Edge. * Fixes for PDF/X-4 export when attempting to use ICC profile unsuitable for output. * Fixes some images being incorrectly imported as black when importing PDF. * Addressed compilation issues when building against newer versions of poppler. * Added new Python functions for page sizing, bounding boxes for page items, min/max word kerning and a fix to locked layer detection. * Updated translation files - Drop patch, merged upstream: * 0001-Fix-build-error-with-poppler-25.02.0.patch - Add patches: * 0001-Fix-build-with-poppler-25.06.0.patch * 0001-Fix-build-with-PoDoFo-1.0.0.patch ++++ streamlink: - update to 7.4.0: * Added: encoding keyword to all HTTP request methods to override the response content encoding * Added: debug log message for the available DASH periods (id or index) * Fixed: LookupError when selecting an invalid DASH period * Updated plugins: - blasttv: new plugin - kick: fixed 403 API responses by solving the JS challenge using the webbrowser API - nicolive: fixed plugin metadata by forcing UTF-8 encoding - picarto: fixed validation schema and fixed multi-stream selection - tvp: rewritten and fixed plugin - twitcasting: fixed plugin by switching to new websocket+HLS streams - vtvgo: removed plugin * Tests: fixed py314 test failures * Tests: fixed some HLS tests failing in rare cases - enable leap building (works only if we have the correct dependencies in the project) - switch over to using pyproject to build the package, as setup.py is deprecated and has an EOL date - switch tests over to pytest-asyncio, so we can deprecate trio-typing ++++ telemetrygen: - update to version 0.127.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.127.0 - update to version 0.126.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.126.0 - update to version 0.125.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.125.0 - update to version 0.124.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.124.0 - update to version 0.123.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.123.0 - update to version 0.122.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.122.0 - update to version 0.121.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.121.0 - update to version 0.120.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.120.0 - update to version 0.119.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.119.0 - update to version 0.118.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.118.0 - update to version 0.117.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.117.0 - update to version 0.116.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.116.0 - update to version 0.115.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.115.0 - update to version 0.114.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.114.0 - update to version 0.113.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.113.0 - update to version 0.112.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.112.0 - update to version 0.111.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.111.0 - update to version 0.110.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.110.0 - update to version 0.109.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.109.0 - update to version 0.108.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.108.0 - update to version 0.107.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.107.0 - update to version 0.106.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.106.0 - update to version 0.105.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.105.0 - update to version 0.104.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.104.0 - update to version 0.103.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.103.0 - update to version 0.102.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.102.0 - update to version 0.101.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.101.0 - update to version 0.100.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.100.0 - update to version 0.99.0: https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.99.0 ------------------------------------------------------------------ ------------------ 2025-6-7 - Jun 7 2025 ------------------- ------------------------------------------------------------------ ++++ Komikku: - update to 1.79.1: * [Card] Fixed Pull-to-Update - update to 1.79.0: * [Card] Added new backdrop method: Blurred cover * [Servers] Dragon Ball Multiverse: Update * [Servers] EZmanga (EN): Update * [Servers] MangaCrab (ES): Update * [Servers] MangaMana (FR): Update * [Servers] MangaNato (EN): Update * [Servers] Mangaowl (EN): Update * [Servers] MangaReader (cc) (EN): Update * [Servers] Neko Scans(ES): Update * [Servers] Pepper&Carrot: Added support of Persian language * [Servers] Rawdevart (JA): Update * [Servers] Read Comic Online (EN): Update * [Servers] Senpai Ediciones (ES): Disabled * [Servers] Terco Scans (EN): Update * [Servers] Usagi (RU): Disabled * [L10n] Updated Arabic and Persian translations ++++ Mesa: - Update to release 25.1.3 - -> https://docs.mesa3d.org/relnotes/25.1.3 ++++ Mesa-drivers: - Update to release 25.1.3 - -> https://docs.mesa3d.org/relnotes/25.1.3 ++++ asdf: - Update to version 0.18.0: * chore: release 0.18.0 (#2128) * chore: revert chore release 0.18.0 (#2106) (#2127) * chore: release 0.18.0 (#2106) * fix: rename tool version filename environment variable for clarity (#2101) * docs: create dependencies page (#2124) * docs: correct dangerous cleanup command in upgrade guide (#2123) * fix: only return version starting with number when no filter is supplied (#2120) * docs: correct link to ASDF_CONFIG_FILE environment variable (#2119) * docs: upgrade upgrade guide to reference all available install methods (#2117) * feat: `asdf list` exit with status code of 0 when no versions installed (#2116) * fix: correct flag handling in commands run by `asdf exec` (#2115) * docs: document cleanup of ASDF_DATA_DIR in upgrade guide (#2114) * chore(deps): bump @types/node from 22.15.3 to 22.15.29 in /docs in the docs group (#2111) * docs: document unexpected shims on faq page (#2110) * fix: print all error output to stderr when shim can't be resolved (#2109) * fix: upgrade urfave/cli to version 3 (#2105) * docs: add missing information 0.16.0 upgrade instructions (#2103) ++++ crun-vm: - exclude ronn-ng from 16.0 ++++ eksctl: - Update to version 0.210.0: * Improvements - Change node role policy ReadOnly -> PullOnly (support ECR pull-through cache) (#8386) * Bug Fixes - Fix Clusters Fail to Create Private Endpoint and Identity Provider (#8411) ++++ extension-manager: - move back to the default optflags - switch over to the download_files service ++++ fuse: - Drop fuse-devel-static. - Modernize specfile. - Do not require installation of documentation for use of FUSE headers. ++++ gap-curlinterface: - Update to release 2.4.1 * Fix test suite failures ++++ iotas: - Update to version 0.11.1: * New features: - Desktop action for "New Note". - D-Bus activatability. - Initial unit tests. * Changes: - Improved error handling in shell search. - Simplified action handling. - CSS deprecations for libadwaita v1.7. * Fixes: - Wrong note could be used when jumping to previous note with Ctrl + L. - Short lived contextual header bars (eg. rename, search, etc) have their right side title buttons hidden but not their left. - Link at the start of the first line in a note not being correctly identified for the formatting toolbar/shortcut and ctrl-click to open link in the editor. - Race condition failure when starting search from CLI for the shell provider. - Preceding markup underscores not being stripped from excerpt. * Updated translations. - Changes from version 0.11.0: * New features: - Ability to jump to other sections of the note being edited via an outline (glgo#World/iotas#188). - Shortcut help to open previous note. * Changes: - Clearer wording for onboarding help (glgo#World/iotas#189). - Consistency / HIG tweak to menu strings. - Use provided timestamp when launching from shell search results. - The editor closes if the note is remotely deleted. * Fix: Can't overwrite previous HTML exports. * Updated translations. - Add iotas-optional-pypandoc.patch: Make pypandoc optional so that app does not crash when it is unavailable on system (glgo#World/iotas#291); upstream merge request. - Drop tests and %check section: now requires pandoc. - Promote python3-linkify-it-py to Requires; now necessary for markdown preview. ++++ gpxsee: - Update to version 13.44 * Added tracks/routes/areas legend option. * Various minor fixes. ++++ hugo: - Update to version 0.147.8: * releaser: Bump versions for release of 0.147.8 * hugolib: Emit ignorable warning when home page is a leaf bundle * dockerfile: Update Alpine * dockerfile: Update Go version * build(deps): bump github.com/evanw/esbuild from 0.25.3 to 0.25.5 * build(deps): bump github.com/niklasfasching/go-org from 1.7.0 to 1.8.0 * build(deps): bump golang.org/x/net from 0.39.0 to 0.40.0 * build(deps): bump github.com/yuin/goldmark from 1.7.11 to 1.7.12 * build(deps): bump github.com/tdewolff/minify/v2 from 2.23.5 to 2.23.8 * all: Replace _build with build in tests * releaser: Prepare repository for 0.148.0-DEV ++++ k0sctl: - Update to version 0.25.1: * Bump golang.org/x/text from 0.25.0 to 0.26.0 (#907) * Bump github.com/sergi/go-diff from 1.3.1 to 1.4.0 (#906) * Always set config defaults before phase manager runs (#905) ++++ kak-lsp: - Update to version 18.1.3: * v18.1.3 * Use the right language ID when [language.foo] is in effect * Remove unused line-specs option * Better variable name for code lens line-specs value * lsp-object: don't send documentSymbol to servers that don't support it * Include language server name in stderr logs * Use rust-analyzer from PATH * Work around lsp-rename didChange failing when using window scope * Send texlab-specific requests only to servers that support them * Fix dart language server command * Add kak-lsp server PID to the closing log message * Report more diagnostics information, in multiple lines * Fix regression causing spurious/missing server name in hover * Address clippy lints * Config knob to override magic single-instance setting * Back out "Add curly underline to DiagnosticError face" * start new cycle ++++ kernel-firmware-amdgpu: - Update to version 20250606 (git commit 4f0106cf1943): * amdgpu: DMCUB updates for various ASICs ++++ lazygit: - Update to version 0.52.0: * Remove the pick vs. pull hack * Optionally pass disabled commands on to next handler * Cleanup: restructure code for clarity * Bump gocui and adapt lazygit code * Fix wrong inactive highlight when switching between repos * Add integration test for resetting to upstream branch with duplicate name * Use full refname instead of short to prevent disambiguation with tag * Add integration tests showing resetting to duplicate named tags and branches * Add FullRefName to all reset menus * Print default option when prompting to create a new git repo * Make PR template mention that PR titles will be used in release notes * Replace literal with ConfigFilename constant * Use branchPrefix on moving commits to a new branch * Add a function to suggest a branch name based on branchPrefix * Fix branch selection jumping back on background fetch * Kill background fetch when it requests a passphrase * Pass cmdObj instead of task to processOutput * Bump gocui * Add user config gui.addRootItemInFileTree * Pass common.Common to file trees instead of just the Log ++++ spirv-llvm-translator: - Update to version 20.1.3. * Implement SPV_KHR_bfloat16 extension. * Remove `Aligned 0` from tests. * Rounding modes on int to int conversions are valid OpenCL C builtin functions. * Add reverse translation test for integer convert with explicit rounding. * Make OCLUtil.h compatible with C++20 standard. * Missing addExtension in SPIRVWriter.cpp. * Use native for the system separator for source path string in debug info. ++++ libupnp: - Update to release 1.14.23 * Improve SSDP initialization and error handling ++++ plutosvg: - Remove -m flags to improve compatibility ++++ wayland: - Skip tests in qemu emulation ++++ melange: - Update to version 0.26.7: * sbom: generate downloadLocations for unknown gits (#2028) ++++ neocmakelsp: - Update to version 0.8.17: * chore: bump version * chore: update deps * chore: bump deps * fix: typo * feat: less normalize during format and complete * chore: do fmt * fix: check in project path * fix: unit test * fix: clippy * feat: init_options also use once_cell * feat: use once_cell to late init root_path * chore: update deps ++++ openmw: - Update to version 0.49rc8. Changes since v0.48.0: * Bug #2623: Snowy Granius doesn't prioritize conjuration spells * Bug #3438: NPCs can't hit bull netch with melee weapons * Bug #3842: Body part skeletons override the main skeleton * Bug #4127: Weapon animation looks choppy * Bug #4204: Dead slaughterfish doesn't float to water surface after loading saved game * Bug #4207: RestoreHealth/Fatigue spells have a huge priority even if a success chance is near 0 * Bug #4289: Script compilation fails if an NPC deleted in a content file is disabled * Bug #4382: Sound output device does not change when it should * Bug #4508: Can't stack enchantment buffs from different instances of the same self-cast generic magic apparel * Bug #4610: Casting a Bound Weapon spell cancels the casting animation by equipping the weapon prematurely * Bug #4683: Disposition decrease when player commits crime is not implemented properly * Bug #4710: Object tooltips don't always stick to the top of the object * Bug #4742: Actors with wander never stop walking after Loopgroup Walkforward * Bug #4743: PlayGroup doesn't play non-looping animations correctly * Bug #4754: Stack of ammunition cannot be equipped partially * Bug #4816: GetWeaponDrawn returns 1 before weapon is attached * Bug #4822: Non-weapon equipment and body parts can't inherit time from parent animation * Bug #4898: Odd/Incorrect lighting on meshes * Bug #5057: Weapon swing sound plays at same pitch whether it hits or misses * Bug #5062: Root bone rotations for NPC animation don't work the same as for creature animation * Bug #5065: Actors with scripted animation still try to wander and turn around without moving * Bug #5066: Quirks with starting and stopping scripted animations * Bug #5129: Stuttering animation on Centurion Archer * Bug #5280: Unskinned shapes in skinned equipment are rendered in the wrong place * Bug #5371: Keyframe animation tracks are used for any file that begins with an X * Bug #5413: Enemies do a battlecry everytime the player summons a creature * Bug #5714: Touch spells cast using ExplodeSpell don't always explode * Bug #5755: Reset friendly hit counter * Bug #5849: Paralysis breaks landing * Bug #5870: Disposing of actors who were selected in the console doesn't deselect them like vanilla * Bug #5883: Immobile creatures don't cause water ripples * Bug #5977: Fatigueless NPCs' corpse underwater changes animation on game load * Bug #6025: Subrecords cannot overlap records * Bug #6027: Collisionshape becomes spiderweb-like when the mesh is too complex * Bug #6146: Lua command `actor:setEquipment` doesn't trigger mwscripts when equipping or unequipping a scripted item * Bug #6156: 1ft Charm or Sound magic effect vfx doesn't work properly * Bug #6190: Unintuitive sun specularity time of day dependence * Bug #6222: global map cell size can crash openmw if set to too high a value * Bug #6240: State sharing sometimes prevents the use of the same texture file for different purposes in shaders * Bug #6313: Followers with high Fight can turn hostile * Bug #6402: The sound of a thunderstorm does not stop playing after entering the premises * Bug #6427: Enemy health bar disappears before damaging effect ends * Bug #6550: Cloned body parts don't inherit texture effects * Bug #6574: Crash at far away from world origin coordinates * Bug #6645: Enemy block sounds align with animation instead of blocked hits * Bug #6657: Distant terrain tiles become black when using FWIW mod * Bug #6661: Saved games that have no preview screenshot cause issues or crashes * Bug #6665: The kobolds in the skyrim: home of the nords mod are oversized * Bug #6716: mwscript comparison operator handling is too restrictive * Bug #6723: "Turn to movement direction" makes the player rotate wildly with COLLADA * Bug #6754: Beast to Non-beast transformation mod is not working on OpenMW * Bug #6758: Main menu background video can be stopped by opening the options menu * Bug #6807: Ultimate Galleon is not working properly * Bug #6846: Launcher only works with default config paths * Bug #6893: Lua: Inconsistent behavior with actors affected by Disable and SetDelete commands * Bug #6894: Added item combines with equipped stack instead of creating a new unequipped stack * Bug #6932: Creatures flee from my followers and we have to chase after them * Bug #6939: OpenMW-CS: ID columns are too short * Bug #6949: Sun Damage effect doesn't work in quasi exteriors * Bug #6964: Nerasa Dralor Won't Follow * Bug #6973: Fade in happens after the scene load and is shown * Bug #6974: Only harmful effects are reflected * Bug #6977: Sun damage implementation does not match research * Bug #6985: Issues with Magic Cards numbers readability * Bug #6986: Sound magic effect does not make noise * Bug #6987: Set/Mod Blindness should not darken the screen * Bug #6992: Crossbow reloading doesn't look the same as in Morrowind * Bug #6993: Shooting your last round of ammunition causes the attack animation to cancel * Bug #7009: Falling actors teleport to the ground without receiving any damage on cell loading * Bug #7013: Local map rendering in some cells is broken * Bug #7034: Misc items defined in one content file are not treated as keys if another content file uses them as such * Bug #7040: Incorrect rendering order for Rebirth's Stormfang * Bug #7042: Weapon follow animations that immediately follow the hit animations cause multiple hits * Bug #7044: Changing a class' services does not affect autocalculated NPCs * Bug #7051: Collada animated character models are optimized out of the collision box instance with object paging * Bug #7053: Running into objects doesn't trigger GetCollidingPC * Bug #7054: Quests aren't sorted by name * Bug #7064: NPCs don't report crime if the player is casting offensive spells on them while sneaking * Bug #7077: OpenMW fails to load certain particle effects in .osgt format * Bug #7084: Resurrecting an actor doesn't take into account base record changes * Bug #7088: Deleting last save game of last character doesn't clear character name/details * Bug #7092: BSA archives from higher priority directories don't take priority * Bug #7102: Some HQ Creatures mod models can hit the 8 texture slots limit with 0.48 * Bug #7103: Multiple paths pointing to the same plugin but with different cases lead to automatically removed config entries * Bug #7122: Teleportation to underwater should cancel active water walking effect * Bug #7131: MyGUI log spam when post processing HUD is open * Bug #7134: Saves with an invalid last generated RefNum can be loaded * Bug #7145: Normals passed to post-processing shaders are broken * Bug #7146: Debug draw for normals is wrong * Bug #7163: Myar Aranath: Wheat breaks the GUI * Bug #7168: Fix average scene luminance * Bug #7172: Current music playlist continues playing indefinitely if next playlist is empty * Bug #7202: Post-processing normals for terrain, water randomly stop rendering * Bug #7204: Missing actor scripts freeze the game * Bug #7229: Error marker loading failure is not handled * Bug #7243: Supporting loading external files from VFS from esm files * Bug #7284: "Your weapon has no effect." message doesn't always show when the player character attempts to attack * Bug #7292: Weather settings for disabling or enabling snow and rain ripples don't work * Bug #7298: Water ripples from projectiles sometimes are not spawned * Bug #7307: Alchemy "Magic Effect" search string does not match on tool tip for effects related to attributes * Bug #7309: Sunlight scattering is visible in inappropriate situations * Bug #7322: Shadows don't cover groundcover depending on the view angle and perspective with compute scene bounds = primitives * Bug #7351: Unsupported MSAA level fallback wrecks GL context extension checks * Bug #7353: Normal Map Crashes with Starwind Assets in TES3MP and OpenMW * Bug #7354: Disabling post processing in-game causes a crash * Bug #7364: Post processing is not reflected in savegame previews * Bug #7380: NiZBufferProperty issue * Bug #7413: Generated wilderness cells don't spawn fish * Bug #7415: Unbreakable lock discrepancies * Bug #7416: Modpccrimelevel is different from vanilla * Bug #7428: AutoCalc flag is not used to calculate enchantment costs * Bug #7447: OpenMW-CS: Dragging a cell of a different type (from the initial type) into the 3D view crashes OpenMW-CS * Bug #7450: Evading obstacles does not work for actors missing certain animations * Bug #7459: Icons get stacked on the cursor when picking up multiple items simultaneously * Bug #7469: Reloading lua with a orphaned lua UI element causes crash * Bug #7472: Crash when enchanting last projectiles * Bug #7475: Equipping a constant effect item doesn't update the magic menu * Bug #7502: Data directories dialog (0.48.0) forces adding subdirectory instead of intended directory * Bug #7505: Distant terrain does not support sample size greater than cell size * Bug #7531: Some bitmap font glyph substitutes are erroneous or missing * Bug #7535: Bookart paths for textures in OpenMW vs vanilla Morrowind * Bug #7548: Actors cannot open doors that were teleported from a different cell * Bug #7553: Faction reaction loading is incorrect * Bug #7557: Terrain::ChunkManager::createChunk is called twice for the same position, lod on initial loading * Bug #7573: Drain Fatigue can't bring fatigue below zero by default * Bug #7582: Skill specializations are hardcoded in character creation * Bug #7585: Difference in interior lighting between OpenMW with legacy lighting method enabled and vanilla Morrowind * Bug #7587: Quick load related crash * Bug #7603: Scripts menu size is not updated properly * Bug #7604: Goblins Grunt becomes idle once injured * Bug #7609: ForceGreeting should not open dialogue for werewolves * Bug #7611: Beast races' idle animations slide after turning or jumping in place * Bug #7617: The death prompt asks the player if they wanted to load the character's last created save * Bug #7619: Long map notes may get cut off * Bug #7623: Incorrect placement of the script info in the engraved ring of healing tooltip * Bug #7627: Сrash at the start * Bug #7630: Charm can be cast on creatures * Bug #7631: Cannot trade with/talk to Creeper or Mudcrab Merchant when they're fleeing * Bug #7633: Groundcover should ignore non-geometry Drawables * Bug #7636: Animations bug out when switching between 1st and 3rd person, while playing a scripted animation * Bug #7637: Actors can sometimes move while playing scripted animations * Bug #7639: NPCs don't use hand-to-hand if their other melee skills were damaged during combat * Bug #7641: loopgroup loops the animation one time too many for actors * Bug #7642: Items in repair and recharge menus aren't sorted alphabetically * Bug #7643: Can't enchant items with constant effect on self magic effects for non-player character * Bug #7646: Follower voices pain sounds when attacked with magic * Bug #7647: NPC walk cycle bugs after greeting player * Bug #7654: Tooltips for enchantments with invalid effects cause crashes * Bug #7660: Some inconsistencies regarding Invisibility breaking * Bug #7661: Player followers should stop attacking newly recruited actors * Bug #7665: Alchemy menu is missing the ability to deselect and choose different qualities of an apparatus * Bug #7675: Successful lock spell doesn't produce a sound * Bug #7676: Incorrect magic effect order in alchemy * Bug #7679: Scene luminance value flashes when toggling shaders * Bug #7685: Corky sometimes doesn't follow Llovyn Andus * Bug #7696: Freeze in CompositeMapRenderer::drawImplementation * Bug #7707: (OpenCS): New landscape records do not contain appropriate flags * Bug #7712: Casting doesn't support spells and enchantments with no effects * Bug #7721: CS: Special Chars Not Allowed in IDs * Bug #7723: Assaulting vampires and werewolves shouldn't be a crime * Bug #7724: Guards don't help vs werewolves * Bug #7728: Fatal Error at Startup * Bug #7733: Launcher shows incorrect data paths when there's two plugins with the same name * Bug #7737: OSG stats are missing some data on loading screens * Bug #7742: Governing attribute training limit should use the modified attribute * Bug #7744: Player base record cannot have weapons in the inventory * Bug #7753: Editor: Actors Don't Scale According to Their Race * Bug #7758: Water walking is not taken into account to compute path cost on the water * Bug #7761: Rain and ambient loop sounds are mutually exclusive * Bug #7763: Bullet shape loading problems, assorted * Bug #7765: OpenMW-CS: Touch Record option is broken * Bug #7769: Sword of the Perithia: Broken NPCs * Bug #7770: Sword of the Perithia: Script execution failure * Bug #7780: Non-ASCII texture paths in NIF files don't work * Bug #7785: OpenMW-CS initialising Skill and Attribute fields to 0 instead of -1 on non-FortifyStat spells * Bug #7787: Crashing when loading a saved game (not always though) * Bug #7794: Fleeing NPCs name tooltip doesn't appear * Bug #7796: Absorbed enchantments don't restore magicka * Bug #7823: Game crashes when launching it. * Bug #7832: Ingredient tooltips show magnitude for Fortify Maximum Magicka effect * Bug #7840: First run of the launcher doesn't save viewing distance as the default value * Bug #7841: Editor: "Dirty" water heights are saved in modified CELLs * Bug #7859: AutoCalc flag is not used to calculate potion value * Bug #7861: OpenMW-CS: Incorrect DIAL's type in INFO records * Bug #7872: Region sounds use wrong odds * Bug #7886: Equip and unequip animations can't share the animation track section * Bug #7887: Editor: Mismatched reported script data size and actual data size causes a crash during save * Bug #7891: Launcher Reverts 8k Shadows to default * Bug #7896: Editor: Loading cellrefs incorrectly transforms Refnums, causing load failures * Bug #7898: Editor: Invalid reference scales are allowed * Bug #7899: Editor: Doors can't be unlocked * Bug #7901: Editor: Teleport-related fields shouldn't be editable if a ref does not teleport * Bug #7908: Key bindings names in the settings menu are layout-specific * Bug #7912: Lua: castRenderingRay fails to hit height map * Bug #7943: Using "addSoulGem" and "dropSoulGem" commands to creatures works only with "Weapon & Shield" flagged ones * Bug #7950: Crash in MWPhysics::PhysicsTaskScheduler::removeCollisionObject * Bug #7970: Difference of GetPCSleep (?) behavior between vanilla and OpenMW * Bug #7980: Paralyzed NPCs' lips move * Bug #7993: Cannot load Bloodmoon without Tribunal * Bug #7997: Can toggle perspective when paralyzed * Bug #8002: Portable light sources held by creatures do not emit lighting * Bug #8005: F3 stats bars are sorted not according to their place in the timeline * Bug #8018: Potion effects should never explode and always apply on self * Bug #8021: Player's scale doesn't reset when starting a new game * Bug #8048: Actors can generate negative collision extents and have no collision * Bug #8063: menu_background.bik video with audio freezes the game forever * Bug #8064: Lua move360 script doesn't respect the enableZoom/disableZoom Camera interface setting * Bug #8085: Don't search in scripts or shaders directories for "Select directories you wish to add" menu in launcher * Bug #8097: GetEffect doesn't detect 0 magnitude spells * Bug #8099: Reaching Lua memory limit leads to a crash * Bug #8124: Normal weapon resistance is applied twice for NPCs * Bug #8132: Actors without hello responses turn to face the player * Bug #8171: Items with more than 100% health can be repaired * Bug #8172: Openmw-cs crashes when viewing `Dantooine, Sea` * Bug #8187: Intervention effects should use Chebyshev distance to determine the closest marker * Bug #8189: The import tab in the launcher doesn't remember the checkbox selection * Bug #8191: NiRollController does not work for sheath meshes * Bug #8206: Moving away from storm wind origin should make you faster * Bug #8207: Using hand-to-hand while sneaking plays the critical hit sound when the target is not getting hurt * Bug #8208: The launcher's view distance option's minimum value isn't capped to Vanilla's minimum * Bug #8223: Ghosts don't move while spellcasting * Bug #8231: AGOP doesn't like NiCollisionSwitch * Bug #8237: Non-bipedal creatures should *not* use spellcast equip/unequip animations * Bug #8252: Plugin dependencies are not required to be loaded * Bug #8295: Post-processing chain is case-sensitive * Bug #8299: Crash while smoothing landscape * Bug #8364: Crash when clicking scrollbar without handle (divide by zero) * Bug #8378: Korean bitmap fonts are unusable * Bug #8439: Creatures without models can crash the game * Bug #8441: Freeze when using video main menu replacers * Bug #8445: Launcher crashes on exit when cell name loading thread is still running * Bug #8462: Crashes when resizing the window on macOS * Bug #8465: Blue screen w/ antialiasing and post-processing on macOS * Bug #8503: Camera does not handle NaN gracefully * Bug #8541: Lua: util.color:asHex produces wrong output for some colors * Feature #1415: Infinite fall failsafe * Feature #2566: Handle NAM9 records for manual cell references * Feature #3501: OpenMW-CS: Instance Editing - Shortcuts for axial locking * Feature #3537: Shader-based water ripples * Feature #5173: Support for NiFogProperty * Feature #5492: Let rain and snow collide with statics * Feature #5926: Refraction based on water depth * Feature #5944: Option to use camera as sound listener * Feature #6009: Animation blending - smooth animation transitions with modding support * Feature #6152: Playing music via lua scripts * Feature #6188: Specular lighting from point light sources * Feature #6411: Support translations in openmw-launcher * Feature #6447: Add LOD support to Object Paging * Feature #6491: Add support for Qt6 * Feature #6505: UTF-8 support in Lua scripts * Feature #6556: Lua API for sounds * Feature #6679: Design a custom Input Action API * Feature #6726: Lua API for creating new objects * Feature #6727: Lua API for records of all object types * Feature #6823: Animation layering for osgAnimation formats * Feature #6864: Lua file access API * Feature #6922: Improve launcher appearance * Feature #6933: Support high-resolution cursor textures * Feature #6945: Support S3TC-compressed and BGR/BGRA NiPixelData * Feature #6979: Add support of loading and displaying LOD assets purely based on their filename extension * Feature #6983: PCVisionBonus script functions * Feature #6995: Localize the "show effect duration" option * Feature #7058: Implement TestModels (T3D) console command * Feature #7087: Block resolution change in the Windowed Fullscreen mode * Feature #7091: Allow passing `initData` to the :addScript call * Feature #7125: Remembering console commands between sessions * Feature #7129: Add support for non-adaptive VSync * Feature #7130: Ability to set MyGUI logging verbosity * Feature #7142: MWScript Lua API * Feature #7148: Optimize string literal lookup in mwscript * Feature #7160: Editor: Moving the Response column of Topicinfos in a better place * Feature #7161: OpenMW-CS: Make adding and filtering TopicInfos easier * Feature #7180: Rename water_nm file and move it to the vfs * Feature #7194: Ori to show texture paths * Feature #7214: Searching in the in-game console * Feature #7245: Expose the argument `cancelOther` of `AiSequence::stack` to Lua * Feature #7248: Searching in the console with regex and toggleable case-sensitivity * Feature #7318: Ability to disable water culling * Feature #7468: Factions API for Lua * Feature #7477: NegativeLight Magic Effect flag * Feature #7499: OpenMW-CS: Generate record filters by drag & dropping cell content to the filters field * Feature #7538: Lua API for advancing skills * Feature #7546: Start the game on Fredas * Feature #7554: Controller binding for tab for menu navigation * Feature #7568: Uninterruptable scripted music * Feature #7590: [Lua] Ability to deserialize YAML data from scripts * Feature #7606: Launcher: allow Shift-select in Archives tab * Feature #7608: Make the missing dependencies warning when loading a savegame more helpful * Feature #7618: Show the player character's health in the save details * Feature #7625: Add some missing console error outputs * Feature #7634: Support NiParticleBomb * Feature #7648: Lua Save game API * Feature #7652: Sort inactive post processing shaders list properly * Feature #7698: Implement sAbsorb, sDamage, sDrain, sFortify and sRestore * Feature #7709: Improve resolution selection in Launcher * Feature #7777: Support external Bethesda material files (BGSM/BGEM) * Feature #7788: [Lua] Add ignore option to nearby.castRenderingRay * Feature #7792: Support Timescale Clouds * Feature #7795: Support MaxNumberRipples INI setting * Feature #7805: Lua Menu context * Feature #7860: Lua: Expose NPC AI settings (fight, alarm, flee) * Feature #7875: Disable MyGUI windows snapping * Feature #7914: Do not allow to move GUI windows out of screen * Feature #7916: Expose all AiWander options to Lua, extend other packages as well * Feature #7923: Don't show non-existent higher ranks for factions with fewer than 9 ranks * Feature #7932: Support two-channel normal maps * Feature #7936: Scalable icons in Qt applications * Feature #7953: Allow to change SVG icons colors depending on color scheme * Feature #7964: Add Lua read access to MW Dialogue records * Feature #7971: Make save's Time Played value display hours instead of days * Feature #7985: Support dark mode on Windows * Feature #8038: (Lua) Containers should have respawning/organic flags * Feature #8067: Support Game Mode on macOS * Feature #8078: OpenMW-CS Terrain Equalize Tool * Feature #8087: Creature movement flags are not exposed * Feature #8092: Lua - Vector swizzling * Feature #8109: Expose commitCrime to Lua API * Feature #8130: Launcher: Add the ability to open a selected data directory in the file browser * Feature #8145: Starter spell flag is not exposed * Feature #8286: Launcher: Preserve semantically identical openmw.cfg * Feature #8287: Launcher: Special handling for comma in openmw.cfg entries is unintuitive and should be removed * Task #5859: User openmw-cs.cfg has comment talking about settings.cfg * Task #5896: Do not use deprecated MyGUI properties * Task #6085: Replace boost::filesystem with std::filesystem * Task #6149: Dehardcode Lua API_REVISION * Task #6624: Drop support for saves made prior to 0.45 * Task #7048: Get rid of std::bind * Task #7113: Move from std::atoi to std::from_char * Task #7117: Replace boost::scoped_array with std::vector * Task #7151: Do not use std::strerror to get errno error message * Task #7182: FFMpeg 5.1.1+ support * Task #7394: Drop support for --fs-strict * Task #7720: Drop 360-degree screenshot support * Task #8141: Merge Instance Drop Modes * Task #8214: Drop script blacklisting functionality ++++ perses-cli: - Update to version 0.51.0: This release is one of the biggest releases we ever made. On top of many features and improvements, we are introducing a new plugin architecture that allows you to develop external plugins and load them in Perses. As part of this change we are introducing a new repository perses/plugins containing all default plugins supported by Perses. We have also improved the documentation, highlighting features that were implemented some time ago already but not well advertised (like datasource discovery and ephemeral dashboards) Details and explanations can be found in our blog post: https://perses.dev/blog/2025/06/06/release-v0510/ CLI-related changes * [ENHANCEMENT] CLI: improve the "no args are supported" feedback for several commands (#2974) * [FEATURE] add percli plugin generate command and plugin documentation (#2918) * [FEATURE] CLI: list the plugins (#2889) * [BREAKINGCHANGE] CLI/PLUGIN: implement start command and deep review of how to load a dev plugin (#2831) * [ENHANCEMENT] CLI/DAC: ignore a list of pre-defined folder when building dashboard (#2800) * [ENHANCEMENT] CLI/PLUGIN: build includes the version in the archive name (#2804) * [ENHANCEMENT] CLI/plugin: Improve the way to vendor cue dependencies and rely on cue default caching (#2795) * [BREAKINGCHANGE] `percli dac setup`: rely on CUE's new modules for deps installation (#2724) * [BUGFIX] CLI: plugin build should consider all subfolder when getting the cue dependencies (#2748) * [ENHANCEMENT] rework `percli plugin build` to vendor CUE dependencies (#2695) * [ignore] add tests for CLI command plugin lint and build (#2700) * [BUGFIX] CLI/plugin: Improve error returned when files are missing in a plugin and fix loading default config file (#2690) * [ENHANCEMENT] `percli dac preview`: add current dashboard URL to the output when applicable (#2505) * [BUGFIX] Login from percli (method not allowed) (#2577) * BUGFIX: `percli dac setup`: fix useless requirement of go CLI when using CUE (#2544) * [ENHANCEMENT] : percli plugin lint: improve the way to find the schema files (#2526) * [DOC] User Guides and CLI section of the docs updated. (#2532) * [ENHANCEMENT] `percli dac diff`: add output + avoid early return when processing a directory (#2500) Dependencies * Bump github.com/prometheus/common from 0.63.0 to 0.64.0 (#2934) * Bump github.com/labstack/echo/v4 from 4.13.3 to 4.13.4 (#2944) * Bump github.com/perses/plugins/table from 0.6.0 to 0.6.1 in /go-sdk/test (#2963) * upgrade vulnerable dependencies (#2970) * Bump cuelang.org/go from 0.12.1 to 0.13.0 (#2946) * Bump github.com/brunoga/deep from 1.2.4 to 1.2.5 (#2945) * Bump github.com/perses/plugins/timeserieschart (#2961) * Bump github.com/olekukonko/tablewriter from 1.0.6 to 1.0.7 (#2962) * Bump github.com/perses/plugins/timeserieschart in /go-sdk/test (#2964) * Bump github.com/perses/plugins/staticlistvariable in /go-sdk/test (#2965) * Bump the k8s-io group across 1 directory with 3 updates (#2931) * Bump github.com/olekukonko/tablewriter from 1.0.3 to 1.0.6 (#2933) * Bump github.com/mholt/archives from 0.1.1 to 0.1.2 (#2932) * Bump github.com/olekukonko/tablewriter from 0.0.5 to 1.0.3 (#2912) * Bump github.com/perses/plugins/staticlistvariable in /go-sdk/test (#2913) * Bump github.com/perses/plugins/timeserieschart in /go-sdk/test (#2895) * Bump github.com/perses/plugins/timeserieschart (#2897) * Bump github.com/perses/plugins/table from 0.5.0 to 0.6.0 in /go-sdk/test (#2896) * Bump golang.org/x/oauth2 from 0.28.0 to 0.30.0 (#2894) * Bump golang.org/x/crypto from 0.36.0 to 0.38.0 (#2851) * [ignore] bump go deps (#2900) * Bump golangci/golangci-lint-action from 6.5.1 to 8.0.0 (#2828) * Bump github.com/google/cel-go from 0.24.1 to 0.25.0 (#2883) * Bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 (#2870) * Bump github.com/mholt/archives from 0.1.0 to 0.1.1 (#2854) * Bump cuelang.org/go from 0.12.0 to 0.12.1 (#2853) * Bump github.com/go-sql-driver/mysql from 1.9.1 to 1.9.2 (#2849) * Bump github.com/prometheus/promu from 0.17.0 to 0.18.0 (#2848) * [ignore] update go deps (#2836) * Bump github.com/perses/plugins/table in /go-sdk/test (#2822) * Bump github.com/perses/plugins/timeserieschart in /go-sdk/test (#2824) * Bump github.com/go-sql-driver/mysql from 1.9.0 to 1.9.1 (#2819) * Bump github.com/huandu/go-sqlbuilder from 1.34.0 to 1.35.0 (#2820) * Bump github.com/perses/plugins/timeserieschart (#2826) * [ignore] bump go deps (#2798) * Bump the k8s-io group across 1 directory with 3 updates (#2782) * Bump github.com/perses/plugins/prometheus in /go-sdk/test (#2742) * Bump github.com/perses/plugins/prometheus (#2743) * [IGNORE] Update date-fns and date-fns-tz (#2755) * Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 (#2780) * [ignore] bumps go deps (#2746) * [ignore] update dependabot go mod directories (#2740) * Bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 (#2736) * [BUGFIX] Fix the interface impl of the datasource discovery (#2714) * [ignore] move datasource discovery test to the new plugin system (#2712) * [FEATURE] By configuration, disable datasource and variable (#2673) * [ignore] bumps go deps (#2707) * [IGNORE] fix goreleaser archive format field used (#2706) * [IGNORE] run all tests on windows (#2701) * Bump github.com/google/cel-go from 0.23.2 to 0.24.1 (#2703) * Bump github.com/PaesslerAG/gval from 1.2.2 to 1.2.4 (#2704) * [ENHANCEMENT] CLI/Migrate: support CR as a migration format (#2682) * Bump golang.org/x/crypto from 0.34.0 to 0.35.0 (#2681) * update go deps (#2679) * Bump github.com/labstack/echo-jwt/v4 from 4.2.0 to 4.3.0 (#2479) * [BREAKINGCHANGE] Remove `percli plugin update` command (#2660) * Bump golangci/golangci-lint-action from 6.3.1 to 6.5.0 (#2650) * Bump github.com/huandu/go-sqlbuilder from 1.33.1 to 1.34.0 (#2654) * Bump perses/github-actions from 0.8.0 to 0.9.0 (#2651) * Bump github.com/goreleaser/goreleaser/v2 from 2.6.1 to 2.7.0 (#2655) * Bump the k8s-io group with 3 updates (#2652) * Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#2653) * upgrade to node v22 (#2636) * Bump golang.org/x/mod from 0.22.0 to 0.23.0 (#2620) * Bump golang.org/x/crypto from 0.32.0 to 0.33.0 (#2621) * Bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 (#2622) * Bump golangci/golangci-lint-action from 6.2.0 to 6.3.1 (#2623) * Bump cuelang.org/go from 0.11.2 to 0.12.0 (#2599) * bump github.com/perses/common to v0.27.0 to support TLS server (#2605) * Bump github.com/goreleaser/goreleaser/v2 from 2.5.1 to 2.6.1 (#2592) * chore(deps): upgrade TanStack Query to version 5 [WIP] (#2588) * Bump cuelang.org/go from 0.11.1 to 0.11.2 (#2591) * bump turbo and module-federation version (#2590) * bump rspack to last version * Bump github.com/zitadel/oidc/v3 from 3.34.0 to 3.34.1 (#2572) * Bump github.com/prometheus/common from 0.61.0 to 0.62.0 (#2571) * Bump the k8s-io group with 3 updates (#2570) * Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 (#2573) * Bump github.com/goreleaser/goreleaser/v2 from 2.5.0 to 2.5.1 (#2536) * Bump golang.org/x/crypto from 0.31.0 to 0.32.0 (#2550) * Bump github.com/labstack/echo/v4 from 4.13.2 to 4.13.3 (#2527) * Bump github.com/zitadel/oidc/v3 from 3.33.1 to 3.34.0 (#2537) * Bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 (#2538) * Bump cuelang.org/go from 0.11.0 to 0.11.1 (#2528) * Bump perses/github-actions from 0.7.1 to 0.8.0 (#2529) * Bump github.com/mholt/archives (#2539) ++++ praat: - Update to version 6.4.34: * Linux: made demoShow () work again on GTK 3. * Scripting: clock (). - Changes from version 6.4.33: * H1-minus-H2 in the voice report. * Repaired an old bug that made spectrogram computation in the Sound window crash under some uncommon combinations of settings. ++++ python-argcomplete: - Update to version 3.5.3 * Use interactive shells and bind to make environment variable name completions work in older Bash versions (#506) ++++ python-convertdate: - Replace usage of %jobs (boo#1237231) ++++ qubesome: - Update to version 0.0.11: * firecracker: Refactoring code Split image used for network setup with the image used as the source for the rootfs. In the future, some of the qubesome specific logic in the latter should also be transitioned over to the firecracker image, so that the requirements from the workload image are decreased. * firecracker: Ensure docker is used for privileged ops The use of Firecracker is experimental and heavily relies on Docker for the initial creation of the rootfs and the creation of the firecracker network taps. * firecracker: Bump kernel to 6.1.102 * run: Add workload name to error message * Update to new cli.StringArg API * build(deps): bump google.golang.org/grpc from 1.72.1 to 1.72.2 * build(deps): bump the github-actions-updates group with 4 updates * build(deps): bump google.golang.org/grpc from 1.72.0 to 1.72.1 * build(deps): bump github.com/urfave/cli/v3 from 3.1.1 to 3.3.3 * build(deps): bump the golang-org group with 2 updates * build(deps): bump the github-actions-updates group with 4 updates * build(deps): bump google.golang.org/grpc from 1.71.1 to 1.72.0 * build(deps): bump github.com/go-git/go-git/v5 from 5.14.0 to 5.15.0 * build(deps): bump golang.org/x/net in the go_modules group * build(deps): bump the golang-org group with 2 updates * build(deps): bump google.golang.org/grpc from 1.71.0 to 1.71.1 * build(deps): bump github.com/urfave/cli/v3 from 3.0.0-beta1 to 3.1.1 * build(deps): bump the github-actions-updates group with 5 updates * build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 * build(deps): bump golang.org/x/net in the go_modules group * build: Add CodeQL workflow * profiles: Add desktop entries for workloads Instead of relying on users to create and map their own desktop entries, qubesome auto generate them based on all the workloads configured for the given profile. * build: Add OpenSSF Scorecard workflow * build(deps): bump the golang-org group with 2 updates * build(deps): bump google.golang.org/grpc from 1.70.0 to 1.71.0 * Improve AMD GPU support Depending on the ROCm version, the binaries are not added to the PATH. Checking for /dev/kfd seems to be a more consistent way to check whether the AMD Kernel Fusion Driver is in place, which is what AMD uses. * build(deps): bump github.com/go-git/go-git/v5 * build(deps): bump the github-actions-updates group with 3 updates ++++ regularhunter-monotional-fonts: - Update to 1.9: * Rework bold, italic, and bold-italic 1 glyph to match regular version * Rework bold-italic # glyph to match bold version * Slight adjustment to italic ' and * glyph * Slight adjustment to bold and bold-italic - glyph * Slight adjustment to italic and bold-italic 4 glyph ++++ rqlite: - Update to version 8.37.4: * Upgrade SQL parser - Update to version 8.37.3: * Upgrade SQL parser ++++ schedctl: - Update the summary to capitalize the first letter - Update to version 1.0.1: * doc: please run as root when needed * doc: update readme with container engine setup instructions * chore: add new schedulers to the schedulers list ++++ woodpecker: - Update to version 3.7.0: * Documentation - update docs-link for todo checker [#5236] - Add sccache plugin [#5234] - fix(deps): update dependency redocusaurus to v2.3.0 [#5203] - chore(deps): update docs npm deps non-major [#5197] - Add reference to woodpecker-community plugin org [#5186] - fix(deps): update docs npm deps non-major [#5183] - Move gitea-package plugin to codeberg [#5175] - add Portainer Service Update plugin [#5172] - Split 'pull' option docs from 'image' docs [#5161] - chore(deps): update docs npm deps non-major [#5164] - Add Bluesky post plugin [#5156] * Enhancement - Move forge webhook fixtures into own files [#5216] - Treat no available route in grpc as fatal error [#5192] * Bug Fixes - Always collect metrics (reverts #4667) [#5213] - fix(bitbucketDC): manual event has broken commit link [#5160] - fix(bitbucketdc): build status gets incorrectly reported on multi workflow builds [#5178] - fix(bitbucketdc): build status not reported on PR builds [#5162] * Dependency - fix(deps): update golang-packages to v28.2.1+incompatible [#5217] - fix(deps): update dependency simple-icons to v15 [#5232] - chore(deps): update woodpeckerci/plugin-git docker tag to v2.6.5 [#5230] - fix(deps): update web npm deps non-major [#5228] - chore(deps): update docker.io/woodpeckerci/plugin-surge-preview docker tag to v1.4.0 [#5225] - chore(deps): update docker.io/alpine docker tag to v3.22 [#5224] - fix(deps): update golang-packages [#5209] - chore(deps): lock file maintenance [#5204] - fix(deps): update dependency simple-icons to v14.15.0 [#5202] - fix(deps): update dependency vue-i18n to v11.1.4 [#5201] - chore(deps): update docker.io/woodpeckerci/plugin-surge-preview docker tag to v1.3.6 [#5200] - fix(deps): update web npm deps non-major [#5198] - fix(deps): update module github.com/oklog/ulid/v2 to v2.1.1 [#5194] - fix(deps): update module github.com/gin-gonic/gin to v1.10.1 [#5193] - fix(deps): update module gitlab.com/gitlab-org/api/client-go to v0.129.0 [#5190] - chore(deps): lock file maintenance [#5189] - chore(deps): update pre-commit hook igorshubovych/markdownlint-cli to v0.45.0 [#5187] - fix(deps): update dependency simple-icons to v14.14.0 [#5188] - fix(deps): update web npm deps non-major [#5185] - fix(deps): update golang-packages to v0.33.1 [#5184] - fix(deps): update golang-packages [#5180] - chore(deps): lock file maintenance [#5171] - fix(deps): update module github.com/google/go-github/v71 to v72 [#5167] - fix(deps): update dependency simple-icons to v14.13.0 [#5170] - fix(deps): update module github.com/urfave/cli/v3 to v3.3.3 [#5169] - fix(deps): update web npm deps non-major [#5166] - chore(deps): update postgres docker tag to v17.5 [#5165] - chore(deps): update dependency golang to v1.24.3 [#5163] * Misc - Ignore direnv config and folder [#5235] - flake.lock: Update [#5206] ++++ valijson: - Update to version 1.0.6: * Enable using boost::regex instead of std::regex * Eliminate an avoidable std::regex and replace with RegexEngine ++++ yazi: - Update to version 25.5.31: * chore: bump version to 25.5.31 (#2815) * fix: make every effort to carry hidden states for dummy files (#2814) * fix: `forward --end-of-word` of the input should consider the mode's delta (#2811) * fix: expose `ui.Wrap` (#2810) * chore: bump version to 25.5.28 (#2804) * refactor!: deprecate `[manager]` in favor of `[mgr]` (#2803) * feat: new `ui.Align`, `ui.Wrap`, and `ui.Edge` (#2802) * fix: update `rust-onig` to v6.5.1 for GCC 15 compatibility (#2794) * refactor: use raw identifiers (#2783) * feat: make custom tab bar easier (#2782) * feat: add a `/` to the interactive cd auto-completion candidates (#2777) * feat: truncate long paths in archive preview file list (#2778) * feat: new `ya pkg` subcommand (#2770) * fix: always try to create state directory before draining DDS data (#2769) * chore: bump Rust version to 1.86.0 (#2766) * feat: improve path auto-completion results (#2765) * perf: remove intermediate variables in natural sorting algorithm to avoid unnecessary allocation (#2764) * feat: show file extension for truncated file list items (#2759) * fix: icon rules mixing (#2755) * feat: truncate long items in the file list (#2754) * perf: avoid unnecessary memory allocation in `ya.truncate()` (#2753) * refactor: deprecate the `Command:args()` method (#2752) * feat!: redesign tabs (#2745) * feat: make `ui.Line` renderable (#2743) * fix: `windows-sys` missing a `Win32_Security` feature (#2728) * fix: avoid tmux interfering with kitty graphical sequences (#2734) * fix: detach background and orphan processes from the controlling terminal with `setsid()` (#2723) * feat: increase the granularity of `back`/`forward` history navigation to make its behavior more sensible (#2720) * fix: missing a `hover` event after `cd` (#2719) * docs: add icon contribution guide * feat: add `--hovered` to the `copy` command (#2709) * fix: `ya pub-to 0` checks if any peer is able to receive the message (#2697) * fix: reset the cursor position with `arrow()` after deleting files (#2708) * feat!: 9x faster Sixel image preview (#2707) * feat: show error when image preview fails (#2706) * refactor: move `tty` to the new `yazi-term` crate (#2701) * fix: no title is set when starts the first time (#2700) * feat: add `s` and `S` keybinds in the input component (#2678) * feat: checks in `ya pub` and `ya emit` subcommands to verify receiver exists and has necessary abilities (#2696) * feat: calculate real-time directory size in spotter (#2695) * feat: promote `Id` to a first-class type (#2692) * feat: new `fs.calc_size()` API (#2691) * perf: double directory size calculation speed (#2683) * feat: increase the maximum allowed value of `sixel_fraction` to `30` (#2682) * feat: obscure input component for inputting passwords (#2675) * feat: new `--no-dummy` option for `reveal` command (#2664) * feat: make the hover state for `reveal`, `sort`, and `hidden` commands stable (#2657) * feat: fine-grained `peek` and `watch` (#2655) * feat: new `ya.emit()` API (#2653) * refactor: switch to Rust 2024 edition (#2645) * fix: lazily update files to avoid triggering issues dependent on sort order (#2643) * feat: support embedded cover for video preview (#2640) * ci: musl build should include commit hash * feat: fall back to `CSI 16 t` when PowerShell OpenSSH returns a fake terminal size (#2636) * feat: copy-on-write support for field caching (#2629) * fix: do not change revision when package deployment fails (#2627) * fix: ensure state synchronization even when the package update fails midway (#2613) * feat: allow custom exit code with `quit --code` (#2609) * fix: respect the user's `max_width` setting for the built-in video previewer (#2560) * feat: limit memory usage for previewing large images (#2602) * fix: reverse the mixing order of theme and flavor configuration (#2594) ------------------------------------------------------------------ ------------------ 2025-6-6 - Jun 6 2025 ------------------- ------------------------------------------------------------------ ++++ apache2-mod_php8: - version update to 8.4.8 Core: Fixed GH-18480 (array_splice with large values for offset/length arguments). Partially fixed GH-18572 (nested object comparisons leading to stack overflow). Fixed OSS-Fuzz #417078295. Fixed OSS-Fuzz #418106144. Curl: Fixed GH-18460 (curl_easy_setopt with CURLOPT_USERPWD/CURLOPT_USERNAME/ CURLOPT_PASSWORD set the Authorization header when set to NULL). Date: Fixed bug GH-18076 (Since PHP 8, the date_sun_info() function returns inaccurate sunrise and sunset times, but other calculated times are correct) (JiriJozif). Fixed bug GH-18481 (date_sunrise with unexpected nan value for the offset). DOM: Backport lexbor/lexbor#274. Intl: Fix various reference issues. LDAP: Fixed bug GH-18529 (ldap no longer respects TLS_CACERT from ldaprc in ldap_start_tls()). Opcache: Fixed bug GH-18417 (Windows SHM reattachment fails when increasing memory_consumption or jit_buffer_size). Fixed bug GH-18297 (Exception not handled when jit guard is triggered). Fixed bug GH-18408 (Snapshotted poly_func / poly_this may be spilled). Fixed bug GH-18567 (Preloading with internal class alias triggers assertion failure). Fixed bug GH-18534 (FPM exit code 70 with enabled opcache and hooked properties in traits). Fix leak of accel_globals->key. OpenSSL: Fix missing checks against php_set_blocking() in xp_ssl.c. SPL: Fixed bug GH-18421 (Integer overflow with large numbers in LimitIterator). Standard: Fixed bug GH-17403 (Potential deadlock when putenv fails). Fixed bug GH-18400 (http_build_query type error is inaccurate). Fixed bug GH-18509 (Dynamic calls to assert() ignore zend.assertions). Windows: Fix leak+crash with sapi_windows_set_ctrl_handler(). Zip: Fixed bug GH-18431 (Registering ZIP progress callback twice doesn't work). Fixed bug GH-18438 (Handling of empty data and errors in ZipArchive::addPattern). ++++ chirp: - Update to version 20250606: * Add MaxTalker MT-5RM * New Model Retevis RA25, Radioddity DB-20, AnyTone 779UV ++++ gcc15: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-arm-gcc15: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-arm-none-gcc15: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-arm-none-gcc15-bootstrap: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-avr-gcc15: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-avr-gcc15-bootstrap: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-bpf-gcc15: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-hppa-gcc15: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-hppa-gcc15-bootstrap: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-loongarch64-gcc15: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-loongarch64-gcc15-bootstrap: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-m68k-gcc15: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-mips-gcc15: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-ppc64-gcc15: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-ppc64le-gcc15: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-ppc64le-gcc15-bootstrap: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-pru-gcc15-bootstrap: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-riscv64-elf-gcc15: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-riscv64-elf-gcc15-bootstrap: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-riscv64-gcc15: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-riscv64-gcc15-bootstrap: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-rx-gcc15: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-rx-gcc15-bootstrap: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-s390x-gcc15: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-s390x-gcc15-bootstrap: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-sparc-gcc15: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-sparc64-gcc15: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ cross-x86_64-gcc15: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ gpg2: - Fix problems with decoding Curve25519 - Added patch * gnupg-agent-fix-for-prefix-0x40-in-the-point-representation.patch ++++ fail2ban: - Add %python3_fix_shebang macro ++++ fastfetch: - Update to 2.45.0: Features: * Recognize additional GPU vendors (GPU, Linux) * Support CTWM, FVWM and I3 window manager version detection (WM) * Support `"logo": { "type": "command-raw" }` to run a command and display its output as logo (gh#fastfetch-cli/fastfetch#1780) - Useful for displaying custom logos generated by other programs such as `pokeget`: `{ "type": "command-raw", "source": "pokeget random --hide-name" }` - Supported in JSONC config file only. `pokeget random - -hide-name | fastfetch --file-raw` - should be used in shell * Support --swap-separate to display detailed swap devices on separate lines instead of a summary (Swap) Bugfixes: * Don't ignore sshfs mountpoints (gh#fastfetch-cli/fastfetch#1776) * Fix dnf package count detection (gh#fastfetch-cli/fastfetch#1777) Logos: * Add Starry Linux (gh#fastfetch-cli/fastfetch#1771) * Add rhel_small (gh#fastfetch-cli/fastfetch#1774) * Update color palette of voidlinux (gh#fastfetch-cli/fastfetch#1775) * Add void2 * Update Xenia Linux (gh#fastfetch-cli/fastfetch#1783) ++++ gcc15-testresults: - Revert pruning the set of cross-compilers that conflict with different versions from the set using update-alternatives. This causes endless headache with file conflicts with older GCC releases. ++++ headscale: - update to 0.26.1: * Ensure nodes are matching both node key and machine key when connecting * Fix /machine/map endpoint vulnerability ++++ human-theme-gtk: - New upstream release (2.5.0) * (gtk 3 & 4) fix statusbar and progressbar in statusbar when window is fullscreen with Mate & Xfce * (gtk 3) update design for Mate panel buttons PR => github.com/mate-desktop/mate-panel/pull/1474 * (gtk 3) fix Xfce desktop icons * (gtk 3) update design of caja/thunar/nemo tabs * (gtk 3) add experimental support for Cinnamon desktop * (gtk 3) fix headerbar for cinnamon/muffin/mutter (.ssd) * (gtk 3) update design of compact menu button applet, clock applet, window selector button => same as main menu bar * (gtk 4) fix design of print dialog * (gtk 3) ready for the future scrollbar__extra_zone.patch for gtk3-classic ++++ iwd: - Add iwd-dbus_policy.patch to address rpmlint complaints. ++++ python-nbconvert: - Update to 7.16.6 * Prevent leading whitespace in markdown code blocks from being stripped * Fix bullet list parsing in markdown * Fix crash when running with optimization * Maintenance and upkeep improvements - Update to 7.16.5 * Add support for mistune 3.1.0 * Allow including text/x-rst outputs in rst conversion, transition away from text/restructuredtext * Do not display mathjax overlay * Work around pip 24.1 bug which prevents installing pandocfilters 1.4.1 * Don't die if template path cannot be read * Fix markdown2asciidoc function for pandoc >= 3.0 * Maintenance and upkeep improvements ++++ k0sctl: - Update to version 0.25.0: * Update the year in copyright notice (#902) * Switch ubuntu20.04 smoke-tests to run on ubuntu22.04 (#903) * Remove EULA notice (#901) * Fix --no-drain/spec.options.drain.enabled logic (#898) * Configurable worker upgrade batch size (#900) * Respect concurrency limit when upgrading workers (#899) * Add support for k0s v1.32.1 kubelet-root-dir (#896) ++++ kubearmor-client: - Update to version 1.4.2: * fix: karmor profile filtering logic ++++ okteta: - Update to 0.26.22 * Improved: translations * Changed: use the active window as parent for Save-As/Export file pickers * Changed: use any current URL as default in Save-As file picker * Fixed: no longer leak context menus in POD decoder and Structures tools * Fixed: no longer leak context menu actions in POD decoder and Structures tools * Fixed: enable tool tip on zoom slider already before first zoom activity ++++ libqt5-qtbase: - Add patch (CVE-2025-5455, boo#1243958) * CVE-2025-5455.patch ++++ suitesparse: - Don't record number of cores into .src.rpm for reproducible builds (boo#1237231) ++++ plutosvg: - Version 0.0.7 * Replaced global FreeType usage with Freetype::Freetype target * Added support for href as an alias for xlink:href in SVG parsing * Fixed potential integer overflows in internal calculations * Generate plutosvg.pc from CMake for pkg-config support @dg0yt * Added FreeType dependency to plutosvgConfig.cmake.in for correct linkage - Version 1.1.0 * Enforce valid (0 < size < 32K) constraint on surface dimensions * Clip lines to clip_box using Cyrus-Beck to prevent infinite loops in gray_render_line * Generate plutovg.pc from cmake @dg0yt ++++ libupnpp: - update to 1.0.3: * Control: directory: fix issue sometimes causing duplicate values in description, only affecting the Python binding * Misc inocuous warnings suppression ++++ libvirt: - Update to libvirt 11.4.0 - bsc#1241481, boo#1243740 - Many incremental improvements and bug fixes, see https://libvirt.org/news.html#v11-4-0-2025-06-02 - spec: Drop support for old distros ++++ libvpx: - update to 1.15.1: * This release bumps up the SO major version and fixes the language about ABI compatibility in the previous release changelog ++++ linkerd-cli-edge: - Update to version 25.6.1: * no CLI-related changes (other than dependencies) * Dependencies - build(deps): bump cc from 1.2.24 to 1.2.25 (#14090) - build(deps-dev): bump @babel/runtime from 7.27.3 to 7.27.4 in /web/app (#14089) - build(deps-dev): bump @babel/core from 7.27.3 to 7.27.4 in /web/app (#14088) - build(deps): bump backon from 1.5.0 to 1.5.1 (#14084) - build(deps): bump lock_api from 0.4.12 to 0.4.13 (#14082) - build(deps): bump parking_lot from 0.12.3 to 0.12.4 (#14081) ++++ maven-archiver: - Added patch: * automatic-module-name.patch + Do not throw exception on empty Automatic-Module-Name. Just ignore it. ++++ maven-jar-plugin: - Update to upstream version 3.4.2 * New features and improvements + MJAR-292: Detect MRJAR and add Multi-Release manifest entry + MJAR-296: Allow including files excluded by default. + MJAR-302: Require Maven 3.6.3 + MJAR-307: Wrong version of commons-io cause a ClassNotFound o.a.commons.io.file.attribute.FileTimes + MJAR-310: fixed toolchain version detection when toolchain paths contain white spaces * Bug Fixes + MJAR-62: Set Build-Jdk according to used toolchain * Dependency updates + MJAR-306: Use properties for plugins versions in LifecycleMapping + Bump org.junit:junit-bom from 5.10.1 to 5.10.2 + MJAR-298: Update Maven-Archiver to 3.6.2 + Bump apache/maven-gh-actions-shared from 2 to 4 + Bump commons-io:commons-io from 2.14.0 to 2.15.1 + MJAR-297: Update Parent to 40 + MJAR-308: Bump org.apache.maven.plugins:maven-plugins from 41 to 42 * Maintenance + MJAR-304: Refresh download page + MJAR-303: Cleanup declared dependencies + Remove dependency on plexus + Build with Maven 4 - Modified patches: * maven-jar-plugin-bootstrap-resources.patch + regenerate from the non-bootstrap build * 01-allow-replacing-artifacts.patch * reproducible-from-environment.patch + rediff ++++ modello: - Modified patch: * 0002-Handle-also-the-velocity-stuff-in-ModelloCli.patch + Do not bother with velocity parameters if the output type is not "velocity" ++++ modello-maven-plugin: - Modified patch: * 0002-Handle-also-the-velocity-stuff-in-ModelloCli.patch + Do not bother with velocity parameters if the output type is not "velocity" ++++ nnn: - Remove leap_version macro * leap_version is no available and Leap 42.x series is EOL ++++ nvidia-open-driver-G06-signed-cuda: - update CUDA variant to 575.57.08 - supersedes persistent-nvidia-id-string.patch ++++ nvidia-open-driver-G06-signed: - update CUDA variant to 575.57.08 - supersedes persistent-nvidia-id-string.patch ++++ obs-service-cargo: - Update to version 6.0.3+git3.gd6be731aa98a3603236a5b8b3ed60cbedd895c01: * docs: update cargo_vendor service documentation * fix: error message caused confusion here. changed it so that it passes any general kind of errors. * docs: update README - Update to version 6.0.3: * chore(release): bump to version 6.0.3 * fix: bring in libroast fixes from newer version ++++ obs-service-elixir_mix_deps: - Update to version 0.3.0~0: * doc: change rpmspec to spec annotation in README * doc: replace examples with actual ex_doc usage from Factory * Bump clap from 4.5.38 to 4.5.39 * Bump clap from 4.5.36 to 4.5.38 * Bump assert_cmd from 2.0.16 to 2.0.17 * Bump anyhow from 1.0.97 to 1.0.98 * Bump clap from 4.5.34 to 4.5.36 * Bump flate2 from 1.1.0 to 1.1.1 * Bump thiserror from 2.0.9 to 2.0.12 * Bump clap from 4.5.23 to 4.5.34 * Bump anyhow from 1.0.95 to 1.0.97 * Bump zstd from 0.13.2 to 0.13.3 * Bump flate2 from 1.0.35 to 1.1.0 * Bump tar from 0.4.43 to 0.4.44 * Move dependabot config to the right location * Add dependabot * Start working on 0.3.0 * End to end testing using assert_cmd * Bump deps, 2024 12 25 * Add CI badge to the README file * Give the CI job the right name * Add Factory build status badge ++++ onedrive: - Update to version 2.5.6: * Feature Requests - Implement Feature Request: Add local recycle bin or trash folder option (#3168) - Implement Feature Request: Add configurable upload delay to support Obsidian (#3262) - Implement Feature Request: Add validation of bools in config file (#3295) - Implement Feature Request: Add native support for authentication via Intune dbus interface (#3274, #3297, [#3303]) - Implement Feature Request: Implement OAuth2 Device Authorisation Flow (#3313) * Enhancements - Enhancement: Add gdc support to enable Gentoo compilation (#3213) - Enhancement: Add a notification to user regarding number of objects received from OneDrive API (#3247) - Enhancement: Update 'skip_file' documentation and option validation (#3251) - Enhancement: Add a new configuration option 'force_session_upload' to support editors and applications using atomic save operations (#3256, #3259) - Enhancement: Added 2 functions to check for the presence of required remoteItem elements to create a Shared Folder DB entries (#3270) * Bug Fixes - Fix Regression: Fixed regression in handling Microsoft OneNote package folders being created in error (#3160) - Fix Regression: Fix OneNote file MimeType detection (#3162) - Fix Regression: Fix supporting Personal Shared Folders that have been renamed (#3308) - Fix Bug: Correct the logging output for 'skip_file' exclusions (#3176) - Fix Bug: Validate raw JSON from Graph API for 15 character driveId API bug (#3174) - Fix Bug: Fix JSON exception on webhook subscription renewal due to 308 redirect (#3172) - Fix Bug: Update 'sync_list' line parsing to correctly escape characters for regex parsing (#3184) - Fix Bug: Fix that an empty folder or folder with onenotes are deleted online when content is shared from a SharePoint Library Document Root (#3163) - Fix Bug: Fix that empty 'skip_file' forces resync indefinitely (#3194) - Fix Bug: Fix that 'sync_list' rule segment|depth check fails in some scenarios and implement a better applicable mechanism check (#3204) - Fix Bug: Resolve crash when getpwuid() breaks when there is a glibc version mismatch (#3210) - Fix Bug: Resolve crash when opening file fails when computing file hash (#3214) - Fix Bug: Add check for invalid exclusion 'sync_list' exclusion rules (#3221) - Fix Bug: Fix uploading of modified files when using - -upload-only & --remove-source-files (#3224) - Fix Bug: Fix local path calculation for Relocated OneDrive Business Shared Folders (#3226, #3227) - Fix Bug: Fix 'sync_list' anywhere rule online directory creation (#3229) - Fix Bug: Fix online path creation to ensure parental path structure is created in a consistent manner (#3233) - Fix Bug: Fix handling of POSIX check for existing online items (#3238) - Fix Bug: Fix args printing in dockerfile entrypoint (#3248) - Fix Bug: Fix the testing of parental structure for 'sync_list' inclusion when adding inotify watches (#3243) - Fix Bug: Fix failure to handle API 403 response when file fragment upload fails (#3246) - Fix Bug: Fix application notification output to be consistent when skipping integrity checks (#3254) - Fix Bug: Fix how local timestamps are modified (#3256, #3259) - Fix Bug: Fix how online remaining free space is calculated and consumed internally for free space tracking (#3264) - Fix Bug: Fix logic of determining if a file has valid integrity when using --disable-upload-validation (#3265) - Fix Bug: Format the OneDrive change into a consumable object for the database earlier to use values in application logging (#3269) - Fix Bug: Fix upload session offset handling to prevent desynchronisation on large files (#3277) - Fix Bug: Fix implementation of 'write_xattr_data' to support FreeBSD (#3285) - Fix Bug: Update hash functions to ensure file is closed if opened (#3288) - Fix Bug: Dont blindly run safeBackup() if the online timestamp is newer (#3289) - Fix Bug: Only set xattr values when not using --dry-run (#3290) - Fix Bug: Fix UTC conversion for existing file timestamp post file download (#3294) - Fix Bug: Fix that 'check_nosync' and 'skip_size' configuration options when changed, were not triggering a - -resync correctly (#3296) - Fix Bug: Ensure file is closed before renaming to improve compatibility with GCS buckets and network filesystems (#3299) - Fix Bug: If a file fails to download, path fails to exist. Check path existence before setting xattr values (#3307) * - Other Changes | Fixes - Change logging output level for JSON elements that contain URL encoding (#3232) - Change 'configure.ac' to use a static date value as Debian 'reproducible' build process forces a future date to rebuild any code to determine reproducibility (#3249) - Updated .gitignore to ignore files created during configure to be consistent with other files generated from .in templates (#3188) - Updated bash,fish and zsh completion files to align with application options (#3195, #3197) - Updated 'config' file to align to application options with applicable descriptions (#3200) - Updated testbuild runner - Updated Fedora Docker OS version to Fedora 42 - Updated Ubuntu 24.10 curl version 8.9.1 to known bad curl versions and document the bugs associated with it - Updated Makefile to pass libraries after source files in compiler invocation (#3272) - Updated 'configure.ac' to support more basename formats for DC (#3273) - Update how threads are set based on available CPUs (#3309) - Update setLocalPathTimestamp logging output (#3310) - Update when to perform thread check and set as early as possible (#3314) - Updated documentation ++++ openQA: - Update to version 5.1749214996.3536da99: * Bump @types/estree from 1.0.7 to 1.0.8 * Support sass generation in all product versions * Avoid sporadic test failures due to warning about closed ws connection * Increase chart testing verbosity for better log trace * Bump ace-builds from 1.41.0 to 1.42.0 * Bump eslint from 9.27.0 to 9.28.0 * Bump @pkgr/core from 0.2.4 to 0.2.7 * Remove nested .gitignore from openQA rpm * Add permissions to avoid the warnings in openQA build ++++ openSUSE-repos-Leap: - Update to version 20250606.b852490: * Update repo definitions for Leap Micro 6.2 ++++ openSUSE-repos-MicroOS: - Update to version 20250606.b852490: * Update repo definitions for Leap Micro 6.2 ++++ openSUSE-repos-Slowroll: - Update to version 20250606.b852490: * Update repo definitions for Leap Micro 6.2 ++++ openSUSE-repos-Tumbleweed: - Update to version 20250606.b852490: * Update repo definitions for Leap Micro 6.2 ++++ os-autoinst: - Update to version 5.1749203452.c6860a3: * generalhw: implement is_shutdown * doc: Fix casing in GENERAL_HW_* descriptions * VMware new routine provide_image_vmware_in_ds * ci: Remove workaround for Devel::Cover * Use CPAN module Test::CheckGitStatus * Apply macro to support upcoming opensuse/sle 16 build * Add dependency perl-Test-CheckGitStatus * t: Catch output in 23-baseclass.t * ci: Ensure 100% coverage without threshold * Fix coverage for package statements * Create link to the common prove_wrapper * Sync os-autoinst-common with the subrepo external/os-autoinst-common * Handle unhandled output from qemu and openvswitch tests * Mitigate perl version mismatch on test case * Try to increase pipe size for external video encoder * Avoid warning about uninitialized value * video_stream: add RGB<->BGR swapping support * t: fix frame format used in video_stream * video_stream: use ustreamer --persistent * tinycv: scale starting search position if size is different * Avoid sporadic test failures of fullstack test * Wrap prove to prevent unhandled output ++++ os-autoinst-distri-opensuse-deps: - Added dependency perl(Date::Parse) ++++ perl-Sys-Virt: - Update to 11.2.0 - Add all new APIs and constants available in libvirt 11.2.0 ++++ php8: - version update to 8.4.8 Core: Fixed GH-18480 (array_splice with large values for offset/length arguments). Partially fixed GH-18572 (nested object comparisons leading to stack overflow). Fixed OSS-Fuzz #417078295. Fixed OSS-Fuzz #418106144. Curl: Fixed GH-18460 (curl_easy_setopt with CURLOPT_USERPWD/CURLOPT_USERNAME/ CURLOPT_PASSWORD set the Authorization header when set to NULL). Date: Fixed bug GH-18076 (Since PHP 8, the date_sun_info() function returns inaccurate sunrise and sunset times, but other calculated times are correct) (JiriJozif). Fixed bug GH-18481 (date_sunrise with unexpected nan value for the offset). DOM: Backport lexbor/lexbor#274. Intl: Fix various reference issues. LDAP: Fixed bug GH-18529 (ldap no longer respects TLS_CACERT from ldaprc in ldap_start_tls()). Opcache: Fixed bug GH-18417 (Windows SHM reattachment fails when increasing memory_consumption or jit_buffer_size). Fixed bug GH-18297 (Exception not handled when jit guard is triggered). Fixed bug GH-18408 (Snapshotted poly_func / poly_this may be spilled). Fixed bug GH-18567 (Preloading with internal class alias triggers assertion failure). Fixed bug GH-18534 (FPM exit code 70 with enabled opcache and hooked properties in traits). Fix leak of accel_globals->key. OpenSSL: Fix missing checks against php_set_blocking() in xp_ssl.c. SPL: Fixed bug GH-18421 (Integer overflow with large numbers in LimitIterator). Standard: Fixed bug GH-17403 (Potential deadlock when putenv fails). Fixed bug GH-18400 (http_build_query type error is inaccurate). Fixed bug GH-18509 (Dynamic calls to assert() ignore zend.assertions). Windows: Fix leak+crash with sapi_windows_set_ctrl_handler(). Zip: Fixed bug GH-18431 (Registering ZIP progress callback twice doesn't work). Fixed bug GH-18438 (Handling of empty data and errors in ZipArchive::addPattern). ++++ php8-embed: - version update to 8.4.8 Core: Fixed GH-18480 (array_splice with large values for offset/length arguments). Partially fixed GH-18572 (nested object comparisons leading to stack overflow). Fixed OSS-Fuzz #417078295. Fixed OSS-Fuzz #418106144. Curl: Fixed GH-18460 (curl_easy_setopt with CURLOPT_USERPWD/CURLOPT_USERNAME/ CURLOPT_PASSWORD set the Authorization header when set to NULL). Date: Fixed bug GH-18076 (Since PHP 8, the date_sun_info() function returns inaccurate sunrise and sunset times, but other calculated times are correct) (JiriJozif). Fixed bug GH-18481 (date_sunrise with unexpected nan value for the offset). DOM: Backport lexbor/lexbor#274. Intl: Fix various reference issues. LDAP: Fixed bug GH-18529 (ldap no longer respects TLS_CACERT from ldaprc in ldap_start_tls()). Opcache: Fixed bug GH-18417 (Windows SHM reattachment fails when increasing memory_consumption or jit_buffer_size). Fixed bug GH-18297 (Exception not handled when jit guard is triggered). Fixed bug GH-18408 (Snapshotted poly_func / poly_this may be spilled). Fixed bug GH-18567 (Preloading with internal class alias triggers assertion failure). Fixed bug GH-18534 (FPM exit code 70 with enabled opcache and hooked properties in traits). Fix leak of accel_globals->key. OpenSSL: Fix missing checks against php_set_blocking() in xp_ssl.c. SPL: Fixed bug GH-18421 (Integer overflow with large numbers in LimitIterator). Standard: Fixed bug GH-17403 (Potential deadlock when putenv fails). Fixed bug GH-18400 (http_build_query type error is inaccurate). Fixed bug GH-18509 (Dynamic calls to assert() ignore zend.assertions). Windows: Fix leak+crash with sapi_windows_set_ctrl_handler(). Zip: Fixed bug GH-18431 (Registering ZIP progress callback twice doesn't work). Fixed bug GH-18438 (Handling of empty data and errors in ZipArchive::addPattern). ++++ php8-fastcgi: - version update to 8.4.8 Core: Fixed GH-18480 (array_splice with large values for offset/length arguments). Partially fixed GH-18572 (nested object comparisons leading to stack overflow). Fixed OSS-Fuzz #417078295. Fixed OSS-Fuzz #418106144. Curl: Fixed GH-18460 (curl_easy_setopt with CURLOPT_USERPWD/CURLOPT_USERNAME/ CURLOPT_PASSWORD set the Authorization header when set to NULL). Date: Fixed bug GH-18076 (Since PHP 8, the date_sun_info() function returns inaccurate sunrise and sunset times, but other calculated times are correct) (JiriJozif). Fixed bug GH-18481 (date_sunrise with unexpected nan value for the offset). DOM: Backport lexbor/lexbor#274. Intl: Fix various reference issues. LDAP: Fixed bug GH-18529 (ldap no longer respects TLS_CACERT from ldaprc in ldap_start_tls()). Opcache: Fixed bug GH-18417 (Windows SHM reattachment fails when increasing memory_consumption or jit_buffer_size). Fixed bug GH-18297 (Exception not handled when jit guard is triggered). Fixed bug GH-18408 (Snapshotted poly_func / poly_this may be spilled). Fixed bug GH-18567 (Preloading with internal class alias triggers assertion failure). Fixed bug GH-18534 (FPM exit code 70 with enabled opcache and hooked properties in traits). Fix leak of accel_globals->key. OpenSSL: Fix missing checks against php_set_blocking() in xp_ssl.c. SPL: Fixed bug GH-18421 (Integer overflow with large numbers in LimitIterator). Standard: Fixed bug GH-17403 (Potential deadlock when putenv fails). Fixed bug GH-18400 (http_build_query type error is inaccurate). Fixed bug GH-18509 (Dynamic calls to assert() ignore zend.assertions). Windows: Fix leak+crash with sapi_windows_set_ctrl_handler(). Zip: Fixed bug GH-18431 (Registering ZIP progress callback twice doesn't work). Fixed bug GH-18438 (Handling of empty data and errors in ZipArchive::addPattern). ++++ php8-fpm: - version update to 8.4.8 Core: Fixed GH-18480 (array_splice with large values for offset/length arguments). Partially fixed GH-18572 (nested object comparisons leading to stack overflow). Fixed OSS-Fuzz #417078295. Fixed OSS-Fuzz #418106144. Curl: Fixed GH-18460 (curl_easy_setopt with CURLOPT_USERPWD/CURLOPT_USERNAME/ CURLOPT_PASSWORD set the Authorization header when set to NULL). Date: Fixed bug GH-18076 (Since PHP 8, the date_sun_info() function returns inaccurate sunrise and sunset times, but other calculated times are correct) (JiriJozif). Fixed bug GH-18481 (date_sunrise with unexpected nan value for the offset). DOM: Backport lexbor/lexbor#274. Intl: Fix various reference issues. LDAP: Fixed bug GH-18529 (ldap no longer respects TLS_CACERT from ldaprc in ldap_start_tls()). Opcache: Fixed bug GH-18417 (Windows SHM reattachment fails when increasing memory_consumption or jit_buffer_size). Fixed bug GH-18297 (Exception not handled when jit guard is triggered). Fixed bug GH-18408 (Snapshotted poly_func / poly_this may be spilled). Fixed bug GH-18567 (Preloading with internal class alias triggers assertion failure). Fixed bug GH-18534 (FPM exit code 70 with enabled opcache and hooked properties in traits). Fix leak of accel_globals->key. OpenSSL: Fix missing checks against php_set_blocking() in xp_ssl.c. SPL: Fixed bug GH-18421 (Integer overflow with large numbers in LimitIterator). Standard: Fixed bug GH-17403 (Potential deadlock when putenv fails). Fixed bug GH-18400 (http_build_query type error is inaccurate). Fixed bug GH-18509 (Dynamic calls to assert() ignore zend.assertions). Windows: Fix leak+crash with sapi_windows_set_ctrl_handler(). Zip: Fixed bug GH-18431 (Registering ZIP progress callback twice doesn't work). Fixed bug GH-18438 (Handling of empty data and errors in ZipArchive::addPattern). ++++ php8-test: - version update to 8.4.8 Core: Fixed GH-18480 (array_splice with large values for offset/length arguments). Partially fixed GH-18572 (nested object comparisons leading to stack overflow). Fixed OSS-Fuzz #417078295. Fixed OSS-Fuzz #418106144. Curl: Fixed GH-18460 (curl_easy_setopt with CURLOPT_USERPWD/CURLOPT_USERNAME/ CURLOPT_PASSWORD set the Authorization header when set to NULL). Date: Fixed bug GH-18076 (Since PHP 8, the date_sun_info() function returns inaccurate sunrise and sunset times, but other calculated times are correct) (JiriJozif). Fixed bug GH-18481 (date_sunrise with unexpected nan value for the offset). DOM: Backport lexbor/lexbor#274. Intl: Fix various reference issues. LDAP: Fixed bug GH-18529 (ldap no longer respects TLS_CACERT from ldaprc in ldap_start_tls()). Opcache: Fixed bug GH-18417 (Windows SHM reattachment fails when increasing memory_consumption or jit_buffer_size). Fixed bug GH-18297 (Exception not handled when jit guard is triggered). Fixed bug GH-18408 (Snapshotted poly_func / poly_this may be spilled). Fixed bug GH-18567 (Preloading with internal class alias triggers assertion failure). Fixed bug GH-18534 (FPM exit code 70 with enabled opcache and hooked properties in traits). Fix leak of accel_globals->key. OpenSSL: Fix missing checks against php_set_blocking() in xp_ssl.c. SPL: Fixed bug GH-18421 (Integer overflow with large numbers in LimitIterator). Standard: Fixed bug GH-17403 (Potential deadlock when putenv fails). Fixed bug GH-18400 (http_build_query type error is inaccurate). Fixed bug GH-18509 (Dynamic calls to assert() ignore zend.assertions). Windows: Fix leak+crash with sapi_windows_set_ctrl_handler(). Zip: Fixed bug GH-18431 (Registering ZIP progress callback twice doesn't work). Fixed bug GH-18438 (Handling of empty data and errors in ZipArchive::addPattern). ++++ pleaser: - Update to version 0.5.6~git0.3ca6938: * Bump uzers * Set source file environment in exitcmd * Bump packages and include edit file in message * support nix 0.27 * Use drop-in replacement for users crate * please-0.5.1_fix_syslog.patch removed as no longer needed ++++ plexus-interactivity: - Upgrade to version 1.4 * Changes + Bump org.jline:jline-reader from 3.25.1 to 3.29.0 + Bump org.eclipse.sisu:org.eclipse.sisu.inject from 0.9.0.M2 to 0.9.0.M3 + Apply spotless re-formatting + Bump org.codehaus.plexus:plexus from 16 to 20 + Bump release-drafter/release-drafter from 5 to 6 ++++ podman: - Update to version 5.5.1: * Bugfixes - Fixed a bug where containers mounting a volume to / could overmount important directories such as /proc causing start and/or runtime failures due to an issue with mount ordering (#26161). - Fixed a bug where Quadlet .pod units could fail to start due to their storage not being mounted (#26190). - Fixed a bug where containers joined to a network with DNS enabled would not include the host's search domains in their resolv.conf (#24713). - Fixed a bug where the --dns-opt option to podman create, podman run, and podman pod create would append options to the container's resolv.conf, instead of replacing them (#22399). - Fixed a bug where the podman kube play command would add an empty network alias for containers created with no name specified, causing Netavark to emit extraneous warnings. - Fixed a bug where the podman system df command would panic when one or more containers were created using a root filesystem (the --rootfs option to podman create and podman run) instead of from an image (#26224). - Fixed a bug where the log_tag field in containers.conf would override the --log-opt tag=value option to podman create and podman run (#26236). - Fixed a bug where the podman volume rm and podman volume inspect commands would incorrectly handle volume names containing the _ character when the SQLite database backend was in use (#26168). - Fixed a bug where the Podman remote client on Windows was unable to mount local folders into containers using overlay mounts (-v source:destination:O) (#25988). * API - Fixed a bug in the Libpod Create API for Containers where rlimits specified with a value of -1 were causing errors, instead of being interpreted as the maximum possible value (#24886). - Fixed a bug in the Compat Create API for Containers where specifying an entrypoint of [] (an empty array) was ignored, instead of setting an empty entrypoint (#26078). * Misc - Updated Buildah to v1.40.1 - Updated the containers/common library to v0.63.1 ++++ python-blue: - Switch to pyproject macros. - Simplify docs build. ++++ python-beniget: - Switch to pyproject macros. ++++ python-betamax-matchers: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-bitarray: - Switch to pyproject macros. ++++ python-bleach: - Switch to pyproject macros. ++++ python-bugzilla: - Switch to pyproject macros. ++++ python-bugzillatools: - Switch to pyproject macros. ++++ python-frozenlist: - Update to 1.6.2 * No significant changes - from version 1.6.1 * Correctly use cimport for including PyBool_FromLong * Exclude _frozenlist.cpp from bdists/wheels * Updated to use Cython 3.1 universally across the build path - from version 1.6.0 * Stopped implicitly allowing the use of Cython pre-release versions when building the distribution package * Implemented support for the free-threaded build of CPython 3.13 * Started building armv7l wheels * Stopped implicitly allowing the use of Cython pre-release versions when building the distribution package * Started building wheels for the free-threaded build of CPython 3.13 * The packaging metadata switched to including an SPDX license identifier introduced in :pep:639 * GitHub Actions CI/CD is now configured to manage caching pip-ecosystem dependencies using re-actors/cache-python-deps_ -- an action by :user:webknjaz that takes into account ABI stability and the exact version of Python runtime. * .. _re-actors/cache-python-deps: https://github.com/marketplace/actions/cache-python-deps * Organized dependencies into test and lint dependencies so that no unnecessary ones are installed during CI runs - Add gcc-c++ to BuildRequires - Refresh no-pytest-cov.patch ++++ python-graphviz: - Fix tests with latest graphviz update to 12.x ++++ python-humanreadable: - Update to 0.4.1 * Drop support for Python 3.8/3.9 * Add support for Python 3.12/3.13 * Replace deprecated `abstractproperty` * Modify to use `setuptools_scm` and `pypa/build` for package build * Add GitHub Actions workflow for building and publishing to PyPI - Use Python 3.11 on SLE-15 by default ++++ python-libvirt-python: - Update to 11.4.0 - Add all new APIs and constants in libvirt 11.4.0 ++++ python-meshtastic: - Update to 2.6.3 * This release updates protobufs to v2.6.7, and fixes a small error in admin message handling (the prior code was not properly requesting acknowledgements). - Use Python 3.11 on SLE-15 by default ++++ python-pymol: - require Mesa-libGL-devel to build, require one of PyQt6 or PySide6 to run, recommend Pmw (for legacy plugin manager) ++++ python-uv: - update to 0.7.11: * Enhancements * Add Pyodide support * Better error message for version specifier with missing operator * Bug fixes * Downgrade reqwest and hyper-util to resolve connection reset errors over IPv6 * Prefer uv's binary's version when checking if it's up to date * Documentation * Use "terminal driver" instead of "shell" in SIGINT docs ++++ python-xattr: - Switch to pyproject macros. ++++ python-xcffib: - Switch to pyproject macros. ++++ python-xerox: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-xkbgroup: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-xpybutil: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-xsge_particle: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-xsge_path: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-xsge_tiled: - Switch to pyproject macros. ++++ python-zc.buildout: - Update to 4.1.10: * Breaking changes: + Drop Python 3.8 support. Require 3.9 as minimum. + Add dependency on packaging. + Require setuptools >= 49.0.0. + Remove support for distribute, which was probably already broken. + Drop support for Python 2. Require Python 3.8 as minimum. * New features: + In the ls testing method, add keyword argument lowercase_and_sort_output. * Bug fixes: + Fix accidental changes to PYTHONPATH in os.environ when calling pip install. + Use the canonical name of a package when checking for a version constraint. + Get actual project name from dist. + Prevent getting package pages twice. + No longer recompile py files if we moved the dist. This code was never updated for Python 3. + Require at least packaging version 23.2. + Implement PEP 503: request normalized package url on PyPI servers. + Fix error adding minimum zc.buildout version as requirement. + Support Python 3.12 and 3.13. This only needed a few test fixes. - Switch to pyproject macros. - No more greedy globs in %files. - Run at least a portion of the testsuite. ++++ python-zc.lockfile: - Switch to pyproject macros. - Run the testsuite in the buildroot. - No more greedy globs in %files. ++++ python-zipstream: - Switch to pyproject macros. - No more greedy globs in %files. - Switch to pyproject macros. ++++ python-zxcvbn: - Switch to pyproject macros. - No more greedy globs in %files. ++++ regularhunter-monotional-fonts: - Update to 1.8: * Increase regular and italic ~ glyph weight - Update readme - Update to 1.7: * Change license to SIL OFL 1.1 * Remove font instructions inherited from DejaVu Sans Mono causing rendering issues in Windows (issue #1) * Small adjustment to italic @ glyph * Rework italic and bold-italic # glyph to match non-italic version * Change ~ glyph style to emulate Fira Code ++++ rioterm: - Update to version 0.2.18: * prepare 0.2.18 * fix data padding for layer ++++ sigil: - Update to 2.5.2 * Bug Fixes - fix missing python function replace "file_name" in DryRun and Filter Replacements - fix CV to Preview syncing to self-closing tags that are bare in body - workaround recent Qt changes by making PV sync to top when code in CV is not well formed ++++ traefik: - Removed manual download service and manual checksum verification - Version 3.4.1 - fix for CVE-2025-47952 boo#1243818 - docker * Do not warn network missing if connected to a container network (#11698 by holysoles) - k8s/crd * Fix CEL validation for RootCA in ServersTransport (#11775 by rtribotte) - middleware * Scope the rate limit counter key by source and by middleware (#11753 by aromeyer) - server * Use routing path in v3 matchers (#11790 by kevinpollet) - service * Make P2C strategy thread-safe (#11762 by lbenguigui) - webui * Do not display RemoveHeader option when not defined (#11782 by kevinpollet) ++++ traefik2: Important: Please read the migration guide at https://doc.traefik.io/traefik/v2.11/migration/v2/#v21125 - Version 2.11.25 - Fix for boo#1243818 CVE-2025-47952 - k8s/ingress * Fix panic for ingress with backend resource (#11777 by rtribotte) - server * Normalize request path (#11768 by kevinpollet) - Version 2.11.24 CVE's fixed: CVE-2025-32431 (Advisory GHSA-6p68-w45g-48j7) CVE-2025-22868 (Advisory GHSA-3wqc-mwfx-672p) CVE-2025-22871 (Advisory GHSA-5423-jcjm-2gpv) The incoming request path is now cleaned before being used to match the router rules and sent to the backends. Any /../, /./ or duplicate slash segments in the request path is interpreted and/or collapsed. Please read the migration guide: https://doc.traefik.io/traefik/v2.11/migration/v2/#request-path-sanitization * middleware - add Content-Length header to preflight response * server - Sanitize request path (#11684 by rtribotte) - Version 2.11.23 * Fix for boo#1239233 CVE-2025-22868 * ecs,logs - Bump AWS SDK to v2 * logs,tls - Error level log for configuration-related TLS errors with backends * rules - Allow underscore character in HostSNI matcher * webui - Change boolean module properties default value to undefined * Upgrades - Bump golang.org/x/net to v0.38.0 fix for boo#1241731 CVE-2025-22872 - Version 2.11.22 * fix for boo#1239383 CVE-2025-22869 * logs,tls - Error level log for configuration-related TLS errors with backends * rules - Allow underscore character in HostSNI matcher * webui - Change boolean module properties default value to undefined * Updates - Bump github.com/go-jose/go-jose/v4 to v4.0.5 fix boo#1237636 CVE-2025-27144 - Version 2.11.21 - middleware * Enable the retry middleware in the proxy (#11536 by kevinpollet) * Retry should send headers on Write (#11534 by kevinpollet) ++++ upmpdcli: - update to 1.9.6: * Tidal and Subsonic plugins updates * Fix Media Server crash in abnormal case where the proxy/ redirect interface was called with a bogus URL ++++ xdg-desktop-portal: - Rebase remove-furo-dep.patch. ++++ xdg-desktop-portal-devel-docs: - Rebase remove-furo-dep.patch. ++++ yast2-devtools: - Drop usage of %jobs (boo#1237231) for reproducible builds (by Bernhard M. Wiedemann). - 5.0.2 ++++ zli: - Update to version 2.1.4: no CLI-related changes ++++ zot-registry: - Update to version 2.1.4: * Fix metrics authorization middleware bleed (#3183) * fix: parse public key as fallback for certificate for bearer authentication (#3180) * chore: fix dependabot alerts (#3155) * fix: license copyright update (#3167) * Revert "feat(mcp): add MCP extension support with routes and configur… (#3166) * feat(mcp): add MCP extension support with routes and configuration ------------------------------------------------------------------ ------------------ 2025-6-5 - Jun 5 2025 ------------------- ------------------------------------------------------------------ ++++ CoreFreq: - Update to 2.0.7 * [Kernel] - Defer the cpufreq get_policy and asm/amd/nb.h changes to v6.16 ++++ Mesa: - Update to release 25.1.2 - -> https://docs.mesa3d.org/relnotes/25.1.2 ++++ Mesa-drivers: - Update to release 25.1.2 - -> https://docs.mesa3d.org/relnotes/25.1.2 ++++ apache-commons-beanutils: - Adapt the spec file, so that it can be used for building on SLE12SP1 and Factory alike. ++++ asymptote: - Update to release 3.04 * TINYEXR: Disable thread usage as it is causing issues with libgc. * Removed some obsolete code. * Fix race condition between embedded WebGL scenes. ++++ bindfs: - Update to release 1.18 * readdir: do full stat when FUSE_READDIR_PLUS was requested ++++ boinc-client: - Update to release 8.2.2 * Add improved Python binding for remote job submission and file management ++++ nodejs22: - Update to 22.15.1 * fix error handling on async crypto operation (bsc#1243218, CVE-2025-23166) * add missing call to uv_fs_req_cleanup (bsc#1243217, CVE-2025-23165) - changes since 22.15.0: * dns: add TLSA record query and parsing * assert: improve partialDeepStrictEqual * process: add execve * tls: implement tls.getCACertificates() * v8: add v8.getCppHeapStatistics() method - old_cares.patch: dropped in favour of bundling until we can update SLE15 cares - icu_732.patch: handle our ICU version in SLE15 - fab6906c5d1c16b046187485a7cb136b3659d42b.patch: dropped, upstreamed ++++ crmsh: - Update to version 5.0.0+20250605.889b8ca0: * Dev: bootstrap: do not hide ssh-copy-id outputs in debug mode * Fix: bootstrap: add sleeps to avoid triggering sshd PerSourcePenalties (bsc#1243141) - Update to version 5.0.0+20250605.a553c49e: * Dev: behave: Add functional test for previous commit * Dev: bootstrap: Improve configuration for admin IP ++++ docker: - Do not try to inject SUSEConnect secrets when in Rootless Docker mode, as Docker does not have permission to access the host zypper credentials in this mode (and unprivileged users cannot disable the feature using /etc/docker/suse-secrets-enable.) bsc#1240150 * 0003-SECRETS-SUSE-implement-SUSE-container-secrets.patch - Rebase patches: * 0001-SECRETS-SUSE-always-clear-our-internal-secrets.patch * 0002-SECRETS-daemon-allow-directory-creation-in-run-secre.patch * 0004-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch * 0005-bsc1073877-apparmor-clobber-docker-default-profile-o.patch * 0006-SLE12-revert-apparmor-remove-version-conditionals-fr.patch ++++ docker-compose: - Update to version 2.37.0: * What's Changed - bake is now used as the default images builder, if you don't want to use it you could opt-out by setting the COMPOSE_BAKE env variable to false * Improvements - Add compose bridge by @glours in #12866 - Include platform and creation date listing image by @ndeloof in #12856 - Add support of metadata subcommand for provider services by @glours in #12903 - Use bake by default by @ndeloof in #12699 * Fixes - (Re)start dependent services after watch rebuilt image by @ndeloof in #12879 - Resolve symlinks while making dockerfile path absolute by @ndeloof in #12884 - Fix support for BUILDKIT_PROGRESS by @ndeloof in #12894 - Build dependent service images when required by @ndeloof in [#12896] - Fix recreate network (and connected containers) on config updates by @ndeloof in #12899 - pull does not require env_file being resolved by @ndeloof in [#12904] * Internal - Refactor: use slices.Contains to simplify code by @tongjicoder in #12877 - Remove utils.Contains to prefer slice.ContainsFunc by @ndeloof in #12878 - Fix typo in suggestion log by @Carlos-err406 in #12893 - Replace uses of golang.org/x/exp/(maps|slices) for stdlib and fix linting by @thaJeztah in #12885 - Debug message to help diagnose platform mismatch by @ndeloof in #12905 - (refactoting) Move watch logic into a dedicated Watcher type by @ndeloof in #12865 * Dependencies - Bump cli-doc-tools to v0.10.0 by @glours in #12855 - Bump github.com/docker/docker, docker/cli v28.2.2 by @thaJeztah in #12875 - Build(deps): bump google.golang.org/grpc from 1.72.1 to 1.72.2 by @dependabot in #12872 ++++ docker-stable: - Do not try to inject SUSEConnect secrets when in Rootless Docker mode, as Docker does not have permission to access the host zypper credentials in this mode (and unprivileged users cannot disable the feature using /etc/docker/suse-secrets-enable.) bsc#1240150 * 0003-SECRETS-SUSE-implement-SUSE-container-secrets.patch - Rebase patches: * 0001-SECRETS-SUSE-always-clear-our-internal-secrets.patch * 0002-SECRETS-daemon-allow-directory-creation-in-run-secre.patch * 0004-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch * 0005-bsc1073877-apparmor-clobber-docker-default-profile-o.patch * 0006-SLE12-revert-apparmor-remove-version-conditionals-fr.patch * 0007-CVE-2024-2365x-update-buildkit-to-include-CVE-patche.patch * 0008-bsc1221916-update-to-patched-buildkit-version-to-fix.patch * 0009-bsc1214855-volume-use-AtomicWriteFile-to-save-volume.patch * 0010-CVE-2024-41110-AuthZ-plugin-securty-fixes.patch * 0011-CVE-2024-29018-libnet-Don-t-forward-to-upstream-reso.patch * 0012-CVE-2025-22868-vendor-jws-split-token-into-fixed-num.patch * 0013-CVE-2025-22869-vendor-ssh-limit-the-size-of-the-inte.patch * 0014-TESTS-backport-fixes-for-integration-tests.patch ++++ dpdk: - Fix deterministic build [bsc#1244130] [+ 0001-dts-generate-random-capture_name-per-call.patch] ++++ dtb-aarch64: - Revert "percpu/x86: enable strict percpu checks via named AS qualifiers" (bsc#1244135). - commit e60198f - Linux 6.15.1 (bsc#1012628). - iommu: Handle yet another race around registration (bsc#1012628). - iommu: Avoid introducing more races (bsc#1012628). - coredump: hand a pidfd to the usermode coredump helper (bsc#1012628). - coredump: fix error handling for replace_fd() (bsc#1012628). - pidfs: move O_RDWR into pidfs_alloc_file() (bsc#1012628). - perf/arm-cmn: Add CMN S3 ACPI binding (bsc#1012628). - perf/arm-cmn: Initialise cmn->cpu earlier (bsc#1012628). - perf/arm-cmn: Fix REQ2/SNP2 mixup (bsc#1012628). - net_sched: hfsc: Address reentrant enqueue adding class to eltree twice (bsc#1012628). - arm64: dts: ti: k3-j784s4-j742s2-main-common: Fix length of serdes_ln_ctrl (bsc#1012628). - arm64: dts: ti: k3-j722s-main: Disable "serdes_wiz0" and "serdes_wiz1" (bsc#1012628). - arm64: dts: ti: k3-j722s-evm: Enable "serdes_wiz0" and "serdes_wiz1" (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Add requiried voltage supplies for IMX219 (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Remove clock-names property from IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Add DT nodes for power regulators (bsc#1012628). - arm64: dts: ti: k3-am68-sk: Fix regulator hierarchy (bsc#1012628). - arm64: dts: ti: k3-am65-main: Add missing taps to sdhci0 (bsc#1012628). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in OV5640 overlay (bsc#1012628). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-am62x: Remove clock-names property from IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-am62p-j722s-common-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: ti: k3-am62a-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: ti: k3-am62-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: qcom: x1e80100: Fix PCIe 3rd controller DBI size (bsc#1012628). - arm64: dts: qcom: x1e80100: Add GPU cooling (bsc#1012628). - arm64: dts: qcom: x1e80100: Apply consistent critical thermal shutdown (bsc#1012628). - arm64: dts: qcom: x1e80100: Fix video thermal zone (bsc#1012628). - arm64: dts: qcom: x1e80100-yoga-slim7x: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-qcp: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-qcp: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-x14: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-omnibook-x14: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-omnibook-x14: Enable SMB2360 0 and 1 (bsc#1012628). - arm64: dts: qcom: x1e80100-dell-xps13-9345: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-asus-vivobook-s15: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e001de-devkit: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e001de-devkit: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: sm8650: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8550: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8450: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8350: Fix typo in pil_camera_mem node (bsc#1012628). - arm64: dts: qcom: sa8775p: Remove cdsp compute-cb@10 (bsc#1012628). - arm64: dts: qcom: sa8775p: Remove extra entries from the iommus property (bsc#1012628). - arm64: dts: qcom: sa8775p: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: ipq9574: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: rockchip: Add missing SFC power-domains to rk3576 (bsc#1012628). - arm64: dts: rockchip: fix internal USB hub instability on RK3399 Puma (bsc#1012628). - arm64: dts: socfpga: agilex5: fix gpio0 address (bsc#1012628). - commit 5623d06 ++++ dwarves: - Update to release 1.30 * dwarf_loader: Add support for DW_TAG_GNU_formal_parameter_pack and DW_TAG_GNU_template_parameter_pack. * dwarf_loader: Check DW_OP_[GNU_]entry_value for possible parameter matching. * pahole: Introduce new options --with_embedded_flexible_array and --btf_feature=attributes. * pahole: Add --padding N to show only structs with N bytes of padding at its end. * pahole: Add --padding_ge N to show only structs with at least N bytes of padding at its end. ++++ eksctl: - Update to version 0.209.0: * Improvements - Add eksctl support for new AWS region ap-east-2 (#8406) * Bug Fixes - Use AmazonLinux2023 as default AMI instead of AmazonLinux2 for Kubernetes version >=1.33 (#8405) - Fix missing permission setup for IPv6 cluster (#8387) * Maintenance - Update aws-node to v1.19.5 (#8377) - Update nvidia-device-plugin to v0.17.2 (#8381) - Update ec2-info (#8382) - Update coredns (#8385) * Documentation - Fix missing permission setup for IPv6 cluster (#8387) * Dependencies - Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#8397) - Bump github.com/vektra/mockery/v2 from 2.53.3 to 2.53.4 (#8394) - Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.38.1 to 1.38.3 (#8373) - Bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 (#8401) - Bump aws-actions/configure-aws-credentials from 4.1.0 to 4.2.1 (#8391) - Bump docker/build-push-action from 6.16.0 to 6.18.0 (#8392) - Bump actions/setup-go from 5.4.0 to 5.5.0 (#8393) - Bump lycheeverse/lychee-action from 2.4.0 to 2.4.1 (#8390) ++++ ell: - Update to version 0.77 * Add support for precheck feature for unit tests. * Add support for license variable for pkg-config. ++++ fde-tools: - Add fde-tools-bsc1243877-firstboot-remove-key-conf.patch to remove the dracut conf for the key file to avoid the error from dracut (bsc#1243877) ++++ gap-browse: - Remove BIBL - Switch to ncurses6 ++++ gap-ctbllib: - Update to release 1.3.11 * The character tables of maximal subgroups were reordered following an error correction in the classifcation of the maximal subgroups of the Monster group (which has no subgroups of type L_2(59)) per the [DLPP24] paper. * Fixed an inconsistency in the CharacterParameters value relating to the p-module Brauer tables. ++++ gobject-introspection: - Add explicit python3-setuptools BuildRequires: this was already used in the past, but was pulled in by python3-Mako. As meson explicitly tests for it, it's our responsibility it's there. ++++ gitlab-container-registry: - Update to version 4.23.1: * Bug Fixes - api/gitlab/v1: fix repository cache initialization (d135234) - remmove cloudsql incompatible migrations (ef66c26) - Stat call should properly handle unprefixed configurations in s3_v2 storage driver (4b67a75) * Reverts - revert 7fed33f9 (ede0ad3) - revert ef66c261 (d00e168) * Build - deps: update module github.com/alicebob/miniredis/v2 to v2.35.0 (f554f29) - deps: update module google.golang.org/api to v0.235.0 (5313f8f) - deps: update module google.golang.org/api to v0.236.0 (38034e4) ++++ glab: - Update to version 1.59.2: * Revert "fix(telemetry): remove data race in telemetry hook" ++++ gnome-control-center: - Add Recommends distribution-logos-branding-SLE for SLE (bsc#1243104). ++++ iotas: - Add recommends for built-in features * sync with Nextcloud Notes Recommends: python3-requests * export notes to various formats Suggests: python3-linkify-it-py Suggests: python3-markdown-it-py Suggests: python3-mdit-py-plugins Suggests: python3-pypandoc - Add Requires: python3-packaging (boo#1244106). ++++ gnu_parallel: - Update to release 20250522 * Bug fixes and man page updates. ++++ go1.23: - go1.23.10 (released 2025-06-05) includes security fixes to the net/http and os packages, as well as bug fixes to the linker. Refs boo#1229122 go1.23 release tracking CVE-2025-0913 CVE-2025-4673 * go#73719 go#73612 boo#1244157 security: fix CVE-2025-0913 os: inconsistent handling of O_CREATE|O_EXCL on Unix and Windows * go#73905 go#73816 boo#1244156 security: fix CVE-2025-4673 net/http: sensitive headers not cleared on cross-origin redirect * go#73677 runtime/debug: BuildSetting does not document DefaultGODEBUG * go#73831 cmd/link: Go 1.24.3 and 1.23.9 regression - duplicated definition of symbol dlopen ++++ go1.24: - go1.24.4 (released 2025-06-05) includes security fixes to the crypto/x509, net/http, and os packages, as well as bug fixes to the linker, the go command, and the hash/maphash and os packages. Refs boo#1236217 go1.24 release tracking CVE-2025-22874 CVE-2025-0913 CVE-2025-4673 * go#73700 go#73702 boo#1244158 security: fix CVE-2025-22874 crypto/x509: ExtKeyUsageAny bypasses policy validation * go#73720 go#73612 boo#1244157 security: fix CVE-2025-0913 os: inconsistent handling of O_CREATE|O_EXCL on Unix and Windows * go#73906 go#73816 boo#1244156 security: fix CVE-2025-4673 net/http: sensitive headers not cleared on cross-origin redirect * go#73570 os: Root.Mkdir creates directories with zero permissions on OpenBSD * go#73669 hash/maphash: hashing channels with purego impl. of maphash.Comparable panics * go#73678 runtime/debug: BuildSetting does not document DefaultGODEBUG * go#73809 cmd/go: add fips140 module selection mechanism * go#73832 cmd/link: Go 1.24.3 and 1.23.9 regression - duplicated definition of symbol dlopen ++++ grpc: - Update to release 1.72.1 * RLS: fix use-after-free from accessing config after LB policy shutdown * EventEngine: Fix busy loop in thread pool when shutting down ++++ libcamera: - Update to release 0.5.1 * Improvements have been made to the Raspberry Pi Camera Tuning Tools, and the geometry, matrix and vector class helpers have been expanded for greater reuse throughout the project. * The software ISP has a new Saturation control. ++++ iputils: - Update to version 20250605 Fixing regression in ping. https://github.com/iputils/iputils/releases/tag/20250605 ++++ ivykis: - Update to release 0.43.2 * Handle epoll_pwait2() potentially returning -EPERM in some containers. ++++ iwd: - Update to version 3.8 * Fix issue with handling unit tests and missing kernel features. version 3.7: * Fix issue with handling length of EncryptedSecurity. * Fix issue with handling empty affinities lists. * Fix issue with handling survey scanning results. * Fix issue with handling duplicate values in DPP URI. ++++ kernel-64kb: - Revert "percpu/x86: enable strict percpu checks via named AS qualifiers" (bsc#1244135). - commit e60198f - Linux 6.15.1 (bsc#1012628). - iommu: Handle yet another race around registration (bsc#1012628). - iommu: Avoid introducing more races (bsc#1012628). - coredump: hand a pidfd to the usermode coredump helper (bsc#1012628). - coredump: fix error handling for replace_fd() (bsc#1012628). - pidfs: move O_RDWR into pidfs_alloc_file() (bsc#1012628). - perf/arm-cmn: Add CMN S3 ACPI binding (bsc#1012628). - perf/arm-cmn: Initialise cmn->cpu earlier (bsc#1012628). - perf/arm-cmn: Fix REQ2/SNP2 mixup (bsc#1012628). - net_sched: hfsc: Address reentrant enqueue adding class to eltree twice (bsc#1012628). - arm64: dts: ti: k3-j784s4-j742s2-main-common: Fix length of serdes_ln_ctrl (bsc#1012628). - arm64: dts: ti: k3-j722s-main: Disable "serdes_wiz0" and "serdes_wiz1" (bsc#1012628). - arm64: dts: ti: k3-j722s-evm: Enable "serdes_wiz0" and "serdes_wiz1" (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Add requiried voltage supplies for IMX219 (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Remove clock-names property from IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Add DT nodes for power regulators (bsc#1012628). - arm64: dts: ti: k3-am68-sk: Fix regulator hierarchy (bsc#1012628). - arm64: dts: ti: k3-am65-main: Add missing taps to sdhci0 (bsc#1012628). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in OV5640 overlay (bsc#1012628). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-am62x: Remove clock-names property from IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-am62p-j722s-common-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: ti: k3-am62a-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: ti: k3-am62-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: qcom: x1e80100: Fix PCIe 3rd controller DBI size (bsc#1012628). - arm64: dts: qcom: x1e80100: Add GPU cooling (bsc#1012628). - arm64: dts: qcom: x1e80100: Apply consistent critical thermal shutdown (bsc#1012628). - arm64: dts: qcom: x1e80100: Fix video thermal zone (bsc#1012628). - arm64: dts: qcom: x1e80100-yoga-slim7x: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-qcp: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-qcp: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-x14: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-omnibook-x14: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-omnibook-x14: Enable SMB2360 0 and 1 (bsc#1012628). - arm64: dts: qcom: x1e80100-dell-xps13-9345: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-asus-vivobook-s15: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e001de-devkit: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e001de-devkit: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: sm8650: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8550: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8450: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8350: Fix typo in pil_camera_mem node (bsc#1012628). - arm64: dts: qcom: sa8775p: Remove cdsp compute-cb@10 (bsc#1012628). - arm64: dts: qcom: sa8775p: Remove extra entries from the iommus property (bsc#1012628). - arm64: dts: qcom: sa8775p: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: ipq9574: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: rockchip: Add missing SFC power-domains to rk3576 (bsc#1012628). - arm64: dts: rockchip: fix internal USB hub instability on RK3399 Puma (bsc#1012628). - arm64: dts: socfpga: agilex5: fix gpio0 address (bsc#1012628). - commit 5623d06 ++++ kernel-debug: - Revert "percpu/x86: enable strict percpu checks via named AS qualifiers" (bsc#1244135). - commit e60198f - Linux 6.15.1 (bsc#1012628). - iommu: Handle yet another race around registration (bsc#1012628). - iommu: Avoid introducing more races (bsc#1012628). - coredump: hand a pidfd to the usermode coredump helper (bsc#1012628). - coredump: fix error handling for replace_fd() (bsc#1012628). - pidfs: move O_RDWR into pidfs_alloc_file() (bsc#1012628). - perf/arm-cmn: Add CMN S3 ACPI binding (bsc#1012628). - perf/arm-cmn: Initialise cmn->cpu earlier (bsc#1012628). - perf/arm-cmn: Fix REQ2/SNP2 mixup (bsc#1012628). - net_sched: hfsc: Address reentrant enqueue adding class to eltree twice (bsc#1012628). - arm64: dts: ti: k3-j784s4-j742s2-main-common: Fix length of serdes_ln_ctrl (bsc#1012628). - arm64: dts: ti: k3-j722s-main: Disable "serdes_wiz0" and "serdes_wiz1" (bsc#1012628). - arm64: dts: ti: k3-j722s-evm: Enable "serdes_wiz0" and "serdes_wiz1" (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Add requiried voltage supplies for IMX219 (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Remove clock-names property from IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Add DT nodes for power regulators (bsc#1012628). - arm64: dts: ti: k3-am68-sk: Fix regulator hierarchy (bsc#1012628). - arm64: dts: ti: k3-am65-main: Add missing taps to sdhci0 (bsc#1012628). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in OV5640 overlay (bsc#1012628). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-am62x: Remove clock-names property from IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-am62p-j722s-common-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: ti: k3-am62a-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: ti: k3-am62-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: qcom: x1e80100: Fix PCIe 3rd controller DBI size (bsc#1012628). - arm64: dts: qcom: x1e80100: Add GPU cooling (bsc#1012628). - arm64: dts: qcom: x1e80100: Apply consistent critical thermal shutdown (bsc#1012628). - arm64: dts: qcom: x1e80100: Fix video thermal zone (bsc#1012628). - arm64: dts: qcom: x1e80100-yoga-slim7x: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-qcp: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-qcp: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-x14: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-omnibook-x14: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-omnibook-x14: Enable SMB2360 0 and 1 (bsc#1012628). - arm64: dts: qcom: x1e80100-dell-xps13-9345: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-asus-vivobook-s15: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e001de-devkit: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e001de-devkit: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: sm8650: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8550: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8450: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8350: Fix typo in pil_camera_mem node (bsc#1012628). - arm64: dts: qcom: sa8775p: Remove cdsp compute-cb@10 (bsc#1012628). - arm64: dts: qcom: sa8775p: Remove extra entries from the iommus property (bsc#1012628). - arm64: dts: qcom: sa8775p: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: ipq9574: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: rockchip: Add missing SFC power-domains to rk3576 (bsc#1012628). - arm64: dts: rockchip: fix internal USB hub instability on RK3399 Puma (bsc#1012628). - arm64: dts: socfpga: agilex5: fix gpio0 address (bsc#1012628). - commit 5623d06 ++++ kernel-default: - Revert "percpu/x86: enable strict percpu checks via named AS qualifiers" (bsc#1244135). - commit e60198f - Linux 6.15.1 (bsc#1012628). - iommu: Handle yet another race around registration (bsc#1012628). - iommu: Avoid introducing more races (bsc#1012628). - coredump: hand a pidfd to the usermode coredump helper (bsc#1012628). - coredump: fix error handling for replace_fd() (bsc#1012628). - pidfs: move O_RDWR into pidfs_alloc_file() (bsc#1012628). - perf/arm-cmn: Add CMN S3 ACPI binding (bsc#1012628). - perf/arm-cmn: Initialise cmn->cpu earlier (bsc#1012628). - perf/arm-cmn: Fix REQ2/SNP2 mixup (bsc#1012628). - net_sched: hfsc: Address reentrant enqueue adding class to eltree twice (bsc#1012628). - arm64: dts: ti: k3-j784s4-j742s2-main-common: Fix length of serdes_ln_ctrl (bsc#1012628). - arm64: dts: ti: k3-j722s-main: Disable "serdes_wiz0" and "serdes_wiz1" (bsc#1012628). - arm64: dts: ti: k3-j722s-evm: Enable "serdes_wiz0" and "serdes_wiz1" (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Add requiried voltage supplies for IMX219 (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Remove clock-names property from IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Add DT nodes for power regulators (bsc#1012628). - arm64: dts: ti: k3-am68-sk: Fix regulator hierarchy (bsc#1012628). - arm64: dts: ti: k3-am65-main: Add missing taps to sdhci0 (bsc#1012628). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in OV5640 overlay (bsc#1012628). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-am62x: Remove clock-names property from IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-am62p-j722s-common-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: ti: k3-am62a-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: ti: k3-am62-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: qcom: x1e80100: Fix PCIe 3rd controller DBI size (bsc#1012628). - arm64: dts: qcom: x1e80100: Add GPU cooling (bsc#1012628). - arm64: dts: qcom: x1e80100: Apply consistent critical thermal shutdown (bsc#1012628). - arm64: dts: qcom: x1e80100: Fix video thermal zone (bsc#1012628). - arm64: dts: qcom: x1e80100-yoga-slim7x: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-qcp: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-qcp: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-x14: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-omnibook-x14: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-omnibook-x14: Enable SMB2360 0 and 1 (bsc#1012628). - arm64: dts: qcom: x1e80100-dell-xps13-9345: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-asus-vivobook-s15: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e001de-devkit: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e001de-devkit: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: sm8650: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8550: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8450: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8350: Fix typo in pil_camera_mem node (bsc#1012628). - arm64: dts: qcom: sa8775p: Remove cdsp compute-cb@10 (bsc#1012628). - arm64: dts: qcom: sa8775p: Remove extra entries from the iommus property (bsc#1012628). - arm64: dts: qcom: sa8775p: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: ipq9574: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: rockchip: Add missing SFC power-domains to rk3576 (bsc#1012628). - arm64: dts: rockchip: fix internal USB hub instability on RK3399 Puma (bsc#1012628). - arm64: dts: socfpga: agilex5: fix gpio0 address (bsc#1012628). - commit 5623d06 ++++ kernel-source: - Revert "percpu/x86: enable strict percpu checks via named AS qualifiers" (bsc#1244135). - commit e60198f - Linux 6.15.1 (bsc#1012628). - iommu: Handle yet another race around registration (bsc#1012628). - iommu: Avoid introducing more races (bsc#1012628). - coredump: hand a pidfd to the usermode coredump helper (bsc#1012628). - coredump: fix error handling for replace_fd() (bsc#1012628). - pidfs: move O_RDWR into pidfs_alloc_file() (bsc#1012628). - perf/arm-cmn: Add CMN S3 ACPI binding (bsc#1012628). - perf/arm-cmn: Initialise cmn->cpu earlier (bsc#1012628). - perf/arm-cmn: Fix REQ2/SNP2 mixup (bsc#1012628). - net_sched: hfsc: Address reentrant enqueue adding class to eltree twice (bsc#1012628). - arm64: dts: ti: k3-j784s4-j742s2-main-common: Fix length of serdes_ln_ctrl (bsc#1012628). - arm64: dts: ti: k3-j722s-main: Disable "serdes_wiz0" and "serdes_wiz1" (bsc#1012628). - arm64: dts: ti: k3-j722s-evm: Enable "serdes_wiz0" and "serdes_wiz1" (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Add requiried voltage supplies for IMX219 (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Remove clock-names property from IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Add DT nodes for power regulators (bsc#1012628). - arm64: dts: ti: k3-am68-sk: Fix regulator hierarchy (bsc#1012628). - arm64: dts: ti: k3-am65-main: Add missing taps to sdhci0 (bsc#1012628). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in OV5640 overlay (bsc#1012628). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-am62x: Remove clock-names property from IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-am62p-j722s-common-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: ti: k3-am62a-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: ti: k3-am62-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: qcom: x1e80100: Fix PCIe 3rd controller DBI size (bsc#1012628). - arm64: dts: qcom: x1e80100: Add GPU cooling (bsc#1012628). - arm64: dts: qcom: x1e80100: Apply consistent critical thermal shutdown (bsc#1012628). - arm64: dts: qcom: x1e80100: Fix video thermal zone (bsc#1012628). - arm64: dts: qcom: x1e80100-yoga-slim7x: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-qcp: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-qcp: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-x14: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-omnibook-x14: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-omnibook-x14: Enable SMB2360 0 and 1 (bsc#1012628). - arm64: dts: qcom: x1e80100-dell-xps13-9345: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-asus-vivobook-s15: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e001de-devkit: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e001de-devkit: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: sm8650: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8550: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8450: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8350: Fix typo in pil_camera_mem node (bsc#1012628). - arm64: dts: qcom: sa8775p: Remove cdsp compute-cb@10 (bsc#1012628). - arm64: dts: qcom: sa8775p: Remove extra entries from the iommus property (bsc#1012628). - arm64: dts: qcom: sa8775p: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: ipq9574: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: rockchip: Add missing SFC power-domains to rk3576 (bsc#1012628). - arm64: dts: rockchip: fix internal USB hub instability on RK3399 Puma (bsc#1012628). - arm64: dts: socfpga: agilex5: fix gpio0 address (bsc#1012628). - commit 5623d06 ++++ kernel-docs: - Revert "percpu/x86: enable strict percpu checks via named AS qualifiers" (bsc#1244135). - commit e60198f - Linux 6.15.1 (bsc#1012628). - iommu: Handle yet another race around registration (bsc#1012628). - iommu: Avoid introducing more races (bsc#1012628). - coredump: hand a pidfd to the usermode coredump helper (bsc#1012628). - coredump: fix error handling for replace_fd() (bsc#1012628). - pidfs: move O_RDWR into pidfs_alloc_file() (bsc#1012628). - perf/arm-cmn: Add CMN S3 ACPI binding (bsc#1012628). - perf/arm-cmn: Initialise cmn->cpu earlier (bsc#1012628). - perf/arm-cmn: Fix REQ2/SNP2 mixup (bsc#1012628). - net_sched: hfsc: Address reentrant enqueue adding class to eltree twice (bsc#1012628). - arm64: dts: ti: k3-j784s4-j742s2-main-common: Fix length of serdes_ln_ctrl (bsc#1012628). - arm64: dts: ti: k3-j722s-main: Disable "serdes_wiz0" and "serdes_wiz1" (bsc#1012628). - arm64: dts: ti: k3-j722s-evm: Enable "serdes_wiz0" and "serdes_wiz1" (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Add requiried voltage supplies for IMX219 (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Remove clock-names property from IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Add DT nodes for power regulators (bsc#1012628). - arm64: dts: ti: k3-am68-sk: Fix regulator hierarchy (bsc#1012628). - arm64: dts: ti: k3-am65-main: Add missing taps to sdhci0 (bsc#1012628). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in OV5640 overlay (bsc#1012628). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-am62x: Remove clock-names property from IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-am62p-j722s-common-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: ti: k3-am62a-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: ti: k3-am62-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: qcom: x1e80100: Fix PCIe 3rd controller DBI size (bsc#1012628). - arm64: dts: qcom: x1e80100: Add GPU cooling (bsc#1012628). - arm64: dts: qcom: x1e80100: Apply consistent critical thermal shutdown (bsc#1012628). - arm64: dts: qcom: x1e80100: Fix video thermal zone (bsc#1012628). - arm64: dts: qcom: x1e80100-yoga-slim7x: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-qcp: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-qcp: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-x14: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-omnibook-x14: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-omnibook-x14: Enable SMB2360 0 and 1 (bsc#1012628). - arm64: dts: qcom: x1e80100-dell-xps13-9345: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-asus-vivobook-s15: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e001de-devkit: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e001de-devkit: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: sm8650: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8550: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8450: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8350: Fix typo in pil_camera_mem node (bsc#1012628). - arm64: dts: qcom: sa8775p: Remove cdsp compute-cb@10 (bsc#1012628). - arm64: dts: qcom: sa8775p: Remove extra entries from the iommus property (bsc#1012628). - arm64: dts: qcom: sa8775p: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: ipq9574: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: rockchip: Add missing SFC power-domains to rk3576 (bsc#1012628). - arm64: dts: rockchip: fix internal USB hub instability on RK3399 Puma (bsc#1012628). - arm64: dts: socfpga: agilex5: fix gpio0 address (bsc#1012628). - commit 5623d06 ++++ kernel-firmware-amdgpu: - Update to version 20250603 (git commit 3b75d677f898): * amdgpu: DMCUB updates for various ASICs ++++ kernel-firmware-bluetooth: - Update to version 20250603 (git commit 3b75d677f898): * linux-firmware: Update firmware file for Intel Pulsar core * linux-firmware: Update firmware file for Intel BlazarI core * linux-firmware: Update firmware file for Intel Quasar core * linux-firmware: Update firmware file for Intel Solar core * linux-firmware: Update firmware file for Intel Magnetar core * linux-firmware: Update firmware file for Intel BlazarU core ++++ kernel-firmware-brcm: - Update to version 20250603 (git commit 3b75d677f898): * brcm: Add symlinks for Khadas VIM SDIO wifi config to AW-CM256SM.txt ++++ kernel-firmware-i915: - Update aliases - Update to version 20250603 (git commit 3b75d677f898): * xe: Update GUC to v70.45.2 for BMG, LNL * i915: Update GUC to v70.45.2 for DG2 * xe: Update LNL GSC to v104.0.5.1429 ++++ kernel-firmware-intel: - Update to version 20250603 (git commit 3b75d677f898): * Intel IPU7: Add firmware binary files ++++ kernel-firmware-iwlwifi: - Update to version 20250603 (git commit 3b75d677f898): * iwlwifi: add Bz/gl FW for core96-76 release * iwlwifi: update ty/So/Ma firmwares for core96-76 release * iwlwifi: update cc/Qu/QuZ firmwares for core96-76 release * iwlwifi: update firmwares for 8000 series * iwlwifi: update 7265D firmware ++++ kernel-firmware-mediatek: - Update to version 20250603 (git commit 3b75d677f898): * mediatek MT7925: update bluetooth firmware to 20250526153203 * linux-firmware: update firmware for MT7925 WiFi device ++++ kernel-firmware-network: - Update to version 20250603 (git commit 3b75d677f898): * ice: update wireless_edge package to 1.3.23.0 * ice: update comms package to 1.3.55.0 * ice: update package to 1.3.43.0 ++++ kernel-firmware-nvidia: - Add workaround for directory/symlink changes (bsc#1243843) ++++ kernel-firmware-qcom: - Update aliases - Update to version 20250603 (git commit 3b75d677f898): * qcom: add QUPv3 firmware for QCS8300 platform * qcom: sc8280xp: FW blob updates for X13s ++++ kernel-kvmsmall: - Revert "percpu/x86: enable strict percpu checks via named AS qualifiers" (bsc#1244135). - commit e60198f - Linux 6.15.1 (bsc#1012628). - iommu: Handle yet another race around registration (bsc#1012628). - iommu: Avoid introducing more races (bsc#1012628). - coredump: hand a pidfd to the usermode coredump helper (bsc#1012628). - coredump: fix error handling for replace_fd() (bsc#1012628). - pidfs: move O_RDWR into pidfs_alloc_file() (bsc#1012628). - perf/arm-cmn: Add CMN S3 ACPI binding (bsc#1012628). - perf/arm-cmn: Initialise cmn->cpu earlier (bsc#1012628). - perf/arm-cmn: Fix REQ2/SNP2 mixup (bsc#1012628). - net_sched: hfsc: Address reentrant enqueue adding class to eltree twice (bsc#1012628). - arm64: dts: ti: k3-j784s4-j742s2-main-common: Fix length of serdes_ln_ctrl (bsc#1012628). - arm64: dts: ti: k3-j722s-main: Disable "serdes_wiz0" and "serdes_wiz1" (bsc#1012628). - arm64: dts: ti: k3-j722s-evm: Enable "serdes_wiz0" and "serdes_wiz1" (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Add requiried voltage supplies for IMX219 (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Remove clock-names property from IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Add DT nodes for power regulators (bsc#1012628). - arm64: dts: ti: k3-am68-sk: Fix regulator hierarchy (bsc#1012628). - arm64: dts: ti: k3-am65-main: Add missing taps to sdhci0 (bsc#1012628). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in OV5640 overlay (bsc#1012628). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-am62x: Remove clock-names property from IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-am62p-j722s-common-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: ti: k3-am62a-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: ti: k3-am62-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: qcom: x1e80100: Fix PCIe 3rd controller DBI size (bsc#1012628). - arm64: dts: qcom: x1e80100: Add GPU cooling (bsc#1012628). - arm64: dts: qcom: x1e80100: Apply consistent critical thermal shutdown (bsc#1012628). - arm64: dts: qcom: x1e80100: Fix video thermal zone (bsc#1012628). - arm64: dts: qcom: x1e80100-yoga-slim7x: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-qcp: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-qcp: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-x14: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-omnibook-x14: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-omnibook-x14: Enable SMB2360 0 and 1 (bsc#1012628). - arm64: dts: qcom: x1e80100-dell-xps13-9345: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-asus-vivobook-s15: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e001de-devkit: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e001de-devkit: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: sm8650: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8550: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8450: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8350: Fix typo in pil_camera_mem node (bsc#1012628). - arm64: dts: qcom: sa8775p: Remove cdsp compute-cb@10 (bsc#1012628). - arm64: dts: qcom: sa8775p: Remove extra entries from the iommus property (bsc#1012628). - arm64: dts: qcom: sa8775p: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: ipq9574: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: rockchip: Add missing SFC power-domains to rk3576 (bsc#1012628). - arm64: dts: rockchip: fix internal USB hub instability on RK3399 Puma (bsc#1012628). - arm64: dts: socfpga: agilex5: fix gpio0 address (bsc#1012628). - commit 5623d06 ++++ kernel-obs-build: - Revert "percpu/x86: enable strict percpu checks via named AS qualifiers" (bsc#1244135). - commit e60198f - Linux 6.15.1 (bsc#1012628). - iommu: Handle yet another race around registration (bsc#1012628). - iommu: Avoid introducing more races (bsc#1012628). - coredump: hand a pidfd to the usermode coredump helper (bsc#1012628). - coredump: fix error handling for replace_fd() (bsc#1012628). - pidfs: move O_RDWR into pidfs_alloc_file() (bsc#1012628). - perf/arm-cmn: Add CMN S3 ACPI binding (bsc#1012628). - perf/arm-cmn: Initialise cmn->cpu earlier (bsc#1012628). - perf/arm-cmn: Fix REQ2/SNP2 mixup (bsc#1012628). - net_sched: hfsc: Address reentrant enqueue adding class to eltree twice (bsc#1012628). - arm64: dts: ti: k3-j784s4-j742s2-main-common: Fix length of serdes_ln_ctrl (bsc#1012628). - arm64: dts: ti: k3-j722s-main: Disable "serdes_wiz0" and "serdes_wiz1" (bsc#1012628). - arm64: dts: ti: k3-j722s-evm: Enable "serdes_wiz0" and "serdes_wiz1" (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Add requiried voltage supplies for IMX219 (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Remove clock-names property from IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Add DT nodes for power regulators (bsc#1012628). - arm64: dts: ti: k3-am68-sk: Fix regulator hierarchy (bsc#1012628). - arm64: dts: ti: k3-am65-main: Add missing taps to sdhci0 (bsc#1012628). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in OV5640 overlay (bsc#1012628). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-am62x: Remove clock-names property from IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-am62p-j722s-common-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: ti: k3-am62a-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: ti: k3-am62-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: qcom: x1e80100: Fix PCIe 3rd controller DBI size (bsc#1012628). - arm64: dts: qcom: x1e80100: Add GPU cooling (bsc#1012628). - arm64: dts: qcom: x1e80100: Apply consistent critical thermal shutdown (bsc#1012628). - arm64: dts: qcom: x1e80100: Fix video thermal zone (bsc#1012628). - arm64: dts: qcom: x1e80100-yoga-slim7x: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-qcp: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-qcp: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-x14: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-omnibook-x14: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-omnibook-x14: Enable SMB2360 0 and 1 (bsc#1012628). - arm64: dts: qcom: x1e80100-dell-xps13-9345: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-asus-vivobook-s15: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e001de-devkit: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e001de-devkit: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: sm8650: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8550: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8450: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8350: Fix typo in pil_camera_mem node (bsc#1012628). - arm64: dts: qcom: sa8775p: Remove cdsp compute-cb@10 (bsc#1012628). - arm64: dts: qcom: sa8775p: Remove extra entries from the iommus property (bsc#1012628). - arm64: dts: qcom: sa8775p: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: ipq9574: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: rockchip: Add missing SFC power-domains to rk3576 (bsc#1012628). - arm64: dts: rockchip: fix internal USB hub instability on RK3399 Puma (bsc#1012628). - arm64: dts: socfpga: agilex5: fix gpio0 address (bsc#1012628). - commit 5623d06 ++++ kernel-obs-qa: - Revert "percpu/x86: enable strict percpu checks via named AS qualifiers" (bsc#1244135). - commit e60198f - Linux 6.15.1 (bsc#1012628). - iommu: Handle yet another race around registration (bsc#1012628). - iommu: Avoid introducing more races (bsc#1012628). - coredump: hand a pidfd to the usermode coredump helper (bsc#1012628). - coredump: fix error handling for replace_fd() (bsc#1012628). - pidfs: move O_RDWR into pidfs_alloc_file() (bsc#1012628). - perf/arm-cmn: Add CMN S3 ACPI binding (bsc#1012628). - perf/arm-cmn: Initialise cmn->cpu earlier (bsc#1012628). - perf/arm-cmn: Fix REQ2/SNP2 mixup (bsc#1012628). - net_sched: hfsc: Address reentrant enqueue adding class to eltree twice (bsc#1012628). - arm64: dts: ti: k3-j784s4-j742s2-main-common: Fix length of serdes_ln_ctrl (bsc#1012628). - arm64: dts: ti: k3-j722s-main: Disable "serdes_wiz0" and "serdes_wiz1" (bsc#1012628). - arm64: dts: ti: k3-j722s-evm: Enable "serdes_wiz0" and "serdes_wiz1" (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Add requiried voltage supplies for IMX219 (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Remove clock-names property from IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Add DT nodes for power regulators (bsc#1012628). - arm64: dts: ti: k3-am68-sk: Fix regulator hierarchy (bsc#1012628). - arm64: dts: ti: k3-am65-main: Add missing taps to sdhci0 (bsc#1012628). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in OV5640 overlay (bsc#1012628). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-am62x: Remove clock-names property from IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-am62p-j722s-common-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: ti: k3-am62a-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: ti: k3-am62-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: qcom: x1e80100: Fix PCIe 3rd controller DBI size (bsc#1012628). - arm64: dts: qcom: x1e80100: Add GPU cooling (bsc#1012628). - arm64: dts: qcom: x1e80100: Apply consistent critical thermal shutdown (bsc#1012628). - arm64: dts: qcom: x1e80100: Fix video thermal zone (bsc#1012628). - arm64: dts: qcom: x1e80100-yoga-slim7x: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-qcp: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-qcp: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-x14: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-omnibook-x14: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-omnibook-x14: Enable SMB2360 0 and 1 (bsc#1012628). - arm64: dts: qcom: x1e80100-dell-xps13-9345: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-asus-vivobook-s15: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e001de-devkit: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e001de-devkit: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: sm8650: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8550: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8450: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8350: Fix typo in pil_camera_mem node (bsc#1012628). - arm64: dts: qcom: sa8775p: Remove cdsp compute-cb@10 (bsc#1012628). - arm64: dts: qcom: sa8775p: Remove extra entries from the iommus property (bsc#1012628). - arm64: dts: qcom: sa8775p: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: ipq9574: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: rockchip: Add missing SFC power-domains to rk3576 (bsc#1012628). - arm64: dts: rockchip: fix internal USB hub instability on RK3399 Puma (bsc#1012628). - arm64: dts: socfpga: agilex5: fix gpio0 address (bsc#1012628). - commit 5623d06 ++++ kernel-syms: - Revert "percpu/x86: enable strict percpu checks via named AS qualifiers" (bsc#1244135). - commit e60198f - Linux 6.15.1 (bsc#1012628). - iommu: Handle yet another race around registration (bsc#1012628). - iommu: Avoid introducing more races (bsc#1012628). - coredump: hand a pidfd to the usermode coredump helper (bsc#1012628). - coredump: fix error handling for replace_fd() (bsc#1012628). - pidfs: move O_RDWR into pidfs_alloc_file() (bsc#1012628). - perf/arm-cmn: Add CMN S3 ACPI binding (bsc#1012628). - perf/arm-cmn: Initialise cmn->cpu earlier (bsc#1012628). - perf/arm-cmn: Fix REQ2/SNP2 mixup (bsc#1012628). - net_sched: hfsc: Address reentrant enqueue adding class to eltree twice (bsc#1012628). - arm64: dts: ti: k3-j784s4-j742s2-main-common: Fix length of serdes_ln_ctrl (bsc#1012628). - arm64: dts: ti: k3-j722s-main: Disable "serdes_wiz0" and "serdes_wiz1" (bsc#1012628). - arm64: dts: ti: k3-j722s-evm: Enable "serdes_wiz0" and "serdes_wiz1" (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Add requiried voltage supplies for IMX219 (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Remove clock-names property from IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Add DT nodes for power regulators (bsc#1012628). - arm64: dts: ti: k3-am68-sk: Fix regulator hierarchy (bsc#1012628). - arm64: dts: ti: k3-am65-main: Add missing taps to sdhci0 (bsc#1012628). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in OV5640 overlay (bsc#1012628). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-am62x: Remove clock-names property from IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-am62p-j722s-common-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: ti: k3-am62a-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: ti: k3-am62-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: qcom: x1e80100: Fix PCIe 3rd controller DBI size (bsc#1012628). - arm64: dts: qcom: x1e80100: Add GPU cooling (bsc#1012628). - arm64: dts: qcom: x1e80100: Apply consistent critical thermal shutdown (bsc#1012628). - arm64: dts: qcom: x1e80100: Fix video thermal zone (bsc#1012628). - arm64: dts: qcom: x1e80100-yoga-slim7x: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-qcp: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-qcp: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-x14: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-omnibook-x14: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-omnibook-x14: Enable SMB2360 0 and 1 (bsc#1012628). - arm64: dts: qcom: x1e80100-dell-xps13-9345: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-asus-vivobook-s15: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e001de-devkit: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e001de-devkit: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: sm8650: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8550: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8450: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8350: Fix typo in pil_camera_mem node (bsc#1012628). - arm64: dts: qcom: sa8775p: Remove cdsp compute-cb@10 (bsc#1012628). - arm64: dts: qcom: sa8775p: Remove extra entries from the iommus property (bsc#1012628). - arm64: dts: qcom: sa8775p: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: ipq9574: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: rockchip: Add missing SFC power-domains to rk3576 (bsc#1012628). - arm64: dts: rockchip: fix internal USB hub instability on RK3399 Puma (bsc#1012628). - arm64: dts: socfpga: agilex5: fix gpio0 address (bsc#1012628). - commit 5623d06 ++++ kernel-vanilla: - Revert "percpu/x86: enable strict percpu checks via named AS qualifiers" (bsc#1244135). - commit e60198f - Linux 6.15.1 (bsc#1012628). - iommu: Handle yet another race around registration (bsc#1012628). - iommu: Avoid introducing more races (bsc#1012628). - coredump: hand a pidfd to the usermode coredump helper (bsc#1012628). - coredump: fix error handling for replace_fd() (bsc#1012628). - pidfs: move O_RDWR into pidfs_alloc_file() (bsc#1012628). - perf/arm-cmn: Add CMN S3 ACPI binding (bsc#1012628). - perf/arm-cmn: Initialise cmn->cpu earlier (bsc#1012628). - perf/arm-cmn: Fix REQ2/SNP2 mixup (bsc#1012628). - net_sched: hfsc: Address reentrant enqueue adding class to eltree twice (bsc#1012628). - arm64: dts: ti: k3-j784s4-j742s2-main-common: Fix length of serdes_ln_ctrl (bsc#1012628). - arm64: dts: ti: k3-j722s-main: Disable "serdes_wiz0" and "serdes_wiz1" (bsc#1012628). - arm64: dts: ti: k3-j722s-evm: Enable "serdes_wiz0" and "serdes_wiz1" (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Add requiried voltage supplies for IMX219 (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Remove clock-names property from IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-j721e-sk: Add DT nodes for power regulators (bsc#1012628). - arm64: dts: ti: k3-am68-sk: Fix regulator hierarchy (bsc#1012628). - arm64: dts: ti: k3-am65-main: Add missing taps to sdhci0 (bsc#1012628). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in OV5640 overlay (bsc#1012628). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-am62x: Remove clock-names property from IMX219 overlay (bsc#1012628). - arm64: dts: ti: k3-am62p-j722s-common-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: ti: k3-am62a-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: ti: k3-am62-main: Set eMMC clock parent to default (bsc#1012628). - arm64: dts: qcom: x1e80100: Fix PCIe 3rd controller DBI size (bsc#1012628). - arm64: dts: qcom: x1e80100: Add GPU cooling (bsc#1012628). - arm64: dts: qcom: x1e80100: Apply consistent critical thermal shutdown (bsc#1012628). - arm64: dts: qcom: x1e80100: Fix video thermal zone (bsc#1012628). - arm64: dts: qcom: x1e80100-yoga-slim7x: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-qcp: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-qcp: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-x14: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-omnibook-x14: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e80100-hp-omnibook-x14: Enable SMB2360 0 and 1 (bsc#1012628). - arm64: dts: qcom: x1e80100-dell-xps13-9345: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e80100-asus-vivobook-s15: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: x1e001de-devkit: mark l12b and l15b always-on (bsc#1012628). - arm64: dts: qcom: x1e001de-devkit: Fix vreg_l2j_1p2 voltage (bsc#1012628). - arm64: dts: qcom: sm8650: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8550: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8450: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: sm8350: Fix typo in pil_camera_mem node (bsc#1012628). - arm64: dts: qcom: sa8775p: Remove cdsp compute-cb@10 (bsc#1012628). - arm64: dts: qcom: sa8775p: Remove extra entries from the iommus property (bsc#1012628). - arm64: dts: qcom: sa8775p: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: qcom: ipq9574: Add missing properties for cryptobam (bsc#1012628). - arm64: dts: rockchip: Add missing SFC power-domains to rk3576 (bsc#1012628). - arm64: dts: rockchip: fix internal USB hub instability on RK3399 Puma (bsc#1012628). - arm64: dts: socfpga: agilex5: fix gpio0 address (bsc#1012628). - commit 5623d06 ++++ rust-keylime: - Update vendored crates (bsc#1243861, CVE-2024-12224) * idna 1.0.3 - Add Cargo_lock.patch to adjust versions that will allow the compilation of mbox crate - Update to version 0.2.7+70: * build(deps): bump wiremock from 0.6.2 to 0.6.3 * build(deps): bump uuid from 1.16.0 to 1.17.0 * lib: Introduce AgentIdentity structure * gitignore: Add *.swp and *.orig to be ignored * build(deps): bump clap from 4.5.38 to 4.5.39 * build(deps): bump tokio from 1.45.0 to 1.45.1 * Unify Push Model structures time formats to UTC (#1016) * Add Quote related structures to Keylime library * Remove configuration file trailing whitespaces (#1012) * keylime-agent.conf: add all accepted TPM encryption algs * tpm: add policy auth for EK to activate crendential * Enable non standard key sizes and curves for EK and AK * config: Use next_back() instead of last() for iterators * Update to tss-esapi v7.6.0 * Avoid duplicated call to ctx.create_ek * build(deps): bump clap from 4.5.23 to 4.5.38 * Add registration for Push Model client * build(deps): bump tokio from 1.44.2 to 1.45.0 * build(deps): bump chrono from 0.4.40 to 0.4.41 * build(deps): bump tempfile from 3.17.1 to 3.20.0 * Refactor code: move error, registration to lib * Move structure filling and URL selection code (#999) * build(deps): bump pest_derive from 2.7.15 to 2.8.0 * build(deps): bump pest from 2.7.15 to 2.8.0 * build(deps): bump libc from 0.2.169 to 0.2.172 * Add Evidence/Authentication messages to prototype * build(deps): bump uuid from 1.15.1 to 1.16.0 * build(deps): bump thiserror from 2.0.11 to 2.0.12 * build(deps): bump signal-hook from 0.3.17 to 0.3.18 * build(deps): bump log from 0.4.25 to 0.4.27 * build(deps): bump assert_cmd from 2.0.16 to 2.0.17 * build(deps): bump actix-web from 4.9.0 to 4.10.2 * build(deps): bump reqwest from 0.12.12 to 0.12.15 * build(deps): bump serde from 1.0.217 to 1.0.219 * Add unit tests for sessions.rs structures * Add auth(sessions) structures * Fix minor README.md issue (#988) * Define EvidenceHandling structures (#971) * Add mockoon test scenario * Add client certificates to push-attestation prototype * Cargo: bump url crate to version 2.5.4 * Add logging to the push attestation prototype * Do not use certificate on insecure mode * common: Move the EncryptedData structure from common to the library * common: Move AuthTag from common to the library * build(deps): bump openssl from 0.10.71 to 0.10.72 * common: Move Symmkey to library as crypto::symmkey * common: Remove unused constants and static values * build(deps): bump tokio from 1.43.0 to 1.44.2 * Refactor code: Include AgentIdentity structure * Push model prototype * Add support for ek certificate chain, stored in TPM NVRAM. * Recover key_class field and set it as "asymmetric" * Update push model structures to latest values * build(deps): bump serde_json from 1.0.138 to 1.0.140 * packit: Add identifier for each copr_build job * keylime-agent.conf: only mention ecdsa and rsassa for signing * build(deps): bump openssl from 0.10.70 to 0.10.71 * build(deps): bump uuid from 1.13.2 to 1.15.1 * Add capabilities_negotiation structures * packit: Add compatibility/api_version_compatibility test * build(deps): bump uuid from 1.11.0 to 1.13.2 * build(deps): bump serde_json from 1.0.135 to 1.0.138 * build(deps): bump thiserror from 2.0.9 to 2.0.11 * build(deps): bump tempfile from 3.14.0 to 3.17.1 * Allow agent to start as non-root * scripts: Fix coverage information downloading script * build(deps): bump openssl from 0.10.68 to 0.10.70 * build(deps): bump tokio from 1.42.0 to 1.43.0 ++++ libbpf: - Workaround kernel module size increase due to BTF deduplication issue since the introduction of TYPEOF_UNQUAL (poo#183503) * add 0001-libbpf-Add-identical-pointer-detection-to-btf_dedup_.patch ++++ libcamera-full: - Update to release 0.5.1 * Improvements have been made to the Raspberry Pi Camera Tuning Tools, and the geometry, matrix and vector class helpers have been expanded for greater reuse throughout the project. * The software ISP has a new Saturation control. ++++ liblastfm-qt6: - Added liblastfm-qt6-Fix-use-after-free-in-platform-calling-code.diff. ++++ mariadb: - Update to 11.8.2: https://mariadb.com/kb/en/mariadb-11-8-2-release-notes/ https://mariadb.com/kb/en/mariadb-11-8-2-changelog/ - Remove patch included in upstream release * mariadb-11.7.2-MDEV-36078-PCRE2-10.45-breaks-main.func_regexp_pcre-.patch - Refresh gcc13-fix.patch ++++ osmo-iuh: - Update to release 1.7.0 * fix memleak in ran_decode: free after aper_decode() on error * ranap: Add API to encode Reset Resource into msgb ++++ libpano: - added patches https://sourceforge.net/p/panotools/libpano13/ci/e21a089e92377916977abcc2d73701527a31a8a8/ + libpano-gcc15.patch ++++ wireshark: - Wireshark 4.4.7 * CVE-2025-5601: Dissection engine crash (boo#1244081). - Many more features, bug fixes and updated protocol support as listed in: https://www.wireshark.org/docs/relnotes/wireshark-4.4.7.html ++++ maven-clean-plugin: - Update to upstream version 3.5.0 * New features and improvements + Configuration parameter for deleting read-only files * Maintenance + Bump project to 3.5.0-SNAPSHOT version + Update README in 3.x branch * Dependency updates + Bump org.apache.maven.resolver:maven-resolver-api from 1.9.22 to 1.9.23 + Bump org.codehaus.plexus:plexus-testing from 1.4.0 to 1.5.0 + Bump org.apache.maven.plugins:maven-plugins from 43 to 44 ++++ mdbook: - Update to version 0.4.43: * Merge pull request #2497 from ehuss/bump-version * Update to 0.4.43 * Merge pull request #2495 from ehuss/stabilize-2024 * Stabilize 2024 flag * Merge pull request #2486 from eureka-cpu/eureka-cpu/2485 * fix init --title option failure when git user is not configured * Add regression test for mdbook init title with no git config * Merge pull request #2478 from rust-lang/ehuss-patch-1 * Add note about updating `index.hbs` ++++ obs-git-init: - Update to 0.2.2 * .gitignore list got extended with temporary directories of pbuild ++++ osmo-smlc: - Update to release 0.3.2 * Add missing required vty go_parent_cb for libosmo-sigtran ++++ pdpmake: - Initial release ++++ perl: - do not change the current directory when cloning an open directory handle [bnc#1244079] [CVE-2025-40909] new patch: perl-dirdup.diff ++++ pybugz: - Update to 0.14: * Add --interactive command line switch for username and password prompts * add support for searching for addresses in CC field * Use mimetype of encoding if there is one * utils: use builtin way to get terminal width * change build system to flit * fix output of UTF-8 characters in limited locales * fix multiple warnings * remove unused readline import - Switch to pyproject macros. - Specify module directories explicitly. ++++ python-md2workflow: - Convert to libalternatives ++++ python-mysqlclient: - Switch to pyproject macros. ++++ python-DataProperty: - Switch to pyproject macros. ++++ python-Deprecated: - Switch to pyproject macros. ++++ python-Django: - Update to 5.2.2 (bsc#1244095) * CVE-2025-48432: Potential log injection via unescaped request path * Fixed a crash when using select_related against a ForeignObject originating from a model with a CompositePrimaryKey * Fixed a regression in Django 5.2 that caused a crash when no arguments were passed into QuerySet.union(). * Fixed a regression in Django 5.2 that caused a crash when using OuterRef in PostgreSQL aggregate functions ArrayAgg, StringAgg, and JSONBAgg. * Fixed a bug in Django 5.2 where HttpRequest.get_preferred_type() did not account for media type parameters in Accept headers, reducing specificity in content negotiation. ++++ python-Django4: - Update to 4.2.22 (bsc#1244095) * CVE-2025-48432: Potential log injection via unescaped request path ++++ python-Mako: - Switch to pyproject macros. ++++ python-MarkupPy: - Switch to pyproject macros. ++++ python-MouseInfo: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-azure-mgmt-appplatform: - New upstream release + Version 10.0.1 + For detailed information about changes see the CHANGELOG.md file provided with this package ++++ python-azure-mgmt-recoveryservices: - New upstream release + Version 3.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Adjust upstream source name in spec file - Drop extra LICENSE.txt as upstream now ships its own - Rename LICENSE.txt to LICENSE in %files section - Update Requires from setup.py ++++ python-ddg3: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-debugpy: - Switch to pyproject macros. ++++ python-defcon: - Switch to pyproject macros. ++++ python-derpconf: - Switch to pyproject macros. ++++ python-dictknife: - Switch to pyproject macros. ++++ python-diskcache: - Switch to pyproject macros. ++++ python-dist: - Switch to pyproject macros. - No more greedy globs in %files. - Add patch fix-version-number.patch: * Actually have this report itself as the correct version. ++++ python-distroinfo: - Switch to pyproject macros. ++++ python-dpkt: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-dukpy: - Switch to pyproject macros. ++++ python-enaml: - switch to use Qt6 bindings as Qt5 is going EOL ++++ python-fabio: - switch to Qt6 bindings as Qt5 is going EOL. Add upstream patch to support qt6, qt6.patch, gh#silx-kit/fabio#605 ++++ python-flatdict: - Enable sle15allpythons to additionally build for modern Python ++++ python-labels: - Convert to libalternatives ++++ python-mbstrdecoder: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-misaka: - Convert to libalternatives ++++ python-mrcz: - Switch to pyproject macros. - Do not mark everything as pycache_only. ++++ python-msgpack: - Switch to pyproject macros. ++++ python-msoffcrypto-tool: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-munch: - Switch to pyproject macros. ++++ python-mutf8: - Switch to pyproject macros. ++++ python-mycli: - Switch to pyproject macros. ++++ python-pytest-qt: - Drop tests for python3-pyside2 and python-qt5 as Standard Qt 5 support officially ends after 26th of may 2025. (boo#1243916) ++++ python-requests: - Add CVE-2024-47081.patch upstream patch, fixes netrc credential leak (gh#psf/requests#6965, CVE-2024-47081, bsc#1244039) ++++ raspberrypi-firmware: - Update to 46ddec9 (2025-06-05) * firmware: filesystem: Fix booting from MBR partition 4 See: https://github.com/raspberrypi/rpi-eeprom/issues/705 * firmware: arm_loader: GET_CLOCKS: Set useful response length * firmware: arm_loader: Correct some mailbox response lengths See: https://github.com/raspberrypi/firmware/issues/1968 * firmware: bootloader: Ensure the initramfs matches the kernel (take 2) See: https://github.com/raspberrypi/firmware/issues/1965 * firmware: Vl805 reset improvements * firmware: platform: Rev 1.4 3B+ also needs the NO_BT_ON trait https://github.com/raspberrypi/firmware/issues/1611#issuecomment-2730161321 * firmware: filesystem: Don't look for boot-partition inside hybrid-GPT partitions See: https://github.com/raspberrypi/firmware/issues/1953 * firmware: Add support for the current_supply HAT+ property * firmware: firmware: Add support for [partition=N] config.txt on Pi 4 * firmware: Add memory barrier to the mbox handler See: https://github.com/raspberrypi/firmware/issues/1944 * firmware: support dts files with size-cells of 2 * firmware: arm_dt: Add support for a 64-bit serial number on Pi4 and older platforms * firmware: platform: 2711: Prune the SPI EEPROM pins * firmware: filesystem: GPT autoboot/reboot partition number fixes for Pi4 and older * firmware: Add support for software uart using the second VPU core See: https://github.com/raspberrypi/linux/pull/6502 * firmware: platform: Enable initial_turbo=60 by default * firmware: arm_loader: Add system_heap.max_order=0 when needed * firmware: imx500: selectively increase i2c_vc_baudrate based on FW version * firmware: platform: 2711: Avoid increasing arm frequency when throttling See: https://forums.raspberrypi.com/viewtopic.php?t=377384 * firmware: arm_loader: Populate number of numa nodes based on sdram configuration * firmware: arm_dt: Support non-UUID HAT mapping See: https://forums.raspberrypi.com/viewtopic.php?t=377333 * firmware: Switch to ffmpeg style interlace detection See: https://github.com/LibreELEC/LibreELEC.tv/issues/8960 ++++ raspberrypi-firmware-config: - Update to 46ddec9 (2025-06-05) * firmware: filesystem: Fix booting from MBR partition 4 See: https://github.com/raspberrypi/rpi-eeprom/issues/705 * firmware: arm_loader: GET_CLOCKS: Set useful response length * firmware: arm_loader: Correct some mailbox response lengths See: https://github.com/raspberrypi/firmware/issues/1968 * firmware: bootloader: Ensure the initramfs matches the kernel (take 2) See: https://github.com/raspberrypi/firmware/issues/1965 * firmware: Vl805 reset improvements * firmware: platform: Rev 1.4 3B+ also needs the NO_BT_ON trait https://github.com/raspberrypi/firmware/issues/1611#issuecomment-2730161321 * firmware: filesystem: Don't look for boot-partition inside hybrid-GPT partitions See: https://github.com/raspberrypi/firmware/issues/1953 * firmware: Add support for the current_supply HAT+ property * firmware: firmware: Add support for [partition=N] config.txt on Pi 4 * firmware: Add memory barrier to the mbox handler See: https://github.com/raspberrypi/firmware/issues/1944 * firmware: support dts files with size-cells of 2 * firmware: arm_dt: Add support for a 64-bit serial number on Pi4 and older platforms * firmware: platform: 2711: Prune the SPI EEPROM pins * firmware: filesystem: GPT autoboot/reboot partition number fixes for Pi4 and older * firmware: Add support for software uart using the second VPU core See: https://github.com/raspberrypi/linux/pull/6502 * firmware: platform: Enable initial_turbo=60 by default * firmware: arm_loader: Add system_heap.max_order=0 when needed * firmware: imx500: selectively increase i2c_vc_baudrate based on FW version * firmware: platform: 2711: Avoid increasing arm frequency when throttling See: https://forums.raspberrypi.com/viewtopic.php?t=377384 * firmware: arm_loader: Populate number of numa nodes based on sdram configuration * firmware: arm_dt: Support non-UUID HAT mapping See: https://forums.raspberrypi.com/viewtopic.php?t=377333 * firmware: Switch to ffmpeg style interlace detection See: https://github.com/LibreELEC/LibreELEC.tv/issues/8960 ++++ raspberrypi-firmware-config-camera: - Update to 46ddec9 (2025-06-05) * firmware: filesystem: Fix booting from MBR partition 4 See: https://github.com/raspberrypi/rpi-eeprom/issues/705 * firmware: arm_loader: GET_CLOCKS: Set useful response length * firmware: arm_loader: Correct some mailbox response lengths See: https://github.com/raspberrypi/firmware/issues/1968 * firmware: bootloader: Ensure the initramfs matches the kernel (take 2) See: https://github.com/raspberrypi/firmware/issues/1965 * firmware: Vl805 reset improvements * firmware: platform: Rev 1.4 3B+ also needs the NO_BT_ON trait https://github.com/raspberrypi/firmware/issues/1611#issuecomment-2730161321 * firmware: filesystem: Don't look for boot-partition inside hybrid-GPT partitions See: https://github.com/raspberrypi/firmware/issues/1953 * firmware: Add support for the current_supply HAT+ property * firmware: firmware: Add support for [partition=N] config.txt on Pi 4 * firmware: Add memory barrier to the mbox handler See: https://github.com/raspberrypi/firmware/issues/1944 * firmware: support dts files with size-cells of 2 * firmware: arm_dt: Add support for a 64-bit serial number on Pi4 and older platforms * firmware: platform: 2711: Prune the SPI EEPROM pins * firmware: filesystem: GPT autoboot/reboot partition number fixes for Pi4 and older * firmware: Add support for software uart using the second VPU core See: https://github.com/raspberrypi/linux/pull/6502 * firmware: platform: Enable initial_turbo=60 by default * firmware: arm_loader: Add system_heap.max_order=0 when needed * firmware: imx500: selectively increase i2c_vc_baudrate based on FW version * firmware: platform: 2711: Avoid increasing arm frequency when throttling See: https://forums.raspberrypi.com/viewtopic.php?t=377384 * firmware: arm_loader: Populate number of numa nodes based on sdram configuration * firmware: arm_dt: Support non-UUID HAT mapping See: https://forums.raspberrypi.com/viewtopic.php?t=377333 * firmware: Switch to ffmpeg style interlace detection See: https://github.com/LibreELEC/LibreELEC.tv/issues/8960 ++++ rtl8188gu: - Update version to 6.15 * *Support kernel 6.15+ - Drop fix-build-on-kernel-6_14.patch, fix-build-on-kernel-6_13.patch, fix-build-on-kernel-6_13.patch, fix-build-on-kernel-6_4.patch, fix-build-on-kernel-6_5.patch, fix-build-on-kernel-6_8.patch and rtl8188gu-rename-get_ra-to-rtw_get_ra-to-fix-ppc64le-build.patch, merged ++++ rye: - Update to version 0.44.0: * Attempt to build against Rust 1.84 (#1464) * Upgrade to `actions/upload-artifact@v4` (#1463) * Prep for v0.44.0 release (#1462) * Sync UV Releases (#1461) * Sync Python Releases (#1450) * Update bundled uv version to v0.6.2 (#1445) * Set Rust toolchain in `rust-toolchain.toml` (#1460) * Bump bundled Ruff version to 0.9.6 (#1457) * Fix lint errors from Rust 1.85 (#1459) * fix linter errors (unnecessary_map_or) (#1458) * Upgrade runners to `macos-14` (#1443) ++++ sil-charis-fonts: - Update to 7.000: This is a major update: * New font family name: Charis. This allows for 6.200 (Gentium-SIL) and 7.000 to be installed at the same time. We don't package the old version, but it can easily be downloaded. * Decreased default line spacing * Additional intermediate weights: Medium & SemiBold * Extensive kerning for all languages and generally improved spacing * Oldstyle figures * Improved autohinting for better screen appearance and consistency * Many fixes, character additions, and feature improvements ++++ strongswan: - Add pkgconfig(libxml-2.0) BuildRequire which was previously implicitly pulled in through SOUP. Move everything else to pkgconfig() symbols as well. ++++ teleport: - update to 17.5.1 (release 17.5.0 was yanked): Rerelease of 17.5.0 due to some build issues. * Azure Console via SAML IdP Teleport SAML IdP now supports Azure web console as a service provider. * Desktop Access in Teleport Connect Teleport Connect now allows users to connect to Windows desktops directly from the Teleport Connect application without needing to use a browser. * Desktop Access latency detector Teleport's web UI now shows latency measurements during remote desktop sessions which indicate both the latency between the user and the Teleport proxy as well as the latency between the Teleport proxy and the target host. * Machine & Workload Identity - Sigstore attestation Machine & Workload Identity now supports attesting Sigstore signatures of workloads running on Docker, Podman and Kubernetes. This allows the issuance of credentials to be restricted to workloads with container images produced by legitimate CI/CD systems. * Azure DevOps joining Teleport now supports secretless authentication for Bots running within Azure DevOps pipelines. * Security fixes This release also includes fixes for the following security issues. These issues are present in previous v17 releases. Impacted users are recommended to upgrade their auth and proxy servers to the latest version. - [High] Unauthorized deletion in AWS IAM Identity Center integration - Fixed an issue that allowed unauthenticated access to delete resources created by Identity Center integration. [#55400] This vulnerability affects all AWS IAM Identity Center integration users. You can check whether you have AWS Identity Center integration installed either in the Teleport web UI under Zero Trust Access / Integrations or by running “tctl get plugins/aws-identity-center” CLI command. - [High] Short to long term access escalation in Okta integration - Enterprise fix: Verify required Okta OAuth scopes during plugin creation/update. In Okta integration configurations with enabled access lists sync, a user with an approved just-in-time access request to an Okta application could be unintentionally promoted to an access list granting access to the same application. This would result in the access to the Okta app/group persisting after the access request expiration. This vulnerability affects Okta integration users who have access lists sync enabled. You can check whether you have an Okta integration installed with access lists sync enabled either in the Teleport web UI under Zero Trust Access / Integrations page or by running “tctl get plugins/okta” CLI command and looking at the “spec.settings.okta.sync_settings.sync_access_lists” flag. - [High] Credential theft via GitHub SSO authentication flow - Fix improper redirect URL validation for SSO login which could be taken advantage of in a phishing attack. #55399 This vulnerability affects GitHub SSO users. You can check whether you’re using GitHub SSO either on the Zero Trust Access / Auth Connectors page in Teleport web UI or by running “tctl get connectors” CLI command against your cluster. * Other fixes and improvements - Allow the ssh_service.listen_addr to forcibly be enabled when operating in reverse tunnel mode to provide an optional direct access path to hosts. #54215 - View details for a bot instance. #55347 - Prevent unknown resource kinds from rendering errors in the web UI. #55208 - View and explore "active" bot instances. #55201 - UI: Access Request reason prompts configured in Role.spec.options.request_prompt are now displayed in the reason text box, if such a role is assigned to the user. [#55173] - Okta: Fixed RBAC sync and Access Requests when only App and Group sync is enabled (no Access Lists sync). #55169 - Fixed tctl rendering of timestamps in BotInstance resource YAML. #55163 - Fix the impact of malicious --db-user values on PKINIT flow. [#55142] - Fix an issue with Hardware Key Support on Windows where a command would fail if the PIN prompt was not answered within 5 seconds. #55110 - Fix an issue "Allowed Users" from "tsh db ls" may include irrelevant entities. #55068 - Updated Web UI, tsh and Connect SSO login to support SAML http-post binding authentication method. The feature can be enabled from the SSO connector configuration by adding a new field as preferred_request_binding: http-post. #55065 - Fix an issue database discovery fails when there are more than 5 OpenSearch domains. #55058 - Fixed an issue with Device Trust web authentication redirection that lost the original encoding of SAML authentication data during service provider initiated SAML login. #55048 - Fix configured X509 CA override chain not being used by AWS Roles Anywhere exchange. #54947 - Disabled the "another session is active" prompt when per-session MFA is enabled, since MFA already enforces user confirmation when starting a desktop session. #54928 - Added support for desktop access in Teleport Connect. #54926 - Added workload_identity_x509_issuer_override kind to editor preset role. #54913 - Hardware Key Agent validates known keys by checking active or expired login session. #54907 - Expose the Teleport service cache health via prometheus metrics. #54902 - Updated Go to 1.23.9. #54896 - Okta: Fix creating Access Requests for Okta-originated resources in the legacy okta_service setup. #54876 - Introduced the azure_devops join method to support Bot joining from the Azure Devops CI/CD platform. #54875 - Add support for exclude filter for AWS IC account and groups filters. #54835 - Terraform: Fixed Access List resource import. #54802 - Fixed Proxy cache initialization errors in clusters with large amounts of open web sessions. #54781 - Prevent restrictive validation of cluster auth preferences from causing non-auth instances to become healthy. #54761 - Improved performance of joining & improved audit log entries for failed joins. #54747 - Resolved an issue that could cause Teleport Connect to crash after downgrading from a newer version. #54740 - Reverted the default behavior of the teleport-cluster Helm chart to use authentication.secondFactor rather than authentication.secondFactors to avoid incompatibility during upgrades. #54735 - Workload ID: Added binary_path and binary_hash to the Unix workload attestor's attributes. #54716 - Includes the attributes used in templating and rule evaluation within the audit log event for a workload identity credential issuance. #54714 - Fix an issue with PIV PIN caching where a PIN that is incorrect would be cached. #54697 - Fix a bug causing a malformed user to break Teleport web UI's "Users" page. #54681 - Machine ID: Allow --no-oneshot and similar flags to override config file values. #54651 - Fixed major version check for stateless environment. #54639 - Teleport-update: full support for FIPS agent installations. [#54609] - Added support for SSO MFA as a headless MFA method. #54599 - Fixed an issue preventing connections due to missing client IPs when using class E address space with GKE or CloudFlare pseudo IPv4 forward headers. #54597 - Create and edit GitHub join tokens from the Join Tokens page. [#54477] ++++ uucp: - added patches build with gcc15 + uucp-gcc15.patch ++++ vifm: - Update to 0.14.3: Documentation: * Improved documentation on the use of registers. Menus and dialogs: * Say primary instead of default in the title of :colorscheme menu. Other changes: * Provided more details on file handlers and viewers in sample vifmrc files. Fixes: * Fixed picking trash directory when rooted trash is included in 'trashdir' and root is writable. Regression in v0.14.2 (unfortunately, testing this automatically is problematic). * Fixed unlimited growth of directory histories when 'history' is set to its default value or not set at all in vifmrc. * Fixed abort due to assertion on displaying a statusbar message with a newline when 'shortmess' includes T. ++++ vulkan-tools: - Remove unused dependency on vulkan-volk ++++ werf: - Update to version 2.37.1: * Bug Fixes - release, werf-in-image: fix overlayfs errors (5d77bbd) - Update to version 2.37.0: * Features - release, werf-in-image: add user for GitHub Actions compatibility (da3489e) - deploy: new experimental werf dismiss (274ff85) * Bug Fixes - kube-run: handle SIGINT/SIGTERM properly (v2) (#6893) (315be8b) ------------------------------------------------------------------ ------------------ 2025-6-4 - Jun 4 2025 ------------------- ------------------------------------------------------------------ ++++ CoreFreq: - Update to 2.0.6 * [Kernel] - Fix missing cpufreq_get_policy and asm/amd/nb.h in kernel 6.15 - Use VM_DONTEXPAND in mmap() for stability and isolation * [AMD] - Decodes voltages of Phoenix families using Rembrandt SVI - Attempt to read the SoC voltage in Raphael architecture - Don't probe the HSMP on Raphael' Desktop/Mobile/Embedded * [Intel] - Added the Bartlett Lake/S entry - Clearwater Forest architecture name fix * [AArch64] [RISC-V] [PowerPC] - Use exclusive load/store for selected shared variables * [Doc] - Obfuscate support email format in README and CLI usage - Added command line usage instructions to the README ++++ ProtonPlus: - update to 0.4.32: * rename binary to protonplus * Translations updates * data/meson.build: modify AppData validation * README.md: update Fedora dependencies - add rudimentary tests - switch to download_files service ++++ azure-cli: - New upstream release + Version 2.73.0 + For detailed information about changes see the HISTORY.rst file provided with this package - Update Requires from setup.py ++++ azure-cli-core: - New upstream release + Version 2.73.0 + For detailed information about changes see the HISTORY.rst file provided with this package ++++ lapack: - Update to version 3.12.1: * Enables Fortran before including CheckFortranFunctionExists in CMakeLists.txt (gh#Reference-LAPACK/lapack#948). * Fixes for the NAG Fortran compiler (gh#Reference-LAPACK/lapack#951). * Fixed HAS_ATTRIBUTE_WEAK_SUPPORT flag for CBLAS objects (gh#Reference-LAPACK/lapack#950). * Fixed memory leak in testing framework (gh#Reference-LAPACK/lapack#953). * Fixed search phrase for determining the amount of successful tests (gh#Reference-LAPACK/lapack#954). * handle and document corner cases of lwork in lapack (gh#Reference-LAPACK/lapack#942). * Fix some DMD issues (gh#Reference-LAPACK/lapack#959). * Remove executable permissions from source files (gh#Reference-LAPACK/lapack#970). * CMake: restore compatibility with v3.10 and older (gh#Reference-LAPACK/lapack#976). * Re-sync Doxyfile with CMake (gh#Reference-LAPACK/lapack#978). * Fix Doxygen warnings (gh#Reference-LAPACK/lapack#979). * {C,Z}LARFGP: re-scale input vector more often (gh#Reference-LAPACK/lapack#981). * Typo (gh#Reference-LAPACK/lapack#984). * Add Index-64 API as extended API with _64 suffix for LAPACKE (gh#Reference-LAPACK/lapack#888). * Two small fixes of bdsqr (gh#Reference-LAPACK/lapack#989). * xGEDMD(Q): silence warning with 64-bit integers (gh#Reference-LAPACK/lapack#993). * xSY/HEEVR: clarify use of multiple algorithms (gh#Reference-LAPACK/lapack#998). * Fix comments (gh#Reference-LAPACK/lapack#1004). * Fix comments (gh#Reference-LAPACK/lapack#1007). * Allow installing binaries to subdirectory while keeping CMake package scripts in the same place (gh#Reference-LAPACK/lapack#1009). * Fix LARFB documentation (gh#Reference-LAPACK/lapack#1016). * Fix out-of-bounds access in orhr_col (gh#Reference-LAPACK/lapack#1018). * Allow User Configuration of RPATH Settings (gh#Reference-LAPACK/lapack#1002). * Changing the order of loop to improve performance (gh#Reference-LAPACK/lapack#1023). * Use more modern CMake (gh#Reference-LAPACK/lapack#1022). * Fix infinite loop when an error occurs in tests ddrvst and sdrvst (gh#Reference-LAPACK/lapack#1024). * Configurable type of hidden Fortran strlen arguments (gh#Reference-LAPACK/lapack#1025). * develop DLARF1F and implement in ORM2R, #1011 (gh#Reference-LAPACK/lapack#1019). * Fix the wrong implementation of the new tests for xblat1.f (gh#Reference-LAPACK/lapack#964). * Implementation of dorm2r and dlarf1f (gh#Reference-LAPACK/lapack#1020). * Fix lto type mismatch (gh#Reference-LAPACK/lapack#1027). * Fix NAG Fortran compiler flag (gh#Reference-LAPACK/lapack#1028). * align documentation of BDSQR workspace with code (gh#Reference-LAPACK/lapack#1029). * Fixed usage of uninitialized variables in TESTING (gh#Reference-LAPACK/lapack#961). * fix few typos and sytrd boundary workspace (gh#Reference-LAPACK/lapack#1030). * Implement xGEMMTR and cblas_xGEMMTR (gh#Reference-LAPACK/lapack#887). * Prevent compilers from using FMA instructions (gh#Reference-LAPACK/lapack#1033). * Clarify documentation of singularity/rank-deficiency checks (gh#Reference-LAPACK/lapack#924). * PR contains bug fixes found in ?tfsm (triangular solve for a RFP matrix) (gh#Reference-LAPACK/lapack#1042). * Remove CMake < 3 CMP0042 workarounds (gh#Reference-LAPACK/lapack#1040). * Declare project dependency on C to avoid the CMAKE default of C,C++ (gh#Reference-LAPACK/lapack#1044). * DOC:trsly3: Add dtrsyl3/strsyl3 grouping statements (gh#Reference-LAPACK/lapack#1051). * Add a few forgotten API_SUFFIX wrappers in the recently changed LAPACKE ?TFSM (gh#Reference-LAPACK/lapack#1046). * Revert "Add a few forgotten API_SUFFIX wrappers in the recently changed LAPACKE ?TFSM" (gh#Reference-LAPACK/lapack#1058). * Revert "Revert "Add a few forgotten API_SUFFIX wrappers in the recently changed LAPACKE ?TFSM"" (gh#Reference-LAPACK/lapack#1059). * fix leading dimension for matrix B in test routine get52 (gh#Reference-LAPACK/lapack#1064). * Remove comparison as these conditions are never true (gh#Reference-LAPACK/lapack#1062). * Use GEMMTR for SY/HE linear updates (gh#Reference-LAPACK/lapack#1069). * updating gitignore to ignore the mod files when we compile (gh#Reference-LAPACK/lapack#1082). * Fixing misspelling of 'triangular' in {s,d,c,z}gemmtr.f (gh#Reference-LAPACK/lapack#1081). * Fix line lengths for the extended API (gh#Reference-LAPACK/lapack#1079). * Adding a recursive xLARFT (gh#Reference-LAPACK/lapack#1080). - Drop fix-lapack-testing.patch: upstreamed (commit 5b0687f). - Add upstream commits to fix build when enabling deprecated mods: * lapack-deprecated-lwork-use.patch: 'WORK( LWORK )' should be 'WORK( * )' everywhere (gh#Reference-LAPACK/lapack#1092). * lapack-depcrecated-consistent-line-reflow-1.patch (gh#Reference-LAPACK/lapack#1093). * lapack-depcrecated-consistent-line-reflow-2.patch (gh#Reference-LAPACK/lapack#1099). - Add lapack-update-patch-version.patch to update patch version in source files. ++++ lapack-static: - Update to version 3.12.1: * Enables Fortran before including CheckFortranFunctionExists in CMakeLists.txt (gh#Reference-LAPACK/lapack#948). * Fixes for the NAG Fortran compiler (gh#Reference-LAPACK/lapack#951). * Fixed HAS_ATTRIBUTE_WEAK_SUPPORT flag for CBLAS objects (gh#Reference-LAPACK/lapack#950). * Fixed memory leak in testing framework (gh#Reference-LAPACK/lapack#953). * Fixed search phrase for determining the amount of successful tests (gh#Reference-LAPACK/lapack#954). * handle and document corner cases of lwork in lapack (gh#Reference-LAPACK/lapack#942). * Fix some DMD issues (gh#Reference-LAPACK/lapack#959). * Remove executable permissions from source files (gh#Reference-LAPACK/lapack#970). * CMake: restore compatibility with v3.10 and older (gh#Reference-LAPACK/lapack#976). * Re-sync Doxyfile with CMake (gh#Reference-LAPACK/lapack#978). * Fix Doxygen warnings (gh#Reference-LAPACK/lapack#979). * {C,Z}LARFGP: re-scale input vector more often (gh#Reference-LAPACK/lapack#981). * Typo (gh#Reference-LAPACK/lapack#984). * Add Index-64 API as extended API with _64 suffix for LAPACKE (gh#Reference-LAPACK/lapack#888). * Two small fixes of bdsqr (gh#Reference-LAPACK/lapack#989). * xGEDMD(Q): silence warning with 64-bit integers (gh#Reference-LAPACK/lapack#993). * xSY/HEEVR: clarify use of multiple algorithms (gh#Reference-LAPACK/lapack#998). * Fix comments (gh#Reference-LAPACK/lapack#1004). * Fix comments (gh#Reference-LAPACK/lapack#1007). * Allow installing binaries to subdirectory while keeping CMake package scripts in the same place (gh#Reference-LAPACK/lapack#1009). * Fix LARFB documentation (gh#Reference-LAPACK/lapack#1016). * Fix out-of-bounds access in orhr_col (gh#Reference-LAPACK/lapack#1018). * Allow User Configuration of RPATH Settings (gh#Reference-LAPACK/lapack#1002). * Changing the order of loop to improve performance (gh#Reference-LAPACK/lapack#1023). * Use more modern CMake (gh#Reference-LAPACK/lapack#1022). * Fix infinite loop when an error occurs in tests ddrvst and sdrvst (gh#Reference-LAPACK/lapack#1024). * Configurable type of hidden Fortran strlen arguments (gh#Reference-LAPACK/lapack#1025). * develop DLARF1F and implement in ORM2R, #1011 (gh#Reference-LAPACK/lapack#1019). * Fix the wrong implementation of the new tests for xblat1.f (gh#Reference-LAPACK/lapack#964). * Implementation of dorm2r and dlarf1f (gh#Reference-LAPACK/lapack#1020). * Fix lto type mismatch (gh#Reference-LAPACK/lapack#1027). * Fix NAG Fortran compiler flag (gh#Reference-LAPACK/lapack#1028). * align documentation of BDSQR workspace with code (gh#Reference-LAPACK/lapack#1029). * Fixed usage of uninitialized variables in TESTING (gh#Reference-LAPACK/lapack#961). * fix few typos and sytrd boundary workspace (gh#Reference-LAPACK/lapack#1030). * Implement xGEMMTR and cblas_xGEMMTR (gh#Reference-LAPACK/lapack#887). * Prevent compilers from using FMA instructions (gh#Reference-LAPACK/lapack#1033). * Clarify documentation of singularity/rank-deficiency checks (gh#Reference-LAPACK/lapack#924). * PR contains bug fixes found in ?tfsm (triangular solve for a RFP matrix) (gh#Reference-LAPACK/lapack#1042). * Remove CMake < 3 CMP0042 workarounds (gh#Reference-LAPACK/lapack#1040). * Declare project dependency on C to avoid the CMAKE default of C,C++ (gh#Reference-LAPACK/lapack#1044). * DOC:trsly3: Add dtrsyl3/strsyl3 grouping statements (gh#Reference-LAPACK/lapack#1051). * Add a few forgotten API_SUFFIX wrappers in the recently changed LAPACKE ?TFSM (gh#Reference-LAPACK/lapack#1046). * Revert "Add a few forgotten API_SUFFIX wrappers in the recently changed LAPACKE ?TFSM" (gh#Reference-LAPACK/lapack#1058). * Revert "Revert "Add a few forgotten API_SUFFIX wrappers in the recently changed LAPACKE ?TFSM"" (gh#Reference-LAPACK/lapack#1059). * fix leading dimension for matrix B in test routine get52 (gh#Reference-LAPACK/lapack#1064). * Remove comparison as these conditions are never true (gh#Reference-LAPACK/lapack#1062). * Use GEMMTR for SY/HE linear updates (gh#Reference-LAPACK/lapack#1069). * updating gitignore to ignore the mod files when we compile (gh#Reference-LAPACK/lapack#1082). * Fixing misspelling of 'triangular' in {s,d,c,z}gemmtr.f (gh#Reference-LAPACK/lapack#1081). * Fix line lengths for the extended API (gh#Reference-LAPACK/lapack#1079). * Adding a recursive xLARFT (gh#Reference-LAPACK/lapack#1080). - Drop fix-lapack-testing.patch: upstreamed (commit 5b0687f). - Add upstream commits to fix build when enabling deprecated mods: * lapack-deprecated-lwork-use.patch: 'WORK( LWORK )' should be 'WORK( * )' everywhere (gh#Reference-LAPACK/lapack#1092). * lapack-depcrecated-consistent-line-reflow-1.patch (gh#Reference-LAPACK/lapack#1093). * lapack-depcrecated-consistent-line-reflow-2.patch (gh#Reference-LAPACK/lapack#1099). - Add lapack-update-patch-version.patch to update patch version in source files. ++++ rust1.84: - Add rust-build-onig_sys-as-C17.patch so that the package can be built with GCC 15. [boo#1241943] ++++ rust1.86: - Add rust-build-onig_sys-as-C17.patch so that the package can be built with GCC 15. [boo#1241943] ++++ rust1.87: - Add rust-build-onig_sys-as-C17.patch so that the package can be built with GCC 15. [boo#1241943] ++++ chezmoi: - Update to version 2.62.5: - Features * feat: Remove X.509 fallback roots - Fixes * fix: Exit with failure when apply is cancelled * fix: Fix ignoring exit code 1 from external diff commands for non-files ++++ cilium-cli: - Update to version 0.18.4: * Major Changes: - Add support for VXLAN in IPsec (VinE) (cilium/cilium#37723, @ldelossa) - Promote CiliumLoadBalancerIPPool CRD to v2 API version (cilium/cilium#39090, @pippolo84) - Support IPv6 as a tunneling underlay. (cilium/cilium#38296, @pchaigno) * Minor Changes: - Add support for IPv6 egress gateway policies (cilium/cilium#38452, @rgo3) - cilium-cli: Fix ipv6 ping regex (cilium/cilium#38814, @yrsuthari) - policy: Add validation and docs for TLS SNI ServerNames (cilium/cilium#38615, @sayboras) - Since pod CIDRs are now stored into the ipcache map, tunnel map is not needed anymore. Any reference to the tunnel map have been removed from cilium-dbg, cilium status and bugtool. (cilium/cilium#38839, @pippolo84) * Bugfixes: - cli: default to SPDY connection for exec (cilium/cilium#38988, @asauber) - gateway-api: Fix parentRefMatched to check Group and Kind (cilium/cilium#39275, @syedazeez337) * CI Changes: - Assign codeowners for no-errors-in-logs testcase (cilium/cilium#38812, @marseel) - cilium-cli: IPv6 connectivity tests for PodToHostPort (cilium/cilium#39666, @gentoo-root) - cilium-cli: Use v2alpha1 version of CCG for Cilium versions below v1.18 (cilium/cilium#39776, @christarazi) - cilium-cli:fix: account for current TunnelPort when building tcpdump overlay filters (cilium/cilium#38680, @smagnani96) - CLI: bump ConnectivityTestConnDisruptImage (cilium/cilium#39200, @darox) - cli: encryption: improve ICMPv6 NA detection (cilium/cilium#39160, @julianwiedmann) - cli: Generate each owners field separately (cilium/cilium#38987, @joestringer) - cli: Simplify junit representation of code owners (cilium/cilium#39020, @joestringer) - cli: sysdump: collect logs from restarted test pods. (cilium/cilium#38796, @tommyp1ckles) - connectivity: Correct version check for Ingress test (cilium/cilium#38803, @sayboras) - connectivity: encryption tests: filter when icmpv6.type == 136 (cilium/cilium#38798, @tommyp1ckles) - connectivity: Fix flow validation for wildcard tls sni (cilium/cilium#38881, @sayboras) - feat(connectivity): add network bandwidth management test (cilium/cilium#38390, @l1b0k) - ipsec: fix connection disruption issue for ipv6 ipsec upgrade scenarios. (cilium/cilium#39061, @ldelossa) - test/runtime: remove already covered FQDN tests (cilium/cilium#38866, @tklauser) * Misc Changes: - chore(deps): update all-dependencies (main) (cilium/cilium#39044, @cilium-renovate[bot]) - chore(deps): update all-dependencies (main) (cilium/cilium#39686, @cilium-renovate[bot]) - chore(deps): update docker.io/library/golang:1.24.2 docker digest to 18a1f2d (main) (cilium/cilium#38857, @cilium-renovate[bot]) - chore(deps): update docker.io/library/golang:1.24.2 docker digest to 1ecc479 (main) (cilium/cilium#38902, @cilium-renovate[bot]) - chore(deps): update docker.io/library/golang:1.24.2 docker digest to 30baaea (main) (cilium/cilium#39308, @cilium-renovate[bot]) - chore(deps): update docker.io/library/golang:1.24.2 docker digest to d9db321 (main) (cilium/cilium#39042, @cilium-renovate[bot]) - chore(deps): update docker.io/library/golang:1.24.3 docker digest to 4c0a181 (main) (cilium/cilium#39698, @cilium-renovate[bot]) - chore(deps): update docker.io/library/golang:1.24.3 docker digest to 81bf592 (main) (cilium/cilium#39811, @cilium-renovate[bot]) - chore(deps): update docker.io/library/golang:1.24.3 docker digest to 86b4cff (main) (cilium/cilium#39596, @cilium-renovate[bot]) - chore(deps): update docker/dockerfile:1.15 docker digest to 9857836 (main) (cilium/cilium#39309, @cilium-renovate[bot]) - chore(deps): update go to v1.24.2 (main) (cilium/cilium#38708, @cilium-renovate[bot]) - chore(deps): update go to v1.24.3 (main) (cilium/cilium#39378, @cilium-renovate[bot]) - cilium-cli: add annotation to indicate we should wait for policy (cilium/cilium#38867, @squeed) - cilium-cli: add conn tests for ipv6 egress gateway policies (cilium/cilium#38691, @rgo3) - cilium-cli: Allow BINDIR environment variable to be dynamically configured for install path (cilium/cilium#38799, @mowntan) - cilium-cli: Capture stderr from tcpdump as an error (cilium/cilium#38884, @gentoo-root) - cilium-cli: Export codeowners for passing testcases (cilium/cilium#38710, @joestringer) - cilium-cli: Migrate from corev1.Endpoints to discoveryv1.EndpointSlice (cilium/cilium#39364, @HadrienPatte) - cli: De-duplicate workflow owners results in junit (cilium/cilium#39157, @joestringer) - cli: Emit target package for error in logs failure (cilium/cilium#38986, @joestringer) - cli: encryption: limit tunnel filter to dst port (cilium/cilium#39222, @julianwiedmann) - cli: Move unexpected packet drops to final test (cilium/cilium#39334, @nebril) - cli: require Cilium v1.14 (cilium/cilium#39717, @julianwiedmann) - cli: Search and print previous logs if failed (cilium/cilium#39347, @joestringer) - cli: Tidy up owners sorting logic (cilium/cilium#39019, @joestringer) - cli: Use RFC3339 for junit timestamp reporting (cilium/cilium#39017, @joestringer) - connectivity/check: fix logging error (cilium/cilium#38956, @mhofstetter) - Fix the message when no nodes are available to be added multicast group. (cilium/cilium#38637, @fujitatomoya) - go.mod: bump github.com/google/go-github to v71 (cilium/cilium#38827, @tklauser) - Move node to slog (cilium/cilium#39147, @aanm) - New clusters created in ENI mode will no longer masquerade pod traffic to the external world. (cilium/cilium#38663, @liyihuang) - sysdump: don't rely on timeout command to collect hubble flows (cilium/cilium#38999, @giorio94) - Use modern Go constructs, part 2 (cilium/cilium#38652, @tklauser) - Update stable release to v0.18.3 by @michi-covalent in #3004 - chore(deps): update go to v1.24.2 (patch) by @renovate in [#3005] - github: Clean up kind workflow by @michi-covalent in #3008 - github: Remove cloud provider workflows by @michi-covalent in [#3006] - chore(deps): update docker.io/library/golang:1.24.2 docker digest to b51b7be by @renovate in #3010 - chore(deps): update golangci/golangci-lint docker tag to v2.1.0 by @renovate in #3012 - chore(deps): update docker.io/library/golang:1.24.2 docker digest to 1ecc479 by @renovate in #3011 - chore(deps): update golangci/golangci-lint docker tag to v2.1.1 by @renovate in #3013 - chore(deps): update dependency cilium/cilium to v1.17.3 by @renovate in #3014 - chore(deps): update docker/dockerfile docker tag to v1.15 by @renovate in #3015 - chore(deps): update golangci/golangci-lint docker tag to v2.1.2 by @renovate in #3016 - chore(deps): update docker.io/library/golang:1.24.2 docker digest to d9db321 by @renovate in #3017 - chore(deps): update softprops/action-gh-release action to v2.2.2 by @renovate in #3018 - chore(deps): update docker/build-push-action action to v6.16.0 by @renovate in #3019 - chore(deps): update golangci/golangci-lint docker tag to v2.1.4 by @renovate in #3020 - chore(deps): update docker/dockerfile:1.15 docker digest to 9857836 by @renovate in #3021 - chore(deps): update docker.io/library/golang:1.24.2 docker digest to 30baaea by @renovate in #3022 - chore(deps): update golangci/golangci-lint-action action to v7.0.1 by @renovate in #3023 - chore(deps): update golangci/golangci-lint docker tag to v2.1.6 by @renovate in #3025 - chore(deps): update golangci/golangci-lint-action action to v8 by @renovate in #3024 - Dockerfile: do not specify syntax by @tklauser in #3026 - README.md: remove status badges for removed cloud provider workflows by @tklauser in #3027 - chore(deps): update golang docker tag to v1.24.3 by @renovate in #3028 - chore(deps): update actions/setup-go action to v5.5.0 by @renovate in #3029 - chore(deps): update go to v1.24.3 (patch) by @renovate in [#3030] - chore(deps): update docker.io/library/golang:1.24.3 docker digest to 86b4cff by @renovate in #3033 - chore(deps): update docker/build-push-action action to v6.17.0 by @renovate in #3031 - chore(deps): update dependency cilium/cilium to v1.17.4 by @renovate in #3032 - chore(deps): update gcr.io/distroless/static:latest docker digest to d9f9472 by @renovate in #3034 - chore(deps): update dependency kubernetes-sigs/kind to v0.28.0 by @renovate in #3035 - Update CONTRIBUTING.md by @xmulligan in #3036 - chore(deps): update dependency kubernetes-sigs/kind to v0.29.0 by @renovate in #3037 - chore(deps): update docker.io/library/golang:1.24.3 docker digest to 795a40c by @renovate in #3038 - chore(deps): update docker/build-push-action action to v6.18.0 by @renovate in #3040 - Prepare for v0.18.4 release by @michi-covalent in #3039 ++++ coeurl: - Remove workaround_libcurl8.13_issues.patch as libcurl 8.14 has been fixed ++++ gcc14: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ gcc15: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-arm-gcc14: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-arm-gcc15: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-arm-none-gcc14: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-arm-none-gcc14-bootstrap: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-arm-none-gcc15: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-arm-none-gcc15-bootstrap: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-avr-gcc14: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-avr-gcc14-bootstrap: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-avr-gcc15: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-avr-gcc15-bootstrap: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-bpf-gcc14: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-bpf-gcc15: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-hppa-gcc14: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-hppa-gcc14-bootstrap: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-hppa-gcc15: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-hppa-gcc15-bootstrap: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-loongarch64-gcc14: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-loongarch64-gcc14-bootstrap: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-loongarch64-gcc15: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-loongarch64-gcc15-bootstrap: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-m68k-gcc14: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-m68k-gcc15: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-mips-gcc14: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-mips-gcc15: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-ppc64-gcc14: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-ppc64-gcc15: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-ppc64le-gcc14: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-ppc64le-gcc14-bootstrap: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-ppc64le-gcc15: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-ppc64le-gcc15-bootstrap: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-pru-gcc14-bootstrap: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-pru-gcc15-bootstrap: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-riscv64-elf-gcc14: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-riscv64-elf-gcc14-bootstrap: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-riscv64-elf-gcc15: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-riscv64-elf-gcc15-bootstrap: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-riscv64-gcc14: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-riscv64-gcc14-bootstrap: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-riscv64-gcc15: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-riscv64-gcc15-bootstrap: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-rx-gcc14: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-rx-gcc14-bootstrap: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-rx-gcc15: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-rx-gcc15-bootstrap: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-s390x-gcc14: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-s390x-gcc14-bootstrap: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-s390x-gcc15: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-s390x-gcc15-bootstrap: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-sparc-gcc14: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-sparc-gcc15: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-sparc64-gcc14: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-sparc64-gcc15: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-x86_64-gcc14: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ cross-x86_64-gcc15: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ curl: - Update to 8.14.1: * Security fixes: - [bsc#1243933, CVE-2025-5399] libcurl can possibly get trapped in an endless busy-loop when processing specially crafted packets [d1145df2] * Bugfixes: - asyn-thrdd: fix cleanup when RR fails due to OOM - ftp: fix teardown of DATA connection in done - http: fail early when rewind of input failed when following redirects - multi: fix add_handle resizing - tls BIOs: handle BIO_CTRL_EOF correctly - tool_getparam: make --no-anyauth not be accepted - wolfssl: fix sending of early data - ws: handle blocked sends better - ws: tests and fixes ++++ digger-cli: - Update to version 0.6.105: * have env variable GENERATE_PROJECTS for sops decrypt workaround by @motatoes in #1968 ++++ xdm: - no longer require xinit so it can be dropped from SLE16 ++++ docker: - Always clear SUSEConnect suse_* secrets when starting containers regardless of whether the daemon was built with SUSEConnect support. Not doing this causes containers from SUSEConnect-enabled daemons to fail to start when running with SUSEConnect-disabled (i.e. upstream) daemons. This was a long-standing issue with our secrets support but until recently this would've required migrating from SLE packages to openSUSE packages (which wasn't supported). However, as SLE Micro 6.x and SLES 16 will move away from in-built SUSEConnect support, this is now a practical issue users will run into. bsc#1244035 + 0001-SECRETS-SUSE-always-clear-our-internal-secrets.patch - Rearrange patches: - 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch + 0002-SECRETS-daemon-allow-directory-creation-in-run-secre.patch - 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch + 0003-SECRETS-SUSE-implement-SUSE-container-secrets.patch - 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch + 0004-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch - 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch + 0005-bsc1073877-apparmor-clobber-docker-default-profile-o.patch - 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch + 0006-SLE12-revert-apparmor-remove-version-conditionals-fr.patch [NOTE: This update was only ever released in SLES and Leap.] - Always clear SUSEConnect suse_* secrets when starting containers regardless of whether the daemon was built with SUSEConnect support. Not doing this causes containers from SUSEConnect-enabled daemons to fail to start when running with SUSEConnect-disabled (i.e. upstream) daemons. This was a long-standing issue with our secrets support but until recently this would've required migrating from SLE packages to openSUSE packages (which wasn't supported). However, as SLE Micro 6.x and SLES 16 will move away from in-built SUSEConnect support, this is now a practical issue users will run into. bsc#1244035 + 0001-SECRETS-SUSE-always-clear-our-internal-secrets.patch - Rearrange patches: - 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch + 0002-SECRETS-daemon-allow-directory-creation-in-run-secre.patch - 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch + 0003-SECRETS-SUSE-implement-SUSE-container-secrets.patch - 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch + 0004-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch - 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch + 0005-bsc1073877-apparmor-clobber-docker-default-profile-o.patch - 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch + 0006-SLE12-revert-apparmor-remove-version-conditionals-fr.patch - 0006-CVE-2025-22868-vendor-jws-split-token-into-fixed-num.patch + 0007-CVE-2025-22868-vendor-jws-split-token-into-fixed-num.patch - 0007-CVE-2025-22869-vendor-ssh-limit-the-size-of-the-inte.patch + 0008-CVE-2025-22869-vendor-ssh-limit-the-size-of-the-inte.patch ++++ docker-stable: - Always clear SUSEConnect suse_* secrets when starting containers regardless of whether the daemon was built with SUSEConnect support. Not doing this causes containers from SUSEConnect-enabled daemons to fail to start when running with SUSEConnect-disabled (i.e. upstream) daemons. This was a long-standing issue with our secrets support but until recently this would've required migrating from SLE packages to openSUSE packages (which wasn't supported). However, as SLE Micro 6.x and SLES 16 will move away from in-built SUSEConnect support, this is now a practical issue users will run into. bsc#1244035 + 0001-SECRETS-SUSE-always-clear-our-internal-secrets.patch - Rearrange patches: - 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch + 0002-SECRETS-daemon-allow-directory-creation-in-run-secre.patch - 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch + 0003-SECRETS-SUSE-implement-SUSE-container-secrets.patch - 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch + 0004-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch - 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch + 0005-bsc1073877-apparmor-clobber-docker-default-profile-o.patch - 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch + 0006-SLE12-revert-apparmor-remove-version-conditionals-fr.patch - 0006-CVE-2024-2365x-update-buildkit-to-include-CVE-patche.patch + 0007-CVE-2024-2365x-update-buildkit-to-include-CVE-patche.patch - 0007-bsc1221916-update-to-patched-buildkit-version-to-fix.patch + 0008-bsc1221916-update-to-patched-buildkit-version-to-fix.patch - 0008-bsc1214855-volume-use-AtomicWriteFile-to-save-volume.patch + 0009-bsc1214855-volume-use-AtomicWriteFile-to-save-volume.patch - 0009-CVE-2024-41110-AuthZ-plugin-securty-fixes.patch + 0010-CVE-2024-41110-AuthZ-plugin-securty-fixes.patch - 0010-CVE-2024-29018-libnet-Don-t-forward-to-upstream-reso.patch + 0011-CVE-2024-29018-libnet-Don-t-forward-to-upstream-reso.patch - 0011-CVE-2025-22868-vendor-jws-split-token-into-fixed-num.patch + 0012-CVE-2025-22868-vendor-jws-split-token-into-fixed-num.patch - 0012-CVE-2025-22869-vendor-ssh-limit-the-size-of-the-inte.patch + 0013-CVE-2025-22869-vendor-ssh-limit-the-size-of-the-inte.patch - 0013-TESTS-backport-fixes-for-integration-tests.patch + 0014-TESTS-backport-fixes-for-integration-tests.patch ++++ element-desktop: - Version 1.11.102 [#]# ✨ Features * Support build-time specified protocol scheme for oidc callback (https://github.com/element-hq/element-desktop/pull/2285). Contributed by @t3chguy. * EW: Modernize the recovery key input modal (https://github.com/element-hq/element-web/pull/29819). Contributed by @uhoreg. * New room list: move secondary filters into primary filters (https://github.com/element-hq/element-web/pull/29972). Contributed by @florianduros. * Prompt the user when key storage is unexpectedly off (https://github.com/element-hq/element-web/pull/29912). Contributed by @andybalaam. * New room list: move sort menu in room list header (https://github.com/element-hq/element-web/pull/29983). Contributed by @florianduros. * New room list: rework spacing of room list item (https://github.com/element-hq/element-web/pull/29965). Contributed by @florianduros. * RLS: Remove forgotten room from skiplist (https://github.com/element-hq/element-web/pull/29933). Contributed by @MidhunSureshR. * Add room list sorting (https://github.com/element-hq/element-web/pull/29951). Contributed by @dbkr. * Don't use the minimised width(68px) on the new room list (https://github.com/element-hq/element-web/pull/29778). Contributed by @langleyd. [#]# 🐛 Bug Fixes * Enable plain text encryption before checking if encryption is available (https://github.com/element-hq/element-desktop/pull/2343). Contributed by @MidhunSureshR. * Enable plain text encryption early if we actually mean to use `basic_text` as backend (https://github.com/element-hq/element-desktop/pull/2341). Contributed by @MidhunSureshR. * https://github.com/element-hq/element-web/pull/30054). Contributed by @RiotRobot. * RoomListStoreV3: Only add new rooms that pass `VisibilityProvider` check (https://github.com/element-hq/element-web/pull/29974). Contributed by @MidhunSureshR. * Re-order primary filters (https://github.com/element-hq/element-web/pull/29957). Contributed by @dbkr. * Fix leaky CSS adding `!` to all H1 elements (https://github.com/element-hq/element-web/pull/29964). Contributed by @t3chguy. * Fix extensions panel style (https://github.com/element-hq/element-web/pull/29273). Contributed by @langleyd. * Fix state events being hidden from widgets in read\_events actions (https://github.com/element-hq/element-web/pull/29954). Contributed by @robintown. * Remove old filter test (https://github.com/element-hq/element-web/pull/29963). Contributed by @dbkr. ++++ element-web: - Version 1.11.102 [#]# ✨ Features * EW: Modernize the recovery key input modal (https://github.com/element-hq/element-web/pull/29819). Contributed by @uhoreg. * New room list: move secondary filters into primary filters (https://github.com/element-hq/element-web/pull/29972). Contributed by @florianduros. * Prompt the user when key storage is unexpectedly off (https://github.com/element-hq/element-web/pull/29912). Contributed by @andybalaam. * New room list: move sort menu in room list header (https://github.com/element-hq/element-web/pull/29983). Contributed by @florianduros. * New room list: rework spacing of room list item (https://github.com/element-hq/element-web/pull/29965). Contributed by @florianduros. * RLS: Remove forgotten room from skiplist (https://github.com/element-hq/element-web/pull/29933). Contributed by @MidhunSureshR. * Add room list sorting (https://github.com/element-hq/element-web/pull/29951). Contributed by @dbkr. * Don't use the minimised width(68px) on the new room list (https://github.com/element-hq/element-web/pull/29778). Contributed by @langleyd. [#]# 🐛 Bug Fixes * https://github.com/element-hq/element-web/pull/30054). Contributed by @RiotRobot. * RoomListStoreV3: Only add new rooms that pass `VisibilityProvider` check (https://github.com/element-hq/element-web/pull/29974). Contributed by @MidhunSureshR. * Re-order primary filters (https://github.com/element-hq/element-web/pull/29957). Contributed by @dbkr. * Fix leaky CSS adding `!` to all H1 elements (https://github.com/element-hq/element-web/pull/29964). Contributed by @t3chguy. * Fix extensions panel style (https://github.com/element-hq/element-web/pull/29273). Contributed by @langleyd. * Fix state events being hidden from widgets in read\_events actions (https://github.com/element-hq/element-web/pull/29954). Contributed by @robintown. * Remove old filter test (https://github.com/element-hq/element-web/pull/29963). Contributed by @dbkr. Version 1.11.101 [#]# ✨ Features * New room list: add keyboard navigation support (https://github.com/element-hq/element-web/pull/29805). Contributed by @florianduros. * Use the JoinRuleSettings component for the guest link access prompt. (https://github.com/element-hq/element-web/pull/28614). Contributed by @toger5. * Add loading state to the new room list view (https://github.com/element-hq/element-web/pull/29725). Contributed by @langleyd. * Make OIDC identity reset consistent with EX (https://github.com/element-hq/element-web/pull/29854). Contributed by @andybalaam. * Support error code for email / phone adding unsupported (MSC4178) (https://github.com/element-hq/element-web/pull/29855). Contributed by @dbkr. * Update identity reset UI (Make consistent with EX) (https://github.com/element-hq/element-web/pull/29701). Contributed by @andybalaam. * Add secondary filters to the new room list (https://github.com/element-hq/element-web/pull/29818). Contributed by @dbkr. * Fix battery drain from Web Audio (https://github.com/element-hq/element-web/pull/29203). Contributed by @mbachry. [#]# 🐛 Bug Fixes * Fix go home shortcut on macos and change toggle action events shortcut (https://github.com/element-hq/element-web/pull/29929). Contributed by @florianduros. * New room list: fix outdated message preview when space or filter change (https://github.com/element-hq/element-web/pull/29925). Contributed by @florianduros. * Stop migrating to MSC4278 if the config exists. (https://github.com/element-hq/element-web/pull/29924). Contributed by @Half-Shot. * Ensure consistent download file name on download from ImageView (https://github.com/element-hq/element-web/pull/29913). Contributed by @t3chguy. * Add error toast when service worker registration fails (https://github.com/element-hq/element-web/pull/29895). Contributed by @t3chguy. * New Room List: Prevent old tombstoned rooms from appearing in the list (https://github.com/element-hq/element-web/pull/29881). Contributed by @MidhunSureshR. * Remove lag in search field (https://github.com/element-hq/element-web/pull/29885). Contributed by @florianduros. * Respect UIFeature.Voip (https://github.com/element-hq/element-web/pull/29873). Contributed by @langleyd. * Allow jumping to message search from spotlight (https://github.com/element-hq/element-web/pull/29850). Contributed by @t3chguy. Version 1.11.100 [#]# ✨ Features * Move rich topics out of labs / stabilise MSC3765 (https://github.com/element-hq/element-web/pull/29817). Contributed by @Johennes. * Spell out that Element Web does \*not\* work on mobile. (https://github.com/element-hq/element-web/pull/29211). Contributed by @ara4n. * Add message preview support to the new room list (https://github.com/element-hq/element-web/pull/29784). Contributed by @dbkr. * Global configuration flag for media previews (https://github.com/element-hq/element-web/pull/29582). Contributed by @Half-Shot. * New room list: add partial keyboard shortcuts support (https://github.com/element-hq/element-web/pull/29783). Contributed by @florianduros. * MVVM RoomSummaryCard Topic (https://github.com/element-hq/element-web/pull/29710). Contributed by @MarcWadai. * Warn on self change from settings > roles (https://github.com/element-hq/element-web/pull/28926). Contributed by @MarcWadai. * New room list: new visual for invitation (https://github.com/element-hq/element-web/pull/29773). Contributed by @florianduros. [#]# 🐛 Bug Fixes * Fix incorrect display of the user info display name (https://github.com/element-hq/element-web/pull/29826). Contributed by @langleyd. * RoomListStore: Remove invite rooms on decline (https://github.com/element-hq/element-web/pull/29804). Contributed by @MidhunSureshR. * Fix the buttons not being displayed with long preview text (https://github.com/element-hq/element-web/pull/29811). Contributed by @dbkr. * New room list: fix missing/incorrect notification decoration (https://github.com/element-hq/element-web/pull/29796). Contributed by @florianduros. * New Room List: Prevent potential scroll jump/flicker when switching spaces (https://github.com/element-hq/element-web/pull/29781). Contributed by @MidhunSureshR. * New room list: fix incorrect decoration (https://github.com/element-hq/element-web/pull/29770). Contributed by @florianduros. ++++ flashrom: - Fix build error for Leap 16.0 ++++ fwupd: - Update to version 2.0.11: + This release adds the following features: - Add a new check-reboot-needed command for scripts to use - Read the SELinux state in the report failure metadata + This release fixes the following bugs: - Add some notes in the README about security-relevant build flags - Add support for the Dell dock ownership command - Add the subsystem VIDPID when provided by ModemManager - Allow changing the rts54hub block size from a quirk entry - Allow Legion HID2 downgrades without --force, and clear config on upgrades - Allow specifying multiple DEVICE-IDs for the get-updates command - Cache the stream when parsing the processed cabinet to fix the report upload - Do not allow DBX updates on the AiStone X5KK4NAG - Do not use translated low-level error messages in the failure report - Fall back to the activation date if the X.509 cert has no suitable subject - Fix newer Synaptics VMM9 devices by adding a delay after disabling RC - Ignore some sanity checks when parsing PK, KEK and db certificates - Increase timeout requested by logitech RDFU devices - Never include systemd.machine_id in the failure report - Parse the correct VendorID from the ModemManager device ID - Process all pending event sources when waiting for replug - Use the UEFI PK report attributes for the other UEFI plugins + This release adds support for the following hardware: - Lenovo Thunderbolt 5 Smart Dock ++++ gcc14-testresults: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ gcc15-testresults: - Exclude shared objects present for link editing in the GCC specific subdirectory from provides processing via __provides_exclude_from. [bsc#1244050][bsc#1243991] ++++ ghc-servant: - Update servant to version 0.20.3.0. 0.20.3.0 - --- [#]## Significant changes - Remove -XStrictData from servant{,-server}'s cabal files [#1780](https://github.com/haskell-servant/servant/issues/1780) [#1781](https://github.com/haskell-servant/servant/pull/1781) The addition of -XStrictData to servant.cabal and servant-server.cabal reduced the laziness of routing, which would trigger unimplemented endpoints using `error` or `undefined`, despite the fact that these endpoints themselves were not queried. [#]## Other changes - Server-sent events (SSE) for client-side [#1811](https://github.com/haskell-servant/servant/issues/1811) Implement Server-sent events (SSE) for the Servant client using a new combinator "ServerSentEvents". The raw event messages, accumulated events and JSON-processed events can be exposed. - Integrate MultiVerb [#1766](https://github.com/haskell-servant/servant/pull/1766) [#1804](https://github.com/haskell-servant/servant/pull/1804) Expose MultiVerb, a more ergonomic way of defining endpoints that return many kinds of responses. Read the cookbook https://docs.servant.dev/en/master/cookbook/multiverb/MultiVerb.html - Exported addQueryParam [#1232](https://github.com/haskell-servant/servant/issues/1232) [#1785](https://github.com/haskell-servant/servant/pull/1785) `addQueryParams` is required to define custom `HasLink` instances which actually manipulate the generated query params. This function was not exported earlier and now it is. - Add Host API combinator [#1800](https://github.com/haskell-servant/servant/pull/1800) Adding a Host combinator allows servant users to select APIs according to the Host header provided by clients. - Use newtype deriving for ToHttpApiData in the type Range [#1813](https://github.com/haskell-servant/servant/pull/1813) - Add public re-export of renderCurlBasePath lens [#1706](https://github.com/haskell-servant/servant/pull/1706) - Remove GHC <= 8.10.7 from the support window [#1778](https://github.com/haskell-servant/servant/pull/1778) - Add Servant.API.Range type [#1805](https://github.com/haskell-servant/servant/pull/1805) - Add missing HasLink instance for DeepQuery [#1784](https://github.com/haskell-servant/servant/issues/1784) [#1814](https://github.com/haskell-servant/servant/pull/1814) ++++ ghc-servant-client: - Update servant-client to version 0.20.3.0. 0.20.3.0 - ------- - Server-sent events (SSE) for client-side [#1811](https://github.com/haskell-servant/servant/issues/1811) Implement Server-sent events (SSE) for the Servant client using a new combinator "ServerSentEvents". The raw event messages, accumulated events and JSON-processed events can be exposed. - Integrate MultiVerb [#1766](https://github.com/haskell-servant/servant/pull/1766) [#1804](https://github.com/haskell-servant/servant/pull/1804) Expose MultiVerb, a more ergonomic way of defining endpoints that return many kinds of responses. Read the cookbook https://docs.servant.dev/en/master/cookbook/multiverb/MultiVerb.html - Add public re-export of renderCurlBasePath lens [#1706](https://github.com/haskell-servant/servant/pull/1706) - Remove GHC <= 8.10.7 from the support window [#1778](https://github.com/haskell-servant/servant/pull/1778) - Add Servant.API.Range type [#1805](https://github.com/haskell-servant/servant/pull/1805) - Add missing HasLink instance for DeepQuery [#1784](https://github.com/haskell-servant/servant/issues/1784) [#1814](https://github.com/haskell-servant/servant/pull/1814) - Add Host API combinator [#1800](https://github.com/haskell-servant/servant/pull/1800) Adding a Host combinator allows servant users to select APIs according to the Host header provided by clients. ++++ ghc-servant-client-core: - Update servant-client-core to version 0.20.3.0. 0.20.3.0 - ------- - Server-sent events (SSE) for client-side [#1811](https://github.com/haskell-servant/servant/issues/1811) Implement Server-sent events (SSE) for the Servant client using a new combinator "ServerSentEvents". The raw event messages, accumulated events and JSON-processed events can be exposed. - Integrate MultiVerb [#1766](https://github.com/haskell-servant/servant/pull/1766) [#1804](https://github.com/haskell-servant/servant/pull/1804) Expose MultiVerb, a more ergonomic way of defining endpoints that return many kinds of responses. Read the cookbook https://docs.servant.dev/en/master/cookbook/multiverb/MultiVerb.html - Add public re-export of renderCurlBasePath lens [#1706](https://github.com/haskell-servant/servant/pull/1706) - Remove GHC <= 8.10.7 from the support window [#1778](https://github.com/haskell-servant/servant/pull/1778) - Add Servant.API.Range type [#1805](https://github.com/haskell-servant/servant/pull/1805) - Add missing HasLink instance for DeepQuery [#1784](https://github.com/haskell-servant/servant/issues/1784) - Add Host API combinator [#1800](https://github.com/haskell-servant/servant/pull/1800) Adding a Host combinator allows servant users to select APIs according to the Host header provided by clients. ++++ ghc-servant-server: - Update servant-server to version 0.20.3.0. 0.20.3.0 - ------- [#]## Significant changes - Remove -XStrictData from servant{,-server}'s cabal files [#1780](https://github.com/haskell-servant/servant/issues/1780) [#1781](https://github.com/haskell-servant/servant/pull/1781) The addition of -XStrictData to servant.cabal and servant-server.cabal reduced the laziness of routing, which would trigger unimplemented endpoints using `error` or `undefined`, despite the fact that these endpoints themselves were not queried. [#]## Other changes - Server-sent events (SSE) for client-side [#1811](https://github.com/haskell-servant/servant/issues/1811) Implement Server-sent events (SSE) for the Servant client using a new combinator "ServerSentEvents". The raw event messages, accumulated events and JSON-processed events can be exposed. - Integrate MultiVerb [#1766](https://github.com/haskell-servant/servant/pull/1766) [#1804](https://github.com/haskell-servant/servant/pull/1804) Expose MultiVerb, a more ergonomic way of defining endpoints that return many kinds of responses. Read the cookbook https://docs.servant.dev/en/master/cookbook/multiverb/MultiVerb.html - Add Host API combinator [#1800](https://github.com/haskell-servant/servant/pull/1800) Adding a Host combinator allows servant users to select APIs according to the Host header provided by clients. - Add public re-export of renderCurlBasePath lens [#1706](https://github.com/haskell-servant/servant/pull/1706) - Remove GHC <= 8.10.7 from the support window [#1778](https://github.com/haskell-servant/servant/pull/1778) - Add Servant.API.Range type [#1805](https://github.com/haskell-servant/servant/pull/1805) - Add missing HasLink instance for DeepQuery [#1784](https://github.com/haskell-servant/servant/issues/1784) ++++ glab: - Update to version 1.59.1: * fix(telemetry): remove data race in telemetry hook - Update to version 1.59.0: * refactor: do not use the global client * refactor: do not use api.GetClient() in commands/api * fix: make HttpClient always safe to use * chore(usage-ping): Add telemetry data for commands/projects/namespaces * feat(config): added GitDir to get proper location to put local configs * chore: Update command examples following new style guide * feat: add pagination to ci trigger command * docs(api): add simple GraphQL oneliner ++++ gnome-nettool: - Update to version 42.0+24: + appdata: Replace defunct Bugzilla with GNOME GitLab + desktop: Remove obsolete Bugzilla entries + meson: drop unused positional arguments + Updated translations. - Switch to meson buildsystem, add meson BuildRequires and macros. Following this, drop gnome-common BuildRequires, no longer needed. - Switch to source service for tarball, use current current head. ++++ grafana: - Exclude ix86 architectures. They are not supported and fail to build. ++++ gsoap: - Update to release 2.8.138 * Minor update to improve XML entity parsing within limits. * The wsdl2h tool with SSL/TLS enabled for https no longer supports legacy SSLv3, only TLS 1.0 to 1.3, this avoids potential TLS/SSL handshake errors. * Corrected a logic bug in wsdl2h for attribute/elemenet reference qualification for C++ class and C struct members in the generated header interface file for soapcpp2. ++++ gstreamer-docs: - Update to version 1.26.2: + Update docs. ++++ gstreamer-plugins-ugly: - Update to version 1.26.2: * No changes ++++ hledger-interest: - Update hledger-interest to version 1.6.7 revision 2. Upstream has revised the Cabal build instructions on Hackage. ++++ jujutsu: - update to 0.30.0: * Release highlights - The experimental support from release 0.29.0 for transferring the change ID to/from Git remotes has been enabled by default. The change ID is stored in the Git commit itself (in a commit header called change-id), which means it will be transferred by regular git push etc. Please let us know if you run into any problems with it. You can disable it setting git.write-change-id-header. Note that some Git remotes (e.g GitLab) and some Git commands (e.g. git rebase) do not preserve the change ids when they rewrite commits. - jj rebase now automatically abandons divergent commits if another commit with the same change ID is already present in the destination with identical changes. - jj split has gained --message, --insert-before, - -insert-after, and --destination options. - jj evolog can show associated operations for commits created by new jj versions. * Breaking changes - The old libgit2 code path for fetches and pushes has been removed, and the git.subprocess setting along with it. - In templates, bookmark/tag/remote names are now formatted in revset symbol notation. The type of bookmark.remote() is changed to Option<_>. bookmark.remote() == "foo" still works, but bookmark.remote().() might need if(bookmark.remote(), ..) to suppress error. - jj rebase now automatically abandons divergent commits if another commit with the same change ID is already present in the destination with identical changes. To keep these divergent commits, use the --keep-divergent flag. - The deprecated --skip-empty flag for jj rebase has been removed. Use the --skip-emptied flag instead. - The deprecated jj branch subcommands have been removed. Use the jj bookmark subcommands instead. - jj util completion now requires the name of the shell as a positional argument and no longer produces Bash completions by default. The deprecated optional arguments for different shells have been removed. * Deprecations - The ui.diff.format and ui.diff.tool config options have been merged as ui.diff-formatter. The builtin format can be specified as : (e.g. ui.diff-formatter=":git" for Git diffs.) - The .normal_hex() method will be removed from the CommitId template type. It's useful only for the ChangeId type. * New features - jj split has gained a --message option to set the description of the commit with the selected changes. - jj split has gained the ability to place the revision with the selected changes anywhere in the revision tree with the - -insert-before, --insert-after and --destination command line flags. - Added git.track-default-bookmark-on-clone setting to control whether to track the default remote bookmark on jj git clone. - Templates can now do arithmetic on integers with the +, -, *, /, and % infix operators. - Evolution history is now stored in the operation log. jj evolog can show associated operations for commits created by new jj versions. * Fixed bugs - Work around a git issue that could cause subprocess operations to hang if the core.fsmonitor gitconfig is set in the global or system gitconfigs. #6440 - jj parallelize can now parallelize groups of changes that start with an immutable change, but do not contain any other immutable changes. - jj will no longer warn about deprecated paths on macOS if the configured XDG directory is the deprecated one (~/Library/Application Support). - The builtin diff editor now correctly handles splitting changes where a file is replaced by a directory of the same name. #5189 * Packaging changes - Due to the removal of the libgit2 code path, packagers should remove any dependencies on libgit2, libssh2, Zlib, OpenSSL, and pkg-config, and ensure they are not setting the Cargo git2 or vendored-openssl features. ++++ kernel-source-longterm: - Linux 6.12.32 (bsc#1234429). - ksmbd: use list_first_entry_or_null for opinfo_get_list() (bsc#1234429). - net: ethernet: ti: am65-cpsw: Lower random mac address error print to info (bsc#1234429). - platform/x86: thinkpad_acpi: Ignore battery threshold change event notification (bsc#1234429). - ALSA: hda/realtek - restore auto-mute mode for Dell Chrome platform (bsc#1234429). - platform/x86: fujitsu-laptop: Support Lifebook S2110 hotkeys (bsc#1234429). - NFS: Avoid flushing data while holding directory locks in nfs_rename() (bsc#1234429). - char: tpm: tpm-buf: Add sanity check fallback in read helpers (bsc#1234429). - drm/xe: Save the gt pointer in lrc and drop the tile (bsc#1234429). - drm/xe/xe2hpg: Add Wa_22021007897 (bsc#1234429). - nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 Pro (bsc#1234429). - spi: spi-sun4i: fix early activation (bsc#1234429). - phy: phy-rockchip-samsung-hdptx: Fix PHY PLL output 50.25MHz error (bsc#1234429). - phy: starfive: jh7110-usb: Fix USB 2.0 host occasional detection failure (bsc#1234429). - drm/amd/display: check stream id dml21 wrapper to get plane_id (bsc#1234429). - drm/amd/display: fix link_set_dpms_off multi-display MST corner case (bsc#1234429). - gpio: virtuser: fix potential out-of-bound write (bsc#1234429). - um: let 'make clean' properly clean underlying SUBARCH as well (bsc#1234429). - platform/x86: thinkpad_acpi: Support also NEC Lavie X1475JAS (bsc#1234429). - nfs: don't share pNFS DS connections between net namespaces (bsc#1234429). - HID: quirks: Add ADATA XPG alpha wireless mouse support (bsc#1234429). - dmaengine: idxd: cdev: Fix uninitialized use of sva in idxd_cdev_open (bsc#1234429). - coredump: hand a pidfd to the usermode coredump helper (bsc#1234429). - coredump: fix error handling for replace_fd() (bsc#1234429). - perf/arm-cmn: Add CMN S3 ACPI binding (bsc#1234429). - perf/arm-cmn: Initialise cmn->cpu earlier (bsc#1234429). - perf/arm-cmn: Fix REQ2/SNP2 mixup (bsc#1234429). - net_sched: hfsc: Address reentrant enqueue adding class to eltree twice (bsc#1234429). - arm64: dts: ti: k3-j784s4-j742s2-main-common: Fix length of serdes_ln_ctrl (bsc#1234429). - arm64: dts: ti: k3-j722s-main: Disable "serdes_wiz0" and "serdes_wiz1" (bsc#1234429). - arm64: dts: ti: k3-j722s-evm: Enable "serdes_wiz0" and "serdes_wiz1" (bsc#1234429). - arm64: dts: ti: k3-j721e-sk: Add requiried voltage supplies for IMX219 (bsc#1234429). - arm64: dts: ti: k3-j721e-sk: Remove clock-names property from IMX219 overlay (bsc#1234429). - arm64: dts: ti: k3-j721e-sk: Add DT nodes for power regulators (bsc#1234429). - arm64: dts: ti: k3-am68-sk: Fix regulator hierarchy (bsc#1234429). - arm64: dts: ti: k3-am65-main: Add missing taps to sdhci0 (bsc#1234429). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in OV5640 overlay (bsc#1234429). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in IMX219 overlay (bsc#1234429). - arm64: dts: ti: k3-am62x: Remove clock-names property from IMX219 overlay (bsc#1234429). - arm64: dts: ti: k3-am62p-j722s-common-main: Set eMMC clock parent to default (bsc#1234429). - arm64: dts: ti: k3-am62a-main: Set eMMC clock parent to default (bsc#1234429). - arm64: dts: ti: k3-am62-main: Set eMMC clock parent to default (bsc#1234429). - arm64: dts: qcom: x1e80100: Fix video thermal zone (bsc#1234429). - arm64: dts: qcom: x1e80100-yoga-slim7x: mark l12b and l15b always-on (bsc#1234429). - arm64: dts: qcom: x1e80100-qcp: mark l12b and l15b always-on (bsc#1234429). - arm64: dts: qcom: x1e80100-qcp: Fix vreg_l2j_1p2 voltage (bsc#1234429). - arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: Fix vreg_l2j_1p2 voltage (bsc#1234429). - arm64: dts: qcom: x1e80100-asus-vivobook-s15: Fix vreg_l2j_1p2 voltage (bsc#1234429). - arm64: dts: qcom: sm8650: Add missing properties for cryptobam (bsc#1234429). - arm64: dts: qcom: sm8550: Add missing properties for cryptobam (bsc#1234429). - arm64: dts: qcom: sm8450: Add missing properties for cryptobam (bsc#1234429). - arm64: dts: qcom: sm8350: Fix typo in pil_camera_mem node (bsc#1234429). - arm64: dts: qcom: sa8775p: Remove cdsp compute-cb@10 (bsc#1234429). - arm64: dts: qcom: sa8775p: Remove extra entries from the iommus property (bsc#1234429). - arm64: dts: qcom: ipq9574: Add missing properties for cryptobam (bsc#1234429). - can: kvaser_pciefd: Force IRQ edge in case of nested IRQ (bsc#1234429). - commit 75f804c ++++ kernel-longterm: - Linux 6.12.32 (bsc#1234429). - ksmbd: use list_first_entry_or_null for opinfo_get_list() (bsc#1234429). - net: ethernet: ti: am65-cpsw: Lower random mac address error print to info (bsc#1234429). - platform/x86: thinkpad_acpi: Ignore battery threshold change event notification (bsc#1234429). - ALSA: hda/realtek - restore auto-mute mode for Dell Chrome platform (bsc#1234429). - platform/x86: fujitsu-laptop: Support Lifebook S2110 hotkeys (bsc#1234429). - NFS: Avoid flushing data while holding directory locks in nfs_rename() (bsc#1234429). - char: tpm: tpm-buf: Add sanity check fallback in read helpers (bsc#1234429). - drm/xe: Save the gt pointer in lrc and drop the tile (bsc#1234429). - drm/xe/xe2hpg: Add Wa_22021007897 (bsc#1234429). - nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 Pro (bsc#1234429). - spi: spi-sun4i: fix early activation (bsc#1234429). - phy: phy-rockchip-samsung-hdptx: Fix PHY PLL output 50.25MHz error (bsc#1234429). - phy: starfive: jh7110-usb: Fix USB 2.0 host occasional detection failure (bsc#1234429). - drm/amd/display: check stream id dml21 wrapper to get plane_id (bsc#1234429). - drm/amd/display: fix link_set_dpms_off multi-display MST corner case (bsc#1234429). - gpio: virtuser: fix potential out-of-bound write (bsc#1234429). - um: let 'make clean' properly clean underlying SUBARCH as well (bsc#1234429). - platform/x86: thinkpad_acpi: Support also NEC Lavie X1475JAS (bsc#1234429). - nfs: don't share pNFS DS connections between net namespaces (bsc#1234429). - HID: quirks: Add ADATA XPG alpha wireless mouse support (bsc#1234429). - dmaengine: idxd: cdev: Fix uninitialized use of sva in idxd_cdev_open (bsc#1234429). - coredump: hand a pidfd to the usermode coredump helper (bsc#1234429). - coredump: fix error handling for replace_fd() (bsc#1234429). - perf/arm-cmn: Add CMN S3 ACPI binding (bsc#1234429). - perf/arm-cmn: Initialise cmn->cpu earlier (bsc#1234429). - perf/arm-cmn: Fix REQ2/SNP2 mixup (bsc#1234429). - net_sched: hfsc: Address reentrant enqueue adding class to eltree twice (bsc#1234429). - arm64: dts: ti: k3-j784s4-j742s2-main-common: Fix length of serdes_ln_ctrl (bsc#1234429). - arm64: dts: ti: k3-j722s-main: Disable "serdes_wiz0" and "serdes_wiz1" (bsc#1234429). - arm64: dts: ti: k3-j722s-evm: Enable "serdes_wiz0" and "serdes_wiz1" (bsc#1234429). - arm64: dts: ti: k3-j721e-sk: Add requiried voltage supplies for IMX219 (bsc#1234429). - arm64: dts: ti: k3-j721e-sk: Remove clock-names property from IMX219 overlay (bsc#1234429). - arm64: dts: ti: k3-j721e-sk: Add DT nodes for power regulators (bsc#1234429). - arm64: dts: ti: k3-am68-sk: Fix regulator hierarchy (bsc#1234429). - arm64: dts: ti: k3-am65-main: Add missing taps to sdhci0 (bsc#1234429). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in OV5640 overlay (bsc#1234429). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in IMX219 overlay (bsc#1234429). - arm64: dts: ti: k3-am62x: Remove clock-names property from IMX219 overlay (bsc#1234429). - arm64: dts: ti: k3-am62p-j722s-common-main: Set eMMC clock parent to default (bsc#1234429). - arm64: dts: ti: k3-am62a-main: Set eMMC clock parent to default (bsc#1234429). - arm64: dts: ti: k3-am62-main: Set eMMC clock parent to default (bsc#1234429). - arm64: dts: qcom: x1e80100: Fix video thermal zone (bsc#1234429). - arm64: dts: qcom: x1e80100-yoga-slim7x: mark l12b and l15b always-on (bsc#1234429). - arm64: dts: qcom: x1e80100-qcp: mark l12b and l15b always-on (bsc#1234429). - arm64: dts: qcom: x1e80100-qcp: Fix vreg_l2j_1p2 voltage (bsc#1234429). - arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: Fix vreg_l2j_1p2 voltage (bsc#1234429). - arm64: dts: qcom: x1e80100-asus-vivobook-s15: Fix vreg_l2j_1p2 voltage (bsc#1234429). - arm64: dts: qcom: sm8650: Add missing properties for cryptobam (bsc#1234429). - arm64: dts: qcom: sm8550: Add missing properties for cryptobam (bsc#1234429). - arm64: dts: qcom: sm8450: Add missing properties for cryptobam (bsc#1234429). - arm64: dts: qcom: sm8350: Fix typo in pil_camera_mem node (bsc#1234429). - arm64: dts: qcom: sa8775p: Remove cdsp compute-cb@10 (bsc#1234429). - arm64: dts: qcom: sa8775p: Remove extra entries from the iommus property (bsc#1234429). - arm64: dts: qcom: ipq9574: Add missing properties for cryptobam (bsc#1234429). - can: kvaser_pciefd: Force IRQ edge in case of nested IRQ (bsc#1234429). - commit 75f804c ++++ kernel-syms-longterm: - Linux 6.12.32 (bsc#1234429). - ksmbd: use list_first_entry_or_null for opinfo_get_list() (bsc#1234429). - net: ethernet: ti: am65-cpsw: Lower random mac address error print to info (bsc#1234429). - platform/x86: thinkpad_acpi: Ignore battery threshold change event notification (bsc#1234429). - ALSA: hda/realtek - restore auto-mute mode for Dell Chrome platform (bsc#1234429). - platform/x86: fujitsu-laptop: Support Lifebook S2110 hotkeys (bsc#1234429). - NFS: Avoid flushing data while holding directory locks in nfs_rename() (bsc#1234429). - char: tpm: tpm-buf: Add sanity check fallback in read helpers (bsc#1234429). - drm/xe: Save the gt pointer in lrc and drop the tile (bsc#1234429). - drm/xe/xe2hpg: Add Wa_22021007897 (bsc#1234429). - nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 Pro (bsc#1234429). - spi: spi-sun4i: fix early activation (bsc#1234429). - phy: phy-rockchip-samsung-hdptx: Fix PHY PLL output 50.25MHz error (bsc#1234429). - phy: starfive: jh7110-usb: Fix USB 2.0 host occasional detection failure (bsc#1234429). - drm/amd/display: check stream id dml21 wrapper to get plane_id (bsc#1234429). - drm/amd/display: fix link_set_dpms_off multi-display MST corner case (bsc#1234429). - gpio: virtuser: fix potential out-of-bound write (bsc#1234429). - um: let 'make clean' properly clean underlying SUBARCH as well (bsc#1234429). - platform/x86: thinkpad_acpi: Support also NEC Lavie X1475JAS (bsc#1234429). - nfs: don't share pNFS DS connections between net namespaces (bsc#1234429). - HID: quirks: Add ADATA XPG alpha wireless mouse support (bsc#1234429). - dmaengine: idxd: cdev: Fix uninitialized use of sva in idxd_cdev_open (bsc#1234429). - coredump: hand a pidfd to the usermode coredump helper (bsc#1234429). - coredump: fix error handling for replace_fd() (bsc#1234429). - perf/arm-cmn: Add CMN S3 ACPI binding (bsc#1234429). - perf/arm-cmn: Initialise cmn->cpu earlier (bsc#1234429). - perf/arm-cmn: Fix REQ2/SNP2 mixup (bsc#1234429). - net_sched: hfsc: Address reentrant enqueue adding class to eltree twice (bsc#1234429). - arm64: dts: ti: k3-j784s4-j742s2-main-common: Fix length of serdes_ln_ctrl (bsc#1234429). - arm64: dts: ti: k3-j722s-main: Disable "serdes_wiz0" and "serdes_wiz1" (bsc#1234429). - arm64: dts: ti: k3-j722s-evm: Enable "serdes_wiz0" and "serdes_wiz1" (bsc#1234429). - arm64: dts: ti: k3-j721e-sk: Add requiried voltage supplies for IMX219 (bsc#1234429). - arm64: dts: ti: k3-j721e-sk: Remove clock-names property from IMX219 overlay (bsc#1234429). - arm64: dts: ti: k3-j721e-sk: Add DT nodes for power regulators (bsc#1234429). - arm64: dts: ti: k3-am68-sk: Fix regulator hierarchy (bsc#1234429). - arm64: dts: ti: k3-am65-main: Add missing taps to sdhci0 (bsc#1234429). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in OV5640 overlay (bsc#1234429). - arm64: dts: ti: k3-am62x: Rename I2C switch to I2C mux in IMX219 overlay (bsc#1234429). - arm64: dts: ti: k3-am62x: Remove clock-names property from IMX219 overlay (bsc#1234429). - arm64: dts: ti: k3-am62p-j722s-common-main: Set eMMC clock parent to default (bsc#1234429). - arm64: dts: ti: k3-am62a-main: Set eMMC clock parent to default (bsc#1234429). - arm64: dts: ti: k3-am62-main: Set eMMC clock parent to default (bsc#1234429). - arm64: dts: qcom: x1e80100: Fix video thermal zone (bsc#1234429). - arm64: dts: qcom: x1e80100-yoga-slim7x: mark l12b and l15b always-on (bsc#1234429). - arm64: dts: qcom: x1e80100-qcp: mark l12b and l15b always-on (bsc#1234429). - arm64: dts: qcom: x1e80100-qcp: Fix vreg_l2j_1p2 voltage (bsc#1234429). - arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: Fix vreg_l2j_1p2 voltage (bsc#1234429). - arm64: dts: qcom: x1e80100-asus-vivobook-s15: Fix vreg_l2j_1p2 voltage (bsc#1234429). - arm64: dts: qcom: sm8650: Add missing properties for cryptobam (bsc#1234429). - arm64: dts: qcom: sm8550: Add missing properties for cryptobam (bsc#1234429). - arm64: dts: qcom: sm8450: Add missing properties for cryptobam (bsc#1234429). - arm64: dts: qcom: sm8350: Fix typo in pil_camera_mem node (bsc#1234429). - arm64: dts: qcom: sa8775p: Remove cdsp compute-cb@10 (bsc#1234429). - arm64: dts: qcom: sa8775p: Remove extra entries from the iommus property (bsc#1234429). - arm64: dts: qcom: ipq9574: Add missing properties for cryptobam (bsc#1234429). - can: kvaser_pciefd: Force IRQ edge in case of nested IRQ (bsc#1234429). - commit 75f804c ++++ kstars: - Update to 3.7.7. Check the ChangeLog file for the full list of changes. - Start using Qt 6 to build kstars - Add patch: * 0001-Fix-installation-with-Qt6.patch ++++ kubectl-klock: - Update to version 0.8.1: * Fix ANSI coloring issue (#159) Issue was that kubectl-klock always converted to (what it thought was the correct) RGB version of the kubecolor color. But the kubecolor color may use ANSI color codes that can be changed via the terminal emulator's theme settings, whereas RGB versions are not changed to fit the terminal emulator theme. With this change kubectl-klock will preseve the ANSI color codes correctly. Screenshots see https://github.com/applejag/kubectl-klock/releases/tag/v0.8.1 ++++ qt6-datavis3d: - build with -j1 if deterministic build results are wanted (bsc#1228131) ++++ curl-mini: - Update to 8.14.1: * Security fixes: - [bsc#1243933, CVE-2025-5399] libcurl can possibly get trapped in an endless busy-loop when processing specially crafted packets [d1145df2] * Bugfixes: - asyn-thrdd: fix cleanup when RR fails due to OOM - ftp: fix teardown of DATA connection in done - http: fail early when rewind of input failed when following redirects - multi: fix add_handle resizing - tls BIOs: handle BIO_CTRL_EOF correctly - tool_getparam: make --no-anyauth not be accepted - wolfssl: fix sending of early data - ws: handle blocked sends better - ws: tests and fixes ++++ libetebase: - Update to version 0.5.8: * Addresses VUL-0: CVE-2025-3416: https://bugzilla.suse.com/show_bug.cgi?id=1242638 * Deps: run cargo update. ++++ normaliz: - Update to release 3.10.5 * The option ExploitAutomsVectors has been activated. It uses the automorphism group for the computation of Hilbert bases and lattice points. * The interface for fusion rings has been extended by the computation of induction matrices also for noncommutative fusion rings of rank <= 8. * The options NoQuasiPolynomial and OnlyCyclotomicHilbSe are useful especially for file based interfaces by providing compact output files. * The computation of minimal Markov bases contained a bug. ++++ primecount: - Update to primecount-7.19 (API & ABI are backwards compatible). - nth_prime.cpp: Add 128-bit nth_prime function. - nth_prime_sieve.hpp: New sieving algo for nth_prime(n). - primecount.h: Improved 128-bit C API using portable pc_int128_t struct. - primecount.hpp: Improved 128-bit C++ API using portable pc_int128_t struct. - libprimecount.md: Add new 128-bit C/C++ API functions. ++++ stellarsolver: - Update to 2.7 * StellarSolver new use different names for Qt6 and Qt5 libraries - Start using Qt 6 for building stellarsolver ++++ usbguard: - Add usbguard-protobuf-30.patch * Adapt for protobuf 30.0 API changes based on https://github.com/USBGuard/usbguard/pull/650 ++++ libzypp: - RepoInfo: use pathNameSetTrailingSlash (fixes #643) - Fix wrong userdata parameter type when running zypp with debug verbosity (bsc#1239012) - version 17.37.4 (35) ++++ maven: - Upgrade to upstream version 3.9.10 * Bug + MNG-8096: Inconsistent dependency resolution behaviour for concurrent multi-module build can cause failures + MNG-8169: MINGW support requires - -add-opens java.base/java.lang=ALL-UNNAMED + MNG-8170: Maven 3.9.8 contains weird native library for Jansi on Windows/arm64 + MNG-8211: Maven should fail builds that use CI Friendly versions but have no values set + MNG-8248: WARNING: A restricted method in java.lang.System has been called + MNG-8256: ProjectDependencyGraph bug: in case of filtering, non-direct module links are lost + MNG-8315: Failure of mvn.cmd if a .mvn directory is located at drive root + MNG-8396: Maven takes forever to resume + MNG-8711: "Duplicate artifact" in LifecycleDependencyResolver * Improvement + MNG-8370: Introduce maven.repo.local.head + MNG-8399: JDK 24+ issues warning about usage of sun.misc.Unsafe + MNG-8707: Add methods to remove compile and test source roots + MNG-8712: improve dependency version explanation: it's a requirement, not always effective version + MNG-8717: Remove maven-plugin-plugin:addPluginArtifactMetadata from default binding + MNG-8722: Use a single standalone version of asm + MNG-8731: Use https for xsi:schemaLocation in generated descriptors + MNG-8734: Simplify scripting like "get project version" cases * Task + MNG-8728: Bump Eclipse Sisu from 0.9.0.M3 to 0.9.0.M4 and use Java 24 on CI ++++ melange: - Update to version 0.26.6: * qemu: ensure CacheDir exists when specified (#2025) * build(deps): bump the actions group across 1 directory with 4 updates (#1980) * Upgrade everything (#2020) ++++ mesheryctl: - update to 0.8.98: * Meshery CLI - redirect to provider page when not selected @aabidsofi19 (#14921) - update to 0.8.97: * Meshery CLI - [meshery] [mesheryctl] chore: update repo from layer5 to meshery: server and mesheryctl @n2h9 (#14917) * Documentation - rename remote provider @aabidsofi19 (#14918) - [docs] chore: remove old adapter labs @leecalcote (#14909) - [meshery] [mesheryctl] chore: update repo from layer5 to meshery: server and mesheryctl @n2h9 (#14917) - update docker user @vishalvivekm (#14915) - update to 0.8.96: * no CLI-related changes in this release - update to 0.8.95: * no CLI-related changes in this release ++++ modello: - Upgrade to upstream version 2.5.1 * New features and improvements + Improve and add exceptions for singular method + Fix Snakeyaml + Restore singular method behavior like was in version 2.4.0 * Maintenance + Partially migrate to JUnit 5 + Apply spotless re-formatting + Update build, get rid of legacy, fix CLI + Use distributionManagement from parent pom - Removed patches: * 0001-Upgrade-to-SnakeYaml-2.2-439.patch * 0002-Update-build-get-rid-of-legacy-fix-CLI-452.patch + integrated in this version - Modified patches: * 0003-Add-support-for-domAsXpp3-and-fail-if-the-old-Java5-.patch - > 0001-Add-support-for-domAsXpp3-and-fail-if-the-old-Java5-.patch * 0004-Handle-also-the-velocity-stuff-in-ModelloCli.patch - > 0002-Handle-also-the-velocity-stuff-in-ModelloCli.patch + rediff ++++ modello-maven-plugin: - Upgrade to upstream version 2.5.1 * New features and improvements + Improve and add exceptions for singular method + Fix Snakeyaml + Restore singular method behavior like was in version 2.4.0 * Maintenance + Partially migrate to JUnit 5 + Apply spotless re-formatting + Update build, get rid of legacy, fix CLI + Use distributionManagement from parent pom - Removed patches: * 0001-Upgrade-to-SnakeYaml-2.2-439.patch * 0002-Update-build-get-rid-of-legacy-fix-CLI-452.patch + integrated in this version - Modified patches: * 0003-Add-support-for-domAsXpp3-and-fail-if-the-old-Java5-.patch - > 0001-Add-support-for-domAsXpp3-and-fail-if-the-old-Java5-.patch * 0004-Handle-also-the-velocity-stuff-in-ModelloCli.patch - > 0002-Handle-also-the-velocity-stuff-in-ModelloCli.patch + rediff ++++ nelm: - Update to version 1.5.0: * Features - NELM_FEAT_PREVIEW_V2 feature gate (f7ad0ab) - native release list command (ff9e1f0) - native release uninstall command (4d85484) * Bug Fixes - show stack traces with NELM_FEAT_PERIODIC_STACK_TRACES=true (20310db) ++++ nemo-extensions: - Drop unneeded gnome-common BuildRequires. ++++ netcat-openbsd: - Update netcat to upstream version 1.229. * Fix build failure with GCC-15. * In UDP mode, do not test the connection (by writing "XXX" junk) when ‘-z’ is unset and the standard input is not a TTY. * rsync: Replace ‘-v’ flag with ‘-P’. * udp-scan-timeout.patch: Call connection_info() and udptest() call when ‘-z’ flag is set. This is the upstream behavior. * Add support for abstract namespace sockets in the AF_UNIX family. * Make getnameinfo(3) errors non-fatal in report_sock(): report_sock() is used to show the peer's address/name and port when the '-v' flag is set. Reverse resolution errors need not be fatal. * Fix TCP MD5 signature support. The feature now requires the TCP_MD5SIG_EXT socket option, available since Linux 4.13. * Make -q0 quit immediately also with UDP sockets. * Re-enable specifying client socket for UNIX-domain datagram sockets. Regression introduced in version 1.187. - Added "abstract-unix-domain-socket.patch": when using '-U' to connect() or bind() to a UNIX domain socket, if the address (path) starts with "@", it is read as an abstract namespace socket. - Added "make-getnameinfo-errors-nonfatal-in-report_sock.patch": report_sock() is used to show the peer's address/name and port when the ‘-v’ flag is set. Reverse resolution errors need not be fatal. - Renamed the misspelled "port-to-linux-with-libsd.patch" to "port-to-linux-with-libbsd.patch". - Refreshed patches: * broadcast-support.patch * build-without-TLS-support.patch * connect-timeout.patch * dccp-support.patch * destination-port-list.patch * enable-udp-ip_recverr.patch * get-sev-by-name.patch * misc-failures-and-features.patch * port-select-on-connect.patch * port-to-linux-with-libbsd.patch * quit-timer.patch * send-crlf.patch * serialized-handling-multiple-clients.patch * set-TCP-MD5SIG-correctly-for-client-connections.patch * udp-scan-timeout.patch * use-flags-to-specify-listen-address.patch ++++ openssl-pkcs11-sign-provider: - Update to 1.0.2: * various fixes and cleanups * update man-pages * fix key management registration and key typing * fix several double frees - Don't install libtool archives (*.la) ++++ pik: - Update to version 0.23.1: * fixing no config file * added missing and configurable key mappings ++++ plexus-classworlds: - Upgrade to version 2.9.9 * New features and improvements + refine ConfigurationParser * Dependency updates + Bump org.codehaus.plexus:plexus from 19 to 20 + Bump org.codehaus.plexus:plexus from 18 to 19 + Bump org.codehaus.plexus:plexus from 17 to 18 + Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 3.8.1 + Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.0 to 3.7.1 + Bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.1 to 3.7.0 * Maintenance + Apply spotless re-formatting + Align site.xml with used schema (2.0.0) + Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.0 to 4.0.2 + Bump org.apache.logging.log4j:log4j-api from 2.20.0 to 2.23.1 + Bump org.apache.ant:ant from 1.10.13 to 1.10.14 + Bump org.codehaus.plexus:plexus from 16 to 17 ++++ plexus-interpolation: - Upgrade to version 1.28 * New features and improvements + Fix #16: StringSearchInterpolator does not cache answers. + Add FeedbackingValueSource + Pass delimiter information to ValueSource + Apply spotless re-formatting ++++ plexus-languages: - Upgrade to upstream version 1.5.0 * New features and improvements + Read only first 8 bytes of class in JavaClassfileVersion + Bump org.ow2.asm:asm from 9.6 to 9.7 - JDK 23 support + Bump org.ow2.asm:asm from 9.7 to 9.7.1 - JDK 24 support + Bump org.ow2.asm:asm from 9.7.1 to 9.8 * Maintenance + Project cleanups + Rename resources of test data + Bump release-drafter/release-drafter from 5 to 6 + Reuse plexus-pom action for CI + Disable deploy job on GitHub + Added CI for JDK 24-ea - Modified patch: * plexus-languages-atinject.patch + rediff ++++ plexus-velocity: - Update to version 2.2.1 * Dependency updates + Bump org.apache.velocity:velocity-engine-core from 2.4 to 2.4.1 + Bump org.apache.velocity:velocity-engine-core from 2.3 to 2.4 + Bump org.eclipse.sisu:org.eclipse.sisu.inject from 0.9.0.M2 to 0.9.0.M3 + Bump org.codehaus.plexus:plexus from 19 to 20 + Bump org.codehaus.plexus:plexus from 18 to 19 + Bump org.codehaus.plexus:plexus from 17 to 18 + Bump org.codehaus.plexus:plexus from 16 to 17 + Bump release-drafter/release-drafter from 5 to 6 ++++ plexus-xml: - Update to upstream version 3.0.2 * Dependency updates + Bump org.codehaus.plexus:plexus from 19 to 20 + Bump org.codehaus.plexus:plexus from 18 to 19 + Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2 * Maintenance + Cleanup tests and drop dependency to plexus-utils ++++ postgresql13-orafce: - Update to version 4.14.4+git0.6d279e3: * prepare for 4.14.4 * Fix pg_upgrade failure after updating orafce from version 3.13 or earlier to 3.14 or later. * fix white space * In PostgreSQL 18, the constant HAVE_LONG_INT_64 is removed. Instead the check SIZEOF_LONG == 8 should be used. HAVE_LONG_INT_64 was used to reduce useless comparation on some 32bit systems. Instead using check SIZEOF_LONG == 8, remove this condition completely and force check for int4 overflow everytime. ++++ postgresql14-orafce: - Update to version 4.14.4+git0.6d279e3: * prepare for 4.14.4 * Fix pg_upgrade failure after updating orafce from version 3.13 or earlier to 3.14 or later. * fix white space * In PostgreSQL 18, the constant HAVE_LONG_INT_64 is removed. Instead the check SIZEOF_LONG == 8 should be used. HAVE_LONG_INT_64 was used to reduce useless comparation on some 32bit systems. Instead using check SIZEOF_LONG == 8, remove this condition completely and force check for int4 overflow everytime. ++++ postgresql15-orafce: - Update to version 4.14.4+git0.6d279e3: * prepare for 4.14.4 * Fix pg_upgrade failure after updating orafce from version 3.13 or earlier to 3.14 or later. * fix white space * In PostgreSQL 18, the constant HAVE_LONG_INT_64 is removed. Instead the check SIZEOF_LONG == 8 should be used. HAVE_LONG_INT_64 was used to reduce useless comparation on some 32bit systems. Instead using check SIZEOF_LONG == 8, remove this condition completely and force check for int4 overflow everytime. ++++ postgresql16-orafce: - Update to version 4.14.4+git0.6d279e3: * prepare for 4.14.4 * Fix pg_upgrade failure after updating orafce from version 3.13 or earlier to 3.14 or later. * fix white space * In PostgreSQL 18, the constant HAVE_LONG_INT_64 is removed. Instead the check SIZEOF_LONG == 8 should be used. HAVE_LONG_INT_64 was used to reduce useless comparation on some 32bit systems. Instead using check SIZEOF_LONG == 8, remove this condition completely and force check for int4 overflow everytime. ++++ postgresql17-orafce: - Update to version 4.14.4+git0.6d279e3: * prepare for 4.14.4 * Fix pg_upgrade failure after updating orafce from version 3.13 or earlier to 3.14 or later. * fix white space * In PostgreSQL 18, the constant HAVE_LONG_INT_64 is removed. Instead the check SIZEOF_LONG == 8 should be used. HAVE_LONG_INT_64 was used to reduce useless comparation on some 32bit systems. Instead using check SIZEOF_LONG == 8, remove this condition completely and force check for int4 overflow everytime. ++++ product-composer: - update to version 0.6.2 * crash fix for agama builds * Rework package set calculation The new code allows to reference package sets that are defined later in the recipe. It also allows to specify a flavor or architecture in the reference, so that a flavor can reuse the package set of a different flavor. - update to version 0.6.1: * fixing a crash when no 'iso' tag is defined ++++ python-py3c: - Convert to pip-based build ++++ python-ZODB: - fix usage of libalternatives ++++ python-translationstring: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-avocado-plugins-vt: - Switch to pyproject macros. - Tidy up %files. ++++ python-pycdlib: - Convert to pip-based build ++++ python-PyCondor: - fix usage of libalternatives ++++ python-Pyro5: - fix usage of libalternatives ++++ python-TermRecord: - fix usage of libalternatives ++++ python-ajsonrpc: - Migrate to libalternatives ++++ python-audiogrep: - fix usage of libalternatives ++++ python-azure-keyvault-keys: - New upstream release + Version 4.11.0b1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 4.11.0~b1 - Update Requires from setup.py ++++ python-azure-mgmt-media: - New upstream release + Version 10.2.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Adjust upstream source name in spec file - Drop extra LICENSE.txt as upstream now ships its own - Remove unzip package from BuildRequires - Rename LICENSE.txt to LICENSE in %files section - Switch source archive format to TAR.GZ - Update Requires from setup.py ++++ python-azure-mgmt-monitor: - New upstream release + Version 7.0.0b1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Adjust upstream source name in spec file - Drop extra LICENSE.txt as upstream now ships its own - Override upstream version with 7.0.0~b1 - Rename LICENSE.txt to LICENSE in %files section - Update Requires from setup.py ++++ python-base58: - fix usage of libalternatives ++++ python-bashate: - fix usage of libalternatives ++++ python-behave: - fix usage of libalternatives ++++ python-blockdiag: - fix usage of libalternatives ++++ python-bowler: - fix usage of libalternatives ++++ python-catkin-pkg: - fix usage of libalternatives ++++ python-cfgdiff: - Migration to libalternatives ++++ python-cloud-init-seed: - fix usage of libalternatives ++++ python-confpy: - Migration to libalternatives ++++ python-coveralls-check: - Fix usage of libalternatives ++++ python-cppclean: - fix usage of libalternatives ++++ python-css-html-js-minify: - fix usage of libalternatives ++++ python-curlylint: - Migrate to libalternatives ++++ python-django-extensions: - Update to 4.1: * Add: show_permissions command (#1920) * Improvement: graph_models, style per app (#1848) * Fix: JSONField, bulk_update's (#1924) * Improvement: Support for Python 3.12 and 3.13 * Improvement: Support for Django 5.x * Improvement: Switch from setup.{cfg,py} to pyproject.toml * Improvement: graph_models, Add option to display field choices in graph_models (#1854) * Improvement: graph_models, Add webp support (#1857) * Improvement: graph_models, Support for ordering edges on pydot/dot/graphviz (#1914) * Improvement: mail_debug, Update mail_debug command to use aiosmtpd (#1880) * Improvement: shell_plus, Improve error message for missing import (#1898) * Improvement: reset_db, Add reset_db support for django_tenants (#1855) * Improvement: jobs, Handle non-package modules when looking for job definitions (#1887) * Improvement: Add django-prometheus DB backends support (#1800) * Improvement: Call post_command when the command raises an unhandled exception (#1837) * Fix: sqldiff, do not consider ('serial', 'integer') nor ('bigserial', 'bigint') as a field-type-differ (#1867) * Fix: shell_plus, Fix start up order and add history (#1869) * Following Django's release numbering style more closely. - Switch to pyproject macros. ++++ python-flexx: - fix usage of libalternatives ++++ python-memory_profiler: - fix usage of libalternatives ++++ python-pyLibravatar: - Convert to pip-based build ++++ python-pyRXP: - Convert to pip-based build ++++ python-pyVows: - Convert to pip-based build - Convert to libalternatives - Convert to pip-based build ++++ python-pybars3: - Convert to pip-based build ++++ python-pybluez: - Convert to pip-based build ++++ python-pycdio: - Convert to pip-based build ++++ python-pychm: - Convert to pip-based build ++++ python-pycparser: - Convert to pip-based build ++++ python-pydbus: - Convert to pip-based build - Convert to pip-based build ++++ python-pydotplus: - Convert to pip-based build - Convert to pip-based build ++++ python-pygaljs: - Convert to pip-based build ++++ python-pygerrit2: - Convert to pip-based build ++++ python-pygments-ansi-color: - Convert to pip-based build ++++ python-pyhcl: - Convert to pip-based build - Convert to libalternatives ++++ python-pyhibp: - Convert to pip-based build ++++ python-resultsdb_api: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-rstcheck: - Update to 6.2.5: * Dropped support for python 3.8 * Added python 3.13 to tox config. * Dropped support for sphinx 5 * Add sphinx 8 to test pool for python version > 3.9 - Drop patch support-click-8.2.patch, included upstream. - Update URL. ++++ python-spidev: - Update to 3.7 * Fixed deprecation warning - Limit Python files matched in %files section - Switch package to modern Python Stack on SLE-15 * Use Python 3.11 on SLE-15 by default * Drop support for older Python versions - Switch build system from setuptools to pyproject.toml * Add python-pip and python-wheel to BuildRequires * Replace %python_build with %pyproject_wheel * Replace %python_install with %pyproject_install * Update name for dist directory in %files section ++++ python-stone: - Migrate to libalternatives ++++ python-tap.py: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-technicolor: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-termstyle: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-text-unidecode: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-textdistance: - Switch to pyproject macros. ++++ python-thLib: - Switch to pyproject macros. - No more greedy globs in %files. - Switch to pyproject macros. ++++ python-three-merge: - Switch to pyproject macros. ++++ python-time-travel: - Switch to pyproject macros. - No more greedy globs in %files. - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-tinyrpc: - Switch to pyproject macros. ++++ python-titlecase: - Switch to pyproject macros. ++++ python-tkreadonly: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-tmx: - Switch to pyproject macros. - No more greedy globs in %files. - Switch to pyproject macros. ++++ python-toml: - Switch to pyproject macros. ++++ python-topy: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-tortilla: - Switch to pyproject macros. ++++ python-tox-no-internet: - Switch to pyproject macros. - No more greedy globs in %files. - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-transip: - Switch to pyproject macros. - No more greedy globs in %files. - Switch to pyproject macros. ++++ python-translitcodec: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-tri.struct: - Switch to pyproject macros. ++++ python-twython: - Switch to pyproject macros. - No more greedy globs in %files. - Switch to pyproject macros. - Switch to pyproject macros. - No more greedy globs in %files. - Switch to pyproject macros. ++++ python-typepy: - Switch to pyproject macros. ++++ python-typing-inspect: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-tzlocal: - Switch to pyproject macros. ++++ python-uv: - update to 0.7.10: * Enhancements * Add --show-extras to uv tool list * Add dynamically generated sysconfig replacement mappings * Add data locations to install wheel logs * Bug fixes * Avoid redaction of placeholder git username when using SSH authentication * Propagate credentials to files on devpi indexes ending in /+simple * Restore retention of credentials for direct URLs in uv export ++++ qemu: - Continue trying to fix building with GCC15: * roms/edk2: continue to try fixing building with GCC15 (bsc#1241473) * roms/ipxe: fix building with GCC15 (bsc#1241473) ++++ qemu-linux-user: - Continue trying to fix building with GCC15: * roms/edk2: continue to try fixing building with GCC15 (bsc#1241473) * roms/ipxe: fix building with GCC15 (bsc#1241473) ++++ qt6-datavis3d-docs: - build with -j1 if deterministic build results are wanted (bsc#1228131) ++++ regal: - Update to version 0.34.1: This patch release fixes a bug found since v0.34.0 as well as it bumps the OPA dependency to the v1.5.1 patch also released today. While Regal's own policies were not affected by the regression in walk, custom linter rules could very well be. * Highlights - OPA v1.5.0 -> v1.5.1 - Go 1.23 -> 1.24 - Fix false positive in sprintf-arguments-mismatch when the %-*s pattern was used for padding. * Changelog - OPA v1.5.1 and some perf tweaks (#1580) - docs: Update typo in link (#1581) - deps: Revert 47c70f0 tablewriter changes (#1579) - docs: Update to allow better regal docs generation (#1578) - [create-pull-request] automated change (#1577) - fix: consider padding pattern in sprintf-arguments-mismatch (#1575) - build(deps): bump ossf/scorecard-action in the dependencies group (#1576) - Fix deprecated notices in .goreleaser.yaml (#1570) - Go 1.23 -> 1.24 (#1573) ++++ regularhunter-monotional-fonts: - Update to 1.6: * Remove fi and fl ligature * Fix swapped italic characters U+04CB/U+04CC <-> U+04F6/U+04F7 - Update to 1.5: * Small adjustment to 4 glyph - Update to 1.4: * Small adjustment to @ glyph - Update to 1.3: * Small adjustment to % glyph ++++ sil-gentium-fonts: - Add Gentium Book (now separate download) - Update to 7.000: This is a major update: * New font family name: Gentium. This allows for 6.200 (Gentium-Plus) and 7.000 to be installed at the same time. We don't package the old version, but it can easily be downloaded. * Decreased default line spacing * Additional intermediate weights: Medium & SemiBold * Extensive kerning for all languages and generally improved spacing * Oldstyle figures * Enhancements to Greek including small caps and support for rare and uncommon combinations * Improved autohinting for better screen appearance and consistency * Many fixes, character additions, and feature improvements - Drop 31-sil-gentium.conf: in light of the major changes, users should see that the old version is not available, therefore we will not use fontconfig to hide this ++++ stackit-cli: - Update to version 0.33.1 (0.33.0 was not released): * feat(ci): add check for goreleaser configuration (#766) * chore(deps): bump github.com/lmittmann/tint from 1.1.0 to 1.1.1 (#769) * chore(deps): bump github.com/goccy/go-yaml from 1.17.1 to 1.18.0 (#771) * fix(deps): update module github.com/goccy/go-yaml to v1.18.0 (#772) * chore(deps): bump renovatebot/github-action from 42.0.3 to 42.0.4 (#767) * chore(deps): update renovatebot/github-action action to v42.0.4 (#768) * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/core (#765) * fix(deps): update stackit sdk modules (#761) * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/logme (#762) * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/serviceaccount (#763) * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/secretsmanager (#764) * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/dns (#760) * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/redis (#759) * fix(deps): update stackit sdk modules (#750) * chore(deps): update renovatebot/github-action action to v42.0.3 (#757) * fix(deps): update module github.com/lmittmann/tint to v1.1.0 (#758) * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/mariadb (#753) * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/rabbitmq (#754) * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/mongodbflex (#755) * fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/ske to v0.22.4 (#746) * fix(postgresql): Display correct error message when project id is not set (#745) ------------------------------------------------------------------ ------------------ 2025-6-3 - Jun 3 2025 ------------------- ------------------------------------------------------------------ ++++ MozillaFirefox: - Fix %{progdir}/crashhelper packaging ++++ accessibility-inspector: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ agama-web-ui: - Allow to select which connections will be used only for installation and warn the user in case that there is no one expected to be copied to the target system (no network). (gh#agama-project/agama#2402). ++++ akonadi: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * resourcebase.cpp - collectionsRetrieved() - return rather than assert * fix batch query operation really completing full set (kde#494807) ++++ akonadi-calendar: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ akonadi-calendar-tools: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ akonadi-contacts: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ akonadi-import-wizard: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ akonadi-mime: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ akonadi-search: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ akonadiconsole: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * Fix editing and deleting tag ++++ akregator: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ alligator: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ analitza: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ angelfish: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * Fix opening the menu on Qt 6.9 ++++ apparmor: - replace workaround for boo#853019 with using %restart_on_update - apparmor.service now contains a workaround to survive restart (boo#1237462) - get posttrans of profiles and abstractions in sync - add dovecot24.diff to fix the profile for dovecot 2.4 (boo#1243008) ++++ arianna: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ ark: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ arti: - Re-run vendoring via obs-service-cargo - Increment rustc memory to 8GB/worker ++++ artikulate: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ audex: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ audiotube: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ aws-crt-cpp: - Update to version 0.32.8 * Replace std::make_shared with Crt::MakeShared by @sfod in (#740) * Fix warnings for latest LLVM compiler update by @xiazhvera in (#743) - from version 0.32.7 * Update submodules by @sfod in (#739) ++++ baloo-widgets: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ blinken: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ bolt: - update to 0.9.9: * Several CI improvements and fixes * Fixed memory leak in boltctl * The unused codes were removed from daemon * Fixed a NULL syspath variable causes SIGSEGV ++++ bomber: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ bovo: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ browserpass-native: - Enable cgo ++++ nextcloud-desktop: - Update to version 3.16.5: * revert: remove duplicated code when copying legacy config to new path. (gh#nextcloud/desktop#8233) * fix(migration): migrate general network settings. (gh#nextcloud/desktop#8308) * fix(delete): fix move to trash in read-only folders (gh#nextcloud/desktop#8312) * fix(AppImage): bundle client translations (gh#nextcloud/desktop#8313) * fix(appimage): move VFS plugins to AppDir (gh#nextcloud/desktop#8317) * feat(mac-crafter): retry code-signing attempts (gh#nextcloud/desktop#8316) * fix(rename): avoid failing hard when rename is rejected by server (gh#nextcloud/desktop#8323) * fix(readonly): enable MOVE rollback when folder is read-only (gh#nextcloud/desktop#8324) * fix(readonly): apply ACL also to files inside read-only folders (gh#nextcloud/desktop#8325) * fix(permissions): handle properly CanRead permission from server (gh#nextcloud/desktop#8327) * fix(filesystem): only change folder permissions if required (gh#nextcloud/desktop#8328) * fix(lockfilejobs): ensure using correct file path (gh#nextcloud/desktop#8332) ++++ calendarsupport: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ calindori: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ cantor: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ ccache: - Update to 4.11.3: * Fixed handling of Apple Clang `-Xpreprocessor -fopenmp` options (regression in ccache 4.10). * Adapted unit test code to compile with doctest 2.4.12. * Silenced benign compiler warning in the profiling_gcc_10+ suite. * Reset signal mask and signal defaults when executing compiler. This fixes a problem where interrupting the compilation (e.g. with Ctrl+C) wouldn't kill the compiler (regression in ccache 4.11). * Fixed erroneous log file locking on Windows (regression in ccache 4.11). * Added ability to send arbitrary HTTP headers to HTTP storage. * Added support for MSVC's `/TC` and `/TP` options. * Made the `absolute_paths_in_stderr` feature also handle MSVC diagnostics messages. * Absolute paths in MSVC diagnostics messages are now rewritten to relative if `base_dir` is in effect. * Added support for NVCC's `--compile` option. * `posix_spawn` is now used instead `execv` to execute the compiler on POSIX systems. * Added support for GCC's `-fprofile-prefix-path` option. * Added `response_file_format` config option to control response file format. * Added support for Clang `-frandomize-layout-seed-file` option. * Improved `absolute_paths_in_stderr` to recognize more paths patterns. * Added support for the clang-cl option `/showIncludes:user`. * Added support for Intel's LLVM-based compilers `icx` and `icx-cl`. * A stat call for `~/.ccache` is now avoided if `CCACHE_DIR` is set. * Added Support for `.bat` and `.cmd` scripts as the compiler on Windows. * Added support for Clang's `-f{debug,file}-compilation-dir` options. * Added knowledge about Clang's `--offload-compress` option. This will avoid errors when ccache runs the compiler in preprocessor mode. * Added knowledge about Clang options `-fmodules-cache-path`, `-fmodule-map-file` and `-fbuild-session-file`. * Improved handling of paths internally, thereby fixing some issues on Windows (for example when using non-ASCII paths). * Fixed interpretation of non-ASCII paths in environment variables on Windows. * Made sure that remote storage `keep-alive` can be overridden as expected. * Fixed detection of compiler type for hard-linked generic compiler name. * Fixed problems with matching a path with `base_dir` if either ends with a slash. * The `-fprofile-abs-path` option is now correctly passed through to GCC. * Writes to the log file are now synchronized. * Command line config options ending with "`/ccache`" are now handled properly. * Made `--trim-method mtime` actually use mtime instead of atime. + * Fixed a bug where ccache failed to rename raw files correctly for large caches that have more than two cache levels. * Instructed MSVC to accept UTF-8 characters in ccache's own source code. * Fixed binary patching of `sysconfdir` for the prebuilt Linux binary. * Added an `HTTP_STORAGE_BACKEND` build option to make it possible to turn off the http storage backend. * Fixed call to `sha256sum` on macOS. * Made tests pass in year 2038. * Refreshed some Dockerfiles. ++++ cervisia: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ chromium: - Chromium 137.0.7151.68 (stable release 2025-06-03) (boo#1244019) * CVE-2025-5419: Out of bounds read and write in V8 * CVE-2025-5068: Use after free in Blink - Google is aware that an exploit for CVE-2025-5419 exists in the wild. ++++ colord-kde: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ gcc14: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ gcc15: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-arm-binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ cross-arm-gcc14: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-arm-gcc15: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-arm-none-gcc14: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-arm-none-gcc14-bootstrap: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-arm-none-gcc15: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-arm-none-gcc15-bootstrap: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-avr-binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ cross-avr-gcc14: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-avr-gcc14-bootstrap: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-avr-gcc15: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-avr-gcc15-bootstrap: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-bpf-binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ cross-bpf-gcc14: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-bpf-gcc15: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-epiphany-binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ cross-hppa-binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ cross-hppa-gcc14: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-hppa-gcc14-bootstrap: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-hppa-gcc15: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-hppa-gcc15-bootstrap: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-hppa64-binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ cross-i386-binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ cross-ia64-binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ cross-loongarch64-binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ cross-loongarch64-gcc14: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-loongarch64-gcc14-bootstrap: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-loongarch64-gcc15: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-loongarch64-gcc15-bootstrap: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-m68k-binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ cross-m68k-gcc14: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-m68k-gcc15: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-mips-binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ cross-mips-gcc14: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-mips-gcc15: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-ppc-binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ cross-ppc64-binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ cross-ppc64-gcc14: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-ppc64-gcc15: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-ppc64le-binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ cross-ppc64le-gcc14: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-ppc64le-gcc14-bootstrap: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-ppc64le-gcc15: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-ppc64le-gcc15-bootstrap: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-pru-binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ cross-pru-gcc14-bootstrap: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-pru-gcc15-bootstrap: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-riscv64-binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ cross-riscv64-elf-gcc14: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-riscv64-elf-gcc14-bootstrap: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-riscv64-elf-gcc15: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-riscv64-elf-gcc15-bootstrap: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-riscv64-gcc14: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-riscv64-gcc14-bootstrap: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-riscv64-gcc15: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-riscv64-gcc15-bootstrap: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-rx-binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ cross-rx-gcc14: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-rx-gcc14-bootstrap: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-rx-gcc15: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-rx-gcc15-bootstrap: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-s390-binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ cross-s390x-binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ cross-s390x-gcc14: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-s390x-gcc14-bootstrap: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-s390x-gcc15: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-s390x-gcc15-bootstrap: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-sparc-binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ cross-sparc-gcc14: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-sparc-gcc15: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-sparc64-binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ cross-sparc64-gcc14: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-sparc64-gcc15: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-spu-binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ cross-x86_64-binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ cross-x86_64-gcc14: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-x86_64-gcc15: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ cross-xtensa-binutils: - Drop aarch64-common-pagesize.patch, aarch64 no longer uses 64K page size ++++ dolphin: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ dolphin-plugins: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ dragonplayer: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ dtb-aarch64: - series.conf: cleanup - update upstream references and resort - patches.suse/Reapply-wifi-ath11k-restore-country-code-during-resu.patch - patches.suse/powerpc-boot-Fix-build-with-gcc-15.patch - patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch - patches.suse/wifi-ath11k-determine-PM-policy-based-on-machine-mod.patch - patches.suse/wifi-ath11k-introduce-ath11k_core_continue_suspend_r.patch - patches.suse/wifi-ath11k-refactor-ath11k_core_suspend-_resume.patch - patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch - commit e9df5e4 ++++ elisa: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * qml/ContextView: don't show Lyrics when they're invisible (kde#504198) ++++ eventviews: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * todoviewsortfilterproxymodel.cpp - fix regression in filterAcceptsRow (kde#473847) - Drop patch, merged upstream: * 0001-todoviewsortfilterproxymodel.cpp-fix-regression-in-f.patch ++++ falkon: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ ffmpegthumbs: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ ffmpegthumbs-kf5: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ ffnvcodec: - Update to version 13.0.19.0: * Update headers from Video SDK 13.0 * Bump for (in-dev) 12.2.72.1 ++++ filelight: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ fio: - Disable librbd on SLES16.0 and higher (bsc#1241271) ++++ fnott: - spec: package fnott.service also on 16.0 (bsc#1244025) ++++ kiten: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ francis: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ gcc14-testresults: - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ gcc15-testresults: - Make cross-*-gcc15-bootstrap package conflict with the non-bootstrap variant conflict with the unversioned cross-*-gcc package. ++++ geeqie: - Update to version 2.6.1: + Fix --action= resulting in crash + gtk_file_chooser dialog cannot create folders + Icon view, filename text not displayed, filename tooltip + Crash using GQ_DISABLE_CLUTTER=y when config file already has gps map enabled ++++ ghc-tasty: - Update tasty to version 1.5.3 revision 2. Upstream has revised the Cabal build instructions on Hackage. ++++ ghc-tasty-quickcheck: - Update tasty-quickcheck to version 0.11.1 revision 2. Upstream has revised the Cabal build instructions on Hackage. ++++ ghc-tasty-rerun: - Update tasty-rerun to version 1.1.20 revision 1. Upstream has revised the Cabal build instructions on Hackage. ++++ ghc-warp: - Update warp to version 3.4.8. [#]# 3.4.8 * Label the internal hack thread on Windows used to make socket listening interruptible. ++++ ghostwriter: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ gnu-unifont-fonts: - update to 16.0.04: * Unicode 16 support * Many updated glyphs in Planes 0, 1, 2, 3, 14, 15 ++++ google-guest-configs: - Check that %{_sysconfdir}/sysconfig/network/ifcfg-eth0 actually exists before making any modifications to it (bsc#1241112) ++++ govulncheck-vulndb: - Update to version 0.0.20250603T175802 2025-06-03T17:58:02Z. Refs jsc#PED-11136 Go CVE Numbering Authority IDs added or updated with aliases: * GO-2025-3722 CVE-2025-48865 GHSA-q7p4-7xjv-j3wf * GO-2025-3724 CVE-2025-3913 GHSA-4mmr-2w8p-whcr * GO-2025-3726 CVE-2020-36846 * GO-2025-3728 CVE-2025-3611 GHSA-86jg-35xj-3vv5 * GO-2025-3729 CVE-2025-2571 GHSA-8cgx-9ccj-3gwr * GO-2025-3730 CVE-2025-1792 GHSA-hc6v-386m-93pq * GO-2025-3731 CVE-2025-3230 GHSA-mc2f-jgj6-6cp3 * GO-2025-3732 CVE-2025-48938 GHSA-g9f5-x53j-h563 * GO-2025-3733 CVE-2025-48948 GHSA-f238-rggp-82m3 * GO-2025-3734 CVE-2025-48949 GHSA-5wgp-vjxm-3x2r * GO-2025-3735 CVE-2025-29785 GHSA-j972-j939-p2v3 * GO-2025-3736 CVE-2025-48495 GHSA-4xg4-54hm-9j77 * GO-2025-3737 CVE-2025-48494 GHSA-95rc-wc32-gm53 ++++ granatier: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ grantlee-editor: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ grantleetheme: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ gwenview: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * Fixing Gwenview print preview window size in multi-screen setups (kde#504978) ++++ incidenceeditor: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * Fix the organizer name to remove the extra angle brackets (kde#489620) * src/incidencedialog.cpp - ensure default calendar is valid * templatemanagementdialog - save/restore dialog size (kde#503850) ++++ itinerary: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * Add 25.04.2 release notes * Fix showing train direction on the vehicle layout page * Ensure there's enough space for the scan mode floating buttons ++++ jenkins-x-cli: - Update to version 3.11.92: * chore(deps): upgrade jenkins-x-plugins/jx-project to version 0.2.75 - Update to version 3.11.91: * chore(deps): upgrade jenkins-x-plugins/jx-preview to version 0.5.8 - Update to version 3.11.90: * chore(deps): upgrade jenkins-x-plugins/jx-promote to version 0.6.22 ++++ juk: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ k3b: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kaccounts-integration: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kaccounts-integration-kf5: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kaccounts-providers: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kaddressbook: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * Fix whatsnew actions ++++ kajongg: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kakoune: - Update to 2025.06.03: * Expose env vars that are mentioned in the arguments passed to shell expansions * Support for colored double underlines * git apply can now operate on selected changes in the current buffer's file (useful for quick (un)staging and reverting) * exec/eval -client switch accepts '*' for all clients and comma separated list of client names. ++++ kalarm: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kalgebra: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kalk: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kalm: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kalzium: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kamoso: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kanagram: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kapman: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kapptemplate: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kasts: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kate: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * Check whether item is an object (kde#505044) * S&R: Fix canceling search in current file ++++ katomic: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kbackup: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kblackbox: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kblocks: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kbounce: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kbreakout: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kbruch: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kcachegrind: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kcalc: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kcalutils: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kcharselect: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kclock: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kcolorchooser: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kcron: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kde-inotify-survey: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ poxml: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kdebugsettings: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kdeconnect-kde: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * change qtdbus-qt5 to qtdbus-qt6 in the sample commands logic to find the qdbus executable name * kcm: fix memory leak in devicesRemoved() * Fix mpris sessions changed event handler * add plugin settings dep * Make KF6DocTools optional * sendnotifications: Add missing qRegisterMetaType<>() * CI: Try disabling macOS jobs conditionally based on the branch * Don't build for macOS on the release branch ++++ kdeedu-data: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ libkdegames: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kdegraphics-mobipocket: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kdegraphics-thumbnailers: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kdenetwork-filesharing: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kdenlive: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * Fix moving subtitle with grab (kde#474193) * Fix empty gradient in config causes crash (kde#505014) * Backport missing effects xml * Fix quick markers not taking clip crop in in timeline * Fix marker dialog not allowing to add marker if only 1 category exists (kde#504993) * Fix merge error causing freeze on exit * Fix crash in HistogramGenerator when running on a white color clip * Fix whisper model dir not being created if asked to do so * Fix canceling quit on rendering leaves kdenlive in unstable state * Only clear undo stack when we delete a timeline sequence, not a standard bin clip * Fix misalignment of monitor tools * Fix OTIO path issue on import (kde#504708) * Fix bin clip effects disappear after disabling a timeline clip (kde#439194) * Fix keyframe in monitor not correctly reported on clip selection * Fix monitor scene not correcty activated on clip selection * Fix small error causing offset in long audio thumbnails * Fix guides list buttons not working on app opening * Fix built-in effects disabled state changes on cut * Fix render widget target file can have no extension or incorrect path. * SAM2: show message and full log if the python script crashes, try to auto reinstall if the venv python exe is missing * Save and restore titler tool panel width ++++ kdepim-addons: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * Disable for the moment * Use ccache * Fix bug: kmail crash with segfault at start when adding "folder size check" plugin (kde#504090) ++++ kdepim-runtime: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * Remove ownCloud pre version5 from the setup wizard * Add Zoho to the setup wizard * Add fastmail to the setup wizard * Fix crash when finishing keychain jobs * Fix notification id * Fix crash when trying to load account with invalid authentification type * Fix crash when accessing KWallet * Fix crash in outlook password requester when request was cancelled ++++ kdesdk-scripts: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kdesdk-thumbnailers: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kdevelop: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kdevelop-plugin-php: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kdevelop-plugin-python3: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kdf: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kdialog: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kdiamond: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kdnssd: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ keditbookmarks: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kernel-64kb: - series.conf: cleanup - update upstream references and resort - patches.suse/Reapply-wifi-ath11k-restore-country-code-during-resu.patch - patches.suse/powerpc-boot-Fix-build-with-gcc-15.patch - patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch - patches.suse/wifi-ath11k-determine-PM-policy-based-on-machine-mod.patch - patches.suse/wifi-ath11k-introduce-ath11k_core_continue_suspend_r.patch - patches.suse/wifi-ath11k-refactor-ath11k_core_suspend-_resume.patch - patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch - commit e9df5e4 ++++ kernel-debug: - series.conf: cleanup - update upstream references and resort - patches.suse/Reapply-wifi-ath11k-restore-country-code-during-resu.patch - patches.suse/powerpc-boot-Fix-build-with-gcc-15.patch - patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch - patches.suse/wifi-ath11k-determine-PM-policy-based-on-machine-mod.patch - patches.suse/wifi-ath11k-introduce-ath11k_core_continue_suspend_r.patch - patches.suse/wifi-ath11k-refactor-ath11k_core_suspend-_resume.patch - patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch - commit e9df5e4 ++++ kernel-default: - series.conf: cleanup - update upstream references and resort - patches.suse/Reapply-wifi-ath11k-restore-country-code-during-resu.patch - patches.suse/powerpc-boot-Fix-build-with-gcc-15.patch - patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch - patches.suse/wifi-ath11k-determine-PM-policy-based-on-machine-mod.patch - patches.suse/wifi-ath11k-introduce-ath11k_core_continue_suspend_r.patch - patches.suse/wifi-ath11k-refactor-ath11k_core_suspend-_resume.patch - patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch - commit e9df5e4 ++++ kernel-source: - series.conf: cleanup - update upstream references and resort - patches.suse/Reapply-wifi-ath11k-restore-country-code-during-resu.patch - patches.suse/powerpc-boot-Fix-build-with-gcc-15.patch - patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch - patches.suse/wifi-ath11k-determine-PM-policy-based-on-machine-mod.patch - patches.suse/wifi-ath11k-introduce-ath11k_core_continue_suspend_r.patch - patches.suse/wifi-ath11k-refactor-ath11k_core_suspend-_resume.patch - patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch - commit e9df5e4 ++++ kernel-docs: - series.conf: cleanup - update upstream references and resort - patches.suse/Reapply-wifi-ath11k-restore-country-code-during-resu.patch - patches.suse/powerpc-boot-Fix-build-with-gcc-15.patch - patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch - patches.suse/wifi-ath11k-determine-PM-policy-based-on-machine-mod.patch - patches.suse/wifi-ath11k-introduce-ath11k_core_continue_suspend_r.patch - patches.suse/wifi-ath11k-refactor-ath11k_core_suspend-_resume.patch - patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch - commit e9df5e4 ++++ kernel-kvmsmall: - series.conf: cleanup - update upstream references and resort - patches.suse/Reapply-wifi-ath11k-restore-country-code-during-resu.patch - patches.suse/powerpc-boot-Fix-build-with-gcc-15.patch - patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch - patches.suse/wifi-ath11k-determine-PM-policy-based-on-machine-mod.patch - patches.suse/wifi-ath11k-introduce-ath11k_core_continue_suspend_r.patch - patches.suse/wifi-ath11k-refactor-ath11k_core_suspend-_resume.patch - patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch - commit e9df5e4 ++++ kernel-obs-build: - series.conf: cleanup - update upstream references and resort - patches.suse/Reapply-wifi-ath11k-restore-country-code-during-resu.patch - patches.suse/powerpc-boot-Fix-build-with-gcc-15.patch - patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch - patches.suse/wifi-ath11k-determine-PM-policy-based-on-machine-mod.patch - patches.suse/wifi-ath11k-introduce-ath11k_core_continue_suspend_r.patch - patches.suse/wifi-ath11k-refactor-ath11k_core_suspend-_resume.patch - patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch - commit e9df5e4 ++++ kernel-obs-qa: - series.conf: cleanup - update upstream references and resort - patches.suse/Reapply-wifi-ath11k-restore-country-code-during-resu.patch - patches.suse/powerpc-boot-Fix-build-with-gcc-15.patch - patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch - patches.suse/wifi-ath11k-determine-PM-policy-based-on-machine-mod.patch - patches.suse/wifi-ath11k-introduce-ath11k_core_continue_suspend_r.patch - patches.suse/wifi-ath11k-refactor-ath11k_core_suspend-_resume.patch - patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch - commit e9df5e4 ++++ kernel-syms: - series.conf: cleanup - update upstream references and resort - patches.suse/Reapply-wifi-ath11k-restore-country-code-during-resu.patch - patches.suse/powerpc-boot-Fix-build-with-gcc-15.patch - patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch - patches.suse/wifi-ath11k-determine-PM-policy-based-on-machine-mod.patch - patches.suse/wifi-ath11k-introduce-ath11k_core_continue_suspend_r.patch - patches.suse/wifi-ath11k-refactor-ath11k_core_suspend-_resume.patch - patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch - commit e9df5e4 ++++ kernel-vanilla: - series.conf: cleanup - update upstream references and resort - patches.suse/Reapply-wifi-ath11k-restore-country-code-during-resu.patch - patches.suse/powerpc-boot-Fix-build-with-gcc-15.patch - patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch - patches.suse/wifi-ath11k-determine-PM-policy-based-on-machine-mod.patch - patches.suse/wifi-ath11k-introduce-ath11k_core_continue_suspend_r.patch - patches.suse/wifi-ath11k-refactor-ath11k_core_suspend-_resume.patch - patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch - commit e9df5e4 ++++ keysmith: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kfind: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kfourinline: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kgeography: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kget: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kgoldrunner: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kgpg: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kgraphviewer: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ khangman: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ khealthcertificate: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ khelpcenter: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kidentitymanagement: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kig: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kigo: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ killbots: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kimagemapeditor: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kimap: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kio-admin: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kio-extras: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kio-gdrive: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kio_audiocd: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kamera: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kdesdk-kioslaves: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kirigami-gallery: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kiriki: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kitinerary: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * Fix Eurostar ticket extraction for French language tickets * Handle checkout time ranges in German booking.com emails * Add booking.com extractor for PDF confirmations * Add copyright/licensing information * Add Stena Line extractor * Add Viking Line extractor * Add IHG extractor * Fix Tallink extractor for English language * Don't require an arrival time for boat reservations * Improve Flixbus PDF ticket extractor * Support extracting an alternate Flixbus pkpass variant * Extend pkpass preprocessing for bus tickets * Update static extractor build documentation * Give published static extractor builds the release service version ++++ kjournald: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kjumpingcube: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kldap: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kleopatra: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ klettres: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ klickety: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ klines: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kmag: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kmahjongg: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kmail: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * fix checkbox position * Prevent a possible crash in the undostack for invalid Akonadi items ++++ kmail-account-wizard: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kmailtransport: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kmbox: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kmime: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kmines: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kmix: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kmousetool: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kmouth: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kmplot: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ knavalbattle: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ knetwalk: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ knights: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * When saving the game, use the proper extension "pgn" in case no extension was provided in the file dialog. ++++ koko: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kolf: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kollision: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kolourpaint: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kompare: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kongress: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ konqueror: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ konquest: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ konsole: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * Clear the arguments if the command is not found ++++ kontact: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kontactinterface: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kontrast: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ konversation: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kopeninghours: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * Adapt tests to KF::Holidays sunrise computation changes ++++ korganizer: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kosmindoormap: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * Update Kirigami Addons ++++ kde-dev-utils: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kpat: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kpimtextedit: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kpkpass: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * Improve displaying (large) numbers ++++ kpmcore: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kpublictransport: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * Fix OTP arrival platform parsing * Fix parsing of EFA operator names * Continue backend search until we find at least one that covers both sides * Consider all higher coverage types as well for journey coverage checks * Make line asset loading also work for stopovers without coordinates * Retain trip identifiers in DB trip queries * Add onboard API support for Ouigo ES * Check type before reading a numeric JSON value * Include Estonia in DB's coverage area * Make mode filters work on the bwegt EFA endpoint ++++ kqtquickcharts: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ krdc: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * RdpView: avoid multiple startQuitting() calls on the same connection (kde#504622) * Fix config names mismatched between Ui and kcfg * Fix parsing of user-supplied host:port preferences for proxy and gateway (kde#504282) ++++ krecorder: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kreversi: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * Fix inconsistent availability of undoing after end of game. (kde#351812) ++++ krfb: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kruler: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ ksanecore: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kshisen: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ ksirk: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ ksmtp: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ ksnakeduel: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kspaceduel: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ ksquares: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ ksudoku: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ ksystemlog: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kteatime: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ ktimer: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ ktnef: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ ktorrent: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ ktouch: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ ktrip: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ ktuberling: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kturtle: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kubectl-view-allocations: - Update to version 0.21.2: * (cargo-release) version 0.21.2 * Bump kube from 0.99.0 to 1.1.0 * Bump color-eyre from 0.6.4 to 0.6.5 * Bump tokio from 1.45.0 to 1.45.1 * Bump clap from 4.5.38 to 4.5.39 * add link to another alternative ++++ kubeshark-cli: - Update to version 52.7.7 (52.7.6 does not exist): * Release Highlights - This release includes several key bug fixes and feature enhancements. Notably, it adds support for external secret managers and improves Helm chart semantic versioning (semver) compliance. * Bug Fixes & New Features - Fixed a bug where eBPF traffic capture did not work when persistent volume storage was used. (#1757). - Fixed a bug where Kubeshark stopped processing traffic when Workers restarted (#1760). - Added an option to configure secrets to be read from environment variables, enabling the use of external secret managers for storing items such as licenses or SAML/OIDC secrets. - Updated Chart.yaml to use the full semantic version, ensuring the Helm chart is semver compliant (#1752). - Improved calculations for throughput, bandwidth, and latency in the service map. - Update to version 52.7.5 (52.7.4 does not exist): * :bookmark: Bump the Helm chart version to 52.7.5 * Set tap.docker.tag to minor version of release (#1761) - Update to version 52.7.3 (52.7.1 and 52.7.2 do not exist): * Bump the Helm chart version to 52.7.3 * disabled sctp by default as it is part of debug protocols. * disable watchdog by default (#1759) * eBPF capture didn't work in case of persistent storage (#1757) * Add secret names to inject env variables from (#1756) * Use full semver version in Chart.yaml (#1754) * Incerased storage limit from 500Mi to 5Gi (#1755) * Add kubeshark_dropped_chunks_total metric description (#1753) ++++ kubrick: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kunifiedpush: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kwalletmanager: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kwave: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kweather: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kweathercore: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kwordquiz: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ kyverno: - Update to version 1.14.2: CLI-related changes and dependency updates * fix(cli): ensure JMESPath expressions handle number types correctly (#12037) (#13214) * fix: apply IVPs in cluster mode in the CLI (#13101) (#13116) * fix: apply VPs in cluster mode in the CLI (#13084) (#13098) * test: add cli test with namespaceObject (#13083) (#13096) * refactor: use resource fetcher in the CLI (#13080) * chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#12495) (#13071) * chore: remove unused function in CLI (cherry-pick #13053) (#13078) * chore: update CLI warning messages (#13060) (#13066) * fix: use the generic policy in the CLI (#13059) ++++ libkcddb-qt6: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ libkcompactdisc-qt6: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ libkdcraw-qt6: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ libkeduvocdocument: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ libkexiv2-qt6: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ libkcddb: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ libkdcraw: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ libkexiv2: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ libkmahjongg: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ libkgapi6: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ libgravatar: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ libkdepim: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ mailcommon: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ mailimporter: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ mimetreeparser: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ pimcommon: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ libkleo: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ libksane: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ libktorrent: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ qt6-3d: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-connectivity: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-lottie: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-charts: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-coap: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-base: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-qt5compat: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-datavis3d: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-opcua: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-tools: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-graphs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-grpc: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-httpserver: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-virtualkeyboard: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-declarative: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released - Drop patch, merged upstream: * 0001-do-not-re-resolve-iterator-value-types.patch ++++ qt6-location: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-mqtt: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-multimedia: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-networkauth: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-webengine: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released - Drop patches, merged upstream: * 0001-Do-not-force-gl-egl-ANGLE-backend-on-Linux.patch * 0001-Do-not-list-GLX-frame-buffer-configurations-unnecess.patch * 0001-NativeSkiaOutputDeviceOpenGL-Fix-leaking-X11-Pixmap.patch * 0001-NativeSkiaOutputDeviceVulkan-Use-minimal-set-of-usag.patch * 0001-Add-default-and-gl-ANGLE-implementation-support-to-O.patch * 0001-Avoid-crash-due-to-long-dictionary-commands.patch * 0001-angle-Always-use-primary-GPU.patch * 0001-gbm-Add-fallback-for-drmPrimeHandleToFD.patch * qtwebengine-glibc_2.41.patch * qtwebengine-pipewire-1.4.patch ++++ qt6-positioning: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-quick3d: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-quick3dphysics: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-quicktimeline: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-remoteobjects: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-scxml: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-sensors: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-serialbus: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-serialport: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-shadertools: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-svg: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-speech: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-wayland: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released - Drop patch, merged upstream: * 0001-Client-Reset-mFrameCallbackTimedOut-when-showing-a-w.patch ++++ qt6-webchannel: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-websockets: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-webview: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ soapy-sdr: - Obsolete old library ++++ libapparmor: - replace workaround for boo#853019 with using %restart_on_update - apparmor.service now contains a workaround to survive restart (boo#1237462) - get posttrans of profiles and abstractions in sync - add dovecot24.diff to fix the profile for dovecot 2.4 (boo#1243008) ++++ marble: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * marble-maps: Fix desktop-id launchable in appstream metainfo ++++ libkomparediff2: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ libksieve: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ lkl: - Merge opensuse-kernel/SLE15-SP6 67d36a6f389e - Fix s390x builds (bsc#1243897) * arch/lkl: use archprepare rule to generate config.h * arch/lkl: fix "make olddefconfig" with CONFIG_CPU_BIG_ENDIAN=y * arch/lkl: drop BIG_ENDIAN from kconfig * tools/lkl: fix s390x and big endian detection ++++ rocs: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ s2n: - Update to version 1.5.20 * feat(examples): add key log example (#5314) * build(deps): bump the all-gha-updates group across 1 directory with 3 updates (#5315) * Add CertificateRequest certificate selection callback (#5318) * CertificateRequest Rust bindings (#5331) * chore: bindings release 0.3.20 (#5332) * fix(benches): reuse config for handshakes (#5319) * feat: add custom critical extension support (#5321) * ci: Use official libcrypto verification model repository (#5336) * chore(ci): Pin parking_lot_core, lock_api (#5338) ++++ libsolv: - improve transaction ordering by allowing more uninst->uninst edges [bsc#1243457] - implement color filtering when adding update targets - support orderwithrequires dependencies in susedata.xml - bump version to 0.7.33 ++++ libzmf: - Removed patch: * 0001-automake-Conditional-installation-of-PNG-and-JS-file.patch + Replaced by better solution - Added patch: * 0001-Install-all-files-generated-by-doxygen.patch + Install all doxygen-generated files regardless of their file type. This makes the doxygen installation more robust and less dependent on doxygen internals. ++++ lokalize: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ lskat: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ markdownpart: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ massif-visualizer: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ matrix-synapse: - Update to 1.131.0 - Features - Add msc4263_limit_key_queries_to_users_who_share_rooms config option as per MSC4263. (#18180) - Add option to allow registrations that begin with _. Contributed by _ (@hex5f). (#18262) - Include room ID in response to the Room Deletion Status Admin API. (#18318) - Add support for calling Policy Servers (MSC4284) to mark events as spam. (#18387) - Bugfixes - Prevent race-condition in _maybe_retry_device_resync entrance. (#18391) - Fix the tests.handlers.test_worker_lock.WorkerLockTestCase.test_lock_contention test which could spuriously time out on RISC-V architectures due to performance differences. (#18430) - Fix admin redaction endpoint not redacting encrypted messages. (#18434) - Improved Documentation - Update room_list_publication_rules docs to consider defaults that changed in v1.126.0. Contributed by @HarHarLinks. (#18286) - Add advice for upgrading between major PostgreSQL versions to the database documentation. (#18445) - Internal Changes - Fix a memory leak in _NotifierUserStream. (#18380) - Fix a couple type annotations in the RootConfig/Config. (#18409) - Explicitly enable PyPy builds in cibuildwheels config to avoid it being disabled on a future upgrade to cibuildwheel v3. (#18417) - Update the PR review template to remove an erroneous line break from the final bullet point. (#18419) - Explain why we flush_buffer() for Python print(...) output. (#18420) - Add lint to ensure we don't add a CREATE/DROP INDEX in a schema delta. (#18440) - Allow checking only for the existence of a field in an SSO provider's response, rather than requiring the value(s) to check. (#18454) - Add unit tests for homeserver usage statistics. (#18463) - Don't move invited users to new room when shutting down room. (#18471) - Updates to locked dependencies - Bump actions/setup-python from 5.5.0 to 5.6.0. (#18398) - Bump authlib from 1.5.1 to 1.5.2. (#18452) - Bump docker/build-push-action from 6.15.0 to 6.17.0. (#18397, [#18449]) - Bump lxml from 5.3.0 to 5.4.0. (#18480) - Bump mypy-zope from 1.0.9 to 1.0.11. (#18428) - Bump pyo3 from 0.23.5 to 0.24.2. (#18460) - Bump pyo3-log from 0.12.3 to 0.12.4. (#18453) - Bump pyopenssl from 25.0.0 to 25.1.0. (#18450) - Bump ruff from 0.7.3 to 0.11.11. (#18451, #18482) - Bump tornado from 6.4.2 to 6.5.0. (#18459) - Bump setuptools from 72.1.0 to 78.1.1. (#18461) - Bump types-jsonschema from 4.23.0.20241208 to 4.23.0.20250516. (#18481) - Bump types-requests from 2.32.0.20241016 to 2.32.0.20250328. (#18427) ++++ maven: - Link also the objectweb-asm/asm to the lib directory ++++ maven-dependency-tree: - Add dependency on objectweb-asm to build with sisu 0.9.0.M4 ++++ maven-doxia: - Add dependency on objectweb-asm to build with sisu 0.9.0.M4 ++++ maven-doxia-sitetools: - Add dependency on objectweb-asm to build with sisu 0.9.0.M4 ++++ maven-filtering: - Add dependency on objectweb-asm to build with sisu 0.9.0.M4 ++++ maven-invoker: - Add dependency on objectweb-asm to build with sisu 0.9.0.M4 ++++ maven-javadoc-plugin: - Add dependency on objectweb-asm to build with sisu 0.9.0.M4 ++++ maven-resolver: - Add dependency on objectweb-asm to build with sisu 0.9.0.M4 ++++ maven-surefire: - Add dependency on objectweb-asm to build with sisu 0.9.0.M4 ++++ mbox-importer: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ melange: - Update to version 0.26.5: * Update mount paths to use DefaultCacheDir instead of cfg.CacheDir (#2022) * qemu runner: define static mount tag for mount_cache (#2023) ++++ merkuro: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ mesheryctl: - update to 0.8.94: * General - Update MAINTAINERS.md: Add Ian Whitney @miacycle (#14886) - chore: unlink Layer5 member profiles in MAINTAINERS.md @codered-lgtm (#14889) - add reference relationship @aabidsofi19 (#14890) - cleanup old components and relationships @aabidsofi19 (#14865) * Meshery CLI - Chore: Update docker hub org name @hortison (#14893) - migrate meshkit to meshery/meshkit @aabidsofi19 (#14891) - saves the output of the component view. @VinayCheripally (#14864) * Maintenance - Chore: Update docker hub org name @hortison (#14893) - migrate meshkit to meshery/meshkit @aabidsofi19 (#14891) * Documentation - upadte docker images to meshsync and meshery-operator @aabidsofi19 (#14897) - Update contributing-ui-sistent.md @jamieplu (#14896) - form update @codered-lgtm (#14892) - Chore: Update docker hub org name @hortison (#14893) - migrate meshkit to meshery/meshkit @aabidsofi19 (#14891) - update to 0.8.93: * no CLI-related changes in this release - update to 0.8.92: * no CLI-related changes in this release - update to 0.8.91: * no CLI-related changes in this release - update to 0.8.90: * no CLI-related changes in this release - update to 0.8.89: * no CLI-related changes in this release ++++ messagelib: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * Also strip out absolute paths for icon images ++++ mhvtl: - Update to version 1.72_release+6.a11b6777660b: * Add SET/GET TIMESTAMP op code support * RPM SPEC: Update to require tar 1.28 * LBP: verify_lbp_crc should return a signed value * library: Fix vendor 'QUANTUM' not 'SCALAR' - Add 4 patches submitted upstream, to fix build issues: * 0001-kernel-config-replace-fgrep-with-grep-F.patch * 0002-kernel-config-put-braces-around-debug-stmnt.patch * 0003-Fix-external-declarations-of-crc32c.patch * 0004-kernel-config-handle-del_timer_sync-kABI-rename.patch ++++ minuet: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ modello: - Add dependency on objectweb-asm to build with sisu 0.9.0.M4 ++++ mutter: - Update to version 48.3.1: + Fix Xwayland windows becoming unresponsive to events + Fix drag and drop of tabs into tiled/maximized state ++++ myrlyn: - Update to version 0.9.5: * Version bump to 0.9.5 * Added (preliminary!) community repos for Leap 16.0 / SLES-16.0 * Giving up on Qt-internal messages * Use the 'myrlyn' textdomain and the default locale dir (issue #45) * Added infrastructure for program translations (issue #45) * Use QObject::tr() instead of gettext() directly * Added missing member initialization * Adapt new program name in exported dependency list * Require zypp in CMakeLists.txt (Closes #95) * Removed unneeded include * Fix: pass functor directly instead of using boost::ref * Include (Closes #92) ++++ neochat: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * Fix space switching on mobile (kde#504166) * Improve the UX for rooms that don't have a canonical alias * Fix GlobalMenu initialization on other platforms * Fix issues with global menu * Add padding around file progress indicator, move it to the center * Add duration to voice message delegate * CI: Remove Linux Next (Qt 6.10) job * Load stickers properly * Check if RoomEvent is null before trying to insert a notification (kde#502687) * Allow performing shortcuts while the completion menu is open * Give completion popup a minimum size when editing an existing message (kde#503483) * Fix crash when trying to edit your message on a wide screen (kde#503846) * Fix undefined reference to webShortcutModel * Fix the room list header margin in Kirigami >6.14 * Make sure that ChatDocumentHandler can handle the document being changed to a nullptr (kde#501950) ++++ roast: - Update to version 7.2.3: * chore(release): bump to version 7.2.3 * fix: refactor so that after a deletion of tag does not cause an error ++++ okular: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * add appx job * Fix detecting HTML in mobipocket document * Fix opening password protected files on builds without kwallet (kde#503852) ++++ openSUSE-repos-Leap: - Update to version 20250604.94835c9: * Add gpgkey for codecs-o-o as well * Drop opensuse_repos.sh ++++ openSUSE-repos-MicroOS: - Update to version 20250604.94835c9: * Add gpgkey for codecs-o-o as well * Drop opensuse_repos.sh ++++ openSUSE-repos-Slowroll: - Update to version 20250604.94835c9: * Add gpgkey for codecs-o-o as well * Drop opensuse_repos.sh ++++ openSUSE-repos-Tumbleweed: - Update to version 20250604.94835c9: * Add gpgkey for codecs-o-o as well * Drop opensuse_repos.sh ++++ operator-sdk: - Update to version 1.40.0: * Additions - (go/v4) For Go-based operators, a devcontainer is now available to allow users to develop and test the operator in a local environment and leverage on solutions such as VS Code Remote Containers and GitHub Codespaces to have a consistent development environment. (#6928) - (go/v4) For Go-based operators, new GitHub Actions are available to ensure better quality of their code. (#6928) - (go/v4) For Go-based operators, controllers now use .Named("") in SetupWithManager to prevent naming conflicts in multi-group projects. (More info). (#6928) - (go/v4) For Go-based operators, a new Makefile target named lint-config has been added to verify that your .golangci.yaml configuration file is valid. This helps catch issues early when customizing lint rules. - (More info). (#6928) - For ALL-based operators, scaffolded resources now include the app.kubernetes.io/name label to support Kubernetes best practices for app identification. (More info). (#6928) - For ALL-based operators, new role manifests are now scaffolded under the config/rbac/ directory to assist cluster administrators. For each API defined in the project, three role files are generated: _admin_role.yaml, _editor_role.yaml, and _viewer_role.yaml. These roles are not applied by default. Instead, they are provided as helpers, allowing cluster administrators to customize and apply appropriate permissions as needed. The primary motivation for scaffolding these roles is to simplify integration with Kubernetes' aggregated roles mechanism. By including annotations such as rbac.authorization.k8s.io/aggregate-to-admin: "true", rbac.authorization.k8s.io/aggregate-to-edit: "true", and rbac.authorization.k8s.io/aggregate-to-view: "true", these role definitions can automatically contribute permissions to the default admin, edit, and view roles in a cluster when applied. For more information on Kubernetes RBAC and aggregated roles, see: https://kubernetes.io/docs/reference/access-authn-authz/rbac/. (#6928) - For ALL-based operators, new role manifests are now scaffolded under the config/rbac/ directory to assist cluster administrators. For each API defined in the project, three role files are generated: _admin_role.yaml, _editor_role.yaml, and _viewer_role.yaml. These roles are not applied by default. Instead, they are provided as helpers, allowing cluster administrators to customize and apply appropriate permissions as needed. The primary motivation for scaffolding these roles is to simplify integration with Kubernetes' aggregated roles mechanism. By including annotations such as rbac.authorization.k8s.io/aggregate-to-admin: "true", rbac.authorization.k8s.io/aggregate-to-edit: "true", and rbac.authorization.k8s.io/aggregate-to-view: "true", these role definitions can automatically contribute permissions to the default admin, edit, and view roles in a cluster when applied. For more information on Kubernetes RBAC and aggregated roles, see: https://kubernetes.io/docs/reference/access-authn-authz/rbac/. (#6928) * Changes - The bundle build target now respects the CONTAINER_TOOL variable, allowing users to use alternative container tools like podman instead of docker. (#6932) - For All-based Operators, upgrade OPM to version from v1.23.0 to v1.55.0, which includes several bug fixes and improvements. For further information, see: https://github.com/operator-framework/operator-registry/releases. (#6953) - (go/v4) For Go-based Operators, the main.go file has been enhanced to support real TLS certificates for both webhooks and the metrics server, with automated certificate rotation via cert-manager. This change improves security and aligns with production-grade best practices. Previously, setups relied on kube-rbac-proxy (deprecated in Operator SDK and Kubebuilder, see: kubebuilder/discussions/3907), which generated TLS certificates dynamically — a method no longer recommended for secure environments. The updated approach adopts static certificates managed by cert-manager. Additionally, integrations with Prometheus now support scraping metrics using the cert-manager generated certificates. A related fix was introduced to ensure that CA injection patches are only applied to CRDs with a conversion webhook, avoiding unnecessary annotations. To support these improvements, changes to config/default/kustomization.yaml are required. These include: configuring webhook and metrics server certificates, enabling Prometheus scraping with TLS, and correcting CA injection behavior. These updates also introduce flexible opt-in mechanisms, allowing users to selectively enable or disable: - TLS for the metrics server via cert-manager - TLS for webhooks via cert-manager - TLS configuration for Prometheus scraping Together, these changes are part of a broader effort to elevate the default security posture and configurability of Go-based operators. (#6928) - (go/v4) For Go-based operators, a fix has been implemented to ensure that the Prometheus configuration can properly scrape metrics from the operator's metrics server when TLS is enabled. (#6928) - (go/v4) For Go-based operators, a fix has been implemented to ensure that CA injection patches are applied only to CRDs that define a conversion webhook. Previously, the CA injection patch logic was overly broad — applying injection annotations to all CRDs whenever a webhook was scaffolded with the --conversion flag. This behavior was introduced in Kubebuilder release v3.5.0 when replacements were introduced in place of legacy vars and the kustomize/v2-alpha plugin was adopted. The incorrect behavior likely went unnoticed due to incomplete support for conversion webhooks in earlier versions. This release addresses that gap, enabling proper scaffolding and CA injection behavior specifically for CRDs with conversion webhooks. To support this improvement, a new marker has been introduced: +kubebuilder:scaffold:crdkustomizecainjectionns. This marker ensures that the correct replacements are generated in config/default/kustomization.yaml for CA injection. Additionally, the kubebuilder:scaffold:crdkustomizewebhookpatch marker was created to ensure that the webhook patch is only applied to CRDs that have a conversion webhook in the config/crd/kustomization.yaml file. For more information on this and other scaffolding markers, refer to the official Kubebuilder documentation: https://book.kubebuilder.io/reference/markers/scaffold. (#6928) - (go/v4) For Go-based operators, ENVTEST version management is now automated by deriving values from go.mod, and controller tests now locate binaries dynamically. (More info) These updates improve the developer experience by: - Reducing manual configuration for ENVTEST. - Ensuring IDEs or test runners can locate the binaries reliably. - Making controller test scaffolding more robust and portable. (#6928) - (go/v4) For Go-based operators, updated GolangCI-Lint configuration to replace the deprecated exportloopref linter with the copyloopvar linter. (#6928) - (go/v4) For Go-based operators, upgraded project scaffolding to Go 1.23, Kubernetes v0.32.1, and controller-runtime v0.20.4. - The default project scaffolding for Go-based operators has been updated to use: - Go 1.23 - Kubernetes modules v0.32.1 - controller-runtime v0.20.4 - Ginkgo v2.22.0 and Gomega v1.36.1. (#6928) - Breaking change: (go/v4) For Go-based operators, upgraded controller-runtime from v0.19.4 to v0.20.0 and added support for Kubernetes 1.32. Removed deprecated webhook.Validator and webhook.Defaulter interfaces from the runtime. Webhooks should no longer reside under the api/ directory—this has been the default behavior since Kubebuilder rlease [v4.3.0)(https://github.com/kubernetes-sigs/kubebuilder/releases/tag/v4.3.0). A --legacy=true flag was added to support scaffolding webhooks in the old layout when needed. (More info · Migration guide). (#6928) * Changelog - Release v1.40.0 (#6956) - moving 1.23 website from netlify to gh - updating ansible-operator-plugin to v1.38.1 (#6955) - Upgrade OPM to version from to (#6953) - updating dependencies to latest allowable version(s) (#6951) - Upgrade k8s version used by SDK from 1.30.0 to 1.32.2 (#6941) - Upgrade kubebuilder scaffold from v4.2.0 to v4.5.2 (#6928) - The comment has a spelling error. (#6948) - feat: generalize container tool usage (#6932) - Bump ubi9/ubi-minimal from 9.5 to 9.6 in /images/operator-sdk (#6945) - Bump ubi9/ubi-minimal from 9.5 to 9.6 in /images/helm-operator (#6943) - Bump ubi9/ubi-minimal from 9.5 to 9.6 in /images/scorecard-test (#6944) - Bump ubi9/ubi-minimal from 9.5 to 9.6 in /images/custom-scorecard-tests (#6946) - Bump golang.org/x/net from 0.37.0 to 0.38.0 (#6926) - Upgrade golangci from 1.63.4 to 1.64.8 (#6940) - (ci)- Update workflows ubuntu-22.04 to ubuntu-24.04 (#6938) - fix: update kubectl fetch URL to official dl.k8s.io endpoint (#6939) - (fix) fis GOBIN to allow run make install in Mac Os (#6936) - fixing CI post 1.39.2 release (#6937) - OWNER-ALIAS: Update to ensure current state (#6935) ++++ palapeli: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ parley: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ partitionmanager: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ patterns-media: - Drop xen from the DVD. ++++ perl-AnyEvent: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-AnyEvent-HTTP: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-AnyEvent-WebSocket-Client: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-Apache-LogFormat-Compiler: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-App-CLI: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-App-rsync-retry: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-Authen-DecHpwd: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-B-COW: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-Cairo-GObject: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-Class-Mix: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-Class-Tiny: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-Crypt-Eksblowfish: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-Crypt-MySQL: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details - Add cpanspec.yml for automatically generating the spec file with cpanspec ++++ perl-Crypt-UnixCrypt_XS: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-Devel-OverloadInfo: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-Devel-TakeHashArgs: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-Digest-CRC: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-Email-Date-Format: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-Fennec-Lite: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-File-HomeDir: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-File-Slurp-Tiny: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-GStreamer1: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details - Add cpanspec.yml for automatically creating the spec file with cpanspec ++++ perl-Git-Version-Compare: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-HTTP-CookieJar: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-HTTP-Thin: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-IO-HTML: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-IO-Pipely: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details - updated to 2.90.0 (2.090) see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes 2.090 2025/06/03 - fix OCSP live test after Let's Encrypt has disabled OCSP support #169 - public_suffix now preserves trailing dot #167 ++++ perl-IO-TieCombine: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-Module-Build-Prereqs-FromCPANfile: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-Mozilla-CA: - Update Mozilla-CA-20240730-Redirect-to-ca-certificates-bundle.patch - updated to 20250602.0.0 (20250602) see /usr/share/doc/packages/perl-Mozilla-CA/Changes 20250602 - Update from Mozilla repository to 2025-06-02 - Added certificates: - D-TRUST BR Root CA 2 2023 sha256: 0552e6f83fdf65e8fa9670e666df28a4e21340b510cbe52566f97c4fb94b2bd1 - D-TRUST EV Root CA 2 2023 sha256: 8e8221b2e7d4007836a1672f0dcc299c33bc07d316f132fa1a206d587150f1ce - Removed certificates: - Baltimore CyberTrust Root sha256: 16af57a9f676b0ab126095aa5ebadef22ab31119d644ac95cd4b93dbf3f26aeb - Comodo AAA Services root sha256: d7a7a0fb5d7e2731d771e9484ebcdef71d5f0c3e0a2948782bc83ee0ea699ef4 - Entrust.net Premium 2048 Secure Server CA sha256: 6dc47172e01cbcb0bf62580d895fe2b8ac9ad4f873801e0c10b9c837d21eb177 - GlobalSign Root CA sha256: ebd41040e4bb3ec742c9e381d31ef2a41a48b6685c96e7cef3c1df6cd4331c99 - Go Daddy Class 2 CA sha256: c3846bf24b9e93ca64274c0ec67c1ecc5e024ffcacd2d74019350e81fe546ae4 - Starfield Class 2 CA sha256: 1465fa205397b876faa6f0a9958e5590e40fcc7faa4fb7c2c8677521fb5fb658 - SwissSign Silver CA - G2 sha256: be6c4da2bbb9ba59b6f3939768374246c3c005993fa98f020d1dedbed48a81d5 - XRamp Global CA Root sha256: cecddc905099d8dadfc5b1d209b737cbe2c18cfb2c10c0ff0bcf0d3286fc1aa2 ++++ perl-Protocol-WebSocket: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ picmi: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ pim-data-exporter: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ pim-sieve-editor: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ plasmatube: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ plexus-archiver: - Add dependency on objectweb-asm to build with sisu 0.9.0.M4 ++++ plexus-build-api: - Add dependency on objectweb-asm to build with sisu 0.9.0.M4 ++++ plexus-cipher: - Add dependency on objectweb-asm to build with sisu 0.9.0.M4 ++++ plexus-compiler: - Add dependency on objectweb-asm to build with sisu 0.9.0.M4 ++++ plexus-interactivity: - Add dependency on objectweb-asm to build with sisu 0.9.0.M4 ++++ plexus-io: - Add dependency on objectweb-asm to build with sisu 0.9.0.M4 ++++ plexus-resources: - Add dependency on objectweb-asm to build with sisu 0.9.0.M4 ++++ plexus-sec-dispatcher: - Add dependency on objectweb-asm to build with sisu 0.9.0.M4 ++++ plexus-velocity: - Add dependency on objectweb-asm to build with sisu 0.9.0.M4 ++++ poedit: - Poedit 3.6 (3.6.3): * Support for Apple XCLOC localization bundles. * Significantly improved updating and merging UI, with detailed changes reporting and error handling. * Long-running operations such as export/import now all report progress. * Added Serbian (Latin) and Uyghur translations. * Performance and UI responsiveness improvements. ++++ polkit-default-privs: - Update to version 1550+20250603.5d84a17: * profiles: add ModemManager CellBroadcast action (bsc#1243684) ++++ python-murmurhash: - Update to 1.0.13 * Cython 3 requires nogil function to have an explicit exception value, or the gil will be acquired within the function, impacting performance. This patch makes the required modifications. ++++ python-AnyQt: - Recommend PyQt6 for TW, add note about pyside in check section. - Fix build for Leap <=16 ++++ python-Authlib: - Update to 1.6.2 * Fix issue when RFC9207 is enabled and the authorization endpoint response is not a redirection. pull request #733 * Fix missing state parameter in authorization error responses. issue #525 * Support for acr and amr claims in id_token. issue #734 * Support for the none JWS algorithm. * Fix response_types strict order during dynamic client registration. issue #760 * Implement RFC9101 The OAuth 2.0 Authorization Framework: JWT-Secured Authorization Request (JAR). issue #723 * OIDC UserInfo endpoint support. issue #459 - Drop 767-skip-xc20p-tests.patch, merged upstream ++++ python-Rtree: - Update to 1.4.0 * Python 3.9+ is now required (#321) * Add support for array-based bulk insert with NumPy (#340) * Upgrade binary wheels with libspatialindex-2.1.0 (#353) * Rename project and other build components to “rtree” (#350) - Refresh Rtree-opensuse-noarch.patch ++++ python-aioftp: - Update to 0.25.1 * do not start explicit tls if implicit mode used (fixes #184) (#185) - from version 0.25.0 * client: add partial client support for explicit tls (#183) - Update BuildRequires from pyproject.toml ++++ python-django-appconf: - Switch to pyproject macros. ++++ python-django-attachments: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-django-braces: - Switch to pyproject macros. ++++ python-django-cacheops: - Switch to pyproject macros. ++++ python-django-ckeditor: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-django-classy-tags: - Switch to pyproject macros. ++++ python-django-compressor: - Switch to pyproject macros. ++++ python-django-coverage-plugin: - Switch to pyproject macros. ++++ python-django-dj-inmemorystorage: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-django-extra-views: - Switch to pyproject macros. ++++ python-django-formtools: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-django-gravatar2: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-django-guardian: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-django-ipware: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-django-jinja: - Switch to pyproject macros. - Add patch skip-broken-test.patch: * Skip broken test with Django 5.2. ++++ python-django-localflavor: - Switch to pyproject macros. ++++ python-django-mathfilters: - Switch to pyproject macros. - No more greedy globs in %files. - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-django-money: - Switch to pyproject macros. ++++ python-django-nine: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-django-oidc-provider: - Switch to pyproject macros. ++++ python-django-parler: - Switch to pyproject macros. ++++ python-django-q: - Switch to pyproject macros. ++++ python-django-qsessions: - Switch to pyproject macros. ++++ python-django-requests-debug-toolbar: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-django-rest-framework-social-oauth2: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-django-rest-invitations: - Switch to pyproject macros. - No more greedy globs in %files. - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-django-rosetta: - Switch to pyproject macros. ++++ python-django-rq: - Switch to pyproject macros. ++++ python-django-sekizai: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-django-settings-toml: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-django-taggit: - Switch to pyproject macros. ++++ python-django-user-agents: - Switch to pyproject macros. - No more greedy globs in %files. - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-django-webtest: - Switch to pyproject macros. ++++ python-django-widget-tweaks: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-dogslow: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-easy-thumbnails: - Switch to pyproject macros. ++++ python-enaml: - Drop runtime dependency on pyside2 for Leap 16 and factory (boo#1243916) ++++ python-identify: - Update to 2.6.12 * Identify common MSBuild files * Drop ambiguous .proj extension - from version 2.6.11 * Add support for `.sqlfluff` * Identify XSLT files ++++ python-iniconfig: - Update to 2.1.0 * fix #26 - list individuals in license file by @RonnyPfannschmidt in #52 * Run tests in CI by @nicoddemus in #53 * Use pypa/gh-action-pypi-publish@release/v1 @ GHA by @webknjaz in #54 * Add support for Python 3.12-3.13 and drop EOL 3.7 by @hugovk in #56 ++++ python-legacy-cgi: - Update to 2.6.3 * README updated * Switched build system uv (hatchling is the PEP-517 backend) * Supports back to Python 3.8 (not that this is useful, see the README for information on recommended markers) - Update BuildRequires from pyproject.toml ++++ python-libevdev: - Update to 0.12 * doc: add a readthedocs config file * docs: install the rtd sphinx theme for readthedocs * readthedocs: fix path to requirements.txt * setup.cfg: Replace dashes with underscores * CI: add required workflow rules * Fix intersphinx mapping - Limit Python files matched in %files section - Switch package to modern Python Stack on SLE-15 * Use Python 3.11 on SLE-15 by default * Drop support for older Python versions - Switch build system from setuptools to pyproject.toml * Add python-pip and python-wheel to BuildRequires * Replace %python_build with %pyproject_wheel * Replace %python_install with %pyproject_install ++++ python-parsimonious: - Convert to pip-based build ++++ python-parted: - Convert to pip-based build ++++ python-pastel: - Convert to pip-based build ++++ python-patatt: - Convert to pip-based build ++++ python-pathspec: - Convert to pip-based build ++++ python-patiencediff: - Convert to pip-based build ++++ python-pcodedmp: - Convert to pip-based build ++++ python-pdd: - Convert to pip-based build ++++ python-pdfrw: - Convert to pip-based build ++++ python-persistent: - Convert to pip-based build ++++ python-petact: - Convert to pip-based build ++++ python-phabricator: - Convert to pip-based build ++++ python-phply: - Convert to pip-based build - Convert to pip-based build ++++ python-pickleshare: - Convert to pip-based build ++++ python-pifpaf: - Convert to pip-based build ++++ python-pika-pool: - Convert to pip-based build ++++ python-pilkit: - Convert to pip-based build ++++ python-pingparsing: - Convert to pip-based build ++++ python-pip-api: - Convert to pip-based build ++++ python-pkgconfig: - Convert to pip-based build ++++ python-plaster-pastedeploy: - Convert to pip-based build ++++ python-pluginbase: - Convert to pip-based build ++++ python-plyvel: - Convert to pip-based build ++++ python-pname: - Convert to pip-based build - Convert to pip-based build ++++ python-pook: - Convert to pip-based build ++++ python-portpicker: - Convert to pip-based build ++++ python-poyo: - Convert to pip-based build ++++ python-pprintpp: - Convert to pip-based build - Convert to pip-based build ++++ python-premailer: - Convert to pip-based build - Convert to pip-based build - Convert to pip-based build ++++ python-priority: - Convert to pip-based build - Convert to pip-based build ++++ python-proglog: - Convert to pip-based build - Convert to pip-based build ++++ python-progressbar: - Convert to pip-based build ++++ python-promise: - Convert to pip-based build ++++ python-psycopg2cffi: - Convert to pip-based build ++++ python-publicsuffix2: - Convert to pip-based build ++++ python-pure-sasl: - Convert to pip-based build ++++ python-py-cpuinfo: - Convert to pip-based build ++++ python-py-espeak-ng: - Convert to pip-based build ++++ python-py-vapid: - Convert to pip-based build ++++ python-siphashc: - Switch to pyproject macros. - No more greedy globs in %files. ++++ python-social-auth-app-django: - Switch to pyproject macros. ++++ python-striprtf: - Update to version 0.0.29 * removing pictures from rtf, fixes #58 ++++ python313-pyside6: - Update to 6.9.1. Check the installed changes-6.9.1 file for the full list of changes ++++ python313-shiboken6: - Update to 6.9.1. Check the installed changes-6.9.1 file for the full list of changes ++++ qmlkonsole: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ qrca: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ qt6-3d-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-base-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-charts-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-coap-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-connectivity-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-datavis3d-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-declarative-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released - Drop patch, merged upstream: * 0001-do-not-re-resolve-iterator-value-types.patch ++++ qt6-graphs-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-grpc-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-httpserver-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-imageformats: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-imageformats-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-languageserver: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-location-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-lottie-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-mqtt-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-multimedia-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-networkauth-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-opcua-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-positioning-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-qt5compat-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-quick3d-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-quick3dphysics-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-quickeffectmaker: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released - Add a _constraints file for ppc64le builds ++++ qt6-quickeffectmaker-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released - Add a _constraints file for ppc64le builds ++++ qt6-quicktimeline-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-remoteobjects-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-scxml-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-sensors-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-serialport-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-shadertools-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-speech-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-svg-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-tools-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-translations: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-virtualkeyboard-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-wayland-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released - Drop patch, merged upstream: * 0001-Client-Reset-mFrameCallbackTimedOut-when-showing-a-w.patch ++++ qt6-webchannel-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-webengine-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released - Drop patches, merged upstream: * 0001-Do-not-force-gl-egl-ANGLE-backend-on-Linux.patch * 0001-Do-not-list-GLX-frame-buffer-configurations-unnecess.patch * 0001-NativeSkiaOutputDeviceOpenGL-Fix-leaking-X11-Pixmap.patch * 0001-NativeSkiaOutputDeviceVulkan-Use-minimal-set-of-usag.patch * 0001-Add-default-and-gl-ANGLE-implementation-support-to-O.patch * 0001-Avoid-crash-due-to-long-dictionary-commands.patch * 0001-angle-Always-use-primary-GPU.patch * 0001-gbm-Add-fallback-for-drmPrimeHandleToFD.patch * qtwebengine-glibc_2.41.patch * qtwebengine-pipewire-1.4.patch ++++ qt6-websockets-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ qt6-webview-docs: - Update to 6.9.1: * https://www.qt.io/blog/qt-6.9.1-released ++++ rioterm: - Update to version 0.2.17: * prepare 0.2.17 * use decorations default for macos * docs: Mention Terra package for Fedora users (#1128) * flake.lock: Update (#1127) * Support f16 (#1124) * update release rules * disambiguate english in config docs (#1123) * updatw wgpu to 25.0.2 * Add branding colors to metainfo (#1121) * flake.lock: Update (#1119) * add flatpak file * fix windows crash for old versions and update wayland deps * Skip passing sandbox env to spawned shell in Flatpak (#1116) * flake.lock: Update * add flathub post * update info about flathub * docs: add new mention (abhimanyu003) * Update using-cargo.md ++++ rpmlint: - Update to version 2.7.0+git20250603.a9db0eb9: * BuildRootAndDateCheck: More specific buildroot check * Add openQA users to users-groups.toml ++++ rpmlint-strict: - Update to version 2.7.0+git20250603.a9db0eb9: * BuildRootAndDateCheck: More specific buildroot check * Add openQA users to users-groups.toml ++++ rpmlint-test: - Update to version 2.7.0+git20250603.a9db0eb9: * BuildRootAndDateCheck: More specific buildroot check * Add openQA users to users-groups.toml ++++ sbcl: - Update to version 2.5.5 * minor incompatible change: the output from TRACE is now prefixed by a FRESH-LINE on *TRACE-OUTPUT*. * platform support: * * On Linux, the system is better at negotiating with the kernel to find locations for Lisp memory spaces, succeeding more often than previously. * bug fix: resolve signed/unsigned char mismatch in RUN-PROGRAM on Windows. (lp#2110525, reported by awlygj) * bug fix: compiler confusion given sufficiently complex derived type constraints. (lp#2109902) * bug fix: compiler inconsistency in low-level representation leading to inconsistent transformations. (lp#2109837) * bug fix: return NIL from calls to DOCUMENTATION on illegal function names. * bug fix: calls to APPLY or VALUES-LIST on some combinations of constant arguments could lose the constant nature after transformation. (thanks to Hayley Patton) * optimization: some micro-improvements to bignum operations, particularly on x86-64 and arm64 * optimization: allow the result of MAKE-STRING to be allocated on the stack when :element-type is unknown. * optimization: the compiler will recognize the use of ZEROP on the results of LENGTH and REM (on suitable operands) to avoid full computation of the intermediate result. ++++ signon-kwallet-extension: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ sisu: - Upgrade to upstream milestone 0.9.0.M4 * Most important change + ASM is "demoted" to plain dependency, hence, consumer is able to override/update it the usual "Maven way". This applies to all components: inject, plexus and sisu-maven-plugin as well. + Historically, Sisu shaded in ASM just like Guice did. Later Sisu started shipping "main" JAR with shaded ASM but also "no_asm" classified artifact without ASM (just like Guice did with "classes" classified JAR). Starting from this version, Sisu does not shade ASM anymore, it is "demoted" to transitive dependency. * Changes + Disable shallow clones for sonarcloud analysis + Remove spurious asserts + Post release cleanup + Fix jacoco + code coverage + Enable code coverage again for all modules + Use default property for the jacoco agent + Add documentation on Plexus Configurator API + Remove about.html as only relevant for Eclipse plugins + Document Lifecycle support + Call TypeAwareExpressionEvaluator.evaluate(String,Class) if available + Pass strict flag also via "discoverComponents" + Embed/relocate ASM via m-shade-p + Update to ASM 9.8 + Increase coverage + Align subproject names (and naming) + Build infra updates + Reproducible + Fix sisu-maven-plugin + Lax array converter + Update dependencies + Publishing to Central ++++ sisu-mojos: - Upgrade to upstream milestone 0.9.0.M4 * Most important change + ASM is "demoted" to plain dependency, hence, consumer is able to override/update it the usual "Maven way". This applies to all components: inject, plexus and sisu-maven-plugin as well. + Historically, Sisu shaded in ASM just like Guice did. Later Sisu started shipping "main" JAR with shaded ASM but also "no_asm" classified artifact without ASM (just like Guice did with "classes" classified JAR). Starting from this version, Sisu does not shade ASM anymore, it is "demoted" to transitive dependency. * Changes + Disable shallow clones for sonarcloud analysis + Remove spurious asserts + Post release cleanup + Fix jacoco + code coverage + Enable code coverage again for all modules + Use default property for the jacoco agent + Add documentation on Plexus Configurator API + Remove about.html as only relevant for Eclipse plugins + Document Lifecycle support + Call TypeAwareExpressionEvaluator.evaluate(String,Class) if available + Pass strict flag also via "discoverComponents" + Embed/relocate ASM via m-shade-p + Update to ASM 9.8 + Increase coverage + Align subproject names (and naming) + Build infra updates + Reproducible + Fix sisu-maven-plugin + Lax array converter + Update dependencies + Publishing to Central ++++ skanlite: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ skanpage: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * ensure correct url decoding when saving multiple images (kde#503787) ++++ skladnik: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ step: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ strongswan: - Disable soup fetcher. It is redundant with the curl fetcher, and this allows us to drop the dependency on libsoup2. ++++ stunnel: - Update to version 5.75: * Security bugfixes - OpenSSL FIPS Provider updated to version 3.1.2. * Bugfixes - Fixed infinite loop triggered by OCSP URL parsing errors - Fixed OPENSSL_NO_OCSP build issues - Fixed default curve selection in FIPS mode with OpenSSL 3.4+. - Fixed tests with modern Python versions. - Fixed tests with multiple OpenSSL versions installed. * Features - Added provider URI support for "cert" and "key" options. - Added new "CAstore" service-level option (OpenSSL 3.0+). - Added "provider" (OpenSSL 3.0+), "providerParameter" (OpenSSL 3.5+), and "setEnv" global options. - Key file/URI path added to passphrase prompt on Unix. ++++ svgpart: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ sweeper: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ tail-tray: - Update to version 0.2.23: * What's new in this release 🎉 - This release adds support for better handling of Mullvad exit nodes, bug fixes and minor tweaks. It's also the first release that officially package for Ubuntu 25.04 * Commits - e55b78e: Issue #77 - Support for Ubuntu 25.04 (Plucky Puffin) (Marcus Grenängen) - 8994b79: Build from source: knotifications instructions (Marcus Grenängen) - c5a40a4: Let's see if this is the correct path ref inside the container (Marcus Grenängen) - 19639bb: More tests to see if it solves it (Marcus Grenängen) - b2ffba4: And fix 24.04 and Debian Trixie builds as well (Marcus Grenängen) - 03d3e4b: And some more minor workflow fixes (Marcus Grenängen) - fb9e088: More workflow fixes (Marcus Grenängen) - 8099605: Permission fixes for 24.04 and Trixie outputs (Marcus Grenängen) - 5b97ed5: Extra install deps for builds (Marcus Grenängen) - c0640f0: Fix Trixie build & build names (Marcus Grenängen) - af40020: [Issue #76] - First pass on getting basic support for Mullvad exit nodes (#78) (Marcus Grenängen) #78 - 1dbe121: Fix for windows build uploads (Marcus Grenängen) - 0664616: Add ubuntu-25.04-plucky to tagged release builds (Marcus Grenängen) - b693b3c: Bump version to 0.2.23 (Marcus Grenängen) ++++ telly-skout: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ terragrunt: - Update to version 0.81.0: * Breaking Changes - Bare Includes Deprecated Use of bare includes (include configuration blocks without a label) are now deprecated. For example: include { path = find_in_parent_folders("root.hcl") } Will now result in a deprecation warning, while the following usage of an include with a label added won't: include "root" { path = find_in_parent_folders("root.hcl") } Using labeled includes result in better performance, as backwards compatibility requires that Terragrunt does additional work during configuration processing. You are advised to update your bare includes to use labels as early as possible. Note that although this deprecation won't be an immediate breaking change. It will be a breaking change in the future. To opt-in to this breaking change today, you can use the bare-include strict control to mandate usage of the modern, labelled include. Doing so will ensure that you and your teammates are leveraging the most performant version of the configuration block. Backwards compatibility is guaranteed to remain present for this functionality until at least Terragrunt 2.0. - Logging Moved from Terragrunt Options If you depend on Terragrunt as a Golang library, you'll want to take note that this release introduces a breaking change to public functions in multiple packages to adjust how the logger is passed. The Terragrunt logger is no longer a member of the TerragruntOptions struct in the options package, and is instead passed explicitly as an argument to functions that need the logger. For example, the signature for the RunCommand function in the shell package changed from this: func RunCommand(ctx context.Context, opts *options.TerragruntOptions, command string, args ...string) error To this: func RunCommand(ctx context.Context, l log.Logger, opts *options.TerragruntOptions, command string, args ...string) error You maybe need to manually construct a logger to pass into public functions you are calling in Terragrunt packages as a consequence. * New Features - Added constraint_check HCL Function A new HCL function, constraint_check, has been added to Terragrunt. This HCL function allows you to drive logic in your configurations based on constraints checked against arbitrary semantic versions. For example: feature "module_version" { default = "1.2.3" } locals { module_version = feature.module_version.value needs_v2_adjustments = constraint_check(local.module_version, ">= 2.0.0") } terraform { source = "github.com/my-org/my-module.git//?ref=v${local.module_version}" } inputs = !local.needs_v2_adjustments ? { old_module_input_name = "old_module_input_value" } : { new_module_input_name = "new_module_input_value" } Using this function, you can alter the behavior of units when particular OpenTofu/Terraform module versions are used, including changing inputs or altering error handling. * What's Changed - docs: Documenting `constraint_check` (#4384) - Add constraint_check HCL function (#4376) - OTEL dependencies update (#4370) - chore: Deprecating bare includes (#4375) - perf: Moving logger out of opts (#4367) - fix: Fixing reference to `relative_path_to_include` (#4371) - fix: Always run CI on push (#4372) - feat: Added license check (#4368) ++++ tokodon: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * ModerationTools: Fix opening some subpages ++++ umbrello: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - Changes since 25.04.1: * Fix 'Creating a new document after adding two diagrams segfaults' (kde#504940) ++++ v4l2loopback: - Update to version 0.15.0: * Release v0.15.0 * DKMS: dummy 'clean' rule * Replace 'Skype' with 'Zoom' * [github] note on "exact" v4l2loopback version * [github] fix name of ArchLinux job * publish build-state.svg directly to the Wiki * [github] use current data for rolling releaeses * [github] case-insensitive sort * [github] drop openSUSE/leap * [github] build more Fedora releases, and ArchLinux * [github] support ArchLinux * [github] DNF>=5 supports the "--skip-unavailable" flag * [github] build on openSUSE * [github] rename "not_${os}" to "not_${packager}" * run CI against more kernels * Create a badge with all kernels tested in the CI * [github] 2nd attempt on testing with more kernels * [github] also install kernels without a debrevision in the name * only use `timer_delete_sync` compat macro for linux<6.2.0 * added functionality for linux 6.15+ (#626) * use fixed-size types in public API * [meta] pre-commit config to automatically run clang-format before committing * v4l2loopback-ctl: (also) query the module version via ioctl * change public ioctl numbers! * V4L2LOOPBACK_CTL_VERSION ioctl * order ioctl's by value * dkms.conf updates ++++ xfce4-genmon-plugin: - Update to version 4.3.0 - Update README after switchover to meson - autotools-build: Explicitly require glib, gtk3 - meson-build: Use shared_module() - Replace deprecated exo with libxfce4ui 4.21.0 - build: Automate copyright year management - Add meson build - autotools-build: Explicitly require libxfce4util - Fix libxfce4panel include - Translation Updates ++++ xmvn-connector: - Add dependency on objectweb-asm to build with sisu 0.9.0.M4 ++++ yakuake: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ++++ zanshin: - Update to 25.04.2 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/25.04.2/ - No code change since 25.04.1 ------------------------------------------------------------------ ------------------ 2025-6-2 - Jun 2 2025 ------------------- ------------------------------------------------------------------ ++++ adaptivecpp: - Exclude armv{6,7}l from built arches ++++ alloy: - update to 1.9.0: Breaking changes * The prometheus.exporter.windows component has been update to version v0.30.6. This update includes a significant rework of the exporter and includes some breaking changes. (@dehaansa) The msmq and service collectors can no longer be configured with a WMI where clause. Any filtering previously done in a where clause will need to be done in a prometheus.relabel component. The service collector no longer provides enable_v2_collector and use_api configuration options. The mscluster_* and netframework_* collectors are now replaced with one mscluster and netframework collector that allows you to enable the separate metric groupings individually. The teradici_pcoip and vmware_blast collectors have been removed from the exporter. * The prometheus.exporter.oracledb component now embeds the oracledb_exporter from oracle instead of the deprecated oracledb_exporter from iamseth for collecting metrics from an OracleDB server: (@wildum) The arguments username, password, default_metrics, and custom_metrics are now supported. The previously undocumented argument custom_metrics is now expecting a list of paths to custom metrics files. The following metrics are no longer available by default: oracledb_sessions_activity, oracledb_tablespace_free_bytes (Experimental) The enable_context_propagation argument in beyla.ebpf has been replaced with the context_propagation argument. * Set enable_context_propagation to all to get the same behaviour as enable_context_propagation being set to true. Security * CVE-2025-22872: Fix tokenizer incorrectly interpretting tags (bsc#1241863). * CVE-2025-46327: Fix race condition when checking access permissions to the Easy Logging configuration file (bsc#1242020). Features * Bump snmp_exporter and embedded modules in prometheus.exporter.snmp to v0.29.0, add cisco_device module support (@v-zhuravlev) * Add the otelcol.storage.file extension to support persistent sending queues and otelcol.receiver.filelog file state tracking between restarts. (@dehaansa) * Add otelcol.exporter.googlecloud community component to export metrics, traces, and logs to Google Cloud. (@motoki317) * Add support to configure basic authentication for alloy http server. (@kalleep) * Add validate command to alloy that will perform limited validation of alloy configuration files. (@kalleep) * Add support to validate foreach block when using validate command. (@kalleep) * Add otelcol.receiver.splunkhec component to receive events in splunk hec format and forward them to other otelcol.* components. (@kalleep) * Add support for Mimir federated rule groups in mimir.rules.kubernetes (@QuentinBisson) ++++ amazon-ssm-agent: - Update to version 3.3.2471.0 * Improve unit tests * Agent hibernation reason is logged to EC2 system logs * Add metrics for the EC2Detector and IMDS EC2 status findings * Change Linux DomainJoin plugin parameter KeepHostName to accept both boolean and string * Upgrade GoLang to version 1.23.8 ++++ apache2-mod_auth_openidc: - build with hiredis for openSUSE only [bsc#1243922] ++++ apache2-mod_security2: - update to 2.9.10: * CVE-2025-48866: excessive number of arguments in sanitiseArg can lead to a denial of service due to high memory consumption (boo#1243976) - includes changes from 2.9.9: * CVE-2025-47947: DoS through sanitiseMatchedBytes (boo#1243978) * log error codes for global mutex failure modes * Fix error logging for standalone module * improved XMLArgs processing * Incorrect utf8toUnicode transformation for 00xx * PCRE2 compatibility fixes * gcc14 fixes, developer visible fixes - drop apache2-mod_security2-gcc14.patch - run tests again as they are now fixed with pcre2 ++++ apptainer: - Update to 1.4.1 * Fix the use of libsubid which had been broken by the revision applied in 1.4.0-rc.2. * Fix a bug introduced in 1.4.0 that caused arm64 to be mis-converted to arm64v8 and resulted in a failure when pulling OCI containers. * Fix user database lookup in master process preventing instance from starting correctly on systems using winbind. * Check for existence of `/run/systemd/system` when verifying cgroups can be used via systemd manager. * Add a clear error message if someone tries to use privileged network options while not using setuid mode. * Allow multi-arch oci-archive files that have a nested index with the manifest. This is the default format (both for Docker and OCI) when using `nerdctl save`. * Test if docker-archive is actually an oci-archive (since Docker version 25), and if it is oci then use the OCI parser to avoid bugs in the Docker parser. Save the daemon-daemon references to a temporary docker-archive, to benefit from the same improvements also for those references. Parse as oci-archive. - New Features & Functionality in from ineherited 1.4.0 * Add new build option `--mksquashfs-args` to pass additional arguments to the `mksquashfs` command when building SIF files. If a compression method other than gzip is selected, the SIF file might not work with older installations of Apptainer or Singularity, so an INFO message about that is printed. On the other hand, an INFO message that was printed (twice) when running an image with non-gzip compression has been removed. * If the `mksquashfs` version is new enough (version 4.6 in Leaep 16.0), then show a percentage progress bar (with ETA) during SIF creation in the default log level. If the `mksquashfs` version is older, then in verbose or debug log level show the output of mksquashfs with its own progress bar. * Statistics are now normally available for instances that are started by non-root users on cgroups v2 systems. The instance will be started in the current cgroup. Information about configuration issues that prevent collection of statistics are displayed as INFO messages by default. * Add a `--sandbox` option to `apptainer pull`. * Add configuration file binding to the `--nv` option. Files that are recognized in the NVIDIA Container Toolkit, including files for EGL ICD, were added to the default `nvliblist.conf`. * It is now possible to use multiple environment variable files using the `--env-file` flag. Files can be specified as a comma-separated list or by using the flag multiple times. Variables defined in later files take precedence over earlier files. * The registry login and registry logout commands now support a `--authfile ` option, which causes OCI credentials to be written to / removed from a custom file located at `` instead of the default location (`$HOME/.apptainer/docker-config.json`). The commands `pull`, `push`, `run`, `exec`, `shell` and instance start can now also be passed a `--authfile ` option, to read OCI registry credentials from this custom file. * A new `--netns-path` option takes a path to a network namespace to join when starting a container. The root user may join any network namespace. An unprivileged user can only join a network namespace specified in the new `allow netns paths` directive in `apptainer.conf`, if they are also listed in `allow net users` / `allow net groups` and apptainer is installed with setuid privileges. Not supported with `--fakeroot`. * `apptainer.conf` now accepts setting the following options: `allow ipc ns` -- Default value is `yes`; when set to `no`, it will disable the use of the `--ipc` flag. `allow uts ns` -- Default value is `yes`; when set to `no`, it will invalidate the use of the `--uts` and `--hostname` flags. `allow user ns` -- Default value is `yes`; when set to `no`, it will disable creation of user namespaces. Note that this will prevent execution of containers with the `--userns` or `--fakeroot` flags and with unprivileged installations of Apptainer. - Changed defaults / behaviours * Label the starter process seen in `ps` with the image filename, for example: Apptainer runtime parent: `example.sif`. * Remove runtime and compute libraries from `rocmliblist.conf`. They should instead be provided by the container image. * Allow overriding the build architecture with `--arch` and `--arch-variant`, to build images for another architecture than the current host arch. This requires that the host has been set up to support multiple architectures (`binfmt_misc`). * Complete the previously partial support for the riscv64 architecture. * Show a warning message if changing directory to the cwd fails, instead of silently switching to the home directory or `/`. * Write starter messages to stderr when an instance fails to start. Previously they were incorrectly written to stdout. * Skip attempting to bind inaccessible mount points when handling the `mount hostfs = yes` configuration option. * Fix storage of credentials for `docker.io` to behave the same as for `index.docker.io`. * Change message log level from warning to debug when environment variables set inside a container or by `APPTAINERENV` have a different value than the environment variable on the host. * Change the default message level from silent to the normal level in the nested apptainer that executes a build's `%post` section, and suppress an unnecessary warning message. * Ignore invalid environment variables when pulling oci/docker containers. * Remove the little-known `fakerootcallback` functionality. * Update the default pacman confURL for `Bootstrap: arch` container builds. * Update the bundled fuse programs to their latest releases. - Bug fixes * Fix the `mconfig -s` option to build the apptainer and starter binaries statically as documented. * `%files from` in a definition file will now correctly copy symlinks that `%point` to a target above the destination directory but inside the `%destination` stage root filesystem. * Fixed typo in `nvliblist.conf` (`libnvoptix.so.1` -> `libnvoptix.so`). * Avoid timeouts when cleaning up from building gocryptfs-encrypted SIF files. * Fix bug that prevented build with `--passphrase` or `--pem-path` but without `--encrypt` from implying fakeroot. * Fix hang when copying files between build stages while using suid mode without user namespaces. * Fix running and building containers of different architectures than the host via binfmt_misc when using rootless fakeroot. * Fix `target: no such file or directory` error when extracting layers from certain OCI images that manipulate hard links across layers. * Fix the crash that happened when executing a privilege-encrypted container as root. ++++ ast-grep: - Update to 0.38.5: * feat: support file level suppression #1541 * feat: add include-off rule in sg test #2023 * feat: add multiple fix in vscode lsp 9e9a282 * chore(deps): update dependency @ast-grep/napi to v0.38.3 58dcc5b * test: add file level suppression test 93d04c7 - Update to 0.38.4: * feat: support object style libraryPath #2013 * feat: Support Markdown rendering in CLI #1976 * test: add more test for transform parse #902 * feat: implement transform shortcut #902 * feat: add note in lsp hover info b4f32df * feat: add test case for string transform 0c75416 * refactor: simplify code 0d3ba01 - Update to 0.38.2: * feat: add --include-metadata flag in ast-grep scan #1987 * fix: respect transform in fix #1991 * Breaking change: feat: remove tree-sitter-facade-sg 1e8a38d * fix: remove benches c44c315 * feat: add label handling in json print 33192d7 ++++ bird: - redownload sources, seem like they changed a little ++++ blake3: - Remove ExclusiveArch: %{rust_tier1_arches} to allow building the c lib on more arches ++++ build: - fix slfo 1.2 build config - Disable selinuxfs mount during builds (bsc#1231252) - productcomposer: support version 0.6.0 extensions - mkosi: also fetch InitrdPackages= dependencies - qemu 10.0 compability fix - rpm * Fix querying the pkgid from rpm packages * Support new %span macro * Fall back to the sha256 signature header if there is no md5 header for rpm v6 - pbuild: define _is_this_project/_is_in_project macros - support the "nouseforbuild" buildflag - Use Compress::Stream::Zstd for zstd decompression of debian binaries - Fix parsing of remoteasseturls with digests - provenance data handling: * extend SLSA provenance data with buildfalvor, distul and vcs * Fix handling of replaced golang modules ++++ chafa: - Update to 1.16.1: * Bug fixes: [#282] Fish completion not included in release tarball [#283] Piping and redirection are broken in Windows - Update to 1.16.0: * Added terminal probing. Currently we can determine geometry, colors and sixel capabilities this way. This supplements the existing heuristics. * The internal terminal database and heuristics were refactored for clarity, with new API added to simplify the configuration process. * I/O is now threaded, resulting in improved responsiveness and pipelining. * New option: --grid=WxH, --grid=[auto|on|off] or -g. This lays out multiple images in a grid for easy browsing. * New option: --label=[on|off] or -l. Labels each image with its filename. Works in both continuous and grid layouts. * New option: --probe=[auto|on|off]. Controls whether to actively probe the terminal. Can take a real number denoting how long to wait for a response. * Sixel quality improved significantly. The quantizer was reimplemented with modern algorithms (#174), and blue noise dithering was introduced (#238). * The new blue noise dithering is also available in symbols mode, and can be turned on with - -dither noise. It can be turned off with --dither none. * Numerous small improvements were made to sixel handling: + Terminal cursor placement quirks are now represented and handled. + Images can now cover their cell extents completely. + Workaround for animations "walking up the screen" on quirky terminals. * The JPEG XL loader was improved with optional memory mapping and better container support * Enabled wildcard expansion in Windows builds (#266). * Added completions for the fish shell and updated those for zsh. * Bug fixes: + #111 Provide auto detection of background for perception of transparency + #228 Sixel capability not detected in foot + tmux + #236 Ghostty shows pwd/lock indicator when using Chafa + #238 Sixel image quality significantly different from img2sixel and ImageMagick + #239 Chafa leaves echo on + #245 JPEG file not recognized + #246 Examples using deprecated functions + #249 Sixel detection doesn't set default values + #254 -t 1 doesn't work with -f iterm + #255 Animations scroll/walk up the screen + #265 Enable Kitty image protocol for Warp + #266 On Windows, in a cmd.exe window, filename wildcard expansion is broken + #273 -t 1 messes up some images + #274 -f {kitty,iterm} swaps BG color channels for SVG + #278 Images not always padded to cell boundary + [unfiled] Fix broken bashisms resulting in logic failure + [unfiled] Small leak in chafa_canvas_print_rows() + [unfiled] Uninitialized histogram in nearest-neighbor interp. ++++ chainguard-dfc: - Update to version 0.8.0: * Add support for --platform flag in FROM lines * [StepSecurity] Apply security best practices ++++ chart-testing: - Update to version 3.13.0: * build(deps): Bump helm.sh/helm/v3 in the gomod group (#744) * build(deps): Bump alpine from 3.21 to 3.22 in the docker group (#743) * feat: add --wait flag to helm uninstall (#721) * Add release-name option (#735) * Fix chart_schema.yaml import-values rule (#725) * feat(upgrade): using the values instead of --reuse-values (#742) * Bump helm.sh/helm/v3 from 3.16.4 to 3.18.0 (#740) * Bump anchore/sbom-action from 0.19.0 to 0.20.0 in the actions group (#741) * Bump actions/setup-go from 5.4.0 to 5.5.0 in the actions group (#739) * Bump github.com/spf13/viper from 1.20.0 to 1.20.1 in the gomod group (#729) * Bump golangci/golangci-lint-action from 6.5.2 to 8.0.0 (#736) * Bump the actions group across 1 directory with 3 updates (#733) * Bump actions/setup-go from 5.3.0 to 5.4.0 in the actions group (#727) * Bump github.com/spf13/viper from 1.19.0 to 1.20.0 (#723) * Bump the actions group with 2 updates (#724) * Bump the actions group with 2 updates (#719) * Bump the actions group with 2 updates (#718) * Bump the actions group with 2 updates (#717) * Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#716) * Bump the actions group with 4 updates (#714) * Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 in the gomod group (#712) * Bump the actions group with 3 updates (#711) * Bump golangci/golangci-lint-action in the actions group (#710) * bump alpine and tools (#704) * Bump docker/setup-qemu-action from 3.2.0 to 3.3.0 in the actions group (#705) ++++ clojure: - Update to 1.12.1.1538: * No changelog provided ++++ container-selinux: - Update to version 2.238.0: * label /run/sysctl.d correctly on creation ++++ dhcpcd: - Update to 10.2.4 * compat: use timingsafe_bcmp if available * IPv6: Sort routers by reachability correctly. * definitions: define ND Route Information option * IPv6: Clear previous address RA flags on receipt of a RA. ++++ gpg2: - Update to 2.5.7: * gpg: Allow updating a SHA-1 key certification w/o using the --force-sign-key option. [T7663] * gpg: The group key flag has now been fully implemented. [rG8833a34bf0] * gpg: Make combination of show-only-fpr-mbox and show-unusable-uid work. [rGd5a4a2dc89] * gpg: Do not allow compressed key packets on import. [T7014] * gpgsm: Allow an empty subject DN also during import. [T7171] * agent: Recover the old behavior with max-cache-ttl=0. [T6681] * agent: Fix ECC key on smartcard for composite KEM with PQC. [T7648] * scd: Fix a harmless read buffer over-read in a function used by PKCS#15 cards. [T7662] * gpg-mail-tube,wks: Support templates for mail content. [T7381] * Use the KEM interface of Libgcrypt for encryption/decryption. [T7649] - Remove patches: * gnupg-agent-Recover-the-old-behavior-with-max-cache-ttl-0.patch * gnupg-dirmngr-Don-t-install-expired-sks-certificate.patch - Update gpg2.keyring ++++ dtb-aarch64: - rpm/check-for-config-changes: add more to IGNORED_CONFIGS_RE Useful when someone tries (needs) to build the kernel with clang. - commit 06918e3 - Revert "x86/smp: Eliminate mwait_play_dead_cpuid_hint()" (bsc#1243907). - commit 1fa64dc ++++ ex_doc: - Fix required elixir version ++++ perl-Image-ExifTool: - Update to 13.30: * Added a new Canon RF lens (thanks Norbert Wasser) * Added some new Olympus ArtFilter values * Added support for reading timed GPS from Transcend Drive Body Camera 70 MP4 videos * Added a new FujiFilm AdvancedFilter value (thanks Greybeard) * Decode maker notes from Sigma BF images * Decode a few more Pentax AF-related tags (thanks Karsten Gieselmann) * Extract PreviewImage and its metadata from Sigma BF MOV videos * Allow multiple config files to be specified on the command line (but leave undocumented for now because the config files currently included in the full ExifTool package aren't compatible with this feature) * Removed warning introduced in version 12.60 for an undefined tag in a -if condition, but leave the 12.60 change that sets these tags to an empty string when -m is used * Patched LensID conversion to better handle a manual lens on a Sony ILCE-7M2 * Patched to avoid runtime warning when using -fast option and reading and HEIC file via a pipe (but you will still get a seek error) * Fixed some tag format types in the config_files/pix4d.config file * Fixed possible "uninitialized value" warning when reading some types of Ligo timed GPS ++++ eza: - Update to 0.21.4: Bug Fixes: * Escape spaces in file path to make them work correctly * List inside working dir with --list-dirs and no path passed * Ignore incorrect Unicode path instead of crashing on Windows Miscellaneous Tasks: * Add Visual Studio icon for *.suo * Add swift icon for *.xcplayground * Add dropbox icon * Eza v0.21.4 changelogs, version bump Refactor: * Clippy lints Styling: * Update formatting ++++ ffado: - Combine ffado.spec, ffado-mixer.spec to form a multibuild package instead. Compact description. Trim constructs for old distros. - Follow standard practice of naming subpackage X -> X-devel. ++++ ffado-mixer: - Combine ffado.spec, ffado-mixer.spec to form a multibuild package instead. Compact description. Trim constructs for old distros. - Follow standard practice of naming subpackage X -> X-devel. ++++ flux2-cli: - Update to version 2.6.1: Flux v2.6.1 is a patch release that comes with various fixes. Users are encouraged to upgrade for the best experience. * Fixes: - Fix a bug introduced in image-reflector-controller v0.35.0 that was causing spurious error events for policies during image repository reconciliation. - Fix excessive logging in image-automation-controller after a restart when the image tags cache is empty. * Components changelog - image-reflector-controller v0.35.1 * What's Changed - [release/v2.6.x] Update image-reflector-controller to v0.35.1 by @fluxcdbot in #5382 - [release/v2.6.x] Add digest pinning to image automation testing by @fluxcdbot in #5384 - Update to version 2.6.0: https://github.com/fluxcd/flux2/releases/tag/v2.6.0 Flux v2.6.0 is a feature release. Users are encouraged to upgrade for the best experience. For a compressive overview of new features and API changes included in this release, please refer to the Announcing Flux 2.6 GA blog post. https://fluxcd.io/blog/2025/05/flux-v2.6.0/ Overview of the new features: * General availability release for the Flux OCI Artifacts APIs and flux artifact commands * Support for OCI digests pinning (ImagePolicy, ImageUpdateAutomation) * Object-level workload identity authentication (OCIRepository, ImageRepository, Kustomization, Alert Provider) * Cache registry credentials for cloud providers (OCIRepository, ImageRepository) * Git HTTP/S Mutual TLS authentication (GitRepository, ImageUpdateAutomation) * Support for sparse checkout (GitRepository) * Support for GitHub App authentication (Alert Provider) * Support for managed Identity authentication to Azure Event Hub (Alert Provider) * Customize the ID of the Git commit status with CEL expressions (Alert Provider) * WaitForTermination deletion policy (Kustomization) * DisableChartDigestTracking feature gate (HelmRelease) * OpenShift compatibility Flux can be installed on Red Hat OpenShift cluster directly from OperatorHub using Flux Operator. The operator allows the configuration of Flux multi-tenancy lockdown, network policies, persistent storage, sharding, vertical scaling and the synchronization of the cluster state from Git repositories, OCI artifacts, and S3-compatible storage. * Components changelog - source-controller v1.6.0 - kustomize-controller v1.6.0 - notification-controller v1.6.0 - helm-controller v1.3.0 - image-reflector-controller v0.35.0 - image-automation-controller v0.41.0 * CLI-related changes - Update CLI to OCIRepository v1 (GA) - Add --interval and --reflect-digest flags to flux create image policy - Fix `flux trace` for HRs from `OCIRepository`s - fix: allow recursive dry-run over local sources - build(deps): bump helm.sh/helm/v3 from 3.17.0 to 3.17.3 - Fix command debug hr not taking targetPath into account ++++ frizbee: - Update to version 0.1.7: * Bump dependencies * feat: implement --error * chore: fix typos * Resolve commit ref correctly. ++++ git-cliff: - Update to version 2.9.0: * chore(release): prepare for v2.9.0 * docs(website): add highlights for 2.9.0 (#1153) * chore(deps-dev): bump typescript in /website in the patch group (#1139) * chore(docs): fix some typos (#1149) * fix(template): correctly serialize JSON for the commit fields (#1145) * docs(security): extend security policy (#1142) * chore(deps): bump the minor group in /website with 2 updates (#1116) * refactor(lint): apply clippy suggestions * feat(context): add release commit range (#1138) * fix(submodules): fix submodules handling when using custom range (#1136) * docs(config): fix typo on commit.links (#1132) * chore(deps): upgrade dependencies (#1129) * chore(project): migrate to Rust 2024 edition (#1128) * feat(changelog): support recursing into submodules (#1082) * feat(remote): fetch commits from non-default branches using remotes (#1086) * feat(git): support disabling sorting commits topologically (#804) (#1121) * refactor(config): initialize config structs with default values (#1090) * chore(dependabot): make dependency updates less noisy * chore(dependabot): check dependency updates weekly * fix(bump): check the next version against tag_pattern regex (#1070) * feat(config): support configuring with a remote URL (#1083) * fix(fixtures): evaluate the rc of git-cliff correctly (#1104) * fix(bump): accept lowercase values for bump_type config (#1101) * docs(readme): add blog posts from the community (#1102) * fix(fixtures): use the correct syntax while checking fixture results (#1099) * docs(website): remove references of tj-actions (#1097) * feat(config): add `require_conventional` option (#1061) * docs(release): fix Docker Hub URL * refactor(lint): use IOError::other (#1074) * doc(config): update comments for all configuration options (#1057) * docs(quickstart): clarify git-cliff command (#1051) * fix(git): handle worktrees while retrieving the path of repository (#1054) * chore(npm): update yarn.lock * fix(remote): fix detection of GitLab merge request sha if commits were squashed (#1043) * fix(deps): make glob dependency mandatory (#1035) ++++ gitlab-container-registry: - Update to version 4.23.0: * Features - auth/token: support Audience array in JWT (57bd91c) - bbm: add media_type_id_convert_to_bigint manifest table migration (ca8b67a) - datastore: quarantine replicas exceeding lag thresholds (e2258cb) * Bug Fixes - add graceful handling of backend errors in gcs storage driver Reader() (be0f90b) * Build ⚙️ - deps: update module cloud.google.com/go/compute/metadata to v0.7.0 (f14e788) - deps: update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.79.4 (88750b0) - deps: update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.80.0 (3468fd4) - deps: update module github.com/azure/azure-sdk-for-go/sdk/azidentity to v1.10.0 (260f9c1) - deps: update module github.com/getsentry/sentry-go to v0.33.0 (ea0db39) - deps: update module github.com/golang-jwt/jwt/v4 to v4.5.2 (86875fa) - deps: update module github.com/jackc/pgx/v5 to v5.7.5 (2ae2821) - deps: update module github.com/olekukonko/tablewriter to v1 (cee9480) - deps: update module github.com/olekukonko/tablewriter to v1.0.7 (dc29bf3) - deps: update module github.com/redis/go-redis/v9 to v9.9.0 (4758610) - deps: update module gitlab.com/gitlab-org/api/client-go to v0.129.0 (4e5e3f7) - deps: update module google.golang.org/api to v0.234.0 (f48150d) ++++ gnome-software: - Update to version 48.2: + Improve memory fragmentation after checking for updates. + Updated translations. ++++ shadowsocks-v2ray-plugin: - Update version to 5.25.0 * Update v2ray-core to v5.25.0 - Add update-vendor.patch, update v2ray-core to v5.33.0 (boo#1243954 and CVE-2025-297850) ++++ v2ray-core: - Update version to 5.33.0 * bump github.com/quic-go/quic-go from 0.51.0 to 0.52.0(boo#1243946 and CVE-2025-297850) * Update other vendor source ++++ gtk-layer-shell: - Update to 0.9.2: * Fix: don't set popup window geometry with no buffer attached, #200 * Fix: wait for configure event before letting GTK commit a buffer, #202 * Tests: refactor the mock Wayland compositor used by the tests, brings it in line with the version in the gtk4-layer-shell repo * Meson: bump required Meson version to 0.54.0 * Depends: require wayland-protocols >=1.16.0 to build ++++ ibus-typing-booster: - Update to 2.27.63 - Make non-ASCII input work in m17n_translit.py also for the more exotic prefixes (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/745) - Make database code more robust (Should fix some problems on FreeBSD) - Fix quoting for sqlite3 (Should fix some problems on FreeBSD) - Improve _xorg_locale_path() to find the path as well on FreeBSD - Add `Categories=Settings;` to the ibus-setup-typing-booster.desktop file (from the FreeBSD port) - Fix HunspellSuggestTestCase.test_sv_SE to work with sv_SE.dic as on Fedora 42 **and** on FreeBSD - Add preedit representations for the special dead keys used in the "French (BEPO, AFNOR) layout (Related: https://github.com/ibus/ibus/pull/2763 - Improve regexp for msymbol patterns triggering commits (Related: https://github.com/mike-fabian/ibus-typing-booster/issues/712) - Update emoji annotations from CLDR - Translation update from Weblate (es 100%, it 100%) ++++ inspektor-gadget: - Update to version 0.41.0: Welcome to the v0.41.0 release of Inspektor Gadget! * The most relevant changes in this release are: - gadgets: port profile_cpu to image based gadget by @flyth in [#4142] - Add advise_networkpolicy as image based gadget by @burak-ok in #4191 - introduce process operator and top_process gadget by @flyth in #4446 * General Improvements - Artifact Hub: Update gadgets version to v0.40.0 by @github-actions in #4427 - Adding the path for gadget to find the runc of k0s in finder.go by @entlein in #4419 - maintainers: Add Maya by @mauriciovasquezbernal in #4435 - Always print warnings when compiling gadget by @AdvH039 in [#4434] - Adding runc path of Bottlerocket OS by @amirmalka in #4448 - version: detect when IG is used as a library by @alban in [#4431] - Give error when incorrect build by @AdvH039 in #4376 - trace_dns: Add nameserver field by @mqasimsarfraz in #4440 - Port syscall filtering by @AdvH039 in #4418 - gadgets/bpfstats: Do not require --enable-bpfstats by @mauriciovasquezbernal in #4438 - chart: Adding runtimeClassName to the daemonSet by @etiennnr in #4394 - user_stack_map.h: fix compilation warnings by @alban in #4457 - Fix compilation warnings in some gadgets by @eiffel-fl in [#4465] - operators: ebpf: Use Info() for --trace-pipe. by @eiffel-fl in #4466 - gadgets/bpfstats: Add comm, pid and progtype fields by @mauriciovasquezbernal in #4442 - cmd: Specify run and attach short help for the needed gadget. by @eiffel-fl in #4470 - k8s.io/client-go: add user agent by @alban in #4469 - inspect: improves utility and command ux by @KapilSareen in [#4373] - operators: wasm: Fix error message for config test. by @eiffel-fl in #4484 - inspect: adds datasources and fields by @KapilSareen in #4473 - container-collection: publish oci config as a string by @alban in #4482 - inspect: fixes inconsistent sorting of datasources by @KapilSareen in #4491 - deploy: Update prometheus annotation according to - -otel-metrics-listen-address by @ghinks in #4474 - Refactor configmapstore to accept namespace as a parameter by @dhruv695-sketch in #4479 - GadgetContext: Close local operators after remote operators are all closed by @burak-ok in #4396 - combiner: Disable timeout if interval and count is zero by @burak-ok in #4493 - pkg/params: allow escaping comma characters for string slices by @flyth in #4501 - operator/combiner: Move DS creation to Instantiate by @burak-ok in #4492 - ig, ig-k8s: ensure that $NODE_NAME is set by @alban in #4518 - ig: add --kubeconfig option for --enrich-with-k8s-apiserver by @alban in #4516 - container-collection: improve error messages by @alban in [#4521] - introduce internal metrics by @flyth in #4462 - metadata: Continue validation w/o ebpf layer by @mqasimsarfraz in #4505 - container-collection/k8s: Set PodLabels with the method by @burak-ok in #4523 - built-in/trace_exec: Add parent_exepath by @mauriciovasquezbernal in #4524 - wasmapi/go: define constants for "containers" datasource by @alban in #4531 - gadgets: Fix ebpf compilation warnings by @burak-ok in #4533 - container-collection: Handle OciConfig for initial containers by @mqasimsarfraz in #4520 - daemonset: add startup probe by @alban in #4535 - oci: Avoid using internet to get gadget signature by @mauriciovasquezbernal in #4526 * Bug Fixes - Fix: Add global replacement of underscores in check-artifacthub workflow by @4rivappa in #4480 * Documentation Improvements - gadget: traceloop: Remove limitations from documentation as it is no … by @eiffel-fl in #4432 - pkg/operators/filter: Update documentation to include negative regex by @blanquicet in #4433 - Document filter quoting by @johananl in #4400 - docs: Add extra information regarding commit history by @mauriciovasquezbernal in #4486 - docs: Fix softlink for advise_networkpolicy by @mauriciovasquezbernal in #4538 - docs/kubectl-debug: Fix running with - -enrich-with-k8s-apiserver by @mqasimsarfraz in #4539 - docs/reference/export-metrics: Fix typo by @blanquicet in [#4542] * Testing and Continue Integration - ci: Remove unit tests from integration test needs. by @eiffel-fl in #4430 - pkg/kallsyms: re-enable test for kernel module symbol by @alban in #4429 - Unit Tests for Trace Exec Gadget by @Shaheer-Ahmd in #4348 - ci: Enable cache for building helper images by @mauriciovasquezbernal in #4447 - ci: Fix storing test reports by @mqasimsarfraz in #4463 - docs: Fix OCI helm chart URL by @mqasimsarfraz in #4460 - Update fields in filter examples by @johananl in #4401 - Add Trace Bind Unit Tetsts by @Shaheer-Ahmd in #4413 - Unit Tests for Trace Capabilities Gadget by @Shaheer-Ahmd in [#4403] - testing: Add WithOutputMode by @burak-ok in #4497 - ci: Improve gadget building time by @mauriciovasquezbernal in [#4471] - bpfstats/unittest: Set values to normalized values by @burak-ok in #4509 - ci: Fix key calculation for gadget-builder-image cache by @mauriciovasquezbernal in #4513 - Add unit tests for trace_signal by @Shaheer-Ahmd in #4453 - gha:Remove update website trigger by @burak-ok in #4534 ++++ iotop-c: - Update to 1.30: * kernel commit 0bf2d83 fixes the problem with struct taskstats, now iotop 1.30 handles only v15 of the struct in a different way, retaining compatibility with both old and new kernels * show zero current values for exited processes * flush stdout after each batch run ++++ iproute2: - Update to release 6.15 * tc_util: Add support for 64-bit hardware packets counter * iprule: Allow specifying ports in hexadecimal notation * iprule: Add port mask support * iprule: Add DSCP mask support ++++ iputils: - Update to version 20250602 Security release, fixes CVE-2025-47268 and CVE-2025-48964. https://github.com/iputils/iputils/releases/tag/20250602 - Remove html man page (required to avoid a build failure) - Remove patches from this release (iputils-CVE-2025-47268.patch, 0001-Fix-ping-man-page-syntax-error.patch) ++++ jenkins-x-cli: - Update to version 3.11.89: * chore(deps): upgrade jenkins-x-plugins/jx-application to version 0.3.8 - Update to version 3.11.88: * chore(deps): upgrade jenkins-x-plugins/jx-gitops to version 1.0.0 - Update to version 3.11.87: * chore(deps): upgrade jenkins-x-plugins/jx-admin to version 0.3.18 - Update to version 3.11.86: * chore(deps): upgrade jenkins-x-plugins/jx-test to version 0.4.9 - Update to version 3.11.85: * chore(deps): upgrade jenkins-x-plugins/jx-pipeline to version 0.7.21 - Update to version 3.11.84: * chore(deps): upgrade jenkins-x-plugins/jx-secret to version 0.4.14 - Update to version 3.11.83: * chore(deps): upgrade jenkins-x-plugins/jx-health to version 0.0.80 - Update to version 3.11.82: * chore(deps): upgrade jenkins-x-plugins/jx-changelog to version 0.10.14 ++++ kernel-64kb: - rpm/check-for-config-changes: add more to IGNORED_CONFIGS_RE Useful when someone tries (needs) to build the kernel with clang. - commit 06918e3 - Revert "x86/smp: Eliminate mwait_play_dead_cpuid_hint()" (bsc#1243907). - commit 1fa64dc ++++ kernel-debug: - rpm/check-for-config-changes: add more to IGNORED_CONFIGS_RE Useful when someone tries (needs) to build the kernel with clang. - commit 06918e3 - Revert "x86/smp: Eliminate mwait_play_dead_cpuid_hint()" (bsc#1243907). - commit 1fa64dc ++++ kernel-default: - rpm/check-for-config-changes: add more to IGNORED_CONFIGS_RE Useful when someone tries (needs) to build the kernel with clang. - commit 06918e3 - Revert "x86/smp: Eliminate mwait_play_dead_cpuid_hint()" (bsc#1243907). - commit 1fa64dc ++++ kernel-source: - rpm/check-for-config-changes: add more to IGNORED_CONFIGS_RE Useful when someone tries (needs) to build the kernel with clang. - commit 06918e3 - Revert "x86/smp: Eliminate mwait_play_dead_cpuid_hint()" (bsc#1243907). - commit 1fa64dc ++++ kernel-docs: - rpm/check-for-config-changes: add more to IGNORED_CONFIGS_RE Useful when someone tries (needs) to build the kernel with clang. - commit 06918e3 - Revert "x86/smp: Eliminate mwait_play_dead_cpuid_hint()" (bsc#1243907). - commit 1fa64dc ++++ kernel-kvmsmall: - rpm/check-for-config-changes: add more to IGNORED_CONFIGS_RE Useful when someone tries (needs) to build the kernel with clang. - commit 06918e3 - Revert "x86/smp: Eliminate mwait_play_dead_cpuid_hint()" (bsc#1243907). - commit 1fa64dc ++++ kernel-obs-build: - rpm/check-for-config-changes: add more to IGNORED_CONFIGS_RE Useful when someone tries (needs) to build the kernel with clang. - commit 06918e3 - Revert "x86/smp: Eliminate mwait_play_dead_cpuid_hint()" (bsc#1243907). - commit 1fa64dc ++++ kernel-obs-qa: - rpm/check-for-config-changes: add more to IGNORED_CONFIGS_RE Useful when someone tries (needs) to build the kernel with clang. - commit 06918e3 - Revert "x86/smp: Eliminate mwait_play_dead_cpuid_hint()" (bsc#1243907). - commit 1fa64dc ++++ kernel-syms: - rpm/check-for-config-changes: add more to IGNORED_CONFIGS_RE Useful when someone tries (needs) to build the kernel with clang. - commit 06918e3 - Revert "x86/smp: Eliminate mwait_play_dead_cpuid_hint()" (bsc#1243907). - commit 1fa64dc ++++ kernel-vanilla: - rpm/check-for-config-changes: add more to IGNORED_CONFIGS_RE Useful when someone tries (needs) to build the kernel with clang. - commit 06918e3 - Revert "x86/smp: Eliminate mwait_play_dead_cpuid_hint()" (bsc#1243907). - commit 1fa64dc ++++ level-zero: - Replace explicit declarations in %files with wildcards - Remove default -n parameter from %autosetup macro - Update to version 1.22.3: * Fix sysman only init to disallow retrieval of loader context due to version compatibility * Fix GUID gen and update to v1.22.3 * Add ability to Register a TeardownCallback to notify release of L0 resources - Update to version 1.22.1/1.22.2: * Bug fixes - Update to version 1.22.0: * Update Level Zero Loader and Headers to support v1.13.1 of L0 Spec ++++ libupnp: - Update to release 1.14.22 * Resolve FTBFS on musl - Update to release 1.4.21 * IXML fuzzer fixes * Bind SSDP UDP response to port 1900 ++++ ncurses: - Add ncurses patch 20250531 + improve logic in misc/run_tic.in for constructing symbolic link when $DESTDIR is set. ++++ ntfs-3g_ntfsprogs: - Migrate away from update-alternatives (bsc#1240095). - Upon installation of the newer packages, the old alternatives are purged from the system. ++++ openjph: - Update to 0.21.3: * This adds support for macOS multi-generation which can be invoked with - DCMAKE_OSX_ARCHITECTURES="arm64;x86_64". #185 #185 * This also adds the -fPIC flag to the library to generate position independent code. ++++ protobuf-c: - Update to release 1.5.2 * Chase compatibility issues with Google protobuf 30.0-rc1 * protoc-gen-c: Explicitly construct strings where needed for protobuf 30.x ++++ systemd: - Import commit c929295b4c1fb3cd6b9963bc7588fbc3e597ab86 (merge of v257.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/8e9840a2897e36ae3f926f8d10a2b0d7e4102c67...c929295b4c1fb3cd6b9963bc7588fbc3e597ab86 ++++ systemd-mini: - Import commit c929295b4c1fb3cd6b9963bc7588fbc3e597ab86 (merge of v257.6) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/8e9840a2897e36ae3f926f8d10a2b0d7e4102c67...c929295b4c1fb3cd6b9963bc7588fbc3e597ab86 ++++ taglib: - Update to version 2.1 * Support for Shorten (SHN) files. * Compile time configuration of supported formats: WITH_APE, WITH_ASF, ... * Compile time configuration of data and temporary directories for unit tests: TESTS_DIR and TESTS_TMPDIR. * C bindings: Added taglib_file_new_wchar() and taglib_file_new_type_wchar(). * Preserve unicode encoding when downgrading to ID3v2.3. * Do not store FLAC metadata blocks which are too large. * Fix segfaults with String and ByteVector nullptr arguments. ++++ taglib-tests: - Update to version 2.1 * Support for Shorten (SHN) files. * Compile time configuration of supported formats: WITH_APE, WITH_ASF, ... * Compile time configuration of data and temporary directories for unit tests: TESTS_DIR and TESTS_TMPDIR. * C bindings: Added taglib_file_new_wchar() and taglib_file_new_type_wchar(). * Preserve unicode encoding when downgrading to ID3v2.3. * Do not store FLAC metadata blocks which are too large. * Fix segfaults with String and ByteVector nullptr arguments. ++++ libtorrent: - Update to release 0.15.4 * Threads were not rejoined, which has been fixed * Moved TrackerList and TrackerController out of the public API * Use poll interrupting callbacks for SCGI requests * Updated ThrottleList to use new Scheduler ++++ vapoursynth: - Update to 72: * added named pipe output support to vspipe in windows by specifying .\pipe * fixed a bug that could lead to wrong timecodes being output by vspipe when a clip contains many different frame durations * the portable install script now allows the installed python version to be specified using the PythonVersionMajor and PythonVersionMinor arguments, it can also handle pre-releases properly now for easier testing * by default a limited python api compatible module will be compiled when python 3.12+ is used on all platforms * now supports python 3.12 and later in addition to 3.8 on windows - Update to 71: * fixed vertical mirroring at edges in convolution filters * improved trim and audiotrim error messages * updated the supported python versions to 3.13 and 3.8 on windows * updated visual studio 2022 runtime version ++++ libzmf: - Modified patch: * 0001-automake-Conditional-installation-of-PNG-and-JS-file.patch + test -f cannot be used with wildcards, since they are expanded ++++ libzypp: - Do not warn about no mirrors if mirrorlist was switched on automatically. (bsc#1243901) - Relax permission of cached packages to 0644 & ~umask (bsc#1243887) - version 17.37.3 (35) ++++ melange: - Update to version 0.26.4: * [StepSecurity] Apply security best practices (#2019) * fix: handle CACHEDIR properly (#2021) * Add rust-src directories to ignoredPaths (#2017) ++++ mksusecd: - merge gh#openSUSE/mksusecd#89 - fix crypto setup - add --luks option to influence LUKS entrypted volume - initrd can be missing with '--pico' option - fix --add-entry for live / multi linux media (bsc#1243075) - 3.10 ++++ mp: - Add reproducibledocs.patch and reproducibletar.patch to make package build reproducible ++++ nginx: - Updated to 1.28.0: * Fixed -Wunterminated-string-initialization with gcc15 * HTTP/3: fixed NGX_HTTP_V3_VARLEN_INT_LEN value ++++ obs-service-cargo: - Update to version 6.0.1: * chore(release): v6.0.1 * improvement: just pass the current workdir instead * docs: behaviour changed. i don't want TMPDIR to be filled up like crazy. * docs: update README.md ++++ roast: - Update to version 7.2.0: * chore(release): bump to version 7.2.0 * tests: roast_scm_opts should have `None` as the first parameter * improvement: add a possibility to pass a custom workdir ++++ openQA: - Update to version 5.1748615746.d50d8e24: * Bump synckit from 0.11.6 to 0.11.8 * Bump eslint-plugin-prettier from 5.4.0 to 5.4.1 * Support repeated query params in filter parsing * Replace deprecated ingress class annotation with ingressClassName * CI: Update python version in check-helm-chart * Avoid database error when more than one limit parameter is specified * Use signatures in all functions of `t/ui/18-tests-details.t` * Improve details of test details test * Refactor search_args construction for multi-valued query parameters * Allow comma-separated filtering of flavor * Dependency cron 2025-05-26 * t: Test if flavor options from URL are carried over to the form * t: Add more testing of comma-separated values * t: Check URL contains single flavor * Apply macro to support upcoming opensuse/sle 16 build ++++ opi: - Version 5.8.5 * add librewolf plugin (#205) * Install .NET 9 * Add verbose mode * Change the order of the process in the github module * Add rustdesk plugin ++++ os-autoinst: - Update to version 5.1748859519.44e4a9e: * ci: Remove workaround for Devel::Cover * Require Inline::Lua * Add support for lua test modules * Use CPAN module Test::CheckGitStatus * Apply macro to support upcoming opensuse/sle 16 build ++++ password-store: - Update default-to-xclip.patch it unfortunately contains the cgit version ++++ perl-Date-Manip: - updated to 6.980.0 (6.98) see /usr/share/doc/packages/perl-Date-Manip/Changes 6.98 2025-06-01 - Time zone fixes Newest zoneinfo data (tzdata 2025b). ++++ perl-Locale-Codes: - updated to 3.830.0 (3.83) see /usr/share/doc/packages/perl-Locale-Codes/Changes 3.83 2025-06-01 sbeck - NEW CODE(s) ++++ perl-Log-Any: - updated to 1.718.0 (1.718) see /usr/share/doc/packages/perl-Log-Any/Changes 1.718 2025-06-01 09:59:59-05:00 America/Chicago [Fixed] - Fixed Log::Any::Adapter::Multiplex not loading its child adapter modules. ++++ pnpm: - update to 10.11.1: * Patch Changes - Fix an issue in which pnpm deploy --legacy creates unexpected directories when the root package.json has a workspace package as a peer dependency #9550. - Dependencies specified via a URL that redirects will only be locked to the target if it is immutable, fixing a regression when installing from GitHub releases. (#9531) - Installation should not exit with an error if strictPeerDependencies is true but all issues are ignored by peerDependencyRules #9505. - Use pnpm_config_ env variables instead of npm_config_ #9571. - Fix a regression (in v10.9.0) causing the --lockfile-only flag on pnpm update to produce a different pnpm-lock.yaml than an update without the flag. - Let pnpm deploy work in repos with overrides when inject-workspace-packages=true #9283. - Fixed the problem of path loss caused by parsing URL address. Fixes a regression shipped in pnpm v10.11 via #9502. - pnpm -r --silent run should not print out section #9563. ++++ postfix: - Fix place of pam file - [Build 20250527] postfix mail delivery fails (bsc#1243886) - move /var/spool/mail/ to separate package (bsc#1179574) Revert last bad change - Adapt rpmlint ++++ postfix-bdb: - Fix place of pam file - [Build 20250527] postfix mail delivery fails (bsc#1243886) - move /var/spool/mail/ to separate package (bsc#1179574) Revert last bad change - Adapt rpmlint ++++ postgresql15-timescaledb: - Update to version 2.20.2 https://github.com/timescale/timescaledb/releases/tag/2.20.2 ++++ postgresql16-timescaledb: - Update to version 2.20.2 https://github.com/timescale/timescaledb/releases/tag/2.20.2 ++++ postgresql17-timescaledb: - Update to version 2.20.2 https://github.com/timescale/timescaledb/releases/tag/2.20.2 ++++ presenterm: - Update to 0.14.0: New features: * Add support for exporting presentations as HTML files (#566) (#595) (#575) (#599) * Snippet execution output now contains configurable padding and built-in themes default to the same padding as snippets (2 spaces horizontally, one line vertically) (#592) (#593). * Add highlighting and execution support for Jsonnet (#585) * Allow configuring snippets to be executed sequentially during exports (#584). Fixes: * Skip slides with pauses correctly (#598). * Avoid printing text if there's no vertical space for it, which otherwise looks bad particularly when using font size > 1 (#594). * Execute snippets only once during export (#583). * Don't add an extra pause after lists if there's nothing left (#580). * Allow interleaved spans and variables in footer (#577). * Truly center +exec_replace snippet output (#572). ++++ product-composer: - update to version 0.6.0: * obsolete schema dependency again and rely on pydantic * support AppStream generation * support packageset selections in flavors via content and unpack * allow overwrite of supportstatus via = prefix * larger code refactoring for first unit tests ++++ psi+: - update to 1.5.2076+0 * Iris relinked * An attempt to fix build with Qt 6.9.0 * Qt6 warnings fixed * Added short CMake option USE_QT6 to enable Qt6 support * Conceal some rare crash on start * generated header config.h renamed to psi_config.h * Fixed paths for including qtkeychain library header files when compiling with Qt6 * cmake: use stable version of bundled qtkeychain instead of development one * cmake: fix build if bundled qtkeychain using gcc 9.x and older * An attempt to fix #856. Fix for idle mechanism in linux systems * Don't reset muc avatar for old servers compatibility * Don't detach iconsets * Bring back early Date conversion for date/time fields to fix groupping * Split date format and time format in Psi webkit themes * Fixed lastDate message * and more - switch to Qt6 - avoid %suse_update_desktop_file -- it is deprecated and adds duplicate entries - spec cleanup - plugins-screenshotplugin was dropped - drop (upstream) * 0001-fix-uint_32_t-build-error.patch ++++ psi+-lang: - update to 1.5.2073+1 ++++ python-md2workflow: - Convert to pip-based build ++++ python-AnyQt: - Drop pyside2 support (boo#1243916) ++++ python-QDarkStyle: - Drop pyside2 support for Leap 16 and factory (boo#1243916) ++++ python-QtPy: - Drop pyside2 support for Leap 16 and factory (boo#1243916) ++++ python-azure-mgmt-resource: - New upstream release + Version 23.4.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py ++++ python-deepdiff: - Update to 8.5.0 * Updating deprecated pydantic calls * Switching to pyproject.toml * Fix for moving nested tables when using iterable_compare_func * Fix recursion depth limit when hashing numpy.datetime64 * Moving from legacy setuptools use to pyproject.toml - Update BuildRequires and Requires from pyproject.toml ++++ python-duckduckgo-search: - Update to 8.0.2 * fix(DDGS.text): update headers by @deedy5 in #305 ++++ python-findpython: - Update to 0.6.3 * Refresh lockfile and fix deprecation warnings * Prefer 64bit Python interpreters ++++ python-linetable: - Convert to pip-based build ++++ python-localzone: - Convert to pip-based build ++++ python-locket: - Convert to pip-based build ++++ python-lupa: - Convert to pip-based build ++++ python-macholib: - Convert to pip-based build ++++ python-magicalimport: - Convert to pip-based build ++++ python-matplotlib: - switch to generate Qt6 bindings as Qt5 is going EOL ++++ python-mccabe: - Convert to pip-based build ++++ python-mechanize: - Convert to pip-based build ++++ python-memory_profiler: - Convert to pip-based build ++++ python-mergedeep: - Convert to pip-based build ++++ python-methodtools: - Convert to pip-based build ++++ python-mimesis: - Convert to pip-based build ++++ python-misaka: - Convert to pip-based build ++++ python-mkdocs-bootstrap: - Convert to pip-based build ++++ python-moban: - Convert to pip-based build - Convert to pip-based build - Convert to pip-based build ++++ python-mocket: - Update to 3.13.7 * Update README.rst * Add methods for UDP sockets ++++ python-mohawk: - Convert to pip-based build ++++ python-mss: - Convert to pip-based build - Convert to pip-based build - Convert to pip-based build - Convert to pip-based build ++++ python-multipledispatch: - Convert to pip-based build ++++ python-musicbrainzngs: - Convert to pip-based build ++++ python-mutatorMath: - Convert to pip-based build ++++ python-mutt-ics: - Convert to pip-based build ++++ python-mypy_extensions: - Convert to pip-based build ++++ python-natsort: - Convert to pip-based build ++++ python-ndg-httpsclient: - Convert to pip-based build ++++ python-nest-asyncio: - Convert to pip-based build ++++ python-netifaces: - Convert to pip-based build ++++ python-nh3: - Update vendor tarball to fix CVE-2024-12224 (bsc#1243866) ++++ python-node-semver: - Convert to pip-based build ++++ python-noiseprotocol: - Convert to pip-based build ++++ python-ntfy: - Convert to pip-based build ++++ python-ntplib: - Convert to pip-based build ++++ python-num2words: - Convert to pip-based build ++++ python-nwdiag: - Convert to pip-based build ++++ python-odfpy: - Convert to pip-based build ++++ python-oktaloginwrapper: - Convert to pip-based build ++++ python-opencensus-context: - Convert to pip-based build ++++ python-opencensus-ext-azure: - Convert to pip-based build ++++ python-openidc-client: - Convert to pip-based build ++++ python-opentelemetry-instrumentation: - Update to 0.54b1: * Make auto instrumentation use the same dependency resolver as manual instrumentation does * make it simpler to initialize auto-instrumentation programmatically - Update URL. - Run the testsuite again. ++++ python-opentelemetry-instrumentation-asgi: - Update to 0.54b1: * Bump for opentelemetry 1.33.1 release. - Remove unneeded BuildRequires on setuptools and wheel. ++++ python-opentelemetry-instrumentation-fastapi: - Update to 0.54b1: * Bump for opentelemetry 1.33.1 release. - Remove BuildRequires on setuptools and wheel. ++++ python-opentelemetry-test-utils: - Add missing requirement on opentelemetry-sdk. ++++ python-opentelemetry-util-http: - Update to 0.54b1: * Bump for opentelemetry 1.33.1 release. - Update URL. - Adjust {Build,}Requires to reflect reality. ++++ python-openwrt-luci-rpc: - Convert to pip-based build ++++ python-ordered-namespace: - Convert to pip-based build ++++ python-orderedmultidict: - Convert to pip-based build - Update to 5.4.1 * Making it compatible with python 3.8 - from versiom 5.4.0 * index() is not compatible with pandas anymore. Instead use indexes when you need to get the indexes for multiple items. ++++ python-outcome: - Convert to pip-based build ++++ python-ovirt-engine-sdk: - Convert to pip-based build - Convert to pip-based build ++++ python-pako: - Convert to pip-based build ++++ python-pamqp: - Convert to pip-based build ++++ python-pan-python: - Convert to pip-based build ++++ python-pandocfilters: - Convert to pip-based build ++++ python-parallax: - Convert to pip-based build ++++ python-paramiko-expect: - Convert to pip-based build ++++ python-parsedatetime: - Convert to pip-based build ++++ python-pynitrokey: - update to 0.8.5: This release fixes a bug in nk3 secrets when handling base32 secrets if the length is a multiple of 8. * Changelog - helpers.b32padding: avoid adding 8 pads when none needed by @AmitAronovitch in #654 ++++ python-scipy: - Drop upper version bound in pythran BuildRequires ++++ python-selenium: - Update vendor tarball to fix CVE-2024-12224 (bsc#1243866) ++++ python-specfile: - Update to 0.36.0 * We have fixed a bug that caused specfile to traceback when section names with conditional macro expansions containing spaces were present in the spec file. (#476) ++++ python-structlog: - Update to 25.4.0: Added: * Support for Python 3.14 and Python 3.13.4. * Python 3.14 has an backwards-incompatible change to logging.Logger.isEnabledFor() (it now always returns False if a log entry is in flight) that has been backported to 3.13.4 (expected on 2025-06-03). It mainly affects structlog.stdlib.filter_by_level(). #723 * structlog.tracebacks now handles exception groups. structlog.tracebacks.Stack has two new fields, is_group: bool and exceptions: list[Trace]. This works similarly to what Rich v14.0.0 does. #720 Fixed: * structlog.processors.ExceptionPrettyPrinter now respects the exception_formatter arguments instead of always using the default formatter. #724 ++++ python-superqt: - Drop pyside2 support (boo#1243916) ++++ rpmlint: - Update to version 2.7.0+git20250602.ed1e5f38: * sysctl-whitelist: adjust 50-coredump.conf digest for systemd (bsc#1243959) * SUIDPermissionsCheck: Check for permctl instead of chkstat ++++ rpmlint-strict: - Update to version 2.7.0+git20250602.ed1e5f38: * sysctl-whitelist: adjust 50-coredump.conf digest for systemd (bsc#1243959) * SUIDPermissionsCheck: Check for permctl instead of chkstat ++++ rpmlint-test: - Update to version 2.7.0+git20250602.ed1e5f38: * sysctl-whitelist: adjust 50-coredump.conf digest for systemd (bsc#1243959) * SUIDPermissionsCheck: Check for permctl instead of chkstat ++++ rqlite: - Update to version 8.37.2: * Upgrade SQL parser * Update Go dependencies ++++ rtorrent: - Update to release 0.15.4 * Refactoring of threads, polling and scheduler code. * Added `system.files.advise_random.hashing.set` for speeding up initial hashing of files in a torrent. This can be used in conjunction with `system.files.advise_random.set` to reduce disk I/O on SSDs. * Enabling `system.files.advise_random.set` will reduce unnecessary disk I/O on SSDs, while disabling `system.files.advise_random.hashing.set` ensures that the initial hashing retains the benefits of sequential disk read-ahead. ++++ schedctl: - Fixed package summary ++++ sslh: - Update to 2.2.4: * Fix CVE-2025-46806 (bsc#1243120) for "Misaligned Memory Accesses in `is_openvpn_protocol()`" * Fix CVE-2025-46807 (bsc#1243122) for "File Descriptor Exhaustion in sslh-select and sslh-ev" * Fix potential parsing of undefined data in syslog probe (no CVE assigned) ++++ stress-ng: - update to 0.19.01: * many procfs stressor fixes * Cygwin porting fixes (Kudos to Christian Franke) * Improvements to manual * Fix missing optimisation flags in eigen stressor (2-15x speed improvement) * NUMA fixes ++++ syncthing: - Update to 1.29.7 * Fixes fix(config): deep copy configuration defaults (fixes #9916) by @hazemKrimi in #10101 fix(config): mark audit log options as needing restart (fixes #10099) by @marbens-arch in #10100 fix(versioner): fix perms of created folders (fixes #9626) by @ashishbhate in #10105 fix(syncthing): ensure both config and data dirs exist at startup (fixes #10126) by @calmh in #10127 fix(gui): update uncamel() to handle strings like 'IDs' (fixes #10128) by @luckman212 in #10131 * Features feat(gui): close a modal when pressing ESC after switching modal tabs (fixes #9489) by @hazemKrimi in #10092 * Other chore(gui): add Serbian (sr) translation template by @acolomb in #10116 build: reactivate golangci-lint by @calmh in #10118 chore: move golangci-lint & meta to separate PR-only workflow by @calmh in #10119 refactor: use slices.Contains to simplify code by @pullmerge in #10121 build: process for automatic release tags by @calmh in #10133 refactor: use slices package for sort by @mrclmr in #10132 refactor: use slices package for sorting by @mrclmr in #10136 docs: general notes about v2 coming by @calmh in #10135 build: add labeler workflow for PRs by @calmh in #10143 ++++ tuned: - Fix newlines in changelog ++++ wpa_supplicant: - Update build config: * Disable support for Wired equivalent privacy (WEP) * Enable 802.11r-2008 (Fast BSS Transition) * Enable 802.11ax support ++++ yast2-trans: - Update to version 84.87.20250601.6e39b4d951: * Translated using Weblate (Russian) * Translated using Weblate (Russian) * Translated using Weblate (Russian) * Translated using Weblate (Russian) * Translated using Weblate (Russian) * Translated using Weblate (Russian) * Translated using Weblate (Russian) * Translated using Weblate (Russian) * Translated using Weblate (Kabyle) * Added translation using Weblate (Kabyle) * Translated using Weblate (Ukrainian) * Translated using Weblate (Russian) * Translated using Weblate (Kabyle) * Translated using Weblate (Kabyle) * Added translation using Weblate (Kabyle) * Translated using Weblate (Kabyle) * Added translation using Weblate (Kabyle) * Translated using Weblate (Kabyle) * Added translation using Weblate (Kabyle) * Translated using Weblate (Kabyle) * Added translation using Weblate (Kabyle) * Translated using Weblate (Ukrainian) * Translated using Weblate (Slovak) * Translated using Weblate (Russian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Ukrainian) * Translated using Weblate (Ukrainian) * Translated using Weblate (Catalan) * Translated using Weblate (Kabyle) * Translated using Weblate (Spanish) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Slovenian) * Translated using Weblate (Ukrainian) * Translated using Weblate (Ukrainian) * Translated using Weblate (Ukrainian) ------------------------------------------------------------------ ------------------ 2025-6-1 - Jun 1 2025 ------------------- ------------------------------------------------------------------ ++++ assimp: - Update to 6.0.1. Too many changes, check https://github.com/assimp/assimp/releases/tag/v6.0.0 for the full list. * Fixes CVE-2025-3196, boo#1240775 * Fixes CVE-2024-48426, boo#1232325 * Fixes CVE-2025-2152, boo#1239221 - Drop patches, merged upstream: * 0001-SplitLargeMeshes-Fix-crash-5799.patch * 0001-Fix-leak-5762.patch * CVE-2024-48423.patch * CVE-2024-48424.patch * CVE-2024-53425.patch * 0001-ASE-Fix-possible-out-of-bound-access.patch * 0001-MDL-Limit-max-texture-sizes.patch * 0001-MDL-Fix-overflow-check.patch * CVE-2025-2151.patch * 0001-Bugfix-Fix-possible-nullptr-dereferencing.patch * 0001-Potential-use-after-free.patch * 0001-ASE-Use-correct-vertex-container.patch * 0001-CMS-Fix-possible-overflow-access.patch * 0001-NDO-Fix-possible-overflow-access.patch - Add patch: * 0001-Accept-find_package-Assimp-5.x-calls.patch ++++ autotrace: - Update to version 0.31.10: * ImageMagick 7 support (gh#autotrace/autotrace#105, gh#autotrace/autotrace#106). * HKUST CVEs addressed (gh#autotrace/autotrace#110). - Drop upstreamed or otherwise unnecessary patches: * autotrace-0.31.1-quotefix.diff (autotrace.m4 dropped, commit 64823fa). * 0001-fix_input_png.patch (commit 70b315a). * CVE-2019-19004.patch (commit 64c5833). * CVE-2019-19005.patch (commit 268aee4). * CVE-2022-32323.patch (comimt aaf410d). - Add autotrace-pkgconfig-private-libs.patch: [pkgconfig] Move some libraries to Libs.private (gh#autotrace/autotrace#124). - Add autotrace-ac_subst-magick-vars.patch: Fix unexpanded MAGICK_* automake variables in pkgconfig file (gh#autotrace/autotrace#160). - Drop additional pstoedit.m4 file source as not needed any more. - Use full URL for Source0. - Split off separate lang package. - Run tests as part of %check section; add BuildRequires: procps for pkill command used in some tests. - Specfile cleanups. ++++ digger-cli: - Update to version 0.6.104: * add docs page for ai summaries by @motatoes in #1962 * test token change by @motatoes in #1965 ++++ forgejo: - apparmor: allow reading of new data files ++++ hledger: - Update hledger to version 1.43. Upstream's change log file format is strange (too much unmodified text at at the top). The automatic updater cannot extract the relevant additions. You can find the file at: http://hackage.haskell.org/package/hledger-1.43/src/CHANGES.md ++++ ghc-hledger-lib: - Update hledger-lib to version 1.43. Upstream's change log file format is strange (too much unmodified text at at the top). The automatic updater cannot extract the relevant additions. You can find the file at: http://hackage.haskell.org/package/hledger-lib-1.43/src/CHANGES.md ++++ hledger-ui: - Update hledger-ui to version 1.43. Upstream's change log file format is strange (too much unmodified text at at the top). The automatic updater cannot extract the relevant additions. You can find the file at: http://hackage.haskell.org/package/hledger-ui-1.43/src/CHANGES.md ++++ gitleaks: - Update to version 8.27.0: * Archive Scanning Sometimes secrets are packaged within archive files like zip files or tarballs, making them difficult to discover. Now you can tell gitleaks to automatically extract and scan the contents of archives. The flag --max-archive-depth enables this feature for both dir and git scan types. The default value of "0" means this feature is disabled by default. Recursive scanning is supported since archives can also contain other archives. The --max-archive-depth flag sets the recursion limit. Recursion stops when there are no new archives to extract, so setting a very high max depth just sets the potential to go that deep. It will only go as deep as it needs to. The findings for secrets located within an archive will include the path to the file inside the archive. Inner paths are separated with !. This means a secret was detected on line 4 of files/.env.prod. which is in archives/files.tar which is in testdata/archives/nested.tar.gz. Currently supported formats: The compression and archive formats supported by mholt's archives package are supported. * Changelog - Archive support (#1872) - Update README.md - Reduce aws-access-token false positives (#1876) - Set `pass_filenames` to `false` for Docker hook (#1850) - unicode decoding (#1854) - Diagnostics (#1856) - chore: include decoder in debug log (#1853) ++++ glow: - Update to 2.1.1: * fix all linting issues (@andreynering) * watch for dir instead of file to work on all scenarios (#734) (@Ktrod) * handle case when selected md is nil (@MarkusBillharz) * only show edit if documents are available (@MarkusBillharz) * sync viewport on half page up/down to prevent duplicate strings in render (#756) (@Ktrod) * tui mode handling of remote urls (#744) (@glwbr) * update .golangci.yml for v2 (@andreynering) - Remove fix_cve_2025_22872.patch (solved upstream) * bump golang.org/x/net from 0.27.0 to 0.40.0 ++++ gnome-desktop: - Update to version 44.3: + Stop using ratio character for time in the wall-clock. + Fix variable initialization. + Only parse XML files as slideshows. + Updated translations. ++++ gstreamer-devtools: - Update to version 1.26.2: + Fix new warnings on Fedora 42, various meson warnings, and other small meson build/wrap fixes + validate: baseclasses: Reset Test timeouts between iterations + validate: scenario: Fix race condition when ignoring EOS ++++ gstreamer-editing-services: - Update to version 1.26.2: + Fix frame position for sources with par < 1 + Fix video position for sources with pixel-aspect-ratio > 1 + Valgrind fixes + properties: add G_PARAM_STATIC_STRINGS where missing + Switch to GST_AUDIO_NE() to make things work properly on Big Endian systems ++++ python-gst: - Update to version 1.26.2: + This release includes important fixes for the GStreamer Python bindings. + Since pygobject 3.13 around 10 years ago, it wasn't possible anymore to modify GStreamer miniobjects, e.g. modify caps or set buffer timestamps, as an implicit copy of the original would always be made. This should finally work again now. + Fix new warnings on Fedora 42, various meson warnings, and other small meson build/wrap fixes. + python: Add overrides to be able to handle writability of MiniObjects. + python: Convert buffer metadata API to use @property decorators. + REGRESSION: pygobject 3.13 now copies the GstStructure when getting them from a GstCaps, making it impossible to properly modify structures from caps in place. ++++ gstreamer-plugins-bad: - Update to version 1.26.2: + alphacombine: Fix seeking after EOS + cuda: Fix runtime PTX compile, fix example code build with old CUDA SDK + curl: Fix build with MSVC + curl: small fixups p3 + d3d12: Fix gstreamer-full subproject build with gcc + d3d12: Generate gir file + d3d12decoder: Workaround for NVIDIA crash on resolution change + d3d12memory: Allow set_fence() only against writable memory + d3d12memory: Make D3D12 map flags inspectable + d3d12screencapturesrc: Fix desktop handle leak + dash: mpdclient: Don't pass terminating NUL to adapter + dvbsuboverlay: Actually make use of subtitle running time instead of using PTS + dvbsuboverlay: No subtitles after seek + h264parse: Never output stream-format=avc/avc3 caps without codec_data + lcevc: Use portable printf formatting macros + midiparse: Consider tempo changes when calculating duration + nvencoder: Fix GstVideoCodecFrame leak on non-flow-ok return + play: Improve stream selection + properties: add G_PARAM_STATIC_STRINGS where missing + rtpsender: fix 'priority' GValue get/set + va: Fix H264 profile decision logic + vulkan/wayland: Init debug category before usage + Ensure properties are freed before (re)setting with g_value_dup_object() or g_value_dup_boxed() and during cleanup + Fix new warnings on Fedora 42, various meson warnings, and other small meson build/wrap fixes + Fixes for big endian + Fix Qt detection in various places + Switch to GST_AUDIO_NE() + Valgrind fixes ++++ gstreamer-plugins-base: - Update to version 1.26.2: + alsa: Avoid infinite loop in DSD rate detection + gl: Implement basetransform meta transform function + glshader: free shader on stop + glupload: Only add texture-target field to GL caps + gstaudioutilsprivate: Fix gcc 15 compiler error with function pointer + mikey: Avoid infinite loop while parsing MIKEY payload with unhandled payload types + properties: add G_PARAM_STATIC_STRINGS where missing + riff-media: fix MS and DVI ADPCM av_bps calculations + subtitleoverlay: Remove 0.10 hardware caps handling + subtitleoverlay: Missing support for DMABuf(?) + tests: opus: Update channel support and add to meson + textoverlay: fix shading for RGBx / RGBA pixel format variants + textoverlay background is wrong while cropping + uridecodebin3: Don't hold play items lock while releasing pads + uridecodebin3: deadlock on PLAY_ITEMS_LOCK + Fix new warnings on Fedora 42, various meson warnings, and other small meson build/wrap fixes + Fix Qt detection in various places ++++ gstreamer-plugins-good: - Update to version 1.26.2: + adaptivedemux2: Fixes for collection handling + adaptivedemux2: Fix several races + dash: mpdclient: Don't pass terminating NUL to adapter + gl: Implement basetransform meta transform function + imagefreeze: Set seqnum from segment too + interleave: Don't hold object lock while querying caps downstream + matroskamux: Write stream headers before finishing file, so that a correct file with headers is written if we finish without any data + meson: Add build_rpath for qt6 plugin on macOS + meson: Fix qt detection in various places + properties: add G_PARAM_STATIC_STRINGS where missing + qtdemux: Check length of JPEG2000 colr box before parsing it + qtdemux: Parse chan box and improve raw audio channel layout handling + qtdemux: Improve track parsing + qtdemux: Use byte reader to parse mvhd box + qtdemux: cmpd box is only mandatory for uncompressed video with uncC version 0 + rtph264pay: Reject stream-format=avc without codec_data + rtputils: Add debug category + v4l2: pool: Send drop frame signal after dqbuf success + v4l2: pool: fix assert when mapping video frame with DMA_DRM caps + v4l2videoenc: report error only when buffer pool parameters are invalid + wavparse: Ignore EOS when parsing the headers + wavparse: Regression leading to unplaybable wav files that were working before + Ensure properties are freed before (re)setting with g_value_dup_object() or g_value_dup_boxed() and during cleanup + Fix new warnings on Fedora 42, various meson warnings, and other small meson build/wrap fixes + Fixes for big endian + Switch to GST_AUDIO_NE() + Valgrind fixes ++++ gstreamer-plugins-libav: - Update to version 1.26.2: + Valgrind fixes + libav: Only allocate extradata while decoding ++++ gstreamer-plugins-rs: - Update to version 1.26.2: + awstranslate: improve control over accumulator behavior + awstranslate: output buffer lists + cea608tott: make test text less shocking by having more cues as context + dav1ddec: Directly decode into downstream allocated buffers if possible + deny: Allow webpki-root-certs license + fmp4mux: Add support for AC-3 / EAC-3 + fmp4mux: Use earliest PTS for the base media decode time (tfdt) + fmp4mux: Fix handling of negative DTS in composition time offset + fmp4mux: Write lmsg as compatible brand into the last fragment + mp4mux: add extra brands + mp4: avoid dumping test output into build directory + mp4: migrate to mp4-atom to check muxing + mp4: test the trak structure + gtk4: Update and adapt to texture builder API changes + gtk4: Initial colorimetry support + gtk4: Update default GTK4 target version to 4.10 + rtp: Update to bitstream-io 4.0 + skia: Implement a video compositor using skia + webrtc: addressing a few deadlocks + webrtc: Support for producer sessions targeted at a given consumer + webrtc: add new JanusVR source element + webrtc: janus: clean up and refactoring + webrtcsink: Use seq number instead of Uuid for discovery + webrtc: Make older peers less likely to crash when webrtcsrc is used + Fix or silence various new clippy warnings + Update Cargo.lock to fix duplicated target-lexicon - Pass skia=disabled to meson setup, not yet available in openSUSE. ++++ gstreamer-plugins-vaapi: - Update to version 1.26.2: + Ensure properties are freed before (re)setting with g_value_dup_object() or g_value_dup_boxed() and during cleanup ++++ gstreamer-rtsp-server: - Update to version 1.26.2: + properties: add G_PARAM_STATIC_STRINGS where missing + properties: ensure properties are freed before (re)setting with g_value_dup_object() or g_value_dup_boxed() and during cleanup + tests: Valgrind fixes ++++ headscale: - Sync default configurations - Fix the ldflags to set version and commit hash again ++++ itstool: - Add 32c7d07664dc37765100285d1202d488cd6a27e8.patch: Fix insufficiently quoted regular expressions. These went under the radar until Python 3.12 started warning about them. ++++ libstorage-ng: - Translated using Weblate (Kabyle) (bsc#1149754) - 4.5.258 ++++ nix: - Enable -Dembedded-sandbox-shell to allow building packages that depends on bash, as it is default in NixOS ++++ obs-service-cargo: - Update to version 5.1.0+git31.geaa15d9: * remove: woah this test file has not been removed since lol * dependencies: update libroast to 7.1.2 * tests: update bonk to v0.4.0 * Merge branch '20250518-do-everything-at-once' * dependencies: bump libroast to 6.1.0 * chore(release): bump to v5.1.0 * tests: make `segments` mutable * clippy: apply fix for "double_ended_iterator_last" clippy error here too * clippy: apply fix for clippy error "double_ended_iterator_last" * misc: remove unnecessary newlines in Cargo.toml configuration. * ci: run also when lockfile is updated. * ci: set TOOLCHAIN_VERSION to stable * cargo: update Cargo.lock * toolchain: always select stable * chore(release): v5.0.0 * cargo: update Cargo.lock * Merge branch 'Pi-Cla-update-deps' * refactor: update code to Rust 2024 edition * chore: update MSRV to 1.85 and Rust edition to 2024 * chore(release): v4.5.0 * test: update sources for roast. * security: update gix-worktree-state to 0.17.0 * fix(doc): missing last double quote now added. * ci: install rust with \`rustup show\` command * toolchain: add most used components for rust development * chore(release): v4.4.1 * fix: avoid infinite recursion causing stack overflow * tests: add just to the test vendored files * chore(release): v4.4.0 * chore: apply clippy suggestions * improvement: ensure paths are handled. also output the hashes of lockfiles before and after. * revert: trying to patch gix-worktree-state * chore: bump deps * refactor: update code to Rust 2024 edition * chore: update MSRV to 1.85 and Rust edition to 2024 * chore(release): v4.5.0 * test: update sources for roast. * security: update gix-worktree-state to 0.17.0 * fix(doc): missing last double quote now added. * ci: install rust with \`rustup show\` command * toolchain: add most used components for rust development * chore(release): v4.4.1 * fix: avoid infinite recursion causing stack overflow * tests: add just to the test vendored files * chore(release): v4.4.0 * tests: ignored -> ignore * tests: fix tests by ignoring those that change directories in the environment * misc: apply clippy suggestions * dependencies: update libroast to v7.1.1 * tests: add tests that points to a URL * tests: add test file * tests: update struct fields of `Opts` in tests * fix: revision should be an `Option` in obs service cargo * docs: update service file definition * docs: update wording in code docs * improvement: port over roast scm specific fields to obs service cargo * dependencies: update libroast to v7.1.0 * dunno why target.rs is there * dependencies: update Cargo.lock * dependencies: only use git sources for libroast * dependencies: get libroast from registry now * format: run `cargo fmt` * fix: clippy lint fixes + adding missing fields in tests. * feature: roast_scm + obs-service-cargo_vendor in one go * dependencies: use another fixed change in libroast * dependencies: add url crate * dependencies: use another fixed change in libroast * dependency: update libroast to the working commit * docs: update doc comments to match intention * refactor: change this field to `String` instead of `PathBuf`. * dependencies: use git source at a specific commit hash for libroast. * dependencies: bump libroast to 6.1.0 - Add openssl as new build dependency - Update to version 5.1.0+git29.g2fedf31: * tests: update bonk to v0.4.0 * Merge branch '20250518-do-everything-at-once' * dependencies: bump libroast to 6.1.0 * chore(release): bump to v5.1.0 * tests: make `segments` mutable * clippy: apply fix for "double_ended_iterator_last" clippy error here too * clippy: apply fix for clippy error "double_ended_iterator_last" * misc: remove unnecessary newlines in Cargo.toml configuration. * ci: run also when lockfile is updated. * ci: set TOOLCHAIN_VERSION to stable * cargo: update Cargo.lock * toolchain: always select stable * chore(release): v5.0.0 * cargo: update Cargo.lock * Merge branch 'Pi-Cla-update-deps' * refactor: update code to Rust 2024 edition * chore: update MSRV to 1.85 and Rust edition to 2024 * chore(release): v4.5.0 * test: update sources for roast. * security: update gix-worktree-state to 0.17.0 * fix(doc): missing last double quote now added. * ci: install rust with \`rustup show\` command * toolchain: add most used components for rust development * chore(release): v4.4.1 * fix: avoid infinite recursion causing stack overflow * tests: add just to the test vendored files * chore(release): v4.4.0 * chore: apply clippy suggestions * improvement: ensure paths are handled. also output the hashes of lockfiles before and after. * revert: trying to patch gix-worktree-state * chore: bump deps * refactor: update code to Rust 2024 edition * chore: update MSRV to 1.85 and Rust edition to 2024 * chore(release): v4.5.0 * test: update sources for roast. * security: update gix-worktree-state to 0.17.0 * fix(doc): missing last double quote now added. * ci: install rust with \`rustup show\` command * toolchain: add most used components for rust development * chore(release): v4.4.1 * fix: avoid infinite recursion causing stack overflow * tests: add just to the test vendored files * chore(release): v4.4.0 * tests: ignored -> ignore * tests: fix tests by ignoring those that change directories in the environment * misc: apply clippy suggestions * dependencies: update libroast to v7.1.1 * tests: add tests that points to a URL * tests: add test file * tests: update struct fields of `Opts` in tests * fix: revision should be an `Option` in obs service cargo * docs: update service file definition * docs: update wording in code docs * improvement: port over roast scm specific fields to obs service cargo * dependencies: update libroast to v7.1.0 * dunno why target.rs is there * dependencies: update Cargo.lock * dependencies: only use git sources for libroast * dependencies: get libroast from registry now * format: run `cargo fmt` * fix: clippy lint fixes + adding missing fields in tests. * feature: roast_scm + obs-service-cargo_vendor in one go * dependencies: use another fixed change in libroast * dependencies: add url crate * dependencies: use another fixed change in libroast * dependency: update libroast to the working commit * docs: update doc comments to match intention * refactor: change this field to `String` instead of `PathBuf`. * dependencies: use git source at a specific commit hash for libroast. * dependencies: bump libroast to 6.1.0 ++++ roast: - Update to version 7.1.2: * chore(release): bump to version 7.1.2 * improvement: only update the changelog header if possible * ci: forgot to enable obs in the feature flag - Update to version 7.1.1: * chore(release): bump to v7.1.1 * ci: forgot to specify which test to run * ci: include a test for feature `obs` * misc: update only once the version string. * tests: test feature `obs` ++++ python-uv: - update to 0.7.9: * The changes reverted in 0.7.8 have been restored. * See the python-build-standalone release notes for more details. * Enhancements * Improve obfuscation of credentials in URLs * Allow running non-default Python implementations via uvx * Add uvw as alias for uv without console window on Windows * Allow discovery of x86-64 managed Python builds on macOS * Differentiate between implicit vs explicit architecture requests * Implement ordering for Python architectures to prefer native installations * Only show the first match per platform (and architecture) by default in uv python list * Write the path of the parent environment to an extends-environment key in the pyvenv.cfg file of an ephemeral environment * Improve the error message when libc cannot be found, e.g., when using the distroless containers * Performance * Avoid rendering info log level * Improve performance of uv-python crate's manylinux submodule * Optimize Version display * Reduce number of reference-checks for uv cache clean * Bug fixes * Avoid reinstalling dependency group members with --all-packages * Don't fail direct URL hash checking with dependency metadata * Exit early on self update if global --offline is set * Fix cases where the uv lock is incorrectly marked as out of date * Include pre-release versions in uv python install --reinstall * Set LC_ALL=C for git when checking git worktree * Avoid rejecting Windows paths for remote Python download JSON targets * Preview * Add uv add --bounds to configure version constraints * Documentation * Add documentation about Python versions to Tools concept page * Add example of enabling Dependabot * Fix exclude-newer date format for persistent configuration files * Quote versions variables in GitLab documentation * Update Dependabot support status * Explicitly specify to add a new repo entry to the repos list item in the .pre-commit-config.yaml * Add integration with marimo guide * Add pronunciation to README ++++ python-veusz: - Update to version 4.0: * Update to using Qt6. * Documentation updates. * Copying SVG or image widgets copies image data. * Bug fixes: - HDF5 import - 3D rotation - Swap attributes for 2D data if transposing - Hide stderr from embedded usage unless debug=True - Fix histogram2d fro normed to density - Fix for datasets of different lengths if using gap_handling='ignore' - Rename nan_handling to gap_handling - Continue loading if error in plugins - Switch to PyQt6 instead of PyQt5 for builds. - Drop unnecessary update-desktop-file BuildRequires. ++++ roundcubemail: - update to 1.6.11 This is a security update to the stable version 1.6 of Roundcube Webmail. It provides fixes to recently reported security vulnerabilities: * Fix Post-Auth RCE via PHP Object Deserialization reported by firs0v. - CHANGELOG * Managesieve: Fix match-type selector (remove unsupported options) in delete header action (#9610) * Improve installer to fix confusion about disabling SMTP authentication (#9801) * Fix PHP warning in index.php (#9813) * OAuth: Fix/improve token refresh * Fix dark mode bug where wrong colors were used for blockquotes in HTML mail preview (#9820) * Fix HTML message preview if it contains floating tables (#9804) * Fix removing/expiring redis/memcache records when using a key prefix * Fix bug where a wrong SPECIAL-USE folder could have been detected, if there were more than one per-type (#9781) * Fix a default value and documentation of password_ldap_encodage option (#9658) * Remove mobile/floating Create button from the list in Settings > Folders (#9661) * Fix Delete and Empty buttons state while creating a folder (#9047) * Fix connecting to LDAP using ldapi:// URI (#8990) * Fix cursor position on "below the quote" reply in HTML mode (#8700) * Fix bug where attachments with content type of application/vnd.ms-tnef were not parsed (#7119) ++++ sigil: - Update to 2.5.1 * Bug Fixes - fix CodeView to Preview syncing when cursor on empty lines - fix build warnings related to overloaded-virtual * New Features - Add AppImage .desktop file with version information - strip AppImage bins when possible - update docs to include Sigil_Plugin_Framework version 15 ++++ spicetify-cli: - Update to version 2.40.10: * ci(wrapper): run linter * fix(wrapper): filter children items via `shouldAdd` * feat(ci): add Windows signing process for executable in build workflow (#3417) ++++ tiny: - Update to version 0.13.0+git5.g2ee969a: * Update dependencies * Added support for `ctrl_h` and `ctrl_i` in keymap config (#444) * Untangles the keystrokes ctrl-h and backspace (#445) * Auto-fix some recent lints * Update tiny version in Cargo.lock ------------------------------------------------------------------ ------------------ 2025-5-31 - May 31 2025 ------------------- ------------------------------------------------------------------ ++++ MozillaFirefox: - Mozilla Firefox 139.0.1 https://www.mozilla.org/en-US/firefox/139.0.1/releasenotes/ * Fixed graphics corruption with certain NVIDIA graphics adapters and multiple monitors running at mixed refresh rates after updating to Firefox 139. (bmo#1968876) ++++ apko: - Update to version 0.27.9 (0.27.8 was yanked): * Add an OperatingSystem package to our image SBOMs (#1690) * build(deps): bump chainguard-dev/actions from 1.1.0 to 1.1.1 (#1688) * build(deps): bump chainguard-dev/actions from 1.0.8 to 1.1.0 (#1687) * Add support for the =~ constraint (#1681) ++++ argocd-cli: - Update to version 3.0.5: * Changelog - fe5869d: fix(hydrator): increase max msg size (cherry-pick [#23190]) (#23191) (@gcp-cherry-pick-bot[bot]) - 0e20cb6: fix: add cooldown to prevent resetting autoheal exp backoff preemptively (cherry-pick #23057) (#23189) (@gdsoumya) - Update to version 3.0.4: * Changelog This release fixes a critical security issue: GHSA-2hj5-g64g-fp6p * Other work - 040ed44: Merge commit from fork (@crenshaw-dev) - c27a9d3: fix(commit-server): apply image override (cherry-pick #22916) (#22917) (@gcp-cherry-pick-bot[bot]) ++++ conftest: - Update to version 0.61.0: * Bug Fixes - ed0ff0a: fix(test): clean updated policies after test run (#1109) (@kirecek) - f82f556: fix: Use v1 as rego version for fmt, too (#1128) (@msw-kialo) * OPA Changes - bcba55e: build(deps): bump github.com/open-policy-agent/opa from 1.4.2 to 1.5.0 (#1134) (@dependabot[bot]) * Other Changes - a826a0b: build(deps): bump cuelang.org/go from 0.12.1 to 0.13.0 (#1131) (@dependabot[bot]) - d44b480: build(deps): bump github.com/moby/buildkit from 0.21.1 to 0.22.0 (#1129) (@dependabot[bot]) - f09428f: build(deps): bump golang from 1.24.2-alpine to 1.24.3-alpine (#1124) (@dependabot[bot]) - 1e43dc0: deps: update jsonc import path (#1133) (@st3penta) - docs: update examples to v1 syntax (#1126) - docs: Update README.md to make it compatible with v1 syntax (#1122) ++++ digger-cli: - Update to version 0.6.103: * also delete table and summaries (#1961) ++++ forgejo: - conflict with forgejo-longterm - require apparmor profile when apparmor is installed - use forgejo name rather than macro, sharing as much as possible with forgejo-longterm ++++ llamacpp: - Update to 5556: * mtmd : move helpers to dedicated library * server: fix remove 'image_url'/'input_audio' json-object * llama : add RobertaForSequenceClassification reranker support * ggml: aarch64: Implement SVE F32 kernels for Mamba Sequential Scan Algorithm * llama : add support for jina-reranker-v2 * arm64: optimize q4_k_q8_k kernel with i8mm * llama : use llm_build_granite for minicpm * mtmd : drop _shared from libmtmd name, merge helpers into libmtmd * server: allow unclosed thinking tags * llama : use n_swa + n_ubatch cells for SWA cache * convert : fix rwkv bos/eos token * llama : add support for DistilBert ++++ golang-github-prometheus-prometheus: - update to 3.4.1: * [BUGFIX] Parser: Add reproducer for a dangling-reference issue in parsers. #16633 ++++ gstreamer: - Update to version 1.26.2: + Highlighted bugfixes: - Various security fixes and playback fixes - aggregator base class fixes to not produce buffers too early in live mode - AWS translate element improvements - D3D12 video decoder workarounds for crashes on NVIDIA cards on resolution changes - dav1d AV1-decoder performance improvements - fmp4mux: tfdt and composition time offset fixes, plus AC-3 / EAC-3 audio support - GStreamer editing services fixes for sources with non-1:1 aspect ratios - MIDI parser improvements for tempo changes - MP4 demuxer atom parsing improvements and security fixes - New skia-based video compositor element - Subtitle parser security fixes - Subtitle rendering and seeking fixes - Playbin3 and uridecodebin3 stability fixes - GstPlay stream selection improvements - WAV playback regression fix - GTK4 paintable sink colorimetry support and other improvements - WebRTC: allow webrtcsrc to wait for a webrtcsink producer to initiate the connection - WebRTC: new Janus Video Room WebRTC source element - vah264enc profile decision making logic fixes - Python bindings gained support for handling mini object writability (buffers, caps, etc.) - Various bug fixes, build fixes, memory leak fixes, and other stability and reliability improvements + gstreamer: - aggregator: Various state related fixes - element: ref-sink the correct pad template when replacing an existing one - pipeline: Store the actual latency even if no static latency was configured - structure: Add gst_structure_is_writable() API to allow python bindings to be able to handle writability of MiniObjects - tracerutils: Do not warn on empty string as tracername - tracerutils: Fix leak in gst_tracer_utils_create_tracer() - Ensure properties are freed before (re)setting with g_value_dup_object() or g_value_dup_boxed() and during cleanup - Fix new warnings on Fedora 42, various meson warnings, and other small meson build/wrap fixes ++++ hcloud-cli: - Update to version 1.51.0: * Features - load-balancer: allow specifying network on create (#1013) - context: add unset commmand (#1017) - publish image to Docker Hub (#1043) * Bug Fixes - allow getting resources with number as name - some list flags are not correctly parsed (#987) - load-balancer: allow certificate names in addition to IDs when creating/updating (#1026) - config option flags sometimes not parsed correctly (#1025) * Dependencies - deps: update module github.com/goccy/go-yaml to v1.18.0 (#1063) - deps: update apricote/releaser-pleaser action to v0.5.1 (#1054) - deps: update module golang.org/x/crypto to v0.38.0 (#1038) - deps: update module github.com/spf13/cast to v1.8.0 (#1037) - deps: update dependency go to v1.24.3 (#1041) - deps: update module go.uber.org/mock to v0.5.2 (#1035) - deps: update module golang.org/x/crypto to v0.37.0 (#1032) - deps: update module go.uber.org/mock to v0.5.1 (#1033) - deps: update module github.com/goccy/go-yaml to v1.17.1 (#1022) - deps: update dependency go to v1.24.2 (#1024) - deps: update module github.com/hetznercloud/hcloud-go/v2 to v2.21.0 (#1020) - deps: update module github.com/spf13/viper to v1.20.1 (#1015) - deps: update module github.com/hetznercloud/hcloud-go/v2 to v2.20.1 (#1012) - deps: update module github.com/burntsushi/toml to v1.5.0 (#1011) - deps: update module github.com/goccy/go-yaml to v1.16.0 (#1009) - deps: update module github.com/spf13/viper to v1.20.0 (#1008) - deps: update dependency golangci/golangci-lint to v1.64.8 (#1010) - deps: update dependency golangci/golangci-lint to v1.64.7 (#1005) - deps: update module golang.org/x/crypto to v0.36.0 (#991) - deps: update dependency go to v1.24.1 (#1002) - deps: update dependency go to v1.23.7 (#1000) - deps: update dependency golangci/golangci-lint to v1.64.6 (#998) - deps: update module github.com/jedib0t/go-pretty/v6 to v6.6.7 (#997) - deps: update module github.com/spf13/cobra to v1.9.1 (#990) - deps: update module github.com/cheggaaa/pb/v3 to v3.1.7 (#993) - deps: update module github.com/goccy/go-yaml to v1.15.23 (#989) - deps: update dependency golangci/golangci-lint to v1.64.5 (#988) - deps: update dependency golangci/golangci-lint to v1.64.4 (#985) - deps: update module golang.org/x/crypto to v0.33.0 (#979) - deps: update module github.com/goccy/go-yaml to v1.15.22 (#982) - deps: update dependency golangci/golangci-lint to v1.64.2 (#983) - deps: update module github.com/jedib0t/go-pretty/v6 to v6.6.6 (#981) - deps: update module github.com/anchore/quill to v0.5.1 (#980) - deps: update module github.com/goccy/go-yaml to v1.15.19 (#978) - deps: update dependency go to v1.23.6 (#976) - deps: update module github.com/hetznercloud/hcloud-go/v2 to v2.19.1 (#975) - deps: update module github.com/goccy/go-yaml to v1.15.17 (#973) - deps: update module github.com/hetznercloud/hcloud-go/v2 to v2.19.0 (#970) - deps: update module github.com/goccy/go-yaml to v1.15.16 (#971) - deps: update module github.com/spf13/pflag to v1.0.6 (#968) - deps: update module github.com/hetznercloud/hcloud-go/v2 to v2.18.0 (#964) - deps: update module github.com/cheggaaa/pb/v3 to v3.1.6 (#962) - deps: update module github.com/goccy/go-yaml to v1.15.15 (#959) - deps: update dependency go to v1.23.5 (#957) ++++ helmfile: - Update to version 1.1.1: What's Changed * Update README.md by @mumoshu in #2046 * build(deps): bump github.com/helmfile/vals from 0.41.0 to 0.41.1 by @dependabot in #2048 * build(helm) update to v3.18.0 by @yxxhero in #2044 * build(deps): bump github.com/helmfile/chartify from 0.23.0 to 0.24.1 by @dependabot in #2049 * build: update Helm and plugin versions in CI and Dockerfiles by @yxxhero in #2059 ++++ hugo: - Update to version 0.147.7: * releaser: Bump versions for release of 0.147.7 * Fix language handling in shortcode templates * Handle KaTeX warnings (#13760) * build(deps): bump golang.org/x/image from 0.26.0 to 0.27.0 * build(deps): bump golang.org/x/text from 0.24.0 to 0.25.0 * build(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0 * build(deps): bump github.com/alecthomas/chroma/v2 from 2.17.2 to 2.18.0 * resources/page: Respect disablePathToLower for permalink tokens * common/collections: Increase test coverage * parser/pageparser: Add coverage for all IsX methods of Item * resources: Remove unused interface * Make sure that unreferenced but changed bundle resources gets republished * deps: Upgrade github.com/olekukonko/tablewriter v0.0.5 => v1.0.7 * releaser: Prepare repository for 0.148.0-DEV ++++ ibus: - Upstream update to 1.5.32 * Send FocusIn signal again after delayed FocusId property * Fix time lag of CandidatePanel in X11 * Update Unicode table with keysym * Wayland input-method protocol version 1 and 2 * https://github.com/ibus/ibus/wiki/WaylandDesktop * Additional Wayland input-method; XIM and GTK2, Key repeating, Compose * ibus start --type wayland new option * Compose feature updates * Bug fixes of Wayland features * Update simple.xml with xkeyboard-config 2.44 - Revert not to use systemd to launch ibus * Remove ibus-ui-gtk3-restart-via-systemd.patch - Remove patches merged by the upstream * ibus-gcc15-1.patch * ibus-gcc15-2.patch ++++ ibus_gtk4: - Upstream update to 1.5.32 * Send FocusIn signal again after delayed FocusId property * Fix time lag of CandidatePanel in X11 * Update Unicode table with keysym * Wayland input-method protocol version 1 and 2 * https://github.com/ibus/ibus/wiki/WaylandDesktop * Additional Wayland input-method; XIM and GTK2, Key repeating, Compose * ibus start --type wayland new option * Compose feature updates * Bug fixes of Wayland features * Update simple.xml with xkeyboard-config 2.44 - Revert not to use systemd to launch ibus * Remove ibus-ui-gtk3-restart-via-systemd.patch - Remove patches merged by the upstream * ibus-gcc15-1.patch * ibus-gcc15-2.patch ++++ iosevka-fonts: - Update to v33.2.4 * Changes of version 33.2.4 = Refine shape of the following characters: ~ GREEK CAPITAL LETTER ARCHAIC SAMPI (U+0372) ... GREEK SMALL LETTER ARCHAIC SAMPI (U+0373). ~ GREEK CAPITAL LETTER GAMMA (U+0393). ~ GREEK LETTER DIGAMMA (U+03DC) ... GREEK SMALL LETTER DIGAMMA (U+03DD). ~ CYRILLIC CAPITAL LETTER GHE (U+0413). ~ CYRILLIC SMALL LETTER GHE (U+0433). ~ CYRILLIC CAPITAL LETTER GHE WITH UPTURN (U+0490) ... CYRILLIC SMALL LETTER GHE WITH MIDDLE HOOK (U+0495). ~ CYRILLIC CAPITAL LETTER GHE WITH DESCENDER (U+04F6) ... CYRILLIC SMALL LETTER GHE WITH DESCENDER (U+04F7). ~ CYRILLIC CAPITAL LETTER GHE WITH STROKE AND HOOK (U+04FA) ... CYRILLIC SMALL LETTER GHE WITH STROKE AND HOOK (U+04FB). ~ CYRILLIC SMALL LETTER TALL TE (U+1C84). ~ GREEK LETTER SMALL CAPITAL GAMMA (U+1D26). ~ TENGE SIGN (U+20B8). ~ TURKISH LIRA SIGN (U+20BA). ~ MANAT SIGN (U+20BC). ~ NUMERO SIGN (U+2116). ~ DOUBLE STRUCK CAPITAL GAMMA (U+213E). ~ TILDE WITH RING ABOVE (U+2E18). ~ TILDE WITH DOT ABOVE (U+2E1E) ... TILDE WITH DOT BELOW (U+2E1F). ~ LATIN CAPITAL LETTER LAMBDA WITH STROKE (U+A7DC). ~ LATIN SMALL LETTER SCRIPT R (U+AB4B) ... LATIN SMALL LETTER SCRIPT R WITH RING (U+AB4C). ~ LEFTWARDS ARROW WITH STROKE (U+219A). ~ RIGHTWARDS ARROW WITH STROKE (U+219B). ~ LEFTWARDS TWO HEADED ARROW (U+219E) ... DOWNWARDS TWO HEADED ARROW (U+21A1). ~ LEFT RIGHT ARROW WITH STROKE (U+21AE). ~ LEFTWARDS DOUBLE ARROW WITH STROKE (U+21CD). ~ LEFT RIGHT DOUBLE ARROW WITH STROKE (U+21CE). ~ RIGHTWARDS DOUBLE ARROW WITH STROKE (U+21CF). ~ UPWARDS ARROW WITH DOUBLE STROKE (U+21DE). ~ DOWNWARDS ARROW WITH DOUBLE STROKE (U+21DF). ~ RIGHT ARROW WITH SMALL CIRCLE (U+21F4). ~ LEFTWARDS ARROW WITH VERTICAL STROKE (U+21F7) ... LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE (U+21FC). ~ LEFTWARDS DOUBLE ARROW WITH VERTICAL STROKE (U+2902). ~ RIGHTWARDS DOUBLE ARROW WITH VERTICAL STROKE (U+2903). ~ LEFT RIGHT DOUBLE ARROW WITH VERTICAL STROKE (U+2904). ~ DOWNWARDS ARROW WITH HORIZONTAL STROKE (U+2908). ~ UPWARDS ARROW WITH HORIZONTAL STROKE (U+2909). ~ LEFTWARDS DOUBLE ARROW-TAIL (U+291B). ~ RIGHTWARDS DOUBLE ARROW-TAIL (U+291C). ~ LEFT RIGHT ARROW THROUGH SMALL CIRCLE (U+2948). ~ LEFT ARROW WITH SMALL CIRCLE (U+2B30). ~ LEFTWARDS TRIANGLE-HEADED ARROW WITH DOUBLE HORIZONTAL STROKE (U+2B7A) ... DOWNWARDS TRIANGLE-HEADED ARROW WITH DOUBLE HORIZONTAL STROKE (U+2B7D). = Add Characters: ~ RIGHT ARROW WITH CIRCLED PLUS (U+27F4). ~ RIGHTWARDS TWO-HEADED ARROW WITH VERTICAL STROKE (U+2900). ~ RIGHTWARDS TWO-HEADED ARROW WITH DOUBLE VERTICAL STROKE (U+2901). ~ RIGHTWARDS TWO-HEADED ARROW FROM BAR (U+2905). ~ RIGHTWARDS TWO-HEADED TRIPLE DASH ARROW (U+2910). ~ RIGHTWARDS ARROW WITH DOTTED STEM (U+2911). ~ RIGHTWARDS ARROW WITH TAIL WITH VERTICAL STROKE (U+2914) ... RIGHTWARDS TWO-HEADED ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE (U+2918). ~ LEFTWARDS ARROW TO BLACK DIAMOND (U+291D) ... RIGHTWARDS ARROW FROM BAR TO BLACK DIAMOND (U+2920). ~ RIGHTWARDS ARROW THROUGH X (U+2947). ~ LEFT ARROW WITH CIRCLED PLUS (U+2B32). ~ LEFTWARDS TWO-HEADED ARROW WITH VERTICAL STROKE (U+2B34) ... LEFTWARDS ARROW THROUGH X (U+2B3E). ++++ istioctl: - update to 1.26.1: https://istio.io/latest/news/releases/1.26.x/announcing-1.26.1/ * Changes - Fixed false positives when istioctl analyze raised error IST0134 even when PILOT_ENABLE_IP_AUTOALLOCATE was set to true. (Issue #56083) ++++ junction: - update to 1.9: * Use appstream for metainfo validation test * Set color scheme later * Call set_as_last_used_for_type() if the application has been opened - add fix-metainfo.xml.patch, as there is a mistake in it ++++ linkerd-cli-edge: - Update to version 25.5.5: * no CLI-related changes (other than dependencies) * Dependencies - build(deps): bump openssl-sys from 0.9.108 to 0.9.109 (#14078) - build(deps): bump openssl from 0.10.72 to 0.10.73 (#14079) - build(deps): bump crazy-max/ghaction-github-runtime (#14070) - build(deps): bump docker/setup-qemu-action (#14071) - build(deps): bump docker/setup-buildx-action (#14072) - build(deps): bump google-github-actions/setup-gcloud (#14073) - build(deps-dev): bump @babel/core from 7.27.1 to 7.27.3 in /web/app (#14076) - build(deps-dev): bump @babel/runtime from 7.27.1 to 7.27.3 in /web/app (#14077) - deps: have dependabot update composite actions (#14060) - build(deps): bump the clap group with 2 updates (#14067) - build(deps): bump hyper-util from 0.1.12 to 0.1.13 (#14068) - build(deps): bump socket2 from 0.5.9 to 0.5.10 (#14062) - build(deps): bump tj-actions/changed-files (#14064) - build(deps): bump google.golang.org/grpc from 1.72.1 to 1.72.2 (#14063) - build(deps-dev): bump @babel/preset-env in /web/app (#14052) - build(deps): bump query-string from 9.1.1 to 9.2.0 in /web/app (#14053) - build(deps-dev): bump webpack from 5.99.8 to 5.99.9 in /web/app (#14051) - build(deps): bump rustversion from 1.0.20 to 1.0.21 (#14048) - build(deps-dev): bump @babel/eslint-parser in /web/app (#14054) - build(deps): bump tokio from 1.45.0 to 1.45.1 (#14055) - build(deps): bump mio from 1.0.3 to 1.0.4 (#14056) - build(deps): bump cc from 1.2.23 to 1.2.24 (#14057) - build(deps): bump hyper-rustls from 0.27.5 to 0.27.6 (#14058) - build(deps): bump tj-actions/changed-files (#14049) ++++ melange: - Update to version 0.26.3: * linter: usrmerge add trailing '/' to denote directory for prefix check (#2014) - Update to version 0.26.2: * fix: fallback to aio=threads for macos (#2012) * qemu: do some little CPU and IO optimization (#2011) * fix: try to fix weird MacOS sizing (#2010) * Fix/respect additional mounts (#2009) * Fix detection of available memory. (#2005) * fix: improve SSH command handling (#2006) ++++ nvim-treesitter: - update to 0.10.0: * full changelog: https://github.com/nvim-treesitter/nvim-treesitter/compare/v0.9.3...v0.10.0 * updated languages * minimum neovim version 0.10.0 ++++ roast: - Ignore test for scm. - Update to version 7.1.0: * chore(release): bump to v7.1.0 * fix: date format now fixed * chore(release): bump to v7.0.0 * docs: update README * docs: update roast_scm.service file * format: run `cargo +nightly fmt` * fix: apply clippy suggestions * fix: disable `obs` feature for now in tests * tests: add tests for roast scm * add space * misc: cleanup and whether to disable or enable code for `obs` feature * docs: document the `obs` feature in Cargo.toml * docs: update wording * fix: change alias for changesemail * ci: seems it needs to be more specific where with this blob for *.rs * clippy: remove needless borrow * ci: test if CI runs with this config * refactor: put set_version logic inside `map` as well. create separate function for changelog file generation. * refactor: move changelog file generator code inside `map` * Merge branch '20250523-improve-scm' * fix: add the last newline * feat: append email if `changesemail` passed. * feat: add `changesemail` field for cli * cleanup * misc: add optional obs feature in roast-cli * feat: implement update version in specfile * feat: cli has new fields, `set_name` and `set_version` for obs feature * misc: add optional obs feature * misc: apply `trim()` first for strings before checking if they're empty * misc: `split('\n')` -> `lines()` * misc: use the `to_extension()` method * misc: change this to an iterator * refactor: use `any` since it returns at the first true, otherwise, false. * refactor: use iterators over for loops * misc: change wording * misc: cleanup code for feature, changelog generation. * feat: changelog generation is now implemented. * dependencies: add hifitime * misc: add initial logic for `changesgenerate` feature * feat: add new cli arguments and fieldnames for `RoastScmArgs` related to `changesgenerate` * fix: `remote_checkout_branch` creating a branch from remote branch with incorrect name * api: cleanup visibility and privacy of certain functions * misc: more cleanup * begin iterating for a new future version * misc: add cliff.toml for changelog generation config * fixes: the refactor caused the commit hash to be skipped * docs: add where the final filename is based on. * format: run `cargo +nightly fmt` * improvements: replace dumb lookup by reading config instead * fix: `versionrewriteregex` should require `versionrewritepattern` * feat: `versionrewriteregex` and `versionrewritepattern` implemented * dependencies: add regex crate * fix: it should be prefixed with `g` * fix: version format improvements and fixes * feat: initial versionformat prefix * fixes: checkout should not error if branch is HEAD. sorting in revwalk should not be reversed. * refactor: more cleanup. remove redundant logic * misc: cleanup code * misc: make it clear what depth was set in the warnings * performance: do a dumb revision lookup to check if a revision is a branch * fix: use set_head_detached since we want it to point to a commit * fix: add condition if branch ref is the current HEAD * improvements: if there is no changelog, warn the user * format: run `cargo +nightly fmt` * improvements: roast_scm now is able to generate some changelog * roast_scm: generate changelog improvements * common: add `to_extension` method for Compression * improvements: describe string is implemented alongside improved log messages * fix: set this to 0 * clippy: remove redundant & * roast_scm: initial refactor of the cloning process and finding the revision * dependencies: add semver * docs: update README * fmt: run \`cargo +nightly fmt\` ++++ ollama: - Update to version 0.9.0: * Ollama now has the ability to enable or disable thinking. This gives users the flexibility to choose the model’s thinking behavior for different applications and use cases. - Update to version 0.8.0: * Ollama will now stream responses with tool calls * Logs will now include better memory estimate debug information when running models in Ollama's engine. - Update to version 0.7.1: * Improved model memory management to allocate sufficient memory to prevent crashes when running multimodal models in certain situations * Enhanced memory estimation for models to prevent unintended memory offloading * ollama show will now show ... when data is truncated * Fixed crash that would occur with qwen2.5vl * Fixed crash on Nvidia's CUDA for llama3.2-vision * Support for Alibaba's Qwen 3 and Qwen 2 architectures in Ollama's new multimodal engine ++++ openbao: - Update to version 2.2.2: Release notes: https://github.com/openbao/openbao/blob/v2.2.2/CHANGELOG.md * SECURITY: - sdk/framework: prevent information disclosure on invalid request. HCSEC-2025-09 / CVE-2025-4166. [GH-1323] * BUG FIXES: - ui: Fix description of Organizational Unit (OU) field in PKI. [GH-1333] ++++ python-click-extra: - update to 5.0.2: * Set ExtraCommand default prog_name to CLI's name to avoid it to be named python -m if invoked out of a module. * Tweak exit code rendering of CLI runs. ++++ python-gnureadline: - initial packaging ++++ regal: - Update to version 0.34.0: After a month of development, we're happy to announce Regal v0.34. This version of the OPA community's favorite linter and language server brings you new 3 linter rules, performance improvements and much more. With the v0.34.0 release, Regal now ships with more than 100 linter rules! Which is pretty close to one new week per rule since the project started. * New rules - unresolved-reference This one is particularly exciting! The new unresolved-reference rule reports any references (like data.users.permissions) that cannot be resolved (i.e. found) anywhere in the project. Some projects will have valid references that can't be resolved at the time Regal lints the project, and the rule provides configuration options to mark certain references, or entire paths (like data.users.*) as resolved. See the docs for the rule for more details. - pointless-import Category: imports The new pointless-import rule will flags imports of the same package, and other import forms where the import has no real effect. - single-item-in Category: idiomatic The single-item-in rule reports cases of in being used on a single item collection, and suggests using an equality check instead. * Performance - Use OPA v1.5.0, which brings performance improvements to walk reducing linting time by about 10%. - Faster linting by avoiding walk in a few locations where possible. - Improve performance of aggregate rules. - Several performance optimizations to Regal's linter rules. * API - The linter API now has a new Prepare method that can be used to prepare the linter before reusing it across several runs. * Various - Some rules that would previously only scan the topmost level of a rule body will now recursively scan the whole rule. - The input completions provider has been rewritten in Rego (previously Go). - The automatic version check has been rewritten in Rego (previously Go). * Bugs - Fix false positive in custom one-liner-rule. * Docs - Updated roadmap. Go check it out! - Move rules table from README and into a more interactive form on the Styra docs. Take a look! - Add link to Renovating Rego blog. - README: add link to KubeCon London talk, which prominently featured Regal. - Update links to adapt to OPA's new documentation. - Update outdated information in README. * Dependencies - build(deps): bump the dependencies group with 2 updates (#1551) - build(deps): bump the dependencies group with 2 updates (#1544) - build(deps): bump the dependencies group with 2 updates (#1521) - build(deps): bump github/codeql-action in the dependencies group (#1507) ++++ swayimg: - Update to version 4.1: * gallery: Added multithreded thumbnails loader; * gallery: Fixed loading queue constructor; * gallery: Fixed segfault on skipping current image; * gallery: Fixed bug with unlimited cache; * viewer: "zoom" action can handle absolute percent value; * Optimized image list loader; * Fixed bug with freezing when performing the "exec" action; * Fixed bug with absolute coordinates in Sway. ++++ talhelper: - Update to version 3.0.28: * docs: update CLI reference documentation (#1036) * chore(deps): update dependency siderolabs/talos to v1.10.3 * chore(container): update alpine docker tag to v3.22.0 * fix(deps): update module github.com/budimanjojo/talhelper/v3 to v3.0.27 * chore(container): update ghcr.io/siderolabs/talosctl docker tag to v1.10.3 * chore(container): update mcr.microsoft.com/devcontainers/go:1.24-bookworm docker digest to f7a7406 (#1034) * chore(schema): update talos-extensions.yaml JSON schema (#1033) * feat(CI): update script to show error and fix deprecation warnings * feat: update Scoop for talhelper version v3.0.27 * feat: update flake (#1029) - Update to version 3.0.27: * chore(deps): update dependency go to v1.24.3 * feat(CI): update script to show error and fix depreciation warnings * feat(flake): update flake * fix(deps): update module github.com/siderolabs/image-factory to v0.7.1 * chore(schema): update talos-extensions.yaml JSON schema * fix(deps): update module github.com/gookit/validate to v1.5.5 * chore(github-action): update renovatebot/github-action action to v42.0.4 * chore(schema): update talos-extensions.yaml JSON schema (#1025) * fix(deps): update module github.com/budimanjojo/talhelper/v3 to v3.0.26 * feat: update Scoop for talhelper version v3.0.26 * feat: update flake (#1022) ++++ talosctl: - update to 1.10.3: https://github.com/siderolabs/talos/releases/tag/v1.10.3 * no CLI-related changes in the Changelog ++++ terragrunt: - Update to version 0.80.4: * New Features The exec command has gained support for use of the --tf-path flag. This can be important when Terragrunt incidentally uses OpenTofu/Terraform to do things like fetch outputs from dependencies. * What's Changed - Add tf-path flag to exec command (#4343) - fix: Optimizing CI cache keys (#4362) - docs: gcp docs update (#4361) ++++ updatecli: - Update to version 0.101.0: * Changes - test(report): switch to testing report Merge instead of FromString @mcwarman (#5216) * Features - feat(bitbucket): support pull request updates @mcwarman (#5133) * Bug Fixes - fix(reports): ensure latest title and description are used @mcwarman (#5189) - fix(dockerfile): typo in yaml specification @loispostula (#5137) * Maintenance - deps(go): bump module cuelang.org/go to v0.13.0 @updateclibot[bot] (#5280) - deps(go): bump module gitlab.com/gitlab-org/api/client-go to v0.129.0 @updateclibot[bot] (#5271) - deps(go): bump module helm.sh/helm/v3 to v3.18.1 @updateclibot[bot] (#5261) - deps(github/action): bump all dependencies @updateclibot[bot] (#5258) - deps(go): bump module github.com/zclconf/go-cty to v1.16.3 @updateclibot[bot] (#5249) - deps(go): bump module github.com/goccy/go-yaml to v1.18.0 @updateclibot[bot] (#5239) - deps(go): bump module github.com/fluxcd/helm-controller/api to v1.3.0 @updateclibot[bot] (#5217) - chore: remove Dependabot configuration @olblak (#5175) - deps(go): bump module github.com/google/go-containerregistry to v0.20.5 @updateclibot[bot] (#5162) - deps(go): bump module github.com/yuin/goldmark to v1.7.12 @updateclibot[bot] (#5147) - deps(go): bump module github.com/google/go-containerregistry to v0.20.4 @updateclibot[bot] (#5138) - deps: bump updatecli version to v0.100.0 (#5118) ++++ werf: - Update to version 2.36.4: * Bug Fixes - build, compose, run, kube-run, plan: respect graceful shutdown in follow mode (42a82af) - deploy: hide traces from --log-debug output by default (0d03bcf) - handle interruptions during git clone and auto host cleanup gracefully (#6887) (0d94e79) - kube-run: handle SIGINT/SIGTERM properly (#6888) (1aa8d54) - make termination context-bounded (#6885) (600b7a5) ++++ zizmor: - Update to version 1.9.0: * New Features - zizmor now supports generating completions for Nushell (#838) * Enhancements - The template-injection audit has been rewritten, and is now significantly more precise and general over contexts supplied via GitHub's webhook payloads (i.e. github.event.*) (#745) - The template-injection audit now detects vulnerable template injections in more actions inputs, thanks to an integration with CodeQL's sink metadata (#849) * Bug Fixes - The insecure-commands now correctly detects different truthy values in ACTIONS_ALLOW_UNSECURE_COMMANDS (#840) - The template-injection audit now correctly emits pedantic findings in a blanket manner, rather than filtering them based on the presence of other findings (#745) - CLI: Fixed a misleading error message when zizmor is used with a GitHub host other than github.com (#863) * Dependencies - chore(deps): bump the cargo group with 3 updates (#860) - chore(deps): bump astral-sh/setup-uv in the github-actions group (#859) ------------------------------------------------------------------ ------------------ 2025-5-30 - May 30 2025 ------------------- ------------------------------------------------------------------ ++++ AppStream: - Make qt6 the default qt flavor and qt5 the flavor built separately and disable the qt5 flavor in SLE16 where we don't want to have Qt5 libraries. ++++ Komikku: - update to 1.78.0: * [Card] Details page: Redesign * [Servers] Local: Added support of CBT archive format (TAR) * [Servers] Added Blue Solo (FR) * [Servers] SMBC (EN): Re-enabled * [Servers] Poseidon Scans (FR): Disabled * [L10n] Updated Arabic, Bulgarian, Catalan and Portuguese translations ++++ apache-commons-csv: - Upgrade to version 1.14.0 * New Features + Define and use Maven property commons.jmh.version. + Add CSVFormat.Builder.setMaxRows(long). + Add CSVFormat.getMaxRows(). + CSVPrinter.printRecords(ResultSet) knows how to use CSVFormat's maxRows. + CSVPrinter.printRecords(Iterable) knows how to use CSVFormat's maxRows. + CSVPrinter.printRecords(Stream) knows how to use CSVFormat's maxRows. + CSVParser.stream() knows how to use CSVFormat's maxRows. + CSVParser.getRecords() knows how to use CSVFormat's maxRows. + CSVParser.iterator() knows how to use CSVFormat's maxRows. * Fixed Bugs + CSV-317: Release history link changed from changes-report.html to changes.html #516. + Remove -nouses directive from maven-bundle-plugin. OSGi package imports now state 'uses' definitions for package imports, this doesn't affect JPMS (from org.apache.commons:commons-parent:80). + CSVParser.parse(URL, Charset, CSVFormat) with a null CSVFormat maps to CSVFormat.DEFAULT (like CSVParser.parse(Reader, CSVFormat)). + CSVParser.parse(String, CSVFormat) with a null CSVFormat maps to CSVFormat.DEFAULT (like CSVParser.parse(Reader, CSVFormat)). + CSVParser.parse(File, Charset, CSVFormat) with a null CSVFormat maps to CSVFormat.DEFAULT (like CSVParser.parse(Reader, CSVFormat)). + CSVParser.parse(Path, Charset, CSVFormat) with a null CSVFormat maps to CSVFormat.DEFAULT (like CSVParser.parse(Reader, CSVFormat)). + CSVParser.parse(InputStream, Charset, CSVFormat) with a null CSVFormat maps to CSVFormat.DEFAULT (like CSVParser.parse(Reader, CSVFormat)). + CSVParser.parse(*) methods with a null Charset maps to Charset.defaultCharset(). + Fix possible NullPointerException in Token.toString(). * Changes + Bump com.opencsv:opencsv from 5.9 to 5.10. + Bump commons-codec:commons-codec from 1.17.2 to 1.18.0 #522. + Bump org.apache.commons:commons-parent from 79 to 81. ++++ AppStream-qt5: - Make qt6 the default qt flavor and qt5 the flavor built separately and disable the qt5 flavor in SLE16 where we don't want to have Qt5 libraries. ++++ chirp: - Update to version 20250530: * rt470: Add v1.27A firmware version * Fix TD-H8 SHORT_KEY_TOP not saving * Inverted FM Allow Receive setting * Inverted FM VFO/CH setting * Update french translations ++++ chromium: - added patches: ppc-fedora-0001-add-xnn-ppc64el-support.patch ppc-fedora-0002-regenerate-xnn-buildgn.patch ++++ llvm20: - Update to version 20.1.6. * This release contains bug-fixes for the LLVM 20.1.0 release. This release is API and ABI compatible with 20.1.0. - Rebase llvm-do-not-install-static-libraries.patch. - Remove obsolete llvm-fix-hexagon-test.patch. ++++ gcc15: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-arm-gcc15: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-arm-none-gcc15: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-arm-none-gcc15-bootstrap: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-avr-gcc15: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-avr-gcc15-bootstrap: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-bpf-gcc15: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-hppa-gcc15: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-hppa-gcc15-bootstrap: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-loongarch64-gcc15: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-loongarch64-gcc15-bootstrap: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-m68k-gcc15: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-mips-gcc15: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-ppc64-gcc15: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-ppc64le-gcc15: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-ppc64le-gcc15-bootstrap: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-pru-gcc15-bootstrap: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-riscv64-elf-gcc15: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-riscv64-elf-gcc15-bootstrap: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-riscv64-gcc15: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-riscv64-gcc15-bootstrap: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-rx-gcc15: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-rx-gcc15-bootstrap: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-s390x-gcc15: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-s390x-gcc15-bootstrap: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-sparc-gcc15: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-sparc64-gcc15: - Enable C++ for offload compilers. [bsc#1243794] ++++ cross-x86_64-gcc15: - Enable C++ for offload compilers. [bsc#1243794] ++++ deskflow: - update to 1.22.0: * Remove the broken drag and drop support * Improve the windows daemon * Use Deskflow-server.conf for the external server config name * Code base is now 60% less smelly * Fix issues around the dialog shown when you first connect a server ++++ docker: - Update to Docker 28.2.2-ce. See upstream changelog online at - Rebase patches: * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch * 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch * 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch - Update to Docker 28.2.1-ce. See upstream changelog online at bsc#1243833 - Rebase patches: * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch * 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch * 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch ++++ dtb-aarch64: - Update config files: - enable Haoyu Microelectronics HYM8563 module, a popular RTC on ARM64, especially on Rockchip SoCs - commit 6a8b6fb ++++ element-desktop: - Version 1.11.101 [#]# ✨ Features * Migrate from keytar to safeStorage (https://github.com/element-hq/element-desktop/pull/2227). Contributed by @t3chguy. * New room list: add keyboard navigation support (https://github.com/element-hq/element-web/pull/29805). Contributed by @florianduros. * Use the JoinRuleSettings component for the guest link access prompt. (https://github.com/element-hq/element-web/pull/28614). Contributed by @toger5. * Add loading state to the new room list view (https://github.com/element-hq/element-web/pull/29725). Contributed by @langleyd. * Make OIDC identity reset consistent with EX (https://github.com/element-hq/element-web/pull/29854). Contributed by @andybalaam. * Support error code for email / phone adding unsupported (MSC4178) (https://github.com/element-hq/element-web/pull/29855). Contributed by @dbkr. * Update identity reset UI (Make consistent with EX) (https://github.com/element-hq/element-web/pull/29701). Contributed by @andybalaam. * Add secondary filters to the new room list (https://github.com/element-hq/element-web/pull/29818). Contributed by @dbkr. * Fix battery drain from Web Audio (https://github.com/element-hq/element-web/pull/29203). Contributed by @mbachry. [#]# 🐛 Bug Fixes * Fix go home shortcut on macos and change toggle action events shortcut (https://github.com/element-hq/element-web/pull/29929). Contributed by @florianduros. * New room list: fix outdated message preview when space or filter change (https://github.com/element-hq/element-web/pull/29925). Contributed by @florianduros. * Stop migrating to MSC4278 if the config exists. (https://github.com/element-hq/element-web/pull/29924). Contributed by @Half-Shot. * Ensure consistent download file name on download from ImageView (https://github.com/element-hq/element-web/pull/29913). Contributed by @t3chguy. * Add error toast when service worker registration fails (https://github.com/element-hq/element-web/pull/29895). Contributed by @t3chguy. * New Room List: Prevent old tombstoned rooms from appearing in the list (https://github.com/element-hq/element-web/pull/29881). Contributed by @MidhunSureshR. * Remove lag in search field (https://github.com/element-hq/element-web/pull/29885). Contributed by @florianduros. * Respect UIFeature.Voip (https://github.com/element-hq/element-web/pull/29873). Contributed by @langleyd. * Allow jumping to message search from spotlight (https://github.com/element-hq/element-web/pull/29850). Contributed by @t3chguy. Version 1.11.100 [#]# ✨ Features * Move rich topics out of labs / stabilise MSC3765 (https://github.com/element-hq/element-web/pull/29817). Contributed by @Johennes. * Spell out that Element Web does \*not\* work on mobile. (https://github.com/element-hq/element-web/pull/29211). Contributed by @ara4n. * Add message preview support to the new room list (https://github.com/element-hq/element-web/pull/29784). Contributed by @dbkr. * Global configuration flag for media previews (https://github.com/element-hq/element-web/pull/29582). Contributed by @Half-Shot. * New room list: add partial keyboard shortcuts support (https://github.com/element-hq/element-web/pull/29783). Contributed by @florianduros. * MVVM RoomSummaryCard Topic (https://github.com/element-hq/element-web/pull/29710). Contributed by @MarcWadai. * Warn on self change from settings > roles (https://github.com/element-hq/element-web/pull/28926). Contributed by @MarcWadai. * New room list: new visual for invitation (https://github.com/element-hq/element-web/pull/29773). Contributed by @florianduros. [#]# 🐛 Bug Fixes * Apply workaround to fix app launching on Linux (https://github.com/element-hq/element-desktop/pull/2308). Contributed by @dbkr. * Notification fixes for Windows - AppID name was messing up handler (https://github.com/element-hq/element-desktop/pull/2275). Contributed by @Fusseldieb. * Fix incorrect display of the user info display name (https://github.com/element-hq/element-web/pull/29826). Contributed by @langleyd. * RoomListStore: Remove invite rooms on decline (https://github.com/element-hq/element-web/pull/29804). Contributed by @MidhunSureshR. * Fix the buttons not being displayed with long preview text (https://github.com/element-hq/element-web/pull/29811). Contributed by @dbkr. * New room list: fix missing/incorrect notification decoration (https://github.com/element-hq/element-web/pull/29796). Contributed by @florianduros. * New Room List: Prevent potential scroll jump/flicker when switching spaces (https://github.com/element-hq/element-web/pull/29781). Contributed by @MidhunSureshR. * New room list: fix incorrect decoration (https://github.com/element-hq/element-web/pull/29770). Contributed by @florianduros. ++++ ffmpeg-4: - Add ffmpeg-4-CVE-2024-36618.patch: Backport 7a089ed8 from upstream, avformat/avidec: Fix integer overflow iff ULONG_MAX < INT64_MAX. (CVE-2024-36618, bsc#1234020) ++++ gcc15-testresults: - Enable C++ for offload compilers. [bsc#1243794] ++++ gdm: - Add gdm-fix-wrong-path-gdm-config.patch: Add missing slash when gdm-config building dconf database path (bsc#1232669). - Add -Ddistro=generic to make gdm-config work (bsc#1232669). ++++ gh: - Update to version 2.74.0: * Update `go-gh` to v2.12.1 * fixup release asset digest tests * remove nolint comment for release header * Update pkg/cmd/release/view/view.go * chore(deps): bump github.com/sigstore/protobuf-specs from 0.4.1 to 0.4.2 * chore(deps): bump github.com/yuin/goldmark from 1.7.8 to 1.7.12 * fix: `gh gist edit` panic when no file in a gist (#10627) * docs(pr list): mention `--head` does not support `:` syntax * add Digest to ReleaseAsset struct * doc(update): improve comments on updaterEnabled * Refactor build tag logic * replace deprecated func * replace deprecated type * update sigstore-go to v1 * feat(update): add `updateable` build tag for update notifications * Update README.md * test(run): add tests for `RenderJobs` and `RenderJobsCompact` * Add `--compact` flag to `run watch` (#10629) * test: improve test case naming * chore: run `go mod tidy` * test: ensure proper usage of pipes in docs * Revert "[gh config] Escape pipe symbol in Long desc for website manual" * doc(pr): format allowed values and defaults in help * Mention created PR's URL will be printed upon success * Add example usage of `--head` option * doc(preview): add long description * fix(prompter): print to iostreams stdout * fix(prompter): update prompter create for changes in trunk * fix(preview): remove needless newlines * import sigstore-go at a more recent commit * use constructor * include http client in verifier setup * add missing http client field in sigstoreConfig * simplify test * alphabetize fields * move live inspect test to integration test file * fetch http client from factory * set custom fetcher in options * pass http client for use with tuf * get the latest go-tuf release * get latest go-tuf version * create fetcher with custom http client and retry options * chore(deps): bump github.com/gabriel-vasile/mimetype from 1.4.8 to 1.4.9 * feat(preview): enforce fixed order for prompts * feat(preview): add `preview prompter` command ++++ gnome-text-editor: - Update to version 48.3: + Fix visual column position in overlay label + Defer gtk/gsv initialization to GtkApplication startup so that GApplication may determine proper app-id for process without relying on systemd/dbus conventions + Fix name in properties panel after save-as + Updated translations. ++++ pipewire: - Update to version 1.4.4: * Highlights - Provide better compatibility with 1.2 for MIDI. - Fix mpv buffer negotiation regression. - Improve GStreamer compatibility with libcamera. * SPA - Provide conversions to old style midi in the ALSA sequencer. - Negotiate only to UMP when using a newer library. - Fix negotiation direction for buffers, prefer the converter suggestion instead of the application until we can be sure applications make good suggestions. * GStreamer - Allow a minimum of 1 buffers again instead of 8. libcamera will allocate only 4 buffers so we need to support this. ++++ kernel-64kb: - Update config files: - enable Haoyu Microelectronics HYM8563 module, a popular RTC on ARM64, especially on Rockchip SoCs - commit 6a8b6fb ++++ kernel-debug: - Update config files: - enable Haoyu Microelectronics HYM8563 module, a popular RTC on ARM64, especially on Rockchip SoCs - commit 6a8b6fb ++++ kernel-default: - Update config files: - enable Haoyu Microelectronics HYM8563 module, a popular RTC on ARM64, especially on Rockchip SoCs - commit 6a8b6fb ++++ kernel-source: - Update config files: - enable Haoyu Microelectronics HYM8563 module, a popular RTC on ARM64, especially on Rockchip SoCs - commit 6a8b6fb ++++ kernel-docs: - Update config files: - enable Haoyu Microelectronics HYM8563 module, a popular RTC on ARM64, especially on Rockchip SoCs - commit 6a8b6fb ++++ kernel-kvmsmall: - Update config files: - enable Haoyu Microelectronics HYM8563 module, a popular RTC on ARM64, especially on Rockchip SoCs - commit 6a8b6fb ++++ kernel-obs-build: - Update config files: - enable Haoyu Microelectronics HYM8563 module, a popular RTC on ARM64, especially on Rockchip SoCs - commit 6a8b6fb ++++ kernel-obs-qa: - Update config files: - enable Haoyu Microelectronics HYM8563 module, a popular RTC on ARM64, especially on Rockchip SoCs - commit 6a8b6fb ++++ kernel-syms: - Update config files: - enable Haoyu Microelectronics HYM8563 module, a popular RTC on ARM64, especially on Rockchip SoCs - commit 6a8b6fb ++++ kernel-vanilla: - Update config files: - enable Haoyu Microelectronics HYM8563 module, a popular RTC on ARM64, especially on Rockchip SoCs - commit 6a8b6fb ++++ krita: - backport 5d44af277b005692241a09f30e11bb0d16166823.patch: Fix Python invalid escape sequence warnings boo#1243841 ++++ openblas_openmp: - For SLES16 target POWER9 instead of POWER8 which fixes the issue with the reported sgemm testsuite fails. [bsc#1239545] ++++ openblas_pthreads: - For SLES16 target POWER9 instead of POWER8 which fixes the issue with the reported sgemm testsuite fails. [bsc#1239545] ++++ openblas_serial: - For SLES16 target POWER9 instead of POWER8 which fixes the issue with the reported sgemm testsuite fails. [bsc#1239545] ++++ libosmo-sigtran: - Update to release 2.1.1 * asp: Avoid double-free of received msg if conn is teared down ++++ libosmo-abis: - Update to release 2.0.1 * ipaccess: Reset pointer before calling stream_cli func triggering callback ++++ libosmocore: - Update to release 1.11.1 * lapd, lapdm: Take talloc msgb ownership when enqueueing it ++++ libunwind: - 0001-Fix-unw_is_signal_frame-for-RISC-V.patch: Fix unw_is_signal_frame for RISC-V ++++ z3: - add python-use-non-devel-so.patch (bsc#1243028) - update to 4.15.0 * see: https://github.com/Z3Prover/z3/releases/tag/z3-4.15.0 ++++ neovim: - update to 0.11.2: * lsp: Vim.lsp.is_enabled() * lsp: root_markers can control priority * lsp: Start/stop LSPs as necessary during vim.lsp.enable() * lsp: Detach LSP clients when 'filetype' changes * checkhealth: Trigger FileType event after showing report * health: Summary in section heading * lsp: Detect if Client:request resolved synchronously * lsp: Use bufnr when getting clients in symbols_to_items * lsp: Improper diagnostic end_col computation * lsp: Only auto-detach lsp.config clients * lsp: Improve error completion message * lsp: Check if client is stopping before reuse * lsp: Fix error with InsertReplaceEdit events * :print: Don't use schar_from_ascii() for illegal byte * cmdline: Do not move UI cursor when entering cmdline * decor: Extmark highlight not applied * display: Adjust setting winline info for concealed lines * folds: Avoid unnecessary loop with horizontal scrolling * folds: Adjust filler text drawing for transparent folds * health: Checkhealth float opens extra empty buffer * lua: Vim.validate message param * move: Consume skipcol before revealing filler lines * runtime: Cpoptions is reset in Lua file * runtime: Conceal paths in help, man ToC loclist * runtime: 'includeexpr' with non-Nvim-style Lua modules * system: Don't treat NUL at start as no input * terminal: Check size when switching buffers * termkey: Out-of-bounds write in array * treesitter: Close :InspectTree with q * treesitter: Invalidate conceal_lines marks * treesitter: Eliminate flicker for single windows * treesitter: Proper tree contains() logic with combined injections * treesitter: Parser metadata annotations * trust: Support for trusting directories * tui: Don't process UI events when suspending or stopping * tui: Forward C0 control codes literally * tui: Don't try to add unsupported modifiers * tui: Clear primary device callback before invoking it * tutor: L:lang is undefined * vim.lsp.enable: Don't eagerly enable LSP configs during startup * vim.system: Improve error message when cwd does not exist * window: Skip unfocusable and hidden floats with "{count}w" ++++ python-bitarray: - Update to 3.4.2 * extend documentation of [compression of sparse bitarrays](sparse_compression.rst) * `util.sc_decode()` and `util.vl_decode()` now raise `StopIteration` instead of `ValueError` when unexpected end of stream is encountered * add debug mode tests for `read_n()`, `write_n()` and `count_from_word()` ++++ python-glfw: - Update to 2.9.0 * Added library search paths for various architectures ++++ python-google-api-python-client: - Update to version 1.170.0 * **aiplatform:** Update the api * **aiplatform:** Update the api * **aiplatform:** Update the api * **alloydb:** Update the api * **alloydb:** Update the api * **analyticshub:** Update the api * **analyticshub:** Update the api * **androidmanagement:** Update the api * **androidmanagement:** Update the api * **androidpublisher:** Update the api * **appengine:** Update the api * **artifactregistry:** Update the api * **backupdr:** Update the api * **bigqueryreservation:** Update the api * **bigqueryreservation:** Update the api * **bigquery:** Update the api * **bigquery:** Update the api * **bigtableadmin:** Update the api * **certificatemanager:** Update the api * **chat:** Update the api * **civicinfo:** Update the api * **cloudbuild:** Update the api * **cloudfunctions:** Update the api * **cloudresourcemanager:** Update the api * **compute:** Update the api * **compute:** Update the api * **connectors:** Update the api * **contactcenterinsights:** Update the api * **contactcenterinsights:** Update the api * **contactcenterinsights:** Update the api * **containeranalysis:** Update the api * **container:** Update the api * **dataflow:** Update the api * **datamigration:** Update the api * **dataplex:** Update the api * **datastream:** Update the api * **dialogflow:** Update the api * **discoveryengine:** Update the api * **discoveryengine:** Update the api * **discoveryengine:** Update the api * **documentai:** Update the api * **drive:** Update the api * **drive:** Update the api * **firebaseml:** Update the api * **firebaseml:** Update the api * **gkebackup:** Update the api * **gkeonprem:** Update the api * **iam:** Update the api * **integrations:** Update the api * **integrations:** Update the api * **lifesciences:** Update the api * **managedkafka:** Update the api * **memcache:** Update the api * **metastore:** Update the api * **migrationcenter:** Update the api * **migrationcenter:** Update the api * **monitoring:** Update the api * **netapp:** Update the api * **networkconnectivity:** Update the api * **networkconnectivity:** Update the api * **networkservices:** Update the api * **networkservices:** Update the api * **notebooks:** Update the api * **ondemandscanning:** Update the api * **oracledatabase:** Update the api * **osconfig:** Update the api * **places:** Update the api * **places:** Update the api * **recaptchaenterprise:** Update the api * **recaptchaenterprise:** Update the api * **retail:** Update the api * **retail:** Update the api * **run:** Update the api * **run:** Update the api * **sheets:** Update the api * **sqladmin:** Update the api * **sqladmin:** Update the api * **storagetransfer:** Update the api * **storagetransfer:** Update the api * **storage:** Update the api * **texttospeech:** Update the api * **trafficdirector:** Update the api * **workloadmanager:** Update the api * **artifactregistry:** Update the api * **cloudkms:** Update the api * **storage:** Update the api * **sts:** Update the api ++++ python-google-auth: - Update to version 2.40.2 * Remove sync response logs in AuthorizedSession * Update test to consider new error message from cryptography (#1765) ++++ python-gql: - Update to 3.5.3 * Bump graphql-core to v3.2.6 (#547) - Switch build system from setuptools to pyproject.toml * Add python-pip and python-wheel to BuildRequires * Replace %python_build with %pyproject_wheel * Replace %python_install with %pyproject_install * Update name for dist directory in %files section - Use Python 3.11 on SLE-15 by default ++++ python-grpclib: - Update to 0.4.8 * Fixed ``authority`` header for the case when Channel's ``host`` argument is the IPv6 address * Fixed ``Channel`` for the case when ``ssl`` module is not available * Dropped Python 3.7 support * Added "wheel" packaging format - Use Python 3.11 on SLE-15 by default ++++ python-holidays: - Update to 0.73 * Add Cocos Islands holidays * Add Grenada holidays * Add Nepal holidays * Add Togo holidays * Update Andorra holidays, add l10n support * Update Argentina holidays: add 2018 G20 Leaders' Summit for Buenos Aires * Update Philippines holidays: add special holiday May 12, 2025 * Update Vatican City holidays: add election and name day of Pope Leo XIV * Update documentation build: make PR links in changelog * Update pre-commit config ++++ python-iso3166: - Convert to pip-based build ++++ python-iwlib: - Convert to pip-based build ++++ python-j2gen: - Convert to pip-based build ++++ python-jeepney: - Convert to pip-based build ++++ python-jfscripts: - Convert to pip-based build - Convert to pip-based build - Convert to pip-based build - Convert to pip-based build ++++ python-jsmin: - Convert to pip-based build - Convert to pip-based build ++++ python-jsonpatch: - Convert to pip-based build ++++ python-jsonpath-rw: - Convert to pip-based build ++++ python-jsonslicer: - Convert to pip-based build - Convert to pip-based build ++++ python-k5test: - Convert to pip-based build ++++ python-kerberos: - Convert to pip-based build ++++ python-kismet-rest: - Convert to pip-based build ++++ python-kismetdb: - Convert to pip-based build - Convert to pip-based build ++++ python-korean-lunar-calendar: - Convert to pip-based build ++++ python-labels: - Convert to pip-based build - Convert to pip-based build ++++ python-langdetect: - Convert to pip-based build ++++ python-lazr.config: - Convert to pip-based build ++++ python-lazr.delegates: - Convert to pip-based build ++++ python-lazr.restfulclient: - Convert to pip-based build ++++ python-lazr.uri: - Convert to pip-based build - Convert to pip-based build ++++ python-lazy-object-proxy: - Convert to pip-based build ++++ python-ldappool: - Convert to pip-based build ++++ python-leglight: - Convert to pip-based build ++++ python-lesscpy: - Convert to pip-based build ++++ python-libarchive: - Convert to pip-based build ++++ python-libsass: - Convert to pip-based build ++++ python-license-expression: - Update to 30.4.1 * Use latest skeleton * Update license list to latest ScanCode and SPDX 3.26 * Drop support for Python 3.8 - Convert to pip-based build ++++ python-rich: - Update to 14.0.0 * Added - Added env var TTY_COMPATIBLE to override auto-detection of TTY support (See console.rst for details). #3675 * Changed - An empty NO_COLOR env var is now considered disabled. #3675 - An empty FORCE_COLOR env var is now considered disabled. #3675 - Rich tracebacks will now render notes on Python 3.11 onwards (added with Exception.add_note) #3676 - Indentation in exceptions won't be underlined #3678 - Rich tracebacks will now render Exception Groups #3677 ++++ python-ruff: - update to 0.11.12: * Preview features * [airflow] Revise fix titles (AIR3) * [pylint] Implement missing-maxsplit-arg (PLC0207) * [pyupgrade] New rule UP050 (useless-class-metaclass-type) * [flake8-use-pathlib] Replace os.symlink with Path.symlink_to (PTH211) * Bug fixes * [flake8-bugbear] Ignore __debug__ attribute in B010 * [flake8-async] Fix anyio.sleep argument name (ASYNC115, ASYNC116) * [refurb] Fix FURB129 autofix generating invalid syntax * Rule changes * [flake8-implicit-str-concat] Add autofix for ISC003 * [pycodestyle] Improve the diagnostic message for E712 * [flake8-2020] Fix diagnostic message for != comparisons (YTT201) * [pyupgrade] Make fix unsafe if it deletes comments (UP010) * Documentation * Simplify rules table to improve readability * Update editor integrations link in README * [flake8-bugbear] Add fix safety section (B006) ++++ python-specfile: - Update to 0.35.1 * We have fixed a bug that caused changes to get lost when a spec file passed as a path was replaced or deleted. (#470) ++++ python-zdaemon: - Update to 5.2 * Add support for Python 3.13. * Drop support for Python 3.7, 3.8. * Fix a deprecation warning by using logger.warning rather than logger.warn (fixes #40). * Fix logging to compute the message lazily. ++++ smatch: - Update to version 1.73+20250528: * return_efault: don't rely on the cross function DB * bits: add support for left shift * bits: change 1/0 to true/false * unlikely_parens: ignore verifier_bug() * bits: fix build error * db/kernel.return_fixes: update get_device() for 32bit builds * inconsistent_locking: check bool type functions differently * implied: move common code into get_tf_states() * validation/sm_bits: Add a check to validate that smatch_bits.c works * power_of_two: use sval_it_power_of_two() * bits: use sval_is_power_of_two() * and much more... ++++ suse-kabi-tools: - Update to version 0.4.0+git0.6481acc: * Improve man pages, describe new options * Rename the ksymtypes option --filter to --filter-symbol-list * Rename the symvers option --format=names to --format=symbols * Reduce contention on the types data when loading symtypes files ++++ tailscale: - update to 1.84.1: * net/dns: cache dns.Config for reuse when compileConfig fails ++++ trufflehog: - Update to version 3.88.35: * Remove Snowflake Driver (#4173) * Better Postman API request timeout logging (#4186) * Alias custom context in Postman Client (#4185) * Bump the Postman client timeout (#4183) * Skip Intermittently Failing Git Tests (#4187) * (fix) Auth0 Management token flaky test (#4179) * Update GitHub analyzer to use correct AnalyzerType in results (#4188) * Rename url parameter in Postman client to urlString (#4184) * Added deepseek support (#3980) * (fix) Leading = in gitlab v1 token (#4156) * added response body check in okta verification (#4180) * Updated LaunchDarkly Analyzer and Detector (#4178) * Github and Gitlab Authentication via `http.extraHeader` for cloning Repositories (#4139) * Improved JIRA detector (#4155) * chore: fix some function names (#4175) ------------------------------------------------------------------ ------------------ 2025-5-29 - May 29 2025 ------------------- ------------------------------------------------------------------ ++++ ack: - ack 3.9.0: * The --not option can be used with either --and or --or * The -g option can now use any of the boolean options, --and, - -or or --not. * When using --output='$f', the filename would be colorized in the output line, but should not have been ++++ ansible-navigator: - Update to version 25.5.0: * Bugfixes - Improve path normalization with a fallback for non-existent paths (#1979) @shatakshiiii * Maintenance - Update dependencies (#1994) @shatakshiiii - Bump cryptography from 45.0.2 to 45.0.3 in /.config in the dependencies group (#1993) @dependabot[bot] - [pre-commit.ci] pre-commit autoupdate (#1991) @pre-commit-ci[bot] - Bump the dependencies group in /.config with 6 updates (#1992) @dependabot[bot] - Bump codecov/codecov-action from 5.4.2 to 5.4.3 (#1990) @dependabot[bot] - Bump the dependencies group in /.config with 6 updates (#1989) @dependabot[bot] - Add merge_group handler for tox workflow (#1983) @Qalthos - chore: Fix codecov use_oidc setting (#1988) @Qalthos - Ignore the untracked files in the codecov scan (#1986) @shatakshiiii - [pre-commit.ci] pre-commit autoupdate (#1987) @pre-commit-ci[bot] - Bump the dependencies group in /.config with 5 updates (#1985) @dependabot[bot] - [pre-commit.ci] pre-commit autoupdate (#1981) @pre-commit-ci[bot] - Bump the dependencies group in /.config with 6 updates (#1978) @dependabot[bot] - [pre-commit.ci] pre-commit autoupdate (#1976) @pre-commit-ci[bot] - Bump the dependencies group in /.config with 5 updates (#1975) @dependabot[bot] ++++ apache-commons-beanutils: - Update to 1.11.0 * Fixed Bugs: + BeanComparator.compare(T, T) now throws IllegalArgumentException instead of RuntimeException to wrap all cases of ReflectiveOperationException. + MappedMethodReference.get() now throws IllegalStateException instead of RuntimeException to wrap cases of NoSuchMethodException. + ResultSetIterator.get(String) now throws IllegalArgumentException instead of RuntimeException to wrap cases of SQLException. + ResultSetIterator.hasNext() now throws IllegalStateException instead of RuntimeException to wrap cases of SQLException. + ResultSetIterator.next() now throws IllegalStateException instead of RuntimeException to wrap cases of SQLException. + ResultSetIterator.set(String, Object) now throws IllegalArgumentException instead of RuntimeException to wrap cases of SQLException. + ResultSetIterator.set(String, String, Object) now throws IllegalArgumentException instead of RuntimeException to wrap cases of SQLException. * Changes: + Add org.apache.commons.beanutils .SuppressPropertiesBeanIntrospector.SUPPRESS_DECLARING_CLASS. Fixes bsc#1243793, CVE-2025-48734 + Bump org.apache.commons:commons-parent from 81 to 84. + Bump commons-logging:commons-logging from 1.3.4 to 1.3.5. - Modified patch: * apache-commons-beanutils-fix-build-version.patch + make more generic and pass the version from command-line ++++ bc: - GNU bc 1.08.2 * GCC 15 compatibility * Plug a small memory leak in dc * Fix a formatting botch in doc/bc.1 - drop upstreamed bc-dc-correct-return-value.patch - drop unneeded info macros ++++ bcachefs-tools: - Update to release 1.25.2 [boo#1243231] * No changelog was provided ++++ cpio: - Migrate away from update-alternatives (bsc#1240092). cpio-mt now conflicts with other providers of /usr/bin/mt. - Upon installation of the newer packages, the cpio-mt alternatives are purged from the system. ++++ eppic: - Update to 6cb0c2ad3ac2de988c02378766ef53302726abf3 o Fix build with gcc-15 ++++ cryptsetup: - Add a dependency on device-mapper to libcryptsetup12 to install the required device-mapper udev rules. [bsc#1241612] ++++ digger-cli: - Update to version 0.6.102: - add self hosting docs for azure by @mintlify in #1954 - update mint.json by @mintlify in #1955 - fix mint.json by @mintlify in #1956 - support setting log level for backend by @motatoes in #1958 - add more debug logs in deletes by @motatoes in #1960 ++++ dnscrypt-proxy: - Update to version 2.1.12 * weighted Power of Two (WP2) load balancing strategy has been implemented as the default * optional Prometheus metrics endpoint has been added for monitoring * additional records in queries are now properly removed before forwarding * simple view UI has been removed ++++ doxygen: - Doxywizard: Use Qt 6 instead of Qt5. ++++ doxywizard: - Doxywizard: Use Qt 6 instead of Qt5. ++++ drkonqi6: - Update to 6.3.91: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.91 - Changes since 6.3.90: * Update version for new release 6.3.91 * backtracegenerator: convert memoryfence to qglobalstatic (kde#504386) * coredump/gui: add keywords to desktop file * 🍒backtracegenerator: don't crash when the proc was already deleted (kde#504389) * Fix minimum systemd requirement * preamble: improve log message a tad * preamble: leave a breadcrumb behind when loading a solib * preamble: pull thread into scope for debugging * preamble: make comment clearer * preamble: pull pc into scope so we can diagnose it easily * preamble: don't trip over undefined variables ++++ dtb-aarch64: - Revert "drm/amd/display: more liberal vmin/vmax update for freesync" (bsc#1243782). - commit 9dd7b0d - series.conf: cleanup - update upstream references and move into sorted section - patches.suse/ACPICA-Apply-ACPI_NONSTRING-in-more-places.patch - patches.suse/ACPICA-Apply-ACPI_NONSTRING.patch - patches.suse/ACPICA-Introduce-ACPI_NONSTRING.patch - commit 41d2c18 ++++ falcoctl: - Update to version 0.11.2: * chore(build): update golang and net packages * chore(deps): Bump the actions group with 2 updates * feat: change aws-sdk-go from v1 to v2 * chore(deps): Bump the actions group with 2 updates * chore(deps): Bump the actions group with 2 updates * chore(deps): Bump goreleaser/goreleaser-action in the actions group ++++ ffmpeg-4: - Update to release 4.4.6 * lavc/libx265: unbreak build for X265_BUILD >= 210 * ARM: vp9mc: Load only 12 pixels in the 4 pixel wide horizontal filter * rtmpproto: Avoid rare crashes in the `fail:` codepath in rtmp_open * avcodec/snow: Fix off by 1 error in run_buffer * avcodec/mpegvideo_enc: Check FLV1 resolution limits - Delete ffmpeg-CVE-2023-49502.patch, 0001-libavcodec-arm-mlpdsp_armv5te-fix-label-format-to-wo.patch, ffmpeg-4-CVE-2025-0518.patch, ffmpeg-4-CVE-2025-22919.patch (merged) ++++ fritzing: - Update to 1.0.5 [#]# New Features and Enhancements * Arduino: Added support for Arduino CLI (> v2), enhancing compatibility with a wide range of boards. [#4010] * UI: Replaced Droid Sans with NotoSans font for better rendering consistency and internationalization support. * Performance: Introduced experimental hardware acceleration for improved rendering and responsiveness. [#1171] * Compatibility: Added ARM64 installer support for Windows 11 on ARM devices. [#4166] * UX: Added warnings when loading parts or sketches created with newer Fritzing versions than currently installed. * Internationalization: Improved locale handling by setting LC_NUMERIC to "C" throughout the application. [#4184] * Parts: Replaced unknown fonts to maintain consistent part appearance. [#]# Bug Fixes * Fixed crash when loading .fzbz files containing parse errors. [#4197] * Fixed crash that occurred when swapping packages with no candidate connectors. [#4194] * Corrected bounding box size for text parts in the library. [#3630] * Fixed undefined connectors for the D31A* relay. [#406] * Fixed sparkfun-relay display issue where it appeared as a red rectangle. [#403] * Fixed issue where resistance was displayed twice in component properties. * Fixed application crash that occurred during export operations. * Fixed several text logo issues: unexpected switching to image logos, automatic bold font switching, and disappearing LogoItems after type switch. * Corrected font size calculation across macOS, Windows, and Ubuntu. * Fixed rotation and flipping issues in SVG export for IC and Mystery part pin labels. - Add 2 patches from Fedora: * 0003-Remove-TwitterSaurus-examples.patch * 0004-Work-around-build-issues-with-Qt-6.9.patch ++++ ft2demos: - Do not build the ft2demos flavor in SLE16 where Qt5 will not be available ++++ gamescope: - Update to version 3.16.11: * steamcompmgr: workaround bug with mangohud repaints when VRR is active * DRMBackend: Fix IsPaused * submodules: bump misyl-wlroots to 54e8447 * WaylandBackend: Fix IsPaused return value * steamcompmgr: Fix IsPaused check * OpenVRBackend: initialize visibility state when creating the overlay. * backend: Split IsVisible out into IsPaused * vram cgroup: don't crash on startup if not present * steamcompmgr: Use cgroup VRAM protection for focused windows * steamcompmgr: Only do SteamControlled behaviour for true steam controlled, not just SteamMode * steamcompmgr: Fix SteamControlled strategy for context focus behaviour * steamcompmgr: Fix lifetime for previous virtual connector global focus * steamcompmgr: Fix removing single connector virtual connector outputs * wlserver: hack-y fix for tab character sometimes not working in global bindings * wlserver: fix hotkey processing being broken in gamemode * OpenVRBackend: Workaround for VREvent_ScrollSmooth events being dropped. * OpenVRBackend: Add comment wrt. thread constructor ordering * OpenVRBackend: Fix initialization order for atomics/threads - stb and glm are now meson subprojects * Pull the upstream pinned revisions with tar_scm service * Unpack the sources manually * Remove BuildRequires for system glm and stb * Remove set_version service as it was choosing the stb version string as main package version ++++ ghc-pandoc: - Update pandoc to version 3.7.0.2. [#]# pandoc 3.7.0.2 (2025-05-28) * RST writer: + Don't emit alignment markers in grid tables (#10857). * Asciidoc writer: + Add support for sidebars (GHyman83). * LaTeX writer: + Include alt option in `\includegraphics` (#6095). * Markdown writer: + Preserve figure attributes (Nikolay Yakimov, #10867). Fixes a regression introduced by 0d2114e, which caused the Markdown writer to ignore attributes on the figure if it has class or key-value attributes set. * HTML writer: + Use the ID prefix in the ID for the footnotes section (Benjamin Esham). * Text.Pandoc.Writers.Shared: + `gridTable`: fix (3.7) regression with missing cell alignments (#10853). + `gridTable`: fix headings with colspans (#10855). If the heading contains a colspan, we still need to include information in the header line about the colspecs. + `gridTable`: fix headerless tables. The top line should encode colspan information. * Text.Pandoc.SelfContained: + Fix handling of empty script element (#10862). Previously in this case the closing tag was dropped. + Do not drop `data-` attributes in script tags (#10861). * Lua subsystem (Albert Krewinkel): + Add function `pandoc.mediabag.make_data_uri` (#10876). The function takes a MIME type and raw data from which it creates an RFC 2397 data URI. * `tools/update-lua-module-docs`: fix handling of wikilinks (Albert Krewinkel). * `doc/lua-filters.md`: add missing docs for `pandoc.Caption` (Albert Krewinkel). * Require texmath 0.12.10.3, typst 0.8.0.1 ++++ ghc-pandoc-lua-engine: - Update pandoc-lua-engine to version 0.4.3. Upstream does not provide a change log file. ++++ glab: - Update to version 1.58.0: * feat(deploy-key): Deploy key functionality * fix(auth): fix CI JOB TOKEN with custom CA file * chore: Adding initial git function mocks * chore(usage-ping): Add configuration option to opt out of usage data * feat(securefile): add project secure file get support * chore: Update command examples following new style guide, fixes [#7833] * chore: Make scopes of non-admin PATs clearer * chore(docs): update example to $># format * chore(deps): update module k8s.io/client-go to v0.33.1 * chore(deps): update module k8s.io/apimachinery to v0.33.1 * chore(deps): update dependency markdownlint-cli2 to v0.18.1 * docs: Add mise as an install method * chore: Update go to 1.24.3 * chore(deps): update dependency markdownlint-cli2 to v0.18.0 * chore(deps): update dependency @commitlint/read to ^19.8.1 * chore(deps): update dependency @commitlint/format to ^19.8.1 * chore(deps): update dependency @commitlint/lint to ^19.8.1 * feat(cluster): add FluxCD environment creation during agent bootstrap * chore(deps): update dependency golang to v1.24.3 * refactor(auth): Move auth helper to its own location * chore(deps): update module golang.org/x/oauth2 to v0.30.0 * chore(docs): update example tro $># format * fix: try to update ref head only if remote has diverged * chore(deps): update module golang.org/x/crypto to v0.38.0 * docs: improve help text for `ci run` `--variables-from` * feat: Add iteration command * chore: Update links to docs.gitlab.com * chore(docs): update example to $># format * test(stacked-diffs): adding missing test for stack save * refactor(cmdutils): remove used once function ++++ govulncheck-vulndb: - Update to version 0.0.20250529T205903 2025-05-29T20:59:03Z. Refs jsc#PED-11136 Go CVE Numbering Authority IDs added or updated with aliases: * GO-2025-3717 CVE-2025-4057 GHSA-q5q7-8x6x-hcg2 * GO-2025-3718 GHSA-h5f8-crrq-4pw8 * GO-2025-3719 CVE-2025-47952 GHSA-vrch-868g-9jx5 * GO-2025-3720 CVE-2025-47933 GHSA-2hj5-g64g-fp6p * GO-2025-3721 GHSA-93m4-mfpg-c3xf ++++ gpgme: - Do not build the qt5 flavor in SLE16 where Qt5 won't be available. ++++ grub2: - Use /etc/SUSE-brand to display OS label (bsc#1239169) * 0001-mkconfig-Determine-GRUB_DISTRIBUTOR-from-etc-SUSE-br.patch ++++ libcamera: - Remove Qt5 BuildRequires which aren't really needed nor used. ++++ jfrog-cli: - Update to version 2.76.1: * Improvements - Support for JFrog Advanced Security (JAS) in scan command by @guyshe-jfrog in jfrog-cli-security#407 - Add support for non-standard package.json locations in npm tarballs by @agrasth in jfrog-cli-artifactory#78 * Bug Fixes - Pass Project key to xray api if provided by @attiasas in jfrog-cli-security#454 - Fixed a failure when trying to read if spec flag is set by @bhanurp in jfrog-cli-artifactory#77 ++++ kargo-cli: - Update to version 1.5.1: * no CLI-related changes * no dependency-related changes ++++ kernel-64kb: - Revert "drm/amd/display: more liberal vmin/vmax update for freesync" (bsc#1243782). - commit 9dd7b0d - series.conf: cleanup - update upstream references and move into sorted section - patches.suse/ACPICA-Apply-ACPI_NONSTRING-in-more-places.patch - patches.suse/ACPICA-Apply-ACPI_NONSTRING.patch - patches.suse/ACPICA-Introduce-ACPI_NONSTRING.patch - commit 41d2c18 ++++ kernel-debug: - Revert "drm/amd/display: more liberal vmin/vmax update for freesync" (bsc#1243782). - commit 9dd7b0d - series.conf: cleanup - update upstream references and move into sorted section - patches.suse/ACPICA-Apply-ACPI_NONSTRING-in-more-places.patch - patches.suse/ACPICA-Apply-ACPI_NONSTRING.patch - patches.suse/ACPICA-Introduce-ACPI_NONSTRING.patch - commit 41d2c18 ++++ kernel-default: - Revert "drm/amd/display: more liberal vmin/vmax update for freesync" (bsc#1243782). - commit 9dd7b0d - series.conf: cleanup - update upstream references and move into sorted section - patches.suse/ACPICA-Apply-ACPI_NONSTRING-in-more-places.patch - patches.suse/ACPICA-Apply-ACPI_NONSTRING.patch - patches.suse/ACPICA-Introduce-ACPI_NONSTRING.patch - commit 41d2c18 ++++ kernel-source: - Revert "drm/amd/display: more liberal vmin/vmax update for freesync" (bsc#1243782). - commit 9dd7b0d - series.conf: cleanup - update upstream references and move into sorted section - patches.suse/ACPICA-Apply-ACPI_NONSTRING-in-more-places.patch - patches.suse/ACPICA-Apply-ACPI_NONSTRING.patch - patches.suse/ACPICA-Introduce-ACPI_NONSTRING.patch - commit 41d2c18 ++++ kernel-source-longterm: - Linux 6.12.31 (bsc#1234429). - drm/gem: Internally test import_attach for imported objects (bsc#1234429). - x86/mm/init: Handle the special case of device private pages in add_pages(), to not increase max_pfn and trigger dma_addressing_limited() bounce buffers bounce buffers (bsc#1234429). - i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work() (bsc#1234429). - pinctrl: tegra: Fix off by one in tegra_pinctrl_get_group() (bsc#1234429). - watchdog: aspeed: fix 64-bit division (bsc#1234429). - drm/amdkfd: Correct F8_MODE for gfx950 (bsc#1234429). - serial: sh-sci: Save and restore more registers (bsc#1234429). - bpf: abort verification if env->cur_state->loop_entry != NULL (bsc#1234429). - drm/amd/display: Exit idle optimizations before accessing PHY (bsc#1234429). - kbuild: Properly disable -Wunterminated-string-initialization for clang (bsc#1234429). - Fix mis-uses of 'cc-option' for warning disablement (bsc#1234429). - gcc-15: disable '-Wunterminated-string-initialization' entirely for now (bsc#1234429). - gcc-15: make 'unterminated string initialization' just a warning (bsc#1234429). - err.h: move IOMEM_ERR_PTR() to err.h (bsc#1234429). - spi: spi-fsl-dspi: Reset SR flags before sending a new message (bsc#1234429). - spi: spi-fsl-dspi: Halt the module after a new message transfer (bsc#1234429). - spi: spi-fsl-dspi: restrict register range for regmap access (bsc#1234429). - spi: use container_of_cont() for to_spi_device() (bsc#1234429). - platform/x86: think-lmi: Fix attribute name usage for non-compliant items (bsc#1234429). - ksmbd: fix stream write failure (bsc#1234429). - Revert "arm64: dts: allwinner: h6: Use RSB for AXP805 PMIC connection" (bsc#1234429). - Bluetooth: btmtksdio: Do close if SDIO card removed without close (bsc#1234429). - Bluetooth: btmtksdio: Check function enabled before doing close (bsc#1234429). - nilfs2: fix deadlock warnings caused by lock dependency in init_nilfs() (bsc#1234429). - mm: vmalloc: only zero-init on vrealloc shrink (bsc#1234429). - mm: vmalloc: actually use the in-place vrealloc region (bsc#1234429). - mm: mmap: map MAP_STACK to VM_NOHUGEPAGE only if THP is enabled (bsc#1234429). - mm/page_alloc.c: avoid infinite retries caused by cpuset race (bsc#1234429). - memcg: always call cond_resched() after fn() (bsc#1234429). - highmem: add folio_test_partial_kmap() (bsc#1234429). - Input: xpad - add more controllers (bsc#1234429). - Revert "drm/amd: Keep display off while going into S4" (bsc#1234429). - smb: client: Reset all search buffer pointers when releasing buffer (bsc#1234429). - arm64: dts: marvell: uDPU: define pinctrl state for alarm LEDs (bsc#1234429). - smb: client: Fix use-after-free in cifs_fill_dirent (bsc#1234429). - drm/edid: fixed the bug that hdr metadata was not reset (bsc#1234429). - thermal: intel: x86_pkg_temp_thermal: Fix bogus trip temperature (bsc#1234429). - platform/x86: dell-wmi-sysman: Avoid buffer overflow in current_password_store() (bsc#1234429). - pmdomain: core: Fix error checking in genpd_dev_pm_attach_by_id() (bsc#1234429). - pmdomain: renesas: rcar: Remove obsolete nullify checks (bsc#1234429). - vmxnet3: update MTU after device quiesce (bsc#1234429). - net: dsa: microchip: linearize skb for tail-tagging switches (bsc#1234429). - can: kvaser_pciefd: Fix echo_skb race (bsc#1234429). - can: kvaser_pciefd: Continue parsing DMA buf after dropped RX (bsc#1234429). - llc: fix data loss when reading from a socket in llc_ui_recvmsg() (bsc#1234429). - ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ASP10 (bsc#1234429). - ALSA: pcm: Fix race of buffer access at PCM OSS layer (bsc#1234429). - ASoC: SOF: ipc4-pcm: Delay reporting is only supported for playback direction (bsc#1234429). - ASoc: SOF: topology: connect DAI to a single DAI link (bsc#1234429). - ASoC: SOF: Intel: hda-bus: Use PIO mode on ACE2+ platforms (bsc#1234429). - ASoC: SOF: ipc4-control: Use SOF_CTRL_CMD_BINARY as numid for bytes_ext (bsc#1234429). - can: bcm: add missing rcu read protection for procfs content (bsc#1234429). - can: bcm: add locking for bcm_op runtime updates (bsc#1234429). - can: slcan: allow reception of short error messages (bsc#1234429). - padata: do not leak refcount in reorder_work (bsc#1234429). - crypto: algif_hash - fix double free in hash_accept (bsc#1234429). - clk: s2mps11: initialise clk_hw_onecell_data::num before accessing ::hws[] in probe() (bsc#1234429). - octeontx2-af: Fix APR entry mapping based on APR_LMT_CFG (bsc#1234429). - octeontx2-af: Set LMT_ENA bit for APR table entries (bsc#1234429). - net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done (bsc#1234429). - octeontx2-pf: Add AF_XDP non-zero copy support (bsc#1234429). - sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue() (bsc#1234429). - idpf: fix idpf_vport_splitq_napi_poll() (bsc#1234429). - io_uring: fix overflow resched cqe reordering (bsc#1234429). - net: lan743x: Restore SGMII CTRL register on resume (bsc#1234429). - net: dwmac-sun8i: Use parsed internal PHY address instead of 1 (bsc#1234429). - pinctrl: qcom: switch to devm_register_sys_off_handler() (bsc#1234429). - loop: don't require ->write_iter for writable files in loop_configure (bsc#1234429). - idpf: fix null-ptr-deref in idpf_features_check (bsc#1234429). - ice: Fix LACP bonds without SRIOV environment (bsc#1234429). - ice: fix vf->num_mac count with port representors (bsc#1234429). - bridge: netfilter: Fix forwarding of fragmented packets (bsc#1234429). - ptp: ocp: Limit signal/freq counts in summary output functions (bsc#1234429). - Bluetooth: btusb: use skb_pull to avoid unsafe access in QCA dump handling (bsc#1234429). - Bluetooth: L2CAP: Fix not checking l2cap_chan security level (bsc#1234429). - perf/x86/intel: Fix segfault with PEBS-via-PT with sample_freq (bsc#1234429). - irqchip/riscv-imsic: Start local sync timer on correct CPU (bsc#1234429). - ASoC: SOF: Intel: hda: Fix UAF when reloading module (bsc#1234429). - devres: Introduce devm_kmemdup_array() (bsc#1234429). - driver core: Split devres APIs to device/devres.h (bsc#1234429). - dmaengine: fsl-edma: Fix return code for unhandled interrupts (bsc#1234429). - dmaengine: idxd: Fix ->poll() return value (bsc#1234429). - xfrm: Sanitize marks before insert (bsc#1234429). - clk: sunxi-ng: d1: Add missing divider for MMC mod clocks (bsc#1234429). - remoteproc: qcom_wcnss: Fix on platforms without fallback regulators (bsc#1234429). - kernel/fork: only call untrack_pfn_clear() on VMAs duplicated for fork() (bsc#1234429). - x86/sev: Fix operator precedence in GHCB_MSR_VMPL_REQ_LEVEL macro (bsc#1234429). - dmaengine: idxd: Fix allowing write() from different address spaces (bsc#1234429). - xfrm: Fix UDP GRO handling for some corner cases (bsc#1234429). - espintcp: remove encap socket caching to avoid reference leak (bsc#1234429). - espintcp: fix skb leaks (bsc#1234429). - soundwire: bus: Fix race on the creation of the IRQ domain (bsc#1234429). - __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock (bsc#1234429). - drm/amd/display: Call FP Protect Before Mode Programming/Mode Support (bsc#1234429). - xenbus: Allow PVH dom0 a non-local xenstore (bsc#1234429). - x86/Kconfig: make CFI_AUTO_DEFAULT depend on !RUST or Rust >= 1.88 (bsc#1234429). - wifi: iwlwifi: add support for Killer on MTL (bsc#1234429). - block: only update request sector if needed (bsc#1234429). - tools: ynl-gen: validate 0 len strings from kernel (bsc#1234429). - btrfs: avoid NULL pointer dereference if no valid csum tree (bsc#1234429). - btrfs: handle empty eb->folios in num_extent_folios() (bsc#1234429). - btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref (bsc#1234429). - btrfs: compression: adjust cb->compressed_folios allocation type (bsc#1234429). - ASoC: intel/sdw_utils: Add volume limit to cs42l43 speakers (bsc#1234429). - cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() function (bsc#1234429). - cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info() (bsc#1234429). - io_uring/fdinfo: annotate racy sq/cq head/tail reads (bsc#1234429). - nvmet-tcp: don't restore null sk_state_change (bsc#1234429). - ALSA: usb-audio: Fix duplicated name in MIDI substream names (bsc#1234429). - nvme-pci: add quirks for WDC Blue SN550 15b7:5009 (bsc#1234429). - nvme-pci: add quirks for device 126f:1001 (bsc#1234429). - ALSA: hda/realtek: Add quirk for HP Spectre x360 15-df1xxx (bsc#1234429). - ASoC: Intel: bytcr_rt5640: Add DMI quirk for Acer Aspire SW3-013 (bsc#1234429). - ASoC: cs42l43: Disable headphone clamps during type detection (bsc#1234429). - platform/x86: ideapad-laptop: add support for some new buttons (bsc#1234429). - platform/x86: asus-wmi: Disable OOBE state after resume from hibernation (bsc#1234429). - platform/x86/intel: hid: Add Pantherlake support (bsc#1234429). - smb: server: smb2pdu: check return value of xa_store() (bsc#1234429). - pinctrl: meson: define the pull up/down resistor value as 60 kOhm (bsc#1234429). - book3s64/radix: Fix compile errors when CONFIG_ARCH_WANT_OPTIMIZE_DAX_VMEMMAP=n (bsc#1234429). - ASoC: imx-card: Adjust over allocation of memory in imx_card_parse_of() (bsc#1234429). - drm: Add valid clones check (bsc#1234429). - drm/panel-edp: Add Starry 116KHD024006 (bsc#1234429). - drm/buddy: fix issue that force_merge cannot free all roots (bsc#1234429). - drm/atomic: clarify the rules around drm_atomic_state->allow_modeset (bsc#1234429). - drm/xe: Reject BO eviction if BO is bound to current VM (bsc#1234429). - drm/xe/sa: Always call drm_suballoc_manager_fini() (bsc#1234429). - wifi: rtw89: coex: Separated Wi-Fi connecting event from Wi-Fi scan event (bsc#1234429). - drm/xe: Do not attempt to bootstrap VF in execlists mode (bsc#1234429). - drm/xe: Move suballocator init to after display init (bsc#1234429). - wifi: ath11k: Use dma_alloc_noncoherent for rx_tid buffer allocation (bsc#1234429). - drm/nouveau: fix the broken marco GSP_MSG_MAX_SIZE (bsc#1234429). - drm: bridge: adv7511: fill stream capabilities (bsc#1234429). - wifi: ath12k: Fix end offset bit definition in monitor ring descriptor (bsc#1234429). - wifi: ath12k: Fetch regdb.bin file from board-2.bin (bsc#1234429). - wifi: ath9k: return by of_get_mac_address (bsc#1234429). - drm/xe/pf: Reset GuC VF config when unprovisioning critical resource (bsc#1234429). - accel/qaic: Mask out SR-IOV PCI resources (bsc#1234429). - wifi: ath12k: fix ath12k_hal_tx_cmd_ext_desc_setup() info1 override (bsc#1234429). - regulator: ad5398: Add device tree support (bsc#1234429). - spi: zynqmp-gqspi: Always acknowledge interrupts (bsc#1234429). - wifi: rtw89: add wiphy_lock() to work that isn't held wiphy_lock() yet (bsc#1234429). - wifi: rtw88: Don't use static local variable in rtw8822b_set_tx_power_index_by_rate (bsc#1234429). - wifi: rtl8xxxu: retry firmware download on error (bsc#1234429). - clk: renesas: rzg2l-cpg: Refactor Runtime PM clock validation (bsc#1234429). - perf/amd/ibs: Fix ->config to sample period calculation for OP PMU (bsc#1234429). - perf/amd/ibs: Fix perf_ibs_op.cnt_mask for CurCnt (bsc#1234429). - firmware: arm_scmi: Relax duplicate name constraint across protocol ids (bsc#1234429). - bpftool: Fix readlink usage in get_fd_type (bsc#1234429). - bpf: Use kallsyms to find the function name of a struct_ops's stub function (bsc#1234429). - drm/ast: Find VBIOS mode from regular display size (bsc#1234429). - dm vdo: use a short static string for thread name prefix (bsc#1234429). - dm vdo indexer: prevent unterminated string warning (bsc#1234429). - irqchip/riscv-aplic: Add support for hart indexes (bsc#1234429). - ASoC: rt722-sdca: Add some missing readable registers (bsc#1234429). - ASoC: codecs: pcm3168a: Allow for 24-bit in provider mode (bsc#1234429). - arm64: zynqmp: add clock-output-names property in clock nodes (bsc#1234429). - HID: usbkbd: Fix the bit shift number for LED_KANA (bsc#1234429). - wifi: ath12k: Avoid napi_sync() before napi_enable() (bsc#1234429). - scsi: st: Restore some drive settings after reset (bsc#1234429). - scsi: lpfc: Free phba irq in lpfc_sli4_enable_msi() when pci_irq_vector() fails (bsc#1234429). - scsi: lpfc: Ignore ndlp rport mismatch in dev_loss_tmo callbk (bsc#1234429). - scsi: lpfc: Handle duplicate D_IDs in ndlp search-by D_ID routine (bsc#1234429). - net/mana: fix warning in the writer of client oob (bsc#1234429). - drm/xe/relay: Don't use GFP_KERNEL for new transactions (bsc#1234429). - ice: count combined queues using Rx/Tx count (bsc#1234429). - perf: Avoid the read if the count is already updated (bsc#1234429). - rcu: fix header guard for rcu_all_qs() (bsc#1234429). - rcu: handle unstable rdp in rcu_read_unlock_strict() (bsc#1234429). - rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y (bsc#1234429). - ice: treat dyn_allowed only as suggestion (bsc#1234429). - ice: init flow director before RDMA (bsc#1234429). - bridge: mdb: Allow replace of a host-joined group (bsc#1234429). - net: flush_backlog() small changes (bsc#1234429). - r8169: don't scan PHY addresses > 0 (bsc#1234429). - ipv4: ip_gre: Fix set but not used warning in ipgre_err() if IPv4-only (bsc#1234429). - vxlan: Annotate FDB data races (bsc#1234429). - cpufreq: amd-pstate: Remove unnecessary driver_lock in set_boost (bsc#1234429). - net/mlx5e: Avoid WARN_ON when configuring MQPRIO with HTB offload enabled (bsc#1234429). - tools: ynl-gen: don't output external constants (bsc#1234429). - eth: fbnic: set IFF_UNICAST_FLT to avoid enabling promiscuous mode when adding unicast addrs (bsc#1234429). - drm/rockchip: vop2: Improve display modes handling on RK3588 HDMI0 (bsc#1234429). - media: qcom: camss: Add default case in vfe_src_pad_code (bsc#1234429). - media: qcom: camss: csid: Only add TPG v4l2 ctrl if TPG hardware is available (bsc#1234429). - f2fs: introduce f2fs_base_attr for global sysfs entries (bsc#1234429). - hwmon: (xgene-hwmon) use appropriate type for the latency value (bsc#1234429). - tools/power turbostat: Clustered Uncore MHz counters should honor show/hide options (bsc#1234429). - net: page_pool: avoid false positive warning if NAPI was never added (bsc#1234429). - clk: qcom: camcc-sm8250: Use clk_rcg2_shared_ops for some RCGs (bsc#1234429). - wifi: rtw89: call power_on ahead before selecting firmware (bsc#1234429). - wifi: rtw89: fw: validate multi-firmware header before accessing (bsc#1234429). - wifi: rtw89: fw: validate multi-firmware header before getting its size (bsc#1234429). - wifi: rtw89: coex: Assign value over than 0 to avoid firmware timer hang (bsc#1234429). - wifi: rtw88: Fix __rtw_download_firmware() for RTL8814AU (bsc#1234429). - wifi: rtw88: Fix download_firmware_validate() for RTL8814AU (bsc#1234429). - ext4: remove writable userspace mappings before truncating page cache (bsc#1234429). - ext4: don't write back data before punch hole in nojournal mode (bsc#1234429). - leds: trigger: netdev: Configure LED blink interval for HW offload (bsc#1234429). - pstore: Change kmsg_bytes storage size to u32 (bsc#1234429). - iio: adc: ad7944: don't use storagebits for sizing (bsc#1234429). - r8152: add vendor/device ID pair for Dell Alienware AW1022z (bsc#1234429). - ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure() (bsc#1234429). - arch/powerpc/perf: Check the instruction type before creating sample with perf_mem_data_src (bsc#1234429). - powerpc/pseries/iommu: create DDW for devices with DMA mask less than 64-bits (bsc#1234429). - powerpc/pseries/iommu: memory notifier incorrectly adds TCEs for pmemory (bsc#1234429). - net: fec: Refactor MAC reset to function (bsc#1234429). - wifi: mac80211: set ieee80211_prep_tx_info::link_id upon Auth Rx (bsc#1234429). - wifi: mac80211: remove misplaced drv_mgd_complete_tx() call (bsc#1234429). - wifi: mac80211: don't unconditionally call drv_mgd_complete_tx() (bsc#1234429). - wifi: iwlwifi: don't warn during reprobe (bsc#1234429). - wifi: iwlwifi: use correct IMR dump variable (bsc#1234429). - mptcp: pm: userspace: flags: clearer msg if no remote addr (bsc#1234429). - wifi: ath12k: fix the ampdu id fetch in the HAL_RX_MPDU_START TLV (bsc#1234429). - xfrm: prevent high SEQ input in non-ESN mode (bsc#1234429). - drm/v3d: Add clock handling (bsc#1234429). - net/mlx5e: reduce the max log mpwrq sz for ECPF and reps (bsc#1234429). - net/mlx5e: reduce rep rxq depth to 256 for ECPF (bsc#1234429). - net/mlx5e: set the tx_queue_len for pfifo_fast (bsc#1234429). - net/mlx5: Extend Ethtool loopback selftest to support non-linear SKB (bsc#1234429). - net/mlx5: XDP, Enable TX side XDP multi-buffer support (bsc#1234429). - scsi: target: spc: Fix loop traversal in spc_rsoc_get_descr() (bsc#1234429). - drm/amd/display/dm: drop hw_support check in amdgpu_dm_i2c_xfer() (bsc#1234429). - drm/amdgpu: enlarge the VBIOS binary size limit (bsc#1234429). - drm/amdgpu: Use active umc info from discovery (bsc#1234429). - drm/amd/display: Populate register address for dentist for dcn401 (bsc#1234429). - drm/amd/display: Use Nominal vBlank If Provided Instead Of Capping It (bsc#1234429). - drm/amd/display: Increase block_sequence array size (bsc#1234429). - drm/amd/display: Initial psr_version with correct setting (bsc#1234429). - drm/amd/display: Update CR AUX RD interval interpretation (bsc#1234429). - Revert "drm/amd/display: Exit idle optimizations before attempt to access PHY" (bsc#1234429). - drm/amd/display: Support multiple options during psr entry (bsc#1234429). - drm/amd/pm: Skip P2S load for SMU v13.0.12 (bsc#1234429). - drm/amdgpu: reset psp->cmd to NULL after releasing the buffer (bsc#1234429). - drm/amd/display: Don't try AUX transactions on disconnected link (bsc#1234429). - drm/amd/display: pass calculated dram_speed_mts to dml2 (bsc#1234429). - drm/amdgpu: Set snoop bit for SDMA for MI series (bsc#1234429). - drm/amdkfd: fix missing L2 cache info in topology (bsc#1234429). - drm/amdgpu/mes11: fix set_hw_resources_1 calculation (bsc#1234429). - net: stmmac: dwmac-loongson: Set correct {tx,rx}_fifo_size (bsc#1234429). - soundwire: cadence_master: set frame shape and divider based on actual clk freq (bsc#1234429). - soundwire: amd: change the soundwire wake enable/disable sequence (bsc#1234429). - phy: exynos5-usbdrd: fix EDS distribution tuning (gs101) (bsc#1234429). - phy: core: don't require set_mode() callback for phy_get_mode() to work (bsc#1234429). - phy: phy-rockchip-samsung-hdptx: Swap the definitions of LCPLL_REF and ROPLL_REF (bsc#1234429). - pinctrl: renesas: rzg2l: Add suspend/resume support for pull up/down (bsc#1234429). - serial: sh-sci: Update the suspend/resume support (bsc#1234429). - sched: Reduce the default slice to avoid tasks getting an extra tick (bsc#1234429). - x86/traps: Cleanup and robustify decode_bug() (bsc#1234429). - x86/ibt: Handle FineIBT in handle_cfi_failure() (bsc#1234429). - drm/xe/debugfs: Add missing xe_pm_runtime_put in wedge_mode_set (bsc#1234429). - drm/xe/debugfs: fixed the return value of wedged_mode_set (bsc#1234429). - clk: qcom: clk-alpha-pll: Do not use random stack value for recalc rate (bsc#1234429). - clk: qcom: ipq5018: allow it to be bulid on arm32 (bsc#1234429). - drm/xe: Fix xe_tile_init_noalloc() error propagation (bsc#1234429). - drm/xe: Stop ignoring errors from xe_ttm_stolen_mgr_init() (bsc#1234429). - net/mlx4_core: Avoid impossible mlx4_db_alloc() order value (bsc#1234429). - media: v4l: Memset argument to 0 before calling get_mbus_config pad op (bsc#1234429). - media: i2c: imx219: Correct the minimum vblanking value (bsc#1234429). - kunit: tool: Use qboot on QEMU x86_64 (bsc#1234429). - smack: Revert "smackfs: Added check catlen" (bsc#1234429). - smack: recognize ipv4 CIPSO w/o categories (bsc#1234429). - pinctrl: devicetree: do not goto err when probing hogs in pinctrl_dt_to_map (bsc#1234429). - ASoC: soc-dai: check return value at snd_soc_dai_set_tdm_slot() (bsc#1234429). - ASoC: tas2764: Power up/down amp on mute ops (bsc#1234429). - ASoC: tas2764: Mark SW_RESET as volatile (bsc#1234429). - ASoC: tas2764: Add reg defaults for TAS2764_INT_CLK_CFG (bsc#1234429). - ASoC: ops: Enforce platform maximum on initial value (bsc#1234429). - firmware: xilinx: Dont send linux address to get fpga config get status (bsc#1234429). - firmware: arm_ffa: Handle the presence of host partition in the partition info (bsc#1234429). - firmware: arm_ffa: Reject higher major version as incompatible (bsc#1234429). - net/mlx5: Apply rate-limiting to high temperature warning (bsc#1234429). - net/mlx5: Modify LSB bitmask in temperature event to include only the first bit (bsc#1234429). - media: test-drivers: vivid: don't call schedule in loop (bsc#1234429). - irqchip/riscv-imsic: Set irq_set_affinity() for IMSIC base (bsc#1234429). - hrtimers: Replace hrtimer_clock_to_base_table with switch-case (bsc#1234429). - vxlan: Join / leave MC group after remote changes (bsc#1234429). - ACPI: HED: Always initialize before evged (bsc#1234429). - PCI: Fix old_size lower bound in calculate_iosize() too (bsc#1234429). - eth: mlx4: don't try to complete XDP frames in netpoll (bsc#1234429). - bpf: copy_verifier_state() should copy 'loop_entry' field (bsc#1234429). - bpf: don't do clean_live_states when state->loop_entry->branches > 0 (bsc#1234429). - can: c_can: Use of_property_present() to test existence of DT property (bsc#1234429). - pmdomain: imx: gpcv2: use proper helper for property detection (bsc#1234429). - RDMA/core: Fix best page size finding when it can cross SG entries (bsc#1234429). - serial: mctrl_gpio: split disable_ms into sync and no_sync APIs (bsc#1234429). - drm/amd/display: Don't treat wb connector as physical in create_validate_stream_for_sink (bsc#1234429). - Revert "drm/amd/display: Request HW cursor on DCN3.2 with SubVP" (bsc#1234429). - drm/amd/display: Read LTTPR ALPM caps during link cap retrieval (bsc#1234429). - drm/amd/display: Fix BT2020 YCbCr limited/full range input (bsc#1234429). - drm/amd/display: Guard against setting dispclk low when active (bsc#1234429). - drm/amd/display: Add support for disconnected eDP streams (bsc#1234429). - drm/amd/pm: Fetch current power limit from PMFW (bsc#1234429). - irqchip/riscv-imsic: Separate next and previous pointers in IMSIC vector (bsc#1234429). - eeprom: ee1004: Check chip before probing (bsc#1234429). - mfd: axp20x: AXP717: Add AXP717_TS_PIN_CFG to writeable regs (bsc#1234429). - i3c: master: svc: Flush FIFO before sending Dynamic Address Assignment(DAA) (bsc#1234429). - EDAC/ie31200: work around false positive build warning (bsc#1234429). - power: supply: axp20x_battery: Update temp sensor for AXP717 from device tree (bsc#1234429). - net: pktgen: fix access outside of user given buffer in pktgen_thread_write() (bsc#1234429). - wifi: rtw89: 8922a: fix incorrect STA-ID in EHT MU PPDU (bsc#1234429). - wifi: rtw89: fw: add blacklist to avoid obsolete secure firmware (bsc#1234429). - wifi: rtw89: fw: get sb_sel_ver via get_unaligned_le32() (bsc#1234429). - wifi: rtw89: fw: propagate error code from rtw89_h2c_tx() (bsc#1234429). - wifi: rtw88: Fix rtw_desc_to_mcsrate() to handle MCS16-31 (bsc#1234429). - wifi: rtw88: Fix rtw_init_ht_cap() for RTL8814AU (bsc#1234429). - wifi: rtw88: Fix rtw_init_vht_cap() for RTL8814AU (bsc#1234429). - scsi: mpt3sas: Send a diag reset if target reset fails (bsc#1234429). - PCI: epf-mhi: Update device ID for SA8775P (bsc#1234429). - clocksource: mips-gic-timer: Enable counter when CPUs start (bsc#1234429). - MIPS: pm-cps: Use per-CPU variables as per-CPU, not per-core (bsc#1234429). - genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookie (bsc#1234429). - x86/locking: Use ALT_OUTPUT_SP() for percpu_{,try_}cmpxchg{64,128}_op() (bsc#1234429). - drm/amdgpu: remove all KFD fences from the BO on release (bsc#1234429). - MIPS: Use arch specific syscall name match function (bsc#1234429). - drm/xe/oa: Ensure that polled read returns latest data (bsc#1234429). - net: ipv6: Init tunnel link-netns before registering dev (bsc#1234429). - crypto: skcipher - Zap type in crypto_alloc_sync_skcipher (bsc#1234429). - crypto: ahash - Set default reqsize from ahash_alg (bsc#1234429). - x86/kaslr: Reduce KASLR entropy on most x86 systems (bsc#1234429). - net/mlx5: Change POOL_NEXT_SIZE define value and make it global (bsc#1234429). - scsi: scsi_debug: First fixes for tapes (bsc#1234429). - dm: fix unconditional IO throttle caused by REQ_PREFLUSH (bsc#1234429). - libbpf: Fix out-of-bound read (bsc#1234429). - loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize (bsc#1234429). - scsi: mpi3mr: Update timestamp only for supervisor IOCs (bsc#1234429). - net/mlx5e: Add correct match to check IPSec syndromes for switchdev mode (bsc#1234429). - media: tc358746: improve calculation of the D-PHY timing registers (bsc#1234429). - media: adv7180: Disable test-pattern control on adv7180 (bsc#1234429). - cpuidle: menu: Avoid discarding useful information (bsc#1234429). - vdpa/mlx5: Fix mlx5_vdpa_get_config() endianness on big-endian machines (bsc#1234429). - vhost-scsi: Return queue full for page alloc failures during copy (bsc#1234429). - x86/nmi: Add an emergency handler in nmi_desc & use it in nmi_shootdown_cpus() (bsc#1234429). - ASoC: mediatek: mt8188: Add reference for dmic clocks (bsc#1234429). - ASoC: mediatek: mt8188: Treat DMIC_GAINx_CUR as non-volatile (bsc#1234429). - drm/amd/display: Fix mismatch type comparison (bsc#1234429). - drm/amd/display: fix dcn4x init failed (bsc#1234429). - drm/amd/display: handle max_downscale_src_width fail check (bsc#1234429). - x86/build: Fix broken copy command in genimage.sh when making isoimage (bsc#1234429). - Octeontx2-af: RPM: Register driver with PCI subsys IDs (bsc#1234429). - bpf: Search and add kfuncs in struct_ops prologue and epilogue (bsc#1234429). - soc: ti: k3-socinfo: Do not use syscon helper to build regmap (bsc#1234429). - wifi: ath12k: Improve BSS discovery with hidden SSID in 6 GHz band (bsc#1234429). - bonding: report duplicate MAC address in all situations (bsc#1234429). - net: xgene-v2: remove incorrect ACPI_PTR annotation (bsc#1234429). - net: ethernet: mtk_ppe_offload: Allow QinQ, double ETH_P_8021Q only (bsc#1234429). - leds: pwm-multicolor: Add check for fwnode_property_read_u32 (bsc#1234429). - drm/xe: xe_gen_wa_oob: replace program_invocation_short_name (bsc#1234429). - drm/amdkfd: KFD release_work possible circular locking (bsc#1234429). - pinctrl: sophgo: avoid to modify untouched bit when setting cv1800 pinconf (bsc#1234429). - selftests/net: have `gro.sh -t` return a correct exit code (bsc#1234429). - net/mlx5: Avoid report two health errors on same syndrome (bsc#1234429). - drm/xe/pf: Create a link between PF and VF devices (bsc#1234429). - drm/xe/vf: Retry sending MMIO request to GUC on timeout error (bsc#1234429). - firmware: arm_ffa: Set dma_mask for ffa devices (bsc#1234429). - PCI: brcmstb: Add a softdep to MIP MSI-X driver (bsc#1234429). - PCI: brcmstb: Expand inbound window size up to 64GB (bsc#1234429). - wifi: ath12k: Report proper tx completion status to mac80211 (bsc#1234429). - soc: apple: rtkit: Implement OSLog buffers properly (bsc#1234429). - soc: apple: rtkit: Use high prio work queue (bsc#1234429). - perf: arm_pmuv3: Call kvm_vcpu_pmu_resync_el0() before enabling counters (bsc#1234429). - fpga: altera-cvp: Increase credit timeout (bsc#1234429). - drm/mediatek: mtk_dpi: Add checks for reg_h_fre_con existence (bsc#1234429). - ARM: at91: pm: fix at91_suspend_finish for ZQ calibration (bsc#1234429). - hwmon: (gpio-fan) Add missing mutex locks (bsc#1234429). - x86/bugs: Make spectre user default depend on MITIGATION_SPECTRE_V2 (bsc#1234429). - clk: imx8mp: inform CCF of maximum frequency of clocks (bsc#1234429). - media: uvcvideo: Handle uvc menu translation inside uvc_get_le_value (bsc#1234429). - media: uvcvideo: Add sanity check to uvc_ioctl_xu_ctrl_map (bsc#1234429). - ublk: complete command synchronously on error (bsc#1234429). - block: mark bounce buffering as incompatible with integrity (bsc#1234429). - drm/rockchip: vop2: Add uv swap for cluster window (bsc#1234429). - ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config() (bsc#1234429). - scsi: logging: Fix scsi_logging_level bounds (bsc#1234429). - ALSA: hda/realtek: Enable PC beep passthrough for HP EliteBook 855 G7 (bsc#1234429). - perf/hw_breakpoint: Return EOPNOTSUPP for unsupported breakpoint type (bsc#1234429). - net: pktgen: fix mpls maximum labels list parsing (bsc#1234429). - media: imx335: Set vblank immediately (bsc#1234429). - iommufd: Disallow allocating nested parent domain with fault ID (bsc#1234429). - ublk: enforce ublks_max only for unprivileged devices (bsc#1234429). - dpll: Add an assertion to check freq_supported_num (bsc#1234429). - net: phy: nxp-c45-tja11xx: add match_phy_device to TJA1103/TJA1104 (bsc#1234429). - net: ethernet: ti: cpsw_new: populate netdev of_node (bsc#1234429). - rcu: Fix get_state_synchronize_rcu_full() GP-start detection (bsc#1234429). - pinctrl: bcm281xx: Use "unsigned int" instead of bare "unsigned" (bsc#1234429). - media: cx231xx: set device_caps for 417 (bsc#1234429). - perf/core: Clean up perf_try_init_event() (bsc#1234429). - drm/amd/display: Request HW cursor on DCN3.2 with SubVP (bsc#1234429). - drm/amd/display: Fix p-state type when p-state is unsupported (bsc#1234429). - drm/amd/display: Fix DMUB reset sequence for DCN401 (bsc#1234429). - drm/amd/display: Skip checking FRL_MODE bit for PCON BW determination (bsc#1234429). - drm/amd/display: Ensure DMCUB idle before reset on DCN31/DCN35 (bsc#1234429). - drm/amdgpu: Do not program AGP BAR regs under SRIOV in gfxhub_v1_0.c (bsc#1234429). - remoteproc: qcom_wcnss: Handle platforms with only single power domain (bsc#1234429). - blk-throttle: don't take carryover for prioritized processing of metadata (bsc#1234429). - net: phylink: use pl->link_interface in phylink_expects_phy() (bsc#1234429). - drm/gem: Test for imported GEM buffers with helper (bsc#1234429). - orangefs: Do not truncate file size (bsc#1234429). - soc: mediatek: mtk-mutex: Add DPI1 SOF/EOF to MT8188 mutex tables (bsc#1234429). - dm cache: prevent BUG_ON by blocking retries on failed device resumes (bsc#1234429). - usb: xhci: set page size to the xHCI-supported size (bsc#1234429). - media: c8sectpfe: Call of_node_put(i2c_bus) only once in c8sectpfe_probe() (bsc#1234429). - ARM: tegra: Switch DSI-B clock parent to PLLD on Tegra114 (bsc#1234429). - soc: samsung: include linux/array_size.h where needed (bsc#1234429). - drm/xe: Retry BO allocation (bsc#1234429). - drm/xe: Nuke VM's mapping upon close (bsc#1234429). - ieee802154: ca8210: Use proper setters and getters for bitwise types (bsc#1234429). - rtc: ds1307: stop disabling alarms on probe (bsc#1234429). - tcp: bring back NUMA dispersion in inet_ehash_locks_alloc() (bsc#1234429). - ALSA: seq: Improve data consistency at polling (bsc#1234429). - powerpc/prom_init: Fixup missing #size-cells on PowerBook6,7 (bsc#1234429). - arm64: tegra: Resize aperture for the IGX PCIe C5 slot (bsc#1234429). - arm64: tegra: p2597: Fix gpio for vdd-1v8-dis regulator (bsc#1234429). - drm/amdgpu: Fix missing drain retry fault the last entry (bsc#1234429). - drm/amdkfd: Set per-process flags only once cik/vi (bsc#1234429). - drm/amdkfd: Set per-process flags only once for gfx9/10/11/12 (bsc#1234429). - crypto: mxs-dcp - Only set OTP_KEY bit for OTP key (bsc#1234429). - crypto: lzo - Fix compression buffer overrun (bsc#1234429). - misc: pci_endpoint_test: Give disabled BARs a distinct error code (bsc#1234429). - PCI: endpoint: pci-epf-test: Fix double free that causes kernel to oops (bsc#1234429). - watchdog: aspeed: Update bootstatus handling (bsc#1234429). - cpufreq: tegra186: Share policy per cluster (bsc#1234429). - iommu/amd/pgtbl_v2: Improve error handling (bsc#1234429). - coresight-etb10: change etb_drvdata spinlock's type to raw_spinlock_t (bsc#1234429). - badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0 (bsc#1234429). - ASoC: qcom: sm8250: explicitly set format in sm8250_be_hw_params_fixup() (bsc#1234429). - auxdisplay: charlcd: Partially revert "Move hwidth and bwidth to struct hd44780_common" (bsc#1234429). - gfs2: Check for empty queue in run_queue (bsc#1234429). - drm/amd/display: Fix incorrect DPCD configs while Replay/PSR switch (bsc#1234429). - drm/amd/display: not abort link train when bw is low (bsc#1234429). - drm/amd/display: calculate the remain segments for all pipes (bsc#1234429). - drm/amd/display: remove minimum Dispclk and apply oem panel timing (bsc#1234429). - ipv6: save dontfrag in cork (bsc#1234429). - wifi: cfg80211: allow IR in 20 MHz configurations (bsc#1234429). - wifi: mac80211_hwsim: Fix MLD address translation (bsc#1234429). - wifi: mac80211: fix warning on disconnect during failed ML reconf (bsc#1234429). - wifi: iwlwifi: fix the ECKV UEFI variable name (bsc#1234429). - wifi: iwlwifi: mark Br device not integrated (bsc#1234429). - wifi: iwlwifi: fix debug actions order (bsc#1234429). - wifi: iwlwifi: w/a FW SMPS mode selection (bsc#1234429). - wifi: iwlwifi: don't warn when if there is a FW error (bsc#1234429). - printk: Check CON_SUSPEND when unblanking a console (bsc#1234429). - iommu: Keep dev->iommu state consistent (bsc#1234429). - hwmon: (dell-smm) Increment the number of fans (bsc#1234429). - wifi: iwlwifi: mvm: fix setting the TK when associated (bsc#1234429). - usb: xhci: Don't change the status of stalled TDs on failed Stop EP (bsc#1234429). - mmc: sdhci: Disable SD card clock before changing parameters (bsc#1234429). - mmc: dw_mmc: add exynos7870 DW MMC support (bsc#1234429). - arm64/mm: Check PUD_TYPE_TABLE in pud_bad() (bsc#1234429). - arm64/mm: Check pmd_table() in pmd_trans_huge() (bsc#1234429). - phy: rockchip: usbdp: Only verify link rates/lanes/voltage when the corresponding set flags are set (bsc#1234429). - PNP: Expand length of fixup id string (bsc#1234429). - netfilter: conntrack: Bound nf_conntrack sysctl writes (bsc#1234429). - wifi: rtw89: set force HE TB mode when connecting to 11ax AP (bsc#1234429). - timer_list: Don't use %pK through printk() (bsc#1234429). - net: hsr: Fix PRP duplicate detection (bsc#1234429). - net: stmmac: dwmac-rk: Validate GRF and peripheral GRF during probe (bsc#1234429). - posix-timers: Ensure that timer initialization is fully visible (bsc#1234429). - posix-timers: Add cond_resched() to posix_timer_add() search loop (bsc#1234429). - RDMA/uverbs: Propagate errors from rdma_lookup_get_uobject() (bsc#1234429). - ext4: do not convert the unwritten extents if data writeback fails (bsc#1234429). - ext4: reject the 'data_err=abort' option in nojournal mode (bsc#1234429). - clk: qcom: lpassaudiocc-sc7280: Add support for LPASS resets for QCM6490 (bsc#1234429). - ASoC: sun4i-codec: support hp-det-gpios property (bsc#1234429). - drm/amdgpu: Update SRIOV video codec caps (bsc#1234429). - drm/amdgpu/gfx11: don't read registers in mqd init (bsc#1234429). - drm/amdgpu/gfx12: don't read registers in mqd init (bsc#1234429). - mfd: tps65219: Remove TPS65219_REG_TI_DEV_ID check (bsc#1234429). - pinctrl-tegra: Restore SFSEL bit when freeing pins (bsc#1234429). - xen: Add support for XenServer 6.1 platform device (bsc#1234429). - net/smc: use the correct ndev to find pnetid by pnetid table (bsc#1234429). - dm: restrict dm device size to 2^63-512 bytes (bsc#1234429). - crypto: octeontx2 - suppress auth failure screaming due to negative tests (bsc#1234429). - kconfig: do not clear SYMBOL_VALID when reading include/config/auto.conf (bsc#1234429). - kbuild: fix argument parsing in scripts/config (bsc#1234429). - bpf: Allow pre-ordering for bpf cgroup progs (bsc#1234429). - ASoC: mediatek: mt6359: Add stub for mt6359_accdet_enable_jack_detect (bsc#1234429). - ASoC: pcm6240: Drop bogus code handling IRQ as GPIO (bsc#1234429). - spi: spi-mux: Fix coverity issue, unchecked return value (bsc#1234429). - erofs: initialize decompression early (bsc#1234429). - thunderbolt: Do not add non-active NVM if NVM upgrade is disabled for retimer (bsc#1234429). - objtool: Fix error handling inconsistencies in check() (bsc#1234429). - rtc: rv3032: fix EERD location (bsc#1234429). - tcp: reorganize tcp_in_ack_event() and tcp_count_delivered() (bsc#1234429). - jbd2: do not try to recover wiped journal (bsc#1234429). - PCI: dwc: Use resource start as ioremap() input in dw_pcie_pme_turn_off() (bsc#1234429). - bpf: Return prog btf_id without capable check (bsc#1234429). - vfio/pci: Handle INTx IRQ_NOTCONNECTED (bsc#1234429). - scsi: st: ERASE does not change tape location (bsc#1234429). - scsi: st: Tighten the page format heuristics with MODE SELECT (bsc#1234429). - hypfs_create_cpu_files(): add missing check for hypfs_mkdir() failure (bsc#1234429). - ext4: reorder capability check last (bsc#1234429). - riscv: Call secondary mmu notifier when flushing the tlb (bsc#1234429). - bnxt_en: Query FW parameters when the CAPS_CHANGE bit is set (bsc#1234429). - wifi: mwifiex: Fix HT40 bandwidth issue (bsc#1234429). - um: Update min_low_pfn to match changes in uml_reserved (bsc#1234429). - um: Store full CSGSFS and SS register from mcontext (bsc#1234429). - clocksource/drivers/timer-riscv: Stop stimecmp when cpu hotplug (bsc#1234429). - dlm: make tcp still work in multi-link env (bsc#1234429). - s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste() (bsc#1234429). - i3c: master: svc: Fix missing STOP for master request (bsc#1234429). - drm/amdgpu: adjust drm_firmware_drivers_only() handling (bsc#1234429). - drm/amd/display: Guard against setting dispclk low for dcn31x (bsc#1234429). - drm/amdgpu: release xcp_mgr on exit (bsc#1234429). - blk-cgroup: improve policy registration error handling (bsc#1234429). - btrfs: send: return -ENAMETOOLONG when attempting a path that is too long (bsc#1234429). - btrfs: get zone unusable bytes while holding lock at btrfs_reclaim_bgs_work() (bsc#1234429). - btrfs: fix non-empty delayed iputs list on unmount due to async workers (bsc#1234429). - btrfs: run btrfs_error_commit_super() early (bsc#1234429). - btrfs: avoid linker error in btrfs_find_create_tree_block() (bsc#1234429). - btrfs: make btrfs_discard_workfn() block_group ref explicit (bsc#1234429). - i2c: pxa: fix call balance of i2c->clk handling routines (bsc#1234429). - i2c: qup: Vote for interconnect bandwidth to DRAM (bsc#1234429). - x86/mm: Check return value from memblock_phys_alloc_range() (bsc#1234429). - x86/microcode: Update the Intel processor flag scan check (bsc#1234429). - x86/smpboot: Fix INIT delay assignment for extended Intel Families (bsc#1234429). - x86/stackprotector/64: Only export __ref_stack_chk_guard on CONFIG_SMP (bsc#1234429). - x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in UAPI headers (bsc#1234429). - wifi: mt76: mt7925: fix fails to enter low power mode in suspend state (bsc#1234429). - wifi: mt76: mt7925: load the appropriate CLC data based on hardware type (bsc#1234429). - wifi: mt76: mt7996: revise TXS size (bsc#1234429). - wifi: mt76: mt7996: fix SER reset trigger on WED reset (bsc#1234429). - wifi: mt76: only mark tx-status-failed frames as ACKed on mt76x0/2 (bsc#1234429). - cgroup/rstat: avoid disabling irqs for O(num_cpu) (bsc#1234429). - drm/amdgpu: Skip pcie_replay_count sysfs creation for VF (bsc#1234429). - mmc: host: Wait for Vdd to settle on card power off (bsc#1234429). - staging: vchiq_arm: Create keep-alive thread during probe (bsc#1234429). - pidfs: improve multi-threaded exec and premature thread-group leader exit polling (bsc#1234429). - libnvdimm/labels: Fix divide error in nd_label_data_init() (bsc#1234429). - ext4: on a remount, only log the ro or r/w state when it has changed (bsc#1234429). - xen/pci: Do not register devices with segments >= 0x10000 (bsc#1234429). - PCI: vmd: Disable MSI remapping bypass under Xen (bsc#1234429). - drm/amdkfd: set precise mem ops caps to disabled for gfx 11 and 12 (bsc#1234429). - drm/amdgpu/discovery: check ip_discovery fw file available (bsc#1234429). - pNFS/flexfiles: Report ENETDOWN as a connection error (bsc#1234429). - tools/build: Don't pass test log files to linker (bsc#1234429). - r8169: disable RTL8126 ZRX-DC timeout (bsc#1234429). - PCI: dwc: ep: Ensure proper iteration over outbound map windows (bsc#1234429). - objtool: Properly disable uaccess validation (bsc#1234429). - lockdep: Fix wait context check on softirq for PREEMPT_RT (bsc#1234429). - dql: Fix dql->limit value when reset (bsc#1234429). - Bluetooth: Disable SCO support if READ_VOICE_SETTING is unsupported/broken (bsc#1234429). - Bluetooth: btmtksdio: Prevent enabling interrupts after IRQ handler removal (bsc#1234429). - thermal/drivers/qoriq: Power down TMU on system suspend (bsc#1234429). - thermal/drivers/mediatek/lvts: Start sensor interrupts disabled (bsc#1234429). - net: tn40xx: create swnode for mdio and aqr105 phy and add to mdiobus (bsc#1234429). - net: tn40xx: add pci-id of the aqr105-based Tehuti TN4010 cards (bsc#1234429). - mctp: Fix incorrect tx flow invalidation condition in mctp-i2c (bsc#1234429). - ASoC: codecs: wsa883x: Correct VI sense channel mask (bsc#1234429). - ASoC: codecs: wsa884x: Correct VI sense channel mask (bsc#1234429). - spi-rockchip: Fix register out of bounds access (bsc#1234429). - SUNRPC: rpcbind should never reset the port to the value '0' (bsc#1234429). - SUNRPC: rpc_clnt_set_transport() must not change the autobind setting (bsc#1234429). - NFSv4: Treat ENETUNREACH errors as fatal for state recovery (bsc#1234429). - cifs: Fix establishing NetBIOS session for SMB2+ connection (bsc#1234429). - cifs: add validation check for the fields in smb_aces (bsc#1234429). - cifs: Set default Netbios RFC1001 server name to hostname in UNC (bsc#1234429). - fbdev: core: tileblit: Implement missing margin clearing for tileblit (bsc#1234429). - fbcon: Use correct erase colour for clearing in fbcon (bsc#1234429). - fbdev: fsl-diu-fb: add missing device_remove_file() (bsc#1234429). - riscv: Allow NOMMU kernels to access all of RAM (bsc#1234429). - mailbox: use error ret code of of_parse_phandle_with_args() (bsc#1234429). - mailbox: pcc: Use acpi_os_ioremap() instead of ioremap() (bsc#1234429). - tpm: Convert warn to dbg in tpm2_start_auth_session() (bsc#1234429). - ACPI: PNP: Add Intel OC Watchdog IDs to non-PNP device list (bsc#1234429). - tracing: Mark binary printing functions with __printf() attribute (bsc#1234429). - iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability (bsc#1234429). - arm64: Add support for HIP09 Spectre-BHB mitigation (bsc#1234429). - SUNRPC: Don't allow waiting for exiting tasks (bsc#1234429). - NFS: Don't allow waiting for exiting tasks (bsc#1234429). - NFSv4: Check for delegation validity in nfs_start_delegation_return_locked() (bsc#1234429). - io_uring/msg: initialise msg request opcode (bsc#1234429). - exfat: call bh_read in get_block only when necessary (bsc#1234429). - fuse: Return EPERM rather than ENOSYS from link() (bsc#1234429). - smb: client: Store original IO parameters and prevent zero IO sizes (bsc#1234429). - cifs: Fix negotiate retry functionality (bsc#1234429). - cifs: Fix querying and creating MF symlinks over SMB1 (bsc#1234429). - cifs: Add fallback for SMB2 CREATE without FILE_READ_ATTRIBUTES (bsc#1234429). - s390/vfio-ap: Fix no AP queue sharing allowed message written to kernel log (bsc#1234429). - x86/fred: Fix system hang during S4 resume with FRED enabled (bsc#1234429). - kconfig: merge_config: use an empty file as initfile (bsc#1234429). - samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora (bsc#1234429). - bpf: fix possible endless loop in BPF map iteration (bsc#1234429). - io_uring: don't duplicate flushing in io_req_post_cqe (bsc#1234429). - block: fix race between set_blocksize and read paths (bsc#1234429). - selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failure (bsc#1234429). - drm/amdgpu: Allow P2P access through XGMI (bsc#1234429). - drm/amd/display: Enable urgent latency adjustment on DCN35 (bsc#1234429). - fs/ext4: use sleeping version of sb_find_get_block() (bsc#1234429). - fs/jbd2: use sleeping version of __find_get_block() (bsc#1234429). - fs/ocfs2: use sleeping version of __find_get_block() (bsc#1234429). - fs/buffer: use sleeping version of __find_get_block() (bsc#1234429). - fs/buffer: introduce sleeping flavors for pagecache lookups (bsc#1234429). - fs/buffer: split locking for pagecache lookups (bsc#1234429). - ima: process_measurement() needlessly takes inode_lock() on MAY_READ (bsc#1234429). - dma-mapping: Fix warning reported for missing prototype (bsc#1234429). - net: enetc: refactor bulk flipping of RX buffers to separate function (bsc#1234429). - scsi: mpi3mr: Add level check to control event logging (bsc#1234429). - vhost-scsi: protect vq->log_used with vq->mutex (bsc#1234429). - vhost_task: fix vhost_task_create() documentation (bsc#1234429). - cgroup: Fix compilation issue due to cgroup_mutex not being exported (bsc#1234429). - dma-mapping: avoid potential unused data compilation warning (bsc#1234429). - mei: vsc: Use struct vsc_tp_packet as vsc-tp tx_buf and rx_buf type (bsc#1234429). - intel_th: avoid using deprecated page->mapping, index fields (bsc#1234429). - dma/mapping.c: dev_dbg support for dma_addressing_limited (bsc#1234429). - virtio_ring: Fix data race by tagging event_triggered as racy for KCSAN (bsc#1234429). - scsi: ufs: Introduce quirk to extend PA_HIBERN8TIME for UFS devices (bsc#1234429). - scsi: target: iscsi: Fix timeout on deleted connection (bsc#1234429). - nvmem: qfprom: switch to 4-byte aligned reads (bsc#1234429). - nvmem: core: update raw_len if the bit reading is required (bsc#1234429). - nvmem: core: verify cell's raw_len (bsc#1234429). - nvmem: core: fix bit offsets of more than one byte (bsc#1234429). - nvmem: rockchip-otp: add rk3576 variant data (bsc#1234429). - nvmem: rockchip-otp: Move read-offset into variant-data (bsc#1234429). - cpufreq: Add SM8650 to cpufreq-dt-platdev blocklist (bsc#1234429). - phy: renesas: rcar-gen3-usb2: Assert PLL reset on PHY power off (bsc#1234429). - phy: renesas: rcar-gen3-usb2: Lock around hardware registers and driver data (bsc#1234429). - phy: renesas: rcar-gen3-usb2: Move IRQ request in probe (bsc#1234429). - i2c: designware: Fix an error handling path in i2c_dw_pci_probe() (bsc#1234429). - i2c: designware: Use temporary variable for struct device (bsc#1234429). - drm/amd/display: Defer BW-optimization-blocked DRR adjustments (bsc#1234429). - drm/amd/display: Correct timing_adjust_pending flag setting (bsc#1234429). - drm/amd/display: Do not enable replay when vtotal update is pending (bsc#1234429). - drm/amd/display: Configure DTBCLK_P with OPTC only for dcn401 (bsc#1234429). - commit 6cfd9be ++++ kernel-docs: - Revert "drm/amd/display: more liberal vmin/vmax update for freesync" (bsc#1243782). - commit 9dd7b0d - series.conf: cleanup - update upstream references and move into sorted section - patches.suse/ACPICA-Apply-ACPI_NONSTRING-in-more-places.patch - patches.suse/ACPICA-Apply-ACPI_NONSTRING.patch - patches.suse/ACPICA-Introduce-ACPI_NONSTRING.patch - commit 41d2c18 ++++ kernel-kvmsmall: - Revert "drm/amd/display: more liberal vmin/vmax update for freesync" (bsc#1243782). - commit 9dd7b0d - series.conf: cleanup - update upstream references and move into sorted section - patches.suse/ACPICA-Apply-ACPI_NONSTRING-in-more-places.patch - patches.suse/ACPICA-Apply-ACPI_NONSTRING.patch - patches.suse/ACPICA-Introduce-ACPI_NONSTRING.patch - commit 41d2c18 ++++ kernel-longterm: - Linux 6.12.31 (bsc#1234429). - drm/gem: Internally test import_attach for imported objects (bsc#1234429). - x86/mm/init: Handle the special case of device private pages in add_pages(), to not increase max_pfn and trigger dma_addressing_limited() bounce buffers bounce buffers (bsc#1234429). - i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work() (bsc#1234429). - pinctrl: tegra: Fix off by one in tegra_pinctrl_get_group() (bsc#1234429). - watchdog: aspeed: fix 64-bit division (bsc#1234429). - drm/amdkfd: Correct F8_MODE for gfx950 (bsc#1234429). - serial: sh-sci: Save and restore more registers (bsc#1234429). - bpf: abort verification if env->cur_state->loop_entry != NULL (bsc#1234429). - drm/amd/display: Exit idle optimizations before accessing PHY (bsc#1234429). - kbuild: Properly disable -Wunterminated-string-initialization for clang (bsc#1234429). - Fix mis-uses of 'cc-option' for warning disablement (bsc#1234429). - gcc-15: disable '-Wunterminated-string-initialization' entirely for now (bsc#1234429). - gcc-15: make 'unterminated string initialization' just a warning (bsc#1234429). - err.h: move IOMEM_ERR_PTR() to err.h (bsc#1234429). - spi: spi-fsl-dspi: Reset SR flags before sending a new message (bsc#1234429). - spi: spi-fsl-dspi: Halt the module after a new message transfer (bsc#1234429). - spi: spi-fsl-dspi: restrict register range for regmap access (bsc#1234429). - spi: use container_of_cont() for to_spi_device() (bsc#1234429). - platform/x86: think-lmi: Fix attribute name usage for non-compliant items (bsc#1234429). - ksmbd: fix stream write failure (bsc#1234429). - Revert "arm64: dts: allwinner: h6: Use RSB for AXP805 PMIC connection" (bsc#1234429). - Bluetooth: btmtksdio: Do close if SDIO card removed without close (bsc#1234429). - Bluetooth: btmtksdio: Check function enabled before doing close (bsc#1234429). - nilfs2: fix deadlock warnings caused by lock dependency in init_nilfs() (bsc#1234429). - mm: vmalloc: only zero-init on vrealloc shrink (bsc#1234429). - mm: vmalloc: actually use the in-place vrealloc region (bsc#1234429). - mm: mmap: map MAP_STACK to VM_NOHUGEPAGE only if THP is enabled (bsc#1234429). - mm/page_alloc.c: avoid infinite retries caused by cpuset race (bsc#1234429). - memcg: always call cond_resched() after fn() (bsc#1234429). - highmem: add folio_test_partial_kmap() (bsc#1234429). - Input: xpad - add more controllers (bsc#1234429). - Revert "drm/amd: Keep display off while going into S4" (bsc#1234429). - smb: client: Reset all search buffer pointers when releasing buffer (bsc#1234429). - arm64: dts: marvell: uDPU: define pinctrl state for alarm LEDs (bsc#1234429). - smb: client: Fix use-after-free in cifs_fill_dirent (bsc#1234429). - drm/edid: fixed the bug that hdr metadata was not reset (bsc#1234429). - thermal: intel: x86_pkg_temp_thermal: Fix bogus trip temperature (bsc#1234429). - platform/x86: dell-wmi-sysman: Avoid buffer overflow in current_password_store() (bsc#1234429). - pmdomain: core: Fix error checking in genpd_dev_pm_attach_by_id() (bsc#1234429). - pmdomain: renesas: rcar: Remove obsolete nullify checks (bsc#1234429). - vmxnet3: update MTU after device quiesce (bsc#1234429). - net: dsa: microchip: linearize skb for tail-tagging switches (bsc#1234429). - can: kvaser_pciefd: Fix echo_skb race (bsc#1234429). - can: kvaser_pciefd: Continue parsing DMA buf after dropped RX (bsc#1234429). - llc: fix data loss when reading from a socket in llc_ui_recvmsg() (bsc#1234429). - ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ASP10 (bsc#1234429). - ALSA: pcm: Fix race of buffer access at PCM OSS layer (bsc#1234429). - ASoC: SOF: ipc4-pcm: Delay reporting is only supported for playback direction (bsc#1234429). - ASoc: SOF: topology: connect DAI to a single DAI link (bsc#1234429). - ASoC: SOF: Intel: hda-bus: Use PIO mode on ACE2+ platforms (bsc#1234429). - ASoC: SOF: ipc4-control: Use SOF_CTRL_CMD_BINARY as numid for bytes_ext (bsc#1234429). - can: bcm: add missing rcu read protection for procfs content (bsc#1234429). - can: bcm: add locking for bcm_op runtime updates (bsc#1234429). - can: slcan: allow reception of short error messages (bsc#1234429). - padata: do not leak refcount in reorder_work (bsc#1234429). - crypto: algif_hash - fix double free in hash_accept (bsc#1234429). - clk: s2mps11: initialise clk_hw_onecell_data::num before accessing ::hws[] in probe() (bsc#1234429). - octeontx2-af: Fix APR entry mapping based on APR_LMT_CFG (bsc#1234429). - octeontx2-af: Set LMT_ENA bit for APR table entries (bsc#1234429). - net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done (bsc#1234429). - octeontx2-pf: Add AF_XDP non-zero copy support (bsc#1234429). - sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue() (bsc#1234429). - idpf: fix idpf_vport_splitq_napi_poll() (bsc#1234429). - io_uring: fix overflow resched cqe reordering (bsc#1234429). - net: lan743x: Restore SGMII CTRL register on resume (bsc#1234429). - net: dwmac-sun8i: Use parsed internal PHY address instead of 1 (bsc#1234429). - pinctrl: qcom: switch to devm_register_sys_off_handler() (bsc#1234429). - loop: don't require ->write_iter for writable files in loop_configure (bsc#1234429). - idpf: fix null-ptr-deref in idpf_features_check (bsc#1234429). - ice: Fix LACP bonds without SRIOV environment (bsc#1234429). - ice: fix vf->num_mac count with port representors (bsc#1234429). - bridge: netfilter: Fix forwarding of fragmented packets (bsc#1234429). - ptp: ocp: Limit signal/freq counts in summary output functions (bsc#1234429). - Bluetooth: btusb: use skb_pull to avoid unsafe access in QCA dump handling (bsc#1234429). - Bluetooth: L2CAP: Fix not checking l2cap_chan security level (bsc#1234429). - perf/x86/intel: Fix segfault with PEBS-via-PT with sample_freq (bsc#1234429). - irqchip/riscv-imsic: Start local sync timer on correct CPU (bsc#1234429). - ASoC: SOF: Intel: hda: Fix UAF when reloading module (bsc#1234429). - devres: Introduce devm_kmemdup_array() (bsc#1234429). - driver core: Split devres APIs to device/devres.h (bsc#1234429). - dmaengine: fsl-edma: Fix return code for unhandled interrupts (bsc#1234429). - dmaengine: idxd: Fix ->poll() return value (bsc#1234429). - xfrm: Sanitize marks before insert (bsc#1234429). - clk: sunxi-ng: d1: Add missing divider for MMC mod clocks (bsc#1234429). - remoteproc: qcom_wcnss: Fix on platforms without fallback regulators (bsc#1234429). - kernel/fork: only call untrack_pfn_clear() on VMAs duplicated for fork() (bsc#1234429). - x86/sev: Fix operator precedence in GHCB_MSR_VMPL_REQ_LEVEL macro (bsc#1234429). - dmaengine: idxd: Fix allowing write() from different address spaces (bsc#1234429). - xfrm: Fix UDP GRO handling for some corner cases (bsc#1234429). - espintcp: remove encap socket caching to avoid reference leak (bsc#1234429). - espintcp: fix skb leaks (bsc#1234429). - soundwire: bus: Fix race on the creation of the IRQ domain (bsc#1234429). - __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock (bsc#1234429). - drm/amd/display: Call FP Protect Before Mode Programming/Mode Support (bsc#1234429). - xenbus: Allow PVH dom0 a non-local xenstore (bsc#1234429). - x86/Kconfig: make CFI_AUTO_DEFAULT depend on !RUST or Rust >= 1.88 (bsc#1234429). - wifi: iwlwifi: add support for Killer on MTL (bsc#1234429). - block: only update request sector if needed (bsc#1234429). - tools: ynl-gen: validate 0 len strings from kernel (bsc#1234429). - btrfs: avoid NULL pointer dereference if no valid csum tree (bsc#1234429). - btrfs: handle empty eb->folios in num_extent_folios() (bsc#1234429). - btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref (bsc#1234429). - btrfs: compression: adjust cb->compressed_folios allocation type (bsc#1234429). - ASoC: intel/sdw_utils: Add volume limit to cs42l43 speakers (bsc#1234429). - cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() function (bsc#1234429). - cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info() (bsc#1234429). - io_uring/fdinfo: annotate racy sq/cq head/tail reads (bsc#1234429). - nvmet-tcp: don't restore null sk_state_change (bsc#1234429). - ALSA: usb-audio: Fix duplicated name in MIDI substream names (bsc#1234429). - nvme-pci: add quirks for WDC Blue SN550 15b7:5009 (bsc#1234429). - nvme-pci: add quirks for device 126f:1001 (bsc#1234429). - ALSA: hda/realtek: Add quirk for HP Spectre x360 15-df1xxx (bsc#1234429). - ASoC: Intel: bytcr_rt5640: Add DMI quirk for Acer Aspire SW3-013 (bsc#1234429). - ASoC: cs42l43: Disable headphone clamps during type detection (bsc#1234429). - platform/x86: ideapad-laptop: add support for some new buttons (bsc#1234429). - platform/x86: asus-wmi: Disable OOBE state after resume from hibernation (bsc#1234429). - platform/x86/intel: hid: Add Pantherlake support (bsc#1234429). - smb: server: smb2pdu: check return value of xa_store() (bsc#1234429). - pinctrl: meson: define the pull up/down resistor value as 60 kOhm (bsc#1234429). - book3s64/radix: Fix compile errors when CONFIG_ARCH_WANT_OPTIMIZE_DAX_VMEMMAP=n (bsc#1234429). - ASoC: imx-card: Adjust over allocation of memory in imx_card_parse_of() (bsc#1234429). - drm: Add valid clones check (bsc#1234429). - drm/panel-edp: Add Starry 116KHD024006 (bsc#1234429). - drm/buddy: fix issue that force_merge cannot free all roots (bsc#1234429). - drm/atomic: clarify the rules around drm_atomic_state->allow_modeset (bsc#1234429). - drm/xe: Reject BO eviction if BO is bound to current VM (bsc#1234429). - drm/xe/sa: Always call drm_suballoc_manager_fini() (bsc#1234429). - wifi: rtw89: coex: Separated Wi-Fi connecting event from Wi-Fi scan event (bsc#1234429). - drm/xe: Do not attempt to bootstrap VF in execlists mode (bsc#1234429). - drm/xe: Move suballocator init to after display init (bsc#1234429). - wifi: ath11k: Use dma_alloc_noncoherent for rx_tid buffer allocation (bsc#1234429). - drm/nouveau: fix the broken marco GSP_MSG_MAX_SIZE (bsc#1234429). - drm: bridge: adv7511: fill stream capabilities (bsc#1234429). - wifi: ath12k: Fix end offset bit definition in monitor ring descriptor (bsc#1234429). - wifi: ath12k: Fetch regdb.bin file from board-2.bin (bsc#1234429). - wifi: ath9k: return by of_get_mac_address (bsc#1234429). - drm/xe/pf: Reset GuC VF config when unprovisioning critical resource (bsc#1234429). - accel/qaic: Mask out SR-IOV PCI resources (bsc#1234429). - wifi: ath12k: fix ath12k_hal_tx_cmd_ext_desc_setup() info1 override (bsc#1234429). - regulator: ad5398: Add device tree support (bsc#1234429). - spi: zynqmp-gqspi: Always acknowledge interrupts (bsc#1234429). - wifi: rtw89: add wiphy_lock() to work that isn't held wiphy_lock() yet (bsc#1234429). - wifi: rtw88: Don't use static local variable in rtw8822b_set_tx_power_index_by_rate (bsc#1234429). - wifi: rtl8xxxu: retry firmware download on error (bsc#1234429). - clk: renesas: rzg2l-cpg: Refactor Runtime PM clock validation (bsc#1234429). - perf/amd/ibs: Fix ->config to sample period calculation for OP PMU (bsc#1234429). - perf/amd/ibs: Fix perf_ibs_op.cnt_mask for CurCnt (bsc#1234429). - firmware: arm_scmi: Relax duplicate name constraint across protocol ids (bsc#1234429). - bpftool: Fix readlink usage in get_fd_type (bsc#1234429). - bpf: Use kallsyms to find the function name of a struct_ops's stub function (bsc#1234429). - drm/ast: Find VBIOS mode from regular display size (bsc#1234429). - dm vdo: use a short static string for thread name prefix (bsc#1234429). - dm vdo indexer: prevent unterminated string warning (bsc#1234429). - irqchip/riscv-aplic: Add support for hart indexes (bsc#1234429). - ASoC: rt722-sdca: Add some missing readable registers (bsc#1234429). - ASoC: codecs: pcm3168a: Allow for 24-bit in provider mode (bsc#1234429). - arm64: zynqmp: add clock-output-names property in clock nodes (bsc#1234429). - HID: usbkbd: Fix the bit shift number for LED_KANA (bsc#1234429). - wifi: ath12k: Avoid napi_sync() before napi_enable() (bsc#1234429). - scsi: st: Restore some drive settings after reset (bsc#1234429). - scsi: lpfc: Free phba irq in lpfc_sli4_enable_msi() when pci_irq_vector() fails (bsc#1234429). - scsi: lpfc: Ignore ndlp rport mismatch in dev_loss_tmo callbk (bsc#1234429). - scsi: lpfc: Handle duplicate D_IDs in ndlp search-by D_ID routine (bsc#1234429). - net/mana: fix warning in the writer of client oob (bsc#1234429). - drm/xe/relay: Don't use GFP_KERNEL for new transactions (bsc#1234429). - ice: count combined queues using Rx/Tx count (bsc#1234429). - perf: Avoid the read if the count is already updated (bsc#1234429). - rcu: fix header guard for rcu_all_qs() (bsc#1234429). - rcu: handle unstable rdp in rcu_read_unlock_strict() (bsc#1234429). - rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y (bsc#1234429). - ice: treat dyn_allowed only as suggestion (bsc#1234429). - ice: init flow director before RDMA (bsc#1234429). - bridge: mdb: Allow replace of a host-joined group (bsc#1234429). - net: flush_backlog() small changes (bsc#1234429). - r8169: don't scan PHY addresses > 0 (bsc#1234429). - ipv4: ip_gre: Fix set but not used warning in ipgre_err() if IPv4-only (bsc#1234429). - vxlan: Annotate FDB data races (bsc#1234429). - cpufreq: amd-pstate: Remove unnecessary driver_lock in set_boost (bsc#1234429). - net/mlx5e: Avoid WARN_ON when configuring MQPRIO with HTB offload enabled (bsc#1234429). - tools: ynl-gen: don't output external constants (bsc#1234429). - eth: fbnic: set IFF_UNICAST_FLT to avoid enabling promiscuous mode when adding unicast addrs (bsc#1234429). - drm/rockchip: vop2: Improve display modes handling on RK3588 HDMI0 (bsc#1234429). - media: qcom: camss: Add default case in vfe_src_pad_code (bsc#1234429). - media: qcom: camss: csid: Only add TPG v4l2 ctrl if TPG hardware is available (bsc#1234429). - f2fs: introduce f2fs_base_attr for global sysfs entries (bsc#1234429). - hwmon: (xgene-hwmon) use appropriate type for the latency value (bsc#1234429). - tools/power turbostat: Clustered Uncore MHz counters should honor show/hide options (bsc#1234429). - net: page_pool: avoid false positive warning if NAPI was never added (bsc#1234429). - clk: qcom: camcc-sm8250: Use clk_rcg2_shared_ops for some RCGs (bsc#1234429). - wifi: rtw89: call power_on ahead before selecting firmware (bsc#1234429). - wifi: rtw89: fw: validate multi-firmware header before accessing (bsc#1234429). - wifi: rtw89: fw: validate multi-firmware header before getting its size (bsc#1234429). - wifi: rtw89: coex: Assign value over than 0 to avoid firmware timer hang (bsc#1234429). - wifi: rtw88: Fix __rtw_download_firmware() for RTL8814AU (bsc#1234429). - wifi: rtw88: Fix download_firmware_validate() for RTL8814AU (bsc#1234429). - ext4: remove writable userspace mappings before truncating page cache (bsc#1234429). - ext4: don't write back data before punch hole in nojournal mode (bsc#1234429). - leds: trigger: netdev: Configure LED blink interval for HW offload (bsc#1234429). - pstore: Change kmsg_bytes storage size to u32 (bsc#1234429). - iio: adc: ad7944: don't use storagebits for sizing (bsc#1234429). - r8152: add vendor/device ID pair for Dell Alienware AW1022z (bsc#1234429). - ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure() (bsc#1234429). - arch/powerpc/perf: Check the instruction type before creating sample with perf_mem_data_src (bsc#1234429). - powerpc/pseries/iommu: create DDW for devices with DMA mask less than 64-bits (bsc#1234429). - powerpc/pseries/iommu: memory notifier incorrectly adds TCEs for pmemory (bsc#1234429). - net: fec: Refactor MAC reset to function (bsc#1234429). - wifi: mac80211: set ieee80211_prep_tx_info::link_id upon Auth Rx (bsc#1234429). - wifi: mac80211: remove misplaced drv_mgd_complete_tx() call (bsc#1234429). - wifi: mac80211: don't unconditionally call drv_mgd_complete_tx() (bsc#1234429). - wifi: iwlwifi: don't warn during reprobe (bsc#1234429). - wifi: iwlwifi: use correct IMR dump variable (bsc#1234429). - mptcp: pm: userspace: flags: clearer msg if no remote addr (bsc#1234429). - wifi: ath12k: fix the ampdu id fetch in the HAL_RX_MPDU_START TLV (bsc#1234429). - xfrm: prevent high SEQ input in non-ESN mode (bsc#1234429). - drm/v3d: Add clock handling (bsc#1234429). - net/mlx5e: reduce the max log mpwrq sz for ECPF and reps (bsc#1234429). - net/mlx5e: reduce rep rxq depth to 256 for ECPF (bsc#1234429). - net/mlx5e: set the tx_queue_len for pfifo_fast (bsc#1234429). - net/mlx5: Extend Ethtool loopback selftest to support non-linear SKB (bsc#1234429). - net/mlx5: XDP, Enable TX side XDP multi-buffer support (bsc#1234429). - scsi: target: spc: Fix loop traversal in spc_rsoc_get_descr() (bsc#1234429). - drm/amd/display/dm: drop hw_support check in amdgpu_dm_i2c_xfer() (bsc#1234429). - drm/amdgpu: enlarge the VBIOS binary size limit (bsc#1234429). - drm/amdgpu: Use active umc info from discovery (bsc#1234429). - drm/amd/display: Populate register address for dentist for dcn401 (bsc#1234429). - drm/amd/display: Use Nominal vBlank If Provided Instead Of Capping It (bsc#1234429). - drm/amd/display: Increase block_sequence array size (bsc#1234429). - drm/amd/display: Initial psr_version with correct setting (bsc#1234429). - drm/amd/display: Update CR AUX RD interval interpretation (bsc#1234429). - Revert "drm/amd/display: Exit idle optimizations before attempt to access PHY" (bsc#1234429). - drm/amd/display: Support multiple options during psr entry (bsc#1234429). - drm/amd/pm: Skip P2S load for SMU v13.0.12 (bsc#1234429). - drm/amdgpu: reset psp->cmd to NULL after releasing the buffer (bsc#1234429). - drm/amd/display: Don't try AUX transactions on disconnected link (bsc#1234429). - drm/amd/display: pass calculated dram_speed_mts to dml2 (bsc#1234429). - drm/amdgpu: Set snoop bit for SDMA for MI series (bsc#1234429). - drm/amdkfd: fix missing L2 cache info in topology (bsc#1234429). - drm/amdgpu/mes11: fix set_hw_resources_1 calculation (bsc#1234429). - net: stmmac: dwmac-loongson: Set correct {tx,rx}_fifo_size (bsc#1234429). - soundwire: cadence_master: set frame shape and divider based on actual clk freq (bsc#1234429). - soundwire: amd: change the soundwire wake enable/disable sequence (bsc#1234429). - phy: exynos5-usbdrd: fix EDS distribution tuning (gs101) (bsc#1234429). - phy: core: don't require set_mode() callback for phy_get_mode() to work (bsc#1234429). - phy: phy-rockchip-samsung-hdptx: Swap the definitions of LCPLL_REF and ROPLL_REF (bsc#1234429). - pinctrl: renesas: rzg2l: Add suspend/resume support for pull up/down (bsc#1234429). - serial: sh-sci: Update the suspend/resume support (bsc#1234429). - sched: Reduce the default slice to avoid tasks getting an extra tick (bsc#1234429). - x86/traps: Cleanup and robustify decode_bug() (bsc#1234429). - x86/ibt: Handle FineIBT in handle_cfi_failure() (bsc#1234429). - drm/xe/debugfs: Add missing xe_pm_runtime_put in wedge_mode_set (bsc#1234429). - drm/xe/debugfs: fixed the return value of wedged_mode_set (bsc#1234429). - clk: qcom: clk-alpha-pll: Do not use random stack value for recalc rate (bsc#1234429). - clk: qcom: ipq5018: allow it to be bulid on arm32 (bsc#1234429). - drm/xe: Fix xe_tile_init_noalloc() error propagation (bsc#1234429). - drm/xe: Stop ignoring errors from xe_ttm_stolen_mgr_init() (bsc#1234429). - net/mlx4_core: Avoid impossible mlx4_db_alloc() order value (bsc#1234429). - media: v4l: Memset argument to 0 before calling get_mbus_config pad op (bsc#1234429). - media: i2c: imx219: Correct the minimum vblanking value (bsc#1234429). - kunit: tool: Use qboot on QEMU x86_64 (bsc#1234429). - smack: Revert "smackfs: Added check catlen" (bsc#1234429). - smack: recognize ipv4 CIPSO w/o categories (bsc#1234429). - pinctrl: devicetree: do not goto err when probing hogs in pinctrl_dt_to_map (bsc#1234429). - ASoC: soc-dai: check return value at snd_soc_dai_set_tdm_slot() (bsc#1234429). - ASoC: tas2764: Power up/down amp on mute ops (bsc#1234429). - ASoC: tas2764: Mark SW_RESET as volatile (bsc#1234429). - ASoC: tas2764: Add reg defaults for TAS2764_INT_CLK_CFG (bsc#1234429). - ASoC: ops: Enforce platform maximum on initial value (bsc#1234429). - firmware: xilinx: Dont send linux address to get fpga config get status (bsc#1234429). - firmware: arm_ffa: Handle the presence of host partition in the partition info (bsc#1234429). - firmware: arm_ffa: Reject higher major version as incompatible (bsc#1234429). - net/mlx5: Apply rate-limiting to high temperature warning (bsc#1234429). - net/mlx5: Modify LSB bitmask in temperature event to include only the first bit (bsc#1234429). - media: test-drivers: vivid: don't call schedule in loop (bsc#1234429). - irqchip/riscv-imsic: Set irq_set_affinity() for IMSIC base (bsc#1234429). - hrtimers: Replace hrtimer_clock_to_base_table with switch-case (bsc#1234429). - vxlan: Join / leave MC group after remote changes (bsc#1234429). - ACPI: HED: Always initialize before evged (bsc#1234429). - PCI: Fix old_size lower bound in calculate_iosize() too (bsc#1234429). - eth: mlx4: don't try to complete XDP frames in netpoll (bsc#1234429). - bpf: copy_verifier_state() should copy 'loop_entry' field (bsc#1234429). - bpf: don't do clean_live_states when state->loop_entry->branches > 0 (bsc#1234429). - can: c_can: Use of_property_present() to test existence of DT property (bsc#1234429). - pmdomain: imx: gpcv2: use proper helper for property detection (bsc#1234429). - RDMA/core: Fix best page size finding when it can cross SG entries (bsc#1234429). - serial: mctrl_gpio: split disable_ms into sync and no_sync APIs (bsc#1234429). - drm/amd/display: Don't treat wb connector as physical in create_validate_stream_for_sink (bsc#1234429). - Revert "drm/amd/display: Request HW cursor on DCN3.2 with SubVP" (bsc#1234429). - drm/amd/display: Read LTTPR ALPM caps during link cap retrieval (bsc#1234429). - drm/amd/display: Fix BT2020 YCbCr limited/full range input (bsc#1234429). - drm/amd/display: Guard against setting dispclk low when active (bsc#1234429). - drm/amd/display: Add support for disconnected eDP streams (bsc#1234429). - drm/amd/pm: Fetch current power limit from PMFW (bsc#1234429). - irqchip/riscv-imsic: Separate next and previous pointers in IMSIC vector (bsc#1234429). - eeprom: ee1004: Check chip before probing (bsc#1234429). - mfd: axp20x: AXP717: Add AXP717_TS_PIN_CFG to writeable regs (bsc#1234429). - i3c: master: svc: Flush FIFO before sending Dynamic Address Assignment(DAA) (bsc#1234429). - EDAC/ie31200: work around false positive build warning (bsc#1234429). - power: supply: axp20x_battery: Update temp sensor for AXP717 from device tree (bsc#1234429). - net: pktgen: fix access outside of user given buffer in pktgen_thread_write() (bsc#1234429). - wifi: rtw89: 8922a: fix incorrect STA-ID in EHT MU PPDU (bsc#1234429). - wifi: rtw89: fw: add blacklist to avoid obsolete secure firmware (bsc#1234429). - wifi: rtw89: fw: get sb_sel_ver via get_unaligned_le32() (bsc#1234429). - wifi: rtw89: fw: propagate error code from rtw89_h2c_tx() (bsc#1234429). - wifi: rtw88: Fix rtw_desc_to_mcsrate() to handle MCS16-31 (bsc#1234429). - wifi: rtw88: Fix rtw_init_ht_cap() for RTL8814AU (bsc#1234429). - wifi: rtw88: Fix rtw_init_vht_cap() for RTL8814AU (bsc#1234429). - scsi: mpt3sas: Send a diag reset if target reset fails (bsc#1234429). - PCI: epf-mhi: Update device ID for SA8775P (bsc#1234429). - clocksource: mips-gic-timer: Enable counter when CPUs start (bsc#1234429). - MIPS: pm-cps: Use per-CPU variables as per-CPU, not per-core (bsc#1234429). - genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookie (bsc#1234429). - x86/locking: Use ALT_OUTPUT_SP() for percpu_{,try_}cmpxchg{64,128}_op() (bsc#1234429). - drm/amdgpu: remove all KFD fences from the BO on release (bsc#1234429). - MIPS: Use arch specific syscall name match function (bsc#1234429). - drm/xe/oa: Ensure that polled read returns latest data (bsc#1234429). - net: ipv6: Init tunnel link-netns before registering dev (bsc#1234429). - crypto: skcipher - Zap type in crypto_alloc_sync_skcipher (bsc#1234429). - crypto: ahash - Set default reqsize from ahash_alg (bsc#1234429). - x86/kaslr: Reduce KASLR entropy on most x86 systems (bsc#1234429). - net/mlx5: Change POOL_NEXT_SIZE define value and make it global (bsc#1234429). - scsi: scsi_debug: First fixes for tapes (bsc#1234429). - dm: fix unconditional IO throttle caused by REQ_PREFLUSH (bsc#1234429). - libbpf: Fix out-of-bound read (bsc#1234429). - loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize (bsc#1234429). - scsi: mpi3mr: Update timestamp only for supervisor IOCs (bsc#1234429). - net/mlx5e: Add correct match to check IPSec syndromes for switchdev mode (bsc#1234429). - media: tc358746: improve calculation of the D-PHY timing registers (bsc#1234429). - media: adv7180: Disable test-pattern control on adv7180 (bsc#1234429). - cpuidle: menu: Avoid discarding useful information (bsc#1234429). - vdpa/mlx5: Fix mlx5_vdpa_get_config() endianness on big-endian machines (bsc#1234429). - vhost-scsi: Return queue full for page alloc failures during copy (bsc#1234429). - x86/nmi: Add an emergency handler in nmi_desc & use it in nmi_shootdown_cpus() (bsc#1234429). - ASoC: mediatek: mt8188: Add reference for dmic clocks (bsc#1234429). - ASoC: mediatek: mt8188: Treat DMIC_GAINx_CUR as non-volatile (bsc#1234429). - drm/amd/display: Fix mismatch type comparison (bsc#1234429). - drm/amd/display: fix dcn4x init failed (bsc#1234429). - drm/amd/display: handle max_downscale_src_width fail check (bsc#1234429). - x86/build: Fix broken copy command in genimage.sh when making isoimage (bsc#1234429). - Octeontx2-af: RPM: Register driver with PCI subsys IDs (bsc#1234429). - bpf: Search and add kfuncs in struct_ops prologue and epilogue (bsc#1234429). - soc: ti: k3-socinfo: Do not use syscon helper to build regmap (bsc#1234429). - wifi: ath12k: Improve BSS discovery with hidden SSID in 6 GHz band (bsc#1234429). - bonding: report duplicate MAC address in all situations (bsc#1234429). - net: xgene-v2: remove incorrect ACPI_PTR annotation (bsc#1234429). - net: ethernet: mtk_ppe_offload: Allow QinQ, double ETH_P_8021Q only (bsc#1234429). - leds: pwm-multicolor: Add check for fwnode_property_read_u32 (bsc#1234429). - drm/xe: xe_gen_wa_oob: replace program_invocation_short_name (bsc#1234429). - drm/amdkfd: KFD release_work possible circular locking (bsc#1234429). - pinctrl: sophgo: avoid to modify untouched bit when setting cv1800 pinconf (bsc#1234429). - selftests/net: have `gro.sh -t` return a correct exit code (bsc#1234429). - net/mlx5: Avoid report two health errors on same syndrome (bsc#1234429). - drm/xe/pf: Create a link between PF and VF devices (bsc#1234429). - drm/xe/vf: Retry sending MMIO request to GUC on timeout error (bsc#1234429). - firmware: arm_ffa: Set dma_mask for ffa devices (bsc#1234429). - PCI: brcmstb: Add a softdep to MIP MSI-X driver (bsc#1234429). - PCI: brcmstb: Expand inbound window size up to 64GB (bsc#1234429). - wifi: ath12k: Report proper tx completion status to mac80211 (bsc#1234429). - soc: apple: rtkit: Implement OSLog buffers properly (bsc#1234429). - soc: apple: rtkit: Use high prio work queue (bsc#1234429). - perf: arm_pmuv3: Call kvm_vcpu_pmu_resync_el0() before enabling counters (bsc#1234429). - fpga: altera-cvp: Increase credit timeout (bsc#1234429). - drm/mediatek: mtk_dpi: Add checks for reg_h_fre_con existence (bsc#1234429). - ARM: at91: pm: fix at91_suspend_finish for ZQ calibration (bsc#1234429). - hwmon: (gpio-fan) Add missing mutex locks (bsc#1234429). - x86/bugs: Make spectre user default depend on MITIGATION_SPECTRE_V2 (bsc#1234429). - clk: imx8mp: inform CCF of maximum frequency of clocks (bsc#1234429). - media: uvcvideo: Handle uvc menu translation inside uvc_get_le_value (bsc#1234429). - media: uvcvideo: Add sanity check to uvc_ioctl_xu_ctrl_map (bsc#1234429). - ublk: complete command synchronously on error (bsc#1234429). - block: mark bounce buffering as incompatible with integrity (bsc#1234429). - drm/rockchip: vop2: Add uv swap for cluster window (bsc#1234429). - ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config() (bsc#1234429). - scsi: logging: Fix scsi_logging_level bounds (bsc#1234429). - ALSA: hda/realtek: Enable PC beep passthrough for HP EliteBook 855 G7 (bsc#1234429). - perf/hw_breakpoint: Return EOPNOTSUPP for unsupported breakpoint type (bsc#1234429). - net: pktgen: fix mpls maximum labels list parsing (bsc#1234429). - media: imx335: Set vblank immediately (bsc#1234429). - iommufd: Disallow allocating nested parent domain with fault ID (bsc#1234429). - ublk: enforce ublks_max only for unprivileged devices (bsc#1234429). - dpll: Add an assertion to check freq_supported_num (bsc#1234429). - net: phy: nxp-c45-tja11xx: add match_phy_device to TJA1103/TJA1104 (bsc#1234429). - net: ethernet: ti: cpsw_new: populate netdev of_node (bsc#1234429). - rcu: Fix get_state_synchronize_rcu_full() GP-start detection (bsc#1234429). - pinctrl: bcm281xx: Use "unsigned int" instead of bare "unsigned" (bsc#1234429). - media: cx231xx: set device_caps for 417 (bsc#1234429). - perf/core: Clean up perf_try_init_event() (bsc#1234429). - drm/amd/display: Request HW cursor on DCN3.2 with SubVP (bsc#1234429). - drm/amd/display: Fix p-state type when p-state is unsupported (bsc#1234429). - drm/amd/display: Fix DMUB reset sequence for DCN401 (bsc#1234429). - drm/amd/display: Skip checking FRL_MODE bit for PCON BW determination (bsc#1234429). - drm/amd/display: Ensure DMCUB idle before reset on DCN31/DCN35 (bsc#1234429). - drm/amdgpu: Do not program AGP BAR regs under SRIOV in gfxhub_v1_0.c (bsc#1234429). - remoteproc: qcom_wcnss: Handle platforms with only single power domain (bsc#1234429). - blk-throttle: don't take carryover for prioritized processing of metadata (bsc#1234429). - net: phylink: use pl->link_interface in phylink_expects_phy() (bsc#1234429). - drm/gem: Test for imported GEM buffers with helper (bsc#1234429). - orangefs: Do not truncate file size (bsc#1234429). - soc: mediatek: mtk-mutex: Add DPI1 SOF/EOF to MT8188 mutex tables (bsc#1234429). - dm cache: prevent BUG_ON by blocking retries on failed device resumes (bsc#1234429). - usb: xhci: set page size to the xHCI-supported size (bsc#1234429). - media: c8sectpfe: Call of_node_put(i2c_bus) only once in c8sectpfe_probe() (bsc#1234429). - ARM: tegra: Switch DSI-B clock parent to PLLD on Tegra114 (bsc#1234429). - soc: samsung: include linux/array_size.h where needed (bsc#1234429). - drm/xe: Retry BO allocation (bsc#1234429). - drm/xe: Nuke VM's mapping upon close (bsc#1234429). - ieee802154: ca8210: Use proper setters and getters for bitwise types (bsc#1234429). - rtc: ds1307: stop disabling alarms on probe (bsc#1234429). - tcp: bring back NUMA dispersion in inet_ehash_locks_alloc() (bsc#1234429). - ALSA: seq: Improve data consistency at polling (bsc#1234429). - powerpc/prom_init: Fixup missing #size-cells on PowerBook6,7 (bsc#1234429). - arm64: tegra: Resize aperture for the IGX PCIe C5 slot (bsc#1234429). - arm64: tegra: p2597: Fix gpio for vdd-1v8-dis regulator (bsc#1234429). - drm/amdgpu: Fix missing drain retry fault the last entry (bsc#1234429). - drm/amdkfd: Set per-process flags only once cik/vi (bsc#1234429). - drm/amdkfd: Set per-process flags only once for gfx9/10/11/12 (bsc#1234429). - crypto: mxs-dcp - Only set OTP_KEY bit for OTP key (bsc#1234429). - crypto: lzo - Fix compression buffer overrun (bsc#1234429). - misc: pci_endpoint_test: Give disabled BARs a distinct error code (bsc#1234429). - PCI: endpoint: pci-epf-test: Fix double free that causes kernel to oops (bsc#1234429). - watchdog: aspeed: Update bootstatus handling (bsc#1234429). - cpufreq: tegra186: Share policy per cluster (bsc#1234429). - iommu/amd/pgtbl_v2: Improve error handling (bsc#1234429). - coresight-etb10: change etb_drvdata spinlock's type to raw_spinlock_t (bsc#1234429). - badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0 (bsc#1234429). - ASoC: qcom: sm8250: explicitly set format in sm8250_be_hw_params_fixup() (bsc#1234429). - auxdisplay: charlcd: Partially revert "Move hwidth and bwidth to struct hd44780_common" (bsc#1234429). - gfs2: Check for empty queue in run_queue (bsc#1234429). - drm/amd/display: Fix incorrect DPCD configs while Replay/PSR switch (bsc#1234429). - drm/amd/display: not abort link train when bw is low (bsc#1234429). - drm/amd/display: calculate the remain segments for all pipes (bsc#1234429). - drm/amd/display: remove minimum Dispclk and apply oem panel timing (bsc#1234429). - ipv6: save dontfrag in cork (bsc#1234429). - wifi: cfg80211: allow IR in 20 MHz configurations (bsc#1234429). - wifi: mac80211_hwsim: Fix MLD address translation (bsc#1234429). - wifi: mac80211: fix warning on disconnect during failed ML reconf (bsc#1234429). - wifi: iwlwifi: fix the ECKV UEFI variable name (bsc#1234429). - wifi: iwlwifi: mark Br device not integrated (bsc#1234429). - wifi: iwlwifi: fix debug actions order (bsc#1234429). - wifi: iwlwifi: w/a FW SMPS mode selection (bsc#1234429). - wifi: iwlwifi: don't warn when if there is a FW error (bsc#1234429). - printk: Check CON_SUSPEND when unblanking a console (bsc#1234429). - iommu: Keep dev->iommu state consistent (bsc#1234429). - hwmon: (dell-smm) Increment the number of fans (bsc#1234429). - wifi: iwlwifi: mvm: fix setting the TK when associated (bsc#1234429). - usb: xhci: Don't change the status of stalled TDs on failed Stop EP (bsc#1234429). - mmc: sdhci: Disable SD card clock before changing parameters (bsc#1234429). - mmc: dw_mmc: add exynos7870 DW MMC support (bsc#1234429). - arm64/mm: Check PUD_TYPE_TABLE in pud_bad() (bsc#1234429). - arm64/mm: Check pmd_table() in pmd_trans_huge() (bsc#1234429). - phy: rockchip: usbdp: Only verify link rates/lanes/voltage when the corresponding set flags are set (bsc#1234429). - PNP: Expand length of fixup id string (bsc#1234429). - netfilter: conntrack: Bound nf_conntrack sysctl writes (bsc#1234429). - wifi: rtw89: set force HE TB mode when connecting to 11ax AP (bsc#1234429). - timer_list: Don't use %pK through printk() (bsc#1234429). - net: hsr: Fix PRP duplicate detection (bsc#1234429). - net: stmmac: dwmac-rk: Validate GRF and peripheral GRF during probe (bsc#1234429). - posix-timers: Ensure that timer initialization is fully visible (bsc#1234429). - posix-timers: Add cond_resched() to posix_timer_add() search loop (bsc#1234429). - RDMA/uverbs: Propagate errors from rdma_lookup_get_uobject() (bsc#1234429). - ext4: do not convert the unwritten extents if data writeback fails (bsc#1234429). - ext4: reject the 'data_err=abort' option in nojournal mode (bsc#1234429). - clk: qcom: lpassaudiocc-sc7280: Add support for LPASS resets for QCM6490 (bsc#1234429). - ASoC: sun4i-codec: support hp-det-gpios property (bsc#1234429). - drm/amdgpu: Update SRIOV video codec caps (bsc#1234429). - drm/amdgpu/gfx11: don't read registers in mqd init (bsc#1234429). - drm/amdgpu/gfx12: don't read registers in mqd init (bsc#1234429). - mfd: tps65219: Remove TPS65219_REG_TI_DEV_ID check (bsc#1234429). - pinctrl-tegra: Restore SFSEL bit when freeing pins (bsc#1234429). - xen: Add support for XenServer 6.1 platform device (bsc#1234429). - net/smc: use the correct ndev to find pnetid by pnetid table (bsc#1234429). - dm: restrict dm device size to 2^63-512 bytes (bsc#1234429). - crypto: octeontx2 - suppress auth failure screaming due to negative tests (bsc#1234429). - kconfig: do not clear SYMBOL_VALID when reading include/config/auto.conf (bsc#1234429). - kbuild: fix argument parsing in scripts/config (bsc#1234429). - bpf: Allow pre-ordering for bpf cgroup progs (bsc#1234429). - ASoC: mediatek: mt6359: Add stub for mt6359_accdet_enable_jack_detect (bsc#1234429). - ASoC: pcm6240: Drop bogus code handling IRQ as GPIO (bsc#1234429). - spi: spi-mux: Fix coverity issue, unchecked return value (bsc#1234429). - erofs: initialize decompression early (bsc#1234429). - thunderbolt: Do not add non-active NVM if NVM upgrade is disabled for retimer (bsc#1234429). - objtool: Fix error handling inconsistencies in check() (bsc#1234429). - rtc: rv3032: fix EERD location (bsc#1234429). - tcp: reorganize tcp_in_ack_event() and tcp_count_delivered() (bsc#1234429). - jbd2: do not try to recover wiped journal (bsc#1234429). - PCI: dwc: Use resource start as ioremap() input in dw_pcie_pme_turn_off() (bsc#1234429). - bpf: Return prog btf_id without capable check (bsc#1234429). - vfio/pci: Handle INTx IRQ_NOTCONNECTED (bsc#1234429). - scsi: st: ERASE does not change tape location (bsc#1234429). - scsi: st: Tighten the page format heuristics with MODE SELECT (bsc#1234429). - hypfs_create_cpu_files(): add missing check for hypfs_mkdir() failure (bsc#1234429). - ext4: reorder capability check last (bsc#1234429). - riscv: Call secondary mmu notifier when flushing the tlb (bsc#1234429). - bnxt_en: Query FW parameters when the CAPS_CHANGE bit is set (bsc#1234429). - wifi: mwifiex: Fix HT40 bandwidth issue (bsc#1234429). - um: Update min_low_pfn to match changes in uml_reserved (bsc#1234429). - um: Store full CSGSFS and SS register from mcontext (bsc#1234429). - clocksource/drivers/timer-riscv: Stop stimecmp when cpu hotplug (bsc#1234429). - dlm: make tcp still work in multi-link env (bsc#1234429). - s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste() (bsc#1234429). - i3c: master: svc: Fix missing STOP for master request (bsc#1234429). - drm/amdgpu: adjust drm_firmware_drivers_only() handling (bsc#1234429). - drm/amd/display: Guard against setting dispclk low for dcn31x (bsc#1234429). - drm/amdgpu: release xcp_mgr on exit (bsc#1234429). - blk-cgroup: improve policy registration error handling (bsc#1234429). - btrfs: send: return -ENAMETOOLONG when attempting a path that is too long (bsc#1234429). - btrfs: get zone unusable bytes while holding lock at btrfs_reclaim_bgs_work() (bsc#1234429). - btrfs: fix non-empty delayed iputs list on unmount due to async workers (bsc#1234429). - btrfs: run btrfs_error_commit_super() early (bsc#1234429). - btrfs: avoid linker error in btrfs_find_create_tree_block() (bsc#1234429). - btrfs: make btrfs_discard_workfn() block_group ref explicit (bsc#1234429). - i2c: pxa: fix call balance of i2c->clk handling routines (bsc#1234429). - i2c: qup: Vote for interconnect bandwidth to DRAM (bsc#1234429). - x86/mm: Check return value from memblock_phys_alloc_range() (bsc#1234429). - x86/microcode: Update the Intel processor flag scan check (bsc#1234429). - x86/smpboot: Fix INIT delay assignment for extended Intel Families (bsc#1234429). - x86/stackprotector/64: Only export __ref_stack_chk_guard on CONFIG_SMP (bsc#1234429). - x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in UAPI headers (bsc#1234429). - wifi: mt76: mt7925: fix fails to enter low power mode in suspend state (bsc#1234429). - wifi: mt76: mt7925: load the appropriate CLC data based on hardware type (bsc#1234429). - wifi: mt76: mt7996: revise TXS size (bsc#1234429). - wifi: mt76: mt7996: fix SER reset trigger on WED reset (bsc#1234429). - wifi: mt76: only mark tx-status-failed frames as ACKed on mt76x0/2 (bsc#1234429). - cgroup/rstat: avoid disabling irqs for O(num_cpu) (bsc#1234429). - drm/amdgpu: Skip pcie_replay_count sysfs creation for VF (bsc#1234429). - mmc: host: Wait for Vdd to settle on card power off (bsc#1234429). - staging: vchiq_arm: Create keep-alive thread during probe (bsc#1234429). - pidfs: improve multi-threaded exec and premature thread-group leader exit polling (bsc#1234429). - libnvdimm/labels: Fix divide error in nd_label_data_init() (bsc#1234429). - ext4: on a remount, only log the ro or r/w state when it has changed (bsc#1234429). - xen/pci: Do not register devices with segments >= 0x10000 (bsc#1234429). - PCI: vmd: Disable MSI remapping bypass under Xen (bsc#1234429). - drm/amdkfd: set precise mem ops caps to disabled for gfx 11 and 12 (bsc#1234429). - drm/amdgpu/discovery: check ip_discovery fw file available (bsc#1234429). - pNFS/flexfiles: Report ENETDOWN as a connection error (bsc#1234429). - tools/build: Don't pass test log files to linker (bsc#1234429). - r8169: disable RTL8126 ZRX-DC timeout (bsc#1234429). - PCI: dwc: ep: Ensure proper iteration over outbound map windows (bsc#1234429). - objtool: Properly disable uaccess validation (bsc#1234429). - lockdep: Fix wait context check on softirq for PREEMPT_RT (bsc#1234429). - dql: Fix dql->limit value when reset (bsc#1234429). - Bluetooth: Disable SCO support if READ_VOICE_SETTING is unsupported/broken (bsc#1234429). - Bluetooth: btmtksdio: Prevent enabling interrupts after IRQ handler removal (bsc#1234429). - thermal/drivers/qoriq: Power down TMU on system suspend (bsc#1234429). - thermal/drivers/mediatek/lvts: Start sensor interrupts disabled (bsc#1234429). - net: tn40xx: create swnode for mdio and aqr105 phy and add to mdiobus (bsc#1234429). - net: tn40xx: add pci-id of the aqr105-based Tehuti TN4010 cards (bsc#1234429). - mctp: Fix incorrect tx flow invalidation condition in mctp-i2c (bsc#1234429). - ASoC: codecs: wsa883x: Correct VI sense channel mask (bsc#1234429). - ASoC: codecs: wsa884x: Correct VI sense channel mask (bsc#1234429). - spi-rockchip: Fix register out of bounds access (bsc#1234429). - SUNRPC: rpcbind should never reset the port to the value '0' (bsc#1234429). - SUNRPC: rpc_clnt_set_transport() must not change the autobind setting (bsc#1234429). - NFSv4: Treat ENETUNREACH errors as fatal for state recovery (bsc#1234429). - cifs: Fix establishing NetBIOS session for SMB2+ connection (bsc#1234429). - cifs: add validation check for the fields in smb_aces (bsc#1234429). - cifs: Set default Netbios RFC1001 server name to hostname in UNC (bsc#1234429). - fbdev: core: tileblit: Implement missing margin clearing for tileblit (bsc#1234429). - fbcon: Use correct erase colour for clearing in fbcon (bsc#1234429). - fbdev: fsl-diu-fb: add missing device_remove_file() (bsc#1234429). - riscv: Allow NOMMU kernels to access all of RAM (bsc#1234429). - mailbox: use error ret code of of_parse_phandle_with_args() (bsc#1234429). - mailbox: pcc: Use acpi_os_ioremap() instead of ioremap() (bsc#1234429). - tpm: Convert warn to dbg in tpm2_start_auth_session() (bsc#1234429). - ACPI: PNP: Add Intel OC Watchdog IDs to non-PNP device list (bsc#1234429). - tracing: Mark binary printing functions with __printf() attribute (bsc#1234429). - iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability (bsc#1234429). - arm64: Add support for HIP09 Spectre-BHB mitigation (bsc#1234429). - SUNRPC: Don't allow waiting for exiting tasks (bsc#1234429). - NFS: Don't allow waiting for exiting tasks (bsc#1234429). - NFSv4: Check for delegation validity in nfs_start_delegation_return_locked() (bsc#1234429). - io_uring/msg: initialise msg request opcode (bsc#1234429). - exfat: call bh_read in get_block only when necessary (bsc#1234429). - fuse: Return EPERM rather than ENOSYS from link() (bsc#1234429). - smb: client: Store original IO parameters and prevent zero IO sizes (bsc#1234429). - cifs: Fix negotiate retry functionality (bsc#1234429). - cifs: Fix querying and creating MF symlinks over SMB1 (bsc#1234429). - cifs: Add fallback for SMB2 CREATE without FILE_READ_ATTRIBUTES (bsc#1234429). - s390/vfio-ap: Fix no AP queue sharing allowed message written to kernel log (bsc#1234429). - x86/fred: Fix system hang during S4 resume with FRED enabled (bsc#1234429). - kconfig: merge_config: use an empty file as initfile (bsc#1234429). - samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora (bsc#1234429). - bpf: fix possible endless loop in BPF map iteration (bsc#1234429). - io_uring: don't duplicate flushing in io_req_post_cqe (bsc#1234429). - block: fix race between set_blocksize and read paths (bsc#1234429). - selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failure (bsc#1234429). - drm/amdgpu: Allow P2P access through XGMI (bsc#1234429). - drm/amd/display: Enable urgent latency adjustment on DCN35 (bsc#1234429). - fs/ext4: use sleeping version of sb_find_get_block() (bsc#1234429). - fs/jbd2: use sleeping version of __find_get_block() (bsc#1234429). - fs/ocfs2: use sleeping version of __find_get_block() (bsc#1234429). - fs/buffer: use sleeping version of __find_get_block() (bsc#1234429). - fs/buffer: introduce sleeping flavors for pagecache lookups (bsc#1234429). - fs/buffer: split locking for pagecache lookups (bsc#1234429). - ima: process_measurement() needlessly takes inode_lock() on MAY_READ (bsc#1234429). - dma-mapping: Fix warning reported for missing prototype (bsc#1234429). - net: enetc: refactor bulk flipping of RX buffers to separate function (bsc#1234429). - scsi: mpi3mr: Add level check to control event logging (bsc#1234429). - vhost-scsi: protect vq->log_used with vq->mutex (bsc#1234429). - vhost_task: fix vhost_task_create() documentation (bsc#1234429). - cgroup: Fix compilation issue due to cgroup_mutex not being exported (bsc#1234429). - dma-mapping: avoid potential unused data compilation warning (bsc#1234429). - mei: vsc: Use struct vsc_tp_packet as vsc-tp tx_buf and rx_buf type (bsc#1234429). - intel_th: avoid using deprecated page->mapping, index fields (bsc#1234429). - dma/mapping.c: dev_dbg support for dma_addressing_limited (bsc#1234429). - virtio_ring: Fix data race by tagging event_triggered as racy for KCSAN (bsc#1234429). - scsi: ufs: Introduce quirk to extend PA_HIBERN8TIME for UFS devices (bsc#1234429). - scsi: target: iscsi: Fix timeout on deleted connection (bsc#1234429). - nvmem: qfprom: switch to 4-byte aligned reads (bsc#1234429). - nvmem: core: update raw_len if the bit reading is required (bsc#1234429). - nvmem: core: verify cell's raw_len (bsc#1234429). - nvmem: core: fix bit offsets of more than one byte (bsc#1234429). - nvmem: rockchip-otp: add rk3576 variant data (bsc#1234429). - nvmem: rockchip-otp: Move read-offset into variant-data (bsc#1234429). - cpufreq: Add SM8650 to cpufreq-dt-platdev blocklist (bsc#1234429). - phy: renesas: rcar-gen3-usb2: Assert PLL reset on PHY power off (bsc#1234429). - phy: renesas: rcar-gen3-usb2: Lock around hardware registers and driver data (bsc#1234429). - phy: renesas: rcar-gen3-usb2: Move IRQ request in probe (bsc#1234429). - i2c: designware: Fix an error handling path in i2c_dw_pci_probe() (bsc#1234429). - i2c: designware: Use temporary variable for struct device (bsc#1234429). - drm/amd/display: Defer BW-optimization-blocked DRR adjustments (bsc#1234429). - drm/amd/display: Correct timing_adjust_pending flag setting (bsc#1234429). - drm/amd/display: Do not enable replay when vtotal update is pending (bsc#1234429). - drm/amd/display: Configure DTBCLK_P with OPTC only for dcn401 (bsc#1234429). - commit 6cfd9be ++++ kernel-obs-build: - Revert "drm/amd/display: more liberal vmin/vmax update for freesync" (bsc#1243782). - commit 9dd7b0d - series.conf: cleanup - update upstream references and move into sorted section - patches.suse/ACPICA-Apply-ACPI_NONSTRING-in-more-places.patch - patches.suse/ACPICA-Apply-ACPI_NONSTRING.patch - patches.suse/ACPICA-Introduce-ACPI_NONSTRING.patch - commit 41d2c18 ++++ kernel-obs-qa: - Revert "drm/amd/display: more liberal vmin/vmax update for freesync" (bsc#1243782). - commit 9dd7b0d - series.conf: cleanup - update upstream references and move into sorted section - patches.suse/ACPICA-Apply-ACPI_NONSTRING-in-more-places.patch - patches.suse/ACPICA-Apply-ACPI_NONSTRING.patch - patches.suse/ACPICA-Introduce-ACPI_NONSTRING.patch - commit 41d2c18 ++++ kernel-syms: - Revert "drm/amd/display: more liberal vmin/vmax update for freesync" (bsc#1243782). - commit 9dd7b0d - series.conf: cleanup - update upstream references and move into sorted section - patches.suse/ACPICA-Apply-ACPI_NONSTRING-in-more-places.patch - patches.suse/ACPICA-Apply-ACPI_NONSTRING.patch - patches.suse/ACPICA-Introduce-ACPI_NONSTRING.patch - commit 41d2c18 ++++ kernel-syms-longterm: - Linux 6.12.31 (bsc#1234429). - drm/gem: Internally test import_attach for imported objects (bsc#1234429). - x86/mm/init: Handle the special case of device private pages in add_pages(), to not increase max_pfn and trigger dma_addressing_limited() bounce buffers bounce buffers (bsc#1234429). - i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work() (bsc#1234429). - pinctrl: tegra: Fix off by one in tegra_pinctrl_get_group() (bsc#1234429). - watchdog: aspeed: fix 64-bit division (bsc#1234429). - drm/amdkfd: Correct F8_MODE for gfx950 (bsc#1234429). - serial: sh-sci: Save and restore more registers (bsc#1234429). - bpf: abort verification if env->cur_state->loop_entry != NULL (bsc#1234429). - drm/amd/display: Exit idle optimizations before accessing PHY (bsc#1234429). - kbuild: Properly disable -Wunterminated-string-initialization for clang (bsc#1234429). - Fix mis-uses of 'cc-option' for warning disablement (bsc#1234429). - gcc-15: disable '-Wunterminated-string-initialization' entirely for now (bsc#1234429). - gcc-15: make 'unterminated string initialization' just a warning (bsc#1234429). - err.h: move IOMEM_ERR_PTR() to err.h (bsc#1234429). - spi: spi-fsl-dspi: Reset SR flags before sending a new message (bsc#1234429). - spi: spi-fsl-dspi: Halt the module after a new message transfer (bsc#1234429). - spi: spi-fsl-dspi: restrict register range for regmap access (bsc#1234429). - spi: use container_of_cont() for to_spi_device() (bsc#1234429). - platform/x86: think-lmi: Fix attribute name usage for non-compliant items (bsc#1234429). - ksmbd: fix stream write failure (bsc#1234429). - Revert "arm64: dts: allwinner: h6: Use RSB for AXP805 PMIC connection" (bsc#1234429). - Bluetooth: btmtksdio: Do close if SDIO card removed without close (bsc#1234429). - Bluetooth: btmtksdio: Check function enabled before doing close (bsc#1234429). - nilfs2: fix deadlock warnings caused by lock dependency in init_nilfs() (bsc#1234429). - mm: vmalloc: only zero-init on vrealloc shrink (bsc#1234429). - mm: vmalloc: actually use the in-place vrealloc region (bsc#1234429). - mm: mmap: map MAP_STACK to VM_NOHUGEPAGE only if THP is enabled (bsc#1234429). - mm/page_alloc.c: avoid infinite retries caused by cpuset race (bsc#1234429). - memcg: always call cond_resched() after fn() (bsc#1234429). - highmem: add folio_test_partial_kmap() (bsc#1234429). - Input: xpad - add more controllers (bsc#1234429). - Revert "drm/amd: Keep display off while going into S4" (bsc#1234429). - smb: client: Reset all search buffer pointers when releasing buffer (bsc#1234429). - arm64: dts: marvell: uDPU: define pinctrl state for alarm LEDs (bsc#1234429). - smb: client: Fix use-after-free in cifs_fill_dirent (bsc#1234429). - drm/edid: fixed the bug that hdr metadata was not reset (bsc#1234429). - thermal: intel: x86_pkg_temp_thermal: Fix bogus trip temperature (bsc#1234429). - platform/x86: dell-wmi-sysman: Avoid buffer overflow in current_password_store() (bsc#1234429). - pmdomain: core: Fix error checking in genpd_dev_pm_attach_by_id() (bsc#1234429). - pmdomain: renesas: rcar: Remove obsolete nullify checks (bsc#1234429). - vmxnet3: update MTU after device quiesce (bsc#1234429). - net: dsa: microchip: linearize skb for tail-tagging switches (bsc#1234429). - can: kvaser_pciefd: Fix echo_skb race (bsc#1234429). - can: kvaser_pciefd: Continue parsing DMA buf after dropped RX (bsc#1234429). - llc: fix data loss when reading from a socket in llc_ui_recvmsg() (bsc#1234429). - ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ASP10 (bsc#1234429). - ALSA: pcm: Fix race of buffer access at PCM OSS layer (bsc#1234429). - ASoC: SOF: ipc4-pcm: Delay reporting is only supported for playback direction (bsc#1234429). - ASoc: SOF: topology: connect DAI to a single DAI link (bsc#1234429). - ASoC: SOF: Intel: hda-bus: Use PIO mode on ACE2+ platforms (bsc#1234429). - ASoC: SOF: ipc4-control: Use SOF_CTRL_CMD_BINARY as numid for bytes_ext (bsc#1234429). - can: bcm: add missing rcu read protection for procfs content (bsc#1234429). - can: bcm: add locking for bcm_op runtime updates (bsc#1234429). - can: slcan: allow reception of short error messages (bsc#1234429). - padata: do not leak refcount in reorder_work (bsc#1234429). - crypto: algif_hash - fix double free in hash_accept (bsc#1234429). - clk: s2mps11: initialise clk_hw_onecell_data::num before accessing ::hws[] in probe() (bsc#1234429). - octeontx2-af: Fix APR entry mapping based on APR_LMT_CFG (bsc#1234429). - octeontx2-af: Set LMT_ENA bit for APR table entries (bsc#1234429). - net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done (bsc#1234429). - octeontx2-pf: Add AF_XDP non-zero copy support (bsc#1234429). - sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue() (bsc#1234429). - idpf: fix idpf_vport_splitq_napi_poll() (bsc#1234429). - io_uring: fix overflow resched cqe reordering (bsc#1234429). - net: lan743x: Restore SGMII CTRL register on resume (bsc#1234429). - net: dwmac-sun8i: Use parsed internal PHY address instead of 1 (bsc#1234429). - pinctrl: qcom: switch to devm_register_sys_off_handler() (bsc#1234429). - loop: don't require ->write_iter for writable files in loop_configure (bsc#1234429). - idpf: fix null-ptr-deref in idpf_features_check (bsc#1234429). - ice: Fix LACP bonds without SRIOV environment (bsc#1234429). - ice: fix vf->num_mac count with port representors (bsc#1234429). - bridge: netfilter: Fix forwarding of fragmented packets (bsc#1234429). - ptp: ocp: Limit signal/freq counts in summary output functions (bsc#1234429). - Bluetooth: btusb: use skb_pull to avoid unsafe access in QCA dump handling (bsc#1234429). - Bluetooth: L2CAP: Fix not checking l2cap_chan security level (bsc#1234429). - perf/x86/intel: Fix segfault with PEBS-via-PT with sample_freq (bsc#1234429). - irqchip/riscv-imsic: Start local sync timer on correct CPU (bsc#1234429). - ASoC: SOF: Intel: hda: Fix UAF when reloading module (bsc#1234429). - devres: Introduce devm_kmemdup_array() (bsc#1234429). - driver core: Split devres APIs to device/devres.h (bsc#1234429). - dmaengine: fsl-edma: Fix return code for unhandled interrupts (bsc#1234429). - dmaengine: idxd: Fix ->poll() return value (bsc#1234429). - xfrm: Sanitize marks before insert (bsc#1234429). - clk: sunxi-ng: d1: Add missing divider for MMC mod clocks (bsc#1234429). - remoteproc: qcom_wcnss: Fix on platforms without fallback regulators (bsc#1234429). - kernel/fork: only call untrack_pfn_clear() on VMAs duplicated for fork() (bsc#1234429). - x86/sev: Fix operator precedence in GHCB_MSR_VMPL_REQ_LEVEL macro (bsc#1234429). - dmaengine: idxd: Fix allowing write() from different address spaces (bsc#1234429). - xfrm: Fix UDP GRO handling for some corner cases (bsc#1234429). - espintcp: remove encap socket caching to avoid reference leak (bsc#1234429). - espintcp: fix skb leaks (bsc#1234429). - soundwire: bus: Fix race on the creation of the IRQ domain (bsc#1234429). - __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock (bsc#1234429). - drm/amd/display: Call FP Protect Before Mode Programming/Mode Support (bsc#1234429). - xenbus: Allow PVH dom0 a non-local xenstore (bsc#1234429). - x86/Kconfig: make CFI_AUTO_DEFAULT depend on !RUST or Rust >= 1.88 (bsc#1234429). - wifi: iwlwifi: add support for Killer on MTL (bsc#1234429). - block: only update request sector if needed (bsc#1234429). - tools: ynl-gen: validate 0 len strings from kernel (bsc#1234429). - btrfs: avoid NULL pointer dereference if no valid csum tree (bsc#1234429). - btrfs: handle empty eb->folios in num_extent_folios() (bsc#1234429). - btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref (bsc#1234429). - btrfs: compression: adjust cb->compressed_folios allocation type (bsc#1234429). - ASoC: intel/sdw_utils: Add volume limit to cs42l43 speakers (bsc#1234429). - cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() function (bsc#1234429). - cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info() (bsc#1234429). - io_uring/fdinfo: annotate racy sq/cq head/tail reads (bsc#1234429). - nvmet-tcp: don't restore null sk_state_change (bsc#1234429). - ALSA: usb-audio: Fix duplicated name in MIDI substream names (bsc#1234429). - nvme-pci: add quirks for WDC Blue SN550 15b7:5009 (bsc#1234429). - nvme-pci: add quirks for device 126f:1001 (bsc#1234429). - ALSA: hda/realtek: Add quirk for HP Spectre x360 15-df1xxx (bsc#1234429). - ASoC: Intel: bytcr_rt5640: Add DMI quirk for Acer Aspire SW3-013 (bsc#1234429). - ASoC: cs42l43: Disable headphone clamps during type detection (bsc#1234429). - platform/x86: ideapad-laptop: add support for some new buttons (bsc#1234429). - platform/x86: asus-wmi: Disable OOBE state after resume from hibernation (bsc#1234429). - platform/x86/intel: hid: Add Pantherlake support (bsc#1234429). - smb: server: smb2pdu: check return value of xa_store() (bsc#1234429). - pinctrl: meson: define the pull up/down resistor value as 60 kOhm (bsc#1234429). - book3s64/radix: Fix compile errors when CONFIG_ARCH_WANT_OPTIMIZE_DAX_VMEMMAP=n (bsc#1234429). - ASoC: imx-card: Adjust over allocation of memory in imx_card_parse_of() (bsc#1234429). - drm: Add valid clones check (bsc#1234429). - drm/panel-edp: Add Starry 116KHD024006 (bsc#1234429). - drm/buddy: fix issue that force_merge cannot free all roots (bsc#1234429). - drm/atomic: clarify the rules around drm_atomic_state->allow_modeset (bsc#1234429). - drm/xe: Reject BO eviction if BO is bound to current VM (bsc#1234429). - drm/xe/sa: Always call drm_suballoc_manager_fini() (bsc#1234429). - wifi: rtw89: coex: Separated Wi-Fi connecting event from Wi-Fi scan event (bsc#1234429). - drm/xe: Do not attempt to bootstrap VF in execlists mode (bsc#1234429). - drm/xe: Move suballocator init to after display init (bsc#1234429). - wifi: ath11k: Use dma_alloc_noncoherent for rx_tid buffer allocation (bsc#1234429). - drm/nouveau: fix the broken marco GSP_MSG_MAX_SIZE (bsc#1234429). - drm: bridge: adv7511: fill stream capabilities (bsc#1234429). - wifi: ath12k: Fix end offset bit definition in monitor ring descriptor (bsc#1234429). - wifi: ath12k: Fetch regdb.bin file from board-2.bin (bsc#1234429). - wifi: ath9k: return by of_get_mac_address (bsc#1234429). - drm/xe/pf: Reset GuC VF config when unprovisioning critical resource (bsc#1234429). - accel/qaic: Mask out SR-IOV PCI resources (bsc#1234429). - wifi: ath12k: fix ath12k_hal_tx_cmd_ext_desc_setup() info1 override (bsc#1234429). - regulator: ad5398: Add device tree support (bsc#1234429). - spi: zynqmp-gqspi: Always acknowledge interrupts (bsc#1234429). - wifi: rtw89: add wiphy_lock() to work that isn't held wiphy_lock() yet (bsc#1234429). - wifi: rtw88: Don't use static local variable in rtw8822b_set_tx_power_index_by_rate (bsc#1234429). - wifi: rtl8xxxu: retry firmware download on error (bsc#1234429). - clk: renesas: rzg2l-cpg: Refactor Runtime PM clock validation (bsc#1234429). - perf/amd/ibs: Fix ->config to sample period calculation for OP PMU (bsc#1234429). - perf/amd/ibs: Fix perf_ibs_op.cnt_mask for CurCnt (bsc#1234429). - firmware: arm_scmi: Relax duplicate name constraint across protocol ids (bsc#1234429). - bpftool: Fix readlink usage in get_fd_type (bsc#1234429). - bpf: Use kallsyms to find the function name of a struct_ops's stub function (bsc#1234429). - drm/ast: Find VBIOS mode from regular display size (bsc#1234429). - dm vdo: use a short static string for thread name prefix (bsc#1234429). - dm vdo indexer: prevent unterminated string warning (bsc#1234429). - irqchip/riscv-aplic: Add support for hart indexes (bsc#1234429). - ASoC: rt722-sdca: Add some missing readable registers (bsc#1234429). - ASoC: codecs: pcm3168a: Allow for 24-bit in provider mode (bsc#1234429). - arm64: zynqmp: add clock-output-names property in clock nodes (bsc#1234429). - HID: usbkbd: Fix the bit shift number for LED_KANA (bsc#1234429). - wifi: ath12k: Avoid napi_sync() before napi_enable() (bsc#1234429). - scsi: st: Restore some drive settings after reset (bsc#1234429). - scsi: lpfc: Free phba irq in lpfc_sli4_enable_msi() when pci_irq_vector() fails (bsc#1234429). - scsi: lpfc: Ignore ndlp rport mismatch in dev_loss_tmo callbk (bsc#1234429). - scsi: lpfc: Handle duplicate D_IDs in ndlp search-by D_ID routine (bsc#1234429). - net/mana: fix warning in the writer of client oob (bsc#1234429). - drm/xe/relay: Don't use GFP_KERNEL for new transactions (bsc#1234429). - ice: count combined queues using Rx/Tx count (bsc#1234429). - perf: Avoid the read if the count is already updated (bsc#1234429). - rcu: fix header guard for rcu_all_qs() (bsc#1234429). - rcu: handle unstable rdp in rcu_read_unlock_strict() (bsc#1234429). - rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y (bsc#1234429). - ice: treat dyn_allowed only as suggestion (bsc#1234429). - ice: init flow director before RDMA (bsc#1234429). - bridge: mdb: Allow replace of a host-joined group (bsc#1234429). - net: flush_backlog() small changes (bsc#1234429). - r8169: don't scan PHY addresses > 0 (bsc#1234429). - ipv4: ip_gre: Fix set but not used warning in ipgre_err() if IPv4-only (bsc#1234429). - vxlan: Annotate FDB data races (bsc#1234429). - cpufreq: amd-pstate: Remove unnecessary driver_lock in set_boost (bsc#1234429). - net/mlx5e: Avoid WARN_ON when configuring MQPRIO with HTB offload enabled (bsc#1234429). - tools: ynl-gen: don't output external constants (bsc#1234429). - eth: fbnic: set IFF_UNICAST_FLT to avoid enabling promiscuous mode when adding unicast addrs (bsc#1234429). - drm/rockchip: vop2: Improve display modes handling on RK3588 HDMI0 (bsc#1234429). - media: qcom: camss: Add default case in vfe_src_pad_code (bsc#1234429). - media: qcom: camss: csid: Only add TPG v4l2 ctrl if TPG hardware is available (bsc#1234429). - f2fs: introduce f2fs_base_attr for global sysfs entries (bsc#1234429). - hwmon: (xgene-hwmon) use appropriate type for the latency value (bsc#1234429). - tools/power turbostat: Clustered Uncore MHz counters should honor show/hide options (bsc#1234429). - net: page_pool: avoid false positive warning if NAPI was never added (bsc#1234429). - clk: qcom: camcc-sm8250: Use clk_rcg2_shared_ops for some RCGs (bsc#1234429). - wifi: rtw89: call power_on ahead before selecting firmware (bsc#1234429). - wifi: rtw89: fw: validate multi-firmware header before accessing (bsc#1234429). - wifi: rtw89: fw: validate multi-firmware header before getting its size (bsc#1234429). - wifi: rtw89: coex: Assign value over than 0 to avoid firmware timer hang (bsc#1234429). - wifi: rtw88: Fix __rtw_download_firmware() for RTL8814AU (bsc#1234429). - wifi: rtw88: Fix download_firmware_validate() for RTL8814AU (bsc#1234429). - ext4: remove writable userspace mappings before truncating page cache (bsc#1234429). - ext4: don't write back data before punch hole in nojournal mode (bsc#1234429). - leds: trigger: netdev: Configure LED blink interval for HW offload (bsc#1234429). - pstore: Change kmsg_bytes storage size to u32 (bsc#1234429). - iio: adc: ad7944: don't use storagebits for sizing (bsc#1234429). - r8152: add vendor/device ID pair for Dell Alienware AW1022z (bsc#1234429). - ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure() (bsc#1234429). - arch/powerpc/perf: Check the instruction type before creating sample with perf_mem_data_src (bsc#1234429). - powerpc/pseries/iommu: create DDW for devices with DMA mask less than 64-bits (bsc#1234429). - powerpc/pseries/iommu: memory notifier incorrectly adds TCEs for pmemory (bsc#1234429). - net: fec: Refactor MAC reset to function (bsc#1234429). - wifi: mac80211: set ieee80211_prep_tx_info::link_id upon Auth Rx (bsc#1234429). - wifi: mac80211: remove misplaced drv_mgd_complete_tx() call (bsc#1234429). - wifi: mac80211: don't unconditionally call drv_mgd_complete_tx() (bsc#1234429). - wifi: iwlwifi: don't warn during reprobe (bsc#1234429). - wifi: iwlwifi: use correct IMR dump variable (bsc#1234429). - mptcp: pm: userspace: flags: clearer msg if no remote addr (bsc#1234429). - wifi: ath12k: fix the ampdu id fetch in the HAL_RX_MPDU_START TLV (bsc#1234429). - xfrm: prevent high SEQ input in non-ESN mode (bsc#1234429). - drm/v3d: Add clock handling (bsc#1234429). - net/mlx5e: reduce the max log mpwrq sz for ECPF and reps (bsc#1234429). - net/mlx5e: reduce rep rxq depth to 256 for ECPF (bsc#1234429). - net/mlx5e: set the tx_queue_len for pfifo_fast (bsc#1234429). - net/mlx5: Extend Ethtool loopback selftest to support non-linear SKB (bsc#1234429). - net/mlx5: XDP, Enable TX side XDP multi-buffer support (bsc#1234429). - scsi: target: spc: Fix loop traversal in spc_rsoc_get_descr() (bsc#1234429). - drm/amd/display/dm: drop hw_support check in amdgpu_dm_i2c_xfer() (bsc#1234429). - drm/amdgpu: enlarge the VBIOS binary size limit (bsc#1234429). - drm/amdgpu: Use active umc info from discovery (bsc#1234429). - drm/amd/display: Populate register address for dentist for dcn401 (bsc#1234429). - drm/amd/display: Use Nominal vBlank If Provided Instead Of Capping It (bsc#1234429). - drm/amd/display: Increase block_sequence array size (bsc#1234429). - drm/amd/display: Initial psr_version with correct setting (bsc#1234429). - drm/amd/display: Update CR AUX RD interval interpretation (bsc#1234429). - Revert "drm/amd/display: Exit idle optimizations before attempt to access PHY" (bsc#1234429). - drm/amd/display: Support multiple options during psr entry (bsc#1234429). - drm/amd/pm: Skip P2S load for SMU v13.0.12 (bsc#1234429). - drm/amdgpu: reset psp->cmd to NULL after releasing the buffer (bsc#1234429). - drm/amd/display: Don't try AUX transactions on disconnected link (bsc#1234429). - drm/amd/display: pass calculated dram_speed_mts to dml2 (bsc#1234429). - drm/amdgpu: Set snoop bit for SDMA for MI series (bsc#1234429). - drm/amdkfd: fix missing L2 cache info in topology (bsc#1234429). - drm/amdgpu/mes11: fix set_hw_resources_1 calculation (bsc#1234429). - net: stmmac: dwmac-loongson: Set correct {tx,rx}_fifo_size (bsc#1234429). - soundwire: cadence_master: set frame shape and divider based on actual clk freq (bsc#1234429). - soundwire: amd: change the soundwire wake enable/disable sequence (bsc#1234429). - phy: exynos5-usbdrd: fix EDS distribution tuning (gs101) (bsc#1234429). - phy: core: don't require set_mode() callback for phy_get_mode() to work (bsc#1234429). - phy: phy-rockchip-samsung-hdptx: Swap the definitions of LCPLL_REF and ROPLL_REF (bsc#1234429). - pinctrl: renesas: rzg2l: Add suspend/resume support for pull up/down (bsc#1234429). - serial: sh-sci: Update the suspend/resume support (bsc#1234429). - sched: Reduce the default slice to avoid tasks getting an extra tick (bsc#1234429). - x86/traps: Cleanup and robustify decode_bug() (bsc#1234429). - x86/ibt: Handle FineIBT in handle_cfi_failure() (bsc#1234429). - drm/xe/debugfs: Add missing xe_pm_runtime_put in wedge_mode_set (bsc#1234429). - drm/xe/debugfs: fixed the return value of wedged_mode_set (bsc#1234429). - clk: qcom: clk-alpha-pll: Do not use random stack value for recalc rate (bsc#1234429). - clk: qcom: ipq5018: allow it to be bulid on arm32 (bsc#1234429). - drm/xe: Fix xe_tile_init_noalloc() error propagation (bsc#1234429). - drm/xe: Stop ignoring errors from xe_ttm_stolen_mgr_init() (bsc#1234429). - net/mlx4_core: Avoid impossible mlx4_db_alloc() order value (bsc#1234429). - media: v4l: Memset argument to 0 before calling get_mbus_config pad op (bsc#1234429). - media: i2c: imx219: Correct the minimum vblanking value (bsc#1234429). - kunit: tool: Use qboot on QEMU x86_64 (bsc#1234429). - smack: Revert "smackfs: Added check catlen" (bsc#1234429). - smack: recognize ipv4 CIPSO w/o categories (bsc#1234429). - pinctrl: devicetree: do not goto err when probing hogs in pinctrl_dt_to_map (bsc#1234429). - ASoC: soc-dai: check return value at snd_soc_dai_set_tdm_slot() (bsc#1234429). - ASoC: tas2764: Power up/down amp on mute ops (bsc#1234429). - ASoC: tas2764: Mark SW_RESET as volatile (bsc#1234429). - ASoC: tas2764: Add reg defaults for TAS2764_INT_CLK_CFG (bsc#1234429). - ASoC: ops: Enforce platform maximum on initial value (bsc#1234429). - firmware: xilinx: Dont send linux address to get fpga config get status (bsc#1234429). - firmware: arm_ffa: Handle the presence of host partition in the partition info (bsc#1234429). - firmware: arm_ffa: Reject higher major version as incompatible (bsc#1234429). - net/mlx5: Apply rate-limiting to high temperature warning (bsc#1234429). - net/mlx5: Modify LSB bitmask in temperature event to include only the first bit (bsc#1234429). - media: test-drivers: vivid: don't call schedule in loop (bsc#1234429). - irqchip/riscv-imsic: Set irq_set_affinity() for IMSIC base (bsc#1234429). - hrtimers: Replace hrtimer_clock_to_base_table with switch-case (bsc#1234429). - vxlan: Join / leave MC group after remote changes (bsc#1234429). - ACPI: HED: Always initialize before evged (bsc#1234429). - PCI: Fix old_size lower bound in calculate_iosize() too (bsc#1234429). - eth: mlx4: don't try to complete XDP frames in netpoll (bsc#1234429). - bpf: copy_verifier_state() should copy 'loop_entry' field (bsc#1234429). - bpf: don't do clean_live_states when state->loop_entry->branches > 0 (bsc#1234429). - can: c_can: Use of_property_present() to test existence of DT property (bsc#1234429). - pmdomain: imx: gpcv2: use proper helper for property detection (bsc#1234429). - RDMA/core: Fix best page size finding when it can cross SG entries (bsc#1234429). - serial: mctrl_gpio: split disable_ms into sync and no_sync APIs (bsc#1234429). - drm/amd/display: Don't treat wb connector as physical in create_validate_stream_for_sink (bsc#1234429). - Revert "drm/amd/display: Request HW cursor on DCN3.2 with SubVP" (bsc#1234429). - drm/amd/display: Read LTTPR ALPM caps during link cap retrieval (bsc#1234429). - drm/amd/display: Fix BT2020 YCbCr limited/full range input (bsc#1234429). - drm/amd/display: Guard against setting dispclk low when active (bsc#1234429). - drm/amd/display: Add support for disconnected eDP streams (bsc#1234429). - drm/amd/pm: Fetch current power limit from PMFW (bsc#1234429). - irqchip/riscv-imsic: Separate next and previous pointers in IMSIC vector (bsc#1234429). - eeprom: ee1004: Check chip before probing (bsc#1234429). - mfd: axp20x: AXP717: Add AXP717_TS_PIN_CFG to writeable regs (bsc#1234429). - i3c: master: svc: Flush FIFO before sending Dynamic Address Assignment(DAA) (bsc#1234429). - EDAC/ie31200: work around false positive build warning (bsc#1234429). - power: supply: axp20x_battery: Update temp sensor for AXP717 from device tree (bsc#1234429). - net: pktgen: fix access outside of user given buffer in pktgen_thread_write() (bsc#1234429). - wifi: rtw89: 8922a: fix incorrect STA-ID in EHT MU PPDU (bsc#1234429). - wifi: rtw89: fw: add blacklist to avoid obsolete secure firmware (bsc#1234429). - wifi: rtw89: fw: get sb_sel_ver via get_unaligned_le32() (bsc#1234429). - wifi: rtw89: fw: propagate error code from rtw89_h2c_tx() (bsc#1234429). - wifi: rtw88: Fix rtw_desc_to_mcsrate() to handle MCS16-31 (bsc#1234429). - wifi: rtw88: Fix rtw_init_ht_cap() for RTL8814AU (bsc#1234429). - wifi: rtw88: Fix rtw_init_vht_cap() for RTL8814AU (bsc#1234429). - scsi: mpt3sas: Send a diag reset if target reset fails (bsc#1234429). - PCI: epf-mhi: Update device ID for SA8775P (bsc#1234429). - clocksource: mips-gic-timer: Enable counter when CPUs start (bsc#1234429). - MIPS: pm-cps: Use per-CPU variables as per-CPU, not per-core (bsc#1234429). - genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookie (bsc#1234429). - x86/locking: Use ALT_OUTPUT_SP() for percpu_{,try_}cmpxchg{64,128}_op() (bsc#1234429). - drm/amdgpu: remove all KFD fences from the BO on release (bsc#1234429). - MIPS: Use arch specific syscall name match function (bsc#1234429). - drm/xe/oa: Ensure that polled read returns latest data (bsc#1234429). - net: ipv6: Init tunnel link-netns before registering dev (bsc#1234429). - crypto: skcipher - Zap type in crypto_alloc_sync_skcipher (bsc#1234429). - crypto: ahash - Set default reqsize from ahash_alg (bsc#1234429). - x86/kaslr: Reduce KASLR entropy on most x86 systems (bsc#1234429). - net/mlx5: Change POOL_NEXT_SIZE define value and make it global (bsc#1234429). - scsi: scsi_debug: First fixes for tapes (bsc#1234429). - dm: fix unconditional IO throttle caused by REQ_PREFLUSH (bsc#1234429). - libbpf: Fix out-of-bound read (bsc#1234429). - loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize (bsc#1234429). - scsi: mpi3mr: Update timestamp only for supervisor IOCs (bsc#1234429). - net/mlx5e: Add correct match to check IPSec syndromes for switchdev mode (bsc#1234429). - media: tc358746: improve calculation of the D-PHY timing registers (bsc#1234429). - media: adv7180: Disable test-pattern control on adv7180 (bsc#1234429). - cpuidle: menu: Avoid discarding useful information (bsc#1234429). - vdpa/mlx5: Fix mlx5_vdpa_get_config() endianness on big-endian machines (bsc#1234429). - vhost-scsi: Return queue full for page alloc failures during copy (bsc#1234429). - x86/nmi: Add an emergency handler in nmi_desc & use it in nmi_shootdown_cpus() (bsc#1234429). - ASoC: mediatek: mt8188: Add reference for dmic clocks (bsc#1234429). - ASoC: mediatek: mt8188: Treat DMIC_GAINx_CUR as non-volatile (bsc#1234429). - drm/amd/display: Fix mismatch type comparison (bsc#1234429). - drm/amd/display: fix dcn4x init failed (bsc#1234429). - drm/amd/display: handle max_downscale_src_width fail check (bsc#1234429). - x86/build: Fix broken copy command in genimage.sh when making isoimage (bsc#1234429). - Octeontx2-af: RPM: Register driver with PCI subsys IDs (bsc#1234429). - bpf: Search and add kfuncs in struct_ops prologue and epilogue (bsc#1234429). - soc: ti: k3-socinfo: Do not use syscon helper to build regmap (bsc#1234429). - wifi: ath12k: Improve BSS discovery with hidden SSID in 6 GHz band (bsc#1234429). - bonding: report duplicate MAC address in all situations (bsc#1234429). - net: xgene-v2: remove incorrect ACPI_PTR annotation (bsc#1234429). - net: ethernet: mtk_ppe_offload: Allow QinQ, double ETH_P_8021Q only (bsc#1234429). - leds: pwm-multicolor: Add check for fwnode_property_read_u32 (bsc#1234429). - drm/xe: xe_gen_wa_oob: replace program_invocation_short_name (bsc#1234429). - drm/amdkfd: KFD release_work possible circular locking (bsc#1234429). - pinctrl: sophgo: avoid to modify untouched bit when setting cv1800 pinconf (bsc#1234429). - selftests/net: have `gro.sh -t` return a correct exit code (bsc#1234429). - net/mlx5: Avoid report two health errors on same syndrome (bsc#1234429). - drm/xe/pf: Create a link between PF and VF devices (bsc#1234429). - drm/xe/vf: Retry sending MMIO request to GUC on timeout error (bsc#1234429). - firmware: arm_ffa: Set dma_mask for ffa devices (bsc#1234429). - PCI: brcmstb: Add a softdep to MIP MSI-X driver (bsc#1234429). - PCI: brcmstb: Expand inbound window size up to 64GB (bsc#1234429). - wifi: ath12k: Report proper tx completion status to mac80211 (bsc#1234429). - soc: apple: rtkit: Implement OSLog buffers properly (bsc#1234429). - soc: apple: rtkit: Use high prio work queue (bsc#1234429). - perf: arm_pmuv3: Call kvm_vcpu_pmu_resync_el0() before enabling counters (bsc#1234429). - fpga: altera-cvp: Increase credit timeout (bsc#1234429). - drm/mediatek: mtk_dpi: Add checks for reg_h_fre_con existence (bsc#1234429). - ARM: at91: pm: fix at91_suspend_finish for ZQ calibration (bsc#1234429). - hwmon: (gpio-fan) Add missing mutex locks (bsc#1234429). - x86/bugs: Make spectre user default depend on MITIGATION_SPECTRE_V2 (bsc#1234429). - clk: imx8mp: inform CCF of maximum frequency of clocks (bsc#1234429). - media: uvcvideo: Handle uvc menu translation inside uvc_get_le_value (bsc#1234429). - media: uvcvideo: Add sanity check to uvc_ioctl_xu_ctrl_map (bsc#1234429). - ublk: complete command synchronously on error (bsc#1234429). - block: mark bounce buffering as incompatible with integrity (bsc#1234429). - drm/rockchip: vop2: Add uv swap for cluster window (bsc#1234429). - ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config() (bsc#1234429). - scsi: logging: Fix scsi_logging_level bounds (bsc#1234429). - ALSA: hda/realtek: Enable PC beep passthrough for HP EliteBook 855 G7 (bsc#1234429). - perf/hw_breakpoint: Return EOPNOTSUPP for unsupported breakpoint type (bsc#1234429). - net: pktgen: fix mpls maximum labels list parsing (bsc#1234429). - media: imx335: Set vblank immediately (bsc#1234429). - iommufd: Disallow allocating nested parent domain with fault ID (bsc#1234429). - ublk: enforce ublks_max only for unprivileged devices (bsc#1234429). - dpll: Add an assertion to check freq_supported_num (bsc#1234429). - net: phy: nxp-c45-tja11xx: add match_phy_device to TJA1103/TJA1104 (bsc#1234429). - net: ethernet: ti: cpsw_new: populate netdev of_node (bsc#1234429). - rcu: Fix get_state_synchronize_rcu_full() GP-start detection (bsc#1234429). - pinctrl: bcm281xx: Use "unsigned int" instead of bare "unsigned" (bsc#1234429). - media: cx231xx: set device_caps for 417 (bsc#1234429). - perf/core: Clean up perf_try_init_event() (bsc#1234429). - drm/amd/display: Request HW cursor on DCN3.2 with SubVP (bsc#1234429). - drm/amd/display: Fix p-state type when p-state is unsupported (bsc#1234429). - drm/amd/display: Fix DMUB reset sequence for DCN401 (bsc#1234429). - drm/amd/display: Skip checking FRL_MODE bit for PCON BW determination (bsc#1234429). - drm/amd/display: Ensure DMCUB idle before reset on DCN31/DCN35 (bsc#1234429). - drm/amdgpu: Do not program AGP BAR regs under SRIOV in gfxhub_v1_0.c (bsc#1234429). - remoteproc: qcom_wcnss: Handle platforms with only single power domain (bsc#1234429). - blk-throttle: don't take carryover for prioritized processing of metadata (bsc#1234429). - net: phylink: use pl->link_interface in phylink_expects_phy() (bsc#1234429). - drm/gem: Test for imported GEM buffers with helper (bsc#1234429). - orangefs: Do not truncate file size (bsc#1234429). - soc: mediatek: mtk-mutex: Add DPI1 SOF/EOF to MT8188 mutex tables (bsc#1234429). - dm cache: prevent BUG_ON by blocking retries on failed device resumes (bsc#1234429). - usb: xhci: set page size to the xHCI-supported size (bsc#1234429). - media: c8sectpfe: Call of_node_put(i2c_bus) only once in c8sectpfe_probe() (bsc#1234429). - ARM: tegra: Switch DSI-B clock parent to PLLD on Tegra114 (bsc#1234429). - soc: samsung: include linux/array_size.h where needed (bsc#1234429). - drm/xe: Retry BO allocation (bsc#1234429). - drm/xe: Nuke VM's mapping upon close (bsc#1234429). - ieee802154: ca8210: Use proper setters and getters for bitwise types (bsc#1234429). - rtc: ds1307: stop disabling alarms on probe (bsc#1234429). - tcp: bring back NUMA dispersion in inet_ehash_locks_alloc() (bsc#1234429). - ALSA: seq: Improve data consistency at polling (bsc#1234429). - powerpc/prom_init: Fixup missing #size-cells on PowerBook6,7 (bsc#1234429). - arm64: tegra: Resize aperture for the IGX PCIe C5 slot (bsc#1234429). - arm64: tegra: p2597: Fix gpio for vdd-1v8-dis regulator (bsc#1234429). - drm/amdgpu: Fix missing drain retry fault the last entry (bsc#1234429). - drm/amdkfd: Set per-process flags only once cik/vi (bsc#1234429). - drm/amdkfd: Set per-process flags only once for gfx9/10/11/12 (bsc#1234429). - crypto: mxs-dcp - Only set OTP_KEY bit for OTP key (bsc#1234429). - crypto: lzo - Fix compression buffer overrun (bsc#1234429). - misc: pci_endpoint_test: Give disabled BARs a distinct error code (bsc#1234429). - PCI: endpoint: pci-epf-test: Fix double free that causes kernel to oops (bsc#1234429). - watchdog: aspeed: Update bootstatus handling (bsc#1234429). - cpufreq: tegra186: Share policy per cluster (bsc#1234429). - iommu/amd/pgtbl_v2: Improve error handling (bsc#1234429). - coresight-etb10: change etb_drvdata spinlock's type to raw_spinlock_t (bsc#1234429). - badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0 (bsc#1234429). - ASoC: qcom: sm8250: explicitly set format in sm8250_be_hw_params_fixup() (bsc#1234429). - auxdisplay: charlcd: Partially revert "Move hwidth and bwidth to struct hd44780_common" (bsc#1234429). - gfs2: Check for empty queue in run_queue (bsc#1234429). - drm/amd/display: Fix incorrect DPCD configs while Replay/PSR switch (bsc#1234429). - drm/amd/display: not abort link train when bw is low (bsc#1234429). - drm/amd/display: calculate the remain segments for all pipes (bsc#1234429). - drm/amd/display: remove minimum Dispclk and apply oem panel timing (bsc#1234429). - ipv6: save dontfrag in cork (bsc#1234429). - wifi: cfg80211: allow IR in 20 MHz configurations (bsc#1234429). - wifi: mac80211_hwsim: Fix MLD address translation (bsc#1234429). - wifi: mac80211: fix warning on disconnect during failed ML reconf (bsc#1234429). - wifi: iwlwifi: fix the ECKV UEFI variable name (bsc#1234429). - wifi: iwlwifi: mark Br device not integrated (bsc#1234429). - wifi: iwlwifi: fix debug actions order (bsc#1234429). - wifi: iwlwifi: w/a FW SMPS mode selection (bsc#1234429). - wifi: iwlwifi: don't warn when if there is a FW error (bsc#1234429). - printk: Check CON_SUSPEND when unblanking a console (bsc#1234429). - iommu: Keep dev->iommu state consistent (bsc#1234429). - hwmon: (dell-smm) Increment the number of fans (bsc#1234429). - wifi: iwlwifi: mvm: fix setting the TK when associated (bsc#1234429). - usb: xhci: Don't change the status of stalled TDs on failed Stop EP (bsc#1234429). - mmc: sdhci: Disable SD card clock before changing parameters (bsc#1234429). - mmc: dw_mmc: add exynos7870 DW MMC support (bsc#1234429). - arm64/mm: Check PUD_TYPE_TABLE in pud_bad() (bsc#1234429). - arm64/mm: Check pmd_table() in pmd_trans_huge() (bsc#1234429). - phy: rockchip: usbdp: Only verify link rates/lanes/voltage when the corresponding set flags are set (bsc#1234429). - PNP: Expand length of fixup id string (bsc#1234429). - netfilter: conntrack: Bound nf_conntrack sysctl writes (bsc#1234429). - wifi: rtw89: set force HE TB mode when connecting to 11ax AP (bsc#1234429). - timer_list: Don't use %pK through printk() (bsc#1234429). - net: hsr: Fix PRP duplicate detection (bsc#1234429). - net: stmmac: dwmac-rk: Validate GRF and peripheral GRF during probe (bsc#1234429). - posix-timers: Ensure that timer initialization is fully visible (bsc#1234429). - posix-timers: Add cond_resched() to posix_timer_add() search loop (bsc#1234429). - RDMA/uverbs: Propagate errors from rdma_lookup_get_uobject() (bsc#1234429). - ext4: do not convert the unwritten extents if data writeback fails (bsc#1234429). - ext4: reject the 'data_err=abort' option in nojournal mode (bsc#1234429). - clk: qcom: lpassaudiocc-sc7280: Add support for LPASS resets for QCM6490 (bsc#1234429). - ASoC: sun4i-codec: support hp-det-gpios property (bsc#1234429). - drm/amdgpu: Update SRIOV video codec caps (bsc#1234429). - drm/amdgpu/gfx11: don't read registers in mqd init (bsc#1234429). - drm/amdgpu/gfx12: don't read registers in mqd init (bsc#1234429). - mfd: tps65219: Remove TPS65219_REG_TI_DEV_ID check (bsc#1234429). - pinctrl-tegra: Restore SFSEL bit when freeing pins (bsc#1234429). - xen: Add support for XenServer 6.1 platform device (bsc#1234429). - net/smc: use the correct ndev to find pnetid by pnetid table (bsc#1234429). - dm: restrict dm device size to 2^63-512 bytes (bsc#1234429). - crypto: octeontx2 - suppress auth failure screaming due to negative tests (bsc#1234429). - kconfig: do not clear SYMBOL_VALID when reading include/config/auto.conf (bsc#1234429). - kbuild: fix argument parsing in scripts/config (bsc#1234429). - bpf: Allow pre-ordering for bpf cgroup progs (bsc#1234429). - ASoC: mediatek: mt6359: Add stub for mt6359_accdet_enable_jack_detect (bsc#1234429). - ASoC: pcm6240: Drop bogus code handling IRQ as GPIO (bsc#1234429). - spi: spi-mux: Fix coverity issue, unchecked return value (bsc#1234429). - erofs: initialize decompression early (bsc#1234429). - thunderbolt: Do not add non-active NVM if NVM upgrade is disabled for retimer (bsc#1234429). - objtool: Fix error handling inconsistencies in check() (bsc#1234429). - rtc: rv3032: fix EERD location (bsc#1234429). - tcp: reorganize tcp_in_ack_event() and tcp_count_delivered() (bsc#1234429). - jbd2: do not try to recover wiped journal (bsc#1234429). - PCI: dwc: Use resource start as ioremap() input in dw_pcie_pme_turn_off() (bsc#1234429). - bpf: Return prog btf_id without capable check (bsc#1234429). - vfio/pci: Handle INTx IRQ_NOTCONNECTED (bsc#1234429). - scsi: st: ERASE does not change tape location (bsc#1234429). - scsi: st: Tighten the page format heuristics with MODE SELECT (bsc#1234429). - hypfs_create_cpu_files(): add missing check for hypfs_mkdir() failure (bsc#1234429). - ext4: reorder capability check last (bsc#1234429). - riscv: Call secondary mmu notifier when flushing the tlb (bsc#1234429). - bnxt_en: Query FW parameters when the CAPS_CHANGE bit is set (bsc#1234429). - wifi: mwifiex: Fix HT40 bandwidth issue (bsc#1234429). - um: Update min_low_pfn to match changes in uml_reserved (bsc#1234429). - um: Store full CSGSFS and SS register from mcontext (bsc#1234429). - clocksource/drivers/timer-riscv: Stop stimecmp when cpu hotplug (bsc#1234429). - dlm: make tcp still work in multi-link env (bsc#1234429). - s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste() (bsc#1234429). - i3c: master: svc: Fix missing STOP for master request (bsc#1234429). - drm/amdgpu: adjust drm_firmware_drivers_only() handling (bsc#1234429). - drm/amd/display: Guard against setting dispclk low for dcn31x (bsc#1234429). - drm/amdgpu: release xcp_mgr on exit (bsc#1234429). - blk-cgroup: improve policy registration error handling (bsc#1234429). - btrfs: send: return -ENAMETOOLONG when attempting a path that is too long (bsc#1234429). - btrfs: get zone unusable bytes while holding lock at btrfs_reclaim_bgs_work() (bsc#1234429). - btrfs: fix non-empty delayed iputs list on unmount due to async workers (bsc#1234429). - btrfs: run btrfs_error_commit_super() early (bsc#1234429). - btrfs: avoid linker error in btrfs_find_create_tree_block() (bsc#1234429). - btrfs: make btrfs_discard_workfn() block_group ref explicit (bsc#1234429). - i2c: pxa: fix call balance of i2c->clk handling routines (bsc#1234429). - i2c: qup: Vote for interconnect bandwidth to DRAM (bsc#1234429). - x86/mm: Check return value from memblock_phys_alloc_range() (bsc#1234429). - x86/microcode: Update the Intel processor flag scan check (bsc#1234429). - x86/smpboot: Fix INIT delay assignment for extended Intel Families (bsc#1234429). - x86/stackprotector/64: Only export __ref_stack_chk_guard on CONFIG_SMP (bsc#1234429). - x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in UAPI headers (bsc#1234429). - wifi: mt76: mt7925: fix fails to enter low power mode in suspend state (bsc#1234429). - wifi: mt76: mt7925: load the appropriate CLC data based on hardware type (bsc#1234429). - wifi: mt76: mt7996: revise TXS size (bsc#1234429). - wifi: mt76: mt7996: fix SER reset trigger on WED reset (bsc#1234429). - wifi: mt76: only mark tx-status-failed frames as ACKed on mt76x0/2 (bsc#1234429). - cgroup/rstat: avoid disabling irqs for O(num_cpu) (bsc#1234429). - drm/amdgpu: Skip pcie_replay_count sysfs creation for VF (bsc#1234429). - mmc: host: Wait for Vdd to settle on card power off (bsc#1234429). - staging: vchiq_arm: Create keep-alive thread during probe (bsc#1234429). - pidfs: improve multi-threaded exec and premature thread-group leader exit polling (bsc#1234429). - libnvdimm/labels: Fix divide error in nd_label_data_init() (bsc#1234429). - ext4: on a remount, only log the ro or r/w state when it has changed (bsc#1234429). - xen/pci: Do not register devices with segments >= 0x10000 (bsc#1234429). - PCI: vmd: Disable MSI remapping bypass under Xen (bsc#1234429). - drm/amdkfd: set precise mem ops caps to disabled for gfx 11 and 12 (bsc#1234429). - drm/amdgpu/discovery: check ip_discovery fw file available (bsc#1234429). - pNFS/flexfiles: Report ENETDOWN as a connection error (bsc#1234429). - tools/build: Don't pass test log files to linker (bsc#1234429). - r8169: disable RTL8126 ZRX-DC timeout (bsc#1234429). - PCI: dwc: ep: Ensure proper iteration over outbound map windows (bsc#1234429). - objtool: Properly disable uaccess validation (bsc#1234429). - lockdep: Fix wait context check on softirq for PREEMPT_RT (bsc#1234429). - dql: Fix dql->limit value when reset (bsc#1234429). - Bluetooth: Disable SCO support if READ_VOICE_SETTING is unsupported/broken (bsc#1234429). - Bluetooth: btmtksdio: Prevent enabling interrupts after IRQ handler removal (bsc#1234429). - thermal/drivers/qoriq: Power down TMU on system suspend (bsc#1234429). - thermal/drivers/mediatek/lvts: Start sensor interrupts disabled (bsc#1234429). - net: tn40xx: create swnode for mdio and aqr105 phy and add to mdiobus (bsc#1234429). - net: tn40xx: add pci-id of the aqr105-based Tehuti TN4010 cards (bsc#1234429). - mctp: Fix incorrect tx flow invalidation condition in mctp-i2c (bsc#1234429). - ASoC: codecs: wsa883x: Correct VI sense channel mask (bsc#1234429). - ASoC: codecs: wsa884x: Correct VI sense channel mask (bsc#1234429). - spi-rockchip: Fix register out of bounds access (bsc#1234429). - SUNRPC: rpcbind should never reset the port to the value '0' (bsc#1234429). - SUNRPC: rpc_clnt_set_transport() must not change the autobind setting (bsc#1234429). - NFSv4: Treat ENETUNREACH errors as fatal for state recovery (bsc#1234429). - cifs: Fix establishing NetBIOS session for SMB2+ connection (bsc#1234429). - cifs: add validation check for the fields in smb_aces (bsc#1234429). - cifs: Set default Netbios RFC1001 server name to hostname in UNC (bsc#1234429). - fbdev: core: tileblit: Implement missing margin clearing for tileblit (bsc#1234429). - fbcon: Use correct erase colour for clearing in fbcon (bsc#1234429). - fbdev: fsl-diu-fb: add missing device_remove_file() (bsc#1234429). - riscv: Allow NOMMU kernels to access all of RAM (bsc#1234429). - mailbox: use error ret code of of_parse_phandle_with_args() (bsc#1234429). - mailbox: pcc: Use acpi_os_ioremap() instead of ioremap() (bsc#1234429). - tpm: Convert warn to dbg in tpm2_start_auth_session() (bsc#1234429). - ACPI: PNP: Add Intel OC Watchdog IDs to non-PNP device list (bsc#1234429). - tracing: Mark binary printing functions with __printf() attribute (bsc#1234429). - iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability (bsc#1234429). - arm64: Add support for HIP09 Spectre-BHB mitigation (bsc#1234429). - SUNRPC: Don't allow waiting for exiting tasks (bsc#1234429). - NFS: Don't allow waiting for exiting tasks (bsc#1234429). - NFSv4: Check for delegation validity in nfs_start_delegation_return_locked() (bsc#1234429). - io_uring/msg: initialise msg request opcode (bsc#1234429). - exfat: call bh_read in get_block only when necessary (bsc#1234429). - fuse: Return EPERM rather than ENOSYS from link() (bsc#1234429). - smb: client: Store original IO parameters and prevent zero IO sizes (bsc#1234429). - cifs: Fix negotiate retry functionality (bsc#1234429). - cifs: Fix querying and creating MF symlinks over SMB1 (bsc#1234429). - cifs: Add fallback for SMB2 CREATE without FILE_READ_ATTRIBUTES (bsc#1234429). - s390/vfio-ap: Fix no AP queue sharing allowed message written to kernel log (bsc#1234429). - x86/fred: Fix system hang during S4 resume with FRED enabled (bsc#1234429). - kconfig: merge_config: use an empty file as initfile (bsc#1234429). - samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora (bsc#1234429). - bpf: fix possible endless loop in BPF map iteration (bsc#1234429). - io_uring: don't duplicate flushing in io_req_post_cqe (bsc#1234429). - block: fix race between set_blocksize and read paths (bsc#1234429). - selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failure (bsc#1234429). - drm/amdgpu: Allow P2P access through XGMI (bsc#1234429). - drm/amd/display: Enable urgent latency adjustment on DCN35 (bsc#1234429). - fs/ext4: use sleeping version of sb_find_get_block() (bsc#1234429). - fs/jbd2: use sleeping version of __find_get_block() (bsc#1234429). - fs/ocfs2: use sleeping version of __find_get_block() (bsc#1234429). - fs/buffer: use sleeping version of __find_get_block() (bsc#1234429). - fs/buffer: introduce sleeping flavors for pagecache lookups (bsc#1234429). - fs/buffer: split locking for pagecache lookups (bsc#1234429). - ima: process_measurement() needlessly takes inode_lock() on MAY_READ (bsc#1234429). - dma-mapping: Fix warning reported for missing prototype (bsc#1234429). - net: enetc: refactor bulk flipping of RX buffers to separate function (bsc#1234429). - scsi: mpi3mr: Add level check to control event logging (bsc#1234429). - vhost-scsi: protect vq->log_used with vq->mutex (bsc#1234429). - vhost_task: fix vhost_task_create() documentation (bsc#1234429). - cgroup: Fix compilation issue due to cgroup_mutex not being exported (bsc#1234429). - dma-mapping: avoid potential unused data compilation warning (bsc#1234429). - mei: vsc: Use struct vsc_tp_packet as vsc-tp tx_buf and rx_buf type (bsc#1234429). - intel_th: avoid using deprecated page->mapping, index fields (bsc#1234429). - dma/mapping.c: dev_dbg support for dma_addressing_limited (bsc#1234429). - virtio_ring: Fix data race by tagging event_triggered as racy for KCSAN (bsc#1234429). - scsi: ufs: Introduce quirk to extend PA_HIBERN8TIME for UFS devices (bsc#1234429). - scsi: target: iscsi: Fix timeout on deleted connection (bsc#1234429). - nvmem: qfprom: switch to 4-byte aligned reads (bsc#1234429). - nvmem: core: update raw_len if the bit reading is required (bsc#1234429). - nvmem: core: verify cell's raw_len (bsc#1234429). - nvmem: core: fix bit offsets of more than one byte (bsc#1234429). - nvmem: rockchip-otp: add rk3576 variant data (bsc#1234429). - nvmem: rockchip-otp: Move read-offset into variant-data (bsc#1234429). - cpufreq: Add SM8650 to cpufreq-dt-platdev blocklist (bsc#1234429). - phy: renesas: rcar-gen3-usb2: Assert PLL reset on PHY power off (bsc#1234429). - phy: renesas: rcar-gen3-usb2: Lock around hardware registers and driver data (bsc#1234429). - phy: renesas: rcar-gen3-usb2: Move IRQ request in probe (bsc#1234429). - i2c: designware: Fix an error handling path in i2c_dw_pci_probe() (bsc#1234429). - i2c: designware: Use temporary variable for struct device (bsc#1234429). - drm/amd/display: Defer BW-optimization-blocked DRR adjustments (bsc#1234429). - drm/amd/display: Correct timing_adjust_pending flag setting (bsc#1234429). - drm/amd/display: Do not enable replay when vtotal update is pending (bsc#1234429). - drm/amd/display: Configure DTBCLK_P with OPTC only for dcn401 (bsc#1234429). - commit 6cfd9be ++++ kernel-vanilla: - Revert "drm/amd/display: more liberal vmin/vmax update for freesync" (bsc#1243782). - commit 9dd7b0d - series.conf: cleanup - update upstream references and move into sorted section - patches.suse/ACPICA-Apply-ACPI_NONSTRING-in-more-places.patch - patches.suse/ACPICA-Apply-ACPI_NONSTRING.patch - patches.suse/ACPICA-Introduce-ACPI_NONSTRING.patch - commit 41d2c18 ++++ kst: - Do not BuildRequire netcdf_cxx in Leap 16 where it's not available . ++++ util-linux-systemd: - Add ul_ prefix to functions with common names. Fixes btrfsprogs build failure (gh#util-linux/util-linux#3603, util-linux-rename-common-symbols-1.patch, util-linux-rename-common-symbols-2.patch, util-linux-rename-common-symbols-3.patch, util-linux-rename-common-symbols-4.patch). ++++ lazarus: - Add lazarus-4.0-qt6-app-close-sigsegv-fix.patch to fix SIGSEGV crash when closing an application that uses the QT6 LCL widgetset, per upstream issue #41470 - Update to 4.0 * For a complete list of changes see: https://wiki.freepascal.org/Lazarus_4.0_release_notes ++++ util-linux: - Add ul_ prefix to functions with common names. Fixes btrfsprogs build failure (gh#util-linux/util-linux#3603, util-linux-rename-common-symbols-1.patch, util-linux-rename-common-symbols-2.patch, util-linux-rename-common-symbols-3.patch, util-linux-rename-common-symbols-4.patch). ++++ libcamera-full: - Remove Qt5 BuildRequires which aren't really needed nor used. ++++ libconfig: - Update to release 1.8.1 * Documentation updates - Add autoconf2.60.patch to help a Leap 15.6 FTBFS ++++ libcontainers-common: - Sync containers.conf & storage.conf with the current c/* versions - Rename storage-conf-prio-list.patch to 0002-storage-conf-prio-list.patch - Add patch to set SUSE defaults to containers.conf: * 0003-containers-conf-suse-defaults.patch ++++ libinput-extra: - Add pkgconf.patch [boo#1242039] ++++ libinput: - Add pkgconf.patch [boo#1242039] ++++ openssl-3: - Fix P-384 curve on lower-than-P9 PPC64 targets [bsc#1243014] * Add openssl-Fix-P384-on-P8-targets.patch [a72f753c] ++++ python314-core: - Update to 3.14.0~b2: - Tools/Demos - gh-134215: REPL import autocomplete only suggests private modules when explicitly specified. - Tests - gh-133744: Fix multiprocessing interrupt test. Add an event to synchronize the parent process with the child process: wait until the child process starts sleeping. Patch by Victor Stinner. - gh-133682: Fixed test case test.test_annotationlib.TestStringFormat.test_displays which ensures proper handling of complex data structures (lists, sets, dictionaries, and tuples) in string annotations. - gh-133639: Fix TestPyReplAutoindent.test_auto_indent_default() doesn’t run input_code. - Security - gh-133767: Fix use-after-free in the “unicode-escape” decoder with a non-“strict” error handler (CVE-2025-4516 bsc#1243273). - gh-128840: Short-circuit the processing of long IPv6 addresses early in ipaddress to prevent excessive memory consumption and a minor denial-of-service. - Library - gh-132710: If possible, ensure that uuid.getnode() returns the same result even across different processes. Previously, the result was constant only within the same process. Patch by Bénédikt Tran. - gh-80334: multiprocessing.freeze_support() now checks for work on any “spawn” start method platform rather than only on Windows. - gh-134582: Fix tokenize.untokenize() round-trip errors related to t-strings braces escaping - gh-134546: Ensure pdb remote debugging script is readable by remote Python process. - gh-134451: Converted asyncio.tools.CycleFoundException from dataclass to a regular exception type. - gh-114177: Fix asyncio to not close subprocess pipes which would otherwise error out when the event loop is already closed. - gh-90871: Fixed an off by one error concerning the backlog parameter in create_unix_server(). Contributed by Christian Harries. - gh-134323: Fix the threading.RLock.locked() method. - gh-86802: Fixed asyncio memory leak in cancelled shield tasks. For shielded tasks where the shield was cancelled, log potential exceptions through the exception handler. Contributed by Christian Harries. - gh-134209: curses: The curses.window.instr() and curses.window.getstr() methods now allocate their internal buffer on the heap instead of the stack; in addition, the max buffer size is increased from 1023 to 2047. - gh-134235: Updated tab completion on REPL to include builtin modules. Contributed by Tom Wang, Hunter Young - gh-134152: Fixed UnboundLocalError that could occur during email header parsing if an expected trailing delimiter is missing in some contexts. - gh-134168: http.server: Fix IPv6 address binding and - -directory handling when using HTTPS. - gh-62184: Remove import of C implementation of io.FileIO from Python implementation which has its own implementation - gh-133982: Emit RuntimeWarning in the Python implementation of io when the file-like object is not closed explicitly in the presence of multiple I/O layers. - gh-133890: The tarfile module now handles UnicodeEncodeError in the same way as OSError when cannot extract a member. - gh-134097: Fix interaction of the new REPL and -X showrefcount command line option. - gh-133889: The generated directory listing page in http.server.SimpleHTTPRequestHandler now only shows the decoded path component of the requested URL, and not the query and fragment. - gh-134098: Fix handling paths that end with a percent-encoded slash (%2f or %2F) in http.server.SimpleHTTPRequestHandler. - gh-132124: On POSIX-compliant systems, multiprocessing.util.get_temp_dir() now ignores TMPDIR (and similar environment variables) if the path length of AF_UNIX socket files exceeds the platform-specific maximum length when using the forkserver start method. Patch by Bénédikt Tran. - gh-134062: ipaddress: fix collisions in __hash__() for IPv4Network and IPv6Network objects. - gh-133970: Make string.templatelib.Template and string.templatelib.Interpolation generic. - gh-71253: Raise ValueError in open() if opener returns a negative file-descriptor in the Python implementation of io to match the C implementation. - gh-133960: Simplify and improve typing.evaluate_forward_ref(). It now no longer raises errors on certain invalid types. In several situations, it is now able to evaluate forward references that were previously unsupported. - gh-133925: Make the private class typing._UnionGenericAlias hashable. - gh-133653: Fix argparse.ArgumentParser with the formatter_class argument. Fix TypeError when formatter_class is a custom subclass of HelpFormatter. Fix TypeError when formatter_class is not a subclass of HelpFormatter and non-standard prefix_char is used. Fix support of colorizing when formatter_class is not a subclass of HelpFormatter. - gh-132641: Fixed a race in functools.lru_cache() under free-threading. - gh-133783: Fix bug with applying copy.replace() to ast objects. Attributes that default to None were incorrectly treated as required for manually created AST nodes. - gh-133684: Fix bug where annotationlib.get_annotations() would return the wrong result for certain classes that are part of a class hierarchy where from __future__ import annotations is used. - gh-77057: Fix handling of invalid markup declarations in html.parser.HTMLParser. - gh-130328: Speedup pasting in PyREPL on Windows in a legacy console. Patch by Chris Eibl. - gh-133701: Fix bug where typing.TypedDict classes defined under from __future__ import annotations and inheriting from another TypedDict had an incorrect __annotations__ attribute. - gh-133581: Improve unparsing of t-strings in ast.unparse() and from __future__ import annotations. Empty t-strings now round-trip correctly and formatting in interpolations is preserved. Patch by Jelle Zijlstra. - gh-133551: Support t-strings (PEP 750) in annotationlib. Patch by Jelle Zijlstra. - gh-133439: Fix dot commands with trailing spaces are mistaken for multi-line SQL statements in the sqlite3 command-line interface. - gh-132493: Avoid accessing __annotations__ unnecessarily in inspect.signature(). - gh-132876: ldexp() on Windows doesn’t round subnormal results before Windows 11, but should. Python’s math.ldexp() wrapper now does round them, so results may change slightly, in rare cases of very small results, on Windows versions before 11. - gh-133009: xml.etree.ElementTree: Fix a crash in Element.__deepcopy__ when the element is concurrently mutated. Patch by Bénédikt Tran. - gh-91555: Ignore log messages generated during handling of log messages, to avoid deadlock or infinite recursion. - gh-125028: functools.Placeholder cannot be passed to functools.partial() as a keyword argument. - gh-62824: Fix aliases for iso8859_8 encoding. Patch by Dave Goncalves. - gh-86155: html.parser.HTMLParser.close() no longer loses data when the