------------------------------------------------------------------ --- Changelog.all ----------- Thu Apr 17 20:31:50 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-12-6 - Dec 6 2025 ------------------- ------------------------------------------------------------------ ++++ xfce4-genmon-plugin: - Update to version 4.2.1 * Update copyright year * build: Bump dependency versions and fix deprecation warnings * I18n: Update po/LINGUAS list * build: Use XDT_VERSION_INIT and get rid of configure.ac.in * build: clang: Fix -Wsometimes-uninitialized * build: Get rid of intltool * Install scripts dir when building * Fix copyright string * Update copyright year and info * Fix type in xfconf migration script * Translation Updates - Add installed scripts to the rpm filelist. ------------------------------------------------------------------ ------------------ 2025-4-17 - Apr 17 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 ++++ ast-grep: - Update to 0.37.0: * fix: use docker image instead #1930 * chore(deps): update dependency @ast-grep/napi to v0.36.3 3dca58c * fix: update crate a88a073 * perf: more efficient node ancestor calculation a1ed329 ++++ crmsh: - Update to version 5.0.0+20250417.367bbfad: * Dev: unittests: Adjust unit test for previous commit * Dev: behave: Adjust functional test for previous commit * Dev: ui_sbd: Show fence_sbd parameter in 'sbd configure show' * Dev: doc: Update doc/crm.8.adoc to add crashdump option * Dev: ui_sbd: Add 'crashdump' option for 'sbd purge' command * Dev: ui_sbd: Refactor the condition for configuring crashdump * Dev: ui_sbd: Compare crashdump watchdog timeout value if configured * Dev: ui_sbd: Add warning to emphasize that kdump service is required * Dev: ui_sbd: Update the re pattern to match the possible arguments * Dev: ui_sbd: Configure crashdump watchdog timeout (jsc#PED-11931) ++++ fence-agents: - Update to version 4.16.0+git.1744878140.5acc05b1: * [virt] fix build with libxml 2.14 ++++ hidviz: - Update to version 0.2.1 Build fixes: * fixed build with gcc-15 * fixed build with cmake 4.0 and newer ++++ minisat: - Update to version 2.2.1+20230206: * utils/System.*: use fpu_control only on glibc - use -DCMAKE_POLICY_VERSION_MINIMUM=3.10 to support cmake 4 - use %cmake_build ++++ qore: - Update to 2.0.0 * many new user modules, vastly improved REST client infrastructure * do not try to get a new token if the token was just issued * Fix build on illumos * dp action catalog * fixed Swagger additionalProperties processing * fixed a bug converting arguments to fit the Swagger schema * allow reflection in module init and del closures * added a DiscordRestClient module * fixed setting the column size on types created from VARCHAR * fixed a bug with the cast<>() operator and compatible type * do not close sockets when there is an I/O timeout * fixed outputting complex data structures with deleted objects * gmail app * fixed the -= operator with *hash lvalues * logger module * expanded api * fixed static method resolution * range operator fix * thread local storage fix ++++ openSUSE-release: - automatically generated by openSUSE-release-tools/pkglistgen ++++ patterns-base: - Do not force-require chrony, but rather ntp-daemon and Suggest chrony as the default we want (boo#1233542). ++++ perf: - Drop perf-tools-annotate-asm_pure_loop.S.patch: 6.14.2, which is in Factory, contains this patch already (boo#1241339). ++++ python-pydicom: - Drop BuildRequires on gdcm to skip tests. ------------------------------------------------------------------ ------------------ 2025-4-16 - Apr 16 2025 ------------------- ------------------------------------------------------------------ ++++ apko: - Update to version 0.26.0: This release is a minor bump to signal that some potentially (and if so, unintentional) breaking changes around so: providers and PATH. This release also introduces experimental support for an opt-in layering field that does automatic layering of packages based on some heuristics, with the goal of reducing waste by deduplicating contents between image builds. * What's Changed - version.go: Ignore soname-versioned provides/depends for shlibs by @sergiodj in #1619 - Implement generic layering by @jonjohnsonjr in #1617 - Update default PATH to support sbin-merge by @xnox in #1620 - Do not retry with jitter when discoveringKeys in offline mode. by @sfc-gh-ptabor in #1610 - CacheDir support for apko lock by @sfc-gh-ptabor in #1612 - Fix reproducibility test digest by @jonjohnsonjr in #1622 - build(deps): bump google.golang.org/api from 0.228.0 to 0.229.0 by @dependabot in #1623 - layering: Synthesize directory timestamps by @jonjohnsonjr in [#1624] ++++ argocd-cli: - Update to version 2.14.10: * chore(deps): Update github.com/expr-lang/expr to v1.17.0 fixing CVE-2025-29786 (#22651) * fix(cli): wrong variable to store --no-proxy value (cherry-pick [#21226]) (#22590) ++++ baresip: - Update to 3.21.0: * GTK added standalone main window * wasapi: Add WASAPI Audio module * add contact commands * many bug fixes and functionality improvements - fixes build, and build with cmake 4 (boo#1239788) ++++ nextcloud-desktop: - Update to version 3.16.3: * Bugfix/input pin title too wide (gh#nextcloud/desktop#8055) * use standard way to find the checkum type and really send it to server (gh#nextcloud/desktop#8057) * fix Windows build (gh#nextcloud/desktop#8068) * use our own craft cache on windows (gh#nextcloud/desktop#8069) * gui/macOS: Do not assume accountState will always be valid in socket controller (gh#nextcloud/desktop#8074) * gui/macOS: Fix broken file provider domain progress reporting in settings window (gh#nextcloud/desktop#8079) * gui/tray: change the status icon background colour again (gh#nextcloud/desktop#8082) * set `CFBundleDevelopmentRegion` to `"en"` and set `CFBundleAllowMixedLocalizations` (gh#nextcloud/desktop#8085) * gui/macOS: Fix memory issues in Objective-C++ code for FileProvider support (gh#nextcloud/desktop#8089) * fix(mac): bump deployment target to 12.0 (gh#nextcloud/desktop#8115) * fix(gui): remove ignored file notifications from Activity list (gh#nextcloud/desktop#8116) * fix(mac-crafter): Work around broken consecutive shell integration builds (gh#nextcloud/desktop#8117) * Bugfix/delete errors (gh#nextcloud/desktop#8124) * remove costly availability check that is never used (gh#nextcloud/desktop#8123) * fix crash within FolderStatusModelTest (gh#nextcloud/desktop#8125) * fix: move array to correct value in dict (gh#nextcloud/desktop#8126) * remove bogus check that tried to check for existing case clash conflict (gh#nextcloud/desktop#8129) * stop using QFile api to delete a single local file (gh#nextcloud/desktop#8130) * fix: try to correct mtime on upsyncs (gh#nextcloud/desktop#8131) * Bugfix/use newer bulk upload checksum header (gh#nextcloud/desktop#8137) * Bugfix/slow bulk upload (gh#nextcloud/desktop#8139) * disable use of bulk upload for small files (gh#nextcloud/desktop#8141) * simplify deletions of invalid read-only items: do not interrupt sync (gh#nextcloud/desktop#8153) * fix(PinState): don't trigger sync when file's PinState changed to Unspecified. (gh#nextcloud/desktop#8157) * skip single test or whole test file for macOS: they are broken (gh#nextcloud/desktop#8163) * Exclude NavigationPaneHelper from non-Windows compile (gh#nextcloud/desktop#8158) * Use AccountPtr in Account signals instead of raw pointer (gh#nextcloud/desktop#8159) * fix(theme): correct dark/light mode check on Win10 (gh#nextcloud/desktop#8162) * fix(msi): allow custom installation directory (gh#nextcloud/desktop#8166) * fix(migration): import proxy and general settings from legacy config. (gh#nextcloud/desktop#8169) * use specific revision for KDE blueprints that matches the craft cache (gh#nextcloud/desktop#8172) ++++ ceph: - Update to 16.2.15-84-gb9c09b69575: + ceph.spec.in: Fix cephfs-{top,shell} shebangs with setuptools >= 76 ++++ ceph-test: - Update to 16.2.15-84-gb9c09b69575: + ceph.spec.in: Fix cephfs-{top,shell} shebangs with setuptools >= 76 ++++ coreos-installer: - Update to version 0.24.0: * cargo: coreos-installer release 0.24.0 * docs/release-notes: update for release 0.24.0 * cargo: update dependencies * Sync repo templates ⚙ * build(deps): bump tokio from 1.43.0 to 1.44.2 * build(deps): bump flate2 from 1.0.35 to 1.1.1 * build(deps): bump openssl from 0.10.71 to 0.10.72 * build(deps): bump nmstate from 2.2.41 to 2.2.43 * build(deps): bump libc from 0.2.170 to 0.2.171 * build(deps): bump tempfile from 3.19.0 to 3.19.1 * build(deps): bump reqwest from 0.12.12 to 0.12.15 * build(deps): bump serde from 1.0.218 to 1.0.219 * build(deps): bump uuid from 1.14.0 to 1.16.0 * build(deps): bump tempfile from 3.17.1 to 3.19.0 * Sync repo templates ⚙ * build(deps): bump textwrap from 0.16.1 to 0.16.2 * build(deps): bump bytes from 1.10.0 to 1.10.1 * build(deps): bump ring from 0.17.9 to 0.17.13 * build(deps): bump thiserror from 2.0.11 to 2.0.12 * build(deps): bump anyhow from 1.0.96 to 1.0.97 * build(deps): bump serde_json from 1.0.139 to 1.0.140 * Fix cargo clippy (warnings) * build(deps): bump nmstate from 2.2.39 to 2.2.41 * workflows/rust: bump lints toolchain to 1.84.1 * Cargo.toml: bump MSRV to 1.84.1 * build(deps): bump libc from 0.2.169 to 0.2.170 * build(deps): bump uuid from 1.13.1 to 1.14.0 * build(deps): bump serde from 1.0.217 to 1.0.218 * build(deps): bump anyhow from 1.0.95 to 1.0.96 * build(deps): bump serde_json from 1.0.138 to 1.0.139 * build(deps): bump zstd from 0.13.2 to 0.13.3 * build(deps): bump tempfile from 3.17.0 to 3.17.1 * cargo: require byte-unit 5.1.6 or greater * build(deps): bump byte-unit from 4.0.19 to 5.1.6 * hash: remove deprecated funcion and add updated one * docs: re-gen manpages with clap_mangen 0.2.26 * build(deps): bump nix from 0.27.1 to 0.29.0 * build(deps): bump reqwest from 0.12.9 to 0.12.12 * build(deps): bump serde_json from 1.0.133 to 1.0.138 * build(deps): bump serde_with from 3.11.0 to 3.12.0 * build(deps): bump rand from 0.8.5 to 0.9.0 * build(deps): bump tempfile from 3.14.0 to 3.16.0 * build(deps): bump uuid from 1.11.0 to 1.13.1 * signing-keys: drop Fedora 40 key * signing-keys: add Fedora 43 key * s390x: remove 'sdboot' before generating new one * s390x: use more meaningfull long options for genprotimg * build(deps): bump clap_mangen from 0.2.24 to 0.2.26 * build(deps): bump openssl from 0.10.68 to 0.10.70 * build(deps): bump libc from 0.2.168 to 0.2.169 * build(deps): bump anyhow from 1.0.94 to 1.0.95 * build(deps): bump glob from 0.3.1 to 0.3.2 * build(deps): bump serde from 1.0.215 to 1.0.217 * build(deps): bump thiserror from 2.0.6 to 2.0.11 * Sync repo templates ⚙ * Sync repo templates ⚙ * build(deps): bump libc from 0.2.164 to 0.2.168 * build(deps): bump anyhow from 1.0.93 to 1.0.94 * build(deps): bump thiserror from 1.0.69 to 2.0.6 * build(deps): bump bytes from 1.8.0 to 1.9.0 * dockerfile: update to `fedora:41` * build(deps): bump rustls from 0.23.16 to 0.23.18 * build(deps): bump nmstate from 2.2.38 to 2.2.39 * build(deps): bump url from 2.5.3 to 2.5.4 * build(deps): bump actions/checkout from 3 to 4 * Sync repo templates ⚙ * build(deps): bump flate2 from 1.0.34 to 1.0.35 * build(deps): bump libc from 0.2.162 to 0.2.164 * build(deps): bump serde_json from 1.0.132 to 1.0.133 * Sync repo templates ⚙ * Sync repo templates ⚙ * build(deps): bump serde_with from 3.9.0 to 3.11.0 ++++ digger-cli: - Update to version 0.6.97: * Pass through web-identity-token-file location to setup-aws ++++ fastfetch: - update to 2.41.0 Changes: * Due to the deprecation, Linux x86_64 binaries are now built with Ubuntu 22.04 (Glibc 2.35, Debian 12) - You can always build fastfetch yourself on your own. Please don't report bugs related to this change. Bugfixes: * Don't detect disk type for virtual disks (gh#fastfetch-cli/fastfetch#1669) Features: * Support physical core count detection on non-x86 platforms (CPU, Linux / FreeBSD) * Support CPU frequency detection on PPC64 (CPU, FreeBSD) * Support soar packages count detection (Packages, Linux) * Support `~` path expanding on Windows (Logo, Windows) * Support retrieving full user name (Title) - Exposed with `--title-format '{full-user-name}'` * Improve CPU (thermal zone) temperature detection on Windows (CPU, Windows) - Administrator privileges are no longer needed * Support base Wifi info detection on OpenBSD (Wifi, OpenBSD) - To be tested * Support GPU temperature detection for Intel dGPU on Linux (GPU, Linux) - To be tested * Add new ARM CPU part numbers (CPU, Linux) * Add base implementation of Bluetooth device detection (gh#fastfetch-cli/fastfetch#1690) * Some small improvements Logo: * Add anduinos * Add 2 more Alpine logos ++++ forgejo: - add patch fix-CVE-2025-3445.patch, for fixing bsc#1241245, bsc#2024-0406 ++++ fs-uae: - Drop BuildRequires: pkgconfig(glew) as it is not used for build. ++++ gearlever: - Update to 3.2.1 * New feature: "Update all", for both the CLI and UI * Fixed some issues for apps using dwarfs filesystem ++++ govulncheck-vulndb: - Update to version 0.0.20250416T165455 2025-04-16T16:54:55Z. Refs jsc#PED-11136 Go CVE Numbering Authority IDs added or updated with aliases: * GO-2025-3595 CVE-2025-22872 ++++ grype-db: - Update to version 0.33.0: * Added Features - allow db hydration during build [#558 @westonsteimel] * Additional Changes - Fix processing of github-action entries [#556 @wagoodman] ++++ haruna: - Update to version 1.4.0 Features: * Added setting to search subtitles recursively. Searches folders relative to the parent folder of the playing file and folders defined by the `Load subtitles from` setting * Added support for opening youtube playlists from urls containing a playlist id * Added actions to rotate video clockwise (ctrl + r) and counter clockwise (ctrl + e) Bugfixes: * Fix tracks menus showing tracks from previously opened files * Fix subtitles added by drag and drop not being added to the subtitles menu * While the progress/seek slider is pressed the video is paused, fixes continuously opening the next video when dragged and held all the why to the end ++++ headscale: - add patch fix-CVEs.patch to fix bsc#1241235, bsc#1237674 ++++ iptraf-ng: - Add reduce-inverse-color.patch ++++ istioctl: - update to 1.25.2: https://istio.io/latest/news/releases/1.25.x/announcing-1.25.2/ * Changes - no apparent CLI-related changes ++++ kargo-cli: - Update to version 1.4.2: No CLI-related changes in the changelog ++++ kddockwidgets: - Update to 2.2.3 * Fix potential crash found by ASAN ++++ kddockwidgets-qt6: - Update to 2.2.3 * Fix potential crash found by ASAN ++++ kubeone: - Update to version 1.10.0: https://github.com/kubermatic/kubeone/releases/tag/v1.10.0 Upgrade notes: https://docs.kubermatic.com/kubeone/v1.10/tutorials/upgrading/upgrading-from-1.9-to-1.10/ Urgent Upgrade Notes (No, really, you MUST read this before you upgrade) * Disallow using machine-controller and operating-system-manager with the cloud provider none (.cloudProvider.none). If you're affected by this change, you have to either disable machine-controller and/or operating-system-manager, or switch from the cloud provider none to a supported cloud provider (#3369, @kron4eg) * The Calico VXLAN optional addon has been removed from KubeOne. This addon has been non-functional for the past several releases. If you still need and use this addon, we advise using the addons mechanism to deploy it (#3568, @kron4eg) * The minimum kernel version for Kubernetes 1.32+ clusters is 4.19. Trying to provision a cluster with Kubernetes 1.32 or upgrade an existing cluster to Kubernetes 1.32, where nodes are not satisfying this requirement, will result in a pre-flight check failure (#3590, @kron4eg) ++++ lego: - Update to version 4.23.0: * Prepare release v4.23.0 * chore: use a fixed version of goreleaser * chore: update linter (#2507) * Add DNS provider for Axelname (#2495) * Add DNS provider for Baidu Cloud (#2505) * pdns: fix TXT record cleanup for wildcard domains (#2500) * feat: add delay option for TLSALPN challenge (#2499) * designate: speed up API requests by using filters (#2498) * chore: update linter (#2492) * chore: update dependencies (#2491) * allinkl: remove ReturnInfo (#2490) * route53: adds option to use private zone (#2162) * cloudflare: make base URL configurable (#2484) * chore: fix feature request template (#2485) * tests: compare RSA priv keys ignoring precomputed (#2481) * tests: change ns (#2482) * fix: retry on alreadyReplaced error (#2475) * websupport: migrate to API v2 (#2479) * Add DNS provider for Active24 (#2478) * chore: related timer with context.Done (#2471) * chore: update dependencies (#2470) * fix: kill hook when the command is stuck (#2469) * dnssimple: use GetZone (#2467) * Add DNS provider for F5 XC (#2409) * edgedns: add account switch key option (#2460) * infoblox: update API client to v2 (#2459) * feat: add INFOBLOX_CA_CERTIFICATE option (#2458) * docs: this is not the API URL for Porkbun * Add DNS provider for Metaregistrar (#2455) * chore: update issue templates * Add DNS provider for BookMyName (#2316) * fix: malformed log messages (#2452) * chore: use go1.23 (#2446) * Detach v4.22.2 ++++ muparserx: - Support building with cmake 4.0 ++++ libomemo-c: - Fix libomemo-c-devel dependencies. protobuf-c is required. ++++ noopenh264: - Add baselibs.conf for multilib support - Clean up some unneeded spec stanzas ++++ sonivox: - Update to 3.6.16 * Fix bswap use on Android * add templates and guidelines * Improve test dls downloading * Implement a-law/u-law wave format decoding for dls * Fix logic error in loop boundary check * Addition fix of #37: fix SonivoxTestEnvironment getTmp() * Implement WAVE_FORMAT_MPEGLAYER3 decoding for dls * Rescue commented logging calls * Selectable verbosity level ++++ tvm: - Disable cpptest until build with llvm20 fixed upstream https://github.com/apache/tvm/issues/17823 ++++ linkerd-cli-edge: - Update to version 25.4.3: * build(deps): bump linkerd-extension-init from 0.1.3 to 0.1.4 (#13943) * build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 (#13941) * fix(CLI): Check that the Gateway API version includes v1 resources (#13938) * build(deps): bump h2 from 0.4.8 to 0.4.9 (#13939) * build(deps): bump cc from 1.2.18 to 1.2.19 (#13935) * build(deps): bump github.com/prometheus/client_golang (#13920) * build(deps): bump tj-actions/changed-files (#13936) * build(deps): bump anyhow from 1.0.97 to 1.0.98 (#13934) * build(deps): bump data-encoding from 2.8.0 to 2.9.0 (#13933) * build(deps-dev): bump webpack from 5.97.1 to 5.99.5 in /web/app (#13930) * build(deps): bump the clap group with 2 updates (#13932) * build(deps): bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 (#13931) * fix(CLI): Print specific command when prompting to install the Gateway API * build(deps): bump rustls from 0.23.25 to 0.23.26 (#13928) * build(deps): bump backon from 1.4.1 to 1.5.0 (#13919) * build(deps): bump helm.sh/helm/v3 from 3.17.2 to 3.17.3 (#13921) ++++ lutris: - Move selinux dependency ++++ nelm: - Update to version 1.1.5: * chore: bump alpha * chore: release 1.1.5 * fix: chart dir path and revision options/arguments to some commands ignored * chore: bump alpha ++++ nvidia-texture-tools: - Drop BuildRequires: glew-devel as it is not used for build. ++++ orthanc-webviewer: - version 2.10 * Cachemanager.patch removed (upstream) * Fix compatibility with Orthanc >= 1.12.5 (the images were not displayed) * Upgrade to Orthanc framework 1.12.7 ++++ python-azure-eventhub: - New upstream release + Version 5.15.0 + For detailed information about changes see the CHANGELOG.md file provided with this package ++++ python-azure-mgmt-containerservice: - New upstream release + Version 35.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package ++++ python-django-axes: - update to 7.0.2 * Add session hash to access log. * Add test matrix support for Django 5.1. * Drop support for EOL Django 3.2. * Add support for dynamic cooloff time calculation from request. This is a breaking change. * Add Python 3.13 support. * Default to using settings.AUTH_USER_MODEL.USERNAME_FIELD for resolving settings.AXES_USERNAME_FORM_FIELD if otherwise unset (previously "username"). ++++ python-django-celery-beat: - update to 2.8.0 * Remove usages of deprecated setuptools API setuptools.command.test * Clean up running of setup.py as it's deprecated * Add PeriodicTaskInline to the schedule admin to showing tasks using the schedule * Add official support for Django 5.2. * Issue 796: remove days of the week from human readable description when the whole week is specified. * Fix the time calculation problem caused by start_time * Added Python 3.13 support. ++++ python-hatch: - Update to 1.14.1 * Remove uses of the deprecated --no-python-version-warning flag when using pip ++++ python-rfc3161-client: - Update to 1.0.1 * The Verifier now enforces that the EKU (Extended Key Usage) explicitly includes the `id-kp-timeStamping` OID (#120) * The Verifier now searches for the leaf certificate in the Timestamp Response instead of using the first one provided (#121) ++++ python-rjsmin: - Update to 1.2.4 * Update Benchmarks * Update doc theme * Update project boilerplate - from version 1.2.3 * Add support for Python 3.13 * Update project boilerplate - Drop docs/CHANGES from %doc section, removed upstream ++++ python-sigstore: - Update to 3.6.2: * Fixed issue where a trust root with multiple rekor keys was not considered valid. * Upgraded python-tuf dependency to 6.0. * Updated the embedded TUF root to version 12 ++++ python-sigstore-protobuf-specs: - Revert back to 0.3.2, it's only requirement requires that version. ++++ python-tuf: - Update to 6.0: * ngclient: urllib3 is used as the HTTP library by default instead of requests. * ngclient: TLS certificate source was changed. Certificates now come from operating system certificate store instead of certifi. * ngclient: The updater can now initialize from embedded initial root metadata every time. * Test infrastructure has improved and should now be more usable externally. - Remove duplicate BuildRequires on fdupes. ++++ qbs: - Update to 2.6.1 * Command descriptions are now printed with the product name as the prefix instead of the suffix. * When building only specific products via the `-p` option, dependent products are not necessarily built in their entirety anymore. Instead, only the artifacts required for the requested products are built. * ConanfileProbe now supports Conan 2 and QbsDeps generator. * Added new `Rule` property `auxiliaryInputsFromDependencies`. * The `Rule` property `explicitlyDependsOnFromDependencies` now matches all artifacts from the dependencies, not just target artifacts. * The version requirement in a `Depends` item is now checked earlier, fixing the problem that a non-matching version of a library could break project resolving if it was found before the matching version. * Added a mode that loads a build graph followed by a forced re-resolve. * In IDE mode, messages of type "error" instead of "warning" are now emitted for errors that would stop the build in non-IDE mode * Added `lupdate` support via the new `QtLupdateRunner` item ++++ sane-airscan: - Update to version 0.99.34: * eSCL quirks for Xerox B205/B215 * Add Brother MFC-L3740CDWE to support list ++++ sops: - Update to version 3.10.2: * build(deps): Bump the go group with 13 updates by @dependabot in #1834 * Use latest 1.24 Go version for release build by @hiddeco in [#1836] * Remove reserved keyword check from YAML store's LoadPlainFile() by @felixfontein in #1829 * build(deps): Bump the go group with 9 updates by @dependabot in [#1839] * build(deps): Bump github/codeql-action from 3.28.13 to 3.28.15 in the ci group by @dependabot in #1840 * Release 3.10.2 release by @felixfontein in #1841 ++++ sudo: - Update to 1.9.16p2: * Sudo now passes the terminal device number to the policy plugin even if it cannot resolve it to a path name. This allows sudo to run without warnings in a chroot jail when the terminal device files are not present. GitHub issue #421. * On Linux systems, sudo will now attempt to use the symbolic links in /proc/self/fd/{0,1,2} when resolving the terminal device number. This can allow sudo to map a terminal device to its path name even when /dev/pts is not mounted in a chroot jail. * Fixed compilation errors with gcc and clang in C23 mode. C23 no longer supports functions with unspecified arguments. GitHub issue [#420]. * Fixed the test for cross-compiling when checking for C99 snprintf(). The changes made to the test in sudo 1.9.16 resulted in a different problem. GitHub issue #386. * Fixed the date used by the exit record in sudo-format log files. This was a regression introduced in sudo 1.9.16 and only affected file-based logs, not syslog. GitHub issue #405. * Fixed the root cause of the “unable to find terminal name for device” message when running sudo on AIX when no terminal is present. In sudo 1.9.16 this was turned from a debug message into a warning. GitHub issue #408. * When a duplicate alias is found in the sudoers file, the warning message now includes the file and line number of the previous definition. * Added support for the --with-secure-path-value=no configure option to allow packagers to ship the default sudoers file with the secure path line commented out. * Sudo no longer sends mail when a user runs sudo -nv or sudo -nl, even if mail_badpass or mail_always are set. Sudo already avoids logging to a file or syslog in this case. Bug #1072. * Added the cmddenial_message sudoers option to provide additional information to the user when a command is denied by the sudoers policy. The default message is still displayed. * The time stamp used for file-based logs is now more consistent with the time stamp produced by syslog. GitHub issue #327. * Sudo will now warn the user if it can detect the user’s terminal but cannot determine the path to the terminal device. The sudoers time stamp file will now use the terminal device number directly. GitHub issue #329. * The embedded copy of zlib has been updated to version 1.3.1. * Improved error handling if generating the list of signals and signal names fails at build time. * Fixed a compilation issue on Linux systems without process_vm_readv(). * Fixed cross-compilation with WolfSSL. * Added a json_compact value for the sudoers log_format option which can be used when logging to a file. The existing json value has been aliased to json_pretty. In a future release, json will be an alias for json_compact. GitHub issue #357. * A new pam_silent sudoers option has been added which may be negated to avoid suppressing output from PAM authentication modules. GitHub issue #216. * Fixed several cvtsudoers JSON output problems. GitHub issues #369, #370, [#371], #373, #381. * When sudo runs a command in a pseudo-terminal and the user’s terminal is revoked, the pseudo-terminal’s foreground process group will now receive SIGHUP before the terminal is revoked. This emulates the behavior of the session leader exiting and is consistent with what happens when, for example, an ssh session is closed. GitHub issue #367. * Fixed make test with Python 3.12. GitHub issue #374. * In schema.ActiveDirectory, fixed the quoting in the example command. GitHub issue #376. * Paths specified via a Chdir_Spec or Chroot_Spec in sudoers may now be double-quoted. * Sudo insults are now included by default, but disabled unless the - -with-insults configure option is specified or the insults sudoers option is enabled. * The default sudoers file now enables the secure_path option by default and preserves the EDITOR, VISUAL, and SUDO_EDITOR environment variables when running visudo. The new --with-secure-path-value configure option can be used to set the value of secure_path in the default sudoers file. GitHub issue #387. * A sudoers schema for IBM Directory Server (aka IBM Tivoli Directory Server, IBM Security Directory Server, and IBM Security Verify Directory) is now included. * When cross-compiling sudo, the configure script now assumes that the snprintf() function is C99-compliant if the C compiler supports the C99 standard. Previously, configure would use sudo’s own snprintf() when cross-compiling. GitHub issue #386. ++++ swww: - Update vendored dependencies ++++ woodpecker: - Update to version 3.5.2: * Documentation - chore(deps): lock file maintenance [#5092] - fix(deps): update docs npm deps non-major [#5089] - Move plugin-surge docs to codeberg [#5086] - chore(deps): lock file maintenance [#5080] - chore(deps): update docs npm deps non-major [#5075] * Bug Fixes - Avoid db errors while executing migrations check [#5072] * Dependency - fix(deps): update module github.com/google/go-github/v70 to v71 [#5090] - chore(deps): update pre-commit hook golangci/golangci-lint to v2.1.1 [#5091] - chore(deps): update dependency vite to v6.2.6 [security] [#5088] - fix(deps): update module github.com/prometheus/client_golang to v1.22.0 [#5084] - fix(deps): update golang-packages [#5083] - fix(deps): update module golang.org/x/crypto to v0.37.0 [#5079] - fix(deps): update golang-packages [#5078] - fix(deps): update module github.com/fsnotify/fsnotify to v1.9.0 [#5076] - chore(deps): update dependency vite to v6.2.5 [security] [#5074] * Misc - Add markdown template for release umbrella issues [#5055] ++++ teleport: - update to 17.4.4: * Fixed formatting of Ed25519 SSH keys for PuTTY users. #53972 * Support Oracle join method in Workload Identity templating and rule evaluation. #53945 * Workload ID: the Kubernetes, Podman, and Docker attestors now capture the container image digest. #53939 * Fixed web UI and tsh issues when a SAML metadata URL takes an unusually long time to respond. #53933 * Updated Go to 1.23.8. #53918 * Added support for specifying a WorkloadIdentity-specific maximum TTL. #53902 * Fixed Azure VM auto discovery when not filtering by resource group. #53899 * Added new proxy_protocol_allow_downgrade field to the proxy_service configuration in support of environments where single stack IPv6 sources are connecting to single stack IPv4 destinations. This feature is not compatible with IP pinning. [#53885] * Support for managing the WorkloadIdentity resource in the Teleport Kubernetes Operator. #53862 * Added detailed audit events for SFTP sessions on agentless nodes. #53836 * Teleport-update: Add last_update metadata and update tracking UUID. #53828 * Restrict agent update days to Mon-Thu on Cloud. #53765 ++++ terragrunt: - Update to version 0.77.17: * New Features - Introduction of the render command As part of the CLI Redesign experiment, the render command has been introduced. The render command allows users to easily render Terragrunt unit configurations with reduced complexity, making it easier to understand configurations at a glance. The introduction of the render command is part of the eventual deprecation of the existing render-json command, which will be deprecated by the end of the CLI Redesign. The render command is a higher level command, that offers the ability to write to stdout, in addition to writing to files, and will support HCL configurations in addition to JSON (coming soon). To learn more about the render command, read the official documentation here. https://terragrunt.gruntwork.io/docs/reference/cli-options/#render * What's Changed - feat: Adding docs for `backend migrate` (#4140) - feat: Adding `render` command (#4145) - build(deps): bump ruby/setup-ruby from 1.229.0 to 1.230.0 (#4162) - Update to version 0.77.16: * New Features - Introduction of the backend migrate command As part of the CLI Redesign experiment, the backend migrate command has been introduced. The backend migrate command allows you to simply migrate state between different units (or renames of units) without manually running OpenTofu/Terraform state migration commands. To learn more about the backend migrate command, read the official docs. * What's Changed - feat: Improve error explainer to catch stack values errors (#4163) - feat: Support state migration between different backends (#4154) - fix: disable tf rc file overwriting for non-cached commands (#4155) - fix: Deprecated flags msg for experimental command (#4146) - Update to version 0.77.15: * New Features - Introduction of the dag graph command As part of the CLI Redesign experiment, the dag graph command has been introduced. * What's Changed - feat: add dag graph command (#4143) - docs: Adding migration guide for adopting Terragrunt Stacks (#4152) ++++ werf: - Update to version 2.35.4: * chore: release 2.35.4 * chore(release): release v2.35.4 * Revert "chore: update Nelm module" * Revert "fix(deploy): possible panic in tracking Flux Canary resource" * Revert "fix(deploy): allow `werf.io/sensitive: false` for Secrets" * Revert "fix(deploy): default kubeconfig not used" * chore(channels): revert alpha - Update to version 2.35.3: * fix(deploy): default kubeconfig not used - Update to version 2.35.2: * chore: release 2.35.2 * docs(build, secrets): update example * test(build, secrets): remove from e2e simple test * fix(build, secrets): fix secrets validation error when rendering config * fix(deploy): allow `werf.io/sensitive: false` for Secrets * fix(deploy): possible panic in tracking Flux Canary resource * chore: task format * fix(build, imageSpec): invalidate cache (breaking changes) * fix(build, imageSpec): keep essential werf-stage-content-digest label * chore: update Nelm module * refactor(cleanup): update logging message * chore(release): 2 alpha,beta,ea ------------------------------------------------------------------ ------------------ 2025-4-15 - Apr 15 2025 ------------------- ------------------------------------------------------------------ ++++ GraphicsMagick: - security update - added patches fix CVE-2025-32460 [bsc#1241150], heap-based buffer over-read in ReadJXLImage + GraphicsMagick-CVE-2025-32460.patch ++++ MozillaFirefox: - Mozilla Firefox 137.0.2 * Fixed file picker not being displayed when exporting passwords on macOS in about:logins for some users. (bmo#1956266) * Fixed accessibility issues with the new PDF signature feature. (bmo#1956110, bmo#1952571) * Fixed an issue where using the context menu to paste in the Style Editor would insert the code twice. (bmo#1955854) * Fixed functional regressions in our XSLT support introduced in 137. (bmo#1954841) * Fixed a tooltip flickering issue on Windows that affected some users when hovering. (bmo#1958631) * Fixed an issue where Firefox would not respond to clicks in some HTML5 video players. (bmo#1959251) * Fixed an issue where radio inputs behaved incorrectly when preventDefault() was called on the click event. (bmo#1957956) * Fixed an issue that caused some Firefox users to restart their browser multiple times to complete an update. (bmo#1959492) MFSA 2025-25 * CVE-2025-3608 (bmo#1951554) Race condition in nsHttpTransaction could lead to memory corruption - Mozilla Firefox 137.0.1 * Fixed an issue where folder shortcuts on Windows were incorrectly treated as files during file uploads, preventing selecting files within the target folder. (bmo#1958222) * Fixed a crash experienced by Windows users when downloading files with Qihoo 360 Total Security Antivirus software installed. (bmo#1958112) * Fixed an occasional startup crash. (bmo#1958293) ++++ MozillaThunderbird: - Mozilla Thunderbird ESR 128.9.2 * Two-factor auth via text or email did not work with Office 365 using Oauth2 * IRC channel was not visible after restart * Global indexing failed when processing email with invalid calendar data MFSA 2025-27 * CVE-2025-3522 (bmo#1955372) Leak of hashed Window credentials via crafted attachment URL * CVE-2025-2830 (bmo#1956379) Information Disclosure of /tmp directory listing * CVE-2025-3523 (bmo#1958385) User Interface (UI) Misrepresentation of attachment URL ++++ OpenSubdiv: - Drop BuildRequires: pkgconfig(glew) as it is not used for build. ++++ alloy: - update to 1.8.1^20250410d23d30f49 (jsc#PED-12282): * Update github.com/hashicorp/vault/api to 1.16.0 ++++ alsa: - Update to alsa-lib 1.2.14: * Disable and delete alsalisp code * include: prefer alsa/asoundlib.h for apps, dependency cleanups * seq: Define new events for UMP EP/FB change notifications * control: remap improvements * pcm: tstamp mode fixes * rawmidi: ump fixes and tied device flag extensions * seq: fix UMP handling and other minot fixes * ucm: add sys-card substitution, etc * test/playmidi1: fix compilation caused by conflict between midifile.h and ump_msg.h For details, see: https://www.alsa-project.org/wiki/Changes_v1.2.13_v1.2.14#alsa-lib - Drop obsoleted patches: 0001-src-Versions.in.in-Update-_tempo_base-name.patch 0002-configure-Make-sequencer-dependent-on-rawmidi.patch 0003-seq-include-UMP-headers.patch ++++ alsa-ucm-conf: - Update to alsa-ucm-conf 1.2.14: * Updates for USB-audio, Qualcomm, sof-soundwire, HD-audio, MediaTek, Torradex, NXP, sof-hda, etc. For details, see: https://www.alsa-project.org/wiki/Changes_v1.2.13_v1.2.14#alsa-ucm-conf - Dropped obsoleted patches: 0001-UCM2-Intel-sof-hda-dsp-Fix-handling-of-empty-sys_ven.patch 0002-sof-hda-dsp-Fix-the-case-where-sysfs-dmi-product_nam.patch ++++ alsa-utils: - Update to alsa-utils 1.2.14: * alsactl: info updates * Man page fixes * alsactl: AMD acp-pdm-mach link * alsa-info.sh: Add alsa-ucm package to package filter * Topology: NHLT: Intel: Improve error message for DMIC enable conflict * Topology: NHLT: Intel: Fix mono DMIC configure for MTL platform * Topology: NHLT: Intel: Fix DMA slots config in SSP blob * amixer: fix unknown TVL sequence print * arecordmidi2: fix unitialization variable error in read_ump_raw() * aseqdump: Fix typos in messages For details, see: https://www.alsa-project.org/wiki/Changes_v1.2.13_v1.2.14#alsa-utils - Drop obsoleted patches: 0001-alsactl-90-alsa-restore.rules-fix-alsa_restore_go-st.patch 0002-alsactl-90-alsa-restore.rules-fix-AMD-acp-pdm-mach-l.patch ++++ amazon-ssm-agent: - Update to version 3.3.2299.0 * Allow custom hibernation max interval configuration * Refactor hibernation to fix ping leak and correct interval behavior * Remove dependency on s3:GetObject for aws:configurePackage plugin * Fix issue where ssm-setup-cli fails to detect whether agent is running or stopped in non-English locales * Fix comparison operator issue in aws:domainJoin script when executed in Ubuntu dash * Fix IPV6 address for IMDS in documentation and deny rule * Add hasHardenedACL check to avoid costly recursive hardening of the data directory on reboot * Update golang.org/x/crypto from v0.32.0 to v0.36.0 * Update golang.org/x/net from v0.34.0 to v0.37.0 * Update golang.org/x/sys from v0.29.0 to v0.31.0 * Update golang.org/x/oauth2 from v0.24.0 to v0.28.0 * Upgrade GoLang version from v1.22 to v1.23 * Update Argot config and ensure client uses DisableHTTPDowngrade * Add unit tests in multiple modules - Drop CVE-2025-22870.patch, fixed upstream ++++ uwsgi: - add gcc15.patch (from upstream) and plugins-gcc15.patch to fix gcc-15 compile time errors ++++ alsa-tools: - Update to alsa-tools 1.2.14: * envy24control: port to GTK 3 * hdspmixer: correct string delimiter in labels_aio_ss_input * Fix various gcc warnings - Drop obsoleted patch: 0001-hdajackretask-Fix-build-with-gcc7.patch - Clean up spec file, build with gtk3 unconditionally ++++ aws-c-cal: - Updare to version 0.9.0 * Drop support for macOS <10.15 and iOS<11 by @TingDaoK in (#214) ++++ aws-c-io: - Update to verson 0.18.1 * Correct public key naming in pem utils by @DmitriyMusatkin in (#721) * Revert error code ordering by @sbSteveK in (#723) ++++ aws-crt-cpp: - Update to version 0.32.4 * Bump crt checksums by @DmitriyMusatkin in (#730) ++++ onednn: - Update to 3.7.2: * https://github.com/oneapi-src/oneDNN/releases/tag/v3.7.2 - Disable benchdnn_modeC_matmul_ci_cpu test as it reaches timeout quite often ++++ benzene: - added patches fix build with gcc15 + benzene-gcc15.patch ++++ lvm2-device-mapper: - LVM filter behaves unexpectedly for MPIO devices in SLES15SP5 (bsc#1216938) * set lvm.conf devices.multipath_wwids_file="" ++++ enblend-enfuse: - Drop BuildRequires: glew-devel as it is not used for build. ++++ espanso: - Update to version 2.2.3: * bump deps * use `toml` instead of plaintext (#2244) * Fix unable to start espanso (#2220) * Prevent Espanso Sync Tool window from stealing focus. (#2212) * Remove espanso migrate (#2174) * fix rustc version not working (#2176) * fix `clippy` lints (#2171) * update level of very verbose wayland log (#2107) * add support to detect wayland compositor in use (#2101) * Resolve issue with cursor placement when using multi-byte characters (#2063) * add `locale` and `offset` to date module schema (#2040) * Show regex in search bar (#1998) * fix clippy warnings and tests (#2002) * Improve form size constraints and text overflow behavior (#1991) * Word separators * Support non-ASCII characters in triggers on macOS (#1967) * fix(inject): attach modifiers state to the next record on x11 (#1680) * fix links in yaml schemas (#1952) * Use new sctk api (#1901) * Add option to open config folder to context menu (#1870) * feat(render): add support for pwsh (#1824) ++++ f3d: - Drop BuildRequires: pkgconfig(glew) as it is not used for build ++++ fish: - drop tests failing with pcre2 10.45 (boo#1241199) add fish-3.7.1-drop-pcre-tests.patch ++++ fluidsynth: - Update to version 2.4.5 * Fix SDL3 intercepting signals, causing CTRL+C to not quit fluidsynth. * Fix a few flaws in the AWE32 NRPN implementation. * A regression introduced in 2.4.4 broke drum preset selection for XG MIDIs. * Fix fluidsynth's systemd user daemon being unable to create lock file on some distros. * Fix fluidsynth ignoring initialFilterFc generator limits. * A regression introduced in 2.3.6 prevented SF2 NRPN messages from being processed correctly. - Use ldconfig_scriptlets macro. ++++ geoipupdate: - Add more hardening options, restrict write access to system - Update twice a week, following current MaxMind release schedule - Track timer units in scriptlets ++++ gh: - Update to version 2.70.0: * Explain job log resolution reason * Document UNKNOWN STEP in run view * Add `$` anchor to log file regexps * Test normal job run log is preferred over legacy one * Prefer normal job run log file over legacy one * Explain when a negative number prefix appears * Improve explanation for missing step logs * Explain the `UNKNWON STEP` placeholder * Replace `UNKNOWN` with `UNKNOWN STEP` in job run log * Explain why step logs are preferred * test(prompter): fix invalid comment * test(prompter): fix race condition * Ensure markdown confirm prompt shows editor name * fix(prompter): remove needless default value assignment * test(prompter): doc how accessible prompter tests work * test(prompter): describe why echo is editorcmd * test(prompter): use *testing.T instead * Add missing `gc.AssertExpectations` calls * Add tests for `IsPinned` method * Simplify cosign verification example by not using a regex. * chore: go mod tidy * fix(prompter): pass io to `huh` and refactor tests * fix(prompter): update `huh` and fix tests * refactor(prompter): rename speechSynthesizerFriendlyPrompter to accessiblePrompter * doc(prompter env): accessible prompter includes braille reader * chore: go mod tidy * Merge pull request #10749 from malancas/update-to-sigstore-go-v0.7.1 * Update pkg/cmd/run/shared/presentation.go * Apply suggestions from code review * Test for explicit config disable of label colors * Use truthy value for `GH_COLOR_LABELS` * test(prompter): re-add skipped test for accessible confirm default * doc(help): label GH_ACCESSIBLE_PROMPTER as preview * fix(prompter): rename GH_ACCESSIBLE_PROMPTER * refactor(prompter): explicit return values * doc(prompter): remove senseless comment * refactor(prompter): remove unused variable * test(prompter): timeout for tests is 1s * fix(prompter): use os.lookupenv for accessible prompter * test(prompter): remove needless NO_COLOR set * test: use example.com in tests * doc: comment typos and formatting * test(prompter): add basic survey prompter test * test(prompter): fix race conditions * doc(envs): speech synthesis prompter * Escape dots in regexp pattern in example command * Verify fallback to job run logs when step logs are missing * Verify job run logs attached in `attachRunLog` test * Update `run_log.zip` fixture * Fallback to print entire job run log if step logs are missing * Add `Log` to `Job` data structure * Add `jobLogFilenameRegexp` function * Extract job name sanitization as a separate function * Deprecate ColorScheme.Gray for ColorScheme.Muted * ci: pin third party actions to commit sha * doc(prompter): clarify comments * refactor(prompter): less magic strings * fix(prompter): remove impossible condition * fix(prompter): notes about Confirm default * fix(prompter): input returns default when blank * test(prompter): more tests for bad input * Refactor ColorScheme initializer * Add label color env var to help topic, unused fix * refactor(prompter): rename env var for speech synthesizer friendly prompter * docs(prompter): doc prompter interface * fix(linter): linter errors * test(prompter): move to external package * test(prompter): skip vt10x tests on Windows * Fix comment language * Introduce `color_labels` support, update commands * test(prompter): remove needless variable declaration * tests(prompter): rename huhprompter * test(prompter): replace assert with require * fix(prompter): rename huhprompter * test(prompter): `go-expect` based prompter tests * feat(prompter): include `no` as false-y value * test(prompter): remove t.parallel calls * fix(md prompter): accessible prompt allows blank * feat(md prompter): md prompt respects blankAllowed * feat(prompter): add accessible prompter support * Remove deprecated note on gray color functions * Regenerate mocks * Remove configuration setting vestage * Remove out of scope configuration setting change * Implement tests for muted logic, standardize reset * Remove out of scope changes, update list commands * Accessible color config boilerplate, colors update * Acceptance test issue/pr create/edit with project * Update pkg/cmd/attestation/verify/verify.go * test(release view): fix indentation * doc(formatting): add line breaks for readability * Renaming tabl eheader variables for maintainability * doc(formatting): update sprig func descriptions * test(many): fix whitespace in tests expectations * updated test * added minor caveat * Tweaked language a bit, improved error message. * Rewrote the gh at verify --help text to a) clarify and b) document the verificationResult object. * doc(run shared): clarify 404 handling * Fixes #10590 * docs: add Sprig library functions to help topics * chore: update go-gh to v2.12.0 * Implement and fix tests for table headers * test(run list): update rulesets test name * doc(run list): add enterprise ruleset notes * refactor(tests): update test name for org workflows * docs(run list): doc runs without workflow names * fix(run list): do not fail on org workflows * Fix typos in CONTRIBUTING.md * Underline table headers if colors enabled but no theme * Ensure table headers are thematically contrasting * [gh ext] Fix `GitKind` extension directory path * More cleanup * `./script/sign` cleanup * Add initial test * Show host name in repo creation prompts ++++ golangci-lint: - Update to version 2.1.2: * chore: prepare release * docs: fix default value of linters.exclusions.generated (#5735) * build(deps): bump github.com/ghostiam/protogetter from 0.3.14 to 0.3.15 (#5732) * dev: simplify mnd implementation (#5731) * build(deps): bump github.com/ldez/usetesting from 0.4.2 to 0.4.3 (#5729) * build(deps): bump github.com/ldez/exptostd from 0.4.2 to 0.4.3 (#5730) * build(deps): bump mvdan.cc/gofumpt from 0.7.0 to 0.8.0 (#5728) * build(deps): bump github.com/ghostiam/protogetter from 0.3.13 to 0.3.14 (#5727) * docs: update GitHub Action assets (#5724) * docs: update changelog ++++ gromox: - Update to release 2.45 * emsmdb: avoid emissions of PR_MESSAGE_SIZE in fastdownctx streams (this makes PST export possible). * email_lib: fix a lost space in IMAP BODYSTRUCTURE response. * mysql_adaptor: add support for nesting mlists in permission checks. * Recognize the IANA Character Set names `utf-16le`, `utf-16be` (and 32) when converting from RFC5322 to MAPI. ++++ hauler: - Update to version 1.2.2 (bsc#1241184, CVE-2024-0406): * cleanup new tlog flag typos and add shorthand (#426) * default public transparency log verification to false to be airgap friendly but allow override (#425) * bump github.com/golang-jwt/jwt/v4 (#423) * bump the go_modules group across 1 directory with 2 updates (#422) * bump github.com/go-jose/go-jose/v3 (#417) * bump github.com/go-jose/go-jose/v4 (#415) * clear default manifest name if product flag used with sync (#412) * updates for v1.2.0 (#408) * fixed remote code (#407) * added remote file fetch to load (#406) * added remote and multiple file fetch to sync (#405) * updated save flag and related logs (#404) * updated load flag and related logs [breaking change] (#403) * updated sync flag and related logs [breaking change] (#402) * upgraded api update to v1/updated dependencies (#400) * fixed consts for oci declarations (#398) * fix for correctly grabbing platform post cosign 2.4 updates (#393) * use cosign v2.4.1+carbide.2 to address containerd annotation in index.json (#390) * Bump the go_modules group across 1 directory with 2 updates (#385) * replace mholt/archiver with mholt/archives (#384) * forked cosign bump to 2.4.1 and use as a library vs embedded binary (#383) * cleaned up registry and improved logging (#378) * Bump golang.org/x/crypto in the go_modules group across 1 directory (#377) - drop 0001-Bump-the-go_modules-group-across-1-directory-with-2-.patch (upstream) ++++ hdjmod: - Update to version 1.37 * Compatibility with Linux 6.15 - Add service file to download source files based on spec file ++++ himmelblau: - Update to version 0.9.9+git.0.5425b98: * Version 0.9.9 * Ignore demands for setting up MS Authenticator ++++ ibus-typing-booster: - Update to 2.27.33 - Add /usr/local/share/m17n/, /usr/share/m17n/, ~/.m17n.d/ to in /usr/share/ibus/component/typing-booster.xml (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/661) - Some optimization and code cleanup of the emoji search code (about 30% faster) - Translation update from Weblate (es 94.9%) ++++ icewm: - Update to 3.7.3: * Add ColorQuickSwitchBorder themable preference for issue #736. * Make 4 graph widths themable for issue #178. * Support grabbing two keys simultaneously by a single keybinding definition when both keys are bound to the same keysym. * Add support for the _NET_WM_MOVERESIZE_CANCEL protocol option. * Add -Await option to icesh to wait for and select new client windows. * Unset DESKTOP_AUTOSTART_ID, DESKTOP_STARTUP_ID, XDG_ACTIVATION_TOKEN. * Add the "usertime" and "x11time" commands to icesh. * Improved loading of fonts in non-Latin environments. * Always allow both scrollbars to process the same key event. * When a key event is handled, don't propagate it further. * Support locales with three letter language codes. * Enforce a limit of 8 mouse pointer buttons, as more is impossible. * Support keybindings to shifted XF86keysyms like XF86AudioPause. * Better guard the integrity of window move/size operations. * Increase the maximum number of icewmbg backgrounds to 8000. * Let icewmbg also support the AVIF image format. * Improve support for properties with COMPOUND_TEXT in icesh. * Let icesh accept UTF-8 strings in properties. ++++ installation-images-MicroOS: - merge gh#openSUSE/installation-images#760 - etc: update module.config to match 6.15 - 17.157 ++++ installation-images-openSUSE: - merge gh#openSUSE/installation-images#760 - etc: update module.config to match 6.15 - 17.157 ++++ lazygit: - Update to version 0.49.0: * Skip date check when release worfklow is manually invoked * Escape special characters when git-ignoring files * Add test that shows problems with git-ignoring files with special characters * Fix crash when dragging from below the end of the diff upwards and then staging the range * Refactor: extract function clampLineIdx * Update translation files from crowdin * fix: update vscode color to logo color * Add a command to select all commits of the current branch * Show "hooks disabled" in title bar of commit message editor * Cleanup: don't render the commit length when typing in the description * Prefill the commit subject with the skipHook prefix when pressing `w` * Use dario.cat/mergo instead of github.com/imdario/mergo * Bump go-git * Add `runCommand` function to Go template syntax * Move test from commit to branch * Print which git version we are using for running integration tests * Remove conditional code related to git earlier than 2.22 * Remove canUsePushTrack parameter of obtainBranches function * Bump minimum required git version to 2.22 * Provide conflict resolution dialogs for non-textual conflicts * Allow chaining of FileSystem methods * Better main view display for conflicing files * Fix the bug described in the previous commit * Add test demonstrating problem with main view display when pressing `e` in a stack of branches * Add pageUp/pageDown/top/bottom keybindings to focused command log panel * Add pageUp/pageDown/top/bottom keybindings to confirmation panel * Cleanup: remove unused interfaces for helpers * Cleanup: get rid of the variadic parameter of ContextMgr.Push * Enable AutoRenderHyperLinks for the tooltip view * Bump gocui * Update kidpix link in README to active url * Add a breaking changes entry for using shell aliases * Add config os.shellFunctionsFile * Reorder configs in OSConfig * Revert commits related to using an interactive shell for running shell commands * Update disabled message * Add integration test * Fix discarding submodule changes in nested folders * Cleanup: rename predicate params (test -> predicate) * Bump generics dependency * Fix display of renamed files * Add test showing problem with the display of renamed files * feat: Implement range stash drop * Fix race with PTYs in integration tests * Cleanup: remove pointless `if` statement * Corrected interactive rebase keybinds example in README.md * Add "Absolute path" item to the file view's copy menu * Fix the bug mentioned in the previous commit * Add test for checking out a file from a range selection of commits * Add test for checking out a file from a commit * Fix double '#' on hexadecimal colors * Let users to define custom icons and color for files on the config file * Add newlines for correct markdown * Allow passing refresh scope to WithGpgHandling * fix: Make tag operation use GPG helper to run signing in sub-process * refactor: Express WithGpgHelper with a config key parameter * refactor: Make commit.gpgSign match official capitalization * refactor: Rename UsingGpg to make room for Gpg Tag logic * Add in missing "deprecated" yaml tags * Remove deprecated configs from auto generated config.md * Include empty arrays and maps in the generated Config.md * Add comments with more information * Remove text that is now unused * Commit without pre-commit hooks is independent on prefix * feat(submodules): add method to bulk init and update submodules * Specify a go release minor version * Add a root item ("/") if files at top level have changed * Make Node.path private * Use Path directly instead of GetPath getter inside the filetree package * Use GetPath accessor outside of filetree package * Rename Name to Path in File and CommitFile * Cleanup: make integration test assertions for files panel more specific * Fix postFilterTest to actually do what it says * Add a "Content of selected file" entry to the copy menu for commit files * Drop the git config cache when getting focus * Cleanup: remove more unnecessary type arguments * Revert "Skip post-checkout hook when discarding changes" * Support home and end as alternatives to '<' and '>' * Commit only tracked files in tracked only filter view * Show staged but untracked files in tracked only filter view * Add hint to not copy the whole defaults section into the config file * Ignore commit prefixes with an empty pattern * URL encode gitlab brackets to make consistent with branch names * Add an integration test for a config with a negative refspec * Update to go 1.24 * Add acme editor preset * Fix release schedule again * Set tab titles after reloading user config * Set view titles in configureViewProperties rather than createAllViews * Cleanup: standardize on accessing translations via gui.c.Tr * Fix layout of options view for non-english languages * Use Rewording instead of Committing when rewording the head commit * Use a WithWaitingStatus for rewording a non-head commit * Avoid double Refresh when rewording the head commit * Don't call OnCommitSuccess in handleReword * Support fish when running shell command * Remove unnecessary type arguments * Remove unused functions * Validate properties of customCommand when commandMenu is used * Add commandMenu property to custom commands * Extract a method CustomCommand.GetDescription * Change customCommand fields to pointers * Don't set showOutput explicitly * Fix a small mistake in Custom_Command_Keybindings.md * Fix wrong comment * Migrate to only doing marshalling twice, and compare via deep copy * Set up benchmark on migration * Fix release script once again * Fix release script * Remove obsolete filtering from setComment * Filter out [dev] comments earlier * Add launch config for debugging the schema generation * Skip post-checkout hook when discarding changes * Improve the error message when users have gpg signing turned on * Change side panel width calculation to work for larger numbers * Improve release workflow * Filter out [dev] comments when generating config doc * Use refs in jsonschema userconfig generator * Make commit prefixes migration only return true if it enters if statement * Change TestCommitPrefixMigrations to compare only strings * Change test to use named struct fields instead of positional fields * Use indentation of 2 when rewriting auto-migrated config file * docs: Add reference to confirmation key to intro message * Disable global keybinds while popups are active * Fix auto-release schedule * Fix race condition with reselecting the focused branch and rendering * Update README.md * Replace --include-untracked with -u in stash show command for compatibility and update failing tests * Add --include-untracked flag to stash show command * Validate keys of custom commands * Validate that Universal.JumpToBlock array has 5 elements * Validate keybindings * Add a few missing keybindings to docs/keybindings/Custom_Keybindings.md * Move labelByKey to config package * Add a gui.tabWidth config * Add a tabWidth parameter to WrapViewLinesToWidth to match gocui * Bump gocui * Add a "Copy to clipboard" menu to the Commit Files panel * Cleanup: simplify and tighten test expectations related to clipboard * Fix description of showFileTree * feat: Support multiple commit prefixes * Add option to copy commit message body * Use personal access token to push tag * Fix issue where latest tag wasn't obtained early enough in auto-release script * README.md: Update Sponsors * Suppress error logs when killing process on Windows * Don't try killing processes if we already know the command finished * Update translations from Crowdin * Change update_language_files.sh script to rename pt-PT to pt * Add some more information to pkg/i18n/translations/README.md * Fix json schema for context of CustomCommand * fix: properly detect icon for BAZEL and WORKSPACE files * Handle pasting multi-line commit messages * Bump gocui * Swap position of checkout-commit and checkout-branch menu items * go-deadlock version bump to fix crash with go 1.23 * Bump gocui * Fix possible crash when deleting a branch while filtering is active * Improve and adapt commit persistence test-cases * Implement reboot-resistant commit message persistence * Show filter state in top right corner of Files panel frame * Show current files filter as radio buttons * Allow user to switch filter when showing only conflicts * Allow user to filter the files view to only show untracked files * Fix incorrect stash diff after rename * Disable staging and unstaging lines or hunks when the diff context size is 0 * Fix tag truncated when copying to clipboard * Improve error reporting on config migration * Show confirmation menu when trying to amend changes while there are conflicts * Fix flicker when showing the status of a background fetch * Extract the inner part of WithWaitingStatus as a synchronous variant of it * Add option to delete local and remote tag * Rename NoTags to CommitHasNoTags * Integration tests for copy tags to clipboard * Add copy commit tags to clipboard toast message * Document copy tag keybinding * Copy Tags to clipboard * Show background fetch status in bottom line * Remove call to Render() * Expose {{.SelectedCommitRange}} to custom commands * Fix checking out a different branch while pushing a branch for the first time * Only avoid the blank line at end of view if view is not editable * Bump gocui * Add '--' to 'git rev-list' to disambiguate branch name from path ++++ leancrypto: - added keyring, https://leancrypto.org/about/smuellerDD-2024.asc - adjust license to BSD-3-clause ++++ mpvqt: - Update to 1.1.1 * add unobserveProperty function and add id argument to observeProperty * mpvcontroller: load config file from `/mpvqt/mpvqt.conf` ++++ libgme: - Update to version 0.6.4 * Extended the support of fade length in gme_info_t. * Added an ability to change fade duration by the new gme_set_fade_msecs() function. * Implemented RSN support via the gme_player. * Fixed several bugs at the GBS support. * Added an API to disable SPC echo completely (gme_disable_echo(Music_Emu*, int disable)) that can be used to avoid conflicts with external effects processors. * Implemented support for all known NSF chips. * Added support for more track info at M3U support. * The logic of the multi-channel output was changed to resolve the problem of the incorrect work. * Shared library now built with the exported symbols list and proper versioning enabled. * Added ability to build both static and shared libraries via CMake in the same build. - Project moved to github, change URL, Source0. - Use ldconfig_scriptlets macro. ++++ liblastfm-qt6: - Init liblastfm-qt6, a Qt 6 port of liblastfm. ++++ lvm2: - LVM filter behaves unexpectedly for MPIO devices in SLES15SP5 (bsc#1216938) * set lvm.conf devices.multipath_wwids_file="" ++++ mariadb: - fix build with pcre2 10.45 boo#1241198, adding mariadb-11.7.2-MDEV-36078-PCRE2-10.45-breaks-main.func_regexp_pcre-.patch based on upstream ++++ libmygpo-qt6: - Init libmygpo-qt6, a Qt 6 port of libmygpo-qt. ++++ opencsg: - Update to version 1.8.1: * Make the recently added GLSL vertex shader call also work with OpenGL versions 2.0 and 2.1. * Revert a change that solved some z-artifacts with Nouveau on Linux, but that triggered a different kind of rendering error on MacOS X. * Resolve an error in the CMake configuration. - Use cmake for build. - Drop dependency on freeglut: used only for example, which we do not build. - Purge specfile of lingering glew references. - Add BuildRequires: pkgconfig(gl) for ARM archs. ++++ seafile: - Update to 9.0.13: * Support lock office file on linux (#2889) * Add stopped by logout sync error (#2894) * Check and load ca path (#2885) * Use int as return value (#2874) * Check if dir is ignored and if file exists when record "index error" (#2863) * Don't set timeout for fs-id-list (#2862) * Add option to ignore symbol link (#2861) * Ignore case conflict error on linux (#2857) * Support GNUTLS (#2848) * Ignore checkout . and .. (#2841) * Hide windows incompatible path msg by default (#2847) * Check pwd hash and add crypt header (#2844) ++++ libsearpc: - Update to version 3.3.0.20250303: * Modify slow log format (#75) * Set slow threshold when log to stdout (#74) * Clean log (#73) * Update searpc-named-pipe-transport.c (#68) * Add log to stdout (#72) * Support write with non-blocking (#71) ++++ lvm2-lvmlockd: - LVM filter behaves unexpectedly for MPIO devices in SLES15SP5 (bsc#1216938) * set lvm.conf devices.multipath_wwids_file="" ++++ openmpi4: - Remove bad dependency from openmpi4-testsuite to openmpi4-testsuite-libs ++++ openmpi4-testsuite: - Remove bad dependency from openmpi4-testsuite to openmpi4-testsuite-libs ++++ openmpi5: - Remove bad dependency from openmpi5-testsuite to openmpi5-testsuite-libs ++++ openmpi5-testsuite: - Remove bad dependency from openmpi5-testsuite to openmpi5-testsuite-libs ++++ peazip: - Update to 10.4.0: * https://peazip.github.io/changelog.html ++++ postgresql14-timescaledb: - Update to version 2.19.3 https://github.com/timescale/timescaledb/releases/tag/2.19.3 ++++ postgresql15-timescaledb: - Update to version 2.19.3 https://github.com/timescale/timescaledb/releases/tag/2.19.3 ++++ postgresql16-timescaledb: - Update to version 2.19.3 https://github.com/timescale/timescaledb/releases/tag/2.19.3 ++++ postgresql17-timescaledb: - Update to version 2.19.3 https://github.com/timescale/timescaledb/releases/tag/2.19.3 ++++ python-azure-agent: - Fix %suse_version conditional in spec file so package is built using python2 in SLE 12 (bsc#1240385) ++++ python-openvino-telemetry: - Update to version 2025.1.0: * No release notes. ++++ python-Beaker: - Switch to pyproject macros. - Add patch avoid-dbm-sqlite3.patch: * Avoid dbm.sqlite3 to support testing with Python 3.13. ++++ python-aiohttp: - Update to 3.11.16 * Replaced deprecated asyncio.iscoroutinefunction with its counterpart from inspect * Fixed :class:multidict.CIMultiDict being mutated when passed to :class:aiohttp.web.Response -- by :user:bdraco. - from version 3.11.15 * Reverted explicitly closing sockets if an exception is raised during create_connection This change originally appeared in aiohttp 3.11.13 * Improved performance of WebSocket buffer handling * Improved performance of serializing headers - from version 3.11.14 * Fixed an issue where dns queries were delayed indefinitely when an exception occurred in a trace.send_dns_cache_miss * Fixed DNS resolution on platforms that don't support socket.AI_ADDRCONFIG * The connector now raises :exc:aiohttp.ClientConnectionError instead of :exc:OSError when failing to explicitly close the socket after :py:meth:asyncio.loop.create_connection fails * Break cyclic references at connection close when there was a traceback * Break cyclic references when there is an exception handling a request * Improved logging on non-overlapping WebSocket client protocols to include the remote address * Improved performance of parsing content types by adding a cache in the same manner currently done with mime types - from version 3.11.13 * Removed a break statement inside the finally block in :py:class:~aiohttp.web.RequestHandler * Changed connection creation to explicitly close sockets if an exception is raised in the event loop's create_connection method * Fixed test test_write_large_payload_deflate_compression_data_in_\ eof_writelines failing with Python 3.12.9+ or 3.13.2+ * Added human-readable error messages to the exceptions for WebSocket disconnects due to PONG not being received Previously, the error messages were empty strings, which made it hard to determine what went wrong. - from version 3.11.12 * MultipartForm.decode() now follows RFC1341 7.2.1 with a CRLF after the boundary * Restored the missing total_bytes attribute to EmptyStreamReader * Updated :py:func:~aiohttp.request to make it accept _RequestOptions kwargs. * Improved logging of HTTP protocol errors to include the remote address * Added aiohttp-openmetrics to list of third-party libraries * Added missing files to the source distribution to fix Makefile targets * Added a cythonize-nodeps target to run Cython without invoking pip to install dependencies * Started building armv7l musllinux wheels * The CI/CD workflow has been updated to use upload-artifact v4 and download-artifact v4 GitHub Actions * Restored support for zero copy writes when using Python 3.12 versions 3.12.9 and later or Python 3.13.2+ Zero copy writes were previously disabled due to CVE-2024-12254 which is resolved in these Python versions. - Drop test_relax_import_time.patch, fixed upstream ++++ python-alsa: - Update to version 1.2.14: * documentation updates * IEC958 fixes * hctltest1.py: Skip read/write if no values in element * alsamixer: fix return value in pyalsamixerelement_getvolumedb() * alsaseq: Fix type check in set_time() For details, see: https://www.alsa-project.org/wiki/Changes_v1.2.13_v1.2.14#alsa-python ++++ python-click-man: - Update to 0.5.1 * Bump workflow versions * README: Remove references to Python 2 * README: Update packaging overview * fix: Correct entrypoint * pre-commit: Bump versions ++++ python-crispy-bootstrap3: - Skip tests failing with Django 5.2 ++++ python-crispy-bootstrap4: - Add (huge) django52.patch to fix compatibility with Django 5.2 ++++ python-crispy-bootstrap5: - update to 2025.4 * Added Python 3.13 support. * Added support for Django 5.2. ++++ python-defcon: - update to 0.12.1: * clear glyph.lib on glyph.clear - update to 0.12.0: * Loop over all possibilities and test if one of them is disabled - update to 0.11.0: * add `.readthedocs.yaml` * Remove some big memory attributes from all defcon objects on delete * Mark regex/docstring as raw to fix SyntaxWarning invalid escape seq * Remove a useless shebang line in a non-executable test script * Remove guideline color key when setting color none * Update tested python versions ++++ python-django-appconf: - update to 1.1.0: * Dropped official support for Python 3.7 and 3.8. * Dropped official support for Django 3.2, 4.0, 4.1, and 5.0. * Added official support for Django 5.2. * Updated some old code to use more modern conventions. ++++ python-django-braces: - update to 1.17.0: * MultiplePermissionsRequiredMixin didn't do object-level permission checks. * RecentLoginRequiredMixin no longer throws error about GET requests in Django >= 5.0 ++++ python-django-crispy-forms: - update to 2.4: * ## 2.4 (2025-04-13) * Added support for Python 3.13. * Confirmed support for Django 5.2. ++++ python-napalm: - Enable sle15_python_module_pythons (project is Python 3.8+) - No longer remove Junos tests ++++ python-tariff: - Initial packaging effort for tariff 1.0.0. ++++ redsea: - Update to version 1.2.0 * RDS2 streams + RFT support. * Streams as hex. * Show RadioText A/B flag with --show-partial * Improve CSV loading speed. * Removed schema.json (it's not maintained) - the same information is now in the wiki. ++++ ruby-build: - Update to version 20250415. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20250415 * Add JRuby 10.0.0.0 by @headius in #2520 * Add 3.4.3 ++++ scummvm: - Add BuildRequires: libX11-devel * needed for tumbleweed build after dropping glew-devel - a52_init fix is needed only for leap 15.x - Drop unnecessary dependency on glew; has not been used since version 2.6.0 and replaced by GLAD (https://github.com/scummvm/scummvm/commit/21b0d6d). ++++ seadrive-fuse: - Update to 3.0.13: * https://github.com/haiwen/seadrive-fuse/compare/v2.0.28...v3.0.13 ++++ seadrive-gui: - Update to 3.0.13: * https://github.com/haiwen/seadrive-gui/compare/v2.0.28...v3.0.13 - Add fix-return-value.patch ++++ seafile-client: - Update to 9.0.13: * Fix overload error on linux * Avoid passing environment variables when launching other applications (#1604) * Add stopped by logout sync error (#1603) * Escape filename when set header (#1602) * Only check server url when username is empty (#1600) * Fix local opening (#1598) * Fix the tooltip of repo items (#1591) * Fix wayland window associations by renaming .desktop file (#1570) * check synced db before check if unsync repo (#1578) ++++ snallygaster: - Update to 0.0.13: - License change to 0BSD. - Django staticfile.json test (info). - Various minor fixes, style improvements, etc. ++++ steampipe: - Update to version 1.1.0: * fix tests * fix acc goreleaser * fix acc goreleaser * fix tests * fix tests * update test workflow * v1.1.0 * update wf * update changelog * update fdw * fix fdw version * new fdw and new db * db 14.17.0-dev.10 * new binaries tarred with --disable-copyfile macos * upgrade pipe-fittings * new darwin-arm64.txz tarred with --disable-copyfile macos * 14.17.0-dev.8 and also test on darwin amd * darwin-amd64.txz * 14.17.0-dev.7 and also test on linux arm * linux-arm64.txz * 14.17.0-dev.6 * new bin for linux amd64 * set the DYLIB path for pg_dump and pg_restore bins * go back to zonkyio bins * run test on macos arm and linux amd * run test on macos arm and linux amd * changes * new linux amd64 bin * again try with the locally built pg (with extensions) * again try with the locally built pg (with ssl) * again try with the locally built pg * upload new * update link to download the txz which we got from zonkyio and added dump and restore * update link to download the txz which has been built locally source * update link to download the txz which has been built locally from source * Revert "remove backup code" * fix tests * run acc tests on macos as well * remove backup code * update postgres database version and digest * setup oras * fix file ids * update curl commands * update build db image workflow to build the new db package * Fix issue where plugin start timeout was getting limited to 60s. Closes #4477 (#4493) * Added RateLimiterFromProto and RateLimiterasProto (#4500) * Upgrade to pipe-fittings v2, go-kit v1 (#4485) * Upgrade net and crypto to remediate vulnerabilities (#4462) * Fix link to plugins in README * Update README.md (#4442) * update readme tagline (#4441) * Update README.md (#4440) * Update to FDW v1.12.0 (#4415) * Update steampipe to use SDK v5.11.0 * Update to use pipe-fittings v1.6.0 (#4414) * Release issue template * Simplify install block in README * update tests * v1.0.0-rc.3 * Update README.md (#4411) * v1.0.0-rc.2 * [dep][go](deps): Bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.22.0 (#4364) * [dep][go](deps): Bump github.com/bgentry/speakeasy from 0.1.0 to 0.2.0 (#4372) * Rename CloudMetadata to PipesMetadata, move to pipe-fittings pipes package * [dep][actions](deps): Bump docker/login-action from 2 to 3 (#4370) * [dep][go](deps): Bump github.com/jackc/pgx/v5 from 5.6.0 to 5.7.1 (#4408) * [dep][go](deps): Bump github.com/containerd/containerd (#4405) * Update broken link to CLA (#4403) * tidy * update and enable config precedence tests * update version * Update SteampipeWorkspaceProfile to warn for removed args in workspace instead or erroring, fix timing flag, fix implicit workspaces * updated fdw for config dir parsing change * Remove args * Fix issue where steampipe was parsing all files in config dir * update caching tests * update fdw to fix caching * fdw update * fdw v1.12.0-rc.0 * update sdk ref * update sdk ref * update workflows * update pipe-fittings and plugin-sdk refs * move snapshotPanelData into steampipe from pf * remove leftover references of cloudhost, modlocation, dashboard options * update release workflow * update release workflow - checkout pipe-fittings * update release workflow - no assets required * update version * removed EnvIntrospection * removed EnvCloudHost & EnvCloudToken and deprecation handling * removed snapshot file(unused) * removed EnvModLocation * removed watch arg from query * removed mod-location arg and all references * removed EnvModLocation & EnvIntrospection * remove powerpipe notification * update version * update and re-enable snapshot tests * fix snapshot and output * Changing plugins hub url to correct one. (#4401) * fix cloud query issue and re-enable cloud tests * Update README.md (#4400) * Update README.md (#4399) * skip tests - add TODOs * skip tests - add TODOs * fix cache tests * timing streaming * acc * comments * remove named query tests * remove introspection tests * publish snapshot working * finally working * snapshot output and export working * app specific for sp plugin * update test workflow 7 * update test workflow 6 * update test workflow 5 * update test workflow 4 * update test workflow 3 * update test workflow 2 * update test workflow * working 1 * use pf correct branch * use 1.6.x pf * Fix unit test * Fix unit tests * go.mod * Update workflow * Update tests * building * rename Connection to SteampipeConnection remove unneeded code use CloudMetadata from pipe-fittings * use sdk branch * Update SteampipeOptionsBlockMapping to only include supported global options, rationalise options code * fix paths * clean * cd steampipe * path * checkout pipe-fittings * tidy * query display and query result moved to pipe fittings * remove unused display options * steampipe timing working * timing broken * fix plugin list * remove list subcommand * tidy imports * fix `term` transitive dependency error * fix references * rebase fixes * tidy * compiles but needs testing * compile fixes, move more utils to pipe-fittings * steampipe compiles * remove terminal options * rebased * tidy refs * compiles and seems to work connection state not populating * steampipe compiles * working on it * working on it * working on it * working on it * working on it * move stuff to pipe-fittings * Revert "initial snapshot refactoring" * Revert "remove use of snapshotRequired" * Revert "go mod tidy" * go mod tidy * remove use of snapshotRequired comment out non compiling code for now * initial snapshot refactoring * update version * dashboardexecute -> snapshot * remove dashboard, check options from workspace profile & default config * remove ui/dashboard * remove unnecessary funcs from pkg/modinstaller * remove control testdata * remove controlexecute and controlstatus and remove control and benchmark refs from dashboardexecute * remove pkg/dashboard/dashboardassets * remove pkg/dashboard/dashboardserver * remove dashboard service from service cmd * remove mod cmd * remove dashboard cmd * remove pkg/controldisplay * remove check cmd * remove variable cmd ++++ subfinder: - Add fix_cve_2024_0406.patch to patch github.com/mholt/archive dependency for bsc#1241187 / CVE-2024-0406 / GHSA-rhh4-rh7c-7r5v ++++ tree-sitter-query: - update to 0.5.1: * nothing of relevance ++++ tree-sitter-vimdoc: - update to 3.0.1: * fix(tests): adapt expected to heading changes ++++ vhba-kmp: - Update to release 20250329 * Linux 6.14 support ++++ vim-plugins: - update * ale 4.0.0 * cscope_maps 20210418 (bsc#1236667) * editorconfig 1.2.1 * latex 1.10.0+20250111 * neomutt.vim 20241013 * markdown 2.0.0+20240920 ------------------------------------------------------------------ ------------------ 2025-4-14 - Apr 14 2025 ------------------- ------------------------------------------------------------------ ++++ amazon-ecs-init: - Update to version 1.64.0-1 * Cache Agent version 1.64.0 - from version 1.63.1-1 * Cache Agent version 1.63.1 - from version 1.63.0-1 * Cache Agent version 1.63.0 - from version 1.62.2-1 * Cache Agent version 1.62.2 - from version 1.62.1-1 * Fix bug in cgroup mount for rpm builds - from version 1.62.0-1 * Update golang version 1.18.3 - from version 1.61.3-1 * Cache Agent version 1.61.3 - from version 1.61.2-1 * Cache Agent version 1.61.2 - from version 1.61.1-1 * Cache Agent version 1.61.1 * Install script no longer fails on systems using cgroups v2 * Add GO111MODULE=on to honnef.co/go/tools/cmd/staticcheck - from version 1.61.0-1 * Cache Agent version 1.61.0 * Check ipv4 routes for default network interface instead of defaulting to eth0 - from version 1.60.1-1 * Cache Agent version 1.60.1 - from version 1.60.0-1 * Cache Agent version 1.60.0 * Add volume plugin to rpm/deb package - from version 1.59.0-1 * Cache Agent version 1.59.0 * Log what pre-start is doing - from version 1.58.0-2 * Cache Agent version 1.58.0 * Add exec prerequisites to ecs-anywhere installation script - from version 1.57.1-1 * Cache Agent version 1.57.1 * Enable AL2 support for ECS-A * Initialize docker client lazily - from version 1.57.0-1 * Cache Agent version 1.57.0 - from version 1.56.0-1 * Cache Agent version 1.56.0 - from version 1.55.5-1 * Cache Agent version 1.55.5 - from version 1.55.4-1 * Cache Agent version 1.55.4 * GPU updates for ECS Anywhere * Introduce new configuration variable ECS\_OFFHOST\_INTROSPECTION\_NAME to specify the primary network interface name to block offhost agent introspection port access. - from version 1.55.3-1 * Cache Agent version 1.55.3 - from version 1.55.2-1 * Cache Agent version 1.55.2 - from version 1.55.1-1 * Cache Agent version 1.55.1 - from version 1.55.0-1 * Cache Agent version 1.55.0 - from version 1.54.1-1 * Cache Agent version 1.54.1 - from version 1.54.0-1 * Cache Agent version 1.54.0 - Add -buildmode=pie to go build command line (bsc#1239945) - Refresh reproducible.patch ++++ apko: - Update to version 0.25.7: * apk: fix cached APKINDEX to be world readable (#1621) * Use a lazy layerWriter for writing tar files (#1616) * Rewrite writeTar in terms of iterators (#1615) * For multi-layer images, include all layers (#1611) * Consider deps resolved if other resolved deps already provide them (#1606) * refactor: slim down interface requirements for fetching packages (#1614) * Drop pkg/apk/tarball (#1613) * Un-abstract the tarball package (#1609) * Pass through ReadAt to tarfs (#1607) * build(deps): bump go.step.sm/crypto from 0.59.1 to 0.60.0 (#1592) * build(deps): bump golang.org/x/sys from 0.31.0 to 0.32.0 (#1601) * build(deps): bump google.golang.org/api from 0.225.0 to 0.228.0 (#1591) * build(deps): bump sigs.k8s.io/release-utils from 0.11.0 to 0.11.1 (#1594) * build(deps): bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 (#1597) * build(deps): bump step-security/harden-runner from 2.11.0 to 2.11.1 (#1599) * build(deps): bump golang.org/x/sync from 0.12.0 to 0.13.0 (#1602) * build(deps): bump github/codeql-action from 3.27.9 to 3.28.14 (#1603) ++++ ast-grep: - Update to 0.36.3: * fix: transformation indent #1405 * feat: YAML schema validation for node and field types e0a5a47 * chore(deps): update dependency @ast-grep/napi to v0.36.2 f291ef3 * fix(deps): update rust crate crossterm to 0.29.0 4c62fe5 ++++ bcc: - Update to version 0.34.0 * Support for kernel up to 6.13 * Bump cmake minimum version to 3.12 * drop 0001-Bump-CMake-minimum-version-to-3.12.patch * statsnoop: Display syscall name with -s * readahead: Fix incorrect page accessed count since kernel 5.16 * libbpf-tools/opensnoop: Add new fields * libbpf-tools: hardirqs/softirqs: Fix logarithmic calculation issue * libbpf-tools/hardirqs: have better default display and add CPU column * libbpf-tools/klockstat: Better stack dump and summary info * libbpf-tools/sigsnoop: Support real-time signals and thread comm * libbpf-tools/statsnoop: Support more syscalls * libbpf-tools/memleak: Some fixes and better messages * tools/opensnoop: Add new fields and fix bad mode value * tools/profile: Prioritize using the cpu-cycles hardware event * tools/tcpdrop: Add support for dumping TCP drop reasons * Fix event name too long error in python source * doc update, other bug fixes and example improvement. * enable deterministic bytecode generation * drop deterministic_luajit.patch ++++ bpftrace: - Update to 0.23.1 * Fix build failures due to missing location.hh ++++ clojure: - Update to 1.12.0.1530: * Update to tools.deps 0.23.1512 * Also accept file for -Sdeps, and check it for staleness ++++ nodejs22: - fab6906c5d1c16b046187485a7cb136b3659d42b.patch: fix build with OpenSSL 3.5.0 (bsc#1241050) ++++ debhelper: - update to 13.24.2 * Update German translation of manpages (Closes: #1094029) * Update on Portuguese translation of man pages (Closes: #1100357) ++++ dpkg: - Update to version 1.22.18. The full changelog is very large. Please check it here: https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.18 - Changes from 1.22.17: https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.17 - Changes from 1.22.16: https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.16 - Changes from 1.22.15: https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.15 - Changes from 1.22.14: https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.14 - Changes from 1.22.13: https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.13 - Changes from 1.22.12: https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.12 - Refresh patch: * openssl.patch ++++ dracut: - Update to version 059+suse.722.g16d7e0c3: * refactor(multipath): remove custom multipathd.service * chore(multipath): remove `rd_NO_MULTIPATH` kernel command line option * feat(systemd): add new systemd-validatefs@.service * fix(dmsquash-live): do not check ISO md5 if image filesystem (bsc#1240919) * fix(dmsquash-live): use load_fstype to load driver for filesystems ++++ edk2-Shell: - Add patch to fix CVE-2024-38797 - boo#1240985: * 10928.patch ++++ fence-agents: - Set minimum python version to 3.11 for azure-arm - Update to version 4.16.0+git.1744277748.04ed38ab: * fence_sbd: Dump more information when crashdump option is enabled * build: make INITCONFDIR available for agents * fence_sbd: Send crashdump msg when crashdump option is set in reboot_cycle function * fence_sbd: Add crashdump option (jsc#PED-11931) (jsc#PED-12611) * fence_compute/fence_evacuate: dont use deprecated inspect.getargspec() * fence_ibm_vpc: refresh bearer-token in connect() if token data is corrupt, and avoid edge-case of writing empty token file * azure_fence.py: fix managed identity authentication (#605) * fence_nutanix_ahv: Handle API rate limits (#604) ++++ flannel: - Update to version 0.26.6: * Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common * Bump the etcd group with 4 updates * Bump the tencent group with 2 updates * Organize dependabot PR's more clearly by using groups * Use peer's wireguard port, not our own * Bump to codeql v3 * Pin all GHA to a specific SHA commit * Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (fix CVE-2025-30204, bsc#1240516) * Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common * Bump go.etcd.io/etcd/tests/v3 from 3.5.18 to 3.5.20 * add missing GH_TOKEN env var in release.yaml * Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/vpc * Upload chart archive with the release files * make deps * refactor release.yaml to reduce use of potentially vulnerable GH Actions * Bump golang.org/x/net from 0.34.0 to 0.36.0 * enable setting CNI directory paths in helm chart * Added cni file configuration on the chart * Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/vpc * Bump github.com/avast/retry-go/v4 from 4.6.0 to 4.6.1 ++++ gap-normalizinterface: - Update to release 1.4.0 * Update to/for Normaliz 3.10.2 (as usual this implies many breaking changes, e.g. input type `lattice_ideal` has been renamed to `normal_toric_ideal` while at the same time `lattice_ideal` has a new meaning that is not quite compatible with how it worked before. So beware and carefully study the Normaliz manual). ++++ gdm: - SLES16 won't ship pulseaudio-gdm-hooks so remove the last missing bits. ++++ gjs: - Update to version 1.84.2: + Closed bugs and merge requests: GtkNotebook.pages GListModel is inaccessible from GJS. ++++ python-Glances: - Support both lowercased and unnormalized metadata directory names. ++++ glbinding: - Expand/trim descriptions per guideline. - Initial package. - Add glbinding-install-libdir.patch: Fix install libdir; part of un-merged upstream PR [gh#cginternals/glbinding#206]. ++++ gnome-control-center: - Update to version 48.1: + Keyboard: Fix duplicated "Search" entries in the Custom Shortcuts + Network: Fix bad memory access in wsec_size_group_clear() + Power: Set suspend notice message visible by default + Printers: Run printer details response callback when closing dialog + Wellbeing: - Don't make screen time row activatable - Fix NAN handling for chart labels - Fix chart height calculation for partially filled week + Updated translations. ++++ gnome-shell: - Update to version 48.1: + Fix glitch in sliders when close to maximum. + Fix detecting suspend/resume for time tracking. + Fix wrongly sized images with fractional scaling. + Fix frozen cursor when using magnifier in push mode. + Fix session button on login screen after wrong password. + Misc. bug fixes and cleanups. + Updated translations. ++++ gnome-remote-desktop: - Update to version 48.1: + Reduce latency when PipeWire stream uses shared memories. ++++ google-guest-agent: - Update to version 20250411.00 * Re-enable disabled services if the core plugin was enabled (#521) - Add -buildmode=pie to go build command line (bsc#1239944) ++++ google-osconfig-agent: - Update to version 20250320.00 * Bump github.com/envoyproxy/protoc-gen-validate from 1.1.0 to 1.2.1 (#797) - from version 20250318.00 * Bump go.opentelemetry.io/otel/sdk/metric from 1.32.0 to 1.35.0 (#793) - from version 20250317.02 * Bump cel.dev/expr from 0.18.0 to 0.22.0 (#792) * Bump github.com/golang/glog from 1.2.3 to 1.2.4 in the go_modules group (#785) - from version 20250317.01 * Bump cloud.google.com/go/logging from 1.12.0 to 1.13.0 (#774) - from version 20250317.00 * Add tests for retryutil package. (#795) - from version 20250306.00 * Update OWNERS (#794) - from version 20250206.01 * Use separate counters for pre- and post-patch reboots. (#788) - from version 20250206.00 * Update owners (#789) - from version 20250203.00 * Fix the vet errors for contants in logging (#786) - from version 20250122.00 * change available package check (#783) - from version 20250121.00 * Fix Inventory reporting e2e tests. (#782) - from version 20250120.00 * fix e2e tests (#781) - Add -buildmode=pie to go build command line (bsc#1239948) - Drop CVE-2024-45339.patch, merged upstream - Renumber patches ++++ grml-zsh-config: - Update to 0.19.18: * Cleanup zshrc #197 ++++ pipewire: - Update to version 1.4.2: * Highlights - Do extra checks for MIDI to avoid 100% CPU usage on older kernels. - Fix some potential crashes in POD builder. - pw-cat streaming improvements on stdout/stdin. - Small fixes and improvements. * PipeWire - Make the service files depend on DBus to avoid startup races. * SPA - Do extra checks for MIDI to avoid 100% CPU usage on older kernels. - Use Header metadata by default in videoadapter. - Handle set_format result from v4l2 better. - Handle crash when POD builder overflows in the filter. - Work around a libebur128 bug. (#4646) * Tools - pw-cat prefers AU format when streaming on stdout/stdin. (#4629) - Improve pw-cat verbose sndfile format debug. - Add the missing --channel-map long option to pw-loopback. * GStreamer - Fix a leak in the deviceprovider. (#4616) - Fix negotiation and make renegotiation better. ++++ hugin: - Build with EGL support on Tumbleweed, as wxwidgets is also similarly configured (boo#1235150). - Build with libepoxy instead of glew for better wayland performance. - Drop use of deprecated %suse_update_desktop_file macro. ++++ incus: - update to 6.11: * Allow ICMP and low ports for unprivileged users in OCI containers by @gwenya in #1706 * doc: Clarify virtiofsd requirements by @stgraber in #1718 * Fix generate-database usage for incusd/db by @breml in #1719 * Do not allow mounting of custom block volume snapshots by @presztak in #1720 * generate-database: Abstract db connection / db transaction by @breml in #1721 * Fix snapshot size handling in cross-pool copy/move by @presztak in #1717 * generate-database: Accept interface in PrepareStmts by @breml in #1725 * Simplify evaluateShorthandFilter by reducing nesting levels by @presztak in #1727 * incusd/storage: Don't use sparse writer on thick LVM by @stgraber in #1729 * generate-database: Add support for marshal to JSON by @breml in #1731 * Fixed incus edk2 path overwrite issue by @nanjj in #1726 * Do not download instance types if cache loadable by @nanjj in #1732 * Clarify security.secureboot setting by @gwenya in #1740 * Fix DNS for isolated OVN networks by @gwenya in #1738 * Allow announcing extra routes through DHCPv4 by @gwenya in #1734 * Fix link parsing failure on non-ethernet devices by @stgraber in #1742 * Fix revert on OCI container creation failure by @gwenya in #1744 * generate-database: Handle non tx DB connections by @breml in #1745 * incus file edit extension by @gwenya in #1746 * Cleanup internal API endpoints by @stgraber in #1747 * Tweak help message for rebuild by @stgraber in #1754 * Use lego binary for DNS-01 challenge by @accuser in #1753 * incusd/storage/zfs: Fix ZFS CreateVolume deletes pre-existing data on failure by @mrstux in #1749 * incus/file: Always use 1MB chunks for SFTP by @stgraber in #1758 * Use the correct path for ingesting DNS-01 challenge certificate outputs by @accuser in #1759 * incusd/bgp: Rework start/stop logic by @stgraber in #1761 * incusd/network/ovn: Skip existing static routes by @stgraber in #1762 * incusd/instance/qemu: Set caching-mode with intel-iommu by @stgraber in #1772 * incus-agent: Improve SFTP performance by @stgraber in #1773 * incusd/network/ovn: Keep getting router name when network none by @diegofernandes in #1771 * make incus copy --device xx,type=none drop remaining device properties by @schnoddelbotz in #1764 * incusd/instance/qemu: rtc base localtime for windows by @nanjj in #1767 * Add option to configure DNS server for bridge and OVN networks by @gwenya in #1739 * Use lego binary for http 01 challenge by @accuser in #1770 * Handle live migration between QEMU versions by @stgraber in #1775 * incusd/instance/qemu: Skip to link nvram to itself by @nanjj in #1760 * Switch to new MAC address prefix by @stgraber in #1776 * client: Fix spelling errors found by codespell by @cjwatson in #1777 * Add ipv4.dhcp.expiry option for ovn networks by @gwenya in #1781 * Configure DHCP on existing instance interfaces when it is enabled on a network by @gwenya in #1780 * incusd/instance/edk2: Select SecureBoot capable firmware on Debian by @stgraber in #1782 * Fix some go vet warnings by @stgraber in #1784 * Clear gofumpt by @stgraber in #1803 * Fix some BGP issues by @stgraber in #1805 * incusd/instance/qemu: bad pid check by @nanjj in #1806 * Fix spelling errors and run codespell automatically by @cjwatson in #1778 * incus/file: Properly handle relative source paths by @stgraber in #1809 * cmd/storage: incorrect CLI syntax in storage pool creation examples by @ViniRodrig in #1810 * Improve DB performance by @stgraber in #1811 * incusd/network/ovn: Fix default DNS IPv4 server by @stgraber in #1812 * Extend OS detection logic by @stgraber in #1813 * Add allocated CPU time to instance state by @bensmrs in #1807 * incusd/certificates: Properly handle bad PEM data by @stgraber in #1816 * Extra generate-database features by @masnax in #1817 * incusd/network/common: Handle missing BGP peer by @stgraber in #1818 * incusd/cluster/evacuate: Don't live-migrate stopped instances by @stgraber in #1819 * Fix generator table pluralization by @masnax in #1823 * incusd/instance/qemu enable s4 by default by @nanjj in #1820 * Add support for USB NICs by @bensmrs in #1814 * incusd/storage/s3 Fixed minio client mc too ambious issue by @nanjj in #1821 * incusd/networks: Validate configuration on join too by @stgraber in #1824 * Update gomod for go-jwt vulnerability by @stgraber in #1825 * cmd/generate-database/db: Fix GetNames spacing by @masnax in #1826 * github: Rework issue templates by @stgraber in #1827 * Update Debian installation documentation by @gibmat in #1830 * Extend minio client naming by @gibmat in #1829 * Various fixes from address set PR by @stgraber in #1831 * incusd/instance/lxc: Cleanup OCI mount paths by @stgraber in #1834 * Add io.bus=usb for disks by @bensmrs in #1835 * golangci: Upgrade to version 2 by @stgraber in #1836 * golangci: Disable STI005 error checks by @stgraber in #1841 * Standalone changes from the Linstor branch by @stgraber in #1842 * incusd/storage/s3 minio client check enhancement by @nanjj in #1839 * incusd/network/ovn: Remove internal routes to forward/load-balancers by @stgraber in #1843 * incusd/instance/edk2: Always prefer the EDK2 override by @stgraber in #1847 * Fixes from Linstor branch by @stgraber in #1846 * Add linstor storage driver by @luissimas in #1621 * Add linstor.remove_snapshots config option by @luissimas in #1848 * doc/support: Update feature release version by @bensmrs in #1853 * incusd/instance: Don't enforce device/config validation on snapshots by @stgraber in #1854 * OCI entrypoint configuration by @gwenya in #1845 - update to 6.10.1: * incusd/network/bridge: Fix deletion of tunnels and dummy devices by @montag451 in #1698 * Translations update from Hosted Weblate by @weblate in #1710 * Provide the RBD keeyring to QEMU by @stgraber in #1709 * incusd/storage/ceph: Re-introduce keyring parsing by @stgraber in #1716 * Move IOMMU handling under configuration option by @stgraber in #1715 - update to 6.10: * incusd/instance/drivers/qmp: Handle missing log directory by @stgraber in #1604 * incus-user: keep track of socket path used to connect to the server by @bboozzoo in #1607 * incus-user: unify logging, support --verbose and --debug by @bboozzoo in #1606 * Add project support to profiles in preseed init by @megheaiulian in #1608 * incusd/network/ovn: Fix bad route check by @stgraber in #1616 * incus/file/pull: Ensure we have a leading / in all paths by @stgraber in #1617 * incus/file/pull: Read files in chunks by @stgraber in #1623 * doc/installing: mention incus group on NixOS by @dawidd6 in #1622 * incus/file/pull: Actually make read buffer 1MiB by @stgraber in #1624 * Translations update from Hosted Weblate by @weblate in #1639 * incusd/device/disk: Allow virtiofsd on non-x86 by @stgraber in #1638 * Translations update from Hosted Weblate by @weblate in #1640 * Translations update from Hosted Weblate by @weblate in #1642 * incusd/instance/drivers/qemu: Add IOMMU device by @stgraber in #1644 * incus/file: Remove unused function by @stgraber in #1645 * Translations update from Hosted Weblate by @weblate in #1646 * incus/network/info (ovn): Fix object not found. by @rxtom in #1628 * incusd/instance/drivers: Improve NUMA balancing by @lnutimura in #1626 * incusd/network/bridge: Fix deletion of tunnels and dummy devices by @montag451 in #1627 * incus/file: Move from path to filepath by @stgraber in #1647 * Added LZ4 support for incus import by @Spitfireap in #1611 * Add vrf parameter for routed-nic devices by @ibot3 in #1615 * Translations update from Hosted Weblate by @weblate in #1648 * Translations update from Hosted Weblate by @weblate in #1651 * Move generators to the cmd package by @stgraber in #1652 * Fix incorrect volume group naming when vg_name is not specified by @presztak in #1653 * Rename incus-generate and incus-doc by @breml in #1654 * Implement smbios11 config keys by @stgraber in #1655 * Fix instance copy error when using '--refresh' flag by @presztak in #1658 * Fix docs for load balancer create backend by @gwenya in #1661 * incusd/instance/utils: Only check uid/gid for containers by @stgraber in #1662 * incusd/main_nsexec: Fix change_namespaces fallback to handle multiple… by @stgraber in #1664 * Check if disk is remote when migrating with an extra disk by @presztak in #1669 * incusd/instance/edk2: Look for bios.bin in /usr/share/seabios by @stgraber in #1672 * Replace ast.Package with types.Package by @breml in #1665 * list/format: provide more information on error by @rxtom in #1666 * Add additional validation when joining a new cluster member by @presztak in #1680 * Upgrade flosch/pongo2 to v6 by @nanjj in #1677 * incusd/resources: Prevent concurrent runs and cache data for 10s by @stgraber in #1681 * Fix importing from older backups by @stgraber in #1683 * fix: Don't attempt to download signatures for oci by @m2Giles in #1685 * Ensure directories have 755 permissions in incus file push -p command by @presztak in #1687 * devcontainer: Update Go to 1.23 by @breml in #1689 * Make "Code generated" comments for generate-database Go conformant by @breml in #1690 * Disclaimer internal tool for generate-database and generate-config by @breml in #1694 * Truncate the block file during custom volume migration by @presztak in #1696 * Rework virtiofsd uid/gid map handling by @stgraber in #1692 * Remove unused arguments and parameters by @presztak in #1699 * generate-database: Use deferred func to map errors & make generated code self-sufficient by @breml in #1695 * incus/top: Fix handling of all-projects by @stgraber in #1701 * Ceph refactor by @MadnessASAP in #1538 * incus/file: Port remaining functions to SFTP by @HassanAlsamahi in #1649 * Add filtering to all API collections by @gwenya in #1679 * Add provider for DNS-01 ACME challenge by @accuser in #1668 ++++ k9s: - Update to version 0.50.3: * Maintenance Release! A bit more code spring cleaning/TLC and address a few bugs: - [RBAC View] Fix issue bombing out on RBAC cluster roles - [Custom Views] Fix issue with parsing jq filters and bombing out (Big Thanks to Pierre for flagging it!) ++++ kernel-debug: - wifi: ath11k: update channel list in worker when wait flag is set (bsc#1241134). - commit 3b45a43 ++++ kernel-default: - wifi: ath11k: update channel list in worker when wait flag is set (bsc#1241134). - commit 3b45a43 ++++ kernel-source: - wifi: ath11k: update channel list in worker when wait flag is set (bsc#1241134). - commit 3b45a43 ++++ kernel-docs: - wifi: ath11k: update channel list in worker when wait flag is set (bsc#1241134). - commit 3b45a43 ++++ kernel-kvmsmall: - wifi: ath11k: update channel list in worker when wait flag is set (bsc#1241134). - commit 3b45a43 ++++ kernel-obs-build: - wifi: ath11k: update channel list in worker when wait flag is set (bsc#1241134). - commit 3b45a43 ++++ kernel-obs-qa: - wifi: ath11k: update channel list in worker when wait flag is set (bsc#1241134). - commit 3b45a43 ++++ kernel-syms: - wifi: ath11k: update channel list in worker when wait flag is set (bsc#1241134). - commit 3b45a43 ++++ kernel-vanilla: - wifi: ath11k: update channel list in worker when wait flag is set (bsc#1241134). - commit 3b45a43 ++++ libadwaita: - Update to version 1.7.2: + Adjust GtkWindowControls styles for GTK 4.18.4 changes. ++++ xfsprogs: - update to 6.14.0 - xfs_scrub_all: localize the strings in the program - xfs_protofile: add messages to localization catalog - Makefile: inject package name/version/bugreport into pot file - xfs_scrub_all: rename source code to .py.in - xfs_protofile: rename source code to .py.in - xfs_repair: handling a block with bad crc, bad uuid, and bad magic number needs fixing - xfs_repair: fix stupid argument error in verify_inode_chunk - xfs_repair: fix infinite loop in longform_dir2_entry_check* - xfs_repair: fix crash in reset_rt_metadir_inodes - xfs_repair: don't recreate /quota metadir if there are no quota inodes - xfs_repair: fix wording of error message about leftover CoW blocks on the rt device - xfs_io: Add cachestat syscall support - xfs_io: Add RWF_DONTCACHE support to preadv2 - xfs_io: Add RWF_DONTCACHE support to pwritev2 - xfs_io: Add support for preadv2 - make: remove the .extradep file in libxfs on "make clean" - xfs_{admin,repair},man5: tell the user to mount with nouuid for snapshots - xfsprogs: Fix mismatched return type of filesize() - xfs_io: don't fail FS_IOC_FSGETXATTR on filesystems that lack support - configure: additionally get icu-uc from pkg-config - xfs_scrub: use the display mountpoint for reporting file corruptions - xfs_scrub: don't warn about zero width joiner control characters - xfs_scrub: fix buffer overflow in string_escape - xfs_db: add command to copy directory trees out of filesystems - xfs_db: make listdir more generally useful - xfs_db: use an empty transaction to try to prevent livelocks in path_navigate - xfs_db: pass const pointers when we're not modifying them - mkfs: enable reflink on the realtime device - mkfs: validate CoW extent size hint when rtinherit is set - xfs_logprint: report realtime CUIs - xfs_repair: validate CoW extent size hint on rtinherit directories - xfs_repair: allow realtime files to have the reflink flag set - xfs_repair: rebuild the realtime refcount btree - xfs_repair: reject unwritten shared extents - xfs_repair: check existing realtime refcountbt entries against observed refcounts - xfs_repair: compute refcount data for the realtime groups - xfs_repair: find and mark the rtrefcountbt inode - xfs_repair: use realtime refcount btree data to check block types - xfs_repair: allow CoW staging extents in the realtime rmap records - xfs_spaceman: report health of the realtime refcount btree - xfs_db: add rtrefcount reservations to the rgresv command - xfs_db: copy the realtime refcount btree - xfs_db: support the realtime refcountbt - xfs_db: display the realtime refcount btree contents - man: document userspace API changes due to rt reflink - mkfs: create the realtime rmap inode - xfs_logprint: report realtime RUIs - xfs_repair: reserve per-AG space while rebuilding rt metadata - xfs_repair: rebuild the bmap btree for realtime files - xfs_repair: check for global free space concerns with default btree slack levels - xfs_repair: rebuild the realtime rmap btree - xfs_repair: always check realtime file mappings against incore info - xfs_repair: check existing realtime rmapbt entries against observed rmaps - xfs_repair: find and mark the rtrmapbt inodes - xfs_repair: refactor realtime inode check - xfs_repair: create a new set of incore rmap information for rt groups - xfs_repair: use realtime rmap btree data to check block types - xfs_repair: flag suspect long-format btree blocks - xfs_repair: tidy up rmap_diffkeys - xfs_spaceman: report health status of the realtime rmap btree - xfs_db: add an rgresv command - xfs_db: make fsmap query the realtime reverse mapping tree - xfs_db: copy the realtime rmap btree - xfs_db: support the realtime rmapbt - xfs_db: display the realtime rmap btree contents - xfs_db: don't abort when bmapping on a non-extents/bmbt fork - xfs_db: compute average btree height - man: document userspace API changes due to rt rmap - xfs_scrub: try harder to fill the bulkstat array with bulkstat() - xfs_scrub: ignore freed inodes when single-stepping during phase 3 - xfs_scrub: hoist the phase3 bulkstat single stepping code - xfs_scrub: don't blow away new inodes in bulkstat_single_step - xfs_scrub: return early from bulkstat_for_inumbers if no bulkstat data - xfs_scrub: don't complain if bulkstat fails - xfs_scrub: don't - xfs_scrub: don't double-scan inodes during phase 3 - xfs_scrub: actually iterate all the bulkstat records - xfs_scrub: selectively re-run bulkstat after re-running inumbers - xfs_scrub: remove flags argument from scrub_scan_all_inodes - xfs_scrub: call bulkstat directly if we're only scanning user files - xfs_scrub: don't report data loss in unlinked inodes twice - man: document new XFS_BULK_IREQ_METADIR flag to bulkstat - xfs_db: obfuscate rt superblock label when metadumping - mkfs,xfs_repair: don't pass a daddr as the flags argument - drop mkfs-fix-filesize-function-compilation-error-on-32-b.patch The fix is now included in the v6.14.0 release. ++++ libmtp: - Fix rules installation issue (boo#1234772) Rules were installed in /usr/lib/udev/rules.d/udev/rules.d ++++ ncurses: - Add ncurses patch 20250412 + add pangoterm -TD + add kf1 to kf5 to sclp (report by Werner Fink) + add vt100+pf1-pf4 -TD - Modify patch ncurses-5.9-ibm327x.dif * Skip the further entry as now aprt of the common `sclp' entry * Add ansi.sys entry to ibm327x for coloring support ++++ nftables: - Update to release 1.1.2 * Allow for expressing protocol dependency on sets. * Support for more advanced bitwise operations with statements. * Set element auto-merge now skips elements with timeout/expiration. * Memory footprint reduction for set elements. * Updated `nft monitor` to report flowtable events. * Support for merging bitmask matching in set/map with - o/--optimize. * Improved MPTCP support with symbol table for subtypes. ++++ libnftnl: - Update to release 1.2.9 * Added support for kernel space AND, OR and XOR operations (for Linux kernel >= 6.13) * Fix ct id being printed as "unknown" key ++++ libnvme: - Update to version 1.13: * Release v1.13 * doc: Regenerate all docs for v1.13 * fabrics: retry connect command on EINTR * types: Fix Live Migration SEQIND Shift and Mask * types: add performance characteristics attribute type values * util: add performance characteristics feature decode function * types: add performance characteristics feature access values * types: add performance attribute structures * types: Update nvme_id_independent_id_ns fields based on NVMe 2.1 spec * mock.c: fix checking of HAVE_GLIBC_IOCTL * libnvme: do not byte swap command dwords * ioctl: return status code when using liburing * src: update include directive * gitignore: ignore .build-tools * tree: add routine to fetch subsys firmware rev * tree: add routine to fetch subsys model - add liburing dependency only for newer distros ++++ openvino: - Update to 2025.1.0 - Downgrade from gcc13-c++ to 12 due to incompatibility in tbb compilation. This was due to C++ libraries (using libstdc++) resulting in the error: libtbb.so.12: undefined reference to `__cxa_call_terminate@CXXABI_1.3.15' - More GenAI coverage and framework integrations to minimize code changes * New models supported: Phi-4 Mini, Jina CLIP v1, and Bce Embedding Base v1. * OpenVINO™ Model Server now supports VLM models, including Qwen2-VL, Phi-3.5-Vision, and InternVL2. * OpenVINO GenAI now includes image-to-image and inpainting features for transformer-based pipelines, such as Flux.1 and Stable Diffusion 3 models, enhancing their ability to generate more realistic content. * Preview: AI Playground now utilizes the OpenVINO Gen AI backend to enable highly optimized inferencing performance on AI PCs. - Broader LLM model support and more model compression techniques * Reduced binary size through optimization of the CPU plugin and removal of the GEMM kernel. * Optimization of new kernels for the GPU plugin significantly boosts the performance of Long Short-Term Memory (LSTM) models, used in many applications, including speech recognition, language modeling, and time series forecasting. * Preview: Token Eviction implemented in OpenVINO GenAI to reduce the memory consumption of KV Cache by eliminating unimportant tokens. This current Token Eviction implementation is beneficial for tasks where a long sequence is generated, such as chatbots and code generation. * NPU acceleration for text generation is now enabled in OpenVINO™ Runtime and OpenVINO™ Model Server to support the power-efficient deployment of VLM models on NPUs for AI PC use cases with low concurrency. - More portability and performance to run AI at the edge, in the cloud, or locally. * Additional LLM performance optimizations on Intel® Core™ Ultra 200H series processors for improved 2nd token latency on Windows and Linux. * Enhanced performance and efficient resource utilization with the implementation of Paged Attention and Continuous Batching by default in the GPU plugin. * Preview: The new OpenVINO backend for Executorch will enable accelerated inference and improved performance on Intel hardware, including CPUs, GPUs, and NPUs. ++++ primesieve: - Update to primesieve-12.8 - Vectorize primesieve::iterator.prev_prime() using AVX512 - api.cpp: Tune sieve array size - PreSieve.cpp: Simplify SIMD code - PreSieve_default.hpp: New algorithm that is also fast using -Os and -O2 - PreSieve_arm_neon.hpp: New file, contains ARM NEON algorithm - PreSieve_arm_sve.hpp: New file, contains ARM SVE algorithm - PreSieve_x86_avx512.hpp: New file, contains AVX512 algorithm - PreSieve_x86_sse2.hpp: New file, contains SSE2 algorithm - ci/benchmark.yaml: Add CI test to detect performance regressions - README.md: Fix Markdown math formula - README.md: Add stress testing section - C_API.md: Fix Markdown math formula - CPP_API.md: Fix Markdown math formula ++++ ruby3.4: - Update to 3.4.3 https://github.com/ruby/ruby/releases/tag/v3_4_3 ++++ tcpd: - drop -std=gnu11, add tcp_wrappers_7.6-gcc15.patch, adapted from debian, to support dependant packages such as quota or rpcbind ++++ mangohud: - Remove glew dependency * Added mangohud-remove-glew-dep.patch ++++ mariadb-connector-odbc: - Update to upstream version 3.2.5 * ODBC-454 Error in SQLForeignKeys in keys of FK parameters only and no FK * ODBC-449 Fractional seconds could be lost with SQLExecDirect * ODBC-437 Driver returns wrong unicode string length see https://mariadb.com/kb/en/about-mariadb-connector-odbc/ for comprehensinve list of changes - mariadb.keyring: upstream release keyring - mysql_header_path.patch, iconv.patch: dropped, unnecessary - nosoname.patch DSN_names.patch: refreshed ++++ melange: - Update to version 0.23.6: * pipelines: cmake/build: Use verbose mode by default (#1910) * Include /usr/local paths in generateShbangDeps; drop /bin (#1909) * fix(pipelines/git-checkout): preserve ownership of existing files (#1893) * sbin-merge: reorder default pipeline path (#1907) * Move apko's tarball package into melange (#1906) * Upgrade golangci-lint to 1.64.8 (#1904) * build(deps): bump the gomod group across 1 directory with 6 updates (#1879) * build(deps): bump the actions group across 1 directory with 5 updates (#1895) * deprecate goreleaser build pipeline (#1892) * test.go: Invoke apkofs.DirFS with option to create dir if missing (#1897) * github: fixup presubmit workflow (#1900) * fix random issue with package.full-version (#1898) * Improve failure message for usrmerge linter (#1894) ++++ mutter: - Update to version 48.2: + Fix animated cursors + Announce workspace changes to screen reader + Fix popups showing in some situations + Fix wrong cursor after window animations + Fixed crashes + Misc. bug fixes and cleanups + Updated translations. ++++ nvme-cli: - Update to version 2.13: * Release v2.13 * doc: Regenerate all docs for v2.13 * nvme-print: print new fields of nvme_id_independent_id_ns * plugins/lm: Refine Sequence Indicator description and macro usage * plugins/solidigm: Updated SMART PLL Lock Loss counters field * nvme-print: display fw-rev in list-subsys output * nvme-print: display model in list-subsys output * nvme-cli: attach ns to local controller if none specified * Revert "nvme-print-json: display only verbose output" * nvme: fix to set nvme_io_args reftag value * netapp-ontapdev: add subsysname to regular output * nvme-print: use allocation error string variable * plugins: add NVMe feature extension * nvme-print: add nvme_show_perror() variable number arguments * nvme-print-json: set allocation error string directly * ocp: Fix print_formatted_var_size_str and json_add_formatted_var_size_str * ocp: replace no-uuid option help string to use no_uuid variable * plugins/lm: Pass numd option to nvme_lm_migration_recv * plugins: sort subdir list as alphabetical order * plugins: move meson.build solidigm-nvme.c into solidigm/meson.build * completions: Update solidigm parse-telemetry-log --sourcefile * documentation: Updated solidigm parse-telemetry-log source-file. * plugins/solidigm: Fix parse-telemetry-log command parsing error handling. * plugins/solidigm: parse-telemetry-log aware of OCP2.5 binaries * sndk: Add documentation for Sandisk plugin commands * sandisk: Add sandisk plugin * netapp-ontapdev: add subsysname to the verbose output * sed: add SED man pages ++++ obs-service-cargo: - Update to version 5.1.0: * Bump toolchain version to stable * Apply fix for clippy error "double_ended_iterator_last" * Make `segments` mutable in testing code * Update Cargo.lock ++++ perl: - update to 5.40.2 * fix heap buffer overflow with tr// [bsc#1241083] [CVE-2024-56406] ++++ perl-Data-Section-Simple: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-File-Slurper: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-File-Which: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-Heap: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-Role-Hooks: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ perl-Set-Object: - Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details ++++ pnpm: - udate to 10.8.1: * Patch Changes - Removed bright white highlighting, which didn't look good on some light themes #9389. - If there is no pnpm related configuration in package.json, onlyBuiltDependencies will be written to pnpm-workspace.yaml file #9404. - The patch file path saved by the pnpm patch-commit and patch-remove commands should be a relative path #9403. ++++ python-proton-vpn-local-agent: - update to 1.4.5: * local_agent_rs/Cargo.toml: Relax on dependency versions * python-proton-vpn-local-agent/src: replaced pyo3_asyncio_0_21 by pyo3_async_runtimes * python-proton-vpn-local-agent/Cargo.toml * Improve how pyo3-async-runtimes is used * fix: [VPNLINUX-1195] merge community update ++++ python-Kivy: - Support both lowercased and unnormalized metadata directory names. ++++ python-lxml: - update to 5.3.2 (bsc#1237370, CVE-2025-24928): * This release resolves CVE-2025-24928 as described in * https://gitlab.gnome.org/GNOME/libxml2/-/issues/847 * GH#440: Some tests were adapted for libxml2 2.14.0. * LP#2097175: ``DTD(external_id="…")`` erroneously required a byte string as ID value. * GH#450: ``iterparse()`` internally triggered the `DeprecationWarning`` added in lxml 5.3.0 when parsing HTML. ++++ python-Authlib: - Support both lowercased and unnormalized metadata directory names. ++++ python-BTrees: - Support both lowercased and unnormalized metadata directory names. ++++ python-BitVector: - Support both lowercased and unnormalized metadata directory names. ++++ python-Chameleon: - Support both lowercased and unnormalized metadata directory names. ++++ python-Cheetah3: - Support both lowercased and unnormalized metadata directory names. ++++ python-Durus: - Support both lowercased and unnormalized metadata directory names. ++++ python-Glymur: - Support both lowercased and unnormalized metadata directory names. ++++ python-GooCalendar: - Support both lowercased and unnormalized metadata directory names. ++++ python-HeapDict: - Support both lowercased and unnormalized metadata directory names. ++++ python-IMAPClient: - Support both lowercased and unnormalized metadata directory names. ++++ python-LTTL: - Support both lowercased and unnormalized metadata directory names. ++++ python-Logbook: - Support both lowercased and unnormalized metadata directory names. ++++ python-Mako: - update to 1.3.10: * Fix undefined variable errors when strict_undefined=True when using a nested list comprehension. ++++ python-Markups: - Support both lowercased and unnormalized metadata directory names. ++++ python-Parsley: - Support both lowercased and unnormalized metadata directory names. ++++ python-Protego: - Support both lowercased and unnormalized metadata directory names. ++++ python-PyChromecast: - Support both lowercased and unnormalized metadata directory names. ++++ python-PyGithub: - Support both lowercased and unnormalized metadata directory names. ++++ python-PyKCS11: - Support both lowercased and unnormalized metadata directory names. ++++ python-PyKMIP: - Support both lowercased and unnormalized metadata directory names. ++++ python-PyLaTeX: - Support both lowercased and unnormalized metadata directory names. ++++ python-django-request: - Update to 1.7.0 * Support for Django 2.2, 3.2, 4.0, and 4.1 has been dropped. * Support for Python 3.6 and 3.7 has been dropped. * Confirms support for Python 3.12 and 3.13. * Adds support for Django 5.0 and 5.1. * Changes the pie chart with top browsers to a table. - Drop merged test_week.patch, rebase the other patches. ++++ python-google-cloud-compute: - Update to 1.29.0 * Update Compute Engine API to revision 20250320 - Update to 1.28.0 * Update Compute Engine API to revision 20250302 - Update to 1.27.0 * Allow Protobuf 6.x * remove setup.cfg configuration for creating universal wheels - Update to 1.26.0 * Update Compute Engine API to revision 20250211 - Update to 1.25.0 * Add REST Interceptors which support reading metadata * Add support for reading selective GAPIC generation methods from service YAML - Update to 1.24.0 * Update Compute Engine API to revision 20250107 - Update to 1.23.0 * Update Compute Engine API to revision 20241201 * Add support for opt-in debug logging * Fix typing issue with gRPC metadata when key ends in -bin - Update to 1.22.0 * Update Compute Engine API to revision 20241105 - Update to 1.21.0 * Update Compute Engine API to revision 20241015 - Update to 1.20.1 * disable universe-domain validation - Update to 1.20.0 * Add support for Python 3.13 - Update to 1.19.2 * Retry and timeout values do not propagate in requests during pagination - Update to 1.19.1 * Allow protobuf 5.x - Update to 1.19.0 * Update Compute Engine API to revision 20240430 ++++ python-junos-eznc: - Enable sle15_python_module_pythons, project is Python 3.8+ ++++ python-orderly-set: - update to 5.3.2: * Adding more type hints * adding the ability to make a stableset immutable ++++ python-pmw: - Clean up the SPEC file. - drop python2 remnants, add sle15_python_module_pythons ++++ python-proton-vpn-api-core: - update to 0.42.4: * fix: [VPNLINUX-1191] swallow&re-schedule server refresh when we receive HTTP code 429 * fix: [VPNLINUX-1191] swallow&re-schedule when we receive HTTP code 429 from refreshers ++++ python-transitions: - Enable sle15_python_module_pythons (align with pygraphviz) ++++ python-yamlloader: - Clean up the SPEC file. - Enable sle15_python_module_pythons, no longer builds with old Python ++++ qbittorrent: - Update to version 5.0.5 Added features: * Add an advanced setting for setting the "Add New Torrent" dialog as modal Bug fixes: * Improve command line parameters serialization * Declare missing color IDs for theming ++++ sof-firmware: - Update to v2025.01.1: * Fixes to ASUS Zenbook S 14 and S 16 bugs * topology backports for Intel LNL systems * topology2: add sof-lnl-cs42l43-l0-cs35l56-l23-4ch - Update supplements ++++ supertuxkart: - Drop BuildRequires: pkgconfig(glew); has been dropped in favour of glad since version 1.3. ++++ update-alternatives: - Update to version 1.22.18. The full changelog is very large. Please check it here: https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.18 - Changes from 1.22.17: https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.17 - Changes from 1.22.16: https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.16 - Changes from 1.22.15: https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.15 - Changes from 1.22.14: https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.14 - Changes from 1.22.13: https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.13 - Changes from 1.22.12: https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog?h=1.22.12 - Refresh patch: * openssl.patch ++++ updatecli: - Update to version 0.98.0: * Features - feat(autodiscovery): add support for k8s initContainers (#4569) @luilegeant (#4570) * Bug Fixes - fix(udash): correctly handle error if udash doesn't exist @olblak (#4767) * Maintenance - deps(go): bump module github.com/go-git/go-git/v5 to v5.15.0 @updateclibot[bot] (#4810) - deps(go): bump module github.com/drone/go-scm to v1.40.0 @updateclibot[bot] (#4802) - deps(go): bump module helm.sh/helm/v3 to v3.17.3 @updateclibot[bot] (#4791) - deps: Update ubuntu runner for codeql-analysis.yml @olblak (#4768) - deps(go): bump module golang.org/x/net to v0.39.0 @updateclibot[bot] (#4757) - deps(go): bump module golang.org/x/oauth2 to v0.29.0 @updateclibot[bot] (#4747) - deps(go): bump module cuelang.org/go to v0.12.1 @updateclibot[bot] (#4737) - deps: Bump Golang version to 1.24.2 @updateclibot[bot] (#4719) - deps(go): bump module github.com/goccy/go-yaml to v1.17.1 @updateclibot[bot] (#4721) - deps(github/action): bump all dependencies @updateclibot[bot] (#4718) - deps: use one PR per golang major update @olblak (#4560) - deps: automerge golang patch update version @olblak (#4559) - fix(updatecli): ignore some Go module version update for github.com/hashicorp/hcl/v2 @olblak (#4699) - deps: bump github.com/minamijoyo/hcledit to v0.2.17 @olblak (#4585) - deps(go): bump module github.com/zclconf/go-cty to v1.16.2 @updateclibot[bot] (#4668) - chore(deps): Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 @dependabot[bot] (#4511) - ci: update to golangci v2 configuration && fix reported linting issues @olblak (#4568) - deps(github/action): bump all dependencies @updateclibot[bot] (#4555) - deps: bump golangci-lint to v2.0.2 @updateclibot[bot] (#4550) * Documentation - doc: add Criteo to ADOPTERS.md @alikhil (#4765) - doc: add Mbrella ADOPTERS.md @loispostula (#4738) ++++ velero: - Update to version 1.16.0: * Highlights - Windows cluster support In v1.16, Velero supports to run in Windows clusters and backup/restore Windows workloads, either stateful or stateless: - Hybrid build and all-in-one image: the build process is enhanced to build an all-in-one image for hybrid CPU architecture and hybrid platform. For more information, check the design https://github.com/vmware-tanzu/velero/blob/main/design/multiple-arch-build-with-windows.md - Deployment in Windows clusters: Velero node-agent, data mover pods and maintenance jobs now support to run in both linux and Windows nodes - Data mover backup/restore Windows workloads: Velero built-in data mover supports Windows workloads throughout its full cycle, i.e., discovery, backup, restore, pre/post hook, etc. It automatically identifies Windows workloads and schedules data mover pods to the right group of nodes Check the epic issue #8289 for more information. - Parallel Item Block backup v1.16 now supports to back up item blocks in parallel. Specifically, during backup, correlated resources are grouped in item blocks and Velero backup engine creates a thread pool to back up the item blocks in parallel. This significantly improves the backup throughput, especially when there are large scale of resources. Pre/post hooks also belongs to item blocks, so will also run in parallel along with the item blocks. Users are allowed to configure the parallelism through the - -item-block-worker-count Velero server parameter. If not configured, the default parallelism is 1. For more information, check issue #8334. - Data mover restore enhancement in scalability In previous releases, for each volume of WaitForFirstConsumer mode, data mover restore is only allowed to happen in the node that the volume is attached. This severely degrades the parallelism and the balance of node resource(CPU, memory, network bandwidth) consumption for data mover restore (#8044). In v1.16, users are allowed to configure data mover restores running and spreading evenly across all nodes in the cluster. The configuration is done through a new flag ignoreDelayBinding in node-agent configuration (#8242). - Data mover enhancements in observability In 1.16, some observability enhancements are added: - Output various statuses of intermediate objects for failures of data mover backup/restore (#8267) - Output the errors when Velero fails to delete intermediate objects during clean up (#8125) The outputs are in the same node-agent log and enabled automatically. - CSI snapshot backup/restore enhancement in usability In previous releases, a unnecessary VolumeSnapshotContent object is retained for each backup and synced to other clusters sharing the same backup storage location. And during restore, the retained VolumeSnapshotContent is also restored unnecessarily. In 1.16, the retained VolumeSnapshotContent is removed from the backup, so no unnecessary CSI objects are synced or restored. For more information, check issue #8725. - Backup Repository Maintenance enhancement in resiliency and observability In v1.16, some enhancements of backup repository maintenance are added to improve the observability and resiliency: - A new backup repository maintenance history section, called RecentMaintenance, is added to the BackupRepository CR. Specifically, for each BackupRepository, including start/completion time, completion status and error message. (#7810) - Running maintenance jobs are now recaptured after Velero server restarts. (#7753) - The maintenance job will not be launched for readOnly BackupStorageLocation. (#8238) - The backup repository will not try to initialize a new repository for readOnly BackupStorageLocation. (#8091) - Users now are allowed to configure the intervals of an effective maintenance in the way of normalGC, fastGC and eagerGC, through the fullMaintenanceInterval parameter in backupRepository configuration. (#8364) - Volume Policy enhancement of filtering volumes by PVC labels In v1.16, Volume Policy is extended to support filtering volumes by PVC labels. (#8256). - Resource Status restore per object In v1.16, users are allowed to define whether to restore resource status per object through an annotation velero.io/restore-status set on the object. (#8204). - Velero Restore Helper binary is merged into Velero image In v1.16, Velero banaries, i.e., velero, velero-helper and velero-restore-helper, are all included into the single Velero image. (#8484). - Limitations/Known issues - Limitations of Windows support - fs-backup is not supported for Windows workloads and so fs-backup runs only in linux nodes for linux workloads - Backup/restore of NTFS extended attributes/advanced features are not supported, i.e., Security Descriptors, System/Hidden/ReadOnly attributes, Creation Time, NTFS Streams, etc. * All Changes Please check the release notes for a list of all changes: https://github.com/vmware-tanzu/velero/releases/tag/v1.16.0 ++++ yast2-trans: - Update to version 84.87.20250413.d6cedb22b0: * Translated using Weblate (Dutch) * Translated using Weblate (German) * Translated using Weblate (Japanese) * Translated using Weblate (Catalan) * New POT for text domain 'storage'. * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * New POT for text domain 'security'. * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (Spanish) * Translated using Weblate (Spanish) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (Spanish) * Translated using Weblate (Spanish) * Translated using Weblate (French) * Translated using Weblate (French) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Chinese (Taiwan) (zh_TW)) * Translated using Weblate (Chinese (China) (zh_CN)) * Translated using Weblate (Chinese (Taiwan) (zh_TW)) * Translated using Weblate (Chinese (China) (zh_CN)) * Translated using Weblate (Chinese (China) (zh_CN)) * Translated using Weblate (Chinese (Taiwan) (zh_TW)) * Translated using Weblate (Chinese (China) (zh_CN)) * Translated using Weblate (German) * Translated using Weblate (Chinese (China) (zh_CN)) * Translated using Weblate (Italian) * Translated using Weblate (Chinese (China) (zh_CN)) * Translated using Weblate (Chinese (China) (zh_CN)) * Translated using Weblate (Chinese (China) (zh_CN)) * Translated using Weblate (Chinese (Taiwan) (zh_TW)) * Translated using Weblate (Chinese (China) (zh_CN)) * Translated using Weblate (Chinese (Taiwan) (zh_TW)) * Translated using Weblate (Chinese (Taiwan) (zh_TW)) * Translated using Weblate (Chinese (Taiwan) (zh_TW)) * Translated using Weblate (Chinese (China) (zh_CN)) * Translated using Weblate (Chinese (Taiwan) (zh_TW)) * Translated using Weblate (Chinese (China) (zh_CN)) * Translated using Weblate (Chinese (Taiwan) (zh_TW)) * Translated using Weblate (Chinese (Taiwan) (zh_TW)) * Translated using Weblate (Chinese (Taiwan) (zh_TW)) * Translated using Weblate (Italian) * Translated using Weblate (Chinese (Taiwan) (zh_TW)) * Translated using Weblate (Chinese (China) (zh_CN)) * Translated using Weblate (Chinese (Taiwan) (zh_TW)) * Translated using Weblate (Chinese (Taiwan) (zh_TW)) * Translated using Weblate (Chinese (Taiwan) (zh_TW)) * Translated using Weblate (Chinese (Taiwan) (zh_TW)) * Translated using Weblate (Chinese (Taiwan) (zh_TW)) * Translated using Weblate (Chinese (Taiwan) (zh_TW)) * Translated using Weblate (Chinese (China) (zh_CN)) * Translated using Weblate (Chinese (China) (zh_CN)) * Translated using Weblate (Chinese (Taiwan) (zh_TW)) * Translated using Weblate (French) * Translated using Weblate (Chinese (Taiwan) (zh_TW)) * Translated using Weblate (Chinese (Taiwan) (zh_TW)) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Italian) * Translated using Weblate (Spanish) ------------------------------------------------------------------ ------------------ 2025-4-13 - Apr 13 2025 ------------------- ------------------------------------------------------------------ ++++ QTalarm: - Update to version 3.0.0 * Ported QTalarm to QT6. ++++ cosign: - Update to version 2.5.0: * Update sigstore-go to pick up bug fixes (#4150) * Update golangci-lint to v2, update golangci-lint-action (#4143) * Feat/non filename completions (#4115) * update builder to use go1.24.1 (#4116) * Add support for new bundle specification for attesting/verifying OCI image attestations (#3889) * Remove cert log line (#4113) * cmd/cosign/cli: fix typo in ignoreTLogMessage (#4111) * bump to latest scaffolding release for testing (#4099) * increase 2e2_test docker compose tiemout to 180s (#4091) * Fix replace with compliant image mediatype (#4077) * Add TSA certificate related flags and fields for cosign attest (#4079) - Security issues fixed: - CVE-2024-6104: cosign: hashicorp/go-retryablehttp: url might write sensitive information to log file (bsc#1227031) - CVE-2024-51744: cosign: github.com/golang-jwt/jwt/v4: Bad documentation of error handling in ParseWithClaims can lead to potentially dangerous situations in golang-jwt (bsc#1232985) - CVE-2025-27144: cosign: github.com/go-jose/go-jose/v4,github.com/go-jose/go-jose/v3: Go JOSE's Parsing Vulnerable to Denial of Service (bsc#1237682) - CVE-2025-22870: cosign: golang.org/x/net/proxy: proxy bypass using IPv6 zone IDs (bsc#1238693) - CVE-2025-22868: cosign: golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2 (bsc#1239204) - CVE-2025-22869: cosign: golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239337) ++++ dhewm3: - Add BuildRequires pkgconfig(x11) to fix building ++++ dwarfs: - Update to version 0.12.1: Features * Added --memory-limit=auto to mkdwarfs to use a more reasonable (hopefully) default for the block queue. The old default of 1 GiB was quite arbitrary and definitely not suitable for low-end systems. The new auto default will determine the limit based on the number of workers (which in turn is based on the number of CPUs), the block size, and the amount of physical memory of the system. * Replaced vector_byte_buffer with malloc_byte_buffer, which is internally based around a simple buffer that doesn't incur the cost of initializing each element like std::vector. Especially for large blocks which are known to be overwritten immediately, this can save a few CPU cycles. - Changes in version 0.12.0: * New Licensing Conditions: Instead of being all GPL-3.0 like all the previous releases, this release changes the license of a large fraction of the DwarFS code to MIT. All tools and libraries that only read DwarFS images are now MIT-licensed. Everything else (e.g. mkdwarfs) is still GPL-3.0 for the time being. Bugfixes * Changes for compatibility with Boost.Process v2. Features * Re-licensed all libraries required for reading DwarFS images under the MIT license. The source of all tools that just read DwarFS images (i.e. everything except for mkdwarfs) are also under the MIT license now. Everything else is still GPL-3.0. gh#mhx/dwarfs#255 * New hotness categorizer in mkdwarfs that allows a list of "hot" files to be stored in distinct file system blocks. * New explicit ordering mode in mkdwarfs that allows files to be ordered accoring to the order in a given list file. * dwarfs now shows the version of the FUSE library used. * New dwarfs options preload_all and preload_category to populate the block cache immediately after mounting. * New dwarfs option analysis_file that can be used for profiling and as input to mkdwarfs new hotness categorizer and explicit ordering mode. * New dwarfs option block_allocator that allows the user to switch from a malloc-based block allocator to an mmap-based one. This can help with returning memory back to the system if the blocks are evicted from the cache. ++++ efitools: - Add efitools-c23.patch to fix gcc-15 compile time errors ++++ elinks: - add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on Leap 15.6 ++++ git-cliff: - Update to version 2.8.0: * cli: Support initializing config with a custom filename * config: Discover the configuration file when run in a sub directory * git: Improve the set commit range error * monorepo: Automatically set include-path for current directory * remote: Support enabling native TLS * repo: Allow running from sub directories * config: Allow environment overwrites when using builtin config * fixtures: Update the arguments for custom GitLab API fixture test * monorepo: Do not set include-path if workdir is set * remote: Fix detection of GitLab merge request sha * lib: Add changelog modifier callback to run function * lint: Use a shared lint config for the workspace * lint: Apply clippy suggestions * docker: Fix typo in comment * highlights: Add link to the Nix flake * jujutsu: Update links to the upstream documentation * lib: Allow doc lint * license: Update copyright years * tips: Extend the merge commit filter example * website: Add highlights for 2.8.0 * fixture: Add fixture for include-path * build: Bump MSRV to 1.83.0 * lint: Allow false positive lint ++++ gjs: - Exclude s390x arch from testing, to unstable/slow to test ok. ++++ gnome-nibbles: - Update to version 4.2.1: + Fix the problem that the process does not exit cleanly (after a timeout) when running as GApplication service. + Revert commit https://gitlab.gnome.org/GNOME/gnome-nibbles/-/commit/fd432d46e4f8139a2489d4b66ad89f85be7a22e3 as it causes the volume to vary during the playing of a sound file. This revert brings back the gsound build dependency. ++++ gnome-online-accounts: - Update to version 3.54.2: + Bugs fixed: - Improve OAuth2 credential performance - Fix hung dialog for OAuth providers + Updated translations. ++++ gnome-shell-extensions: - Update to version 48.1: + Updated translations. ++++ gnome-terminal: - Update to version 3.56.1: + Updated translations. ++++ nautilus: - Update to version 48.1: + Bugfixes: - Fix switching from tree view to grid - Fix opening new window of starred folder - Fix selecting Google Drive files with file chooser - Run script files in their location - Disallow duplicate bookmarks + Cleanups: Update screenshots + Updated translations. ++++ golangci-lint: - Update to version 2.1.1: * chore: prepare release * chore: downgrade goreleaser to v2.8.1 * docs: update documentation assets (#5722) * docs: update GitHub Action assets (#5723) ++++ gperf: - update to version 3.2.1: * The generated code avoids -Wundef warnings in C++ mode ++++ grub2: - add grub2-string-initializer.patch, part of upstream gnulib patch, to fix gcc15 compile time error (bsc#1239884) ++++ hugo: - Update to version 0.146.3: * releaser: Bump versions for release of 0.146.3 * tpl: Make any layout set in front matter higher priority * tpl: Fix it so embedded render-codeblock-goat is used even if custom render-codeblock exists * releaser: Prepare repository for 0.147.0-DEV ++++ juliaup: - Update to version 1.17.13: * support `x.y-nightly` channel to allow testing nightlies on release branches * If nightly check is going slowly inform user * Update deps * Fix default --project handling * Fix a call signature bug * Use correct way to show error message when launching from manifest * Use config setting for manifest launch * Launch exact Julia version from manifest ++++ libreoffice: - Update to 25.2.2.2: * Release notes: https://wiki.documentfoundation.org/Releases/25.2.2/RC1 https://wiki.documentfoundation.org/Releases/25.2.2/RC2 - Remove patch, merged upstream: * fix_poppler_25.02.patch ++++ libsidplayfp: - Update to version 2.13.0 * Add support for c++23 where available. * Reworked power on delay. * Correctly link to pthread library. * Add proper compiler flag when enabling sse4. * resid/residfp: Use more bits for the 8580 filter cutoff (VICE bug 2098). * resid: reduce aliasing noise (VICE bug 2116). ++++ varnish: - Update to release 7.7.0 * The `linux` jail gained control of transparent huge pages settings. * An issue has been fixed which could cause a crash when varnishd receives an invalid Content-Range header from a backend. * Timestamping for HTTP/2 requests (when idle period begins) has been switched to be more in line with HTTP/1. * VSV-15: The client connection is now always closed when a malformed request is received. [CVE-2025-30346, boo#1239892] ++++ vte: - Update to version 0.80.1: * a11y: gtk4: Fix text offsets * a11y: gtk4: Fix retrieving word segments * widget: Show preedit even if cursor is invisible * emulation: Fix OSC 111 * ci: Remove incorrect master-only build option * widget: a11y: Enable a11y by default on gtk4 also * ci: Update from master ++++ tcpd: - compile w/ -std=gnu11 to fix gcc15 compile time error, and to still allow build on Leap 15.6 ++++ nelm: - Update to version 1.1.4: * Bug Fixes - allow werf.io/sensitive: false for Secrets (53665fd) - possible panic in tracking flux canary resource (c6861bf) ++++ nvim-lspconfig: - update to 2.0.0: * feat: require Nvim 0.10+ * refactor: deprecate util functions * refactor: deprecate util.get_lsp_clients * refactor: deprecate add_hook_before/after * docs: cleanup * refactor: deprecate get_active_client_by_name * feat: rpmspec * feat(bqls): Add bqls support * fix(openedge_ls): Update configuration * feat(tinymist): implement simple workspace commands * stylelint config update * refactor: replace all instances of vim.loop with vim.uv ++++ obs-service-go_modules: - Update to version 0.6.6: * Preserve symlinks on shutil.copytree archive to tempdir refs #66 ++++ onefetch: - Update to 0.24.0: * add language support for Lean #1509 * add language support for Typst #1508 * add language support for Razor #1521 * more idiomatic way to fetch HEAD refs #1515 * more idiomatic way to fetch repository remote URL #1516 * update holyc language logo #1543 * update wiki powershell-snippet #1542 ++++ perl-Test-CheckGitStatus: - initial package 0.1.0 * created by cpanspec 1.84.01 ++++ pixelorama: - Update to 1.1 Added: * Tilemap layers * Audio layers * Indexed mode * Text tool * Color curves image and layer effect * Load custom Godot shaders as image and layer effects * Importing OpenRaster ".ora" and Aseprite ".ase"/".aseprite" files * Reset layout option * Multiple grids * StartupWMClass in .desktop file And much more - enabled i586 builds ++++ qutebrowser: - Update to version 3.5.0: Changed: * The `content.headers.user_agent` setting now has a new `{upstream_browser_version_short}` template field, which is the upstream/Chromium version but shortened to only major version. * The default user agent now uses the shortened Chromium version and doesn't expose the `QtWebEngine/...` part anymore, thus making it equal to the corresponding Chromium user agent. This increases compatibilty due to various overzealous "security" products used by a variety of websites that block QtWebEngine, presumably as a bot (known issues existed with Whatsapp Web, UPS, Digitec Galaxus). * Changed features in userscripts: + `qute-bitwarden` now passes your password to the subprocess in an environment variable when unlocking your vault, instead of as a command line argument. gh#qutebrowser/qutebrowser#7781 * New `-D no-system-pdfjs` debug flag to ignore system-wide PDF.js installations for testing. * Polyfill for missing `URL.parse` with PDF.js v5 and QtWebEngine < 6.9. Note this is a "best effort" fix and you should be using the "older browsers" ("legacy") build of PDF.js instead. Removed: * The `ua-slack` site-specific quirk, as things seem to work better nowadays without a quirk needed. * The `ua-whatsapp` site-specific quirk, as it's unneeded with the default UA change described above. Fixed: * Crash when trying to use the `DocumentPictureInPicture` JS API, such as done by the new Google Workspaces Huddle feature. The API is unsupported by QtWebEngine and now correctly disabled on the JS side. gh#qutebrowser/qutebrowser#8449 * Crash when a buggy notification presenter returns a duplicate ID (now an error is shown instead). * Crashes when running `:tab-move` or `:yank title` at startup, before a tab is available. * Crash with `input.insert_mode.auto_load`, when closing a new tab quickly after opening it, but before it was fully loaded. gh#qutebrowser/qutebrowser#3895 gh#qutebrowser/qutebrowser#8400 * Workaround for microphone/camera permissions not being requested with QtWebEngine 6.9.0 on Google Meet, Zoom, or other pages using the new `` element. gh#qutebrowser/qutebrowser#8539 * Resolved issues in userscripts: + `qute-bitwarden` will now prompt a re-login if its cached session has been invalidated since last used. gh#qutebrowser/qutebrowser#8456 + `qute-bitwarden`, `-lastpass` and `-pass` now avoid a `DeprecationWarning` from the upcoming 6.0 release of `tldextract` ++++ rpcs3: - Update to 0.0.36~git20250412: * Update to Qt 6.9.0 * vk: Fix typo in NVIDIA-specific stencil unresolve path * Qt: fix visibility check of table widget items * use fixed uruntime version * reduce appimage size * rsx: Replace robin_hood with ankerl::unordered_dense ++++ sidplayfp: - Update to version 2.13.0 * Force precision to 16 in audio drivers. * Avoid 100% CPU usage when paused. * Display audio driver in use in verbose mode. ++++ tlpui: - Update to version 1.8.0: * Add support for TLP 1.8 release version (gh#d4nj1/TLPUI#163). ------------------------------------------------------------------ ------------------ 2025-4-12 - Apr 12 2025 ------------------- ------------------------------------------------------------------ ++++ baobab: - Add baobab-Improve-Scaning-Speed_cpu.patch: Improve Scaning Speed and Memory Usage. ++++ ccls: - Add fix-llvm20-build.patch to fix build with LLVM 20. ++++ cg3: - Update to release 1.5.1 * Update iter_rules when returning from `With` ++++ conftest: - Update to version 0.59.0: * refactor(ci): replace Makefile-based Docker builds with GitHub Action (#1082) * deps: Bump hcl2json to v0.6.7 (#1074) * build(deps): bump github.com/magiconair/properties from 1.8.9 to 1.8.10 (#1097) * build(deps): bump cuelang.org/go from 0.12.0 to 0.12.1 (#1094) * build(deps): bump golang from 1.24.1-alpine to 1.24.2-alpine (#1096) * build(deps): bump github.com/open-policy-agent/opa from 1.2.0 to 1.3.0 (#1092) * build(deps): bump github.com/moby/buildkit from 0.20.1 to 0.20.2 (#1091) * ci: Remove PR workflow access to all permissions from GITHUB_TOKEN (#1088) * build(deps): bump github.com/BurntSushi/toml from 1.4.0 to 1.5.0 (#1089) * build(deps): bump golang from 1.24.0-alpine to 1.24.1-alpine (#1086) * feat: add pre-commit hook support (#1077) * docs: add documentation feature to the navigation bar (#1087) * build(deps): bump github.com/moby/buildkit from 0.20.0 to 0.20.1 (#1083) ++++ dia: - add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on Leap 15.6 ++++ v4l-utils: - Install gconv module file to /usr/lib64/gconv/gconv-modules.d/ (resolves also conflict with /usr/lib64/gconv/gconv-modules file from glibc). ++++ fastfetch: - update to 2.40.4 Bugfixes: * Fix loading presets config on Windows (gh#fastfetch-cli/fastfetch#1682) - Regression of v2.40.0 * Remove the prefix `v` of Hyprland version on Arch Linux (WM, Linux) - update to 2.40.3 Bugfixes: * Fix loading example configs from presets directory (gh#fastfetch-cli/fastfetch#1672) - Regression of v2.40.2 * Mark kitty image protocol support for warp terminal on macOS too (Logo) ++++ five-or-more: - Update to version 48.1: + Don't create window in startup phase. ++++ gearlever: - Update to 3.1.1: * Added searchbar icon - Update to 3.1.0: * Added support for AppImages using dwarfs filesystem ++++ gnome-calculator: - Update to version 48.1: + Fix converter not visible when exchange rate refresh is set to never. + Align the text in the converter entries to right in RTL layout. + Use GNOME-hosted exchange rates instead of external sources. + Improved exchange rate handling. + Updated translation. ++++ gnome-mahjongg: - Update to version 48.1: + Remember initial layout when restarting game after reshuffling + Ensure boards remain solvable when possible after reshuffling remaining tiles + Always show New Game button when no moves are left + Cycle through hints instead of always picking random ones + Allow inspecting game after finishing it + Show scores for current layout when opening Scores dialog + Fix Score dialog title being visible when it should not be + Replace GNOME tile with White Dragon tile in Postmodern theme + Updated translations. ++++ gnome-maps: - Update to version 48.2: + Updated translations. ++++ gnome-mines: - Update to version 48.1: + Fixed running app as GApplication service + Fixed save settings on close + Make the application d-bus activatable ++++ gnome-session: - Update to version 48.0: + The gnome-session script no longer re-runs itself as a subprocess. + GNOME OS CI was ported to use a CI template. + Integrated new CI-based release process. + Fix bugs caused by systemd v257's inhibitor behavior changes. + Make `gnome-session --version` print to stdout rather than syslog. + README updates. + Updated translations. - Bump basever define to 48, following upstream changes. ++++ gnome-system-monitor: - Update to version 48.1: + Save expander states. + Updated translations. ++++ gnome-user-docs: - Update to version 48.1: + Updated translations. ++++ golangci-lint: - Update to version 2.1.0: * chore: prepare release * Add funcorder linter (#5630) * build(deps): bump github.com/mgechev/revive from 1.8.0 to 1.9.0 (#5721) * dev: update JSON schema * govet: add `httpmux` analyzer (#5717) * build(deps): bump github.com/timonwong/loggercheck from 0.10.1 to 0.11.0 (#5715) * build(deps): bump github.com/golangci/unconvert to HEAD (#5713) * build(deps): bump github.com/jgautheron/goconst from 1.7.1 to 1.8.1 (#5712) * docs: update section about vscode integration (#5706) * build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4 (#5711) * build(deps): bump github.com/butuzov/ireturn from 0.3.1 to 0.4.0 (#5710) * build(deps): bump golang.org/x/tools from 0.31.0 to 0.32.0 (#5708) * feat: add golangci-lint-fmt pre-commit hook (#5705) * build(deps): bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 in /scripts/gen_github_action_config in the scripts group (#5704) * build(deps): bump go-simpler.org/sloglint from 0.10.1 to 0.11.0 (#5698) * build(deps): bump golang.org/x/sys from 0.31.0 to 0.32.0 (#5699) * docs: explicitly describe that the `migrate` command automatically migrate `linters.presets` (#5697) * build(deps): bump go-simpler.org/sloglint from 0.10.0 to 0.10.1 (#5696) * fix: memory leaks when using go1.(N) with golangci-lint built with with go1.(N-1) (#5695) * build(deps): bump github.com/securego/gosec/v2 from 2.22.2 to 2.22.3 (#5694) * build(deps): bump github.com/alingse/nilnesserr from 0.1.2 to 0.2.0 (#5693) * docs: add `redundant-test-main-exit` to `revive` rules (#5692) * build(deps): bump dependencies in the linter-testdata group (#5691) * build(deps): bump go-simpler.org/sloglint from 0.9.0 to 0.10.0 (#5688) * build(deps): bump github.com/alecthomas/chroma/v2 from 2.15.0 to 2.16.0 (#5690) * build(deps): bump github.com/bombsimon/wsl/v4 from 4.6.0 to 4.7.0 (#5689) * build(deps): bump github.com/firefart/nonamedreturns from 1.0.5 to 1.0.6 (#5687) * feat: add warn-unused option for fmt command (#5668) * build(deps): bump github.com/polyfloyd/go-errorlint from 1.7.1 to 1.8.0 (#5686) * build(deps): bump github.com/mgechev/revive from 1.7.0 to 1.8.0 (#5663) * build(deps): bump github.com/kunwardeep/paralleltest from 1.0.13 to 1.0.14 (#5657) * build(deps): bump github.com/tomarrell/wrapcheck/v2 from 2.10.0 to 2.11.0 (#5656) * feat: colored diff for fmt command (#5652) * feat: add an option to display absolute paths (#5651) * feat: add config path placeholder (#5650) * build(deps): bump github.com/Crocmagnon/fatcontext from 0.7.1 to 0.7.2 (#5685) * docs: add link to issues related to some integrations (#5682) * build(deps): bump github.com/shirou/gopsutil/v4 from 4.25.2 to 4.25.3 (#5680) * build(deps): bump github.com/alexkohler/nakedret/v2 from 2.0.5 to 2.0.6 (#5681) * docs: update demo (#5677) * build(deps): bump the linter-testdata group across 2 directories with 4 updates (#5676) * fix: gocritic importshadow checker (#5673) * docs: fix `go get -tool` command (#5669) * docs: improve default exclusions render (#5661) * docs: remove tenv linter settings (#5665) * dev: rewrite and simplify thanks page generation (#5662) * docs: cleanup config reference (#5659) * build(deps): bump github.com/Antonboom/testifylint from 1.6.0 to 1.6.1 (#5654) * build(deps): bump github.com/ghostiam/protogetter from 0.3.12 to 0.3.13 (#5658) * build(deps): bump tar-fs and puppeteer in /docs (#5653) * docs: fix settings examples (#5643) * docs: improve version documentation (#5639) * docs: fix config reference for formatters (#5638) * build(deps): bump github.com/kunwardeep/paralleltest from 1.0.10 to 1.0.13 (#5636) * docs: remove golint in nolint example (#5635) * docs: add version field to configuration sample (#5632) * docs: update GitHub Action assets (#5634) ++++ gperf: - update to version 3.2: * generated code now avoids several types of compiler warnings * The input file may now use Windows line terminators (CR/LF) instead of Unix line terminators (LF) Note: This is an incompatible change. If you want to use a keyword that ends in a CR byte, such as xyz, write it as "xyz\r". ++++ ibus: - Add ibus-gcc15-1.patch and ibus-gcc15-2.patch from upstream to fix gcc15 compile time errors ++++ ibus_gtk4: - Add ibus-gcc15-1.patch and ibus-gcc15-2.patch from upstream to fix gcc15 compile time errors ++++ kio-fuse: - Pull in kio-extras5 when kio-extras (6) is installed, so e.g. smb and sftp also work with kio-fuse, not only in dolphin (boo#1226378). ++++ tree-sitter: - update to 0.25.3: Full changelog: https://github.com/tree-sitter/tree-sitter/releases/tag/v0.25.3 Bug Fixes * Fixed an infinite loop that could happen in some grammars during error recovery if the end of the file was reached. * Fixed a parser-generation error where internal character set constants were given external linkage, which could cause linking errors on some platforms if multiple Tree-sitter parsers were linked into the same application. - update to 0.25.2: Full changelog: https://github.com/tree-sitter/tree-sitter/releases/tag/v0.25.2 Bug Fixes * Fixed a crash that could occur when loading WASM-compiled languages that were generated with an earlier version of the Tree-sitter CLI. * Fixed incorrect tokenization when using WASM-compiled languages, if the language's external scanner did not assign to result_symbol * Fixed an infinite loop that could occur if external scanners returned empty extra tokens ++++ lightsoff: - Update to version 48.1: + Don't create window in startup phase. + Don't set prgname. ++++ lowfi: - update to 1.6.0: * Add mpv and vim-like keybindings by @beune in #57 * docs: update controls by @danielwerg in #58 * chore: update chillhop track list by @danielwerg in #56 * fix: show volume bar (mpris) by @danielwerg in #59 * docs: fix typos and spelling by @danielwerg in #62 ++++ patch: - update to 2.8: * The --follow-symlinks option now applies to output files as well as input * 'patch' now supports file timestamps after 2038 even on traditional GNU/Linux platforms where time_t defaults to 32 bits. * 'patch' no longer creates files with names containing newlines, as encouraged by POSIX.1-2024. * Patches can no longer contain NUL ('\0') bytes in diff directive lines. These bytes would otherwise cause unpredictable behavior. * Patches can now contain sequences of spaces and tabs around line numbers and in other places where POSIX requires support for these sequences. * --enable-gcc-warnings no longer uses expensive static checking. Use --enable-gcc-warnings=expensive if you still want it. * Fix undefined or ill-defined behavior in unusual cases, such as very large sizes, possible stack overflow, I/O errors, memory exhaustion, races with other processes, and signals arriving at inopportune moments. * Remove old "Plan B" code, designed for machines with 16-bit pointers * Assume C99 or later; previously it assumed C89 or later. * Port to current GCC, Autoconf, Gnulib, etc. - drop patches included pstream or obsolete: * abort-when-cleaning-up-fails.patch * dont-follow-symlinks-unless-asked.patch * ed-style-01-missing-input-files.patch * ed-style-02-fix-arbitrary-command-execution.patch * ed-style-03-update-test-Makefile.patch * ed-style-04-invoke-ed-directly.patch * ed-style-05-minor-cleanups.patch * ed-style-06-fix-test-failure.patch * ed-style-07-dont-leak-tmp-file.patch * ed-style-08-dont-leak-tmp-file-multi.patch * fix-segfault-mangled-rename.patch * fix-swapping-fake-lines-in-pch_swap.patch * pass-the-correct-stat-to-backup-files.patch ++++ postsrsd: - Update to release 2.0.11 * Build system updates only ++++ python-meshtastic: - update to 2.6.1: * Work around RTS/DTR serial reset issues on Windows * Fix pytest test collection on default install * protobufs: v2.6.4 ++++ v4l-utils-qv4l2: - Install gconv module file to /usr/lib64/gconv/gconv-modules.d/ (resolves also conflict with /usr/lib64/gconv/gconv-modules file from glibc). ++++ ripcalc: - Update to version 0.2.4: * bump 0.2.4 * improve group'd encapsulating network * bumping 0.2.3 * deprecate ipv6 option * handle input integers as signed too * Documentation for network grouping * version bump * use inside and outside with encapsulating * bump * used address count * bumping 0.2.0 * ptr_lookup hash map * simple hostname check * Refactor config * Use a cache * allow ptr lookups in format string * Allow empty rows ++++ swell-foop: - Update to version 48.1: + Don't create window in startup phase. + Fix save settings on close. ++++ terragrunt: - Update to version 0.77.14: * New Features Support for --exclude and --queue-construct-as in find and list The find and list commands have been updated to leverage new capabilities involving greater understanding of the Terragrunt run queue. Users can now leverage the --queue-construct-as (or just --as) flag in the find and list commands to discover configurations as if a particular Terragrunt command was being run (e.g. plan, destroy). The find and list commands will now construct the Terragrunt run queue as if a particular command was being run, potentially altering the position of elements in the run queue, based on their dependencies (dependencies before dependents for plans, applies, etc. and dependents before dependencies for destroys). In addition, users can leverage the --exclude flag on the find command to get information on the exclude block included in results. The exclude block is also factored in to discovery results when the --queue-construct-as flag is passed, allowing users to dry-run behavior of the exclude block before performing any Terragrunt runs. * What's Changed - feat: Adding exclude support to list and find (#4147) ++++ typescript: - Update to version 5.8.3 * Exclude completions of binding pattern variable initializers * Fixed a symbol display crash on expando members write locations * Fix errors on type assertions in erasableSyntaxOnly * Fix serialization of accessor types in declaration files. * Ban old-style type assertions under erasableSyntaxOnly * fix(60887): Incorrect Formatting on if (a) try {} finally {} * Fix to use string literal type in ArrayBuffer's Symbol.toStringTag * fix(61167): Incorrect "Import may be converted to a default import" * Treat contextually typed functions in JS files as typed * update deps ++++ xfce4-pulseaudio-plugin: - Update to version 0.5.0 Meson has been added as a build system in this release, and the associated archive has been generated by 'meson dist'. Although autotools has been retained for the time being and can still be used via 'autogen.sh', meson is now the preferred build system, and autotools will be removed in a future release. * Remove obsolete ChangeLog * Update README after switchover to meson * Fix gauge notifications * Replace deprecated exo with libxfce4ui 4.21.0 * Change plugin behavior when recording indicator is visible/hidden * build: Automate copyright year management * Add meson build * build: Install 32x32 icons * build: Remove direct libwnck support * build: Replace xdt-csource with glib-compile-resources * Avoid ScaleMenuItem conflicts * Prevent "g_hash_table_lookup" crash when "key" in NULL * Rotate plugin in vertical/deskbar orientation * Fix libxfce4panel include * build: Bump dependency versions and fix deprecation warnings * Translation Updates ------------------------------------------------------------------ ------------------ 2025-4-11 - Apr 11 2025 ------------------- ------------------------------------------------------------------ ++++ OpenIPMI: - Update to version 2.0.36.56+git.0a3a991: * lanserv: Mark serial channels special * sol: Refcount sol instance in ipmid_changed * lanserv: Set the channel info accurately for system interface * lanserv: Allow serial IPMI connections on channels besides 15 * lanserv: Add limits to the receive queue * lanserv: Add timing for messages * lanserv: Fix a bug in response handling for LAN messages * lanserv: Yet another message dup bug * lanserv: Fix a bug in message duplication * lanserv: Remove one more unnecessary memset * lanserv: Remove unnecessary memsets * lanserv: Add the cmd to the things check for response matching * lanserv: Add a function to allocate and free message * lanserv: Fix a memory leak * lanserv: Don't allocate a new message for SMI handling * lanserv: Rework naming and message handling a bit * lanserv: More malloc/free cleanups * lanserv: Clean up memory handling * lanserv: Remove functions from channel and use sysinfo * lanserv: Create and use a message queue type * lanserv: Separate out the receive queue * lanserv: Reduce the size of the sim_addr_t passed around * lanserv: Get lun 2 commands working * lanserv: Rework receive queue to not have a dummy first byte * lanserv: More message routing work * lanserv: More work on the message routing * lanserv: More rework * lanserv: More work on restructure * lanserv: Rework address names * lanserv: More restructuring on message handling * lanserv: Move check_msg_length() to serv.c * lanserv: Round-robin sessions * lanserv: Rework the send message handling * lan: Don't set reponse LUN to 2 in bridged messages * lanserv: Allow RMCP authtype for no session messages * github: Add readline to the dependencies * Remove support for UCD SNMP * ipmish: Fix snmp trap handling * lanserv: Use ssize_t for the return value of read() * lanserv: Get rid of the rmcpplus session member * lanserv: Preserve handle when clearing session data * lanserv: Don't allow user 0 to be configured * utils:md5: Handle data for md5 cannot be NULL * lanserv: Validate message ordering at authentication * lanserv: Don't assign session privilege until after auth is done * lanserv: Clear out session data on a close * utils: Check for NULL before freeing MD5 data * lib:lan: Reject a zero sid * sample: Fix data parsing in ipmicmd * ui: Pass in a sockaddr_in to SNMP trap handler * Fix gen_random() * lanserv: Check that authdata is initialized before cleanup ++++ PrusaSlicer: - Update to version 2.9.2 * This version offers improved STEP file support, fixes for scarf seams and fixed sequential arrange function. * See https://github.com/prusa3d/PrusaSlicer/releases/tag/version_2.9.2 - Removed PrusaSlicer-2.9.0-pr14010-fix-curl.patch ++++ acpica: - Update to 20250404 * Add complete support for 3 new ACPI tables MRRM,ERDT and RIMT * Update DMAR and TPM2 tables to support their latest versions * A few fixes including local cache allocation, FFixedHW Region, attribute packing, string vs. non-string char array, vsnprintf() - Update to 20241212 * A fix for two critical CVE to address memory leaks * EINJ v2 updates * CDAT updates * Fix mutex handling; don't release ones that were never acquired * Experiment with a new tag name format Ryyyy_mm_dd to solve chronological sorting problems ++++ alloy: - update to 1.8.1: * Bugfixes - rfc3164_default_to_current_year argument was not fully added to loki.source.syslog (@dehaansa) - Fix issue with remoteCfg service stopping immediately and logging noop error if not configured (@dehaansa) - Fix potential race condition in remoteCfg service metrics registration (@kalleep) - Fix panic in prometheus.exporter.postgres when using minimal url as data source name. (@kalleep) ++++ ansible-linux-system-roles: - Updated spec to require the use of the new Ansible version. - Upgraded the certificate role to version 1.3.9: - Added new variables for SLES_SAP_15 and SLES_SAP_16. - Updated Ansible lint version to v25. - Updated CI pipeline with new test requirements. ++++ ca-certificates-mozilla: - reenable the distrusted certs again. the distrust is only for certs issued after the distrust date, not for all certs of a CA. remove: remove-distrusted.patch ++++ calibre: - Update to 8.2.100 No changelog from upstream. But see: https://github.com/kovidgoyal/calibre/compare/v8.2.1...v8.2.100 ++++ ceph: - Update to 16.2.15-83-g635361e68c0: + Fix FTBFS on GCC 15 (bsc#1239885) ++++ ceph-test: - Update to 16.2.15-83-g635361e68c0: + Fix FTBFS on GCC 15 (bsc#1239885) ++++ cmake: - update to 3.31.7: * fix FindCUDAToolkit doesn't find CUPTI in CUDA installations from runfile * fix file(MAKE_DIRECTORY): creates RESULT and folders * fix Wrong detection of LINKER_PUSHPOP_STATE_SUPPORTED * fix cmake-gui: Invalid error message "Error: could not load cache" * fix build with curl 8.13.0 (boo#1241036) ++++ cmake-ui: - update to 3.31.7: * fix FindCUDAToolkit doesn't find CUPTI in CUDA installations from runfile * fix file(MAKE_DIRECTORY): creates RESULT and folders * fix Wrong detection of LINKER_PUSHPOP_STATE_SUPPORTED * fix cmake-gui: Invalid error message "Error: could not load cache" * fix build with curl 8.13.0 (boo#1241036) ++++ cmake-full: - update to 3.31.7: * fix FindCUDAToolkit doesn't find CUPTI in CUDA installations from runfile * fix file(MAKE_DIRECTORY): creates RESULT and folders * fix Wrong detection of LINKER_PUSHPOP_STATE_SUPPORTED * fix cmake-gui: Invalid error message "Error: could not load cache" * fix build with curl 8.13.0 (boo#1241036) ++++ cmake-mini: - update to 3.31.7: * fix FindCUDAToolkit doesn't find CUPTI in CUDA installations from runfile * fix file(MAKE_DIRECTORY): creates RESULT and folders * fix Wrong detection of LINKER_PUSHPOP_STATE_SUPPORTED * fix cmake-gui: Invalid error message "Error: could not load cache" * fix build with curl 8.13.0 (boo#1241036) ++++ delve: - Update to version 1.24.2: * *: 1.24.2 (#3983) * service/test: assert error on CreateBreakpoint in TestNextInstruction (#3979) * gdbserial: do not abort register reload on the first failed register (#3966) * service/dap: fix race condition when launching with backend=rr (#3971) * proc: limit the max length of goroutine's label map (#3928) (#3968) * proc: replace Thread.Location method with a function (#3972) * debugger: add missing targetMutex protection to CreateWatchpoint() (#3973) * proc: relax DWARFv5 check (#3961) * debugger: acquire missing lock to GuessSubstitutePath (#3963) * proc: skip invalid goroutine labels when debugging on Go 1.24 (#3928) (#3962) * proc: fix bug telemetry counter increment (#3967) * proc: do not always allocate struct literals (#3953) * Documentation: fix substitutePath explanation for DAP server (#3952) * proc/core: skip tests on ppc64le (#3954) * service/test: skip substitutepath test when modules disabled (#3955) * proc: add support for struct literals (#3935) * terminal: better question for suspended breakpoints (#3934) * terminal/command: bind if condition to location earlier (#3938) * cmd/dlv: fix typo (#3951) * service/test: fix compile error in tests (#3949) * service/debugger: fix FindLocation with child processes (#3937) * goversion: add check for DWARFv5 compatibility (#3943) * proc: add RegnumToString to PPC64LE architecture (#3944) * *: fix various test problems with go1.25 (#3946) - Packaging improvements: * Update to BuildRequires: golang(API) >= 1.21 matching go.mod ++++ diffutils: - diffutils 3.12: * diff -r no longer merely summarizes when comparing an empty regular file to a nonempty regular file. * diff -y no longer crashes when given nontrivial differences - drop diff-fix-allocation-typo-leading-to-crashes.patch ++++ docker-compose: - Update to version 2.35.0: * What's Changed - 1st implementation of external services feature to support Docker Model Runner in Compose by @ndeloof in #12692 * Improvements - Set $PWD (may not be supported on Windows) by @ndeloof in [#12643] - Introduce config --no-env-resolution by @ndeloof in #12665 - Introduce build --print to dump equivalent bakefile by @ndeloof in #12675 - Feat(run): Add --quiet and --quiet-build options for the run command by @idsulik in #12685 - Introduce volume.type=image by @ndeloof in #12725 * - Fixes - Fix support for secret set by env inside included file by @ndeloof in #12635 - Fix edge-case bug checking path prefix in watch for bind mount volumes by @matiboux in #12640 - Run only loads required service env_file and ignores others by @ndeloof in #12645 - Fixed support for depends_on.restart in up and restart commands by @ndeloof in #12649 - Bake parses "${}" in DockerfileInline as a variable by @ndeloof in #12664 - Fix(secrets): Reverted secrets file mode 440 -> 444 by @idsulik in #12666 - Fix scale completion by @ndeloof in #12672 - Fix: replace docker-compose.yml with compose.yaml by @k-kbk in #12680 - Include implicit build dependencies in build command by @ndeloof in #12683 - Capture git fetch output when debug output is enabled by @ndeloof in #12719 - Mount API is not strictly equivalent to bind by @ndeloof in [#12722] * - Internal - Test commandName subcommand order by @maxproske in #12535 - Set watch option --prune=true as default by @remcokranenburg in #12650 - Plugin Docker Desktop Model Runner check by @glours in #12718 - pkg/compose: implement Export using atomicwriter by @thaJeztah in #12715 - Style: refactor Desktop client for readability and maintainability by @Saracomethstein in #12723 * - Dependencies - Build(deps): bump github.com/docker/buildx from 0.21.2 to 0.21.3 by @dependabot in #12646 - Build(deps): bump github.com/containerd/containerd/v2 from 2.0.3 to 2.0.4 by @dependabot in #12647 - Bump docker & cli v28.0.4 and buildx v0.22.0 by @ndeloof in [#12674] - Bump golangci-lint to version v2.0.2 by @glours in #12689 - Bump golang to 1.23.8 by @glours in #12698 - Update secret detector to fix vulnerability https://github.com/golang… by @sigi-glovebox in #12707 - Build(deps): bump golang.org/x/sys from 0.31.0 to 0.32.0 by @dependabot in #12713 - Build(deps): bump golang.org/x/sync from 0.12.0 to 0.13.0 by @dependabot in #12712 - Build(deps): bump github.com/compose-spec/compose-go/v2 from 2.5.1-0.20250409070949-8e1a035095ca to 2.6.0 by @dependabot in #12729 ++++ element-desktop: - Version 1.11.97 [#]# ✨ Features * New room list: reduce padding between avatar and room list border (https://github.com/element-hq/element-web/pull/29634). Contributed by @florianduros. * Bundle Element Call with Element Web packages (https://github.com/element-hq/element-web/pull/29309). Contributed by @t3chguy. * Hide an event notification if it is redacted (https://github.com/element-hq/element-web/pull/29605). Contributed by @Half-Shot. * Docker: Use nginx-unprivileged as base image (https://github.com/element-hq/element-web/pull/29353). Contributed by @AndrewFerr. * Switch away from nesting React trees and mangling the DOM (https://github.com/element-hq/element-web/pull/29586). Contributed by @t3chguy. * New room list: add notification decoration (https://github.com/element-hq/element-web/pull/29552). Contributed by @florianduros. * RoomListStore: Unread filter should match rooms that were marked as unread (https://github.com/element-hq/element-web/pull/29580). Contributed by @MidhunSureshR. * Add support for hiding videos (https://github.com/element-hq/element-web/pull/29496). Contributed by @Half-Shot. * Use an outline icon for the report room button (https://github.com/element-hq/element-web/pull/29573). Contributed by @robintown. * Generate/load pickle key on SSO (https://github.com/element-hq/element-web/pull/29568). Contributed by @Jujure. * Add report room dialog button/dialog. (https://github.com/element-hq/element-web/pull/29513). Contributed by @Half-Shot. * RoomListViewModel: Make the active room sticky in the list (https://github.com/element-hq/element-web/pull/29551). Contributed by @MidhunSureshR. * Replace checkboxes with Compound checkboxes, and appropriately label each checkbox. (https://github.com/element-hq/element-web/pull/29363). Contributed by @Half-Shot. * New room list: add selection decoration (https://github.com/element-hq/element-web/pull/29531). Contributed by @florianduros. * Simplified Sliding Sync (https://github.com/element-hq/element-web/pull/28515). Contributed by @dbkr. * Add ability to hide images after clicking "show image" (https://github.com/element-hq/element-web/pull/29467). Contributed by @Half-Shot. [#]# 🐛 Bug Fixes * Fix scroll issues in memberlist (https://github.com/element-hq/element-web/pull/29392). Contributed by @MidhunSureshR. * Ensure clicks on spoilers do not get handled by the hidden content (https://github.com/element-hq/element-web/pull/29618). Contributed by @t3chguy. * New room list: add cursor pointer on room list item (https://github.com/element-hq/element-web/pull/29627). Contributed by @florianduros. * Fix missing ambiguous url tooltips on Element Desktop (https://github.com/element-hq/element-web/pull/29619). Contributed by @t3chguy. * New room list: fix spacing and padding (https://github.com/element-hq/element-web/pull/29607). Contributed by @florianduros. * Make fetchdep check out matching branch name (https://github.com/element-hq/element-web/pull/29601). Contributed by @dbkr. * Fix MFileBody fileName not considering `filename` (https://github.com/element-hq/element-web/pull/29589). Contributed by @t3chguy. * Fix token expiry racing with login causing wrong error to be shown (https://github.com/element-hq/element-web/pull/29566). Contributed by @t3chguy. * Fix bug which caused startup to hang if the clock was wound back since a previous session (https://github.com/element-hq/element-web/pull/29558). Contributed by @richvdh. * RoomListViewModel: Reset any primary filter on secondary filter change (https://github.com/element-hq/element-web/pull/29562). Contributed by @MidhunSureshR. * RoomListStore: Unread filter should only filter rooms having unread counts (https://github.com/element-hq/element-web/pull/29555). Contributed by @MidhunSureshR. * In force-verify mode, prevent bypassing by cancelling device verification (https://github.com/element-hq/element-web/pull/29487). Contributed by @andybalaam. * Add title attribute to user identifier (https://github.com/element-hq/element-web/pull/29547). Contributed by @arpitbatra123. ++++ element-web: - Version 1.11.97 [#]# ✨ Features * New room list: reduce padding between avatar and room list border (https://github.com/element-hq/element-web/pull/29634). Contributed by @florianduros. * Bundle Element Call with Element Web packages (https://github.com/element-hq/element-web/pull/29309). Contributed by @t3chguy. * Hide an event notification if it is redacted (https://github.com/element-hq/element-web/pull/29605). Contributed by @Half-Shot. * Docker: Use nginx-unprivileged as base image (https://github.com/element-hq/element-web/pull/29353). Contributed by @AndrewFerr. * Switch away from nesting React trees and mangling the DOM (https://github.com/element-hq/element-web/pull/29586). Contributed by @t3chguy. * New room list: add notification decoration (https://github.com/element-hq/element-web/pull/29552). Contributed by @florianduros. * RoomListStore: Unread filter should match rooms that were marked as unread (https://github.com/element-hq/element-web/pull/29580). Contributed by @MidhunSureshR. * Add support for hiding videos (https://github.com/element-hq/element-web/pull/29496). Contributed by @Half-Shot. * Use an outline icon for the report room button (https://github.com/element-hq/element-web/pull/29573). Contributed by @robintown. * Generate/load pickle key on SSO (https://github.com/element-hq/element-web/pull/29568). Contributed by @Jujure. * Add report room dialog button/dialog. (https://github.com/element-hq/element-web/pull/29513). Contributed by @Half-Shot. * RoomListViewModel: Make the active room sticky in the list (https://github.com/element-hq/element-web/pull/29551). Contributed by @MidhunSureshR. * Replace checkboxes with Compound checkboxes, and appropriately label each checkbox. (https://github.com/element-hq/element-web/pull/29363). Contributed by @Half-Shot. * New room list: add selection decoration (https://github.com/element-hq/element-web/pull/29531). Contributed by @florianduros. * Simplified Sliding Sync (https://github.com/element-hq/element-web/pull/28515). Contributed by @dbkr. * Add ability to hide images after clicking "show image" (https://github.com/element-hq/element-web/pull/29467). Contributed by @Half-Shot. [#]# 🐛 Bug Fixes * Fix scroll issues in memberlist (https://github.com/element-hq/element-web/pull/29392). Contributed by @MidhunSureshR. * Ensure clicks on spoilers do not get handled by the hidden content (https://github.com/element-hq/element-web/pull/29618). Contributed by @t3chguy. * New room list: add cursor pointer on room list item (https://github.com/element-hq/element-web/pull/29627). Contributed by @florianduros. * Fix missing ambiguous url tooltips on Element Desktop (https://github.com/element-hq/element-web/pull/29619). Contributed by @t3chguy. * New room list: fix spacing and padding (https://github.com/element-hq/element-web/pull/29607). Contributed by @florianduros. * Make fetchdep check out matching branch name (https://github.com/element-hq/element-web/pull/29601). Contributed by @dbkr. * Fix MFileBody fileName not considering `filename` (https://github.com/element-hq/element-web/pull/29589). Contributed by @t3chguy. * Fix token expiry racing with login causing wrong error to be shown (https://github.com/element-hq/element-web/pull/29566). Contributed by @t3chguy. * Fix bug which caused startup to hang if the clock was wound back since a previous session (https://github.com/element-hq/element-web/pull/29558). Contributed by @richvdh. * RoomListViewModel: Reset any primary filter on secondary filter change (https://github.com/element-hq/element-web/pull/29562). Contributed by @MidhunSureshR. * RoomListStore: Unread filter should only filter rooms having unread counts (https://github.com/element-hq/element-web/pull/29555). Contributed by @MidhunSureshR. * In force-verify mode, prevent bypassing by cancelling device verification (https://github.com/element-hq/element-web/pull/29487). Contributed by @andybalaam. * Add title attribute to user identifier (https://github.com/element-hq/element-web/pull/29547). Contributed by @arpitbatra123. ++++ evolution: - Update to version 3.56.1: + Bug Fixes: - Mail: Magic Spacebar sometimes doesn't switch mail - Remove Attachments fails with signed messages - ECompEditor: Buttons to add attachments do nothing - "New->..." actions missing in UI customization dialog - Composer: Prompt for "send with shortcut" doesn't work - e-convert.js: Exception on convert to plain text ++++ evolution-data-server: - Update to version 3.56.1: + Bug Fix: Handle changed server pool in WebDAV collection sources. ++++ evolution-ews: - Update to version 3.56.1: + Bug Fixes: - m365: Empty Junk and then Empty Trash produces error - m365: Cannot unset message label ++++ eyeD3: - Switch to pyproject macros. - Run the testsuite. - Sprinkle in fdupes. - Remove requirement on six. - Add patch skip-tests-that-require-external-data.patch: * Skip tests that require data files. ++++ fwupd: - Update to version 2.0.8: + This release adds the following features: - Add the updated UEFI db as a new HSI attribute - Add two new plugins that can update the UEFI Signature Database and KEK + This release fixes the following bugs: - Add /sys/firmware/efi/efivars to ReadWritePaths - Avoid any DPAUX IO if the BnR DPCD does not match - Be more careful falling back to older emulation versions - Detect the Firehose protocol features if not automatically sent - Do not match SMC Redfish method on non-Supermicro hardware - Do not show prompts or messages in --json mode - Fix a critical warning when enumerating DTH135K0C - Make the EFI LOADOPT either a path or ShimHive when setting metadata - Match lowercase directory names when checking for ESP - Only allow UEFI capsule updates on UEFI-capable architectures - Set the version format when using fwupdtool install offline - Support segment value 0 in the ccgx-dmc image parser ++++ gitleaks: - Update to version 8.24.3: * Add support for GitLab Runner Tokens (Routable) (#1820) * bump repo version in pre-commit example (#1815) * Fix currentLine out of bounds error (#1810) * add support for Azure DevOps platform in SCM detection and link (#1807) * Add MaxMind license key rule (#1771) * implement new openai regex pattern (#1780) * A first attempt adding hooks.slack.com/triggers/ (#1792) * feat(generic): tweak false-positives (#1803) * chore: tweak logging and readme for GITLEAKS_CONFIG_TOML feature (#1802) * feat: add option to set config from env var with toml content (#1662) ++++ glycin-loaders: - Update to version 1.2.1: + Fixed: - Fix editing for PNGs and JPEGs that are already rotated via an orientation tag in the Exif data. - Remove rotation via legacy Exif rotation entries when editing PNG images to not make them aditionally rotated after editing. This is a fix just for legacy Exif entries via tEXt and zTEx chunks with keyword "Raw profile type exif". - Revert to using sRGB instead of Rec2020 to pass images with ICC profile to GTK. This fixes some color deviations when displaying the images. - glycin: Allow additional syscalls needed for armv7 and on Alpine Linux in sandbox. ++++ gnome-sudoku: - Update to version 48.1: + Fix broken ctrl shortcuts on some setups. + Fix trapped focus during pause. ++++ grub2: - Measure the envblk used by pre_loadenv * 0001-prep_loadenv-Measure-the-environment-block-into-PCR-.patch - Enable PowerPC 64 support for tss2 and tpm2_key_protector * 0001-tpm2_key_protector-Add-grub-emu-support.patch * 0001-tss2-Adjust-bit-fields-for-big-endian-targets.patch * 0002-term-ieee1275-serial-Cast-0-to-proper-type.patch * 0003-ieee1275-Consolidate-repeated-definitions-of-IEEE127.patch * 0004-ieee1275-ibmvpm-Move-TPM-initialization-functions-to.patch * 0005-ieee1275-tcg2-Refactor-grub_ieee1275_tpm_init.patch * 0006-ieee1275-tcg2-Add-TCG2-driver-for-ieee1275-PowerPC-f.patch * 0007-tpm2_key_protector-Enable-build-for-powerpc_ieee1275.patch - Dump PCRs when TPM unsealing fails * 0001-tpm2_key_protector-Dump-PCRs-on-policy-fail.patch * 0002-tpm2_key_protector-Add-tpm2_dump_pcr-command.patch - Add 'NV index' handle support to tpm2_key_protector * 0003-tss2-Fix-the-missing-authCommand.patch * 0004-tss2-Add-TPM-2.0-NV-index-commands.patch * 0005-tpm2_key_protector-Unseal-key-from-a-buffer.patch * 0006-tpm2_key_protector-Support-NV-index-handles.patch * 0007-util-grub-protect-Support-NV-index-mode.patch ++++ gzip: - update to 1.14: * 'gzip -d' no longer omits the last partial output buffer when the input ends unexpectedly on an IBM Z platform. * 'gzip -l' no longer misreports lengths of multimember inputs * 'gzip -S' now rejects suffixes containing '/'. * The GZIP environment variable is now silently ignored except for the options -1 (--fast) through -9 (--best), --rsyncable, and --synchronous. * 'zmore' is no longer installed on platforms lacking 'more' * now decompresses significantly faster by computing CRCs via a slice by 8 algorithm, and faster yet on x86-64 platforms that support pclmul instructions - add gzip-1.14-s390x-errno.patch ++++ hardinfo2: - Update to version 2.2.10: * PACKAGING: Check if a missing package message window appears on program start, after installing on empty system. IMPORTANT * Fixed sparc32 & sparc64 building * Added Release info in CMakeLists.txt * Added Packaging check for improved hardinfo2 package across distros. * Added Arch Linux branch building for makepkg & CPack * Fixed homepath not found after first storage benchmark run * Cachemem improved for non high precision clocks * Added Vendefoul Wolf & Winux distros * Minor: Removed Garbage Collector, Fixed many MemLeaks, Improved scroll to results, 3 possible crashes * Minor: Fixed fedora URL, Added default 250 benchmark results * Fixes for RedHat & ALT Linux Icons * Russian, Danish, Brazilian language updated ++++ htop: - Update to version 3.4.1: * Support for PMAPI v3 for PCP * PCP code cleanups * Proper checks for strchrnul * Code cleanup in the NetworkIOMeter * Improved documentation for the --user option * Display stuck processes on Darwin * Handle issues when the monotonic clock runs backwards * Fix builds using native curses on NetBSD ++++ hugo: - Update to version 0.146.2: * releaser: Bump versions for release of 0.146.2 * tpl: Fix codeblock hook resolve issue * tpl: Fix legacy section mappings * tpl: Resolve layouts/all.html for all html output formats * tpl: Fix some baseof lookup issues * releaser: Prepare repository for 0.147.0-DEV - Packaging improvements: * Add patch remove-wasm-tomath.patch refs boo#1241131 hugo needs a package for dependency javy JS to WebAssembly toolchain (Rust) - Original patch by darix - Removes JS to WASM functionality used for server-side rendering of LaTeX to MathML - .wasm compiled binaries already being removed, see previous changelog - Imposes unmet dependency on javy JS to WASM toolchain - Drop patch if and when a javy package is available boo#1241131 ++++ intel-cmt-cat: - Update to version 24.05.17.git+f1325a9: * appqos_client: update vulnerable dependencies * lib: Fix calloc arguments that are in the wrong order * appqos_client: update dependencies * The cpusetsize is increased in sched_getaffinity and sched_setaffinity functions * appqos_client: update 3rd party dependencies ++++ irqbalance: - Introduce multibuild and conditionally build either via meson or autoconf build environment - Update to version 1.9.4.77.git+d913f60: * Increase file descriptor limit via systemd service file * Properly embed EnvironmentFile sourced systemd configs into meson and autonconf * Unify meson and autoconf: Install executables to sbin - Remove mainline integrated patch: D Set-fd-limit.patch ++++ jenkins-x-cli: - Update to version 3.11.77: * chore(deps): upgrade jenkins-x-plugins/jx-gitops to version 0.25.2 ++++ k9s: - Update to version 0.50.2: * 5-0, 5-0 HotFix! It looks like we've broken a few (more) things in the clean up process This is what you get for trying to refresh a ~10 year old code base Apologizes for the disruption in the farce. Hopefully much happier on v0.50.2... Are we there yet? Crossing fingers AND toes... * Resolved Issues - #3267 Show some output or message when no resources are found - #3266 Command alias :dp fails with "no resource meta defined for deployments" error - #3264 can't execute get(y) or describe(d) in StorageClass view - #3260 yaml view of pod will crash the app (Boom!! cannot deep copy int. (Maybe??) * Dependencies - chore(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 (#3249) - chore(deps): bump github.com/anchore/syft from 1.21.0 to 1.22.0 (#3250) - chore(deps): bump golang from 1.24.1-alpine3.21 to 1.24.2-alpine3.21 (#3251) - chore(deps): bump golang.org/x/text from 0.23.0 to 0.24.0 (#3252) ++++ kargo-cli: - Update to version 1.4.1: No CLI-related changes in the changelog * chore(backport release-1.4): chore(deps): update Helm to v3.17.3 (#3830) * chore(backport release-1.4): chore(docs): fix typo in "Logging In" (#3811) * chore(backport release-1.4): chore(deps): bump the go-patch group with 5 updates (#3808) * chore(backport release-1.4): chore(deps): bump golang from 1.24.1-bookworm to 1.24.2-bookworm (#3807) ++++ kernel-debug: - config: Disable CONFIG_LATENCYTOP (jsc#PED-12529) - commit 409aca3 - ipv6: Align behavior across nexthops during path selection (git-fixes). - commit 885421b - Linux 6.14.2 (bsc#1012628). - fs: support O_PATH fds with FSCONFIG_SET_FD (bsc#1012628). - watch_queue: fix pipe accounting mismatch (bsc#1012628). - x86/mm/pat: cpa-test: fix length for CPA_ARRAY test (bsc#1012628). - m68k: sun3: Use str_read_write() helper in mmu_emu_handle_fault() (bsc#1012628). - m68k: sun3: Fix DEBUG_MMU_EMU build (bsc#1012628). - cpufreq: scpi: compare kHz instead of Hz (bsc#1012628). - seccomp: fix the __secure_computing() stub for !HAVE_ARCH_SECCOMP_FILTER (bsc#1012628). - smack: dont compile ipv6 code unless ipv6 is configured (bsc#1012628). - smack: ipv4/ipv6: tcp/dccp/sctp: fix incorrect child socket label (bsc#1012628). - sched: Cancel the slice protection of the idle entity (bsc#1012628). - sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasks (bsc#1012628). - cpufreq: governor: Fix negative 'idle_time' handling in dbs_update() (bsc#1012628). - EDAC/{skx_common,i10nm}: Fix some missing error reports on Emerald Rapids (bsc#1012628). - x86/vdso: Fix latent bug in vclock_pages calculation (bsc#1012628). - x86/fpu: Fix guest FPU state buffer allocation size (bsc#1012628). - cpufreq/amd-pstate: Modify the min_perf calculation in adjust_perf callback (bsc#1012628). - cpufreq/amd-pstate: Pass min/max_limit_perf as min/max_perf to amd_pstate_update (bsc#1012628). - cpufreq/amd-pstate: Convert all perf values to u8 (bsc#1012628). - cpufreq/amd-pstate: Add missing NULL ptr check in amd_pstate_update (bsc#1012628). - x86/fpu: Avoid copying dynamic FP state from init_task in arch_dup_task_struct() (bsc#1012628). - rseq: Update kernel fields in lockstep with CONFIG_DEBUG_RSEQ=y (bsc#1012628). - x86/platform: Only allow CONFIG_EISA for 32-bit (bsc#1012628). - x86/sev: Add missing RIP_REL_REF() invocations during sme_enable() (bsc#1012628). - lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lock (bsc#1012628). - PM: sleep: Adjust check before setting power.must_resume (bsc#1012628). - cpufreq: tegra194: Allow building for Tegra234 (bsc#1012628). - RISC-V: KVM: Disable the kernel perf counter during configure (bsc#1012628). - kunit/stackinit: Use fill byte different from Clang i386 pattern (bsc#1012628). - watchdog/hardlockup/perf: Fix perf_event memory leak (bsc#1012628). - x86/split_lock: Fix the delayed detection logic (bsc#1012628). - selinux: Chain up tool resolving errors in install_policy.sh (bsc#1012628). - EDAC/ie31200: Fix the size of EDAC_MC_LAYER_CHIP_SELECT layer (bsc#1012628). - EDAC/ie31200: Fix the DIMM size mask for several SoCs (bsc#1012628). - EDAC/ie31200: Fix the error path order of ie31200_init() (bsc#1012628). - dma: Fix encryption bit clearing for dma_to_phys (bsc#1012628). - dma: Introduce generic dma_addr_*crypted helpers (bsc#1012628). - arm64: realm: Use aliased addresses for device DMA to shared buffers (bsc#1012628). - x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors (bsc#1012628). - cpuidle: Init cpuidle only for present CPUs (bsc#1012628). - thermal: int340x: Add NULL check for adev (bsc#1012628). - PM: sleep: Fix handling devices with direct_complete set on errors (bsc#1012628). - lockdep: Don't disable interrupts on RT in disable_irq_nosync_lockdep.*() (bsc#1012628). - cpufreq: Init cpufreq only for present CPUs (bsc#1012628). - perf/ring_buffer: Allow the EPOLLRDNORM flag for poll (bsc#1012628). - perf: Save PMU specific data in task_struct (bsc#1012628). - perf: Supply task information to sched_task() (bsc#1012628). - perf/x86/lbr: Fix shorter LBRs call stacks for the system-wide mode (bsc#1012628). - sched/deadline: Ignore special tasks when rebuilding domains (bsc#1012628). - sched/topology: Wrappers for sched_domains_mutex (bsc#1012628). - sched/deadline: Generalize unique visiting of root domains (bsc#1012628). - sched/deadline: Rebuild root domain accounting after every update (bsc#1012628). - x86/traps: Make exc_double_fault() consistently noreturn (bsc#1012628). - x86/fpu/xstate: Fix inconsistencies in guest FPU xfeatures (bsc#1012628). - x86/entry: Add __init to ia32_emulation_override_cmdline() (bsc#1012628). - RISC-V: KVM: Teardown riscv specific bits after kvm_exit (bsc#1012628). - regulator: pca9450: Fix enable register for LDO5 (bsc#1012628). - auxdisplay: MAX6959 should select BITREVERSE (bsc#1012628). - media: verisilicon: HEVC: Initialize start_bit field (bsc#1012628). - media: platform: allgro-dvt: unregister v4l2_device on the error path (bsc#1012628). - auxdisplay: panel: Fix an API misuse in panel.c (bsc#1012628). - platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: Make symbol static (bsc#1012628). - platform/x86: dell-uart-backlight: Make dell_uart_bl_serdev_driver static (bsc#1012628). - platform/x86: dell-ddv: Fix temperature calculation (bsc#1012628). - ASoC: cs35l41: check the return value from spi_setup() (bsc#1012628). - ASoC: amd: acp: Fix for enabling DMIC on acp platforms via _DSD entry (bsc#1012628). - HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER (bsc#1012628). - ASoC: simple-card-utils: Don't use __free(device_node) at graph_util_parse_dai() (bsc#1012628). - dt-bindings: vendor-prefixes: add GOcontroll (bsc#1012628). - ALSA: hda/realtek: Always honor no_shutup_pins (bsc#1012628). - ASoC: tegra: Use non-atomic timeout for ADX status register (bsc#1012628). - ASoC: ti: j721e-evm: Fix clock configuration for ti,j7200-cpb-audio compatible (bsc#1012628). - ALSA: usb-audio: separate DJM-A9 cap lvl options (bsc#1012628). - ALSA: timer: Don't take register_mutex with copy_from/to_user() (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic assignment on ASUS VivoBook X515UA (bsc#1012628). - wifi: rtw89: Correct immediate cfg_len calculation for scan_offload_be (bsc#1012628). - wifi: ath12k: fix skb_ext_desc leak in ath12k_dp_tx() error path (bsc#1012628). - wifi: ath12k: encode max Tx power in scan channel list command (bsc#1012628). - wifi: ath12k: Fix pdev lookup in WBM error processing (bsc#1012628). - wifi: ath9k: do not submit zero bytes to the entropy pool (bsc#1012628). - wifi: ath11k: fix wrong overriding for VHT Beamformee STS Capability (bsc#1012628). - arm64: dts: mediatek: mt8173-elm: Drop pmic's #address-cells and #size-cells (bsc#1012628). - arm64: dts: mediatek: mt8173: Fix some node names (bsc#1012628). - wifi: ath11k: update channel list in reg notifier instead reg worker (bsc#1012628). - ARM: dts: omap4-panda-a4: Add missing model and compatible properties (bsc#1012628). - f2fs: quota: fix to avoid warning in dquot_writeback_dquots() (bsc#1012628). - dlm: prevent NPD when writing a positive value to event_done (bsc#1012628). - wifi: ath11k: fix RCU stall while reaping monitor destination ring (bsc#1012628). - wifi: ath11k: add srng->lock for ath11k_hal_srng_* in monitor mode (bsc#1012628). - wifi: ath12k: Fix locking in "QMI firmware ready" error paths (bsc#1012628). - f2fs: fix to avoid panic once fallocation fails for pinfile (bsc#1012628). - scsi: mpt3sas: Reduce log level of ignore_delay_remove message to KERN_INFO (bsc#1012628). - md: ensure resync is prioritized over recovery (bsc#1012628). - md/raid1: fix memory leak in raid1_run() if no active rdev (bsc#1012628). - coredump: Fixes core_pipe_limit sysctl proc_handler (bsc#1012628). - io_uring/io-wq: eliminate redundant io_work_get_acct() calls (bsc#1012628). - io_uring/io-wq: cache work->flags in variable (bsc#1012628). - io_uring/io-wq: do not use bogus hash value (bsc#1012628). - io_uring: check for iowq alloc_workqueue failure (bsc#1012628). - io_uring/net: improve recv bundles (bsc#1012628). - firmware: arm_ffa: Refactor addition of partition information into XArray (bsc#1012628). - firmware: arm_ffa: Unregister the FF-A devices when cleaning up the partitions (bsc#1012628). - arm64: dts: mediatek: mt6359: fix dtbs_check error for audio-codec (bsc#1012628). - scsi: mpi3mr: Fix locking in an error path (bsc#1012628). - scsi: mpt3sas: Fix a locking bug in an error path (bsc#1012628). - can: rockchip_canfd: rkcanfd_chip_fifo_setup(): remove duplicated setup of RX FIFO (bsc#1012628). - jfs: reject on-disk inodes of an unsupported type (bsc#1012628). - jfs: add check read-only before txBeginAnon() call (bsc#1012628). - jfs: add check read-only before truncation in jfs_truncate_nolock() (bsc#1012628). - wifi: ath12k: Add missing htt_metadata flag in ath12k_dp_tx() (bsc#1012628). - wifi: rtw89: rtw8852b{t}: fix TSSI debug timestamps (bsc#1012628). - xfrm: delay initialization of offload path till its actually requested (bsc#1012628). - iommu/io-pgtable-dart: Only set subpage protection disable for DART 1 (bsc#1012628). - firmware: arm_ffa: Explicitly cast return value from FFA_VERSION before comparison (bsc#1012628). - firmware: arm_ffa: Explicitly cast return value from NOTIFICATION_INFO_GET (bsc#1012628). - arm64: dts: renesas: r8a774c0: Re-add voltages to OPP table (bsc#1012628). - arm64: dts: renesas: r8a77990: Re-add voltages to OPP table (bsc#1012628). - firmware: arm_ffa: Skip the first/partition ID when parsing vCPU list (bsc#1012628). - arm64: dts: ti: k3-j722s-evm: Fix USB2.0_MUX_SEL to select Type-C (bsc#1012628). - wifi: ath12k: use link specific bss_conf as well in ath12k_mac_vif_cache_flush() (bsc#1012628). - arm64: dts: imx8mp-skov: correct PMIC board limits (bsc#1012628). - arm64: dts: imx8mp-skov: operate CPU at 850 mV by default (bsc#1012628). - arm64: dts: mediatek: mt8390-genio-700-evk: Move common parts to dtsi (bsc#1012628). - arm64: dts: mediatek: mt8390-genio-common: Fix duplicated regulator name (bsc#1012628). - wifi: ath11k: Clear affinity hint before calling ath11k_pcic_free_irq() in error path (bsc#1012628). - wifi: ath12k: Clear affinity hint before calling ath12k_pci_free_irq() in error path (bsc#1012628). - f2fs: fix to set .discard_granularity correctly (bsc#1012628). - f2fs: add check for deleted inode (bsc#1012628). - arm64: dts: ti: k3-am62-verdin-dahlia: add Microphone Jack to sound card (bsc#1012628). - f2fs: fix potential deadloop in prepare_compress_overwrite() (bsc#1012628). - f2fs: fix to call f2fs_recover_quota_end() correctly (bsc#1012628). - md: fix mddev uaf while iterating all_mddevs list (bsc#1012628). - md/raid1,raid10: don't ignore IO flags (bsc#1012628). - md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb (bsc#1012628). - tracing: Fix DECLARE_TRACE_CONDITION (bsc#1012628). - tools/rv: Keep user LDFLAGS in build (bsc#1012628). - arm64: dts: ti: k3-am62p: Enable AUDIO_REFCLKx (bsc#1012628). - arm64: dts: ti: k3-am62p: fix pinctrl settings (bsc#1012628). - arm64: dts: ti: k3-j722s: fix pinctrl settings (bsc#1012628). - wifi: rtw89: fw: correct debug message format in rtw89_build_txpwr_trk_tbl_from_elm() (bsc#1012628). - wifi: rtw89: pci: correct ISR RDU bit for 8922AE (bsc#1012628). - blk-throttle: fix lower bps rate by throtl_trim_slice() (bsc#1012628). - soc: mediatek: mtk-mmsys: Fix MT8188 VDO1 DPI1 output selection (bsc#1012628). - soc: mediatek: mt8167-mmsys: Fix missing regval in all entries (bsc#1012628). - soc: mediatek: mt8365-mmsys: Fix routing table masks and values (bsc#1012628). - md/raid10: wait barrier before returning discard request with REQ_NOWAIT (bsc#1012628). - block: ensure correct integrity capability propagation in stacked devices (bsc#1012628). - block: Correctly initialize BLK_INTEGRITY_NOGENERATE and BLK_INTEGRITY_NOVERIFY (bsc#1012628). - badblocks: Fix error shitf ops (bsc#1012628). - badblocks: factor out a helper try_adjacent_combine (bsc#1012628). - badblocks: attempt to merge adjacent badblocks during ack_all_badblocks (bsc#1012628). - badblocks: return error directly when setting badblocks exceeds 512 (bsc#1012628). - badblocks: return error if any badblock set fails (bsc#1012628). - badblocks: fix the using of MAX_BADBLOCKS (bsc#1012628). - badblocks: fix merge issue when new badblocks align with pre+1 (bsc#1012628). - badblocks: fix missing bad blocks on retry in _badblocks_check() (bsc#1012628). - badblocks: return boolean from badblocks_set() and badblocks_clear() (bsc#1012628). - badblocks: use sector_t instead of int to avoid truncation of badblocks length (bsc#1012628). - firmware: arm_scmi: use ioread64() instead of ioread64_hi_lo() (bsc#1012628). - net: airoha: Fix lan4 support in airoha_qdma_get_gdm_port() (bsc#1012628). - iommu/amd: Fix header file (bsc#1012628). - iommu/vt-d: Fix system hang on reboot -f (bsc#1012628). - memory: mtk-smi: Add ostd setting for mt8192 (bsc#1012628). - gfs2: minor evict fix (bsc#1012628). - gfs2: skip if we cannot defer delete (bsc#1012628). - ARM: dts: imx6ul-tqma6ul1: Change include order to disable fec2 node (bsc#1012628). - arm64: dts: imx8mp: add AUDIO_AXI_CLK_ROOT to AUDIOMIX block (bsc#1012628). - arm64: dts: imx8mp: change AUDIO_AXI_CLK_ROOT freq. to 800MHz (bsc#1012628). - f2fs: fix to avoid accessing uninitialized curseg (bsc#1012628). - iommu: Handle race with default domain setup (bsc#1012628). - wifi: mac80211: remove SSID from ML reconf (bsc#1012628). - f2fs: fix to avoid running out of free segments (bsc#1012628). - block: fix adding folio to bio (bsc#1012628). - ext4: fix potential null dereference in ext4 kunit test (bsc#1012628). - ext4: convert EXT4_FLAGS_* defines to enum (bsc#1012628). - ext4: add EXT4_FLAGS_EMERGENCY_RO bit (bsc#1012628). - ext4: correct behavior under errors=remount-ro mode (bsc#1012628). - ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is set (bsc#1012628). - arm64: dts: rockchip: Move rk356x scmi SHMEM to reserved memory (bsc#1012628). - arm64: dts: rockchip: Remove bluetooth node from rock-3a (bsc#1012628). - bus: qcom-ssc-block-bus: Remove some duplicated iounmap() calls (bsc#1012628). - bus: qcom-ssc-block-bus: Fix the error handling path of qcom_ssc_block_bus_probe() (bsc#1012628). - arm64: dts: rockchip: Fix pcie reset gpio on Orange Pi 5 Max (bsc#1012628). - arm64: dts: rockchip: Fix PWM pinctrl names (bsc#1012628). - arm64: dts: rockchip: remove ethm0_clk0_25m_out from Sige5 gmac0 (bsc#1012628). - erofs: allow 16-byte volume name again (bsc#1012628). - ext4: add missing brelse() for bh2 in ext4_dx_add_entry() (bsc#1012628). - ext4: verify fast symlink length (bsc#1012628). - f2fs: fix missing discard for active segments (bsc#1012628). - scsi: hisi_sas: Fixed failure to issue vendor specific commands (bsc#1012628). - scsi: target: tcm_loop: Fix wrong abort tag (bsc#1012628). - ext4: introduce ITAIL helper (bsc#1012628). - ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all() (bsc#1012628). - ext4: goto right label 'out_mmap_sem' in ext4_setattr() (bsc#1012628). - jbd2: fix off-by-one while erasing journal (bsc#1012628). - ata: libata: Fix NCQ Non-Data log not supported print (bsc#1012628). - wifi: nl80211: store chandef on the correct link when starting CAC (bsc#1012628). - wifi: mac80211: check basic rates validity in sta_link_apply_parameters (bsc#1012628). - wifi: cfg80211: init wiphy_work before allocating rfkill fails (bsc#1012628). - wifi: mwifiex: Fix premature release of RF calibration data (bsc#1012628). - wifi: mwifiex: Fix RF calibration data download from file (bsc#1012628). - ice: health.c: fix compilation on gcc 7.5 (bsc#1012628). - ice: ensure periodic output start time is in the future (bsc#1012628). - ice: fix reservation of resources for RDMA when disabled (bsc#1012628). - virtchnl: make proto and filter action count unsigned (bsc#1012628). - ice: stop truncating queue ids when checking (bsc#1012628). - ice: validate queue quanta parameters to prevent OOB access (bsc#1012628). - ice: fix input validation for virtchnl BW (bsc#1012628). - ice: fix using untrusted value of pkt_len in ice_vc_fdir_parse_raw() (bsc#1012628). - idpf: check error for register_netdev() on init (bsc#1012628). - btrfs: get used bytes while holding lock at btrfs_reclaim_bgs_work() (bsc#1012628). - btrfs: fix reclaimed bytes accounting after automatic block group reclaim (bsc#1012628). - btrfs: fix block group refcount race in btrfs_create_pending_block_groups() (bsc#1012628). - btrfs: don't clobber ret in btrfs_validate_super() (bsc#1012628). - wifi: mt76: mt7915: fix possible integer overflows in mt7915_muru_stats_show() (bsc#1012628). - igb: reject invalid external timestamp requests for 82580-based HW (bsc#1012628). - renesas: reject PTP_STRICT_FLAGS as unsupported (bsc#1012628). - net: lan743x: reject unsupported external timestamp requests (bsc#1012628). - broadcom: fix supported flag check in periodic output function (bsc#1012628). - ptp: ocp: reject unsupported periodic output flags (bsc#1012628). - nvmet: pci-epf: Always configure BAR0 as 64-bit (bsc#1012628). - jbd2: add a missing data flush during file and fs synchronization (bsc#1012628). - ext4: define ext4_journal_destroy wrapper (bsc#1012628). - ext4: avoid journaling sb update on error if journal is destroying (bsc#1012628). - eth: bnxt: fix out-of-range access of vnic_info array (bsc#1012628). - net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF (bsc#1012628). - netfilter: nfnetlink_queue: Initialize ctx to avoid memory allocation error (bsc#1012628). - netfilter: nf_tables: Only use nf_skip_indirect_calls() when MITIGATION_RETPOLINE (bsc#1012628). - ax25: Remove broken autobind (bsc#1012628). - net/mlx5e: Fix ethtool -N flow-type ip4 to RSS context (bsc#1012628). - bnxt_en: Mask the bd_cnt field in the TX BD properly (bsc#1012628). - bnxt_en: Linearize TX SKB if the fragments exceed the max (bsc#1012628). - net: dsa: mv88e6xxx: fix atu_move_port_mask for 6341 family (bsc#1012628). - net: dsa: mv88e6xxx: enable PVT for 6321 switch (bsc#1012628). - net: dsa: mv88e6xxx: enable .port_set_policy() for 6320 family (bsc#1012628). - net: dsa: mv88e6xxx: fix VTU methods for 6320 family (bsc#1012628). - net: dsa: mv88e6xxx: enable STU methods for 6320 family (bsc#1012628). - mlxsw: spectrum_acl_bloom_filter: Workaround for some LLVM versions (bsc#1012628). - net: dsa: sja1105: fix displaced ethtool statistics counters (bsc#1012628). - net: dsa: sja1105: reject other RX filters than HWTSTAMP_FILTER_PTP_V2_L2_EVENT (bsc#1012628). - net: dsa: sja1105: fix kasan out-of-bounds warning in sja1105_table_delete_entry() (bsc#1012628). - net/mlx5: LAG, reload representors on LAG creation failure (bsc#1012628). - net/mlx5: Start health poll after enable hca (bsc#1012628). - vmxnet3: unregister xdp rxq info in the reset path (bsc#1012628). - bonding: check xdp prog when set bond mode (bsc#1012628). - ibmvnic: Use kernel helpers for hex dumps (bsc#1012628). - net: fix NULL pointer dereference in l3mdev_l3_rcv (bsc#1012628). - virtio_net: Fix endian with virtio_net_ctrl_rss (bsc#1012628). - Bluetooth: Add quirk for broken READ_VOICE_SETTING (bsc#1012628). - Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPE (bsc#1012628). - Bluetooth: btusb: Fix regression in the initialization of fake Bluetooth controllers (bsc#1012628). - Bluetooth: hci_core: Enable buffer flow control for SCO/eSCO (bsc#1012628). - Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancel (bsc#1012628). - rwonce: handle KCSAN like KASAN in read_word_at_a_time() (bsc#1012628). - net: dsa: microchip: fix DCB apptrust configuration on KSZ88x3 (bsc#1012628). - Bluetooth: btnxpuart: Fix kernel panic during FW release (bsc#1012628). - net: Fix the devmem sock opts and msgs for parisc (bsc#1012628). - net: libwx: fix Tx descriptor content for some tunnel packets (bsc#1012628). - net: libwx: fix Tx L4 checksum (bsc#1012628). - rwonce: fix crash by removing READ_ONCE() for unaligned read (bsc#1012628). - drm/bridge: ti-sn65dsi86: Fix multiple instances (bsc#1012628). - drm/ssd130x: Set SPI .id_table to prevent an SPI core warning (bsc#1012628). - accel/amdxdna: Return error when setting clock failed for npu1 (bsc#1012628). - drm/panthor: Fix a race between the reset and suspend path (bsc#1012628). - drm/ssd130x: fix ssd132x encoding (bsc#1012628). - drm/ssd130x: ensure ssd132x pitch is correct (bsc#1012628). - drm/dp_mst: Fix drm RAD print (bsc#1012628). - drm/bridge: it6505: fix HDCP V match check is not performed correctly (bsc#1012628). - drm/panthor: Fix race condition when gathering fdinfo group samples (bsc#1012628). - drm: xlnx: zynqmp: Fix max dma segment size (bsc#1012628). - drm: xlnx: zynqmp_dpsub: Add NULL check in zynqmp_audio_init (bsc#1012628). - drm: zynqmp_dp: Fix a deadlock in zynqmp_dp_ignore_hpd_set() (bsc#1012628). - drm/vkms: Fix use after free and double free on init error (bsc#1012628). - gpu: cdns-mhdp8546: fix call balance of mhdp->clk handling routines (bsc#1012628). - drm/amdgpu: refine smu send msg debug log format (bsc#1012628). - drm/amdgpu/umsch: remove vpe test from umsch (bsc#1012628). - drm/amdgpu/umsch: declare umsch firmware (bsc#1012628). - drm/amdgpu/umsch: fix ucode check (bsc#1012628). - drm/amdgpu/vcn5.0.1: use correct dpm helper (bsc#1012628). - PCI: Remove add_align overwrite unrelated to size0 (bsc#1012628). - PCI: Simplify size1 assignment logic (bsc#1012628). - PCI: Allow relaxed bridge window tail sizing for optional resources (bsc#1012628). - drm/mediatek: mtk_hdmi: Unregister audio platform device on failure (bsc#1012628). - drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size member (bsc#1012628). - drm/amdgpu: Replace Mutex with Spinlock for RLCG register access to avoid Priority Inversion in SRIOV (bsc#1012628). - PCI/ASPM: Fix link state exit during switch upstream function removal (bsc#1012628). - drm/panel: ilitek-ili9882t: fix GPIO name in error message (bsc#1012628). - PCI/ACS: Fix 'pci=config_acs=' parameter (bsc#1012628). - drm/amd/display: fix an indent issue in DML21 (bsc#1012628). - drm/msm/dpu: don't use active in atomic_check() (bsc#1012628). - drm/msm/dsi/phy: Program clock inverters in correct register (bsc#1012628). - drm/msm/dsi: Use existing per-interface slice count in DSC timing (bsc#1012628). - drm/msm/dsi: Set PHY usescase (and mode) before registering DSI host (bsc#1012628). - drm/msm/dpu: Fall back to a single DSC encoder (1:1:1) on small SoCs (bsc#1012628). - drm/msm/dpu: Remove arbitrary limit of 1 interface in DSC topology (bsc#1012628). - drm/msm/gem: Fix error code msm_parse_deps() (bsc#1012628). - drm/amdkfd: Fix Circular Locking Dependency in 'svm_range_cpu_invalidate_pagetables' (bsc#1012628). - PCI: mediatek-gen3: Configure PBUS_CSR registers for EN7581 SoC (bsc#1012628). - PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payload (bsc#1012628). - PCI: brcmstb: Set generation limit before PCIe link up (bsc#1012628). - PCI: brcmstb: Use internal register to change link capability (bsc#1012628). - PCI: brcmstb: Fix error path after a call to regulator_bulk_get() (bsc#1012628). - PCI: brcmstb: Fix potential premature regulator disabling (bsc#1012628). - selftests/pcie_bwctrl: Add 'set_pcie_speed.sh' to TEST_PROGS (bsc#1012628). - PCI/portdrv: Only disable pciehp interrupts early when needed (bsc#1012628). - PCI: Avoid reset when disabled via sysfs (bsc#1012628). - drm/msm/dpu: move needs_cdm setting to dpu_encoder_get_topology() (bsc#1012628). - drm/msm/dpu: simplify dpu_encoder_get_topology() interface (bsc#1012628). - drm/msm/dpu: don't set crtc_state->mode_changed from atomic_check() (bsc#1012628). - drm/panthor: Update CS_STATUS_ defines to correct values (bsc#1012628). - drm/file: Add fdinfo helper for printing regions with prefix (bsc#1012628). - drm/panthor: Expose size of driver internal BO's over fdinfo (bsc#1012628). - drm/panthor: Replace sleep locks with spinlocks in fdinfo path (bsc#1012628). - drm/panthor: Avoid sleep locking in the internal BO size path (bsc#1012628). - drm/panthor: Clean up FW version information display (bsc#1012628). - drm/amd/display: fix type mismatch in CalculateDynamicMetadataParameters() (bsc#1012628). - drm/msm/a6xx: Fix a6xx indexed-regs in devcoreduump (bsc#1012628). - powerpc/perf: Fix ref-counting on the PMU 'vpa_pmu' (bsc#1012628). - misc: pci_endpoint_test: Fix pci_endpoint_test_bars_read_bar() error handling (bsc#1012628). - misc: pci_endpoint_test: Handle BAR sizes larger than INT_MAX (bsc#1012628). - PCI: endpoint: pci-epf-test: Handle endianness properly (bsc#1012628). - crypto: powerpc: Mark ghashp8-ppc.o as an OBJECT_FILES_NON_STANDARD (bsc#1012628). - powerpc/kexec: fix physical address calculation in clear_utlb_entry() (bsc#1012628). - PCI: Remove stray put_device() in pci_register_host_bridge() (bsc#1012628). - PCI: xilinx-cpm: Fix IRQ domain leak in error path of probe (bsc#1012628). - drm/mediatek: Fix config_updating flag never false when no mbox channel (bsc#1012628). - drm/mediatek: dp: drm_err => dev_err in HPD path to avoid NULL ptr (bsc#1012628). - drm/mediatek: dsi: fix error codes in mtk_dsi_host_transfer() (bsc#1012628). - drm/amd/display: avoid NPD when ASIC does not support DMUB (bsc#1012628). - PCI: dwc: ep: Return -ENOMEM for allocation failures (bsc#1012628). - PCI: histb: Fix an error handling path in histb_pcie_probe() (bsc#1012628). - PCI: Fix BAR resizing when VF BARs are assigned (bsc#1012628). - drm/amdgpu/mes: optimize compute loop handling (bsc#1012628). - drm/amdgpu/mes: enable compute pipes across all MEC (bsc#1012628). - PCI: pciehp: Don't enable HPIE when resuming in poll mode (bsc#1012628). - PCI/bwctrl: Fix pcie_bwctrl_select_speed() return type (bsc#1012628). - io_uring/net: only import send_zc buffer once (bsc#1012628). - PCI: Fix NULL dereference in SR-IOV VF creation error path (bsc#1012628). - io_uring: use lockless_cq flag in io_req_complete_post() (bsc#1012628). - io_uring: fix retry handling off iowq (bsc#1012628). - fbdev: au1100fb: Move a variable assignment behind a null pointer check (bsc#1012628). - dummycon: fix default rows/cols (bsc#1012628). - mdacon: rework dependency list (bsc#1012628). - fbdev: sm501fb: Add some geometry checks (bsc#1012628). - crypto: iaa - Test the correct request flag (bsc#1012628). - crypto: qat - set parity error mask for qat_420xx (bsc#1012628). - crypto: tegra - Use separate buffer for setkey (bsc#1012628). - crypto: tegra - Do not use fixed size buffers (bsc#1012628). - crypto: tegra - check return value for hash do_one_req (bsc#1012628). - crypto: tegra - Transfer HASH init function to crypto engine (bsc#1012628). - crypto: tegra - Fix HASH intermediate result handling (bsc#1012628). - crypto: bpf - Add MODULE_DESCRIPTION for skcipher (bsc#1012628). - crypto: tegra - Use HMAC fallback when keyslots are full (bsc#1012628). - clk: amlogic: gxbb: drop incorrect flag on 32k clock (bsc#1012628). - crypto: hisilicon/sec2 - fix for aead authsize alignment (bsc#1012628). - crypto: hisilicon/sec2 - fix for sec spec check (bsc#1012628). - RDMA/mlx5: Fix page_size variable overflow (bsc#1012628). - remoteproc: core: Clear table_sz when rproc_shutdown (bsc#1012628). - of: property: Increase NR_FWNODE_REFERENCE_ARGS (bsc#1012628). - pinctrl: renesas: rzg2l: Suppress binding attributes (bsc#1012628). - remoteproc: qcom_q6v5_pas: Make single-PD handling more robust (bsc#1012628). - libbpf: Fix hypothetical STT_SECTION extern NULL deref case (bsc#1012628). - drivers: clk: qcom: ipq5424: fix the freq table of sdcc1_apps clock (bsc#1012628). - selftests/bpf: Fix string read in strncmp benchmark (bsc#1012628). - x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range() (bsc#1012628). - clk: renesas: r8a08g045: Check the source of the CPU PLL settings (bsc#1012628). - remoteproc: qcom: pas: add minidump_id to SC7280 WPSS (bsc#1012628). - clk: samsung: Fix UBSAN panic in samsung_clk_init() (bsc#1012628). - pinctrl: nuvoton: npcm8xx: Fix error handling in npcm8xx_gpio_fw() (bsc#1012628). - crypto: tegra - Fix CMAC intermediate result handling (bsc#1012628). - clk: qcom: gcc-msm8953: fix stuck venus0_core0 clock (bsc#1012628). - selftests/bpf: Fix runqslower cross-endian build (bsc#1012628). - s390: Remove ioremap_wt() and pgprot_writethrough() (bsc#1012628). - RDMA/mana_ib: Ensure variable err is initialized (bsc#1012628). - crypto: tegra - Set IV to NULL explicitly for AES ECB (bsc#1012628). - remoteproc: qcom_q6v5_pas: Use resource with CX PD for MSM8226 (bsc#1012628). - clk: qcom: gcc-x1e80100: Unregister GCC_GPU_CFG_AHB_CLK/GCC_DISP_XO_CLK (bsc#1012628). - crypto: tegra - finalize crypto req on error (bsc#1012628). - crypto: tegra - Reserve keyslots to allocate dynamically (bsc#1012628). - bpf: Use preempt_count() directly in bpf_send_signal_common() (bsc#1012628). - lib: 842: Improve error handling in sw842_compress() (bsc#1012628). - pinctrl: renesas: rza2: Fix missing of_node_put() call (bsc#1012628). - pinctrl: renesas: rzg2l: Fix missing of_node_put() call (bsc#1012628). - RDMA/mlx5: Fix MR cache initialization error flow (bsc#1012628). - selftests/bpf: Fix freplace_link segfault in tailcalls prog test (bsc#1012628). - clk: rockchip: rk3328: fix wrong clk_ref_usb3otg parent (bsc#1012628). - RDMA/core: Don't expose hw_counters outside of init net namespace (bsc#1012628). - RDMA/mlx5: Fix calculation of total invalidated pages (bsc#1012628). - RDMA/erdma: Prevent use-after-free in erdma_accept_newconn() (bsc#1012628). - remoteproc: qcom_q6v5_mss: Handle platforms with one power domain (bsc#1012628). - power: supply: bq27xxx_battery: do not update cached flags prematurely (bsc#1012628). - leds: st1202: Check for error code from devm_mutex_init() call (bsc#1012628). - crypto: api - Fix larval relookup type and mask (bsc#1012628). - IB/mad: Check available slots before posting receive WRs (bsc#1012628). - pinctrl: tegra: Set SFIO mode to Mux Register (bsc#1012628). - clk: amlogic: g12b: fix cluster A parent data (bsc#1012628). - clk: amlogic: gxbb: drop non existing 32k clock parent (bsc#1012628). - selftests/bpf: Select NUMA_NO_NODE to create map (bsc#1012628). - rust: fix signature of rust_fmt_argument (bsc#1012628). - crypto: tegra - Fix format specifier in tegra_sha_prep_cmd() (bsc#1012628). - libbpf: Add namespace for errstr making it libbpf_errstr (bsc#1012628). - clk: mmp: Fix NULL vs IS_ERR() check (bsc#1012628). - pinctrl: npcm8xx: Fix incorrect struct npcm8xx_pincfg assignment (bsc#1012628). - samples/bpf: Fix broken vmlinux path for VMLINUX_BTF (bsc#1012628). - crypto: qat - remove access to parity register for QAT GEN4 (bsc#1012628). - clk: clk-imx8mp-audiomix: fix dsp/ocram_a clock parents (bsc#1012628). - clk: amlogic: g12a: fix mmc A peripheral clock (bsc#1012628). - pinctrl: bcm2835: don't -EINVAL on alternate funcs from get_direction() (bsc#1012628). - x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1 (bsc#1012628). - power: supply: max77693: Fix wrong conversion of charge input threshold value (bsc#1012628). - crypto: api - Call crypto_alg_put in crypto_unregister_alg (bsc#1012628). - clk: stm32f4: fix an uninitialized variable (bsc#1012628). - crypto: nx - Fix uninitialised hv_nxc on error (bsc#1012628). - clk: qcom: gcc-sm8650: Do not turn off USB GDSCs during gdsc_disable() (bsc#1012628). - bpf: Fix array bounds error with may_goto (bsc#1012628). - RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow (bsc#1012628). - pinctrl: renesas: rzv2m: Fix missing of_node_put() call (bsc#1012628). - clk: qcom: ipq5424: fix software and hardware flow control error of UART (bsc#1012628). - mfd: sm501: Switch to BIT() to mitigate integer overflows (bsc#1012628). - leds: Fix LED_OFF brightness race (bsc#1012628). - x86/dumpstack: Fix inaccurate unwinding from exception stacks due to misplaced assignment (bsc#1012628). - RDMA/core: Fix use-after-free when rename device name (bsc#1012628). - crypto: hisilicon/sec2 - fix for aead auth key length (bsc#1012628). - pinctrl: intel: Fix wrong bypass assignment in intel_pinctrl_probe_pwm() (bsc#1012628). - clk: qcom: mmcc-sdm660: fix stuck video_subcore0 clock (bsc#1012628). - libbpf: Fix accessing BTF.ext core_relo header (bsc#1012628). - perf stat: Fix find_stat for mixed legacy/non-legacy events (bsc#1012628). - perf: Always feature test reallocarray (bsc#1012628). - w1: fix NULL pointer dereference in probe (bsc#1012628). - staging: gpib: Add missing interface entry point (bsc#1012628). - staging: gpib: Fix pr_err format warning (bsc#1012628). - usb: typec: thunderbolt: Fix loops that iterate TYPEC_PLUG_SOP_P and TYPEC_PLUG_SOP_PP (bsc#1012628). - usb: typec: thunderbolt: Remove IS_ERR check for plug (bsc#1012628). - iio: dac: adi-axi-dac: modify stream enable (bsc#1012628). - perf test: Fix Hwmon PMU test endianess issue (bsc#1012628). - perf stat: Don't merge counters purely on name (bsc#1012628). - fs/ntfs3: Factor out ntfs_{create/remove}_procdir() (bsc#1012628). - fs/ntfs3: Factor out ntfs_{create/remove}_proc_root() (bsc#1012628). - fs/ntfs3: Fix 'proc_info_root' leak when init ntfs failed (bsc#1012628). - fs/ntfs3: Update inode->i_mapping->a_ops on compression state (bsc#1012628). - iio: light: veml6030: extend regmap to support regfields (bsc#1012628). - iio: gts-helper: export iio_gts_get_total_gain() (bsc#1012628). - iio: light: veml6030: fix scale to conform to ABI (bsc#1012628). - iio: adc: ad7124: Micro-optimize channel disabling (bsc#1012628). - iio: adc: ad7124: Really disable all channels at probe time (bsc#1012628). - phy: phy-rockchip-samsung-hdptx: Don't use dt aliases to determine phy-id (bsc#1012628). - perf tools: Add skip check in tool_pmu__event_to_str() (bsc#1012628). - isofs: fix KMSAN uninit-value bug in do_isofs_readdir() (bsc#1012628). - perf tests: Fix Tool PMU test segfault (bsc#1012628). - soundwire: slave: fix an OF node reference leak in soundwire slave device (bsc#1012628). - staging: gpib: Fix cb7210 pcmcia Oops (bsc#1012628). - perf report: Switch data file correctly in TUI (bsc#1012628). - perf report: Fix input reload/switch with symbol sort key (bsc#1012628). - greybus: gb-beagleplay: Add error handling for gb_greybus_init (bsc#1012628). - coresight: catu: Fix number of pages while using 64k pages (bsc#1012628). - vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpoint (bsc#1012628). - coresight-etm4x: add isb() before reading the TRCSTATR (bsc#1012628). - perf pmus: Restructure pmu_read_sysfs to scan fewer PMUs (bsc#1012628). - perf pmu: Dynamically allocate tool PMU (bsc#1012628). - perf pmu: Don't double count common sysfs and json events (bsc#1012628). - tools/x86: Fix linux/unaligned.h include path in lib/insn.c (bsc#1012628). - perf build: Fix in-tree build due to symbolic link (bsc#1012628). - ucsi_ccg: Don't show failed to get FW build information error (bsc#1012628). - iio: accel: mma8452: Ensure error return on failure to matching oversampling ratio (bsc#1012628). - iio: accel: msa311: Fix failure to release runtime pm if direct mode claim fails (bsc#1012628). - iio: backend: make sure to NULL terminate stack buffer (bsc#1012628). - iio: core: Rework claim and release of direct mode to work with sparse (bsc#1012628). - iio: adc: ad7173: Grab direct mode for calibration (bsc#1012628). - iio: adc: ad7192: Grab direct mode for calibration (bsc#1012628). - perf arm-spe: Fix load-store operation checking (bsc#1012628). - perf bench: Fix perf bench syscall loop count (bsc#1012628). - perf machine: Fixup kernel maps ends after adding extra maps (bsc#1012628). - usb: xhci: correct debug message page size calculation (bsc#1012628). - fs/ntfs3: Fix a couple integer overflows on 32bit systems (bsc#1012628). - fs/ntfs3: Prevent integer overflow in hdr_first_de() (bsc#1012628). - perf test: Add timeout to datasym workload (bsc#1012628). - perf tests: Fix data symbol test with LTO builds (bsc#1012628). - NFSD: Fix callback decoder status codes (bsc#1012628). - soundwire: take in count the bandwidth of a prepared stream (bsc#1012628). - dmaengine: fsl-edma: cleanup chan after dma_async_device_unregister (bsc#1012628). - dmaengine: fsl-edma: free irq correctly in remove path (bsc#1012628). - dmaengine: ae4dma: Use the MSI count and its corresponding IRQ number (bsc#1012628). - dmaengine: ptdma: Utilize the AE4DMA engine's multi-queue functionality (bsc#1012628). - iio: adc: ad_sigma_delta: Disable channel after calibration (bsc#1012628). - iio: adc: ad4130: Fix comparison of channel setups (bsc#1012628). - iio: adc: ad7124: Fix comparison of channel configs (bsc#1012628). - iio: adc: ad7173: Fix comparison of channel configs (bsc#1012628). - iio: adc: ad7768-1: set MOSI idle state to prevent accidental reset (bsc#1012628). - iio: light: Add check for array bounds in veml6075_read_int_time_ms (bsc#1012628). - perf debug: Avoid stack overflow in recursive error message (bsc#1012628). - perf evlist: Add success path to evlist__create_syswide_maps (bsc#1012628). - perf evsel: tp_format accessing improvements (bsc#1012628). - perf x86/topdown: Fix topdown leader sampling test error on hybrid (bsc#1012628). - perf units: Fix insufficient array space (bsc#1012628). - perf test stat_all_pmu.sh: Correctly check 'perf stat' result (bsc#1012628). - kernel/events/uprobes: handle device-exclusive entries correctly in __replace_page() (bsc#1012628). - kexec: initialize ELF lowest address to ULONG_MAX (bsc#1012628). - ocfs2: validate l_tree_depth to avoid out-of-bounds access (bsc#1012628). - reboot: replace __hw_protection_shutdown bool action parameter with an enum (bsc#1012628). - reboot: reboot, not shutdown, on hw_protection_reboot timeout (bsc#1012628). - arch/powerpc: drop GENERIC_PTDUMP from mpc885_ads_defconfig (bsc#1012628). - writeback: let trace_balance_dirty_pages() take struct dtc as parameter (bsc#1012628). - writeback: fix calculations in trace_balance_dirty_pages() for cgwb (bsc#1012628). - scripts/gdb/linux/symbols.py: address changes to module_sect_attrs (bsc#1012628). - NFSv4: Don't trigger uneccessary scans for return-on-close delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for returning delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for expired delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for delayed delegations (bsc#1012628). - NFS: fix open_owner_id_maxsz and related fields (bsc#1012628). - fuse: fix dax truncate/punch_hole fault path (bsc#1012628). - selftests/mm/cow: fix the incorrect error handling (bsc#1012628). - um: Pass the correct Rust target and options with gcc (bsc#1012628). - um: remove copy_from_kernel_nofault_allowed (bsc#1012628). - um: hostfs: avoid issues on inode number reuse by host (bsc#1012628). - i3c: master: svc: Fix missing the IBI rules (bsc#1012628). - perf python: Fixup description of sample.id event member (bsc#1012628). - perf python: Decrement the refcount of just created event on failure (bsc#1012628). - perf python: Don't keep a raw_data pointer to consumed ring buffer space (bsc#1012628). - perf python: Check if there is space to copy all the event (bsc#1012628). - perf dso: fix dso__is_kallsyms() check (bsc#1012628). - perf: intel-tpebs: Fix incorrect usage of zfree() (bsc#1012628). - perf pmu: Handle memory failure in tool_pmu__new() (bsc#1012628). - staging: rtl8723bs: select CONFIG_CRYPTO_LIB_AES (bsc#1012628). - staging: vchiq_arm: Register debugfs after cdev (bsc#1012628). - staging: vchiq_arm: Fix possible NPR of keep-alive thread (bsc#1012628). - staging: vchiq_arm: Stop kthreads if vchiq cdev register fails (bsc#1012628). - tty: n_tty: use uint for space returned by tty_write_room() (bsc#1012628). - perf vendor events arm64 AmpereOneX: Fix frontend_bound calculation (bsc#1012628). - fs/procfs: fix the comment above proc_pid_wchan() (bsc#1012628). - perf tools: Fix is_compat_mode build break in ppc64 (bsc#1012628). - perf tools: annotate asm_pure_loop.S (bsc#1012628). - perf bpf-filter: Fix a parsing error with comma (bsc#1012628). - objtool: Handle various symbol types of rodata (bsc#1012628). - objtool: Handle different entry size of rodata (bsc#1012628). - objtool: Handle PC relative relocation type (bsc#1012628). - objtool: Fix detection of consecutive jump tables on Clang 20 (bsc#1012628). - thermal: core: Remove duplicate struct declaration (bsc#1012628). - objtool, spi: amd: Fix out-of-bounds stack access in amd_set_spi_freq() (bsc#1012628). - objtool, nvmet: Fix out-of-bounds stack access in nvmet_ctrl_state_show() (bsc#1012628). - objtool, media: dib8000: Prevent divide-by-zero in dib8000_set_dds() (bsc#1012628). - NFS: Shut down the nfs_client only after all the superblocks (bsc#1012628). - smb: client: Fix netns refcount imbalance causing leaks and use-after-free (bsc#1012628). - exfat: fix the infinite loop in exfat_find_last_cluster() (bsc#1012628). - exfat: fix missing shutdown check (bsc#1012628). - rtnetlink: Allocate vfinfo size for VF GUIDs when supported (bsc#1012628). - rndis_host: Flag RNDIS modems as WWAN devices (bsc#1012628). - ksmbd: use aead_request_free to match aead_request_alloc (bsc#1012628). - ksmbd: fix multichannel connection failure (bsc#1012628). - ksmbd: fix r_count dec/increment mismatch (bsc#1012628). - net/mlx5e: SHAMPO, Make reserved size independent of page size (bsc#1012628). - ring-buffer: Fix bytes_dropped calculation issue (bsc#1012628). - objtool: Fix segfault in ignore_unreachable_insn() (bsc#1012628). - LoongArch: Fix help text of CMDLINE_EXTEND in Kconfig (bsc#1012628). - LoongArch: Fix device node refcount leak in fdt_cpu_clk_init() (bsc#1012628). - LoongArch: Rework the arch_kgdb_breakpoint() implementation (bsc#1012628). - ACPI: processor: idle: Return an error if both P_LVL{2,3} idle states are invalid (bsc#1012628). - net: phy: broadcom: Correct BCM5221 PHY model detection (bsc#1012628). - octeontx2-af: Fix mbox INTR handler when num VFs > 64 (bsc#1012628). - octeontx2-af: Free NIX_AF_INT_VEC_GEN irq (bsc#1012628). - objtool: Fix verbose disassembly if CROSS_COMPILE isn't set (bsc#1012628). - sched/smt: Always inline sched_smt_active() (bsc#1012628). - context_tracking: Always inline ct_{nmi,irq}_{enter,exit}() (bsc#1012628). - rcu-tasks: Always inline rcu_irq_work_resched() (bsc#1012628). - objtool/loongarch: Add unwind hints in prepare_frametrace() (bsc#1012628). - nfs: Add missing release on error in nfs_lock_and_join_requests() (bsc#1012628). - rtc: renesas-rtca3: Disable interrupts only if the RTC is enabled (bsc#1012628). - spufs: fix a leak on spufs_new_file() failure (bsc#1012628). - spufs: fix gang directory lifetimes (bsc#1012628). - spufs: fix a leak in spufs_create_context() (bsc#1012628). - fs/9p: fix NULL pointer dereference on mkdir (bsc#1012628). - riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_call_ra (bsc#1012628). - riscv: Fix the __riscv_copy_vec_words_unaligned implementation (bsc#1012628). - riscv: Fix missing __free_pages() in check_vector_unaligned_access() (bsc#1012628). - riscv: fgraph: Select HAVE_FUNCTION_GRAPH_TRACER depends on HAVE_DYNAMIC_FTRACE_WITH_ARGS (bsc#1012628). - ntb_hw_switchtec: Fix shift-out-of-bounds in switchtec_ntb_mw_set_trans (bsc#1012628). - ntb: intel: Fix using link status DB's (bsc#1012628). - riscv: fgraph: Fix stack layout to match __arch_ftrace_regs argument of ftrace_return_to_handler (bsc#1012628). - riscv: Annotate unaligned access init functions (bsc#1012628). - riscv: Fix riscv_online_cpu_vec (bsc#1012628). - riscv: Fix check_unaligned_access_all_cpus (bsc#1012628). - riscv: Change check_unaligned_access_speed_all_cpus to void (bsc#1012628). - riscv: Fix set up of cpu hotplug callbacks (bsc#1012628). - riscv: Fix set up of vector cpu hotplug callback (bsc#1012628). - firmware: cs_dsp: Ensure cs_dsp_load[_coeff]() returns 0 on success (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic breakage on ASUS VivoBook X515JA (bsc#1012628). - RISC-V: errata: Use medany for relocatable builds (bsc#1012628). - x86/uaccess: Improve performance by aligning writes to 8 bytes in copy_user_generic(), on non-FSRM/ERMS CPUs (bsc#1012628). - ublk: make sure ubq->canceling is set when queue is frozen (bsc#1012628). - s390/entry: Fix setting _CIF_MCCK_GUEST with lowcore relocation (bsc#1012628). - ASoC: codecs: rt5665: Fix some error handling paths in rt5665_probe() (bsc#1012628). - spi: cadence: Fix out-of-bounds array access in cdns_mrvl_xspi_setup_clock() (bsc#1012628). - riscv: Fix hugetlb retrieval of number of ptes in case of !present pte (bsc#1012628). - riscv/kexec_file: Handle R_RISCV_64 in purgatory relocator (bsc#1012628). - riscv/purgatory: 4B align purgatory_start (bsc#1012628). - nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer (bsc#1012628). - nvme-pci: skip nvme_write_sq_db on empty rqlist (bsc#1012628). - ASoC: imx-card: Add NULL check in imx_card_probe() (bsc#1012628). - spi: bcm2835: Do not call gpiod_put() on invalid descriptor (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic on another ASUS VivoBook model (bsc#1012628). - spi: bcm2835: Restore native CS probing when pinctrl-bcm2835 is absent (bsc#1012628). - xsk: Add launch time hardware offload support to XDP Tx metadata (bsc#1012628). - igc: Refactor empty frame insertion for launch time support (bsc#1012628). - igc: Add launch time support to XDP ZC (bsc#1012628). - igc: Fix TX drops in XDP ZC (bsc#1012628). - e1000e: change k1 configuration on MTP and later platforms (bsc#1012628). - ixgbe: fix media type detection for E610 device (bsc#1012628). - idpf: fix adapter NULL pointer dereference on reboot (bsc#1012628). - netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets only (bsc#1012628). - netfilter: nf_tables: don't unregister hook when table is dormant (bsc#1012628). - netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets (bsc#1012628). - net_sched: skbprio: Remove overly strict queue assertions (bsc#1012628). - sctp: add mutual exclusion in proc_sctp_do_udp_port() (bsc#1012628). - net: airoha: Fix qid report in airoha_tc_get_htb_get_leaf_queue() (bsc#1012628). - net: airoha: Fix ETS priomap validation (bsc#1012628). - net: mvpp2: Prevent parser TCAM memory corruption (bsc#1012628). - rtnetlink: Use register_pernet_subsys() in rtnl_net_debug_init() (bsc#1012628). - udp: Fix multiple wraparounds of sk->sk_rmem_alloc (bsc#1012628). - udp: Fix memory accounting leak (bsc#1012628). - vsock: avoid timeout during connect() if the socket is closing (bsc#1012628). - tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu() (bsc#1012628). - xsk: Fix __xsk_generic_xmit() error code when cq is full (bsc#1012628). - net: decrease cached dst counters in dst_release (bsc#1012628). - netfilter: nft_tunnel: fix geneve_opt type confusion addition (bsc#1012628). - sfc: rip out MDIO support (bsc#1012628). - sfc: fix NULL dereferences in ef100_process_design_param() (bsc#1012628). - ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS (bsc#1012628). - net: dsa: mv88e6xxx: propperly shutdown PPU re-enable timer on destroy (bsc#1012628). - net: fix geneve_opt length integer overflow (bsc#1012628). - ipv6: Start path selection from the first nexthop (bsc#1012628). - ipv6: Do not consider link down nexthops in path selection (bsc#1012628). - arcnet: Add NULL check in com20020pci_probe() (bsc#1012628). - net: ibmveth: make veth_pool_store stop hanging (bsc#1012628). - netlink: specs: rt_route: pull the ifa- prefix out of the names (bsc#1012628). - tools/power turbostat: Allow Zero return value for some RAPL registers (bsc#1012628). - kbuild: deb-pkg: don't set KBUILD_BUILD_VERSION unconditionally (bsc#1012628). - drm/xe: Fix unmet direct dependencies warning (bsc#1012628). - drm/amdgpu/gfx11: fix num_mec (bsc#1012628). - drm/amdgpu/gfx12: fix num_mec (bsc#1012628). - perf/core: Fix child_total_time_enabled accounting bug at task exit (bsc#1012628). - tools/power turbostat: report CoreThr per measurement interval (bsc#1012628). - tools/power turbostat: Restore GFX sysfs fflush() call (bsc#1012628). - staging: gpib: ni_usb console messaging cleanup (bsc#1012628). - staging: gpib: Fix Oops after disconnect in ni_usb (bsc#1012628). - staging: gpib: agilent usb console messaging cleanup (bsc#1012628). - staging: gpib: Fix Oops after disconnect in agilent usb (bsc#1012628). - tty: serial: fsl_lpuart: Use u32 and u8 for register variables (bsc#1012628). - tty: serial: fsl_lpuart: use port struct directly to simply code (bsc#1012628). - tty: serial: fsl_lpuart: Fix unused variable 'sport' build warning (bsc#1012628). - tty: serial: lpuart: only disable CTS instead of overwriting the whole UARTMODIR register (bsc#1012628). - usbnet:fix NPE during rx_complete (bsc#1012628). - rust: Fix enabling Rust and building with GCC for LoongArch (bsc#1012628). - LoongArch: Increase ARCH_DMA_MINALIGN up to 16 (bsc#1012628). - LoongArch: Increase MAX_IO_PICS up to 8 (bsc#1012628). - LoongArch: BPF: Fix off-by-one error in build_prologue() (bsc#1012628). - LoongArch: BPF: Don't override subprog's return value (bsc#1012628). - LoongArch: BPF: Use move_addr() for BPF_PSEUDO_FUNC (bsc#1012628). - x86/hyperv: Fix check of return value from snp_set_vmsa() (bsc#1012628). - KVM: x86: block KVM_CAP_SYNC_REGS if guest state is protected (bsc#1012628). - x86/microcode/AMD: Fix __apply_microcode_amd()'s return value (bsc#1012628). - x86/mce: use is_copy_from_user() to determine copy-from-user context (bsc#1012628). - x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRT (bsc#1012628). - x86/tdx: Fix arch_safe_halt() execution for TDX VMs (bsc#1012628). - ACPI: x86: Extend Lenovo Yoga Tab 3 quirk with skip GPIO event-handlers (bsc#1012628). - platform/x86: thinkpad_acpi: disable ACPI fan access for T495* and E560 (bsc#1012628). - platform/x86: ISST: Correct command storage data length (bsc#1012628). - ntb_perf: Delete duplicate dmaengine_unmap_put() call in perf_copy_chunk() (bsc#1012628). - perf/x86/intel: Apply static call for drain_pebs (bsc#1012628). - perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample read (bsc#1012628). - uprobes/x86: Harden uretprobe syscall trampoline check (bsc#1012628). - bcachefs: bch2_ioctl_subvolume_destroy() fixes (bsc#1012628). - x86/Kconfig: Add cmpxchg8b support back to Geode CPUs (bsc#1012628). - x86/tsc: Always save/restore TSC sched_clock() on suspend/resume (bsc#1012628). - x86/mm: Fix flush_tlb_range() when used for zapping normal PMDs (bsc#1012628). - ACPI: platform-profile: Fix CFI violation when accessing sysfs files (bsc#1012628). - wifi: mt76: mt7925: remove unused acpi function for clc (bsc#1012628). - acpi: nfit: fix narrowing conversion in acpi_nfit_ctl (bsc#1012628). - ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP (bsc#1012628). - ACPI: video: Handle fetching EDID as ACPI_TYPE_PACKAGE (bsc#1012628). - ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE (bsc#1012628). - ARM: 9444/1: add KEEP() keyword to ARM_VECTORS (bsc#1012628). - media: omap3isp: Handle ARM dma_iommu_mapping (bsc#1012628). - Remove unnecessary firmware version check for gc v9_4_2 (bsc#1012628). - mmc: omap: Fix memory leak in mmc_omap_new_slot (bsc#1012628). - mmc: sdhci-pxav3: set NEED_RSP_BUSY capability (bsc#1012628). - mmc: sdhci-omap: Disable MMC_CAP_AGGRESSIVE_PM for eMMC/SD (bsc#1012628). - KVM: SVM: Don't change target vCPU state on AP Creation VMGEXIT error (bsc#1012628). - ksmbd: add bounds check for durable handle context (bsc#1012628). - ksmbd: add bounds check for create lease context (bsc#1012628). - ksmbd: fix use-after-free in ksmbd_sessions_deregister() (bsc#1012628). - ksmbd: fix session use-after-free in multichannel connection (bsc#1012628). - ksmbd: fix overflow in dacloffset bounds check (bsc#1012628). - ksmbd: validate zero num_subauth before sub_auth is accessed (bsc#1012628). - ksmbd: fix null pointer dereference in alloc_preauth_hash() (bsc#1012628). - exfat: fix random stack corruption after get_block (bsc#1012628). - exfat: fix potential wrong error return from get_block (bsc#1012628). - tracing: Fix use-after-free in print_graph_function_flags during tracer switching (bsc#1012628). - tracing: Ensure module defining synth event cannot be unloaded while tracing (bsc#1012628). - tracing: Fix synth event printk format for str fields (bsc#1012628). - tracing/osnoise: Fix possible recursive locking for cpus_read_lock() (bsc#1012628). - tracing: Verify event formats that have "%*p.." (bsc#1012628). - mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAs (bsc#1012628). - arm64: Don't call NULL in do_compat_alignment_fixup() (bsc#1012628). - wifi: mt76: mt7921: fix kernel panic due to null pointer dereference (bsc#1012628). - ext4: don't over-report free space or inodes in statvfs (bsc#1012628). - ext4: fix OOB read when checking dotdot dir (bsc#1012628). - PCI/bwctrl: Fix NULL pointer dereference on bus number exhaustion (bsc#1012628). - jfs: fix slab-out-of-bounds read in ea_get() (bsc#1012628). - jfs: add index corruption check to DT_GETPAGE() (bsc#1012628). - mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead() (bsc#1012628). - exec: fix the racy usage of fs_struct->in_exec (bsc#1012628). - media: vimc: skip .s_stream() for stopped entities (bsc#1012628). - media: streamzap: fix race between device disconnection and urb callback (bsc#1012628). - nfsd: don't ignore the return code of svc_proc_register() (bsc#1012628). - nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid() (bsc#1012628). - nfsd: put dl_stid if fail to queue dl_recall (bsc#1012628). - NFSD: Add a Kconfig setting to enable delegated timestamps (bsc#1012628). - nfsd: fix management of listener transports (bsc#1012628). - NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs() (bsc#1012628). - NFSD: Never return NFS4ERR_FILE_OPEN when removing a directory (bsc#1012628). - NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up (bsc#1012628). - perf pmu: Rename name matching for no suffix or wildcard variants (bsc#1012628). - include/{topology,cpuset}: Move dl_rebuild_rd_accounting to cpuset.h (bsc#1012628). - tracing: Do not use PERF enums when perf is not defined (bsc#1012628). - ASoC: mediatek: mt6359: Fix DT parse error due to wrong child node name (bsc#1012628). - Update config files. - Rename to patches.kernel.org/6.14.2-013-EDAC-igen6-Fix-the-flood-of-invalid-error-repo.patch. - Rename to patches.kernel.org/6.14.2-257-Bluetooth-hci_event-Fix-handling-of-HCI_EV_LE_.patch. - Rename to patches.kernel.org/6.14.2-281-PCI-Use-downstream-bridges-for-distributing-re.patch. - commit b659bfa ++++ kernel-default: - config: Disable CONFIG_LATENCYTOP (jsc#PED-12529) - commit 409aca3 - ipv6: Align behavior across nexthops during path selection (git-fixes). - commit 885421b - Linux 6.14.2 (bsc#1012628). - fs: support O_PATH fds with FSCONFIG_SET_FD (bsc#1012628). - watch_queue: fix pipe accounting mismatch (bsc#1012628). - x86/mm/pat: cpa-test: fix length for CPA_ARRAY test (bsc#1012628). - m68k: sun3: Use str_read_write() helper in mmu_emu_handle_fault() (bsc#1012628). - m68k: sun3: Fix DEBUG_MMU_EMU build (bsc#1012628). - cpufreq: scpi: compare kHz instead of Hz (bsc#1012628). - seccomp: fix the __secure_computing() stub for !HAVE_ARCH_SECCOMP_FILTER (bsc#1012628). - smack: dont compile ipv6 code unless ipv6 is configured (bsc#1012628). - smack: ipv4/ipv6: tcp/dccp/sctp: fix incorrect child socket label (bsc#1012628). - sched: Cancel the slice protection of the idle entity (bsc#1012628). - sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasks (bsc#1012628). - cpufreq: governor: Fix negative 'idle_time' handling in dbs_update() (bsc#1012628). - EDAC/{skx_common,i10nm}: Fix some missing error reports on Emerald Rapids (bsc#1012628). - x86/vdso: Fix latent bug in vclock_pages calculation (bsc#1012628). - x86/fpu: Fix guest FPU state buffer allocation size (bsc#1012628). - cpufreq/amd-pstate: Modify the min_perf calculation in adjust_perf callback (bsc#1012628). - cpufreq/amd-pstate: Pass min/max_limit_perf as min/max_perf to amd_pstate_update (bsc#1012628). - cpufreq/amd-pstate: Convert all perf values to u8 (bsc#1012628). - cpufreq/amd-pstate: Add missing NULL ptr check in amd_pstate_update (bsc#1012628). - x86/fpu: Avoid copying dynamic FP state from init_task in arch_dup_task_struct() (bsc#1012628). - rseq: Update kernel fields in lockstep with CONFIG_DEBUG_RSEQ=y (bsc#1012628). - x86/platform: Only allow CONFIG_EISA for 32-bit (bsc#1012628). - x86/sev: Add missing RIP_REL_REF() invocations during sme_enable() (bsc#1012628). - lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lock (bsc#1012628). - PM: sleep: Adjust check before setting power.must_resume (bsc#1012628). - cpufreq: tegra194: Allow building for Tegra234 (bsc#1012628). - RISC-V: KVM: Disable the kernel perf counter during configure (bsc#1012628). - kunit/stackinit: Use fill byte different from Clang i386 pattern (bsc#1012628). - watchdog/hardlockup/perf: Fix perf_event memory leak (bsc#1012628). - x86/split_lock: Fix the delayed detection logic (bsc#1012628). - selinux: Chain up tool resolving errors in install_policy.sh (bsc#1012628). - EDAC/ie31200: Fix the size of EDAC_MC_LAYER_CHIP_SELECT layer (bsc#1012628). - EDAC/ie31200: Fix the DIMM size mask for several SoCs (bsc#1012628). - EDAC/ie31200: Fix the error path order of ie31200_init() (bsc#1012628). - dma: Fix encryption bit clearing for dma_to_phys (bsc#1012628). - dma: Introduce generic dma_addr_*crypted helpers (bsc#1012628). - arm64: realm: Use aliased addresses for device DMA to shared buffers (bsc#1012628). - x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors (bsc#1012628). - cpuidle: Init cpuidle only for present CPUs (bsc#1012628). - thermal: int340x: Add NULL check for adev (bsc#1012628). - PM: sleep: Fix handling devices with direct_complete set on errors (bsc#1012628). - lockdep: Don't disable interrupts on RT in disable_irq_nosync_lockdep.*() (bsc#1012628). - cpufreq: Init cpufreq only for present CPUs (bsc#1012628). - perf/ring_buffer: Allow the EPOLLRDNORM flag for poll (bsc#1012628). - perf: Save PMU specific data in task_struct (bsc#1012628). - perf: Supply task information to sched_task() (bsc#1012628). - perf/x86/lbr: Fix shorter LBRs call stacks for the system-wide mode (bsc#1012628). - sched/deadline: Ignore special tasks when rebuilding domains (bsc#1012628). - sched/topology: Wrappers for sched_domains_mutex (bsc#1012628). - sched/deadline: Generalize unique visiting of root domains (bsc#1012628). - sched/deadline: Rebuild root domain accounting after every update (bsc#1012628). - x86/traps: Make exc_double_fault() consistently noreturn (bsc#1012628). - x86/fpu/xstate: Fix inconsistencies in guest FPU xfeatures (bsc#1012628). - x86/entry: Add __init to ia32_emulation_override_cmdline() (bsc#1012628). - RISC-V: KVM: Teardown riscv specific bits after kvm_exit (bsc#1012628). - regulator: pca9450: Fix enable register for LDO5 (bsc#1012628). - auxdisplay: MAX6959 should select BITREVERSE (bsc#1012628). - media: verisilicon: HEVC: Initialize start_bit field (bsc#1012628). - media: platform: allgro-dvt: unregister v4l2_device on the error path (bsc#1012628). - auxdisplay: panel: Fix an API misuse in panel.c (bsc#1012628). - platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: Make symbol static (bsc#1012628). - platform/x86: dell-uart-backlight: Make dell_uart_bl_serdev_driver static (bsc#1012628). - platform/x86: dell-ddv: Fix temperature calculation (bsc#1012628). - ASoC: cs35l41: check the return value from spi_setup() (bsc#1012628). - ASoC: amd: acp: Fix for enabling DMIC on acp platforms via _DSD entry (bsc#1012628). - HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER (bsc#1012628). - ASoC: simple-card-utils: Don't use __free(device_node) at graph_util_parse_dai() (bsc#1012628). - dt-bindings: vendor-prefixes: add GOcontroll (bsc#1012628). - ALSA: hda/realtek: Always honor no_shutup_pins (bsc#1012628). - ASoC: tegra: Use non-atomic timeout for ADX status register (bsc#1012628). - ASoC: ti: j721e-evm: Fix clock configuration for ti,j7200-cpb-audio compatible (bsc#1012628). - ALSA: usb-audio: separate DJM-A9 cap lvl options (bsc#1012628). - ALSA: timer: Don't take register_mutex with copy_from/to_user() (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic assignment on ASUS VivoBook X515UA (bsc#1012628). - wifi: rtw89: Correct immediate cfg_len calculation for scan_offload_be (bsc#1012628). - wifi: ath12k: fix skb_ext_desc leak in ath12k_dp_tx() error path (bsc#1012628). - wifi: ath12k: encode max Tx power in scan channel list command (bsc#1012628). - wifi: ath12k: Fix pdev lookup in WBM error processing (bsc#1012628). - wifi: ath9k: do not submit zero bytes to the entropy pool (bsc#1012628). - wifi: ath11k: fix wrong overriding for VHT Beamformee STS Capability (bsc#1012628). - arm64: dts: mediatek: mt8173-elm: Drop pmic's #address-cells and #size-cells (bsc#1012628). - arm64: dts: mediatek: mt8173: Fix some node names (bsc#1012628). - wifi: ath11k: update channel list in reg notifier instead reg worker (bsc#1012628). - ARM: dts: omap4-panda-a4: Add missing model and compatible properties (bsc#1012628). - f2fs: quota: fix to avoid warning in dquot_writeback_dquots() (bsc#1012628). - dlm: prevent NPD when writing a positive value to event_done (bsc#1012628). - wifi: ath11k: fix RCU stall while reaping monitor destination ring (bsc#1012628). - wifi: ath11k: add srng->lock for ath11k_hal_srng_* in monitor mode (bsc#1012628). - wifi: ath12k: Fix locking in "QMI firmware ready" error paths (bsc#1012628). - f2fs: fix to avoid panic once fallocation fails for pinfile (bsc#1012628). - scsi: mpt3sas: Reduce log level of ignore_delay_remove message to KERN_INFO (bsc#1012628). - md: ensure resync is prioritized over recovery (bsc#1012628). - md/raid1: fix memory leak in raid1_run() if no active rdev (bsc#1012628). - coredump: Fixes core_pipe_limit sysctl proc_handler (bsc#1012628). - io_uring/io-wq: eliminate redundant io_work_get_acct() calls (bsc#1012628). - io_uring/io-wq: cache work->flags in variable (bsc#1012628). - io_uring/io-wq: do not use bogus hash value (bsc#1012628). - io_uring: check for iowq alloc_workqueue failure (bsc#1012628). - io_uring/net: improve recv bundles (bsc#1012628). - firmware: arm_ffa: Refactor addition of partition information into XArray (bsc#1012628). - firmware: arm_ffa: Unregister the FF-A devices when cleaning up the partitions (bsc#1012628). - arm64: dts: mediatek: mt6359: fix dtbs_check error for audio-codec (bsc#1012628). - scsi: mpi3mr: Fix locking in an error path (bsc#1012628). - scsi: mpt3sas: Fix a locking bug in an error path (bsc#1012628). - can: rockchip_canfd: rkcanfd_chip_fifo_setup(): remove duplicated setup of RX FIFO (bsc#1012628). - jfs: reject on-disk inodes of an unsupported type (bsc#1012628). - jfs: add check read-only before txBeginAnon() call (bsc#1012628). - jfs: add check read-only before truncation in jfs_truncate_nolock() (bsc#1012628). - wifi: ath12k: Add missing htt_metadata flag in ath12k_dp_tx() (bsc#1012628). - wifi: rtw89: rtw8852b{t}: fix TSSI debug timestamps (bsc#1012628). - xfrm: delay initialization of offload path till its actually requested (bsc#1012628). - iommu/io-pgtable-dart: Only set subpage protection disable for DART 1 (bsc#1012628). - firmware: arm_ffa: Explicitly cast return value from FFA_VERSION before comparison (bsc#1012628). - firmware: arm_ffa: Explicitly cast return value from NOTIFICATION_INFO_GET (bsc#1012628). - arm64: dts: renesas: r8a774c0: Re-add voltages to OPP table (bsc#1012628). - arm64: dts: renesas: r8a77990: Re-add voltages to OPP table (bsc#1012628). - firmware: arm_ffa: Skip the first/partition ID when parsing vCPU list (bsc#1012628). - arm64: dts: ti: k3-j722s-evm: Fix USB2.0_MUX_SEL to select Type-C (bsc#1012628). - wifi: ath12k: use link specific bss_conf as well in ath12k_mac_vif_cache_flush() (bsc#1012628). - arm64: dts: imx8mp-skov: correct PMIC board limits (bsc#1012628). - arm64: dts: imx8mp-skov: operate CPU at 850 mV by default (bsc#1012628). - arm64: dts: mediatek: mt8390-genio-700-evk: Move common parts to dtsi (bsc#1012628). - arm64: dts: mediatek: mt8390-genio-common: Fix duplicated regulator name (bsc#1012628). - wifi: ath11k: Clear affinity hint before calling ath11k_pcic_free_irq() in error path (bsc#1012628). - wifi: ath12k: Clear affinity hint before calling ath12k_pci_free_irq() in error path (bsc#1012628). - f2fs: fix to set .discard_granularity correctly (bsc#1012628). - f2fs: add check for deleted inode (bsc#1012628). - arm64: dts: ti: k3-am62-verdin-dahlia: add Microphone Jack to sound card (bsc#1012628). - f2fs: fix potential deadloop in prepare_compress_overwrite() (bsc#1012628). - f2fs: fix to call f2fs_recover_quota_end() correctly (bsc#1012628). - md: fix mddev uaf while iterating all_mddevs list (bsc#1012628). - md/raid1,raid10: don't ignore IO flags (bsc#1012628). - md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb (bsc#1012628). - tracing: Fix DECLARE_TRACE_CONDITION (bsc#1012628). - tools/rv: Keep user LDFLAGS in build (bsc#1012628). - arm64: dts: ti: k3-am62p: Enable AUDIO_REFCLKx (bsc#1012628). - arm64: dts: ti: k3-am62p: fix pinctrl settings (bsc#1012628). - arm64: dts: ti: k3-j722s: fix pinctrl settings (bsc#1012628). - wifi: rtw89: fw: correct debug message format in rtw89_build_txpwr_trk_tbl_from_elm() (bsc#1012628). - wifi: rtw89: pci: correct ISR RDU bit for 8922AE (bsc#1012628). - blk-throttle: fix lower bps rate by throtl_trim_slice() (bsc#1012628). - soc: mediatek: mtk-mmsys: Fix MT8188 VDO1 DPI1 output selection (bsc#1012628). - soc: mediatek: mt8167-mmsys: Fix missing regval in all entries (bsc#1012628). - soc: mediatek: mt8365-mmsys: Fix routing table masks and values (bsc#1012628). - md/raid10: wait barrier before returning discard request with REQ_NOWAIT (bsc#1012628). - block: ensure correct integrity capability propagation in stacked devices (bsc#1012628). - block: Correctly initialize BLK_INTEGRITY_NOGENERATE and BLK_INTEGRITY_NOVERIFY (bsc#1012628). - badblocks: Fix error shitf ops (bsc#1012628). - badblocks: factor out a helper try_adjacent_combine (bsc#1012628). - badblocks: attempt to merge adjacent badblocks during ack_all_badblocks (bsc#1012628). - badblocks: return error directly when setting badblocks exceeds 512 (bsc#1012628). - badblocks: return error if any badblock set fails (bsc#1012628). - badblocks: fix the using of MAX_BADBLOCKS (bsc#1012628). - badblocks: fix merge issue when new badblocks align with pre+1 (bsc#1012628). - badblocks: fix missing bad blocks on retry in _badblocks_check() (bsc#1012628). - badblocks: return boolean from badblocks_set() and badblocks_clear() (bsc#1012628). - badblocks: use sector_t instead of int to avoid truncation of badblocks length (bsc#1012628). - firmware: arm_scmi: use ioread64() instead of ioread64_hi_lo() (bsc#1012628). - net: airoha: Fix lan4 support in airoha_qdma_get_gdm_port() (bsc#1012628). - iommu/amd: Fix header file (bsc#1012628). - iommu/vt-d: Fix system hang on reboot -f (bsc#1012628). - memory: mtk-smi: Add ostd setting for mt8192 (bsc#1012628). - gfs2: minor evict fix (bsc#1012628). - gfs2: skip if we cannot defer delete (bsc#1012628). - ARM: dts: imx6ul-tqma6ul1: Change include order to disable fec2 node (bsc#1012628). - arm64: dts: imx8mp: add AUDIO_AXI_CLK_ROOT to AUDIOMIX block (bsc#1012628). - arm64: dts: imx8mp: change AUDIO_AXI_CLK_ROOT freq. to 800MHz (bsc#1012628). - f2fs: fix to avoid accessing uninitialized curseg (bsc#1012628). - iommu: Handle race with default domain setup (bsc#1012628). - wifi: mac80211: remove SSID from ML reconf (bsc#1012628). - f2fs: fix to avoid running out of free segments (bsc#1012628). - block: fix adding folio to bio (bsc#1012628). - ext4: fix potential null dereference in ext4 kunit test (bsc#1012628). - ext4: convert EXT4_FLAGS_* defines to enum (bsc#1012628). - ext4: add EXT4_FLAGS_EMERGENCY_RO bit (bsc#1012628). - ext4: correct behavior under errors=remount-ro mode (bsc#1012628). - ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is set (bsc#1012628). - arm64: dts: rockchip: Move rk356x scmi SHMEM to reserved memory (bsc#1012628). - arm64: dts: rockchip: Remove bluetooth node from rock-3a (bsc#1012628). - bus: qcom-ssc-block-bus: Remove some duplicated iounmap() calls (bsc#1012628). - bus: qcom-ssc-block-bus: Fix the error handling path of qcom_ssc_block_bus_probe() (bsc#1012628). - arm64: dts: rockchip: Fix pcie reset gpio on Orange Pi 5 Max (bsc#1012628). - arm64: dts: rockchip: Fix PWM pinctrl names (bsc#1012628). - arm64: dts: rockchip: remove ethm0_clk0_25m_out from Sige5 gmac0 (bsc#1012628). - erofs: allow 16-byte volume name again (bsc#1012628). - ext4: add missing brelse() for bh2 in ext4_dx_add_entry() (bsc#1012628). - ext4: verify fast symlink length (bsc#1012628). - f2fs: fix missing discard for active segments (bsc#1012628). - scsi: hisi_sas: Fixed failure to issue vendor specific commands (bsc#1012628). - scsi: target: tcm_loop: Fix wrong abort tag (bsc#1012628). - ext4: introduce ITAIL helper (bsc#1012628). - ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all() (bsc#1012628). - ext4: goto right label 'out_mmap_sem' in ext4_setattr() (bsc#1012628). - jbd2: fix off-by-one while erasing journal (bsc#1012628). - ata: libata: Fix NCQ Non-Data log not supported print (bsc#1012628). - wifi: nl80211: store chandef on the correct link when starting CAC (bsc#1012628). - wifi: mac80211: check basic rates validity in sta_link_apply_parameters (bsc#1012628). - wifi: cfg80211: init wiphy_work before allocating rfkill fails (bsc#1012628). - wifi: mwifiex: Fix premature release of RF calibration data (bsc#1012628). - wifi: mwifiex: Fix RF calibration data download from file (bsc#1012628). - ice: health.c: fix compilation on gcc 7.5 (bsc#1012628). - ice: ensure periodic output start time is in the future (bsc#1012628). - ice: fix reservation of resources for RDMA when disabled (bsc#1012628). - virtchnl: make proto and filter action count unsigned (bsc#1012628). - ice: stop truncating queue ids when checking (bsc#1012628). - ice: validate queue quanta parameters to prevent OOB access (bsc#1012628). - ice: fix input validation for virtchnl BW (bsc#1012628). - ice: fix using untrusted value of pkt_len in ice_vc_fdir_parse_raw() (bsc#1012628). - idpf: check error for register_netdev() on init (bsc#1012628). - btrfs: get used bytes while holding lock at btrfs_reclaim_bgs_work() (bsc#1012628). - btrfs: fix reclaimed bytes accounting after automatic block group reclaim (bsc#1012628). - btrfs: fix block group refcount race in btrfs_create_pending_block_groups() (bsc#1012628). - btrfs: don't clobber ret in btrfs_validate_super() (bsc#1012628). - wifi: mt76: mt7915: fix possible integer overflows in mt7915_muru_stats_show() (bsc#1012628). - igb: reject invalid external timestamp requests for 82580-based HW (bsc#1012628). - renesas: reject PTP_STRICT_FLAGS as unsupported (bsc#1012628). - net: lan743x: reject unsupported external timestamp requests (bsc#1012628). - broadcom: fix supported flag check in periodic output function (bsc#1012628). - ptp: ocp: reject unsupported periodic output flags (bsc#1012628). - nvmet: pci-epf: Always configure BAR0 as 64-bit (bsc#1012628). - jbd2: add a missing data flush during file and fs synchronization (bsc#1012628). - ext4: define ext4_journal_destroy wrapper (bsc#1012628). - ext4: avoid journaling sb update on error if journal is destroying (bsc#1012628). - eth: bnxt: fix out-of-range access of vnic_info array (bsc#1012628). - net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF (bsc#1012628). - netfilter: nfnetlink_queue: Initialize ctx to avoid memory allocation error (bsc#1012628). - netfilter: nf_tables: Only use nf_skip_indirect_calls() when MITIGATION_RETPOLINE (bsc#1012628). - ax25: Remove broken autobind (bsc#1012628). - net/mlx5e: Fix ethtool -N flow-type ip4 to RSS context (bsc#1012628). - bnxt_en: Mask the bd_cnt field in the TX BD properly (bsc#1012628). - bnxt_en: Linearize TX SKB if the fragments exceed the max (bsc#1012628). - net: dsa: mv88e6xxx: fix atu_move_port_mask for 6341 family (bsc#1012628). - net: dsa: mv88e6xxx: enable PVT for 6321 switch (bsc#1012628). - net: dsa: mv88e6xxx: enable .port_set_policy() for 6320 family (bsc#1012628). - net: dsa: mv88e6xxx: fix VTU methods for 6320 family (bsc#1012628). - net: dsa: mv88e6xxx: enable STU methods for 6320 family (bsc#1012628). - mlxsw: spectrum_acl_bloom_filter: Workaround for some LLVM versions (bsc#1012628). - net: dsa: sja1105: fix displaced ethtool statistics counters (bsc#1012628). - net: dsa: sja1105: reject other RX filters than HWTSTAMP_FILTER_PTP_V2_L2_EVENT (bsc#1012628). - net: dsa: sja1105: fix kasan out-of-bounds warning in sja1105_table_delete_entry() (bsc#1012628). - net/mlx5: LAG, reload representors on LAG creation failure (bsc#1012628). - net/mlx5: Start health poll after enable hca (bsc#1012628). - vmxnet3: unregister xdp rxq info in the reset path (bsc#1012628). - bonding: check xdp prog when set bond mode (bsc#1012628). - ibmvnic: Use kernel helpers for hex dumps (bsc#1012628). - net: fix NULL pointer dereference in l3mdev_l3_rcv (bsc#1012628). - virtio_net: Fix endian with virtio_net_ctrl_rss (bsc#1012628). - Bluetooth: Add quirk for broken READ_VOICE_SETTING (bsc#1012628). - Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPE (bsc#1012628). - Bluetooth: btusb: Fix regression in the initialization of fake Bluetooth controllers (bsc#1012628). - Bluetooth: hci_core: Enable buffer flow control for SCO/eSCO (bsc#1012628). - Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancel (bsc#1012628). - rwonce: handle KCSAN like KASAN in read_word_at_a_time() (bsc#1012628). - net: dsa: microchip: fix DCB apptrust configuration on KSZ88x3 (bsc#1012628). - Bluetooth: btnxpuart: Fix kernel panic during FW release (bsc#1012628). - net: Fix the devmem sock opts and msgs for parisc (bsc#1012628). - net: libwx: fix Tx descriptor content for some tunnel packets (bsc#1012628). - net: libwx: fix Tx L4 checksum (bsc#1012628). - rwonce: fix crash by removing READ_ONCE() for unaligned read (bsc#1012628). - drm/bridge: ti-sn65dsi86: Fix multiple instances (bsc#1012628). - drm/ssd130x: Set SPI .id_table to prevent an SPI core warning (bsc#1012628). - accel/amdxdna: Return error when setting clock failed for npu1 (bsc#1012628). - drm/panthor: Fix a race between the reset and suspend path (bsc#1012628). - drm/ssd130x: fix ssd132x encoding (bsc#1012628). - drm/ssd130x: ensure ssd132x pitch is correct (bsc#1012628). - drm/dp_mst: Fix drm RAD print (bsc#1012628). - drm/bridge: it6505: fix HDCP V match check is not performed correctly (bsc#1012628). - drm/panthor: Fix race condition when gathering fdinfo group samples (bsc#1012628). - drm: xlnx: zynqmp: Fix max dma segment size (bsc#1012628). - drm: xlnx: zynqmp_dpsub: Add NULL check in zynqmp_audio_init (bsc#1012628). - drm: zynqmp_dp: Fix a deadlock in zynqmp_dp_ignore_hpd_set() (bsc#1012628). - drm/vkms: Fix use after free and double free on init error (bsc#1012628). - gpu: cdns-mhdp8546: fix call balance of mhdp->clk handling routines (bsc#1012628). - drm/amdgpu: refine smu send msg debug log format (bsc#1012628). - drm/amdgpu/umsch: remove vpe test from umsch (bsc#1012628). - drm/amdgpu/umsch: declare umsch firmware (bsc#1012628). - drm/amdgpu/umsch: fix ucode check (bsc#1012628). - drm/amdgpu/vcn5.0.1: use correct dpm helper (bsc#1012628). - PCI: Remove add_align overwrite unrelated to size0 (bsc#1012628). - PCI: Simplify size1 assignment logic (bsc#1012628). - PCI: Allow relaxed bridge window tail sizing for optional resources (bsc#1012628). - drm/mediatek: mtk_hdmi: Unregister audio platform device on failure (bsc#1012628). - drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size member (bsc#1012628). - drm/amdgpu: Replace Mutex with Spinlock for RLCG register access to avoid Priority Inversion in SRIOV (bsc#1012628). - PCI/ASPM: Fix link state exit during switch upstream function removal (bsc#1012628). - drm/panel: ilitek-ili9882t: fix GPIO name in error message (bsc#1012628). - PCI/ACS: Fix 'pci=config_acs=' parameter (bsc#1012628). - drm/amd/display: fix an indent issue in DML21 (bsc#1012628). - drm/msm/dpu: don't use active in atomic_check() (bsc#1012628). - drm/msm/dsi/phy: Program clock inverters in correct register (bsc#1012628). - drm/msm/dsi: Use existing per-interface slice count in DSC timing (bsc#1012628). - drm/msm/dsi: Set PHY usescase (and mode) before registering DSI host (bsc#1012628). - drm/msm/dpu: Fall back to a single DSC encoder (1:1:1) on small SoCs (bsc#1012628). - drm/msm/dpu: Remove arbitrary limit of 1 interface in DSC topology (bsc#1012628). - drm/msm/gem: Fix error code msm_parse_deps() (bsc#1012628). - drm/amdkfd: Fix Circular Locking Dependency in 'svm_range_cpu_invalidate_pagetables' (bsc#1012628). - PCI: mediatek-gen3: Configure PBUS_CSR registers for EN7581 SoC (bsc#1012628). - PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payload (bsc#1012628). - PCI: brcmstb: Set generation limit before PCIe link up (bsc#1012628). - PCI: brcmstb: Use internal register to change link capability (bsc#1012628). - PCI: brcmstb: Fix error path after a call to regulator_bulk_get() (bsc#1012628). - PCI: brcmstb: Fix potential premature regulator disabling (bsc#1012628). - selftests/pcie_bwctrl: Add 'set_pcie_speed.sh' to TEST_PROGS (bsc#1012628). - PCI/portdrv: Only disable pciehp interrupts early when needed (bsc#1012628). - PCI: Avoid reset when disabled via sysfs (bsc#1012628). - drm/msm/dpu: move needs_cdm setting to dpu_encoder_get_topology() (bsc#1012628). - drm/msm/dpu: simplify dpu_encoder_get_topology() interface (bsc#1012628). - drm/msm/dpu: don't set crtc_state->mode_changed from atomic_check() (bsc#1012628). - drm/panthor: Update CS_STATUS_ defines to correct values (bsc#1012628). - drm/file: Add fdinfo helper for printing regions with prefix (bsc#1012628). - drm/panthor: Expose size of driver internal BO's over fdinfo (bsc#1012628). - drm/panthor: Replace sleep locks with spinlocks in fdinfo path (bsc#1012628). - drm/panthor: Avoid sleep locking in the internal BO size path (bsc#1012628). - drm/panthor: Clean up FW version information display (bsc#1012628). - drm/amd/display: fix type mismatch in CalculateDynamicMetadataParameters() (bsc#1012628). - drm/msm/a6xx: Fix a6xx indexed-regs in devcoreduump (bsc#1012628). - powerpc/perf: Fix ref-counting on the PMU 'vpa_pmu' (bsc#1012628). - misc: pci_endpoint_test: Fix pci_endpoint_test_bars_read_bar() error handling (bsc#1012628). - misc: pci_endpoint_test: Handle BAR sizes larger than INT_MAX (bsc#1012628). - PCI: endpoint: pci-epf-test: Handle endianness properly (bsc#1012628). - crypto: powerpc: Mark ghashp8-ppc.o as an OBJECT_FILES_NON_STANDARD (bsc#1012628). - powerpc/kexec: fix physical address calculation in clear_utlb_entry() (bsc#1012628). - PCI: Remove stray put_device() in pci_register_host_bridge() (bsc#1012628). - PCI: xilinx-cpm: Fix IRQ domain leak in error path of probe (bsc#1012628). - drm/mediatek: Fix config_updating flag never false when no mbox channel (bsc#1012628). - drm/mediatek: dp: drm_err => dev_err in HPD path to avoid NULL ptr (bsc#1012628). - drm/mediatek: dsi: fix error codes in mtk_dsi_host_transfer() (bsc#1012628). - drm/amd/display: avoid NPD when ASIC does not support DMUB (bsc#1012628). - PCI: dwc: ep: Return -ENOMEM for allocation failures (bsc#1012628). - PCI: histb: Fix an error handling path in histb_pcie_probe() (bsc#1012628). - PCI: Fix BAR resizing when VF BARs are assigned (bsc#1012628). - drm/amdgpu/mes: optimize compute loop handling (bsc#1012628). - drm/amdgpu/mes: enable compute pipes across all MEC (bsc#1012628). - PCI: pciehp: Don't enable HPIE when resuming in poll mode (bsc#1012628). - PCI/bwctrl: Fix pcie_bwctrl_select_speed() return type (bsc#1012628). - io_uring/net: only import send_zc buffer once (bsc#1012628). - PCI: Fix NULL dereference in SR-IOV VF creation error path (bsc#1012628). - io_uring: use lockless_cq flag in io_req_complete_post() (bsc#1012628). - io_uring: fix retry handling off iowq (bsc#1012628). - fbdev: au1100fb: Move a variable assignment behind a null pointer check (bsc#1012628). - dummycon: fix default rows/cols (bsc#1012628). - mdacon: rework dependency list (bsc#1012628). - fbdev: sm501fb: Add some geometry checks (bsc#1012628). - crypto: iaa - Test the correct request flag (bsc#1012628). - crypto: qat - set parity error mask for qat_420xx (bsc#1012628). - crypto: tegra - Use separate buffer for setkey (bsc#1012628). - crypto: tegra - Do not use fixed size buffers (bsc#1012628). - crypto: tegra - check return value for hash do_one_req (bsc#1012628). - crypto: tegra - Transfer HASH init function to crypto engine (bsc#1012628). - crypto: tegra - Fix HASH intermediate result handling (bsc#1012628). - crypto: bpf - Add MODULE_DESCRIPTION for skcipher (bsc#1012628). - crypto: tegra - Use HMAC fallback when keyslots are full (bsc#1012628). - clk: amlogic: gxbb: drop incorrect flag on 32k clock (bsc#1012628). - crypto: hisilicon/sec2 - fix for aead authsize alignment (bsc#1012628). - crypto: hisilicon/sec2 - fix for sec spec check (bsc#1012628). - RDMA/mlx5: Fix page_size variable overflow (bsc#1012628). - remoteproc: core: Clear table_sz when rproc_shutdown (bsc#1012628). - of: property: Increase NR_FWNODE_REFERENCE_ARGS (bsc#1012628). - pinctrl: renesas: rzg2l: Suppress binding attributes (bsc#1012628). - remoteproc: qcom_q6v5_pas: Make single-PD handling more robust (bsc#1012628). - libbpf: Fix hypothetical STT_SECTION extern NULL deref case (bsc#1012628). - drivers: clk: qcom: ipq5424: fix the freq table of sdcc1_apps clock (bsc#1012628). - selftests/bpf: Fix string read in strncmp benchmark (bsc#1012628). - x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range() (bsc#1012628). - clk: renesas: r8a08g045: Check the source of the CPU PLL settings (bsc#1012628). - remoteproc: qcom: pas: add minidump_id to SC7280 WPSS (bsc#1012628). - clk: samsung: Fix UBSAN panic in samsung_clk_init() (bsc#1012628). - pinctrl: nuvoton: npcm8xx: Fix error handling in npcm8xx_gpio_fw() (bsc#1012628). - crypto: tegra - Fix CMAC intermediate result handling (bsc#1012628). - clk: qcom: gcc-msm8953: fix stuck venus0_core0 clock (bsc#1012628). - selftests/bpf: Fix runqslower cross-endian build (bsc#1012628). - s390: Remove ioremap_wt() and pgprot_writethrough() (bsc#1012628). - RDMA/mana_ib: Ensure variable err is initialized (bsc#1012628). - crypto: tegra - Set IV to NULL explicitly for AES ECB (bsc#1012628). - remoteproc: qcom_q6v5_pas: Use resource with CX PD for MSM8226 (bsc#1012628). - clk: qcom: gcc-x1e80100: Unregister GCC_GPU_CFG_AHB_CLK/GCC_DISP_XO_CLK (bsc#1012628). - crypto: tegra - finalize crypto req on error (bsc#1012628). - crypto: tegra - Reserve keyslots to allocate dynamically (bsc#1012628). - bpf: Use preempt_count() directly in bpf_send_signal_common() (bsc#1012628). - lib: 842: Improve error handling in sw842_compress() (bsc#1012628). - pinctrl: renesas: rza2: Fix missing of_node_put() call (bsc#1012628). - pinctrl: renesas: rzg2l: Fix missing of_node_put() call (bsc#1012628). - RDMA/mlx5: Fix MR cache initialization error flow (bsc#1012628). - selftests/bpf: Fix freplace_link segfault in tailcalls prog test (bsc#1012628). - clk: rockchip: rk3328: fix wrong clk_ref_usb3otg parent (bsc#1012628). - RDMA/core: Don't expose hw_counters outside of init net namespace (bsc#1012628). - RDMA/mlx5: Fix calculation of total invalidated pages (bsc#1012628). - RDMA/erdma: Prevent use-after-free in erdma_accept_newconn() (bsc#1012628). - remoteproc: qcom_q6v5_mss: Handle platforms with one power domain (bsc#1012628). - power: supply: bq27xxx_battery: do not update cached flags prematurely (bsc#1012628). - leds: st1202: Check for error code from devm_mutex_init() call (bsc#1012628). - crypto: api - Fix larval relookup type and mask (bsc#1012628). - IB/mad: Check available slots before posting receive WRs (bsc#1012628). - pinctrl: tegra: Set SFIO mode to Mux Register (bsc#1012628). - clk: amlogic: g12b: fix cluster A parent data (bsc#1012628). - clk: amlogic: gxbb: drop non existing 32k clock parent (bsc#1012628). - selftests/bpf: Select NUMA_NO_NODE to create map (bsc#1012628). - rust: fix signature of rust_fmt_argument (bsc#1012628). - crypto: tegra - Fix format specifier in tegra_sha_prep_cmd() (bsc#1012628). - libbpf: Add namespace for errstr making it libbpf_errstr (bsc#1012628). - clk: mmp: Fix NULL vs IS_ERR() check (bsc#1012628). - pinctrl: npcm8xx: Fix incorrect struct npcm8xx_pincfg assignment (bsc#1012628). - samples/bpf: Fix broken vmlinux path for VMLINUX_BTF (bsc#1012628). - crypto: qat - remove access to parity register for QAT GEN4 (bsc#1012628). - clk: clk-imx8mp-audiomix: fix dsp/ocram_a clock parents (bsc#1012628). - clk: amlogic: g12a: fix mmc A peripheral clock (bsc#1012628). - pinctrl: bcm2835: don't -EINVAL on alternate funcs from get_direction() (bsc#1012628). - x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1 (bsc#1012628). - power: supply: max77693: Fix wrong conversion of charge input threshold value (bsc#1012628). - crypto: api - Call crypto_alg_put in crypto_unregister_alg (bsc#1012628). - clk: stm32f4: fix an uninitialized variable (bsc#1012628). - crypto: nx - Fix uninitialised hv_nxc on error (bsc#1012628). - clk: qcom: gcc-sm8650: Do not turn off USB GDSCs during gdsc_disable() (bsc#1012628). - bpf: Fix array bounds error with may_goto (bsc#1012628). - RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow (bsc#1012628). - pinctrl: renesas: rzv2m: Fix missing of_node_put() call (bsc#1012628). - clk: qcom: ipq5424: fix software and hardware flow control error of UART (bsc#1012628). - mfd: sm501: Switch to BIT() to mitigate integer overflows (bsc#1012628). - leds: Fix LED_OFF brightness race (bsc#1012628). - x86/dumpstack: Fix inaccurate unwinding from exception stacks due to misplaced assignment (bsc#1012628). - RDMA/core: Fix use-after-free when rename device name (bsc#1012628). - crypto: hisilicon/sec2 - fix for aead auth key length (bsc#1012628). - pinctrl: intel: Fix wrong bypass assignment in intel_pinctrl_probe_pwm() (bsc#1012628). - clk: qcom: mmcc-sdm660: fix stuck video_subcore0 clock (bsc#1012628). - libbpf: Fix accessing BTF.ext core_relo header (bsc#1012628). - perf stat: Fix find_stat for mixed legacy/non-legacy events (bsc#1012628). - perf: Always feature test reallocarray (bsc#1012628). - w1: fix NULL pointer dereference in probe (bsc#1012628). - staging: gpib: Add missing interface entry point (bsc#1012628). - staging: gpib: Fix pr_err format warning (bsc#1012628). - usb: typec: thunderbolt: Fix loops that iterate TYPEC_PLUG_SOP_P and TYPEC_PLUG_SOP_PP (bsc#1012628). - usb: typec: thunderbolt: Remove IS_ERR check for plug (bsc#1012628). - iio: dac: adi-axi-dac: modify stream enable (bsc#1012628). - perf test: Fix Hwmon PMU test endianess issue (bsc#1012628). - perf stat: Don't merge counters purely on name (bsc#1012628). - fs/ntfs3: Factor out ntfs_{create/remove}_procdir() (bsc#1012628). - fs/ntfs3: Factor out ntfs_{create/remove}_proc_root() (bsc#1012628). - fs/ntfs3: Fix 'proc_info_root' leak when init ntfs failed (bsc#1012628). - fs/ntfs3: Update inode->i_mapping->a_ops on compression state (bsc#1012628). - iio: light: veml6030: extend regmap to support regfields (bsc#1012628). - iio: gts-helper: export iio_gts_get_total_gain() (bsc#1012628). - iio: light: veml6030: fix scale to conform to ABI (bsc#1012628). - iio: adc: ad7124: Micro-optimize channel disabling (bsc#1012628). - iio: adc: ad7124: Really disable all channels at probe time (bsc#1012628). - phy: phy-rockchip-samsung-hdptx: Don't use dt aliases to determine phy-id (bsc#1012628). - perf tools: Add skip check in tool_pmu__event_to_str() (bsc#1012628). - isofs: fix KMSAN uninit-value bug in do_isofs_readdir() (bsc#1012628). - perf tests: Fix Tool PMU test segfault (bsc#1012628). - soundwire: slave: fix an OF node reference leak in soundwire slave device (bsc#1012628). - staging: gpib: Fix cb7210 pcmcia Oops (bsc#1012628). - perf report: Switch data file correctly in TUI (bsc#1012628). - perf report: Fix input reload/switch with symbol sort key (bsc#1012628). - greybus: gb-beagleplay: Add error handling for gb_greybus_init (bsc#1012628). - coresight: catu: Fix number of pages while using 64k pages (bsc#1012628). - vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpoint (bsc#1012628). - coresight-etm4x: add isb() before reading the TRCSTATR (bsc#1012628). - perf pmus: Restructure pmu_read_sysfs to scan fewer PMUs (bsc#1012628). - perf pmu: Dynamically allocate tool PMU (bsc#1012628). - perf pmu: Don't double count common sysfs and json events (bsc#1012628). - tools/x86: Fix linux/unaligned.h include path in lib/insn.c (bsc#1012628). - perf build: Fix in-tree build due to symbolic link (bsc#1012628). - ucsi_ccg: Don't show failed to get FW build information error (bsc#1012628). - iio: accel: mma8452: Ensure error return on failure to matching oversampling ratio (bsc#1012628). - iio: accel: msa311: Fix failure to release runtime pm if direct mode claim fails (bsc#1012628). - iio: backend: make sure to NULL terminate stack buffer (bsc#1012628). - iio: core: Rework claim and release of direct mode to work with sparse (bsc#1012628). - iio: adc: ad7173: Grab direct mode for calibration (bsc#1012628). - iio: adc: ad7192: Grab direct mode for calibration (bsc#1012628). - perf arm-spe: Fix load-store operation checking (bsc#1012628). - perf bench: Fix perf bench syscall loop count (bsc#1012628). - perf machine: Fixup kernel maps ends after adding extra maps (bsc#1012628). - usb: xhci: correct debug message page size calculation (bsc#1012628). - fs/ntfs3: Fix a couple integer overflows on 32bit systems (bsc#1012628). - fs/ntfs3: Prevent integer overflow in hdr_first_de() (bsc#1012628). - perf test: Add timeout to datasym workload (bsc#1012628). - perf tests: Fix data symbol test with LTO builds (bsc#1012628). - NFSD: Fix callback decoder status codes (bsc#1012628). - soundwire: take in count the bandwidth of a prepared stream (bsc#1012628). - dmaengine: fsl-edma: cleanup chan after dma_async_device_unregister (bsc#1012628). - dmaengine: fsl-edma: free irq correctly in remove path (bsc#1012628). - dmaengine: ae4dma: Use the MSI count and its corresponding IRQ number (bsc#1012628). - dmaengine: ptdma: Utilize the AE4DMA engine's multi-queue functionality (bsc#1012628). - iio: adc: ad_sigma_delta: Disable channel after calibration (bsc#1012628). - iio: adc: ad4130: Fix comparison of channel setups (bsc#1012628). - iio: adc: ad7124: Fix comparison of channel configs (bsc#1012628). - iio: adc: ad7173: Fix comparison of channel configs (bsc#1012628). - iio: adc: ad7768-1: set MOSI idle state to prevent accidental reset (bsc#1012628). - iio: light: Add check for array bounds in veml6075_read_int_time_ms (bsc#1012628). - perf debug: Avoid stack overflow in recursive error message (bsc#1012628). - perf evlist: Add success path to evlist__create_syswide_maps (bsc#1012628). - perf evsel: tp_format accessing improvements (bsc#1012628). - perf x86/topdown: Fix topdown leader sampling test error on hybrid (bsc#1012628). - perf units: Fix insufficient array space (bsc#1012628). - perf test stat_all_pmu.sh: Correctly check 'perf stat' result (bsc#1012628). - kernel/events/uprobes: handle device-exclusive entries correctly in __replace_page() (bsc#1012628). - kexec: initialize ELF lowest address to ULONG_MAX (bsc#1012628). - ocfs2: validate l_tree_depth to avoid out-of-bounds access (bsc#1012628). - reboot: replace __hw_protection_shutdown bool action parameter with an enum (bsc#1012628). - reboot: reboot, not shutdown, on hw_protection_reboot timeout (bsc#1012628). - arch/powerpc: drop GENERIC_PTDUMP from mpc885_ads_defconfig (bsc#1012628). - writeback: let trace_balance_dirty_pages() take struct dtc as parameter (bsc#1012628). - writeback: fix calculations in trace_balance_dirty_pages() for cgwb (bsc#1012628). - scripts/gdb/linux/symbols.py: address changes to module_sect_attrs (bsc#1012628). - NFSv4: Don't trigger uneccessary scans for return-on-close delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for returning delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for expired delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for delayed delegations (bsc#1012628). - NFS: fix open_owner_id_maxsz and related fields (bsc#1012628). - fuse: fix dax truncate/punch_hole fault path (bsc#1012628). - selftests/mm/cow: fix the incorrect error handling (bsc#1012628). - um: Pass the correct Rust target and options with gcc (bsc#1012628). - um: remove copy_from_kernel_nofault_allowed (bsc#1012628). - um: hostfs: avoid issues on inode number reuse by host (bsc#1012628). - i3c: master: svc: Fix missing the IBI rules (bsc#1012628). - perf python: Fixup description of sample.id event member (bsc#1012628). - perf python: Decrement the refcount of just created event on failure (bsc#1012628). - perf python: Don't keep a raw_data pointer to consumed ring buffer space (bsc#1012628). - perf python: Check if there is space to copy all the event (bsc#1012628). - perf dso: fix dso__is_kallsyms() check (bsc#1012628). - perf: intel-tpebs: Fix incorrect usage of zfree() (bsc#1012628). - perf pmu: Handle memory failure in tool_pmu__new() (bsc#1012628). - staging: rtl8723bs: select CONFIG_CRYPTO_LIB_AES (bsc#1012628). - staging: vchiq_arm: Register debugfs after cdev (bsc#1012628). - staging: vchiq_arm: Fix possible NPR of keep-alive thread (bsc#1012628). - staging: vchiq_arm: Stop kthreads if vchiq cdev register fails (bsc#1012628). - tty: n_tty: use uint for space returned by tty_write_room() (bsc#1012628). - perf vendor events arm64 AmpereOneX: Fix frontend_bound calculation (bsc#1012628). - fs/procfs: fix the comment above proc_pid_wchan() (bsc#1012628). - perf tools: Fix is_compat_mode build break in ppc64 (bsc#1012628). - perf tools: annotate asm_pure_loop.S (bsc#1012628). - perf bpf-filter: Fix a parsing error with comma (bsc#1012628). - objtool: Handle various symbol types of rodata (bsc#1012628). - objtool: Handle different entry size of rodata (bsc#1012628). - objtool: Handle PC relative relocation type (bsc#1012628). - objtool: Fix detection of consecutive jump tables on Clang 20 (bsc#1012628). - thermal: core: Remove duplicate struct declaration (bsc#1012628). - objtool, spi: amd: Fix out-of-bounds stack access in amd_set_spi_freq() (bsc#1012628). - objtool, nvmet: Fix out-of-bounds stack access in nvmet_ctrl_state_show() (bsc#1012628). - objtool, media: dib8000: Prevent divide-by-zero in dib8000_set_dds() (bsc#1012628). - NFS: Shut down the nfs_client only after all the superblocks (bsc#1012628). - smb: client: Fix netns refcount imbalance causing leaks and use-after-free (bsc#1012628). - exfat: fix the infinite loop in exfat_find_last_cluster() (bsc#1012628). - exfat: fix missing shutdown check (bsc#1012628). - rtnetlink: Allocate vfinfo size for VF GUIDs when supported (bsc#1012628). - rndis_host: Flag RNDIS modems as WWAN devices (bsc#1012628). - ksmbd: use aead_request_free to match aead_request_alloc (bsc#1012628). - ksmbd: fix multichannel connection failure (bsc#1012628). - ksmbd: fix r_count dec/increment mismatch (bsc#1012628). - net/mlx5e: SHAMPO, Make reserved size independent of page size (bsc#1012628). - ring-buffer: Fix bytes_dropped calculation issue (bsc#1012628). - objtool: Fix segfault in ignore_unreachable_insn() (bsc#1012628). - LoongArch: Fix help text of CMDLINE_EXTEND in Kconfig (bsc#1012628). - LoongArch: Fix device node refcount leak in fdt_cpu_clk_init() (bsc#1012628). - LoongArch: Rework the arch_kgdb_breakpoint() implementation (bsc#1012628). - ACPI: processor: idle: Return an error if both P_LVL{2,3} idle states are invalid (bsc#1012628). - net: phy: broadcom: Correct BCM5221 PHY model detection (bsc#1012628). - octeontx2-af: Fix mbox INTR handler when num VFs > 64 (bsc#1012628). - octeontx2-af: Free NIX_AF_INT_VEC_GEN irq (bsc#1012628). - objtool: Fix verbose disassembly if CROSS_COMPILE isn't set (bsc#1012628). - sched/smt: Always inline sched_smt_active() (bsc#1012628). - context_tracking: Always inline ct_{nmi,irq}_{enter,exit}() (bsc#1012628). - rcu-tasks: Always inline rcu_irq_work_resched() (bsc#1012628). - objtool/loongarch: Add unwind hints in prepare_frametrace() (bsc#1012628). - nfs: Add missing release on error in nfs_lock_and_join_requests() (bsc#1012628). - rtc: renesas-rtca3: Disable interrupts only if the RTC is enabled (bsc#1012628). - spufs: fix a leak on spufs_new_file() failure (bsc#1012628). - spufs: fix gang directory lifetimes (bsc#1012628). - spufs: fix a leak in spufs_create_context() (bsc#1012628). - fs/9p: fix NULL pointer dereference on mkdir (bsc#1012628). - riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_call_ra (bsc#1012628). - riscv: Fix the __riscv_copy_vec_words_unaligned implementation (bsc#1012628). - riscv: Fix missing __free_pages() in check_vector_unaligned_access() (bsc#1012628). - riscv: fgraph: Select HAVE_FUNCTION_GRAPH_TRACER depends on HAVE_DYNAMIC_FTRACE_WITH_ARGS (bsc#1012628). - ntb_hw_switchtec: Fix shift-out-of-bounds in switchtec_ntb_mw_set_trans (bsc#1012628). - ntb: intel: Fix using link status DB's (bsc#1012628). - riscv: fgraph: Fix stack layout to match __arch_ftrace_regs argument of ftrace_return_to_handler (bsc#1012628). - riscv: Annotate unaligned access init functions (bsc#1012628). - riscv: Fix riscv_online_cpu_vec (bsc#1012628). - riscv: Fix check_unaligned_access_all_cpus (bsc#1012628). - riscv: Change check_unaligned_access_speed_all_cpus to void (bsc#1012628). - riscv: Fix set up of cpu hotplug callbacks (bsc#1012628). - riscv: Fix set up of vector cpu hotplug callback (bsc#1012628). - firmware: cs_dsp: Ensure cs_dsp_load[_coeff]() returns 0 on success (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic breakage on ASUS VivoBook X515JA (bsc#1012628). - RISC-V: errata: Use medany for relocatable builds (bsc#1012628). - x86/uaccess: Improve performance by aligning writes to 8 bytes in copy_user_generic(), on non-FSRM/ERMS CPUs (bsc#1012628). - ublk: make sure ubq->canceling is set when queue is frozen (bsc#1012628). - s390/entry: Fix setting _CIF_MCCK_GUEST with lowcore relocation (bsc#1012628). - ASoC: codecs: rt5665: Fix some error handling paths in rt5665_probe() (bsc#1012628). - spi: cadence: Fix out-of-bounds array access in cdns_mrvl_xspi_setup_clock() (bsc#1012628). - riscv: Fix hugetlb retrieval of number of ptes in case of !present pte (bsc#1012628). - riscv/kexec_file: Handle R_RISCV_64 in purgatory relocator (bsc#1012628). - riscv/purgatory: 4B align purgatory_start (bsc#1012628). - nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer (bsc#1012628). - nvme-pci: skip nvme_write_sq_db on empty rqlist (bsc#1012628). - ASoC: imx-card: Add NULL check in imx_card_probe() (bsc#1012628). - spi: bcm2835: Do not call gpiod_put() on invalid descriptor (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic on another ASUS VivoBook model (bsc#1012628). - spi: bcm2835: Restore native CS probing when pinctrl-bcm2835 is absent (bsc#1012628). - xsk: Add launch time hardware offload support to XDP Tx metadata (bsc#1012628). - igc: Refactor empty frame insertion for launch time support (bsc#1012628). - igc: Add launch time support to XDP ZC (bsc#1012628). - igc: Fix TX drops in XDP ZC (bsc#1012628). - e1000e: change k1 configuration on MTP and later platforms (bsc#1012628). - ixgbe: fix media type detection for E610 device (bsc#1012628). - idpf: fix adapter NULL pointer dereference on reboot (bsc#1012628). - netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets only (bsc#1012628). - netfilter: nf_tables: don't unregister hook when table is dormant (bsc#1012628). - netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets (bsc#1012628). - net_sched: skbprio: Remove overly strict queue assertions (bsc#1012628). - sctp: add mutual exclusion in proc_sctp_do_udp_port() (bsc#1012628). - net: airoha: Fix qid report in airoha_tc_get_htb_get_leaf_queue() (bsc#1012628). - net: airoha: Fix ETS priomap validation (bsc#1012628). - net: mvpp2: Prevent parser TCAM memory corruption (bsc#1012628). - rtnetlink: Use register_pernet_subsys() in rtnl_net_debug_init() (bsc#1012628). - udp: Fix multiple wraparounds of sk->sk_rmem_alloc (bsc#1012628). - udp: Fix memory accounting leak (bsc#1012628). - vsock: avoid timeout during connect() if the socket is closing (bsc#1012628). - tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu() (bsc#1012628). - xsk: Fix __xsk_generic_xmit() error code when cq is full (bsc#1012628). - net: decrease cached dst counters in dst_release (bsc#1012628). - netfilter: nft_tunnel: fix geneve_opt type confusion addition (bsc#1012628). - sfc: rip out MDIO support (bsc#1012628). - sfc: fix NULL dereferences in ef100_process_design_param() (bsc#1012628). - ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS (bsc#1012628). - net: dsa: mv88e6xxx: propperly shutdown PPU re-enable timer on destroy (bsc#1012628). - net: fix geneve_opt length integer overflow (bsc#1012628). - ipv6: Start path selection from the first nexthop (bsc#1012628). - ipv6: Do not consider link down nexthops in path selection (bsc#1012628). - arcnet: Add NULL check in com20020pci_probe() (bsc#1012628). - net: ibmveth: make veth_pool_store stop hanging (bsc#1012628). - netlink: specs: rt_route: pull the ifa- prefix out of the names (bsc#1012628). - tools/power turbostat: Allow Zero return value for some RAPL registers (bsc#1012628). - kbuild: deb-pkg: don't set KBUILD_BUILD_VERSION unconditionally (bsc#1012628). - drm/xe: Fix unmet direct dependencies warning (bsc#1012628). - drm/amdgpu/gfx11: fix num_mec (bsc#1012628). - drm/amdgpu/gfx12: fix num_mec (bsc#1012628). - perf/core: Fix child_total_time_enabled accounting bug at task exit (bsc#1012628). - tools/power turbostat: report CoreThr per measurement interval (bsc#1012628). - tools/power turbostat: Restore GFX sysfs fflush() call (bsc#1012628). - staging: gpib: ni_usb console messaging cleanup (bsc#1012628). - staging: gpib: Fix Oops after disconnect in ni_usb (bsc#1012628). - staging: gpib: agilent usb console messaging cleanup (bsc#1012628). - staging: gpib: Fix Oops after disconnect in agilent usb (bsc#1012628). - tty: serial: fsl_lpuart: Use u32 and u8 for register variables (bsc#1012628). - tty: serial: fsl_lpuart: use port struct directly to simply code (bsc#1012628). - tty: serial: fsl_lpuart: Fix unused variable 'sport' build warning (bsc#1012628). - tty: serial: lpuart: only disable CTS instead of overwriting the whole UARTMODIR register (bsc#1012628). - usbnet:fix NPE during rx_complete (bsc#1012628). - rust: Fix enabling Rust and building with GCC for LoongArch (bsc#1012628). - LoongArch: Increase ARCH_DMA_MINALIGN up to 16 (bsc#1012628). - LoongArch: Increase MAX_IO_PICS up to 8 (bsc#1012628). - LoongArch: BPF: Fix off-by-one error in build_prologue() (bsc#1012628). - LoongArch: BPF: Don't override subprog's return value (bsc#1012628). - LoongArch: BPF: Use move_addr() for BPF_PSEUDO_FUNC (bsc#1012628). - x86/hyperv: Fix check of return value from snp_set_vmsa() (bsc#1012628). - KVM: x86: block KVM_CAP_SYNC_REGS if guest state is protected (bsc#1012628). - x86/microcode/AMD: Fix __apply_microcode_amd()'s return value (bsc#1012628). - x86/mce: use is_copy_from_user() to determine copy-from-user context (bsc#1012628). - x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRT (bsc#1012628). - x86/tdx: Fix arch_safe_halt() execution for TDX VMs (bsc#1012628). - ACPI: x86: Extend Lenovo Yoga Tab 3 quirk with skip GPIO event-handlers (bsc#1012628). - platform/x86: thinkpad_acpi: disable ACPI fan access for T495* and E560 (bsc#1012628). - platform/x86: ISST: Correct command storage data length (bsc#1012628). - ntb_perf: Delete duplicate dmaengine_unmap_put() call in perf_copy_chunk() (bsc#1012628). - perf/x86/intel: Apply static call for drain_pebs (bsc#1012628). - perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample read (bsc#1012628). - uprobes/x86: Harden uretprobe syscall trampoline check (bsc#1012628). - bcachefs: bch2_ioctl_subvolume_destroy() fixes (bsc#1012628). - x86/Kconfig: Add cmpxchg8b support back to Geode CPUs (bsc#1012628). - x86/tsc: Always save/restore TSC sched_clock() on suspend/resume (bsc#1012628). - x86/mm: Fix flush_tlb_range() when used for zapping normal PMDs (bsc#1012628). - ACPI: platform-profile: Fix CFI violation when accessing sysfs files (bsc#1012628). - wifi: mt76: mt7925: remove unused acpi function for clc (bsc#1012628). - acpi: nfit: fix narrowing conversion in acpi_nfit_ctl (bsc#1012628). - ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP (bsc#1012628). - ACPI: video: Handle fetching EDID as ACPI_TYPE_PACKAGE (bsc#1012628). - ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE (bsc#1012628). - ARM: 9444/1: add KEEP() keyword to ARM_VECTORS (bsc#1012628). - media: omap3isp: Handle ARM dma_iommu_mapping (bsc#1012628). - Remove unnecessary firmware version check for gc v9_4_2 (bsc#1012628). - mmc: omap: Fix memory leak in mmc_omap_new_slot (bsc#1012628). - mmc: sdhci-pxav3: set NEED_RSP_BUSY capability (bsc#1012628). - mmc: sdhci-omap: Disable MMC_CAP_AGGRESSIVE_PM for eMMC/SD (bsc#1012628). - KVM: SVM: Don't change target vCPU state on AP Creation VMGEXIT error (bsc#1012628). - ksmbd: add bounds check for durable handle context (bsc#1012628). - ksmbd: add bounds check for create lease context (bsc#1012628). - ksmbd: fix use-after-free in ksmbd_sessions_deregister() (bsc#1012628). - ksmbd: fix session use-after-free in multichannel connection (bsc#1012628). - ksmbd: fix overflow in dacloffset bounds check (bsc#1012628). - ksmbd: validate zero num_subauth before sub_auth is accessed (bsc#1012628). - ksmbd: fix null pointer dereference in alloc_preauth_hash() (bsc#1012628). - exfat: fix random stack corruption after get_block (bsc#1012628). - exfat: fix potential wrong error return from get_block (bsc#1012628). - tracing: Fix use-after-free in print_graph_function_flags during tracer switching (bsc#1012628). - tracing: Ensure module defining synth event cannot be unloaded while tracing (bsc#1012628). - tracing: Fix synth event printk format for str fields (bsc#1012628). - tracing/osnoise: Fix possible recursive locking for cpus_read_lock() (bsc#1012628). - tracing: Verify event formats that have "%*p.." (bsc#1012628). - mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAs (bsc#1012628). - arm64: Don't call NULL in do_compat_alignment_fixup() (bsc#1012628). - wifi: mt76: mt7921: fix kernel panic due to null pointer dereference (bsc#1012628). - ext4: don't over-report free space or inodes in statvfs (bsc#1012628). - ext4: fix OOB read when checking dotdot dir (bsc#1012628). - PCI/bwctrl: Fix NULL pointer dereference on bus number exhaustion (bsc#1012628). - jfs: fix slab-out-of-bounds read in ea_get() (bsc#1012628). - jfs: add index corruption check to DT_GETPAGE() (bsc#1012628). - mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead() (bsc#1012628). - exec: fix the racy usage of fs_struct->in_exec (bsc#1012628). - media: vimc: skip .s_stream() for stopped entities (bsc#1012628). - media: streamzap: fix race between device disconnection and urb callback (bsc#1012628). - nfsd: don't ignore the return code of svc_proc_register() (bsc#1012628). - nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid() (bsc#1012628). - nfsd: put dl_stid if fail to queue dl_recall (bsc#1012628). - NFSD: Add a Kconfig setting to enable delegated timestamps (bsc#1012628). - nfsd: fix management of listener transports (bsc#1012628). - NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs() (bsc#1012628). - NFSD: Never return NFS4ERR_FILE_OPEN when removing a directory (bsc#1012628). - NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up (bsc#1012628). - perf pmu: Rename name matching for no suffix or wildcard variants (bsc#1012628). - include/{topology,cpuset}: Move dl_rebuild_rd_accounting to cpuset.h (bsc#1012628). - tracing: Do not use PERF enums when perf is not defined (bsc#1012628). - ASoC: mediatek: mt6359: Fix DT parse error due to wrong child node name (bsc#1012628). - Update config files. - Rename to patches.kernel.org/6.14.2-013-EDAC-igen6-Fix-the-flood-of-invalid-error-repo.patch. - Rename to patches.kernel.org/6.14.2-257-Bluetooth-hci_event-Fix-handling-of-HCI_EV_LE_.patch. - Rename to patches.kernel.org/6.14.2-281-PCI-Use-downstream-bridges-for-distributing-re.patch. - commit b659bfa ++++ kernel-source: - config: Disable CONFIG_LATENCYTOP (jsc#PED-12529) - commit 409aca3 - ipv6: Align behavior across nexthops during path selection (git-fixes). - commit 885421b - Linux 6.14.2 (bsc#1012628). - fs: support O_PATH fds with FSCONFIG_SET_FD (bsc#1012628). - watch_queue: fix pipe accounting mismatch (bsc#1012628). - x86/mm/pat: cpa-test: fix length for CPA_ARRAY test (bsc#1012628). - m68k: sun3: Use str_read_write() helper in mmu_emu_handle_fault() (bsc#1012628). - m68k: sun3: Fix DEBUG_MMU_EMU build (bsc#1012628). - cpufreq: scpi: compare kHz instead of Hz (bsc#1012628). - seccomp: fix the __secure_computing() stub for !HAVE_ARCH_SECCOMP_FILTER (bsc#1012628). - smack: dont compile ipv6 code unless ipv6 is configured (bsc#1012628). - smack: ipv4/ipv6: tcp/dccp/sctp: fix incorrect child socket label (bsc#1012628). - sched: Cancel the slice protection of the idle entity (bsc#1012628). - sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasks (bsc#1012628). - cpufreq: governor: Fix negative 'idle_time' handling in dbs_update() (bsc#1012628). - EDAC/{skx_common,i10nm}: Fix some missing error reports on Emerald Rapids (bsc#1012628). - x86/vdso: Fix latent bug in vclock_pages calculation (bsc#1012628). - x86/fpu: Fix guest FPU state buffer allocation size (bsc#1012628). - cpufreq/amd-pstate: Modify the min_perf calculation in adjust_perf callback (bsc#1012628). - cpufreq/amd-pstate: Pass min/max_limit_perf as min/max_perf to amd_pstate_update (bsc#1012628). - cpufreq/amd-pstate: Convert all perf values to u8 (bsc#1012628). - cpufreq/amd-pstate: Add missing NULL ptr check in amd_pstate_update (bsc#1012628). - x86/fpu: Avoid copying dynamic FP state from init_task in arch_dup_task_struct() (bsc#1012628). - rseq: Update kernel fields in lockstep with CONFIG_DEBUG_RSEQ=y (bsc#1012628). - x86/platform: Only allow CONFIG_EISA for 32-bit (bsc#1012628). - x86/sev: Add missing RIP_REL_REF() invocations during sme_enable() (bsc#1012628). - lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lock (bsc#1012628). - PM: sleep: Adjust check before setting power.must_resume (bsc#1012628). - cpufreq: tegra194: Allow building for Tegra234 (bsc#1012628). - RISC-V: KVM: Disable the kernel perf counter during configure (bsc#1012628). - kunit/stackinit: Use fill byte different from Clang i386 pattern (bsc#1012628). - watchdog/hardlockup/perf: Fix perf_event memory leak (bsc#1012628). - x86/split_lock: Fix the delayed detection logic (bsc#1012628). - selinux: Chain up tool resolving errors in install_policy.sh (bsc#1012628). - EDAC/ie31200: Fix the size of EDAC_MC_LAYER_CHIP_SELECT layer (bsc#1012628). - EDAC/ie31200: Fix the DIMM size mask for several SoCs (bsc#1012628). - EDAC/ie31200: Fix the error path order of ie31200_init() (bsc#1012628). - dma: Fix encryption bit clearing for dma_to_phys (bsc#1012628). - dma: Introduce generic dma_addr_*crypted helpers (bsc#1012628). - arm64: realm: Use aliased addresses for device DMA to shared buffers (bsc#1012628). - x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors (bsc#1012628). - cpuidle: Init cpuidle only for present CPUs (bsc#1012628). - thermal: int340x: Add NULL check for adev (bsc#1012628). - PM: sleep: Fix handling devices with direct_complete set on errors (bsc#1012628). - lockdep: Don't disable interrupts on RT in disable_irq_nosync_lockdep.*() (bsc#1012628). - cpufreq: Init cpufreq only for present CPUs (bsc#1012628). - perf/ring_buffer: Allow the EPOLLRDNORM flag for poll (bsc#1012628). - perf: Save PMU specific data in task_struct (bsc#1012628). - perf: Supply task information to sched_task() (bsc#1012628). - perf/x86/lbr: Fix shorter LBRs call stacks for the system-wide mode (bsc#1012628). - sched/deadline: Ignore special tasks when rebuilding domains (bsc#1012628). - sched/topology: Wrappers for sched_domains_mutex (bsc#1012628). - sched/deadline: Generalize unique visiting of root domains (bsc#1012628). - sched/deadline: Rebuild root domain accounting after every update (bsc#1012628). - x86/traps: Make exc_double_fault() consistently noreturn (bsc#1012628). - x86/fpu/xstate: Fix inconsistencies in guest FPU xfeatures (bsc#1012628). - x86/entry: Add __init to ia32_emulation_override_cmdline() (bsc#1012628). - RISC-V: KVM: Teardown riscv specific bits after kvm_exit (bsc#1012628). - regulator: pca9450: Fix enable register for LDO5 (bsc#1012628). - auxdisplay: MAX6959 should select BITREVERSE (bsc#1012628). - media: verisilicon: HEVC: Initialize start_bit field (bsc#1012628). - media: platform: allgro-dvt: unregister v4l2_device on the error path (bsc#1012628). - auxdisplay: panel: Fix an API misuse in panel.c (bsc#1012628). - platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: Make symbol static (bsc#1012628). - platform/x86: dell-uart-backlight: Make dell_uart_bl_serdev_driver static (bsc#1012628). - platform/x86: dell-ddv: Fix temperature calculation (bsc#1012628). - ASoC: cs35l41: check the return value from spi_setup() (bsc#1012628). - ASoC: amd: acp: Fix for enabling DMIC on acp platforms via _DSD entry (bsc#1012628). - HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER (bsc#1012628). - ASoC: simple-card-utils: Don't use __free(device_node) at graph_util_parse_dai() (bsc#1012628). - dt-bindings: vendor-prefixes: add GOcontroll (bsc#1012628). - ALSA: hda/realtek: Always honor no_shutup_pins (bsc#1012628). - ASoC: tegra: Use non-atomic timeout for ADX status register (bsc#1012628). - ASoC: ti: j721e-evm: Fix clock configuration for ti,j7200-cpb-audio compatible (bsc#1012628). - ALSA: usb-audio: separate DJM-A9 cap lvl options (bsc#1012628). - ALSA: timer: Don't take register_mutex with copy_from/to_user() (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic assignment on ASUS VivoBook X515UA (bsc#1012628). - wifi: rtw89: Correct immediate cfg_len calculation for scan_offload_be (bsc#1012628). - wifi: ath12k: fix skb_ext_desc leak in ath12k_dp_tx() error path (bsc#1012628). - wifi: ath12k: encode max Tx power in scan channel list command (bsc#1012628). - wifi: ath12k: Fix pdev lookup in WBM error processing (bsc#1012628). - wifi: ath9k: do not submit zero bytes to the entropy pool (bsc#1012628). - wifi: ath11k: fix wrong overriding for VHT Beamformee STS Capability (bsc#1012628). - arm64: dts: mediatek: mt8173-elm: Drop pmic's #address-cells and #size-cells (bsc#1012628). - arm64: dts: mediatek: mt8173: Fix some node names (bsc#1012628). - wifi: ath11k: update channel list in reg notifier instead reg worker (bsc#1012628). - ARM: dts: omap4-panda-a4: Add missing model and compatible properties (bsc#1012628). - f2fs: quota: fix to avoid warning in dquot_writeback_dquots() (bsc#1012628). - dlm: prevent NPD when writing a positive value to event_done (bsc#1012628). - wifi: ath11k: fix RCU stall while reaping monitor destination ring (bsc#1012628). - wifi: ath11k: add srng->lock for ath11k_hal_srng_* in monitor mode (bsc#1012628). - wifi: ath12k: Fix locking in "QMI firmware ready" error paths (bsc#1012628). - f2fs: fix to avoid panic once fallocation fails for pinfile (bsc#1012628). - scsi: mpt3sas: Reduce log level of ignore_delay_remove message to KERN_INFO (bsc#1012628). - md: ensure resync is prioritized over recovery (bsc#1012628). - md/raid1: fix memory leak in raid1_run() if no active rdev (bsc#1012628). - coredump: Fixes core_pipe_limit sysctl proc_handler (bsc#1012628). - io_uring/io-wq: eliminate redundant io_work_get_acct() calls (bsc#1012628). - io_uring/io-wq: cache work->flags in variable (bsc#1012628). - io_uring/io-wq: do not use bogus hash value (bsc#1012628). - io_uring: check for iowq alloc_workqueue failure (bsc#1012628). - io_uring/net: improve recv bundles (bsc#1012628). - firmware: arm_ffa: Refactor addition of partition information into XArray (bsc#1012628). - firmware: arm_ffa: Unregister the FF-A devices when cleaning up the partitions (bsc#1012628). - arm64: dts: mediatek: mt6359: fix dtbs_check error for audio-codec (bsc#1012628). - scsi: mpi3mr: Fix locking in an error path (bsc#1012628). - scsi: mpt3sas: Fix a locking bug in an error path (bsc#1012628). - can: rockchip_canfd: rkcanfd_chip_fifo_setup(): remove duplicated setup of RX FIFO (bsc#1012628). - jfs: reject on-disk inodes of an unsupported type (bsc#1012628). - jfs: add check read-only before txBeginAnon() call (bsc#1012628). - jfs: add check read-only before truncation in jfs_truncate_nolock() (bsc#1012628). - wifi: ath12k: Add missing htt_metadata flag in ath12k_dp_tx() (bsc#1012628). - wifi: rtw89: rtw8852b{t}: fix TSSI debug timestamps (bsc#1012628). - xfrm: delay initialization of offload path till its actually requested (bsc#1012628). - iommu/io-pgtable-dart: Only set subpage protection disable for DART 1 (bsc#1012628). - firmware: arm_ffa: Explicitly cast return value from FFA_VERSION before comparison (bsc#1012628). - firmware: arm_ffa: Explicitly cast return value from NOTIFICATION_INFO_GET (bsc#1012628). - arm64: dts: renesas: r8a774c0: Re-add voltages to OPP table (bsc#1012628). - arm64: dts: renesas: r8a77990: Re-add voltages to OPP table (bsc#1012628). - firmware: arm_ffa: Skip the first/partition ID when parsing vCPU list (bsc#1012628). - arm64: dts: ti: k3-j722s-evm: Fix USB2.0_MUX_SEL to select Type-C (bsc#1012628). - wifi: ath12k: use link specific bss_conf as well in ath12k_mac_vif_cache_flush() (bsc#1012628). - arm64: dts: imx8mp-skov: correct PMIC board limits (bsc#1012628). - arm64: dts: imx8mp-skov: operate CPU at 850 mV by default (bsc#1012628). - arm64: dts: mediatek: mt8390-genio-700-evk: Move common parts to dtsi (bsc#1012628). - arm64: dts: mediatek: mt8390-genio-common: Fix duplicated regulator name (bsc#1012628). - wifi: ath11k: Clear affinity hint before calling ath11k_pcic_free_irq() in error path (bsc#1012628). - wifi: ath12k: Clear affinity hint before calling ath12k_pci_free_irq() in error path (bsc#1012628). - f2fs: fix to set .discard_granularity correctly (bsc#1012628). - f2fs: add check for deleted inode (bsc#1012628). - arm64: dts: ti: k3-am62-verdin-dahlia: add Microphone Jack to sound card (bsc#1012628). - f2fs: fix potential deadloop in prepare_compress_overwrite() (bsc#1012628). - f2fs: fix to call f2fs_recover_quota_end() correctly (bsc#1012628). - md: fix mddev uaf while iterating all_mddevs list (bsc#1012628). - md/raid1,raid10: don't ignore IO flags (bsc#1012628). - md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb (bsc#1012628). - tracing: Fix DECLARE_TRACE_CONDITION (bsc#1012628). - tools/rv: Keep user LDFLAGS in build (bsc#1012628). - arm64: dts: ti: k3-am62p: Enable AUDIO_REFCLKx (bsc#1012628). - arm64: dts: ti: k3-am62p: fix pinctrl settings (bsc#1012628). - arm64: dts: ti: k3-j722s: fix pinctrl settings (bsc#1012628). - wifi: rtw89: fw: correct debug message format in rtw89_build_txpwr_trk_tbl_from_elm() (bsc#1012628). - wifi: rtw89: pci: correct ISR RDU bit for 8922AE (bsc#1012628). - blk-throttle: fix lower bps rate by throtl_trim_slice() (bsc#1012628). - soc: mediatek: mtk-mmsys: Fix MT8188 VDO1 DPI1 output selection (bsc#1012628). - soc: mediatek: mt8167-mmsys: Fix missing regval in all entries (bsc#1012628). - soc: mediatek: mt8365-mmsys: Fix routing table masks and values (bsc#1012628). - md/raid10: wait barrier before returning discard request with REQ_NOWAIT (bsc#1012628). - block: ensure correct integrity capability propagation in stacked devices (bsc#1012628). - block: Correctly initialize BLK_INTEGRITY_NOGENERATE and BLK_INTEGRITY_NOVERIFY (bsc#1012628). - badblocks: Fix error shitf ops (bsc#1012628). - badblocks: factor out a helper try_adjacent_combine (bsc#1012628). - badblocks: attempt to merge adjacent badblocks during ack_all_badblocks (bsc#1012628). - badblocks: return error directly when setting badblocks exceeds 512 (bsc#1012628). - badblocks: return error if any badblock set fails (bsc#1012628). - badblocks: fix the using of MAX_BADBLOCKS (bsc#1012628). - badblocks: fix merge issue when new badblocks align with pre+1 (bsc#1012628). - badblocks: fix missing bad blocks on retry in _badblocks_check() (bsc#1012628). - badblocks: return boolean from badblocks_set() and badblocks_clear() (bsc#1012628). - badblocks: use sector_t instead of int to avoid truncation of badblocks length (bsc#1012628). - firmware: arm_scmi: use ioread64() instead of ioread64_hi_lo() (bsc#1012628). - net: airoha: Fix lan4 support in airoha_qdma_get_gdm_port() (bsc#1012628). - iommu/amd: Fix header file (bsc#1012628). - iommu/vt-d: Fix system hang on reboot -f (bsc#1012628). - memory: mtk-smi: Add ostd setting for mt8192 (bsc#1012628). - gfs2: minor evict fix (bsc#1012628). - gfs2: skip if we cannot defer delete (bsc#1012628). - ARM: dts: imx6ul-tqma6ul1: Change include order to disable fec2 node (bsc#1012628). - arm64: dts: imx8mp: add AUDIO_AXI_CLK_ROOT to AUDIOMIX block (bsc#1012628). - arm64: dts: imx8mp: change AUDIO_AXI_CLK_ROOT freq. to 800MHz (bsc#1012628). - f2fs: fix to avoid accessing uninitialized curseg (bsc#1012628). - iommu: Handle race with default domain setup (bsc#1012628). - wifi: mac80211: remove SSID from ML reconf (bsc#1012628). - f2fs: fix to avoid running out of free segments (bsc#1012628). - block: fix adding folio to bio (bsc#1012628). - ext4: fix potential null dereference in ext4 kunit test (bsc#1012628). - ext4: convert EXT4_FLAGS_* defines to enum (bsc#1012628). - ext4: add EXT4_FLAGS_EMERGENCY_RO bit (bsc#1012628). - ext4: correct behavior under errors=remount-ro mode (bsc#1012628). - ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is set (bsc#1012628). - arm64: dts: rockchip: Move rk356x scmi SHMEM to reserved memory (bsc#1012628). - arm64: dts: rockchip: Remove bluetooth node from rock-3a (bsc#1012628). - bus: qcom-ssc-block-bus: Remove some duplicated iounmap() calls (bsc#1012628). - bus: qcom-ssc-block-bus: Fix the error handling path of qcom_ssc_block_bus_probe() (bsc#1012628). - arm64: dts: rockchip: Fix pcie reset gpio on Orange Pi 5 Max (bsc#1012628). - arm64: dts: rockchip: Fix PWM pinctrl names (bsc#1012628). - arm64: dts: rockchip: remove ethm0_clk0_25m_out from Sige5 gmac0 (bsc#1012628). - erofs: allow 16-byte volume name again (bsc#1012628). - ext4: add missing brelse() for bh2 in ext4_dx_add_entry() (bsc#1012628). - ext4: verify fast symlink length (bsc#1012628). - f2fs: fix missing discard for active segments (bsc#1012628). - scsi: hisi_sas: Fixed failure to issue vendor specific commands (bsc#1012628). - scsi: target: tcm_loop: Fix wrong abort tag (bsc#1012628). - ext4: introduce ITAIL helper (bsc#1012628). - ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all() (bsc#1012628). - ext4: goto right label 'out_mmap_sem' in ext4_setattr() (bsc#1012628). - jbd2: fix off-by-one while erasing journal (bsc#1012628). - ata: libata: Fix NCQ Non-Data log not supported print (bsc#1012628). - wifi: nl80211: store chandef on the correct link when starting CAC (bsc#1012628). - wifi: mac80211: check basic rates validity in sta_link_apply_parameters (bsc#1012628). - wifi: cfg80211: init wiphy_work before allocating rfkill fails (bsc#1012628). - wifi: mwifiex: Fix premature release of RF calibration data (bsc#1012628). - wifi: mwifiex: Fix RF calibration data download from file (bsc#1012628). - ice: health.c: fix compilation on gcc 7.5 (bsc#1012628). - ice: ensure periodic output start time is in the future (bsc#1012628). - ice: fix reservation of resources for RDMA when disabled (bsc#1012628). - virtchnl: make proto and filter action count unsigned (bsc#1012628). - ice: stop truncating queue ids when checking (bsc#1012628). - ice: validate queue quanta parameters to prevent OOB access (bsc#1012628). - ice: fix input validation for virtchnl BW (bsc#1012628). - ice: fix using untrusted value of pkt_len in ice_vc_fdir_parse_raw() (bsc#1012628). - idpf: check error for register_netdev() on init (bsc#1012628). - btrfs: get used bytes while holding lock at btrfs_reclaim_bgs_work() (bsc#1012628). - btrfs: fix reclaimed bytes accounting after automatic block group reclaim (bsc#1012628). - btrfs: fix block group refcount race in btrfs_create_pending_block_groups() (bsc#1012628). - btrfs: don't clobber ret in btrfs_validate_super() (bsc#1012628). - wifi: mt76: mt7915: fix possible integer overflows in mt7915_muru_stats_show() (bsc#1012628). - igb: reject invalid external timestamp requests for 82580-based HW (bsc#1012628). - renesas: reject PTP_STRICT_FLAGS as unsupported (bsc#1012628). - net: lan743x: reject unsupported external timestamp requests (bsc#1012628). - broadcom: fix supported flag check in periodic output function (bsc#1012628). - ptp: ocp: reject unsupported periodic output flags (bsc#1012628). - nvmet: pci-epf: Always configure BAR0 as 64-bit (bsc#1012628). - jbd2: add a missing data flush during file and fs synchronization (bsc#1012628). - ext4: define ext4_journal_destroy wrapper (bsc#1012628). - ext4: avoid journaling sb update on error if journal is destroying (bsc#1012628). - eth: bnxt: fix out-of-range access of vnic_info array (bsc#1012628). - net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF (bsc#1012628). - netfilter: nfnetlink_queue: Initialize ctx to avoid memory allocation error (bsc#1012628). - netfilter: nf_tables: Only use nf_skip_indirect_calls() when MITIGATION_RETPOLINE (bsc#1012628). - ax25: Remove broken autobind (bsc#1012628). - net/mlx5e: Fix ethtool -N flow-type ip4 to RSS context (bsc#1012628). - bnxt_en: Mask the bd_cnt field in the TX BD properly (bsc#1012628). - bnxt_en: Linearize TX SKB if the fragments exceed the max (bsc#1012628). - net: dsa: mv88e6xxx: fix atu_move_port_mask for 6341 family (bsc#1012628). - net: dsa: mv88e6xxx: enable PVT for 6321 switch (bsc#1012628). - net: dsa: mv88e6xxx: enable .port_set_policy() for 6320 family (bsc#1012628). - net: dsa: mv88e6xxx: fix VTU methods for 6320 family (bsc#1012628). - net: dsa: mv88e6xxx: enable STU methods for 6320 family (bsc#1012628). - mlxsw: spectrum_acl_bloom_filter: Workaround for some LLVM versions (bsc#1012628). - net: dsa: sja1105: fix displaced ethtool statistics counters (bsc#1012628). - net: dsa: sja1105: reject other RX filters than HWTSTAMP_FILTER_PTP_V2_L2_EVENT (bsc#1012628). - net: dsa: sja1105: fix kasan out-of-bounds warning in sja1105_table_delete_entry() (bsc#1012628). - net/mlx5: LAG, reload representors on LAG creation failure (bsc#1012628). - net/mlx5: Start health poll after enable hca (bsc#1012628). - vmxnet3: unregister xdp rxq info in the reset path (bsc#1012628). - bonding: check xdp prog when set bond mode (bsc#1012628). - ibmvnic: Use kernel helpers for hex dumps (bsc#1012628). - net: fix NULL pointer dereference in l3mdev_l3_rcv (bsc#1012628). - virtio_net: Fix endian with virtio_net_ctrl_rss (bsc#1012628). - Bluetooth: Add quirk for broken READ_VOICE_SETTING (bsc#1012628). - Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPE (bsc#1012628). - Bluetooth: btusb: Fix regression in the initialization of fake Bluetooth controllers (bsc#1012628). - Bluetooth: hci_core: Enable buffer flow control for SCO/eSCO (bsc#1012628). - Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancel (bsc#1012628). - rwonce: handle KCSAN like KASAN in read_word_at_a_time() (bsc#1012628). - net: dsa: microchip: fix DCB apptrust configuration on KSZ88x3 (bsc#1012628). - Bluetooth: btnxpuart: Fix kernel panic during FW release (bsc#1012628). - net: Fix the devmem sock opts and msgs for parisc (bsc#1012628). - net: libwx: fix Tx descriptor content for some tunnel packets (bsc#1012628). - net: libwx: fix Tx L4 checksum (bsc#1012628). - rwonce: fix crash by removing READ_ONCE() for unaligned read (bsc#1012628). - drm/bridge: ti-sn65dsi86: Fix multiple instances (bsc#1012628). - drm/ssd130x: Set SPI .id_table to prevent an SPI core warning (bsc#1012628). - accel/amdxdna: Return error when setting clock failed for npu1 (bsc#1012628). - drm/panthor: Fix a race between the reset and suspend path (bsc#1012628). - drm/ssd130x: fix ssd132x encoding (bsc#1012628). - drm/ssd130x: ensure ssd132x pitch is correct (bsc#1012628). - drm/dp_mst: Fix drm RAD print (bsc#1012628). - drm/bridge: it6505: fix HDCP V match check is not performed correctly (bsc#1012628). - drm/panthor: Fix race condition when gathering fdinfo group samples (bsc#1012628). - drm: xlnx: zynqmp: Fix max dma segment size (bsc#1012628). - drm: xlnx: zynqmp_dpsub: Add NULL check in zynqmp_audio_init (bsc#1012628). - drm: zynqmp_dp: Fix a deadlock in zynqmp_dp_ignore_hpd_set() (bsc#1012628). - drm/vkms: Fix use after free and double free on init error (bsc#1012628). - gpu: cdns-mhdp8546: fix call balance of mhdp->clk handling routines (bsc#1012628). - drm/amdgpu: refine smu send msg debug log format (bsc#1012628). - drm/amdgpu/umsch: remove vpe test from umsch (bsc#1012628). - drm/amdgpu/umsch: declare umsch firmware (bsc#1012628). - drm/amdgpu/umsch: fix ucode check (bsc#1012628). - drm/amdgpu/vcn5.0.1: use correct dpm helper (bsc#1012628). - PCI: Remove add_align overwrite unrelated to size0 (bsc#1012628). - PCI: Simplify size1 assignment logic (bsc#1012628). - PCI: Allow relaxed bridge window tail sizing for optional resources (bsc#1012628). - drm/mediatek: mtk_hdmi: Unregister audio platform device on failure (bsc#1012628). - drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size member (bsc#1012628). - drm/amdgpu: Replace Mutex with Spinlock for RLCG register access to avoid Priority Inversion in SRIOV (bsc#1012628). - PCI/ASPM: Fix link state exit during switch upstream function removal (bsc#1012628). - drm/panel: ilitek-ili9882t: fix GPIO name in error message (bsc#1012628). - PCI/ACS: Fix 'pci=config_acs=' parameter (bsc#1012628). - drm/amd/display: fix an indent issue in DML21 (bsc#1012628). - drm/msm/dpu: don't use active in atomic_check() (bsc#1012628). - drm/msm/dsi/phy: Program clock inverters in correct register (bsc#1012628). - drm/msm/dsi: Use existing per-interface slice count in DSC timing (bsc#1012628). - drm/msm/dsi: Set PHY usescase (and mode) before registering DSI host (bsc#1012628). - drm/msm/dpu: Fall back to a single DSC encoder (1:1:1) on small SoCs (bsc#1012628). - drm/msm/dpu: Remove arbitrary limit of 1 interface in DSC topology (bsc#1012628). - drm/msm/gem: Fix error code msm_parse_deps() (bsc#1012628). - drm/amdkfd: Fix Circular Locking Dependency in 'svm_range_cpu_invalidate_pagetables' (bsc#1012628). - PCI: mediatek-gen3: Configure PBUS_CSR registers for EN7581 SoC (bsc#1012628). - PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payload (bsc#1012628). - PCI: brcmstb: Set generation limit before PCIe link up (bsc#1012628). - PCI: brcmstb: Use internal register to change link capability (bsc#1012628). - PCI: brcmstb: Fix error path after a call to regulator_bulk_get() (bsc#1012628). - PCI: brcmstb: Fix potential premature regulator disabling (bsc#1012628). - selftests/pcie_bwctrl: Add 'set_pcie_speed.sh' to TEST_PROGS (bsc#1012628). - PCI/portdrv: Only disable pciehp interrupts early when needed (bsc#1012628). - PCI: Avoid reset when disabled via sysfs (bsc#1012628). - drm/msm/dpu: move needs_cdm setting to dpu_encoder_get_topology() (bsc#1012628). - drm/msm/dpu: simplify dpu_encoder_get_topology() interface (bsc#1012628). - drm/msm/dpu: don't set crtc_state->mode_changed from atomic_check() (bsc#1012628). - drm/panthor: Update CS_STATUS_ defines to correct values (bsc#1012628). - drm/file: Add fdinfo helper for printing regions with prefix (bsc#1012628). - drm/panthor: Expose size of driver internal BO's over fdinfo (bsc#1012628). - drm/panthor: Replace sleep locks with spinlocks in fdinfo path (bsc#1012628). - drm/panthor: Avoid sleep locking in the internal BO size path (bsc#1012628). - drm/panthor: Clean up FW version information display (bsc#1012628). - drm/amd/display: fix type mismatch in CalculateDynamicMetadataParameters() (bsc#1012628). - drm/msm/a6xx: Fix a6xx indexed-regs in devcoreduump (bsc#1012628). - powerpc/perf: Fix ref-counting on the PMU 'vpa_pmu' (bsc#1012628). - misc: pci_endpoint_test: Fix pci_endpoint_test_bars_read_bar() error handling (bsc#1012628). - misc: pci_endpoint_test: Handle BAR sizes larger than INT_MAX (bsc#1012628). - PCI: endpoint: pci-epf-test: Handle endianness properly (bsc#1012628). - crypto: powerpc: Mark ghashp8-ppc.o as an OBJECT_FILES_NON_STANDARD (bsc#1012628). - powerpc/kexec: fix physical address calculation in clear_utlb_entry() (bsc#1012628). - PCI: Remove stray put_device() in pci_register_host_bridge() (bsc#1012628). - PCI: xilinx-cpm: Fix IRQ domain leak in error path of probe (bsc#1012628). - drm/mediatek: Fix config_updating flag never false when no mbox channel (bsc#1012628). - drm/mediatek: dp: drm_err => dev_err in HPD path to avoid NULL ptr (bsc#1012628). - drm/mediatek: dsi: fix error codes in mtk_dsi_host_transfer() (bsc#1012628). - drm/amd/display: avoid NPD when ASIC does not support DMUB (bsc#1012628). - PCI: dwc: ep: Return -ENOMEM for allocation failures (bsc#1012628). - PCI: histb: Fix an error handling path in histb_pcie_probe() (bsc#1012628). - PCI: Fix BAR resizing when VF BARs are assigned (bsc#1012628). - drm/amdgpu/mes: optimize compute loop handling (bsc#1012628). - drm/amdgpu/mes: enable compute pipes across all MEC (bsc#1012628). - PCI: pciehp: Don't enable HPIE when resuming in poll mode (bsc#1012628). - PCI/bwctrl: Fix pcie_bwctrl_select_speed() return type (bsc#1012628). - io_uring/net: only import send_zc buffer once (bsc#1012628). - PCI: Fix NULL dereference in SR-IOV VF creation error path (bsc#1012628). - io_uring: use lockless_cq flag in io_req_complete_post() (bsc#1012628). - io_uring: fix retry handling off iowq (bsc#1012628). - fbdev: au1100fb: Move a variable assignment behind a null pointer check (bsc#1012628). - dummycon: fix default rows/cols (bsc#1012628). - mdacon: rework dependency list (bsc#1012628). - fbdev: sm501fb: Add some geometry checks (bsc#1012628). - crypto: iaa - Test the correct request flag (bsc#1012628). - crypto: qat - set parity error mask for qat_420xx (bsc#1012628). - crypto: tegra - Use separate buffer for setkey (bsc#1012628). - crypto: tegra - Do not use fixed size buffers (bsc#1012628). - crypto: tegra - check return value for hash do_one_req (bsc#1012628). - crypto: tegra - Transfer HASH init function to crypto engine (bsc#1012628). - crypto: tegra - Fix HASH intermediate result handling (bsc#1012628). - crypto: bpf - Add MODULE_DESCRIPTION for skcipher (bsc#1012628). - crypto: tegra - Use HMAC fallback when keyslots are full (bsc#1012628). - clk: amlogic: gxbb: drop incorrect flag on 32k clock (bsc#1012628). - crypto: hisilicon/sec2 - fix for aead authsize alignment (bsc#1012628). - crypto: hisilicon/sec2 - fix for sec spec check (bsc#1012628). - RDMA/mlx5: Fix page_size variable overflow (bsc#1012628). - remoteproc: core: Clear table_sz when rproc_shutdown (bsc#1012628). - of: property: Increase NR_FWNODE_REFERENCE_ARGS (bsc#1012628). - pinctrl: renesas: rzg2l: Suppress binding attributes (bsc#1012628). - remoteproc: qcom_q6v5_pas: Make single-PD handling more robust (bsc#1012628). - libbpf: Fix hypothetical STT_SECTION extern NULL deref case (bsc#1012628). - drivers: clk: qcom: ipq5424: fix the freq table of sdcc1_apps clock (bsc#1012628). - selftests/bpf: Fix string read in strncmp benchmark (bsc#1012628). - x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range() (bsc#1012628). - clk: renesas: r8a08g045: Check the source of the CPU PLL settings (bsc#1012628). - remoteproc: qcom: pas: add minidump_id to SC7280 WPSS (bsc#1012628). - clk: samsung: Fix UBSAN panic in samsung_clk_init() (bsc#1012628). - pinctrl: nuvoton: npcm8xx: Fix error handling in npcm8xx_gpio_fw() (bsc#1012628). - crypto: tegra - Fix CMAC intermediate result handling (bsc#1012628). - clk: qcom: gcc-msm8953: fix stuck venus0_core0 clock (bsc#1012628). - selftests/bpf: Fix runqslower cross-endian build (bsc#1012628). - s390: Remove ioremap_wt() and pgprot_writethrough() (bsc#1012628). - RDMA/mana_ib: Ensure variable err is initialized (bsc#1012628). - crypto: tegra - Set IV to NULL explicitly for AES ECB (bsc#1012628). - remoteproc: qcom_q6v5_pas: Use resource with CX PD for MSM8226 (bsc#1012628). - clk: qcom: gcc-x1e80100: Unregister GCC_GPU_CFG_AHB_CLK/GCC_DISP_XO_CLK (bsc#1012628). - crypto: tegra - finalize crypto req on error (bsc#1012628). - crypto: tegra - Reserve keyslots to allocate dynamically (bsc#1012628). - bpf: Use preempt_count() directly in bpf_send_signal_common() (bsc#1012628). - lib: 842: Improve error handling in sw842_compress() (bsc#1012628). - pinctrl: renesas: rza2: Fix missing of_node_put() call (bsc#1012628). - pinctrl: renesas: rzg2l: Fix missing of_node_put() call (bsc#1012628). - RDMA/mlx5: Fix MR cache initialization error flow (bsc#1012628). - selftests/bpf: Fix freplace_link segfault in tailcalls prog test (bsc#1012628). - clk: rockchip: rk3328: fix wrong clk_ref_usb3otg parent (bsc#1012628). - RDMA/core: Don't expose hw_counters outside of init net namespace (bsc#1012628). - RDMA/mlx5: Fix calculation of total invalidated pages (bsc#1012628). - RDMA/erdma: Prevent use-after-free in erdma_accept_newconn() (bsc#1012628). - remoteproc: qcom_q6v5_mss: Handle platforms with one power domain (bsc#1012628). - power: supply: bq27xxx_battery: do not update cached flags prematurely (bsc#1012628). - leds: st1202: Check for error code from devm_mutex_init() call (bsc#1012628). - crypto: api - Fix larval relookup type and mask (bsc#1012628). - IB/mad: Check available slots before posting receive WRs (bsc#1012628). - pinctrl: tegra: Set SFIO mode to Mux Register (bsc#1012628). - clk: amlogic: g12b: fix cluster A parent data (bsc#1012628). - clk: amlogic: gxbb: drop non existing 32k clock parent (bsc#1012628). - selftests/bpf: Select NUMA_NO_NODE to create map (bsc#1012628). - rust: fix signature of rust_fmt_argument (bsc#1012628). - crypto: tegra - Fix format specifier in tegra_sha_prep_cmd() (bsc#1012628). - libbpf: Add namespace for errstr making it libbpf_errstr (bsc#1012628). - clk: mmp: Fix NULL vs IS_ERR() check (bsc#1012628). - pinctrl: npcm8xx: Fix incorrect struct npcm8xx_pincfg assignment (bsc#1012628). - samples/bpf: Fix broken vmlinux path for VMLINUX_BTF (bsc#1012628). - crypto: qat - remove access to parity register for QAT GEN4 (bsc#1012628). - clk: clk-imx8mp-audiomix: fix dsp/ocram_a clock parents (bsc#1012628). - clk: amlogic: g12a: fix mmc A peripheral clock (bsc#1012628). - pinctrl: bcm2835: don't -EINVAL on alternate funcs from get_direction() (bsc#1012628). - x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1 (bsc#1012628). - power: supply: max77693: Fix wrong conversion of charge input threshold value (bsc#1012628). - crypto: api - Call crypto_alg_put in crypto_unregister_alg (bsc#1012628). - clk: stm32f4: fix an uninitialized variable (bsc#1012628). - crypto: nx - Fix uninitialised hv_nxc on error (bsc#1012628). - clk: qcom: gcc-sm8650: Do not turn off USB GDSCs during gdsc_disable() (bsc#1012628). - bpf: Fix array bounds error with may_goto (bsc#1012628). - RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow (bsc#1012628). - pinctrl: renesas: rzv2m: Fix missing of_node_put() call (bsc#1012628). - clk: qcom: ipq5424: fix software and hardware flow control error of UART (bsc#1012628). - mfd: sm501: Switch to BIT() to mitigate integer overflows (bsc#1012628). - leds: Fix LED_OFF brightness race (bsc#1012628). - x86/dumpstack: Fix inaccurate unwinding from exception stacks due to misplaced assignment (bsc#1012628). - RDMA/core: Fix use-after-free when rename device name (bsc#1012628). - crypto: hisilicon/sec2 - fix for aead auth key length (bsc#1012628). - pinctrl: intel: Fix wrong bypass assignment in intel_pinctrl_probe_pwm() (bsc#1012628). - clk: qcom: mmcc-sdm660: fix stuck video_subcore0 clock (bsc#1012628). - libbpf: Fix accessing BTF.ext core_relo header (bsc#1012628). - perf stat: Fix find_stat for mixed legacy/non-legacy events (bsc#1012628). - perf: Always feature test reallocarray (bsc#1012628). - w1: fix NULL pointer dereference in probe (bsc#1012628). - staging: gpib: Add missing interface entry point (bsc#1012628). - staging: gpib: Fix pr_err format warning (bsc#1012628). - usb: typec: thunderbolt: Fix loops that iterate TYPEC_PLUG_SOP_P and TYPEC_PLUG_SOP_PP (bsc#1012628). - usb: typec: thunderbolt: Remove IS_ERR check for plug (bsc#1012628). - iio: dac: adi-axi-dac: modify stream enable (bsc#1012628). - perf test: Fix Hwmon PMU test endianess issue (bsc#1012628). - perf stat: Don't merge counters purely on name (bsc#1012628). - fs/ntfs3: Factor out ntfs_{create/remove}_procdir() (bsc#1012628). - fs/ntfs3: Factor out ntfs_{create/remove}_proc_root() (bsc#1012628). - fs/ntfs3: Fix 'proc_info_root' leak when init ntfs failed (bsc#1012628). - fs/ntfs3: Update inode->i_mapping->a_ops on compression state (bsc#1012628). - iio: light: veml6030: extend regmap to support regfields (bsc#1012628). - iio: gts-helper: export iio_gts_get_total_gain() (bsc#1012628). - iio: light: veml6030: fix scale to conform to ABI (bsc#1012628). - iio: adc: ad7124: Micro-optimize channel disabling (bsc#1012628). - iio: adc: ad7124: Really disable all channels at probe time (bsc#1012628). - phy: phy-rockchip-samsung-hdptx: Don't use dt aliases to determine phy-id (bsc#1012628). - perf tools: Add skip check in tool_pmu__event_to_str() (bsc#1012628). - isofs: fix KMSAN uninit-value bug in do_isofs_readdir() (bsc#1012628). - perf tests: Fix Tool PMU test segfault (bsc#1012628). - soundwire: slave: fix an OF node reference leak in soundwire slave device (bsc#1012628). - staging: gpib: Fix cb7210 pcmcia Oops (bsc#1012628). - perf report: Switch data file correctly in TUI (bsc#1012628). - perf report: Fix input reload/switch with symbol sort key (bsc#1012628). - greybus: gb-beagleplay: Add error handling for gb_greybus_init (bsc#1012628). - coresight: catu: Fix number of pages while using 64k pages (bsc#1012628). - vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpoint (bsc#1012628). - coresight-etm4x: add isb() before reading the TRCSTATR (bsc#1012628). - perf pmus: Restructure pmu_read_sysfs to scan fewer PMUs (bsc#1012628). - perf pmu: Dynamically allocate tool PMU (bsc#1012628). - perf pmu: Don't double count common sysfs and json events (bsc#1012628). - tools/x86: Fix linux/unaligned.h include path in lib/insn.c (bsc#1012628). - perf build: Fix in-tree build due to symbolic link (bsc#1012628). - ucsi_ccg: Don't show failed to get FW build information error (bsc#1012628). - iio: accel: mma8452: Ensure error return on failure to matching oversampling ratio (bsc#1012628). - iio: accel: msa311: Fix failure to release runtime pm if direct mode claim fails (bsc#1012628). - iio: backend: make sure to NULL terminate stack buffer (bsc#1012628). - iio: core: Rework claim and release of direct mode to work with sparse (bsc#1012628). - iio: adc: ad7173: Grab direct mode for calibration (bsc#1012628). - iio: adc: ad7192: Grab direct mode for calibration (bsc#1012628). - perf arm-spe: Fix load-store operation checking (bsc#1012628). - perf bench: Fix perf bench syscall loop count (bsc#1012628). - perf machine: Fixup kernel maps ends after adding extra maps (bsc#1012628). - usb: xhci: correct debug message page size calculation (bsc#1012628). - fs/ntfs3: Fix a couple integer overflows on 32bit systems (bsc#1012628). - fs/ntfs3: Prevent integer overflow in hdr_first_de() (bsc#1012628). - perf test: Add timeout to datasym workload (bsc#1012628). - perf tests: Fix data symbol test with LTO builds (bsc#1012628). - NFSD: Fix callback decoder status codes (bsc#1012628). - soundwire: take in count the bandwidth of a prepared stream (bsc#1012628). - dmaengine: fsl-edma: cleanup chan after dma_async_device_unregister (bsc#1012628). - dmaengine: fsl-edma: free irq correctly in remove path (bsc#1012628). - dmaengine: ae4dma: Use the MSI count and its corresponding IRQ number (bsc#1012628). - dmaengine: ptdma: Utilize the AE4DMA engine's multi-queue functionality (bsc#1012628). - iio: adc: ad_sigma_delta: Disable channel after calibration (bsc#1012628). - iio: adc: ad4130: Fix comparison of channel setups (bsc#1012628). - iio: adc: ad7124: Fix comparison of channel configs (bsc#1012628). - iio: adc: ad7173: Fix comparison of channel configs (bsc#1012628). - iio: adc: ad7768-1: set MOSI idle state to prevent accidental reset (bsc#1012628). - iio: light: Add check for array bounds in veml6075_read_int_time_ms (bsc#1012628). - perf debug: Avoid stack overflow in recursive error message (bsc#1012628). - perf evlist: Add success path to evlist__create_syswide_maps (bsc#1012628). - perf evsel: tp_format accessing improvements (bsc#1012628). - perf x86/topdown: Fix topdown leader sampling test error on hybrid (bsc#1012628). - perf units: Fix insufficient array space (bsc#1012628). - perf test stat_all_pmu.sh: Correctly check 'perf stat' result (bsc#1012628). - kernel/events/uprobes: handle device-exclusive entries correctly in __replace_page() (bsc#1012628). - kexec: initialize ELF lowest address to ULONG_MAX (bsc#1012628). - ocfs2: validate l_tree_depth to avoid out-of-bounds access (bsc#1012628). - reboot: replace __hw_protection_shutdown bool action parameter with an enum (bsc#1012628). - reboot: reboot, not shutdown, on hw_protection_reboot timeout (bsc#1012628). - arch/powerpc: drop GENERIC_PTDUMP from mpc885_ads_defconfig (bsc#1012628). - writeback: let trace_balance_dirty_pages() take struct dtc as parameter (bsc#1012628). - writeback: fix calculations in trace_balance_dirty_pages() for cgwb (bsc#1012628). - scripts/gdb/linux/symbols.py: address changes to module_sect_attrs (bsc#1012628). - NFSv4: Don't trigger uneccessary scans for return-on-close delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for returning delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for expired delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for delayed delegations (bsc#1012628). - NFS: fix open_owner_id_maxsz and related fields (bsc#1012628). - fuse: fix dax truncate/punch_hole fault path (bsc#1012628). - selftests/mm/cow: fix the incorrect error handling (bsc#1012628). - um: Pass the correct Rust target and options with gcc (bsc#1012628). - um: remove copy_from_kernel_nofault_allowed (bsc#1012628). - um: hostfs: avoid issues on inode number reuse by host (bsc#1012628). - i3c: master: svc: Fix missing the IBI rules (bsc#1012628). - perf python: Fixup description of sample.id event member (bsc#1012628). - perf python: Decrement the refcount of just created event on failure (bsc#1012628). - perf python: Don't keep a raw_data pointer to consumed ring buffer space (bsc#1012628). - perf python: Check if there is space to copy all the event (bsc#1012628). - perf dso: fix dso__is_kallsyms() check (bsc#1012628). - perf: intel-tpebs: Fix incorrect usage of zfree() (bsc#1012628). - perf pmu: Handle memory failure in tool_pmu__new() (bsc#1012628). - staging: rtl8723bs: select CONFIG_CRYPTO_LIB_AES (bsc#1012628). - staging: vchiq_arm: Register debugfs after cdev (bsc#1012628). - staging: vchiq_arm: Fix possible NPR of keep-alive thread (bsc#1012628). - staging: vchiq_arm: Stop kthreads if vchiq cdev register fails (bsc#1012628). - tty: n_tty: use uint for space returned by tty_write_room() (bsc#1012628). - perf vendor events arm64 AmpereOneX: Fix frontend_bound calculation (bsc#1012628). - fs/procfs: fix the comment above proc_pid_wchan() (bsc#1012628). - perf tools: Fix is_compat_mode build break in ppc64 (bsc#1012628). - perf tools: annotate asm_pure_loop.S (bsc#1012628). - perf bpf-filter: Fix a parsing error with comma (bsc#1012628). - objtool: Handle various symbol types of rodata (bsc#1012628). - objtool: Handle different entry size of rodata (bsc#1012628). - objtool: Handle PC relative relocation type (bsc#1012628). - objtool: Fix detection of consecutive jump tables on Clang 20 (bsc#1012628). - thermal: core: Remove duplicate struct declaration (bsc#1012628). - objtool, spi: amd: Fix out-of-bounds stack access in amd_set_spi_freq() (bsc#1012628). - objtool, nvmet: Fix out-of-bounds stack access in nvmet_ctrl_state_show() (bsc#1012628). - objtool, media: dib8000: Prevent divide-by-zero in dib8000_set_dds() (bsc#1012628). - NFS: Shut down the nfs_client only after all the superblocks (bsc#1012628). - smb: client: Fix netns refcount imbalance causing leaks and use-after-free (bsc#1012628). - exfat: fix the infinite loop in exfat_find_last_cluster() (bsc#1012628). - exfat: fix missing shutdown check (bsc#1012628). - rtnetlink: Allocate vfinfo size for VF GUIDs when supported (bsc#1012628). - rndis_host: Flag RNDIS modems as WWAN devices (bsc#1012628). - ksmbd: use aead_request_free to match aead_request_alloc (bsc#1012628). - ksmbd: fix multichannel connection failure (bsc#1012628). - ksmbd: fix r_count dec/increment mismatch (bsc#1012628). - net/mlx5e: SHAMPO, Make reserved size independent of page size (bsc#1012628). - ring-buffer: Fix bytes_dropped calculation issue (bsc#1012628). - objtool: Fix segfault in ignore_unreachable_insn() (bsc#1012628). - LoongArch: Fix help text of CMDLINE_EXTEND in Kconfig (bsc#1012628). - LoongArch: Fix device node refcount leak in fdt_cpu_clk_init() (bsc#1012628). - LoongArch: Rework the arch_kgdb_breakpoint() implementation (bsc#1012628). - ACPI: processor: idle: Return an error if both P_LVL{2,3} idle states are invalid (bsc#1012628). - net: phy: broadcom: Correct BCM5221 PHY model detection (bsc#1012628). - octeontx2-af: Fix mbox INTR handler when num VFs > 64 (bsc#1012628). - octeontx2-af: Free NIX_AF_INT_VEC_GEN irq (bsc#1012628). - objtool: Fix verbose disassembly if CROSS_COMPILE isn't set (bsc#1012628). - sched/smt: Always inline sched_smt_active() (bsc#1012628). - context_tracking: Always inline ct_{nmi,irq}_{enter,exit}() (bsc#1012628). - rcu-tasks: Always inline rcu_irq_work_resched() (bsc#1012628). - objtool/loongarch: Add unwind hints in prepare_frametrace() (bsc#1012628). - nfs: Add missing release on error in nfs_lock_and_join_requests() (bsc#1012628). - rtc: renesas-rtca3: Disable interrupts only if the RTC is enabled (bsc#1012628). - spufs: fix a leak on spufs_new_file() failure (bsc#1012628). - spufs: fix gang directory lifetimes (bsc#1012628). - spufs: fix a leak in spufs_create_context() (bsc#1012628). - fs/9p: fix NULL pointer dereference on mkdir (bsc#1012628). - riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_call_ra (bsc#1012628). - riscv: Fix the __riscv_copy_vec_words_unaligned implementation (bsc#1012628). - riscv: Fix missing __free_pages() in check_vector_unaligned_access() (bsc#1012628). - riscv: fgraph: Select HAVE_FUNCTION_GRAPH_TRACER depends on HAVE_DYNAMIC_FTRACE_WITH_ARGS (bsc#1012628). - ntb_hw_switchtec: Fix shift-out-of-bounds in switchtec_ntb_mw_set_trans (bsc#1012628). - ntb: intel: Fix using link status DB's (bsc#1012628). - riscv: fgraph: Fix stack layout to match __arch_ftrace_regs argument of ftrace_return_to_handler (bsc#1012628). - riscv: Annotate unaligned access init functions (bsc#1012628). - riscv: Fix riscv_online_cpu_vec (bsc#1012628). - riscv: Fix check_unaligned_access_all_cpus (bsc#1012628). - riscv: Change check_unaligned_access_speed_all_cpus to void (bsc#1012628). - riscv: Fix set up of cpu hotplug callbacks (bsc#1012628). - riscv: Fix set up of vector cpu hotplug callback (bsc#1012628). - firmware: cs_dsp: Ensure cs_dsp_load[_coeff]() returns 0 on success (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic breakage on ASUS VivoBook X515JA (bsc#1012628). - RISC-V: errata: Use medany for relocatable builds (bsc#1012628). - x86/uaccess: Improve performance by aligning writes to 8 bytes in copy_user_generic(), on non-FSRM/ERMS CPUs (bsc#1012628). - ublk: make sure ubq->canceling is set when queue is frozen (bsc#1012628). - s390/entry: Fix setting _CIF_MCCK_GUEST with lowcore relocation (bsc#1012628). - ASoC: codecs: rt5665: Fix some error handling paths in rt5665_probe() (bsc#1012628). - spi: cadence: Fix out-of-bounds array access in cdns_mrvl_xspi_setup_clock() (bsc#1012628). - riscv: Fix hugetlb retrieval of number of ptes in case of !present pte (bsc#1012628). - riscv/kexec_file: Handle R_RISCV_64 in purgatory relocator (bsc#1012628). - riscv/purgatory: 4B align purgatory_start (bsc#1012628). - nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer (bsc#1012628). - nvme-pci: skip nvme_write_sq_db on empty rqlist (bsc#1012628). - ASoC: imx-card: Add NULL check in imx_card_probe() (bsc#1012628). - spi: bcm2835: Do not call gpiod_put() on invalid descriptor (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic on another ASUS VivoBook model (bsc#1012628). - spi: bcm2835: Restore native CS probing when pinctrl-bcm2835 is absent (bsc#1012628). - xsk: Add launch time hardware offload support to XDP Tx metadata (bsc#1012628). - igc: Refactor empty frame insertion for launch time support (bsc#1012628). - igc: Add launch time support to XDP ZC (bsc#1012628). - igc: Fix TX drops in XDP ZC (bsc#1012628). - e1000e: change k1 configuration on MTP and later platforms (bsc#1012628). - ixgbe: fix media type detection for E610 device (bsc#1012628). - idpf: fix adapter NULL pointer dereference on reboot (bsc#1012628). - netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets only (bsc#1012628). - netfilter: nf_tables: don't unregister hook when table is dormant (bsc#1012628). - netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets (bsc#1012628). - net_sched: skbprio: Remove overly strict queue assertions (bsc#1012628). - sctp: add mutual exclusion in proc_sctp_do_udp_port() (bsc#1012628). - net: airoha: Fix qid report in airoha_tc_get_htb_get_leaf_queue() (bsc#1012628). - net: airoha: Fix ETS priomap validation (bsc#1012628). - net: mvpp2: Prevent parser TCAM memory corruption (bsc#1012628). - rtnetlink: Use register_pernet_subsys() in rtnl_net_debug_init() (bsc#1012628). - udp: Fix multiple wraparounds of sk->sk_rmem_alloc (bsc#1012628). - udp: Fix memory accounting leak (bsc#1012628). - vsock: avoid timeout during connect() if the socket is closing (bsc#1012628). - tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu() (bsc#1012628). - xsk: Fix __xsk_generic_xmit() error code when cq is full (bsc#1012628). - net: decrease cached dst counters in dst_release (bsc#1012628). - netfilter: nft_tunnel: fix geneve_opt type confusion addition (bsc#1012628). - sfc: rip out MDIO support (bsc#1012628). - sfc: fix NULL dereferences in ef100_process_design_param() (bsc#1012628). - ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS (bsc#1012628). - net: dsa: mv88e6xxx: propperly shutdown PPU re-enable timer on destroy (bsc#1012628). - net: fix geneve_opt length integer overflow (bsc#1012628). - ipv6: Start path selection from the first nexthop (bsc#1012628). - ipv6: Do not consider link down nexthops in path selection (bsc#1012628). - arcnet: Add NULL check in com20020pci_probe() (bsc#1012628). - net: ibmveth: make veth_pool_store stop hanging (bsc#1012628). - netlink: specs: rt_route: pull the ifa- prefix out of the names (bsc#1012628). - tools/power turbostat: Allow Zero return value for some RAPL registers (bsc#1012628). - kbuild: deb-pkg: don't set KBUILD_BUILD_VERSION unconditionally (bsc#1012628). - drm/xe: Fix unmet direct dependencies warning (bsc#1012628). - drm/amdgpu/gfx11: fix num_mec (bsc#1012628). - drm/amdgpu/gfx12: fix num_mec (bsc#1012628). - perf/core: Fix child_total_time_enabled accounting bug at task exit (bsc#1012628). - tools/power turbostat: report CoreThr per measurement interval (bsc#1012628). - tools/power turbostat: Restore GFX sysfs fflush() call (bsc#1012628). - staging: gpib: ni_usb console messaging cleanup (bsc#1012628). - staging: gpib: Fix Oops after disconnect in ni_usb (bsc#1012628). - staging: gpib: agilent usb console messaging cleanup (bsc#1012628). - staging: gpib: Fix Oops after disconnect in agilent usb (bsc#1012628). - tty: serial: fsl_lpuart: Use u32 and u8 for register variables (bsc#1012628). - tty: serial: fsl_lpuart: use port struct directly to simply code (bsc#1012628). - tty: serial: fsl_lpuart: Fix unused variable 'sport' build warning (bsc#1012628). - tty: serial: lpuart: only disable CTS instead of overwriting the whole UARTMODIR register (bsc#1012628). - usbnet:fix NPE during rx_complete (bsc#1012628). - rust: Fix enabling Rust and building with GCC for LoongArch (bsc#1012628). - LoongArch: Increase ARCH_DMA_MINALIGN up to 16 (bsc#1012628). - LoongArch: Increase MAX_IO_PICS up to 8 (bsc#1012628). - LoongArch: BPF: Fix off-by-one error in build_prologue() (bsc#1012628). - LoongArch: BPF: Don't override subprog's return value (bsc#1012628). - LoongArch: BPF: Use move_addr() for BPF_PSEUDO_FUNC (bsc#1012628). - x86/hyperv: Fix check of return value from snp_set_vmsa() (bsc#1012628). - KVM: x86: block KVM_CAP_SYNC_REGS if guest state is protected (bsc#1012628). - x86/microcode/AMD: Fix __apply_microcode_amd()'s return value (bsc#1012628). - x86/mce: use is_copy_from_user() to determine copy-from-user context (bsc#1012628). - x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRT (bsc#1012628). - x86/tdx: Fix arch_safe_halt() execution for TDX VMs (bsc#1012628). - ACPI: x86: Extend Lenovo Yoga Tab 3 quirk with skip GPIO event-handlers (bsc#1012628). - platform/x86: thinkpad_acpi: disable ACPI fan access for T495* and E560 (bsc#1012628). - platform/x86: ISST: Correct command storage data length (bsc#1012628). - ntb_perf: Delete duplicate dmaengine_unmap_put() call in perf_copy_chunk() (bsc#1012628). - perf/x86/intel: Apply static call for drain_pebs (bsc#1012628). - perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample read (bsc#1012628). - uprobes/x86: Harden uretprobe syscall trampoline check (bsc#1012628). - bcachefs: bch2_ioctl_subvolume_destroy() fixes (bsc#1012628). - x86/Kconfig: Add cmpxchg8b support back to Geode CPUs (bsc#1012628). - x86/tsc: Always save/restore TSC sched_clock() on suspend/resume (bsc#1012628). - x86/mm: Fix flush_tlb_range() when used for zapping normal PMDs (bsc#1012628). - ACPI: platform-profile: Fix CFI violation when accessing sysfs files (bsc#1012628). - wifi: mt76: mt7925: remove unused acpi function for clc (bsc#1012628). - acpi: nfit: fix narrowing conversion in acpi_nfit_ctl (bsc#1012628). - ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP (bsc#1012628). - ACPI: video: Handle fetching EDID as ACPI_TYPE_PACKAGE (bsc#1012628). - ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE (bsc#1012628). - ARM: 9444/1: add KEEP() keyword to ARM_VECTORS (bsc#1012628). - media: omap3isp: Handle ARM dma_iommu_mapping (bsc#1012628). - Remove unnecessary firmware version check for gc v9_4_2 (bsc#1012628). - mmc: omap: Fix memory leak in mmc_omap_new_slot (bsc#1012628). - mmc: sdhci-pxav3: set NEED_RSP_BUSY capability (bsc#1012628). - mmc: sdhci-omap: Disable MMC_CAP_AGGRESSIVE_PM for eMMC/SD (bsc#1012628). - KVM: SVM: Don't change target vCPU state on AP Creation VMGEXIT error (bsc#1012628). - ksmbd: add bounds check for durable handle context (bsc#1012628). - ksmbd: add bounds check for create lease context (bsc#1012628). - ksmbd: fix use-after-free in ksmbd_sessions_deregister() (bsc#1012628). - ksmbd: fix session use-after-free in multichannel connection (bsc#1012628). - ksmbd: fix overflow in dacloffset bounds check (bsc#1012628). - ksmbd: validate zero num_subauth before sub_auth is accessed (bsc#1012628). - ksmbd: fix null pointer dereference in alloc_preauth_hash() (bsc#1012628). - exfat: fix random stack corruption after get_block (bsc#1012628). - exfat: fix potential wrong error return from get_block (bsc#1012628). - tracing: Fix use-after-free in print_graph_function_flags during tracer switching (bsc#1012628). - tracing: Ensure module defining synth event cannot be unloaded while tracing (bsc#1012628). - tracing: Fix synth event printk format for str fields (bsc#1012628). - tracing/osnoise: Fix possible recursive locking for cpus_read_lock() (bsc#1012628). - tracing: Verify event formats that have "%*p.." (bsc#1012628). - mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAs (bsc#1012628). - arm64: Don't call NULL in do_compat_alignment_fixup() (bsc#1012628). - wifi: mt76: mt7921: fix kernel panic due to null pointer dereference (bsc#1012628). - ext4: don't over-report free space or inodes in statvfs (bsc#1012628). - ext4: fix OOB read when checking dotdot dir (bsc#1012628). - PCI/bwctrl: Fix NULL pointer dereference on bus number exhaustion (bsc#1012628). - jfs: fix slab-out-of-bounds read in ea_get() (bsc#1012628). - jfs: add index corruption check to DT_GETPAGE() (bsc#1012628). - mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead() (bsc#1012628). - exec: fix the racy usage of fs_struct->in_exec (bsc#1012628). - media: vimc: skip .s_stream() for stopped entities (bsc#1012628). - media: streamzap: fix race between device disconnection and urb callback (bsc#1012628). - nfsd: don't ignore the return code of svc_proc_register() (bsc#1012628). - nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid() (bsc#1012628). - nfsd: put dl_stid if fail to queue dl_recall (bsc#1012628). - NFSD: Add a Kconfig setting to enable delegated timestamps (bsc#1012628). - nfsd: fix management of listener transports (bsc#1012628). - NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs() (bsc#1012628). - NFSD: Never return NFS4ERR_FILE_OPEN when removing a directory (bsc#1012628). - NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up (bsc#1012628). - perf pmu: Rename name matching for no suffix or wildcard variants (bsc#1012628). - include/{topology,cpuset}: Move dl_rebuild_rd_accounting to cpuset.h (bsc#1012628). - tracing: Do not use PERF enums when perf is not defined (bsc#1012628). - ASoC: mediatek: mt6359: Fix DT parse error due to wrong child node name (bsc#1012628). - Update config files. - Rename to patches.kernel.org/6.14.2-013-EDAC-igen6-Fix-the-flood-of-invalid-error-repo.patch. - Rename to patches.kernel.org/6.14.2-257-Bluetooth-hci_event-Fix-handling-of-HCI_EV_LE_.patch. - Rename to patches.kernel.org/6.14.2-281-PCI-Use-downstream-bridges-for-distributing-re.patch. - commit b659bfa ++++ kernel-docs: - config: Disable CONFIG_LATENCYTOP (jsc#PED-12529) - commit 409aca3 - ipv6: Align behavior across nexthops during path selection (git-fixes). - commit 885421b - Linux 6.14.2 (bsc#1012628). - fs: support O_PATH fds with FSCONFIG_SET_FD (bsc#1012628). - watch_queue: fix pipe accounting mismatch (bsc#1012628). - x86/mm/pat: cpa-test: fix length for CPA_ARRAY test (bsc#1012628). - m68k: sun3: Use str_read_write() helper in mmu_emu_handle_fault() (bsc#1012628). - m68k: sun3: Fix DEBUG_MMU_EMU build (bsc#1012628). - cpufreq: scpi: compare kHz instead of Hz (bsc#1012628). - seccomp: fix the __secure_computing() stub for !HAVE_ARCH_SECCOMP_FILTER (bsc#1012628). - smack: dont compile ipv6 code unless ipv6 is configured (bsc#1012628). - smack: ipv4/ipv6: tcp/dccp/sctp: fix incorrect child socket label (bsc#1012628). - sched: Cancel the slice protection of the idle entity (bsc#1012628). - sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasks (bsc#1012628). - cpufreq: governor: Fix negative 'idle_time' handling in dbs_update() (bsc#1012628). - EDAC/{skx_common,i10nm}: Fix some missing error reports on Emerald Rapids (bsc#1012628). - x86/vdso: Fix latent bug in vclock_pages calculation (bsc#1012628). - x86/fpu: Fix guest FPU state buffer allocation size (bsc#1012628). - cpufreq/amd-pstate: Modify the min_perf calculation in adjust_perf callback (bsc#1012628). - cpufreq/amd-pstate: Pass min/max_limit_perf as min/max_perf to amd_pstate_update (bsc#1012628). - cpufreq/amd-pstate: Convert all perf values to u8 (bsc#1012628). - cpufreq/amd-pstate: Add missing NULL ptr check in amd_pstate_update (bsc#1012628). - x86/fpu: Avoid copying dynamic FP state from init_task in arch_dup_task_struct() (bsc#1012628). - rseq: Update kernel fields in lockstep with CONFIG_DEBUG_RSEQ=y (bsc#1012628). - x86/platform: Only allow CONFIG_EISA for 32-bit (bsc#1012628). - x86/sev: Add missing RIP_REL_REF() invocations during sme_enable() (bsc#1012628). - lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lock (bsc#1012628). - PM: sleep: Adjust check before setting power.must_resume (bsc#1012628). - cpufreq: tegra194: Allow building for Tegra234 (bsc#1012628). - RISC-V: KVM: Disable the kernel perf counter during configure (bsc#1012628). - kunit/stackinit: Use fill byte different from Clang i386 pattern (bsc#1012628). - watchdog/hardlockup/perf: Fix perf_event memory leak (bsc#1012628). - x86/split_lock: Fix the delayed detection logic (bsc#1012628). - selinux: Chain up tool resolving errors in install_policy.sh (bsc#1012628). - EDAC/ie31200: Fix the size of EDAC_MC_LAYER_CHIP_SELECT layer (bsc#1012628). - EDAC/ie31200: Fix the DIMM size mask for several SoCs (bsc#1012628). - EDAC/ie31200: Fix the error path order of ie31200_init() (bsc#1012628). - dma: Fix encryption bit clearing for dma_to_phys (bsc#1012628). - dma: Introduce generic dma_addr_*crypted helpers (bsc#1012628). - arm64: realm: Use aliased addresses for device DMA to shared buffers (bsc#1012628). - x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors (bsc#1012628). - cpuidle: Init cpuidle only for present CPUs (bsc#1012628). - thermal: int340x: Add NULL check for adev (bsc#1012628). - PM: sleep: Fix handling devices with direct_complete set on errors (bsc#1012628). - lockdep: Don't disable interrupts on RT in disable_irq_nosync_lockdep.*() (bsc#1012628). - cpufreq: Init cpufreq only for present CPUs (bsc#1012628). - perf/ring_buffer: Allow the EPOLLRDNORM flag for poll (bsc#1012628). - perf: Save PMU specific data in task_struct (bsc#1012628). - perf: Supply task information to sched_task() (bsc#1012628). - perf/x86/lbr: Fix shorter LBRs call stacks for the system-wide mode (bsc#1012628). - sched/deadline: Ignore special tasks when rebuilding domains (bsc#1012628). - sched/topology: Wrappers for sched_domains_mutex (bsc#1012628). - sched/deadline: Generalize unique visiting of root domains (bsc#1012628). - sched/deadline: Rebuild root domain accounting after every update (bsc#1012628). - x86/traps: Make exc_double_fault() consistently noreturn (bsc#1012628). - x86/fpu/xstate: Fix inconsistencies in guest FPU xfeatures (bsc#1012628). - x86/entry: Add __init to ia32_emulation_override_cmdline() (bsc#1012628). - RISC-V: KVM: Teardown riscv specific bits after kvm_exit (bsc#1012628). - regulator: pca9450: Fix enable register for LDO5 (bsc#1012628). - auxdisplay: MAX6959 should select BITREVERSE (bsc#1012628). - media: verisilicon: HEVC: Initialize start_bit field (bsc#1012628). - media: platform: allgro-dvt: unregister v4l2_device on the error path (bsc#1012628). - auxdisplay: panel: Fix an API misuse in panel.c (bsc#1012628). - platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: Make symbol static (bsc#1012628). - platform/x86: dell-uart-backlight: Make dell_uart_bl_serdev_driver static (bsc#1012628). - platform/x86: dell-ddv: Fix temperature calculation (bsc#1012628). - ASoC: cs35l41: check the return value from spi_setup() (bsc#1012628). - ASoC: amd: acp: Fix for enabling DMIC on acp platforms via _DSD entry (bsc#1012628). - HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER (bsc#1012628). - ASoC: simple-card-utils: Don't use __free(device_node) at graph_util_parse_dai() (bsc#1012628). - dt-bindings: vendor-prefixes: add GOcontroll (bsc#1012628). - ALSA: hda/realtek: Always honor no_shutup_pins (bsc#1012628). - ASoC: tegra: Use non-atomic timeout for ADX status register (bsc#1012628). - ASoC: ti: j721e-evm: Fix clock configuration for ti,j7200-cpb-audio compatible (bsc#1012628). - ALSA: usb-audio: separate DJM-A9 cap lvl options (bsc#1012628). - ALSA: timer: Don't take register_mutex with copy_from/to_user() (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic assignment on ASUS VivoBook X515UA (bsc#1012628). - wifi: rtw89: Correct immediate cfg_len calculation for scan_offload_be (bsc#1012628). - wifi: ath12k: fix skb_ext_desc leak in ath12k_dp_tx() error path (bsc#1012628). - wifi: ath12k: encode max Tx power in scan channel list command (bsc#1012628). - wifi: ath12k: Fix pdev lookup in WBM error processing (bsc#1012628). - wifi: ath9k: do not submit zero bytes to the entropy pool (bsc#1012628). - wifi: ath11k: fix wrong overriding for VHT Beamformee STS Capability (bsc#1012628). - arm64: dts: mediatek: mt8173-elm: Drop pmic's #address-cells and #size-cells (bsc#1012628). - arm64: dts: mediatek: mt8173: Fix some node names (bsc#1012628). - wifi: ath11k: update channel list in reg notifier instead reg worker (bsc#1012628). - ARM: dts: omap4-panda-a4: Add missing model and compatible properties (bsc#1012628). - f2fs: quota: fix to avoid warning in dquot_writeback_dquots() (bsc#1012628). - dlm: prevent NPD when writing a positive value to event_done (bsc#1012628). - wifi: ath11k: fix RCU stall while reaping monitor destination ring (bsc#1012628). - wifi: ath11k: add srng->lock for ath11k_hal_srng_* in monitor mode (bsc#1012628). - wifi: ath12k: Fix locking in "QMI firmware ready" error paths (bsc#1012628). - f2fs: fix to avoid panic once fallocation fails for pinfile (bsc#1012628). - scsi: mpt3sas: Reduce log level of ignore_delay_remove message to KERN_INFO (bsc#1012628). - md: ensure resync is prioritized over recovery (bsc#1012628). - md/raid1: fix memory leak in raid1_run() if no active rdev (bsc#1012628). - coredump: Fixes core_pipe_limit sysctl proc_handler (bsc#1012628). - io_uring/io-wq: eliminate redundant io_work_get_acct() calls (bsc#1012628). - io_uring/io-wq: cache work->flags in variable (bsc#1012628). - io_uring/io-wq: do not use bogus hash value (bsc#1012628). - io_uring: check for iowq alloc_workqueue failure (bsc#1012628). - io_uring/net: improve recv bundles (bsc#1012628). - firmware: arm_ffa: Refactor addition of partition information into XArray (bsc#1012628). - firmware: arm_ffa: Unregister the FF-A devices when cleaning up the partitions (bsc#1012628). - arm64: dts: mediatek: mt6359: fix dtbs_check error for audio-codec (bsc#1012628). - scsi: mpi3mr: Fix locking in an error path (bsc#1012628). - scsi: mpt3sas: Fix a locking bug in an error path (bsc#1012628). - can: rockchip_canfd: rkcanfd_chip_fifo_setup(): remove duplicated setup of RX FIFO (bsc#1012628). - jfs: reject on-disk inodes of an unsupported type (bsc#1012628). - jfs: add check read-only before txBeginAnon() call (bsc#1012628). - jfs: add check read-only before truncation in jfs_truncate_nolock() (bsc#1012628). - wifi: ath12k: Add missing htt_metadata flag in ath12k_dp_tx() (bsc#1012628). - wifi: rtw89: rtw8852b{t}: fix TSSI debug timestamps (bsc#1012628). - xfrm: delay initialization of offload path till its actually requested (bsc#1012628). - iommu/io-pgtable-dart: Only set subpage protection disable for DART 1 (bsc#1012628). - firmware: arm_ffa: Explicitly cast return value from FFA_VERSION before comparison (bsc#1012628). - firmware: arm_ffa: Explicitly cast return value from NOTIFICATION_INFO_GET (bsc#1012628). - arm64: dts: renesas: r8a774c0: Re-add voltages to OPP table (bsc#1012628). - arm64: dts: renesas: r8a77990: Re-add voltages to OPP table (bsc#1012628). - firmware: arm_ffa: Skip the first/partition ID when parsing vCPU list (bsc#1012628). - arm64: dts: ti: k3-j722s-evm: Fix USB2.0_MUX_SEL to select Type-C (bsc#1012628). - wifi: ath12k: use link specific bss_conf as well in ath12k_mac_vif_cache_flush() (bsc#1012628). - arm64: dts: imx8mp-skov: correct PMIC board limits (bsc#1012628). - arm64: dts: imx8mp-skov: operate CPU at 850 mV by default (bsc#1012628). - arm64: dts: mediatek: mt8390-genio-700-evk: Move common parts to dtsi (bsc#1012628). - arm64: dts: mediatek: mt8390-genio-common: Fix duplicated regulator name (bsc#1012628). - wifi: ath11k: Clear affinity hint before calling ath11k_pcic_free_irq() in error path (bsc#1012628). - wifi: ath12k: Clear affinity hint before calling ath12k_pci_free_irq() in error path (bsc#1012628). - f2fs: fix to set .discard_granularity correctly (bsc#1012628). - f2fs: add check for deleted inode (bsc#1012628). - arm64: dts: ti: k3-am62-verdin-dahlia: add Microphone Jack to sound card (bsc#1012628). - f2fs: fix potential deadloop in prepare_compress_overwrite() (bsc#1012628). - f2fs: fix to call f2fs_recover_quota_end() correctly (bsc#1012628). - md: fix mddev uaf while iterating all_mddevs list (bsc#1012628). - md/raid1,raid10: don't ignore IO flags (bsc#1012628). - md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb (bsc#1012628). - tracing: Fix DECLARE_TRACE_CONDITION (bsc#1012628). - tools/rv: Keep user LDFLAGS in build (bsc#1012628). - arm64: dts: ti: k3-am62p: Enable AUDIO_REFCLKx (bsc#1012628). - arm64: dts: ti: k3-am62p: fix pinctrl settings (bsc#1012628). - arm64: dts: ti: k3-j722s: fix pinctrl settings (bsc#1012628). - wifi: rtw89: fw: correct debug message format in rtw89_build_txpwr_trk_tbl_from_elm() (bsc#1012628). - wifi: rtw89: pci: correct ISR RDU bit for 8922AE (bsc#1012628). - blk-throttle: fix lower bps rate by throtl_trim_slice() (bsc#1012628). - soc: mediatek: mtk-mmsys: Fix MT8188 VDO1 DPI1 output selection (bsc#1012628). - soc: mediatek: mt8167-mmsys: Fix missing regval in all entries (bsc#1012628). - soc: mediatek: mt8365-mmsys: Fix routing table masks and values (bsc#1012628). - md/raid10: wait barrier before returning discard request with REQ_NOWAIT (bsc#1012628). - block: ensure correct integrity capability propagation in stacked devices (bsc#1012628). - block: Correctly initialize BLK_INTEGRITY_NOGENERATE and BLK_INTEGRITY_NOVERIFY (bsc#1012628). - badblocks: Fix error shitf ops (bsc#1012628). - badblocks: factor out a helper try_adjacent_combine (bsc#1012628). - badblocks: attempt to merge adjacent badblocks during ack_all_badblocks (bsc#1012628). - badblocks: return error directly when setting badblocks exceeds 512 (bsc#1012628). - badblocks: return error if any badblock set fails (bsc#1012628). - badblocks: fix the using of MAX_BADBLOCKS (bsc#1012628). - badblocks: fix merge issue when new badblocks align with pre+1 (bsc#1012628). - badblocks: fix missing bad blocks on retry in _badblocks_check() (bsc#1012628). - badblocks: return boolean from badblocks_set() and badblocks_clear() (bsc#1012628). - badblocks: use sector_t instead of int to avoid truncation of badblocks length (bsc#1012628). - firmware: arm_scmi: use ioread64() instead of ioread64_hi_lo() (bsc#1012628). - net: airoha: Fix lan4 support in airoha_qdma_get_gdm_port() (bsc#1012628). - iommu/amd: Fix header file (bsc#1012628). - iommu/vt-d: Fix system hang on reboot -f (bsc#1012628). - memory: mtk-smi: Add ostd setting for mt8192 (bsc#1012628). - gfs2: minor evict fix (bsc#1012628). - gfs2: skip if we cannot defer delete (bsc#1012628). - ARM: dts: imx6ul-tqma6ul1: Change include order to disable fec2 node (bsc#1012628). - arm64: dts: imx8mp: add AUDIO_AXI_CLK_ROOT to AUDIOMIX block (bsc#1012628). - arm64: dts: imx8mp: change AUDIO_AXI_CLK_ROOT freq. to 800MHz (bsc#1012628). - f2fs: fix to avoid accessing uninitialized curseg (bsc#1012628). - iommu: Handle race with default domain setup (bsc#1012628). - wifi: mac80211: remove SSID from ML reconf (bsc#1012628). - f2fs: fix to avoid running out of free segments (bsc#1012628). - block: fix adding folio to bio (bsc#1012628). - ext4: fix potential null dereference in ext4 kunit test (bsc#1012628). - ext4: convert EXT4_FLAGS_* defines to enum (bsc#1012628). - ext4: add EXT4_FLAGS_EMERGENCY_RO bit (bsc#1012628). - ext4: correct behavior under errors=remount-ro mode (bsc#1012628). - ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is set (bsc#1012628). - arm64: dts: rockchip: Move rk356x scmi SHMEM to reserved memory (bsc#1012628). - arm64: dts: rockchip: Remove bluetooth node from rock-3a (bsc#1012628). - bus: qcom-ssc-block-bus: Remove some duplicated iounmap() calls (bsc#1012628). - bus: qcom-ssc-block-bus: Fix the error handling path of qcom_ssc_block_bus_probe() (bsc#1012628). - arm64: dts: rockchip: Fix pcie reset gpio on Orange Pi 5 Max (bsc#1012628). - arm64: dts: rockchip: Fix PWM pinctrl names (bsc#1012628). - arm64: dts: rockchip: remove ethm0_clk0_25m_out from Sige5 gmac0 (bsc#1012628). - erofs: allow 16-byte volume name again (bsc#1012628). - ext4: add missing brelse() for bh2 in ext4_dx_add_entry() (bsc#1012628). - ext4: verify fast symlink length (bsc#1012628). - f2fs: fix missing discard for active segments (bsc#1012628). - scsi: hisi_sas: Fixed failure to issue vendor specific commands (bsc#1012628). - scsi: target: tcm_loop: Fix wrong abort tag (bsc#1012628). - ext4: introduce ITAIL helper (bsc#1012628). - ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all() (bsc#1012628). - ext4: goto right label 'out_mmap_sem' in ext4_setattr() (bsc#1012628). - jbd2: fix off-by-one while erasing journal (bsc#1012628). - ata: libata: Fix NCQ Non-Data log not supported print (bsc#1012628). - wifi: nl80211: store chandef on the correct link when starting CAC (bsc#1012628). - wifi: mac80211: check basic rates validity in sta_link_apply_parameters (bsc#1012628). - wifi: cfg80211: init wiphy_work before allocating rfkill fails (bsc#1012628). - wifi: mwifiex: Fix premature release of RF calibration data (bsc#1012628). - wifi: mwifiex: Fix RF calibration data download from file (bsc#1012628). - ice: health.c: fix compilation on gcc 7.5 (bsc#1012628). - ice: ensure periodic output start time is in the future (bsc#1012628). - ice: fix reservation of resources for RDMA when disabled (bsc#1012628). - virtchnl: make proto and filter action count unsigned (bsc#1012628). - ice: stop truncating queue ids when checking (bsc#1012628). - ice: validate queue quanta parameters to prevent OOB access (bsc#1012628). - ice: fix input validation for virtchnl BW (bsc#1012628). - ice: fix using untrusted value of pkt_len in ice_vc_fdir_parse_raw() (bsc#1012628). - idpf: check error for register_netdev() on init (bsc#1012628). - btrfs: get used bytes while holding lock at btrfs_reclaim_bgs_work() (bsc#1012628). - btrfs: fix reclaimed bytes accounting after automatic block group reclaim (bsc#1012628). - btrfs: fix block group refcount race in btrfs_create_pending_block_groups() (bsc#1012628). - btrfs: don't clobber ret in btrfs_validate_super() (bsc#1012628). - wifi: mt76: mt7915: fix possible integer overflows in mt7915_muru_stats_show() (bsc#1012628). - igb: reject invalid external timestamp requests for 82580-based HW (bsc#1012628). - renesas: reject PTP_STRICT_FLAGS as unsupported (bsc#1012628). - net: lan743x: reject unsupported external timestamp requests (bsc#1012628). - broadcom: fix supported flag check in periodic output function (bsc#1012628). - ptp: ocp: reject unsupported periodic output flags (bsc#1012628). - nvmet: pci-epf: Always configure BAR0 as 64-bit (bsc#1012628). - jbd2: add a missing data flush during file and fs synchronization (bsc#1012628). - ext4: define ext4_journal_destroy wrapper (bsc#1012628). - ext4: avoid journaling sb update on error if journal is destroying (bsc#1012628). - eth: bnxt: fix out-of-range access of vnic_info array (bsc#1012628). - net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF (bsc#1012628). - netfilter: nfnetlink_queue: Initialize ctx to avoid memory allocation error (bsc#1012628). - netfilter: nf_tables: Only use nf_skip_indirect_calls() when MITIGATION_RETPOLINE (bsc#1012628). - ax25: Remove broken autobind (bsc#1012628). - net/mlx5e: Fix ethtool -N flow-type ip4 to RSS context (bsc#1012628). - bnxt_en: Mask the bd_cnt field in the TX BD properly (bsc#1012628). - bnxt_en: Linearize TX SKB if the fragments exceed the max (bsc#1012628). - net: dsa: mv88e6xxx: fix atu_move_port_mask for 6341 family (bsc#1012628). - net: dsa: mv88e6xxx: enable PVT for 6321 switch (bsc#1012628). - net: dsa: mv88e6xxx: enable .port_set_policy() for 6320 family (bsc#1012628). - net: dsa: mv88e6xxx: fix VTU methods for 6320 family (bsc#1012628). - net: dsa: mv88e6xxx: enable STU methods for 6320 family (bsc#1012628). - mlxsw: spectrum_acl_bloom_filter: Workaround for some LLVM versions (bsc#1012628). - net: dsa: sja1105: fix displaced ethtool statistics counters (bsc#1012628). - net: dsa: sja1105: reject other RX filters than HWTSTAMP_FILTER_PTP_V2_L2_EVENT (bsc#1012628). - net: dsa: sja1105: fix kasan out-of-bounds warning in sja1105_table_delete_entry() (bsc#1012628). - net/mlx5: LAG, reload representors on LAG creation failure (bsc#1012628). - net/mlx5: Start health poll after enable hca (bsc#1012628). - vmxnet3: unregister xdp rxq info in the reset path (bsc#1012628). - bonding: check xdp prog when set bond mode (bsc#1012628). - ibmvnic: Use kernel helpers for hex dumps (bsc#1012628). - net: fix NULL pointer dereference in l3mdev_l3_rcv (bsc#1012628). - virtio_net: Fix endian with virtio_net_ctrl_rss (bsc#1012628). - Bluetooth: Add quirk for broken READ_VOICE_SETTING (bsc#1012628). - Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPE (bsc#1012628). - Bluetooth: btusb: Fix regression in the initialization of fake Bluetooth controllers (bsc#1012628). - Bluetooth: hci_core: Enable buffer flow control for SCO/eSCO (bsc#1012628). - Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancel (bsc#1012628). - rwonce: handle KCSAN like KASAN in read_word_at_a_time() (bsc#1012628). - net: dsa: microchip: fix DCB apptrust configuration on KSZ88x3 (bsc#1012628). - Bluetooth: btnxpuart: Fix kernel panic during FW release (bsc#1012628). - net: Fix the devmem sock opts and msgs for parisc (bsc#1012628). - net: libwx: fix Tx descriptor content for some tunnel packets (bsc#1012628). - net: libwx: fix Tx L4 checksum (bsc#1012628). - rwonce: fix crash by removing READ_ONCE() for unaligned read (bsc#1012628). - drm/bridge: ti-sn65dsi86: Fix multiple instances (bsc#1012628). - drm/ssd130x: Set SPI .id_table to prevent an SPI core warning (bsc#1012628). - accel/amdxdna: Return error when setting clock failed for npu1 (bsc#1012628). - drm/panthor: Fix a race between the reset and suspend path (bsc#1012628). - drm/ssd130x: fix ssd132x encoding (bsc#1012628). - drm/ssd130x: ensure ssd132x pitch is correct (bsc#1012628). - drm/dp_mst: Fix drm RAD print (bsc#1012628). - drm/bridge: it6505: fix HDCP V match check is not performed correctly (bsc#1012628). - drm/panthor: Fix race condition when gathering fdinfo group samples (bsc#1012628). - drm: xlnx: zynqmp: Fix max dma segment size (bsc#1012628). - drm: xlnx: zynqmp_dpsub: Add NULL check in zynqmp_audio_init (bsc#1012628). - drm: zynqmp_dp: Fix a deadlock in zynqmp_dp_ignore_hpd_set() (bsc#1012628). - drm/vkms: Fix use after free and double free on init error (bsc#1012628). - gpu: cdns-mhdp8546: fix call balance of mhdp->clk handling routines (bsc#1012628). - drm/amdgpu: refine smu send msg debug log format (bsc#1012628). - drm/amdgpu/umsch: remove vpe test from umsch (bsc#1012628). - drm/amdgpu/umsch: declare umsch firmware (bsc#1012628). - drm/amdgpu/umsch: fix ucode check (bsc#1012628). - drm/amdgpu/vcn5.0.1: use correct dpm helper (bsc#1012628). - PCI: Remove add_align overwrite unrelated to size0 (bsc#1012628). - PCI: Simplify size1 assignment logic (bsc#1012628). - PCI: Allow relaxed bridge window tail sizing for optional resources (bsc#1012628). - drm/mediatek: mtk_hdmi: Unregister audio platform device on failure (bsc#1012628). - drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size member (bsc#1012628). - drm/amdgpu: Replace Mutex with Spinlock for RLCG register access to avoid Priority Inversion in SRIOV (bsc#1012628). - PCI/ASPM: Fix link state exit during switch upstream function removal (bsc#1012628). - drm/panel: ilitek-ili9882t: fix GPIO name in error message (bsc#1012628). - PCI/ACS: Fix 'pci=config_acs=' parameter (bsc#1012628). - drm/amd/display: fix an indent issue in DML21 (bsc#1012628). - drm/msm/dpu: don't use active in atomic_check() (bsc#1012628). - drm/msm/dsi/phy: Program clock inverters in correct register (bsc#1012628). - drm/msm/dsi: Use existing per-interface slice count in DSC timing (bsc#1012628). - drm/msm/dsi: Set PHY usescase (and mode) before registering DSI host (bsc#1012628). - drm/msm/dpu: Fall back to a single DSC encoder (1:1:1) on small SoCs (bsc#1012628). - drm/msm/dpu: Remove arbitrary limit of 1 interface in DSC topology (bsc#1012628). - drm/msm/gem: Fix error code msm_parse_deps() (bsc#1012628). - drm/amdkfd: Fix Circular Locking Dependency in 'svm_range_cpu_invalidate_pagetables' (bsc#1012628). - PCI: mediatek-gen3: Configure PBUS_CSR registers for EN7581 SoC (bsc#1012628). - PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payload (bsc#1012628). - PCI: brcmstb: Set generation limit before PCIe link up (bsc#1012628). - PCI: brcmstb: Use internal register to change link capability (bsc#1012628). - PCI: brcmstb: Fix error path after a call to regulator_bulk_get() (bsc#1012628). - PCI: brcmstb: Fix potential premature regulator disabling (bsc#1012628). - selftests/pcie_bwctrl: Add 'set_pcie_speed.sh' to TEST_PROGS (bsc#1012628). - PCI/portdrv: Only disable pciehp interrupts early when needed (bsc#1012628). - PCI: Avoid reset when disabled via sysfs (bsc#1012628). - drm/msm/dpu: move needs_cdm setting to dpu_encoder_get_topology() (bsc#1012628). - drm/msm/dpu: simplify dpu_encoder_get_topology() interface (bsc#1012628). - drm/msm/dpu: don't set crtc_state->mode_changed from atomic_check() (bsc#1012628). - drm/panthor: Update CS_STATUS_ defines to correct values (bsc#1012628). - drm/file: Add fdinfo helper for printing regions with prefix (bsc#1012628). - drm/panthor: Expose size of driver internal BO's over fdinfo (bsc#1012628). - drm/panthor: Replace sleep locks with spinlocks in fdinfo path (bsc#1012628). - drm/panthor: Avoid sleep locking in the internal BO size path (bsc#1012628). - drm/panthor: Clean up FW version information display (bsc#1012628). - drm/amd/display: fix type mismatch in CalculateDynamicMetadataParameters() (bsc#1012628). - drm/msm/a6xx: Fix a6xx indexed-regs in devcoreduump (bsc#1012628). - powerpc/perf: Fix ref-counting on the PMU 'vpa_pmu' (bsc#1012628). - misc: pci_endpoint_test: Fix pci_endpoint_test_bars_read_bar() error handling (bsc#1012628). - misc: pci_endpoint_test: Handle BAR sizes larger than INT_MAX (bsc#1012628). - PCI: endpoint: pci-epf-test: Handle endianness properly (bsc#1012628). - crypto: powerpc: Mark ghashp8-ppc.o as an OBJECT_FILES_NON_STANDARD (bsc#1012628). - powerpc/kexec: fix physical address calculation in clear_utlb_entry() (bsc#1012628). - PCI: Remove stray put_device() in pci_register_host_bridge() (bsc#1012628). - PCI: xilinx-cpm: Fix IRQ domain leak in error path of probe (bsc#1012628). - drm/mediatek: Fix config_updating flag never false when no mbox channel (bsc#1012628). - drm/mediatek: dp: drm_err => dev_err in HPD path to avoid NULL ptr (bsc#1012628). - drm/mediatek: dsi: fix error codes in mtk_dsi_host_transfer() (bsc#1012628). - drm/amd/display: avoid NPD when ASIC does not support DMUB (bsc#1012628). - PCI: dwc: ep: Return -ENOMEM for allocation failures (bsc#1012628). - PCI: histb: Fix an error handling path in histb_pcie_probe() (bsc#1012628). - PCI: Fix BAR resizing when VF BARs are assigned (bsc#1012628). - drm/amdgpu/mes: optimize compute loop handling (bsc#1012628). - drm/amdgpu/mes: enable compute pipes across all MEC (bsc#1012628). - PCI: pciehp: Don't enable HPIE when resuming in poll mode (bsc#1012628). - PCI/bwctrl: Fix pcie_bwctrl_select_speed() return type (bsc#1012628). - io_uring/net: only import send_zc buffer once (bsc#1012628). - PCI: Fix NULL dereference in SR-IOV VF creation error path (bsc#1012628). - io_uring: use lockless_cq flag in io_req_complete_post() (bsc#1012628). - io_uring: fix retry handling off iowq (bsc#1012628). - fbdev: au1100fb: Move a variable assignment behind a null pointer check (bsc#1012628). - dummycon: fix default rows/cols (bsc#1012628). - mdacon: rework dependency list (bsc#1012628). - fbdev: sm501fb: Add some geometry checks (bsc#1012628). - crypto: iaa - Test the correct request flag (bsc#1012628). - crypto: qat - set parity error mask for qat_420xx (bsc#1012628). - crypto: tegra - Use separate buffer for setkey (bsc#1012628). - crypto: tegra - Do not use fixed size buffers (bsc#1012628). - crypto: tegra - check return value for hash do_one_req (bsc#1012628). - crypto: tegra - Transfer HASH init function to crypto engine (bsc#1012628). - crypto: tegra - Fix HASH intermediate result handling (bsc#1012628). - crypto: bpf - Add MODULE_DESCRIPTION for skcipher (bsc#1012628). - crypto: tegra - Use HMAC fallback when keyslots are full (bsc#1012628). - clk: amlogic: gxbb: drop incorrect flag on 32k clock (bsc#1012628). - crypto: hisilicon/sec2 - fix for aead authsize alignment (bsc#1012628). - crypto: hisilicon/sec2 - fix for sec spec check (bsc#1012628). - RDMA/mlx5: Fix page_size variable overflow (bsc#1012628). - remoteproc: core: Clear table_sz when rproc_shutdown (bsc#1012628). - of: property: Increase NR_FWNODE_REFERENCE_ARGS (bsc#1012628). - pinctrl: renesas: rzg2l: Suppress binding attributes (bsc#1012628). - remoteproc: qcom_q6v5_pas: Make single-PD handling more robust (bsc#1012628). - libbpf: Fix hypothetical STT_SECTION extern NULL deref case (bsc#1012628). - drivers: clk: qcom: ipq5424: fix the freq table of sdcc1_apps clock (bsc#1012628). - selftests/bpf: Fix string read in strncmp benchmark (bsc#1012628). - x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range() (bsc#1012628). - clk: renesas: r8a08g045: Check the source of the CPU PLL settings (bsc#1012628). - remoteproc: qcom: pas: add minidump_id to SC7280 WPSS (bsc#1012628). - clk: samsung: Fix UBSAN panic in samsung_clk_init() (bsc#1012628). - pinctrl: nuvoton: npcm8xx: Fix error handling in npcm8xx_gpio_fw() (bsc#1012628). - crypto: tegra - Fix CMAC intermediate result handling (bsc#1012628). - clk: qcom: gcc-msm8953: fix stuck venus0_core0 clock (bsc#1012628). - selftests/bpf: Fix runqslower cross-endian build (bsc#1012628). - s390: Remove ioremap_wt() and pgprot_writethrough() (bsc#1012628). - RDMA/mana_ib: Ensure variable err is initialized (bsc#1012628). - crypto: tegra - Set IV to NULL explicitly for AES ECB (bsc#1012628). - remoteproc: qcom_q6v5_pas: Use resource with CX PD for MSM8226 (bsc#1012628). - clk: qcom: gcc-x1e80100: Unregister GCC_GPU_CFG_AHB_CLK/GCC_DISP_XO_CLK (bsc#1012628). - crypto: tegra - finalize crypto req on error (bsc#1012628). - crypto: tegra - Reserve keyslots to allocate dynamically (bsc#1012628). - bpf: Use preempt_count() directly in bpf_send_signal_common() (bsc#1012628). - lib: 842: Improve error handling in sw842_compress() (bsc#1012628). - pinctrl: renesas: rza2: Fix missing of_node_put() call (bsc#1012628). - pinctrl: renesas: rzg2l: Fix missing of_node_put() call (bsc#1012628). - RDMA/mlx5: Fix MR cache initialization error flow (bsc#1012628). - selftests/bpf: Fix freplace_link segfault in tailcalls prog test (bsc#1012628). - clk: rockchip: rk3328: fix wrong clk_ref_usb3otg parent (bsc#1012628). - RDMA/core: Don't expose hw_counters outside of init net namespace (bsc#1012628). - RDMA/mlx5: Fix calculation of total invalidated pages (bsc#1012628). - RDMA/erdma: Prevent use-after-free in erdma_accept_newconn() (bsc#1012628). - remoteproc: qcom_q6v5_mss: Handle platforms with one power domain (bsc#1012628). - power: supply: bq27xxx_battery: do not update cached flags prematurely (bsc#1012628). - leds: st1202: Check for error code from devm_mutex_init() call (bsc#1012628). - crypto: api - Fix larval relookup type and mask (bsc#1012628). - IB/mad: Check available slots before posting receive WRs (bsc#1012628). - pinctrl: tegra: Set SFIO mode to Mux Register (bsc#1012628). - clk: amlogic: g12b: fix cluster A parent data (bsc#1012628). - clk: amlogic: gxbb: drop non existing 32k clock parent (bsc#1012628). - selftests/bpf: Select NUMA_NO_NODE to create map (bsc#1012628). - rust: fix signature of rust_fmt_argument (bsc#1012628). - crypto: tegra - Fix format specifier in tegra_sha_prep_cmd() (bsc#1012628). - libbpf: Add namespace for errstr making it libbpf_errstr (bsc#1012628). - clk: mmp: Fix NULL vs IS_ERR() check (bsc#1012628). - pinctrl: npcm8xx: Fix incorrect struct npcm8xx_pincfg assignment (bsc#1012628). - samples/bpf: Fix broken vmlinux path for VMLINUX_BTF (bsc#1012628). - crypto: qat - remove access to parity register for QAT GEN4 (bsc#1012628). - clk: clk-imx8mp-audiomix: fix dsp/ocram_a clock parents (bsc#1012628). - clk: amlogic: g12a: fix mmc A peripheral clock (bsc#1012628). - pinctrl: bcm2835: don't -EINVAL on alternate funcs from get_direction() (bsc#1012628). - x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1 (bsc#1012628). - power: supply: max77693: Fix wrong conversion of charge input threshold value (bsc#1012628). - crypto: api - Call crypto_alg_put in crypto_unregister_alg (bsc#1012628). - clk: stm32f4: fix an uninitialized variable (bsc#1012628). - crypto: nx - Fix uninitialised hv_nxc on error (bsc#1012628). - clk: qcom: gcc-sm8650: Do not turn off USB GDSCs during gdsc_disable() (bsc#1012628). - bpf: Fix array bounds error with may_goto (bsc#1012628). - RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow (bsc#1012628). - pinctrl: renesas: rzv2m: Fix missing of_node_put() call (bsc#1012628). - clk: qcom: ipq5424: fix software and hardware flow control error of UART (bsc#1012628). - mfd: sm501: Switch to BIT() to mitigate integer overflows (bsc#1012628). - leds: Fix LED_OFF brightness race (bsc#1012628). - x86/dumpstack: Fix inaccurate unwinding from exception stacks due to misplaced assignment (bsc#1012628). - RDMA/core: Fix use-after-free when rename device name (bsc#1012628). - crypto: hisilicon/sec2 - fix for aead auth key length (bsc#1012628). - pinctrl: intel: Fix wrong bypass assignment in intel_pinctrl_probe_pwm() (bsc#1012628). - clk: qcom: mmcc-sdm660: fix stuck video_subcore0 clock (bsc#1012628). - libbpf: Fix accessing BTF.ext core_relo header (bsc#1012628). - perf stat: Fix find_stat for mixed legacy/non-legacy events (bsc#1012628). - perf: Always feature test reallocarray (bsc#1012628). - w1: fix NULL pointer dereference in probe (bsc#1012628). - staging: gpib: Add missing interface entry point (bsc#1012628). - staging: gpib: Fix pr_err format warning (bsc#1012628). - usb: typec: thunderbolt: Fix loops that iterate TYPEC_PLUG_SOP_P and TYPEC_PLUG_SOP_PP (bsc#1012628). - usb: typec: thunderbolt: Remove IS_ERR check for plug (bsc#1012628). - iio: dac: adi-axi-dac: modify stream enable (bsc#1012628). - perf test: Fix Hwmon PMU test endianess issue (bsc#1012628). - perf stat: Don't merge counters purely on name (bsc#1012628). - fs/ntfs3: Factor out ntfs_{create/remove}_procdir() (bsc#1012628). - fs/ntfs3: Factor out ntfs_{create/remove}_proc_root() (bsc#1012628). - fs/ntfs3: Fix 'proc_info_root' leak when init ntfs failed (bsc#1012628). - fs/ntfs3: Update inode->i_mapping->a_ops on compression state (bsc#1012628). - iio: light: veml6030: extend regmap to support regfields (bsc#1012628). - iio: gts-helper: export iio_gts_get_total_gain() (bsc#1012628). - iio: light: veml6030: fix scale to conform to ABI (bsc#1012628). - iio: adc: ad7124: Micro-optimize channel disabling (bsc#1012628). - iio: adc: ad7124: Really disable all channels at probe time (bsc#1012628). - phy: phy-rockchip-samsung-hdptx: Don't use dt aliases to determine phy-id (bsc#1012628). - perf tools: Add skip check in tool_pmu__event_to_str() (bsc#1012628). - isofs: fix KMSAN uninit-value bug in do_isofs_readdir() (bsc#1012628). - perf tests: Fix Tool PMU test segfault (bsc#1012628). - soundwire: slave: fix an OF node reference leak in soundwire slave device (bsc#1012628). - staging: gpib: Fix cb7210 pcmcia Oops (bsc#1012628). - perf report: Switch data file correctly in TUI (bsc#1012628). - perf report: Fix input reload/switch with symbol sort key (bsc#1012628). - greybus: gb-beagleplay: Add error handling for gb_greybus_init (bsc#1012628). - coresight: catu: Fix number of pages while using 64k pages (bsc#1012628). - vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpoint (bsc#1012628). - coresight-etm4x: add isb() before reading the TRCSTATR (bsc#1012628). - perf pmus: Restructure pmu_read_sysfs to scan fewer PMUs (bsc#1012628). - perf pmu: Dynamically allocate tool PMU (bsc#1012628). - perf pmu: Don't double count common sysfs and json events (bsc#1012628). - tools/x86: Fix linux/unaligned.h include path in lib/insn.c (bsc#1012628). - perf build: Fix in-tree build due to symbolic link (bsc#1012628). - ucsi_ccg: Don't show failed to get FW build information error (bsc#1012628). - iio: accel: mma8452: Ensure error return on failure to matching oversampling ratio (bsc#1012628). - iio: accel: msa311: Fix failure to release runtime pm if direct mode claim fails (bsc#1012628). - iio: backend: make sure to NULL terminate stack buffer (bsc#1012628). - iio: core: Rework claim and release of direct mode to work with sparse (bsc#1012628). - iio: adc: ad7173: Grab direct mode for calibration (bsc#1012628). - iio: adc: ad7192: Grab direct mode for calibration (bsc#1012628). - perf arm-spe: Fix load-store operation checking (bsc#1012628). - perf bench: Fix perf bench syscall loop count (bsc#1012628). - perf machine: Fixup kernel maps ends after adding extra maps (bsc#1012628). - usb: xhci: correct debug message page size calculation (bsc#1012628). - fs/ntfs3: Fix a couple integer overflows on 32bit systems (bsc#1012628). - fs/ntfs3: Prevent integer overflow in hdr_first_de() (bsc#1012628). - perf test: Add timeout to datasym workload (bsc#1012628). - perf tests: Fix data symbol test with LTO builds (bsc#1012628). - NFSD: Fix callback decoder status codes (bsc#1012628). - soundwire: take in count the bandwidth of a prepared stream (bsc#1012628). - dmaengine: fsl-edma: cleanup chan after dma_async_device_unregister (bsc#1012628). - dmaengine: fsl-edma: free irq correctly in remove path (bsc#1012628). - dmaengine: ae4dma: Use the MSI count and its corresponding IRQ number (bsc#1012628). - dmaengine: ptdma: Utilize the AE4DMA engine's multi-queue functionality (bsc#1012628). - iio: adc: ad_sigma_delta: Disable channel after calibration (bsc#1012628). - iio: adc: ad4130: Fix comparison of channel setups (bsc#1012628). - iio: adc: ad7124: Fix comparison of channel configs (bsc#1012628). - iio: adc: ad7173: Fix comparison of channel configs (bsc#1012628). - iio: adc: ad7768-1: set MOSI idle state to prevent accidental reset (bsc#1012628). - iio: light: Add check for array bounds in veml6075_read_int_time_ms (bsc#1012628). - perf debug: Avoid stack overflow in recursive error message (bsc#1012628). - perf evlist: Add success path to evlist__create_syswide_maps (bsc#1012628). - perf evsel: tp_format accessing improvements (bsc#1012628). - perf x86/topdown: Fix topdown leader sampling test error on hybrid (bsc#1012628). - perf units: Fix insufficient array space (bsc#1012628). - perf test stat_all_pmu.sh: Correctly check 'perf stat' result (bsc#1012628). - kernel/events/uprobes: handle device-exclusive entries correctly in __replace_page() (bsc#1012628). - kexec: initialize ELF lowest address to ULONG_MAX (bsc#1012628). - ocfs2: validate l_tree_depth to avoid out-of-bounds access (bsc#1012628). - reboot: replace __hw_protection_shutdown bool action parameter with an enum (bsc#1012628). - reboot: reboot, not shutdown, on hw_protection_reboot timeout (bsc#1012628). - arch/powerpc: drop GENERIC_PTDUMP from mpc885_ads_defconfig (bsc#1012628). - writeback: let trace_balance_dirty_pages() take struct dtc as parameter (bsc#1012628). - writeback: fix calculations in trace_balance_dirty_pages() for cgwb (bsc#1012628). - scripts/gdb/linux/symbols.py: address changes to module_sect_attrs (bsc#1012628). - NFSv4: Don't trigger uneccessary scans for return-on-close delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for returning delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for expired delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for delayed delegations (bsc#1012628). - NFS: fix open_owner_id_maxsz and related fields (bsc#1012628). - fuse: fix dax truncate/punch_hole fault path (bsc#1012628). - selftests/mm/cow: fix the incorrect error handling (bsc#1012628). - um: Pass the correct Rust target and options with gcc (bsc#1012628). - um: remove copy_from_kernel_nofault_allowed (bsc#1012628). - um: hostfs: avoid issues on inode number reuse by host (bsc#1012628). - i3c: master: svc: Fix missing the IBI rules (bsc#1012628). - perf python: Fixup description of sample.id event member (bsc#1012628). - perf python: Decrement the refcount of just created event on failure (bsc#1012628). - perf python: Don't keep a raw_data pointer to consumed ring buffer space (bsc#1012628). - perf python: Check if there is space to copy all the event (bsc#1012628). - perf dso: fix dso__is_kallsyms() check (bsc#1012628). - perf: intel-tpebs: Fix incorrect usage of zfree() (bsc#1012628). - perf pmu: Handle memory failure in tool_pmu__new() (bsc#1012628). - staging: rtl8723bs: select CONFIG_CRYPTO_LIB_AES (bsc#1012628). - staging: vchiq_arm: Register debugfs after cdev (bsc#1012628). - staging: vchiq_arm: Fix possible NPR of keep-alive thread (bsc#1012628). - staging: vchiq_arm: Stop kthreads if vchiq cdev register fails (bsc#1012628). - tty: n_tty: use uint for space returned by tty_write_room() (bsc#1012628). - perf vendor events arm64 AmpereOneX: Fix frontend_bound calculation (bsc#1012628). - fs/procfs: fix the comment above proc_pid_wchan() (bsc#1012628). - perf tools: Fix is_compat_mode build break in ppc64 (bsc#1012628). - perf tools: annotate asm_pure_loop.S (bsc#1012628). - perf bpf-filter: Fix a parsing error with comma (bsc#1012628). - objtool: Handle various symbol types of rodata (bsc#1012628). - objtool: Handle different entry size of rodata (bsc#1012628). - objtool: Handle PC relative relocation type (bsc#1012628). - objtool: Fix detection of consecutive jump tables on Clang 20 (bsc#1012628). - thermal: core: Remove duplicate struct declaration (bsc#1012628). - objtool, spi: amd: Fix out-of-bounds stack access in amd_set_spi_freq() (bsc#1012628). - objtool, nvmet: Fix out-of-bounds stack access in nvmet_ctrl_state_show() (bsc#1012628). - objtool, media: dib8000: Prevent divide-by-zero in dib8000_set_dds() (bsc#1012628). - NFS: Shut down the nfs_client only after all the superblocks (bsc#1012628). - smb: client: Fix netns refcount imbalance causing leaks and use-after-free (bsc#1012628). - exfat: fix the infinite loop in exfat_find_last_cluster() (bsc#1012628). - exfat: fix missing shutdown check (bsc#1012628). - rtnetlink: Allocate vfinfo size for VF GUIDs when supported (bsc#1012628). - rndis_host: Flag RNDIS modems as WWAN devices (bsc#1012628). - ksmbd: use aead_request_free to match aead_request_alloc (bsc#1012628). - ksmbd: fix multichannel connection failure (bsc#1012628). - ksmbd: fix r_count dec/increment mismatch (bsc#1012628). - net/mlx5e: SHAMPO, Make reserved size independent of page size (bsc#1012628). - ring-buffer: Fix bytes_dropped calculation issue (bsc#1012628). - objtool: Fix segfault in ignore_unreachable_insn() (bsc#1012628). - LoongArch: Fix help text of CMDLINE_EXTEND in Kconfig (bsc#1012628). - LoongArch: Fix device node refcount leak in fdt_cpu_clk_init() (bsc#1012628). - LoongArch: Rework the arch_kgdb_breakpoint() implementation (bsc#1012628). - ACPI: processor: idle: Return an error if both P_LVL{2,3} idle states are invalid (bsc#1012628). - net: phy: broadcom: Correct BCM5221 PHY model detection (bsc#1012628). - octeontx2-af: Fix mbox INTR handler when num VFs > 64 (bsc#1012628). - octeontx2-af: Free NIX_AF_INT_VEC_GEN irq (bsc#1012628). - objtool: Fix verbose disassembly if CROSS_COMPILE isn't set (bsc#1012628). - sched/smt: Always inline sched_smt_active() (bsc#1012628). - context_tracking: Always inline ct_{nmi,irq}_{enter,exit}() (bsc#1012628). - rcu-tasks: Always inline rcu_irq_work_resched() (bsc#1012628). - objtool/loongarch: Add unwind hints in prepare_frametrace() (bsc#1012628). - nfs: Add missing release on error in nfs_lock_and_join_requests() (bsc#1012628). - rtc: renesas-rtca3: Disable interrupts only if the RTC is enabled (bsc#1012628). - spufs: fix a leak on spufs_new_file() failure (bsc#1012628). - spufs: fix gang directory lifetimes (bsc#1012628). - spufs: fix a leak in spufs_create_context() (bsc#1012628). - fs/9p: fix NULL pointer dereference on mkdir (bsc#1012628). - riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_call_ra (bsc#1012628). - riscv: Fix the __riscv_copy_vec_words_unaligned implementation (bsc#1012628). - riscv: Fix missing __free_pages() in check_vector_unaligned_access() (bsc#1012628). - riscv: fgraph: Select HAVE_FUNCTION_GRAPH_TRACER depends on HAVE_DYNAMIC_FTRACE_WITH_ARGS (bsc#1012628). - ntb_hw_switchtec: Fix shift-out-of-bounds in switchtec_ntb_mw_set_trans (bsc#1012628). - ntb: intel: Fix using link status DB's (bsc#1012628). - riscv: fgraph: Fix stack layout to match __arch_ftrace_regs argument of ftrace_return_to_handler (bsc#1012628). - riscv: Annotate unaligned access init functions (bsc#1012628). - riscv: Fix riscv_online_cpu_vec (bsc#1012628). - riscv: Fix check_unaligned_access_all_cpus (bsc#1012628). - riscv: Change check_unaligned_access_speed_all_cpus to void (bsc#1012628). - riscv: Fix set up of cpu hotplug callbacks (bsc#1012628). - riscv: Fix set up of vector cpu hotplug callback (bsc#1012628). - firmware: cs_dsp: Ensure cs_dsp_load[_coeff]() returns 0 on success (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic breakage on ASUS VivoBook X515JA (bsc#1012628). - RISC-V: errata: Use medany for relocatable builds (bsc#1012628). - x86/uaccess: Improve performance by aligning writes to 8 bytes in copy_user_generic(), on non-FSRM/ERMS CPUs (bsc#1012628). - ublk: make sure ubq->canceling is set when queue is frozen (bsc#1012628). - s390/entry: Fix setting _CIF_MCCK_GUEST with lowcore relocation (bsc#1012628). - ASoC: codecs: rt5665: Fix some error handling paths in rt5665_probe() (bsc#1012628). - spi: cadence: Fix out-of-bounds array access in cdns_mrvl_xspi_setup_clock() (bsc#1012628). - riscv: Fix hugetlb retrieval of number of ptes in case of !present pte (bsc#1012628). - riscv/kexec_file: Handle R_RISCV_64 in purgatory relocator (bsc#1012628). - riscv/purgatory: 4B align purgatory_start (bsc#1012628). - nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer (bsc#1012628). - nvme-pci: skip nvme_write_sq_db on empty rqlist (bsc#1012628). - ASoC: imx-card: Add NULL check in imx_card_probe() (bsc#1012628). - spi: bcm2835: Do not call gpiod_put() on invalid descriptor (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic on another ASUS VivoBook model (bsc#1012628). - spi: bcm2835: Restore native CS probing when pinctrl-bcm2835 is absent (bsc#1012628). - xsk: Add launch time hardware offload support to XDP Tx metadata (bsc#1012628). - igc: Refactor empty frame insertion for launch time support (bsc#1012628). - igc: Add launch time support to XDP ZC (bsc#1012628). - igc: Fix TX drops in XDP ZC (bsc#1012628). - e1000e: change k1 configuration on MTP and later platforms (bsc#1012628). - ixgbe: fix media type detection for E610 device (bsc#1012628). - idpf: fix adapter NULL pointer dereference on reboot (bsc#1012628). - netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets only (bsc#1012628). - netfilter: nf_tables: don't unregister hook when table is dormant (bsc#1012628). - netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets (bsc#1012628). - net_sched: skbprio: Remove overly strict queue assertions (bsc#1012628). - sctp: add mutual exclusion in proc_sctp_do_udp_port() (bsc#1012628). - net: airoha: Fix qid report in airoha_tc_get_htb_get_leaf_queue() (bsc#1012628). - net: airoha: Fix ETS priomap validation (bsc#1012628). - net: mvpp2: Prevent parser TCAM memory corruption (bsc#1012628). - rtnetlink: Use register_pernet_subsys() in rtnl_net_debug_init() (bsc#1012628). - udp: Fix multiple wraparounds of sk->sk_rmem_alloc (bsc#1012628). - udp: Fix memory accounting leak (bsc#1012628). - vsock: avoid timeout during connect() if the socket is closing (bsc#1012628). - tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu() (bsc#1012628). - xsk: Fix __xsk_generic_xmit() error code when cq is full (bsc#1012628). - net: decrease cached dst counters in dst_release (bsc#1012628). - netfilter: nft_tunnel: fix geneve_opt type confusion addition (bsc#1012628). - sfc: rip out MDIO support (bsc#1012628). - sfc: fix NULL dereferences in ef100_process_design_param() (bsc#1012628). - ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS (bsc#1012628). - net: dsa: mv88e6xxx: propperly shutdown PPU re-enable timer on destroy (bsc#1012628). - net: fix geneve_opt length integer overflow (bsc#1012628). - ipv6: Start path selection from the first nexthop (bsc#1012628). - ipv6: Do not consider link down nexthops in path selection (bsc#1012628). - arcnet: Add NULL check in com20020pci_probe() (bsc#1012628). - net: ibmveth: make veth_pool_store stop hanging (bsc#1012628). - netlink: specs: rt_route: pull the ifa- prefix out of the names (bsc#1012628). - tools/power turbostat: Allow Zero return value for some RAPL registers (bsc#1012628). - kbuild: deb-pkg: don't set KBUILD_BUILD_VERSION unconditionally (bsc#1012628). - drm/xe: Fix unmet direct dependencies warning (bsc#1012628). - drm/amdgpu/gfx11: fix num_mec (bsc#1012628). - drm/amdgpu/gfx12: fix num_mec (bsc#1012628). - perf/core: Fix child_total_time_enabled accounting bug at task exit (bsc#1012628). - tools/power turbostat: report CoreThr per measurement interval (bsc#1012628). - tools/power turbostat: Restore GFX sysfs fflush() call (bsc#1012628). - staging: gpib: ni_usb console messaging cleanup (bsc#1012628). - staging: gpib: Fix Oops after disconnect in ni_usb (bsc#1012628). - staging: gpib: agilent usb console messaging cleanup (bsc#1012628). - staging: gpib: Fix Oops after disconnect in agilent usb (bsc#1012628). - tty: serial: fsl_lpuart: Use u32 and u8 for register variables (bsc#1012628). - tty: serial: fsl_lpuart: use port struct directly to simply code (bsc#1012628). - tty: serial: fsl_lpuart: Fix unused variable 'sport' build warning (bsc#1012628). - tty: serial: lpuart: only disable CTS instead of overwriting the whole UARTMODIR register (bsc#1012628). - usbnet:fix NPE during rx_complete (bsc#1012628). - rust: Fix enabling Rust and building with GCC for LoongArch (bsc#1012628). - LoongArch: Increase ARCH_DMA_MINALIGN up to 16 (bsc#1012628). - LoongArch: Increase MAX_IO_PICS up to 8 (bsc#1012628). - LoongArch: BPF: Fix off-by-one error in build_prologue() (bsc#1012628). - LoongArch: BPF: Don't override subprog's return value (bsc#1012628). - LoongArch: BPF: Use move_addr() for BPF_PSEUDO_FUNC (bsc#1012628). - x86/hyperv: Fix check of return value from snp_set_vmsa() (bsc#1012628). - KVM: x86: block KVM_CAP_SYNC_REGS if guest state is protected (bsc#1012628). - x86/microcode/AMD: Fix __apply_microcode_amd()'s return value (bsc#1012628). - x86/mce: use is_copy_from_user() to determine copy-from-user context (bsc#1012628). - x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRT (bsc#1012628). - x86/tdx: Fix arch_safe_halt() execution for TDX VMs (bsc#1012628). - ACPI: x86: Extend Lenovo Yoga Tab 3 quirk with skip GPIO event-handlers (bsc#1012628). - platform/x86: thinkpad_acpi: disable ACPI fan access for T495* and E560 (bsc#1012628). - platform/x86: ISST: Correct command storage data length (bsc#1012628). - ntb_perf: Delete duplicate dmaengine_unmap_put() call in perf_copy_chunk() (bsc#1012628). - perf/x86/intel: Apply static call for drain_pebs (bsc#1012628). - perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample read (bsc#1012628). - uprobes/x86: Harden uretprobe syscall trampoline check (bsc#1012628). - bcachefs: bch2_ioctl_subvolume_destroy() fixes (bsc#1012628). - x86/Kconfig: Add cmpxchg8b support back to Geode CPUs (bsc#1012628). - x86/tsc: Always save/restore TSC sched_clock() on suspend/resume (bsc#1012628). - x86/mm: Fix flush_tlb_range() when used for zapping normal PMDs (bsc#1012628). - ACPI: platform-profile: Fix CFI violation when accessing sysfs files (bsc#1012628). - wifi: mt76: mt7925: remove unused acpi function for clc (bsc#1012628). - acpi: nfit: fix narrowing conversion in acpi_nfit_ctl (bsc#1012628). - ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP (bsc#1012628). - ACPI: video: Handle fetching EDID as ACPI_TYPE_PACKAGE (bsc#1012628). - ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE (bsc#1012628). - ARM: 9444/1: add KEEP() keyword to ARM_VECTORS (bsc#1012628). - media: omap3isp: Handle ARM dma_iommu_mapping (bsc#1012628). - Remove unnecessary firmware version check for gc v9_4_2 (bsc#1012628). - mmc: omap: Fix memory leak in mmc_omap_new_slot (bsc#1012628). - mmc: sdhci-pxav3: set NEED_RSP_BUSY capability (bsc#1012628). - mmc: sdhci-omap: Disable MMC_CAP_AGGRESSIVE_PM for eMMC/SD (bsc#1012628). - KVM: SVM: Don't change target vCPU state on AP Creation VMGEXIT error (bsc#1012628). - ksmbd: add bounds check for durable handle context (bsc#1012628). - ksmbd: add bounds check for create lease context (bsc#1012628). - ksmbd: fix use-after-free in ksmbd_sessions_deregister() (bsc#1012628). - ksmbd: fix session use-after-free in multichannel connection (bsc#1012628). - ksmbd: fix overflow in dacloffset bounds check (bsc#1012628). - ksmbd: validate zero num_subauth before sub_auth is accessed (bsc#1012628). - ksmbd: fix null pointer dereference in alloc_preauth_hash() (bsc#1012628). - exfat: fix random stack corruption after get_block (bsc#1012628). - exfat: fix potential wrong error return from get_block (bsc#1012628). - tracing: Fix use-after-free in print_graph_function_flags during tracer switching (bsc#1012628). - tracing: Ensure module defining synth event cannot be unloaded while tracing (bsc#1012628). - tracing: Fix synth event printk format for str fields (bsc#1012628). - tracing/osnoise: Fix possible recursive locking for cpus_read_lock() (bsc#1012628). - tracing: Verify event formats that have "%*p.." (bsc#1012628). - mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAs (bsc#1012628). - arm64: Don't call NULL in do_compat_alignment_fixup() (bsc#1012628). - wifi: mt76: mt7921: fix kernel panic due to null pointer dereference (bsc#1012628). - ext4: don't over-report free space or inodes in statvfs (bsc#1012628). - ext4: fix OOB read when checking dotdot dir (bsc#1012628). - PCI/bwctrl: Fix NULL pointer dereference on bus number exhaustion (bsc#1012628). - jfs: fix slab-out-of-bounds read in ea_get() (bsc#1012628). - jfs: add index corruption check to DT_GETPAGE() (bsc#1012628). - mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead() (bsc#1012628). - exec: fix the racy usage of fs_struct->in_exec (bsc#1012628). - media: vimc: skip .s_stream() for stopped entities (bsc#1012628). - media: streamzap: fix race between device disconnection and urb callback (bsc#1012628). - nfsd: don't ignore the return code of svc_proc_register() (bsc#1012628). - nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid() (bsc#1012628). - nfsd: put dl_stid if fail to queue dl_recall (bsc#1012628). - NFSD: Add a Kconfig setting to enable delegated timestamps (bsc#1012628). - nfsd: fix management of listener transports (bsc#1012628). - NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs() (bsc#1012628). - NFSD: Never return NFS4ERR_FILE_OPEN when removing a directory (bsc#1012628). - NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up (bsc#1012628). - perf pmu: Rename name matching for no suffix or wildcard variants (bsc#1012628). - include/{topology,cpuset}: Move dl_rebuild_rd_accounting to cpuset.h (bsc#1012628). - tracing: Do not use PERF enums when perf is not defined (bsc#1012628). - ASoC: mediatek: mt6359: Fix DT parse error due to wrong child node name (bsc#1012628). - Update config files. - Rename to patches.kernel.org/6.14.2-013-EDAC-igen6-Fix-the-flood-of-invalid-error-repo.patch. - Rename to patches.kernel.org/6.14.2-257-Bluetooth-hci_event-Fix-handling-of-HCI_EV_LE_.patch. - Rename to patches.kernel.org/6.14.2-281-PCI-Use-downstream-bridges-for-distributing-re.patch. - commit b659bfa ++++ kernel-firmware-i915: - Update to version 20250410 (git commit 6a006cef10ce): * xe: Update GUC to v70.44.1 for BMG and LNL * i915: Update GUC to v70.44.1 for i915 platforms ++++ kernel-kvmsmall: - config: Disable CONFIG_LATENCYTOP (jsc#PED-12529) - commit 409aca3 - ipv6: Align behavior across nexthops during path selection (git-fixes). - commit 885421b - Linux 6.14.2 (bsc#1012628). - fs: support O_PATH fds with FSCONFIG_SET_FD (bsc#1012628). - watch_queue: fix pipe accounting mismatch (bsc#1012628). - x86/mm/pat: cpa-test: fix length for CPA_ARRAY test (bsc#1012628). - m68k: sun3: Use str_read_write() helper in mmu_emu_handle_fault() (bsc#1012628). - m68k: sun3: Fix DEBUG_MMU_EMU build (bsc#1012628). - cpufreq: scpi: compare kHz instead of Hz (bsc#1012628). - seccomp: fix the __secure_computing() stub for !HAVE_ARCH_SECCOMP_FILTER (bsc#1012628). - smack: dont compile ipv6 code unless ipv6 is configured (bsc#1012628). - smack: ipv4/ipv6: tcp/dccp/sctp: fix incorrect child socket label (bsc#1012628). - sched: Cancel the slice protection of the idle entity (bsc#1012628). - sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasks (bsc#1012628). - cpufreq: governor: Fix negative 'idle_time' handling in dbs_update() (bsc#1012628). - EDAC/{skx_common,i10nm}: Fix some missing error reports on Emerald Rapids (bsc#1012628). - x86/vdso: Fix latent bug in vclock_pages calculation (bsc#1012628). - x86/fpu: Fix guest FPU state buffer allocation size (bsc#1012628). - cpufreq/amd-pstate: Modify the min_perf calculation in adjust_perf callback (bsc#1012628). - cpufreq/amd-pstate: Pass min/max_limit_perf as min/max_perf to amd_pstate_update (bsc#1012628). - cpufreq/amd-pstate: Convert all perf values to u8 (bsc#1012628). - cpufreq/amd-pstate: Add missing NULL ptr check in amd_pstate_update (bsc#1012628). - x86/fpu: Avoid copying dynamic FP state from init_task in arch_dup_task_struct() (bsc#1012628). - rseq: Update kernel fields in lockstep with CONFIG_DEBUG_RSEQ=y (bsc#1012628). - x86/platform: Only allow CONFIG_EISA for 32-bit (bsc#1012628). - x86/sev: Add missing RIP_REL_REF() invocations during sme_enable() (bsc#1012628). - lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lock (bsc#1012628). - PM: sleep: Adjust check before setting power.must_resume (bsc#1012628). - cpufreq: tegra194: Allow building for Tegra234 (bsc#1012628). - RISC-V: KVM: Disable the kernel perf counter during configure (bsc#1012628). - kunit/stackinit: Use fill byte different from Clang i386 pattern (bsc#1012628). - watchdog/hardlockup/perf: Fix perf_event memory leak (bsc#1012628). - x86/split_lock: Fix the delayed detection logic (bsc#1012628). - selinux: Chain up tool resolving errors in install_policy.sh (bsc#1012628). - EDAC/ie31200: Fix the size of EDAC_MC_LAYER_CHIP_SELECT layer (bsc#1012628). - EDAC/ie31200: Fix the DIMM size mask for several SoCs (bsc#1012628). - EDAC/ie31200: Fix the error path order of ie31200_init() (bsc#1012628). - dma: Fix encryption bit clearing for dma_to_phys (bsc#1012628). - dma: Introduce generic dma_addr_*crypted helpers (bsc#1012628). - arm64: realm: Use aliased addresses for device DMA to shared buffers (bsc#1012628). - x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors (bsc#1012628). - cpuidle: Init cpuidle only for present CPUs (bsc#1012628). - thermal: int340x: Add NULL check for adev (bsc#1012628). - PM: sleep: Fix handling devices with direct_complete set on errors (bsc#1012628). - lockdep: Don't disable interrupts on RT in disable_irq_nosync_lockdep.*() (bsc#1012628). - cpufreq: Init cpufreq only for present CPUs (bsc#1012628). - perf/ring_buffer: Allow the EPOLLRDNORM flag for poll (bsc#1012628). - perf: Save PMU specific data in task_struct (bsc#1012628). - perf: Supply task information to sched_task() (bsc#1012628). - perf/x86/lbr: Fix shorter LBRs call stacks for the system-wide mode (bsc#1012628). - sched/deadline: Ignore special tasks when rebuilding domains (bsc#1012628). - sched/topology: Wrappers for sched_domains_mutex (bsc#1012628). - sched/deadline: Generalize unique visiting of root domains (bsc#1012628). - sched/deadline: Rebuild root domain accounting after every update (bsc#1012628). - x86/traps: Make exc_double_fault() consistently noreturn (bsc#1012628). - x86/fpu/xstate: Fix inconsistencies in guest FPU xfeatures (bsc#1012628). - x86/entry: Add __init to ia32_emulation_override_cmdline() (bsc#1012628). - RISC-V: KVM: Teardown riscv specific bits after kvm_exit (bsc#1012628). - regulator: pca9450: Fix enable register for LDO5 (bsc#1012628). - auxdisplay: MAX6959 should select BITREVERSE (bsc#1012628). - media: verisilicon: HEVC: Initialize start_bit field (bsc#1012628). - media: platform: allgro-dvt: unregister v4l2_device on the error path (bsc#1012628). - auxdisplay: panel: Fix an API misuse in panel.c (bsc#1012628). - platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: Make symbol static (bsc#1012628). - platform/x86: dell-uart-backlight: Make dell_uart_bl_serdev_driver static (bsc#1012628). - platform/x86: dell-ddv: Fix temperature calculation (bsc#1012628). - ASoC: cs35l41: check the return value from spi_setup() (bsc#1012628). - ASoC: amd: acp: Fix for enabling DMIC on acp platforms via _DSD entry (bsc#1012628). - HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER (bsc#1012628). - ASoC: simple-card-utils: Don't use __free(device_node) at graph_util_parse_dai() (bsc#1012628). - dt-bindings: vendor-prefixes: add GOcontroll (bsc#1012628). - ALSA: hda/realtek: Always honor no_shutup_pins (bsc#1012628). - ASoC: tegra: Use non-atomic timeout for ADX status register (bsc#1012628). - ASoC: ti: j721e-evm: Fix clock configuration for ti,j7200-cpb-audio compatible (bsc#1012628). - ALSA: usb-audio: separate DJM-A9 cap lvl options (bsc#1012628). - ALSA: timer: Don't take register_mutex with copy_from/to_user() (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic assignment on ASUS VivoBook X515UA (bsc#1012628). - wifi: rtw89: Correct immediate cfg_len calculation for scan_offload_be (bsc#1012628). - wifi: ath12k: fix skb_ext_desc leak in ath12k_dp_tx() error path (bsc#1012628). - wifi: ath12k: encode max Tx power in scan channel list command (bsc#1012628). - wifi: ath12k: Fix pdev lookup in WBM error processing (bsc#1012628). - wifi: ath9k: do not submit zero bytes to the entropy pool (bsc#1012628). - wifi: ath11k: fix wrong overriding for VHT Beamformee STS Capability (bsc#1012628). - arm64: dts: mediatek: mt8173-elm: Drop pmic's #address-cells and #size-cells (bsc#1012628). - arm64: dts: mediatek: mt8173: Fix some node names (bsc#1012628). - wifi: ath11k: update channel list in reg notifier instead reg worker (bsc#1012628). - ARM: dts: omap4-panda-a4: Add missing model and compatible properties (bsc#1012628). - f2fs: quota: fix to avoid warning in dquot_writeback_dquots() (bsc#1012628). - dlm: prevent NPD when writing a positive value to event_done (bsc#1012628). - wifi: ath11k: fix RCU stall while reaping monitor destination ring (bsc#1012628). - wifi: ath11k: add srng->lock for ath11k_hal_srng_* in monitor mode (bsc#1012628). - wifi: ath12k: Fix locking in "QMI firmware ready" error paths (bsc#1012628). - f2fs: fix to avoid panic once fallocation fails for pinfile (bsc#1012628). - scsi: mpt3sas: Reduce log level of ignore_delay_remove message to KERN_INFO (bsc#1012628). - md: ensure resync is prioritized over recovery (bsc#1012628). - md/raid1: fix memory leak in raid1_run() if no active rdev (bsc#1012628). - coredump: Fixes core_pipe_limit sysctl proc_handler (bsc#1012628). - io_uring/io-wq: eliminate redundant io_work_get_acct() calls (bsc#1012628). - io_uring/io-wq: cache work->flags in variable (bsc#1012628). - io_uring/io-wq: do not use bogus hash value (bsc#1012628). - io_uring: check for iowq alloc_workqueue failure (bsc#1012628). - io_uring/net: improve recv bundles (bsc#1012628). - firmware: arm_ffa: Refactor addition of partition information into XArray (bsc#1012628). - firmware: arm_ffa: Unregister the FF-A devices when cleaning up the partitions (bsc#1012628). - arm64: dts: mediatek: mt6359: fix dtbs_check error for audio-codec (bsc#1012628). - scsi: mpi3mr: Fix locking in an error path (bsc#1012628). - scsi: mpt3sas: Fix a locking bug in an error path (bsc#1012628). - can: rockchip_canfd: rkcanfd_chip_fifo_setup(): remove duplicated setup of RX FIFO (bsc#1012628). - jfs: reject on-disk inodes of an unsupported type (bsc#1012628). - jfs: add check read-only before txBeginAnon() call (bsc#1012628). - jfs: add check read-only before truncation in jfs_truncate_nolock() (bsc#1012628). - wifi: ath12k: Add missing htt_metadata flag in ath12k_dp_tx() (bsc#1012628). - wifi: rtw89: rtw8852b{t}: fix TSSI debug timestamps (bsc#1012628). - xfrm: delay initialization of offload path till its actually requested (bsc#1012628). - iommu/io-pgtable-dart: Only set subpage protection disable for DART 1 (bsc#1012628). - firmware: arm_ffa: Explicitly cast return value from FFA_VERSION before comparison (bsc#1012628). - firmware: arm_ffa: Explicitly cast return value from NOTIFICATION_INFO_GET (bsc#1012628). - arm64: dts: renesas: r8a774c0: Re-add voltages to OPP table (bsc#1012628). - arm64: dts: renesas: r8a77990: Re-add voltages to OPP table (bsc#1012628). - firmware: arm_ffa: Skip the first/partition ID when parsing vCPU list (bsc#1012628). - arm64: dts: ti: k3-j722s-evm: Fix USB2.0_MUX_SEL to select Type-C (bsc#1012628). - wifi: ath12k: use link specific bss_conf as well in ath12k_mac_vif_cache_flush() (bsc#1012628). - arm64: dts: imx8mp-skov: correct PMIC board limits (bsc#1012628). - arm64: dts: imx8mp-skov: operate CPU at 850 mV by default (bsc#1012628). - arm64: dts: mediatek: mt8390-genio-700-evk: Move common parts to dtsi (bsc#1012628). - arm64: dts: mediatek: mt8390-genio-common: Fix duplicated regulator name (bsc#1012628). - wifi: ath11k: Clear affinity hint before calling ath11k_pcic_free_irq() in error path (bsc#1012628). - wifi: ath12k: Clear affinity hint before calling ath12k_pci_free_irq() in error path (bsc#1012628). - f2fs: fix to set .discard_granularity correctly (bsc#1012628). - f2fs: add check for deleted inode (bsc#1012628). - arm64: dts: ti: k3-am62-verdin-dahlia: add Microphone Jack to sound card (bsc#1012628). - f2fs: fix potential deadloop in prepare_compress_overwrite() (bsc#1012628). - f2fs: fix to call f2fs_recover_quota_end() correctly (bsc#1012628). - md: fix mddev uaf while iterating all_mddevs list (bsc#1012628). - md/raid1,raid10: don't ignore IO flags (bsc#1012628). - md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb (bsc#1012628). - tracing: Fix DECLARE_TRACE_CONDITION (bsc#1012628). - tools/rv: Keep user LDFLAGS in build (bsc#1012628). - arm64: dts: ti: k3-am62p: Enable AUDIO_REFCLKx (bsc#1012628). - arm64: dts: ti: k3-am62p: fix pinctrl settings (bsc#1012628). - arm64: dts: ti: k3-j722s: fix pinctrl settings (bsc#1012628). - wifi: rtw89: fw: correct debug message format in rtw89_build_txpwr_trk_tbl_from_elm() (bsc#1012628). - wifi: rtw89: pci: correct ISR RDU bit for 8922AE (bsc#1012628). - blk-throttle: fix lower bps rate by throtl_trim_slice() (bsc#1012628). - soc: mediatek: mtk-mmsys: Fix MT8188 VDO1 DPI1 output selection (bsc#1012628). - soc: mediatek: mt8167-mmsys: Fix missing regval in all entries (bsc#1012628). - soc: mediatek: mt8365-mmsys: Fix routing table masks and values (bsc#1012628). - md/raid10: wait barrier before returning discard request with REQ_NOWAIT (bsc#1012628). - block: ensure correct integrity capability propagation in stacked devices (bsc#1012628). - block: Correctly initialize BLK_INTEGRITY_NOGENERATE and BLK_INTEGRITY_NOVERIFY (bsc#1012628). - badblocks: Fix error shitf ops (bsc#1012628). - badblocks: factor out a helper try_adjacent_combine (bsc#1012628). - badblocks: attempt to merge adjacent badblocks during ack_all_badblocks (bsc#1012628). - badblocks: return error directly when setting badblocks exceeds 512 (bsc#1012628). - badblocks: return error if any badblock set fails (bsc#1012628). - badblocks: fix the using of MAX_BADBLOCKS (bsc#1012628). - badblocks: fix merge issue when new badblocks align with pre+1 (bsc#1012628). - badblocks: fix missing bad blocks on retry in _badblocks_check() (bsc#1012628). - badblocks: return boolean from badblocks_set() and badblocks_clear() (bsc#1012628). - badblocks: use sector_t instead of int to avoid truncation of badblocks length (bsc#1012628). - firmware: arm_scmi: use ioread64() instead of ioread64_hi_lo() (bsc#1012628). - net: airoha: Fix lan4 support in airoha_qdma_get_gdm_port() (bsc#1012628). - iommu/amd: Fix header file (bsc#1012628). - iommu/vt-d: Fix system hang on reboot -f (bsc#1012628). - memory: mtk-smi: Add ostd setting for mt8192 (bsc#1012628). - gfs2: minor evict fix (bsc#1012628). - gfs2: skip if we cannot defer delete (bsc#1012628). - ARM: dts: imx6ul-tqma6ul1: Change include order to disable fec2 node (bsc#1012628). - arm64: dts: imx8mp: add AUDIO_AXI_CLK_ROOT to AUDIOMIX block (bsc#1012628). - arm64: dts: imx8mp: change AUDIO_AXI_CLK_ROOT freq. to 800MHz (bsc#1012628). - f2fs: fix to avoid accessing uninitialized curseg (bsc#1012628). - iommu: Handle race with default domain setup (bsc#1012628). - wifi: mac80211: remove SSID from ML reconf (bsc#1012628). - f2fs: fix to avoid running out of free segments (bsc#1012628). - block: fix adding folio to bio (bsc#1012628). - ext4: fix potential null dereference in ext4 kunit test (bsc#1012628). - ext4: convert EXT4_FLAGS_* defines to enum (bsc#1012628). - ext4: add EXT4_FLAGS_EMERGENCY_RO bit (bsc#1012628). - ext4: correct behavior under errors=remount-ro mode (bsc#1012628). - ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is set (bsc#1012628). - arm64: dts: rockchip: Move rk356x scmi SHMEM to reserved memory (bsc#1012628). - arm64: dts: rockchip: Remove bluetooth node from rock-3a (bsc#1012628). - bus: qcom-ssc-block-bus: Remove some duplicated iounmap() calls (bsc#1012628). - bus: qcom-ssc-block-bus: Fix the error handling path of qcom_ssc_block_bus_probe() (bsc#1012628). - arm64: dts: rockchip: Fix pcie reset gpio on Orange Pi 5 Max (bsc#1012628). - arm64: dts: rockchip: Fix PWM pinctrl names (bsc#1012628). - arm64: dts: rockchip: remove ethm0_clk0_25m_out from Sige5 gmac0 (bsc#1012628). - erofs: allow 16-byte volume name again (bsc#1012628). - ext4: add missing brelse() for bh2 in ext4_dx_add_entry() (bsc#1012628). - ext4: verify fast symlink length (bsc#1012628). - f2fs: fix missing discard for active segments (bsc#1012628). - scsi: hisi_sas: Fixed failure to issue vendor specific commands (bsc#1012628). - scsi: target: tcm_loop: Fix wrong abort tag (bsc#1012628). - ext4: introduce ITAIL helper (bsc#1012628). - ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all() (bsc#1012628). - ext4: goto right label 'out_mmap_sem' in ext4_setattr() (bsc#1012628). - jbd2: fix off-by-one while erasing journal (bsc#1012628). - ata: libata: Fix NCQ Non-Data log not supported print (bsc#1012628). - wifi: nl80211: store chandef on the correct link when starting CAC (bsc#1012628). - wifi: mac80211: check basic rates validity in sta_link_apply_parameters (bsc#1012628). - wifi: cfg80211: init wiphy_work before allocating rfkill fails (bsc#1012628). - wifi: mwifiex: Fix premature release of RF calibration data (bsc#1012628). - wifi: mwifiex: Fix RF calibration data download from file (bsc#1012628). - ice: health.c: fix compilation on gcc 7.5 (bsc#1012628). - ice: ensure periodic output start time is in the future (bsc#1012628). - ice: fix reservation of resources for RDMA when disabled (bsc#1012628). - virtchnl: make proto and filter action count unsigned (bsc#1012628). - ice: stop truncating queue ids when checking (bsc#1012628). - ice: validate queue quanta parameters to prevent OOB access (bsc#1012628). - ice: fix input validation for virtchnl BW (bsc#1012628). - ice: fix using untrusted value of pkt_len in ice_vc_fdir_parse_raw() (bsc#1012628). - idpf: check error for register_netdev() on init (bsc#1012628). - btrfs: get used bytes while holding lock at btrfs_reclaim_bgs_work() (bsc#1012628). - btrfs: fix reclaimed bytes accounting after automatic block group reclaim (bsc#1012628). - btrfs: fix block group refcount race in btrfs_create_pending_block_groups() (bsc#1012628). - btrfs: don't clobber ret in btrfs_validate_super() (bsc#1012628). - wifi: mt76: mt7915: fix possible integer overflows in mt7915_muru_stats_show() (bsc#1012628). - igb: reject invalid external timestamp requests for 82580-based HW (bsc#1012628). - renesas: reject PTP_STRICT_FLAGS as unsupported (bsc#1012628). - net: lan743x: reject unsupported external timestamp requests (bsc#1012628). - broadcom: fix supported flag check in periodic output function (bsc#1012628). - ptp: ocp: reject unsupported periodic output flags (bsc#1012628). - nvmet: pci-epf: Always configure BAR0 as 64-bit (bsc#1012628). - jbd2: add a missing data flush during file and fs synchronization (bsc#1012628). - ext4: define ext4_journal_destroy wrapper (bsc#1012628). - ext4: avoid journaling sb update on error if journal is destroying (bsc#1012628). - eth: bnxt: fix out-of-range access of vnic_info array (bsc#1012628). - net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF (bsc#1012628). - netfilter: nfnetlink_queue: Initialize ctx to avoid memory allocation error (bsc#1012628). - netfilter: nf_tables: Only use nf_skip_indirect_calls() when MITIGATION_RETPOLINE (bsc#1012628). - ax25: Remove broken autobind (bsc#1012628). - net/mlx5e: Fix ethtool -N flow-type ip4 to RSS context (bsc#1012628). - bnxt_en: Mask the bd_cnt field in the TX BD properly (bsc#1012628). - bnxt_en: Linearize TX SKB if the fragments exceed the max (bsc#1012628). - net: dsa: mv88e6xxx: fix atu_move_port_mask for 6341 family (bsc#1012628). - net: dsa: mv88e6xxx: enable PVT for 6321 switch (bsc#1012628). - net: dsa: mv88e6xxx: enable .port_set_policy() for 6320 family (bsc#1012628). - net: dsa: mv88e6xxx: fix VTU methods for 6320 family (bsc#1012628). - net: dsa: mv88e6xxx: enable STU methods for 6320 family (bsc#1012628). - mlxsw: spectrum_acl_bloom_filter: Workaround for some LLVM versions (bsc#1012628). - net: dsa: sja1105: fix displaced ethtool statistics counters (bsc#1012628). - net: dsa: sja1105: reject other RX filters than HWTSTAMP_FILTER_PTP_V2_L2_EVENT (bsc#1012628). - net: dsa: sja1105: fix kasan out-of-bounds warning in sja1105_table_delete_entry() (bsc#1012628). - net/mlx5: LAG, reload representors on LAG creation failure (bsc#1012628). - net/mlx5: Start health poll after enable hca (bsc#1012628). - vmxnet3: unregister xdp rxq info in the reset path (bsc#1012628). - bonding: check xdp prog when set bond mode (bsc#1012628). - ibmvnic: Use kernel helpers for hex dumps (bsc#1012628). - net: fix NULL pointer dereference in l3mdev_l3_rcv (bsc#1012628). - virtio_net: Fix endian with virtio_net_ctrl_rss (bsc#1012628). - Bluetooth: Add quirk for broken READ_VOICE_SETTING (bsc#1012628). - Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPE (bsc#1012628). - Bluetooth: btusb: Fix regression in the initialization of fake Bluetooth controllers (bsc#1012628). - Bluetooth: hci_core: Enable buffer flow control for SCO/eSCO (bsc#1012628). - Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancel (bsc#1012628). - rwonce: handle KCSAN like KASAN in read_word_at_a_time() (bsc#1012628). - net: dsa: microchip: fix DCB apptrust configuration on KSZ88x3 (bsc#1012628). - Bluetooth: btnxpuart: Fix kernel panic during FW release (bsc#1012628). - net: Fix the devmem sock opts and msgs for parisc (bsc#1012628). - net: libwx: fix Tx descriptor content for some tunnel packets (bsc#1012628). - net: libwx: fix Tx L4 checksum (bsc#1012628). - rwonce: fix crash by removing READ_ONCE() for unaligned read (bsc#1012628). - drm/bridge: ti-sn65dsi86: Fix multiple instances (bsc#1012628). - drm/ssd130x: Set SPI .id_table to prevent an SPI core warning (bsc#1012628). - accel/amdxdna: Return error when setting clock failed for npu1 (bsc#1012628). - drm/panthor: Fix a race between the reset and suspend path (bsc#1012628). - drm/ssd130x: fix ssd132x encoding (bsc#1012628). - drm/ssd130x: ensure ssd132x pitch is correct (bsc#1012628). - drm/dp_mst: Fix drm RAD print (bsc#1012628). - drm/bridge: it6505: fix HDCP V match check is not performed correctly (bsc#1012628). - drm/panthor: Fix race condition when gathering fdinfo group samples (bsc#1012628). - drm: xlnx: zynqmp: Fix max dma segment size (bsc#1012628). - drm: xlnx: zynqmp_dpsub: Add NULL check in zynqmp_audio_init (bsc#1012628). - drm: zynqmp_dp: Fix a deadlock in zynqmp_dp_ignore_hpd_set() (bsc#1012628). - drm/vkms: Fix use after free and double free on init error (bsc#1012628). - gpu: cdns-mhdp8546: fix call balance of mhdp->clk handling routines (bsc#1012628). - drm/amdgpu: refine smu send msg debug log format (bsc#1012628). - drm/amdgpu/umsch: remove vpe test from umsch (bsc#1012628). - drm/amdgpu/umsch: declare umsch firmware (bsc#1012628). - drm/amdgpu/umsch: fix ucode check (bsc#1012628). - drm/amdgpu/vcn5.0.1: use correct dpm helper (bsc#1012628). - PCI: Remove add_align overwrite unrelated to size0 (bsc#1012628). - PCI: Simplify size1 assignment logic (bsc#1012628). - PCI: Allow relaxed bridge window tail sizing for optional resources (bsc#1012628). - drm/mediatek: mtk_hdmi: Unregister audio platform device on failure (bsc#1012628). - drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size member (bsc#1012628). - drm/amdgpu: Replace Mutex with Spinlock for RLCG register access to avoid Priority Inversion in SRIOV (bsc#1012628). - PCI/ASPM: Fix link state exit during switch upstream function removal (bsc#1012628). - drm/panel: ilitek-ili9882t: fix GPIO name in error message (bsc#1012628). - PCI/ACS: Fix 'pci=config_acs=' parameter (bsc#1012628). - drm/amd/display: fix an indent issue in DML21 (bsc#1012628). - drm/msm/dpu: don't use active in atomic_check() (bsc#1012628). - drm/msm/dsi/phy: Program clock inverters in correct register (bsc#1012628). - drm/msm/dsi: Use existing per-interface slice count in DSC timing (bsc#1012628). - drm/msm/dsi: Set PHY usescase (and mode) before registering DSI host (bsc#1012628). - drm/msm/dpu: Fall back to a single DSC encoder (1:1:1) on small SoCs (bsc#1012628). - drm/msm/dpu: Remove arbitrary limit of 1 interface in DSC topology (bsc#1012628). - drm/msm/gem: Fix error code msm_parse_deps() (bsc#1012628). - drm/amdkfd: Fix Circular Locking Dependency in 'svm_range_cpu_invalidate_pagetables' (bsc#1012628). - PCI: mediatek-gen3: Configure PBUS_CSR registers for EN7581 SoC (bsc#1012628). - PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payload (bsc#1012628). - PCI: brcmstb: Set generation limit before PCIe link up (bsc#1012628). - PCI: brcmstb: Use internal register to change link capability (bsc#1012628). - PCI: brcmstb: Fix error path after a call to regulator_bulk_get() (bsc#1012628). - PCI: brcmstb: Fix potential premature regulator disabling (bsc#1012628). - selftests/pcie_bwctrl: Add 'set_pcie_speed.sh' to TEST_PROGS (bsc#1012628). - PCI/portdrv: Only disable pciehp interrupts early when needed (bsc#1012628). - PCI: Avoid reset when disabled via sysfs (bsc#1012628). - drm/msm/dpu: move needs_cdm setting to dpu_encoder_get_topology() (bsc#1012628). - drm/msm/dpu: simplify dpu_encoder_get_topology() interface (bsc#1012628). - drm/msm/dpu: don't set crtc_state->mode_changed from atomic_check() (bsc#1012628). - drm/panthor: Update CS_STATUS_ defines to correct values (bsc#1012628). - drm/file: Add fdinfo helper for printing regions with prefix (bsc#1012628). - drm/panthor: Expose size of driver internal BO's over fdinfo (bsc#1012628). - drm/panthor: Replace sleep locks with spinlocks in fdinfo path (bsc#1012628). - drm/panthor: Avoid sleep locking in the internal BO size path (bsc#1012628). - drm/panthor: Clean up FW version information display (bsc#1012628). - drm/amd/display: fix type mismatch in CalculateDynamicMetadataParameters() (bsc#1012628). - drm/msm/a6xx: Fix a6xx indexed-regs in devcoreduump (bsc#1012628). - powerpc/perf: Fix ref-counting on the PMU 'vpa_pmu' (bsc#1012628). - misc: pci_endpoint_test: Fix pci_endpoint_test_bars_read_bar() error handling (bsc#1012628). - misc: pci_endpoint_test: Handle BAR sizes larger than INT_MAX (bsc#1012628). - PCI: endpoint: pci-epf-test: Handle endianness properly (bsc#1012628). - crypto: powerpc: Mark ghashp8-ppc.o as an OBJECT_FILES_NON_STANDARD (bsc#1012628). - powerpc/kexec: fix physical address calculation in clear_utlb_entry() (bsc#1012628). - PCI: Remove stray put_device() in pci_register_host_bridge() (bsc#1012628). - PCI: xilinx-cpm: Fix IRQ domain leak in error path of probe (bsc#1012628). - drm/mediatek: Fix config_updating flag never false when no mbox channel (bsc#1012628). - drm/mediatek: dp: drm_err => dev_err in HPD path to avoid NULL ptr (bsc#1012628). - drm/mediatek: dsi: fix error codes in mtk_dsi_host_transfer() (bsc#1012628). - drm/amd/display: avoid NPD when ASIC does not support DMUB (bsc#1012628). - PCI: dwc: ep: Return -ENOMEM for allocation failures (bsc#1012628). - PCI: histb: Fix an error handling path in histb_pcie_probe() (bsc#1012628). - PCI: Fix BAR resizing when VF BARs are assigned (bsc#1012628). - drm/amdgpu/mes: optimize compute loop handling (bsc#1012628). - drm/amdgpu/mes: enable compute pipes across all MEC (bsc#1012628). - PCI: pciehp: Don't enable HPIE when resuming in poll mode (bsc#1012628). - PCI/bwctrl: Fix pcie_bwctrl_select_speed() return type (bsc#1012628). - io_uring/net: only import send_zc buffer once (bsc#1012628). - PCI: Fix NULL dereference in SR-IOV VF creation error path (bsc#1012628). - io_uring: use lockless_cq flag in io_req_complete_post() (bsc#1012628). - io_uring: fix retry handling off iowq (bsc#1012628). - fbdev: au1100fb: Move a variable assignment behind a null pointer check (bsc#1012628). - dummycon: fix default rows/cols (bsc#1012628). - mdacon: rework dependency list (bsc#1012628). - fbdev: sm501fb: Add some geometry checks (bsc#1012628). - crypto: iaa - Test the correct request flag (bsc#1012628). - crypto: qat - set parity error mask for qat_420xx (bsc#1012628). - crypto: tegra - Use separate buffer for setkey (bsc#1012628). - crypto: tegra - Do not use fixed size buffers (bsc#1012628). - crypto: tegra - check return value for hash do_one_req (bsc#1012628). - crypto: tegra - Transfer HASH init function to crypto engine (bsc#1012628). - crypto: tegra - Fix HASH intermediate result handling (bsc#1012628). - crypto: bpf - Add MODULE_DESCRIPTION for skcipher (bsc#1012628). - crypto: tegra - Use HMAC fallback when keyslots are full (bsc#1012628). - clk: amlogic: gxbb: drop incorrect flag on 32k clock (bsc#1012628). - crypto: hisilicon/sec2 - fix for aead authsize alignment (bsc#1012628). - crypto: hisilicon/sec2 - fix for sec spec check (bsc#1012628). - RDMA/mlx5: Fix page_size variable overflow (bsc#1012628). - remoteproc: core: Clear table_sz when rproc_shutdown (bsc#1012628). - of: property: Increase NR_FWNODE_REFERENCE_ARGS (bsc#1012628). - pinctrl: renesas: rzg2l: Suppress binding attributes (bsc#1012628). - remoteproc: qcom_q6v5_pas: Make single-PD handling more robust (bsc#1012628). - libbpf: Fix hypothetical STT_SECTION extern NULL deref case (bsc#1012628). - drivers: clk: qcom: ipq5424: fix the freq table of sdcc1_apps clock (bsc#1012628). - selftests/bpf: Fix string read in strncmp benchmark (bsc#1012628). - x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range() (bsc#1012628). - clk: renesas: r8a08g045: Check the source of the CPU PLL settings (bsc#1012628). - remoteproc: qcom: pas: add minidump_id to SC7280 WPSS (bsc#1012628). - clk: samsung: Fix UBSAN panic in samsung_clk_init() (bsc#1012628). - pinctrl: nuvoton: npcm8xx: Fix error handling in npcm8xx_gpio_fw() (bsc#1012628). - crypto: tegra - Fix CMAC intermediate result handling (bsc#1012628). - clk: qcom: gcc-msm8953: fix stuck venus0_core0 clock (bsc#1012628). - selftests/bpf: Fix runqslower cross-endian build (bsc#1012628). - s390: Remove ioremap_wt() and pgprot_writethrough() (bsc#1012628). - RDMA/mana_ib: Ensure variable err is initialized (bsc#1012628). - crypto: tegra - Set IV to NULL explicitly for AES ECB (bsc#1012628). - remoteproc: qcom_q6v5_pas: Use resource with CX PD for MSM8226 (bsc#1012628). - clk: qcom: gcc-x1e80100: Unregister GCC_GPU_CFG_AHB_CLK/GCC_DISP_XO_CLK (bsc#1012628). - crypto: tegra - finalize crypto req on error (bsc#1012628). - crypto: tegra - Reserve keyslots to allocate dynamically (bsc#1012628). - bpf: Use preempt_count() directly in bpf_send_signal_common() (bsc#1012628). - lib: 842: Improve error handling in sw842_compress() (bsc#1012628). - pinctrl: renesas: rza2: Fix missing of_node_put() call (bsc#1012628). - pinctrl: renesas: rzg2l: Fix missing of_node_put() call (bsc#1012628). - RDMA/mlx5: Fix MR cache initialization error flow (bsc#1012628). - selftests/bpf: Fix freplace_link segfault in tailcalls prog test (bsc#1012628). - clk: rockchip: rk3328: fix wrong clk_ref_usb3otg parent (bsc#1012628). - RDMA/core: Don't expose hw_counters outside of init net namespace (bsc#1012628). - RDMA/mlx5: Fix calculation of total invalidated pages (bsc#1012628). - RDMA/erdma: Prevent use-after-free in erdma_accept_newconn() (bsc#1012628). - remoteproc: qcom_q6v5_mss: Handle platforms with one power domain (bsc#1012628). - power: supply: bq27xxx_battery: do not update cached flags prematurely (bsc#1012628). - leds: st1202: Check for error code from devm_mutex_init() call (bsc#1012628). - crypto: api - Fix larval relookup type and mask (bsc#1012628). - IB/mad: Check available slots before posting receive WRs (bsc#1012628). - pinctrl: tegra: Set SFIO mode to Mux Register (bsc#1012628). - clk: amlogic: g12b: fix cluster A parent data (bsc#1012628). - clk: amlogic: gxbb: drop non existing 32k clock parent (bsc#1012628). - selftests/bpf: Select NUMA_NO_NODE to create map (bsc#1012628). - rust: fix signature of rust_fmt_argument (bsc#1012628). - crypto: tegra - Fix format specifier in tegra_sha_prep_cmd() (bsc#1012628). - libbpf: Add namespace for errstr making it libbpf_errstr (bsc#1012628). - clk: mmp: Fix NULL vs IS_ERR() check (bsc#1012628). - pinctrl: npcm8xx: Fix incorrect struct npcm8xx_pincfg assignment (bsc#1012628). - samples/bpf: Fix broken vmlinux path for VMLINUX_BTF (bsc#1012628). - crypto: qat - remove access to parity register for QAT GEN4 (bsc#1012628). - clk: clk-imx8mp-audiomix: fix dsp/ocram_a clock parents (bsc#1012628). - clk: amlogic: g12a: fix mmc A peripheral clock (bsc#1012628). - pinctrl: bcm2835: don't -EINVAL on alternate funcs from get_direction() (bsc#1012628). - x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1 (bsc#1012628). - power: supply: max77693: Fix wrong conversion of charge input threshold value (bsc#1012628). - crypto: api - Call crypto_alg_put in crypto_unregister_alg (bsc#1012628). - clk: stm32f4: fix an uninitialized variable (bsc#1012628). - crypto: nx - Fix uninitialised hv_nxc on error (bsc#1012628). - clk: qcom: gcc-sm8650: Do not turn off USB GDSCs during gdsc_disable() (bsc#1012628). - bpf: Fix array bounds error with may_goto (bsc#1012628). - RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow (bsc#1012628). - pinctrl: renesas: rzv2m: Fix missing of_node_put() call (bsc#1012628). - clk: qcom: ipq5424: fix software and hardware flow control error of UART (bsc#1012628). - mfd: sm501: Switch to BIT() to mitigate integer overflows (bsc#1012628). - leds: Fix LED_OFF brightness race (bsc#1012628). - x86/dumpstack: Fix inaccurate unwinding from exception stacks due to misplaced assignment (bsc#1012628). - RDMA/core: Fix use-after-free when rename device name (bsc#1012628). - crypto: hisilicon/sec2 - fix for aead auth key length (bsc#1012628). - pinctrl: intel: Fix wrong bypass assignment in intel_pinctrl_probe_pwm() (bsc#1012628). - clk: qcom: mmcc-sdm660: fix stuck video_subcore0 clock (bsc#1012628). - libbpf: Fix accessing BTF.ext core_relo header (bsc#1012628). - perf stat: Fix find_stat for mixed legacy/non-legacy events (bsc#1012628). - perf: Always feature test reallocarray (bsc#1012628). - w1: fix NULL pointer dereference in probe (bsc#1012628). - staging: gpib: Add missing interface entry point (bsc#1012628). - staging: gpib: Fix pr_err format warning (bsc#1012628). - usb: typec: thunderbolt: Fix loops that iterate TYPEC_PLUG_SOP_P and TYPEC_PLUG_SOP_PP (bsc#1012628). - usb: typec: thunderbolt: Remove IS_ERR check for plug (bsc#1012628). - iio: dac: adi-axi-dac: modify stream enable (bsc#1012628). - perf test: Fix Hwmon PMU test endianess issue (bsc#1012628). - perf stat: Don't merge counters purely on name (bsc#1012628). - fs/ntfs3: Factor out ntfs_{create/remove}_procdir() (bsc#1012628). - fs/ntfs3: Factor out ntfs_{create/remove}_proc_root() (bsc#1012628). - fs/ntfs3: Fix 'proc_info_root' leak when init ntfs failed (bsc#1012628). - fs/ntfs3: Update inode->i_mapping->a_ops on compression state (bsc#1012628). - iio: light: veml6030: extend regmap to support regfields (bsc#1012628). - iio: gts-helper: export iio_gts_get_total_gain() (bsc#1012628). - iio: light: veml6030: fix scale to conform to ABI (bsc#1012628). - iio: adc: ad7124: Micro-optimize channel disabling (bsc#1012628). - iio: adc: ad7124: Really disable all channels at probe time (bsc#1012628). - phy: phy-rockchip-samsung-hdptx: Don't use dt aliases to determine phy-id (bsc#1012628). - perf tools: Add skip check in tool_pmu__event_to_str() (bsc#1012628). - isofs: fix KMSAN uninit-value bug in do_isofs_readdir() (bsc#1012628). - perf tests: Fix Tool PMU test segfault (bsc#1012628). - soundwire: slave: fix an OF node reference leak in soundwire slave device (bsc#1012628). - staging: gpib: Fix cb7210 pcmcia Oops (bsc#1012628). - perf report: Switch data file correctly in TUI (bsc#1012628). - perf report: Fix input reload/switch with symbol sort key (bsc#1012628). - greybus: gb-beagleplay: Add error handling for gb_greybus_init (bsc#1012628). - coresight: catu: Fix number of pages while using 64k pages (bsc#1012628). - vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpoint (bsc#1012628). - coresight-etm4x: add isb() before reading the TRCSTATR (bsc#1012628). - perf pmus: Restructure pmu_read_sysfs to scan fewer PMUs (bsc#1012628). - perf pmu: Dynamically allocate tool PMU (bsc#1012628). - perf pmu: Don't double count common sysfs and json events (bsc#1012628). - tools/x86: Fix linux/unaligned.h include path in lib/insn.c (bsc#1012628). - perf build: Fix in-tree build due to symbolic link (bsc#1012628). - ucsi_ccg: Don't show failed to get FW build information error (bsc#1012628). - iio: accel: mma8452: Ensure error return on failure to matching oversampling ratio (bsc#1012628). - iio: accel: msa311: Fix failure to release runtime pm if direct mode claim fails (bsc#1012628). - iio: backend: make sure to NULL terminate stack buffer (bsc#1012628). - iio: core: Rework claim and release of direct mode to work with sparse (bsc#1012628). - iio: adc: ad7173: Grab direct mode for calibration (bsc#1012628). - iio: adc: ad7192: Grab direct mode for calibration (bsc#1012628). - perf arm-spe: Fix load-store operation checking (bsc#1012628). - perf bench: Fix perf bench syscall loop count (bsc#1012628). - perf machine: Fixup kernel maps ends after adding extra maps (bsc#1012628). - usb: xhci: correct debug message page size calculation (bsc#1012628). - fs/ntfs3: Fix a couple integer overflows on 32bit systems (bsc#1012628). - fs/ntfs3: Prevent integer overflow in hdr_first_de() (bsc#1012628). - perf test: Add timeout to datasym workload (bsc#1012628). - perf tests: Fix data symbol test with LTO builds (bsc#1012628). - NFSD: Fix callback decoder status codes (bsc#1012628). - soundwire: take in count the bandwidth of a prepared stream (bsc#1012628). - dmaengine: fsl-edma: cleanup chan after dma_async_device_unregister (bsc#1012628). - dmaengine: fsl-edma: free irq correctly in remove path (bsc#1012628). - dmaengine: ae4dma: Use the MSI count and its corresponding IRQ number (bsc#1012628). - dmaengine: ptdma: Utilize the AE4DMA engine's multi-queue functionality (bsc#1012628). - iio: adc: ad_sigma_delta: Disable channel after calibration (bsc#1012628). - iio: adc: ad4130: Fix comparison of channel setups (bsc#1012628). - iio: adc: ad7124: Fix comparison of channel configs (bsc#1012628). - iio: adc: ad7173: Fix comparison of channel configs (bsc#1012628). - iio: adc: ad7768-1: set MOSI idle state to prevent accidental reset (bsc#1012628). - iio: light: Add check for array bounds in veml6075_read_int_time_ms (bsc#1012628). - perf debug: Avoid stack overflow in recursive error message (bsc#1012628). - perf evlist: Add success path to evlist__create_syswide_maps (bsc#1012628). - perf evsel: tp_format accessing improvements (bsc#1012628). - perf x86/topdown: Fix topdown leader sampling test error on hybrid (bsc#1012628). - perf units: Fix insufficient array space (bsc#1012628). - perf test stat_all_pmu.sh: Correctly check 'perf stat' result (bsc#1012628). - kernel/events/uprobes: handle device-exclusive entries correctly in __replace_page() (bsc#1012628). - kexec: initialize ELF lowest address to ULONG_MAX (bsc#1012628). - ocfs2: validate l_tree_depth to avoid out-of-bounds access (bsc#1012628). - reboot: replace __hw_protection_shutdown bool action parameter with an enum (bsc#1012628). - reboot: reboot, not shutdown, on hw_protection_reboot timeout (bsc#1012628). - arch/powerpc: drop GENERIC_PTDUMP from mpc885_ads_defconfig (bsc#1012628). - writeback: let trace_balance_dirty_pages() take struct dtc as parameter (bsc#1012628). - writeback: fix calculations in trace_balance_dirty_pages() for cgwb (bsc#1012628). - scripts/gdb/linux/symbols.py: address changes to module_sect_attrs (bsc#1012628). - NFSv4: Don't trigger uneccessary scans for return-on-close delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for returning delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for expired delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for delayed delegations (bsc#1012628). - NFS: fix open_owner_id_maxsz and related fields (bsc#1012628). - fuse: fix dax truncate/punch_hole fault path (bsc#1012628). - selftests/mm/cow: fix the incorrect error handling (bsc#1012628). - um: Pass the correct Rust target and options with gcc (bsc#1012628). - um: remove copy_from_kernel_nofault_allowed (bsc#1012628). - um: hostfs: avoid issues on inode number reuse by host (bsc#1012628). - i3c: master: svc: Fix missing the IBI rules (bsc#1012628). - perf python: Fixup description of sample.id event member (bsc#1012628). - perf python: Decrement the refcount of just created event on failure (bsc#1012628). - perf python: Don't keep a raw_data pointer to consumed ring buffer space (bsc#1012628). - perf python: Check if there is space to copy all the event (bsc#1012628). - perf dso: fix dso__is_kallsyms() check (bsc#1012628). - perf: intel-tpebs: Fix incorrect usage of zfree() (bsc#1012628). - perf pmu: Handle memory failure in tool_pmu__new() (bsc#1012628). - staging: rtl8723bs: select CONFIG_CRYPTO_LIB_AES (bsc#1012628). - staging: vchiq_arm: Register debugfs after cdev (bsc#1012628). - staging: vchiq_arm: Fix possible NPR of keep-alive thread (bsc#1012628). - staging: vchiq_arm: Stop kthreads if vchiq cdev register fails (bsc#1012628). - tty: n_tty: use uint for space returned by tty_write_room() (bsc#1012628). - perf vendor events arm64 AmpereOneX: Fix frontend_bound calculation (bsc#1012628). - fs/procfs: fix the comment above proc_pid_wchan() (bsc#1012628). - perf tools: Fix is_compat_mode build break in ppc64 (bsc#1012628). - perf tools: annotate asm_pure_loop.S (bsc#1012628). - perf bpf-filter: Fix a parsing error with comma (bsc#1012628). - objtool: Handle various symbol types of rodata (bsc#1012628). - objtool: Handle different entry size of rodata (bsc#1012628). - objtool: Handle PC relative relocation type (bsc#1012628). - objtool: Fix detection of consecutive jump tables on Clang 20 (bsc#1012628). - thermal: core: Remove duplicate struct declaration (bsc#1012628). - objtool, spi: amd: Fix out-of-bounds stack access in amd_set_spi_freq() (bsc#1012628). - objtool, nvmet: Fix out-of-bounds stack access in nvmet_ctrl_state_show() (bsc#1012628). - objtool, media: dib8000: Prevent divide-by-zero in dib8000_set_dds() (bsc#1012628). - NFS: Shut down the nfs_client only after all the superblocks (bsc#1012628). - smb: client: Fix netns refcount imbalance causing leaks and use-after-free (bsc#1012628). - exfat: fix the infinite loop in exfat_find_last_cluster() (bsc#1012628). - exfat: fix missing shutdown check (bsc#1012628). - rtnetlink: Allocate vfinfo size for VF GUIDs when supported (bsc#1012628). - rndis_host: Flag RNDIS modems as WWAN devices (bsc#1012628). - ksmbd: use aead_request_free to match aead_request_alloc (bsc#1012628). - ksmbd: fix multichannel connection failure (bsc#1012628). - ksmbd: fix r_count dec/increment mismatch (bsc#1012628). - net/mlx5e: SHAMPO, Make reserved size independent of page size (bsc#1012628). - ring-buffer: Fix bytes_dropped calculation issue (bsc#1012628). - objtool: Fix segfault in ignore_unreachable_insn() (bsc#1012628). - LoongArch: Fix help text of CMDLINE_EXTEND in Kconfig (bsc#1012628). - LoongArch: Fix device node refcount leak in fdt_cpu_clk_init() (bsc#1012628). - LoongArch: Rework the arch_kgdb_breakpoint() implementation (bsc#1012628). - ACPI: processor: idle: Return an error if both P_LVL{2,3} idle states are invalid (bsc#1012628). - net: phy: broadcom: Correct BCM5221 PHY model detection (bsc#1012628). - octeontx2-af: Fix mbox INTR handler when num VFs > 64 (bsc#1012628). - octeontx2-af: Free NIX_AF_INT_VEC_GEN irq (bsc#1012628). - objtool: Fix verbose disassembly if CROSS_COMPILE isn't set (bsc#1012628). - sched/smt: Always inline sched_smt_active() (bsc#1012628). - context_tracking: Always inline ct_{nmi,irq}_{enter,exit}() (bsc#1012628). - rcu-tasks: Always inline rcu_irq_work_resched() (bsc#1012628). - objtool/loongarch: Add unwind hints in prepare_frametrace() (bsc#1012628). - nfs: Add missing release on error in nfs_lock_and_join_requests() (bsc#1012628). - rtc: renesas-rtca3: Disable interrupts only if the RTC is enabled (bsc#1012628). - spufs: fix a leak on spufs_new_file() failure (bsc#1012628). - spufs: fix gang directory lifetimes (bsc#1012628). - spufs: fix a leak in spufs_create_context() (bsc#1012628). - fs/9p: fix NULL pointer dereference on mkdir (bsc#1012628). - riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_call_ra (bsc#1012628). - riscv: Fix the __riscv_copy_vec_words_unaligned implementation (bsc#1012628). - riscv: Fix missing __free_pages() in check_vector_unaligned_access() (bsc#1012628). - riscv: fgraph: Select HAVE_FUNCTION_GRAPH_TRACER depends on HAVE_DYNAMIC_FTRACE_WITH_ARGS (bsc#1012628). - ntb_hw_switchtec: Fix shift-out-of-bounds in switchtec_ntb_mw_set_trans (bsc#1012628). - ntb: intel: Fix using link status DB's (bsc#1012628). - riscv: fgraph: Fix stack layout to match __arch_ftrace_regs argument of ftrace_return_to_handler (bsc#1012628). - riscv: Annotate unaligned access init functions (bsc#1012628). - riscv: Fix riscv_online_cpu_vec (bsc#1012628). - riscv: Fix check_unaligned_access_all_cpus (bsc#1012628). - riscv: Change check_unaligned_access_speed_all_cpus to void (bsc#1012628). - riscv: Fix set up of cpu hotplug callbacks (bsc#1012628). - riscv: Fix set up of vector cpu hotplug callback (bsc#1012628). - firmware: cs_dsp: Ensure cs_dsp_load[_coeff]() returns 0 on success (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic breakage on ASUS VivoBook X515JA (bsc#1012628). - RISC-V: errata: Use medany for relocatable builds (bsc#1012628). - x86/uaccess: Improve performance by aligning writes to 8 bytes in copy_user_generic(), on non-FSRM/ERMS CPUs (bsc#1012628). - ublk: make sure ubq->canceling is set when queue is frozen (bsc#1012628). - s390/entry: Fix setting _CIF_MCCK_GUEST with lowcore relocation (bsc#1012628). - ASoC: codecs: rt5665: Fix some error handling paths in rt5665_probe() (bsc#1012628). - spi: cadence: Fix out-of-bounds array access in cdns_mrvl_xspi_setup_clock() (bsc#1012628). - riscv: Fix hugetlb retrieval of number of ptes in case of !present pte (bsc#1012628). - riscv/kexec_file: Handle R_RISCV_64 in purgatory relocator (bsc#1012628). - riscv/purgatory: 4B align purgatory_start (bsc#1012628). - nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer (bsc#1012628). - nvme-pci: skip nvme_write_sq_db on empty rqlist (bsc#1012628). - ASoC: imx-card: Add NULL check in imx_card_probe() (bsc#1012628). - spi: bcm2835: Do not call gpiod_put() on invalid descriptor (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic on another ASUS VivoBook model (bsc#1012628). - spi: bcm2835: Restore native CS probing when pinctrl-bcm2835 is absent (bsc#1012628). - xsk: Add launch time hardware offload support to XDP Tx metadata (bsc#1012628). - igc: Refactor empty frame insertion for launch time support (bsc#1012628). - igc: Add launch time support to XDP ZC (bsc#1012628). - igc: Fix TX drops in XDP ZC (bsc#1012628). - e1000e: change k1 configuration on MTP and later platforms (bsc#1012628). - ixgbe: fix media type detection for E610 device (bsc#1012628). - idpf: fix adapter NULL pointer dereference on reboot (bsc#1012628). - netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets only (bsc#1012628). - netfilter: nf_tables: don't unregister hook when table is dormant (bsc#1012628). - netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets (bsc#1012628). - net_sched: skbprio: Remove overly strict queue assertions (bsc#1012628). - sctp: add mutual exclusion in proc_sctp_do_udp_port() (bsc#1012628). - net: airoha: Fix qid report in airoha_tc_get_htb_get_leaf_queue() (bsc#1012628). - net: airoha: Fix ETS priomap validation (bsc#1012628). - net: mvpp2: Prevent parser TCAM memory corruption (bsc#1012628). - rtnetlink: Use register_pernet_subsys() in rtnl_net_debug_init() (bsc#1012628). - udp: Fix multiple wraparounds of sk->sk_rmem_alloc (bsc#1012628). - udp: Fix memory accounting leak (bsc#1012628). - vsock: avoid timeout during connect() if the socket is closing (bsc#1012628). - tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu() (bsc#1012628). - xsk: Fix __xsk_generic_xmit() error code when cq is full (bsc#1012628). - net: decrease cached dst counters in dst_release (bsc#1012628). - netfilter: nft_tunnel: fix geneve_opt type confusion addition (bsc#1012628). - sfc: rip out MDIO support (bsc#1012628). - sfc: fix NULL dereferences in ef100_process_design_param() (bsc#1012628). - ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS (bsc#1012628). - net: dsa: mv88e6xxx: propperly shutdown PPU re-enable timer on destroy (bsc#1012628). - net: fix geneve_opt length integer overflow (bsc#1012628). - ipv6: Start path selection from the first nexthop (bsc#1012628). - ipv6: Do not consider link down nexthops in path selection (bsc#1012628). - arcnet: Add NULL check in com20020pci_probe() (bsc#1012628). - net: ibmveth: make veth_pool_store stop hanging (bsc#1012628). - netlink: specs: rt_route: pull the ifa- prefix out of the names (bsc#1012628). - tools/power turbostat: Allow Zero return value for some RAPL registers (bsc#1012628). - kbuild: deb-pkg: don't set KBUILD_BUILD_VERSION unconditionally (bsc#1012628). - drm/xe: Fix unmet direct dependencies warning (bsc#1012628). - drm/amdgpu/gfx11: fix num_mec (bsc#1012628). - drm/amdgpu/gfx12: fix num_mec (bsc#1012628). - perf/core: Fix child_total_time_enabled accounting bug at task exit (bsc#1012628). - tools/power turbostat: report CoreThr per measurement interval (bsc#1012628). - tools/power turbostat: Restore GFX sysfs fflush() call (bsc#1012628). - staging: gpib: ni_usb console messaging cleanup (bsc#1012628). - staging: gpib: Fix Oops after disconnect in ni_usb (bsc#1012628). - staging: gpib: agilent usb console messaging cleanup (bsc#1012628). - staging: gpib: Fix Oops after disconnect in agilent usb (bsc#1012628). - tty: serial: fsl_lpuart: Use u32 and u8 for register variables (bsc#1012628). - tty: serial: fsl_lpuart: use port struct directly to simply code (bsc#1012628). - tty: serial: fsl_lpuart: Fix unused variable 'sport' build warning (bsc#1012628). - tty: serial: lpuart: only disable CTS instead of overwriting the whole UARTMODIR register (bsc#1012628). - usbnet:fix NPE during rx_complete (bsc#1012628). - rust: Fix enabling Rust and building with GCC for LoongArch (bsc#1012628). - LoongArch: Increase ARCH_DMA_MINALIGN up to 16 (bsc#1012628). - LoongArch: Increase MAX_IO_PICS up to 8 (bsc#1012628). - LoongArch: BPF: Fix off-by-one error in build_prologue() (bsc#1012628). - LoongArch: BPF: Don't override subprog's return value (bsc#1012628). - LoongArch: BPF: Use move_addr() for BPF_PSEUDO_FUNC (bsc#1012628). - x86/hyperv: Fix check of return value from snp_set_vmsa() (bsc#1012628). - KVM: x86: block KVM_CAP_SYNC_REGS if guest state is protected (bsc#1012628). - x86/microcode/AMD: Fix __apply_microcode_amd()'s return value (bsc#1012628). - x86/mce: use is_copy_from_user() to determine copy-from-user context (bsc#1012628). - x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRT (bsc#1012628). - x86/tdx: Fix arch_safe_halt() execution for TDX VMs (bsc#1012628). - ACPI: x86: Extend Lenovo Yoga Tab 3 quirk with skip GPIO event-handlers (bsc#1012628). - platform/x86: thinkpad_acpi: disable ACPI fan access for T495* and E560 (bsc#1012628). - platform/x86: ISST: Correct command storage data length (bsc#1012628). - ntb_perf: Delete duplicate dmaengine_unmap_put() call in perf_copy_chunk() (bsc#1012628). - perf/x86/intel: Apply static call for drain_pebs (bsc#1012628). - perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample read (bsc#1012628). - uprobes/x86: Harden uretprobe syscall trampoline check (bsc#1012628). - bcachefs: bch2_ioctl_subvolume_destroy() fixes (bsc#1012628). - x86/Kconfig: Add cmpxchg8b support back to Geode CPUs (bsc#1012628). - x86/tsc: Always save/restore TSC sched_clock() on suspend/resume (bsc#1012628). - x86/mm: Fix flush_tlb_range() when used for zapping normal PMDs (bsc#1012628). - ACPI: platform-profile: Fix CFI violation when accessing sysfs files (bsc#1012628). - wifi: mt76: mt7925: remove unused acpi function for clc (bsc#1012628). - acpi: nfit: fix narrowing conversion in acpi_nfit_ctl (bsc#1012628). - ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP (bsc#1012628). - ACPI: video: Handle fetching EDID as ACPI_TYPE_PACKAGE (bsc#1012628). - ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE (bsc#1012628). - ARM: 9444/1: add KEEP() keyword to ARM_VECTORS (bsc#1012628). - media: omap3isp: Handle ARM dma_iommu_mapping (bsc#1012628). - Remove unnecessary firmware version check for gc v9_4_2 (bsc#1012628). - mmc: omap: Fix memory leak in mmc_omap_new_slot (bsc#1012628). - mmc: sdhci-pxav3: set NEED_RSP_BUSY capability (bsc#1012628). - mmc: sdhci-omap: Disable MMC_CAP_AGGRESSIVE_PM for eMMC/SD (bsc#1012628). - KVM: SVM: Don't change target vCPU state on AP Creation VMGEXIT error (bsc#1012628). - ksmbd: add bounds check for durable handle context (bsc#1012628). - ksmbd: add bounds check for create lease context (bsc#1012628). - ksmbd: fix use-after-free in ksmbd_sessions_deregister() (bsc#1012628). - ksmbd: fix session use-after-free in multichannel connection (bsc#1012628). - ksmbd: fix overflow in dacloffset bounds check (bsc#1012628). - ksmbd: validate zero num_subauth before sub_auth is accessed (bsc#1012628). - ksmbd: fix null pointer dereference in alloc_preauth_hash() (bsc#1012628). - exfat: fix random stack corruption after get_block (bsc#1012628). - exfat: fix potential wrong error return from get_block (bsc#1012628). - tracing: Fix use-after-free in print_graph_function_flags during tracer switching (bsc#1012628). - tracing: Ensure module defining synth event cannot be unloaded while tracing (bsc#1012628). - tracing: Fix synth event printk format for str fields (bsc#1012628). - tracing/osnoise: Fix possible recursive locking for cpus_read_lock() (bsc#1012628). - tracing: Verify event formats that have "%*p.." (bsc#1012628). - mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAs (bsc#1012628). - arm64: Don't call NULL in do_compat_alignment_fixup() (bsc#1012628). - wifi: mt76: mt7921: fix kernel panic due to null pointer dereference (bsc#1012628). - ext4: don't over-report free space or inodes in statvfs (bsc#1012628). - ext4: fix OOB read when checking dotdot dir (bsc#1012628). - PCI/bwctrl: Fix NULL pointer dereference on bus number exhaustion (bsc#1012628). - jfs: fix slab-out-of-bounds read in ea_get() (bsc#1012628). - jfs: add index corruption check to DT_GETPAGE() (bsc#1012628). - mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead() (bsc#1012628). - exec: fix the racy usage of fs_struct->in_exec (bsc#1012628). - media: vimc: skip .s_stream() for stopped entities (bsc#1012628). - media: streamzap: fix race between device disconnection and urb callback (bsc#1012628). - nfsd: don't ignore the return code of svc_proc_register() (bsc#1012628). - nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid() (bsc#1012628). - nfsd: put dl_stid if fail to queue dl_recall (bsc#1012628). - NFSD: Add a Kconfig setting to enable delegated timestamps (bsc#1012628). - nfsd: fix management of listener transports (bsc#1012628). - NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs() (bsc#1012628). - NFSD: Never return NFS4ERR_FILE_OPEN when removing a directory (bsc#1012628). - NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up (bsc#1012628). - perf pmu: Rename name matching for no suffix or wildcard variants (bsc#1012628). - include/{topology,cpuset}: Move dl_rebuild_rd_accounting to cpuset.h (bsc#1012628). - tracing: Do not use PERF enums when perf is not defined (bsc#1012628). - ASoC: mediatek: mt6359: Fix DT parse error due to wrong child node name (bsc#1012628). - Update config files. - Rename to patches.kernel.org/6.14.2-013-EDAC-igen6-Fix-the-flood-of-invalid-error-repo.patch. - Rename to patches.kernel.org/6.14.2-257-Bluetooth-hci_event-Fix-handling-of-HCI_EV_LE_.patch. - Rename to patches.kernel.org/6.14.2-281-PCI-Use-downstream-bridges-for-distributing-re.patch. - commit b659bfa ++++ kernel-obs-build: - config: Disable CONFIG_LATENCYTOP (jsc#PED-12529) - commit 409aca3 - ipv6: Align behavior across nexthops during path selection (git-fixes). - commit 885421b - Linux 6.14.2 (bsc#1012628). - fs: support O_PATH fds with FSCONFIG_SET_FD (bsc#1012628). - watch_queue: fix pipe accounting mismatch (bsc#1012628). - x86/mm/pat: cpa-test: fix length for CPA_ARRAY test (bsc#1012628). - m68k: sun3: Use str_read_write() helper in mmu_emu_handle_fault() (bsc#1012628). - m68k: sun3: Fix DEBUG_MMU_EMU build (bsc#1012628). - cpufreq: scpi: compare kHz instead of Hz (bsc#1012628). - seccomp: fix the __secure_computing() stub for !HAVE_ARCH_SECCOMP_FILTER (bsc#1012628). - smack: dont compile ipv6 code unless ipv6 is configured (bsc#1012628). - smack: ipv4/ipv6: tcp/dccp/sctp: fix incorrect child socket label (bsc#1012628). - sched: Cancel the slice protection of the idle entity (bsc#1012628). - sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasks (bsc#1012628). - cpufreq: governor: Fix negative 'idle_time' handling in dbs_update() (bsc#1012628). - EDAC/{skx_common,i10nm}: Fix some missing error reports on Emerald Rapids (bsc#1012628). - x86/vdso: Fix latent bug in vclock_pages calculation (bsc#1012628). - x86/fpu: Fix guest FPU state buffer allocation size (bsc#1012628). - cpufreq/amd-pstate: Modify the min_perf calculation in adjust_perf callback (bsc#1012628). - cpufreq/amd-pstate: Pass min/max_limit_perf as min/max_perf to amd_pstate_update (bsc#1012628). - cpufreq/amd-pstate: Convert all perf values to u8 (bsc#1012628). - cpufreq/amd-pstate: Add missing NULL ptr check in amd_pstate_update (bsc#1012628). - x86/fpu: Avoid copying dynamic FP state from init_task in arch_dup_task_struct() (bsc#1012628). - rseq: Update kernel fields in lockstep with CONFIG_DEBUG_RSEQ=y (bsc#1012628). - x86/platform: Only allow CONFIG_EISA for 32-bit (bsc#1012628). - x86/sev: Add missing RIP_REL_REF() invocations during sme_enable() (bsc#1012628). - lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lock (bsc#1012628). - PM: sleep: Adjust check before setting power.must_resume (bsc#1012628). - cpufreq: tegra194: Allow building for Tegra234 (bsc#1012628). - RISC-V: KVM: Disable the kernel perf counter during configure (bsc#1012628). - kunit/stackinit: Use fill byte different from Clang i386 pattern (bsc#1012628). - watchdog/hardlockup/perf: Fix perf_event memory leak (bsc#1012628). - x86/split_lock: Fix the delayed detection logic (bsc#1012628). - selinux: Chain up tool resolving errors in install_policy.sh (bsc#1012628). - EDAC/ie31200: Fix the size of EDAC_MC_LAYER_CHIP_SELECT layer (bsc#1012628). - EDAC/ie31200: Fix the DIMM size mask for several SoCs (bsc#1012628). - EDAC/ie31200: Fix the error path order of ie31200_init() (bsc#1012628). - dma: Fix encryption bit clearing for dma_to_phys (bsc#1012628). - dma: Introduce generic dma_addr_*crypted helpers (bsc#1012628). - arm64: realm: Use aliased addresses for device DMA to shared buffers (bsc#1012628). - x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors (bsc#1012628). - cpuidle: Init cpuidle only for present CPUs (bsc#1012628). - thermal: int340x: Add NULL check for adev (bsc#1012628). - PM: sleep: Fix handling devices with direct_complete set on errors (bsc#1012628). - lockdep: Don't disable interrupts on RT in disable_irq_nosync_lockdep.*() (bsc#1012628). - cpufreq: Init cpufreq only for present CPUs (bsc#1012628). - perf/ring_buffer: Allow the EPOLLRDNORM flag for poll (bsc#1012628). - perf: Save PMU specific data in task_struct (bsc#1012628). - perf: Supply task information to sched_task() (bsc#1012628). - perf/x86/lbr: Fix shorter LBRs call stacks for the system-wide mode (bsc#1012628). - sched/deadline: Ignore special tasks when rebuilding domains (bsc#1012628). - sched/topology: Wrappers for sched_domains_mutex (bsc#1012628). - sched/deadline: Generalize unique visiting of root domains (bsc#1012628). - sched/deadline: Rebuild root domain accounting after every update (bsc#1012628). - x86/traps: Make exc_double_fault() consistently noreturn (bsc#1012628). - x86/fpu/xstate: Fix inconsistencies in guest FPU xfeatures (bsc#1012628). - x86/entry: Add __init to ia32_emulation_override_cmdline() (bsc#1012628). - RISC-V: KVM: Teardown riscv specific bits after kvm_exit (bsc#1012628). - regulator: pca9450: Fix enable register for LDO5 (bsc#1012628). - auxdisplay: MAX6959 should select BITREVERSE (bsc#1012628). - media: verisilicon: HEVC: Initialize start_bit field (bsc#1012628). - media: platform: allgro-dvt: unregister v4l2_device on the error path (bsc#1012628). - auxdisplay: panel: Fix an API misuse in panel.c (bsc#1012628). - platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: Make symbol static (bsc#1012628). - platform/x86: dell-uart-backlight: Make dell_uart_bl_serdev_driver static (bsc#1012628). - platform/x86: dell-ddv: Fix temperature calculation (bsc#1012628). - ASoC: cs35l41: check the return value from spi_setup() (bsc#1012628). - ASoC: amd: acp: Fix for enabling DMIC on acp platforms via _DSD entry (bsc#1012628). - HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER (bsc#1012628). - ASoC: simple-card-utils: Don't use __free(device_node) at graph_util_parse_dai() (bsc#1012628). - dt-bindings: vendor-prefixes: add GOcontroll (bsc#1012628). - ALSA: hda/realtek: Always honor no_shutup_pins (bsc#1012628). - ASoC: tegra: Use non-atomic timeout for ADX status register (bsc#1012628). - ASoC: ti: j721e-evm: Fix clock configuration for ti,j7200-cpb-audio compatible (bsc#1012628). - ALSA: usb-audio: separate DJM-A9 cap lvl options (bsc#1012628). - ALSA: timer: Don't take register_mutex with copy_from/to_user() (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic assignment on ASUS VivoBook X515UA (bsc#1012628). - wifi: rtw89: Correct immediate cfg_len calculation for scan_offload_be (bsc#1012628). - wifi: ath12k: fix skb_ext_desc leak in ath12k_dp_tx() error path (bsc#1012628). - wifi: ath12k: encode max Tx power in scan channel list command (bsc#1012628). - wifi: ath12k: Fix pdev lookup in WBM error processing (bsc#1012628). - wifi: ath9k: do not submit zero bytes to the entropy pool (bsc#1012628). - wifi: ath11k: fix wrong overriding for VHT Beamformee STS Capability (bsc#1012628). - arm64: dts: mediatek: mt8173-elm: Drop pmic's #address-cells and #size-cells (bsc#1012628). - arm64: dts: mediatek: mt8173: Fix some node names (bsc#1012628). - wifi: ath11k: update channel list in reg notifier instead reg worker (bsc#1012628). - ARM: dts: omap4-panda-a4: Add missing model and compatible properties (bsc#1012628). - f2fs: quota: fix to avoid warning in dquot_writeback_dquots() (bsc#1012628). - dlm: prevent NPD when writing a positive value to event_done (bsc#1012628). - wifi: ath11k: fix RCU stall while reaping monitor destination ring (bsc#1012628). - wifi: ath11k: add srng->lock for ath11k_hal_srng_* in monitor mode (bsc#1012628). - wifi: ath12k: Fix locking in "QMI firmware ready" error paths (bsc#1012628). - f2fs: fix to avoid panic once fallocation fails for pinfile (bsc#1012628). - scsi: mpt3sas: Reduce log level of ignore_delay_remove message to KERN_INFO (bsc#1012628). - md: ensure resync is prioritized over recovery (bsc#1012628). - md/raid1: fix memory leak in raid1_run() if no active rdev (bsc#1012628). - coredump: Fixes core_pipe_limit sysctl proc_handler (bsc#1012628). - io_uring/io-wq: eliminate redundant io_work_get_acct() calls (bsc#1012628). - io_uring/io-wq: cache work->flags in variable (bsc#1012628). - io_uring/io-wq: do not use bogus hash value (bsc#1012628). - io_uring: check for iowq alloc_workqueue failure (bsc#1012628). - io_uring/net: improve recv bundles (bsc#1012628). - firmware: arm_ffa: Refactor addition of partition information into XArray (bsc#1012628). - firmware: arm_ffa: Unregister the FF-A devices when cleaning up the partitions (bsc#1012628). - arm64: dts: mediatek: mt6359: fix dtbs_check error for audio-codec (bsc#1012628). - scsi: mpi3mr: Fix locking in an error path (bsc#1012628). - scsi: mpt3sas: Fix a locking bug in an error path (bsc#1012628). - can: rockchip_canfd: rkcanfd_chip_fifo_setup(): remove duplicated setup of RX FIFO (bsc#1012628). - jfs: reject on-disk inodes of an unsupported type (bsc#1012628). - jfs: add check read-only before txBeginAnon() call (bsc#1012628). - jfs: add check read-only before truncation in jfs_truncate_nolock() (bsc#1012628). - wifi: ath12k: Add missing htt_metadata flag in ath12k_dp_tx() (bsc#1012628). - wifi: rtw89: rtw8852b{t}: fix TSSI debug timestamps (bsc#1012628). - xfrm: delay initialization of offload path till its actually requested (bsc#1012628). - iommu/io-pgtable-dart: Only set subpage protection disable for DART 1 (bsc#1012628). - firmware: arm_ffa: Explicitly cast return value from FFA_VERSION before comparison (bsc#1012628). - firmware: arm_ffa: Explicitly cast return value from NOTIFICATION_INFO_GET (bsc#1012628). - arm64: dts: renesas: r8a774c0: Re-add voltages to OPP table (bsc#1012628). - arm64: dts: renesas: r8a77990: Re-add voltages to OPP table (bsc#1012628). - firmware: arm_ffa: Skip the first/partition ID when parsing vCPU list (bsc#1012628). - arm64: dts: ti: k3-j722s-evm: Fix USB2.0_MUX_SEL to select Type-C (bsc#1012628). - wifi: ath12k: use link specific bss_conf as well in ath12k_mac_vif_cache_flush() (bsc#1012628). - arm64: dts: imx8mp-skov: correct PMIC board limits (bsc#1012628). - arm64: dts: imx8mp-skov: operate CPU at 850 mV by default (bsc#1012628). - arm64: dts: mediatek: mt8390-genio-700-evk: Move common parts to dtsi (bsc#1012628). - arm64: dts: mediatek: mt8390-genio-common: Fix duplicated regulator name (bsc#1012628). - wifi: ath11k: Clear affinity hint before calling ath11k_pcic_free_irq() in error path (bsc#1012628). - wifi: ath12k: Clear affinity hint before calling ath12k_pci_free_irq() in error path (bsc#1012628). - f2fs: fix to set .discard_granularity correctly (bsc#1012628). - f2fs: add check for deleted inode (bsc#1012628). - arm64: dts: ti: k3-am62-verdin-dahlia: add Microphone Jack to sound card (bsc#1012628). - f2fs: fix potential deadloop in prepare_compress_overwrite() (bsc#1012628). - f2fs: fix to call f2fs_recover_quota_end() correctly (bsc#1012628). - md: fix mddev uaf while iterating all_mddevs list (bsc#1012628). - md/raid1,raid10: don't ignore IO flags (bsc#1012628). - md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb (bsc#1012628). - tracing: Fix DECLARE_TRACE_CONDITION (bsc#1012628). - tools/rv: Keep user LDFLAGS in build (bsc#1012628). - arm64: dts: ti: k3-am62p: Enable AUDIO_REFCLKx (bsc#1012628). - arm64: dts: ti: k3-am62p: fix pinctrl settings (bsc#1012628). - arm64: dts: ti: k3-j722s: fix pinctrl settings (bsc#1012628). - wifi: rtw89: fw: correct debug message format in rtw89_build_txpwr_trk_tbl_from_elm() (bsc#1012628). - wifi: rtw89: pci: correct ISR RDU bit for 8922AE (bsc#1012628). - blk-throttle: fix lower bps rate by throtl_trim_slice() (bsc#1012628). - soc: mediatek: mtk-mmsys: Fix MT8188 VDO1 DPI1 output selection (bsc#1012628). - soc: mediatek: mt8167-mmsys: Fix missing regval in all entries (bsc#1012628). - soc: mediatek: mt8365-mmsys: Fix routing table masks and values (bsc#1012628). - md/raid10: wait barrier before returning discard request with REQ_NOWAIT (bsc#1012628). - block: ensure correct integrity capability propagation in stacked devices (bsc#1012628). - block: Correctly initialize BLK_INTEGRITY_NOGENERATE and BLK_INTEGRITY_NOVERIFY (bsc#1012628). - badblocks: Fix error shitf ops (bsc#1012628). - badblocks: factor out a helper try_adjacent_combine (bsc#1012628). - badblocks: attempt to merge adjacent badblocks during ack_all_badblocks (bsc#1012628). - badblocks: return error directly when setting badblocks exceeds 512 (bsc#1012628). - badblocks: return error if any badblock set fails (bsc#1012628). - badblocks: fix the using of MAX_BADBLOCKS (bsc#1012628). - badblocks: fix merge issue when new badblocks align with pre+1 (bsc#1012628). - badblocks: fix missing bad blocks on retry in _badblocks_check() (bsc#1012628). - badblocks: return boolean from badblocks_set() and badblocks_clear() (bsc#1012628). - badblocks: use sector_t instead of int to avoid truncation of badblocks length (bsc#1012628). - firmware: arm_scmi: use ioread64() instead of ioread64_hi_lo() (bsc#1012628). - net: airoha: Fix lan4 support in airoha_qdma_get_gdm_port() (bsc#1012628). - iommu/amd: Fix header file (bsc#1012628). - iommu/vt-d: Fix system hang on reboot -f (bsc#1012628). - memory: mtk-smi: Add ostd setting for mt8192 (bsc#1012628). - gfs2: minor evict fix (bsc#1012628). - gfs2: skip if we cannot defer delete (bsc#1012628). - ARM: dts: imx6ul-tqma6ul1: Change include order to disable fec2 node (bsc#1012628). - arm64: dts: imx8mp: add AUDIO_AXI_CLK_ROOT to AUDIOMIX block (bsc#1012628). - arm64: dts: imx8mp: change AUDIO_AXI_CLK_ROOT freq. to 800MHz (bsc#1012628). - f2fs: fix to avoid accessing uninitialized curseg (bsc#1012628). - iommu: Handle race with default domain setup (bsc#1012628). - wifi: mac80211: remove SSID from ML reconf (bsc#1012628). - f2fs: fix to avoid running out of free segments (bsc#1012628). - block: fix adding folio to bio (bsc#1012628). - ext4: fix potential null dereference in ext4 kunit test (bsc#1012628). - ext4: convert EXT4_FLAGS_* defines to enum (bsc#1012628). - ext4: add EXT4_FLAGS_EMERGENCY_RO bit (bsc#1012628). - ext4: correct behavior under errors=remount-ro mode (bsc#1012628). - ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is set (bsc#1012628). - arm64: dts: rockchip: Move rk356x scmi SHMEM to reserved memory (bsc#1012628). - arm64: dts: rockchip: Remove bluetooth node from rock-3a (bsc#1012628). - bus: qcom-ssc-block-bus: Remove some duplicated iounmap() calls (bsc#1012628). - bus: qcom-ssc-block-bus: Fix the error handling path of qcom_ssc_block_bus_probe() (bsc#1012628). - arm64: dts: rockchip: Fix pcie reset gpio on Orange Pi 5 Max (bsc#1012628). - arm64: dts: rockchip: Fix PWM pinctrl names (bsc#1012628). - arm64: dts: rockchip: remove ethm0_clk0_25m_out from Sige5 gmac0 (bsc#1012628). - erofs: allow 16-byte volume name again (bsc#1012628). - ext4: add missing brelse() for bh2 in ext4_dx_add_entry() (bsc#1012628). - ext4: verify fast symlink length (bsc#1012628). - f2fs: fix missing discard for active segments (bsc#1012628). - scsi: hisi_sas: Fixed failure to issue vendor specific commands (bsc#1012628). - scsi: target: tcm_loop: Fix wrong abort tag (bsc#1012628). - ext4: introduce ITAIL helper (bsc#1012628). - ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all() (bsc#1012628). - ext4: goto right label 'out_mmap_sem' in ext4_setattr() (bsc#1012628). - jbd2: fix off-by-one while erasing journal (bsc#1012628). - ata: libata: Fix NCQ Non-Data log not supported print (bsc#1012628). - wifi: nl80211: store chandef on the correct link when starting CAC (bsc#1012628). - wifi: mac80211: check basic rates validity in sta_link_apply_parameters (bsc#1012628). - wifi: cfg80211: init wiphy_work before allocating rfkill fails (bsc#1012628). - wifi: mwifiex: Fix premature release of RF calibration data (bsc#1012628). - wifi: mwifiex: Fix RF calibration data download from file (bsc#1012628). - ice: health.c: fix compilation on gcc 7.5 (bsc#1012628). - ice: ensure periodic output start time is in the future (bsc#1012628). - ice: fix reservation of resources for RDMA when disabled (bsc#1012628). - virtchnl: make proto and filter action count unsigned (bsc#1012628). - ice: stop truncating queue ids when checking (bsc#1012628). - ice: validate queue quanta parameters to prevent OOB access (bsc#1012628). - ice: fix input validation for virtchnl BW (bsc#1012628). - ice: fix using untrusted value of pkt_len in ice_vc_fdir_parse_raw() (bsc#1012628). - idpf: check error for register_netdev() on init (bsc#1012628). - btrfs: get used bytes while holding lock at btrfs_reclaim_bgs_work() (bsc#1012628). - btrfs: fix reclaimed bytes accounting after automatic block group reclaim (bsc#1012628). - btrfs: fix block group refcount race in btrfs_create_pending_block_groups() (bsc#1012628). - btrfs: don't clobber ret in btrfs_validate_super() (bsc#1012628). - wifi: mt76: mt7915: fix possible integer overflows in mt7915_muru_stats_show() (bsc#1012628). - igb: reject invalid external timestamp requests for 82580-based HW (bsc#1012628). - renesas: reject PTP_STRICT_FLAGS as unsupported (bsc#1012628). - net: lan743x: reject unsupported external timestamp requests (bsc#1012628). - broadcom: fix supported flag check in periodic output function (bsc#1012628). - ptp: ocp: reject unsupported periodic output flags (bsc#1012628). - nvmet: pci-epf: Always configure BAR0 as 64-bit (bsc#1012628). - jbd2: add a missing data flush during file and fs synchronization (bsc#1012628). - ext4: define ext4_journal_destroy wrapper (bsc#1012628). - ext4: avoid journaling sb update on error if journal is destroying (bsc#1012628). - eth: bnxt: fix out-of-range access of vnic_info array (bsc#1012628). - net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF (bsc#1012628). - netfilter: nfnetlink_queue: Initialize ctx to avoid memory allocation error (bsc#1012628). - netfilter: nf_tables: Only use nf_skip_indirect_calls() when MITIGATION_RETPOLINE (bsc#1012628). - ax25: Remove broken autobind (bsc#1012628). - net/mlx5e: Fix ethtool -N flow-type ip4 to RSS context (bsc#1012628). - bnxt_en: Mask the bd_cnt field in the TX BD properly (bsc#1012628). - bnxt_en: Linearize TX SKB if the fragments exceed the max (bsc#1012628). - net: dsa: mv88e6xxx: fix atu_move_port_mask for 6341 family (bsc#1012628). - net: dsa: mv88e6xxx: enable PVT for 6321 switch (bsc#1012628). - net: dsa: mv88e6xxx: enable .port_set_policy() for 6320 family (bsc#1012628). - net: dsa: mv88e6xxx: fix VTU methods for 6320 family (bsc#1012628). - net: dsa: mv88e6xxx: enable STU methods for 6320 family (bsc#1012628). - mlxsw: spectrum_acl_bloom_filter: Workaround for some LLVM versions (bsc#1012628). - net: dsa: sja1105: fix displaced ethtool statistics counters (bsc#1012628). - net: dsa: sja1105: reject other RX filters than HWTSTAMP_FILTER_PTP_V2_L2_EVENT (bsc#1012628). - net: dsa: sja1105: fix kasan out-of-bounds warning in sja1105_table_delete_entry() (bsc#1012628). - net/mlx5: LAG, reload representors on LAG creation failure (bsc#1012628). - net/mlx5: Start health poll after enable hca (bsc#1012628). - vmxnet3: unregister xdp rxq info in the reset path (bsc#1012628). - bonding: check xdp prog when set bond mode (bsc#1012628). - ibmvnic: Use kernel helpers for hex dumps (bsc#1012628). - net: fix NULL pointer dereference in l3mdev_l3_rcv (bsc#1012628). - virtio_net: Fix endian with virtio_net_ctrl_rss (bsc#1012628). - Bluetooth: Add quirk for broken READ_VOICE_SETTING (bsc#1012628). - Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPE (bsc#1012628). - Bluetooth: btusb: Fix regression in the initialization of fake Bluetooth controllers (bsc#1012628). - Bluetooth: hci_core: Enable buffer flow control for SCO/eSCO (bsc#1012628). - Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancel (bsc#1012628). - rwonce: handle KCSAN like KASAN in read_word_at_a_time() (bsc#1012628). - net: dsa: microchip: fix DCB apptrust configuration on KSZ88x3 (bsc#1012628). - Bluetooth: btnxpuart: Fix kernel panic during FW release (bsc#1012628). - net: Fix the devmem sock opts and msgs for parisc (bsc#1012628). - net: libwx: fix Tx descriptor content for some tunnel packets (bsc#1012628). - net: libwx: fix Tx L4 checksum (bsc#1012628). - rwonce: fix crash by removing READ_ONCE() for unaligned read (bsc#1012628). - drm/bridge: ti-sn65dsi86: Fix multiple instances (bsc#1012628). - drm/ssd130x: Set SPI .id_table to prevent an SPI core warning (bsc#1012628). - accel/amdxdna: Return error when setting clock failed for npu1 (bsc#1012628). - drm/panthor: Fix a race between the reset and suspend path (bsc#1012628). - drm/ssd130x: fix ssd132x encoding (bsc#1012628). - drm/ssd130x: ensure ssd132x pitch is correct (bsc#1012628). - drm/dp_mst: Fix drm RAD print (bsc#1012628). - drm/bridge: it6505: fix HDCP V match check is not performed correctly (bsc#1012628). - drm/panthor: Fix race condition when gathering fdinfo group samples (bsc#1012628). - drm: xlnx: zynqmp: Fix max dma segment size (bsc#1012628). - drm: xlnx: zynqmp_dpsub: Add NULL check in zynqmp_audio_init (bsc#1012628). - drm: zynqmp_dp: Fix a deadlock in zynqmp_dp_ignore_hpd_set() (bsc#1012628). - drm/vkms: Fix use after free and double free on init error (bsc#1012628). - gpu: cdns-mhdp8546: fix call balance of mhdp->clk handling routines (bsc#1012628). - drm/amdgpu: refine smu send msg debug log format (bsc#1012628). - drm/amdgpu/umsch: remove vpe test from umsch (bsc#1012628). - drm/amdgpu/umsch: declare umsch firmware (bsc#1012628). - drm/amdgpu/umsch: fix ucode check (bsc#1012628). - drm/amdgpu/vcn5.0.1: use correct dpm helper (bsc#1012628). - PCI: Remove add_align overwrite unrelated to size0 (bsc#1012628). - PCI: Simplify size1 assignment logic (bsc#1012628). - PCI: Allow relaxed bridge window tail sizing for optional resources (bsc#1012628). - drm/mediatek: mtk_hdmi: Unregister audio platform device on failure (bsc#1012628). - drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size member (bsc#1012628). - drm/amdgpu: Replace Mutex with Spinlock for RLCG register access to avoid Priority Inversion in SRIOV (bsc#1012628). - PCI/ASPM: Fix link state exit during switch upstream function removal (bsc#1012628). - drm/panel: ilitek-ili9882t: fix GPIO name in error message (bsc#1012628). - PCI/ACS: Fix 'pci=config_acs=' parameter (bsc#1012628). - drm/amd/display: fix an indent issue in DML21 (bsc#1012628). - drm/msm/dpu: don't use active in atomic_check() (bsc#1012628). - drm/msm/dsi/phy: Program clock inverters in correct register (bsc#1012628). - drm/msm/dsi: Use existing per-interface slice count in DSC timing (bsc#1012628). - drm/msm/dsi: Set PHY usescase (and mode) before registering DSI host (bsc#1012628). - drm/msm/dpu: Fall back to a single DSC encoder (1:1:1) on small SoCs (bsc#1012628). - drm/msm/dpu: Remove arbitrary limit of 1 interface in DSC topology (bsc#1012628). - drm/msm/gem: Fix error code msm_parse_deps() (bsc#1012628). - drm/amdkfd: Fix Circular Locking Dependency in 'svm_range_cpu_invalidate_pagetables' (bsc#1012628). - PCI: mediatek-gen3: Configure PBUS_CSR registers for EN7581 SoC (bsc#1012628). - PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payload (bsc#1012628). - PCI: brcmstb: Set generation limit before PCIe link up (bsc#1012628). - PCI: brcmstb: Use internal register to change link capability (bsc#1012628). - PCI: brcmstb: Fix error path after a call to regulator_bulk_get() (bsc#1012628). - PCI: brcmstb: Fix potential premature regulator disabling (bsc#1012628). - selftests/pcie_bwctrl: Add 'set_pcie_speed.sh' to TEST_PROGS (bsc#1012628). - PCI/portdrv: Only disable pciehp interrupts early when needed (bsc#1012628). - PCI: Avoid reset when disabled via sysfs (bsc#1012628). - drm/msm/dpu: move needs_cdm setting to dpu_encoder_get_topology() (bsc#1012628). - drm/msm/dpu: simplify dpu_encoder_get_topology() interface (bsc#1012628). - drm/msm/dpu: don't set crtc_state->mode_changed from atomic_check() (bsc#1012628). - drm/panthor: Update CS_STATUS_ defines to correct values (bsc#1012628). - drm/file: Add fdinfo helper for printing regions with prefix (bsc#1012628). - drm/panthor: Expose size of driver internal BO's over fdinfo (bsc#1012628). - drm/panthor: Replace sleep locks with spinlocks in fdinfo path (bsc#1012628). - drm/panthor: Avoid sleep locking in the internal BO size path (bsc#1012628). - drm/panthor: Clean up FW version information display (bsc#1012628). - drm/amd/display: fix type mismatch in CalculateDynamicMetadataParameters() (bsc#1012628). - drm/msm/a6xx: Fix a6xx indexed-regs in devcoreduump (bsc#1012628). - powerpc/perf: Fix ref-counting on the PMU 'vpa_pmu' (bsc#1012628). - misc: pci_endpoint_test: Fix pci_endpoint_test_bars_read_bar() error handling (bsc#1012628). - misc: pci_endpoint_test: Handle BAR sizes larger than INT_MAX (bsc#1012628). - PCI: endpoint: pci-epf-test: Handle endianness properly (bsc#1012628). - crypto: powerpc: Mark ghashp8-ppc.o as an OBJECT_FILES_NON_STANDARD (bsc#1012628). - powerpc/kexec: fix physical address calculation in clear_utlb_entry() (bsc#1012628). - PCI: Remove stray put_device() in pci_register_host_bridge() (bsc#1012628). - PCI: xilinx-cpm: Fix IRQ domain leak in error path of probe (bsc#1012628). - drm/mediatek: Fix config_updating flag never false when no mbox channel (bsc#1012628). - drm/mediatek: dp: drm_err => dev_err in HPD path to avoid NULL ptr (bsc#1012628). - drm/mediatek: dsi: fix error codes in mtk_dsi_host_transfer() (bsc#1012628). - drm/amd/display: avoid NPD when ASIC does not support DMUB (bsc#1012628). - PCI: dwc: ep: Return -ENOMEM for allocation failures (bsc#1012628). - PCI: histb: Fix an error handling path in histb_pcie_probe() (bsc#1012628). - PCI: Fix BAR resizing when VF BARs are assigned (bsc#1012628). - drm/amdgpu/mes: optimize compute loop handling (bsc#1012628). - drm/amdgpu/mes: enable compute pipes across all MEC (bsc#1012628). - PCI: pciehp: Don't enable HPIE when resuming in poll mode (bsc#1012628). - PCI/bwctrl: Fix pcie_bwctrl_select_speed() return type (bsc#1012628). - io_uring/net: only import send_zc buffer once (bsc#1012628). - PCI: Fix NULL dereference in SR-IOV VF creation error path (bsc#1012628). - io_uring: use lockless_cq flag in io_req_complete_post() (bsc#1012628). - io_uring: fix retry handling off iowq (bsc#1012628). - fbdev: au1100fb: Move a variable assignment behind a null pointer check (bsc#1012628). - dummycon: fix default rows/cols (bsc#1012628). - mdacon: rework dependency list (bsc#1012628). - fbdev: sm501fb: Add some geometry checks (bsc#1012628). - crypto: iaa - Test the correct request flag (bsc#1012628). - crypto: qat - set parity error mask for qat_420xx (bsc#1012628). - crypto: tegra - Use separate buffer for setkey (bsc#1012628). - crypto: tegra - Do not use fixed size buffers (bsc#1012628). - crypto: tegra - check return value for hash do_one_req (bsc#1012628). - crypto: tegra - Transfer HASH init function to crypto engine (bsc#1012628). - crypto: tegra - Fix HASH intermediate result handling (bsc#1012628). - crypto: bpf - Add MODULE_DESCRIPTION for skcipher (bsc#1012628). - crypto: tegra - Use HMAC fallback when keyslots are full (bsc#1012628). - clk: amlogic: gxbb: drop incorrect flag on 32k clock (bsc#1012628). - crypto: hisilicon/sec2 - fix for aead authsize alignment (bsc#1012628). - crypto: hisilicon/sec2 - fix for sec spec check (bsc#1012628). - RDMA/mlx5: Fix page_size variable overflow (bsc#1012628). - remoteproc: core: Clear table_sz when rproc_shutdown (bsc#1012628). - of: property: Increase NR_FWNODE_REFERENCE_ARGS (bsc#1012628). - pinctrl: renesas: rzg2l: Suppress binding attributes (bsc#1012628). - remoteproc: qcom_q6v5_pas: Make single-PD handling more robust (bsc#1012628). - libbpf: Fix hypothetical STT_SECTION extern NULL deref case (bsc#1012628). - drivers: clk: qcom: ipq5424: fix the freq table of sdcc1_apps clock (bsc#1012628). - selftests/bpf: Fix string read in strncmp benchmark (bsc#1012628). - x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range() (bsc#1012628). - clk: renesas: r8a08g045: Check the source of the CPU PLL settings (bsc#1012628). - remoteproc: qcom: pas: add minidump_id to SC7280 WPSS (bsc#1012628). - clk: samsung: Fix UBSAN panic in samsung_clk_init() (bsc#1012628). - pinctrl: nuvoton: npcm8xx: Fix error handling in npcm8xx_gpio_fw() (bsc#1012628). - crypto: tegra - Fix CMAC intermediate result handling (bsc#1012628). - clk: qcom: gcc-msm8953: fix stuck venus0_core0 clock (bsc#1012628). - selftests/bpf: Fix runqslower cross-endian build (bsc#1012628). - s390: Remove ioremap_wt() and pgprot_writethrough() (bsc#1012628). - RDMA/mana_ib: Ensure variable err is initialized (bsc#1012628). - crypto: tegra - Set IV to NULL explicitly for AES ECB (bsc#1012628). - remoteproc: qcom_q6v5_pas: Use resource with CX PD for MSM8226 (bsc#1012628). - clk: qcom: gcc-x1e80100: Unregister GCC_GPU_CFG_AHB_CLK/GCC_DISP_XO_CLK (bsc#1012628). - crypto: tegra - finalize crypto req on error (bsc#1012628). - crypto: tegra - Reserve keyslots to allocate dynamically (bsc#1012628). - bpf: Use preempt_count() directly in bpf_send_signal_common() (bsc#1012628). - lib: 842: Improve error handling in sw842_compress() (bsc#1012628). - pinctrl: renesas: rza2: Fix missing of_node_put() call (bsc#1012628). - pinctrl: renesas: rzg2l: Fix missing of_node_put() call (bsc#1012628). - RDMA/mlx5: Fix MR cache initialization error flow (bsc#1012628). - selftests/bpf: Fix freplace_link segfault in tailcalls prog test (bsc#1012628). - clk: rockchip: rk3328: fix wrong clk_ref_usb3otg parent (bsc#1012628). - RDMA/core: Don't expose hw_counters outside of init net namespace (bsc#1012628). - RDMA/mlx5: Fix calculation of total invalidated pages (bsc#1012628). - RDMA/erdma: Prevent use-after-free in erdma_accept_newconn() (bsc#1012628). - remoteproc: qcom_q6v5_mss: Handle platforms with one power domain (bsc#1012628). - power: supply: bq27xxx_battery: do not update cached flags prematurely (bsc#1012628). - leds: st1202: Check for error code from devm_mutex_init() call (bsc#1012628). - crypto: api - Fix larval relookup type and mask (bsc#1012628). - IB/mad: Check available slots before posting receive WRs (bsc#1012628). - pinctrl: tegra: Set SFIO mode to Mux Register (bsc#1012628). - clk: amlogic: g12b: fix cluster A parent data (bsc#1012628). - clk: amlogic: gxbb: drop non existing 32k clock parent (bsc#1012628). - selftests/bpf: Select NUMA_NO_NODE to create map (bsc#1012628). - rust: fix signature of rust_fmt_argument (bsc#1012628). - crypto: tegra - Fix format specifier in tegra_sha_prep_cmd() (bsc#1012628). - libbpf: Add namespace for errstr making it libbpf_errstr (bsc#1012628). - clk: mmp: Fix NULL vs IS_ERR() check (bsc#1012628). - pinctrl: npcm8xx: Fix incorrect struct npcm8xx_pincfg assignment (bsc#1012628). - samples/bpf: Fix broken vmlinux path for VMLINUX_BTF (bsc#1012628). - crypto: qat - remove access to parity register for QAT GEN4 (bsc#1012628). - clk: clk-imx8mp-audiomix: fix dsp/ocram_a clock parents (bsc#1012628). - clk: amlogic: g12a: fix mmc A peripheral clock (bsc#1012628). - pinctrl: bcm2835: don't -EINVAL on alternate funcs from get_direction() (bsc#1012628). - x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1 (bsc#1012628). - power: supply: max77693: Fix wrong conversion of charge input threshold value (bsc#1012628). - crypto: api - Call crypto_alg_put in crypto_unregister_alg (bsc#1012628). - clk: stm32f4: fix an uninitialized variable (bsc#1012628). - crypto: nx - Fix uninitialised hv_nxc on error (bsc#1012628). - clk: qcom: gcc-sm8650: Do not turn off USB GDSCs during gdsc_disable() (bsc#1012628). - bpf: Fix array bounds error with may_goto (bsc#1012628). - RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow (bsc#1012628). - pinctrl: renesas: rzv2m: Fix missing of_node_put() call (bsc#1012628). - clk: qcom: ipq5424: fix software and hardware flow control error of UART (bsc#1012628). - mfd: sm501: Switch to BIT() to mitigate integer overflows (bsc#1012628). - leds: Fix LED_OFF brightness race (bsc#1012628). - x86/dumpstack: Fix inaccurate unwinding from exception stacks due to misplaced assignment (bsc#1012628). - RDMA/core: Fix use-after-free when rename device name (bsc#1012628). - crypto: hisilicon/sec2 - fix for aead auth key length (bsc#1012628). - pinctrl: intel: Fix wrong bypass assignment in intel_pinctrl_probe_pwm() (bsc#1012628). - clk: qcom: mmcc-sdm660: fix stuck video_subcore0 clock (bsc#1012628). - libbpf: Fix accessing BTF.ext core_relo header (bsc#1012628). - perf stat: Fix find_stat for mixed legacy/non-legacy events (bsc#1012628). - perf: Always feature test reallocarray (bsc#1012628). - w1: fix NULL pointer dereference in probe (bsc#1012628). - staging: gpib: Add missing interface entry point (bsc#1012628). - staging: gpib: Fix pr_err format warning (bsc#1012628). - usb: typec: thunderbolt: Fix loops that iterate TYPEC_PLUG_SOP_P and TYPEC_PLUG_SOP_PP (bsc#1012628). - usb: typec: thunderbolt: Remove IS_ERR check for plug (bsc#1012628). - iio: dac: adi-axi-dac: modify stream enable (bsc#1012628). - perf test: Fix Hwmon PMU test endianess issue (bsc#1012628). - perf stat: Don't merge counters purely on name (bsc#1012628). - fs/ntfs3: Factor out ntfs_{create/remove}_procdir() (bsc#1012628). - fs/ntfs3: Factor out ntfs_{create/remove}_proc_root() (bsc#1012628). - fs/ntfs3: Fix 'proc_info_root' leak when init ntfs failed (bsc#1012628). - fs/ntfs3: Update inode->i_mapping->a_ops on compression state (bsc#1012628). - iio: light: veml6030: extend regmap to support regfields (bsc#1012628). - iio: gts-helper: export iio_gts_get_total_gain() (bsc#1012628). - iio: light: veml6030: fix scale to conform to ABI (bsc#1012628). - iio: adc: ad7124: Micro-optimize channel disabling (bsc#1012628). - iio: adc: ad7124: Really disable all channels at probe time (bsc#1012628). - phy: phy-rockchip-samsung-hdptx: Don't use dt aliases to determine phy-id (bsc#1012628). - perf tools: Add skip check in tool_pmu__event_to_str() (bsc#1012628). - isofs: fix KMSAN uninit-value bug in do_isofs_readdir() (bsc#1012628). - perf tests: Fix Tool PMU test segfault (bsc#1012628). - soundwire: slave: fix an OF node reference leak in soundwire slave device (bsc#1012628). - staging: gpib: Fix cb7210 pcmcia Oops (bsc#1012628). - perf report: Switch data file correctly in TUI (bsc#1012628). - perf report: Fix input reload/switch with symbol sort key (bsc#1012628). - greybus: gb-beagleplay: Add error handling for gb_greybus_init (bsc#1012628). - coresight: catu: Fix number of pages while using 64k pages (bsc#1012628). - vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpoint (bsc#1012628). - coresight-etm4x: add isb() before reading the TRCSTATR (bsc#1012628). - perf pmus: Restructure pmu_read_sysfs to scan fewer PMUs (bsc#1012628). - perf pmu: Dynamically allocate tool PMU (bsc#1012628). - perf pmu: Don't double count common sysfs and json events (bsc#1012628). - tools/x86: Fix linux/unaligned.h include path in lib/insn.c (bsc#1012628). - perf build: Fix in-tree build due to symbolic link (bsc#1012628). - ucsi_ccg: Don't show failed to get FW build information error (bsc#1012628). - iio: accel: mma8452: Ensure error return on failure to matching oversampling ratio (bsc#1012628). - iio: accel: msa311: Fix failure to release runtime pm if direct mode claim fails (bsc#1012628). - iio: backend: make sure to NULL terminate stack buffer (bsc#1012628). - iio: core: Rework claim and release of direct mode to work with sparse (bsc#1012628). - iio: adc: ad7173: Grab direct mode for calibration (bsc#1012628). - iio: adc: ad7192: Grab direct mode for calibration (bsc#1012628). - perf arm-spe: Fix load-store operation checking (bsc#1012628). - perf bench: Fix perf bench syscall loop count (bsc#1012628). - perf machine: Fixup kernel maps ends after adding extra maps (bsc#1012628). - usb: xhci: correct debug message page size calculation (bsc#1012628). - fs/ntfs3: Fix a couple integer overflows on 32bit systems (bsc#1012628). - fs/ntfs3: Prevent integer overflow in hdr_first_de() (bsc#1012628). - perf test: Add timeout to datasym workload (bsc#1012628). - perf tests: Fix data symbol test with LTO builds (bsc#1012628). - NFSD: Fix callback decoder status codes (bsc#1012628). - soundwire: take in count the bandwidth of a prepared stream (bsc#1012628). - dmaengine: fsl-edma: cleanup chan after dma_async_device_unregister (bsc#1012628). - dmaengine: fsl-edma: free irq correctly in remove path (bsc#1012628). - dmaengine: ae4dma: Use the MSI count and its corresponding IRQ number (bsc#1012628). - dmaengine: ptdma: Utilize the AE4DMA engine's multi-queue functionality (bsc#1012628). - iio: adc: ad_sigma_delta: Disable channel after calibration (bsc#1012628). - iio: adc: ad4130: Fix comparison of channel setups (bsc#1012628). - iio: adc: ad7124: Fix comparison of channel configs (bsc#1012628). - iio: adc: ad7173: Fix comparison of channel configs (bsc#1012628). - iio: adc: ad7768-1: set MOSI idle state to prevent accidental reset (bsc#1012628). - iio: light: Add check for array bounds in veml6075_read_int_time_ms (bsc#1012628). - perf debug: Avoid stack overflow in recursive error message (bsc#1012628). - perf evlist: Add success path to evlist__create_syswide_maps (bsc#1012628). - perf evsel: tp_format accessing improvements (bsc#1012628). - perf x86/topdown: Fix topdown leader sampling test error on hybrid (bsc#1012628). - perf units: Fix insufficient array space (bsc#1012628). - perf test stat_all_pmu.sh: Correctly check 'perf stat' result (bsc#1012628). - kernel/events/uprobes: handle device-exclusive entries correctly in __replace_page() (bsc#1012628). - kexec: initialize ELF lowest address to ULONG_MAX (bsc#1012628). - ocfs2: validate l_tree_depth to avoid out-of-bounds access (bsc#1012628). - reboot: replace __hw_protection_shutdown bool action parameter with an enum (bsc#1012628). - reboot: reboot, not shutdown, on hw_protection_reboot timeout (bsc#1012628). - arch/powerpc: drop GENERIC_PTDUMP from mpc885_ads_defconfig (bsc#1012628). - writeback: let trace_balance_dirty_pages() take struct dtc as parameter (bsc#1012628). - writeback: fix calculations in trace_balance_dirty_pages() for cgwb (bsc#1012628). - scripts/gdb/linux/symbols.py: address changes to module_sect_attrs (bsc#1012628). - NFSv4: Don't trigger uneccessary scans for return-on-close delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for returning delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for expired delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for delayed delegations (bsc#1012628). - NFS: fix open_owner_id_maxsz and related fields (bsc#1012628). - fuse: fix dax truncate/punch_hole fault path (bsc#1012628). - selftests/mm/cow: fix the incorrect error handling (bsc#1012628). - um: Pass the correct Rust target and options with gcc (bsc#1012628). - um: remove copy_from_kernel_nofault_allowed (bsc#1012628). - um: hostfs: avoid issues on inode number reuse by host (bsc#1012628). - i3c: master: svc: Fix missing the IBI rules (bsc#1012628). - perf python: Fixup description of sample.id event member (bsc#1012628). - perf python: Decrement the refcount of just created event on failure (bsc#1012628). - perf python: Don't keep a raw_data pointer to consumed ring buffer space (bsc#1012628). - perf python: Check if there is space to copy all the event (bsc#1012628). - perf dso: fix dso__is_kallsyms() check (bsc#1012628). - perf: intel-tpebs: Fix incorrect usage of zfree() (bsc#1012628). - perf pmu: Handle memory failure in tool_pmu__new() (bsc#1012628). - staging: rtl8723bs: select CONFIG_CRYPTO_LIB_AES (bsc#1012628). - staging: vchiq_arm: Register debugfs after cdev (bsc#1012628). - staging: vchiq_arm: Fix possible NPR of keep-alive thread (bsc#1012628). - staging: vchiq_arm: Stop kthreads if vchiq cdev register fails (bsc#1012628). - tty: n_tty: use uint for space returned by tty_write_room() (bsc#1012628). - perf vendor events arm64 AmpereOneX: Fix frontend_bound calculation (bsc#1012628). - fs/procfs: fix the comment above proc_pid_wchan() (bsc#1012628). - perf tools: Fix is_compat_mode build break in ppc64 (bsc#1012628). - perf tools: annotate asm_pure_loop.S (bsc#1012628). - perf bpf-filter: Fix a parsing error with comma (bsc#1012628). - objtool: Handle various symbol types of rodata (bsc#1012628). - objtool: Handle different entry size of rodata (bsc#1012628). - objtool: Handle PC relative relocation type (bsc#1012628). - objtool: Fix detection of consecutive jump tables on Clang 20 (bsc#1012628). - thermal: core: Remove duplicate struct declaration (bsc#1012628). - objtool, spi: amd: Fix out-of-bounds stack access in amd_set_spi_freq() (bsc#1012628). - objtool, nvmet: Fix out-of-bounds stack access in nvmet_ctrl_state_show() (bsc#1012628). - objtool, media: dib8000: Prevent divide-by-zero in dib8000_set_dds() (bsc#1012628). - NFS: Shut down the nfs_client only after all the superblocks (bsc#1012628). - smb: client: Fix netns refcount imbalance causing leaks and use-after-free (bsc#1012628). - exfat: fix the infinite loop in exfat_find_last_cluster() (bsc#1012628). - exfat: fix missing shutdown check (bsc#1012628). - rtnetlink: Allocate vfinfo size for VF GUIDs when supported (bsc#1012628). - rndis_host: Flag RNDIS modems as WWAN devices (bsc#1012628). - ksmbd: use aead_request_free to match aead_request_alloc (bsc#1012628). - ksmbd: fix multichannel connection failure (bsc#1012628). - ksmbd: fix r_count dec/increment mismatch (bsc#1012628). - net/mlx5e: SHAMPO, Make reserved size independent of page size (bsc#1012628). - ring-buffer: Fix bytes_dropped calculation issue (bsc#1012628). - objtool: Fix segfault in ignore_unreachable_insn() (bsc#1012628). - LoongArch: Fix help text of CMDLINE_EXTEND in Kconfig (bsc#1012628). - LoongArch: Fix device node refcount leak in fdt_cpu_clk_init() (bsc#1012628). - LoongArch: Rework the arch_kgdb_breakpoint() implementation (bsc#1012628). - ACPI: processor: idle: Return an error if both P_LVL{2,3} idle states are invalid (bsc#1012628). - net: phy: broadcom: Correct BCM5221 PHY model detection (bsc#1012628). - octeontx2-af: Fix mbox INTR handler when num VFs > 64 (bsc#1012628). - octeontx2-af: Free NIX_AF_INT_VEC_GEN irq (bsc#1012628). - objtool: Fix verbose disassembly if CROSS_COMPILE isn't set (bsc#1012628). - sched/smt: Always inline sched_smt_active() (bsc#1012628). - context_tracking: Always inline ct_{nmi,irq}_{enter,exit}() (bsc#1012628). - rcu-tasks: Always inline rcu_irq_work_resched() (bsc#1012628). - objtool/loongarch: Add unwind hints in prepare_frametrace() (bsc#1012628). - nfs: Add missing release on error in nfs_lock_and_join_requests() (bsc#1012628). - rtc: renesas-rtca3: Disable interrupts only if the RTC is enabled (bsc#1012628). - spufs: fix a leak on spufs_new_file() failure (bsc#1012628). - spufs: fix gang directory lifetimes (bsc#1012628). - spufs: fix a leak in spufs_create_context() (bsc#1012628). - fs/9p: fix NULL pointer dereference on mkdir (bsc#1012628). - riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_call_ra (bsc#1012628). - riscv: Fix the __riscv_copy_vec_words_unaligned implementation (bsc#1012628). - riscv: Fix missing __free_pages() in check_vector_unaligned_access() (bsc#1012628). - riscv: fgraph: Select HAVE_FUNCTION_GRAPH_TRACER depends on HAVE_DYNAMIC_FTRACE_WITH_ARGS (bsc#1012628). - ntb_hw_switchtec: Fix shift-out-of-bounds in switchtec_ntb_mw_set_trans (bsc#1012628). - ntb: intel: Fix using link status DB's (bsc#1012628). - riscv: fgraph: Fix stack layout to match __arch_ftrace_regs argument of ftrace_return_to_handler (bsc#1012628). - riscv: Annotate unaligned access init functions (bsc#1012628). - riscv: Fix riscv_online_cpu_vec (bsc#1012628). - riscv: Fix check_unaligned_access_all_cpus (bsc#1012628). - riscv: Change check_unaligned_access_speed_all_cpus to void (bsc#1012628). - riscv: Fix set up of cpu hotplug callbacks (bsc#1012628). - riscv: Fix set up of vector cpu hotplug callback (bsc#1012628). - firmware: cs_dsp: Ensure cs_dsp_load[_coeff]() returns 0 on success (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic breakage on ASUS VivoBook X515JA (bsc#1012628). - RISC-V: errata: Use medany for relocatable builds (bsc#1012628). - x86/uaccess: Improve performance by aligning writes to 8 bytes in copy_user_generic(), on non-FSRM/ERMS CPUs (bsc#1012628). - ublk: make sure ubq->canceling is set when queue is frozen (bsc#1012628). - s390/entry: Fix setting _CIF_MCCK_GUEST with lowcore relocation (bsc#1012628). - ASoC: codecs: rt5665: Fix some error handling paths in rt5665_probe() (bsc#1012628). - spi: cadence: Fix out-of-bounds array access in cdns_mrvl_xspi_setup_clock() (bsc#1012628). - riscv: Fix hugetlb retrieval of number of ptes in case of !present pte (bsc#1012628). - riscv/kexec_file: Handle R_RISCV_64 in purgatory relocator (bsc#1012628). - riscv/purgatory: 4B align purgatory_start (bsc#1012628). - nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer (bsc#1012628). - nvme-pci: skip nvme_write_sq_db on empty rqlist (bsc#1012628). - ASoC: imx-card: Add NULL check in imx_card_probe() (bsc#1012628). - spi: bcm2835: Do not call gpiod_put() on invalid descriptor (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic on another ASUS VivoBook model (bsc#1012628). - spi: bcm2835: Restore native CS probing when pinctrl-bcm2835 is absent (bsc#1012628). - xsk: Add launch time hardware offload support to XDP Tx metadata (bsc#1012628). - igc: Refactor empty frame insertion for launch time support (bsc#1012628). - igc: Add launch time support to XDP ZC (bsc#1012628). - igc: Fix TX drops in XDP ZC (bsc#1012628). - e1000e: change k1 configuration on MTP and later platforms (bsc#1012628). - ixgbe: fix media type detection for E610 device (bsc#1012628). - idpf: fix adapter NULL pointer dereference on reboot (bsc#1012628). - netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets only (bsc#1012628). - netfilter: nf_tables: don't unregister hook when table is dormant (bsc#1012628). - netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets (bsc#1012628). - net_sched: skbprio: Remove overly strict queue assertions (bsc#1012628). - sctp: add mutual exclusion in proc_sctp_do_udp_port() (bsc#1012628). - net: airoha: Fix qid report in airoha_tc_get_htb_get_leaf_queue() (bsc#1012628). - net: airoha: Fix ETS priomap validation (bsc#1012628). - net: mvpp2: Prevent parser TCAM memory corruption (bsc#1012628). - rtnetlink: Use register_pernet_subsys() in rtnl_net_debug_init() (bsc#1012628). - udp: Fix multiple wraparounds of sk->sk_rmem_alloc (bsc#1012628). - udp: Fix memory accounting leak (bsc#1012628). - vsock: avoid timeout during connect() if the socket is closing (bsc#1012628). - tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu() (bsc#1012628). - xsk: Fix __xsk_generic_xmit() error code when cq is full (bsc#1012628). - net: decrease cached dst counters in dst_release (bsc#1012628). - netfilter: nft_tunnel: fix geneve_opt type confusion addition (bsc#1012628). - sfc: rip out MDIO support (bsc#1012628). - sfc: fix NULL dereferences in ef100_process_design_param() (bsc#1012628). - ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS (bsc#1012628). - net: dsa: mv88e6xxx: propperly shutdown PPU re-enable timer on destroy (bsc#1012628). - net: fix geneve_opt length integer overflow (bsc#1012628). - ipv6: Start path selection from the first nexthop (bsc#1012628). - ipv6: Do not consider link down nexthops in path selection (bsc#1012628). - arcnet: Add NULL check in com20020pci_probe() (bsc#1012628). - net: ibmveth: make veth_pool_store stop hanging (bsc#1012628). - netlink: specs: rt_route: pull the ifa- prefix out of the names (bsc#1012628). - tools/power turbostat: Allow Zero return value for some RAPL registers (bsc#1012628). - kbuild: deb-pkg: don't set KBUILD_BUILD_VERSION unconditionally (bsc#1012628). - drm/xe: Fix unmet direct dependencies warning (bsc#1012628). - drm/amdgpu/gfx11: fix num_mec (bsc#1012628). - drm/amdgpu/gfx12: fix num_mec (bsc#1012628). - perf/core: Fix child_total_time_enabled accounting bug at task exit (bsc#1012628). - tools/power turbostat: report CoreThr per measurement interval (bsc#1012628). - tools/power turbostat: Restore GFX sysfs fflush() call (bsc#1012628). - staging: gpib: ni_usb console messaging cleanup (bsc#1012628). - staging: gpib: Fix Oops after disconnect in ni_usb (bsc#1012628). - staging: gpib: agilent usb console messaging cleanup (bsc#1012628). - staging: gpib: Fix Oops after disconnect in agilent usb (bsc#1012628). - tty: serial: fsl_lpuart: Use u32 and u8 for register variables (bsc#1012628). - tty: serial: fsl_lpuart: use port struct directly to simply code (bsc#1012628). - tty: serial: fsl_lpuart: Fix unused variable 'sport' build warning (bsc#1012628). - tty: serial: lpuart: only disable CTS instead of overwriting the whole UARTMODIR register (bsc#1012628). - usbnet:fix NPE during rx_complete (bsc#1012628). - rust: Fix enabling Rust and building with GCC for LoongArch (bsc#1012628). - LoongArch: Increase ARCH_DMA_MINALIGN up to 16 (bsc#1012628). - LoongArch: Increase MAX_IO_PICS up to 8 (bsc#1012628). - LoongArch: BPF: Fix off-by-one error in build_prologue() (bsc#1012628). - LoongArch: BPF: Don't override subprog's return value (bsc#1012628). - LoongArch: BPF: Use move_addr() for BPF_PSEUDO_FUNC (bsc#1012628). - x86/hyperv: Fix check of return value from snp_set_vmsa() (bsc#1012628). - KVM: x86: block KVM_CAP_SYNC_REGS if guest state is protected (bsc#1012628). - x86/microcode/AMD: Fix __apply_microcode_amd()'s return value (bsc#1012628). - x86/mce: use is_copy_from_user() to determine copy-from-user context (bsc#1012628). - x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRT (bsc#1012628). - x86/tdx: Fix arch_safe_halt() execution for TDX VMs (bsc#1012628). - ACPI: x86: Extend Lenovo Yoga Tab 3 quirk with skip GPIO event-handlers (bsc#1012628). - platform/x86: thinkpad_acpi: disable ACPI fan access for T495* and E560 (bsc#1012628). - platform/x86: ISST: Correct command storage data length (bsc#1012628). - ntb_perf: Delete duplicate dmaengine_unmap_put() call in perf_copy_chunk() (bsc#1012628). - perf/x86/intel: Apply static call for drain_pebs (bsc#1012628). - perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample read (bsc#1012628). - uprobes/x86: Harden uretprobe syscall trampoline check (bsc#1012628). - bcachefs: bch2_ioctl_subvolume_destroy() fixes (bsc#1012628). - x86/Kconfig: Add cmpxchg8b support back to Geode CPUs (bsc#1012628). - x86/tsc: Always save/restore TSC sched_clock() on suspend/resume (bsc#1012628). - x86/mm: Fix flush_tlb_range() when used for zapping normal PMDs (bsc#1012628). - ACPI: platform-profile: Fix CFI violation when accessing sysfs files (bsc#1012628). - wifi: mt76: mt7925: remove unused acpi function for clc (bsc#1012628). - acpi: nfit: fix narrowing conversion in acpi_nfit_ctl (bsc#1012628). - ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP (bsc#1012628). - ACPI: video: Handle fetching EDID as ACPI_TYPE_PACKAGE (bsc#1012628). - ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE (bsc#1012628). - ARM: 9444/1: add KEEP() keyword to ARM_VECTORS (bsc#1012628). - media: omap3isp: Handle ARM dma_iommu_mapping (bsc#1012628). - Remove unnecessary firmware version check for gc v9_4_2 (bsc#1012628). - mmc: omap: Fix memory leak in mmc_omap_new_slot (bsc#1012628). - mmc: sdhci-pxav3: set NEED_RSP_BUSY capability (bsc#1012628). - mmc: sdhci-omap: Disable MMC_CAP_AGGRESSIVE_PM for eMMC/SD (bsc#1012628). - KVM: SVM: Don't change target vCPU state on AP Creation VMGEXIT error (bsc#1012628). - ksmbd: add bounds check for durable handle context (bsc#1012628). - ksmbd: add bounds check for create lease context (bsc#1012628). - ksmbd: fix use-after-free in ksmbd_sessions_deregister() (bsc#1012628). - ksmbd: fix session use-after-free in multichannel connection (bsc#1012628). - ksmbd: fix overflow in dacloffset bounds check (bsc#1012628). - ksmbd: validate zero num_subauth before sub_auth is accessed (bsc#1012628). - ksmbd: fix null pointer dereference in alloc_preauth_hash() (bsc#1012628). - exfat: fix random stack corruption after get_block (bsc#1012628). - exfat: fix potential wrong error return from get_block (bsc#1012628). - tracing: Fix use-after-free in print_graph_function_flags during tracer switching (bsc#1012628). - tracing: Ensure module defining synth event cannot be unloaded while tracing (bsc#1012628). - tracing: Fix synth event printk format for str fields (bsc#1012628). - tracing/osnoise: Fix possible recursive locking for cpus_read_lock() (bsc#1012628). - tracing: Verify event formats that have "%*p.." (bsc#1012628). - mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAs (bsc#1012628). - arm64: Don't call NULL in do_compat_alignment_fixup() (bsc#1012628). - wifi: mt76: mt7921: fix kernel panic due to null pointer dereference (bsc#1012628). - ext4: don't over-report free space or inodes in statvfs (bsc#1012628). - ext4: fix OOB read when checking dotdot dir (bsc#1012628). - PCI/bwctrl: Fix NULL pointer dereference on bus number exhaustion (bsc#1012628). - jfs: fix slab-out-of-bounds read in ea_get() (bsc#1012628). - jfs: add index corruption check to DT_GETPAGE() (bsc#1012628). - mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead() (bsc#1012628). - exec: fix the racy usage of fs_struct->in_exec (bsc#1012628). - media: vimc: skip .s_stream() for stopped entities (bsc#1012628). - media: streamzap: fix race between device disconnection and urb callback (bsc#1012628). - nfsd: don't ignore the return code of svc_proc_register() (bsc#1012628). - nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid() (bsc#1012628). - nfsd: put dl_stid if fail to queue dl_recall (bsc#1012628). - NFSD: Add a Kconfig setting to enable delegated timestamps (bsc#1012628). - nfsd: fix management of listener transports (bsc#1012628). - NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs() (bsc#1012628). - NFSD: Never return NFS4ERR_FILE_OPEN when removing a directory (bsc#1012628). - NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up (bsc#1012628). - perf pmu: Rename name matching for no suffix or wildcard variants (bsc#1012628). - include/{topology,cpuset}: Move dl_rebuild_rd_accounting to cpuset.h (bsc#1012628). - tracing: Do not use PERF enums when perf is not defined (bsc#1012628). - ASoC: mediatek: mt6359: Fix DT parse error due to wrong child node name (bsc#1012628). - Update config files. - Rename to patches.kernel.org/6.14.2-013-EDAC-igen6-Fix-the-flood-of-invalid-error-repo.patch. - Rename to patches.kernel.org/6.14.2-257-Bluetooth-hci_event-Fix-handling-of-HCI_EV_LE_.patch. - Rename to patches.kernel.org/6.14.2-281-PCI-Use-downstream-bridges-for-distributing-re.patch. - commit b659bfa ++++ kernel-obs-qa: - config: Disable CONFIG_LATENCYTOP (jsc#PED-12529) - commit 409aca3 - ipv6: Align behavior across nexthops during path selection (git-fixes). - commit 885421b - Linux 6.14.2 (bsc#1012628). - fs: support O_PATH fds with FSCONFIG_SET_FD (bsc#1012628). - watch_queue: fix pipe accounting mismatch (bsc#1012628). - x86/mm/pat: cpa-test: fix length for CPA_ARRAY test (bsc#1012628). - m68k: sun3: Use str_read_write() helper in mmu_emu_handle_fault() (bsc#1012628). - m68k: sun3: Fix DEBUG_MMU_EMU build (bsc#1012628). - cpufreq: scpi: compare kHz instead of Hz (bsc#1012628). - seccomp: fix the __secure_computing() stub for !HAVE_ARCH_SECCOMP_FILTER (bsc#1012628). - smack: dont compile ipv6 code unless ipv6 is configured (bsc#1012628). - smack: ipv4/ipv6: tcp/dccp/sctp: fix incorrect child socket label (bsc#1012628). - sched: Cancel the slice protection of the idle entity (bsc#1012628). - sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasks (bsc#1012628). - cpufreq: governor: Fix negative 'idle_time' handling in dbs_update() (bsc#1012628). - EDAC/{skx_common,i10nm}: Fix some missing error reports on Emerald Rapids (bsc#1012628). - x86/vdso: Fix latent bug in vclock_pages calculation (bsc#1012628). - x86/fpu: Fix guest FPU state buffer allocation size (bsc#1012628). - cpufreq/amd-pstate: Modify the min_perf calculation in adjust_perf callback (bsc#1012628). - cpufreq/amd-pstate: Pass min/max_limit_perf as min/max_perf to amd_pstate_update (bsc#1012628). - cpufreq/amd-pstate: Convert all perf values to u8 (bsc#1012628). - cpufreq/amd-pstate: Add missing NULL ptr check in amd_pstate_update (bsc#1012628). - x86/fpu: Avoid copying dynamic FP state from init_task in arch_dup_task_struct() (bsc#1012628). - rseq: Update kernel fields in lockstep with CONFIG_DEBUG_RSEQ=y (bsc#1012628). - x86/platform: Only allow CONFIG_EISA for 32-bit (bsc#1012628). - x86/sev: Add missing RIP_REL_REF() invocations during sme_enable() (bsc#1012628). - lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lock (bsc#1012628). - PM: sleep: Adjust check before setting power.must_resume (bsc#1012628). - cpufreq: tegra194: Allow building for Tegra234 (bsc#1012628). - RISC-V: KVM: Disable the kernel perf counter during configure (bsc#1012628). - kunit/stackinit: Use fill byte different from Clang i386 pattern (bsc#1012628). - watchdog/hardlockup/perf: Fix perf_event memory leak (bsc#1012628). - x86/split_lock: Fix the delayed detection logic (bsc#1012628). - selinux: Chain up tool resolving errors in install_policy.sh (bsc#1012628). - EDAC/ie31200: Fix the size of EDAC_MC_LAYER_CHIP_SELECT layer (bsc#1012628). - EDAC/ie31200: Fix the DIMM size mask for several SoCs (bsc#1012628). - EDAC/ie31200: Fix the error path order of ie31200_init() (bsc#1012628). - dma: Fix encryption bit clearing for dma_to_phys (bsc#1012628). - dma: Introduce generic dma_addr_*crypted helpers (bsc#1012628). - arm64: realm: Use aliased addresses for device DMA to shared buffers (bsc#1012628). - x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors (bsc#1012628). - cpuidle: Init cpuidle only for present CPUs (bsc#1012628). - thermal: int340x: Add NULL check for adev (bsc#1012628). - PM: sleep: Fix handling devices with direct_complete set on errors (bsc#1012628). - lockdep: Don't disable interrupts on RT in disable_irq_nosync_lockdep.*() (bsc#1012628). - cpufreq: Init cpufreq only for present CPUs (bsc#1012628). - perf/ring_buffer: Allow the EPOLLRDNORM flag for poll (bsc#1012628). - perf: Save PMU specific data in task_struct (bsc#1012628). - perf: Supply task information to sched_task() (bsc#1012628). - perf/x86/lbr: Fix shorter LBRs call stacks for the system-wide mode (bsc#1012628). - sched/deadline: Ignore special tasks when rebuilding domains (bsc#1012628). - sched/topology: Wrappers for sched_domains_mutex (bsc#1012628). - sched/deadline: Generalize unique visiting of root domains (bsc#1012628). - sched/deadline: Rebuild root domain accounting after every update (bsc#1012628). - x86/traps: Make exc_double_fault() consistently noreturn (bsc#1012628). - x86/fpu/xstate: Fix inconsistencies in guest FPU xfeatures (bsc#1012628). - x86/entry: Add __init to ia32_emulation_override_cmdline() (bsc#1012628). - RISC-V: KVM: Teardown riscv specific bits after kvm_exit (bsc#1012628). - regulator: pca9450: Fix enable register for LDO5 (bsc#1012628). - auxdisplay: MAX6959 should select BITREVERSE (bsc#1012628). - media: verisilicon: HEVC: Initialize start_bit field (bsc#1012628). - media: platform: allgro-dvt: unregister v4l2_device on the error path (bsc#1012628). - auxdisplay: panel: Fix an API misuse in panel.c (bsc#1012628). - platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: Make symbol static (bsc#1012628). - platform/x86: dell-uart-backlight: Make dell_uart_bl_serdev_driver static (bsc#1012628). - platform/x86: dell-ddv: Fix temperature calculation (bsc#1012628). - ASoC: cs35l41: check the return value from spi_setup() (bsc#1012628). - ASoC: amd: acp: Fix for enabling DMIC on acp platforms via _DSD entry (bsc#1012628). - HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER (bsc#1012628). - ASoC: simple-card-utils: Don't use __free(device_node) at graph_util_parse_dai() (bsc#1012628). - dt-bindings: vendor-prefixes: add GOcontroll (bsc#1012628). - ALSA: hda/realtek: Always honor no_shutup_pins (bsc#1012628). - ASoC: tegra: Use non-atomic timeout for ADX status register (bsc#1012628). - ASoC: ti: j721e-evm: Fix clock configuration for ti,j7200-cpb-audio compatible (bsc#1012628). - ALSA: usb-audio: separate DJM-A9 cap lvl options (bsc#1012628). - ALSA: timer: Don't take register_mutex with copy_from/to_user() (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic assignment on ASUS VivoBook X515UA (bsc#1012628). - wifi: rtw89: Correct immediate cfg_len calculation for scan_offload_be (bsc#1012628). - wifi: ath12k: fix skb_ext_desc leak in ath12k_dp_tx() error path (bsc#1012628). - wifi: ath12k: encode max Tx power in scan channel list command (bsc#1012628). - wifi: ath12k: Fix pdev lookup in WBM error processing (bsc#1012628). - wifi: ath9k: do not submit zero bytes to the entropy pool (bsc#1012628). - wifi: ath11k: fix wrong overriding for VHT Beamformee STS Capability (bsc#1012628). - arm64: dts: mediatek: mt8173-elm: Drop pmic's #address-cells and #size-cells (bsc#1012628). - arm64: dts: mediatek: mt8173: Fix some node names (bsc#1012628). - wifi: ath11k: update channel list in reg notifier instead reg worker (bsc#1012628). - ARM: dts: omap4-panda-a4: Add missing model and compatible properties (bsc#1012628). - f2fs: quota: fix to avoid warning in dquot_writeback_dquots() (bsc#1012628). - dlm: prevent NPD when writing a positive value to event_done (bsc#1012628). - wifi: ath11k: fix RCU stall while reaping monitor destination ring (bsc#1012628). - wifi: ath11k: add srng->lock for ath11k_hal_srng_* in monitor mode (bsc#1012628). - wifi: ath12k: Fix locking in "QMI firmware ready" error paths (bsc#1012628). - f2fs: fix to avoid panic once fallocation fails for pinfile (bsc#1012628). - scsi: mpt3sas: Reduce log level of ignore_delay_remove message to KERN_INFO (bsc#1012628). - md: ensure resync is prioritized over recovery (bsc#1012628). - md/raid1: fix memory leak in raid1_run() if no active rdev (bsc#1012628). - coredump: Fixes core_pipe_limit sysctl proc_handler (bsc#1012628). - io_uring/io-wq: eliminate redundant io_work_get_acct() calls (bsc#1012628). - io_uring/io-wq: cache work->flags in variable (bsc#1012628). - io_uring/io-wq: do not use bogus hash value (bsc#1012628). - io_uring: check for iowq alloc_workqueue failure (bsc#1012628). - io_uring/net: improve recv bundles (bsc#1012628). - firmware: arm_ffa: Refactor addition of partition information into XArray (bsc#1012628). - firmware: arm_ffa: Unregister the FF-A devices when cleaning up the partitions (bsc#1012628). - arm64: dts: mediatek: mt6359: fix dtbs_check error for audio-codec (bsc#1012628). - scsi: mpi3mr: Fix locking in an error path (bsc#1012628). - scsi: mpt3sas: Fix a locking bug in an error path (bsc#1012628). - can: rockchip_canfd: rkcanfd_chip_fifo_setup(): remove duplicated setup of RX FIFO (bsc#1012628). - jfs: reject on-disk inodes of an unsupported type (bsc#1012628). - jfs: add check read-only before txBeginAnon() call (bsc#1012628). - jfs: add check read-only before truncation in jfs_truncate_nolock() (bsc#1012628). - wifi: ath12k: Add missing htt_metadata flag in ath12k_dp_tx() (bsc#1012628). - wifi: rtw89: rtw8852b{t}: fix TSSI debug timestamps (bsc#1012628). - xfrm: delay initialization of offload path till its actually requested (bsc#1012628). - iommu/io-pgtable-dart: Only set subpage protection disable for DART 1 (bsc#1012628). - firmware: arm_ffa: Explicitly cast return value from FFA_VERSION before comparison (bsc#1012628). - firmware: arm_ffa: Explicitly cast return value from NOTIFICATION_INFO_GET (bsc#1012628). - arm64: dts: renesas: r8a774c0: Re-add voltages to OPP table (bsc#1012628). - arm64: dts: renesas: r8a77990: Re-add voltages to OPP table (bsc#1012628). - firmware: arm_ffa: Skip the first/partition ID when parsing vCPU list (bsc#1012628). - arm64: dts: ti: k3-j722s-evm: Fix USB2.0_MUX_SEL to select Type-C (bsc#1012628). - wifi: ath12k: use link specific bss_conf as well in ath12k_mac_vif_cache_flush() (bsc#1012628). - arm64: dts: imx8mp-skov: correct PMIC board limits (bsc#1012628). - arm64: dts: imx8mp-skov: operate CPU at 850 mV by default (bsc#1012628). - arm64: dts: mediatek: mt8390-genio-700-evk: Move common parts to dtsi (bsc#1012628). - arm64: dts: mediatek: mt8390-genio-common: Fix duplicated regulator name (bsc#1012628). - wifi: ath11k: Clear affinity hint before calling ath11k_pcic_free_irq() in error path (bsc#1012628). - wifi: ath12k: Clear affinity hint before calling ath12k_pci_free_irq() in error path (bsc#1012628). - f2fs: fix to set .discard_granularity correctly (bsc#1012628). - f2fs: add check for deleted inode (bsc#1012628). - arm64: dts: ti: k3-am62-verdin-dahlia: add Microphone Jack to sound card (bsc#1012628). - f2fs: fix potential deadloop in prepare_compress_overwrite() (bsc#1012628). - f2fs: fix to call f2fs_recover_quota_end() correctly (bsc#1012628). - md: fix mddev uaf while iterating all_mddevs list (bsc#1012628). - md/raid1,raid10: don't ignore IO flags (bsc#1012628). - md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb (bsc#1012628). - tracing: Fix DECLARE_TRACE_CONDITION (bsc#1012628). - tools/rv: Keep user LDFLAGS in build (bsc#1012628). - arm64: dts: ti: k3-am62p: Enable AUDIO_REFCLKx (bsc#1012628). - arm64: dts: ti: k3-am62p: fix pinctrl settings (bsc#1012628). - arm64: dts: ti: k3-j722s: fix pinctrl settings (bsc#1012628). - wifi: rtw89: fw: correct debug message format in rtw89_build_txpwr_trk_tbl_from_elm() (bsc#1012628). - wifi: rtw89: pci: correct ISR RDU bit for 8922AE (bsc#1012628). - blk-throttle: fix lower bps rate by throtl_trim_slice() (bsc#1012628). - soc: mediatek: mtk-mmsys: Fix MT8188 VDO1 DPI1 output selection (bsc#1012628). - soc: mediatek: mt8167-mmsys: Fix missing regval in all entries (bsc#1012628). - soc: mediatek: mt8365-mmsys: Fix routing table masks and values (bsc#1012628). - md/raid10: wait barrier before returning discard request with REQ_NOWAIT (bsc#1012628). - block: ensure correct integrity capability propagation in stacked devices (bsc#1012628). - block: Correctly initialize BLK_INTEGRITY_NOGENERATE and BLK_INTEGRITY_NOVERIFY (bsc#1012628). - badblocks: Fix error shitf ops (bsc#1012628). - badblocks: factor out a helper try_adjacent_combine (bsc#1012628). - badblocks: attempt to merge adjacent badblocks during ack_all_badblocks (bsc#1012628). - badblocks: return error directly when setting badblocks exceeds 512 (bsc#1012628). - badblocks: return error if any badblock set fails (bsc#1012628). - badblocks: fix the using of MAX_BADBLOCKS (bsc#1012628). - badblocks: fix merge issue when new badblocks align with pre+1 (bsc#1012628). - badblocks: fix missing bad blocks on retry in _badblocks_check() (bsc#1012628). - badblocks: return boolean from badblocks_set() and badblocks_clear() (bsc#1012628). - badblocks: use sector_t instead of int to avoid truncation of badblocks length (bsc#1012628). - firmware: arm_scmi: use ioread64() instead of ioread64_hi_lo() (bsc#1012628). - net: airoha: Fix lan4 support in airoha_qdma_get_gdm_port() (bsc#1012628). - iommu/amd: Fix header file (bsc#1012628). - iommu/vt-d: Fix system hang on reboot -f (bsc#1012628). - memory: mtk-smi: Add ostd setting for mt8192 (bsc#1012628). - gfs2: minor evict fix (bsc#1012628). - gfs2: skip if we cannot defer delete (bsc#1012628). - ARM: dts: imx6ul-tqma6ul1: Change include order to disable fec2 node (bsc#1012628). - arm64: dts: imx8mp: add AUDIO_AXI_CLK_ROOT to AUDIOMIX block (bsc#1012628). - arm64: dts: imx8mp: change AUDIO_AXI_CLK_ROOT freq. to 800MHz (bsc#1012628). - f2fs: fix to avoid accessing uninitialized curseg (bsc#1012628). - iommu: Handle race with default domain setup (bsc#1012628). - wifi: mac80211: remove SSID from ML reconf (bsc#1012628). - f2fs: fix to avoid running out of free segments (bsc#1012628). - block: fix adding folio to bio (bsc#1012628). - ext4: fix potential null dereference in ext4 kunit test (bsc#1012628). - ext4: convert EXT4_FLAGS_* defines to enum (bsc#1012628). - ext4: add EXT4_FLAGS_EMERGENCY_RO bit (bsc#1012628). - ext4: correct behavior under errors=remount-ro mode (bsc#1012628). - ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is set (bsc#1012628). - arm64: dts: rockchip: Move rk356x scmi SHMEM to reserved memory (bsc#1012628). - arm64: dts: rockchip: Remove bluetooth node from rock-3a (bsc#1012628). - bus: qcom-ssc-block-bus: Remove some duplicated iounmap() calls (bsc#1012628). - bus: qcom-ssc-block-bus: Fix the error handling path of qcom_ssc_block_bus_probe() (bsc#1012628). - arm64: dts: rockchip: Fix pcie reset gpio on Orange Pi 5 Max (bsc#1012628). - arm64: dts: rockchip: Fix PWM pinctrl names (bsc#1012628). - arm64: dts: rockchip: remove ethm0_clk0_25m_out from Sige5 gmac0 (bsc#1012628). - erofs: allow 16-byte volume name again (bsc#1012628). - ext4: add missing brelse() for bh2 in ext4_dx_add_entry() (bsc#1012628). - ext4: verify fast symlink length (bsc#1012628). - f2fs: fix missing discard for active segments (bsc#1012628). - scsi: hisi_sas: Fixed failure to issue vendor specific commands (bsc#1012628). - scsi: target: tcm_loop: Fix wrong abort tag (bsc#1012628). - ext4: introduce ITAIL helper (bsc#1012628). - ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all() (bsc#1012628). - ext4: goto right label 'out_mmap_sem' in ext4_setattr() (bsc#1012628). - jbd2: fix off-by-one while erasing journal (bsc#1012628). - ata: libata: Fix NCQ Non-Data log not supported print (bsc#1012628). - wifi: nl80211: store chandef on the correct link when starting CAC (bsc#1012628). - wifi: mac80211: check basic rates validity in sta_link_apply_parameters (bsc#1012628). - wifi: cfg80211: init wiphy_work before allocating rfkill fails (bsc#1012628). - wifi: mwifiex: Fix premature release of RF calibration data (bsc#1012628). - wifi: mwifiex: Fix RF calibration data download from file (bsc#1012628). - ice: health.c: fix compilation on gcc 7.5 (bsc#1012628). - ice: ensure periodic output start time is in the future (bsc#1012628). - ice: fix reservation of resources for RDMA when disabled (bsc#1012628). - virtchnl: make proto and filter action count unsigned (bsc#1012628). - ice: stop truncating queue ids when checking (bsc#1012628). - ice: validate queue quanta parameters to prevent OOB access (bsc#1012628). - ice: fix input validation for virtchnl BW (bsc#1012628). - ice: fix using untrusted value of pkt_len in ice_vc_fdir_parse_raw() (bsc#1012628). - idpf: check error for register_netdev() on init (bsc#1012628). - btrfs: get used bytes while holding lock at btrfs_reclaim_bgs_work() (bsc#1012628). - btrfs: fix reclaimed bytes accounting after automatic block group reclaim (bsc#1012628). - btrfs: fix block group refcount race in btrfs_create_pending_block_groups() (bsc#1012628). - btrfs: don't clobber ret in btrfs_validate_super() (bsc#1012628). - wifi: mt76: mt7915: fix possible integer overflows in mt7915_muru_stats_show() (bsc#1012628). - igb: reject invalid external timestamp requests for 82580-based HW (bsc#1012628). - renesas: reject PTP_STRICT_FLAGS as unsupported (bsc#1012628). - net: lan743x: reject unsupported external timestamp requests (bsc#1012628). - broadcom: fix supported flag check in periodic output function (bsc#1012628). - ptp: ocp: reject unsupported periodic output flags (bsc#1012628). - nvmet: pci-epf: Always configure BAR0 as 64-bit (bsc#1012628). - jbd2: add a missing data flush during file and fs synchronization (bsc#1012628). - ext4: define ext4_journal_destroy wrapper (bsc#1012628). - ext4: avoid journaling sb update on error if journal is destroying (bsc#1012628). - eth: bnxt: fix out-of-range access of vnic_info array (bsc#1012628). - net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF (bsc#1012628). - netfilter: nfnetlink_queue: Initialize ctx to avoid memory allocation error (bsc#1012628). - netfilter: nf_tables: Only use nf_skip_indirect_calls() when MITIGATION_RETPOLINE (bsc#1012628). - ax25: Remove broken autobind (bsc#1012628). - net/mlx5e: Fix ethtool -N flow-type ip4 to RSS context (bsc#1012628). - bnxt_en: Mask the bd_cnt field in the TX BD properly (bsc#1012628). - bnxt_en: Linearize TX SKB if the fragments exceed the max (bsc#1012628). - net: dsa: mv88e6xxx: fix atu_move_port_mask for 6341 family (bsc#1012628). - net: dsa: mv88e6xxx: enable PVT for 6321 switch (bsc#1012628). - net: dsa: mv88e6xxx: enable .port_set_policy() for 6320 family (bsc#1012628). - net: dsa: mv88e6xxx: fix VTU methods for 6320 family (bsc#1012628). - net: dsa: mv88e6xxx: enable STU methods for 6320 family (bsc#1012628). - mlxsw: spectrum_acl_bloom_filter: Workaround for some LLVM versions (bsc#1012628). - net: dsa: sja1105: fix displaced ethtool statistics counters (bsc#1012628). - net: dsa: sja1105: reject other RX filters than HWTSTAMP_FILTER_PTP_V2_L2_EVENT (bsc#1012628). - net: dsa: sja1105: fix kasan out-of-bounds warning in sja1105_table_delete_entry() (bsc#1012628). - net/mlx5: LAG, reload representors on LAG creation failure (bsc#1012628). - net/mlx5: Start health poll after enable hca (bsc#1012628). - vmxnet3: unregister xdp rxq info in the reset path (bsc#1012628). - bonding: check xdp prog when set bond mode (bsc#1012628). - ibmvnic: Use kernel helpers for hex dumps (bsc#1012628). - net: fix NULL pointer dereference in l3mdev_l3_rcv (bsc#1012628). - virtio_net: Fix endian with virtio_net_ctrl_rss (bsc#1012628). - Bluetooth: Add quirk for broken READ_VOICE_SETTING (bsc#1012628). - Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPE (bsc#1012628). - Bluetooth: btusb: Fix regression in the initialization of fake Bluetooth controllers (bsc#1012628). - Bluetooth: hci_core: Enable buffer flow control for SCO/eSCO (bsc#1012628). - Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancel (bsc#1012628). - rwonce: handle KCSAN like KASAN in read_word_at_a_time() (bsc#1012628). - net: dsa: microchip: fix DCB apptrust configuration on KSZ88x3 (bsc#1012628). - Bluetooth: btnxpuart: Fix kernel panic during FW release (bsc#1012628). - net: Fix the devmem sock opts and msgs for parisc (bsc#1012628). - net: libwx: fix Tx descriptor content for some tunnel packets (bsc#1012628). - net: libwx: fix Tx L4 checksum (bsc#1012628). - rwonce: fix crash by removing READ_ONCE() for unaligned read (bsc#1012628). - drm/bridge: ti-sn65dsi86: Fix multiple instances (bsc#1012628). - drm/ssd130x: Set SPI .id_table to prevent an SPI core warning (bsc#1012628). - accel/amdxdna: Return error when setting clock failed for npu1 (bsc#1012628). - drm/panthor: Fix a race between the reset and suspend path (bsc#1012628). - drm/ssd130x: fix ssd132x encoding (bsc#1012628). - drm/ssd130x: ensure ssd132x pitch is correct (bsc#1012628). - drm/dp_mst: Fix drm RAD print (bsc#1012628). - drm/bridge: it6505: fix HDCP V match check is not performed correctly (bsc#1012628). - drm/panthor: Fix race condition when gathering fdinfo group samples (bsc#1012628). - drm: xlnx: zynqmp: Fix max dma segment size (bsc#1012628). - drm: xlnx: zynqmp_dpsub: Add NULL check in zynqmp_audio_init (bsc#1012628). - drm: zynqmp_dp: Fix a deadlock in zynqmp_dp_ignore_hpd_set() (bsc#1012628). - drm/vkms: Fix use after free and double free on init error (bsc#1012628). - gpu: cdns-mhdp8546: fix call balance of mhdp->clk handling routines (bsc#1012628). - drm/amdgpu: refine smu send msg debug log format (bsc#1012628). - drm/amdgpu/umsch: remove vpe test from umsch (bsc#1012628). - drm/amdgpu/umsch: declare umsch firmware (bsc#1012628). - drm/amdgpu/umsch: fix ucode check (bsc#1012628). - drm/amdgpu/vcn5.0.1: use correct dpm helper (bsc#1012628). - PCI: Remove add_align overwrite unrelated to size0 (bsc#1012628). - PCI: Simplify size1 assignment logic (bsc#1012628). - PCI: Allow relaxed bridge window tail sizing for optional resources (bsc#1012628). - drm/mediatek: mtk_hdmi: Unregister audio platform device on failure (bsc#1012628). - drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size member (bsc#1012628). - drm/amdgpu: Replace Mutex with Spinlock for RLCG register access to avoid Priority Inversion in SRIOV (bsc#1012628). - PCI/ASPM: Fix link state exit during switch upstream function removal (bsc#1012628). - drm/panel: ilitek-ili9882t: fix GPIO name in error message (bsc#1012628). - PCI/ACS: Fix 'pci=config_acs=' parameter (bsc#1012628). - drm/amd/display: fix an indent issue in DML21 (bsc#1012628). - drm/msm/dpu: don't use active in atomic_check() (bsc#1012628). - drm/msm/dsi/phy: Program clock inverters in correct register (bsc#1012628). - drm/msm/dsi: Use existing per-interface slice count in DSC timing (bsc#1012628). - drm/msm/dsi: Set PHY usescase (and mode) before registering DSI host (bsc#1012628). - drm/msm/dpu: Fall back to a single DSC encoder (1:1:1) on small SoCs (bsc#1012628). - drm/msm/dpu: Remove arbitrary limit of 1 interface in DSC topology (bsc#1012628). - drm/msm/gem: Fix error code msm_parse_deps() (bsc#1012628). - drm/amdkfd: Fix Circular Locking Dependency in 'svm_range_cpu_invalidate_pagetables' (bsc#1012628). - PCI: mediatek-gen3: Configure PBUS_CSR registers for EN7581 SoC (bsc#1012628). - PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payload (bsc#1012628). - PCI: brcmstb: Set generation limit before PCIe link up (bsc#1012628). - PCI: brcmstb: Use internal register to change link capability (bsc#1012628). - PCI: brcmstb: Fix error path after a call to regulator_bulk_get() (bsc#1012628). - PCI: brcmstb: Fix potential premature regulator disabling (bsc#1012628). - selftests/pcie_bwctrl: Add 'set_pcie_speed.sh' to TEST_PROGS (bsc#1012628). - PCI/portdrv: Only disable pciehp interrupts early when needed (bsc#1012628). - PCI: Avoid reset when disabled via sysfs (bsc#1012628). - drm/msm/dpu: move needs_cdm setting to dpu_encoder_get_topology() (bsc#1012628). - drm/msm/dpu: simplify dpu_encoder_get_topology() interface (bsc#1012628). - drm/msm/dpu: don't set crtc_state->mode_changed from atomic_check() (bsc#1012628). - drm/panthor: Update CS_STATUS_ defines to correct values (bsc#1012628). - drm/file: Add fdinfo helper for printing regions with prefix (bsc#1012628). - drm/panthor: Expose size of driver internal BO's over fdinfo (bsc#1012628). - drm/panthor: Replace sleep locks with spinlocks in fdinfo path (bsc#1012628). - drm/panthor: Avoid sleep locking in the internal BO size path (bsc#1012628). - drm/panthor: Clean up FW version information display (bsc#1012628). - drm/amd/display: fix type mismatch in CalculateDynamicMetadataParameters() (bsc#1012628). - drm/msm/a6xx: Fix a6xx indexed-regs in devcoreduump (bsc#1012628). - powerpc/perf: Fix ref-counting on the PMU 'vpa_pmu' (bsc#1012628). - misc: pci_endpoint_test: Fix pci_endpoint_test_bars_read_bar() error handling (bsc#1012628). - misc: pci_endpoint_test: Handle BAR sizes larger than INT_MAX (bsc#1012628). - PCI: endpoint: pci-epf-test: Handle endianness properly (bsc#1012628). - crypto: powerpc: Mark ghashp8-ppc.o as an OBJECT_FILES_NON_STANDARD (bsc#1012628). - powerpc/kexec: fix physical address calculation in clear_utlb_entry() (bsc#1012628). - PCI: Remove stray put_device() in pci_register_host_bridge() (bsc#1012628). - PCI: xilinx-cpm: Fix IRQ domain leak in error path of probe (bsc#1012628). - drm/mediatek: Fix config_updating flag never false when no mbox channel (bsc#1012628). - drm/mediatek: dp: drm_err => dev_err in HPD path to avoid NULL ptr (bsc#1012628). - drm/mediatek: dsi: fix error codes in mtk_dsi_host_transfer() (bsc#1012628). - drm/amd/display: avoid NPD when ASIC does not support DMUB (bsc#1012628). - PCI: dwc: ep: Return -ENOMEM for allocation failures (bsc#1012628). - PCI: histb: Fix an error handling path in histb_pcie_probe() (bsc#1012628). - PCI: Fix BAR resizing when VF BARs are assigned (bsc#1012628). - drm/amdgpu/mes: optimize compute loop handling (bsc#1012628). - drm/amdgpu/mes: enable compute pipes across all MEC (bsc#1012628). - PCI: pciehp: Don't enable HPIE when resuming in poll mode (bsc#1012628). - PCI/bwctrl: Fix pcie_bwctrl_select_speed() return type (bsc#1012628). - io_uring/net: only import send_zc buffer once (bsc#1012628). - PCI: Fix NULL dereference in SR-IOV VF creation error path (bsc#1012628). - io_uring: use lockless_cq flag in io_req_complete_post() (bsc#1012628). - io_uring: fix retry handling off iowq (bsc#1012628). - fbdev: au1100fb: Move a variable assignment behind a null pointer check (bsc#1012628). - dummycon: fix default rows/cols (bsc#1012628). - mdacon: rework dependency list (bsc#1012628). - fbdev: sm501fb: Add some geometry checks (bsc#1012628). - crypto: iaa - Test the correct request flag (bsc#1012628). - crypto: qat - set parity error mask for qat_420xx (bsc#1012628). - crypto: tegra - Use separate buffer for setkey (bsc#1012628). - crypto: tegra - Do not use fixed size buffers (bsc#1012628). - crypto: tegra - check return value for hash do_one_req (bsc#1012628). - crypto: tegra - Transfer HASH init function to crypto engine (bsc#1012628). - crypto: tegra - Fix HASH intermediate result handling (bsc#1012628). - crypto: bpf - Add MODULE_DESCRIPTION for skcipher (bsc#1012628). - crypto: tegra - Use HMAC fallback when keyslots are full (bsc#1012628). - clk: amlogic: gxbb: drop incorrect flag on 32k clock (bsc#1012628). - crypto: hisilicon/sec2 - fix for aead authsize alignment (bsc#1012628). - crypto: hisilicon/sec2 - fix for sec spec check (bsc#1012628). - RDMA/mlx5: Fix page_size variable overflow (bsc#1012628). - remoteproc: core: Clear table_sz when rproc_shutdown (bsc#1012628). - of: property: Increase NR_FWNODE_REFERENCE_ARGS (bsc#1012628). - pinctrl: renesas: rzg2l: Suppress binding attributes (bsc#1012628). - remoteproc: qcom_q6v5_pas: Make single-PD handling more robust (bsc#1012628). - libbpf: Fix hypothetical STT_SECTION extern NULL deref case (bsc#1012628). - drivers: clk: qcom: ipq5424: fix the freq table of sdcc1_apps clock (bsc#1012628). - selftests/bpf: Fix string read in strncmp benchmark (bsc#1012628). - x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range() (bsc#1012628). - clk: renesas: r8a08g045: Check the source of the CPU PLL settings (bsc#1012628). - remoteproc: qcom: pas: add minidump_id to SC7280 WPSS (bsc#1012628). - clk: samsung: Fix UBSAN panic in samsung_clk_init() (bsc#1012628). - pinctrl: nuvoton: npcm8xx: Fix error handling in npcm8xx_gpio_fw() (bsc#1012628). - crypto: tegra - Fix CMAC intermediate result handling (bsc#1012628). - clk: qcom: gcc-msm8953: fix stuck venus0_core0 clock (bsc#1012628). - selftests/bpf: Fix runqslower cross-endian build (bsc#1012628). - s390: Remove ioremap_wt() and pgprot_writethrough() (bsc#1012628). - RDMA/mana_ib: Ensure variable err is initialized (bsc#1012628). - crypto: tegra - Set IV to NULL explicitly for AES ECB (bsc#1012628). - remoteproc: qcom_q6v5_pas: Use resource with CX PD for MSM8226 (bsc#1012628). - clk: qcom: gcc-x1e80100: Unregister GCC_GPU_CFG_AHB_CLK/GCC_DISP_XO_CLK (bsc#1012628). - crypto: tegra - finalize crypto req on error (bsc#1012628). - crypto: tegra - Reserve keyslots to allocate dynamically (bsc#1012628). - bpf: Use preempt_count() directly in bpf_send_signal_common() (bsc#1012628). - lib: 842: Improve error handling in sw842_compress() (bsc#1012628). - pinctrl: renesas: rza2: Fix missing of_node_put() call (bsc#1012628). - pinctrl: renesas: rzg2l: Fix missing of_node_put() call (bsc#1012628). - RDMA/mlx5: Fix MR cache initialization error flow (bsc#1012628). - selftests/bpf: Fix freplace_link segfault in tailcalls prog test (bsc#1012628). - clk: rockchip: rk3328: fix wrong clk_ref_usb3otg parent (bsc#1012628). - RDMA/core: Don't expose hw_counters outside of init net namespace (bsc#1012628). - RDMA/mlx5: Fix calculation of total invalidated pages (bsc#1012628). - RDMA/erdma: Prevent use-after-free in erdma_accept_newconn() (bsc#1012628). - remoteproc: qcom_q6v5_mss: Handle platforms with one power domain (bsc#1012628). - power: supply: bq27xxx_battery: do not update cached flags prematurely (bsc#1012628). - leds: st1202: Check for error code from devm_mutex_init() call (bsc#1012628). - crypto: api - Fix larval relookup type and mask (bsc#1012628). - IB/mad: Check available slots before posting receive WRs (bsc#1012628). - pinctrl: tegra: Set SFIO mode to Mux Register (bsc#1012628). - clk: amlogic: g12b: fix cluster A parent data (bsc#1012628). - clk: amlogic: gxbb: drop non existing 32k clock parent (bsc#1012628). - selftests/bpf: Select NUMA_NO_NODE to create map (bsc#1012628). - rust: fix signature of rust_fmt_argument (bsc#1012628). - crypto: tegra - Fix format specifier in tegra_sha_prep_cmd() (bsc#1012628). - libbpf: Add namespace for errstr making it libbpf_errstr (bsc#1012628). - clk: mmp: Fix NULL vs IS_ERR() check (bsc#1012628). - pinctrl: npcm8xx: Fix incorrect struct npcm8xx_pincfg assignment (bsc#1012628). - samples/bpf: Fix broken vmlinux path for VMLINUX_BTF (bsc#1012628). - crypto: qat - remove access to parity register for QAT GEN4 (bsc#1012628). - clk: clk-imx8mp-audiomix: fix dsp/ocram_a clock parents (bsc#1012628). - clk: amlogic: g12a: fix mmc A peripheral clock (bsc#1012628). - pinctrl: bcm2835: don't -EINVAL on alternate funcs from get_direction() (bsc#1012628). - x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1 (bsc#1012628). - power: supply: max77693: Fix wrong conversion of charge input threshold value (bsc#1012628). - crypto: api - Call crypto_alg_put in crypto_unregister_alg (bsc#1012628). - clk: stm32f4: fix an uninitialized variable (bsc#1012628). - crypto: nx - Fix uninitialised hv_nxc on error (bsc#1012628). - clk: qcom: gcc-sm8650: Do not turn off USB GDSCs during gdsc_disable() (bsc#1012628). - bpf: Fix array bounds error with may_goto (bsc#1012628). - RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow (bsc#1012628). - pinctrl: renesas: rzv2m: Fix missing of_node_put() call (bsc#1012628). - clk: qcom: ipq5424: fix software and hardware flow control error of UART (bsc#1012628). - mfd: sm501: Switch to BIT() to mitigate integer overflows (bsc#1012628). - leds: Fix LED_OFF brightness race (bsc#1012628). - x86/dumpstack: Fix inaccurate unwinding from exception stacks due to misplaced assignment (bsc#1012628). - RDMA/core: Fix use-after-free when rename device name (bsc#1012628). - crypto: hisilicon/sec2 - fix for aead auth key length (bsc#1012628). - pinctrl: intel: Fix wrong bypass assignment in intel_pinctrl_probe_pwm() (bsc#1012628). - clk: qcom: mmcc-sdm660: fix stuck video_subcore0 clock (bsc#1012628). - libbpf: Fix accessing BTF.ext core_relo header (bsc#1012628). - perf stat: Fix find_stat for mixed legacy/non-legacy events (bsc#1012628). - perf: Always feature test reallocarray (bsc#1012628). - w1: fix NULL pointer dereference in probe (bsc#1012628). - staging: gpib: Add missing interface entry point (bsc#1012628). - staging: gpib: Fix pr_err format warning (bsc#1012628). - usb: typec: thunderbolt: Fix loops that iterate TYPEC_PLUG_SOP_P and TYPEC_PLUG_SOP_PP (bsc#1012628). - usb: typec: thunderbolt: Remove IS_ERR check for plug (bsc#1012628). - iio: dac: adi-axi-dac: modify stream enable (bsc#1012628). - perf test: Fix Hwmon PMU test endianess issue (bsc#1012628). - perf stat: Don't merge counters purely on name (bsc#1012628). - fs/ntfs3: Factor out ntfs_{create/remove}_procdir() (bsc#1012628). - fs/ntfs3: Factor out ntfs_{create/remove}_proc_root() (bsc#1012628). - fs/ntfs3: Fix 'proc_info_root' leak when init ntfs failed (bsc#1012628). - fs/ntfs3: Update inode->i_mapping->a_ops on compression state (bsc#1012628). - iio: light: veml6030: extend regmap to support regfields (bsc#1012628). - iio: gts-helper: export iio_gts_get_total_gain() (bsc#1012628). - iio: light: veml6030: fix scale to conform to ABI (bsc#1012628). - iio: adc: ad7124: Micro-optimize channel disabling (bsc#1012628). - iio: adc: ad7124: Really disable all channels at probe time (bsc#1012628). - phy: phy-rockchip-samsung-hdptx: Don't use dt aliases to determine phy-id (bsc#1012628). - perf tools: Add skip check in tool_pmu__event_to_str() (bsc#1012628). - isofs: fix KMSAN uninit-value bug in do_isofs_readdir() (bsc#1012628). - perf tests: Fix Tool PMU test segfault (bsc#1012628). - soundwire: slave: fix an OF node reference leak in soundwire slave device (bsc#1012628). - staging: gpib: Fix cb7210 pcmcia Oops (bsc#1012628). - perf report: Switch data file correctly in TUI (bsc#1012628). - perf report: Fix input reload/switch with symbol sort key (bsc#1012628). - greybus: gb-beagleplay: Add error handling for gb_greybus_init (bsc#1012628). - coresight: catu: Fix number of pages while using 64k pages (bsc#1012628). - vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpoint (bsc#1012628). - coresight-etm4x: add isb() before reading the TRCSTATR (bsc#1012628). - perf pmus: Restructure pmu_read_sysfs to scan fewer PMUs (bsc#1012628). - perf pmu: Dynamically allocate tool PMU (bsc#1012628). - perf pmu: Don't double count common sysfs and json events (bsc#1012628). - tools/x86: Fix linux/unaligned.h include path in lib/insn.c (bsc#1012628). - perf build: Fix in-tree build due to symbolic link (bsc#1012628). - ucsi_ccg: Don't show failed to get FW build information error (bsc#1012628). - iio: accel: mma8452: Ensure error return on failure to matching oversampling ratio (bsc#1012628). - iio: accel: msa311: Fix failure to release runtime pm if direct mode claim fails (bsc#1012628). - iio: backend: make sure to NULL terminate stack buffer (bsc#1012628). - iio: core: Rework claim and release of direct mode to work with sparse (bsc#1012628). - iio: adc: ad7173: Grab direct mode for calibration (bsc#1012628). - iio: adc: ad7192: Grab direct mode for calibration (bsc#1012628). - perf arm-spe: Fix load-store operation checking (bsc#1012628). - perf bench: Fix perf bench syscall loop count (bsc#1012628). - perf machine: Fixup kernel maps ends after adding extra maps (bsc#1012628). - usb: xhci: correct debug message page size calculation (bsc#1012628). - fs/ntfs3: Fix a couple integer overflows on 32bit systems (bsc#1012628). - fs/ntfs3: Prevent integer overflow in hdr_first_de() (bsc#1012628). - perf test: Add timeout to datasym workload (bsc#1012628). - perf tests: Fix data symbol test with LTO builds (bsc#1012628). - NFSD: Fix callback decoder status codes (bsc#1012628). - soundwire: take in count the bandwidth of a prepared stream (bsc#1012628). - dmaengine: fsl-edma: cleanup chan after dma_async_device_unregister (bsc#1012628). - dmaengine: fsl-edma: free irq correctly in remove path (bsc#1012628). - dmaengine: ae4dma: Use the MSI count and its corresponding IRQ number (bsc#1012628). - dmaengine: ptdma: Utilize the AE4DMA engine's multi-queue functionality (bsc#1012628). - iio: adc: ad_sigma_delta: Disable channel after calibration (bsc#1012628). - iio: adc: ad4130: Fix comparison of channel setups (bsc#1012628). - iio: adc: ad7124: Fix comparison of channel configs (bsc#1012628). - iio: adc: ad7173: Fix comparison of channel configs (bsc#1012628). - iio: adc: ad7768-1: set MOSI idle state to prevent accidental reset (bsc#1012628). - iio: light: Add check for array bounds in veml6075_read_int_time_ms (bsc#1012628). - perf debug: Avoid stack overflow in recursive error message (bsc#1012628). - perf evlist: Add success path to evlist__create_syswide_maps (bsc#1012628). - perf evsel: tp_format accessing improvements (bsc#1012628). - perf x86/topdown: Fix topdown leader sampling test error on hybrid (bsc#1012628). - perf units: Fix insufficient array space (bsc#1012628). - perf test stat_all_pmu.sh: Correctly check 'perf stat' result (bsc#1012628). - kernel/events/uprobes: handle device-exclusive entries correctly in __replace_page() (bsc#1012628). - kexec: initialize ELF lowest address to ULONG_MAX (bsc#1012628). - ocfs2: validate l_tree_depth to avoid out-of-bounds access (bsc#1012628). - reboot: replace __hw_protection_shutdown bool action parameter with an enum (bsc#1012628). - reboot: reboot, not shutdown, on hw_protection_reboot timeout (bsc#1012628). - arch/powerpc: drop GENERIC_PTDUMP from mpc885_ads_defconfig (bsc#1012628). - writeback: let trace_balance_dirty_pages() take struct dtc as parameter (bsc#1012628). - writeback: fix calculations in trace_balance_dirty_pages() for cgwb (bsc#1012628). - scripts/gdb/linux/symbols.py: address changes to module_sect_attrs (bsc#1012628). - NFSv4: Don't trigger uneccessary scans for return-on-close delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for returning delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for expired delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for delayed delegations (bsc#1012628). - NFS: fix open_owner_id_maxsz and related fields (bsc#1012628). - fuse: fix dax truncate/punch_hole fault path (bsc#1012628). - selftests/mm/cow: fix the incorrect error handling (bsc#1012628). - um: Pass the correct Rust target and options with gcc (bsc#1012628). - um: remove copy_from_kernel_nofault_allowed (bsc#1012628). - um: hostfs: avoid issues on inode number reuse by host (bsc#1012628). - i3c: master: svc: Fix missing the IBI rules (bsc#1012628). - perf python: Fixup description of sample.id event member (bsc#1012628). - perf python: Decrement the refcount of just created event on failure (bsc#1012628). - perf python: Don't keep a raw_data pointer to consumed ring buffer space (bsc#1012628). - perf python: Check if there is space to copy all the event (bsc#1012628). - perf dso: fix dso__is_kallsyms() check (bsc#1012628). - perf: intel-tpebs: Fix incorrect usage of zfree() (bsc#1012628). - perf pmu: Handle memory failure in tool_pmu__new() (bsc#1012628). - staging: rtl8723bs: select CONFIG_CRYPTO_LIB_AES (bsc#1012628). - staging: vchiq_arm: Register debugfs after cdev (bsc#1012628). - staging: vchiq_arm: Fix possible NPR of keep-alive thread (bsc#1012628). - staging: vchiq_arm: Stop kthreads if vchiq cdev register fails (bsc#1012628). - tty: n_tty: use uint for space returned by tty_write_room() (bsc#1012628). - perf vendor events arm64 AmpereOneX: Fix frontend_bound calculation (bsc#1012628). - fs/procfs: fix the comment above proc_pid_wchan() (bsc#1012628). - perf tools: Fix is_compat_mode build break in ppc64 (bsc#1012628). - perf tools: annotate asm_pure_loop.S (bsc#1012628). - perf bpf-filter: Fix a parsing error with comma (bsc#1012628). - objtool: Handle various symbol types of rodata (bsc#1012628). - objtool: Handle different entry size of rodata (bsc#1012628). - objtool: Handle PC relative relocation type (bsc#1012628). - objtool: Fix detection of consecutive jump tables on Clang 20 (bsc#1012628). - thermal: core: Remove duplicate struct declaration (bsc#1012628). - objtool, spi: amd: Fix out-of-bounds stack access in amd_set_spi_freq() (bsc#1012628). - objtool, nvmet: Fix out-of-bounds stack access in nvmet_ctrl_state_show() (bsc#1012628). - objtool, media: dib8000: Prevent divide-by-zero in dib8000_set_dds() (bsc#1012628). - NFS: Shut down the nfs_client only after all the superblocks (bsc#1012628). - smb: client: Fix netns refcount imbalance causing leaks and use-after-free (bsc#1012628). - exfat: fix the infinite loop in exfat_find_last_cluster() (bsc#1012628). - exfat: fix missing shutdown check (bsc#1012628). - rtnetlink: Allocate vfinfo size for VF GUIDs when supported (bsc#1012628). - rndis_host: Flag RNDIS modems as WWAN devices (bsc#1012628). - ksmbd: use aead_request_free to match aead_request_alloc (bsc#1012628). - ksmbd: fix multichannel connection failure (bsc#1012628). - ksmbd: fix r_count dec/increment mismatch (bsc#1012628). - net/mlx5e: SHAMPO, Make reserved size independent of page size (bsc#1012628). - ring-buffer: Fix bytes_dropped calculation issue (bsc#1012628). - objtool: Fix segfault in ignore_unreachable_insn() (bsc#1012628). - LoongArch: Fix help text of CMDLINE_EXTEND in Kconfig (bsc#1012628). - LoongArch: Fix device node refcount leak in fdt_cpu_clk_init() (bsc#1012628). - LoongArch: Rework the arch_kgdb_breakpoint() implementation (bsc#1012628). - ACPI: processor: idle: Return an error if both P_LVL{2,3} idle states are invalid (bsc#1012628). - net: phy: broadcom: Correct BCM5221 PHY model detection (bsc#1012628). - octeontx2-af: Fix mbox INTR handler when num VFs > 64 (bsc#1012628). - octeontx2-af: Free NIX_AF_INT_VEC_GEN irq (bsc#1012628). - objtool: Fix verbose disassembly if CROSS_COMPILE isn't set (bsc#1012628). - sched/smt: Always inline sched_smt_active() (bsc#1012628). - context_tracking: Always inline ct_{nmi,irq}_{enter,exit}() (bsc#1012628). - rcu-tasks: Always inline rcu_irq_work_resched() (bsc#1012628). - objtool/loongarch: Add unwind hints in prepare_frametrace() (bsc#1012628). - nfs: Add missing release on error in nfs_lock_and_join_requests() (bsc#1012628). - rtc: renesas-rtca3: Disable interrupts only if the RTC is enabled (bsc#1012628). - spufs: fix a leak on spufs_new_file() failure (bsc#1012628). - spufs: fix gang directory lifetimes (bsc#1012628). - spufs: fix a leak in spufs_create_context() (bsc#1012628). - fs/9p: fix NULL pointer dereference on mkdir (bsc#1012628). - riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_call_ra (bsc#1012628). - riscv: Fix the __riscv_copy_vec_words_unaligned implementation (bsc#1012628). - riscv: Fix missing __free_pages() in check_vector_unaligned_access() (bsc#1012628). - riscv: fgraph: Select HAVE_FUNCTION_GRAPH_TRACER depends on HAVE_DYNAMIC_FTRACE_WITH_ARGS (bsc#1012628). - ntb_hw_switchtec: Fix shift-out-of-bounds in switchtec_ntb_mw_set_trans (bsc#1012628). - ntb: intel: Fix using link status DB's (bsc#1012628). - riscv: fgraph: Fix stack layout to match __arch_ftrace_regs argument of ftrace_return_to_handler (bsc#1012628). - riscv: Annotate unaligned access init functions (bsc#1012628). - riscv: Fix riscv_online_cpu_vec (bsc#1012628). - riscv: Fix check_unaligned_access_all_cpus (bsc#1012628). - riscv: Change check_unaligned_access_speed_all_cpus to void (bsc#1012628). - riscv: Fix set up of cpu hotplug callbacks (bsc#1012628). - riscv: Fix set up of vector cpu hotplug callback (bsc#1012628). - firmware: cs_dsp: Ensure cs_dsp_load[_coeff]() returns 0 on success (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic breakage on ASUS VivoBook X515JA (bsc#1012628). - RISC-V: errata: Use medany for relocatable builds (bsc#1012628). - x86/uaccess: Improve performance by aligning writes to 8 bytes in copy_user_generic(), on non-FSRM/ERMS CPUs (bsc#1012628). - ublk: make sure ubq->canceling is set when queue is frozen (bsc#1012628). - s390/entry: Fix setting _CIF_MCCK_GUEST with lowcore relocation (bsc#1012628). - ASoC: codecs: rt5665: Fix some error handling paths in rt5665_probe() (bsc#1012628). - spi: cadence: Fix out-of-bounds array access in cdns_mrvl_xspi_setup_clock() (bsc#1012628). - riscv: Fix hugetlb retrieval of number of ptes in case of !present pte (bsc#1012628). - riscv/kexec_file: Handle R_RISCV_64 in purgatory relocator (bsc#1012628). - riscv/purgatory: 4B align purgatory_start (bsc#1012628). - nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer (bsc#1012628). - nvme-pci: skip nvme_write_sq_db on empty rqlist (bsc#1012628). - ASoC: imx-card: Add NULL check in imx_card_probe() (bsc#1012628). - spi: bcm2835: Do not call gpiod_put() on invalid descriptor (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic on another ASUS VivoBook model (bsc#1012628). - spi: bcm2835: Restore native CS probing when pinctrl-bcm2835 is absent (bsc#1012628). - xsk: Add launch time hardware offload support to XDP Tx metadata (bsc#1012628). - igc: Refactor empty frame insertion for launch time support (bsc#1012628). - igc: Add launch time support to XDP ZC (bsc#1012628). - igc: Fix TX drops in XDP ZC (bsc#1012628). - e1000e: change k1 configuration on MTP and later platforms (bsc#1012628). - ixgbe: fix media type detection for E610 device (bsc#1012628). - idpf: fix adapter NULL pointer dereference on reboot (bsc#1012628). - netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets only (bsc#1012628). - netfilter: nf_tables: don't unregister hook when table is dormant (bsc#1012628). - netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets (bsc#1012628). - net_sched: skbprio: Remove overly strict queue assertions (bsc#1012628). - sctp: add mutual exclusion in proc_sctp_do_udp_port() (bsc#1012628). - net: airoha: Fix qid report in airoha_tc_get_htb_get_leaf_queue() (bsc#1012628). - net: airoha: Fix ETS priomap validation (bsc#1012628). - net: mvpp2: Prevent parser TCAM memory corruption (bsc#1012628). - rtnetlink: Use register_pernet_subsys() in rtnl_net_debug_init() (bsc#1012628). - udp: Fix multiple wraparounds of sk->sk_rmem_alloc (bsc#1012628). - udp: Fix memory accounting leak (bsc#1012628). - vsock: avoid timeout during connect() if the socket is closing (bsc#1012628). - tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu() (bsc#1012628). - xsk: Fix __xsk_generic_xmit() error code when cq is full (bsc#1012628). - net: decrease cached dst counters in dst_release (bsc#1012628). - netfilter: nft_tunnel: fix geneve_opt type confusion addition (bsc#1012628). - sfc: rip out MDIO support (bsc#1012628). - sfc: fix NULL dereferences in ef100_process_design_param() (bsc#1012628). - ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS (bsc#1012628). - net: dsa: mv88e6xxx: propperly shutdown PPU re-enable timer on destroy (bsc#1012628). - net: fix geneve_opt length integer overflow (bsc#1012628). - ipv6: Start path selection from the first nexthop (bsc#1012628). - ipv6: Do not consider link down nexthops in path selection (bsc#1012628). - arcnet: Add NULL check in com20020pci_probe() (bsc#1012628). - net: ibmveth: make veth_pool_store stop hanging (bsc#1012628). - netlink: specs: rt_route: pull the ifa- prefix out of the names (bsc#1012628). - tools/power turbostat: Allow Zero return value for some RAPL registers (bsc#1012628). - kbuild: deb-pkg: don't set KBUILD_BUILD_VERSION unconditionally (bsc#1012628). - drm/xe: Fix unmet direct dependencies warning (bsc#1012628). - drm/amdgpu/gfx11: fix num_mec (bsc#1012628). - drm/amdgpu/gfx12: fix num_mec (bsc#1012628). - perf/core: Fix child_total_time_enabled accounting bug at task exit (bsc#1012628). - tools/power turbostat: report CoreThr per measurement interval (bsc#1012628). - tools/power turbostat: Restore GFX sysfs fflush() call (bsc#1012628). - staging: gpib: ni_usb console messaging cleanup (bsc#1012628). - staging: gpib: Fix Oops after disconnect in ni_usb (bsc#1012628). - staging: gpib: agilent usb console messaging cleanup (bsc#1012628). - staging: gpib: Fix Oops after disconnect in agilent usb (bsc#1012628). - tty: serial: fsl_lpuart: Use u32 and u8 for register variables (bsc#1012628). - tty: serial: fsl_lpuart: use port struct directly to simply code (bsc#1012628). - tty: serial: fsl_lpuart: Fix unused variable 'sport' build warning (bsc#1012628). - tty: serial: lpuart: only disable CTS instead of overwriting the whole UARTMODIR register (bsc#1012628). - usbnet:fix NPE during rx_complete (bsc#1012628). - rust: Fix enabling Rust and building with GCC for LoongArch (bsc#1012628). - LoongArch: Increase ARCH_DMA_MINALIGN up to 16 (bsc#1012628). - LoongArch: Increase MAX_IO_PICS up to 8 (bsc#1012628). - LoongArch: BPF: Fix off-by-one error in build_prologue() (bsc#1012628). - LoongArch: BPF: Don't override subprog's return value (bsc#1012628). - LoongArch: BPF: Use move_addr() for BPF_PSEUDO_FUNC (bsc#1012628). - x86/hyperv: Fix check of return value from snp_set_vmsa() (bsc#1012628). - KVM: x86: block KVM_CAP_SYNC_REGS if guest state is protected (bsc#1012628). - x86/microcode/AMD: Fix __apply_microcode_amd()'s return value (bsc#1012628). - x86/mce: use is_copy_from_user() to determine copy-from-user context (bsc#1012628). - x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRT (bsc#1012628). - x86/tdx: Fix arch_safe_halt() execution for TDX VMs (bsc#1012628). - ACPI: x86: Extend Lenovo Yoga Tab 3 quirk with skip GPIO event-handlers (bsc#1012628). - platform/x86: thinkpad_acpi: disable ACPI fan access for T495* and E560 (bsc#1012628). - platform/x86: ISST: Correct command storage data length (bsc#1012628). - ntb_perf: Delete duplicate dmaengine_unmap_put() call in perf_copy_chunk() (bsc#1012628). - perf/x86/intel: Apply static call for drain_pebs (bsc#1012628). - perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample read (bsc#1012628). - uprobes/x86: Harden uretprobe syscall trampoline check (bsc#1012628). - bcachefs: bch2_ioctl_subvolume_destroy() fixes (bsc#1012628). - x86/Kconfig: Add cmpxchg8b support back to Geode CPUs (bsc#1012628). - x86/tsc: Always save/restore TSC sched_clock() on suspend/resume (bsc#1012628). - x86/mm: Fix flush_tlb_range() when used for zapping normal PMDs (bsc#1012628). - ACPI: platform-profile: Fix CFI violation when accessing sysfs files (bsc#1012628). - wifi: mt76: mt7925: remove unused acpi function for clc (bsc#1012628). - acpi: nfit: fix narrowing conversion in acpi_nfit_ctl (bsc#1012628). - ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP (bsc#1012628). - ACPI: video: Handle fetching EDID as ACPI_TYPE_PACKAGE (bsc#1012628). - ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE (bsc#1012628). - ARM: 9444/1: add KEEP() keyword to ARM_VECTORS (bsc#1012628). - media: omap3isp: Handle ARM dma_iommu_mapping (bsc#1012628). - Remove unnecessary firmware version check for gc v9_4_2 (bsc#1012628). - mmc: omap: Fix memory leak in mmc_omap_new_slot (bsc#1012628). - mmc: sdhci-pxav3: set NEED_RSP_BUSY capability (bsc#1012628). - mmc: sdhci-omap: Disable MMC_CAP_AGGRESSIVE_PM for eMMC/SD (bsc#1012628). - KVM: SVM: Don't change target vCPU state on AP Creation VMGEXIT error (bsc#1012628). - ksmbd: add bounds check for durable handle context (bsc#1012628). - ksmbd: add bounds check for create lease context (bsc#1012628). - ksmbd: fix use-after-free in ksmbd_sessions_deregister() (bsc#1012628). - ksmbd: fix session use-after-free in multichannel connection (bsc#1012628). - ksmbd: fix overflow in dacloffset bounds check (bsc#1012628). - ksmbd: validate zero num_subauth before sub_auth is accessed (bsc#1012628). - ksmbd: fix null pointer dereference in alloc_preauth_hash() (bsc#1012628). - exfat: fix random stack corruption after get_block (bsc#1012628). - exfat: fix potential wrong error return from get_block (bsc#1012628). - tracing: Fix use-after-free in print_graph_function_flags during tracer switching (bsc#1012628). - tracing: Ensure module defining synth event cannot be unloaded while tracing (bsc#1012628). - tracing: Fix synth event printk format for str fields (bsc#1012628). - tracing/osnoise: Fix possible recursive locking for cpus_read_lock() (bsc#1012628). - tracing: Verify event formats that have "%*p.." (bsc#1012628). - mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAs (bsc#1012628). - arm64: Don't call NULL in do_compat_alignment_fixup() (bsc#1012628). - wifi: mt76: mt7921: fix kernel panic due to null pointer dereference (bsc#1012628). - ext4: don't over-report free space or inodes in statvfs (bsc#1012628). - ext4: fix OOB read when checking dotdot dir (bsc#1012628). - PCI/bwctrl: Fix NULL pointer dereference on bus number exhaustion (bsc#1012628). - jfs: fix slab-out-of-bounds read in ea_get() (bsc#1012628). - jfs: add index corruption check to DT_GETPAGE() (bsc#1012628). - mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead() (bsc#1012628). - exec: fix the racy usage of fs_struct->in_exec (bsc#1012628). - media: vimc: skip .s_stream() for stopped entities (bsc#1012628). - media: streamzap: fix race between device disconnection and urb callback (bsc#1012628). - nfsd: don't ignore the return code of svc_proc_register() (bsc#1012628). - nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid() (bsc#1012628). - nfsd: put dl_stid if fail to queue dl_recall (bsc#1012628). - NFSD: Add a Kconfig setting to enable delegated timestamps (bsc#1012628). - nfsd: fix management of listener transports (bsc#1012628). - NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs() (bsc#1012628). - NFSD: Never return NFS4ERR_FILE_OPEN when removing a directory (bsc#1012628). - NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up (bsc#1012628). - perf pmu: Rename name matching for no suffix or wildcard variants (bsc#1012628). - include/{topology,cpuset}: Move dl_rebuild_rd_accounting to cpuset.h (bsc#1012628). - tracing: Do not use PERF enums when perf is not defined (bsc#1012628). - ASoC: mediatek: mt6359: Fix DT parse error due to wrong child node name (bsc#1012628). - Update config files. - Rename to patches.kernel.org/6.14.2-013-EDAC-igen6-Fix-the-flood-of-invalid-error-repo.patch. - Rename to patches.kernel.org/6.14.2-257-Bluetooth-hci_event-Fix-handling-of-HCI_EV_LE_.patch. - Rename to patches.kernel.org/6.14.2-281-PCI-Use-downstream-bridges-for-distributing-re.patch. - commit b659bfa ++++ kernel-syms: - config: Disable CONFIG_LATENCYTOP (jsc#PED-12529) - commit 409aca3 - ipv6: Align behavior across nexthops during path selection (git-fixes). - commit 885421b - Linux 6.14.2 (bsc#1012628). - fs: support O_PATH fds with FSCONFIG_SET_FD (bsc#1012628). - watch_queue: fix pipe accounting mismatch (bsc#1012628). - x86/mm/pat: cpa-test: fix length for CPA_ARRAY test (bsc#1012628). - m68k: sun3: Use str_read_write() helper in mmu_emu_handle_fault() (bsc#1012628). - m68k: sun3: Fix DEBUG_MMU_EMU build (bsc#1012628). - cpufreq: scpi: compare kHz instead of Hz (bsc#1012628). - seccomp: fix the __secure_computing() stub for !HAVE_ARCH_SECCOMP_FILTER (bsc#1012628). - smack: dont compile ipv6 code unless ipv6 is configured (bsc#1012628). - smack: ipv4/ipv6: tcp/dccp/sctp: fix incorrect child socket label (bsc#1012628). - sched: Cancel the slice protection of the idle entity (bsc#1012628). - sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasks (bsc#1012628). - cpufreq: governor: Fix negative 'idle_time' handling in dbs_update() (bsc#1012628). - EDAC/{skx_common,i10nm}: Fix some missing error reports on Emerald Rapids (bsc#1012628). - x86/vdso: Fix latent bug in vclock_pages calculation (bsc#1012628). - x86/fpu: Fix guest FPU state buffer allocation size (bsc#1012628). - cpufreq/amd-pstate: Modify the min_perf calculation in adjust_perf callback (bsc#1012628). - cpufreq/amd-pstate: Pass min/max_limit_perf as min/max_perf to amd_pstate_update (bsc#1012628). - cpufreq/amd-pstate: Convert all perf values to u8 (bsc#1012628). - cpufreq/amd-pstate: Add missing NULL ptr check in amd_pstate_update (bsc#1012628). - x86/fpu: Avoid copying dynamic FP state from init_task in arch_dup_task_struct() (bsc#1012628). - rseq: Update kernel fields in lockstep with CONFIG_DEBUG_RSEQ=y (bsc#1012628). - x86/platform: Only allow CONFIG_EISA for 32-bit (bsc#1012628). - x86/sev: Add missing RIP_REL_REF() invocations during sme_enable() (bsc#1012628). - lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lock (bsc#1012628). - PM: sleep: Adjust check before setting power.must_resume (bsc#1012628). - cpufreq: tegra194: Allow building for Tegra234 (bsc#1012628). - RISC-V: KVM: Disable the kernel perf counter during configure (bsc#1012628). - kunit/stackinit: Use fill byte different from Clang i386 pattern (bsc#1012628). - watchdog/hardlockup/perf: Fix perf_event memory leak (bsc#1012628). - x86/split_lock: Fix the delayed detection logic (bsc#1012628). - selinux: Chain up tool resolving errors in install_policy.sh (bsc#1012628). - EDAC/ie31200: Fix the size of EDAC_MC_LAYER_CHIP_SELECT layer (bsc#1012628). - EDAC/ie31200: Fix the DIMM size mask for several SoCs (bsc#1012628). - EDAC/ie31200: Fix the error path order of ie31200_init() (bsc#1012628). - dma: Fix encryption bit clearing for dma_to_phys (bsc#1012628). - dma: Introduce generic dma_addr_*crypted helpers (bsc#1012628). - arm64: realm: Use aliased addresses for device DMA to shared buffers (bsc#1012628). - x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors (bsc#1012628). - cpuidle: Init cpuidle only for present CPUs (bsc#1012628). - thermal: int340x: Add NULL check for adev (bsc#1012628). - PM: sleep: Fix handling devices with direct_complete set on errors (bsc#1012628). - lockdep: Don't disable interrupts on RT in disable_irq_nosync_lockdep.*() (bsc#1012628). - cpufreq: Init cpufreq only for present CPUs (bsc#1012628). - perf/ring_buffer: Allow the EPOLLRDNORM flag for poll (bsc#1012628). - perf: Save PMU specific data in task_struct (bsc#1012628). - perf: Supply task information to sched_task() (bsc#1012628). - perf/x86/lbr: Fix shorter LBRs call stacks for the system-wide mode (bsc#1012628). - sched/deadline: Ignore special tasks when rebuilding domains (bsc#1012628). - sched/topology: Wrappers for sched_domains_mutex (bsc#1012628). - sched/deadline: Generalize unique visiting of root domains (bsc#1012628). - sched/deadline: Rebuild root domain accounting after every update (bsc#1012628). - x86/traps: Make exc_double_fault() consistently noreturn (bsc#1012628). - x86/fpu/xstate: Fix inconsistencies in guest FPU xfeatures (bsc#1012628). - x86/entry: Add __init to ia32_emulation_override_cmdline() (bsc#1012628). - RISC-V: KVM: Teardown riscv specific bits after kvm_exit (bsc#1012628). - regulator: pca9450: Fix enable register for LDO5 (bsc#1012628). - auxdisplay: MAX6959 should select BITREVERSE (bsc#1012628). - media: verisilicon: HEVC: Initialize start_bit field (bsc#1012628). - media: platform: allgro-dvt: unregister v4l2_device on the error path (bsc#1012628). - auxdisplay: panel: Fix an API misuse in panel.c (bsc#1012628). - platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: Make symbol static (bsc#1012628). - platform/x86: dell-uart-backlight: Make dell_uart_bl_serdev_driver static (bsc#1012628). - platform/x86: dell-ddv: Fix temperature calculation (bsc#1012628). - ASoC: cs35l41: check the return value from spi_setup() (bsc#1012628). - ASoC: amd: acp: Fix for enabling DMIC on acp platforms via _DSD entry (bsc#1012628). - HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER (bsc#1012628). - ASoC: simple-card-utils: Don't use __free(device_node) at graph_util_parse_dai() (bsc#1012628). - dt-bindings: vendor-prefixes: add GOcontroll (bsc#1012628). - ALSA: hda/realtek: Always honor no_shutup_pins (bsc#1012628). - ASoC: tegra: Use non-atomic timeout for ADX status register (bsc#1012628). - ASoC: ti: j721e-evm: Fix clock configuration for ti,j7200-cpb-audio compatible (bsc#1012628). - ALSA: usb-audio: separate DJM-A9 cap lvl options (bsc#1012628). - ALSA: timer: Don't take register_mutex with copy_from/to_user() (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic assignment on ASUS VivoBook X515UA (bsc#1012628). - wifi: rtw89: Correct immediate cfg_len calculation for scan_offload_be (bsc#1012628). - wifi: ath12k: fix skb_ext_desc leak in ath12k_dp_tx() error path (bsc#1012628). - wifi: ath12k: encode max Tx power in scan channel list command (bsc#1012628). - wifi: ath12k: Fix pdev lookup in WBM error processing (bsc#1012628). - wifi: ath9k: do not submit zero bytes to the entropy pool (bsc#1012628). - wifi: ath11k: fix wrong overriding for VHT Beamformee STS Capability (bsc#1012628). - arm64: dts: mediatek: mt8173-elm: Drop pmic's #address-cells and #size-cells (bsc#1012628). - arm64: dts: mediatek: mt8173: Fix some node names (bsc#1012628). - wifi: ath11k: update channel list in reg notifier instead reg worker (bsc#1012628). - ARM: dts: omap4-panda-a4: Add missing model and compatible properties (bsc#1012628). - f2fs: quota: fix to avoid warning in dquot_writeback_dquots() (bsc#1012628). - dlm: prevent NPD when writing a positive value to event_done (bsc#1012628). - wifi: ath11k: fix RCU stall while reaping monitor destination ring (bsc#1012628). - wifi: ath11k: add srng->lock for ath11k_hal_srng_* in monitor mode (bsc#1012628). - wifi: ath12k: Fix locking in "QMI firmware ready" error paths (bsc#1012628). - f2fs: fix to avoid panic once fallocation fails for pinfile (bsc#1012628). - scsi: mpt3sas: Reduce log level of ignore_delay_remove message to KERN_INFO (bsc#1012628). - md: ensure resync is prioritized over recovery (bsc#1012628). - md/raid1: fix memory leak in raid1_run() if no active rdev (bsc#1012628). - coredump: Fixes core_pipe_limit sysctl proc_handler (bsc#1012628). - io_uring/io-wq: eliminate redundant io_work_get_acct() calls (bsc#1012628). - io_uring/io-wq: cache work->flags in variable (bsc#1012628). - io_uring/io-wq: do not use bogus hash value (bsc#1012628). - io_uring: check for iowq alloc_workqueue failure (bsc#1012628). - io_uring/net: improve recv bundles (bsc#1012628). - firmware: arm_ffa: Refactor addition of partition information into XArray (bsc#1012628). - firmware: arm_ffa: Unregister the FF-A devices when cleaning up the partitions (bsc#1012628). - arm64: dts: mediatek: mt6359: fix dtbs_check error for audio-codec (bsc#1012628). - scsi: mpi3mr: Fix locking in an error path (bsc#1012628). - scsi: mpt3sas: Fix a locking bug in an error path (bsc#1012628). - can: rockchip_canfd: rkcanfd_chip_fifo_setup(): remove duplicated setup of RX FIFO (bsc#1012628). - jfs: reject on-disk inodes of an unsupported type (bsc#1012628). - jfs: add check read-only before txBeginAnon() call (bsc#1012628). - jfs: add check read-only before truncation in jfs_truncate_nolock() (bsc#1012628). - wifi: ath12k: Add missing htt_metadata flag in ath12k_dp_tx() (bsc#1012628). - wifi: rtw89: rtw8852b{t}: fix TSSI debug timestamps (bsc#1012628). - xfrm: delay initialization of offload path till its actually requested (bsc#1012628). - iommu/io-pgtable-dart: Only set subpage protection disable for DART 1 (bsc#1012628). - firmware: arm_ffa: Explicitly cast return value from FFA_VERSION before comparison (bsc#1012628). - firmware: arm_ffa: Explicitly cast return value from NOTIFICATION_INFO_GET (bsc#1012628). - arm64: dts: renesas: r8a774c0: Re-add voltages to OPP table (bsc#1012628). - arm64: dts: renesas: r8a77990: Re-add voltages to OPP table (bsc#1012628). - firmware: arm_ffa: Skip the first/partition ID when parsing vCPU list (bsc#1012628). - arm64: dts: ti: k3-j722s-evm: Fix USB2.0_MUX_SEL to select Type-C (bsc#1012628). - wifi: ath12k: use link specific bss_conf as well in ath12k_mac_vif_cache_flush() (bsc#1012628). - arm64: dts: imx8mp-skov: correct PMIC board limits (bsc#1012628). - arm64: dts: imx8mp-skov: operate CPU at 850 mV by default (bsc#1012628). - arm64: dts: mediatek: mt8390-genio-700-evk: Move common parts to dtsi (bsc#1012628). - arm64: dts: mediatek: mt8390-genio-common: Fix duplicated regulator name (bsc#1012628). - wifi: ath11k: Clear affinity hint before calling ath11k_pcic_free_irq() in error path (bsc#1012628). - wifi: ath12k: Clear affinity hint before calling ath12k_pci_free_irq() in error path (bsc#1012628). - f2fs: fix to set .discard_granularity correctly (bsc#1012628). - f2fs: add check for deleted inode (bsc#1012628). - arm64: dts: ti: k3-am62-verdin-dahlia: add Microphone Jack to sound card (bsc#1012628). - f2fs: fix potential deadloop in prepare_compress_overwrite() (bsc#1012628). - f2fs: fix to call f2fs_recover_quota_end() correctly (bsc#1012628). - md: fix mddev uaf while iterating all_mddevs list (bsc#1012628). - md/raid1,raid10: don't ignore IO flags (bsc#1012628). - md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb (bsc#1012628). - tracing: Fix DECLARE_TRACE_CONDITION (bsc#1012628). - tools/rv: Keep user LDFLAGS in build (bsc#1012628). - arm64: dts: ti: k3-am62p: Enable AUDIO_REFCLKx (bsc#1012628). - arm64: dts: ti: k3-am62p: fix pinctrl settings (bsc#1012628). - arm64: dts: ti: k3-j722s: fix pinctrl settings (bsc#1012628). - wifi: rtw89: fw: correct debug message format in rtw89_build_txpwr_trk_tbl_from_elm() (bsc#1012628). - wifi: rtw89: pci: correct ISR RDU bit for 8922AE (bsc#1012628). - blk-throttle: fix lower bps rate by throtl_trim_slice() (bsc#1012628). - soc: mediatek: mtk-mmsys: Fix MT8188 VDO1 DPI1 output selection (bsc#1012628). - soc: mediatek: mt8167-mmsys: Fix missing regval in all entries (bsc#1012628). - soc: mediatek: mt8365-mmsys: Fix routing table masks and values (bsc#1012628). - md/raid10: wait barrier before returning discard request with REQ_NOWAIT (bsc#1012628). - block: ensure correct integrity capability propagation in stacked devices (bsc#1012628). - block: Correctly initialize BLK_INTEGRITY_NOGENERATE and BLK_INTEGRITY_NOVERIFY (bsc#1012628). - badblocks: Fix error shitf ops (bsc#1012628). - badblocks: factor out a helper try_adjacent_combine (bsc#1012628). - badblocks: attempt to merge adjacent badblocks during ack_all_badblocks (bsc#1012628). - badblocks: return error directly when setting badblocks exceeds 512 (bsc#1012628). - badblocks: return error if any badblock set fails (bsc#1012628). - badblocks: fix the using of MAX_BADBLOCKS (bsc#1012628). - badblocks: fix merge issue when new badblocks align with pre+1 (bsc#1012628). - badblocks: fix missing bad blocks on retry in _badblocks_check() (bsc#1012628). - badblocks: return boolean from badblocks_set() and badblocks_clear() (bsc#1012628). - badblocks: use sector_t instead of int to avoid truncation of badblocks length (bsc#1012628). - firmware: arm_scmi: use ioread64() instead of ioread64_hi_lo() (bsc#1012628). - net: airoha: Fix lan4 support in airoha_qdma_get_gdm_port() (bsc#1012628). - iommu/amd: Fix header file (bsc#1012628). - iommu/vt-d: Fix system hang on reboot -f (bsc#1012628). - memory: mtk-smi: Add ostd setting for mt8192 (bsc#1012628). - gfs2: minor evict fix (bsc#1012628). - gfs2: skip if we cannot defer delete (bsc#1012628). - ARM: dts: imx6ul-tqma6ul1: Change include order to disable fec2 node (bsc#1012628). - arm64: dts: imx8mp: add AUDIO_AXI_CLK_ROOT to AUDIOMIX block (bsc#1012628). - arm64: dts: imx8mp: change AUDIO_AXI_CLK_ROOT freq. to 800MHz (bsc#1012628). - f2fs: fix to avoid accessing uninitialized curseg (bsc#1012628). - iommu: Handle race with default domain setup (bsc#1012628). - wifi: mac80211: remove SSID from ML reconf (bsc#1012628). - f2fs: fix to avoid running out of free segments (bsc#1012628). - block: fix adding folio to bio (bsc#1012628). - ext4: fix potential null dereference in ext4 kunit test (bsc#1012628). - ext4: convert EXT4_FLAGS_* defines to enum (bsc#1012628). - ext4: add EXT4_FLAGS_EMERGENCY_RO bit (bsc#1012628). - ext4: correct behavior under errors=remount-ro mode (bsc#1012628). - ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is set (bsc#1012628). - arm64: dts: rockchip: Move rk356x scmi SHMEM to reserved memory (bsc#1012628). - arm64: dts: rockchip: Remove bluetooth node from rock-3a (bsc#1012628). - bus: qcom-ssc-block-bus: Remove some duplicated iounmap() calls (bsc#1012628). - bus: qcom-ssc-block-bus: Fix the error handling path of qcom_ssc_block_bus_probe() (bsc#1012628). - arm64: dts: rockchip: Fix pcie reset gpio on Orange Pi 5 Max (bsc#1012628). - arm64: dts: rockchip: Fix PWM pinctrl names (bsc#1012628). - arm64: dts: rockchip: remove ethm0_clk0_25m_out from Sige5 gmac0 (bsc#1012628). - erofs: allow 16-byte volume name again (bsc#1012628). - ext4: add missing brelse() for bh2 in ext4_dx_add_entry() (bsc#1012628). - ext4: verify fast symlink length (bsc#1012628). - f2fs: fix missing discard for active segments (bsc#1012628). - scsi: hisi_sas: Fixed failure to issue vendor specific commands (bsc#1012628). - scsi: target: tcm_loop: Fix wrong abort tag (bsc#1012628). - ext4: introduce ITAIL helper (bsc#1012628). - ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all() (bsc#1012628). - ext4: goto right label 'out_mmap_sem' in ext4_setattr() (bsc#1012628). - jbd2: fix off-by-one while erasing journal (bsc#1012628). - ata: libata: Fix NCQ Non-Data log not supported print (bsc#1012628). - wifi: nl80211: store chandef on the correct link when starting CAC (bsc#1012628). - wifi: mac80211: check basic rates validity in sta_link_apply_parameters (bsc#1012628). - wifi: cfg80211: init wiphy_work before allocating rfkill fails (bsc#1012628). - wifi: mwifiex: Fix premature release of RF calibration data (bsc#1012628). - wifi: mwifiex: Fix RF calibration data download from file (bsc#1012628). - ice: health.c: fix compilation on gcc 7.5 (bsc#1012628). - ice: ensure periodic output start time is in the future (bsc#1012628). - ice: fix reservation of resources for RDMA when disabled (bsc#1012628). - virtchnl: make proto and filter action count unsigned (bsc#1012628). - ice: stop truncating queue ids when checking (bsc#1012628). - ice: validate queue quanta parameters to prevent OOB access (bsc#1012628). - ice: fix input validation for virtchnl BW (bsc#1012628). - ice: fix using untrusted value of pkt_len in ice_vc_fdir_parse_raw() (bsc#1012628). - idpf: check error for register_netdev() on init (bsc#1012628). - btrfs: get used bytes while holding lock at btrfs_reclaim_bgs_work() (bsc#1012628). - btrfs: fix reclaimed bytes accounting after automatic block group reclaim (bsc#1012628). - btrfs: fix block group refcount race in btrfs_create_pending_block_groups() (bsc#1012628). - btrfs: don't clobber ret in btrfs_validate_super() (bsc#1012628). - wifi: mt76: mt7915: fix possible integer overflows in mt7915_muru_stats_show() (bsc#1012628). - igb: reject invalid external timestamp requests for 82580-based HW (bsc#1012628). - renesas: reject PTP_STRICT_FLAGS as unsupported (bsc#1012628). - net: lan743x: reject unsupported external timestamp requests (bsc#1012628). - broadcom: fix supported flag check in periodic output function (bsc#1012628). - ptp: ocp: reject unsupported periodic output flags (bsc#1012628). - nvmet: pci-epf: Always configure BAR0 as 64-bit (bsc#1012628). - jbd2: add a missing data flush during file and fs synchronization (bsc#1012628). - ext4: define ext4_journal_destroy wrapper (bsc#1012628). - ext4: avoid journaling sb update on error if journal is destroying (bsc#1012628). - eth: bnxt: fix out-of-range access of vnic_info array (bsc#1012628). - net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF (bsc#1012628). - netfilter: nfnetlink_queue: Initialize ctx to avoid memory allocation error (bsc#1012628). - netfilter: nf_tables: Only use nf_skip_indirect_calls() when MITIGATION_RETPOLINE (bsc#1012628). - ax25: Remove broken autobind (bsc#1012628). - net/mlx5e: Fix ethtool -N flow-type ip4 to RSS context (bsc#1012628). - bnxt_en: Mask the bd_cnt field in the TX BD properly (bsc#1012628). - bnxt_en: Linearize TX SKB if the fragments exceed the max (bsc#1012628). - net: dsa: mv88e6xxx: fix atu_move_port_mask for 6341 family (bsc#1012628). - net: dsa: mv88e6xxx: enable PVT for 6321 switch (bsc#1012628). - net: dsa: mv88e6xxx: enable .port_set_policy() for 6320 family (bsc#1012628). - net: dsa: mv88e6xxx: fix VTU methods for 6320 family (bsc#1012628). - net: dsa: mv88e6xxx: enable STU methods for 6320 family (bsc#1012628). - mlxsw: spectrum_acl_bloom_filter: Workaround for some LLVM versions (bsc#1012628). - net: dsa: sja1105: fix displaced ethtool statistics counters (bsc#1012628). - net: dsa: sja1105: reject other RX filters than HWTSTAMP_FILTER_PTP_V2_L2_EVENT (bsc#1012628). - net: dsa: sja1105: fix kasan out-of-bounds warning in sja1105_table_delete_entry() (bsc#1012628). - net/mlx5: LAG, reload representors on LAG creation failure (bsc#1012628). - net/mlx5: Start health poll after enable hca (bsc#1012628). - vmxnet3: unregister xdp rxq info in the reset path (bsc#1012628). - bonding: check xdp prog when set bond mode (bsc#1012628). - ibmvnic: Use kernel helpers for hex dumps (bsc#1012628). - net: fix NULL pointer dereference in l3mdev_l3_rcv (bsc#1012628). - virtio_net: Fix endian with virtio_net_ctrl_rss (bsc#1012628). - Bluetooth: Add quirk for broken READ_VOICE_SETTING (bsc#1012628). - Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPE (bsc#1012628). - Bluetooth: btusb: Fix regression in the initialization of fake Bluetooth controllers (bsc#1012628). - Bluetooth: hci_core: Enable buffer flow control for SCO/eSCO (bsc#1012628). - Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancel (bsc#1012628). - rwonce: handle KCSAN like KASAN in read_word_at_a_time() (bsc#1012628). - net: dsa: microchip: fix DCB apptrust configuration on KSZ88x3 (bsc#1012628). - Bluetooth: btnxpuart: Fix kernel panic during FW release (bsc#1012628). - net: Fix the devmem sock opts and msgs for parisc (bsc#1012628). - net: libwx: fix Tx descriptor content for some tunnel packets (bsc#1012628). - net: libwx: fix Tx L4 checksum (bsc#1012628). - rwonce: fix crash by removing READ_ONCE() for unaligned read (bsc#1012628). - drm/bridge: ti-sn65dsi86: Fix multiple instances (bsc#1012628). - drm/ssd130x: Set SPI .id_table to prevent an SPI core warning (bsc#1012628). - accel/amdxdna: Return error when setting clock failed for npu1 (bsc#1012628). - drm/panthor: Fix a race between the reset and suspend path (bsc#1012628). - drm/ssd130x: fix ssd132x encoding (bsc#1012628). - drm/ssd130x: ensure ssd132x pitch is correct (bsc#1012628). - drm/dp_mst: Fix drm RAD print (bsc#1012628). - drm/bridge: it6505: fix HDCP V match check is not performed correctly (bsc#1012628). - drm/panthor: Fix race condition when gathering fdinfo group samples (bsc#1012628). - drm: xlnx: zynqmp: Fix max dma segment size (bsc#1012628). - drm: xlnx: zynqmp_dpsub: Add NULL check in zynqmp_audio_init (bsc#1012628). - drm: zynqmp_dp: Fix a deadlock in zynqmp_dp_ignore_hpd_set() (bsc#1012628). - drm/vkms: Fix use after free and double free on init error (bsc#1012628). - gpu: cdns-mhdp8546: fix call balance of mhdp->clk handling routines (bsc#1012628). - drm/amdgpu: refine smu send msg debug log format (bsc#1012628). - drm/amdgpu/umsch: remove vpe test from umsch (bsc#1012628). - drm/amdgpu/umsch: declare umsch firmware (bsc#1012628). - drm/amdgpu/umsch: fix ucode check (bsc#1012628). - drm/amdgpu/vcn5.0.1: use correct dpm helper (bsc#1012628). - PCI: Remove add_align overwrite unrelated to size0 (bsc#1012628). - PCI: Simplify size1 assignment logic (bsc#1012628). - PCI: Allow relaxed bridge window tail sizing for optional resources (bsc#1012628). - drm/mediatek: mtk_hdmi: Unregister audio platform device on failure (bsc#1012628). - drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size member (bsc#1012628). - drm/amdgpu: Replace Mutex with Spinlock for RLCG register access to avoid Priority Inversion in SRIOV (bsc#1012628). - PCI/ASPM: Fix link state exit during switch upstream function removal (bsc#1012628). - drm/panel: ilitek-ili9882t: fix GPIO name in error message (bsc#1012628). - PCI/ACS: Fix 'pci=config_acs=' parameter (bsc#1012628). - drm/amd/display: fix an indent issue in DML21 (bsc#1012628). - drm/msm/dpu: don't use active in atomic_check() (bsc#1012628). - drm/msm/dsi/phy: Program clock inverters in correct register (bsc#1012628). - drm/msm/dsi: Use existing per-interface slice count in DSC timing (bsc#1012628). - drm/msm/dsi: Set PHY usescase (and mode) before registering DSI host (bsc#1012628). - drm/msm/dpu: Fall back to a single DSC encoder (1:1:1) on small SoCs (bsc#1012628). - drm/msm/dpu: Remove arbitrary limit of 1 interface in DSC topology (bsc#1012628). - drm/msm/gem: Fix error code msm_parse_deps() (bsc#1012628). - drm/amdkfd: Fix Circular Locking Dependency in 'svm_range_cpu_invalidate_pagetables' (bsc#1012628). - PCI: mediatek-gen3: Configure PBUS_CSR registers for EN7581 SoC (bsc#1012628). - PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payload (bsc#1012628). - PCI: brcmstb: Set generation limit before PCIe link up (bsc#1012628). - PCI: brcmstb: Use internal register to change link capability (bsc#1012628). - PCI: brcmstb: Fix error path after a call to regulator_bulk_get() (bsc#1012628). - PCI: brcmstb: Fix potential premature regulator disabling (bsc#1012628). - selftests/pcie_bwctrl: Add 'set_pcie_speed.sh' to TEST_PROGS (bsc#1012628). - PCI/portdrv: Only disable pciehp interrupts early when needed (bsc#1012628). - PCI: Avoid reset when disabled via sysfs (bsc#1012628). - drm/msm/dpu: move needs_cdm setting to dpu_encoder_get_topology() (bsc#1012628). - drm/msm/dpu: simplify dpu_encoder_get_topology() interface (bsc#1012628). - drm/msm/dpu: don't set crtc_state->mode_changed from atomic_check() (bsc#1012628). - drm/panthor: Update CS_STATUS_ defines to correct values (bsc#1012628). - drm/file: Add fdinfo helper for printing regions with prefix (bsc#1012628). - drm/panthor: Expose size of driver internal BO's over fdinfo (bsc#1012628). - drm/panthor: Replace sleep locks with spinlocks in fdinfo path (bsc#1012628). - drm/panthor: Avoid sleep locking in the internal BO size path (bsc#1012628). - drm/panthor: Clean up FW version information display (bsc#1012628). - drm/amd/display: fix type mismatch in CalculateDynamicMetadataParameters() (bsc#1012628). - drm/msm/a6xx: Fix a6xx indexed-regs in devcoreduump (bsc#1012628). - powerpc/perf: Fix ref-counting on the PMU 'vpa_pmu' (bsc#1012628). - misc: pci_endpoint_test: Fix pci_endpoint_test_bars_read_bar() error handling (bsc#1012628). - misc: pci_endpoint_test: Handle BAR sizes larger than INT_MAX (bsc#1012628). - PCI: endpoint: pci-epf-test: Handle endianness properly (bsc#1012628). - crypto: powerpc: Mark ghashp8-ppc.o as an OBJECT_FILES_NON_STANDARD (bsc#1012628). - powerpc/kexec: fix physical address calculation in clear_utlb_entry() (bsc#1012628). - PCI: Remove stray put_device() in pci_register_host_bridge() (bsc#1012628). - PCI: xilinx-cpm: Fix IRQ domain leak in error path of probe (bsc#1012628). - drm/mediatek: Fix config_updating flag never false when no mbox channel (bsc#1012628). - drm/mediatek: dp: drm_err => dev_err in HPD path to avoid NULL ptr (bsc#1012628). - drm/mediatek: dsi: fix error codes in mtk_dsi_host_transfer() (bsc#1012628). - drm/amd/display: avoid NPD when ASIC does not support DMUB (bsc#1012628). - PCI: dwc: ep: Return -ENOMEM for allocation failures (bsc#1012628). - PCI: histb: Fix an error handling path in histb_pcie_probe() (bsc#1012628). - PCI: Fix BAR resizing when VF BARs are assigned (bsc#1012628). - drm/amdgpu/mes: optimize compute loop handling (bsc#1012628). - drm/amdgpu/mes: enable compute pipes across all MEC (bsc#1012628). - PCI: pciehp: Don't enable HPIE when resuming in poll mode (bsc#1012628). - PCI/bwctrl: Fix pcie_bwctrl_select_speed() return type (bsc#1012628). - io_uring/net: only import send_zc buffer once (bsc#1012628). - PCI: Fix NULL dereference in SR-IOV VF creation error path (bsc#1012628). - io_uring: use lockless_cq flag in io_req_complete_post() (bsc#1012628). - io_uring: fix retry handling off iowq (bsc#1012628). - fbdev: au1100fb: Move a variable assignment behind a null pointer check (bsc#1012628). - dummycon: fix default rows/cols (bsc#1012628). - mdacon: rework dependency list (bsc#1012628). - fbdev: sm501fb: Add some geometry checks (bsc#1012628). - crypto: iaa - Test the correct request flag (bsc#1012628). - crypto: qat - set parity error mask for qat_420xx (bsc#1012628). - crypto: tegra - Use separate buffer for setkey (bsc#1012628). - crypto: tegra - Do not use fixed size buffers (bsc#1012628). - crypto: tegra - check return value for hash do_one_req (bsc#1012628). - crypto: tegra - Transfer HASH init function to crypto engine (bsc#1012628). - crypto: tegra - Fix HASH intermediate result handling (bsc#1012628). - crypto: bpf - Add MODULE_DESCRIPTION for skcipher (bsc#1012628). - crypto: tegra - Use HMAC fallback when keyslots are full (bsc#1012628). - clk: amlogic: gxbb: drop incorrect flag on 32k clock (bsc#1012628). - crypto: hisilicon/sec2 - fix for aead authsize alignment (bsc#1012628). - crypto: hisilicon/sec2 - fix for sec spec check (bsc#1012628). - RDMA/mlx5: Fix page_size variable overflow (bsc#1012628). - remoteproc: core: Clear table_sz when rproc_shutdown (bsc#1012628). - of: property: Increase NR_FWNODE_REFERENCE_ARGS (bsc#1012628). - pinctrl: renesas: rzg2l: Suppress binding attributes (bsc#1012628). - remoteproc: qcom_q6v5_pas: Make single-PD handling more robust (bsc#1012628). - libbpf: Fix hypothetical STT_SECTION extern NULL deref case (bsc#1012628). - drivers: clk: qcom: ipq5424: fix the freq table of sdcc1_apps clock (bsc#1012628). - selftests/bpf: Fix string read in strncmp benchmark (bsc#1012628). - x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range() (bsc#1012628). - clk: renesas: r8a08g045: Check the source of the CPU PLL settings (bsc#1012628). - remoteproc: qcom: pas: add minidump_id to SC7280 WPSS (bsc#1012628). - clk: samsung: Fix UBSAN panic in samsung_clk_init() (bsc#1012628). - pinctrl: nuvoton: npcm8xx: Fix error handling in npcm8xx_gpio_fw() (bsc#1012628). - crypto: tegra - Fix CMAC intermediate result handling (bsc#1012628). - clk: qcom: gcc-msm8953: fix stuck venus0_core0 clock (bsc#1012628). - selftests/bpf: Fix runqslower cross-endian build (bsc#1012628). - s390: Remove ioremap_wt() and pgprot_writethrough() (bsc#1012628). - RDMA/mana_ib: Ensure variable err is initialized (bsc#1012628). - crypto: tegra - Set IV to NULL explicitly for AES ECB (bsc#1012628). - remoteproc: qcom_q6v5_pas: Use resource with CX PD for MSM8226 (bsc#1012628). - clk: qcom: gcc-x1e80100: Unregister GCC_GPU_CFG_AHB_CLK/GCC_DISP_XO_CLK (bsc#1012628). - crypto: tegra - finalize crypto req on error (bsc#1012628). - crypto: tegra - Reserve keyslots to allocate dynamically (bsc#1012628). - bpf: Use preempt_count() directly in bpf_send_signal_common() (bsc#1012628). - lib: 842: Improve error handling in sw842_compress() (bsc#1012628). - pinctrl: renesas: rza2: Fix missing of_node_put() call (bsc#1012628). - pinctrl: renesas: rzg2l: Fix missing of_node_put() call (bsc#1012628). - RDMA/mlx5: Fix MR cache initialization error flow (bsc#1012628). - selftests/bpf: Fix freplace_link segfault in tailcalls prog test (bsc#1012628). - clk: rockchip: rk3328: fix wrong clk_ref_usb3otg parent (bsc#1012628). - RDMA/core: Don't expose hw_counters outside of init net namespace (bsc#1012628). - RDMA/mlx5: Fix calculation of total invalidated pages (bsc#1012628). - RDMA/erdma: Prevent use-after-free in erdma_accept_newconn() (bsc#1012628). - remoteproc: qcom_q6v5_mss: Handle platforms with one power domain (bsc#1012628). - power: supply: bq27xxx_battery: do not update cached flags prematurely (bsc#1012628). - leds: st1202: Check for error code from devm_mutex_init() call (bsc#1012628). - crypto: api - Fix larval relookup type and mask (bsc#1012628). - IB/mad: Check available slots before posting receive WRs (bsc#1012628). - pinctrl: tegra: Set SFIO mode to Mux Register (bsc#1012628). - clk: amlogic: g12b: fix cluster A parent data (bsc#1012628). - clk: amlogic: gxbb: drop non existing 32k clock parent (bsc#1012628). - selftests/bpf: Select NUMA_NO_NODE to create map (bsc#1012628). - rust: fix signature of rust_fmt_argument (bsc#1012628). - crypto: tegra - Fix format specifier in tegra_sha_prep_cmd() (bsc#1012628). - libbpf: Add namespace for errstr making it libbpf_errstr (bsc#1012628). - clk: mmp: Fix NULL vs IS_ERR() check (bsc#1012628). - pinctrl: npcm8xx: Fix incorrect struct npcm8xx_pincfg assignment (bsc#1012628). - samples/bpf: Fix broken vmlinux path for VMLINUX_BTF (bsc#1012628). - crypto: qat - remove access to parity register for QAT GEN4 (bsc#1012628). - clk: clk-imx8mp-audiomix: fix dsp/ocram_a clock parents (bsc#1012628). - clk: amlogic: g12a: fix mmc A peripheral clock (bsc#1012628). - pinctrl: bcm2835: don't -EINVAL on alternate funcs from get_direction() (bsc#1012628). - x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1 (bsc#1012628). - power: supply: max77693: Fix wrong conversion of charge input threshold value (bsc#1012628). - crypto: api - Call crypto_alg_put in crypto_unregister_alg (bsc#1012628). - clk: stm32f4: fix an uninitialized variable (bsc#1012628). - crypto: nx - Fix uninitialised hv_nxc on error (bsc#1012628). - clk: qcom: gcc-sm8650: Do not turn off USB GDSCs during gdsc_disable() (bsc#1012628). - bpf: Fix array bounds error with may_goto (bsc#1012628). - RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow (bsc#1012628). - pinctrl: renesas: rzv2m: Fix missing of_node_put() call (bsc#1012628). - clk: qcom: ipq5424: fix software and hardware flow control error of UART (bsc#1012628). - mfd: sm501: Switch to BIT() to mitigate integer overflows (bsc#1012628). - leds: Fix LED_OFF brightness race (bsc#1012628). - x86/dumpstack: Fix inaccurate unwinding from exception stacks due to misplaced assignment (bsc#1012628). - RDMA/core: Fix use-after-free when rename device name (bsc#1012628). - crypto: hisilicon/sec2 - fix for aead auth key length (bsc#1012628). - pinctrl: intel: Fix wrong bypass assignment in intel_pinctrl_probe_pwm() (bsc#1012628). - clk: qcom: mmcc-sdm660: fix stuck video_subcore0 clock (bsc#1012628). - libbpf: Fix accessing BTF.ext core_relo header (bsc#1012628). - perf stat: Fix find_stat for mixed legacy/non-legacy events (bsc#1012628). - perf: Always feature test reallocarray (bsc#1012628). - w1: fix NULL pointer dereference in probe (bsc#1012628). - staging: gpib: Add missing interface entry point (bsc#1012628). - staging: gpib: Fix pr_err format warning (bsc#1012628). - usb: typec: thunderbolt: Fix loops that iterate TYPEC_PLUG_SOP_P and TYPEC_PLUG_SOP_PP (bsc#1012628). - usb: typec: thunderbolt: Remove IS_ERR check for plug (bsc#1012628). - iio: dac: adi-axi-dac: modify stream enable (bsc#1012628). - perf test: Fix Hwmon PMU test endianess issue (bsc#1012628). - perf stat: Don't merge counters purely on name (bsc#1012628). - fs/ntfs3: Factor out ntfs_{create/remove}_procdir() (bsc#1012628). - fs/ntfs3: Factor out ntfs_{create/remove}_proc_root() (bsc#1012628). - fs/ntfs3: Fix 'proc_info_root' leak when init ntfs failed (bsc#1012628). - fs/ntfs3: Update inode->i_mapping->a_ops on compression state (bsc#1012628). - iio: light: veml6030: extend regmap to support regfields (bsc#1012628). - iio: gts-helper: export iio_gts_get_total_gain() (bsc#1012628). - iio: light: veml6030: fix scale to conform to ABI (bsc#1012628). - iio: adc: ad7124: Micro-optimize channel disabling (bsc#1012628). - iio: adc: ad7124: Really disable all channels at probe time (bsc#1012628). - phy: phy-rockchip-samsung-hdptx: Don't use dt aliases to determine phy-id (bsc#1012628). - perf tools: Add skip check in tool_pmu__event_to_str() (bsc#1012628). - isofs: fix KMSAN uninit-value bug in do_isofs_readdir() (bsc#1012628). - perf tests: Fix Tool PMU test segfault (bsc#1012628). - soundwire: slave: fix an OF node reference leak in soundwire slave device (bsc#1012628). - staging: gpib: Fix cb7210 pcmcia Oops (bsc#1012628). - perf report: Switch data file correctly in TUI (bsc#1012628). - perf report: Fix input reload/switch with symbol sort key (bsc#1012628). - greybus: gb-beagleplay: Add error handling for gb_greybus_init (bsc#1012628). - coresight: catu: Fix number of pages while using 64k pages (bsc#1012628). - vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpoint (bsc#1012628). - coresight-etm4x: add isb() before reading the TRCSTATR (bsc#1012628). - perf pmus: Restructure pmu_read_sysfs to scan fewer PMUs (bsc#1012628). - perf pmu: Dynamically allocate tool PMU (bsc#1012628). - perf pmu: Don't double count common sysfs and json events (bsc#1012628). - tools/x86: Fix linux/unaligned.h include path in lib/insn.c (bsc#1012628). - perf build: Fix in-tree build due to symbolic link (bsc#1012628). - ucsi_ccg: Don't show failed to get FW build information error (bsc#1012628). - iio: accel: mma8452: Ensure error return on failure to matching oversampling ratio (bsc#1012628). - iio: accel: msa311: Fix failure to release runtime pm if direct mode claim fails (bsc#1012628). - iio: backend: make sure to NULL terminate stack buffer (bsc#1012628). - iio: core: Rework claim and release of direct mode to work with sparse (bsc#1012628). - iio: adc: ad7173: Grab direct mode for calibration (bsc#1012628). - iio: adc: ad7192: Grab direct mode for calibration (bsc#1012628). - perf arm-spe: Fix load-store operation checking (bsc#1012628). - perf bench: Fix perf bench syscall loop count (bsc#1012628). - perf machine: Fixup kernel maps ends after adding extra maps (bsc#1012628). - usb: xhci: correct debug message page size calculation (bsc#1012628). - fs/ntfs3: Fix a couple integer overflows on 32bit systems (bsc#1012628). - fs/ntfs3: Prevent integer overflow in hdr_first_de() (bsc#1012628). - perf test: Add timeout to datasym workload (bsc#1012628). - perf tests: Fix data symbol test with LTO builds (bsc#1012628). - NFSD: Fix callback decoder status codes (bsc#1012628). - soundwire: take in count the bandwidth of a prepared stream (bsc#1012628). - dmaengine: fsl-edma: cleanup chan after dma_async_device_unregister (bsc#1012628). - dmaengine: fsl-edma: free irq correctly in remove path (bsc#1012628). - dmaengine: ae4dma: Use the MSI count and its corresponding IRQ number (bsc#1012628). - dmaengine: ptdma: Utilize the AE4DMA engine's multi-queue functionality (bsc#1012628). - iio: adc: ad_sigma_delta: Disable channel after calibration (bsc#1012628). - iio: adc: ad4130: Fix comparison of channel setups (bsc#1012628). - iio: adc: ad7124: Fix comparison of channel configs (bsc#1012628). - iio: adc: ad7173: Fix comparison of channel configs (bsc#1012628). - iio: adc: ad7768-1: set MOSI idle state to prevent accidental reset (bsc#1012628). - iio: light: Add check for array bounds in veml6075_read_int_time_ms (bsc#1012628). - perf debug: Avoid stack overflow in recursive error message (bsc#1012628). - perf evlist: Add success path to evlist__create_syswide_maps (bsc#1012628). - perf evsel: tp_format accessing improvements (bsc#1012628). - perf x86/topdown: Fix topdown leader sampling test error on hybrid (bsc#1012628). - perf units: Fix insufficient array space (bsc#1012628). - perf test stat_all_pmu.sh: Correctly check 'perf stat' result (bsc#1012628). - kernel/events/uprobes: handle device-exclusive entries correctly in __replace_page() (bsc#1012628). - kexec: initialize ELF lowest address to ULONG_MAX (bsc#1012628). - ocfs2: validate l_tree_depth to avoid out-of-bounds access (bsc#1012628). - reboot: replace __hw_protection_shutdown bool action parameter with an enum (bsc#1012628). - reboot: reboot, not shutdown, on hw_protection_reboot timeout (bsc#1012628). - arch/powerpc: drop GENERIC_PTDUMP from mpc885_ads_defconfig (bsc#1012628). - writeback: let trace_balance_dirty_pages() take struct dtc as parameter (bsc#1012628). - writeback: fix calculations in trace_balance_dirty_pages() for cgwb (bsc#1012628). - scripts/gdb/linux/symbols.py: address changes to module_sect_attrs (bsc#1012628). - NFSv4: Don't trigger uneccessary scans for return-on-close delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for returning delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for expired delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for delayed delegations (bsc#1012628). - NFS: fix open_owner_id_maxsz and related fields (bsc#1012628). - fuse: fix dax truncate/punch_hole fault path (bsc#1012628). - selftests/mm/cow: fix the incorrect error handling (bsc#1012628). - um: Pass the correct Rust target and options with gcc (bsc#1012628). - um: remove copy_from_kernel_nofault_allowed (bsc#1012628). - um: hostfs: avoid issues on inode number reuse by host (bsc#1012628). - i3c: master: svc: Fix missing the IBI rules (bsc#1012628). - perf python: Fixup description of sample.id event member (bsc#1012628). - perf python: Decrement the refcount of just created event on failure (bsc#1012628). - perf python: Don't keep a raw_data pointer to consumed ring buffer space (bsc#1012628). - perf python: Check if there is space to copy all the event (bsc#1012628). - perf dso: fix dso__is_kallsyms() check (bsc#1012628). - perf: intel-tpebs: Fix incorrect usage of zfree() (bsc#1012628). - perf pmu: Handle memory failure in tool_pmu__new() (bsc#1012628). - staging: rtl8723bs: select CONFIG_CRYPTO_LIB_AES (bsc#1012628). - staging: vchiq_arm: Register debugfs after cdev (bsc#1012628). - staging: vchiq_arm: Fix possible NPR of keep-alive thread (bsc#1012628). - staging: vchiq_arm: Stop kthreads if vchiq cdev register fails (bsc#1012628). - tty: n_tty: use uint for space returned by tty_write_room() (bsc#1012628). - perf vendor events arm64 AmpereOneX: Fix frontend_bound calculation (bsc#1012628). - fs/procfs: fix the comment above proc_pid_wchan() (bsc#1012628). - perf tools: Fix is_compat_mode build break in ppc64 (bsc#1012628). - perf tools: annotate asm_pure_loop.S (bsc#1012628). - perf bpf-filter: Fix a parsing error with comma (bsc#1012628). - objtool: Handle various symbol types of rodata (bsc#1012628). - objtool: Handle different entry size of rodata (bsc#1012628). - objtool: Handle PC relative relocation type (bsc#1012628). - objtool: Fix detection of consecutive jump tables on Clang 20 (bsc#1012628). - thermal: core: Remove duplicate struct declaration (bsc#1012628). - objtool, spi: amd: Fix out-of-bounds stack access in amd_set_spi_freq() (bsc#1012628). - objtool, nvmet: Fix out-of-bounds stack access in nvmet_ctrl_state_show() (bsc#1012628). - objtool, media: dib8000: Prevent divide-by-zero in dib8000_set_dds() (bsc#1012628). - NFS: Shut down the nfs_client only after all the superblocks (bsc#1012628). - smb: client: Fix netns refcount imbalance causing leaks and use-after-free (bsc#1012628). - exfat: fix the infinite loop in exfat_find_last_cluster() (bsc#1012628). - exfat: fix missing shutdown check (bsc#1012628). - rtnetlink: Allocate vfinfo size for VF GUIDs when supported (bsc#1012628). - rndis_host: Flag RNDIS modems as WWAN devices (bsc#1012628). - ksmbd: use aead_request_free to match aead_request_alloc (bsc#1012628). - ksmbd: fix multichannel connection failure (bsc#1012628). - ksmbd: fix r_count dec/increment mismatch (bsc#1012628). - net/mlx5e: SHAMPO, Make reserved size independent of page size (bsc#1012628). - ring-buffer: Fix bytes_dropped calculation issue (bsc#1012628). - objtool: Fix segfault in ignore_unreachable_insn() (bsc#1012628). - LoongArch: Fix help text of CMDLINE_EXTEND in Kconfig (bsc#1012628). - LoongArch: Fix device node refcount leak in fdt_cpu_clk_init() (bsc#1012628). - LoongArch: Rework the arch_kgdb_breakpoint() implementation (bsc#1012628). - ACPI: processor: idle: Return an error if both P_LVL{2,3} idle states are invalid (bsc#1012628). - net: phy: broadcom: Correct BCM5221 PHY model detection (bsc#1012628). - octeontx2-af: Fix mbox INTR handler when num VFs > 64 (bsc#1012628). - octeontx2-af: Free NIX_AF_INT_VEC_GEN irq (bsc#1012628). - objtool: Fix verbose disassembly if CROSS_COMPILE isn't set (bsc#1012628). - sched/smt: Always inline sched_smt_active() (bsc#1012628). - context_tracking: Always inline ct_{nmi,irq}_{enter,exit}() (bsc#1012628). - rcu-tasks: Always inline rcu_irq_work_resched() (bsc#1012628). - objtool/loongarch: Add unwind hints in prepare_frametrace() (bsc#1012628). - nfs: Add missing release on error in nfs_lock_and_join_requests() (bsc#1012628). - rtc: renesas-rtca3: Disable interrupts only if the RTC is enabled (bsc#1012628). - spufs: fix a leak on spufs_new_file() failure (bsc#1012628). - spufs: fix gang directory lifetimes (bsc#1012628). - spufs: fix a leak in spufs_create_context() (bsc#1012628). - fs/9p: fix NULL pointer dereference on mkdir (bsc#1012628). - riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_call_ra (bsc#1012628). - riscv: Fix the __riscv_copy_vec_words_unaligned implementation (bsc#1012628). - riscv: Fix missing __free_pages() in check_vector_unaligned_access() (bsc#1012628). - riscv: fgraph: Select HAVE_FUNCTION_GRAPH_TRACER depends on HAVE_DYNAMIC_FTRACE_WITH_ARGS (bsc#1012628). - ntb_hw_switchtec: Fix shift-out-of-bounds in switchtec_ntb_mw_set_trans (bsc#1012628). - ntb: intel: Fix using link status DB's (bsc#1012628). - riscv: fgraph: Fix stack layout to match __arch_ftrace_regs argument of ftrace_return_to_handler (bsc#1012628). - riscv: Annotate unaligned access init functions (bsc#1012628). - riscv: Fix riscv_online_cpu_vec (bsc#1012628). - riscv: Fix check_unaligned_access_all_cpus (bsc#1012628). - riscv: Change check_unaligned_access_speed_all_cpus to void (bsc#1012628). - riscv: Fix set up of cpu hotplug callbacks (bsc#1012628). - riscv: Fix set up of vector cpu hotplug callback (bsc#1012628). - firmware: cs_dsp: Ensure cs_dsp_load[_coeff]() returns 0 on success (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic breakage on ASUS VivoBook X515JA (bsc#1012628). - RISC-V: errata: Use medany for relocatable builds (bsc#1012628). - x86/uaccess: Improve performance by aligning writes to 8 bytes in copy_user_generic(), on non-FSRM/ERMS CPUs (bsc#1012628). - ublk: make sure ubq->canceling is set when queue is frozen (bsc#1012628). - s390/entry: Fix setting _CIF_MCCK_GUEST with lowcore relocation (bsc#1012628). - ASoC: codecs: rt5665: Fix some error handling paths in rt5665_probe() (bsc#1012628). - spi: cadence: Fix out-of-bounds array access in cdns_mrvl_xspi_setup_clock() (bsc#1012628). - riscv: Fix hugetlb retrieval of number of ptes in case of !present pte (bsc#1012628). - riscv/kexec_file: Handle R_RISCV_64 in purgatory relocator (bsc#1012628). - riscv/purgatory: 4B align purgatory_start (bsc#1012628). - nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer (bsc#1012628). - nvme-pci: skip nvme_write_sq_db on empty rqlist (bsc#1012628). - ASoC: imx-card: Add NULL check in imx_card_probe() (bsc#1012628). - spi: bcm2835: Do not call gpiod_put() on invalid descriptor (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic on another ASUS VivoBook model (bsc#1012628). - spi: bcm2835: Restore native CS probing when pinctrl-bcm2835 is absent (bsc#1012628). - xsk: Add launch time hardware offload support to XDP Tx metadata (bsc#1012628). - igc: Refactor empty frame insertion for launch time support (bsc#1012628). - igc: Add launch time support to XDP ZC (bsc#1012628). - igc: Fix TX drops in XDP ZC (bsc#1012628). - e1000e: change k1 configuration on MTP and later platforms (bsc#1012628). - ixgbe: fix media type detection for E610 device (bsc#1012628). - idpf: fix adapter NULL pointer dereference on reboot (bsc#1012628). - netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets only (bsc#1012628). - netfilter: nf_tables: don't unregister hook when table is dormant (bsc#1012628). - netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets (bsc#1012628). - net_sched: skbprio: Remove overly strict queue assertions (bsc#1012628). - sctp: add mutual exclusion in proc_sctp_do_udp_port() (bsc#1012628). - net: airoha: Fix qid report in airoha_tc_get_htb_get_leaf_queue() (bsc#1012628). - net: airoha: Fix ETS priomap validation (bsc#1012628). - net: mvpp2: Prevent parser TCAM memory corruption (bsc#1012628). - rtnetlink: Use register_pernet_subsys() in rtnl_net_debug_init() (bsc#1012628). - udp: Fix multiple wraparounds of sk->sk_rmem_alloc (bsc#1012628). - udp: Fix memory accounting leak (bsc#1012628). - vsock: avoid timeout during connect() if the socket is closing (bsc#1012628). - tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu() (bsc#1012628). - xsk: Fix __xsk_generic_xmit() error code when cq is full (bsc#1012628). - net: decrease cached dst counters in dst_release (bsc#1012628). - netfilter: nft_tunnel: fix geneve_opt type confusion addition (bsc#1012628). - sfc: rip out MDIO support (bsc#1012628). - sfc: fix NULL dereferences in ef100_process_design_param() (bsc#1012628). - ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS (bsc#1012628). - net: dsa: mv88e6xxx: propperly shutdown PPU re-enable timer on destroy (bsc#1012628). - net: fix geneve_opt length integer overflow (bsc#1012628). - ipv6: Start path selection from the first nexthop (bsc#1012628). - ipv6: Do not consider link down nexthops in path selection (bsc#1012628). - arcnet: Add NULL check in com20020pci_probe() (bsc#1012628). - net: ibmveth: make veth_pool_store stop hanging (bsc#1012628). - netlink: specs: rt_route: pull the ifa- prefix out of the names (bsc#1012628). - tools/power turbostat: Allow Zero return value for some RAPL registers (bsc#1012628). - kbuild: deb-pkg: don't set KBUILD_BUILD_VERSION unconditionally (bsc#1012628). - drm/xe: Fix unmet direct dependencies warning (bsc#1012628). - drm/amdgpu/gfx11: fix num_mec (bsc#1012628). - drm/amdgpu/gfx12: fix num_mec (bsc#1012628). - perf/core: Fix child_total_time_enabled accounting bug at task exit (bsc#1012628). - tools/power turbostat: report CoreThr per measurement interval (bsc#1012628). - tools/power turbostat: Restore GFX sysfs fflush() call (bsc#1012628). - staging: gpib: ni_usb console messaging cleanup (bsc#1012628). - staging: gpib: Fix Oops after disconnect in ni_usb (bsc#1012628). - staging: gpib: agilent usb console messaging cleanup (bsc#1012628). - staging: gpib: Fix Oops after disconnect in agilent usb (bsc#1012628). - tty: serial: fsl_lpuart: Use u32 and u8 for register variables (bsc#1012628). - tty: serial: fsl_lpuart: use port struct directly to simply code (bsc#1012628). - tty: serial: fsl_lpuart: Fix unused variable 'sport' build warning (bsc#1012628). - tty: serial: lpuart: only disable CTS instead of overwriting the whole UARTMODIR register (bsc#1012628). - usbnet:fix NPE during rx_complete (bsc#1012628). - rust: Fix enabling Rust and building with GCC for LoongArch (bsc#1012628). - LoongArch: Increase ARCH_DMA_MINALIGN up to 16 (bsc#1012628). - LoongArch: Increase MAX_IO_PICS up to 8 (bsc#1012628). - LoongArch: BPF: Fix off-by-one error in build_prologue() (bsc#1012628). - LoongArch: BPF: Don't override subprog's return value (bsc#1012628). - LoongArch: BPF: Use move_addr() for BPF_PSEUDO_FUNC (bsc#1012628). - x86/hyperv: Fix check of return value from snp_set_vmsa() (bsc#1012628). - KVM: x86: block KVM_CAP_SYNC_REGS if guest state is protected (bsc#1012628). - x86/microcode/AMD: Fix __apply_microcode_amd()'s return value (bsc#1012628). - x86/mce: use is_copy_from_user() to determine copy-from-user context (bsc#1012628). - x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRT (bsc#1012628). - x86/tdx: Fix arch_safe_halt() execution for TDX VMs (bsc#1012628). - ACPI: x86: Extend Lenovo Yoga Tab 3 quirk with skip GPIO event-handlers (bsc#1012628). - platform/x86: thinkpad_acpi: disable ACPI fan access for T495* and E560 (bsc#1012628). - platform/x86: ISST: Correct command storage data length (bsc#1012628). - ntb_perf: Delete duplicate dmaengine_unmap_put() call in perf_copy_chunk() (bsc#1012628). - perf/x86/intel: Apply static call for drain_pebs (bsc#1012628). - perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample read (bsc#1012628). - uprobes/x86: Harden uretprobe syscall trampoline check (bsc#1012628). - bcachefs: bch2_ioctl_subvolume_destroy() fixes (bsc#1012628). - x86/Kconfig: Add cmpxchg8b support back to Geode CPUs (bsc#1012628). - x86/tsc: Always save/restore TSC sched_clock() on suspend/resume (bsc#1012628). - x86/mm: Fix flush_tlb_range() when used for zapping normal PMDs (bsc#1012628). - ACPI: platform-profile: Fix CFI violation when accessing sysfs files (bsc#1012628). - wifi: mt76: mt7925: remove unused acpi function for clc (bsc#1012628). - acpi: nfit: fix narrowing conversion in acpi_nfit_ctl (bsc#1012628). - ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP (bsc#1012628). - ACPI: video: Handle fetching EDID as ACPI_TYPE_PACKAGE (bsc#1012628). - ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE (bsc#1012628). - ARM: 9444/1: add KEEP() keyword to ARM_VECTORS (bsc#1012628). - media: omap3isp: Handle ARM dma_iommu_mapping (bsc#1012628). - Remove unnecessary firmware version check for gc v9_4_2 (bsc#1012628). - mmc: omap: Fix memory leak in mmc_omap_new_slot (bsc#1012628). - mmc: sdhci-pxav3: set NEED_RSP_BUSY capability (bsc#1012628). - mmc: sdhci-omap: Disable MMC_CAP_AGGRESSIVE_PM for eMMC/SD (bsc#1012628). - KVM: SVM: Don't change target vCPU state on AP Creation VMGEXIT error (bsc#1012628). - ksmbd: add bounds check for durable handle context (bsc#1012628). - ksmbd: add bounds check for create lease context (bsc#1012628). - ksmbd: fix use-after-free in ksmbd_sessions_deregister() (bsc#1012628). - ksmbd: fix session use-after-free in multichannel connection (bsc#1012628). - ksmbd: fix overflow in dacloffset bounds check (bsc#1012628). - ksmbd: validate zero num_subauth before sub_auth is accessed (bsc#1012628). - ksmbd: fix null pointer dereference in alloc_preauth_hash() (bsc#1012628). - exfat: fix random stack corruption after get_block (bsc#1012628). - exfat: fix potential wrong error return from get_block (bsc#1012628). - tracing: Fix use-after-free in print_graph_function_flags during tracer switching (bsc#1012628). - tracing: Ensure module defining synth event cannot be unloaded while tracing (bsc#1012628). - tracing: Fix synth event printk format for str fields (bsc#1012628). - tracing/osnoise: Fix possible recursive locking for cpus_read_lock() (bsc#1012628). - tracing: Verify event formats that have "%*p.." (bsc#1012628). - mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAs (bsc#1012628). - arm64: Don't call NULL in do_compat_alignment_fixup() (bsc#1012628). - wifi: mt76: mt7921: fix kernel panic due to null pointer dereference (bsc#1012628). - ext4: don't over-report free space or inodes in statvfs (bsc#1012628). - ext4: fix OOB read when checking dotdot dir (bsc#1012628). - PCI/bwctrl: Fix NULL pointer dereference on bus number exhaustion (bsc#1012628). - jfs: fix slab-out-of-bounds read in ea_get() (bsc#1012628). - jfs: add index corruption check to DT_GETPAGE() (bsc#1012628). - mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead() (bsc#1012628). - exec: fix the racy usage of fs_struct->in_exec (bsc#1012628). - media: vimc: skip .s_stream() for stopped entities (bsc#1012628). - media: streamzap: fix race between device disconnection and urb callback (bsc#1012628). - nfsd: don't ignore the return code of svc_proc_register() (bsc#1012628). - nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid() (bsc#1012628). - nfsd: put dl_stid if fail to queue dl_recall (bsc#1012628). - NFSD: Add a Kconfig setting to enable delegated timestamps (bsc#1012628). - nfsd: fix management of listener transports (bsc#1012628). - NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs() (bsc#1012628). - NFSD: Never return NFS4ERR_FILE_OPEN when removing a directory (bsc#1012628). - NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up (bsc#1012628). - perf pmu: Rename name matching for no suffix or wildcard variants (bsc#1012628). - include/{topology,cpuset}: Move dl_rebuild_rd_accounting to cpuset.h (bsc#1012628). - tracing: Do not use PERF enums when perf is not defined (bsc#1012628). - ASoC: mediatek: mt6359: Fix DT parse error due to wrong child node name (bsc#1012628). - Update config files. - Rename to patches.kernel.org/6.14.2-013-EDAC-igen6-Fix-the-flood-of-invalid-error-repo.patch. - Rename to patches.kernel.org/6.14.2-257-Bluetooth-hci_event-Fix-handling-of-HCI_EV_LE_.patch. - Rename to patches.kernel.org/6.14.2-281-PCI-Use-downstream-bridges-for-distributing-re.patch. - commit b659bfa ++++ kernel-vanilla: - config: Disable CONFIG_LATENCYTOP (jsc#PED-12529) - commit 409aca3 - ipv6: Align behavior across nexthops during path selection (git-fixes). - commit 885421b - Linux 6.14.2 (bsc#1012628). - fs: support O_PATH fds with FSCONFIG_SET_FD (bsc#1012628). - watch_queue: fix pipe accounting mismatch (bsc#1012628). - x86/mm/pat: cpa-test: fix length for CPA_ARRAY test (bsc#1012628). - m68k: sun3: Use str_read_write() helper in mmu_emu_handle_fault() (bsc#1012628). - m68k: sun3: Fix DEBUG_MMU_EMU build (bsc#1012628). - cpufreq: scpi: compare kHz instead of Hz (bsc#1012628). - seccomp: fix the __secure_computing() stub for !HAVE_ARCH_SECCOMP_FILTER (bsc#1012628). - smack: dont compile ipv6 code unless ipv6 is configured (bsc#1012628). - smack: ipv4/ipv6: tcp/dccp/sctp: fix incorrect child socket label (bsc#1012628). - sched: Cancel the slice protection of the idle entity (bsc#1012628). - sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasks (bsc#1012628). - cpufreq: governor: Fix negative 'idle_time' handling in dbs_update() (bsc#1012628). - EDAC/{skx_common,i10nm}: Fix some missing error reports on Emerald Rapids (bsc#1012628). - x86/vdso: Fix latent bug in vclock_pages calculation (bsc#1012628). - x86/fpu: Fix guest FPU state buffer allocation size (bsc#1012628). - cpufreq/amd-pstate: Modify the min_perf calculation in adjust_perf callback (bsc#1012628). - cpufreq/amd-pstate: Pass min/max_limit_perf as min/max_perf to amd_pstate_update (bsc#1012628). - cpufreq/amd-pstate: Convert all perf values to u8 (bsc#1012628). - cpufreq/amd-pstate: Add missing NULL ptr check in amd_pstate_update (bsc#1012628). - x86/fpu: Avoid copying dynamic FP state from init_task in arch_dup_task_struct() (bsc#1012628). - rseq: Update kernel fields in lockstep with CONFIG_DEBUG_RSEQ=y (bsc#1012628). - x86/platform: Only allow CONFIG_EISA for 32-bit (bsc#1012628). - x86/sev: Add missing RIP_REL_REF() invocations during sme_enable() (bsc#1012628). - lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lock (bsc#1012628). - PM: sleep: Adjust check before setting power.must_resume (bsc#1012628). - cpufreq: tegra194: Allow building for Tegra234 (bsc#1012628). - RISC-V: KVM: Disable the kernel perf counter during configure (bsc#1012628). - kunit/stackinit: Use fill byte different from Clang i386 pattern (bsc#1012628). - watchdog/hardlockup/perf: Fix perf_event memory leak (bsc#1012628). - x86/split_lock: Fix the delayed detection logic (bsc#1012628). - selinux: Chain up tool resolving errors in install_policy.sh (bsc#1012628). - EDAC/ie31200: Fix the size of EDAC_MC_LAYER_CHIP_SELECT layer (bsc#1012628). - EDAC/ie31200: Fix the DIMM size mask for several SoCs (bsc#1012628). - EDAC/ie31200: Fix the error path order of ie31200_init() (bsc#1012628). - dma: Fix encryption bit clearing for dma_to_phys (bsc#1012628). - dma: Introduce generic dma_addr_*crypted helpers (bsc#1012628). - arm64: realm: Use aliased addresses for device DMA to shared buffers (bsc#1012628). - x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors (bsc#1012628). - cpuidle: Init cpuidle only for present CPUs (bsc#1012628). - thermal: int340x: Add NULL check for adev (bsc#1012628). - PM: sleep: Fix handling devices with direct_complete set on errors (bsc#1012628). - lockdep: Don't disable interrupts on RT in disable_irq_nosync_lockdep.*() (bsc#1012628). - cpufreq: Init cpufreq only for present CPUs (bsc#1012628). - perf/ring_buffer: Allow the EPOLLRDNORM flag for poll (bsc#1012628). - perf: Save PMU specific data in task_struct (bsc#1012628). - perf: Supply task information to sched_task() (bsc#1012628). - perf/x86/lbr: Fix shorter LBRs call stacks for the system-wide mode (bsc#1012628). - sched/deadline: Ignore special tasks when rebuilding domains (bsc#1012628). - sched/topology: Wrappers for sched_domains_mutex (bsc#1012628). - sched/deadline: Generalize unique visiting of root domains (bsc#1012628). - sched/deadline: Rebuild root domain accounting after every update (bsc#1012628). - x86/traps: Make exc_double_fault() consistently noreturn (bsc#1012628). - x86/fpu/xstate: Fix inconsistencies in guest FPU xfeatures (bsc#1012628). - x86/entry: Add __init to ia32_emulation_override_cmdline() (bsc#1012628). - RISC-V: KVM: Teardown riscv specific bits after kvm_exit (bsc#1012628). - regulator: pca9450: Fix enable register for LDO5 (bsc#1012628). - auxdisplay: MAX6959 should select BITREVERSE (bsc#1012628). - media: verisilicon: HEVC: Initialize start_bit field (bsc#1012628). - media: platform: allgro-dvt: unregister v4l2_device on the error path (bsc#1012628). - auxdisplay: panel: Fix an API misuse in panel.c (bsc#1012628). - platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: Make symbol static (bsc#1012628). - platform/x86: dell-uart-backlight: Make dell_uart_bl_serdev_driver static (bsc#1012628). - platform/x86: dell-ddv: Fix temperature calculation (bsc#1012628). - ASoC: cs35l41: check the return value from spi_setup() (bsc#1012628). - ASoC: amd: acp: Fix for enabling DMIC on acp platforms via _DSD entry (bsc#1012628). - HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER (bsc#1012628). - ASoC: simple-card-utils: Don't use __free(device_node) at graph_util_parse_dai() (bsc#1012628). - dt-bindings: vendor-prefixes: add GOcontroll (bsc#1012628). - ALSA: hda/realtek: Always honor no_shutup_pins (bsc#1012628). - ASoC: tegra: Use non-atomic timeout for ADX status register (bsc#1012628). - ASoC: ti: j721e-evm: Fix clock configuration for ti,j7200-cpb-audio compatible (bsc#1012628). - ALSA: usb-audio: separate DJM-A9 cap lvl options (bsc#1012628). - ALSA: timer: Don't take register_mutex with copy_from/to_user() (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic assignment on ASUS VivoBook X515UA (bsc#1012628). - wifi: rtw89: Correct immediate cfg_len calculation for scan_offload_be (bsc#1012628). - wifi: ath12k: fix skb_ext_desc leak in ath12k_dp_tx() error path (bsc#1012628). - wifi: ath12k: encode max Tx power in scan channel list command (bsc#1012628). - wifi: ath12k: Fix pdev lookup in WBM error processing (bsc#1012628). - wifi: ath9k: do not submit zero bytes to the entropy pool (bsc#1012628). - wifi: ath11k: fix wrong overriding for VHT Beamformee STS Capability (bsc#1012628). - arm64: dts: mediatek: mt8173-elm: Drop pmic's #address-cells and #size-cells (bsc#1012628). - arm64: dts: mediatek: mt8173: Fix some node names (bsc#1012628). - wifi: ath11k: update channel list in reg notifier instead reg worker (bsc#1012628). - ARM: dts: omap4-panda-a4: Add missing model and compatible properties (bsc#1012628). - f2fs: quota: fix to avoid warning in dquot_writeback_dquots() (bsc#1012628). - dlm: prevent NPD when writing a positive value to event_done (bsc#1012628). - wifi: ath11k: fix RCU stall while reaping monitor destination ring (bsc#1012628). - wifi: ath11k: add srng->lock for ath11k_hal_srng_* in monitor mode (bsc#1012628). - wifi: ath12k: Fix locking in "QMI firmware ready" error paths (bsc#1012628). - f2fs: fix to avoid panic once fallocation fails for pinfile (bsc#1012628). - scsi: mpt3sas: Reduce log level of ignore_delay_remove message to KERN_INFO (bsc#1012628). - md: ensure resync is prioritized over recovery (bsc#1012628). - md/raid1: fix memory leak in raid1_run() if no active rdev (bsc#1012628). - coredump: Fixes core_pipe_limit sysctl proc_handler (bsc#1012628). - io_uring/io-wq: eliminate redundant io_work_get_acct() calls (bsc#1012628). - io_uring/io-wq: cache work->flags in variable (bsc#1012628). - io_uring/io-wq: do not use bogus hash value (bsc#1012628). - io_uring: check for iowq alloc_workqueue failure (bsc#1012628). - io_uring/net: improve recv bundles (bsc#1012628). - firmware: arm_ffa: Refactor addition of partition information into XArray (bsc#1012628). - firmware: arm_ffa: Unregister the FF-A devices when cleaning up the partitions (bsc#1012628). - arm64: dts: mediatek: mt6359: fix dtbs_check error for audio-codec (bsc#1012628). - scsi: mpi3mr: Fix locking in an error path (bsc#1012628). - scsi: mpt3sas: Fix a locking bug in an error path (bsc#1012628). - can: rockchip_canfd: rkcanfd_chip_fifo_setup(): remove duplicated setup of RX FIFO (bsc#1012628). - jfs: reject on-disk inodes of an unsupported type (bsc#1012628). - jfs: add check read-only before txBeginAnon() call (bsc#1012628). - jfs: add check read-only before truncation in jfs_truncate_nolock() (bsc#1012628). - wifi: ath12k: Add missing htt_metadata flag in ath12k_dp_tx() (bsc#1012628). - wifi: rtw89: rtw8852b{t}: fix TSSI debug timestamps (bsc#1012628). - xfrm: delay initialization of offload path till its actually requested (bsc#1012628). - iommu/io-pgtable-dart: Only set subpage protection disable for DART 1 (bsc#1012628). - firmware: arm_ffa: Explicitly cast return value from FFA_VERSION before comparison (bsc#1012628). - firmware: arm_ffa: Explicitly cast return value from NOTIFICATION_INFO_GET (bsc#1012628). - arm64: dts: renesas: r8a774c0: Re-add voltages to OPP table (bsc#1012628). - arm64: dts: renesas: r8a77990: Re-add voltages to OPP table (bsc#1012628). - firmware: arm_ffa: Skip the first/partition ID when parsing vCPU list (bsc#1012628). - arm64: dts: ti: k3-j722s-evm: Fix USB2.0_MUX_SEL to select Type-C (bsc#1012628). - wifi: ath12k: use link specific bss_conf as well in ath12k_mac_vif_cache_flush() (bsc#1012628). - arm64: dts: imx8mp-skov: correct PMIC board limits (bsc#1012628). - arm64: dts: imx8mp-skov: operate CPU at 850 mV by default (bsc#1012628). - arm64: dts: mediatek: mt8390-genio-700-evk: Move common parts to dtsi (bsc#1012628). - arm64: dts: mediatek: mt8390-genio-common: Fix duplicated regulator name (bsc#1012628). - wifi: ath11k: Clear affinity hint before calling ath11k_pcic_free_irq() in error path (bsc#1012628). - wifi: ath12k: Clear affinity hint before calling ath12k_pci_free_irq() in error path (bsc#1012628). - f2fs: fix to set .discard_granularity correctly (bsc#1012628). - f2fs: add check for deleted inode (bsc#1012628). - arm64: dts: ti: k3-am62-verdin-dahlia: add Microphone Jack to sound card (bsc#1012628). - f2fs: fix potential deadloop in prepare_compress_overwrite() (bsc#1012628). - f2fs: fix to call f2fs_recover_quota_end() correctly (bsc#1012628). - md: fix mddev uaf while iterating all_mddevs list (bsc#1012628). - md/raid1,raid10: don't ignore IO flags (bsc#1012628). - md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb (bsc#1012628). - tracing: Fix DECLARE_TRACE_CONDITION (bsc#1012628). - tools/rv: Keep user LDFLAGS in build (bsc#1012628). - arm64: dts: ti: k3-am62p: Enable AUDIO_REFCLKx (bsc#1012628). - arm64: dts: ti: k3-am62p: fix pinctrl settings (bsc#1012628). - arm64: dts: ti: k3-j722s: fix pinctrl settings (bsc#1012628). - wifi: rtw89: fw: correct debug message format in rtw89_build_txpwr_trk_tbl_from_elm() (bsc#1012628). - wifi: rtw89: pci: correct ISR RDU bit for 8922AE (bsc#1012628). - blk-throttle: fix lower bps rate by throtl_trim_slice() (bsc#1012628). - soc: mediatek: mtk-mmsys: Fix MT8188 VDO1 DPI1 output selection (bsc#1012628). - soc: mediatek: mt8167-mmsys: Fix missing regval in all entries (bsc#1012628). - soc: mediatek: mt8365-mmsys: Fix routing table masks and values (bsc#1012628). - md/raid10: wait barrier before returning discard request with REQ_NOWAIT (bsc#1012628). - block: ensure correct integrity capability propagation in stacked devices (bsc#1012628). - block: Correctly initialize BLK_INTEGRITY_NOGENERATE and BLK_INTEGRITY_NOVERIFY (bsc#1012628). - badblocks: Fix error shitf ops (bsc#1012628). - badblocks: factor out a helper try_adjacent_combine (bsc#1012628). - badblocks: attempt to merge adjacent badblocks during ack_all_badblocks (bsc#1012628). - badblocks: return error directly when setting badblocks exceeds 512 (bsc#1012628). - badblocks: return error if any badblock set fails (bsc#1012628). - badblocks: fix the using of MAX_BADBLOCKS (bsc#1012628). - badblocks: fix merge issue when new badblocks align with pre+1 (bsc#1012628). - badblocks: fix missing bad blocks on retry in _badblocks_check() (bsc#1012628). - badblocks: return boolean from badblocks_set() and badblocks_clear() (bsc#1012628). - badblocks: use sector_t instead of int to avoid truncation of badblocks length (bsc#1012628). - firmware: arm_scmi: use ioread64() instead of ioread64_hi_lo() (bsc#1012628). - net: airoha: Fix lan4 support in airoha_qdma_get_gdm_port() (bsc#1012628). - iommu/amd: Fix header file (bsc#1012628). - iommu/vt-d: Fix system hang on reboot -f (bsc#1012628). - memory: mtk-smi: Add ostd setting for mt8192 (bsc#1012628). - gfs2: minor evict fix (bsc#1012628). - gfs2: skip if we cannot defer delete (bsc#1012628). - ARM: dts: imx6ul-tqma6ul1: Change include order to disable fec2 node (bsc#1012628). - arm64: dts: imx8mp: add AUDIO_AXI_CLK_ROOT to AUDIOMIX block (bsc#1012628). - arm64: dts: imx8mp: change AUDIO_AXI_CLK_ROOT freq. to 800MHz (bsc#1012628). - f2fs: fix to avoid accessing uninitialized curseg (bsc#1012628). - iommu: Handle race with default domain setup (bsc#1012628). - wifi: mac80211: remove SSID from ML reconf (bsc#1012628). - f2fs: fix to avoid running out of free segments (bsc#1012628). - block: fix adding folio to bio (bsc#1012628). - ext4: fix potential null dereference in ext4 kunit test (bsc#1012628). - ext4: convert EXT4_FLAGS_* defines to enum (bsc#1012628). - ext4: add EXT4_FLAGS_EMERGENCY_RO bit (bsc#1012628). - ext4: correct behavior under errors=remount-ro mode (bsc#1012628). - ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is set (bsc#1012628). - arm64: dts: rockchip: Move rk356x scmi SHMEM to reserved memory (bsc#1012628). - arm64: dts: rockchip: Remove bluetooth node from rock-3a (bsc#1012628). - bus: qcom-ssc-block-bus: Remove some duplicated iounmap() calls (bsc#1012628). - bus: qcom-ssc-block-bus: Fix the error handling path of qcom_ssc_block_bus_probe() (bsc#1012628). - arm64: dts: rockchip: Fix pcie reset gpio on Orange Pi 5 Max (bsc#1012628). - arm64: dts: rockchip: Fix PWM pinctrl names (bsc#1012628). - arm64: dts: rockchip: remove ethm0_clk0_25m_out from Sige5 gmac0 (bsc#1012628). - erofs: allow 16-byte volume name again (bsc#1012628). - ext4: add missing brelse() for bh2 in ext4_dx_add_entry() (bsc#1012628). - ext4: verify fast symlink length (bsc#1012628). - f2fs: fix missing discard for active segments (bsc#1012628). - scsi: hisi_sas: Fixed failure to issue vendor specific commands (bsc#1012628). - scsi: target: tcm_loop: Fix wrong abort tag (bsc#1012628). - ext4: introduce ITAIL helper (bsc#1012628). - ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all() (bsc#1012628). - ext4: goto right label 'out_mmap_sem' in ext4_setattr() (bsc#1012628). - jbd2: fix off-by-one while erasing journal (bsc#1012628). - ata: libata: Fix NCQ Non-Data log not supported print (bsc#1012628). - wifi: nl80211: store chandef on the correct link when starting CAC (bsc#1012628). - wifi: mac80211: check basic rates validity in sta_link_apply_parameters (bsc#1012628). - wifi: cfg80211: init wiphy_work before allocating rfkill fails (bsc#1012628). - wifi: mwifiex: Fix premature release of RF calibration data (bsc#1012628). - wifi: mwifiex: Fix RF calibration data download from file (bsc#1012628). - ice: health.c: fix compilation on gcc 7.5 (bsc#1012628). - ice: ensure periodic output start time is in the future (bsc#1012628). - ice: fix reservation of resources for RDMA when disabled (bsc#1012628). - virtchnl: make proto and filter action count unsigned (bsc#1012628). - ice: stop truncating queue ids when checking (bsc#1012628). - ice: validate queue quanta parameters to prevent OOB access (bsc#1012628). - ice: fix input validation for virtchnl BW (bsc#1012628). - ice: fix using untrusted value of pkt_len in ice_vc_fdir_parse_raw() (bsc#1012628). - idpf: check error for register_netdev() on init (bsc#1012628). - btrfs: get used bytes while holding lock at btrfs_reclaim_bgs_work() (bsc#1012628). - btrfs: fix reclaimed bytes accounting after automatic block group reclaim (bsc#1012628). - btrfs: fix block group refcount race in btrfs_create_pending_block_groups() (bsc#1012628). - btrfs: don't clobber ret in btrfs_validate_super() (bsc#1012628). - wifi: mt76: mt7915: fix possible integer overflows in mt7915_muru_stats_show() (bsc#1012628). - igb: reject invalid external timestamp requests for 82580-based HW (bsc#1012628). - renesas: reject PTP_STRICT_FLAGS as unsupported (bsc#1012628). - net: lan743x: reject unsupported external timestamp requests (bsc#1012628). - broadcom: fix supported flag check in periodic output function (bsc#1012628). - ptp: ocp: reject unsupported periodic output flags (bsc#1012628). - nvmet: pci-epf: Always configure BAR0 as 64-bit (bsc#1012628). - jbd2: add a missing data flush during file and fs synchronization (bsc#1012628). - ext4: define ext4_journal_destroy wrapper (bsc#1012628). - ext4: avoid journaling sb update on error if journal is destroying (bsc#1012628). - eth: bnxt: fix out-of-range access of vnic_info array (bsc#1012628). - net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF (bsc#1012628). - netfilter: nfnetlink_queue: Initialize ctx to avoid memory allocation error (bsc#1012628). - netfilter: nf_tables: Only use nf_skip_indirect_calls() when MITIGATION_RETPOLINE (bsc#1012628). - ax25: Remove broken autobind (bsc#1012628). - net/mlx5e: Fix ethtool -N flow-type ip4 to RSS context (bsc#1012628). - bnxt_en: Mask the bd_cnt field in the TX BD properly (bsc#1012628). - bnxt_en: Linearize TX SKB if the fragments exceed the max (bsc#1012628). - net: dsa: mv88e6xxx: fix atu_move_port_mask for 6341 family (bsc#1012628). - net: dsa: mv88e6xxx: enable PVT for 6321 switch (bsc#1012628). - net: dsa: mv88e6xxx: enable .port_set_policy() for 6320 family (bsc#1012628). - net: dsa: mv88e6xxx: fix VTU methods for 6320 family (bsc#1012628). - net: dsa: mv88e6xxx: enable STU methods for 6320 family (bsc#1012628). - mlxsw: spectrum_acl_bloom_filter: Workaround for some LLVM versions (bsc#1012628). - net: dsa: sja1105: fix displaced ethtool statistics counters (bsc#1012628). - net: dsa: sja1105: reject other RX filters than HWTSTAMP_FILTER_PTP_V2_L2_EVENT (bsc#1012628). - net: dsa: sja1105: fix kasan out-of-bounds warning in sja1105_table_delete_entry() (bsc#1012628). - net/mlx5: LAG, reload representors on LAG creation failure (bsc#1012628). - net/mlx5: Start health poll after enable hca (bsc#1012628). - vmxnet3: unregister xdp rxq info in the reset path (bsc#1012628). - bonding: check xdp prog when set bond mode (bsc#1012628). - ibmvnic: Use kernel helpers for hex dumps (bsc#1012628). - net: fix NULL pointer dereference in l3mdev_l3_rcv (bsc#1012628). - virtio_net: Fix endian with virtio_net_ctrl_rss (bsc#1012628). - Bluetooth: Add quirk for broken READ_VOICE_SETTING (bsc#1012628). - Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPE (bsc#1012628). - Bluetooth: btusb: Fix regression in the initialization of fake Bluetooth controllers (bsc#1012628). - Bluetooth: hci_core: Enable buffer flow control for SCO/eSCO (bsc#1012628). - Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancel (bsc#1012628). - rwonce: handle KCSAN like KASAN in read_word_at_a_time() (bsc#1012628). - net: dsa: microchip: fix DCB apptrust configuration on KSZ88x3 (bsc#1012628). - Bluetooth: btnxpuart: Fix kernel panic during FW release (bsc#1012628). - net: Fix the devmem sock opts and msgs for parisc (bsc#1012628). - net: libwx: fix Tx descriptor content for some tunnel packets (bsc#1012628). - net: libwx: fix Tx L4 checksum (bsc#1012628). - rwonce: fix crash by removing READ_ONCE() for unaligned read (bsc#1012628). - drm/bridge: ti-sn65dsi86: Fix multiple instances (bsc#1012628). - drm/ssd130x: Set SPI .id_table to prevent an SPI core warning (bsc#1012628). - accel/amdxdna: Return error when setting clock failed for npu1 (bsc#1012628). - drm/panthor: Fix a race between the reset and suspend path (bsc#1012628). - drm/ssd130x: fix ssd132x encoding (bsc#1012628). - drm/ssd130x: ensure ssd132x pitch is correct (bsc#1012628). - drm/dp_mst: Fix drm RAD print (bsc#1012628). - drm/bridge: it6505: fix HDCP V match check is not performed correctly (bsc#1012628). - drm/panthor: Fix race condition when gathering fdinfo group samples (bsc#1012628). - drm: xlnx: zynqmp: Fix max dma segment size (bsc#1012628). - drm: xlnx: zynqmp_dpsub: Add NULL check in zynqmp_audio_init (bsc#1012628). - drm: zynqmp_dp: Fix a deadlock in zynqmp_dp_ignore_hpd_set() (bsc#1012628). - drm/vkms: Fix use after free and double free on init error (bsc#1012628). - gpu: cdns-mhdp8546: fix call balance of mhdp->clk handling routines (bsc#1012628). - drm/amdgpu: refine smu send msg debug log format (bsc#1012628). - drm/amdgpu/umsch: remove vpe test from umsch (bsc#1012628). - drm/amdgpu/umsch: declare umsch firmware (bsc#1012628). - drm/amdgpu/umsch: fix ucode check (bsc#1012628). - drm/amdgpu/vcn5.0.1: use correct dpm helper (bsc#1012628). - PCI: Remove add_align overwrite unrelated to size0 (bsc#1012628). - PCI: Simplify size1 assignment logic (bsc#1012628). - PCI: Allow relaxed bridge window tail sizing for optional resources (bsc#1012628). - drm/mediatek: mtk_hdmi: Unregister audio platform device on failure (bsc#1012628). - drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size member (bsc#1012628). - drm/amdgpu: Replace Mutex with Spinlock for RLCG register access to avoid Priority Inversion in SRIOV (bsc#1012628). - PCI/ASPM: Fix link state exit during switch upstream function removal (bsc#1012628). - drm/panel: ilitek-ili9882t: fix GPIO name in error message (bsc#1012628). - PCI/ACS: Fix 'pci=config_acs=' parameter (bsc#1012628). - drm/amd/display: fix an indent issue in DML21 (bsc#1012628). - drm/msm/dpu: don't use active in atomic_check() (bsc#1012628). - drm/msm/dsi/phy: Program clock inverters in correct register (bsc#1012628). - drm/msm/dsi: Use existing per-interface slice count in DSC timing (bsc#1012628). - drm/msm/dsi: Set PHY usescase (and mode) before registering DSI host (bsc#1012628). - drm/msm/dpu: Fall back to a single DSC encoder (1:1:1) on small SoCs (bsc#1012628). - drm/msm/dpu: Remove arbitrary limit of 1 interface in DSC topology (bsc#1012628). - drm/msm/gem: Fix error code msm_parse_deps() (bsc#1012628). - drm/amdkfd: Fix Circular Locking Dependency in 'svm_range_cpu_invalidate_pagetables' (bsc#1012628). - PCI: mediatek-gen3: Configure PBUS_CSR registers for EN7581 SoC (bsc#1012628). - PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payload (bsc#1012628). - PCI: brcmstb: Set generation limit before PCIe link up (bsc#1012628). - PCI: brcmstb: Use internal register to change link capability (bsc#1012628). - PCI: brcmstb: Fix error path after a call to regulator_bulk_get() (bsc#1012628). - PCI: brcmstb: Fix potential premature regulator disabling (bsc#1012628). - selftests/pcie_bwctrl: Add 'set_pcie_speed.sh' to TEST_PROGS (bsc#1012628). - PCI/portdrv: Only disable pciehp interrupts early when needed (bsc#1012628). - PCI: Avoid reset when disabled via sysfs (bsc#1012628). - drm/msm/dpu: move needs_cdm setting to dpu_encoder_get_topology() (bsc#1012628). - drm/msm/dpu: simplify dpu_encoder_get_topology() interface (bsc#1012628). - drm/msm/dpu: don't set crtc_state->mode_changed from atomic_check() (bsc#1012628). - drm/panthor: Update CS_STATUS_ defines to correct values (bsc#1012628). - drm/file: Add fdinfo helper for printing regions with prefix (bsc#1012628). - drm/panthor: Expose size of driver internal BO's over fdinfo (bsc#1012628). - drm/panthor: Replace sleep locks with spinlocks in fdinfo path (bsc#1012628). - drm/panthor: Avoid sleep locking in the internal BO size path (bsc#1012628). - drm/panthor: Clean up FW version information display (bsc#1012628). - drm/amd/display: fix type mismatch in CalculateDynamicMetadataParameters() (bsc#1012628). - drm/msm/a6xx: Fix a6xx indexed-regs in devcoreduump (bsc#1012628). - powerpc/perf: Fix ref-counting on the PMU 'vpa_pmu' (bsc#1012628). - misc: pci_endpoint_test: Fix pci_endpoint_test_bars_read_bar() error handling (bsc#1012628). - misc: pci_endpoint_test: Handle BAR sizes larger than INT_MAX (bsc#1012628). - PCI: endpoint: pci-epf-test: Handle endianness properly (bsc#1012628). - crypto: powerpc: Mark ghashp8-ppc.o as an OBJECT_FILES_NON_STANDARD (bsc#1012628). - powerpc/kexec: fix physical address calculation in clear_utlb_entry() (bsc#1012628). - PCI: Remove stray put_device() in pci_register_host_bridge() (bsc#1012628). - PCI: xilinx-cpm: Fix IRQ domain leak in error path of probe (bsc#1012628). - drm/mediatek: Fix config_updating flag never false when no mbox channel (bsc#1012628). - drm/mediatek: dp: drm_err => dev_err in HPD path to avoid NULL ptr (bsc#1012628). - drm/mediatek: dsi: fix error codes in mtk_dsi_host_transfer() (bsc#1012628). - drm/amd/display: avoid NPD when ASIC does not support DMUB (bsc#1012628). - PCI: dwc: ep: Return -ENOMEM for allocation failures (bsc#1012628). - PCI: histb: Fix an error handling path in histb_pcie_probe() (bsc#1012628). - PCI: Fix BAR resizing when VF BARs are assigned (bsc#1012628). - drm/amdgpu/mes: optimize compute loop handling (bsc#1012628). - drm/amdgpu/mes: enable compute pipes across all MEC (bsc#1012628). - PCI: pciehp: Don't enable HPIE when resuming in poll mode (bsc#1012628). - PCI/bwctrl: Fix pcie_bwctrl_select_speed() return type (bsc#1012628). - io_uring/net: only import send_zc buffer once (bsc#1012628). - PCI: Fix NULL dereference in SR-IOV VF creation error path (bsc#1012628). - io_uring: use lockless_cq flag in io_req_complete_post() (bsc#1012628). - io_uring: fix retry handling off iowq (bsc#1012628). - fbdev: au1100fb: Move a variable assignment behind a null pointer check (bsc#1012628). - dummycon: fix default rows/cols (bsc#1012628). - mdacon: rework dependency list (bsc#1012628). - fbdev: sm501fb: Add some geometry checks (bsc#1012628). - crypto: iaa - Test the correct request flag (bsc#1012628). - crypto: qat - set parity error mask for qat_420xx (bsc#1012628). - crypto: tegra - Use separate buffer for setkey (bsc#1012628). - crypto: tegra - Do not use fixed size buffers (bsc#1012628). - crypto: tegra - check return value for hash do_one_req (bsc#1012628). - crypto: tegra - Transfer HASH init function to crypto engine (bsc#1012628). - crypto: tegra - Fix HASH intermediate result handling (bsc#1012628). - crypto: bpf - Add MODULE_DESCRIPTION for skcipher (bsc#1012628). - crypto: tegra - Use HMAC fallback when keyslots are full (bsc#1012628). - clk: amlogic: gxbb: drop incorrect flag on 32k clock (bsc#1012628). - crypto: hisilicon/sec2 - fix for aead authsize alignment (bsc#1012628). - crypto: hisilicon/sec2 - fix for sec spec check (bsc#1012628). - RDMA/mlx5: Fix page_size variable overflow (bsc#1012628). - remoteproc: core: Clear table_sz when rproc_shutdown (bsc#1012628). - of: property: Increase NR_FWNODE_REFERENCE_ARGS (bsc#1012628). - pinctrl: renesas: rzg2l: Suppress binding attributes (bsc#1012628). - remoteproc: qcom_q6v5_pas: Make single-PD handling more robust (bsc#1012628). - libbpf: Fix hypothetical STT_SECTION extern NULL deref case (bsc#1012628). - drivers: clk: qcom: ipq5424: fix the freq table of sdcc1_apps clock (bsc#1012628). - selftests/bpf: Fix string read in strncmp benchmark (bsc#1012628). - x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range() (bsc#1012628). - clk: renesas: r8a08g045: Check the source of the CPU PLL settings (bsc#1012628). - remoteproc: qcom: pas: add minidump_id to SC7280 WPSS (bsc#1012628). - clk: samsung: Fix UBSAN panic in samsung_clk_init() (bsc#1012628). - pinctrl: nuvoton: npcm8xx: Fix error handling in npcm8xx_gpio_fw() (bsc#1012628). - crypto: tegra - Fix CMAC intermediate result handling (bsc#1012628). - clk: qcom: gcc-msm8953: fix stuck venus0_core0 clock (bsc#1012628). - selftests/bpf: Fix runqslower cross-endian build (bsc#1012628). - s390: Remove ioremap_wt() and pgprot_writethrough() (bsc#1012628). - RDMA/mana_ib: Ensure variable err is initialized (bsc#1012628). - crypto: tegra - Set IV to NULL explicitly for AES ECB (bsc#1012628). - remoteproc: qcom_q6v5_pas: Use resource with CX PD for MSM8226 (bsc#1012628). - clk: qcom: gcc-x1e80100: Unregister GCC_GPU_CFG_AHB_CLK/GCC_DISP_XO_CLK (bsc#1012628). - crypto: tegra - finalize crypto req on error (bsc#1012628). - crypto: tegra - Reserve keyslots to allocate dynamically (bsc#1012628). - bpf: Use preempt_count() directly in bpf_send_signal_common() (bsc#1012628). - lib: 842: Improve error handling in sw842_compress() (bsc#1012628). - pinctrl: renesas: rza2: Fix missing of_node_put() call (bsc#1012628). - pinctrl: renesas: rzg2l: Fix missing of_node_put() call (bsc#1012628). - RDMA/mlx5: Fix MR cache initialization error flow (bsc#1012628). - selftests/bpf: Fix freplace_link segfault in tailcalls prog test (bsc#1012628). - clk: rockchip: rk3328: fix wrong clk_ref_usb3otg parent (bsc#1012628). - RDMA/core: Don't expose hw_counters outside of init net namespace (bsc#1012628). - RDMA/mlx5: Fix calculation of total invalidated pages (bsc#1012628). - RDMA/erdma: Prevent use-after-free in erdma_accept_newconn() (bsc#1012628). - remoteproc: qcom_q6v5_mss: Handle platforms with one power domain (bsc#1012628). - power: supply: bq27xxx_battery: do not update cached flags prematurely (bsc#1012628). - leds: st1202: Check for error code from devm_mutex_init() call (bsc#1012628). - crypto: api - Fix larval relookup type and mask (bsc#1012628). - IB/mad: Check available slots before posting receive WRs (bsc#1012628). - pinctrl: tegra: Set SFIO mode to Mux Register (bsc#1012628). - clk: amlogic: g12b: fix cluster A parent data (bsc#1012628). - clk: amlogic: gxbb: drop non existing 32k clock parent (bsc#1012628). - selftests/bpf: Select NUMA_NO_NODE to create map (bsc#1012628). - rust: fix signature of rust_fmt_argument (bsc#1012628). - crypto: tegra - Fix format specifier in tegra_sha_prep_cmd() (bsc#1012628). - libbpf: Add namespace for errstr making it libbpf_errstr (bsc#1012628). - clk: mmp: Fix NULL vs IS_ERR() check (bsc#1012628). - pinctrl: npcm8xx: Fix incorrect struct npcm8xx_pincfg assignment (bsc#1012628). - samples/bpf: Fix broken vmlinux path for VMLINUX_BTF (bsc#1012628). - crypto: qat - remove access to parity register for QAT GEN4 (bsc#1012628). - clk: clk-imx8mp-audiomix: fix dsp/ocram_a clock parents (bsc#1012628). - clk: amlogic: g12a: fix mmc A peripheral clock (bsc#1012628). - pinctrl: bcm2835: don't -EINVAL on alternate funcs from get_direction() (bsc#1012628). - x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1 (bsc#1012628). - power: supply: max77693: Fix wrong conversion of charge input threshold value (bsc#1012628). - crypto: api - Call crypto_alg_put in crypto_unregister_alg (bsc#1012628). - clk: stm32f4: fix an uninitialized variable (bsc#1012628). - crypto: nx - Fix uninitialised hv_nxc on error (bsc#1012628). - clk: qcom: gcc-sm8650: Do not turn off USB GDSCs during gdsc_disable() (bsc#1012628). - bpf: Fix array bounds error with may_goto (bsc#1012628). - RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow (bsc#1012628). - pinctrl: renesas: rzv2m: Fix missing of_node_put() call (bsc#1012628). - clk: qcom: ipq5424: fix software and hardware flow control error of UART (bsc#1012628). - mfd: sm501: Switch to BIT() to mitigate integer overflows (bsc#1012628). - leds: Fix LED_OFF brightness race (bsc#1012628). - x86/dumpstack: Fix inaccurate unwinding from exception stacks due to misplaced assignment (bsc#1012628). - RDMA/core: Fix use-after-free when rename device name (bsc#1012628). - crypto: hisilicon/sec2 - fix for aead auth key length (bsc#1012628). - pinctrl: intel: Fix wrong bypass assignment in intel_pinctrl_probe_pwm() (bsc#1012628). - clk: qcom: mmcc-sdm660: fix stuck video_subcore0 clock (bsc#1012628). - libbpf: Fix accessing BTF.ext core_relo header (bsc#1012628). - perf stat: Fix find_stat for mixed legacy/non-legacy events (bsc#1012628). - perf: Always feature test reallocarray (bsc#1012628). - w1: fix NULL pointer dereference in probe (bsc#1012628). - staging: gpib: Add missing interface entry point (bsc#1012628). - staging: gpib: Fix pr_err format warning (bsc#1012628). - usb: typec: thunderbolt: Fix loops that iterate TYPEC_PLUG_SOP_P and TYPEC_PLUG_SOP_PP (bsc#1012628). - usb: typec: thunderbolt: Remove IS_ERR check for plug (bsc#1012628). - iio: dac: adi-axi-dac: modify stream enable (bsc#1012628). - perf test: Fix Hwmon PMU test endianess issue (bsc#1012628). - perf stat: Don't merge counters purely on name (bsc#1012628). - fs/ntfs3: Factor out ntfs_{create/remove}_procdir() (bsc#1012628). - fs/ntfs3: Factor out ntfs_{create/remove}_proc_root() (bsc#1012628). - fs/ntfs3: Fix 'proc_info_root' leak when init ntfs failed (bsc#1012628). - fs/ntfs3: Update inode->i_mapping->a_ops on compression state (bsc#1012628). - iio: light: veml6030: extend regmap to support regfields (bsc#1012628). - iio: gts-helper: export iio_gts_get_total_gain() (bsc#1012628). - iio: light: veml6030: fix scale to conform to ABI (bsc#1012628). - iio: adc: ad7124: Micro-optimize channel disabling (bsc#1012628). - iio: adc: ad7124: Really disable all channels at probe time (bsc#1012628). - phy: phy-rockchip-samsung-hdptx: Don't use dt aliases to determine phy-id (bsc#1012628). - perf tools: Add skip check in tool_pmu__event_to_str() (bsc#1012628). - isofs: fix KMSAN uninit-value bug in do_isofs_readdir() (bsc#1012628). - perf tests: Fix Tool PMU test segfault (bsc#1012628). - soundwire: slave: fix an OF node reference leak in soundwire slave device (bsc#1012628). - staging: gpib: Fix cb7210 pcmcia Oops (bsc#1012628). - perf report: Switch data file correctly in TUI (bsc#1012628). - perf report: Fix input reload/switch with symbol sort key (bsc#1012628). - greybus: gb-beagleplay: Add error handling for gb_greybus_init (bsc#1012628). - coresight: catu: Fix number of pages while using 64k pages (bsc#1012628). - vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpoint (bsc#1012628). - coresight-etm4x: add isb() before reading the TRCSTATR (bsc#1012628). - perf pmus: Restructure pmu_read_sysfs to scan fewer PMUs (bsc#1012628). - perf pmu: Dynamically allocate tool PMU (bsc#1012628). - perf pmu: Don't double count common sysfs and json events (bsc#1012628). - tools/x86: Fix linux/unaligned.h include path in lib/insn.c (bsc#1012628). - perf build: Fix in-tree build due to symbolic link (bsc#1012628). - ucsi_ccg: Don't show failed to get FW build information error (bsc#1012628). - iio: accel: mma8452: Ensure error return on failure to matching oversampling ratio (bsc#1012628). - iio: accel: msa311: Fix failure to release runtime pm if direct mode claim fails (bsc#1012628). - iio: backend: make sure to NULL terminate stack buffer (bsc#1012628). - iio: core: Rework claim and release of direct mode to work with sparse (bsc#1012628). - iio: adc: ad7173: Grab direct mode for calibration (bsc#1012628). - iio: adc: ad7192: Grab direct mode for calibration (bsc#1012628). - perf arm-spe: Fix load-store operation checking (bsc#1012628). - perf bench: Fix perf bench syscall loop count (bsc#1012628). - perf machine: Fixup kernel maps ends after adding extra maps (bsc#1012628). - usb: xhci: correct debug message page size calculation (bsc#1012628). - fs/ntfs3: Fix a couple integer overflows on 32bit systems (bsc#1012628). - fs/ntfs3: Prevent integer overflow in hdr_first_de() (bsc#1012628). - perf test: Add timeout to datasym workload (bsc#1012628). - perf tests: Fix data symbol test with LTO builds (bsc#1012628). - NFSD: Fix callback decoder status codes (bsc#1012628). - soundwire: take in count the bandwidth of a prepared stream (bsc#1012628). - dmaengine: fsl-edma: cleanup chan after dma_async_device_unregister (bsc#1012628). - dmaengine: fsl-edma: free irq correctly in remove path (bsc#1012628). - dmaengine: ae4dma: Use the MSI count and its corresponding IRQ number (bsc#1012628). - dmaengine: ptdma: Utilize the AE4DMA engine's multi-queue functionality (bsc#1012628). - iio: adc: ad_sigma_delta: Disable channel after calibration (bsc#1012628). - iio: adc: ad4130: Fix comparison of channel setups (bsc#1012628). - iio: adc: ad7124: Fix comparison of channel configs (bsc#1012628). - iio: adc: ad7173: Fix comparison of channel configs (bsc#1012628). - iio: adc: ad7768-1: set MOSI idle state to prevent accidental reset (bsc#1012628). - iio: light: Add check for array bounds in veml6075_read_int_time_ms (bsc#1012628). - perf debug: Avoid stack overflow in recursive error message (bsc#1012628). - perf evlist: Add success path to evlist__create_syswide_maps (bsc#1012628). - perf evsel: tp_format accessing improvements (bsc#1012628). - perf x86/topdown: Fix topdown leader sampling test error on hybrid (bsc#1012628). - perf units: Fix insufficient array space (bsc#1012628). - perf test stat_all_pmu.sh: Correctly check 'perf stat' result (bsc#1012628). - kernel/events/uprobes: handle device-exclusive entries correctly in __replace_page() (bsc#1012628). - kexec: initialize ELF lowest address to ULONG_MAX (bsc#1012628). - ocfs2: validate l_tree_depth to avoid out-of-bounds access (bsc#1012628). - reboot: replace __hw_protection_shutdown bool action parameter with an enum (bsc#1012628). - reboot: reboot, not shutdown, on hw_protection_reboot timeout (bsc#1012628). - arch/powerpc: drop GENERIC_PTDUMP from mpc885_ads_defconfig (bsc#1012628). - writeback: let trace_balance_dirty_pages() take struct dtc as parameter (bsc#1012628). - writeback: fix calculations in trace_balance_dirty_pages() for cgwb (bsc#1012628). - scripts/gdb/linux/symbols.py: address changes to module_sect_attrs (bsc#1012628). - NFSv4: Don't trigger uneccessary scans for return-on-close delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for returning delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for expired delegations (bsc#1012628). - NFSv4: Avoid unnecessary scans of filesystems for delayed delegations (bsc#1012628). - NFS: fix open_owner_id_maxsz and related fields (bsc#1012628). - fuse: fix dax truncate/punch_hole fault path (bsc#1012628). - selftests/mm/cow: fix the incorrect error handling (bsc#1012628). - um: Pass the correct Rust target and options with gcc (bsc#1012628). - um: remove copy_from_kernel_nofault_allowed (bsc#1012628). - um: hostfs: avoid issues on inode number reuse by host (bsc#1012628). - i3c: master: svc: Fix missing the IBI rules (bsc#1012628). - perf python: Fixup description of sample.id event member (bsc#1012628). - perf python: Decrement the refcount of just created event on failure (bsc#1012628). - perf python: Don't keep a raw_data pointer to consumed ring buffer space (bsc#1012628). - perf python: Check if there is space to copy all the event (bsc#1012628). - perf dso: fix dso__is_kallsyms() check (bsc#1012628). - perf: intel-tpebs: Fix incorrect usage of zfree() (bsc#1012628). - perf pmu: Handle memory failure in tool_pmu__new() (bsc#1012628). - staging: rtl8723bs: select CONFIG_CRYPTO_LIB_AES (bsc#1012628). - staging: vchiq_arm: Register debugfs after cdev (bsc#1012628). - staging: vchiq_arm: Fix possible NPR of keep-alive thread (bsc#1012628). - staging: vchiq_arm: Stop kthreads if vchiq cdev register fails (bsc#1012628). - tty: n_tty: use uint for space returned by tty_write_room() (bsc#1012628). - perf vendor events arm64 AmpereOneX: Fix frontend_bound calculation (bsc#1012628). - fs/procfs: fix the comment above proc_pid_wchan() (bsc#1012628). - perf tools: Fix is_compat_mode build break in ppc64 (bsc#1012628). - perf tools: annotate asm_pure_loop.S (bsc#1012628). - perf bpf-filter: Fix a parsing error with comma (bsc#1012628). - objtool: Handle various symbol types of rodata (bsc#1012628). - objtool: Handle different entry size of rodata (bsc#1012628). - objtool: Handle PC relative relocation type (bsc#1012628). - objtool: Fix detection of consecutive jump tables on Clang 20 (bsc#1012628). - thermal: core: Remove duplicate struct declaration (bsc#1012628). - objtool, spi: amd: Fix out-of-bounds stack access in amd_set_spi_freq() (bsc#1012628). - objtool, nvmet: Fix out-of-bounds stack access in nvmet_ctrl_state_show() (bsc#1012628). - objtool, media: dib8000: Prevent divide-by-zero in dib8000_set_dds() (bsc#1012628). - NFS: Shut down the nfs_client only after all the superblocks (bsc#1012628). - smb: client: Fix netns refcount imbalance causing leaks and use-after-free (bsc#1012628). - exfat: fix the infinite loop in exfat_find_last_cluster() (bsc#1012628). - exfat: fix missing shutdown check (bsc#1012628). - rtnetlink: Allocate vfinfo size for VF GUIDs when supported (bsc#1012628). - rndis_host: Flag RNDIS modems as WWAN devices (bsc#1012628). - ksmbd: use aead_request_free to match aead_request_alloc (bsc#1012628). - ksmbd: fix multichannel connection failure (bsc#1012628). - ksmbd: fix r_count dec/increment mismatch (bsc#1012628). - net/mlx5e: SHAMPO, Make reserved size independent of page size (bsc#1012628). - ring-buffer: Fix bytes_dropped calculation issue (bsc#1012628). - objtool: Fix segfault in ignore_unreachable_insn() (bsc#1012628). - LoongArch: Fix help text of CMDLINE_EXTEND in Kconfig (bsc#1012628). - LoongArch: Fix device node refcount leak in fdt_cpu_clk_init() (bsc#1012628). - LoongArch: Rework the arch_kgdb_breakpoint() implementation (bsc#1012628). - ACPI: processor: idle: Return an error if both P_LVL{2,3} idle states are invalid (bsc#1012628). - net: phy: broadcom: Correct BCM5221 PHY model detection (bsc#1012628). - octeontx2-af: Fix mbox INTR handler when num VFs > 64 (bsc#1012628). - octeontx2-af: Free NIX_AF_INT_VEC_GEN irq (bsc#1012628). - objtool: Fix verbose disassembly if CROSS_COMPILE isn't set (bsc#1012628). - sched/smt: Always inline sched_smt_active() (bsc#1012628). - context_tracking: Always inline ct_{nmi,irq}_{enter,exit}() (bsc#1012628). - rcu-tasks: Always inline rcu_irq_work_resched() (bsc#1012628). - objtool/loongarch: Add unwind hints in prepare_frametrace() (bsc#1012628). - nfs: Add missing release on error in nfs_lock_and_join_requests() (bsc#1012628). - rtc: renesas-rtca3: Disable interrupts only if the RTC is enabled (bsc#1012628). - spufs: fix a leak on spufs_new_file() failure (bsc#1012628). - spufs: fix gang directory lifetimes (bsc#1012628). - spufs: fix a leak in spufs_create_context() (bsc#1012628). - fs/9p: fix NULL pointer dereference on mkdir (bsc#1012628). - riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_call_ra (bsc#1012628). - riscv: Fix the __riscv_copy_vec_words_unaligned implementation (bsc#1012628). - riscv: Fix missing __free_pages() in check_vector_unaligned_access() (bsc#1012628). - riscv: fgraph: Select HAVE_FUNCTION_GRAPH_TRACER depends on HAVE_DYNAMIC_FTRACE_WITH_ARGS (bsc#1012628). - ntb_hw_switchtec: Fix shift-out-of-bounds in switchtec_ntb_mw_set_trans (bsc#1012628). - ntb: intel: Fix using link status DB's (bsc#1012628). - riscv: fgraph: Fix stack layout to match __arch_ftrace_regs argument of ftrace_return_to_handler (bsc#1012628). - riscv: Annotate unaligned access init functions (bsc#1012628). - riscv: Fix riscv_online_cpu_vec (bsc#1012628). - riscv: Fix check_unaligned_access_all_cpus (bsc#1012628). - riscv: Change check_unaligned_access_speed_all_cpus to void (bsc#1012628). - riscv: Fix set up of cpu hotplug callbacks (bsc#1012628). - riscv: Fix set up of vector cpu hotplug callback (bsc#1012628). - firmware: cs_dsp: Ensure cs_dsp_load[_coeff]() returns 0 on success (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic breakage on ASUS VivoBook X515JA (bsc#1012628). - RISC-V: errata: Use medany for relocatable builds (bsc#1012628). - x86/uaccess: Improve performance by aligning writes to 8 bytes in copy_user_generic(), on non-FSRM/ERMS CPUs (bsc#1012628). - ublk: make sure ubq->canceling is set when queue is frozen (bsc#1012628). - s390/entry: Fix setting _CIF_MCCK_GUEST with lowcore relocation (bsc#1012628). - ASoC: codecs: rt5665: Fix some error handling paths in rt5665_probe() (bsc#1012628). - spi: cadence: Fix out-of-bounds array access in cdns_mrvl_xspi_setup_clock() (bsc#1012628). - riscv: Fix hugetlb retrieval of number of ptes in case of !present pte (bsc#1012628). - riscv/kexec_file: Handle R_RISCV_64 in purgatory relocator (bsc#1012628). - riscv/purgatory: 4B align purgatory_start (bsc#1012628). - nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer (bsc#1012628). - nvme-pci: skip nvme_write_sq_db on empty rqlist (bsc#1012628). - ASoC: imx-card: Add NULL check in imx_card_probe() (bsc#1012628). - spi: bcm2835: Do not call gpiod_put() on invalid descriptor (bsc#1012628). - ALSA: hda/realtek: Fix built-in mic on another ASUS VivoBook model (bsc#1012628). - spi: bcm2835: Restore native CS probing when pinctrl-bcm2835 is absent (bsc#1012628). - xsk: Add launch time hardware offload support to XDP Tx metadata (bsc#1012628). - igc: Refactor empty frame insertion for launch time support (bsc#1012628). - igc: Add launch time support to XDP ZC (bsc#1012628). - igc: Fix TX drops in XDP ZC (bsc#1012628). - e1000e: change k1 configuration on MTP and later platforms (bsc#1012628). - ixgbe: fix media type detection for E610 device (bsc#1012628). - idpf: fix adapter NULL pointer dereference on reboot (bsc#1012628). - netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets only (bsc#1012628). - netfilter: nf_tables: don't unregister hook when table is dormant (bsc#1012628). - netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets (bsc#1012628). - net_sched: skbprio: Remove overly strict queue assertions (bsc#1012628). - sctp: add mutual exclusion in proc_sctp_do_udp_port() (bsc#1012628). - net: airoha: Fix qid report in airoha_tc_get_htb_get_leaf_queue() (bsc#1012628). - net: airoha: Fix ETS priomap validation (bsc#1012628). - net: mvpp2: Prevent parser TCAM memory corruption (bsc#1012628). - rtnetlink: Use register_pernet_subsys() in rtnl_net_debug_init() (bsc#1012628). - udp: Fix multiple wraparounds of sk->sk_rmem_alloc (bsc#1012628). - udp: Fix memory accounting leak (bsc#1012628). - vsock: avoid timeout during connect() if the socket is closing (bsc#1012628). - tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu() (bsc#1012628). - xsk: Fix __xsk_generic_xmit() error code when cq is full (bsc#1012628). - net: decrease cached dst counters in dst_release (bsc#1012628). - netfilter: nft_tunnel: fix geneve_opt type confusion addition (bsc#1012628). - sfc: rip out MDIO support (bsc#1012628). - sfc: fix NULL dereferences in ef100_process_design_param() (bsc#1012628). - ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS (bsc#1012628). - net: dsa: mv88e6xxx: propperly shutdown PPU re-enable timer on destroy (bsc#1012628). - net: fix geneve_opt length integer overflow (bsc#1012628). - ipv6: Start path selection from the first nexthop (bsc#1012628). - ipv6: Do not consider link down nexthops in path selection (bsc#1012628). - arcnet: Add NULL check in com20020pci_probe() (bsc#1012628). - net: ibmveth: make veth_pool_store stop hanging (bsc#1012628). - netlink: specs: rt_route: pull the ifa- prefix out of the names (bsc#1012628). - tools/power turbostat: Allow Zero return value for some RAPL registers (bsc#1012628). - kbuild: deb-pkg: don't set KBUILD_BUILD_VERSION unconditionally (bsc#1012628). - drm/xe: Fix unmet direct dependencies warning (bsc#1012628). - drm/amdgpu/gfx11: fix num_mec (bsc#1012628). - drm/amdgpu/gfx12: fix num_mec (bsc#1012628). - perf/core: Fix child_total_time_enabled accounting bug at task exit (bsc#1012628). - tools/power turbostat: report CoreThr per measurement interval (bsc#1012628). - tools/power turbostat: Restore GFX sysfs fflush() call (bsc#1012628). - staging: gpib: ni_usb console messaging cleanup (bsc#1012628). - staging: gpib: Fix Oops after disconnect in ni_usb (bsc#1012628). - staging: gpib: agilent usb console messaging cleanup (bsc#1012628). - staging: gpib: Fix Oops after disconnect in agilent usb (bsc#1012628). - tty: serial: fsl_lpuart: Use u32 and u8 for register variables (bsc#1012628). - tty: serial: fsl_lpuart: use port struct directly to simply code (bsc#1012628). - tty: serial: fsl_lpuart: Fix unused variable 'sport' build warning (bsc#1012628). - tty: serial: lpuart: only disable CTS instead of overwriting the whole UARTMODIR register (bsc#1012628). - usbnet:fix NPE during rx_complete (bsc#1012628). - rust: Fix enabling Rust and building with GCC for LoongArch (bsc#1012628). - LoongArch: Increase ARCH_DMA_MINALIGN up to 16 (bsc#1012628). - LoongArch: Increase MAX_IO_PICS up to 8 (bsc#1012628). - LoongArch: BPF: Fix off-by-one error in build_prologue() (bsc#1012628). - LoongArch: BPF: Don't override subprog's return value (bsc#1012628). - LoongArch: BPF: Use move_addr() for BPF_PSEUDO_FUNC (bsc#1012628). - x86/hyperv: Fix check of return value from snp_set_vmsa() (bsc#1012628). - KVM: x86: block KVM_CAP_SYNC_REGS if guest state is protected (bsc#1012628). - x86/microcode/AMD: Fix __apply_microcode_amd()'s return value (bsc#1012628). - x86/mce: use is_copy_from_user() to determine copy-from-user context (bsc#1012628). - x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRT (bsc#1012628). - x86/tdx: Fix arch_safe_halt() execution for TDX VMs (bsc#1012628). - ACPI: x86: Extend Lenovo Yoga Tab 3 quirk with skip GPIO event-handlers (bsc#1012628). - platform/x86: thinkpad_acpi: disable ACPI fan access for T495* and E560 (bsc#1012628). - platform/x86: ISST: Correct command storage data length (bsc#1012628). - ntb_perf: Delete duplicate dmaengine_unmap_put() call in perf_copy_chunk() (bsc#1012628). - perf/x86/intel: Apply static call for drain_pebs (bsc#1012628). - perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample read (bsc#1012628). - uprobes/x86: Harden uretprobe syscall trampoline check (bsc#1012628). - bcachefs: bch2_ioctl_subvolume_destroy() fixes (bsc#1012628). - x86/Kconfig: Add cmpxchg8b support back to Geode CPUs (bsc#1012628). - x86/tsc: Always save/restore TSC sched_clock() on suspend/resume (bsc#1012628). - x86/mm: Fix flush_tlb_range() when used for zapping normal PMDs (bsc#1012628). - ACPI: platform-profile: Fix CFI violation when accessing sysfs files (bsc#1012628). - wifi: mt76: mt7925: remove unused acpi function for clc (bsc#1012628). - acpi: nfit: fix narrowing conversion in acpi_nfit_ctl (bsc#1012628). - ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP (bsc#1012628). - ACPI: video: Handle fetching EDID as ACPI_TYPE_PACKAGE (bsc#1012628). - ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE (bsc#1012628). - ARM: 9444/1: add KEEP() keyword to ARM_VECTORS (bsc#1012628). - media: omap3isp: Handle ARM dma_iommu_mapping (bsc#1012628). - Remove unnecessary firmware version check for gc v9_4_2 (bsc#1012628). - mmc: omap: Fix memory leak in mmc_omap_new_slot (bsc#1012628). - mmc: sdhci-pxav3: set NEED_RSP_BUSY capability (bsc#1012628). - mmc: sdhci-omap: Disable MMC_CAP_AGGRESSIVE_PM for eMMC/SD (bsc#1012628). - KVM: SVM: Don't change target vCPU state on AP Creation VMGEXIT error (bsc#1012628). - ksmbd: add bounds check for durable handle context (bsc#1012628). - ksmbd: add bounds check for create lease context (bsc#1012628). - ksmbd: fix use-after-free in ksmbd_sessions_deregister() (bsc#1012628). - ksmbd: fix session use-after-free in multichannel connection (bsc#1012628). - ksmbd: fix overflow in dacloffset bounds check (bsc#1012628). - ksmbd: validate zero num_subauth before sub_auth is accessed (bsc#1012628). - ksmbd: fix null pointer dereference in alloc_preauth_hash() (bsc#1012628). - exfat: fix random stack corruption after get_block (bsc#1012628). - exfat: fix potential wrong error return from get_block (bsc#1012628). - tracing: Fix use-after-free in print_graph_function_flags during tracer switching (bsc#1012628). - tracing: Ensure module defining synth event cannot be unloaded while tracing (bsc#1012628). - tracing: Fix synth event printk format for str fields (bsc#1012628). - tracing/osnoise: Fix possible recursive locking for cpus_read_lock() (bsc#1012628). - tracing: Verify event formats that have "%*p.." (bsc#1012628). - mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAs (bsc#1012628). - arm64: Don't call NULL in do_compat_alignment_fixup() (bsc#1012628). - wifi: mt76: mt7921: fix kernel panic due to null pointer dereference (bsc#1012628). - ext4: don't over-report free space or inodes in statvfs (bsc#1012628). - ext4: fix OOB read when checking dotdot dir (bsc#1012628). - PCI/bwctrl: Fix NULL pointer dereference on bus number exhaustion (bsc#1012628). - jfs: fix slab-out-of-bounds read in ea_get() (bsc#1012628). - jfs: add index corruption check to DT_GETPAGE() (bsc#1012628). - mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead() (bsc#1012628). - exec: fix the racy usage of fs_struct->in_exec (bsc#1012628). - media: vimc: skip .s_stream() for stopped entities (bsc#1012628). - media: streamzap: fix race between device disconnection and urb callback (bsc#1012628). - nfsd: don't ignore the return code of svc_proc_register() (bsc#1012628). - nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid() (bsc#1012628). - nfsd: put dl_stid if fail to queue dl_recall (bsc#1012628). - NFSD: Add a Kconfig setting to enable delegated timestamps (bsc#1012628). - nfsd: fix management of listener transports (bsc#1012628). - NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs() (bsc#1012628). - NFSD: Never return NFS4ERR_FILE_OPEN when removing a directory (bsc#1012628). - NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up (bsc#1012628). - perf pmu: Rename name matching for no suffix or wildcard variants (bsc#1012628). - include/{topology,cpuset}: Move dl_rebuild_rd_accounting to cpuset.h (bsc#1012628). - tracing: Do not use PERF enums when perf is not defined (bsc#1012628). - ASoC: mediatek: mt6359: Fix DT parse error due to wrong child node name (bsc#1012628). - Update config files. - Rename to patches.kernel.org/6.14.2-013-EDAC-igen6-Fix-the-flood-of-invalid-error-repo.patch. - Rename to patches.kernel.org/6.14.2-257-Bluetooth-hci_event-Fix-handling-of-HCI_EV_LE_.patch. - Rename to patches.kernel.org/6.14.2-281-PCI-Use-downstream-bridges-for-distributing-re.patch. - commit b659bfa ++++ kubie: - Update to version 0.25.2: * Version 0.25.2 * fix: don't reset namespace when running ctx in interactive (#340) * Bump the all group across 1 directory with 3 updates (#338) * Bump crossbeam-channel from 0.5.14 to 0.5.15 (#339) ++++ kwin6: - Add upstream fixes: * 0001-xwayland-Only-pass-actual-mime-type-offers-to-Waylan.patch * 0001-backends-drm-also-clean-up-pending-commits-with-lega.patch ++++ libadwaita: - Update to version 1.7.1: + Build: - Don't install internal static library - Fix build with older gobject-introspection versions + Avoid needlessly reassigning CSS classes for swipe shadows + AdwAboutDialog/Window: Clarify :translator-credits docs + AdwNavigationView: fix :visible-page-tag notifications + AdwStyleManager: Fix font name docs + AdwToastOverlay: Fix accessible role in documentation + Updated translations. ++++ libsigrokdecode: - Fix version, pre-versions *must* use ~ as a version delimiter. A + delimiter marks versions post release. ++++ libmanette: - Update to version 0.2.12: + Add a deadzone for Steam Deck analog sticks. + Fix build with older gobject-introspection. ++++ libmicrohttpd: - fix build with curl 8.13.0 (boo#1241036) add libmicrohttpd-1.0.1-curl-8.13.0.patch ++++ numactl: - Update to version 2.0.19.13.g63e0223: * libnuma.c: Introduce numa_preferred_err() * numactl: Add --show option support for MPOL_WEIGHTED_INTERLEAVE * Add numa_get_weighted_interleave_mask() API * libnuma: Add APIs for weighted-interleaved allocations * libnuma.c: Fix memleak in numa_has_home_node() * Replace fgrep with grep -F to fix warning * Make numa_available respect EPERM ++++ python310-core: - Update to 3.10.17: - gh-131809: Update bundled libexpat to 2.7.1 - gh-131261: Upgrade to libexpat 2.7.0 - gh-105704: When using urllib.parse.urlsplit() and urllib.parse.urlparse() host parsing would not reject domain names containing square brackets ([ and ]). Square brackets are only valid for IPv6 and IPvFuture hosts according to RFC 3986 Section 3.2.2 (bsc#1236705, CVE-2025-0938, gh#python/cpython#105704). - gh-121284: Fix bug in the folding of rfc2047 encoded-words when flattening an email message using a modern email policy. Previously when an encoded-word was too long for a line, it would be decoded, split across lines, and re-encoded. But commas and other special characters in the original text could be left unencoded and unquoted. This could theoretically be used to spoof header lines using a carefully constructed encoded-word if the resulting rendered email was transmitted or re-parsed. - 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. - gh-119511: Fix a potential denial of service in the imaplib module. When connecting to a malicious server, it could cause an arbitrary amount of memory to be allocated. On many systems this is harmless as unused virtual memory is only a mapping, but if this hit a virtual address size limit it could lead to a MemoryError or other process crash. On unusual systems or builds where all allocated memory is touched and backed by actual ram or storage it could’ve consumed resources doing so until similarly crashing. - gh-127257: In ssl, system call failures that OpenSSL reports using ERR_LIB_SYS are now raised as OSError. - gh-121277: Writers of CPython’s documentation can now use next as the version for the versionchanged, versionadded, deprecated directives. - Remote upstreamed patch: - CVE-2025-0938-sq-brackets-domain-names.patch ++++ python311-core: - Update to 3.11.12: - gh-131809: Update bundled libexpat to 2.7.1 - gh-131261: Upgrade to libexpat 2.7.0 - gh-105704: When using urllib.parse.urlsplit() and urllib.parse.urlparse() host parsing would not reject domain names containing square brackets ([ and ]). Square brackets are only valid for IPv6 and IPvFuture hosts according to RFC 3986 Section 3.2.2 (bsc#1236705, CVE-2025-0938, gh#python/cpython#105704). - gh-121284: Fix bug in the folding of rfc2047 encoded-words when flattening an email message using a modern email policy. Previously when an encoded-word was too long for a line, it would be decoded, split across lines, and re-encoded. But commas and other special characters in the original text could be left unencoded and unquoted. This could theoretically be used to spoof header lines using a carefully constructed encoded-word if the resulting rendered email was transmitted or re-parsed. - 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. - gh-119511: Fix a potential denial of service in the imaplib module. When connecting to a malicious server, it could cause an arbitrary amount of memory to be allocated. On many systems this is harmless as unused virtual memory is only a mapping, but if this hit a virtual address size limit it could lead to a MemoryError or other process crash. On unusual systems or builds where all allocated memory is touched and backed by actual ram or storage it could’ve consumed resources doing so until similarly crashing. - gh-127257: In ssl, system call failures that OpenSSL reports using ERR_LIB_SYS are now raised as OSError. - gh-121277: Writers of CPython’s documentation can now use next as the version for the versionchanged, versionadded, deprecated directives. - gh-106883: Disable GC during the _PyThread_CurrentFrames() and _PyThread_CurrentExceptions() calls to avoid the interpreter to deadlock. - Remove upstreamed patch: - CVE-2025-0938-sq-brackets-domain-names.patch ++++ rssguard: - Update to version 4.8.3 + Fixed: - Missing icons in some use-cases. (gh#martinrotter/rssguard#1683) - Update to version 4.8.2 + Added: - Added feed fetching throttle control: (gh#martinrotter/rssguard#1154, gh#martinrotter/rssguard#1322) * Too many requests HTTP codes are now recognized and respected by RSS Guard. * There is new per-account setting Feed fetch spacing which performs intelligent delaying of subsequent feed fetching from identical remote hosts, trying to avoid aforementioned errors/bans for making too many network requests in short time windows. The setting should be set to value low enough to avoid those kind of errors but still having good UX. - Custom color option for disabled feeds. (gh#martinrotter/rssguard#1652) - Strikethrough for disabled feeds is optional. (gh#martinrotter/rssguard#1651) - Ability to fetch feed icon from user entered URL. (gh#martinrotter/rssguard#1645) - Application now remembers last used folder from any of its open/save file dialogs. (gh#martinrotter/rssguard#1643) - HTTP/2 is now switchable on a per feed basis. (gh#martinrotter/rssguard#1615) - Now duplicate keyboard shortcuts cannot be assigned. (gh#martinrotter/rssguard#1605) - New option for colored/monochrome icons for tray icon. (gh#martinrotter/rssguard#1603) - Article list filtering options are now persisting. (gh#martinrotter/rssguard#1590) + Fixed: - Enhanced QSS for tooltips for better readability. (gh#martinrotter/rssguard#1637) - RSS feed encoding detection was prone to errors. (gh#martinrotter/rssguard#1664) - Localization page now displays correctly. (gh#martinrotter/rssguard#1611) - MariaDB backend now uses MEDIUMTEXT column to allow bigger articles. - Use Qt6 and ldconfig_scriptlets macros - Disable MPV on Leap 15.6 since it fails to build ++++ libsigrok: - Fix version, the library identifies itself as 0.6.0. This is also in line with libsigrokdecode 0.6.0~git. ++++ loupe: - Update to version 48.1: + Fixed: - Crash when closing the window, probably in the exact moment when the animnation for hiding controls starts. - Editing does not work correctly if PNGs or JPEGs are already rotated via an Exif orientation entry before editing. - Printed pages don't contain anything or garbled output. This is a temporary workaround for , using the cairo renderer for the rotation and scaling of the image in the print preparation. ++++ lyx: - Add qt69-fix.patch to fix compilation with Qt 6.9 ++++ matrix-synapse: - unlock the rust related buildrequires ++++ mcelog: - Update to version 204: * Enable offline retries by default * Add ability to retry failed page offlines with an exponential backoff * Fix misspelling in variable name ++++ mesheryctl: - update to 0.8.57: * Bump helm.sh/helm/v3 from 3.17.0 to 3.17.3 * Update mesheryctl/tests/e2e/003-design/01-design-list.bats * [Docs] Generated documentation for Integration * [Docs] Generated documentation for Integration * [Docs] Release Notes for Meshery * [Docs] Update mesheryctl docs * [Docs] Update table of contents * [Docs] Update table of contents and sidebar styles * [Docs] Updated test report in Jekyll * [Fix] Update event streamer API route and enhance event status query logic * chore(mesheryctl-e2e): update test regex * feat(mesheryctl): add e2e test on system context subcommand * fix(mesheryctl-model): fix model export with a non existing version raising a panic ++++ nelm: - Update to version 1.1.3: * Bug Fixes - nelm version shows 0.0.0 (5d79185) * Dependencies - chore: bump alpha - chore: release 1.1.3 - chore: bump alpha - Update to version 1.1.2: * fix: error if `$KUBECONFIG` has multiple files; major rework of K8s client setup * refactor: ability to trace structs with spew lib * refactor: use actions options as command configs * refactor: move logging setup out of Actions * chore(release): update tuf repo address * Add Future plans to README * Tiny corrections for README * chore: update builder image * chore: reformat code * refactor: change package structure and names * refactor: extract internal packages to `/internal` * refactor: prepare to extract internal packages * Add Known issues to README * chore: bump channels ++++ neomutt: - Update to version 20250404: - Features * config: don't quote enums * link config dump to docs * CLI: neomutt -DD -- Dump Different * browser: tag select rather than descend - Bug Fixes * source: fix variable interpretation * mutt_oauth2: refactor sasl_string computation * expand tabs to spaces in compose preview * fix dumping of initial values * move real_name init * Remove MUTT_NEWFOLDER, fix appending to mbox * Respect Ignore when modifying an email's headers * fix refresh on toggle hide_thread_subject * buffer: fix seek * add comma to single match * notmuch: check for parse failure * query: allow <>s around email addresses * pager: fix normal/stripe colour * fix colour leaks in pager * fix array leak in the verify certificate dialog - Translations * 100% German * 100% Turkish * 96% Lithuanian * 86% French * 49% Chinese (Traditional) - Build * Deprecate some configure options that aren't used anymore * build: workaround for unused-result warning - Code * colour refactoring * debug: Chain old SEGV Handler * Allow nested ARRAY_FOREACH() * config: API has_been_set() * config: drop ConfigSet from API functions * drop obsolete pgp/smime menus * array: foreach_reverse() * Change description of verify-key to be crypto-scheme agnostic * expando: move EnvList out of library * Simplify the management of NeoMutt Commands * libcli - parse the command line * Split CLI Usage into sections * pager: fix lost NT_PAGER notifications * pager: fix refresh on config/colour changes * array: upgrade get_elem_list() * Buffer refactoring * improve localise_config() * main: drop -B (batch mode) option * merge init.[ch] into main.c * refactor version code * neomutt: home_dir, username, env * query: unify NeoMutt -D and -Q * refactor main.c/init.c * sidebar: streamline expando callbacks * test: lots of parse coverage * window refactoring * window: force recalc|repaint on new windows - Update to version 20250113: - Bug Fixes * fix crash in folder-hook * fix memory leak in compose message preview (fixes #4478) * query: fix comma-separated names * lua: fix lua_mutt_call() * notmuch: refresh the Email if the filename changes * fix: no new mail message * fix display of certificate fingerprints * fix prompt colour - Translations * 100% Czech * 100% German * 100% Lithuanian * 100% Serbian * 100% Slovakian * 100% Turkish * 91% French * 41% Chinese (Traditional) - Build * Fix DT_NUMBER entries on 32-bit endian platforms - Code * Simplify mutt_file_fopen() * colour refactoring * standardise variable names for temporary files - Note about version 20250109: Neomutt version 20250109 was submitted and then retracted by upstream due to a data loss bug when moving mails to mbox folders. https://github.com/neomutt/neomutt/issues/4541 ++++ nlohmann_json: - Update to version 3.12.0: * Diagnostic byte positions: A new macro, JSON_DIAGNOSTIC_POSITIONS, introduces member functions to query the byte positions of values in the input they were parsed from. * Enhanced conversion macros: The conversion macros for arbitrary types now include several upgrades: All macros are templated, supporting json, ordered_json, and any other basic_json specialization. * Derived classes can now be seamlessly converted to/from JSON using the new NLOHMANN_DEFINE_DERIVED_TYPE_* macros. * Support for std::optional: The library now supports conversions from/to std::optional types when compiled with C++17. * Flexible string compatibility: Functions patch, diff, and flatten now work with arbitrary string types. * Binary format enhancements: The BJData mapping now supports draft 3, including optimized binary array types. The BSON mapping has added support for unsigned 64-bit integers. The get_number function used in the binary format implementations has been optimized to read multiple bytes at once. * Multidimensional array conversion: Multidimensional C-style arrays can now be directly converted to JSON. * Filesystem paths in UTF-8: The conversions from/to std::filesystem::path are now encoded to UTF-8 strings by default on all operating systems. * CMake 4.0 support. ++++ obs-git-init: - fix the URL, gitea.opensuse.org yields NXDOMAIN ++++ pam-config: - Update to version 2.12+git.20250411: * Release version 2.12 * Call ecryptfs/fscrypt before pam_unix (#30) * Don't exit with error if admin disabled pam-config ++++ patterns-cockpit: - Add requirement on sudo as the preferred method of gaining admin rights (bsc#1240569) ++++ pulseview: - Fix version, pulseview identifies itself as 0.5.0. - Remove obsolete -fpermissive compiler flag. - Remove obsolete/unnecessary suse_update_desktop_file use. ++++ python-murmurhash: - update to elease-v1.0.12: * Github Actions now provides Linux ARM runners for public repos, so we can build Linux ARM wheels once more. ++++ monitoring-plugins-http_json: - Update to version 2.3.0 * Add Timestamp checks. * Add unreachable-state option to icinga2 config. * Improve error handling. * Add cli invalid-json-state to change exit code for invalid JSON. ++++ python310: - Update to 3.10.17: - gh-131809: Update bundled libexpat to 2.7.1 - gh-131261: Upgrade to libexpat 2.7.0 - gh-105704: When using urllib.parse.urlsplit() and urllib.parse.urlparse() host parsing would not reject domain names containing square brackets ([ and ]). Square brackets are only valid for IPv6 and IPvFuture hosts according to RFC 3986 Section 3.2.2 (bsc#1236705, CVE-2025-0938, gh#python/cpython#105704). - gh-121284: Fix bug in the folding of rfc2047 encoded-words when flattening an email message using a modern email policy. Previously when an encoded-word was too long for a line, it would be decoded, split across lines, and re-encoded. But commas and other special characters in the original text could be left unencoded and unquoted. This could theoretically be used to spoof header lines using a carefully constructed encoded-word if the resulting rendered email was transmitted or re-parsed. - 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. - gh-119511: Fix a potential denial of service in the imaplib module. When connecting to a malicious server, it could cause an arbitrary amount of memory to be allocated. On many systems this is harmless as unused virtual memory is only a mapping, but if this hit a virtual address size limit it could lead to a MemoryError or other process crash. On unusual systems or builds where all allocated memory is touched and backed by actual ram or storage it could’ve consumed resources doing so until similarly crashing. - gh-127257: In ssl, system call failures that OpenSSL reports using ERR_LIB_SYS are now raised as OSError. - gh-121277: Writers of CPython’s documentation can now use next as the version for the versionchanged, versionadded, deprecated directives. - Remote upstreamed patch: - CVE-2025-0938-sq-brackets-domain-names.patch ++++ python310-documentation: - Update to 3.10.17: - gh-131809: Update bundled libexpat to 2.7.1 - gh-131261: Upgrade to libexpat 2.7.0 - gh-105704: When using urllib.parse.urlsplit() and urllib.parse.urlparse() host parsing would not reject domain names containing square brackets ([ and ]). Square brackets are only valid for IPv6 and IPvFuture hosts according to RFC 3986 Section 3.2.2 (bsc#1236705, CVE-2025-0938, gh#python/cpython#105704). - gh-121284: Fix bug in the folding of rfc2047 encoded-words when flattening an email message using a modern email policy. Previously when an encoded-word was too long for a line, it would be decoded, split across lines, and re-encoded. But commas and other special characters in the original text could be left unencoded and unquoted. This could theoretically be used to spoof header lines using a carefully constructed encoded-word if the resulting rendered email was transmitted or re-parsed. - 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. - gh-119511: Fix a potential denial of service in the imaplib module. When connecting to a malicious server, it could cause an arbitrary amount of memory to be allocated. On many systems this is harmless as unused virtual memory is only a mapping, but if this hit a virtual address size limit it could lead to a MemoryError or other process crash. On unusual systems or builds where all allocated memory is touched and backed by actual ram or storage it could’ve consumed resources doing so until similarly crashing. - gh-127257: In ssl, system call failures that OpenSSL reports using ERR_LIB_SYS are now raised as OSError. - gh-121277: Writers of CPython’s documentation can now use next as the version for the versionchanged, versionadded, deprecated directives. - Remote upstreamed patch: - CVE-2025-0938-sq-brackets-domain-names.patch ++++ python311: - Update to 3.11.12: - gh-131809: Update bundled libexpat to 2.7.1 - gh-131261: Upgrade to libexpat 2.7.0 - gh-105704: When using urllib.parse.urlsplit() and urllib.parse.urlparse() host parsing would not reject domain names containing square brackets ([ and ]). Square brackets are only valid for IPv6 and IPvFuture hosts according to RFC 3986 Section 3.2.2 (bsc#1236705, CVE-2025-0938, gh#python/cpython#105704). - gh-121284: Fix bug in the folding of rfc2047 encoded-words when flattening an email message using a modern email policy. Previously when an encoded-word was too long for a line, it would be decoded, split across lines, and re-encoded. But commas and other special characters in the original text could be left unencoded and unquoted. This could theoretically be used to spoof header lines using a carefully constructed encoded-word if the resulting rendered email was transmitted or re-parsed. - 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. - gh-119511: Fix a potential denial of service in the imaplib module. When connecting to a malicious server, it could cause an arbitrary amount of memory to be allocated. On many systems this is harmless as unused virtual memory is only a mapping, but if this hit a virtual address size limit it could lead to a MemoryError or other process crash. On unusual systems or builds where all allocated memory is touched and backed by actual ram or storage it could’ve consumed resources doing so until similarly crashing. - gh-127257: In ssl, system call failures that OpenSSL reports using ERR_LIB_SYS are now raised as OSError. - gh-121277: Writers of CPython’s documentation can now use next as the version for the versionchanged, versionadded, deprecated directives. - gh-106883: Disable GC during the _PyThread_CurrentFrames() and _PyThread_CurrentExceptions() calls to avoid the interpreter to deadlock. - Remove upstreamed patch: - CVE-2025-0938-sq-brackets-domain-names.patch ++++ python-Markdown: - update to version 3.8: * Changed + DRY fix in abbr extension by introducing method create_element (#1483). + Clean up test directory by removing some redundant tests and port non-redundant cases to the newer test framework. + Improved performance of the raw HTML post-processor (#1510). * Fixed + Backslash Unescape IDs set via attr_list on toc (#1493). + Ensure md_in_html processes content inside “markdown” blocks as they are parsed outside of “markdown” blocks to keep things more consistent for third-party extensions (#1503). + md_in_html handle tags within inline code blocks better (#1075). + md_in_html fix handling of one-liner block HTML handling (#1074). + Ensure
is treated like a block-level element (#1481). + Ensure that abbr extension respects AtomicString and does not process perceived abbreviations in these strings (#1512). + Ensure smarty extension correctly renders nested closing quotes (#1514). ++++ python-PyICU: - Update to 2.15 * fixed build error missing conditional ICU < 70 in UnicodeSetIterator() * fixed Enum arg parser with broken strict aliasing rules (Jakub Wilk) - Refresh remove_six.patch ++++ python311-documentation: - Update to 3.11.12: - gh-131809: Update bundled libexpat to 2.7.1 - gh-131261: Upgrade to libexpat 2.7.0 - gh-105704: When using urllib.parse.urlsplit() and urllib.parse.urlparse() host parsing would not reject domain names containing square brackets ([ and ]). Square brackets are only valid for IPv6 and IPvFuture hosts according to RFC 3986 Section 3.2.2 (bsc#1236705, CVE-2025-0938, gh#python/cpython#105704). - gh-121284: Fix bug in the folding of rfc2047 encoded-words when flattening an email message using a modern email policy. Previously when an encoded-word was too long for a line, it would be decoded, split across lines, and re-encoded. But commas and other special characters in the original text could be left unencoded and unquoted. This could theoretically be used to spoof header lines using a carefully constructed encoded-word if the resulting rendered email was transmitted or re-parsed. - 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. - gh-119511: Fix a potential denial of service in the imaplib module. When connecting to a malicious server, it could cause an arbitrary amount of memory to be allocated. On many systems this is harmless as unused virtual memory is only a mapping, but if this hit a virtual address size limit it could lead to a MemoryError or other process crash. On unusual systems or builds where all allocated memory is touched and backed by actual ram or storage it could’ve consumed resources doing so until similarly crashing. - gh-127257: In ssl, system call failures that OpenSSL reports using ERR_LIB_SYS are now raised as OSError. - gh-121277: Writers of CPython’s documentation can now use next as the version for the versionchanged, versionadded, deprecated directives. - gh-106883: Disable GC during the _PyThread_CurrentFrames() and _PyThread_CurrentExceptions() calls to avoid the interpreter to deadlock. - Remove upstreamed patch: - CVE-2025-0938-sq-brackets-domain-names.patch ++++ python-grpcio-tools: - Updated to version 1.69.0 * [Build] Override MACOSX_DEPLOYMENT_TARGET for gRPC Python. (#37997) ++++ python-langfuse: - update to 2.60.2: * fix(cost-tracking): handle none values in OpenAI schema - update to 2.60.1: * fix(openai): remove unused openai.resources import - update to 2.60.0: * feat(openai): add Response API support * fix(ingestion_consumer): mask before multimodal handling - update to 2.59.7: * feat(client): add native environments - update to 2.59.6: * fix(openai): handle missing text property on streamed completion - update to 2.59.5: * Resolve runtime error with openai extension when metadata is missing * fix(openai): apply langfuse_mask - update to 2.59.4: * fix(langchain): cached token usage - update to 2.59.3: * fix(openai): implement aclose on async stream responses - update to 2.59.2: * fix(serializer): NaN handling * feat(prompts): add commit message to prompt creation - update to 2.59.1: * perf(ingestion): make max event and batch size configurable - update to 2.59.0: * feat(api): expose public api client * feat(client): add async api client - update to 2.58.2: * fix(openai): handle usage object without mutation * fix(media): retry requests upload errors - update to 2.58.1: * fix(llama-index): workflow integration - update to 2.58.0: * feat: update prompts and invalidate cache - update to 2.57.13: * fix(langchain): add run_id check on_llm_error - update to 2.57.12: * fix(decorators): merge trace tags and metadata on updates - update to 2.57.11: * fix(openai): allow non in token_details - update to 2.57.10: * fix(langchain): mitigate missing run_id on_chain_error * fix(openai): allow for none values in usage details in https://github.com/langfuse/langfuse- python/commit/4d47959fcb5cc473ba8bf59c72ed8dc2c6429677 - update to 2.57.9: * feat(langchain): add debug level to langsmith:hidden tagged spans - update to 2.57.8: * perf(decorator): remove get_caller_module - update to 2.57.7: * fix(api-models): usage unit to optional - update to 2.57.6: * chore(models): update fern api - update to 2.57.5: * fix(serializer): remove unnecessary log statement by - update to 2.57.4: * fix: add project_id to urls returned by langfuse_context.get_current_trace_url - update to 2.57.3: * fix(dataset+decorator): item observer with top-level generation - update to 2.57.2: * perf: memory usage on repeat instantiation - update to 2.57.1: * chore(singleton): shutdown on reset - update to 2.56.2: * feat(media): utility to resolve media references with media content * fix(media): add timeout to reference resolution * chore(deps): bump the langchain group with 2 updates - update to 2.56.1: * fix(client): pass timeout to FernLangfuse * fix(openai): pass metadata when model distillation feat is used * chore(deps-dev): bump pytest from 8.3.3 to 8.3.4 * chore(deps-dev): bump the langchain group with 5 updates * chore(deps): bump django from 5.0.9 to 5.0.10 in /examples/django_example * chore(deps-dev): bump boto3 from 1.35.76 to 1.35.77 - update to 2.56.0: * chore(deps): bump the langchain group across 1 directory with 2 updates * chore(ci): update to v3 docker compose * feat: use projectid when generating trace urls ++++ python-libusb1: - update to 3.3.1: * Fix incorrect getFinalizer() reference in setPollFDNotifiers() - update to 3.3.0: * Fix finalizer registration errors on pypi by using a thread- safe sequential number generator instead of relying on object id unicity and timely finalizer triggering. ++++ python-lxml_html_clean: - update to 0.4.2: * lxml_html_clean now correctly handles HTML input as bytes as it did before the 0.2.0 release. ++++ python-metakernel: - update to 0.30.3: * Add ipython 9 compat #290 (@blink1073) * Fix min version test #278 (@blink1073) ++++ python-model-bakery: - update to 1.20.4: * Fix regression introduced in 1.20.3 that prevented using `auto_now` and `auto_now_add` fields with seq or callable. * Fix support of `auto_now` and `auto_now_add` fields in combination with `_fill_optional` * Isolate Recipe defaults to prevent modification via instances * Fix setting GFK parameter by a callable * Fix regression forbidding using Proxy models as GFK * docs: Add missing doc on `_refresh_after_create` option * Fix `Recipe.prepare` without `_quantity` (on one-to-one relation) * Remove deprecation warning of `datetime.datetime.utcfromtimestamp`. ++++ python-ollama: - update to 0.4.7: * client: remove sha256 as it's already available in the digest * client: improve error messaging on connection failure * chore: bump httpx from 0.27.2 to 0.28.1 * chore: ensure imports are sorted * examples: fix create examples * examples: update create example * fix: don't run lints on all Python versions * fix: formatting & CI * chore: add tests for checking sha in blob request - update to 0.4.6: * add create api changes to support ollama v0.5.5 ++++ python-onigurumacffi: - update to 1.4.1: * ci related changes ++++ python-pass-git-helper: - update to 3.3.0: * add support for password extractor - update to 3.2.0: * **setup:** switch from setup.py to setup.cfg - update to 3.1.0: * test on Python 3.13 * build!: drop support for Python 3.9 * officially support Python 3.12 * the minimum officially supported version of Python is now 3.10. The helper might continue to work with older versions but - update to 1.5.0: * check if password file exists before running `pass` (b50ca3b), closes #371 - update to 1.4.1: * improve error message for unknown username extractor ++++ python-pbs-installer: - update to 2025.4.9: * No upstream Changelog. Use git diff: https://github.com/frostming/pbs-installer/compare/2024.02.12...2025.04.09 ++++ python-pycares: - Clean up the SPEC file. ++++ python-ruff: - update to 0.11.5 * Preview features * [airflow] Add missing AIR302 attribute check * [airflow] Expand module path check to individual symbols (AIR302) * [airflow] Extract AIR312 from AIR302 rules (AIR302, AIR312) * [airflow] Update oudated AIR301, AIR302 rules * [syntax-errors] Async comprehension in sync comprehension * [syntax-errors] Check annotations in annotated assignments * [syntax-errors] Extend annotation checks to await * Bug fixes * [flake8-pie] Avoid false positive for multiple assignment with auto() (PIE796) * Rule changes * [ruff] Fix RUF100 to detect unused file-level noqa directives with specific codes * [flake8-pytest-style] Avoid false positive for legacy form of pytest.raises (PT011) * Documentation * Fix formatting of "See Style Guide" link ++++ python-url-normalize: - Update to 2.2.0: * Added + New `default_domain` parameter to support absolute paths with domain names + New command-line interface (`url-normalize`) + Query parameter filtering functionality + Parameter allowlist feature for controlling accepted query parameters + IDNA 2008 support via `idna` package * Fixed + Handle URLs with missing slashes correctly + Fix decoding of reserved characters in URL paths + Fix Twitter hashtag encoding in query parameters + Do not encode equals sign in fragment + Reverted license format in pyproject.toml to maintain Python 3.8 compatibility with older setuptools versions * Changed + **BREAKING:** Switch default scheme from 'http' to 'https' + **BREAKING:** Migrated IDNA handling to use IDNA 2008 with UTS46 processing + **BREAKING:** Updated minimum Python version to 3.8 + **BREAKING:** Removed sort_query_params option as it was incorrect + Enhanced query normalization with parameter filtering support + Updated URL cleanup to support new filtering features + Changed host normalization to handle each domain label separately - Drop patch url-normalize-pr28-poetry-core.patch, now included. ++++ qemu: - all glib2 versions are recent enough to use pcre2: * qemu-linux-user: drop pcre (by Andreas Stieger) - Correct wrong bug mentioned in changelog (bsc#1236329) ++++ qemu-linux-user: - all glib2 versions are recent enough to use pcre2: * qemu-linux-user: drop pcre (by Andreas Stieger) - Correct wrong bug mentioned in changelog (bsc#1236329) ++++ qt6-creator: - Update to 16.0.1 https://www.qt.io/blog/qt-creator-16.0.1-released ++++ qucs-s: - Update to 25.1.2 What's Changed + Allow copy and paste ports in symbol editing mode by @wawuwo in [#1271] + Fix Xyce IC for Tline by @ra3xdh in #1275 + Fix crash when coordinates of wire ends are in wrong order by @wawuwo in #1278 + Removed innosetup action. by @dsm in #1281 + Fix Qt-6.9 QString .arg matching by @ivandi69 in #1286 + Change .OPTIONS and .FUNC components to allow free editing of contents. by @iwbnwif in #1262 + Allow variables in single pulse sources by @ra3xdh in #1289 ++++ rasdaemon: - CXL device support (bsc#1241023, jsc#PED-12657) - Update to version 0.8.3.0.git+db0870e: * ras-diskerror-handler.h: fix checkpatch warnings * Use the right dev_t decoding for diskerror handler * rasdaemon: Add new modules supported by HiSilicon common section * rasdaemon: ras-mc-ctl: Update logging of CXL memory module data to align with CXL spec rev 3.1 * rasdaemon: ras-mc-ctl: Update logging of CXL DRAM event data to align with CXL spec rev 3.1 * rasdaemon: ras-mc-ctl: Update logging of CXL general media event data to align with CXL spec rev 3.1 * rasdaemon: ras-mc-ctl: Update logging of common event data to align with CXL spec rev 3.1 * rasdaemon: ras-mc-ctl: Fix logging of memory event type in CXL DRAM error table * rasdaemon: cxl: Update memory module event to CXL spec rev 3.1 * rasdaemon: cxl: Update CXL DRAM event to CXL spec rev 3.1 * rasdaemon: cxl: Update CXL general media event to CXL spec rev 3.1 * rasdaemon: cxl: Add Component Identifier formatting for CXL spec rev 3.1 * rasdaemon: cxl: Update common event to CXL spec rev 3.1 * rasdaemon: cxl: Add automatic indexing for storing CXL fields in SQLite database * rasdaemon: cxl: Fix mismatch in region field's name with kernel DRAM trace event * rasdaemon: cxl: Fix logging of memory event type of DRAM trace event * rasdaemon: Fix for parsing error when trace event's format file is larger than PAGE_SIZE * rasdaemon: Add page offline support for cxl memory * Add labels for ASRock X370 Taichi * Add labels for ASRock X570 Creator * Add labels for ASRock X570S PG Riptide * rasdaemon: mce: decode io port for bus error * rasdaemon: arm: do not print error msg if field not found * rasdaemon: add DE error type for AMD * rasdaemon: Fix the display format of JaguarMicro vendor no standard errors * rasdaemon: bump to version 0.8.2 * ras-page-isolation.h: remove extra parenthesis * rasdaemon: check if sscanf() processed all arguments on dev_name * ras-page-isolation.h: fix most coding style issues * ras-page-isolation: fix location_fields size * ras-page-isolation: fix additional coding style issues * ras-page-isolation: make memory_location_field static * ras-page-isolation: use snprintf() instead of sprintf() * mce-intel-ivb/mce-intel-sb: remove code commented with #if 0 * rasdaemon: use __func__ instead of the name of the function * ipmitool SEL logging of AER CEs on OpenBMC platforms * The rasdaemon service may fail to be started for the first time. * New feature: support memory row CE threshold policy * ras-page-isolation: drop an unused variable * Fix the bug that `config->env` is greater than `ulong_max` when units->val=1 * rasdaemon: Modify support for vendor-specific machine check error information * rasdaemon: ras-mc-ctl: Log hpa and region info from cxl_general_media and cxl_dram tables * rasdaemon: CXL: Extract, log and record region info from cxl_general_media and cxl_dram events * rasdaemon: CXL: Fix uncorrectable macro spelling * rasdaemon: ras-non-standard-handler: Fix checkpatch warning * rasdaemon: ras-events: Fix warning ‘filter_ras_mc_event’ defined but not used * rasdaemon: ras-arm-handler: Fix checkpatch warning length exceeds 120 columns * rasdaemon: ras-events: removed obselete code under #if 0 * rasdaemon: ras-mce-handler: Fix checkpatch errors * rasdaemon: rbtree: removed unused definition for RB_ROOT * rasdaemon: Fix for compilation warning in ras-memory-failure-handler.c * rasdaemon: Fix mem_fail_event build breakage * ras-events: fix -d option to work again * ci.yml: Change the name of the second job * ci.yml: place checkpatch check in separate * ci.yml: run checkpatch when doing tests * Makefile.am: add types.h to the list of headers * scripts/checkpatch.pl: add support for checking SPDX * rasdaemon: enforce SPDX license tags * ras-events: demote log information about trace being enabled/disabled * rasdaemon: cleanup coding style * ras-events: make returned error code consistent * rasdaemon: add .editorconfig file to follow our coding style * ras-report.h: avoid long lines * types.h: remove whitespaces * types.h: don't depend on linux/bits.h * ras-events: don't use extern inside a C file * rasdaemon: don't use unsafe strcpy, strcat and sprintf * types.h: add an implementation for strscpy() and strscat() * ras-events: drop a dead code to check number of CPUs * ras-report: fix coding style and string fill issues * non-standard-jaguarmicro: avoid CamelCase * checkpatch.pl: warn also about strcat and sprintf usages * rasdaemon: alphabetically sort includes * ras-arm-handler: use GENMASK() macro * rasdaemon: move type macros to a separate header (types.h) * ras-arm-handler: Parse and log ARM Processor Error Info table * rasdaemon: fix some typos and correct spelling * scripts/checkpatch.pl: set default mode to strict * ras-arm-handler: cope with latest upstream changes * scripts/checkpatch.pl: some improvements to reduce false positives * scripts/checkpatch.pl: do some additional cleanups * rasdaemon: adjust install targets for the spec to be build * ras-aer-handler: handle errors when running ipmitool * rbtree.h: Fix an issue introduced by checkpatch logic * rasdaemon: mce-amd-smca: Optimizing decoding of MCA_CTL_SMU bits * Cleanup MCE error log on non-x86 args * contrib/qemu_einj.py: make it more generic to allow other einj types * rasdaemon: add mem_fail_event trigger * trigger: parse only once TRIGGER_DIR env variable * ras-mc-handler: cleanup trigger logic * rasdaemon: add mc_event trigger * util/arm_einj.py: fix a typo at virt-addr * util/arm_einj.py: remove a debug print * util/arm_einj.py: add an utility for ARM error injection via QEMU * ras-arm-handler: be compatible with upstream Kernel * Do a coding style cleanup with regards to tabs and white spaces * rasdaemon: Add Corrected Internal Error for aer_cor_errors * rasdaemon: Update SMCA bank error descriptions * Add Lenovo P920 DIMM labels * rasdaemon: Fix for vendor errors are not recorded in the SQLite database if some cpus are offline * mce-amd-smca: update smca_hwid to use smca_bank_types * labels/asrock: Add DIMM labels for ASRock Rack X570D4U * rasdaemon: Add support to parse microcode field of mce tracepoint * rasdaemon: Add support to parse the PPIN field of mce tracepoint * rasdaemon: ras-mc-ctl: Add support to display mcastatus_msg string * rasdaemon: ras-mc-ctl: Add support for CXL memory module trace events * rasdaemon: ras-mc-ctl: Add support for CXL DRAM trace events * rasdaemon: ras-mc-ctl: Add support for CXL general media trace events * rasdaemon: ras-mc-ctl: Add support for CXL generic trace events * rasdaemon: ras-mc-ctl: Add support for CXL poison trace events * rasdaemon: ras-mc-ctl: Add support for CXL overflow trace events * rasdaemon: ras-mc-ctl: Add support for CXL AER correctable trace events * rasdaemon: ras-mc-ctl: Add support for CXL AER uncorrectable trace events * rasdaemon: ras-memory-failure-handler: update memory failure action page types * rasdaemon: Fix build warnings unused variable if AMP RAS errors is not enabled * labels/asus: Add DIMM labels for Asus PRIME X570-P * Use block_rq_error if RHEL >= 9.1 * rasdaemon: Add error decoding for MCA_CTL_SMU extended bits * rasdaemon: labels/apple add MacPro 1,1 and 2,1 models * rasdaemon: labels/intel add DQ57TM vendor and model ++++ rekor: - Update to version 1.3.10: * Features - Added --client-signing-algorithms flag (#1974) * Fixes / Misc - emit unpopulated values when marshalling (#2438) - pkg/api: better logs when algorithm registry rejects a key (#2429) - chore: improve mysql readiness checks (#2397) - Added --client-signing-algorithms flag (#1974) * Security fixes (over the last releases): - CVE-2024-6104: rekor: hashicorp/go-retryablehttp: url might write sensitive information to log file (bsc#1227053) - CVE-2023-45288: rekor: golang.org/x/net/http2: close connections when receiving too many headers (bsc#1236519) - CVE-2025-27144: rekor: gopkg.in/go-jose/go-jose.v2,github.com/go-jose/go-jose/v4,github.com/go-jose/go-jose/v3: Go JOSE's Parsing Vulnerable to Denial of Service (bsc#1237638) - CVE-2025-22868: rekor: golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2 (bsc#1239191) - CVE-2025-22869: rekor: golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239327) - CVE-2025-30204: rekor: github.com/golang-jwt/jwt/v5: jwt-go allows excessive memory allocation during header parsing (bsc#1240468) ++++ selinux-policy: - Update to version 20250411: * Introduce unconfined mysqld_systemd_helper_t (bsc#1240949) * Set mysqld_t permissive until we have tested it thorougly (bsc#1240949) * Fix label of mysqld (bsc#1240949) * Initial policy for snapper 50-etc plugin (bsc#1236671) ++++ telegram-desktop: - Added 0001-Fix-build-with-Qt-6.9.patch (boo#1241069). - Use system libdispatch. - Removed build dependency on KF5Wayland, it is only needed if the DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION option is enabled. ++++ terragrunt: - Update to version 0.77.13: * build(deps): bump github.com/getsops/sops/v3 from 3.9.4 to 3.10.1 (#4130) * build(deps): bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 (#4131) * build(deps): bump golang.org/x/sys from 0.31.0 to 0.32.0 (#4133) * build(deps): bump google.golang.org/grpc from 1.71.0 to 1.71.1 (#4132) - Update to version 0.77.12: * New Features Introduced no_validation attribute for stack and unit, allowing users to bypass Terragrunt's validation checks when deploying infrastructure. This is particularly useful in scenarios where you need to deploy infrastructure that doesn't strictly adhere to Terragrunt's validation rules, such as during emergency deployments or when working with legacy infrastructure patterns. * What's Changed - feat: add support for no_validation attribute for stack and unit (#4149) - feat: Adding a bit more docs for stacks (#4144) ++++ upplay: - Update to 1.9.1: * Configurable metadata in player area ++++ virt-manager: - Upstream features and bug fixes (bsc#1027942) (jsc#PED-8910) 040-virtinst-add-pstore-backend-support.patch 041-tests-add-pstore-test.patch 042-man-virt-install-Document-pstore-device.patch 043-tests-Increase-virtio-mem-block-size.patch 044-tests-test_urls-fix-dead-URL.patch 045-urlfetcher-add-riscv64-architecture-for-Debian.patch 046-virt-manager-list-virtual-networks-when-creating-new-QEMU-Session-VM.patch 047-virt-install-add-support-for-vDPA-network-device.patch 048-virt-manager-add-support-for-vDPA-network-device.patch 049-virt-install-detect-wayland-in-order-to-start-virt-viewer.patch - bsc#1241082 - [Build 20250410] virt_install fails to launch: missing dependencies. Spec file modifications ------------------------------------------------------------------ ------------------ 2025-4-10 - Apr 10 2025 ------------------- ------------------------------------------------------------------ ++++ ComputeLibrary: - Update to 25.03.1: * Public major release * Documentation (API, changelogs, build guide, contribution guide, errata, etc.) available here: https://arm-software.github.io/ComputeLibrary/v25.03.1 - Update to 25.03: * Public major release * Documentation (API, changelogs, build guide, contribution guide, errata, etc.) available here: https://arm-software.github.io/ComputeLibrary/v25.03 ++++ aaa_base: - Update to version 84.87+git20250410.71df276: * Modern s390x uses TERM=linux for ttysclp ++++ ansible-sap-infrastructure: - 1.1.2 - Bugfixes - collection - Bump vmware.vmware_rest to 4.5.0 - collection - Use amazon.aws.ec2_placement_group - collection - implement changelogs/changelog.yaml - sap_vm_provision - AWS tag pacemaker for fence agent stonith:external/ec2 - sap_vm_provision - update azure.azcollection minimum version requirement - sap_vm_provision/sap_vm_temp_vip - Add dynamic group handling for provisioning - sap_vm_verify - stub code comments and reorder ++++ ansible-sap-install: - 1.5.3 - Initial release - Bugfixes: - collection - Cleanup the changelog(s) - collection - Use the correct ansible-galaxy option in README.md files - collection - gh issue templates - collection and sap_hostagent - ansible-lint fixes - sap*preconfigure - Use correct RHEL versions in task names - sap*preconfigure - sysctl checks fail when config file has comments - sap_*_preconfigure/SLES - Enhance saptune handling and detection - sap_*_preconfigure/Suse - Enhance saptune revert logic - sap_*_preconfigure/Suse - Switch saptune from present - sap_general_preconfigure - Fix check mode for sysctl - sap_general_preconfigure - Remove unused file configure-etc-hosts.yml - sap_general_preconfigure - Update the package name of the IBM Power tools for RHEL 10 - sap_general_preconfigure - fix var role prefix - sap_general_preconfigure, sap_maintain_etc_hosts - Ignore comments - sap_general_preconfigure/SLES - Add etc hosts setup to configure steps - sap_ha_pacemaker_cluster - fix ASCS constraint - sap_ha_pacemaker_cluster - fix ASCS/ERS systemd - sap_ha_pacemaker_cluster - fix NWAS - sap_ha_pacemaker_cluster - fix internal-error - sap_ha_pacemaker_cluster - fix package detection on RHEL - sap_ha_pacemaker_cluster - fix(check-mode) - sap_ha_pacemaker_cluster - several bug fixes - sap_ha_pacemaker_cluster - stonith location constraints - sap_hana_install - Update fapolicyd conditionals - sap_hana_preconfigure - Fix check mode for largesend.conf - ppc64le - sap_hana_preconfigure - Update the package name of the RHEL 10 Power tools - sap_hana_preconfigure - fix check mode in two tasks - sap_hana_preconfigure/SLES - Add package libltdl7 to vars - sap_swpm - Fix link in README.md - sap_swpm - remove duplicate section credentials_anydb_ibmdb2 - sap_swpm - removed duplicates from credentials_hana section ++++ ansible-sap-operations: - Updated downstream transformation - Removed python dependencies and macros from spec file ++++ armnn: - Update to 25.02: * Changelog: https://github.com/ARM-software/armnn/releases/tag/v25.02 - Disable TF-Lite support as it is going away from Tumbleweed ++++ armnn-opencl: - Update to 25.02: * Changelog: https://github.com/ARM-software/armnn/releases/tag/v25.02 - Disable TF-Lite support as it is going away from Tumbleweed ++++ calls: - Update to version 48.1: + Start as part of gnome-session. + Use notification categories + Modernize USSD dialog + Updated translations. ++++ rust1.86: - Ignore broken platform test ++++ chromium: - update chromium-121-rust-clang_lib.patch to apply cleanly ++++ nodejs22: - Update to 22.14.0 * fs: allow exclude option in globs to accept glob patterns * lib: add typescript support to STDIN eval * module: add ERR_UNSUPPORTED_TYPESCRIPT_SYNTAX * module: add findPackageJSON util * process: add process.ref() and process.unref() methods * sqlite: support TypedArray and DataView in StatementSync * src: add --disable-sigusr1 to prevent signal i/o thread * src,worker: add isInternalWorker * test_runner: add TestContext.prototype.waitFor() * test_runner: add t.assert.fileSnapshot() * test_runner: add assert.register() API * worker: add eval ts input - openssl_binary_detection.patch fix_ci_tests.patch: refreshed - Build with PIE (bsc#1239949) ++++ coreutils: - Update to 9.7: Bug fixes * 'cat' would fail with "input file is output file" if input and output are the same terminal device and the output is append-only. [bug introduced in coreutils-9.6] * 'cksum -a crc' misbehaved on aarch64 with 32-bit uint_fast32_t. [bug introduced in coreutils-9.6] * dd with the 'nocache' flag will now detect all failures to drop the cache for the whole file. Previously it may have erroneously succeeded. [bug introduced with the "nocache" feature in coreutils-8.11] * 'ls -Z dir' would crash on all systems, and 'ls -l' could crash on systems like Android with SELinux but without xattr support. [bug introduced in coreutils-9.6] * `ls -l` could output spurious "Not supported" errors in certain cases, like with dangling symlinks on cygwin. [bug introduced in coreutils-9.6] * timeout would fail to timeout commands with infinitesimal timeouts. For example `timeout 1e-5000 sleep inf` would never timeout. [bug introduced with timeout in coreutils-7.0] * sleep, tail, and timeout would sometimes sleep for slightly less time than requested. [bug introduced in coreutils-5.0] * 'who -m' now outputs entries for remote logins. Previously login entries prefixed with the service (like "sshd") were not matched. [bug introduced in coreutils-9.4] Improvements * 'logname' correctly returns the user who logged in the session, on more systems. Previously on musl or uclibc it would have merely output the LOGNAME environment variable. - coreutils-9.6-ls-Z-crash-fix.patch: Remove now-upstream patch. - Refresh all other patches. ++++ coreutils-single: - Update to 9.7: Bug fixes * 'cat' would fail with "input file is output file" if input and output are the same terminal device and the output is append-only. [bug introduced in coreutils-9.6] * 'cksum -a crc' misbehaved on aarch64 with 32-bit uint_fast32_t. [bug introduced in coreutils-9.6] * dd with the 'nocache' flag will now detect all failures to drop the cache for the whole file. Previously it may have erroneously succeeded. [bug introduced with the "nocache" feature in coreutils-8.11] * 'ls -Z dir' would crash on all systems, and 'ls -l' could crash on systems like Android with SELinux but without xattr support. [bug introduced in coreutils-9.6] * `ls -l` could output spurious "Not supported" errors in certain cases, like with dangling symlinks on cygwin. [bug introduced in coreutils-9.6] * timeout would fail to timeout commands with infinitesimal timeouts. For example `timeout 1e-5000 sleep inf` would never timeout. [bug introduced with timeout in coreutils-7.0] * sleep, tail, and timeout would sometimes sleep for slightly less time than requested. [bug introduced in coreutils-5.0] * 'who -m' now outputs entries for remote logins. Previously login entries prefixed with the service (like "sshd") were not matched. [bug introduced in coreutils-9.4] Improvements * 'logname' correctly returns the user who logged in the session, on more systems. Previously on musl or uclibc it would have merely output the LOGNAME environment variable. - coreutils-9.6-ls-Z-crash-fix.patch: Remove now-upstream patch. - Refresh all other patches. ++++ coreutils-systemd: - Update to 9.7: Bug fixes * 'cat' would fail with "input file is output file" if input and output are the same terminal device and the output is append-only. [bug introduced in coreutils-9.6] * 'cksum -a crc' misbehaved on aarch64 with 32-bit uint_fast32_t. [bug introduced in coreutils-9.6] * dd with the 'nocache' flag will now detect all failures to drop the cache for the whole file. Previously it may have erroneously succeeded. [bug introduced with the "nocache" feature in coreutils-8.11] * 'ls -Z dir' would crash on all systems, and 'ls -l' could crash on systems like Android with SELinux but without xattr support. [bug introduced in coreutils-9.6] * `ls -l` could output spurious "Not supported" errors in certain cases, like with dangling symlinks on cygwin. [bug introduced in coreutils-9.6] * timeout would fail to timeout commands with infinitesimal timeouts. For example `timeout 1e-5000 sleep inf` would never timeout. [bug introduced with timeout in coreutils-7.0] * sleep, tail, and timeout would sometimes sleep for slightly less time than requested. [bug introduced in coreutils-5.0] * 'who -m' now outputs entries for remote logins. Previously login entries prefixed with the service (like "sshd") were not matched. [bug introduced in coreutils-9.4] Improvements * 'logname' correctly returns the user who logged in the session, on more systems. Previously on musl or uclibc it would have merely output the LOGNAME environment variable. - coreutils-9.6-ls-Z-crash-fix.patch: Remove now-upstream patch. - Refresh all other patches. ++++ coreutils-testsuite: - Update to 9.7: Bug fixes * 'cat' would fail with "input file is output file" if input and output are the same terminal device and the output is append-only. [bug introduced in coreutils-9.6] * 'cksum -a crc' misbehaved on aarch64 with 32-bit uint_fast32_t. [bug introduced in coreutils-9.6] * dd with the 'nocache' flag will now detect all failures to drop the cache for the whole file. Previously it may have erroneously succeeded. [bug introduced with the "nocache" feature in coreutils-8.11] * 'ls -Z dir' would crash on all systems, and 'ls -l' could crash on systems like Android with SELinux but without xattr support. [bug introduced in coreutils-9.6] * `ls -l` could output spurious "Not supported" errors in certain cases, like with dangling symlinks on cygwin. [bug introduced in coreutils-9.6] * timeout would fail to timeout commands with infinitesimal timeouts. For example `timeout 1e-5000 sleep inf` would never timeout. [bug introduced with timeout in coreutils-7.0] * sleep, tail, and timeout would sometimes sleep for slightly less time than requested. [bug introduced in coreutils-5.0] * 'who -m' now outputs entries for remote logins. Previously login entries prefixed with the service (like "sshd") were not matched. [bug introduced in coreutils-9.4] Improvements * 'logname' correctly returns the user who logged in the session, on more systems. Previously on musl or uclibc it would have merely output the LOGNAME environment variable. - coreutils-9.6-ls-Z-crash-fix.patch: Remove now-upstream patch. - Refresh all other patches. ++++ gcc15: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-aarch64-gcc15: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-aarch64-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-amdgcn-gcc15: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-arm-gcc15: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-arm-none-gcc15: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-arm-none-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-avr-gcc15: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-avr-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-bpf-gcc15: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-hppa-gcc15: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-hppa-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-loongarch64-gcc15: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-loongarch64-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-m68k-gcc15: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-mips-gcc15: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-nvptx-gcc15: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-ppc64-gcc15: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-ppc64le-gcc15: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-ppc64le-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-pru-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-riscv64-elf-gcc15: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-riscv64-elf-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-riscv64-gcc15: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-riscv64-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-rx-gcc15: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-rx-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-s390x-gcc15: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-s390x-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-sparc-gcc15: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ cross-sparc64-gcc15: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ datovka: - update to 4.26.0 * Added new tag assignment dialogue. Tag assignment can be also invoked from the status bar label. * Separated tag-related actions. Tag management of available tags and tag assignment are different actions now. Both can be pinned to any tool bar. * Prohibiting some actions from the top menu to be pinned into tool bars. * Added a tool that should aid with data recovery from corrupted database files. * Added font scaling factor to adjust the default font size. Font scaling can be set in the preferences dialogue. * Displaying what's new in the application. * Enforce enabled icons in menus. * Showing error dialogues when configuration files are not accessible or are corrupted. * Displaying error messages via status bar pop-up widget when message databases cannot be opened. * Updated application themes to detect and match light/dark system environment. * Showing progress bars with amount of downloaded data and current download speed in download message dialogue. * Fixed attachment duplication on repeated high-volume message downloads. * Enable voluntary stats sending by default. It can be disabled by the user. * Using MTOM/XOP to download high-volume messages. * Using QStyledItemDelegate to draw checkboxes into tag delegate. ++++ deepin-file-manager: - drop unused pcre header, drop-pcre.patch, see upstream #11469 ++++ docker: - Update to docker-buildx v0.22.0. Upstream changelog: * Includes fixes for CVE-2025-0495. bsc#1239765 - Disable transparent SUSEConnect support for SLE-16. PED-12534 When this patchset was first added in 2013 (and rewritten over the years), there was no upstream way to easily provide SLE customers with a way to build container images based on SLE using the host subscription. However, with docker-buildx you can now define secrets for builds (this is not entirely transparent, but we can easily document this new requirement for SLE-16). Users should use RUN --mount=type=secret,id=SCCcredentials zypper -n ... in their Dockerfiles, and docker buildx build --secret id=SCCcredentials,src=/etc/zypp/credentials.d/SCCcredentials,type=file . when doing their builds. - Now that the only blocker for docker-buildx support was removed for SLE-16, enable docker-buildx for SLE-16 as well. PED-8905 ++++ docker-stable: - Update to docker-buildx v0.22.0. Upstream changelog: * Includes fixes for CVE-2025-0495. bsc#1239765 - Disable transparent SUSEConnect support for SLE-16. PED-12534 When this patchset was first added in 2013 (and rewritten over the years), there was no upstream way to easily provide SLE customers with a way to build container images based on SLE using the host subscription. However, with docker-buildx you can now define secrets for builds (this is not entirely transparent, but we can easily document this new requirement for SLE-16). Users should use RUN --mount=type=secret,id=SCCcredentials zypper -n ... in their Dockerfiles, and docker buildx build --secret id=SCCcredentials,src=/etc/zypp/credentials.d/SCCcredentials,type=file . when doing their builds. - Now that the only blocker for docker-buildx support was removed for SLE-16, enable docker-buildx for SLE-16 as well. PED-8905 ++++ dsda-doom: - Update to release 0.29 * Reorganized all menus * Strict mode is now On by default when recording demos * Don't allow saving the game on strict mode * Added support for reading GAMEINFO lump ("iwad" field only) * Added config option for toggling aspect ratio correction * Added linear sky scrolling option for Software renderer * Added smooth chainsaw bobbing (only when Uncapped FPS is on) * Remove SysEx support from FluidSynth midi player * automap: New colors for "Alt Secret Exit line" and "Tag Finder line" * Checks if a map exists before changing music with IDMUS * New cheat SKILL ++++ python-Fiona: - Update to 1.10.1: * Bug fixes: + Logging in the CRS class no longer tries to print representations of objects that may be NULL when searching for authority matches. + The truncate VSI plugin callback has been implemented. + The Pyopener registry and VSI plugin have been rewritten to avoid filename conflicts and to be compatible with multithreading. + A CSLConstList ctypedef has been added and is used where appropriate. + Fiona model objects have a informative, printable representation again. + Fiona can again set fields with values that are instances of classes derived from date, time, and datetime. + Fiona's python opener VSI plugin prefix has been changed to "vsifiopener" + Add a 16-bit integer type "int16" based on OGR's OSFTInt16 integer sub-type. + Allow a GeoJSON collection's layer name to be set on opening in write mode + An implementation of the VSI flush callback has been added to _vsiopener.pyx. + Openers are now registered only by urlpath. The mode is no longer considered as OGR drivers may use a mix of modes when creating a new dataset. * New features: + All supported Fiona field types are now represented by classes in fiona.schema. + The filter, map, and reduce CLI commands from the public domain version 1.1.0 of fio-planet have been incorporated into Fiona's core set of commands + Python openers can now support discovery of auxiliary "sidecar" files like .aux.xml, .msk, and .tfw files for GeoTIFFs. - Drop patch 1314.patch, now included upstream. ++++ gap-ace: - Update to release 5.7.0 * Deprecate `InfoACELevel` and `SetInfoACELevel` (instead one may use `InfoACE` together with `SetInfoLevel`) ++++ gap-utils: - Update to release 0.89 * Corrected creation of left cosets. ++++ gcc15-testresults: - Update to GCC trunk head, 15.0.1+git9352 - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add newlib-gcn-libm-fix.patch to fix newlib libm miscompilation for GCN offloading. ++++ ghostscript: - add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on Leap 15.6 ++++ gnome-software: - Update to version 48.1: + Improve contrast of some app safety ratings in dark mode + Improve error handling when fetching app reviews + Updated translations. ++++ govulncheck-vulndb: - Update to version 0.0.20250410T162706 2025-04-10T16:27:06Z. Refs jsc#PED-11136 Go CVE Numbering Authority IDs added or updated with aliases: * GO-2025-3601 CVE-2025-32386 GHSA-4hfp-h4cw-hj8p * GO-2025-3602 CVE-2025-32387 GHSA-5xqw-8hwv-wg92 ++++ grommunio-dav: - Update to release 1.5 * Set default properties like last modification time for cross-device compatibility. * Optimizations on CardDAV setData calls. * Evaluate the new USER_PRIVILEGE_DAV flag of the user account upon login. * Urlencode vcaluids in anticipation of special characters. ++++ grype-db: - Update to version 0.32.0: * Added Features - Support CVSS v4 vectors [#553 @wagoodman] * Additional Changes - add option to always publish databases under their schema direc… [#552 @asomya] * Dependencies - chore(deps): Bump github.com/spf13/viper from 1.19.0 to 1.20.1 (#548) - chore(deps): Bump golang.org/x/text from 0.23.0 to 0.24.0 (#554) - chore(deps): Bump github.com/anchore/grype from 0.90.0 to 0.91.0 (#551) - chore(deps): Bump 8398a7/action-slack from 3.16.2 to 3.18.0 (#549) ++++ gstreamer-plugins-bad: - Add va-codecs-check-size.patch: skip codecs that report maximum width or height lower than minimum (boo#1239937 glfo#gstreamer/gstreamer!8736). ++++ helm: - Update to version 3.17.3: Helm v3.17.3 is a security (patch) release. Users are strongly recommended to update to this release. * Changelog - Unarchiving fix e4da497 (Matt Farina) ++++ hugo: - Update to version 0.146.1: * releaser: Bump versions for release of 0.146.1 * tpl: Skip dot and temp files inside /layouts * releaser: Prepare repository for 0.147.0-DEV - Packaging improvements: * Update to BuildRequires: golang(API) >= 1.24 matching go.mod - Update to version 0.146.0: * releaser: Bump versions for release of 0.146.0 * tpl: Warn and skip non-hook templates inside /layouts/_markup * Squashed 'docs/' changes from d1a251933..dc7a9ae12 * tpl: Add a partial lookup cache * build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 * build(deps): bump golang.org/x/tools from 0.31.0 to 0.32.0 * build(deps): bump github.com/evanw/esbuild from 0.25.1 to 0.25.2 * tpl: Add templates.Current * build(deps): bump golang.org/x/image from 0.25.0 to 0.26.0 * build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4 * build(deps): bump github.com/alecthomas/chroma/v2 from 2.15.0 to 2.16.0 * commands/new: Improve theme creation * build(deps): bump golang.org/x/net from 0.37.0 to 0.39.0 * build(deps): bump github.com/bep/imagemeta from 0.10.0 to 0.11.0 * deps: Upgrade github.com/gohugoio/hugo-goldmark-extensions/passthrough v0.3.0 => v0.3.1 * tpl/tplimpl: Update embedded pagination template * Reimplement and simplify Hugo's template system * config: Use the non-global logger for deprecations when possible * tpl/time: Add time.In function * resources: Add option to silence dependency deprecation warnings * tpl/tplimpl: Fix full screen option in vimeo and youtube shortcodes * common/hreflect: Replace the map/RWMutex method cache with sync.Map * build(deps): bump golang.org/x/tools from 0.30.0 to 0.31.0 * build(deps): bump github.com/getkin/kin-openapi from 0.129.0 to 0.131.0 * build(deps): bump github.com/spf13/afero from 1.11.0 to 1.14.0 * build(deps): bump github.com/bep/imagemeta from 0.9.0 to 0.10.0 * build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 * build(deps): bump github.com/evanw/esbuild from 0.24.2 to 0.25.1 * build(deps): bump github.com/bep/godartsass/v2 from 2.4.0 to 2.4.1 * build(deps): bump golang.org/x/net from 0.35.0 to 0.37.0 * common/hexec: Remove github.com/cli/safeexec * parser/metadecoder: Improve errors for non-map XML root values * identity: Use clear to clear the finder seen map * build(deps): bump github.com/bep/godartsass/v2 from 2.3.2 to 2.4.0 * commands/gen: Set url in command pages to /docs/reference/commands/ * cache: Apply httpcache defaults for polling config * build(deps): bump golang.org/x/image from 0.24.0 to 0.25.0 * deps: Upgrade golang.org/x/mod v0.23.0 => v0.24.0 * build(deps): bump github.com/bep/overlayfs from 0.9.2 to 0.10.0 * build(deps): bump github.com/bep/lazycache from 0.7.0 to 0.8.0 * tpl/tplimpl: Add loading attribute to Vimeo shortcode * build(deps): bump github.com/bep/imagemeta from 0.8.4 to 0.9.0 * build(deps): bump github.com/bep/simplecobra from 0.5.0 to 0.6.0 * commands: Add --omitEmpty flag to gen chromastyles * tpl: Add trailing newline to robots.txt template * commands: Skip flaky test on Windows * resources/image: Mark loong64 as FMA-using architecture * releaser: Prepare repository for 0.146.0-DEV ++++ iproute2: - Update to release 6.14 * Add IPv6 flow label support to `ip route` and `ip rule` * Add `ip monitor maddress` support * ss: Display seq counters as decimal for mptcp subflows ++++ k9s: - Update to version 0.50.1: * 5-0, 5-0 HotFix! It looks like we've broken a few things in the clean up process Apologizes for the disruption in the farce. Hopefully happier on v0.50.1... Crossing fingers and toes! * Resolved Issues - #3262 Crash when no shellPod is defined in config file - #3261 aliases with namespace and/or labels produce an error - #3258 mac silicon 0.50.0 runtime error - #3257 pods are reported to run on nodes they are not running on - #3256 Pods view seems broken in 0.50.0 - #3255 Custom view does not work randomly ++++ kernel-debug: - x86/cpu: Avoid running off the end of an AMD erratum table (OOB-access-fix). - commit df211d0 ++++ kernel-default: - x86/cpu: Avoid running off the end of an AMD erratum table (OOB-access-fix). - commit df211d0 ++++ kernel-source: - x86/cpu: Avoid running off the end of an AMD erratum table (OOB-access-fix). - commit df211d0 ++++ kernel-source-longterm: - Update config files for 6.12.23. Enable CONFIG_LD_CAN_USE_KEEP_IN_OVERLAY - commit b1a162f - Linux 6.12.23 (bsc#1234429). - platform/x86/amd/pmf: fix cleanup in amd_pmf_init_smart_pc() (bsc#1234429). - tracing: Do not use PERF enums when perf is not defined (bsc#1234429). - ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE (bsc#1234429). - NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up (bsc#1234429). - NFSD: Never return NFS4ERR_FILE_OPEN when removing a directory (bsc#1234429). - NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs() (bsc#1234429). - nfsd: fix management of listener transports (bsc#1234429). - nfsd: put dl_stid if fail to queue dl_recall (bsc#1234429). - nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid() (bsc#1234429). - media: streamzap: fix race between device disconnection and urb callback (bsc#1234429). - media: vimc: skip .s_stream() for stopped entities (bsc#1234429). - exec: fix the racy usage of fs_struct->in_exec (bsc#1234429). - mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead() (bsc#1234429). - jfs: add index corruption check to DT_GETPAGE() (bsc#1234429). - jfs: fix slab-out-of-bounds read in ea_get() (bsc#1234429). - ext4: fix OOB read when checking dotdot dir (bsc#1234429). - ext4: don't over-report free space or inodes in statvfs (bsc#1234429). - wifi: mt76: mt7921: fix kernel panic due to null pointer dereference (bsc#1234429). - arm64: Don't call NULL in do_compat_alignment_fixup() (bsc#1234429). - mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAs (bsc#1234429). - tracing/osnoise: Fix possible recursive locking for cpus_read_lock() (bsc#1234429). - tracing: Fix synth event printk format for str fields (bsc#1234429). - tracing: Ensure module defining synth event cannot be unloaded while tracing (bsc#1234429). - tracing: Fix use-after-free in print_graph_function_flags during tracer switching (bsc#1234429). - exfat: fix potential wrong error return from get_block (bsc#1234429). - exfat: fix random stack corruption after get_block (bsc#1234429). - ksmbd: fix null pointer dereference in alloc_preauth_hash() (bsc#1234429). - ksmbd: validate zero num_subauth before sub_auth is accessed (bsc#1234429). - ksmbd: fix overflow in dacloffset bounds check (bsc#1234429). - ksmbd: fix session use-after-free in multichannel connection (bsc#1234429). - ksmbd: fix use-after-free in ksmbd_sessions_deregister() (bsc#1234429). - ksmbd: add bounds check for create lease context (bsc#1234429). - ksmbd: add bounds check for durable handle context (bsc#1234429). - KVM: SVM: Don't change target vCPU state on AP Creation VMGEXIT error (bsc#1234429). - mmc: sdhci-omap: Disable MMC_CAP_AGGRESSIVE_PM for eMMC/SD (bsc#1234429). - mmc: sdhci-pxav3: set NEED_RSP_BUSY capability (bsc#1234429). - mmc: omap: Fix memory leak in mmc_omap_new_slot (bsc#1234429). - Remove unnecessary firmware version check for gc v9_4_2 (bsc#1234429). - media: omap3isp: Handle ARM dma_iommu_mapping (bsc#1234429). - ARM: 9444/1: add KEEP() keyword to ARM_VECTORS (bsc#1234429). - ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP (bsc#1234429). - acpi: nfit: fix narrowing conversion in acpi_nfit_ctl (bsc#1234429). - wifi: mt76: mt7925: remove unused acpi function for clc (bsc#1234429). - x86/mm: Fix flush_tlb_range() when used for zapping normal PMDs (bsc#1234429). - x86/tsc: Always save/restore TSC sched_clock() on suspend/resume (bsc#1234429). - x86/Kconfig: Add cmpxchg8b support back to Geode CPUs (bsc#1234429). - idpf: Don't hard code napi_struct size (bsc#1234429). - uprobes/x86: Harden uretprobe syscall trampoline check (bsc#1234429). - perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample read (bsc#1234429). - perf/x86/intel: Apply static call for drain_pebs (bsc#1234429). - ntb_perf: Delete duplicate dmaengine_unmap_put() call in perf_copy_chunk() (bsc#1234429). - platform/x86: ISST: Correct command storage data length (bsc#1234429). - platform/x86: thinkpad_acpi: disable ACPI fan access for T495* and E560 (bsc#1234429). - ACPI: x86: Extend Lenovo Yoga Tab 3 quirk with skip GPIO event-handlers (bsc#1234429). - x86/tdx: Fix arch_safe_halt() execution for TDX VMs (bsc#1234429). - x86/mce: use is_copy_from_user() to determine copy-from-user context (bsc#1234429). - x86/microcode/AMD: Fix __apply_microcode_amd()'s return value (bsc#1234429). - KVM: x86: block KVM_CAP_SYNC_REGS if guest state is protected (bsc#1234429). - x86/hyperv: Fix check of return value from snp_set_vmsa() (bsc#1234429). - LoongArch: BPF: Use move_addr() for BPF_PSEUDO_FUNC (bsc#1234429). - LoongArch: BPF: Don't override subprog's return value (bsc#1234429). - LoongArch: BPF: Fix off-by-one error in build_prologue() (bsc#1234429). - LoongArch: Increase MAX_IO_PICS up to 8 (bsc#1234429). - LoongArch: Increase ARCH_DMA_MINALIGN up to 16 (bsc#1234429). - rust: Fix enabling Rust and building with GCC for LoongArch (bsc#1234429). - usbnet:fix NPE during rx_complete (bsc#1234429). - wifi: mac80211: Fix sparse warning for monitor_sdata (bsc#1234429). - tty: serial: lpuart: only disable CTS instead of overwriting the whole UARTMODIR register (bsc#1234429). - tty: serial: fsl_lpuart: Fix unused variable 'sport' build warning (bsc#1234429). - tty: serial: fsl_lpuart: use port struct directly to simply code (bsc#1234429). - tty: serial: fsl_lpuart: Use u32 and u8 for register variables (bsc#1234429). - cgroup/rstat: Fix forceidle time in cpu.stat (bsc#1234429). - cgroup/rstat: Tracking cgroup-level niced CPU time (bsc#1234429). - tracing: Correct the refcount if the hist/hist_debug file fails to open (bsc#1234429). - tracing/hist: Support POLLPRI event for poll on histogram (bsc#1234429). - tracing/hist: Add poll(POLLIN) support on hist file (bsc#1234429). - tracing: Switch trace_events_hist.c code over to use guard() (bsc#1234429). - tools/power turbostat: report CoreThr per measurement interval (bsc#1234429). - perf/core: Fix child_total_time_enabled accounting bug at task exit (bsc#1234429). - drm/amdgpu/gfx12: fix num_mec (bsc#1234429). - drm/amdgpu/gfx11: fix num_mec (bsc#1234429). - kbuild: deb-pkg: don't set KBUILD_BUILD_VERSION unconditionally (bsc#1234429). - net: ibmveth: make veth_pool_store stop hanging (bsc#1234429). - arcnet: Add NULL check in com20020pci_probe() (bsc#1234429). - ipv6: Do not consider link down nexthops in path selection (bsc#1234429). - ipv6: Start path selection from the first nexthop (bsc#1234429). - net: fix geneve_opt length integer overflow (bsc#1234429). - net: dsa: mv88e6xxx: propperly shutdown PPU re-enable timer on destroy (bsc#1234429). - ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS (bsc#1234429). - netfilter: nft_tunnel: fix geneve_opt type confusion addition (bsc#1234429). - net: decrease cached dst counters in dst_release (bsc#1234429). - tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu() (bsc#1234429). - vsock: avoid timeout during connect() if the socket is closing (bsc#1234429). - udp: Fix memory accounting leak (bsc#1234429). - udp: Fix multiple wraparounds of sk->sk_rmem_alloc (bsc#1234429). - net: mvpp2: Prevent parser TCAM memory corruption (bsc#1234429). - sctp: add mutual exclusion in proc_sctp_do_udp_port() (bsc#1234429). - net_sched: skbprio: Remove overly strict queue assertions (bsc#1234429). - netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets (bsc#1234429). - netfilter: nf_tables: don't unregister hook when table is dormant (bsc#1234429). - netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets only (bsc#1234429). - idpf: fix adapter NULL pointer dereference on reboot (bsc#1234429). - e1000e: change k1 configuration on MTP and later platforms (bsc#1234429). - spi: bcm2835: Restore native CS probing when pinctrl-bcm2835 is absent (bsc#1234429). - ALSA: hda/realtek: Fix built-in mic on another ASUS VivoBook model (bsc#1234429). - spi: bcm2835: Do not call gpiod_put() on invalid descriptor (bsc#1234429). - ASoC: imx-card: Add NULL check in imx_card_probe() (bsc#1234429). - nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer (bsc#1234429). - riscv/purgatory: 4B align purgatory_start (bsc#1234429). - riscv/kexec_file: Handle R_RISCV_64 in purgatory relocator (bsc#1234429). - riscv: Fix hugetlb retrieval of number of ptes in case of !present pte (bsc#1234429). - spi: cadence: Fix out-of-bounds array access in cdns_mrvl_xspi_setup_clock() (bsc#1234429). - ASoC: codecs: rt5665: Fix some error handling paths in rt5665_probe() (bsc#1234429). - s390/entry: Fix setting _CIF_MCCK_GUEST with lowcore relocation (bsc#1234429). - ublk: make sure ubq->canceling is set when queue is frozen (bsc#1234429). - x86/uaccess: Improve performance by aligning writes to 8 bytes in copy_user_generic(), on non-FSRM/ERMS CPUs (bsc#1234429). - RISC-V: errata: Use medany for relocatable builds (bsc#1234429). - ALSA: hda/realtek: Fix built-in mic breakage on ASUS VivoBook X515JA (bsc#1234429). - firmware: cs_dsp: Ensure cs_dsp_load[_coeff]() returns 0 on success (bsc#1234429). - ntb: intel: Fix using link status DB's (bsc#1234429). - ntb_hw_switchtec: Fix shift-out-of-bounds in switchtec_ntb_mw_set_trans (bsc#1234429). - riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_call_ra (bsc#1234429). - fs/9p: fix NULL pointer dereference on mkdir (bsc#1234429). - spufs: fix a leak in spufs_create_context() (bsc#1234429). - spufs: fix gang directory lifetimes (bsc#1234429). - spufs: fix a leak on spufs_new_file() failure (bsc#1234429). - netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int (bsc#1234429). - hwmon: (nct6775-core) Fix out of bounds access for NCT679{8,9} (bsc#1234429). - memory: omap-gpmc: drop no compatible check (bsc#1234429). - can: statistics: use atomic access in hot path (bsc#1234429). - ALSA: hda/realtek: Add mute LED quirk for HP Pavilion x360 14-dy1xxx (bsc#1234429). - selftests: netfilter: skip br_netfilter queue tests if kernel is tainted (bsc#1234429). - net: devmem: do not WARN conditionally after netdev_rx_queue_restart() (bsc#1234429). - drm/amd: Keep display off while going into S4 (bsc#1234429). - nvme-pci: fix stuck reset on concurrent DPC and HP (bsc#1234429). - x86/sgx: Warn explicitly if X86_FEATURE_SGX_LC is not enabled (bsc#1234429). - x86/hyperv: Fix output argument to hypercall that changes page visibility (bsc#1234429). - locking/semaphore: Use wake_q to wake up processes outside lock critical section (bsc#1234429). - wifi: mac80211: fix SA Query processing in MLO (bsc#1234429). - wifi: mac80211: flush the station before moving it to UN-AUTHORIZED state (bsc#1234429). - ASoC: rt1320: set wake_capable = 0 explicitly (bsc#1234429). - ASoC: codecs: wsa884x: report temps to hwmon in millidegree of Celsius (bsc#1234429). - x86/hyperv/vtl: Stop kernel from probing VTL0 low memory (bsc#1234429). - sched/deadline: Use online cpus for validating runtime (bsc#1234429). - ALSA: hda/realtek: Add support for ASUS Zenbook UM3406KA Laptops using CS35L41 HDA (bsc#1234429). - ALSA: hda/realtek: Add support for ASUS B5405 and B5605 Laptops using CS35L41 HDA (bsc#1234429). - ALSA: hda/realtek: Add support for ASUS B3405 and B3605 Laptops using CS35L41 HDA (bsc#1234429). - ALSA: hda/realtek: Add support for various ASUS Laptops using CS35L41 HDA (bsc#1234429). - ALSA: hda/realtek: Add support for ASUS ROG Strix G614 Laptops using CS35L41 HDA (bsc#1234429). - ALSA: hda/realtek: Add support for ASUS ROG Strix GA603 Laptops using CS35L41 HDA (bsc#1234429). - ALSA: hda/realtek: Add support for ASUS ROG Strix G814 Laptop using CS35L41 HDA (bsc#1234429). - exfat: add a check for invalid data size (bsc#1234429). - platform/x86/amd/pmf: Update PMF Driver for Compatibility with new PMF-TA (bsc#1234429). - platform/x86/amd/pmf: Propagate PMF-TA return codes (bsc#1234429). - HID: i2c-hid: improve i2c_hid_get_report error message (bsc#1234429). - net: dsa: rtl8366rb: don't prompt users for LED control (bsc#1234429). - platform/x86/intel/vsec: Add Diamond Rapids support (bsc#1234429). - platform/x86: intel-hid: fix volume buttons on Microsoft Surface Go 4 tablet (bsc#1234429). - cifs: fix incorrect validation for num_aces field of smb_acl (bsc#1234429). - smb: common: change the data type of num_aces to le16 (bsc#1234429). - perf/core: Fix perf_pmu_register() vs. perf_init_event() (bsc#1234429). - ALSA: hda: Fix speakers on ASUS EXPERTBOOK P5405CSA 1.0 (bsc#1234429). - ALSA: hda/realtek: Fix Asus Z13 2025 audio (bsc#1234429). - affs: don't write overlarge OFS data block size fields (bsc#1234429). - affs: generate OFS sequence numbers starting at 1 (bsc#1234429). - wifi: brcmfmac: keep power during suspend if board requires it (bsc#1234429). - nvme-pci: skip CMB blocks incompatible with PCI P2P DMA (bsc#1234429). - nvme-pci: clean up CMBMSC when registering CMB fails (bsc#1234429). - nvme-tcp: fix possible UAF in nvme_tcp_poll (bsc#1234429). - wifi: iwlwifi: mvm: use the right version of the rate API (bsc#1234429). - wifi: iwlwifi: fw: allocate chained SG tables for dump (bsc#1234429). - wifi: mac80211: remove debugfs dir for virtual monitor (bsc#1234429). - wifi: mac80211: Cleanup sta TXQs on flush (bsc#1234429). - nfs: Add missing release on error in nfs_lock_and_join_requests() (bsc#1234429). - objtool/loongarch: Add unwind hints in prepare_frametrace() (bsc#1234429). - rcu-tasks: Always inline rcu_irq_work_resched() (bsc#1234429). - context_tracking: Always inline ct_{nmi,irq}_{enter,exit}() (bsc#1234429). - sched/smt: Always inline sched_smt_active() (bsc#1234429). - objtool: Fix verbose disassembly if CROSS_COMPILE isn't set (bsc#1234429). - octeontx2-af: Free NIX_AF_INT_VEC_GEN irq (bsc#1234429). - octeontx2-af: Fix mbox INTR handler when num VFs > 64 (bsc#1234429). - net: phy: broadcom: Correct BCM5221 PHY model detection (bsc#1234429). - ACPI: processor: idle: Return an error if both P_LVL{2,3} idle states are invalid (bsc#1234429). - LoongArch: Rework the arch_kgdb_breakpoint() implementation (bsc#1234429). - LoongArch: Fix device node refcount leak in fdt_cpu_clk_init() (bsc#1234429). - LoongArch: Fix help text of CMDLINE_EXTEND in Kconfig (bsc#1234429). - objtool: Fix segfault in ignore_unreachable_insn() (bsc#1234429). - ring-buffer: Fix bytes_dropped calculation issue (bsc#1234429). - net/mlx5e: SHAMPO, Make reserved size independent of page size (bsc#1234429). - ksmbd: fix r_count dec/increment mismatch (bsc#1234429). - ksmbd: fix multichannel connection failure (bsc#1234429). - ksmbd: use aead_request_free to match aead_request_alloc (bsc#1234429). - rndis_host: Flag RNDIS modems as WWAN devices (bsc#1234429). - rtnetlink: Allocate vfinfo size for VF GUIDs when supported (bsc#1234429). - exfat: fix missing shutdown check (bsc#1234429). - exfat: fix the infinite loop in exfat_find_last_cluster() (bsc#1234429). - smb: client: Fix netns refcount imbalance causing leaks and use-after-free (bsc#1234429). - NFS: Shut down the nfs_client only after all the superblocks (bsc#1234429). - objtool, media: dib8000: Prevent divide-by-zero in dib8000_set_dds() (bsc#1234429). - objtool, nvmet: Fix out-of-bounds stack access in nvmet_ctrl_state_show() (bsc#1234429). - thermal: core: Remove duplicate struct declaration (bsc#1234429). - perf bpf-filter: Fix a parsing error with comma (bsc#1234429). - perf tools: annotate asm_pure_loop.S (bsc#1234429). - fs/procfs: fix the comment above proc_pid_wchan() (bsc#1234429). - perf vendor events arm64 AmpereOneX: Fix frontend_bound calculation (bsc#1234429). - tty: n_tty: use uint for space returned by tty_write_room() (bsc#1234429). - staging: vchiq_arm: Fix possible NPR of keep-alive thread (bsc#1234429). - staging: vchiq_arm: Register debugfs after cdev (bsc#1234429). - staging: rtl8723bs: select CONFIG_CRYPTO_LIB_AES (bsc#1234429). - perf: intel-tpebs: Fix incorrect usage of zfree() (bsc#1234429). - perf dso: fix dso__is_kallsyms() check (bsc#1234429). - perf python: Check if there is space to copy all the event (bsc#1234429). - perf python: Don't keep a raw_data pointer to consumed ring buffer space (bsc#1234429). - perf python: Decrement the refcount of just created event on failure (bsc#1234429). - perf python: Fixup description of sample.id event member (bsc#1234429). - i3c: master: svc: Fix missing the IBI rules (bsc#1234429). - um: hostfs: avoid issues on inode number reuse by host (bsc#1234429). - um: remove copy_from_kernel_nofault_allowed (bsc#1234429). - um: Pass the correct Rust target and options with gcc (bsc#1234429). - selftests/mm/cow: fix the incorrect error handling (bsc#1234429). - fuse: fix dax truncate/punch_hole fault path (bsc#1234429). - NFS: fix open_owner_id_maxsz and related fields (bsc#1234429). - NFSv4: Avoid unnecessary scans of filesystems for delayed delegations (bsc#1234429). - NFSv4: Avoid unnecessary scans of filesystems for expired delegations (bsc#1234429). - NFSv4: Avoid unnecessary scans of filesystems for returning delegations (bsc#1234429). - NFSv4: Don't trigger uneccessary scans for return-on-close delegations (bsc#1234429). - arch/powerpc: drop GENERIC_PTDUMP from mpc885_ads_defconfig (bsc#1234429). - ocfs2: validate l_tree_depth to avoid out-of-bounds access (bsc#1234429). - kexec: initialize ELF lowest address to ULONG_MAX (bsc#1234429). - kernel/events/uprobes: handle device-exclusive entries correctly in __replace_page() (bsc#1234429). - perf units: Fix insufficient array space (bsc#1234429). - perf evlist: Add success path to evlist__create_syswide_maps (bsc#1234429). - perf debug: Avoid stack overflow in recursive error message (bsc#1234429). - iio: light: Add check for array bounds in veml6075_read_int_time_ms (bsc#1234429). - iio: adc: ad7768-1: set MOSI idle state to prevent accidental reset (bsc#1234429). - iio: adc: ad7173: Fix comparison of channel configs (bsc#1234429). - iio: adc: ad7124: Fix comparison of channel configs (bsc#1234429). - iio: adc: ad4130: Fix comparison of channel setups (bsc#1234429). - dmaengine: fsl-edma: free irq correctly in remove path (bsc#1234429). - dmaengine: fsl-edma: cleanup chan after dma_async_device_unregister (bsc#1234429). - fs/ntfs3: Prevent integer overflow in hdr_first_de() (bsc#1234429). - fs/ntfs3: Fix a couple integer overflows on 32bit systems (bsc#1234429). - usb: xhci: correct debug message page size calculation (bsc#1234429). - perf bench: Fix perf bench syscall loop count (bsc#1234429). - perf arm-spe: Fix load-store operation checking (bsc#1234429). - iio: backend: make sure to NULL terminate stack buffer (bsc#1234429). - iio: accel: msa311: Fix failure to release runtime pm if direct mode claim fails (bsc#1234429). - iio: accel: mma8452: Ensure error return on failure to matching oversampling ratio (bsc#1234429). - ucsi_ccg: Don't show failed to get FW build information error (bsc#1234429). - perf build: Fix in-tree build due to symbolic link (bsc#1234429). - tools/x86: Fix linux/unaligned.h include path in lib/insn.c (bsc#1234429). - perf pmu: Don't double count common sysfs and json events (bsc#1234429). - coresight-etm4x: add isb() before reading the TRCSTATR (bsc#1234429). - vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpoint (bsc#1234429). - coresight: catu: Fix number of pages while using 64k pages (bsc#1234429). - greybus: gb-beagleplay: Add error handling for gb_greybus_init (bsc#1234429). - perf report: Switch data file correctly in TUI (bsc#1234429). - soundwire: slave: fix an OF node reference leak in soundwire slave device (bsc#1234429). - isofs: fix KMSAN uninit-value bug in do_isofs_readdir() (bsc#1234429). - phy: phy-rockchip-samsung-hdptx: Don't use dt aliases to determine phy-id (bsc#1234429). - fs/ntfs3: Update inode->i_mapping->a_ops on compression state (bsc#1234429). - w1: fix NULL pointer dereference in probe (bsc#1234429). - perf: Always feature test reallocarray (bsc#1234429). - perf stat: Fix find_stat for mixed legacy/non-legacy events (bsc#1234429). - clk: qcom: mmcc-sdm660: fix stuck video_subcore0 clock (bsc#1234429). - pinctrl: intel: Fix wrong bypass assignment in intel_pinctrl_probe_pwm() (bsc#1234429). - crypto: hisilicon/sec2 - fix for aead auth key length (bsc#1234429). - RDMA/core: Fix use-after-free when rename device name (bsc#1234429). - x86/dumpstack: Fix inaccurate unwinding from exception stacks due to misplaced assignment (bsc#1234429). - leds: Fix LED_OFF brightness race (bsc#1234429). - mfd: sm501: Switch to BIT() to mitigate integer overflows (bsc#1234429). - pinctrl: renesas: rzv2m: Fix missing of_node_put() call (bsc#1234429). - RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow (bsc#1234429). - bpf: Fix array bounds error with may_goto (bsc#1234429). - clk: qcom: gcc-sm8650: Do not turn off USB GDSCs during gdsc_disable() (bsc#1234429). - crypto: nx - Fix uninitialised hv_nxc on error (bsc#1234429). - power: supply: max77693: Fix wrong conversion of charge input threshold value (bsc#1234429). - x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1 (bsc#1234429). - clk: amlogic: g12a: fix mmc A peripheral clock (bsc#1234429). - clk: clk-imx8mp-audiomix: fix dsp/ocram_a clock parents (bsc#1234429). - crypto: qat - remove access to parity register for QAT GEN4 (bsc#1234429). - pinctrl: npcm8xx: Fix incorrect struct npcm8xx_pincfg assignment (bsc#1234429). - rust: fix signature of rust_fmt_argument (bsc#1234429). - selftests/bpf: Select NUMA_NO_NODE to create map (bsc#1234429). - clk: amlogic: gxbb: drop non existing 32k clock parent (bsc#1234429). - clk: amlogic: g12b: fix cluster A parent data (bsc#1234429). - pinctrl: tegra: Set SFIO mode to Mux Register (bsc#1234429). - IB/mad: Check available slots before posting receive WRs (bsc#1234429). - crypto: api - Fix larval relookup type and mask (bsc#1234429). - power: supply: bq27xxx_battery: do not update cached flags prematurely (bsc#1234429). - remoteproc: qcom_q6v5_mss: Handle platforms with one power domain (bsc#1234429). - RDMA/erdma: Prevent use-after-free in erdma_accept_newconn() (bsc#1234429). - RDMA/mlx5: Fix calculation of total invalidated pages (bsc#1234429). - RDMA/core: Don't expose hw_counters outside of init net namespace (bsc#1234429). - clk: rockchip: rk3328: fix wrong clk_ref_usb3otg parent (bsc#1234429). - selftests/bpf: Fix freplace_link segfault in tailcalls prog test (bsc#1234429). - RDMA/mlx5: Fix MR cache initialization error flow (bsc#1234429). - pinctrl: renesas: rzg2l: Fix missing of_node_put() call (bsc#1234429). - pinctrl: renesas: rza2: Fix missing of_node_put() call (bsc#1234429). - lib: 842: Improve error handling in sw842_compress() (bsc#1234429). - bpf: Use preempt_count() directly in bpf_send_signal_common() (bsc#1234429). - clk: qcom: gcc-x1e80100: Unregister GCC_GPU_CFG_AHB_CLK/GCC_DISP_XO_CLK (bsc#1234429). - remoteproc: qcom_q6v5_pas: Use resource with CX PD for MSM8226 (bsc#1234429). - crypto: tegra - Set IV to NULL explicitly for AES ECB (bsc#1234429). - RDMA/mana_ib: Ensure variable err is initialized (bsc#1234429). - s390: Remove ioremap_wt() and pgprot_writethrough() (bsc#1234429). - clk: qcom: gcc-msm8953: fix stuck venus0_core0 clock (bsc#1234429). - crypto: tegra - Fix CMAC intermediate result handling (bsc#1234429). - pinctrl: nuvoton: npcm8xx: Fix error handling in npcm8xx_gpio_fw() (bsc#1234429). - clk: samsung: Fix UBSAN panic in samsung_clk_init() (bsc#1234429). - remoteproc: qcom: pas: add minidump_id to SC7280 WPSS (bsc#1234429). - clk: renesas: r8a08g045: Check the source of the CPU PLL settings (bsc#1234429). - x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range() (bsc#1234429). - selftests/bpf: Fix string read in strncmp benchmark (bsc#1234429). - libbpf: Fix hypothetical STT_SECTION extern NULL deref case (bsc#1234429). - remoteproc: qcom_q6v5_pas: Make single-PD handling more robust (bsc#1234429). - pinctrl: renesas: rzg2l: Suppress binding attributes (bsc#1234429). - of: property: Increase NR_FWNODE_REFERENCE_ARGS (bsc#1234429). - remoteproc: core: Clear table_sz when rproc_shutdown (bsc#1234429). - RDMA/mlx5: Fix page_size variable overflow (bsc#1234429). - crypto: hisilicon/sec2 - fix for sec spec check (bsc#1234429). - crypto: hisilicon/sec2 - fix for aead authsize alignment (bsc#1234429). - clk: amlogic: gxbb: drop incorrect flag on 32k clock (bsc#1234429). - crypto: tegra - Use HMAC fallback when keyslots are full (bsc#1234429). - crypto: bpf - Add MODULE_DESCRIPTION for skcipher (bsc#1234429). - crypto: tegra - check return value for hash do_one_req (bsc#1234429). - crypto: tegra - Use separate buffer for setkey (bsc#1234429). - crypto: qat - set parity error mask for qat_420xx (bsc#1234429). - crypto: iaa - Test the correct request flag (bsc#1234429). - fbdev: sm501fb: Add some geometry checks (bsc#1234429). - mdacon: rework dependency list (bsc#1234429). - dummycon: fix default rows/cols (bsc#1234429). - fbdev: au1100fb: Move a variable assignment behind a null pointer check (bsc#1234429). - PCI: pciehp: Don't enable HPIE when resuming in poll mode (bsc#1234429). - PCI: Fix BAR resizing when VF BARs are assigned (bsc#1234429). - PCI: histb: Fix an error handling path in histb_pcie_probe() (bsc#1234429). - PCI: dwc: ep: Return -ENOMEM for allocation failures (bsc#1234429). - drm/amd/display: avoid NPD when ASIC does not support DMUB (bsc#1234429). - drm/mediatek: dsi: fix error codes in mtk_dsi_host_transfer() (bsc#1234429). - drm/mediatek: dp: drm_err => dev_err in HPD path to avoid NULL ptr (bsc#1234429). - drm/mediatek: Fix config_updating flag never false when no mbox channel (bsc#1234429). - PCI: xilinx-cpm: Fix IRQ domain leak in error path of probe (bsc#1234429). - PCI: Remove stray put_device() in pci_register_host_bridge() (bsc#1234429). - powerpc/kexec: fix physical address calculation in clear_utlb_entry() (bsc#1234429). - crypto: powerpc: Mark ghashp8-ppc.o as an OBJECT_FILES_NON_STANDARD (bsc#1234429). - drm/msm/a6xx: Fix a6xx indexed-regs in devcoreduump (bsc#1234429). - drm/amd/display: fix type mismatch in CalculateDynamicMetadataParameters() (bsc#1234429). - drm/panthor: Update CS_STATUS_ defines to correct values (bsc#1234429). - PCI: Avoid reset when disabled via sysfs (bsc#1234429). - PCI/portdrv: Only disable pciehp interrupts early when needed (bsc#1234429). - PCI: brcmstb: Fix potential premature regulator disabling (bsc#1234429). - PCI: brcmstb: Fix error path after a call to regulator_bulk_get() (bsc#1234429). - PCI: brcmstb: Use internal register to change link capability (bsc#1234429). - PCI: brcmstb: Set generation limit before PCIe link up (bsc#1234429). - PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payload (bsc#1234429). - drm/amdkfd: Fix Circular Locking Dependency in 'svm_range_cpu_invalidate_pagetables' (bsc#1234429). - drm/msm/dsi: Set PHY usescase (and mode) before registering DSI host (bsc#1234429). - drm/msm/dsi: Use existing per-interface slice count in DSC timing (bsc#1234429). - drm/msm/dsi/phy: Program clock inverters in correct register (bsc#1234429). - drm/msm/dpu: don't use active in atomic_check() (bsc#1234429). - drm/amd/display: fix an indent issue in DML21 (bsc#1234429). - PCI/ACS: Fix 'pci=config_acs=' parameter (bsc#1234429). - drm/panel: ilitek-ili9882t: fix GPIO name in error message (bsc#1234429). - PCI/ASPM: Fix link state exit during switch upstream function removal (bsc#1234429). - drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size member (bsc#1234429). - drm/mediatek: mtk_hdmi: Unregister audio platform device on failure (bsc#1234429). - PCI: Remove add_align overwrite unrelated to size0 (bsc#1234429). - PCI: Use downstream bridges for distributing resources (bsc#1234429). - drm/amdgpu/umsch: fix ucode check (bsc#1234429). - drm/amdgpu: refine smu send msg debug log format (bsc#1234429). - gpu: cdns-mhdp8546: fix call balance of mhdp->clk handling routines (bsc#1234429). - drm/vkms: Fix use after free and double free on init error (bsc#1234429). - drm: xlnx: zynqmp: Fix max dma segment size (bsc#1234429). - drm/bridge: it6505: fix HDCP V match check is not performed correctly (bsc#1234429). - drm/dp_mst: Fix drm RAD print (bsc#1234429). - drm/ssd130x: ensure ssd132x pitch is correct (bsc#1234429). - drm/ssd130x: fix ssd132x encoding (bsc#1234429). - drm/ssd130x: Set SPI .id_table to prevent an SPI core warning (bsc#1234429). - drm/bridge: ti-sn65dsi86: Fix multiple instances (bsc#1234429). - ALSA: timer: Don't take register_mutex with copy_from/to_user() (bsc#1234429). - ASoC: ti: j721e-evm: Fix clock configuration for ti,j7200-cpb-audio compatible (bsc#1234429). - ALSA: hda/realtek: Always honor no_shutup_pins (bsc#1234429). - dt-bindings: vendor-prefixes: add GOcontroll (bsc#1234429). - HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER (bsc#1234429). - ASoC: amd: acp: Fix for enabling DMIC on acp platforms via _DSD entry (bsc#1234429). - ASoC: cs35l41: check the return value from spi_setup() (bsc#1234429). - platform/x86: dell-ddv: Fix temperature calculation (bsc#1234429). - platform/x86: dell-uart-backlight: Make dell_uart_bl_serdev_driver static (bsc#1234429). - platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: Make symbol static (bsc#1234429). - auxdisplay: panel: Fix an API misuse in panel.c (bsc#1234429). - media: platform: allgro-dvt: unregister v4l2_device on the error path (bsc#1234429). - media: verisilicon: HEVC: Initialize start_bit field (bsc#1234429). - auxdisplay: MAX6959 should select BITREVERSE (bsc#1234429). - regulator: pca9450: Fix enable register for LDO5 (bsc#1234429). - x86/entry: Add __init to ia32_emulation_override_cmdline() (bsc#1234429). - x86/fpu/xstate: Fix inconsistencies in guest FPU xfeatures (bsc#1234429). - x86/traps: Make exc_double_fault() consistently noreturn (bsc#1234429). - perf/ring_buffer: Allow the EPOLLRDNORM flag for poll (bsc#1234429). - lockdep: Don't disable interrupts on RT in disable_irq_nosync_lockdep.*() (bsc#1234429). - PM: sleep: Fix handling devices with direct_complete set on errors (bsc#1234429). - thermal: int340x: Add NULL check for adev (bsc#1234429). - x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors (bsc#1234429). - EDAC/ie31200: Fix the error path order of ie31200_init() (bsc#1234429). - EDAC/ie31200: Fix the DIMM size mask for several SoCs (bsc#1234429). - EDAC/ie31200: Fix the size of EDAC_MC_LAYER_CHIP_SELECT layer (bsc#1234429). - selinux: Chain up tool resolving errors in install_policy.sh (bsc#1234429). - watchdog/hardlockup/perf: Fix perf_event memory leak (bsc#1234429). - kunit/stackinit: Use fill byte different from Clang i386 pattern (bsc#1234429). - RISC-V: KVM: Disable the kernel perf counter during configure (bsc#1234429). - cpufreq: tegra194: Allow building for Tegra234 (bsc#1234429). - PM: sleep: Adjust check before setting power.must_resume (bsc#1234429). - lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lock (bsc#1234429). - x86/sev: Add missing RIP_REL_REF() invocations during sme_enable() (bsc#1234429). - x86/platform: Only allow CONFIG_EISA for 32-bit (bsc#1234429). - x86/fpu: Avoid copying dynamic FP state from init_task in arch_dup_task_struct() (bsc#1234429). - x86/fpu: Fix guest FPU state buffer allocation size (bsc#1234429). - EDAC/{skx_common,i10nm}: Fix some missing error reports on Emerald Rapids (bsc#1234429). - cpufreq: governor: Fix negative 'idle_time' handling in dbs_update() (bsc#1234429). - sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasks (bsc#1234429). - sched: Cancel the slice protection of the idle entity (bsc#1234429). - smack: ipv4/ipv6: tcp/dccp/sctp: fix incorrect child socket label (bsc#1234429). - smack: dont compile ipv6 code unless ipv6 is configured (bsc#1234429). - cpufreq: scpi: compare kHz instead of Hz (bsc#1234429). - x86/mm/pat: cpa-test: fix length for CPA_ARRAY test (bsc#1234429). - watch_queue: fix pipe accounting mismatch (bsc#1234429). - commit b5fa223 ++++ kernel-docs: - x86/cpu: Avoid running off the end of an AMD erratum table (OOB-access-fix). - commit df211d0 ++++ kernel-kvmsmall: - x86/cpu: Avoid running off the end of an AMD erratum table (OOB-access-fix). - commit df211d0 ++++ kernel-longterm: - Update config files for 6.12.23. Enable CONFIG_LD_CAN_USE_KEEP_IN_OVERLAY - commit b1a162f - Linux 6.12.23 (bsc#1234429). - platform/x86/amd/pmf: fix cleanup in amd_pmf_init_smart_pc() (bsc#1234429). - tracing: Do not use PERF enums when perf is not defined (bsc#1234429). - ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE (bsc#1234429). - NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up (bsc#1234429). - NFSD: Never return NFS4ERR_FILE_OPEN when removing a directory (bsc#1234429). - NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs() (bsc#1234429). - nfsd: fix management of listener transports (bsc#1234429). - nfsd: put dl_stid if fail to queue dl_recall (bsc#1234429). - nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid() (bsc#1234429). - media: streamzap: fix race between device disconnection and urb callback (bsc#1234429). - media: vimc: skip .s_stream() for stopped entities (bsc#1234429). - exec: fix the racy usage of fs_struct->in_exec (bsc#1234429). - mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead() (bsc#1234429). - jfs: add index corruption check to DT_GETPAGE() (bsc#1234429). - jfs: fix slab-out-of-bounds read in ea_get() (bsc#1234429). - ext4: fix OOB read when checking dotdot dir (bsc#1234429). - ext4: don't over-report free space or inodes in statvfs (bsc#1234429). - wifi: mt76: mt7921: fix kernel panic due to null pointer dereference (bsc#1234429). - arm64: Don't call NULL in do_compat_alignment_fixup() (bsc#1234429). - mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAs (bsc#1234429). - tracing/osnoise: Fix possible recursive locking for cpus_read_lock() (bsc#1234429). - tracing: Fix synth event printk format for str fields (bsc#1234429). - tracing: Ensure module defining synth event cannot be unloaded while tracing (bsc#1234429). - tracing: Fix use-after-free in print_graph_function_flags during tracer switching (bsc#1234429). - exfat: fix potential wrong error return from get_block (bsc#1234429). - exfat: fix random stack corruption after get_block (bsc#1234429). - ksmbd: fix null pointer dereference in alloc_preauth_hash() (bsc#1234429). - ksmbd: validate zero num_subauth before sub_auth is accessed (bsc#1234429). - ksmbd: fix overflow in dacloffset bounds check (bsc#1234429). - ksmbd: fix session use-after-free in multichannel connection (bsc#1234429). - ksmbd: fix use-after-free in ksmbd_sessions_deregister() (bsc#1234429). - ksmbd: add bounds check for create lease context (bsc#1234429). - ksmbd: add bounds check for durable handle context (bsc#1234429). - KVM: SVM: Don't change target vCPU state on AP Creation VMGEXIT error (bsc#1234429). - mmc: sdhci-omap: Disable MMC_CAP_AGGRESSIVE_PM for eMMC/SD (bsc#1234429). - mmc: sdhci-pxav3: set NEED_RSP_BUSY capability (bsc#1234429). - mmc: omap: Fix memory leak in mmc_omap_new_slot (bsc#1234429). - Remove unnecessary firmware version check for gc v9_4_2 (bsc#1234429). - media: omap3isp: Handle ARM dma_iommu_mapping (bsc#1234429). - ARM: 9444/1: add KEEP() keyword to ARM_VECTORS (bsc#1234429). - ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP (bsc#1234429). - acpi: nfit: fix narrowing conversion in acpi_nfit_ctl (bsc#1234429). - wifi: mt76: mt7925: remove unused acpi function for clc (bsc#1234429). - x86/mm: Fix flush_tlb_range() when used for zapping normal PMDs (bsc#1234429). - x86/tsc: Always save/restore TSC sched_clock() on suspend/resume (bsc#1234429). - x86/Kconfig: Add cmpxchg8b support back to Geode CPUs (bsc#1234429). - idpf: Don't hard code napi_struct size (bsc#1234429). - uprobes/x86: Harden uretprobe syscall trampoline check (bsc#1234429). - perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample read (bsc#1234429). - perf/x86/intel: Apply static call for drain_pebs (bsc#1234429). - ntb_perf: Delete duplicate dmaengine_unmap_put() call in perf_copy_chunk() (bsc#1234429). - platform/x86: ISST: Correct command storage data length (bsc#1234429). - platform/x86: thinkpad_acpi: disable ACPI fan access for T495* and E560 (bsc#1234429). - ACPI: x86: Extend Lenovo Yoga Tab 3 quirk with skip GPIO event-handlers (bsc#1234429). - x86/tdx: Fix arch_safe_halt() execution for TDX VMs (bsc#1234429). - x86/mce: use is_copy_from_user() to determine copy-from-user context (bsc#1234429). - x86/microcode/AMD: Fix __apply_microcode_amd()'s return value (bsc#1234429). - KVM: x86: block KVM_CAP_SYNC_REGS if guest state is protected (bsc#1234429). - x86/hyperv: Fix check of return value from snp_set_vmsa() (bsc#1234429). - LoongArch: BPF: Use move_addr() for BPF_PSEUDO_FUNC (bsc#1234429). - LoongArch: BPF: Don't override subprog's return value (bsc#1234429). - LoongArch: BPF: Fix off-by-one error in build_prologue() (bsc#1234429). - LoongArch: Increase MAX_IO_PICS up to 8 (bsc#1234429). - LoongArch: Increase ARCH_DMA_MINALIGN up to 16 (bsc#1234429). - rust: Fix enabling Rust and building with GCC for LoongArch (bsc#1234429). - usbnet:fix NPE during rx_complete (bsc#1234429). - wifi: mac80211: Fix sparse warning for monitor_sdata (bsc#1234429). - tty: serial: lpuart: only disable CTS instead of overwriting the whole UARTMODIR register (bsc#1234429). - tty: serial: fsl_lpuart: Fix unused variable 'sport' build warning (bsc#1234429). - tty: serial: fsl_lpuart: use port struct directly to simply code (bsc#1234429). - tty: serial: fsl_lpuart: Use u32 and u8 for register variables (bsc#1234429). - cgroup/rstat: Fix forceidle time in cpu.stat (bsc#1234429). - cgroup/rstat: Tracking cgroup-level niced CPU time (bsc#1234429). - tracing: Correct the refcount if the hist/hist_debug file fails to open (bsc#1234429). - tracing/hist: Support POLLPRI event for poll on histogram (bsc#1234429). - tracing/hist: Add poll(POLLIN) support on hist file (bsc#1234429). - tracing: Switch trace_events_hist.c code over to use guard() (bsc#1234429). - tools/power turbostat: report CoreThr per measurement interval (bsc#1234429). - perf/core: Fix child_total_time_enabled accounting bug at task exit (bsc#1234429). - drm/amdgpu/gfx12: fix num_mec (bsc#1234429). - drm/amdgpu/gfx11: fix num_mec (bsc#1234429). - kbuild: deb-pkg: don't set KBUILD_BUILD_VERSION unconditionally (bsc#1234429). - net: ibmveth: make veth_pool_store stop hanging (bsc#1234429). - arcnet: Add NULL check in com20020pci_probe() (bsc#1234429). - ipv6: Do not consider link down nexthops in path selection (bsc#1234429). - ipv6: Start path selection from the first nexthop (bsc#1234429). - net: fix geneve_opt length integer overflow (bsc#1234429). - net: dsa: mv88e6xxx: propperly shutdown PPU re-enable timer on destroy (bsc#1234429). - ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS (bsc#1234429). - netfilter: nft_tunnel: fix geneve_opt type confusion addition (bsc#1234429). - net: decrease cached dst counters in dst_release (bsc#1234429). - tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu() (bsc#1234429). - vsock: avoid timeout during connect() if the socket is closing (bsc#1234429). - udp: Fix memory accounting leak (bsc#1234429). - udp: Fix multiple wraparounds of sk->sk_rmem_alloc (bsc#1234429). - net: mvpp2: Prevent parser TCAM memory corruption (bsc#1234429). - sctp: add mutual exclusion in proc_sctp_do_udp_port() (bsc#1234429). - net_sched: skbprio: Remove overly strict queue assertions (bsc#1234429). - netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets (bsc#1234429). - netfilter: nf_tables: don't unregister hook when table is dormant (bsc#1234429). - netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets only (bsc#1234429). - idpf: fix adapter NULL pointer dereference on reboot (bsc#1234429). - e1000e: change k1 configuration on MTP and later platforms (bsc#1234429). - spi: bcm2835: Restore native CS probing when pinctrl-bcm2835 is absent (bsc#1234429). - ALSA: hda/realtek: Fix built-in mic on another ASUS VivoBook model (bsc#1234429). - spi: bcm2835: Do not call gpiod_put() on invalid descriptor (bsc#1234429). - ASoC: imx-card: Add NULL check in imx_card_probe() (bsc#1234429). - nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer (bsc#1234429). - riscv/purgatory: 4B align purgatory_start (bsc#1234429). - riscv/kexec_file: Handle R_RISCV_64 in purgatory relocator (bsc#1234429). - riscv: Fix hugetlb retrieval of number of ptes in case of !present pte (bsc#1234429). - spi: cadence: Fix out-of-bounds array access in cdns_mrvl_xspi_setup_clock() (bsc#1234429). - ASoC: codecs: rt5665: Fix some error handling paths in rt5665_probe() (bsc#1234429). - s390/entry: Fix setting _CIF_MCCK_GUEST with lowcore relocation (bsc#1234429). - ublk: make sure ubq->canceling is set when queue is frozen (bsc#1234429). - x86/uaccess: Improve performance by aligning writes to 8 bytes in copy_user_generic(), on non-FSRM/ERMS CPUs (bsc#1234429). - RISC-V: errata: Use medany for relocatable builds (bsc#1234429). - ALSA: hda/realtek: Fix built-in mic breakage on ASUS VivoBook X515JA (bsc#1234429). - firmware: cs_dsp: Ensure cs_dsp_load[_coeff]() returns 0 on success (bsc#1234429). - ntb: intel: Fix using link status DB's (bsc#1234429). - ntb_hw_switchtec: Fix shift-out-of-bounds in switchtec_ntb_mw_set_trans (bsc#1234429). - riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_call_ra (bsc#1234429). - fs/9p: fix NULL pointer dereference on mkdir (bsc#1234429). - spufs: fix a leak in spufs_create_context() (bsc#1234429). - spufs: fix gang directory lifetimes (bsc#1234429). - spufs: fix a leak on spufs_new_file() failure (bsc#1234429). - netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int (bsc#1234429). - hwmon: (nct6775-core) Fix out of bounds access for NCT679{8,9} (bsc#1234429). - memory: omap-gpmc: drop no compatible check (bsc#1234429). - can: statistics: use atomic access in hot path (bsc#1234429). - ALSA: hda/realtek: Add mute LED quirk for HP Pavilion x360 14-dy1xxx (bsc#1234429). - selftests: netfilter: skip br_netfilter queue tests if kernel is tainted (bsc#1234429). - net: devmem: do not WARN conditionally after netdev_rx_queue_restart() (bsc#1234429). - drm/amd: Keep display off while going into S4 (bsc#1234429). - nvme-pci: fix stuck reset on concurrent DPC and HP (bsc#1234429). - x86/sgx: Warn explicitly if X86_FEATURE_SGX_LC is not enabled (bsc#1234429). - x86/hyperv: Fix output argument to hypercall that changes page visibility (bsc#1234429). - locking/semaphore: Use wake_q to wake up processes outside lock critical section (bsc#1234429). - wifi: mac80211: fix SA Query processing in MLO (bsc#1234429). - wifi: mac80211: flush the station before moving it to UN-AUTHORIZED state (bsc#1234429). - ASoC: rt1320: set wake_capable = 0 explicitly (bsc#1234429). - ASoC: codecs: wsa884x: report temps to hwmon in millidegree of Celsius (bsc#1234429). - x86/hyperv/vtl: Stop kernel from probing VTL0 low memory (bsc#1234429). - sched/deadline: Use online cpus for validating runtime (bsc#1234429). - ALSA: hda/realtek: Add support for ASUS Zenbook UM3406KA Laptops using CS35L41 HDA (bsc#1234429). - ALSA: hda/realtek: Add support for ASUS B5405 and B5605 Laptops using CS35L41 HDA (bsc#1234429). - ALSA: hda/realtek: Add support for ASUS B3405 and B3605 Laptops using CS35L41 HDA (bsc#1234429). - ALSA: hda/realtek: Add support for various ASUS Laptops using CS35L41 HDA (bsc#1234429). - ALSA: hda/realtek: Add support for ASUS ROG Strix G614 Laptops using CS35L41 HDA (bsc#1234429). - ALSA: hda/realtek: Add support for ASUS ROG Strix GA603 Laptops using CS35L41 HDA (bsc#1234429). - ALSA: hda/realtek: Add support for ASUS ROG Strix G814 Laptop using CS35L41 HDA (bsc#1234429). - exfat: add a check for invalid data size (bsc#1234429). - platform/x86/amd/pmf: Update PMF Driver for Compatibility with new PMF-TA (bsc#1234429). - platform/x86/amd/pmf: Propagate PMF-TA return codes (bsc#1234429). - HID: i2c-hid: improve i2c_hid_get_report error message (bsc#1234429). - net: dsa: rtl8366rb: don't prompt users for LED control (bsc#1234429). - platform/x86/intel/vsec: Add Diamond Rapids support (bsc#1234429). - platform/x86: intel-hid: fix volume buttons on Microsoft Surface Go 4 tablet (bsc#1234429). - cifs: fix incorrect validation for num_aces field of smb_acl (bsc#1234429). - smb: common: change the data type of num_aces to le16 (bsc#1234429). - perf/core: Fix perf_pmu_register() vs. perf_init_event() (bsc#1234429). - ALSA: hda: Fix speakers on ASUS EXPERTBOOK P5405CSA 1.0 (bsc#1234429). - ALSA: hda/realtek: Fix Asus Z13 2025 audio (bsc#1234429). - affs: don't write overlarge OFS data block size fields (bsc#1234429). - affs: generate OFS sequence numbers starting at 1 (bsc#1234429). - wifi: brcmfmac: keep power during suspend if board requires it (bsc#1234429). - nvme-pci: skip CMB blocks incompatible with PCI P2P DMA (bsc#1234429). - nvme-pci: clean up CMBMSC when registering CMB fails (bsc#1234429). - nvme-tcp: fix possible UAF in nvme_tcp_poll (bsc#1234429). - wifi: iwlwifi: mvm: use the right version of the rate API (bsc#1234429). - wifi: iwlwifi: fw: allocate chained SG tables for dump (bsc#1234429). - wifi: mac80211: remove debugfs dir for virtual monitor (bsc#1234429). - wifi: mac80211: Cleanup sta TXQs on flush (bsc#1234429). - nfs: Add missing release on error in nfs_lock_and_join_requests() (bsc#1234429). - objtool/loongarch: Add unwind hints in prepare_frametrace() (bsc#1234429). - rcu-tasks: Always inline rcu_irq_work_resched() (bsc#1234429). - context_tracking: Always inline ct_{nmi,irq}_{enter,exit}() (bsc#1234429). - sched/smt: Always inline sched_smt_active() (bsc#1234429). - objtool: Fix verbose disassembly if CROSS_COMPILE isn't set (bsc#1234429). - octeontx2-af: Free NIX_AF_INT_VEC_GEN irq (bsc#1234429). - octeontx2-af: Fix mbox INTR handler when num VFs > 64 (bsc#1234429). - net: phy: broadcom: Correct BCM5221 PHY model detection (bsc#1234429). - ACPI: processor: idle: Return an error if both P_LVL{2,3} idle states are invalid (bsc#1234429). - LoongArch: Rework the arch_kgdb_breakpoint() implementation (bsc#1234429). - LoongArch: Fix device node refcount leak in fdt_cpu_clk_init() (bsc#1234429). - LoongArch: Fix help text of CMDLINE_EXTEND in Kconfig (bsc#1234429). - objtool: Fix segfault in ignore_unreachable_insn() (bsc#1234429). - ring-buffer: Fix bytes_dropped calculation issue (bsc#1234429). - net/mlx5e: SHAMPO, Make reserved size independent of page size (bsc#1234429). - ksmbd: fix r_count dec/increment mismatch (bsc#1234429). - ksmbd: fix multichannel connection failure (bsc#1234429). - ksmbd: use aead_request_free to match aead_request_alloc (bsc#1234429). - rndis_host: Flag RNDIS modems as WWAN devices (bsc#1234429). - rtnetlink: Allocate vfinfo size for VF GUIDs when supported (bsc#1234429). - exfat: fix missing shutdown check (bsc#1234429). - exfat: fix the infinite loop in exfat_find_last_cluster() (bsc#1234429). - smb: client: Fix netns refcount imbalance causing leaks and use-after-free (bsc#1234429). - NFS: Shut down the nfs_client only after all the superblocks (bsc#1234429). - objtool, media: dib8000: Prevent divide-by-zero in dib8000_set_dds() (bsc#1234429). - objtool, nvmet: Fix out-of-bounds stack access in nvmet_ctrl_state_show() (bsc#1234429). - thermal: core: Remove duplicate struct declaration (bsc#1234429). - perf bpf-filter: Fix a parsing error with comma (bsc#1234429). - perf tools: annotate asm_pure_loop.S (bsc#1234429). - fs/procfs: fix the comment above proc_pid_wchan() (bsc#1234429). - perf vendor events arm64 AmpereOneX: Fix frontend_bound calculation (bsc#1234429). - tty: n_tty: use uint for space returned by tty_write_room() (bsc#1234429). - staging: vchiq_arm: Fix possible NPR of keep-alive thread (bsc#1234429). - staging: vchiq_arm: Register debugfs after cdev (bsc#1234429). - staging: rtl8723bs: select CONFIG_CRYPTO_LIB_AES (bsc#1234429). - perf: intel-tpebs: Fix incorrect usage of zfree() (bsc#1234429). - perf dso: fix dso__is_kallsyms() check (bsc#1234429). - perf python: Check if there is space to copy all the event (bsc#1234429). - perf python: Don't keep a raw_data pointer to consumed ring buffer space (bsc#1234429). - perf python: Decrement the refcount of just created event on failure (bsc#1234429). - perf python: Fixup description of sample.id event member (bsc#1234429). - i3c: master: svc: Fix missing the IBI rules (bsc#1234429). - um: hostfs: avoid issues on inode number reuse by host (bsc#1234429). - um: remove copy_from_kernel_nofault_allowed (bsc#1234429). - um: Pass the correct Rust target and options with gcc (bsc#1234429). - selftests/mm/cow: fix the incorrect error handling (bsc#1234429). - fuse: fix dax truncate/punch_hole fault path (bsc#1234429). - NFS: fix open_owner_id_maxsz and related fields (bsc#1234429). - NFSv4: Avoid unnecessary scans of filesystems for delayed delegations (bsc#1234429). - NFSv4: Avoid unnecessary scans of filesystems for expired delegations (bsc#1234429). - NFSv4: Avoid unnecessary scans of filesystems for returning delegations (bsc#1234429). - NFSv4: Don't trigger uneccessary scans for return-on-close delegations (bsc#1234429). - arch/powerpc: drop GENERIC_PTDUMP from mpc885_ads_defconfig (bsc#1234429). - ocfs2: validate l_tree_depth to avoid out-of-bounds access (bsc#1234429). - kexec: initialize ELF lowest address to ULONG_MAX (bsc#1234429). - kernel/events/uprobes: handle device-exclusive entries correctly in __replace_page() (bsc#1234429). - perf units: Fix insufficient array space (bsc#1234429). - perf evlist: Add success path to evlist__create_syswide_maps (bsc#1234429). - perf debug: Avoid stack overflow in recursive error message (bsc#1234429). - iio: light: Add check for array bounds in veml6075_read_int_time_ms (bsc#1234429). - iio: adc: ad7768-1: set MOSI idle state to prevent accidental reset (bsc#1234429). - iio: adc: ad7173: Fix comparison of channel configs (bsc#1234429). - iio: adc: ad7124: Fix comparison of channel configs (bsc#1234429). - iio: adc: ad4130: Fix comparison of channel setups (bsc#1234429). - dmaengine: fsl-edma: free irq correctly in remove path (bsc#1234429). - dmaengine: fsl-edma: cleanup chan after dma_async_device_unregister (bsc#1234429). - fs/ntfs3: Prevent integer overflow in hdr_first_de() (bsc#1234429). - fs/ntfs3: Fix a couple integer overflows on 32bit systems (bsc#1234429). - usb: xhci: correct debug message page size calculation (bsc#1234429). - perf bench: Fix perf bench syscall loop count (bsc#1234429). - perf arm-spe: Fix load-store operation checking (bsc#1234429). - iio: backend: make sure to NULL terminate stack buffer (bsc#1234429). - iio: accel: msa311: Fix failure to release runtime pm if direct mode claim fails (bsc#1234429). - iio: accel: mma8452: Ensure error return on failure to matching oversampling ratio (bsc#1234429). - ucsi_ccg: Don't show failed to get FW build information error (bsc#1234429). - perf build: Fix in-tree build due to symbolic link (bsc#1234429). - tools/x86: Fix linux/unaligned.h include path in lib/insn.c (bsc#1234429). - perf pmu: Don't double count common sysfs and json events (bsc#1234429). - coresight-etm4x: add isb() before reading the TRCSTATR (bsc#1234429). - vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpoint (bsc#1234429). - coresight: catu: Fix number of pages while using 64k pages (bsc#1234429). - greybus: gb-beagleplay: Add error handling for gb_greybus_init (bsc#1234429). - perf report: Switch data file correctly in TUI (bsc#1234429). - soundwire: slave: fix an OF node reference leak in soundwire slave device (bsc#1234429). - isofs: fix KMSAN uninit-value bug in do_isofs_readdir() (bsc#1234429). - phy: phy-rockchip-samsung-hdptx: Don't use dt aliases to determine phy-id (bsc#1234429). - fs/ntfs3: Update inode->i_mapping->a_ops on compression state (bsc#1234429). - w1: fix NULL pointer dereference in probe (bsc#1234429). - perf: Always feature test reallocarray (bsc#1234429). - perf stat: Fix find_stat for mixed legacy/non-legacy events (bsc#1234429). - clk: qcom: mmcc-sdm660: fix stuck video_subcore0 clock (bsc#1234429). - pinctrl: intel: Fix wrong bypass assignment in intel_pinctrl_probe_pwm() (bsc#1234429). - crypto: hisilicon/sec2 - fix for aead auth key length (bsc#1234429). - RDMA/core: Fix use-after-free when rename device name (bsc#1234429). - x86/dumpstack: Fix inaccurate unwinding from exception stacks due to misplaced assignment (bsc#1234429). - leds: Fix LED_OFF brightness race (bsc#1234429). - mfd: sm501: Switch to BIT() to mitigate integer overflows (bsc#1234429). - pinctrl: renesas: rzv2m: Fix missing of_node_put() call (bsc#1234429). - RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow (bsc#1234429). - bpf: Fix array bounds error with may_goto (bsc#1234429). - clk: qcom: gcc-sm8650: Do not turn off USB GDSCs during gdsc_disable() (bsc#1234429). - crypto: nx - Fix uninitialised hv_nxc on error (bsc#1234429). - power: supply: max77693: Fix wrong conversion of charge input threshold value (bsc#1234429). - x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1 (bsc#1234429). - clk: amlogic: g12a: fix mmc A peripheral clock (bsc#1234429). - clk: clk-imx8mp-audiomix: fix dsp/ocram_a clock parents (bsc#1234429). - crypto: qat - remove access to parity register for QAT GEN4 (bsc#1234429). - pinctrl: npcm8xx: Fix incorrect struct npcm8xx_pincfg assignment (bsc#1234429). - rust: fix signature of rust_fmt_argument (bsc#1234429). - selftests/bpf: Select NUMA_NO_NODE to create map (bsc#1234429). - clk: amlogic: gxbb: drop non existing 32k clock parent (bsc#1234429). - clk: amlogic: g12b: fix cluster A parent data (bsc#1234429). - pinctrl: tegra: Set SFIO mode to Mux Register (bsc#1234429). - IB/mad: Check available slots before posting receive WRs (bsc#1234429). - crypto: api - Fix larval relookup type and mask (bsc#1234429). - power: supply: bq27xxx_battery: do not update cached flags prematurely (bsc#1234429). - remoteproc: qcom_q6v5_mss: Handle platforms with one power domain (bsc#1234429). - RDMA/erdma: Prevent use-after-free in erdma_accept_newconn() (bsc#1234429). - RDMA/mlx5: Fix calculation of total invalidated pages (bsc#1234429). - RDMA/core: Don't expose hw_counters outside of init net namespace (bsc#1234429). - clk: rockchip: rk3328: fix wrong clk_ref_usb3otg parent (bsc#1234429). - selftests/bpf: Fix freplace_link segfault in tailcalls prog test (bsc#1234429). - RDMA/mlx5: Fix MR cache initialization error flow (bsc#1234429). - pinctrl: renesas: rzg2l: Fix missing of_node_put() call (bsc#1234429). - pinctrl: renesas: rza2: Fix missing of_node_put() call (bsc#1234429). - lib: 842: Improve error handling in sw842_compress() (bsc#1234429). - bpf: Use preempt_count() directly in bpf_send_signal_common() (bsc#1234429). - clk: qcom: gcc-x1e80100: Unregister GCC_GPU_CFG_AHB_CLK/GCC_DISP_XO_CLK (bsc#1234429). - remoteproc: qcom_q6v5_pas: Use resource with CX PD for MSM8226 (bsc#1234429). - crypto: tegra - Set IV to NULL explicitly for AES ECB (bsc#1234429). - RDMA/mana_ib: Ensure variable err is initialized (bsc#1234429). - s390: Remove ioremap_wt() and pgprot_writethrough() (bsc#1234429). - clk: qcom: gcc-msm8953: fix stuck venus0_core0 clock (bsc#1234429). - crypto: tegra - Fix CMAC intermediate result handling (bsc#1234429). - pinctrl: nuvoton: npcm8xx: Fix error handling in npcm8xx_gpio_fw() (bsc#1234429). - clk: samsung: Fix UBSAN panic in samsung_clk_init() (bsc#1234429). - remoteproc: qcom: pas: add minidump_id to SC7280 WPSS (bsc#1234429). - clk: renesas: r8a08g045: Check the source of the CPU PLL settings (bsc#1234429). - x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range() (bsc#1234429). - selftests/bpf: Fix string read in strncmp benchmark (bsc#1234429). - libbpf: Fix hypothetical STT_SECTION extern NULL deref case (bsc#1234429). - remoteproc: qcom_q6v5_pas: Make single-PD handling more robust (bsc#1234429). - pinctrl: renesas: rzg2l: Suppress binding attributes (bsc#1234429). - of: property: Increase NR_FWNODE_REFERENCE_ARGS (bsc#1234429). - remoteproc: core: Clear table_sz when rproc_shutdown (bsc#1234429). - RDMA/mlx5: Fix page_size variable overflow (bsc#1234429). - crypto: hisilicon/sec2 - fix for sec spec check (bsc#1234429). - crypto: hisilicon/sec2 - fix for aead authsize alignment (bsc#1234429). - clk: amlogic: gxbb: drop incorrect flag on 32k clock (bsc#1234429). - crypto: tegra - Use HMAC fallback when keyslots are full (bsc#1234429). - crypto: bpf - Add MODULE_DESCRIPTION for skcipher (bsc#1234429). - crypto: tegra - check return value for hash do_one_req (bsc#1234429). - crypto: tegra - Use separate buffer for setkey (bsc#1234429). - crypto: qat - set parity error mask for qat_420xx (bsc#1234429). - crypto: iaa - Test the correct request flag (bsc#1234429). - fbdev: sm501fb: Add some geometry checks (bsc#1234429). - mdacon: rework dependency list (bsc#1234429). - dummycon: fix default rows/cols (bsc#1234429). - fbdev: au1100fb: Move a variable assignment behind a null pointer check (bsc#1234429). - PCI: pciehp: Don't enable HPIE when resuming in poll mode (bsc#1234429). - PCI: Fix BAR resizing when VF BARs are assigned (bsc#1234429). - PCI: histb: Fix an error handling path in histb_pcie_probe() (bsc#1234429). - PCI: dwc: ep: Return -ENOMEM for allocation failures (bsc#1234429). - drm/amd/display: avoid NPD when ASIC does not support DMUB (bsc#1234429). - drm/mediatek: dsi: fix error codes in mtk_dsi_host_transfer() (bsc#1234429). - drm/mediatek: dp: drm_err => dev_err in HPD path to avoid NULL ptr (bsc#1234429). - drm/mediatek: Fix config_updating flag never false when no mbox channel (bsc#1234429). - PCI: xilinx-cpm: Fix IRQ domain leak in error path of probe (bsc#1234429). - PCI: Remove stray put_device() in pci_register_host_bridge() (bsc#1234429). - powerpc/kexec: fix physical address calculation in clear_utlb_entry() (bsc#1234429). - crypto: powerpc: Mark ghashp8-ppc.o as an OBJECT_FILES_NON_STANDARD (bsc#1234429). - drm/msm/a6xx: Fix a6xx indexed-regs in devcoreduump (bsc#1234429). - drm/amd/display: fix type mismatch in CalculateDynamicMetadataParameters() (bsc#1234429). - drm/panthor: Update CS_STATUS_ defines to correct values (bsc#1234429). - PCI: Avoid reset when disabled via sysfs (bsc#1234429). - PCI/portdrv: Only disable pciehp interrupts early when needed (bsc#1234429). - PCI: brcmstb: Fix potential premature regulator disabling (bsc#1234429). - PCI: brcmstb: Fix error path after a call to regulator_bulk_get() (bsc#1234429). - PCI: brcmstb: Use internal register to change link capability (bsc#1234429). - PCI: brcmstb: Set generation limit before PCIe link up (bsc#1234429). - PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payload (bsc#1234429). - drm/amdkfd: Fix Circular Locking Dependency in 'svm_range_cpu_invalidate_pagetables' (bsc#1234429). - drm/msm/dsi: Set PHY usescase (and mode) before registering DSI host (bsc#1234429). - drm/msm/dsi: Use existing per-interface slice count in DSC timing (bsc#1234429). - drm/msm/dsi/phy: Program clock inverters in correct register (bsc#1234429). - drm/msm/dpu: don't use active in atomic_check() (bsc#1234429). - drm/amd/display: fix an indent issue in DML21 (bsc#1234429). - PCI/ACS: Fix 'pci=config_acs=' parameter (bsc#1234429). - drm/panel: ilitek-ili9882t: fix GPIO name in error message (bsc#1234429). - PCI/ASPM: Fix link state exit during switch upstream function removal (bsc#1234429). - drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size member (bsc#1234429). - drm/mediatek: mtk_hdmi: Unregister audio platform device on failure (bsc#1234429). - PCI: Remove add_align overwrite unrelated to size0 (bsc#1234429). - PCI: Use downstream bridges for distributing resources (bsc#1234429). - drm/amdgpu/umsch: fix ucode check (bsc#1234429). - drm/amdgpu: refine smu send msg debug log format (bsc#1234429). - gpu: cdns-mhdp8546: fix call balance of mhdp->clk handling routines (bsc#1234429). - drm/vkms: Fix use after free and double free on init error (bsc#1234429). - drm: xlnx: zynqmp: Fix max dma segment size (bsc#1234429). - drm/bridge: it6505: fix HDCP V match check is not performed correctly (bsc#1234429). - drm/dp_mst: Fix drm RAD print (bsc#1234429). - drm/ssd130x: ensure ssd132x pitch is correct (bsc#1234429). - drm/ssd130x: fix ssd132x encoding (bsc#1234429). - drm/ssd130x: Set SPI .id_table to prevent an SPI core warning (bsc#1234429). - drm/bridge: ti-sn65dsi86: Fix multiple instances (bsc#1234429). - ALSA: timer: Don't take register_mutex with copy_from/to_user() (bsc#1234429). - ASoC: ti: j721e-evm: Fix clock configuration for ti,j7200-cpb-audio compatible (bsc#1234429). - ALSA: hda/realtek: Always honor no_shutup_pins (bsc#1234429). - dt-bindings: vendor-prefixes: add GOcontroll (bsc#1234429). - HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER (bsc#1234429). - ASoC: amd: acp: Fix for enabling DMIC on acp platforms via _DSD entry (bsc#1234429). - ASoC: cs35l41: check the return value from spi_setup() (bsc#1234429). - platform/x86: dell-ddv: Fix temperature calculation (bsc#1234429). - platform/x86: dell-uart-backlight: Make dell_uart_bl_serdev_driver static (bsc#1234429). - platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: Make symbol static (bsc#1234429). - auxdisplay: panel: Fix an API misuse in panel.c (bsc#1234429). - media: platform: allgro-dvt: unregister v4l2_device on the error path (bsc#1234429). - media: verisilicon: HEVC: Initialize start_bit field (bsc#1234429). - auxdisplay: MAX6959 should select BITREVERSE (bsc#1234429). - regulator: pca9450: Fix enable register for LDO5 (bsc#1234429). - x86/entry: Add __init to ia32_emulation_override_cmdline() (bsc#1234429). - x86/fpu/xstate: Fix inconsistencies in guest FPU xfeatures (bsc#1234429). - x86/traps: Make exc_double_fault() consistently noreturn (bsc#1234429). - perf/ring_buffer: Allow the EPOLLRDNORM flag for poll (bsc#1234429). - lockdep: Don't disable interrupts on RT in disable_irq_nosync_lockdep.*() (bsc#1234429). - PM: sleep: Fix handling devices with direct_complete set on errors (bsc#1234429). - thermal: int340x: Add NULL check for adev (bsc#1234429). - x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors (bsc#1234429). - EDAC/ie31200: Fix the error path order of ie31200_init() (bsc#1234429). - EDAC/ie31200: Fix the DIMM size mask for several SoCs (bsc#1234429). - EDAC/ie31200: Fix the size of EDAC_MC_LAYER_CHIP_SELECT layer (bsc#1234429). - selinux: Chain up tool resolving errors in install_policy.sh (bsc#1234429). - watchdog/hardlockup/perf: Fix perf_event memory leak (bsc#1234429). - kunit/stackinit: Use fill byte different from Clang i386 pattern (bsc#1234429). - RISC-V: KVM: Disable the kernel perf counter during configure (bsc#1234429). - cpufreq: tegra194: Allow building for Tegra234 (bsc#1234429). - PM: sleep: Adjust check before setting power.must_resume (bsc#1234429). - lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lock (bsc#1234429). - x86/sev: Add missing RIP_REL_REF() invocations during sme_enable() (bsc#1234429). - x86/platform: Only allow CONFIG_EISA for 32-bit (bsc#1234429). - x86/fpu: Avoid copying dynamic FP state from init_task in arch_dup_task_struct() (bsc#1234429). - x86/fpu: Fix guest FPU state buffer allocation size (bsc#1234429). - EDAC/{skx_common,i10nm}: Fix some missing error reports on Emerald Rapids (bsc#1234429). - cpufreq: governor: Fix negative 'idle_time' handling in dbs_update() (bsc#1234429). - sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasks (bsc#1234429). - sched: Cancel the slice protection of the idle entity (bsc#1234429). - smack: ipv4/ipv6: tcp/dccp/sctp: fix incorrect child socket label (bsc#1234429). - smack: dont compile ipv6 code unless ipv6 is configured (bsc#1234429). - cpufreq: scpi: compare kHz instead of Hz (bsc#1234429). - x86/mm/pat: cpa-test: fix length for CPA_ARRAY test (bsc#1234429). - watch_queue: fix pipe accounting mismatch (bsc#1234429). - commit b5fa223 ++++ kernel-obs-build: - x86/cpu: Avoid running off the end of an AMD erratum table (OOB-access-fix). - commit df211d0 ++++ kernel-obs-qa: - x86/cpu: Avoid running off the end of an AMD erratum table (OOB-access-fix). - commit df211d0 ++++ kernel-syms: - x86/cpu: Avoid running off the end of an AMD erratum table (OOB-access-fix). - commit df211d0 ++++ kernel-syms-longterm: - Update config files for 6.12.23. Enable CONFIG_LD_CAN_USE_KEEP_IN_OVERLAY - commit b1a162f - Linux 6.12.23 (bsc#1234429). - platform/x86/amd/pmf: fix cleanup in amd_pmf_init_smart_pc() (bsc#1234429). - tracing: Do not use PERF enums when perf is not defined (bsc#1234429). - ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE (bsc#1234429). - NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up (bsc#1234429). - NFSD: Never return NFS4ERR_FILE_OPEN when removing a directory (bsc#1234429). - NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs() (bsc#1234429). - nfsd: fix management of listener transports (bsc#1234429). - nfsd: put dl_stid if fail to queue dl_recall (bsc#1234429). - nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid() (bsc#1234429). - media: streamzap: fix race between device disconnection and urb callback (bsc#1234429). - media: vimc: skip .s_stream() for stopped entities (bsc#1234429). - exec: fix the racy usage of fs_struct->in_exec (bsc#1234429). - mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead() (bsc#1234429). - jfs: add index corruption check to DT_GETPAGE() (bsc#1234429). - jfs: fix slab-out-of-bounds read in ea_get() (bsc#1234429). - ext4: fix OOB read when checking dotdot dir (bsc#1234429). - ext4: don't over-report free space or inodes in statvfs (bsc#1234429). - wifi: mt76: mt7921: fix kernel panic due to null pointer dereference (bsc#1234429). - arm64: Don't call NULL in do_compat_alignment_fixup() (bsc#1234429). - mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAs (bsc#1234429). - tracing/osnoise: Fix possible recursive locking for cpus_read_lock() (bsc#1234429). - tracing: Fix synth event printk format for str fields (bsc#1234429). - tracing: Ensure module defining synth event cannot be unloaded while tracing (bsc#1234429). - tracing: Fix use-after-free in print_graph_function_flags during tracer switching (bsc#1234429). - exfat: fix potential wrong error return from get_block (bsc#1234429). - exfat: fix random stack corruption after get_block (bsc#1234429). - ksmbd: fix null pointer dereference in alloc_preauth_hash() (bsc#1234429). - ksmbd: validate zero num_subauth before sub_auth is accessed (bsc#1234429). - ksmbd: fix overflow in dacloffset bounds check (bsc#1234429). - ksmbd: fix session use-after-free in multichannel connection (bsc#1234429). - ksmbd: fix use-after-free in ksmbd_sessions_deregister() (bsc#1234429). - ksmbd: add bounds check for create lease context (bsc#1234429). - ksmbd: add bounds check for durable handle context (bsc#1234429). - KVM: SVM: Don't change target vCPU state on AP Creation VMGEXIT error (bsc#1234429). - mmc: sdhci-omap: Disable MMC_CAP_AGGRESSIVE_PM for eMMC/SD (bsc#1234429). - mmc: sdhci-pxav3: set NEED_RSP_BUSY capability (bsc#1234429). - mmc: omap: Fix memory leak in mmc_omap_new_slot (bsc#1234429). - Remove unnecessary firmware version check for gc v9_4_2 (bsc#1234429). - media: omap3isp: Handle ARM dma_iommu_mapping (bsc#1234429). - ARM: 9444/1: add KEEP() keyword to ARM_VECTORS (bsc#1234429). - ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP (bsc#1234429). - acpi: nfit: fix narrowing conversion in acpi_nfit_ctl (bsc#1234429). - wifi: mt76: mt7925: remove unused acpi function for clc (bsc#1234429). - x86/mm: Fix flush_tlb_range() when used for zapping normal PMDs (bsc#1234429). - x86/tsc: Always save/restore TSC sched_clock() on suspend/resume (bsc#1234429). - x86/Kconfig: Add cmpxchg8b support back to Geode CPUs (bsc#1234429). - idpf: Don't hard code napi_struct size (bsc#1234429). - uprobes/x86: Harden uretprobe syscall trampoline check (bsc#1234429). - perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample read (bsc#1234429). - perf/x86/intel: Apply static call for drain_pebs (bsc#1234429). - ntb_perf: Delete duplicate dmaengine_unmap_put() call in perf_copy_chunk() (bsc#1234429). - platform/x86: ISST: Correct command storage data length (bsc#1234429). - platform/x86: thinkpad_acpi: disable ACPI fan access for T495* and E560 (bsc#1234429). - ACPI: x86: Extend Lenovo Yoga Tab 3 quirk with skip GPIO event-handlers (bsc#1234429). - x86/tdx: Fix arch_safe_halt() execution for TDX VMs (bsc#1234429). - x86/mce: use is_copy_from_user() to determine copy-from-user context (bsc#1234429). - x86/microcode/AMD: Fix __apply_microcode_amd()'s return value (bsc#1234429). - KVM: x86: block KVM_CAP_SYNC_REGS if guest state is protected (bsc#1234429). - x86/hyperv: Fix check of return value from snp_set_vmsa() (bsc#1234429). - LoongArch: BPF: Use move_addr() for BPF_PSEUDO_FUNC (bsc#1234429). - LoongArch: BPF: Don't override subprog's return value (bsc#1234429). - LoongArch: BPF: Fix off-by-one error in build_prologue() (bsc#1234429). - LoongArch: Increase MAX_IO_PICS up to 8 (bsc#1234429). - LoongArch: Increase ARCH_DMA_MINALIGN up to 16 (bsc#1234429). - rust: Fix enabling Rust and building with GCC for LoongArch (bsc#1234429). - usbnet:fix NPE during rx_complete (bsc#1234429). - wifi: mac80211: Fix sparse warning for monitor_sdata (bsc#1234429). - tty: serial: lpuart: only disable CTS instead of overwriting the whole UARTMODIR register (bsc#1234429). - tty: serial: fsl_lpuart: Fix unused variable 'sport' build warning (bsc#1234429). - tty: serial: fsl_lpuart: use port struct directly to simply code (bsc#1234429). - tty: serial: fsl_lpuart: Use u32 and u8 for register variables (bsc#1234429). - cgroup/rstat: Fix forceidle time in cpu.stat (bsc#1234429). - cgroup/rstat: Tracking cgroup-level niced CPU time (bsc#1234429). - tracing: Correct the refcount if the hist/hist_debug file fails to open (bsc#1234429). - tracing/hist: Support POLLPRI event for poll on histogram (bsc#1234429). - tracing/hist: Add poll(POLLIN) support on hist file (bsc#1234429). - tracing: Switch trace_events_hist.c code over to use guard() (bsc#1234429). - tools/power turbostat: report CoreThr per measurement interval (bsc#1234429). - perf/core: Fix child_total_time_enabled accounting bug at task exit (bsc#1234429). - drm/amdgpu/gfx12: fix num_mec (bsc#1234429). - drm/amdgpu/gfx11: fix num_mec (bsc#1234429). - kbuild: deb-pkg: don't set KBUILD_BUILD_VERSION unconditionally (bsc#1234429). - net: ibmveth: make veth_pool_store stop hanging (bsc#1234429). - arcnet: Add NULL check in com20020pci_probe() (bsc#1234429). - ipv6: Do not consider link down nexthops in path selection (bsc#1234429). - ipv6: Start path selection from the first nexthop (bsc#1234429). - net: fix geneve_opt length integer overflow (bsc#1234429). - net: dsa: mv88e6xxx: propperly shutdown PPU re-enable timer on destroy (bsc#1234429). - ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS (bsc#1234429). - netfilter: nft_tunnel: fix geneve_opt type confusion addition (bsc#1234429). - net: decrease cached dst counters in dst_release (bsc#1234429). - tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu() (bsc#1234429). - vsock: avoid timeout during connect() if the socket is closing (bsc#1234429). - udp: Fix memory accounting leak (bsc#1234429). - udp: Fix multiple wraparounds of sk->sk_rmem_alloc (bsc#1234429). - net: mvpp2: Prevent parser TCAM memory corruption (bsc#1234429). - sctp: add mutual exclusion in proc_sctp_do_udp_port() (bsc#1234429). - net_sched: skbprio: Remove overly strict queue assertions (bsc#1234429). - netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets (bsc#1234429). - netfilter: nf_tables: don't unregister hook when table is dormant (bsc#1234429). - netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets only (bsc#1234429). - idpf: fix adapter NULL pointer dereference on reboot (bsc#1234429). - e1000e: change k1 configuration on MTP and later platforms (bsc#1234429). - spi: bcm2835: Restore native CS probing when pinctrl-bcm2835 is absent (bsc#1234429). - ALSA: hda/realtek: Fix built-in mic on another ASUS VivoBook model (bsc#1234429). - spi: bcm2835: Do not call gpiod_put() on invalid descriptor (bsc#1234429). - ASoC: imx-card: Add NULL check in imx_card_probe() (bsc#1234429). - nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer (bsc#1234429). - riscv/purgatory: 4B align purgatory_start (bsc#1234429). - riscv/kexec_file: Handle R_RISCV_64 in purgatory relocator (bsc#1234429). - riscv: Fix hugetlb retrieval of number of ptes in case of !present pte (bsc#1234429). - spi: cadence: Fix out-of-bounds array access in cdns_mrvl_xspi_setup_clock() (bsc#1234429). - ASoC: codecs: rt5665: Fix some error handling paths in rt5665_probe() (bsc#1234429). - s390/entry: Fix setting _CIF_MCCK_GUEST with lowcore relocation (bsc#1234429). - ublk: make sure ubq->canceling is set when queue is frozen (bsc#1234429). - x86/uaccess: Improve performance by aligning writes to 8 bytes in copy_user_generic(), on non-FSRM/ERMS CPUs (bsc#1234429). - RISC-V: errata: Use medany for relocatable builds (bsc#1234429). - ALSA: hda/realtek: Fix built-in mic breakage on ASUS VivoBook X515JA (bsc#1234429). - firmware: cs_dsp: Ensure cs_dsp_load[_coeff]() returns 0 on success (bsc#1234429). - ntb: intel: Fix using link status DB's (bsc#1234429). - ntb_hw_switchtec: Fix shift-out-of-bounds in switchtec_ntb_mw_set_trans (bsc#1234429). - riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_call_ra (bsc#1234429). - fs/9p: fix NULL pointer dereference on mkdir (bsc#1234429). - spufs: fix a leak in spufs_create_context() (bsc#1234429). - spufs: fix gang directory lifetimes (bsc#1234429). - spufs: fix a leak on spufs_new_file() failure (bsc#1234429). - netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int (bsc#1234429). - hwmon: (nct6775-core) Fix out of bounds access for NCT679{8,9} (bsc#1234429). - memory: omap-gpmc: drop no compatible check (bsc#1234429). - can: statistics: use atomic access in hot path (bsc#1234429). - ALSA: hda/realtek: Add mute LED quirk for HP Pavilion x360 14-dy1xxx (bsc#1234429). - selftests: netfilter: skip br_netfilter queue tests if kernel is tainted (bsc#1234429). - net: devmem: do not WARN conditionally after netdev_rx_queue_restart() (bsc#1234429). - drm/amd: Keep display off while going into S4 (bsc#1234429). - nvme-pci: fix stuck reset on concurrent DPC and HP (bsc#1234429). - x86/sgx: Warn explicitly if X86_FEATURE_SGX_LC is not enabled (bsc#1234429). - x86/hyperv: Fix output argument to hypercall that changes page visibility (bsc#1234429). - locking/semaphore: Use wake_q to wake up processes outside lock critical section (bsc#1234429). - wifi: mac80211: fix SA Query processing in MLO (bsc#1234429). - wifi: mac80211: flush the station before moving it to UN-AUTHORIZED state (bsc#1234429). - ASoC: rt1320: set wake_capable = 0 explicitly (bsc#1234429). - ASoC: codecs: wsa884x: report temps to hwmon in millidegree of Celsius (bsc#1234429). - x86/hyperv/vtl: Stop kernel from probing VTL0 low memory (bsc#1234429). - sched/deadline: Use online cpus for validating runtime (bsc#1234429). - ALSA: hda/realtek: Add support for ASUS Zenbook UM3406KA Laptops using CS35L41 HDA (bsc#1234429). - ALSA: hda/realtek: Add support for ASUS B5405 and B5605 Laptops using CS35L41 HDA (bsc#1234429). - ALSA: hda/realtek: Add support for ASUS B3405 and B3605 Laptops using CS35L41 HDA (bsc#1234429). - ALSA: hda/realtek: Add support for various ASUS Laptops using CS35L41 HDA (bsc#1234429). - ALSA: hda/realtek: Add support for ASUS ROG Strix G614 Laptops using CS35L41 HDA (bsc#1234429). - ALSA: hda/realtek: Add support for ASUS ROG Strix GA603 Laptops using CS35L41 HDA (bsc#1234429). - ALSA: hda/realtek: Add support for ASUS ROG Strix G814 Laptop using CS35L41 HDA (bsc#1234429). - exfat: add a check for invalid data size (bsc#1234429). - platform/x86/amd/pmf: Update PMF Driver for Compatibility with new PMF-TA (bsc#1234429). - platform/x86/amd/pmf: Propagate PMF-TA return codes (bsc#1234429). - HID: i2c-hid: improve i2c_hid_get_report error message (bsc#1234429). - net: dsa: rtl8366rb: don't prompt users for LED control (bsc#1234429). - platform/x86/intel/vsec: Add Diamond Rapids support (bsc#1234429). - platform/x86: intel-hid: fix volume buttons on Microsoft Surface Go 4 tablet (bsc#1234429). - cifs: fix incorrect validation for num_aces field of smb_acl (bsc#1234429). - smb: common: change the data type of num_aces to le16 (bsc#1234429). - perf/core: Fix perf_pmu_register() vs. perf_init_event() (bsc#1234429). - ALSA: hda: Fix speakers on ASUS EXPERTBOOK P5405CSA 1.0 (bsc#1234429). - ALSA: hda/realtek: Fix Asus Z13 2025 audio (bsc#1234429). - affs: don't write overlarge OFS data block size fields (bsc#1234429). - affs: generate OFS sequence numbers starting at 1 (bsc#1234429). - wifi: brcmfmac: keep power during suspend if board requires it (bsc#1234429). - nvme-pci: skip CMB blocks incompatible with PCI P2P DMA (bsc#1234429). - nvme-pci: clean up CMBMSC when registering CMB fails (bsc#1234429). - nvme-tcp: fix possible UAF in nvme_tcp_poll (bsc#1234429). - wifi: iwlwifi: mvm: use the right version of the rate API (bsc#1234429). - wifi: iwlwifi: fw: allocate chained SG tables for dump (bsc#1234429). - wifi: mac80211: remove debugfs dir for virtual monitor (bsc#1234429). - wifi: mac80211: Cleanup sta TXQs on flush (bsc#1234429). - nfs: Add missing release on error in nfs_lock_and_join_requests() (bsc#1234429). - objtool/loongarch: Add unwind hints in prepare_frametrace() (bsc#1234429). - rcu-tasks: Always inline rcu_irq_work_resched() (bsc#1234429). - context_tracking: Always inline ct_{nmi,irq}_{enter,exit}() (bsc#1234429). - sched/smt: Always inline sched_smt_active() (bsc#1234429). - objtool: Fix verbose disassembly if CROSS_COMPILE isn't set (bsc#1234429). - octeontx2-af: Free NIX_AF_INT_VEC_GEN irq (bsc#1234429). - octeontx2-af: Fix mbox INTR handler when num VFs > 64 (bsc#1234429). - net: phy: broadcom: Correct BCM5221 PHY model detection (bsc#1234429). - ACPI: processor: idle: Return an error if both P_LVL{2,3} idle states are invalid (bsc#1234429). - LoongArch: Rework the arch_kgdb_breakpoint() implementation (bsc#1234429). - LoongArch: Fix device node refcount leak in fdt_cpu_clk_init() (bsc#1234429). - LoongArch: Fix help text of CMDLINE_EXTEND in Kconfig (bsc#1234429). - objtool: Fix segfault in ignore_unreachable_insn() (bsc#1234429). - ring-buffer: Fix bytes_dropped calculation issue (bsc#1234429). - net/mlx5e: SHAMPO, Make reserved size independent of page size (bsc#1234429). - ksmbd: fix r_count dec/increment mismatch (bsc#1234429). - ksmbd: fix multichannel connection failure (bsc#1234429). - ksmbd: use aead_request_free to match aead_request_alloc (bsc#1234429). - rndis_host: Flag RNDIS modems as WWAN devices (bsc#1234429). - rtnetlink: Allocate vfinfo size for VF GUIDs when supported (bsc#1234429). - exfat: fix missing shutdown check (bsc#1234429). - exfat: fix the infinite loop in exfat_find_last_cluster() (bsc#1234429). - smb: client: Fix netns refcount imbalance causing leaks and use-after-free (bsc#1234429). - NFS: Shut down the nfs_client only after all the superblocks (bsc#1234429). - objtool, media: dib8000: Prevent divide-by-zero in dib8000_set_dds() (bsc#1234429). - objtool, nvmet: Fix out-of-bounds stack access in nvmet_ctrl_state_show() (bsc#1234429). - thermal: core: Remove duplicate struct declaration (bsc#1234429). - perf bpf-filter: Fix a parsing error with comma (bsc#1234429). - perf tools: annotate asm_pure_loop.S (bsc#1234429). - fs/procfs: fix the comment above proc_pid_wchan() (bsc#1234429). - perf vendor events arm64 AmpereOneX: Fix frontend_bound calculation (bsc#1234429). - tty: n_tty: use uint for space returned by tty_write_room() (bsc#1234429). - staging: vchiq_arm: Fix possible NPR of keep-alive thread (bsc#1234429). - staging: vchiq_arm: Register debugfs after cdev (bsc#1234429). - staging: rtl8723bs: select CONFIG_CRYPTO_LIB_AES (bsc#1234429). - perf: intel-tpebs: Fix incorrect usage of zfree() (bsc#1234429). - perf dso: fix dso__is_kallsyms() check (bsc#1234429). - perf python: Check if there is space to copy all the event (bsc#1234429). - perf python: Don't keep a raw_data pointer to consumed ring buffer space (bsc#1234429). - perf python: Decrement the refcount of just created event on failure (bsc#1234429). - perf python: Fixup description of sample.id event member (bsc#1234429). - i3c: master: svc: Fix missing the IBI rules (bsc#1234429). - um: hostfs: avoid issues on inode number reuse by host (bsc#1234429). - um: remove copy_from_kernel_nofault_allowed (bsc#1234429). - um: Pass the correct Rust target and options with gcc (bsc#1234429). - selftests/mm/cow: fix the incorrect error handling (bsc#1234429). - fuse: fix dax truncate/punch_hole fault path (bsc#1234429). - NFS: fix open_owner_id_maxsz and related fields (bsc#1234429). - NFSv4: Avoid unnecessary scans of filesystems for delayed delegations (bsc#1234429). - NFSv4: Avoid unnecessary scans of filesystems for expired delegations (bsc#1234429). - NFSv4: Avoid unnecessary scans of filesystems for returning delegations (bsc#1234429). - NFSv4: Don't trigger uneccessary scans for return-on-close delegations (bsc#1234429). - arch/powerpc: drop GENERIC_PTDUMP from mpc885_ads_defconfig (bsc#1234429). - ocfs2: validate l_tree_depth to avoid out-of-bounds access (bsc#1234429). - kexec: initialize ELF lowest address to ULONG_MAX (bsc#1234429). - kernel/events/uprobes: handle device-exclusive entries correctly in __replace_page() (bsc#1234429). - perf units: Fix insufficient array space (bsc#1234429). - perf evlist: Add success path to evlist__create_syswide_maps (bsc#1234429). - perf debug: Avoid stack overflow in recursive error message (bsc#1234429). - iio: light: Add check for array bounds in veml6075_read_int_time_ms (bsc#1234429). - iio: adc: ad7768-1: set MOSI idle state to prevent accidental reset (bsc#1234429). - iio: adc: ad7173: Fix comparison of channel configs (bsc#1234429). - iio: adc: ad7124: Fix comparison of channel configs (bsc#1234429). - iio: adc: ad4130: Fix comparison of channel setups (bsc#1234429). - dmaengine: fsl-edma: free irq correctly in remove path (bsc#1234429). - dmaengine: fsl-edma: cleanup chan after dma_async_device_unregister (bsc#1234429). - fs/ntfs3: Prevent integer overflow in hdr_first_de() (bsc#1234429). - fs/ntfs3: Fix a couple integer overflows on 32bit systems (bsc#1234429). - usb: xhci: correct debug message page size calculation (bsc#1234429). - perf bench: Fix perf bench syscall loop count (bsc#1234429). - perf arm-spe: Fix load-store operation checking (bsc#1234429). - iio: backend: make sure to NULL terminate stack buffer (bsc#1234429). - iio: accel: msa311: Fix failure to release runtime pm if direct mode claim fails (bsc#1234429). - iio: accel: mma8452: Ensure error return on failure to matching oversampling ratio (bsc#1234429). - ucsi_ccg: Don't show failed to get FW build information error (bsc#1234429). - perf build: Fix in-tree build due to symbolic link (bsc#1234429). - tools/x86: Fix linux/unaligned.h include path in lib/insn.c (bsc#1234429). - perf pmu: Don't double count common sysfs and json events (bsc#1234429). - coresight-etm4x: add isb() before reading the TRCSTATR (bsc#1234429). - vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpoint (bsc#1234429). - coresight: catu: Fix number of pages while using 64k pages (bsc#1234429). - greybus: gb-beagleplay: Add error handling for gb_greybus_init (bsc#1234429). - perf report: Switch data file correctly in TUI (bsc#1234429). - soundwire: slave: fix an OF node reference leak in soundwire slave device (bsc#1234429). - isofs: fix KMSAN uninit-value bug in do_isofs_readdir() (bsc#1234429). - phy: phy-rockchip-samsung-hdptx: Don't use dt aliases to determine phy-id (bsc#1234429). - fs/ntfs3: Update inode->i_mapping->a_ops on compression state (bsc#1234429). - w1: fix NULL pointer dereference in probe (bsc#1234429). - perf: Always feature test reallocarray (bsc#1234429). - perf stat: Fix find_stat for mixed legacy/non-legacy events (bsc#1234429). - clk: qcom: mmcc-sdm660: fix stuck video_subcore0 clock (bsc#1234429). - pinctrl: intel: Fix wrong bypass assignment in intel_pinctrl_probe_pwm() (bsc#1234429). - crypto: hisilicon/sec2 - fix for aead auth key length (bsc#1234429). - RDMA/core: Fix use-after-free when rename device name (bsc#1234429). - x86/dumpstack: Fix inaccurate unwinding from exception stacks due to misplaced assignment (bsc#1234429). - leds: Fix LED_OFF brightness race (bsc#1234429). - mfd: sm501: Switch to BIT() to mitigate integer overflows (bsc#1234429). - pinctrl: renesas: rzv2m: Fix missing of_node_put() call (bsc#1234429). - RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow (bsc#1234429). - bpf: Fix array bounds error with may_goto (bsc#1234429). - clk: qcom: gcc-sm8650: Do not turn off USB GDSCs during gdsc_disable() (bsc#1234429). - crypto: nx - Fix uninitialised hv_nxc on error (bsc#1234429). - power: supply: max77693: Fix wrong conversion of charge input threshold value (bsc#1234429). - x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1 (bsc#1234429). - clk: amlogic: g12a: fix mmc A peripheral clock (bsc#1234429). - clk: clk-imx8mp-audiomix: fix dsp/ocram_a clock parents (bsc#1234429). - crypto: qat - remove access to parity register for QAT GEN4 (bsc#1234429). - pinctrl: npcm8xx: Fix incorrect struct npcm8xx_pincfg assignment (bsc#1234429). - rust: fix signature of rust_fmt_argument (bsc#1234429). - selftests/bpf: Select NUMA_NO_NODE to create map (bsc#1234429). - clk: amlogic: gxbb: drop non existing 32k clock parent (bsc#1234429). - clk: amlogic: g12b: fix cluster A parent data (bsc#1234429). - pinctrl: tegra: Set SFIO mode to Mux Register (bsc#1234429). - IB/mad: Check available slots before posting receive WRs (bsc#1234429). - crypto: api - Fix larval relookup type and mask (bsc#1234429). - power: supply: bq27xxx_battery: do not update cached flags prematurely (bsc#1234429). - remoteproc: qcom_q6v5_mss: Handle platforms with one power domain (bsc#1234429). - RDMA/erdma: Prevent use-after-free in erdma_accept_newconn() (bsc#1234429). - RDMA/mlx5: Fix calculation of total invalidated pages (bsc#1234429). - RDMA/core: Don't expose hw_counters outside of init net namespace (bsc#1234429). - clk: rockchip: rk3328: fix wrong clk_ref_usb3otg parent (bsc#1234429). - selftests/bpf: Fix freplace_link segfault in tailcalls prog test (bsc#1234429). - RDMA/mlx5: Fix MR cache initialization error flow (bsc#1234429). - pinctrl: renesas: rzg2l: Fix missing of_node_put() call (bsc#1234429). - pinctrl: renesas: rza2: Fix missing of_node_put() call (bsc#1234429). - lib: 842: Improve error handling in sw842_compress() (bsc#1234429). - bpf: Use preempt_count() directly in bpf_send_signal_common() (bsc#1234429). - clk: qcom: gcc-x1e80100: Unregister GCC_GPU_CFG_AHB_CLK/GCC_DISP_XO_CLK (bsc#1234429). - remoteproc: qcom_q6v5_pas: Use resource with CX PD for MSM8226 (bsc#1234429). - crypto: tegra - Set IV to NULL explicitly for AES ECB (bsc#1234429). - RDMA/mana_ib: Ensure variable err is initialized (bsc#1234429). - s390: Remove ioremap_wt() and pgprot_writethrough() (bsc#1234429). - clk: qcom: gcc-msm8953: fix stuck venus0_core0 clock (bsc#1234429). - crypto: tegra - Fix CMAC intermediate result handling (bsc#1234429). - pinctrl: nuvoton: npcm8xx: Fix error handling in npcm8xx_gpio_fw() (bsc#1234429). - clk: samsung: Fix UBSAN panic in samsung_clk_init() (bsc#1234429). - remoteproc: qcom: pas: add minidump_id to SC7280 WPSS (bsc#1234429). - clk: renesas: r8a08g045: Check the source of the CPU PLL settings (bsc#1234429). - x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range() (bsc#1234429). - selftests/bpf: Fix string read in strncmp benchmark (bsc#1234429). - libbpf: Fix hypothetical STT_SECTION extern NULL deref case (bsc#1234429). - remoteproc: qcom_q6v5_pas: Make single-PD handling more robust (bsc#1234429). - pinctrl: renesas: rzg2l: Suppress binding attributes (bsc#1234429). - of: property: Increase NR_FWNODE_REFERENCE_ARGS (bsc#1234429). - remoteproc: core: Clear table_sz when rproc_shutdown (bsc#1234429). - RDMA/mlx5: Fix page_size variable overflow (bsc#1234429). - crypto: hisilicon/sec2 - fix for sec spec check (bsc#1234429). - crypto: hisilicon/sec2 - fix for aead authsize alignment (bsc#1234429). - clk: amlogic: gxbb: drop incorrect flag on 32k clock (bsc#1234429). - crypto: tegra - Use HMAC fallback when keyslots are full (bsc#1234429). - crypto: bpf - Add MODULE_DESCRIPTION for skcipher (bsc#1234429). - crypto: tegra - check return value for hash do_one_req (bsc#1234429). - crypto: tegra - Use separate buffer for setkey (bsc#1234429). - crypto: qat - set parity error mask for qat_420xx (bsc#1234429). - crypto: iaa - Test the correct request flag (bsc#1234429). - fbdev: sm501fb: Add some geometry checks (bsc#1234429). - mdacon: rework dependency list (bsc#1234429). - dummycon: fix default rows/cols (bsc#1234429). - fbdev: au1100fb: Move a variable assignment behind a null pointer check (bsc#1234429). - PCI: pciehp: Don't enable HPIE when resuming in poll mode (bsc#1234429). - PCI: Fix BAR resizing when VF BARs are assigned (bsc#1234429). - PCI: histb: Fix an error handling path in histb_pcie_probe() (bsc#1234429). - PCI: dwc: ep: Return -ENOMEM for allocation failures (bsc#1234429). - drm/amd/display: avoid NPD when ASIC does not support DMUB (bsc#1234429). - drm/mediatek: dsi: fix error codes in mtk_dsi_host_transfer() (bsc#1234429). - drm/mediatek: dp: drm_err => dev_err in HPD path to avoid NULL ptr (bsc#1234429). - drm/mediatek: Fix config_updating flag never false when no mbox channel (bsc#1234429). - PCI: xilinx-cpm: Fix IRQ domain leak in error path of probe (bsc#1234429). - PCI: Remove stray put_device() in pci_register_host_bridge() (bsc#1234429). - powerpc/kexec: fix physical address calculation in clear_utlb_entry() (bsc#1234429). - crypto: powerpc: Mark ghashp8-ppc.o as an OBJECT_FILES_NON_STANDARD (bsc#1234429). - drm/msm/a6xx: Fix a6xx indexed-regs in devcoreduump (bsc#1234429). - drm/amd/display: fix type mismatch in CalculateDynamicMetadataParameters() (bsc#1234429). - drm/panthor: Update CS_STATUS_ defines to correct values (bsc#1234429). - PCI: Avoid reset when disabled via sysfs (bsc#1234429). - PCI/portdrv: Only disable pciehp interrupts early when needed (bsc#1234429). - PCI: brcmstb: Fix potential premature regulator disabling (bsc#1234429). - PCI: brcmstb: Fix error path after a call to regulator_bulk_get() (bsc#1234429). - PCI: brcmstb: Use internal register to change link capability (bsc#1234429). - PCI: brcmstb: Set generation limit before PCIe link up (bsc#1234429). - PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payload (bsc#1234429). - drm/amdkfd: Fix Circular Locking Dependency in 'svm_range_cpu_invalidate_pagetables' (bsc#1234429). - drm/msm/dsi: Set PHY usescase (and mode) before registering DSI host (bsc#1234429). - drm/msm/dsi: Use existing per-interface slice count in DSC timing (bsc#1234429). - drm/msm/dsi/phy: Program clock inverters in correct register (bsc#1234429). - drm/msm/dpu: don't use active in atomic_check() (bsc#1234429). - drm/amd/display: fix an indent issue in DML21 (bsc#1234429). - PCI/ACS: Fix 'pci=config_acs=' parameter (bsc#1234429). - drm/panel: ilitek-ili9882t: fix GPIO name in error message (bsc#1234429). - PCI/ASPM: Fix link state exit during switch upstream function removal (bsc#1234429). - drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size member (bsc#1234429). - drm/mediatek: mtk_hdmi: Unregister audio platform device on failure (bsc#1234429). - PCI: Remove add_align overwrite unrelated to size0 (bsc#1234429). - PCI: Use downstream bridges for distributing resources (bsc#1234429). - drm/amdgpu/umsch: fix ucode check (bsc#1234429). - drm/amdgpu: refine smu send msg debug log format (bsc#1234429). - gpu: cdns-mhdp8546: fix call balance of mhdp->clk handling routines (bsc#1234429). - drm/vkms: Fix use after free and double free on init error (bsc#1234429). - drm: xlnx: zynqmp: Fix max dma segment size (bsc#1234429). - drm/bridge: it6505: fix HDCP V match check is not performed correctly (bsc#1234429). - drm/dp_mst: Fix drm RAD print (bsc#1234429). - drm/ssd130x: ensure ssd132x pitch is correct (bsc#1234429). - drm/ssd130x: fix ssd132x encoding (bsc#1234429). - drm/ssd130x: Set SPI .id_table to prevent an SPI core warning (bsc#1234429). - drm/bridge: ti-sn65dsi86: Fix multiple instances (bsc#1234429). - ALSA: timer: Don't take register_mutex with copy_from/to_user() (bsc#1234429). - ASoC: ti: j721e-evm: Fix clock configuration for ti,j7200-cpb-audio compatible (bsc#1234429). - ALSA: hda/realtek: Always honor no_shutup_pins (bsc#1234429). - dt-bindings: vendor-prefixes: add GOcontroll (bsc#1234429). - HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER (bsc#1234429). - ASoC: amd: acp: Fix for enabling DMIC on acp platforms via _DSD entry (bsc#1234429). - ASoC: cs35l41: check the return value from spi_setup() (bsc#1234429). - platform/x86: dell-ddv: Fix temperature calculation (bsc#1234429). - platform/x86: dell-uart-backlight: Make dell_uart_bl_serdev_driver static (bsc#1234429). - platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: Make symbol static (bsc#1234429). - auxdisplay: panel: Fix an API misuse in panel.c (bsc#1234429). - media: platform: allgro-dvt: unregister v4l2_device on the error path (bsc#1234429). - media: verisilicon: HEVC: Initialize start_bit field (bsc#1234429). - auxdisplay: MAX6959 should select BITREVERSE (bsc#1234429). - regulator: pca9450: Fix enable register for LDO5 (bsc#1234429). - x86/entry: Add __init to ia32_emulation_override_cmdline() (bsc#1234429). - x86/fpu/xstate: Fix inconsistencies in guest FPU xfeatures (bsc#1234429). - x86/traps: Make exc_double_fault() consistently noreturn (bsc#1234429). - perf/ring_buffer: Allow the EPOLLRDNORM flag for poll (bsc#1234429). - lockdep: Don't disable interrupts on RT in disable_irq_nosync_lockdep.*() (bsc#1234429). - PM: sleep: Fix handling devices with direct_complete set on errors (bsc#1234429). - thermal: int340x: Add NULL check for adev (bsc#1234429). - x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors (bsc#1234429). - EDAC/ie31200: Fix the error path order of ie31200_init() (bsc#1234429). - EDAC/ie31200: Fix the DIMM size mask for several SoCs (bsc#1234429). - EDAC/ie31200: Fix the size of EDAC_MC_LAYER_CHIP_SELECT layer (bsc#1234429). - selinux: Chain up tool resolving errors in install_policy.sh (bsc#1234429). - watchdog/hardlockup/perf: Fix perf_event memory leak (bsc#1234429). - kunit/stackinit: Use fill byte different from Clang i386 pattern (bsc#1234429). - RISC-V: KVM: Disable the kernel perf counter during configure (bsc#1234429). - cpufreq: tegra194: Allow building for Tegra234 (bsc#1234429). - PM: sleep: Adjust check before setting power.must_resume (bsc#1234429). - lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lock (bsc#1234429). - x86/sev: Add missing RIP_REL_REF() invocations during sme_enable() (bsc#1234429). - x86/platform: Only allow CONFIG_EISA for 32-bit (bsc#1234429). - x86/fpu: Avoid copying dynamic FP state from init_task in arch_dup_task_struct() (bsc#1234429). - x86/fpu: Fix guest FPU state buffer allocation size (bsc#1234429). - EDAC/{skx_common,i10nm}: Fix some missing error reports on Emerald Rapids (bsc#1234429). - cpufreq: governor: Fix negative 'idle_time' handling in dbs_update() (bsc#1234429). - sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasks (bsc#1234429). - sched: Cancel the slice protection of the idle entity (bsc#1234429). - smack: ipv4/ipv6: tcp/dccp/sctp: fix incorrect child socket label (bsc#1234429). - smack: dont compile ipv6 code unless ipv6 is configured (bsc#1234429). - cpufreq: scpi: compare kHz instead of Hz (bsc#1234429). - x86/mm/pat: cpa-test: fix length for CPA_ARRAY test (bsc#1234429). - watch_queue: fix pipe accounting mismatch (bsc#1234429). - commit b5fa223 ++++ kernel-vanilla: - x86/cpu: Avoid running off the end of an AMD erratum table (OOB-access-fix). - commit df211d0 ++++ leancrypto: - updated to 1.3.0 * Allow CPU entropy sources to be used as seed sources with meson option "seedsource=cpu" * Ensure full clean run on vintage system without AVX2 (thanks to "David C. Rankin" ) * EFI: compilation support on AARCH64 * Meson: reduce number of object files to speed up compilation process * Intel assembler: add endbr[64|32] to every function and ensure IBT is enabled * ARMv8 assembler / ELF: add BTI and PAC support * *Full FIPS 140 compliance*: Invoke PCT, add integrity test for ELF compilations, enable FIPS compilation by default * ML-DSA: add external-mu support; new API: lc_dilithium_ctx_external_mu * Add optional Jitter RNG entropy source * Add SLH-DSA-Ascon-128[s|f] (by default they are disabled, enable with meson configuration options `slh_dsa_ascon_128s` and `slh_dsa_ascon_128f`) * ML-KEM: use common poly_tobytes / poly_compress including fix for kyberslash for ARMv8 (thus all ML-KEM implementations have proper protections against it) * ML-KEM: reduce code duplication * Big-Endian: fixes on X.509 key usage processing, ML-KEM modulus tester - Changes 1.2.0 * Locking für seeded_rng added to avoid requiring the caller providing a lock * Addition of ASN.1 decoder, X.509 parser, PKCS#7 / CMS parser * Addition of ASN.1 encoder, X.509 generator, PKCS#7 / CMS generator for ML-DSA, SLH-DSA, ML-DSA-ED25519 * ML-DSA-ED25519: Hybrid implementation changed to match definition https://www.ietf.org/archive/id/draft-ietf-lamps-pq-composite-sigs-03.html * RISCV64: Keccak - add assembler and ZBB implementation * RISCV64: ML-KEM - add assembler implementation * RISCV64: ML-DSA - add assembler implementation * Add FIPS 140 mode (as of now, it does not yet implement full FIPS 140 compliance) * Ascon AEAD, Hash, XOF, Ascon-Keccak: Update to comply with SP800-232 * Dilithium AVX2: Add side channel analysis * leancrypto passes X.509 IETF-Hackathon tests: https://ietf-hackathon.github.io/pqc-certificates/pqc_hackathon_results_certs_r4_automated_tests.html * Add compilation support for (U)EFI environment * RISCV64 RVV: ML-KEM, ML-DSA - add assembler implementation using RVV support * Seeded DRNG: Require a reseed after 2**14 bytes to comply with AIS20/31 3.0 DRG.4 and the discussed upcoming changes to SP800-90A. * SHA-512 / 384 / 256: Addition of AVX2, SHA_NI, SHA_NI-512, ARMv8 Neon, ARMv8 CE, RISCV ASM, RISCV ZBB acceleration * Add lc_init API * Intel non-AVX2 systems: remove all SIGILL causes by ensuring no AVX2 code is executed * Linux kernel: support version 6.13 kernel crypto signature API * Allow switching the central leancrypto seeded RNG instance with a caller-provided RNG * ML-KEM: fix poly_frombytes to perform the loading operation modulo 3329 (instead of modulo 4096) - thanks to Daiki Ueno for reporting it - Changes 1.1.0 * ML-KEM remove modulus check of decapsulation key (not required by FIPS 203) * ML-KEM: add key pair PCT API - leancrypto cannot invoke it itself as it does not know when both keys are provided from outside * ML-DSA: add consistency with FIPS 204 - the signature changes as the input data handling is added (if you want to apply the old signature, use the new lc_dilithium_[sign|verify]_ctx API with ctx->ml_dsa_internal = 1) * ML-DSA: add API to allow caller to provide a user context as allowed by FIPS 204, to invoke ML-DSA.Sign_internal, ML-DSA.Verify_internal and HashML-DSA * ML-KEM: rename source code directory to ml-kem * ML-DSA: rename source code directory to ml-dsa * BIKE: Add NIST round 4 KEM candiate * ML-DSA: Add support to retain the expanded key to increase the performance of signature operations by 15 to 20% * ML-DSA: add key pair PCT API - leancrypto will not invoke it, but provides it for FIPS 140 support * SLH-DSA: Add SLH-DSA-SHAKE-256s, SLH-DSA-SHAKE-256f, SLH-DSA-SHAKE-192s, SLH-DSA-SHAKE-192f, SLH-DSA-SHAKE-128s, SLH-DSA-SHAKE-128f * ML-DSA, ML-KEM, SLH-DSA, BIKE, Hash, AEAD, RNG, HMAC, HKDF, symmetric: move API implementation from H to C file - this implies that no RUST wrappers are needed * Linux kernel: ML-DSA / SLH-DSA sigver input changed to be compliant to existing kernel structures: req->src SGL contains signature || msg, req->dst SGL is not processed - Changes 1.0.1 * fix: Kyber keygen - add LC_KYBER_K to initial hash (change is only relevant when storing keys as seed and for interoperability) * fix: Dilithium keygen - add dimensions K and L (change is only relevant when storing keys as seed and for interoperability) * small performance improvements for hasher apps - Changes 1.0.0 * enhancement: add Doxygen support - it is automatically compiled if Doxygen is present * enhancement: add Dilithium-ED25519 stream mode operation (i.e. init/update/final) * due to the Dilithium-ED25519 stream mode support, the Dilithium-ED25519 now used ED25519ph signature algorithm mode * Dilithium API change: the stream mode uses struct lc_dilithium_ctx instead of lc_hash_ctx to reflect the newly added Dilithium-ED25519 API - the lc_dilithium_ctx can be allocated on the stack or heap using LC_DILITHIUM_CTX_ON_STACK or lc_dilithium_ctx_alloc * enhancement: add Dilithium-ED25519 as Linux kernel akcipher algorithm * enhancement: make Kyber-X25519 as Linux kernel kpp algorithm consistent with the standalone Kyber kpp implementation and add a tester * seeded_rng: when using the ESDM as entropy source, use DRBG without prediction resistance. When having heavy respawning of applications, using the PR DRBG will strain the entropy source significantly. * Dilithium: add edge case tests as referenced by https://github.com/usnistgov/ACVP/pull/1525.patch and https://groups.google.com/a/list.nist.gov/g/pqc-forum/c/G8Zf0hC-uu0/m/Kb3qNJb0AwAJ - Changes 0.11.0 * security fix: fix possible leak of message in Kyber * Kyber: reduce memory footprint, use common lc_memcmp_secure API * Ascon-Keccak: include the tag length into the IV and thus implicitly authenticate the tag length (thanks to Markku-Juhani Saarinen to suggest this) * Kyber: change standard API such that caller can select Kyber type * Dilithium: change standard API such that caller can select Dilithium type * security: addition of Timecop and instrumentation of tests to find side-channels * enhancement: add Linux kernel crypto API support for Ascon / Ascon-Keccak * fix: performance of seeded RNG by setting reseed threshold to 1MB * fix: Linux kernel warning on return thunk * enhancement: add ASM ARMv7 and ARMv8 implementation for X25519 * enhancement: add Ascon support for XDRBG * enhancement: performance increase for XDRBG256 * enhancement: add ED25519ph to support Dilithium hybrid init/update/final handling - Changes 0.10.1 * enhancement: Linux kernel - Kyber: allow parallel compilation of all Kyber types including all optimizations * enhancement: Linux kernel - Dilithium: allow parallel compilation of all Dilithium types including all optimizations * add additional hardening compiler flags stipulated by openssf.org - Changes 0.10.0 * enhancement: add Sponge APIs * enhancement: add Ascon Keccak 512 and 256 * update AEAD: add lc_aead_enc|dec_init and change all AEAD algo's tag calculation to now perform MAC(AAD || ciphertext) instead of MAC(ciphertext || AAD) - this brings it in line with all AEAD algorithms * enhancement: add Ascon AEAD 128 and 128b * rename API lc_shake to lc_xof * enhancement: add Ascon Hash 128 and 128a * enhancement: add Ascon XOF and XOFa * enhancement: add Ascon 128/128a hasher apps * large data tests can now execute on small systems by using smaller memory sizes * remove riscv64 hash assembler directory: it is a duplicate of the riscv32 assembler code * Kyber 768: Add AVX2, ARMv8, ARMv7 support * Dilithium 65: Add AVX2, ARMv8, ARMv7 support * Enable compilation of Kyber 1024, Kyber-768 and Kyber-512 at the same time (APIs starting with lc_kyber_768/lc_kex_768 refer to Kyber-768, APIs starting with lc_kyber_512/lc_kex_512 refer to Kyber-512, all others refer to Kyber-1024) * Enable compilation of Dilithium 87, Dilithium-65 and Dilithium-44 at the same time (APIs starting with lc_dilithium_65 refer to Dilithium-768, APIs starting with lc_dilithium_44 refer to Dilithium-44, all others refer to Dilithium-87) * enhancement: Windows is now supported as target platform using the MINGW compiler with full acceleration support * Dilithium: update SampleInBall implementation following https://groups.google.com/a/list.nist.gov/g/pqc-forum/c/y8ul-ZcVWI4 - implementation is fully checked against NIST ACVP Demo server - Changes 0.9.2 * fix: update "reduce memory footprint of Keccak state" to handle big-endian systems * enhancement: Seed the lc_seeded_rng with (random.c || Jitter RNG) - Changes 0.9.1 * fix: move XOR-256 memory definitions to lc_memory_support.h as otherwise compilation of external applications and libraries fail due to missing xor256.h - Changes 0.9.0 * enhancement: X/ED25519: enable 128 bit mode on Intel for both, kernel and user space * add Rust binding support * enhancement: reduce memory footprint of Keccak state * enhancement: add cSHAKE re-init support * fix: KMAC-AEAD / cSHAKE-AEAD - ensure proper re-initialization * enhancement: add RISC-V 64 bit Keccak - currently disabled due to a bug * enhancement: compile Dilithium ARMv8 support in Linux kernel (excluding the SIMD Keccak operation) * fix: fix ARM-CE detection logic * fix: potential Kyber side channel * fix: KMAC min MAC size is 32 bits * enhancement: use accelerated XOR for KMAC/cSHAKE AEAD * fix: enable poly_compress_avx for Linux kernel compilation when GCC >= 13 is present * enhancement: add interface code to register leancrypto with Linux kernel crypto API - Changes 0.8.0: * enhancement: add applications * enhancement: add Dilithium ARMv8 support (including SHAKE 2x ARMv8 support) * enhancement: add Dilithium ARMv7 support * enhancement: add Kyber ARMv7 support * reduce memory footprint of Dilithium and Kyber * enhancement: Add Kyber-X25519 KEM, KEX, and IES * enhancement: Add Dilithium-ED25519 * hardening: use -fzero-call-used-regs=used-gpr if available to counter ROP attacks * fix: Add fork-detection for seeded_rng * update XDRBG256 implementation based on latest draft - Changes 0.7.0: * enhancement: add XDRBG256 - the SHAKE256-based DRNG discussed for SP800-90A inclusion (almost idential to cSHAKE/KMAC DRNG specified with leancrypto) * enhancement: add SymKMAC AEAD algorithm - it uses 100 bytes less context than SymHMAC (it is less than 1024 bytes now), uses accelerated Keccak for KDF and authentication but is otherwise identical to SymHMAC * Kyber: switch responder and initiator definitions * enhancement: add ESDM seed source to seed lc_seeded_rng * editorial: reformat code using clang-format and provided configuration file * Dilithium: Update implementation to match FIPS 204 (draft from Aug 24, 2023) * Kyber: Update implementation to match FIPS 203 (draft from Aug 24, 2023) * enhancement: Dilithium and Kyber security strengths are selectable via Meson options * Kyber KEM: Update shared secret KDF (as the KDF is now removed from FIPS 203, it can be adjusted to be more performant and consistent with SP800-108) * Kyber KEX: Updated shared secret KDF to use SP800-108 compliant KMAC KDF * enhancement: Add input parameter validatino to Kyber as specified in FIPS 203 * enhancement: consolidate all testing requiring an RNG to use selftest_rng - Changes 0.6.0: * enhancement: Linux - add memfd_secret(2) support for secure memory allocation * fix: documentation of lc_kyber_keypair * enhancement: remove the rng_ctx parameter in all Kyber APIs except the key generation - internally lc_seeded_rng is used instead * enhancement: use -Wmissing-prototypes and fix reported issues * enhancement: provide standalone CBC, CTR, KW implementation * enhancement: provide AESNI implementation * enhancement: provide AES ARM CE implementation * enhancement: provide AES RISC-V 64 assembler implementation * enhancement: provide Linux kernel configuration option to enable startup health tests * fix: apply fixes such that all self tests and regression tests pass when compiled for Linux kernel * fix: properly zeroize memory when using the workspace memory - Changes 0.5.3: * convert to safe min/max implementations * enhancement: allow kernel modules to be compiled directly from installed user space headers * enhancement: make ARMv8 code compile on macOS ++++ libdatovka: - update to 0.7.1 * Reserving a 10 MB buffer when reading HTTP data from libcurl to * reduce memory reallocation. The size of the buffer is increased in * 10 MB increments. ++++ texlive: - Make it build with latest gcc ++++ lttoolbox: - Update to release 3.8.0 * Fallback to analysing lower-cased version on state explosion both in analysis (lt-proc -a, with or without compounding -e) and in "bilingual generation" (lt-proc -g -b). ++++ mozjs115: - Add libtheora-avoid-negative-shift.patch: avoid negative shift in huffdec.c (bsc#1234837 CVE-2024-56431). ++++ mozjs128: - Add libtheora-avoid-negative-shift.patch: avoid negative shift in huffdec.c (bsc#1234837 CVE-2024-56431). ++++ unixODBC: - add -std=gnu17 to CFLAGS to fix gcc15 compile time errors ++++ libstorage-ng: - Translated using Weblate (German) (bsc#1149754) - 4.5.253 ++++ libvirt: - cpu_map: Install Ampere-1 ARM CPU models bsc#1240922 ++++ xmlrpc-c: - Update descriptions for some component library subpackages - Simpler download URL - Update to 1.60.05 * Fix crash when memory allocation fails in XML parsing, when built to use libxml2 XML parser. Broken in Xmlrpc-c 1.57 (December 2019). * Build: fix failure to install interface header files when using separate build directory. - from version 1.60.04 * CGI server: fix crash when client does not send content type header field. - from version 1.60.03 * Fix always incorrect results, wild memory reference with xmlrpc_value_new of array or structure. Always broken (xmlrpc_value_new was new in Xmlrpc-c 1.43 (September 2015)) - from version 1.60.02 * Build: fix compiler warning about format not being a string literal. - from version 1.60.01 * Build: fix missing options on compile of openssl.o. - from version 1.60 * Abyss HTTP server: use MSG_MORE to cause OS to send larger, logically complete TCP packets. * Use PKG_CONFIG environment variable for the name of the pkg-config program. * Abyss HTTP server: Fix memory corruption in processing of "authorization" header field. Broken in Xmlrpc-c 1.41 (March 2015). - Add new libxmlrpc_openssl binary package ++++ linkerd-cli-edge: - Update to version 25.4.2: * build(deps): bump google.golang.org/grpc from 1.71.0 to 1.71.1 (#13895) * build(deps): bump golang.org/x/tools from 0.31.0 to 0.32.0 (#13909) * build(deps): bump github.com/linkerd/linkerd2-proxy-api (#13884) * build(deps): bump tj-actions/changed-files (#13917) * build(deps): bump cc from 1.2.17 to 1.2.18 (#13904) * build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 (#13907) * build(deps): bump golang.org/x/net from 0.37.0 to 0.39.0 (#13910) * build(deps): bump errno from 0.3.10 to 0.3.11 (#13905) * build(deps): bump miniz_oxide from 0.8.7 to 0.8.8 (#13914) * build(deps): bump openssl-src from 300.4.2+3.4.1 to 300.5.0+3.5.0 (#13913) * build(deps): bump hostname from 0.4.0 to 0.4.1 (#13915) * build(deps): bump smallvec from 1.14.0 to 1.15.0 (#13903) * build(deps): bump tokio from 1.44.1 to 1.44.2 (#13906) * build(deps): bump openssl from 0.10.71 to 0.10.72 (#13901) * build(deps): bump miniz_oxide from 0.8.5 to 0.8.7 (#13899) ++++ mdadm: - IMSM RAID0 2 disks to RAID10 4 disks migration fix add 1006-imsm-Fix-RAID0-to-RAID10-migration.patch (bsc#1241001) ++++ musescore: - Replace upstream change with Mandriva's patch ++++ neovide: - Update to version 0.15.0: * chore: Release 0.15.0 (#3075) * Use nvim_exec2 instead of deprecated nvim_exec (#3076) * feat!: more configurable cursor animation (#3061) * Fix the unit of the particle density (#3062) * feat: Use multiple cursor_vfx at the same time (#3009) * Fix file drop with open in tabs set to false (#3074) * fix: native rendering for box drawing chars (#3033) * fix: don't draw shadows for the cmdline window unless it's scrolled and displaying a message (#3064) * fix!: simplify and fix the launching of neovim (#3045) * Fix the z-index message windows (#3063) * fix: allow blinking when blinkwait is 0 (#3055) * feat: make it possible to disable the cursor hack (#3035) * fix: point highlight cursor effects are properly emitted and animated (#3053) * Low latency cursor animation (#3054) * fix: particle vfx not being emitted for short travels (#3052) * Enabled remapping of Command+Q on macOS (#3048) * feat: support xdg activation (#3051) * feat(env): add NEOVIDE_CONFIG env var (#3010) * Revisit Fedora installation.md notes. (#3044) * chore: fix nightly clippy warning (#3041) * chore: update swash to fix issues with some fonts (#3025) * chore!: upgrade the Ubuntu runners to 22.04 (#3037) * feat: background blur for Windows (#3021) * feat: rename and deprecate `neovide_transparency` to `neovide_opacity` (#2769) (#3024) - Updated bundled dependency: * skia-m132-0.81.0.tar.gz -> skia-m135-0.83.0.tar.gz ++++ novnc: - Update to 1.6.0 Application: * Updated GUI with a more modern styling * Settings can now be configured via defaults.json and mandatory.json * Support for relative WebSocket URLs Library: * Session will resize faster, making the client feel more responsive * Support for back and forward mouse buttons * Support for H.264 encoding * Support for Zlib encoding - Fix patch novnc-1.5.0-fix-interpreter.patch * Renamed to patch novnc-1.6.0-fix-interpreter.patch ++++ orthanc-authorization: - version 0.9.1 * static_build.patch added * The plugin is now using the HttpClient from the Orthanc core instead of its own HttpClient which should enable support for https since the plugin is not built with SSL support. * New default permission to upload to ^/DICOM_WEB_ROOT/studies/([.0-9]+) (https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=244) ++++ po4a: - Update licence tag to GPL-2.0-or-later to match the actual package licence. ++++ pt2-clone: - Update to version 1.73 * Sample loops are now updated properly when dragging the loop points while the sample is playing (while the song is playing, that is). ++++ python-ncclient: - Enable sle15allpythons to also build for Python 3.11 on Leap ++++ python-APScheduler: - Actually drop {Build,}Requires on six. - Support both lowercased and unnormalized metadata directory names. ++++ python-azure-mgmt-iothub: - New upstream release + Version 4.0.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-azure-servicebus: - New upstream release + Version 7.14.2 + For detailed information about changes see the CHANGELOG.md file provided with this package ++++ python-cachelib: - Switch to pyproject macros. - Drop urllib3 BuildRequires due to boto3 disappearing. ++++ python-google-cloud-monitoring: - initial version 2.27.1 ++++ python-livereload: - Update to 2.7.1: * Wait for the IOLoop to be stopped before attempting to close it * Release since we have many bug fixes. - Update Source URL. - Drop patch python-livereload-no-python2.patch, included upstream. - Drop {Build,}Requires on six. ++++ python-netutils: - Enable sle15_python_module_pythons to build for Python 3.11 on Leap (project is now Python 3.9+) ++++ python-ntc-templates: - Enable sle15_python_module_pythons (align with poetry) - Correct PyYAML BuildRequires - Remove no longer needed test workaround ++++ python-propcache: - Update to 0.3.1 * Improved typing annotations, fixing some type errors under correct usage and improving typing robustness generally -- by :user:`Dreamsorcerer`. ++++ python-psycopg2: - Update to 2.9.10 * Add support for Python 3.13. * Receive notifications on commit (ticket #1728). * Errorcodes map and errors classes updated to PostgreSQL 17. * Drop support for Python 3.7. - Drop support-python-313.patch, merged upstream ++++ python-pycares: - Update to 4.6.0 * Swap out is_all_ascii for built-in str.isascii by @bdraco in (#209) * Fixup tests by @saghul in (#214) * Add initial type annotations by @Dreamsorcerer in (#212) * Fix module has no attribute type errors by @Dreamsorcerer in (#211) ++++ python-pycryptodome: - update to 3.22.0: * Added support for HPKE (RFC 9180). * GH#812: CCM ciphers will now fail before encrypting (or decrypting) data beyond the limit imposed by the nonce length. * GH#846: fix infinite loop with RC4 for data larger than 4GB. * GH#852: handle correctly invalid PEM files with less than 3 lines. ++++ python-pycryptodomex: - update to 3.22.0: * Added support for HPKE (RFC 9180). * GH#812: CCM ciphers will now fail before encrypting (or decrypting) data beyond the limit imposed by the nonce length. * GH#846: fix infinite loop with RC4 for data larger than 4GB. * GH#852: handle correctly invalid PEM files with less than 3 lines. ++++ python-pykeepass: - update to 4.1.1.post1: * [gh#libkeepass/pykeepass410] - support empty string as password ++++ python-pylibacl: - Update to 0.7.2 * Single-bugfix release: fixed the typing stub module. Nothing exercised it, and having been generated with pre-3.6 stubgen, it failed to work on modern versions. No tests failed (should add some), but the doc build by Sphinx failed accidentally since the failure to import (which was ignored) led to a missing title for the module, which Sphinx complained about. Quite funny :) ++++ python-pyparsing: - update to 3.2.3: * Fixed bug released in 3.2.2 in which `nested_expr` could overwrite parse actions for defined content, and could truncate list of items within a nested list. * Released `cvt_pyparsing_pep8_names.py` conversion utility to upgrade pyparsing-based programs and libraries that use legacy camelCase names to use the new PEP8-compliant snake_case method names. * Fixed bug in `nested_expr` where nested contents were stripped of whitespace when the default whitespace characters were cleared * Fixed bug in `rest_of_line` and the underlying `Regex` class, in which matching a pattern that could match an empty string (such as `".*"` or `"[A-Z]*"` would not raise a `ParseException` at or beyond the end of the input string. This could cause an infinite parsing loop when parsing `rest_of_line` at the end of the input string. * Fixed syntax warning raised in `bigquery_view_parser.py`, invalid escape sequence "\s". * Added support for Python 3.14. ++++ python-roman-numerals: - Enable sle15_python_module_pythons to only build for Python 3.11 on Leap (does not build with old pytest anymore) ++++ python-setuptools-rust: - Update to 1.11.1 * Fix finding cargo artifacts when filenames are empty. #521 ++++ python-threadpoolctl: - Update to 3.6.0 * Added support for libraries with a path longer than 260 on Windows. The supported path length is now 10 times higher but not unlimited for security reasons. * Dropped official support for Python 3.8. - Switch upstream source tarball to Github ++++ python-ttp-templates: - Enable sle15_python_module_pythons (align with ttp and poetry) - Update to 0.3.7 * Rename juniper to juniper_junos for N2G templates * Added juniper_junos template for cli_ip_data plugin - Add patch to fix package version in pyproject.toml * fix-package-version.patch ++++ python-uharfbuzz: - Update to 0.49.0 * Update to HarfBuzz 11.0.1 ++++ python313-pyparsing: - update to 3.2.3: * Fixed bug released in 3.2.2 in which `nested_expr` could overwrite parse actions for defined content, and could truncate list of items within a nested list. * Released `cvt_pyparsing_pep8_names.py` conversion utility to upgrade pyparsing-based programs and libraries that use legacy camelCase names to use the new PEP8-compliant snake_case method names. * Fixed bug in `nested_expr` where nested contents were stripped of whitespace when the default whitespace characters were cleared * Fixed bug in `rest_of_line` and the underlying `Regex` class, in which matching a pattern that could match an empty string (such as `".*"` or `"[A-Z]*"` would not raise a `ParseException` at or beyond the end of the input string. This could cause an infinite parsing loop when parsing `rest_of_line` at the end of the input string. * Fixed syntax warning raised in `bigquery_view_parser.py`, invalid escape sequence "\s". * Added support for Python 3.14. ++++ rear: - Version upgrade to 2.9 Interim release to solve packaging issues on RPM-based distributions and several other fixes: * Create /var/run symlink dynamically during mkrescue. Not having it as an actual symlink in the source tree avoids the packaging problem that [23]RPM is not able to change a directory into a symlink and vice-versa during package upgrade (before ReaR 2.8 it was a directory, not a symlink). See https://github.com/rear/rear/pull/3380 and https://github.com/rear/rear/issues/3375 * Add 'timeout' to REQUIRED_PROGS - avoids a false "ERROR: Stale NFS mount point" in the recovery system. See https://github.com/rear/rear/pull/3387 and https://github.com/rear/rear/issues/3386 For details see the rear-release-notes.txt file and https://github.com/rear/rear/blob/rear-2.9/doc/rear-release-notes.txt - Version upgrade to 2.8 New features, bigger enhancements, and possibly backward incompatible changes: * New support for additional commercial backup software + Veeam Backup + Dell PowerProtect Data Manager + CommvaultGalaxy 11 (Simpana) * Bareos integration was rewritten and updated. * New portable mode --portable and OUTPUT=PORTABLE, see https://github.com/rear/rear/blob/master/doc/user-guide/17-Portable-Mode.adoc for more information. * Improved handling and protecting of secrets in ReaR configuration variables. New -e/--expose-secrets option to show secrets in configuration variables. * New non-interactive mode -n/--non-interactive to suppress all interactive questions and answers and facilitate truly unattended recovery automation. * NFS4SERVER as new restore method where the rescue systems starts an NFS4 server to push the data to the rescue system. * New OpalPBA AuthToken feature. * Layout changes and fixes for S/390 DASDs (major code overhauling). * Initial basic 'barrel' support, see https://github.com/aschnell/barrel * By default 'rear recover' wipes disks that get completely recreated via DISKS_TO_BE_WIPED="" in default.conf. For details see the rear-release-notes.txt file and https://github.com/rear/rear/blob/rear-2.8/doc/rear-release-notes.txt - GRUB_RESCUE_initrd.patch is removed (no longer needed) because it is fixed in ReaR 2.8 see https://github.com/rear/rear/issues/3122 and https://github.com/rear/rear/pull/3123 ++++ runc: - Update to runc v1.2.6. Upstream changelog is available from . ++++ sdbootutil: - Update to version 1+git20250410.9086124: * Simplify code calling mount_chroot * Support transactional systems without overlayfs on /etc * Remove unnecessary umount_etc ++++ selinux-policy: - Update to version 20250410: * Allow login to podman container from tty (bsc#1238709) * Add an rpmbuild test to the gitlab-ci ++++ sequoia-sq: - Update to version 1.3.1: * Release 1.3.1. * Fix formatting. * Improve documentation of `sq config`. * Emit hints to mark an imported key as authenticated or introducer. * Hedge against importing keys into the cert store. * Improve displaying of preferred user IDs. * Fix typo. * Display backtraces attached to errors. * tests: Avoid DSA key in tests as DSA will be rejected in the future. * tests: Update PKI test vectors to not expire. * Enable backtraces and tracing when running tests. * Make importing Autocrypt certs more robust. * Release 1.3.0. * Make sq config get print to stdout. * Fix early abort in sq keyring filter * Fix test sq_verify_policy_as_of_relative_time * Fix error message. * Prefix matching for --...-self parameters fixed * Fix examples. * Port to sequoia-openpgp 2. * ci: Always build the pages, but only publish when merging to main. * Upgrade sequoia-man. * Split out the man page generation into a new crate. * Update openssl to address RUSTSEC-2025-0004. * Update hickory-proto to address RUSTSEC-2025-0006. * man: Fix NAME section for subcommands. ++++ u-boot: - Update to 2025.04: * Full changelog available at: https://source.denx.de/u-boot/u-boot/-/compare/v2025.01...v2025.04 - Patch queue updated from https://github.com/openSUSE/u-boot.git tumbleweed-2025.04 * Patches added: 0016-Kconfig-add-btrfs-to-standard-boot.patch - Disable boards which fail to build: * avnetultra96rev1 * xilinxzynqmpvirt * xilinxzynqmpzcu102rev10 ++++ uasm: - add -std=gnu11 to CFLAGS to fix prototype issues w /gcc-15, and to still allow build on Leap 15.6 ++++ werf: - Update to version 2.35.1: * Bug Fixes - cleanup: fix multiplatform image handling (7dbc6d9) - release, werf-in-image: disable auto host cleanup (0d5dde2) ++++ yast2-storage-ng: - Create /etc/lvm/devices if needed (jsc#PED-7355, jsc#PED-12241). - 5.0.29 ------------------------------------------------------------------ ------------------ 2025-4-9 - Apr 9 2025 ------------------- ------------------------------------------------------------------ ++++ HepMC: - Update to version 3.3.1: * Require cmake>3.10 for compatibility with cmake4. * Multiple bugfixes and improvements. * Add uproot5 to the tests * Add static libraries and other fixes to HepMC3-config. * Fix weights usage in the AnalysisExample.cc file. * Update convert_example.cc to allow for one argument for the "dump" format. * Fix for a "Conditional jump or move depends on uninitialised value(s)" problem detected by valgrind ++++ NetworkManager: - Remove '-Dhostname_persist=suse' compile option, as it's not needed anymore. The behaviours of this option are mainly: 1. stores hostname in /etc/HOSTNAME instead of /etc/hostname. 2. checks DHCLIENT_SET_HOSTNAME value in /etc/sysconfig/netowrk/dhcp to know whether the hostname is valid. These are not desired haviours anymore. ++++ Rivet: - Add Rivet-fix-hepmc-tests.patch -- Use deduce_reader in API tests for HepMC 3.3.x compatibility; part of upstream commit ca0d57ca to release-4-0-x development branch. - Add Rivet-disable-testCmdLine.patch -- Disable an outdated and failing test ++++ webkit2gtk3-soup2: - Remove conditionals related to SLE 15. It is unlikely that we will sync to SLE 15 again, and this simplifies the spec. ++++ webkit2gtk3: - Remove conditionals related to SLE 15. It is unlikely that we will sync to SLE 15 again, and this simplifies the spec. ++++ webkit2gtk4: - Remove conditionals related to SLE 15. It is unlikely that we will sync to SLE 15 again, and this simplifies the spec. ++++ alloy: - update to 1.8.0: * Breaking changes - Removed open_port and executable_name from top level configuration of Beyla component. Removed enabled argument from network block. (@marctc) - Breaking changes from the OpenTelemetry Collector v0.122 update: (@wildum) - otelcol.exporter.splunkhec: min_size_items and max_size_items were replaced by min_size, max_size and sizer in the batcher block to allow users to configure the size of the batch in a more flexible way. - The telemetry level of Otel components is no longer configurable. The level argument in the debug_metrics block is kept to avoid breaking changes but it is not used anymore. - otelcol.processor.tailsampling changed the unit of the decision timer metric from microseconds to milliseconds. (change unit of otelcol_processor_tail_sampling_sampling_decision_timer_latency) - otelcol.processor.deltatocumulative: rename otelcol_deltatocumulative_datapoints_processed to otelcol_deltatocumulative_datapoints and remove the metrics otelcol_deltatocumulative_streams_evicted, otelcol_deltatocumulative_datapoints_dropped and otelcol_deltatocumulative_gaps_length. - The regex attribute was removed from otelcol.processor.k8sattributes. The extract-patterns function from otelcol.processor.transform can be used instead. - The default value of metrics_flush_interval in otelcol.connector.servicegraph was changed from 0s to 60s. - s3_partition in otelcol.exporter.awss3 was replaced by s3_partition_format. - (Experimental) prometheus.write.queue metric names changed to align better with prometheus standards. (@mattdurham) * Features - Add otelcol.receiver.awscloudwatch component to receive logs from AWS CloudWatch and forward them to other otelcol.* components. (@wildum) - Add loki.enrich component to enrich logs using labels from discovery.* components. (@v-zhuravlev) - Add string concatenation for secrets type (@ravishankar15) - Add support for environment variables to OpenTelemetry Collector config. (@jharvey10) - Replace graph in Alloy UI with a new version that supports modules and data flow visualization. (@wildum) - Added --cluster.wait-for-size and --cluster.wait-timeout flags which allow to specify the minimum cluster size required before components that use clustering begin processing traffic to ensure adequate cluster capacity is available. (@thampiotr) - Add trace_printer to beyla.ebpf component to print trace information in a specific format. (@marctc) - Add support for live debugging and graph in the UI for components imported via remotecfg. (@wildum) ++++ apparmor: - update to ApppArmor 4.1.0 - see https://gitlab.com/apparmor/apparmor/-/wikis/Release_Notes_4.1.0 for the detailed upstream changelog - remove upstream py313-aa-notify.patch ++++ chromium: - Chromium 135.0.7049.84 (stable release 2025-04-08) (boo#1240968) * CVE-2025-3066: Use after free in Site Isolation ++++ drbd: - drbd: fix build error against kernel v6.14 (boo#1240916) * add patch + boo1240916-fix_build_error_against_kernel_v6.14.patch * replace suse special patch with drbd upstream fix - boo1236927-fix-build_error_against_v6.13.patch + 0001-drbd-build-deal-with-potentially-relative-paths-in-p.patch * remove patch, the issue is already fixed in v6.14 kernel - boo1235399-fix_the_warning_of_blk_validate_limits.patch ++++ epson-inkjet-printer-escpr: - fix Factory submission by actually dropping bug_x86_64.patch Fixes boo#1241007 ++++ fcitx5-configtool: - remove useless code in specfile ++++ fcitx5-configtool-qt6: - remove useless code in specfile ++++ hledger: - Update hledger to version 1.42.1 revision 1. Upstream has revised the Cabal build instructions on Hackage. ++++ ghc-hledger-lib: - Update hledger-lib to version 1.42.1 revision 1. Upstream has revised the Cabal build instructions on Hackage. ++++ hledger-ui: - Update hledger-ui to version 1.42.1 revision 1. Upstream has revised the Cabal build instructions on Hackage. ++++ glib2-branding-openSUSE: - Update SLE version to 16. (bsc#1240822) ++++ gitsign: - Update to version 0.13.0: * Add verify-tag command for Git tag signature verification (#659) * Bump goreleaser/goreleaser-action in the actions group (#661) * Bump the gomod group with 2 updates (#651) * Enable signing with --detached-sign flag. (#657) * Bump the actions group with 3 updates (#656) * Bump github.com/golang-jwt/jwt/v4 in the go_modules group (#654) * Bump github.com/golang-jwt/jwt/v5 in the go_modules group (#653) * Bump the actions group with 2 updates (#650) * Bump golang.org/x/net from 0.35.0 to 0.36.0 in the go_modules group (#649) * Bump golang.org/x/oauth2 from 0.27.0 to 0.28.0 (#647) * Bump github.com/sigstore/sigstore from 1.8.15 to 1.9.0 (#646) * Bump golang.org/x/crypto from 0.35.0 to 0.36.0 (#648) * Bump actions/attest-build-provenance in the actions group (#645) * Bump golang.org/x/crypto from 0.33.0 to 0.35.0 (#642) * Bump github.com/go-git/go-git/v5 from 5.13.2 to 5.14.0 (#643) * Bump golang.org/x/oauth2 from 0.26.0 to 0.27.0 (#644) * Bump the actions group with 2 updates (#641) * Bump the gomod group with 6 updates (#636) * Bump github.com/go-jose/go-jose/v3 in the go_modules group (#640) * Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#637) * Bump github.com/go-jose/go-jose/v4 in the go_modules group (#639) * Bump the actions group with 2 updates (#638) * Bump the gomod group across 1 directory with 8 updates (#635) * Bump the actions group with 2 updates (#634) * Fix test for go-git update (#632) * goreleaser: Replace deprecated options (#633) * Bump the actions group with 2 updates (#628) * Enable CGO on riscv64 (#631) * Bump the actions group with 3 updates (#625) * Modernize attest statements (#620) * Bump golangci/golangci-lint-action in the actions group (#622) * Fix non-constant format string error (#619) * Bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 (#614) * Bump github.com/jonboulle/clockwork from 0.4.0 to 0.5.0 (#615) * Bump github.com/coreos/go-oidc/v3 from 3.11.0 to 3.12.0 (#616) ++++ glmark2: - Update to version 20250221: * NativeStateDRM: Specify modifiers for DRM framebuffer when possible * NativeStateDRM: Use explicit format modifiers when possible * GLStateEGL: Advertise supported format modifiers * glad: Add EGL_EXT_image_dma_buf_import_modifiers extension * GLStateEGL: Prefer to use eglGetProcAddress to get EGL function addresses * Support the provision of GL modifiers to native state * NativeStateNull: Add null native state * glad: Update to latest version and add EGL_MESA_platform_surfaceless * Prefer to use sync objects to synchronize rendering in offscreen mode * CanvasGeneric,Options: Support multiple FBOs in offscreen mode * Prepare scenes for changing Canvas FBO ++++ goipp: - update to 1.2.0: * Added IntegerOrRange interface type * Added non-strict comparison of Values and Attributes (check for Similarity) * Fixed (Tag) Type() for TagNoValue. No it properly returns TypeVoid * Added (Group) Similar(), (Groups) Similar() and (Message) Similar() * Added (*Message) FixGroups() * (*Message) FixGroup() replaced by NewMessageWithGroups() * Added Attributes.Clone and Groups.Clone * Added MakeAttr() and MakeAttrCollection(). MakeAttribute considered deprecated * Added Formatter, Message.Print considered deprecated * Formatter: fixed formatting of 1SetOf Collection * Formatter: one more fix of formatting of 1SetOf Collection * Message.AttrGroups function made public * Added DeepCopy method for most types that contain values * Print PDF file example updated * Handling of Extended Tags Revisited * Removed Accept-Encoding HTTP header in example. Go does it better * Fixed go test on go 1.11 * Fixed Tag.String for negative tag values * Improved output for Units.String() for unknown units * Values.Equal now returns false when comparing Values{} and Values(nil) * Collection.Equal abandoned * Tests refactoring: systematic testing of Tag methods * Tests refactoring: systematic testing of Value and Values methods * Tests refactoring: systematic testing of Type methods * Tests refactoring: systematic testing of Op methods * Sparse table for Op.String replaced with map, saving 132K of memory * Tests refactoring: systematic testing of Status methods * Sparse table for Op.String replaced with map, saving 10K of memory * Cosmetic * Attributes.Equal now returns false when comparing Attributes{} and Attributes(nil) * Attributes.Clone and Attributes.DeepCopy return nil for nil input * Values.Clone and Values.DeepCopy return nil for nil input * Fixed decoding Range and Resolution values with negative integer fields * Tests refactoring: full testing of Attribute and friends * Added missed Group.Clone method * Groups.Equal now returns false when comparing Groups{} and Groups(nil) * Groups.Clone and Groups.DeepCopy return nil for nil input * Tests refactoring: full testing of Group and Groups * Tests refactoring: message.go partially test-covered * Tests refactoring: added NewMessageWithGroups test * Tests refactoring: added Message.AttrGroups test * Tests refactiring: added tests for Message.Equal and Message.Similar functions * Removed unused constant (FormatterMaxWidth) * Fixed error message formatting for TestMessageEqualSimilar * Message.Print rewritten as a wrapper to Formatter * Tests refactoring: added Message.Reset test * Tests refactoring: added test for the Message.Print function * Tests refactoring: 100% test coverage for Formatter * Fixed building of test (duplicated TestVersion) * Tests refactoring: goipp_test.go renamed to encdec_test.go and refactored * Tests refactoring: 100% test coverage achieved!!! * Code formatting updated - change set_version service to manual - make rpmlint happy, by adjusting the Summary field ++++ govulncheck-vulndb: - Update to version 0.0.20250409T170536 2025-04-09T17:05:36Z. Refs jsc#PED-11136 Go CVE Numbering Authority IDs added or updated with aliases: * GO-2025-3591 CVE-2025-31483 GHSA-cq88-842x-2jhp * GO-2025-3594 CVE-2025-31489 GHSA-wg47-6jq2-q2hh * GO-2025-3598 CVE-2025-32024 GHSA-q7rw-w4cq-2j6w * GO-2025-3599 CVE-2025-32025 GHSA-fmhh-rw3h-785m ++++ ibus-typing-booster: - Update to 2.27.31 - Add a new boolean gsettings option to allow loading **all** Unicode characters from UnicodeData.txt for the Unicode symbols and emoji predictions (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/667) - Scale image correctly when adding an input method in the setup tool (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/675) - Display a middle dot in the preedit for keys in a compose sequence which use unassigned Unicode code points (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/674) - Translation update from Weblate (fi 100%, uk 100%) ++++ k9s: - Update to version 0.50.0: * 5-O, 5-0... Spring Cleaning In Effect! Careful on this upgrade! We've gone thru lots of code revamp/refactor on this drop, so mileage may vary!! * K9s Slow? It looks like K9s performance took a dive in the wrong direction circa v0.40.x releases. Took a big perf/cleanup pass to improve perf and think this release should help a lot (famous last words...) NOTE! As my dear granny use to say: You can't cook a great meal without trashing the kitchen, So likely I have broken a few things in the process. So thread carefully and report back! * Now with Super Column Blow! By general demand, juice up custom views! In a feature we like to refer to as Super Column Blow... As of this drop, you can go full Chuck Norris and sprinkle some of your JQ_FU with you custom views. * Resolved Issues - #3226 Filter view will show mess when filtering some string - #3224 Respect kubectl.kubernetes.io/default-container annotation - #3222 Option to Display Resource Names Without API Version Prefix - #3210 Description line is buggy * Dependencies - chore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 (#3234) - chore(deps): bump helm.sh/helm/v3 from 3.17.1 to 3.17.2 (#3235) - chore(deps): bump k8s.io/apiextensions-apiserver from 0.32.2 to 0.32.3 (#3213) - chore(deps): bump golangci/golangci-lint-action from 6.5.1 to 6.5.2 (#3215) - chore(deps): bump k8s.io/kubectl from 0.32.2 to 0.32.3 (#3214) - chore(deps): bump github.com/containerd/containerd from 1.7.24 to 1.7.27 (#3216) ++++ kernel-debug: - wifi: ath11k: fix memory leak in ath11k_xxx_remove() (git-fixes). - Refresh patches.suse/Reapply-wifi-ath11k-restore-country-code-during-resu.patch. - Refresh patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch. - Refresh patches.suse/wifi-ath11k-determine-PM-policy-based-on-machine-mod.patch. - Refresh patches.suse/wifi-ath11k-introduce-ath11k_core_continue_suspend_r.patch. - Refresh patches.suse/wifi-ath11k-refactor-ath11k_core_suspend-_resume.patch. - Refresh patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch. Update upstream status. - commit 1b560ef - rpm/check-for-config-changes: add LD_CAN_ to IGNORED_CONFIGS_RE We now have LD_CAN_USE_KEEP_IN_OVERLAY since commit: e7607f7d6d81 ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE - commit 7b55ff2 ++++ kernel-default: - wifi: ath11k: fix memory leak in ath11k_xxx_remove() (git-fixes). - Refresh patches.suse/Reapply-wifi-ath11k-restore-country-code-during-resu.patch. - Refresh patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch. - Refresh patches.suse/wifi-ath11k-determine-PM-policy-based-on-machine-mod.patch. - Refresh patches.suse/wifi-ath11k-introduce-ath11k_core_continue_suspend_r.patch. - Refresh patches.suse/wifi-ath11k-refactor-ath11k_core_suspend-_resume.patch. - Refresh patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch. Update upstream status. - commit 1b560ef - rpm/check-for-config-changes: add LD_CAN_ to IGNORED_CONFIGS_RE We now have LD_CAN_USE_KEEP_IN_OVERLAY since commit: e7607f7d6d81 ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE - commit 7b55ff2 ++++ kernel-source: - wifi: ath11k: fix memory leak in ath11k_xxx_remove() (git-fixes). - Refresh patches.suse/Reapply-wifi-ath11k-restore-country-code-during-resu.patch. - Refresh patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch. - Refresh patches.suse/wifi-ath11k-determine-PM-policy-based-on-machine-mod.patch. - Refresh patches.suse/wifi-ath11k-introduce-ath11k_core_continue_suspend_r.patch. - Refresh patches.suse/wifi-ath11k-refactor-ath11k_core_suspend-_resume.patch. - Refresh patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch. Update upstream status. - commit 1b560ef - rpm/check-for-config-changes: add LD_CAN_ to IGNORED_CONFIGS_RE We now have LD_CAN_USE_KEEP_IN_OVERLAY since commit: e7607f7d6d81 ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE - commit 7b55ff2 ++++ kernel-docs: - wifi: ath11k: fix memory leak in ath11k_xxx_remove() (git-fixes). - Refresh patches.suse/Reapply-wifi-ath11k-restore-country-code-during-resu.patch. - Refresh patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch. - Refresh patches.suse/wifi-ath11k-determine-PM-policy-based-on-machine-mod.patch. - Refresh patches.suse/wifi-ath11k-introduce-ath11k_core_continue_suspend_r.patch. - Refresh patches.suse/wifi-ath11k-refactor-ath11k_core_suspend-_resume.patch. - Refresh patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch. Update upstream status. - commit 1b560ef - rpm/check-for-config-changes: add LD_CAN_ to IGNORED_CONFIGS_RE We now have LD_CAN_USE_KEEP_IN_OVERLAY since commit: e7607f7d6d81 ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE - commit 7b55ff2 ++++ kernel-firmware-bluetooth: - Update to version 20250408 (git commit c1a774f36657): * QCA: Add 8 bluetooth nvm files for WCN785x btusb * QCA: Update WCN785x btusb firmware to 2.0.0-00790-3 ++++ kernel-firmware-i915: - Update aliases from 6.15-rc1 ++++ kernel-firmware-media: - Update to version 20250408 (git commit c1a774f36657): * qcom: update firmware binary for SM8250 ++++ kernel-firmware-mediatek: - Update aliases from 6.15-rc1 ++++ kernel-firmware-mellanox: - Update to version 20250408 (git commit c1a774f36657): * Mellanox: Add new mlxsw_spectrum firmware xx.2014.4012 ++++ kernel-firmware-network: - Update to version 20250408 (git commit c1a774f36657): * linux-firmware: add firmware for Aeonsemi AS21x1x 1G/2.5G/5G/10G Ethernet Phy ++++ kernel-firmware-platform: - Update aliases from 6.15-rc1 ++++ kernel-firmware-qcom: - Update aliases from 6.15-rc1 - Update to version 20250408 (git commit c1a774f36657): * qcom:x1e80100: Iris Support for Lenovo T14s G6 Qualcomm platform * qcom:x1e80100: Support for Lenovo Yoga Slim 7 Snapdragon platform ++++ kernel-firmware-realtek: - Update aliases from 6.15-rc1 ++++ kernel-firmware-sound: - Update to version 20250408 (git commit c1a774f36657): * mediatek: Add new mt8195 SOF firmware * mediatek: Add new mt8188 SOF firmware ++++ kernel-kvmsmall: - wifi: ath11k: fix memory leak in ath11k_xxx_remove() (git-fixes). - Refresh patches.suse/Reapply-wifi-ath11k-restore-country-code-during-resu.patch. - Refresh patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch. - Refresh patches.suse/wifi-ath11k-determine-PM-policy-based-on-machine-mod.patch. - Refresh patches.suse/wifi-ath11k-introduce-ath11k_core_continue_suspend_r.patch. - Refresh patches.suse/wifi-ath11k-refactor-ath11k_core_suspend-_resume.patch. - Refresh patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch. Update upstream status. - commit 1b560ef - rpm/check-for-config-changes: add LD_CAN_ to IGNORED_CONFIGS_RE We now have LD_CAN_USE_KEEP_IN_OVERLAY since commit: e7607f7d6d81 ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE - commit 7b55ff2 ++++ kernel-obs-build: - wifi: ath11k: fix memory leak in ath11k_xxx_remove() (git-fixes). - Refresh patches.suse/Reapply-wifi-ath11k-restore-country-code-during-resu.patch. - Refresh patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch. - Refresh patches.suse/wifi-ath11k-determine-PM-policy-based-on-machine-mod.patch. - Refresh patches.suse/wifi-ath11k-introduce-ath11k_core_continue_suspend_r.patch. - Refresh patches.suse/wifi-ath11k-refactor-ath11k_core_suspend-_resume.patch. - Refresh patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch. Update upstream status. - commit 1b560ef - rpm/check-for-config-changes: add LD_CAN_ to IGNORED_CONFIGS_RE We now have LD_CAN_USE_KEEP_IN_OVERLAY since commit: e7607f7d6d81 ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE - commit 7b55ff2 ++++ kernel-obs-qa: - wifi: ath11k: fix memory leak in ath11k_xxx_remove() (git-fixes). - Refresh patches.suse/Reapply-wifi-ath11k-restore-country-code-during-resu.patch. - Refresh patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch. - Refresh patches.suse/wifi-ath11k-determine-PM-policy-based-on-machine-mod.patch. - Refresh patches.suse/wifi-ath11k-introduce-ath11k_core_continue_suspend_r.patch. - Refresh patches.suse/wifi-ath11k-refactor-ath11k_core_suspend-_resume.patch. - Refresh patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch. Update upstream status. - commit 1b560ef - rpm/check-for-config-changes: add LD_CAN_ to IGNORED_CONFIGS_RE We now have LD_CAN_USE_KEEP_IN_OVERLAY since commit: e7607f7d6d81 ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE - commit 7b55ff2 ++++ kernel-syms: - wifi: ath11k: fix memory leak in ath11k_xxx_remove() (git-fixes). - Refresh patches.suse/Reapply-wifi-ath11k-restore-country-code-during-resu.patch. - Refresh patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch. - Refresh patches.suse/wifi-ath11k-determine-PM-policy-based-on-machine-mod.patch. - Refresh patches.suse/wifi-ath11k-introduce-ath11k_core_continue_suspend_r.patch. - Refresh patches.suse/wifi-ath11k-refactor-ath11k_core_suspend-_resume.patch. - Refresh patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch. Update upstream status. - commit 1b560ef - rpm/check-for-config-changes: add LD_CAN_ to IGNORED_CONFIGS_RE We now have LD_CAN_USE_KEEP_IN_OVERLAY since commit: e7607f7d6d81 ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE - commit 7b55ff2 ++++ kernel-vanilla: - wifi: ath11k: fix memory leak in ath11k_xxx_remove() (git-fixes). - Refresh patches.suse/Reapply-wifi-ath11k-restore-country-code-during-resu.patch. - Refresh patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch. - Refresh patches.suse/wifi-ath11k-determine-PM-policy-based-on-machine-mod.patch. - Refresh patches.suse/wifi-ath11k-introduce-ath11k_core_continue_suspend_r.patch. - Refresh patches.suse/wifi-ath11k-refactor-ath11k_core_suspend-_resume.patch. - Refresh patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch. Update upstream status. - commit 1b560ef - rpm/check-for-config-changes: add LD_CAN_ to IGNORED_CONFIGS_RE We now have LD_CAN_USE_KEEP_IN_OVERLAY since commit: e7607f7d6d81 ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE - commit 7b55ff2 ++++ kubectl-explore: - Update to version 0.12.0: * update dependencies * gitignore .cursor * Update toolchains and deps ++++ qt6-base: - Add patch to rename a variable that was being shadowed and which made apps that use -Werror=shadow and include this header fail to build. Submitted upstream at https://codereview.qt-project.org/c/qt/qtbase/+/638284 : * 0001-Rename-variable-being-shadowed.patch ++++ libapparmor: - update to ApppArmor 4.1.0 - see https://gitlab.com/apparmor/apparmor/-/wikis/Release_Notes_4.1.0 for the detailed upstream changelog - remove upstream py313-aa-notify.patch ++++ libcontainers-common: - containers.conf default configuration modifications: * set runc as the default OCI runtime (bsc#1239088) * set nftables as the default firewall driver for netavark - New release 20250409 * bump bundled c/common to 0.59.1 * bump bundled c/image to 5.31.0 * bump bundled c/storage to 1.54.0 ++++ libgpg-error: - Update to 1.53: * Fix regression in 1.52. * Rebase libgpg-error-nobetasuffix.patch - Update to 1.52: * The KEY_WOW64_xxKEY flags can now be passed to the Registry read functions. [rE652328c786] * In the spawn functions care about closefrom/close call is interrupted. [T7478] * New simple string list API. [rE47097806f1] * New API for name value files. [rE7ec1f27b60] * Interface changes relative to the 1.51 release: - gpgrt_w32_reg_query_string NEW (Windows only). - gpgrt_strlist_t NEW type. - gpgrt_strlist_free NEW. - gpgrt_strlist_add NEW. - gpgrt_strlist_tokenize NEW. - gpgrt_strlist_copy NEW. - gpgrt_strlist_rev NEW. - gpgrt_strlist_prev NEW. - gpgrt_strlist_last NEW. - gpgrt_strlist_pop NEW. - gpgrt_strlist_find NEW. - GPGRT_STRLIST_APPEND NEW const. - GPGRT_STRLIST_WIPE NEW const. - gpgrt_nvc_t NEW type. - gpgrt_nve_t NEW type. - gpgrt_nvc_new NEW. - gpgrt_nvc_release NEW. - gpgrt_nvc_get_flag NEW. - gpgrt_nvc_add NEW. - gpgrt_nvc_set NEW. - gpgrt_nve_set NEW. - gpgrt_nvc_delete NEW. - gpgrt_nvc_lookup NEW. - gpgrt_nvc_parse NEW. - gpgrt_nvc_write NEW. - gpgrt_nve_next NEW. - gpgrt_nve_name NEW. - gpgrt_nve_value NEW. - gpgrt_nvc_get_string NEW. - gpgrt_nvc_get_bool NEW. - GPGRT_NVC_WIPE NEW const. - GPGRT_NVC_PRIVKEY NEW const. - GPGRT_NVC_SECTION NEW const. - GPGRT_NVC_MODIFIED NEW const. ++++ libiscsi: - Update to version 1.20.0+git.20250327: * fix: use correct maximum length for TargetName and InitiatorName * refactor(TODO): cleanup todos that have been implemented for ages * feat(socket): log resolved ip addresses if portal is a hostname * fix(socket): restore logging of local ip and port * feat(logging): include LUN into log messages ++++ marisa: - python binding still need by libkkc, reenable - modern python packaging ++++ ncurses: - Modify patch ncurses-5.9-ibm327x.dif * Add a further sclp entry for qemu s390 based systems ++++ python39-core: - Update to 3.9.22: - gh-131809: Update bundled libexpat to 2.7.1 - gh-131261: Upgrade to libexpat 2.7.0 - gh-105704: When using urllib.parse.urlsplit() and urllib.parse.urlparse() host parsing would not reject domain names containing square brackets ([ and ]). Square brackets are only valid for IPv6 and IPvFuture hosts according to RFC 3986 Section 3.2.2 (bsc#1236705, CVE-2025-0938, gh#python/cpython#105704). - gh-121284: Fix bug in the folding of rfc2047 encoded-words when flattening an email message using a modern email policy. Previously when an encoded-word was too long for a line, it would be decoded, split across lines, and re-encoded. But commas and other special characters in the original text could be left unencoded and unquoted. This could theoretically be used to spoof header lines using a carefully constructed encoded-word if the resulting rendered email was transmitted or re-parsed. - gh-119511: Fix a potential denial of service in the imaplib module. When connecting to a malicious server, it could cause an arbitrary amount of memory to be allocated. On many systems this is harmless as unused virtual memory is only a mapping, but if this hit a virtual address size limit it could lead to a MemoryError or other process crash. On unusual systems or builds where all allocated memory is touched and backed by actual ram or storage it could’ve consumed resources doing so until similarly crashing. - gh-121277: Writers of CPython’s documentation can now use next as the version for the versionchanged, versionadded, deprecated directives. - Remote upstreamed patch: - CVE-2025-0938-sq-brackets-domain-names.patch ++++ s2n: - Update to version 1.5.16 * ci: add ruff linting (#5182) * feat(bindings): expose certificate match api (#5220) * refactor: add evp pkey size/encrypt/decrypt methods (#5225) * ci: add openssl-3.0-fips to general batch (#5207) * refactor: implement match the same for all pkeys (#5224) * ci: Fix cppcheck build (#5238) * fix: tighten session ticket lifetime (#5217) * refactor(bindings): use implicit linking for aws-lc (#5218) * docs: fix openssl-3.0-fips provider requirements documentation (#5214) * ci: add openssl-3.0-fips to valgrind (#5211) * chore: bindings release 0.3.15 (#5221) * feat: add s2n_connection_get_key_exchange_group (#5209) * fix: Update README.md to include Rust bindings docs (#5212) * ci: exclude new setuptools (#5215) * Remove PQ TLS 1.2 from all Security Policies (#5194) * chore: binding release 0.3.14 (#5210) * chore: deprecate s2n_set (#5155) * fix: handshake message length integer overflow in s2n_handshake_finish_header (#5206) * ci: add openssl-3.0-fips to asan build properly (#5204) * ci: add libcrypto openssl-3.0-fips to integ tests (#5202) ++++ libstorage-ng: - Translated using Weblate (French) (bsc#1149754) - 4.5.252 ++++ shadow: - shadow-util-linux.patch: util-linux-2.41 introduced new variable: LOGIN_ENV_SAFELIST. Recognize it and update dependencies. The patch includes gh/shadow-maint/shadow/pull#1248. - shadow-login_defs-check-login_defs.lst: Make the util-linux.spec multibuild file compatible with quilt. Make it working with new quilt. ++++ m4: - add -std=gnu17 to CFLAGS in %check also ++++ meslo-lg-fonts: - Use readme from master branch instead of devel - Update setup macro to reflect name change - Update to downstream 1.2.2: * Fix swapped italic Cyrillic glyphs (issue #37) * Fix swapped bold and non-bold period glyph “.” (issue #36) * Fix centering on M and N glyphs (issue #34) * Remove undesired fi ligature (issue #20) ++++ musescore: - Add upstream change: * musescore-qt69.patch ++++ python-nanobind: - add nanobind-2.6.1-test-build.patch to fix test on single processor (boo #1239153) ++++ nodejs-electron: - New upstream release 33.4.9 * No user-visible changes - Add swiftshader-llvm20-absoluteSymbols.patch to fix FTBFS on aarch64 ++++ obs-service-go_modules: - Update to version 0.6.5: * feat: allow `archive` be name of the subdirectory * ignore directories containing '.git' when searching for the basename (#51) * doc(README): osc service disabled has been disabled * Make output archives more reproducible ++++ openSUSE-release-tools: - Update to version 20250409.44b68ff9: * gocd: add trigger-rebuild for openSUSE:Backports:SLE-16.0 ++++ openafs: - add perl-rpm-packaging to BuildRequires: to resolve "Have Choice"-Error for arch ppc64le - update to latest git branch stable-1_8_x - add upstream-patches required for kernel 6.14 + 4702930f8dd87a6cad1d59ef8c127003fded1f31.patch (LINUX: Refactor afs_linux_dentry_revalidate()) + 0306f3fdac736e15620f5802bdce510d25bb2450.patch (Linux-6.14: Handle dops.d_revalidate with parent) ++++ perf: - drop conditional perf-core (see below), 6.14 hit factory already ++++ perl-Net-SSLeay: - Fix build with openssl >= 3.4.1 * Add patch test-32_x509_get_cert_info-allow-single-colon.patch ++++ piglit: - Update to version 1~20250403: * arb_shading_language_420pack: test uniform block matching * arb_bindless_texture: fix undefined behaviour in test * replay: Adapt to new S3 proxy * replay: Adjust for changed S3 ETags * Don't rely on old numpy promotion rules in packing tests * Set numpy legacy printing options for builtin function generators * ci: run tests on python 3.13 as well * cmake: Add Python 3.13 to supported versions ++++ postfix: - fix compile option -std=gnu17 (only for >= 1600) - sync changes file ++++ postfix-bdb: - fix compile option -std=gnu17 (only for >= 1600) - sync changes file ++++ python-magic-wormhole: - Update to version 0.18.0 * Improve the example to act more like send/receive (#558, @OndrewBot) * Display a QR code by default for "wormhole send" (#555, @ferada + @meejah) This encodes "wormhole-transfer:M-word0-word1" per the spec: https://github.com/magic-wormhole/magic-wormhole-protocols/blob/main/uri-scheme.md * Add sequence diagram * Support Read the Docs pull-request builds * Drop support for Python 3.8 (#556) * Add broken-link checker (#588, https://github.com/Cycloctane) * Preemptively fix Click 8.2 (#584, @cjwatson) * Basic support for PEP518 (#579, @SnoopJ) * Add WORMHOLE_ACCEPT_FILE (#570, @haatveit) - Drop twisted.patch, merged upstream ++++ python-PyGithub: - Update to 2.6.1 [#]# Bug Fixes * Fix broken pickle support for Auth classes by @EnricoMi in #3211 * Remove schema from Deployment, remove message attribute by @EnricoMi in #3223 * Fix incorrect deprecated import by @EnricoMi in #3225 * Add CodeSecurityConfigRepository returned by get_repos_for_code_security_config by @EnricoMi in #3219 * Make GitTag.verification return GitCommitVerification by @EnricoMi in #3226 [#]# Maintenance * Mention removal of AppAuth.private_key in changelog by @EnricoMi in #3212 - Update to 2.6.0 [#]# Breaking Changes * Rework Views and Clones by @EnricoMi in #3168 * Fix typos by @kianmeng in #3086 [#]# New Features * Add capability for global laziness by @EnricoMi in #2746 * Add Support for GitHub Copilot Seat Management in Organizations by @pashafateev in #3082 * Get branches where commit is head by @EnricoMi in #3083 * Support downloading a Release Asset by @neel-m in #3060 * Add Repository.merge_upstream method by @Felixoid in #3175 * Support updating pull request draft status by @didot in #3104 * Add transfer ownership method to Repository by @tanannie22 in #3091 * Add enable and disable a Workflow by @nickrmcclorey in #3088 * Add support for managing Code Security Configrations by @billnapier in #3095 * Allow for private_key / sign function in AppAuth by @EnricoMi in #3065 [#]# full changelog: https://github.com/PyGithub/PyGithub/releases/tag/v2.6.0 - Add missing test requirement ++++ python-kwant: - Remove upper bound on numpy. - Regenerate Cython files to support Numpy 2. ++++ python-psycopg: - update to 3.2.6: * Fix connection semantic when using target_session_attrs=prefer-standby (ticket #1021). - update to 3.2.5: * 3x faster UUID loading thanks to C implementation (tickets #447, #998). - update to 3.2.4: * Don’t lose notifies received whilst the notifies() iterator is not running (ticket #962). * Make sure that the notifies callback is called during the use of the notifies() generator (ticket #972). * Raise the correct error returned by the database (such as AdminShutdown or IdleInTransactionSessionTimeout) instead of a generic OperationalError when a server error causes a client disconnection (ticket #988). * Build macOS dependencies from sources instead using the Homebrew versions in order to avoid problems with MACOSX_DEPLOYMENT_TARGET (ticket #858). * Bump libpq to 17.2 in Linux and macOS binary packages. * Bump libpq to 16.4 in Windows binary packages, using the vcpkg library (ticket #966). ++++ python-psycopg-c: - update to 3.2.6: * Fix connection semantic when using target_session_attrs=prefer-standby (ticket #1021). - update to 3.2.5: * 3x faster UUID loading thanks to C implementation (tickets #447, #998). - update to 3.2.4: * Don’t lose notifies received whilst the notifies() iterator is not running (ticket #962). * Make sure that the notifies callback is called during the use of the notifies() generator (ticket #972). * Raise the correct error returned by the database (such as AdminShutdown or IdleInTransactionSessionTimeout) instead of a generic OperationalError when a server error causes a client disconnection (ticket #988). * Build macOS dependencies from sources instead using the Homebrew versions in order to avoid problems with MACOSX_DEPLOYMENT_TARGET (ticket #858). * Bump libpq to 17.2 in Linux and macOS binary packages. * Bump libpq to 16.4 in Windows binary packages, using the vcpkg library (ticket #966). ++++ python-python-dotenv: - update to 1.1.0: * Add a security policy * Enhance dotenv run: Switch to execvpe for better resource management and signal handling * Add Python 3.13 trove classifier * Add support for python 3.13 and drop 3.8 * docs: Update README.md * Some more s/Python-dotenv/python-dotenv/ * add _is_debugger so load_dotenv will work in pdb ++++ python-standard-xdrlib: - Initial version ++++ virtualbox: - build with kernel 6.15, add: * kernel-6-15-EXTRA_CFLAGS.patch * kernel-6-15-fb_probe.patch -- this disables fb_probe and needs a rewrite similar to "9fa154f40eb6 drm/{i915,xe}: Run DRM default client setup". Good luck. * kernel-6-15-mkdir.patch * kernel-6-15-mode_valid.patch * kernel-6-15-timer.patch ++++ python39: - Update to 3.9.22: - gh-131809: Update bundled libexpat to 2.7.1 - gh-131261: Upgrade to libexpat 2.7.0 - gh-105704: When using urllib.parse.urlsplit() and urllib.parse.urlparse() host parsing would not reject domain names containing square brackets ([ and ]). Square brackets are only valid for IPv6 and IPvFuture hosts according to RFC 3986 Section 3.2.2 (bsc#1236705, CVE-2025-0938, gh#python/cpython#105704). - gh-121284: Fix bug in the folding of rfc2047 encoded-words when flattening an email message using a modern email policy. Previously when an encoded-word was too long for a line, it would be decoded, split across lines, and re-encoded. But commas and other special characters in the original text could be left unencoded and unquoted. This could theoretically be used to spoof header lines using a carefully constructed encoded-word if the resulting rendered email was transmitted or re-parsed. - gh-119511: Fix a potential denial of service in the imaplib module. When connecting to a malicious server, it could cause an arbitrary amount of memory to be allocated. On many systems this is harmless as unused virtual memory is only a mapping, but if this hit a virtual address size limit it could lead to a MemoryError or other process crash. On unusual systems or builds where all allocated memory is touched and backed by actual ram or storage it could’ve consumed resources doing so until similarly crashing. - gh-121277: Writers of CPython’s documentation can now use next as the version for the versionchanged, versionadded, deprecated directives. - Remote upstreamed patch: - CVE-2025-0938-sq-brackets-domain-names.patch ++++ python39-documentation: - Update to 3.9.22: - gh-131809: Update bundled libexpat to 2.7.1 - gh-131261: Upgrade to libexpat 2.7.0 - gh-105704: When using urllib.parse.urlsplit() and urllib.parse.urlparse() host parsing would not reject domain names containing square brackets ([ and ]). Square brackets are only valid for IPv6 and IPvFuture hosts according to RFC 3986 Section 3.2.2 (bsc#1236705, CVE-2025-0938, gh#python/cpython#105704). - gh-121284: Fix bug in the folding of rfc2047 encoded-words when flattening an email message using a modern email policy. Previously when an encoded-word was too long for a line, it would be decoded, split across lines, and re-encoded. But commas and other special characters in the original text could be left unencoded and unquoted. This could theoretically be used to spoof header lines using a carefully constructed encoded-word if the resulting rendered email was transmitted or re-parsed. - gh-119511: Fix a potential denial of service in the imaplib module. When connecting to a malicious server, it could cause an arbitrary amount of memory to be allocated. On many systems this is harmless as unused virtual memory is only a mapping, but if this hit a virtual address size limit it could lead to a MemoryError or other process crash. On unusual systems or builds where all allocated memory is touched and backed by actual ram or storage it could’ve consumed resources doing so until similarly crashing. - gh-121277: Writers of CPython’s documentation can now use next as the version for the versionchanged, versionadded, deprecated directives. - Remote upstreamed patch: - CVE-2025-0938-sq-brackets-domain-names.patch ++++ qt6-base-docs: - Add patch to rename a variable that was being shadowed and which made apps that use -Werror=shadow and include this header fail to build. Submitted upstream at https://codereview.qt-project.org/c/qt/qtbase/+/638284 : * 0001-Rename-variable-being-shadowed.patch ++++ rpcs3: - Update to rpcs3-0.0.36~git20250409: * glext: Update from 2022.05.30 to 2025.02.03 * rsx: Remove superfluous log * rsx: Track command barrier types during recording for faster instancing compatibility checks * PPU LLVM: Fixup MTFSF * Qt: Fix multi package install dialog on Linux * ppu: Remove redundant checks on MTFSF * docker: Update ffmpeg to 7.1.1 * Update curl to 8.13.0 * Update soundtouch to 2.4.0 * Fix compilation with newer Qt * cellMic: Use full device name registration and comparison * cellMic: Try to open device with different sample rates * Silence sys_spu_thread_write_spu_mb * Improve lwmutex_lock error logging * sys_spu: Fix HW schedular limits * Try msvc workaround * vk: Use dynamic constant buffer offset via push constant * vk: Silence compiler warning * vk: Use dynamic constants offset for transform constants * vk: Switch transform constants from UBO to SSBO * vk: Add support for dynamic buffer offsets * appimage: Do not bundle libQt6OpenGL * appimage: Do not bundle Qt6VirtualKeyboard * appimage: Do not bundle unused Qt6 libraries * Fix #17000 * vm.cpp: Remove redundant cache hint * PPU LLVM: Fix VMAXFP, VMINFP * .github: Remove outdated pull request template * README: Update VC_redist from 2019 to 2022 * .github: Update log path in issue templates * Discord: Use vanity URL * Fix macOS SDK path * Update FAudio to 25.04 * Update SDL to 3.2.10 * Qt: remove discontinued QWinTaskbar code * Windows: fix updating with unicode user name * Fix mac build with cmake 4.0 * Update Windows ccache version * Update docker cmake to 3.28 and update minimum to 3.28, as well as remove uneeded minimum * overlays: play ICON1.PAM in save data list if possible * overlays: propagate item selection to children * overlays: implement video overlay class * Qt/overlays: expose qt_video_source_wrapper as emu callback * Overlays: set layouts dirty if children are dirty * cellSaveData: properly initialize SaveDataEntry * Update OpenAL to 1.24.3 * Qt: disable shortcuts completely if disable kb hotkeys is enabled * Qt: set audio hotkey defaults to additionally need Ctrl pressed - Update to rpcs3-0.0.36~git20250330: * rpcs3_version: Bump to 0.0.36 * input: disable pad vibration after no new data was sent for 3 seconds * Fix discord after #16885 * Qt: fix wrong save data movie playing when selecting a different entry * 7z: log error code when opening the file * LLVM JIT: do not produce broken binaries on crash * Update Qt to 6.8.3 and update clang compiler * Qt: play ICON1.PAM in save data manager details * Qt: Add qt video source class for more generic video playback * Qt: play ICON1.PAM in save data manager * Qt: pass game list events to base class * Qt: simplify icon_ready_callback in game list * VulkanMemoryAllocator: Match current master commit * Add VulkanMemoryAllocator v2.3.0 submodule * SPU Debug: WrDec and LSA view * PPU/cellSpurs: MGS4: Fix cellSpursAddUrgentCommand race condition * SPU LLVM: Dump some funcs * config: Set default Driver Wake-Up Delay to 0 * Loader: deny boot if the firmware is too old * unpkg: Restore support for PSP/Vita packages * config: Increase max vblank rate to 6000 * overlays: hide friends list in home menu if rpcn is not configured * Update Qt to 6.8.3 * VS/MSVC: Move LTCG and GL to CI only * Windows/Qt: do not deploy dx and ffmpeg libs * cellMic: log ALCenum error string * Qt: fix custom icons when "Prefer game data icons" is set * Qt: add option to prefer game data icons in the game list * Set PSN to disconnected when net status is disconnected * overlays/rpcn: Create list even if rpcn connection failed * SPU LLVM: Don't use vperm2b256to128 outside of CPUTranslator.h * patches: fix c_utf8 validation * Fix for GCC builds * rsx: Code cleanup and fix fragment texture dirty trigger * rsx: Always execute pre-draw pipeline analysis regardless of flags * rsx: Bypass sampling cache logic when dealing with host generated textures * Fix p2p binding to vport 0 ++++ ruby-build: - Update to version 20250409. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20250409 * Added 3.3.8 * Don't delete jruby.sh by @headius in #2517 ++++ rubygem-language_server-protocol: - Update to version 3.17.0.4 - ## 3.17.0.4 - Add #close to Reader and Writer (#112) ++++ rubygem-lint_roller: - Initial package version 1.1.0 ++++ rubygem-parser: - Updated to version 3.3.7.4 v3.3.7.4 (2025-03-31) - -------------------- Bugs fixed: * lexer-strings.rb: Avoid an exception on utf8 surrogate pair codepoints (#1051) (Earlopain) * builder.rb: emit `kwargs` node for `indexasgn` when opted in (#1053) (Earlopain) * builder.rb: correctly handle `...` forwarding to super with explicit block (#1049) (Earlopain) * numbered parameters are valid for pattern matching pinning (#1060) (Earlopain) v3.3.7.3 (2025-03-26) - -------------------- API modifications: * Bump maintenance branches to 3.2.8 and 3.1.7 (#1074) (Koichi ITO) v3.3.7.2 (2025-03-20) - -------------------- Features implemented: * add prism-specific node types (#1071) (Earlopain) Bugs fixed: * builder.rb: fix hash value omission considering some local vars as constants (#1064) (Earlopain) v3.3.7.1 (2025-02-05) - -------------------- API modifications: * parser/current: add -dev prefix to 3.4 branch (#1067) (Ilya Bylich) * parser/current: bump 3.2 branch to 3.2.7 (#1066) (Ilya Bylich) v3.3.7.0 (2025-01-16) - -------------------- API modifications: * Bump maintenance branches to 3.3.7 (#1061) (Koichi ITO) * bump 3.4 branch, remove 3.0 from CI (EOL) (#1057) (Ilya Bylich) * assert that version-specific checks actually run against at least one version (#1050) (Earlopain) Features implemented: * ruby34.y: reject `return` in singleton class (#1048) (Earlopain) Bugs fixed: * Fix `ruby-parse` with a folder ending in `.rb` (#1047) (Earlopain) v3.3.6.0 (2024-11-05) - -------------------- API modifications: * Bump maintenance branches to 3.3.6 (#1045) (Koichi ITO) ++++ rubygem-prism: - Updated to version 1.4.0 [#]# [1.4.0] - 2025-03-18 [#]## Added - Support `3.5` as a version option. - Many, many compatibility fixes for the parser translation layer. - Handle escapes in named capture names. - The `freeze` option is added to the various `Prism::` APIs to deeply freeze the AST. - Properly support `it` for the parser and ruby_parser translation layers. - Track the `then` keyword on `rescue` nodes. - Add a `multiple_statements?` flag to parentheses nodes to support desired `defined?` behavior. [#]## Changed - The strings used in the AST are now frozen. - Fixed handling escaped characters after control sequences in character literals. - Fix reading off the end of an unterminated global variable. - Raise a syntax error for defining `[]=` with endless method syntax. - Increase value of `PRISM_DEPTH_MAXIMUM` to `10000`. - Freeze `Prism::VERSION`. - Fix up rescue modifier precedence. ++++ rubygem-regexp_parser: - Updated to version 2.10.0 [#]# [2.10.0] - 2024-12-25 - Janosch Müller [#]## Added - `#referenced_expressions` - like `#referenced_expression`, but for multiplexing backrefs - returns the `Group` expressions that are being referenced [#]## Fixed - fixed `#char` & `#codepoint` errors for single-digit hex escapes * e.g. `\xA` [#]# [2.9.3] - 2024-11-29 - Janosch Müller [#]## Fixed - fixed positive lookbehinds with character ">" being treated as named groups * e.g. `(?<=foo>)` * thanks to [Daniel Vandersluis](https://github.com/dvandersluis) ++++ rubygem-rubocop-ast: - Updated to version 1.44.0 [#]# 1.44.0 (2025-04-03) [#]## New features * [#377](https://github.com/rubocop/rubocop-ast/pull/377): Support `RuboCop::AST::Node#any_def_type?` method. ([@koic][]) [#]# 1.43.0 (2025-03-25) [#]## Changes * [#374](https://github.com/rubocop/rubocop-ast/pull/374): Use the `prism` translation layer to analyze Ruby 3.4 by default. ([@earlopain]) * [#373](https://github.com/rubocop/rubocop-ast/pull/373): Add `prism` as a runtime dependency. ([@earlopain]) [#]# 1.42.0 (2025-03-25) [#]## New features * [#370](https://github.com/rubocop/rubocop-ast/pull/370): Support `Prism::Translation::Parser35` for Ruby 3.5 parser (experimental). ([@earlopain][], [@koic][]) [#]# 1.41.0 (2025-03-21) [#]## New features * [#365](https://github.com/rubocop/rubocop-ast/pull/365): Add support for `itblock` node for Ruby 3.4. ([@earlopain][]) [#]# 1.40.0 (2025-03-19) [#]## Changes * [#354](https://github.com/rubocop/rubocop-ast/pull/354): Use `Prism::Translation::Parser::Builder` when parsing with prism. ([@earlopain][]) [#]# 1.39.0 (2025-03-16) [#]## New features * [#359](https://github.com/rubocop/rubocop-ast/pull/359): Enable reusable Prism parse result. ([@koic][]) [#]# 1.38.1 (2025-02-25) [#]## Bug fixes * [#360](https://github.com/rubocop/rubocop-ast/pull/360): Fix an error when the `Array` core class contains a writer method before `rubocop-ast` loaded. ([@earlopain][]) [#]# 1.38.0 (2025-01-27) [#]## New features * [#346](https://github.com/rubocop/rubocop-ast/pull/346): Add `Node#loc?` to determine if a node has a given location. ([@dvandersluis][]) * [#356](https://github.com/rubocop/rubocop-ast/pull/356): Added `:any_block` as an alias for `:block` and `:numblock`, use it with `Node#any_block_type?`. Also available in node patterns: `{block numblock}` can become `any_block`. ([@earlopain][]) [#]## Bug fixes * [#323](https://github.com/rubocop/rubocop-ast/issues/323): Fix node captures inside of `?`, `+`, and `*` repetition. ([@earlopain][]) [#]## Changes * [#357](https://github.com/rubocop/rubocop-ast/pull/357): Support node groups in `Node#each_descendant` and similar traversal methods. ([@earlopain][]) [#]# 1.37.0 (2024-12-13) [#]## New features * [#341](https://github.com/rubocop/rubocop-ast/pull/341): Make `RuboCop::AST::IfNode` support `then?`. ([@koic][]) * [#345](https://github.com/rubocop/rubocop-ast/pull/345): Add `Node#loc_is?` for easier test of locations. ([@marcandre][]) [#]## Changes * [#343](https://github.com/rubocop/rubocop-ast/pull/343): Add `StrNode#single_quoted?`, `StrNode#double_quoted?` and `StrNode#percent_literal?` to simplify checking for string delimiters. ([@dvandersluis][]) [#]# 1.36.2 (2024-11-27) [#]## Bug fixes * [#340](https://github.com/rubocop/rubocop-ast/pull/340): Handle anonymous splats in `MlhsNode`. ([@earlopain][]) [#]# 1.36.1 (2024-11-13) [#]## Bug fixes * [#339](https://github.com/rubocop/rubocop-ast/pull/339): Do not emit a deprecation warning for `EnsureNode#body` to give RuboCop a chance to update its usage. `EnsureNode#body` will still be changed in the next major version of `rubocop-ast`. ([@earlopain][]) [#]# 1.36.0 (2024-11-13) [#]## Changes * [#337](https://github.com/rubocop/rubocop-ast/pull/337): Deprecate `EnsureNode#body` in favour of `EnsureNode#branch`. `EnsureNode#body` will be redefined in the next major version of rubocop-ast. ([@dvandersluis][]) [#]# 1.35.0 (2024-11-11) [#]## New features * [#333](https://github.com/rubocop/rubocop-ast/pull/333): Add `BeginNode` for `kwbegin` nodes. ([@dvandersluis][]) [#]## Changes * [#333](https://github.com/rubocop/rubocop-ast/pull/333): Add `EnsureNode#rescue_node` method. ([@dvandersluis][]) [#]# 1.34.1 (2024-11-07) [#]## New features * [#329](https://github.com/rubocop/rubocop-ast/pull/329): Add `Node#type?` to reduce complexity of checking against multiple node types. ([@dvandersluis][]) * [#330](https://github.com/rubocop/rubocop-ast/pull/330): Extend `Node#const_name` to `casgn` nodes. ([@dvandersluis][]) [#]## Bug fixes * [#331](https://github.com/rubocop/rubocop-ast/issue/331): [Fix #331] Fix crash in `OpAsgnNode#name` when the lhs is a `send` or `csend` node. ([@dvandersluis][]) [#]# 1.34.0 (2024-11-04) [#]## New features - [#326](https://github.com/rubocop-hq/rubocop-ast/pull/326): Introduce `lhs` and `rhs` aliases to assignment nodes for consistency. ([@dvandersluis][]) ++++ sdbootutil: - Update to version 1+git20250409.7ec17ae: * Call cleanup when snapshots change (boo#1240932) * Add cleanup command to drop broken boot entries * Document --all parameter * Sync the bootloader also in MicroOS ++++ semaphore: - Update to version 2.13.12: * Security - Upgrade Terraform in Dockerfile - Update to version 2.13.11: * test: pass unit tests by upgrading go to 1.24 * ci: update go deps * ci: upgrade go to 1.24, alpine 3.21 * feat(ui): update translations ++++ strawberry: - Update to version 1.2.9 + Fixed subsonic parse error (#1719). + Fixed Deezer cover provider parse error (#1716). + Fixed last.fm import progress. ++++ supergfxctl: - Update to version 1742336779.bcdca4b: * Issue_158: added nvidia_wmi_ec_backlight to nvidia modules and blacklist * Update 3 files * Remove a dbg * add hotplug_add_type to "Integrated => Vfio" action * Various fixes. Use display port method to find gpu * Bump zbus and version * Update deps - Fixed (boo#1237330) ++++ teleport: - update to 17.4.3: * Fixed throttling in the DynamoDB backend event stream for tables with a high amount of stream shards. #53804 * Support for managing the Bot resource in the Teleport Kubernetes Operator. #53708 * Kubernetes app discovery now supports an additional annotation for apps that are served on a sub-path of an HTTP service. #53094 ++++ terragrunt: - Update to version 0.77.11: * New Features Introduction of the info print command As part of the CLI Redesign experiment, the info print command has been introduced. * What's changed - feat: add info command (#4122) - Update to version 0.77.10: * fix: Back out migrate command pending resolution (#4142) * fix: Fixing optional default template (#4141) * feat: Implementation `backend migrate` command (#4135) * feat: stack code improvements (#4136) * fix: remove warning message for unimplemented backends (#4138) * fix: Suppressing warning for catalog when determining default file name (#4134) ++++ virtualbox-kmp: - build with kernel 6.15, add: * kernel-6-15-EXTRA_CFLAGS.patch * kernel-6-15-fb_probe.patch -- this disables fb_probe and needs a rewrite similar to "9fa154f40eb6 drm/{i915,xe}: Run DRM default client setup". Good luck. * kernel-6-15-mkdir.patch * kernel-6-15-mode_valid.patch * kernel-6-15-timer.patch ++++ vkmark: - Update to version 2025.01+git.20250317: * build: Enable precompiled headers * scenes/shading: Add missing fragment stage flag for uniform descriptor set * display: Properly handle Vulkan errors during probing * scenes: Use dedicated uniform buffer per image when needed * kms: Specify modifier for DRM framebuffers when possible * kms: Use the implicit modifier gbm API when only INVALID is supported * kms: Get modifiers from the primary plane compatible with the used crtc * kms: Fix modifier support for legacy modesetting * Update files for 2025.01 release * core: Use integer arithmetic to calculate average scene FPS * kms: Allow TRANSFER_DST usage for created images * kms: Require VK_KHR_display and VK_KHR_surface * kms: Remove commented out debugging message * kms: Support immediate presentation mode * kms: Support mailbox presentation mode * kms: Throw exception on page flip failure * kms: Deduplicate image presentation code * kms: Use image queue submit fences to synchronize presentation * core,scenes: Allow backends to support an image queue submit fences * scenes: Use a vkQueueSubmit signal semaphore only if the backend supports them * core: Show display information when listing physical devices * core: List Vulkan devices without initializing all Vulkan state * display: Add 'display-index' winsys option * display: Add window system that uses VK_KHR_display * build: Add vulkan dependency to headless window system plugin * ws: Centralize window system priority defines * core: Use std::optional for use_device_with_uuid option * ws: NativeSystem required_extensions * kms: Add missing VK_KHR_dedicated_allocation extension request ++++ weechat: - Update to 4.6.1: Fixed * core: consider all keys are safe in cursor context (#2244) * irc: display nick changes and quit messages when option irc.look.ignore_tag_messages is enabled (#2241) * perl: fix build when multiplicity is not available (#2243) ++++ xwayland-satellite: - Update to version 0.5.1 * fix: add Event::Move check preventing infinite recursion caused by stale surfaces - Removed cargo_audit from _service due that contains vendor now ++++ yast2-security: - Do not write selinux mode to kernel command line and keep it only in /etc/selinux/config (jsc#PED-12400) - 5.0.3 ++++ yazi: - Update to version 25.4.8: * fix: don't fail on videos with embedded images (#2590) * chore: bump version to 25.4.8 * feat: new `ui.Text:scroll()` API for setting text to scroll horizontally or vertically (#2589) * fix: ignore XQuartz `$DISPLAY` variable (#2586) * feat!: switch to `resvg` as the SVG renderer (#2581) * feat: allow initializing input when opening it with commands like `rename`, `create`, `find`, `filter`, etc. (#2578) * refactor: deprecate `ui.Padding` and `ui.Rect:padding()` (#2574) * perf!: cache UserData fields (#2572) * feat: support Warp terminal image preview (#2571) * fix: remove `-density` option from `magick` command in SVG previewer (#2564) * feat!: enhance `fzf` integration (#2553) * fix: always check whether the cursor exceeds the upper bound to guard against unexpected values (#2551) * feat: new `follow` command to follow files pointed to by symlinks (#2543) * feat: clear terminal before displaying EXIF data (#2541) * feat!: support `arrow prev` and `arrow next` for more components (#2540) * perf!: faster image preview with optimized `magick` arguments (#2533) * refactor!: remove unnecessary `tasks_show` and `close_input` commands (#2530) * feat: allow bulk renaming to include trailing content in addition to the required new names (#2494) * feat: show error message when directory fails to load (#2527) * feat: platform-specific key binding (#2526) * feat: new `symlink_target` to style the target of symbolic links (#2522) * feat: allow repositioning the cursor in the `rename` DDS event (#2521) * perf: rewrite config parser to double the startup speed (#2508) * feat: new `ya.id("app")` to get `YAZI_ID` in plugins (#2503) * refactor: new `yazi-widgets` crate (#2498) * feat: new `base` field for the `Url` userdata (#2492) * perf: lazy compile and cache lua plugins as binary bytecode (#2490) * feat!: new `@sync peek` annotation for sync previewers (#2487) * feat: file navigation wraparound with new `arrow prev` and `arrow next` commands (#2485) * feat: new `fs.expand_url` API (#2476) * fix: force ANSI for keyboard progressive enhancement on Windows (#2474) * fix: respect hidden status of directory junctions and symlinks themselves on Windows (#2471) * ci: add label only if not removed manually (#2470) * refactor: prefer `WriteConsoleW` for Windows console output (#2464) * fix: set terminal code page to UTF-8 on Windows * feat: support using Yazi in Helix directly without Zellij or tmux (#2461) * fix: remove the temporary extraction directory forcefully (#2458) * feat: allow `tab_swap` to cycle tabs (#2456) * feat: custom search engine Lua API (#2452) * fix: always show the size in the status bar even in empty directories (#2449) * feat: log `tmux` call execution time to logs (#2444) * feat: new `rt.term` exports terminal emulator information (#2442) * fix: reserve a hack for Zellij to force an image adapter (#2441) * feat: new `` and `` keybindings to select entire line for the input component (#2439) * ci: add snap publishing workflow (#2435) * fix: `windows-sys` features for `Win32_Security` and `Win32_System_IO` (#2434) * fix: align the behavior of the end-of-options marker (`--`) with that of the shell (#2431) ------------------------------------------------------------------ ------------------ 2025-4-8 - Apr 8 2025 ------------------- ------------------------------------------------------------------ ++++ SwayNotificationCenter: - Update to version 0.11.0: - Updated meson build instructions - Fixed sources annotation - block signal handlers in toggle button when updating state - Fix invalid data types in configSchema.json - Add MPRIS background blur for app icons - Close notification with middle mouse button - Mpris blacklist support - Add a way to change No Notifications text - Implemented xdg-activation logic - Fix json parsing error in config.json - Fixed image-path not being considered as theme icon - Fixed swaync-client --close-all not closing the actual noti layer window - Vertically center the summary/title when the notification body is empty - Always unescape image and app icon paths - Run script commands with "/bin/sh -c ..." - Added layer-shell-cover-screen option to fix animations in Hyprland - Pass hints as environment to scripts - Invoke action from swaync-client (implements #437) - fix: no convert upper case for the first character - Removed MPRIS widget side fade - Body img markup: fixed img URIs and single quotes not supported ++++ ack: - ack 3.8.2: * ack would always set a return code of 1 if -c was used. Now it properly returns 1 if no files match, and 0 if any files match * ack now needs YAML::PP to run its tests. Many of ack's tests are stored in YAML files for flexibility ++++ apache2-mod_auth_openidc: - version update to 2.4.16.11 (CVE-2025-31492 [bsc#1240893]) - fix protected content leakage when using OIDCProviderAuthRequestMethod POST, see: https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-59jp-rwph-878r - allow for regular Apache processing (e.g. setting response headers) when using OIDCProviderAuthRequestMethod POST - core: complete case-insensitive protocol/hostname/domain-name comparisons 2.4.16.10 - core: compare hostnames and domains in a case insensitive way in: oidc_request_check_cookie_domain oidc_util_cookie_domain_valid oidc_validate_redirect_url oidc_cfg_parse_is_valid_url_scheme oidc_discovery_target_link_uri_match - cookie: fix oidc_util_cookie_domain_valid so that it checks the incoming request against OIDCCookieDomain rather than the OIDCRedirectURI and displays the correct error message if they don't match 2.4.16.9 - cookie: use case insensitive hostname/domain comparison in oidc_check_cookie_domain - authz: remove the Location header from HTML based step up authentication redirects as it may conflict with its HTTP 200 status code and confuse middle boxes - metrics: avoid double-free on shutdown by not calling pthread_exit; fixes #1207; thanks @studersi - metrics: upon exit, do write cached metrics into shared memory before exiting ++++ bash: - Make it build even on s390 with profiling ++++ c-ares: - c-ares version 1.34.5 * CVE-2025-31498. A use-after-free bug has been uncovered in read_answers() that was introduced in v1.32.3 (bsc#1240955) - a531524a3d085fcd9a5e25d5f6cbdb953082c2b9.patch: upstreamed, removed ++++ libburn: - add libburn-1.5.6-c23.patch from upstream to fix gcc15 compile time error ++++ chezmoi: - Update to version 2.62.0: - Features * feat: Add --file flag to execute-template command * feat: Add encoding template directive - Update to version 2.61.0: - Features * feat: Remove 1Password SDK integration * feat: Complete --progress and --working-tree option args * feat: Prevent inapplicable filename positional arguments * feat: Set LESS and LV env vars the same way that git does - Fixes * fix: Remove default submission when nothing is selected during promptMultichoice * fix: Doc on declaratve package installation - Documentation updates * docs: Add note on templates in edit command * docs: Update docs for using delta ++++ gcc13: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ gcc14: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-aarch64-gcc13: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-aarch64-gcc13-bootstrap: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-aarch64-gcc14: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-aarch64-gcc14-bootstrap: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-amdgcn-gcc13: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-amdgcn-gcc14: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-arm-gcc13: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-arm-gcc14: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-arm-none-gcc13: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-arm-none-gcc13-bootstrap: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-arm-none-gcc14: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-arm-none-gcc14-bootstrap: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-avr-gcc13: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-avr-gcc13-bootstrap: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-avr-gcc14: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-avr-gcc14-bootstrap: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-bpf-gcc13: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-bpf-gcc14: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-hppa-gcc13: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-hppa-gcc13-bootstrap: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-hppa-gcc14: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-hppa-gcc14-bootstrap: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-loongarch64-gcc14: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-loongarch64-gcc14-bootstrap: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-m68k-gcc13: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-m68k-gcc14: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-mips-gcc13: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-mips-gcc14: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-nvptx-gcc13: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-nvptx-gcc14: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-ppc64-gcc13: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-ppc64-gcc14: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-ppc64le-gcc13: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-ppc64le-gcc13-bootstrap: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-ppc64le-gcc14: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-ppc64le-gcc14-bootstrap: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-pru-gcc13-bootstrap: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-pru-gcc14-bootstrap: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-riscv64-elf-gcc13: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-riscv64-elf-gcc13-bootstrap: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-riscv64-elf-gcc14: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-riscv64-elf-gcc14-bootstrap: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-riscv64-gcc13: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-riscv64-gcc13-bootstrap: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-riscv64-gcc14: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-riscv64-gcc14-bootstrap: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-rx-gcc13: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-rx-gcc13-bootstrap: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-rx-gcc14: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-rx-gcc14-bootstrap: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-s390x-gcc13: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-s390x-gcc13-bootstrap: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-s390x-gcc14: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-s390x-gcc14-bootstrap: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-sparc-gcc13: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-sparc-gcc14: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ cross-sparc64-gcc13: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ cross-sparc64-gcc14: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ digger-cli: - Update to version 0.6.96: * support gitlab drift detection (#1936) - Update to version 0.6.95: * feat: allow plan persistence also for Azure environments through Azure storage accounts (#1933) ++++ evdi: - Update to version 1.14.9: * Set version to 1.14.9 * Remove unnecessary dependencies in evdi package * Check first origin/main then github/main * Fix evdi build on for 6.14 kernels * Preparation for automated note generation * Fix key enrollment on Debian bookworm * Fixes GH-487: Add potentially missing vector header * Set version to 1.14.8 * Fetch checkpatch script from linux kernel mirror * Check github/main branch against linux master branch - Remove unneeded patch: * evdi-Enable-compilation-against-15.5.patch ++++ ftp: - add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on Leap 15.6 ++++ fwts: - Update to version 25.03.00: * lib: fwts_version.h - update to V25.03.00 * debian: update changelog * efi_runtime: remove no_llseek which have been removed on kernel 6.12 * klog.json: Add more parse mode setting messages to klog database * klog.json: Add the object type for evaluation messages to klog database * klog.json: Add more ownerid allocate and release messages to klog database * klog.json: Add package init messages to klog database * klog.json: Add child missing data message to klog database * klog.json: Add null object pushing message to klog database * klog.json: Add EC timeout messages to klog database * klog.json: Add ACPI fpdt messages to klog database * klog.json: Add nfit intel messages to klog database * klog.json: Add more intel pmic messages to klog database * klog.json: Add more cppc checking and sending messages to klog database * klog.json: Add more spcr access width messages to klog database * klog.json: Add the thread create failed message to klog database * fwts-test: add regression tests for APMT * acpi: apmt: add tests for acpi APMT table * fwts-test: cedt: sync up tests with CEDT version update * acpi: cedt: update the cedt tests for CXL spec rev3.2 ++++ gcc13-testresults: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] ++++ gcc14-testresults: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Add gcc14-pr119680.patch to fix cross-compiler builds with - -enable-host-pie. ++++ ghc-persistent: - Update persistent to version 2.14.6.3 revision 1. Upstream has revised the Cabal build instructions on Hackage. ++++ gitoxide: - update to 0.42.0: * add first 'debug' version of gix diff file * use revspecs for revision and path * CVE-2025-31130: use collision-detecting SHA-1 hash boo#1240872 ++++ govulncheck-vulndb: - Update to version 0.0.20250408T210408 2025-04-08T21:04:08Z. Refs jsc#PED-11136 Go CVE Numbering Authority IDs added or updated with aliases: * GO-2025-3553 CVE-2025-30204 GHSA-mh63-6h87-95cp * GO-2025-3563 CVE-2025-22871 ++++ libcamera: - Also bump the soname in baselibs.conf - Update to release 0.5.0 * The abi-compliance-checker reports there are both ABI and API changes in this release. * Substantially less than the previous release, and ultimately quite minor but unfortunately there nonetheless and so the SONAME is updated to 0.5 accordingly. I do not anticipate anything there that cannot be solved for applications without just a recompile. * This release brings in 201 commits with a huge list of fixes and code clean up which I'm very happy to see, including interesting fixes to the AGC and AWB handling in libipa. * In regards to new features, libcamera-0.5 has aptly now got the core Raspberry Pi 5 support merged!. There are still patches that are currently maintained by Raspberry Pi for additional features, and while the transition to upstream API's continue, but I think we're all happy to see this support getting in directly, and Raspberry Pi continue to lead the way in upstream camera development. I look forward to the kernel API's for streams being fully utilised by the PiSP platform for upstream camera metadata handling. This upcoming work is also supported by the CameraSensor factory and CameraSensorRaw support that is now also merged in this release. * Further more in the platform support, the software_isp continues to be developed and is now able to measure colour temperature, which will bring in improvements for AWB, and a CCM can be applied while peforming debayering (at a CPU cost) which will allow us to finally apply color tuning for sensors on devices that need to fall back to the software ISP. * New sensor support seems fairly short in this release, with the IMX415 being the prominent addition. * In libipa, and algorithm developments, along with many fixes and improvements there is a substantial new feature that the Baysian AWB algorithm from Raspberry Pi can now also be used on all libipa supported IPA modules, and has shown good impovements for the RkISP1 supported devices. * There is minimal changes to the application support side, but it is notable that now the Y444 format has been mapped to be usable by the gstreamer src element. lc-compliance has seen some progress which I hope will bring this to being a more central part of the test infrastructure. * For a full list of changes, please see: https://git.libcamera.org/libcamera/libcamera.git/commit/?id=058f589ae36170935e537910f2c303b1c3ea03b3 - Drop patch which is already included by upstream: * libcamera-fix-for-gcc15.patch ++++ guile: - add -std=gnu17 to CFLAGS to fix gcc15 compile time error ++++ installation-images-MicroOS: - merge gh#openSUSE/installation-images#759 - pcre is not longer required - 17.156 ++++ installation-images-openSUSE: - merge gh#openSUSE/installation-images#759 - pcre is not longer required - 17.156 ++++ jujutsu: - update to 0.28.2: * Fixed bugs - Fixed problem that old commits could be re-imported from Git. GitoxideLabs/gitoxide#1928 ++++ kdeconnect-kde: - Add patch to fix build against Qt 6.9: * 0001-Add-missing-include.patch ++++ kernel-debug: - rpm/kernel-binary.spec.in: Use OrderWithRequires (boo#1228659 boo#1241038). OrderWithRequires was introduced in rpm 4.9 (ie. SLE12+) to allow a package to inform the order of installation of other package without hard requiring that package. This means our kernel-binary packages no longer need to hard require perl-Bootloader or dracut, resolving the long-commented issue there. This is also needed for udev & systemd-boot to ensure those packages are installed before being called by dracut (boo#1228659) - commit 634be2c - Bluetooth: MGMT: Add LL Privacy Setting (bsc#1240857). - Bluetooth: hci_event: Fix handling of HCI_EV_LE_DIRECT_ADV_REPORT (bsc#1240857). - commit 99d8674 - Refresh patches.suse/0001-net-introduce-OpenVPN-Data-Channel-Offload-ovpn.patch. - Refresh patches.suse/0002-ovpn-add-basic-netlink-support.patch. - Refresh patches.suse/0003-ovpn-add-basic-interface-creation-destruction-manage.patch. - Refresh patches.suse/0004-ovpn-keep-carrier-always-on-for-MP-interfaces.patch. - Refresh patches.suse/0005-ovpn-introduce-the-ovpn_peer-object.patch. - Refresh patches.suse/0006-ovpn-introduce-the-ovpn_socket-object.patch. - Refresh patches.suse/0007-ovpn-implement-basic-TX-path-UDP.patch. - Refresh patches.suse/0008-ovpn-implement-basic-RX-path-UDP.patch. - Refresh patches.suse/0009-ovpn-implement-packet-processing.patch. - Refresh patches.suse/0010-ovpn-store-tunnel-and-transport-statistics.patch. - Refresh patches.suse/0011-ovpn-implement-TCP-transport.patch. - Refresh patches.suse/0012-skb-implement-skb_send_sock_locked_with_flags.patch. - Refresh patches.suse/0013-ovpn-add-support-for-MSG_NOSIGNAL-in-tcp_sendmsg.patch. - Refresh patches.suse/0014-ovpn-implement-multi-peer-support.patch. - Refresh patches.suse/0015-ovpn-implement-peer-lookup-logic.patch. - Refresh patches.suse/0016-ovpn-implement-keepalive-mechanism.patch. - Refresh patches.suse/0017-ovpn-add-support-for-updating-local-or-remote-UDP-en.patch. - Refresh patches.suse/0018-ovpn-implement-peer-add-get-dump-delete-via-netlink.patch. - Refresh patches.suse/0019-ovpn-implement-key-add-get-del-swap-via-netlink.patch. - Refresh patches.suse/0020-ovpn-kill-key-and-notify-userspace-in-case-of-IV-exh.patch. - Refresh patches.suse/0021-ovpn-notify-userspace-when-a-peer-is-deleted.patch. - Refresh patches.suse/0022-ovpn-add-basic-ethtool-support.patch. - Refresh patches.suse/0023-testing-selftests-add-test-tool-and-scripts-for-ovpn.patch. Update to v25: https://lore.kernel.org/all/20250407-b4-ovpn-v25-1-a04eae86e016@openvpn.net/ - commit a4d1b44 ++++ kernel-default: - rpm/kernel-binary.spec.in: Use OrderWithRequires (boo#1228659 boo#1241038). OrderWithRequires was introduced in rpm 4.9 (ie. SLE12+) to allow a package to inform the order of installation of other package without hard requiring that package. This means our kernel-binary packages no longer need to hard require perl-Bootloader or dracut, resolving the long-commented issue there. This is also needed for udev & systemd-boot to ensure those packages are installed before being called by dracut (boo#1228659) - commit 634be2c - Bluetooth: MGMT: Add LL Privacy Setting (bsc#1240857). - Bluetooth: hci_event: Fix handling of HCI_EV_LE_DIRECT_ADV_REPORT (bsc#1240857). - commit 99d8674 - Refresh patches.suse/0001-net-introduce-OpenVPN-Data-Channel-Offload-ovpn.patch. - Refresh patches.suse/0002-ovpn-add-basic-netlink-support.patch. - Refresh patches.suse/0003-ovpn-add-basic-interface-creation-destruction-manage.patch. - Refresh patches.suse/0004-ovpn-keep-carrier-always-on-for-MP-interfaces.patch. - Refresh patches.suse/0005-ovpn-introduce-the-ovpn_peer-object.patch. - Refresh patches.suse/0006-ovpn-introduce-the-ovpn_socket-object.patch. - Refresh patches.suse/0007-ovpn-implement-basic-TX-path-UDP.patch. - Refresh patches.suse/0008-ovpn-implement-basic-RX-path-UDP.patch. - Refresh patches.suse/0009-ovpn-implement-packet-processing.patch. - Refresh patches.suse/0010-ovpn-store-tunnel-and-transport-statistics.patch. - Refresh patches.suse/0011-ovpn-implement-TCP-transport.patch. - Refresh patches.suse/0012-skb-implement-skb_send_sock_locked_with_flags.patch. - Refresh patches.suse/0013-ovpn-add-support-for-MSG_NOSIGNAL-in-tcp_sendmsg.patch. - Refresh patches.suse/0014-ovpn-implement-multi-peer-support.patch. - Refresh patches.suse/0015-ovpn-implement-peer-lookup-logic.patch. - Refresh patches.suse/0016-ovpn-implement-keepalive-mechanism.patch. - Refresh patches.suse/0017-ovpn-add-support-for-updating-local-or-remote-UDP-en.patch. - Refresh patches.suse/0018-ovpn-implement-peer-add-get-dump-delete-via-netlink.patch. - Refresh patches.suse/0019-ovpn-implement-key-add-get-del-swap-via-netlink.patch. - Refresh patches.suse/0020-ovpn-kill-key-and-notify-userspace-in-case-of-IV-exh.patch. - Refresh patches.suse/0021-ovpn-notify-userspace-when-a-peer-is-deleted.patch. - Refresh patches.suse/0022-ovpn-add-basic-ethtool-support.patch. - Refresh patches.suse/0023-testing-selftests-add-test-tool-and-scripts-for-ovpn.patch. Update to v25: https://lore.kernel.org/all/20250407-b4-ovpn-v25-1-a04eae86e016@openvpn.net/ - commit a4d1b44 ++++ kernel-source: - rpm/kernel-binary.spec.in: Use OrderWithRequires (boo#1228659 boo#1241038). OrderWithRequires was introduced in rpm 4.9 (ie. SLE12+) to allow a package to inform the order of installation of other package without hard requiring that package. This means our kernel-binary packages no longer need to hard require perl-Bootloader or dracut, resolving the long-commented issue there. This is also needed for udev & systemd-boot to ensure those packages are installed before being called by dracut (boo#1228659) - commit 634be2c - Bluetooth: MGMT: Add LL Privacy Setting (bsc#1240857). - Bluetooth: hci_event: Fix handling of HCI_EV_LE_DIRECT_ADV_REPORT (bsc#1240857). - commit 99d8674 - Refresh patches.suse/0001-net-introduce-OpenVPN-Data-Channel-Offload-ovpn.patch. - Refresh patches.suse/0002-ovpn-add-basic-netlink-support.patch. - Refresh patches.suse/0003-ovpn-add-basic-interface-creation-destruction-manage.patch. - Refresh patches.suse/0004-ovpn-keep-carrier-always-on-for-MP-interfaces.patch. - Refresh patches.suse/0005-ovpn-introduce-the-ovpn_peer-object.patch. - Refresh patches.suse/0006-ovpn-introduce-the-ovpn_socket-object.patch. - Refresh patches.suse/0007-ovpn-implement-basic-TX-path-UDP.patch. - Refresh patches.suse/0008-ovpn-implement-basic-RX-path-UDP.patch. - Refresh patches.suse/0009-ovpn-implement-packet-processing.patch. - Refresh patches.suse/0010-ovpn-store-tunnel-and-transport-statistics.patch. - Refresh patches.suse/0011-ovpn-implement-TCP-transport.patch. - Refresh patches.suse/0012-skb-implement-skb_send_sock_locked_with_flags.patch. - Refresh patches.suse/0013-ovpn-add-support-for-MSG_NOSIGNAL-in-tcp_sendmsg.patch. - Refresh patches.suse/0014-ovpn-implement-multi-peer-support.patch. - Refresh patches.suse/0015-ovpn-implement-peer-lookup-logic.patch. - Refresh patches.suse/0016-ovpn-implement-keepalive-mechanism.patch. - Refresh patches.suse/0017-ovpn-add-support-for-updating-local-or-remote-UDP-en.patch. - Refresh patches.suse/0018-ovpn-implement-peer-add-get-dump-delete-via-netlink.patch. - Refresh patches.suse/0019-ovpn-implement-key-add-get-del-swap-via-netlink.patch. - Refresh patches.suse/0020-ovpn-kill-key-and-notify-userspace-in-case-of-IV-exh.patch. - Refresh patches.suse/0021-ovpn-notify-userspace-when-a-peer-is-deleted.patch. - Refresh patches.suse/0022-ovpn-add-basic-ethtool-support.patch. - Refresh patches.suse/0023-testing-selftests-add-test-tool-and-scripts-for-ovpn.patch. Update to v25: https://lore.kernel.org/all/20250407-b4-ovpn-v25-1-a04eae86e016@openvpn.net/ - commit a4d1b44 ++++ kernel-docs: - rpm/kernel-binary.spec.in: Use OrderWithRequires (boo#1228659 boo#1241038). OrderWithRequires was introduced in rpm 4.9 (ie. SLE12+) to allow a package to inform the order of installation of other package without hard requiring that package. This means our kernel-binary packages no longer need to hard require perl-Bootloader or dracut, resolving the long-commented issue there. This is also needed for udev & systemd-boot to ensure those packages are installed before being called by dracut (boo#1228659) - commit 634be2c - Bluetooth: MGMT: Add LL Privacy Setting (bsc#1240857). - Bluetooth: hci_event: Fix handling of HCI_EV_LE_DIRECT_ADV_REPORT (bsc#1240857). - commit 99d8674 - Refresh patches.suse/0001-net-introduce-OpenVPN-Data-Channel-Offload-ovpn.patch. - Refresh patches.suse/0002-ovpn-add-basic-netlink-support.patch. - Refresh patches.suse/0003-ovpn-add-basic-interface-creation-destruction-manage.patch. - Refresh patches.suse/0004-ovpn-keep-carrier-always-on-for-MP-interfaces.patch. - Refresh patches.suse/0005-ovpn-introduce-the-ovpn_peer-object.patch. - Refresh patches.suse/0006-ovpn-introduce-the-ovpn_socket-object.patch. - Refresh patches.suse/0007-ovpn-implement-basic-TX-path-UDP.patch. - Refresh patches.suse/0008-ovpn-implement-basic-RX-path-UDP.patch. - Refresh patches.suse/0009-ovpn-implement-packet-processing.patch. - Refresh patches.suse/0010-ovpn-store-tunnel-and-transport-statistics.patch. - Refresh patches.suse/0011-ovpn-implement-TCP-transport.patch. - Refresh patches.suse/0012-skb-implement-skb_send_sock_locked_with_flags.patch. - Refresh patches.suse/0013-ovpn-add-support-for-MSG_NOSIGNAL-in-tcp_sendmsg.patch. - Refresh patches.suse/0014-ovpn-implement-multi-peer-support.patch. - Refresh patches.suse/0015-ovpn-implement-peer-lookup-logic.patch. - Refresh patches.suse/0016-ovpn-implement-keepalive-mechanism.patch. - Refresh patches.suse/0017-ovpn-add-support-for-updating-local-or-remote-UDP-en.patch. - Refresh patches.suse/0018-ovpn-implement-peer-add-get-dump-delete-via-netlink.patch. - Refresh patches.suse/0019-ovpn-implement-key-add-get-del-swap-via-netlink.patch. - Refresh patches.suse/0020-ovpn-kill-key-and-notify-userspace-in-case-of-IV-exh.patch. - Refresh patches.suse/0021-ovpn-notify-userspace-when-a-peer-is-deleted.patch. - Refresh patches.suse/0022-ovpn-add-basic-ethtool-support.patch. - Refresh patches.suse/0023-testing-selftests-add-test-tool-and-scripts-for-ovpn.patch. Update to v25: https://lore.kernel.org/all/20250407-b4-ovpn-v25-1-a04eae86e016@openvpn.net/ - commit a4d1b44 ++++ kernel-kvmsmall: - rpm/kernel-binary.spec.in: Use OrderWithRequires (boo#1228659 boo#1241038). OrderWithRequires was introduced in rpm 4.9 (ie. SLE12+) to allow a package to inform the order of installation of other package without hard requiring that package. This means our kernel-binary packages no longer need to hard require perl-Bootloader or dracut, resolving the long-commented issue there. This is also needed for udev & systemd-boot to ensure those packages are installed before being called by dracut (boo#1228659) - commit 634be2c - Bluetooth: MGMT: Add LL Privacy Setting (bsc#1240857). - Bluetooth: hci_event: Fix handling of HCI_EV_LE_DIRECT_ADV_REPORT (bsc#1240857). - commit 99d8674 - Refresh patches.suse/0001-net-introduce-OpenVPN-Data-Channel-Offload-ovpn.patch. - Refresh patches.suse/0002-ovpn-add-basic-netlink-support.patch. - Refresh patches.suse/0003-ovpn-add-basic-interface-creation-destruction-manage.patch. - Refresh patches.suse/0004-ovpn-keep-carrier-always-on-for-MP-interfaces.patch. - Refresh patches.suse/0005-ovpn-introduce-the-ovpn_peer-object.patch. - Refresh patches.suse/0006-ovpn-introduce-the-ovpn_socket-object.patch. - Refresh patches.suse/0007-ovpn-implement-basic-TX-path-UDP.patch. - Refresh patches.suse/0008-ovpn-implement-basic-RX-path-UDP.patch. - Refresh patches.suse/0009-ovpn-implement-packet-processing.patch. - Refresh patches.suse/0010-ovpn-store-tunnel-and-transport-statistics.patch. - Refresh patches.suse/0011-ovpn-implement-TCP-transport.patch. - Refresh patches.suse/0012-skb-implement-skb_send_sock_locked_with_flags.patch. - Refresh patches.suse/0013-ovpn-add-support-for-MSG_NOSIGNAL-in-tcp_sendmsg.patch. - Refresh patches.suse/0014-ovpn-implement-multi-peer-support.patch. - Refresh patches.suse/0015-ovpn-implement-peer-lookup-logic.patch. - Refresh patches.suse/0016-ovpn-implement-keepalive-mechanism.patch. - Refresh patches.suse/0017-ovpn-add-support-for-updating-local-or-remote-UDP-en.patch. - Refresh patches.suse/0018-ovpn-implement-peer-add-get-dump-delete-via-netlink.patch. - Refresh patches.suse/0019-ovpn-implement-key-add-get-del-swap-via-netlink.patch. - Refresh patches.suse/0020-ovpn-kill-key-and-notify-userspace-in-case-of-IV-exh.patch. - Refresh patches.suse/0021-ovpn-notify-userspace-when-a-peer-is-deleted.patch. - Refresh patches.suse/0022-ovpn-add-basic-ethtool-support.patch. - Refresh patches.suse/0023-testing-selftests-add-test-tool-and-scripts-for-ovpn.patch. Update to v25: https://lore.kernel.org/all/20250407-b4-ovpn-v25-1-a04eae86e016@openvpn.net/ - commit a4d1b44 ++++ kernel-obs-build: - rpm/kernel-binary.spec.in: Use OrderWithRequires (boo#1228659 boo#1241038). OrderWithRequires was introduced in rpm 4.9 (ie. SLE12+) to allow a package to inform the order of installation of other package without hard requiring that package. This means our kernel-binary packages no longer need to hard require perl-Bootloader or dracut, resolving the long-commented issue there. This is also needed for udev & systemd-boot to ensure those packages are installed before being called by dracut (boo#1228659) - commit 634be2c - Bluetooth: MGMT: Add LL Privacy Setting (bsc#1240857). - Bluetooth: hci_event: Fix handling of HCI_EV_LE_DIRECT_ADV_REPORT (bsc#1240857). - commit 99d8674 - Refresh patches.suse/0001-net-introduce-OpenVPN-Data-Channel-Offload-ovpn.patch. - Refresh patches.suse/0002-ovpn-add-basic-netlink-support.patch. - Refresh patches.suse/0003-ovpn-add-basic-interface-creation-destruction-manage.patch. - Refresh patches.suse/0004-ovpn-keep-carrier-always-on-for-MP-interfaces.patch. - Refresh patches.suse/0005-ovpn-introduce-the-ovpn_peer-object.patch. - Refresh patches.suse/0006-ovpn-introduce-the-ovpn_socket-object.patch. - Refresh patches.suse/0007-ovpn-implement-basic-TX-path-UDP.patch. - Refresh patches.suse/0008-ovpn-implement-basic-RX-path-UDP.patch. - Refresh patches.suse/0009-ovpn-implement-packet-processing.patch. - Refresh patches.suse/0010-ovpn-store-tunnel-and-transport-statistics.patch. - Refresh patches.suse/0011-ovpn-implement-TCP-transport.patch. - Refresh patches.suse/0012-skb-implement-skb_send_sock_locked_with_flags.patch. - Refresh patches.suse/0013-ovpn-add-support-for-MSG_NOSIGNAL-in-tcp_sendmsg.patch. - Refresh patches.suse/0014-ovpn-implement-multi-peer-support.patch. - Refresh patches.suse/0015-ovpn-implement-peer-lookup-logic.patch. - Refresh patches.suse/0016-ovpn-implement-keepalive-mechanism.patch. - Refresh patches.suse/0017-ovpn-add-support-for-updating-local-or-remote-UDP-en.patch. - Refresh patches.suse/0018-ovpn-implement-peer-add-get-dump-delete-via-netlink.patch. - Refresh patches.suse/0019-ovpn-implement-key-add-get-del-swap-via-netlink.patch. - Refresh patches.suse/0020-ovpn-kill-key-and-notify-userspace-in-case-of-IV-exh.patch. - Refresh patches.suse/0021-ovpn-notify-userspace-when-a-peer-is-deleted.patch. - Refresh patches.suse/0022-ovpn-add-basic-ethtool-support.patch. - Refresh patches.suse/0023-testing-selftests-add-test-tool-and-scripts-for-ovpn.patch. Update to v25: https://lore.kernel.org/all/20250407-b4-ovpn-v25-1-a04eae86e016@openvpn.net/ - commit a4d1b44 ++++ kernel-obs-qa: - rpm/kernel-binary.spec.in: Use OrderWithRequires (boo#1228659 boo#1241038). OrderWithRequires was introduced in rpm 4.9 (ie. SLE12+) to allow a package to inform the order of installation of other package without hard requiring that package. This means our kernel-binary packages no longer need to hard require perl-Bootloader or dracut, resolving the long-commented issue there. This is also needed for udev & systemd-boot to ensure those packages are installed before being called by dracut (boo#1228659) - commit 634be2c - Bluetooth: MGMT: Add LL Privacy Setting (bsc#1240857). - Bluetooth: hci_event: Fix handling of HCI_EV_LE_DIRECT_ADV_REPORT (bsc#1240857). - commit 99d8674 - Refresh patches.suse/0001-net-introduce-OpenVPN-Data-Channel-Offload-ovpn.patch. - Refresh patches.suse/0002-ovpn-add-basic-netlink-support.patch. - Refresh patches.suse/0003-ovpn-add-basic-interface-creation-destruction-manage.patch. - Refresh patches.suse/0004-ovpn-keep-carrier-always-on-for-MP-interfaces.patch. - Refresh patches.suse/0005-ovpn-introduce-the-ovpn_peer-object.patch. - Refresh patches.suse/0006-ovpn-introduce-the-ovpn_socket-object.patch. - Refresh patches.suse/0007-ovpn-implement-basic-TX-path-UDP.patch. - Refresh patches.suse/0008-ovpn-implement-basic-RX-path-UDP.patch. - Refresh patches.suse/0009-ovpn-implement-packet-processing.patch. - Refresh patches.suse/0010-ovpn-store-tunnel-and-transport-statistics.patch. - Refresh patches.suse/0011-ovpn-implement-TCP-transport.patch. - Refresh patches.suse/0012-skb-implement-skb_send_sock_locked_with_flags.patch. - Refresh patches.suse/0013-ovpn-add-support-for-MSG_NOSIGNAL-in-tcp_sendmsg.patch. - Refresh patches.suse/0014-ovpn-implement-multi-peer-support.patch. - Refresh patches.suse/0015-ovpn-implement-peer-lookup-logic.patch. - Refresh patches.suse/0016-ovpn-implement-keepalive-mechanism.patch. - Refresh patches.suse/0017-ovpn-add-support-for-updating-local-or-remote-UDP-en.patch. - Refresh patches.suse/0018-ovpn-implement-peer-add-get-dump-delete-via-netlink.patch. - Refresh patches.suse/0019-ovpn-implement-key-add-get-del-swap-via-netlink.patch. - Refresh patches.suse/0020-ovpn-kill-key-and-notify-userspace-in-case-of-IV-exh.patch. - Refresh patches.suse/0021-ovpn-notify-userspace-when-a-peer-is-deleted.patch. - Refresh patches.suse/0022-ovpn-add-basic-ethtool-support.patch. - Refresh patches.suse/0023-testing-selftests-add-test-tool-and-scripts-for-ovpn.patch. Update to v25: https://lore.kernel.org/all/20250407-b4-ovpn-v25-1-a04eae86e016@openvpn.net/ - commit a4d1b44 ++++ kernel-syms: - rpm/kernel-binary.spec.in: Use OrderWithRequires (boo#1228659 boo#1241038). OrderWithRequires was introduced in rpm 4.9 (ie. SLE12+) to allow a package to inform the order of installation of other package without hard requiring that package. This means our kernel-binary packages no longer need to hard require perl-Bootloader or dracut, resolving the long-commented issue there. This is also needed for udev & systemd-boot to ensure those packages are installed before being called by dracut (boo#1228659) - commit 634be2c - Bluetooth: MGMT: Add LL Privacy Setting (bsc#1240857). - Bluetooth: hci_event: Fix handling of HCI_EV_LE_DIRECT_ADV_REPORT (bsc#1240857). - commit 99d8674 - Refresh patches.suse/0001-net-introduce-OpenVPN-Data-Channel-Offload-ovpn.patch. - Refresh patches.suse/0002-ovpn-add-basic-netlink-support.patch. - Refresh patches.suse/0003-ovpn-add-basic-interface-creation-destruction-manage.patch. - Refresh patches.suse/0004-ovpn-keep-carrier-always-on-for-MP-interfaces.patch. - Refresh patches.suse/0005-ovpn-introduce-the-ovpn_peer-object.patch. - Refresh patches.suse/0006-ovpn-introduce-the-ovpn_socket-object.patch. - Refresh patches.suse/0007-ovpn-implement-basic-TX-path-UDP.patch. - Refresh patches.suse/0008-ovpn-implement-basic-RX-path-UDP.patch. - Refresh patches.suse/0009-ovpn-implement-packet-processing.patch. - Refresh patches.suse/0010-ovpn-store-tunnel-and-transport-statistics.patch. - Refresh patches.suse/0011-ovpn-implement-TCP-transport.patch. - Refresh patches.suse/0012-skb-implement-skb_send_sock_locked_with_flags.patch. - Refresh patches.suse/0013-ovpn-add-support-for-MSG_NOSIGNAL-in-tcp_sendmsg.patch. - Refresh patches.suse/0014-ovpn-implement-multi-peer-support.patch. - Refresh patches.suse/0015-ovpn-implement-peer-lookup-logic.patch. - Refresh patches.suse/0016-ovpn-implement-keepalive-mechanism.patch. - Refresh patches.suse/0017-ovpn-add-support-for-updating-local-or-remote-UDP-en.patch. - Refresh patches.suse/0018-ovpn-implement-peer-add-get-dump-delete-via-netlink.patch. - Refresh patches.suse/0019-ovpn-implement-key-add-get-del-swap-via-netlink.patch. - Refresh patches.suse/0020-ovpn-kill-key-and-notify-userspace-in-case-of-IV-exh.patch. - Refresh patches.suse/0021-ovpn-notify-userspace-when-a-peer-is-deleted.patch. - Refresh patches.suse/0022-ovpn-add-basic-ethtool-support.patch. - Refresh patches.suse/0023-testing-selftests-add-test-tool-and-scripts-for-ovpn.patch. Update to v25: https://lore.kernel.org/all/20250407-b4-ovpn-v25-1-a04eae86e016@openvpn.net/ - commit a4d1b44 ++++ kernel-vanilla: - rpm/kernel-binary.spec.in: Use OrderWithRequires (boo#1228659 boo#1241038). OrderWithRequires was introduced in rpm 4.9 (ie. SLE12+) to allow a package to inform the order of installation of other package without hard requiring that package. This means our kernel-binary packages no longer need to hard require perl-Bootloader or dracut, resolving the long-commented issue there. This is also needed for udev & systemd-boot to ensure those packages are installed before being called by dracut (boo#1228659) - commit 634be2c - Bluetooth: MGMT: Add LL Privacy Setting (bsc#1240857). - Bluetooth: hci_event: Fix handling of HCI_EV_LE_DIRECT_ADV_REPORT (bsc#1240857). - commit 99d8674 - Refresh patches.suse/0001-net-introduce-OpenVPN-Data-Channel-Offload-ovpn.patch. - Refresh patches.suse/0002-ovpn-add-basic-netlink-support.patch. - Refresh patches.suse/0003-ovpn-add-basic-interface-creation-destruction-manage.patch. - Refresh patches.suse/0004-ovpn-keep-carrier-always-on-for-MP-interfaces.patch. - Refresh patches.suse/0005-ovpn-introduce-the-ovpn_peer-object.patch. - Refresh patches.suse/0006-ovpn-introduce-the-ovpn_socket-object.patch. - Refresh patches.suse/0007-ovpn-implement-basic-TX-path-UDP.patch. - Refresh patches.suse/0008-ovpn-implement-basic-RX-path-UDP.patch. - Refresh patches.suse/0009-ovpn-implement-packet-processing.patch. - Refresh patches.suse/0010-ovpn-store-tunnel-and-transport-statistics.patch. - Refresh patches.suse/0011-ovpn-implement-TCP-transport.patch. - Refresh patches.suse/0012-skb-implement-skb_send_sock_locked_with_flags.patch. - Refresh patches.suse/0013-ovpn-add-support-for-MSG_NOSIGNAL-in-tcp_sendmsg.patch. - Refresh patches.suse/0014-ovpn-implement-multi-peer-support.patch. - Refresh patches.suse/0015-ovpn-implement-peer-lookup-logic.patch. - Refresh patches.suse/0016-ovpn-implement-keepalive-mechanism.patch. - Refresh patches.suse/0017-ovpn-add-support-for-updating-local-or-remote-UDP-en.patch. - Refresh patches.suse/0018-ovpn-implement-peer-add-get-dump-delete-via-netlink.patch. - Refresh patches.suse/0019-ovpn-implement-key-add-get-del-swap-via-netlink.patch. - Refresh patches.suse/0020-ovpn-kill-key-and-notify-userspace-in-case-of-IV-exh.patch. - Refresh patches.suse/0021-ovpn-notify-userspace-when-a-peer-is-deleted.patch. - Refresh patches.suse/0022-ovpn-add-basic-ethtool-support.patch. - Refresh patches.suse/0023-testing-selftests-add-test-tool-and-scripts-for-ovpn.patch. Update to v25: https://lore.kernel.org/all/20250407-b4-ovpn-v25-1-a04eae86e016@openvpn.net/ - commit a4d1b44 ++++ kor: - Update to version 0.6.1: * Support slack messages in helm chart (#430) ++++ tigervnc: - Update to tigervnc 1.15.0 * The native viewer and Unix servers now support the back and forward mouse buttons * The Unix servers can now handle any number of keys that are missing from the server keyboard layout, rather than just a few * x0vncserver now supports clipboard redirection * The native viewer can remember the username and password when reconnecting * Both the native and Java viewer can now show a standard arrow cursor, not just a dot cursor, if the server cursor is blank * vncpasswd can now check password complexity with pwquality - Refreshed patches: * n_tigervnc-Date-time.patch * u_tigervnc-Ignore-epipe-on-write.patch * n_tigervnc-Correct-path-in-desktop-file.patch ++++ libcamera-full: - Also bump the soname in baselibs.conf - Update to release 0.5.0 * The abi-compliance-checker reports there are both ABI and API changes in this release. * Substantially less than the previous release, and ultimately quite minor but unfortunately there nonetheless and so the SONAME is updated to 0.5 accordingly. I do not anticipate anything there that cannot be solved for applications without just a recompile. * This release brings in 201 commits with a huge list of fixes and code clean up which I'm very happy to see, including interesting fixes to the AGC and AWB handling in libipa. * In regards to new features, libcamera-0.5 has aptly now got the core Raspberry Pi 5 support merged!. There are still patches that are currently maintained by Raspberry Pi for additional features, and while the transition to upstream API's continue, but I think we're all happy to see this support getting in directly, and Raspberry Pi continue to lead the way in upstream camera development. I look forward to the kernel API's for streams being fully utilised by the PiSP platform for upstream camera metadata handling. This upcoming work is also supported by the CameraSensor factory and CameraSensorRaw support that is now also merged in this release. * Further more in the platform support, the software_isp continues to be developed and is now able to measure colour temperature, which will bring in improvements for AWB, and a CCM can be applied while peforming debayering (at a CPU cost) which will allow us to finally apply color tuning for sensors on devices that need to fall back to the software ISP. * New sensor support seems fairly short in this release, with the IMX415 being the prominent addition. * In libipa, and algorithm developments, along with many fixes and improvements there is a substantial new feature that the Baysian AWB algorithm from Raspberry Pi can now also be used on all libipa supported IPA modules, and has shown good impovements for the RkISP1 supported devices. * There is minimal changes to the application support side, but it is notable that now the Y444 format has been mapped to be usable by the gstreamer src element. lc-compliance has seen some progress which I hope will bring this to being a more central part of the test infrastructure. * For a full list of changes, please see: https://git.libcamera.org/libcamera/libcamera.git/commit/?id=058f589ae36170935e537910f2c303b1c3ea03b3 - Drop patch which is already included by upstream: * libcamera-fix-for-gcc15.patch ++++ libinstpatch: - add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on Leap 15.6 ++++ mjpegtools: - add patches from upstream to fix gcc15 compile time errors and some warnings: mjpegtools-gcc15.patch, mjpegtools-lto.patch, mjpegtools-c99-configure.patch - add patch mjpegtools-c++-17.patch (from gentoo) to silence std=c++17 warnings ++++ lkl: - Merge opensuse-kernel/SLE15-SP6 823d4e3e26f - lkl: Implement lkl_printf and lkl_bug internally - lkl: fix includes for lkl_printf and lkl_bug ++++ lucene++: - update to 3.0.9: * fix race conditions whe initializing static variables * build system fixes - add patch lucene++-3.0.9-fix-linking-DefaultSimilarity.patch - Drop patches merged upstream: * lucene++-3.0.8-fix-contrib-soname.patch * lucene++-3.0.8-fix-pc-libdir.patch * lucene++-3.0.8-fix-missing-headers.patch * lucene++-3.0.8-fix-cmake-issues.patch ++++ sendmail: - add -std=gnu11 to compiler flags, to fix gcc15 compile time error, and to still allow build on Leap 15.6 ++++ libomemo-c: - Update to 0.5.1: * Remove bundled code from libprotobuf-c * Ensure compatibility with latest version of libprotobuf-c * Improve compatibility with MSVC compiler * Add support for Meson build system ++++ libstorage-ng: - Translated using Weblate (Portuguese (Brazil)) (bsc#1149754) - 4.5.251 - Translated using Weblate (Italian) (bsc#1149754) - 4.5.250 - Translated using Weblate (Chinese (China) (zh_CN)) (bsc#1149754) - 4.5.249 - Translated using Weblate (Chinese (Taiwan) (zh_TW)) (bsc#1149754) - merge gh#openSUSE/libstorage-ng#1023 - fixed documentation (see jsc#PED-12241) - 4.5.248 ++++ liburing: - Disable resize-rings.t as it is not very stable in OBS - Disable timeout.t on Leap 15.6/15.7 - Disable read-inc-file.t and timeout.t on Leap 16.0 ++++ wtmpdb: - Update to version 0.73.0+git20250408.edb8638: * Release version 0.73.0 * expand accepted time format options * use documented -t short option for last --until * hurd: avoid PATH_MAX * hurd: compat for lack of CLOCK_BOOTTIME ++++ matrix-synapse: - Update to 1.128.0 - Features - Add an access token introspection cache to make Matrix Authentication Service integration (MSC3861) more efficient. (#18231) - Add background job to clear unreferenced state groups. (#18254) - Hashes of media files are now tracked by Synapse. Media quarantines will now apply to all files with the same hash. (#18277, #18302, #18296) - Bugfixes - Add index to sliding sync (MSC4186) membership snapshot table, to fix a performance issue. (#18074) - Updates to the Docker image - Specify the architecture of installed packages via an APT config option, which is more reliable than appending package names with :{arch}. (#18271) - Always specify base image debian versions with a build argument. (#18272) - Allow passing arguments to start_for_complement.sh (to be sent to configure_workers_and_start.py). (#18273) - Make some improvements to the prefix-log script in the workers image. (#18274) - Use uv pip to install supervisor in the worker image. (#18275) - Avoid needing to download & use rsync in a build layer. (#18287) - Improved Documentation - Fix how to obtain access token and change naming from riot to element (#18225) - Correct a small typo in the SSO mapping providers documentation. (#18276) - Add docs for how to clear out the Poetry wheel cache. (#18283) - Internal Changes - Add a column participant to room_memberships table. (#18068) - Update Poetry to 2.1.1, including updating the lock file version. (#18251) - Pin GitHub Actions dependencies by commit hash. (#18255) - Add DB delta to remove the old state group deletion job. (#18284) - Updates to locked dependencies - Bump actions/add-to-project from f5473ace9aeee8b97717b281e26980aa5097023f to 280af8ae1f83a494cfad2cb10f02f6d13529caa9. (#18303) - Bump actions/cache from 4.2.2 to 4.2.3. (#18266) - Bump actions/download-artifact from 4.2.0 to 4.2.1. (#18268) - Bump actions/setup-python from 5.4.0 to 5.5.0. (#18298) - Bump actions/upload-artifact from 4.6.1 to 4.6.2. (#18304) - Bump authlib from 1.4.1 to 1.5.1. (#18306) - Bump dawidd6/action-download-artifact from 8 to 9. (#18204) - Bump jinja2 from 3.1.5 to 3.1.6. (#18223) - Bump log from 0.4.26 to 0.4.27. (#18267) - Bump phonenumbers from 8.13.50 to 9.0.2. (#18299) - Bump pygithub from 2.5.0 to 2.6.1. (#18243) - Bump pyo3-log from 0.12.1 to 0.12.2. (#18269) ++++ mesheryctl: - update to 0.8.56: * General - [CI] Reduce Docker Image Size; Upgrade Key Golang Packages @leecalcote (#14328) - chore(go-mod): fix broken dependency github.com/openshift/api version @lekaf974 (#14330) - [CI] Remove wrk2 from default Meshery container build @leecalcote (#14326) - [Chore] Move .dockerignore to project root @leecalcote (#14327) - cleanup old alas relationships @mrmerlin320 (#14321) * Meshery CLI - [mesheryctl] feature: 13849: model init command @n2h9 (#13879) - Fix Registry update @mrmerlin320 (#14320) - chore(model-export): fix panic server side and error not handled properly in cli @lekaf974 (#14318) * Bug Fixes - chore(model-export): fix panic server side and error not handled properly in cli @lekaf974 (#14318) * Documentation - [mesheryctl] feature: 13849: model init command @n2h9 (#13879) ++++ minio-client: - Update to version 20250408T153949Z: * ConsoleMsg is not set by open source or AIStor, we should remove this an… (#5186) ++++ netcat-openbsd: - add -std=gnu99 to CFLAGS to fix gcc15 compile time errors ++++ obs-service-go_modules: - Packaging improvements: * _service tar_scm url use .git extension by convention ++++ oci-cli: - Update to version 3.54.1 * File Storage service * Support for the Lustre File service * ``oci lfs lustre-file-system change-compartment`` * ``oci lfs lustre-file-system create`` * ``oci lfs lustre-file-system delete`` * ``oci lfs lustre-file-system get`` * ``oci lfs lustre-file-system update`` * ``oci lfs lustre-file-system-collection list-lustre-file-systems`` * ``oci lfs work-request cancel`` * ``oci lfs work-request get`` * ``oci lfs work-request list`` * ``oci lfs work-request-error list`` * ``oci lfs work-request-log-entry list-work-request-logs`` * Data Science Service * Support for ML Applications in the Data Science service * ``oci data-science ml-app`` * ``oci data-science ml-app-implementation`` * ``oci data-science ml-app-implementation-version`` * ``oci data-science ml-app-instance`` * ``oci data-science ml-app-instance-view`` * Application Performance Monitoring Configuration Service * Support for new Action end points to export and import configurations * ``oci apm-config export-configuration copy`` * ``oci apm-config export-configuration export`` * ``oci apm-config export-configuration import`` * Ops Insights Service * Support for ECPU compute model based Ops Insights Warehouses by adding new compute-model field. * ``oci opsi operations-insights-warehouses update --compute-model`` * ``oci opsi operations-insights-warehouses create --compute-model`` * Updated requests dependency to `>= 2.32.0` for python version `>3.7`, `2.31.0` for `3.7` and `2.27.0` for `3.6` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32681. * Updated Jinja2 dependency to `>=3.1.5` for python version `>=3.7` and `<3.0.0` for `3.6` per: CVE-2024-56201 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-56201 and https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-56326. * Updated certifi dependency to `2025.1.31` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-39689. - from version 3.54.0 * Compute Service * Support for Host API feature in Compute service * ``oci compute compute-host change-compartment`` * ``oci compute compute-host get`` * ``oci compute compute-host list`` * ``oci compute compute-host update`` * Stack Monitoring Service * Support for a new Stack Monitoring configuration, enabling the automatic activation of the Management Agent on Compute instance launch * ``oci stack-monitoring config create-compute-auto-activate-plugin-config`` * ``oci stack-monitoring config update-compute-auto-activate-plugin-config`` * Support for importing telegraf/collectd resources * ``oci stack-monitoring resource-task update-agent-receiver --handler-type, - -is-enable, --agent-id, --compartment-id, --receiver-properties`` * Support for updating the handler configuration for telegraf/collectd resources * ``oci stack-monitoring resource-task update-resource-type-configs --handler-type, - -compartment-id, --resource-types-config`` * Support search monitored resource types based on source type and resource category * ``oci stack-monitoring resource-type list --resource-category, --source-type`` * Support for adding Tags in Stack Monitoring Maintenance Window resource * ``oci stack-monitoring maintenance-window create --defined-tags, --freeform-tags`` * ``oci stack-monitoring maintenance-window update --defined-tags, --freeform-tags`` * Generative AI Agent service * Support for tools * ``oci generative-ai-agent tool create`` * ``oci generative-ai-agent tool create-tool-function-calling-tool-config`` * ``oci generative-ai-agent tool create-tool-http-endpoint-tool-config`` * ``oci generative-ai-agent tool create-tool-rag-tool-config`` * ``oci generative-ai-agent tool create-tool-sql-tool-config`` * ``oci generative-ai-agent tool delete`` * ``oci generative-ai-agent tool get`` * ``oci generative-ai-agent tool list`` * ``oci generative-ai-agent tool update`` * ``oci generative-ai-agent tool update-tool-function-calling-tool-config`` * ``oci generative-ai-agent tool update-tool-http-endpoint-tool-config`` * ``oci generative-ai-agent tool update-tool-rag-tool-config`` * Support for metadata in data-source * ``oci generative-ai-agent data-source update --metadata`` * ``oci generative-ai-agent data-source update-object-storage-ds --metadata`` * Generative AI Agent Runtime service * Support for knowledge-base-metadata-summary * ``oci generative-ai-agent-runtime knowledge-base-metadata-summary retrieve-metadata`` * Delegate Access Control service * [BREAKING] Command to create worklog request has been renamed * ``oci delegate-access-control work-request work-request-log-entry list-work-request-logs`` renamed to ``oci delegate-access-control work-request work-request-log list`` * Oracle Cloud VMware Solution service * [BREAKING] Parameter list-error has been renamed to list * ``oci ocvs work-request-error list-errors`` renamed to ``oci ocvs work-request-error list`` - from version 3.53.0 * Managed Services for Mac Service * Support for the Oracle Cloud Infrastructure - Managed Services for Mac service * ``oci mngdmac`` * Compute Service * Support for the Compute GPU Memory Cluster and Compute GPU Memory Fabric services * ``oci compute compute-gpu-memory-cluster`` * ``oci compute compute-gpu-memory-fabric`` * GoldenGate Service * Added new optional parameter --backup-schedule for scheduling customer-initiated backups in the GoldenGate Service * ``oci goldengate deployment create --backup-schedule`` * ``oci goldengate deployment update --backup-schedule`` * Network Service * [BREAKING] Removed two optional parameters, monitor-ip and ip-anycast-id from the following commands * ``oci network byoip-range create`` * ``oci network byoip-range update`` * Tenant Manager Control Plane Service * [BREAKING] Renamed the oci organizations work-request-error list-errors command * ``oci organizations work-request-error list`` * [BREAKING] Renamed the oci organizations work-request-log list command * ``oci organizations work-request-log-entry list`` - from version 3.52.1 * Data Safe Service * Support for Sensitive column Analytics in Data Safe service * ``oci data-safe sensitive-data-model list-sensitive-column-analytics`` * Support for Sensitive type group in Data Safe service APIs * ``oci data-safe sensitive-type-group create`` * ``oci data-safe sensitive-type-group patch-grouped-sensitive-types`` * ``oci data-safe sensitive-data-model create --sensitive-type-group-ids-for-discovery`` * ``oci data-safe sensitive-type-group list-grouped-sensitive-types`` * ``oci data-safe sensitive-type-group update`` * ``oci data-safe sensitive-type-group-summary list-sensitive-type-groups`` * ``oci data-safe sensitive-data-model update --sensitive-type-group-ids-for-discovery`` * ``oci data-safe discovery-job create --sensitive-type-group-ids-for-discovery`` * ``oci data-safe sensitive-type-group get`` * ``oci data-safe sensitive-type-group change-compartment`` * ``oci data-safe sensitive-type-group delete`` * Support for Masking rerun from specific step in Data Safe service * ``oci data-safe masking-policy mask-data --re-run-from-step`` * Support for Masking report errors & delete in Data Safe service * ``oci data-safe masking-error-summary list-masking-errors`` * ``oci data-safe masking-report delete`` * Support for optional parameter in listing findings in security assessment * ``oci data-safe security-assessment list-findings --field --scim-query --sort-by`` * Database Service * Support for new optional parameter --vm-cluster-type in cloud vm cluster create * ``oci db cloud-vm-cluster create --vm-cluster-type`` * Support for new optional parameter --vm-cluster-type in cloud vm cluster list * ``oci db cloud-vm-cluster list --vm-cluster-type`` * Support for new optional parameter --db-system-id in database software image * ``oci db database-software-image list --db-system-id`` * Support for new optional parameter --vm-cluster-type in vm cluster create * ``oci db vm-cluster create --vm-cluster-type`` * Support for new optional parameter --vm-cluster-type in vm cluster list * ``oci db vm-cluster list --vm-cluster-type`` * Support for new optional parameter in the Exadata Database Service on Dedicated Infrastructure service * ``oci db application-vip create --ipv6-address`` * Support for new optional parameter ``--database-server-type`` and ``--storage-server-type`` * ``oci db cloud-exa-infra create --database-server-type, --storage-server-type`` * ``oci db exadata-infrastructure create --database-server-type, --storage-server-type`` * Support for new optional parameter --shape in flex component list * ``oci db flex-component list --shape`` * Data Science Service * Support for optional parameter ``--category`` for following commands * ``oci data-science model list --category`` * ``oci data-science model-version-set list --category`` * Support for model by reference via native API * ``oci data-science model create-model-custom-metadatum-artifact`` * ``oci data-science model create-model-defined-metadatum-artifact`` * ``oci data-science model delete-model-custom-metadatum-artifact`` * ``oci data-science model delete-model-defined-metadatum-artifact`` * ``oci data-science model get-model-custom-metadatum-artifact-content`` * ``oci data-science model get-model-defined-metadatum-artifact-content`` * ``oci data-science model head-model-custom-metadatum-artifact`` * ``oci data-science model head-model-defined-metadatum-artifact`` * ``oci data-science model update-model-custom-metadatum-artifact`` * ``oci data-science model update-model-defined-metadatum-artifact`` * ``oci data-science register-model-artifact-reference-details register-model-artifact-reference`` * Mysql Database Service * Support for scheduling cross-region DB system backups in the HeatWave Service. * ``oci mysql db-system create --backup-policy='{"copypolicies": [{ "copytoregion": "$region_name", "backupcopyretentionindays": $retention_in_days }]}'`` * ``oci mysql db-system update --backup-policy='{"copypolicies": [{ "copytoregion": "$region_name", "backupcopyretentionindays": $retention_in_days }]}'`` * Support for new optional parameter in the HeatWave Service * ``oci mysql backup copy --backup-copy-retention-in-days`` * Support for Pipelines in the OpenSearch service * ``oci opensearch pipeline`` * Support for new Open Id Connect Multi Authentication command in the OKE Control Plane service * ``oci ce cluster create --oidc-configuration-file`` - from version 3.52.0 * File Storage service * Support for User Quotas on FileSystem resource in the File Storage Service * ``oci fs file-system create-quota-rule`` * ``oci fs file-system update-quota-rule`` * ``oci fs file-system delete-quota-rule`` * ``oci fs file-system get-quota-rule`` * ``oci fs file-system list-quota-rules`` * ``oci fs file-system toggle-quota-rules` * Database service * Support for long term retention backup at Autonomous Recovery Service ("ZRCV"). * ``oci db backup create --retention-days - -retention-years `` * ``oci db backup list --backup-destination-type - -time-expiry-start --time-expiry-end - -type --db-version `` * ``oci db backup update --retention-days - -retention-years `` * Support for Subscription in the Exadata Database Service on Exascale Infrastructure * ``oci db exascale-db-storage-vault --subscription-id`` * ``oci db exadb-vm-cluster create --subscription-id`` * ``oci db exascale-db-storage-vault change-exascale-db-storage-vault-subscription - -exascale-db-storage-vault-id --subscription-id`` * ``oci db exadb-vm-cluster change-exadb-vm-cluster-subscription --exadb-vm-cluster-id - -subscription-id`` * Support for Cluster Placement Group in the Exadata Database Service on Exascale Infrastructure * ``oci db exascale-db-storage-vault create --cluster-placement-group-id`` * ``oci db exascale-db-storage-vault list --cluster-placement-group-id`` * ``oci db exadb-vm-cluster list --cluster-placement-group-id`` * Support for multiple standby databases for Autonomous Dataguard Association on ADB-D and ADB-D C@C * ``oci db autonomous-container-database add --autonomous-container-database-id`` * ``oci db autonomous-container-database convert-standby --autonomous-container-database-id`` * ``oci db autonomous-container-database edit-autonomous-container-database-dataguard - -autonomous-container-database-id`` * ``oci db autonomous-container-database failover-autonomous-container-database-dataguard - -autonomous-container-database-id`` * ``oci db autonomous-container-database switchover-autonomous-container-database-dataguard - -autonomous-container-database-id `` * ``oci db autonomous-container-database reinstate-autonomous-container-database-dataguard - -autonomous-container-database-id `` * ``oci db autonomous-container-database-dataguard migrate --autonomous-container-database-id`` * Open Search service * Support for upgrade major version of cluster in OpenSearch * ``oci opensearch cluster upgrade --opensearch-cluster-id --desired-software-version - -original-cluster-display-name --upgrade-type --is-clone --endpoint`` * PSQL service * Support for creating a backup copy * ``oci psql backup backup-copy --backup-id --compartment-id`` * Tenant Manager Control Plane service * [BREAKING] Changed the values accepted by the optional parameter --wait-for-state in the create command * ``oci organizations subscription-mapping create --wait-for-state `` * PSQL service * Added new optional parameter --config-type to list-configurations * ``oci psql configuration-collection list-configurations --config-type`` * Compute Engine service * Added new optional parameter --with-auth-context which reads the auth and profile attributes from the execution context and appends them to the oci command arguments in the kubeconfig file * ``oci ce cluster create-kubeconfig --with-auth-context`` - from version 3.51.9 * Unsupported feature "COMMAND health check" feature for Container Instance Service has been removed, There is no specific CLI change since the option is passed in by json blob ( --containers [complex type]) * Support for Database Lifecycle Management * ``oci dblm`` * Support for OCI cache service * ``oci cache`` * Support for Bring Your Own DKIM Keys in OCI Email Delivery Service * Support for Dataflow Steps and Storage Mounts in Pipelines in Data Science service * ``oci data-science pipeline create --storage-mount-configuration-details-list`` * ``oci data-science pipeline update --storage-mount-configuration-details-list`` * Support for new Open Id Connect Multi Authentication command in the OKE Control Plane service * ``oci ce cluster create --configuration-file`` * Support for the ZPR Security Attributes * ``oci load balancer`` * Support for Reserve Private IP for Private IP and IPv6 * ``oci network ipv6 ipv6-vnic-detach `` * ``oci network private-ip private-ip-vnic-detach `` * Support for new optional parameters in the Private IP and IPv6 for Reserve Private IP * ``oci network ipv6 create --lifetime`` * ``oci network private-ip create --lifetime`` * ``oci network ipv6 update --lifetime`` * ``oci network private-ip update --lifetime`` * Support for extra user-editable configuration parameters in the MySQL Heatwave Database service * OS Management Hub service * Support for rebooting of instances, groups and lifecycle stages * ``oci os-management-hub lifecycle-stage reboot`` * ``oci os-management-hub managed-instance reboot`` * ``oci os-management-hub managed-instance-group reboot`` * Support for private and third party repositories * ``oci os-management-hub software-source create-private-swsrc`` * ``oci os-management-hub software-source create-third-party-swsrc`` * ``oci os-management-hub software-source update-private-swsrc`` * ``oci os-management-hub software-source update-third-party-swsrc`` * Support for re-running work requests * ``oci os-management-hub work-request rerun`` * Support for new commands for custom software sources * ``oci os-management-hub software-source get-software-source-manifest`` * ``oci os-management-hub software-source update-software-source-manifest`` * ``oci os-management-hub software-source remove-packages`` * ``oci os-management-hub software-source replace-packages`` * ``oci os-management-hub software-source list-available-software-packages`` * ``oci os-management-hub software-source generate-metadata`` * Support for new commands for profiles * ``oci os-management-hub profile list-available-software-sources`` * ``oci os-management-hub profile get-profile-version`` * ``oci os-management-hub profile detach-software-sources`` * ``oci os-management-hub profile attach-software-sources`` * ``oci os-management-hub profile attach-management-station`` * ``oci os-management-hub profile attach-managed-instance-group`` * ``oci os-management-hub profile attach-lifecycle-stage`` * ``oci os-management-hub profile create-windows-stand-alone-profile`` * Support for new commands for manages instances * ``oci os-management-hub managed-instance associate-managed-instances-with-management-station`` * Support for new optional parameter * ``oci os-management-hub managed-instance list --agent-version --management-station - -is-reboot-required --management-station-ne * ``oci os-management-hub managed-instance-group install-packages --is-latest`` * ``oci os-management-hub management-station create --is-auto-config-enabled`` * ``oci os-management-hub management-station update --is-auto-config-enabled`` * ``oci os-management-hub management-station list --location --location-ne * ``oci os-management-hub profile list --management-station --management-station-ne - -profile-version`` * ``oci os-management-hub scheduled-job create --work-request-id`` * ``oci os-management-hub software-source add-packages --is-continue-on-missing-packages`` * ``oci os-management-hub software-source create-custom-swsrc --software-source-sub-type`` * ``oci os-management-hub software-source create-versioned-custom-swsrc --software-source-sub-type`` * ``oci os-management-hub software-source list ----is-mirror-sync-allowed`` * ``oci os-management-hub work-request list --rerun-of-id`` - from version 3.51.8 * Java Management Service * Support for Customer Onboarding Success in the Java Management Service * ``oci jms fleet-error-summary list-fleet-errors`` * ``oci jms plugin-error-summary list-plugin-errors`` * ``oci jms fleet-error-aggregation summarize-fleet-errors`` * ``oci jms plugin-error-aggregation summarize-plugin-errors`` * Database Service * Added new optional parameter is-local-adg to maintenance-run * ``oci db maintenance-run list --is-local-adg `` * Java Management Service * Added new options to existing commands * ``oci jms fleet summarize-resource-inventory --compartment-id-in-subtree`` * ``oci jms jms-plugin list --agent-type`` * ``oci jms performance-tuning-analysis-result list --application-name`` - from version 3.51.7 * Database Service * Support for new backup recovery parameters during autonomous-database creation in the Database Service * ``oci db autonomous-database create-from-backup-id --clone-table-space-list`` * ``oci db autonomous-database create-from-backup-timestamp --clone-table-space-list`` * Support for IPv6 address in BaseDB service * ``oci db system launch --private-ip-v6`` * ``oci db system launch-from-backup --private-ip-v6`` * ``oci db system launch-from-database --private-ip-v6`` * ``oci db system launch-from-db-system --private-ip-v6`` * Stack Monitoring Service * Support for Monitoring Templates * ``oci stack-monitoring monitoring-template`` * Support for Alarm Condition * ``oci stack-monitoring alarm-condition`` * Support for new optional parameters in below commands * ``oci stack-monitoring resource-type create-system-format-resource-type`` * ``oci stack-monitoring resource-type update-system-format-resource-type`` * OKE Control Plane Service * Support for ipv6 cluster creation * ``oci ce cluster create --ip-families`` * GoldenGate Service * Support for creating/updating new connection types * ``oci goldengate connection create-databricks-connection`` * ``oci goldengate connection update-databricks-connection`` * ``oci goldengate connection create-google-pub-sub-connection`` * ``oci goldengate connection update-google-pub-sub-connection`` * ``oci goldengate connection create-microsoft-fabric-connection`` * ``oci goldengate connection update-microsoft-fabric-connection`` * `Github Issue #905 `_ for OCI_API_KEY * `Github Issue #902 `_ for OCI_API_KEY * `Github Issue #900 `_ for SUPPRESS_LABEL_WARNING - from version 3.51.6 * Data Science Service * Support for Data Science Schedule * ``oci data-science schedule`` * Support for OCI Data Science List Service Managed Container Endpoint * ``oci data-science list`` * Generative AI inference service * Support for VLLM tool use * ``oci generative-ai-inference chat-result chat-cohere-chat-request`` * ``oci generative-ai-inference chat-result chat-generic-chat-request`` * ``oci generative-ai-inference rerank-text-result rerank-text`` * ``oci generative-ai-inference rerank-text-result rerank-text-dedicated-serving-mode`` * ``oci generative-ai-inference rerank-text-result rerank-text-on-demand-serving-mode`` * Support for Cohere Embed V3 with image * ``oci generative-ai-inference embed-text-result embed-text`` * Data Safe service * Support for new Referential Relation APIs * ``oci data-safe referential-relation create`` * ``oci data-safe referential-relation delete`` * ``oci data-safe referential-relation get`` * ``oci data-safe referential-relation list`` * ``oci data-safe masking-policy-referential-relation-summary list-masking-policy-referential-relations`` * Support for Export Sensitive Types * ``oci data-safe sensitive-type bulk-create`` * ``oci data-safe sensitive-types-export change-compartment`` * ``oci data-safe sensitive-types-export create`` * ``oci data-safe sensitive-types-export delete`` * ``oci data-safe sensitive-types-export download`` * ``oci data-safe sensitive-types-export get`` * ``oci data-safe sensitive-types-export update`` * ``oci data-safe sensitive-types-export-collection list-sensitive-types-exports`` * Support for ListPasswordExpiryDateAnalytics * ``oci data-safe user-assessment list-password-expiry-date-analytics`` * MySQL Database Service * Support for new optional DB system parameters (database mode, access mode, read endpoint) in the Heatwave sevice * ``oci mysql db-system create --database-mode --access-mode --read-endpoint`` * ``oci mysql db-system update --database-mode --access-mode --read-endpoint`` * ``oci mysql db-system clone --database-mode --access-mode --read-endpoint`` * ``oci mysql db-system import --database-mode --access-mode --read-endpoint`` * Security Enhancement: Improved security for API key management by showing warning to encourage addition of label on Private-Key. * Data Safe service * Modified User Assessment List users / userAnalytics * ``oci data-safe user-assessment list-user-analytics`` * ``oci data-safe user-assessment list-users`` - from version 3.51.5 * Ops Insights Service * Support to add tag filters for news reports * ``oci opsi news-reports create --match-rule, --tag-filters`` * Support to update more parameters for news reports * ``oci opsi news-reports update --match-rule, --tag-filters`` * Support for MySQL Heatwave database systems * ``oci opsi database-insights change-external-mysql`` * ``oci opsi database-insights create-external-mysql-database-insight`` * ``oci opsi database-insights enable-external-mysql-database-insight`` * ``oci opsi database-insights update-external-mysql-database-insight`` * Database Management Service * Support for external MySQL database management * ``oci database-management external-my-sql-database create`` * ``oci database-management external-my-sql-database delete`` * ``oci database-management external-my-sql-database disable-external-my-sql-database-management`` * ``oci database-management external-my-sql-database enable-external-my-sql-database-management`` * ``oci database-management external-my-sql-database get-external-my-sql-database-connector`` * ``oci database-management external-my-sql-database get`` * ``oci database-management external-my-sql-database update-external-mysql-database`` * ``oci database-management external-my-sql-database-collection list-external-my-sql-databases`` * ``oci database-management external-my-sql-database-connector check-external-my-sql-database-connector-connection-status`` * ``oci database-management external-my-sql-database-connector create`` * ``oci database-management external-my-sql-database-connector delete`` * ``oci database-management external-my-sql-database-connector update-external-mysql-database-connector`` * ``oci database-management my-sql-connector-collection list-my-sql-database-connectors`` * Support for fetching HA metric for managed databases in Database Management * ``oci database-management database-fleet-ha-overview-metrics get`` * ``oci database-management database-fleet-dataguard-metrics get`` * ``oci database-management database-fleet-backup-metrics get`` * ``oci database-management managed-database database-ha-backup-details get --managed-database-id`` * Database Management Service * Optional parameter filter-by-my-sql-database-type-param added in the list-managed-my-sql-databases and my-sql-fleet-metrics commands * ``oci database-management managed-my-sql-databases managed-my-sql-database-collection list-managed-my-sql-databases`` * ``oci database-management managed-my-sql-databases my-sql-fleet-metrics get`` * Organizations Service * Support for optional parameter subscriptionId to the existing createChildTenancy API * ``oci organizations child-tenancy create --subscription-id`` - from version 3.51.4 * Network Load Balancer Service * Support for Active/Standby Purist Mode * Support for Configurable TCP Reset * ``oci nlb backend-set create --is-instant-failover-tcp-reset-enabled, - -are-operationally-active-backends-preferred`` * ``oci nlb backend-set update --is-instant-failover-tcp-reset-enabled, - -are-operationally-active-backends-preferred`` * Database Service * Support for Data Guard Transaction Processing * ``oci db database create-standby-database`` * ``oci db database update-data-guard`` * ``oci db database switch-over-data-guard`` * ``oci db database failover-data-guard`` * ``oci db database reinstate-data-guard`` * Support for permanently disconnecting a peer Autonomous Database from its Primary * ``oci db autonomous-database update --is-disconnect-peer`` * Support for External HSM for TDE key management in ExaDB-C@C and ExaDB-D * ``oci db database change-to-external-hsm-key-location --database-id --hsm-password`` * ``oci db database create --hsm-password`` * ``oci db data-guard-association create from-existing-vm-cluster --hsm-password`` * Support for Bring Your Own ASN (BYOASN) in Core Service * ``oci network byoasn`` - from version 3.51.2 * Open Search Service * Support for a new command for an opensearch cluster * ``oci opensearch cluster configureoutboundcluster`` * Support for Cross Cluster Search(CCS) functionality for an opensearch cluster * ``oci opensearch cluster create --backup-policy --inbound-cluster-ids --maintenance-details - -outbound-cluster-config --reverse-connection-endpoint-customer-ips --security-saml-config`` * ``oci opensearch cluster update --backup-policy --maintenance-details --outbound-cluster-config - -reverse-connection-endpoint-customer-ips --security-saml-config`` * Support for new optional parameter in update autonomous database patch level post provisioning in Database Service * ``oci db autonomous-database update --autonomous-maintenance-schedule-type`` * Support for new optional parameter ``route-table-id`` in Network Service * ``oci network vnic assign-private-ip --route-table-id`` * ``oci network private-ip update --route-table-id`` * ``oci network vnic assign-ipv6 --route-table-id`` * ``oci network ipv6 create --route-table-id`` * ``oci network ipv6 update --route-table-id`` * ``oci network vnic update --route-table-id`` - from version 3.51.1 * `Github Issue #728 `_ for RPv1.1 - from version 3.51.0 * Cloud Bridge Service * Support of creating/updating Amazon Web Services asset-sources * ``oci cloud-bridge discovery asset-source create`` * ``oci cloud-bridge discovery asset-source update`` * Support of creating/updating Amazon Web Services EC2 and EBS assets * ``oci cloud-bridge inventory asset create`` * ``oci cloud-bridge inventory asset update`` * Support of listing the Amazon Web Services regions which are available for Discovery and Migration * ``oci cloud-bridge discovery supported-cloud-regions list`` * AI Vision service * Support of Stored Video Analysis * ``oci ai-vision video-job cancel`` * ``oci ai-vision video-job create`` * ``oci ai-vision video-job get`` * Stack Monitoring service * Support for HTTP type of Metric Extensions * ``oci stack-monitoring metric-extension create-http-metric-ext`` * ``oci stack-monitoring metric-extension update-http-metric-ext`` * Support for new optional parameter in List Metric Extensions * ``oci stack-monitoring metric-extension list --metric-ext-id`` * Big Data Service * Support for OCI identity domain integration * ``oci bds identity-configuration`` * Support for Historical Cluster Versions and Natgateway update * ``oci bds instance create --bds-cluster-version-summary`` * ``oci bds instance update`` * ``oci bds instance install-patch-domain-based-odh-patching-config`` * ``oci bds instance install-patch-batching-based-odh-patching-config`` * Support for Start API with heterogenous shape supports * ``oci bds instance start`` * Generative AI Agent service * Support multi modality flag in Data source resource * ``oci generative-ai-agent data-source update-object-storage-ds --data-source-\ config-object-storage-prefixes, --data-source-config-should-enable-multi-modality`` * ``oci generative-ai-agent data-source create-object-storage-ds --data-source-\ config-object-storage-prefixes, --data-source-config-should-enable-multi-modality`` * Support for create and update autonomous database with backup retention lock in the Database Service * ``oci db autonomous-database create --is-backup-retention-locked`` * ``oci db autonomous-database update --is-backup-retention-locked`` * Support for ZeroETL pipelines in the GoldenGate service * ``oci goldengate pipeline`` * ``oci goldengate pipeline-recipe-collection`` * [BREAKING] session chat command is changed to agent-endpoint chat in Generative AI Agent Client service * ``oci generative-ai-agent-runtime agent-endpoint chat`` * data-source-config-object-storage-prefixes is now an optional parameter for below command in the Generative AI Agent service * ``oci generative-ai-agent data-source update-object-storage-ds`` * ``oci generative-ai-agent data-source create-object-storage-ds`` * Bug in below command in the Source Control Management Service * ``oci devops protected-branch create-or-update`` - from version 3.50.3 * Database Service * Support for BYOK(bring your own key) * ``oci db autonomous-container-database rotate-key --key-version-id`` * ``oci db autonomous-database rotate-key --key-version-id`` * Disaster Recovery Service * Support for Refreshing DrPlans * ``oci disaster-recovery dr-plan refresh`` * ``oci disaster-recovery dr-plan refresh-dr-plan-refresh-dr-plan-default-details`` * ``oci disaster-recovery dr-plan verify`` * ``oci disaster-recovery dr-plan verify-dr-plan-verify-dr-plan-default-details`` * Visual Builder Service * Add support for Private Access to a VB instance * ``oci visual-builder vb-instance create-vb-instance-private-endpoint-details - -compartment-id | -c, --display-name, --network-endpoint-details-subnet-id, - -node-count, --alternate-custom-endpoints, --consumption-model, --custom-endpoint, - -defined-tags, --freeform-tags, -? | -h | --help, --idcs-open-id, - -is-visual-builder-enabled, --network-endpoint-details-network-security-group-ids, - -network-endpoint-details-private-endpoint-ip`` * ``oci visual-builder vb-instance reconfigure-private-endpoint - -vb-instance-id, -? | -h | --help`` * ``oci visual-builder vb-instance update-vb-instance-update-private-endpoint-details - -vb-instance-id, --alternate-custom-endpoints, --custom-endpoint, --defined-tags, - -display-name, --force, --freeform-tags, -? | -h | --help, --idcs-open-id, - -is-visual-builder-enabled, --network-endpoint-details-network-security-group-ids, - -network-endpoint-details-subnet-id, --node-count`` * Fleet Software Update Service * Support for Exadata Fleet Update DB and GI Rollback Maintenance Cycle Feature * ``oci fleet-software-update fsu-action create-fsu-action-create-rollback-\ cycle-apply-action-details`` * AI Language Service * Support for new optional parameter alias * ``oci ai language batch-detect-entities --alias`` * ``oci ai language batch-detect-health-entities --alias`` * ``oci ai language batch-detect-key-phrases --alias`` * ``oci ai language batch-detect-language --alias`` * ``oci ai language batch-detect-pii-entities --alias`` * ``oci ai language batch-detect-sentiments --alias`` * ``oci ai language batch-detect-text-classification --alias`` * ``oci ai language batch-language-translation --alias, - -endpoint-id, --no-translate`` * ``oci ai language endpoint create --alias, --compute-type`` * ``oci ai language endpoint update --alias`` * Data Flow Service * Support for cascading deletion of Applications and Runs * ``oci data-flow application cascading-delete --application-id`` - Refresh patches for new version * oc_relax-python-depends.patch - Update BuildRequires and Requires from setup.py ++++ orthanc: - version 1.12.7 * dcmtk.diff removed (upstream) * long changelog - see NEWS for details ++++ orthanc-wsi: - version 3.2 * Support windowing when rendering grayscale images using on-the-fly deep zoom * Added tolerance to imaged volume width/height by looking only at the finest level * Added support for more transfer syntaxes in the Web viewer plugin, including JPEG-LS * Added support for JPEG-LS in OrthancWSIDicomizer with argument "--compression=jpeg-ls" * Fix photometric interpretation of JPEG2000 images generated by OrthancWSIDicomizer (now set to RGB instead of YBR_FULL_422) ++++ perf: - perf tools: annotate asm_pure_loop.S (bsc#1239906). New patch: perf-tools-annotate-asm_pure_loop.S.patch - Add a brief explanation in spec on patch numbering convention. ++++ perl-Devel-Cover-Report-Codecovbash: - updated to 0.41.0 (v0.41.0) see /usr/share/doc/packages/perl-Devel-Cover-Report-Codecovbash/Changes v0.41.0 2025-04-06 01:05:36+02:00 - Avoid die when statements could not be found ++++ pgadmin4: - update to 9.2: * supported database servers - postgresql: 13, 14, 15, 16 and 17 - edb advanced server: 13, 14, 15, 16 and 17 * bundled postgresql utilities - psql, pg_dump, pg_dumpall, pg_restore: 17.2 * New features - Added an ability to configure the font family for SQL editors. - Added support to automatically open a file after it is downloaded in the desktop mode. - Added support for post-connection SQL execution, which will be run automatically on each connection made to any database of the server. - Add support for restoring plain SQL database dumps. - Added support for creating Directory nodes in EPAS. - Change icon buttons to show tooltip even when disabled. - Add an option to load/replace the servers.json file on each container startup. - Open user management in a separate tab instead of a dialog to enhance UI/UX. * Housekeeping - Added Security.md file. * Bug fixes - Ensure that modal dialogs are not triggered more than once to avoid duplicates. - Change session files garbage collection strategy. - Fixed an issue where pgAdmin should fallback to main screen if the last opened screen is disconnected. - Fixed an issue where the PSQL terminal displays keyname for non alphanumeric keys. - Fixed an issue where geometries in the geometry viewer will render partially when the container was resized. - Change the stop/terminate icon at all the places for better UX. - Fixed an issue where the Schema Diff was not displaying the difference query when a table had a UNIQUE NULLS NOT DISTINCT constraint. - Fixed an issue where the query tool data grid did not respect the default value for columns of domain type when the domain had a default value. - Ensure the newly added parameters in the server dialog are incorporated into the Import/Export Servers functionality. - Fixed an issue where updating the grantee was not correctly applying the privileges. - Fixed an issue where the upgrade_check API returned an unexpected keyword argument ‘cafile’ due to changes in the urllib package supporting Python v3.13. - Fixed an issue where delete/rename was done on wrong file after sorting in Storage Manager. - Fixed an XSS vulnerability issue in the Query Tool and View/Edit Data (CVE-2025-2946, bsc#1240748). - Fixed a remote code execution issue in the Query Tool and Cloud Deployment (CVE-2025-2945, bsc#1240746). - Fixed an issue where query tool is crashing on macOS 15.4 due to a locale issue. - update to 9.1: * supported database servers - postgresql: 13, 14, 15, 16 and 17 - edb advanced server: 13, 14, 15, 16 and 17 * bundled postgresql utilities - psql, pg_dump, pg_dumpall, pg_restore: 17.2 * New features - Added an option to open the file in a new tab within the query tool. - Add support for one to one relationship in the ERD tool. - Enable the ability to close the ‘Welcome’ tab in the Query Tool/PSQL Workspace. * Housekeeping - Added support for Python 3.13 * Bug fixes - Fixed an issue where pgAdmin does not support pg_vector column length/precision. - Fixed an issue where pasting text containing JSON data into the query tool grid would result in incorrect parsing. - Fixed an issue where the query tool was not treating IDENTITY columns as columns with default values when inserting new rows. - Fixed an issue where the ERD tool fails to open a saved file containing parent-child relationship within the same table. - Fixed Docker image entrypoint.sh email validation. - Fixed an issue where the User Management and Change Password dialogs were hidden when selecting a menu while a workspace other than ‘Default’ was active. - Fixed an issue where the column order displayed was incorrect for exclusion constraints with multiple columns. - Ensure the saved passwords are decrypted with the correct encryption key for external authentication in server mode. - Fixed an issue where drop-down menus were hidden behind the dock. - Fixed an issue where deleting rows in the query tool would delete all rows in the table when ‘Select All Remaining Rows’ was used. - update to 9.0: * supported database servers - postgresql: 13, 14, 15, 16 and 17 - edb advanced server: 13, 14, 15, 16 and 17 * bundled postgresql utilities - psql, pg_dump, pg_dumpall, pg_restore: 17.0 * New features - Change button labels and color in delete confirmation dialog for all objects to improve UX. - Enhanced pgAdmin 4 with support for Workspace layouts. - Added the MAINTAIN privilege for PostgreSQL version 17 and above. - Add support for OAuth2 profile array response, which also takes care of the GitHub Private Email ID issue. * Housekeeping - Show the python version used for the pgAdmin server in the about dialog. * Bug fixes - Change the logic of setval function, so that the next nextval of sequence will return exactly the specified value. - Fixed an issue where pgadmin cannot install into path with non ASCII characters. - Fixed an issue where filter dialog save fails when the PostgreSQL server/database connection is lost. - Fixed an issue where option key was not registering in PSQL tool. - Fixed an issue where Schema Diff not produce difference script for Index definition with where condition. - Correct the documentation for the MFA configuration. - Fixed an issue where error message from the database server need space between two sentences. - Fixed an issue where query tool throws utf-8 decode error when using cursor with binary data. - Allow deleting the entry while creating/adding new label to enumeration type. - Fixed an issue where properties dialog throwing an error for Materialized View. - Fix a formatting issue in View/Edit tool generated SQL where some filters are applied. - Fixed an issue where tooltip on a dropdown button is blocking access to dropdown menu. - Fix the error occurring while loading preferences on startup. - Fixed an issue where copying query tool output cell is not working if any SQL text is selected. - Ensure master password pop up is not shown on setting MASTER_PASSWORD_REQUIRED to false. - Remove the option “With no data (concurrently)” from Refresh MATERIALIZED VIEW context menu. - Fix an issue where wrong information is shown after using the filter on the Dashboard> State tab. - Fixed an issue where PSQL tool is not opening if database name have HTML characters in the name. - Fixed an issue where Default Privileges and Privileges not working correctly. - Fixed an issue where quotes were missing in the CREATE script for the tablespace. - update to 8.14: * supported database servers - postgresql: 12, 13, 14, 15, 16 and 17 - edb advanced server: 12, 13, 14, 15, 16 and 17 * bundled postgresql utilities - psql, pg_dump, pg_dumpall, pg_restore: 17.0 * New features - Allow setting NULL ordering for columns in view/edit data filter dialog. - Show auto-complete column names in filtered rows dialog of table and filter options of view/edit data tool. - Allow the use of a pgpass file in the pgAdmin container via Docker secrets. - Fixed multiple issues and improved ERD auto-layout. - Add support for passing connection details as placeholders in the passexec command. - Add support to deploy pgAdmin in a container with readOnlyRootFilesystem to true. - Added support for a builtin locale provider in the Database dialog. - Added support for adding tags on a server node. * Bug fixes - Fixed an issue where Ctrl/Cmd + A was not selecting all data in query tool data grid. - Fixed an issue where querying a foreign table gives the error ‘ForeignTableCommand’ object has no attribute ‘auto_commit’. - Fixed an issue where indent with space was not aligning to next tab position. - Fixed an issue where pgAdmin crashes on accessing the dashboard state tab when database is super busy. - Fixed an issue related to the query tool update connection after the server disconnected from the object explorer. - Fixed an issue where a column name change in the edit dialog of the table node does not show the updated column name. - Fixed an issue where query tool should show results and messages only from the last executed query. - Fixed an issue where query tool throws syntax error if a newly added row is untouched and saved. - Ensure the crypt key is retrieved correctly on backend server restart. - Fixed an issue in schema diff where an error message popup was showing some garbage without any info. - Fixed an issue where query tool should not prompt for unsaved changes when there are no changes. - Add a user preference to enable/disable alternating row background colors in the data output of query tool. - Fixed an issue where doing Ctrl/Cmd+C on a selected text in a cell editor of data output in the query tool copied the complete text. - Fixed an issue where auto-width of wide columns in data output is incorrectly calculated. - Ensure correct custom SSL certificate passed in connection string. - update to 8.13: * supported database servers - postgresql: 12, 13, 14, 15, 16 and 17 - edb advanced server: 12, 13, 14, 15 and 16 * bundled postgresql utilities - psql, pg_dump, pg_dumpall, pg_restore: 17.0 * New features - Replace infinite scrolling with pagination in query tool data output for better UX and performance. - Add an object menu option to disconnect all server and database connections. - Alternate the background color of rows to enhance readability. - Allow to pass PGADMIN_CONFIG_CONFIG_DATABASE_URI from docker secrets. - Format dashboard graph metrics for better readability. - Added support for auto-detecting and setting the End-of-line character (LF/CRLF) in the query tool editor. - Make the background color for the serial number and header cells distinct. * Housekeeping - Updated the react-menu library from v2 to v4. - Remove bootstrap from the runtime code. - Remove the dependency on python packages eventlet and greenlet. * Bug fixes - Fixed an issue to allow the Enter key to save data in the result grid text editor. - Move ‘About pgAdmin 4’ to app menu on macOS. - Fixed an issue where the query tool was crashing when an empty geometry was being rendered. - Fixed an issue where role properties were not loading. - Fix multiple issues related to debugger params dialog input. - Fixed an issue where the dock layout was not saved upon closing a tab. - Fixed an issue where the copy shortcut CTRL +C was not working in the Query Tool data grid. - Fixed an issue where Dashboard tab showing ‘Something went wrong’. - Fixed an issue where cursor selection is not visible in the PSQL tool. - Allow OAuth2 params OAUTH2_NAME, OAUTH2_DISPLAY_NAME, OAUTH2_ICON, OAUTH2_BUTTON_COLOR to be optional. - Add appropriate minimum width and height setting for desktop apps to avoid app accidentally going below visibility levels. - Fixed an issue where graphical explain keeps the node details open even after plan changed. - Fixed an issue in the debugger where function arguments of the character data type were being truncated. - Fix the issue where rows do not retain shading when scrolling. - Use PG17 as the default in the container. - update to 8.12: * supported database servers - postgresql: 12, 13, 14, 15, 16 and 17 - edb advanced server: 12, 13, 14, 15 and 16 * bundled postgresql utilities - psql, pg_dump, pg_dumpall, pg_restore: 16.4 * New features - Added feature to restore preferences to their default values. - Add a new config variable - ALLOW_SPECIAL_EMAIL_DOMAINS to allow special domains for pgAdmin user emails. - Allow running non-continuous selected SQL code blocks in the query tool. * Housekeeping - Improved the extendability of the SchemaView and DataGridView. * Bug fixes - Fix the query tool restore connection issue on the server disconnection from the left side object explorer. - Revamp the current password saving implementation to a keyring and reduce repeated OS user password prompts. - Fixed an issue where users could not use pgAdmin if they did not have access to the management database. - Fixed an issue where servers listed in the servers.json file were being reimported upon container restart. - Added support for OIDC based OAuth2 authentication. - Fixed an issue where cursor moves to end of line when editing input fields. - Fixed an issue where “Quit App” confirmation modal in desktop app is not respecting “Confirm on close or refresh?”. - Fixed an issue where different client backend shows all SQL are same. - Fixed a security issue where the OAuth2 client ID and secret exposed through the web browser (CVE-2024-9014). - update to 8.11: * supported database servers - postgresql: 12, 13, 14, 15, 16 and 17 - edb advanced server: 12, 13, 14, 15 and 16 * bundled postgresql utilities - psql, pg_dump, pg_dumpall, pg_restore: 16.3 * New features - Add a home button to the geometry viewer to set original zoom level when the viewer was opened. * Housekeeping - Upgrade react-data-grid fork to latest and change pgAdmin accordingly. - Introduce custom React Hook useSchemaState to simplify SchemaView component. * Bug fixes - Fixed an issue where refreshing the Schema Diff tool opened in a new tab caused an error. - Fix server heartbeat logging error after deleting the server. - Fixed an issue where the Generate Script ignored filter conditions when a parent node was selected. - Fixed an issue where delete object(shortcut key) affecting both text and Object Explorer items. - Fix an issue where ERD tool should to be able to open saved pgerd file when using keyboard shortcuts. - Updated the documentation for web server authentication. - Fixed an issue where the REVOKE statement in the create script was throwing an error if the role contained special characters. - Improve code highlighting in query editor. - Fix an issue where the wheel package is not getting installed on the arm64-based macOS version < 14. - Fixed an issue where column resizing is not working in search objects dialog. - Fixed an issue where the value in the find box is not updating with selected text in editor if find is already open and re-triggered. - Fixed paths for Flatpak broken after Electron changes. - update to 8.10: * supported database servers - postgresql: 12, 13, 14, 15, 16 and 17 - edb advanced server: 12, 13, 14, 15 and 16 * bundled postgresql utilities - psql, pg_dump, pg_dumpall, pg_restore: 16.3 * New features - Add support for Postgres Server Logs for Text, CSV and JSON format in plain and tabular formats. Upgrade React to version 18. - Add a keyboard shortcut to close active tab panel. - Add support for highlighting selection matches in the query editor. * Housekeeping - Replace pgAdmin NW.js container with Electron container. - Updated to the latest version of the Notistack library. - Ensure that pgAdmin 4 is compatible with PostgreSQL v17. - Automatically apply virtualization in the DataGridView of SchemaView if the schema contains only one collection. - Add the git commit hash details to the About dialog. * Bug fixes - Fixed an issue where paste operation in query tool data grid should skip bytea columns and put the value as NULL instead. - Fixed an issue where the taskbar icon appeared as a red square for the query tool and schema diff when opened in a new window. - Fix issue with missing new added records in download file. - Fixed an issue where the File Open dialog did not show files without a dot extension. - Ensure pgAdmin never makes network requests to Google etc. - Fixed an issue where pop-up notifications from Object Explorer wouldn’t get dismissed automatically if the Query Tool was opened. - Fixed the permission denied issue for functions of the pgstattuple extension when accessing statistics with a non-admin user. - Ensure processes related notifiers disappears. - Updated entrypoint.sh to utilize the email-validator package for email validation. - Fixed an issue where users could not insert characters at the desired location, as it was added to the end of the line. - Fixed an issue where sorting the database activity table on the dashboard by any column caused the details to expand in the wrong position. - Fix an issue where the preferences JSON file has no effect when an external database is used. - Fixed an issue where theme preview under theme options was broken in pgAdmin server mode. - Fixed an issue where users could not autofill their saved passwords in the connect server dialog in the browser. - Fixed an issue where Generate Script button should be disabled if no objects are selected in the schema diff result. - Fixed an issue where ERD Open/Save shorcuts were not working on Windows/Linux. - Add a precautionary check for the query tool connection cursor to fix the error ‘NoneType’ object has no attribute ‘_query’. - Fixed an issue where boolean values in node details of graphical explain plan were not interpreted correctly. - Fixed an issue where Reassign/Drop Owned dialog not opening for Role. - Ensure pgadmin does not try to connect to the server if saved password is not available. - Ensure that pgAdmin works when opened in an iframe. - update to 8.9: * supported database servers - postgresql: 12, 13, 14, 15 and 16 - edb advanced server: 12, 13, 14, 15 and 16 * bundled postgresql utilities - psql, pg_dump, pg_dumpall, pg_restore: 16.3 * New features - Provide option to set theme based on OS theme preference. * Housekeeping - Remove the usage of MUI makeStyles as it doesn’t support React 18. * Bug fixes - Disable the query tool editor input if any SQL is being loaded to prevent users from typing. - Fixed an issue where resizable data editors in query tool should not be allowed to resize beyond the app window bounds. - Fixed new line indentation in query editor and add a user preference to disable it. - Ensure that a user can connect to a server using SSL certificates and identity files from a shared storage. - Fixed an issue where object explorer toolbar button not showing shortcut in the tooltip. - Add support for comments on RLS policy object. - Fixed an issue where changing a column name should reflect in all the constraints in table object dialog and ERD table dialog. - Fixed an issue where dark theme shows white background when all tabs are closed. - Ensure preferences can be loaded using preferences.json. - Fixed an issue where the schema diff incorrectly marked tables as different due to schema-qualified trigger functions in the trigger definitions. - Fixed an issue where backslash breaks syntax highlighting. - Search Objects dialog should focus on search input on open. - Fixed incorrect sorting of size in statistics tab. - Fixed an issue where query tool shortcuts for find/replace are not working. - Fixed migration failure while using external database. - Fixed an issue where query tool auto-complete stops working after connection change. - Fix the permissions issue in the pgAdmin installation directory on Debian and RHEL-8 platforms (CVE-2024-6238). - Fixed an issue where delete button in Users data was enabled for incorrect rows. - Rebase and update patches: * package_deps.patch * package_git_local.patch - Bump dependencies versions - Fix update-vendor.sh script to work with rpm 4.20. - Replace the npx command from `npx eslint --no-eslintrc ...` to `npx eslint --no-config-lookup ...` ++++ pnpm: - update to 10.8: * Minor Changes Experimental. A new hook is supported for updating configuration settings. The hook can be provided via .pnpmfile.cjs. For example: module.exports = { hooks: { updateConfig: (config) => ({ ...config, nodeLinker: "hoisted", }), }, }; Now you can use the pnpm add command with the --config flag to install new configurational dependencies #9377. * Patch Changes - Do not hang indefinitely, when there is a glob that starts with !/ in pnpm-workspace.yaml. This fixes a regression introduced by #9169. - pnpm audit --fix should update the overrides in pnpm-workspace.yaml. - pnpm link should update overrides in pnpm-workspace.yaml, not in package.json #9365. ++++ postfix: - add -std=gnu17 to CCARGS to fix gcc15 compile time error, as Wietse Venema suggests (marc.info/?l=postfix-users&m=173542420611213) ++++ postfix-bdb: - add -std=gnu17 to CCARGS to fix gcc15 compile time error, as Wietse Venema suggests (marc.info/?l=postfix-users&m=173542420611213) ++++ proton-vpn: - update to 4.9.6: * nothing of relevance - update spec file: * switch to autosetup * remove update-dekstop-files * switch to pyproject macros * use sle15 macros for defining which python version ++++ publicsuffix: - Update to version 20250407: * Add windsurf.app and windsurf.build (#2428) * util: gTLD data autopull updates for 2025-03-28T15:18:17 UTC (#2423) * feat: add Appwrite domains to the list (#2410) * Add storacha.link and w3s.link (#2417) * Remove `router.management` (#2409) * Add dpdns.org (#2414) * Add devinapps.com (#2412) * add inbrowser.link and inbrowser.dev (#2413) * Update public_suffix_list.dat (#2403) * Add ai.kr, io.kr, it.kr, me.kr (#2407) * Update pro.typeform.com contact (#2404) * Add deus-canvas.com to PSL (#2405) * Add oninferno.net (#2402) * add deno.net (#2400) * util: gTLD data autopull updates for 2025-02-28T15:17:59 UTC (#2401) * Add cpanel.site to private section (#2398) * Add `zone.id` to the list (#2396) * Add *.zerops.app (#2393) * util: gTLD data autopull updates for 2025-02-26T15:18:44 UTC (#2397) ++++ python-WTForms: - Update to 3.2.1: * Fix :class:`~fields.SelectMultipleBase` import - Update to 3.2.0: * Translations update: korean, chinese (traditional), portugese, russian, dutch, kazakh, swedish, turkish, slovak, ukranian, spanish, french. * Move the repository to the pallets-eco organization. * Stop supporting Python 3.9 and start supporting Python 3.13 * Removed required flag support from :class:`~fields.HiddenWidget`, :class:`~fields.RangeWidget` and :class:`~fields.SelectWidget` to conform to W3C :class:`~wtforms.validators.NoneOf` and :class:`~wtforms.validators.AnyOf` can validate multiple valued fields like :class:`~fields.SelectMultipleField` * Use GHA and pre-commit workflows inspired from Flask. * Breaking change: Some deprecated code was removed: :class:`~wtforms.Flags` can no longer be tuples. iter_choices needs a tuple of 4 items * Breaking change: The key for form errors moved from :data:`None` to empty string "". * Note. If you need to keep the old behavior you can set the _form_error_key parameter of your form to :data:`None`. - Update to 3.1.2: Fix :class:`~fields.SelectMultipleField` value coercion on validation. ++++ python-Flask-Security: - Update to 5.6.1 [#]# Fixes * #1077: Fix runtime modification of a config string (TWO_FACTOR_METHODS) * #1078: Fix CLI user_create when model doesn't contain username * #1076: xxx_util_cls instances should be public and documented. [#]# Backwards Compatibility Concerns * As part of #1076 the following cleanup was done: - The xxx_util_cls arguments are now stored in 'private' instance variables - they are never used after Flask-Security initialization and have never been documented. - The xxx_util_cls options should only be set as part of Flask-Security construction. Setting them via init_app(kwargs) or app.config["SECURITY_XX"] has been deprecated. - Remove obsolete importlib backport dependency ++++ python-boto3: - Update to 1.37.29 * api-change:``bedrock``: [``botocore``] New options for how to handle harmful content detected by Amazon Bedrock Guardrails. * api-change:``bedrock-runtime``: [``botocore``] New options for how to handle harmful content detected by Amazon Bedrock Guardrails. * api-change:``codebuild``: [``botocore``] AWS CodeBuild now offers an enhanced debugging experience. * api-change:``glue``: [``botocore``] Add input validations for multiple Glue APIs * api-change:``medialive``: [``botocore``] AWS Elemental MediaLive now supports SDI inputs to MediaLive Anywhere Channels in workflows that use AWS SDKs. * api-change:``personalize``: [``botocore``] Add support for eventsConfig for CreateSolution, UpdateSolution, DescribeSolution, DescribeSolutionVersion. Add support for GetSolutionMetrics to return weighted NDCG metrics when eventsConfig is enabled for the solution. * api-change:``transfer``: [``botocore``] This launch enables customers to manage contents of their remote directories, by deleting old files or moving files to archive folders in remote servers once they have been retrieved. Customers will be able to automate the process using event-driven architecture. - from version 1.37.28 * api-change:``ds-data``: [``botocore``] Doc only update - fixed broken links. * api-change:``ec2``: [``botocore``] Doc-only updates for Amazon EC2 * api-change:``events``: [``botocore``] Amazon EventBridge adds support for customer-managed keys on Archives and validations for two fields: eventSourceArn and kmsKeyIdentifier. * api-change:``s3control``: [``botocore``] Updated max size of Prefixes parameter of Scope data type. - from version 1.37.27 * api-change:``bedrock-agent``: [``botocore``] Added optional "customMetadataField" for Amazon Aurora knowledge bases, allowing single-column metadata. Also added optional "textIndexName" for MongoDB Atlas knowledge bases, enabling hybrid search support. * api-change:``chime-sdk-voice``: [``botocore``] Added FOC date as an attribute of PhoneNumberOrder, added AccessDeniedException as a possible return type of ValidateE911Address * api-change:``mailmanager``: [``botocore``] Add support for Dual_Stack and PrivateLink types of IngressPoint. For configuration requests, SES Mail Manager will now accept both IPv4/IPv6 dual-stack endpoints and AWS PrivateLink VPC endpoints for email receiving. * api-change:``opensearch``: [``botocore``] Improve descriptions for various API commands and data types. * api-change:``route53``: [``botocore``] Added us-gov-east-1 and us-gov-west-1 as valid Latency Based Routing regions for change-resource-record-sets. * api-change:``sagemaker``: [``botocore``] Adds support for i3en, m7i, r7i instance types for SageMaker Hyperpod * api-change:``sesv2``: [``botocore``] This release enables customers to provide attachments in the SESv2 SendEmail and SendBulkEmail APIs. * api-change:``transcribe``: [``botocore``] This Feature Adds Support for the "zh-HK" Locale for Batch Operations * enhancement:Eventstream: [``botocore``] The event streams maximum payload size is now required to be 24Mb or less. - from version 1.37.26 * api-change:``application-signals``: [``botocore``] Application Signals now supports creating Service Level Objectives on service dependencies. Users can now create or update SLOs on discovered service dependencies to monitor their standard application metrics. * api-change:``codebuild``: [``botocore``] This release adds support for environment type WINDOWS_SERVER_2022_CONTAINER in ProjectEnvironment * api-change:``ecr``: [``botocore``] Fix for customer issues related to AWS account ID and size limitation for token. * api-change:``ecs``: [``botocore``] This is an Amazon ECS documentation only update to address various tickets. * api-change:``lexv2-models``: [``botocore``] Release feature of errorlogging for lex bot, customer can config this feature in bot version to generate log for error exception which helps debug * api-change:``medialive``: [``botocore``] Added support for SMPTE 2110 inputs when running a channel in a MediaLive Anywhere cluster. This feature enables ingestion of SMPTE 2110-compliant video, audio, and ancillary streams by reading SDP files that AWS Elemental MediaLive can retrieve from a network source. - from version 1.37.25 * api-change:``cleanrooms``: [``botocore``] This release adds support for updating the analytics engine of a collaboration. * api-change:``sagemaker``: [``botocore``] Added tagging support for SageMaker notebook instance lifecycle configurations - from version 1.37.24 * api-change:``bedrock-runtime``: [``botocore``] Add Prompt Caching support to Converse and ConverseStream APIs * api-change:``deadline``: [``botocore``] With this release you can use a new field to specify the search term match type. Search term match types currently support fuzzy and contains matching. * api-change:``ec2``: [``botocore``] Release VPC Route Server, a new feature allowing dynamic routing in VPCs. * api-change:``eks``: [``botocore``] Add support for updating RemoteNetworkConfig for hybrid nodes on EKS UpdateClusterConfig API * api-change:``marketplace-entitlement``: [``botocore``] Add support for Marketplace Entitlement Service dual-stack endpoints. * api-change:``outposts``: [``botocore``] Enabling Asset Level Capacity Management feature, which allows customers to create a Capacity Task for a single Asset on their active Outpost. * api-change:``s3``: [``botocore``] Amazon S3 adds support for S3 Access Points for directory buckets in AWS Dedicated Local Zones * api-change:``s3control``: [``botocore``] Amazon S3 adds support for S3 Access Points for directory buckets in AWS Dedicated Local Zones * api-change:``sesv2``: [``botocore``] Add dual-stack support to global endpoints. * api-change:``transfer``: [``botocore``] Add WebAppEndpointPolicy support for WebApps - from version 1.37.23 * api-change:``apigateway``: [``botocore``] Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names. * api-change:``apigatewayv2``: [``botocore``] Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names. * api-change:``bedrock-runtime``: [``botocore``] Launching Multi-modality Content Filter for Amazon Bedrock Guardrails. * api-change:``codebuild``: [``botocore``] This release adds support for cacheNamespace in ProjectCache * api-change:``ecs``: [``botocore``] This is an Amazon ECS documentation only release that addresses tickets. * api-change:``meteringmarketplace``: [``botocore``] Add support for Marketplace Metering Service dual-stack endpoints. * api-change:``networkmanager``: [``botocore``] Add support for NetworkManager Dualstack endpoints. * api-change:``payment-cryptography``: [``botocore``] The service adds support for transferring AES-256 and other keys between the service and other service providers and HSMs. This feature uses ECDH to derive a one-time key transport key to enable these secure key exchanges. * api-change:``quicksight``: [``botocore``] RLS permission dataset with userAs: RLS_RULES flag, Q in QuickSight/Threshold Alerts/Schedules/Snapshots in QS embedding, toggle dataset refresh email alerts via API, transposed table with options: column width, type and index, toggle Q&A on dashboards, Oracle Service Name when creating data source. * api-change:``sagemaker``: [``botocore``] TransformAmiVersion for Batch Transform and SageMaker Search Service Aggregate Search API Extension - from version 1.37.22 * api-change:``batch``: [``botocore``] This release will enable two features: Firelens log driver, and Execute Command on Batch jobs on ECS. Both features will be passed through to ECS. * api-change:``bcm-pricing-calculator``: [``botocore``] Added standaloneAccountRateTypeSelections for GetPreferences and UpdatePreferences APIs. Added STALE enum value to status attribute in GetBillScenario and UpdateBillScenario APIs. * api-change:``bedrock-agent-runtime``: [``botocore``] bedrock flow now support node action trace. * api-change:``cloudformation``: [``botocore``] Adding support for the new parameter "ScanFilters" in the CloudFormation StartResourceScan API. When this parameter is included, the StartResourceScan API will initiate a scan limited to the resource types specified by the parameter. * api-change:``datazone``: [``botocore``] This release adds new action type of Create Listing Changeset for the Metadata Enforcement Rule feature. * api-change:``eks``: [``botocore``] Added support for BOTTLEROCKET FIPS AMIs to AMI types in US regions. * api-change:``gamelift``: [``botocore``] Amazon GameLift Servers add support for additional instance types. * api-change:``iam``: [``botocore``] Update IAM dual-stack endpoints for BJS, IAD and PDT partitions * api-change:``sagemaker``: [``botocore``] add: recovery mode for SageMaker Studio apps * api-change:``sso-oidc``: [``botocore``] This release adds AwsAdditionalDetails in the CreateTokenWithIAM API response. - from version 1.37.21 * api-change:``arc-zonal-shift``: [``botocore``] Add new shiftType field for ARC zonal shifts. * api-change:``directconnect``: [``botocore``] With this release, AWS Direct Connect allows you to tag your Direct Connect gateways. Tags are metadata that you can create and use to manage your Direct Connect gateways. For more information about tagging, see AWS Tagging Strategies. * api-change:``mediaconvert``: [``botocore``] This release adds a configurable Quality Level setting for the top rendition of Auto ABR jobs * api-change:``mediatailor``: [``botocore``] Add support for log filtering which allow customers to filter out selected event types from logs. * api-change:``polly``: [``botocore``] Added support for the new voice - Jihye (ko-KR). Jihye is available as a Neural voice only. * api-change:``rds``: [``botocore``] Add note about the Availability Zone where RDS restores the DB cluster for the RestoreDBClusterToPointInTime operation. * api-change:``wafv2``: [``botocore``] This release adds the ability to associate an AWS WAF v2 web ACL with an AWS Amplify App. - from version 1.37.20 * api-change:``bedrock-agent``: [``botocore``] Adding support for Amazon OpenSearch Managed clusters as a vector database in Knowledge Bases for Amazon Bedrock * api-change:``eks``: [``botocore``] Added support to override upgrade-blocking readiness checks via force flag when updating a cluster. * api-change:``gameliftstreams``: [``botocore``] Minor updates to improve developer experience. * api-change:``keyspaces``: [``botocore``] Removing replication region limitation for Amazon Keyspaces Multi-Region Replication APIs. * api-change:``marketplace-entitlement``: [``botocore``] This release enhances the GetEntitlements API to support new filter CUSTOMER_AWS_ACCOUNT_ID in request and CustomerAWSAccountId field in response. * api-change:``meteringmarketplace``: [``botocore``] This release enhances the BatchMeterUsage API to support new field CustomerAWSAccountId in request and response and making CustomerIdentifier optional. CustomerAWSAccountId or CustomerIdentifier must be provided in request but not both. * api-change:``sagemaker``: [``botocore``] This release adds support for customer-managed KMS keys in Amazon SageMaker Partner AI Apps * api-change:``workspaces-thin-client``: [``botocore``] Deprecate tags field in Get API responses - from version 1.37.19 * api-change:``iotwireless``: [``botocore``] Mark EutranCid under LteNmr optional. * api-change:``pcs``: [``botocore``] ClusterName/ClusterIdentifier, ComputeNodeGroupName/ComputeNodeGroupIdentifier, and QueueName/QueueIdentifier can now have 10 characters, and a minimum of 3 characters. The TagResource API action can now return ServiceQuotaExceededException. * api-change:``qconnect``: [``botocore``] Provides the correct value for supported model ID. * api-change:``ssm``: [``botocore``] This release adds the AvailableSecurityUpdatesComplianceStatus field to patch baseline operations, as well as the AvailableSecurityUpdateCount and InstancesWithAvailableSecurityUpdates to patch state operations. Applies to Windows Server managed nodes only. - from version 1.37.18 * api-change:``bedrock``: [``botocore``] A CustomModelUnit(CMU) is an abstract view of the hardware utilization that Bedrock needs to host a a single copy of your custom imported model. Bedrock determines the number of CMUs that a model copy needs when you import the custom model. You can use CMUs to estimate the cost of Inference's. * api-change:``datazone``: [``botocore``] Add support for overriding selection of default AWS IAM Identity Center instance as part of Amazon DataZone domain APIs. * api-change:``route53-recovery-control-config``: [``botocore``] Adds dual-stack (IPv4 and IPv6) endpoint support for route53-recovery-control-config operations, opt-in dual-stack addresses for cluster endpoints, and UpdateCluster API to update the network-type of clusters between IPv4 and dual-stack. * api-change:``sagemaker``: [``botocore``] This release does the following: 1.) Adds DurationHours as a required field to the SearchTrainingPlanOfferings action in the SageMaker AI API; 2.) Adds support for G6e instance types for SageMaker AI inference optimization jobs. - from version 1.37.17 * api-change:``amplify``: [``botocore``] Added appId field to Webhook responses * api-change:``bedrock``: [``botocore``] With this release, Bedrock Evaluation will now support bring your own inference responses. * api-change:``controlcatalog``: [``botocore``] Add ExemptAssumeRoot parameter to adapt for new AWS AssumeRoot capability. * api-change:``mailmanager``: [``botocore``] Amazon SES Mail Manager. Extended rule string and boolean expressions to support analysis in condition evaluation. Extended ingress point string expression to support analysis in condition evaluation * api-change:``network-firewall``: [``botocore``] You can now use flow operations to either flush or capture traffic monitored in your firewall's flow table. - from version 1.37.16 * api-change:``bedrock``: [``botocore``] Support custom prompt routers for evaluation jobs * api-change:``ec2``: [``botocore``] Doc-only updates for EC2 for March 2025. * api-change:``lambda``: [``botocore``] Add Ruby 3.4 (ruby3.4) support to AWS Lambda. * api-change:``mediaconnect``: [``botocore``] This release adds support for NDI flow outputs in AWS Elemental MediaConnect. You can now send content from your MediaConnect transport streams directly to your NDI environment using the new NDI output type. * api-change:``neptune-graph``: [``botocore``] Update IAM Role ARN Validation to Support Role Paths * api-change:``sagemaker``: [``botocore``] Added support for g6, g6e, m6i, c6i instance types in SageMaker Processing Jobs. - from version 1.37.15 * api-change:``appsync``: [``botocore``] Providing Tagging support for DomainName in AppSync * api-change:``cleanrooms``: [``botocore``] This release adds support for PySpark jobs. Customers can now analyze data by running jobs using approved PySpark analysis templates. * api-change:``mediaconvert``: [``botocore``] This release adds support for AVC passthrough, the ability to specify PTS offset without padding, and an A/V segment matching feature. * api-change:``route53``: [``botocore``] Amazon Route 53 now supports the iso-f regions for private DNS Amazon VPCs and cloudwatch healthchecks. - from version 1.37.14 * api-change:``application-signals``: [``botocore``] This release adds support for adding, removing, and listing SLO time exclusion windows with the BatchUpdateExclusionWindows and ListServiceLevelObjectiveExclusionWindows APIs. * api-change:``geo-maps``: [``botocore``] Provide support for vector map styles in the GetStaticMap operation. * api-change:``rum``: [``botocore``] CloudWatch RUM now supports unminification of JS error stack traces. * api-change:``taxsettings``: [``botocore``] Adjust Vietnam PaymentVoucherNumber regex and minor API change. * api-change:``wafv2``: [``botocore``] AWS WAF now lets you inspect fragments of request URIs. You can specify the scope of the URI to inspect and narrow the set of URI fragments. - from version 1.37.13 * api-change:``cognito-identity``: [``botocore``] Updated API model build artifacts for identity pools * api-change:``cognito-idp``: [``botocore``] Minor description updates to API parameters * api-change:``glue``: [``botocore``] This release added AllowFullTableExternalDataAccess to glue catalog resource. * api-change:``lakeformation``: [``botocore``] This release added "condition" to LakeFormation OptIn APIs, also added WithPrivilegedAccess flag to RegisterResource and DescribeResource. - from version 1.37.12 * api-change:``acm-pca``: [``botocore``] Private Certificate Authority service now supports P521 and RSA3072 key algorithms. * api-change:``amplify``: [``botocore``] Introduced support for Skew Protection. Added enableSkewProtection field to createBranch and updateBranch API. * api-change:``codebuild``: [``botocore``] AWS CodeBuild now supports webhook filtering by organization name * api-change:``datazone``: [``botocore``] This release adds support to update projects and environments * api-change:``dynamodb``: [``botocore``] Generate account endpoints for DynamoDB requests using ARN-sourced account ID when available * api-change:``ec2``: [``botocore``] This release changes the CreateLaunchTemplate, CreateLaunchTemplateVersion, ModifyLaunchTemplate CLI and SDKs such that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency. * api-change:``ivs-realtime``: [``botocore``] IVS Real-Time now offers customers the ability to adjust the participant & composition recording segment duration * api-change:``logs``: [``botocore``] Updated CreateLogAnomalyDetector to accept only kms key arn * api-change:``mediapackagev2``: [``botocore``] This release adds the ResetChannelState and ResetOriginEndpointState operation to reset MediaPackage V2 channel and origin endpoint. This release also adds a new field, UrlEncodeChildManifest, for HLS/LL-HLS to allow URL-encoding child manifest query string based on the requirements of AWS SigV4. * api-change:``s3control``: [``botocore``] Updating GetDataAccess response for S3 Access Grants to include the matched Grantee for the requested prefix - Update BuildRequires and Requires from setup.py ++++ python-botocore: - Update to 1.37.29 * api-change:``bedrock``: New options for how to handle harmful content detected by Amazon Bedrock Guardrails. * api-change:``bedrock-runtime``: New options for how to handle harmful content detected by Amazon Bedrock Guardrails. * api-change:``codebuild``: AWS CodeBuild now offers an enhanced debugging experience. * api-change:``glue``: Add input validations for multiple Glue APIs * api-change:``medialive``: AWS Elemental MediaLive now supports SDI inputs to MediaLive Anywhere Channels in workflows that use AWS SDKs. * api-change:``personalize``: Add support for eventsConfig for CreateSolution, UpdateSolution, DescribeSolution, DescribeSolutionVersion. Add support for GetSolutionMetrics to return weighted NDCG metrics when eventsConfig is enabled for the solution. * api-change:``transfer``: This launch enables customers to manage contents of their remote directories, by deleting old files or moving files to archive folders in remote servers once they have been retrieved. Customers will be able to automate the process using event-driven architecture. - from version 1.37.28 * api-change:``ds-data``: Doc only update - fixed broken links. * api-change:``ec2``: Doc-only updates for Amazon EC2 * api-change:``events``: Amazon EventBridge adds support for customer-managed keys on Archives and validations for two fields: eventSourceArn and kmsKeyIdentifier. * api-change:``s3control``: Updated max size of Prefixes parameter of Scope data type. - from version 1.37.27 * api-change:``bedrock-agent``: Added optional "customMetadataField" for Amazon Aurora knowledge bases, allowing single-column metadata. Also added optional "textIndexName" for MongoDB Atlas knowledge bases, enabling hybrid search support. * api-change:``chime-sdk-voice``: Added FOC date as an attribute of PhoneNumberOrder, added AccessDeniedException as a possible return type of ValidateE911Address * api-change:``mailmanager``: Add support for Dual_Stack and PrivateLink types of IngressPoint. For configuration requests, SES Mail Manager will now accept both IPv4/IPv6 dual-stack endpoints and AWS PrivateLink VPC endpoints for email receiving. * api-change:``opensearch``: Improve descriptions for various API commands and data types. * api-change:``route53``: Added us-gov-east-1 and us-gov-west-1 as valid Latency Based Routing regions for change-resource-record-sets. * api-change:``sagemaker``: Adds support for i3en, m7i, r7i instance types for SageMaker Hyperpod * api-change:``sesv2``: This release enables customers to provide attachments in the SESv2 SendEmail and SendBulkEmail APIs. * api-change:``transcribe``: This Feature Adds Support for the "zh-HK" Locale for Batch Operations * enhancement:Eventstream: The event streams maximum payload size is now required to be 24Mb or less. - from version 1.37.26 * api-change:``application-signals``: Application Signals now supports creating Service Level Objectives on service dependencies. Users can now create or update SLOs on discovered service dependencies to monitor their standard application metrics. * api-change:``codebuild``: This release adds support for environment type WINDOWS_SERVER_2022_CONTAINER in ProjectEnvironment * api-change:``ecr``: Fix for customer issues related to AWS account ID and size limitation for token. * api-change:``ecs``: This is an Amazon ECS documentation only update to address various tickets. * api-change:``lexv2-models``: Release feature of errorlogging for lex bot, customer can config this feature in bot version to generate log for error exception which helps debug * api-change:``medialive``: Added support for SMPTE 2110 inputs when running a channel in a MediaLive Anywhere cluster. This feature enables ingestion of SMPTE 2110-compliant video, audio, and ancillary streams by reading SDP files that AWS Elemental MediaLive can retrieve from a network source. - from version 1.37.25 * api-change:``cleanrooms``: This release adds support for updating the analytics engine of a collaboration. * api-change:``sagemaker``: Added tagging support for SageMaker notebook instance lifecycle configurations - from version 1.37.24 * api-change:``bedrock-runtime``: Add Prompt Caching support to Converse and ConverseStream APIs * api-change:``deadline``: With this release you can use a new field to specify the search term match type. Search term match types currently support fuzzy and contains matching. * api-change:``ec2``: Release VPC Route Server, a new feature allowing dynamic routing in VPCs. * api-change:``eks``: Add support for updating RemoteNetworkConfig for hybrid nodes on EKS UpdateClusterConfig API * api-change:``marketplace-entitlement``: Add support for Marketplace Entitlement Service dual-stack endpoints. * api-change:``outposts``: Enabling Asset Level Capacity Management feature, which allows customers to create a Capacity Task for a single Asset on their active Outpost. * api-change:``s3``: Amazon S3 adds support for S3 Access Points for directory buckets in AWS Dedicated Local Zones * api-change:``s3control``: Amazon S3 adds support for S3 Access Points for directory buckets in AWS Dedicated Local Zones * api-change:``sesv2``: Add dual-stack support to global endpoints. * api-change:``transfer``: Add WebAppEndpointPolicy support for WebApps - from version 1.37.23 * api-change:``apigateway``: Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names. * api-change:``apigatewayv2``: Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names. * api-change:``bedrock-runtime``: Launching Multi-modality Content Filter for Amazon Bedrock Guardrails. * api-change:``codebuild``: This release adds support for cacheNamespace in ProjectCache * api-change:``ecs``: This is an Amazon ECS documentation only release that addresses tickets. * api-change:``meteringmarketplace``: Add support for Marketplace Metering Service dual-stack endpoints. * api-change:``networkmanager``: Add support for NetworkManager Dualstack endpoints. * api-change:``payment-cryptography``: The service adds support for transferring AES-256 and other keys between the service and other service providers and HSMs. This feature uses ECDH to derive a one-time key transport key to enable these secure key exchanges. * api-change:``quicksight``: RLS permission dataset with userAs: RLS_RULES flag, Q in QuickSight/Threshold Alerts/Schedules/Snapshots in QS embedding, toggle dataset refresh email alerts via API, transposed table with options: column width, type and index, toggle Q&A on dashboards, Oracle Service Name when creating data source. * api-change:``sagemaker``: TransformAmiVersion for Batch Transform and SageMaker Search Service Aggregate Search API Extension - from version 1.37.22 * api-change:``batch``: This release will enable two features: Firelens log driver, and Execute Command on Batch jobs on ECS. Both features will be passed through to ECS. * api-change:``bcm-pricing-calculator``: Added standaloneAccountRateTypeSelections for GetPreferences and UpdatePreferences APIs. Added STALE enum value to status attribute in GetBillScenario and UpdateBillScenario APIs. * api-change:``bedrock-agent-runtime``: bedrock flow now support node action trace. * api-change:``cloudformation``: Adding support for the new parameter "ScanFilters" in the CloudFormation StartResourceScan API. When this parameter is included, the StartResourceScan API will initiate a scan limited to the resource types specified by the parameter. * api-change:``datazone``: This release adds new action type of Create Listing Changeset for the Metadata Enforcement Rule feature. * api-change:``eks``: Added support for BOTTLEROCKET FIPS AMIs to AMI types in US regions. * api-change:``gamelift``: Amazon GameLift Servers add support for additional instance types. * api-change:``iam``: Update IAM dual-stack endpoints for BJS, IAD and PDT partitions * api-change:``sagemaker``: add: recovery mode for SageMaker Studio apps * api-change:``sso-oidc``: This release adds AwsAdditionalDetails in the CreateTokenWithIAM API response. - from version 1.37.21 * api-change:``arc-zonal-shift``: Add new shiftType field for ARC zonal shifts. * api-change:``directconnect``: With this release, AWS Direct Connect allows you to tag your Direct Connect gateways. Tags are metadata that you can create and use to manage your Direct Connect gateways. For more information about tagging, see AWS Tagging Strategies. * api-change:``mediaconvert``: This release adds a configurable Quality Level setting for the top rendition of Auto ABR jobs * api-change:``mediatailor``: Add support for log filtering which allow customers to filter out selected event types from logs. * api-change:``polly``: Added support for the new voice - Jihye (ko-KR). Jihye is available as a Neural voice only. * api-change:``rds``: Add note about the Availability Zone where RDS restores the DB cluster for the RestoreDBClusterToPointInTime operation. * api-change:``wafv2``: This release adds the ability to associate an AWS WAF v2 web ACL with an AWS Amplify App. - from version 1.37.20 * api-change:``bedrock-agent``: Adding support for Amazon OpenSearch Managed clusters as a vector database in Knowledge Bases for Amazon Bedrock * api-change:``eks``: Added support to override upgrade-blocking readiness checks via force flag when updating a cluster. * api-change:``gameliftstreams``: Minor updates to improve developer experience. * api-change:``keyspaces``: Removing replication region limitation for Amazon Keyspaces Multi-Region Replication APIs. * api-change:``marketplace-entitlement``: This release enhances the GetEntitlements API to support new filter CUSTOMER_AWS_ACCOUNT_ID in request and CustomerAWSAccountId field in response. * api-change:``meteringmarketplace``: This release enhances the BatchMeterUsage API to support new field CustomerAWSAccountId in request and response and making CustomerIdentifier optional. CustomerAWSAccountId or CustomerIdentifier must be provided in request but not both. * api-change:``sagemaker``: This release adds support for customer-managed KMS keys in Amazon SageMaker Partner AI Apps * api-change:``workspaces-thin-client``: Deprecate tags field in Get API responses - from version 1.37.19 * api-change:``iotwireless``: Mark EutranCid under LteNmr optional. * api-change:``pcs``: ClusterName/ClusterIdentifier, ComputeNodeGroupName/ComputeNodeGroupIdentifier, and QueueName/QueueIdentifier can now have 10 characters, and a minimum of 3 characters. The TagResource API action can now return ServiceQuotaExceededException. * api-change:``qconnect``: Provides the correct value for supported model ID. * api-change:``ssm``: This release adds the AvailableSecurityUpdatesComplianceStatus field to patch baseline operations, as well as the AvailableSecurityUpdateCount and InstancesWithAvailableSecurityUpdates to patch state operations. Applies to Windows Server managed nodes only. - from version 1.37.18 * api-change:``bedrock``: A CustomModelUnit(CMU) is an abstract view of the hardware utilization that Bedrock needs to host a a single copy of your custom imported model. Bedrock determines the number of CMUs that a model copy needs when you import the custom model. You can use CMUs to estimate the cost of Inference's. * api-change:``datazone``: Add support for overriding selection of default AWS IAM Identity Center instance as part of Amazon DataZone domain APIs. * api-change:``route53-recovery-control-config``: Adds dual-stack (IPv4 and IPv6) endpoint support for route53-recovery-control-config operations, opt-in dual-stack addresses for cluster endpoints, and UpdateCluster API to update the network-type of clusters between IPv4 and dual-stack. * api-change:``sagemaker``: This release does the following: 1.) Adds DurationHours as a required field to the SearchTrainingPlanOfferings action in the SageMaker AI API; 2.) Adds support for G6e instance types for SageMaker AI inference optimization jobs. - from version 1.37.17 * api-change:``amplify``: Added appId field to Webhook responses * api-change:``bedrock``: With this release, Bedrock Evaluation will now support bring your own inference responses. * api-change:``controlcatalog``: Add ExemptAssumeRoot parameter to adapt for new AWS AssumeRoot capability. * api-change:``mailmanager``: Amazon SES Mail Manager. Extended rule string and boolean expressions to support analysis in condition evaluation. Extended ingress point string expression to support analysis in condition evaluation * api-change:``network-firewall``: You can now use flow operations to either flush or capture traffic monitored in your firewall's flow table. - from version 1.37.16 * api-change:``bedrock``: Support custom prompt routers for evaluation jobs * api-change:``ec2``: Doc-only updates for EC2 for March 2025. * api-change:``lambda``: Add Ruby 3.4 (ruby3.4) support to AWS Lambda. * api-change:``mediaconnect``: This release adds support for NDI flow outputs in AWS Elemental MediaConnect. You can now send content from your MediaConnect transport streams directly to your NDI environment using the new NDI output type. * api-change:``neptune-graph``: Update IAM Role ARN Validation to Support Role Paths * api-change:``sagemaker``: Added support for g6, g6e, m6i, c6i instance types in SageMaker Processing Jobs. - from version 1.37.15 * api-change:``appsync``: Providing Tagging support for DomainName in AppSync * api-change:``cleanrooms``: This release adds support for PySpark jobs. Customers can now analyze data by running jobs using approved PySpark analysis templates. * api-change:``mediaconvert``: This release adds support for AVC passthrough, the ability to specify PTS offset without padding, and an A/V segment matching feature. * api-change:``route53``: Amazon Route 53 now supports the iso-f regions for private DNS Amazon VPCs and cloudwatch healthchecks. - from version 1.37.14 * api-change:``application-signals``: This release adds support for adding, removing, and listing SLO time exclusion windows with the BatchUpdateExclusionWindows and ListServiceLevelObjectiveExclusionWindows APIs. * api-change:``geo-maps``: Provide support for vector map styles in the GetStaticMap operation. * api-change:``rum``: CloudWatch RUM now supports unminification of JS error stack traces. * api-change:``taxsettings``: Adjust Vietnam PaymentVoucherNumber regex and minor API change. * api-change:``wafv2``: AWS WAF now lets you inspect fragments of request URIs. You can specify the scope of the URI to inspect and narrow the set of URI fragments. - from version 1.37.13 * api-change:``cognito-identity``: Updated API model build artifacts for identity pools * api-change:``cognito-idp``: Minor description updates to API parameters * api-change:``glue``: This release added AllowFullTableExternalDataAccess to glue catalog resource. * api-change:``lakeformation``: This release added "condition" to LakeFormation OptIn APIs, also added WithPrivilegedAccess flag to RegisterResource and DescribeResource. - from version 1.37.12 * api-change:``acm-pca``: Private Certificate Authority service now supports P521 and RSA3072 key algorithms. * api-change:``amplify``: Introduced support for Skew Protection. Added enableSkewProtection field to createBranch and updateBranch API. * api-change:``codebuild``: AWS CodeBuild now supports webhook filtering by organization name * api-change:``datazone``: This release adds support to update projects and environments * api-change:``dynamodb``: Generate account endpoints for DynamoDB requests using ARN-sourced account ID when available * api-change:``ec2``: This release changes the CreateLaunchTemplate, CreateLaunchTemplateVersion, ModifyLaunchTemplate CLI and SDKs such that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency. * api-change:``ivs-realtime``: IVS Real-Time now offers customers the ability to adjust the participant & composition recording segment duration * api-change:``logs``: Updated CreateLogAnomalyDetector to accept only kms key arn * api-change:``mediapackagev2``: This release adds the ResetChannelState and ResetOriginEndpointState operation to reset MediaPackage V2 channel and origin endpoint. This release also adds a new field, UrlEncodeChildManifest, for HLS/LL-HLS to allow URL-encoding child manifest query string based on the requirements of AWS SigV4. * api-change:``s3control``: Updating GetDataAccess response for S3 Access Grants to include the matched Grantee for the requested prefix ++++ python-celery: - Update to 5.5.1 * Fixed "AttributeError: list object has no attribute strip" with quorum queues and failover brokers by @Nusnus in #9657 * Prepare for release: v5.5.1 by @Nusnus in #9660 - Update to 5.5.0 * Redis Broker Stability Improvements * pycurl replaced with urllib3 * RabbitMQ Quorum Queues Support * Soft Shutdown Mechanism * Pydantic Support * Google Pub/Sub Transport * Python 3.13 Support * REMAP_SIGTERM Support * Database Backend Improvements * see full changelog: https://github.com/celery/celery/releases/tag/v5.5.0 - Add new test dependencies ++++ python-certifi: - Update to 2025.1.31 * Added certs - Subject: CN=D-TRUST BR Root CA 2 2023 O=D-Trust GmbH - Subject: CN=D-TRUST EV Root CA 2 2023 O=D-Trust GmbH * Removed certs - Subject: CN=SwissSign Silver CA - G2 O=SwissSign AG - from version 2024.12.14 * Upload attestations to PyPI * Added 3.13 classifier (#322) * Test against 3.13 final * Added certs - Subject: CN=GLOBALTRUST 2020 O=e-commerce monitoring GmbH * Removed certs - Subject: CN=SecureSign RootCA11 O=Japan Certification Services, Inc. - Subject: CN=Entrust Root Certification Authority - G4 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2015 Entrust, Inc. - for authorized use only - Subject: CN=Security Communication RootCA3 O=SECOM Trust Systems CO.,LTD. ++++ python-fake-useragent: - Update to 2.1.0 * Speedup ua_convert parser by @sebastian-correa in #424 * Check for dunder attributes in FakeUserAgent.getattr() and make safe_attrs = ['shape'] by default by @rjys365 in #454 - Release 2.0.0 * Finally, we successfully switched (again) to a new data source from Intoli, which allows us to have much more user-agent strings again. Thank you all for your support! * Important: Keep in mind that v2.0.0 does have some breaking changes like platform type "pc" value is now changed to "desktop" (in case you were using this). See below for all breaking changes! [#]# Breaking changes * OS and browser options are now case sensitive!! * Possible browser options are: ["Google", "Chrome", "Firefox", "Edge", "Opera"," Safari", "Android", "Yandex Browser", "Samsung Internet", "Opera Mobile", "Mobile Safari", "Firefox Mobile", "Firefox iOS", "Chrome Mobile", "Chrome Mobile iOS", "Mobile Safari UI/WKWebView", "Edge Mobile", "DuckDuckGo Mobile", "MiuiBrowser", "Whale", "Twitter", "Facebook", "Amazon Silk"] * Most browser strings are case-sensitive, except for some common browsers like firefox, edge, chrome, opera, safari. In these cases you will receive both mobile and non-mobile user-agent strings by default. * Platforms types (if specified) allowed options are: ["desktop", "mobile", "tablet"] (no pc anymore) * Possible OS options are now increased to the following list: ["Windows", "Linux", "Ubuntu", "Chrome OS", "Mac OS X", "Android", "iOS"]. And again case sensitive. [#]# Improved * min_percentage option works again! And uses the percent field of the user-agent data * Please read the README for more examples and options. ++++ python-flask-restx: - Remove importlib_resources from dependencies * Add flask-restx-importlib.patch * The project is dead, no use to send a patch upstream ++++ python-google-cloud-pubsub: - initial version v2.29.0 ++++ python-guessit: - Fix dependencies ++++ python-importlib-resources: - Update to 6.5.2 * Replaced reference to typing_extensions with stdlib Literal. (#323) - Previous releases since 6.1.1 * Updated Traversable.read_text() to reflect the errors parameter (python/cpython#127012). (#321) * Add type annotations for Traversable.open. (#317) * Require Python 3.9 or later. * Omit sentinel values from a namespace path. (#311) * When inferring the caller in files() correctly detect one’s own module even when the resources package source is not present. (gh#python/cpython#123085) * Merged fix for UTF-16 BOM handling in functional tests. (#312) * When constructing ZipReader, only append the name if the indicated module is a package. (python/cpython#121735) * The functions is_resource(), open_binary(), open_text(), path(), read_binary(), and read_text() are un-deprecated, and support subdirectories via multiple positional arguments. The contents() function also allows subdirectories, but remains deprecated. (#303) * Deferred select imports in for a speedup (python/cpython#109829). * Restored expectation that local standard readers are preferred over degenerate readers. (#298) * Restored expectation that stdlib readers are suppressed on Python 3.10. (#257) * Add Anchor to importlib.resources (in order for the code to comply with the documentation) * Future compatibility adapters now ensure that standard library readers are replaced without overriding non-standard readers. (#295) * Fixed NotADirectoryError when calling files on a subdirectory of a namespace package. (#293) ++++ python-irc: - Clarify requirements on importlib backport packages ++++ python-kombu: - Update to 5.5.2 * Bump tzdata from 2025.1 to 2025.2 by @dependabot in #2268 * Downgrad kafka version to make the CI green again by @auvipy in #2271 * Attempt to fix retry loop in maybe_declare() when broken connection by @olii in #2275 * Prepare for release: v5.5.2 by @Nusnus in #2278 - Update to 5.5.1 * Update trove classifier with missing python 3.13 by @auvipy in #2262 * Fix native_delayed_delivery for queue with explicit bindings by @banksemi in #2263 * SQS: Fix Query Protocol Content-Type header by @hfern in #2266 * SQS: More Protocol Tests by @hfern in #2267 * Prepare for release: v5.5.1 by @Nusnus in #2270 - Update to 5.5.0 * Native Delayed Delivery * urllib3 instead of curl * Transport: Google Pub/Sub * full changelog: https://github.com/celery/kombu/releases/tag/v5.5.0 ++++ python-lml: - Update to 0.2.0 * Do not require mock by @pgajdos in (#27) - Drop python-lml-no-mock.patch, merged upstream - 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-pyface: - Remove dependencies on importlib backports for current python versions ++++ python-pylint: - Update to 3.3.6: * Fix a false positive for used-before-assignment when an inner function's return type * annotation is a class defined at module scope. * Fix false positives for use-implicit-booleaness-not-comparison, use-implicit-booleaness-not-comparison-to-string and use-implicit-booleaness-not-comparison-to-zero when chained comparisons are checked. * Fix a false positive for invalid-getnewargs-ex-returned when the tuple or dict has been assigned to a name. * Remove getopt and optparse from the list of deprecated modules. * Fixed conditional import x.y causing false positive possibly-used-before-assignment. * Fix a crash when something besides a class is found in an except handler. * Fixed raising invalid-name when using camelCase for private methods with two leading underscores. * Fixes "skipped files" count calculation; the previous method was displaying an arbitrary number. * Fixes a crash that occurred when pylint was run in a container on a host with cgroupsv2 and restrictions on CPU usage. * Relaxed the requirements for isort so pylint can benefit from isort 6. * Fix false positives for undefined-variable for classes using Python 3.12 generic type syntax. * Fix a false positive for use-implicit-booleaness-not-len. No lint should be emitted for generators (len is not defined for generators). * Fix Unable to import 'collections.abc' (import-error) on Python 3.13.1. * Fix a false positive for potential-index-error when an indexed iterable contains a starred element that evaluates to more than one item. * Fixes the issue with --source-root option not working when the source files are in a subdirectory of the source root (e.g. when using a /src layout). ++++ python-pysaml2: - Fix dependencies gh#IdentityPython/pysaml2#984 ++++ python-tldextract: - Update to 5.2.0: Features * Add `reverse_domain_name` result property [#]gh/john-kurkowski/tldextract#342 Bugfixes * Extend exported public interface with `ExtractResult` and `update` These were always meant to be public. Eases user import. Docs * Document result fields * Note all return values * Colocate usage in the usage section * Link to private domain docs ++++ python-towncrier: - Fix dependencies ++++ python-uv: - Update to 0.6.13 * Enhancements * Add --show-version to uv python find * Remove --no-config warning from uv pip compile and uv pip sync * Skip repeated directories in PATH when searching for Python interpreters * Unset SCRIPT_PATH in relocatable activation script * Add UV_PYTHON_DOWNLOADS_JSON_URL to set custom managed python sources * Reject pyproject.toml files in uv pip compile -o * Respect the --offline flag for Git operations * Bug fixes * Warn instead of error if CRC appears to be missing * Avoid infinite loop in uv export with conflicts * Rust API * Update MSRV to 1.84 ++++ qFlipper: - Fix build in Factory * ==.patch ++++ rpm-repos-openSUSE: - Adjust openSUSE key, see sr#1252009 ++++ sc-controller: - Update to 0.5.1 * Fixed inability to use trackball mode on Steam Deck by @Kitsumi in #70 * Use tomllib rather than toml by @chewi in #71 * Fix evdev .fn removal mentioned in #74 ++++ stackit-cli: - Update to version 0.30.0: * fix: project list command does not work with service account (#691) * fix(deps): update stackit sdk modules (#684) * fix(deps): update module golang.org/x/oauth2 to v0.29.0 (#688) * fix(deps): update module golang.org/x/text to v0.24.0 (#690) * feat(ci): enusure docs are up-to-date for PRs (#686) * feat(auth): Introduce possibility to use an environment variable to authenticate (#682) * chore: upgraded go version (#685) * chore(observability): remove argus alias and warning in readme (#683) * chore(sqlserverflex): show how to get flavors in create instance example (#679) * fix(deps): update stackit sdk modules (#680) * fix(deps): update kubernetes packages to v0.32.3 (#677) * fix(deps): update module golang.org/x/oauth2 to v0.28.0 (#632) * fix(deps): update module golang.org/x/text to v0.23.0 (#644) * fix(deps): update module golang.org/x/mod to v0.24.0 (#642) * fix(deps): update module golang.org/x/term to v0.30.0 (#643) * fix(deps): update module github.com/goccy/go-yaml to v1.17.1 (#678) * chore(github): add issue templates (#675) * fix(server): List also delete_on_termination (#673) * chore(github): add pull request template (#671) * fix(deps): update stackit sdk modules (#672) * fix(deps): update module github.com/spf13/viper to v1.20.1 (#665) * chore(doc): update installation docs (#668) * chore: update stackit logo in README.md (#670) ++++ terragrunt: - Update to version 0.77.9: * Bug fixes Fetching Outputs from Nested Stacks Resolved an issue that prevented the correct retrieval of outputs from nested stacks. * What's Changed - fix: corrected the logic for fetching outputs from nested stacks by @denis256 in #4126 - Update to version 0.77.8: * Documentation Updates A new performance guide has been added to Terragrunt documentation to offer guidance on how performance can be improved when using Terragrunt or contributing to the Terragrunt codebase. https://terragrunt.gruntwork.io/docs/troubleshooting/performance/ This documentation will evolve over time, as more optional optimizations become available, or are no longer necessary, as they become default behavior. * What's Changed - feat: Add performance guide by @yhakbar in #4120 - build(deps): bump ruby/setup-ruby from 1.221.0 to 1.229.0 by @dependabot in #4100 - fix: Addressing commas in external IDs by @yhakbar in #4128 ++++ virt-manager: - bsc#1239837 - [SLFO] virt-manager still has unresolved dependencies in beta2 Remove dependencies on spice and other Gtk sources as these packages don't exist in SLES16. Cleanup other dependencies. virt-manager.spec ++++ vsftpd: - add -std=gnu17 to CFLAGS to fix gcc15 compile time error ------------------------------------------------------------------ ------------------ 2025-4-7 - Apr 7 2025 ------------------- ------------------------------------------------------------------ ++++ Mesa: - let Mesa-dri only require libvulkan1, libvulkan_lvp if build of vulkan drivers is enabled on this platform - let Mesa-dri also require libvulkan_lvp; fixes startup of Wayland sessions with Mesa 25.0.3 (boo#1240854) - U_clover-Don-t-include-libclc-headers.patch * don't break clover with libclc 20.1.0 update (boo#1240848) ++++ Mesa-drivers: - let Mesa-dri only require libvulkan1, libvulkan_lvp if build of vulkan drivers is enabled on this platform - let Mesa-dri also require libvulkan_lvp; fixes startup of Wayland sessions with Mesa 25.0.3 (boo#1240854) - U_clover-Don-t-include-libclc-headers.patch * don't break clover with libclc 20.1.0 update (boo#1240848) ++++ libadplug: - Update to version 2.4 Bug fixes: * Many fixes, cleanup, and refactoring across all players based on fuzzing tests. Huge thanks to Alexander Miller for these. There are too many to list here - please read the commit log. * Fixes to SurroundOPL getchip(), fixing missing note problems. * Many code typo fixes (thanks to luz paz for these). * Make SOP player endian aware and many further fixes across players. * Fix RAD2 player crashes with files referencing unused instruments. * Added stress tests and many build fixes across platforms. New formats: * MUS,ADL: Add support for Coktel Vision game music files to Visual Composer player. * MID: Detect MIDI Type 1 multi-track files. * PIS: Beni Tracker. * MTR: Master Tracker Loader. * A2M: Add new player for A2M and A2T (versions 1-14). * D00: Add support for reheadered D00 songs. * PLX: PALLADIX Sound System. * LD0: Add support for old LOUDNESS files that don't have MIDI instrument data. Misc: * Updated NukedOPL to master 730f8c238a152cb3314e46919789a666c9d81d82 * Updated ADL player to ScummVM version from Dec 7, 2020. - Run checks ++++ ansible-sap-launchpad: - 1.2.0 - Changes: - sap_software_download: New Ansible Role with enhanced logic for downloading software using Ansible Module software_center_download - sap_software_download: Download stack XML option - software_center_download: Add option to search for latest packages - maintenance_planner modules: Add option to use Display ID instead of name - Collection Readme update and preparation for 1.2.0 release - Bugfixes: - fix: cache gigya sdk build number ++++ asar: - New upstream release 3.4.1 * allow ../ symlink Streams when they're still within the package (gh#electron/asar#363) ++++ aws-checksums: - Update to version 0.2.5 * Add missing extern c to new header by @DmitriyMusatkin in (#103) - from version 0.2.4 * Add init functions to support thread safe init of impls by @DmitriyMusatkin in (#102) ++++ aws-crt-cpp: - Update to version 0.32.3 * Fix assignment operator in Optional by @sfod in (#720) * Fix clang error in string view by @sbiscigl in (#728) - from version 0.32.2 * Revert checksums header install location change by @DmitriyMusatkin in (#726) - from version 0.31.2 * Fix flaky CBOR test by @graebm in (#718) * Use latest PQ TLS Cipher Preference in Tests by @alexw91 in (#717) * Fix "std-compat" CI to actually test what it's supposed to by @graebm in (#719) * Fix IP address being labelled "bad" for too long by @graebm in (#723) * Initialize checksums explicitly by @DmitriyMusatkin in (#722) ++++ boost-base: - Remove requires of boost exception from boost coroutine (bsc#1240357) - boost-no-exception.patch: added ++++ boost-extra: - Remove requires of boost exception from boost coroutine (bsc#1240357) - boost-no-exception.patch: added ++++ byaccj: - add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on SLE / Leap 15 ++++ cdecl: - Update to release 18.4.2 * Fixed issue with accumulating newlines in command-line history. ++++ cfitsio: - add cfitsio-nullptr.patch to fix gcc15 compile time error ++++ courier-authlib: - update to 0.72.4 * Fixes several compilation errors from gcc 15. ++++ courier-imap: - update to 5.2.11 * Fixes several compilation errors from gcc 15. ++++ courier-unicode: - update to 2.3.2 * Fixes several compilation errors from gcc 15. ++++ gcc7: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Disable MPX for SLE16 and Factory builds, modern binutils dropped support for it. - Add gcc7-enable-mpx-in-as.patch to enable MPX support in the assembler (disabled by default with binutils 2.44) when -mmpx is specified. Fixup libmpx assembler configure check. ++++ cpuid: - Update to release 20250316 * cpuid.c: Updated synth decoding for (0,6),(11,6) to mention Atom P6900, name determined from an Intel SA about DSA. SSG* confirms that Grand Ridge is Crestmont. * cpuid.c: Changed uarch synth for (0,6),(10,15) to Crestmont. The Sierra Forest name appears only under synth decoding, similar to Meteor Lake & Grand Ridge. * cpuid.c: Added synth decoding for (0,6),(11,7) Xeon E-2400 & Xeon 6300. * cpuid.c: Improved synth decoding for (0,6),(10,15),3 Sierra Forest C0, Xeon 6 6700E-Series. * cpuid.c: Changed synth decoding for (8,15),(9,0-7) Van Gogh to Custom APU: Steam Deck. * cpuid.c: Changed synth decoding for (8,15),(9,8-15) Mero to Custom APU: Magic Leap Demophon. * cpuid.c: Changed synth decoding for (11,15),(1,*) to "5th Gen", and uarch decoding for (11,15),(1,*) to "Zen 5c". * cpuid.c: Changed synth decoding for (10,15),(7,0-7) to be Phoenix/Hawk Point. For (10,15),(7,5) specifically, instlatx64 has samples: Ryzen 7 8845HS (Hawk Point) and Ryzen 7 8700G (Phoenix). It may not be possible to differentiate the cases with just cpuid data. * cpuid.c: Added synth decoding for (0,6),(0,9,2) Timna, a canceled precursor to Banias, circa 2000. * cpuid.c: Improved synth decoding for (0,6),(12,5) Arrow Lake-H and its A1 (2) stepping. * cpuid.c: Improved synth decoding for (0,6),(12,6) Arrow Lake-H and its A0/B0 (2) stepping. * cpuid.c: Improved synth decoding for (0,6),(11,5) Arrow Lake-U and its A1 (0) stepping. * cpuid.c: Added AMD PkgType for Ryzen 9000 (11,15),(4,*). * cpuid.man: Added 57896 doc. ++++ cross-aarch64-gcc7: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Disable MPX for SLE16 and Factory builds, modern binutils dropped support for it. - Add gcc7-enable-mpx-in-as.patch to enable MPX support in the assembler (disabled by default with binutils 2.44) when -mmpx is specified. Fixup libmpx assembler configure check. ++++ cross-arm-gcc7: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Disable MPX for SLE16 and Factory builds, modern binutils dropped support for it. - Add gcc7-enable-mpx-in-as.patch to enable MPX support in the assembler (disabled by default with binutils 2.44) when -mmpx is specified. Fixup libmpx assembler configure check. ++++ cross-arm-none-gcc7: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Disable MPX for SLE16 and Factory builds, modern binutils dropped support for it. - Add gcc7-enable-mpx-in-as.patch to enable MPX support in the assembler (disabled by default with binutils 2.44) when -mmpx is specified. Fixup libmpx assembler configure check. ++++ cross-arm-none-gcc7-bootstrap: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Disable MPX for SLE16 and Factory builds, modern binutils dropped support for it. - Add gcc7-enable-mpx-in-as.patch to enable MPX support in the assembler (disabled by default with binutils 2.44) when -mmpx is specified. Fixup libmpx assembler configure check. ++++ cross-avr-gcc7: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Disable MPX for SLE16 and Factory builds, modern binutils dropped support for it. - Add gcc7-enable-mpx-in-as.patch to enable MPX support in the assembler (disabled by default with binutils 2.44) when -mmpx is specified. Fixup libmpx assembler configure check. ++++ cross-avr-gcc7-bootstrap: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Disable MPX for SLE16 and Factory builds, modern binutils dropped support for it. - Add gcc7-enable-mpx-in-as.patch to enable MPX support in the assembler (disabled by default with binutils 2.44) when -mmpx is specified. Fixup libmpx assembler configure check. ++++ cross-hppa-gcc7: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Disable MPX for SLE16 and Factory builds, modern binutils dropped support for it. - Add gcc7-enable-mpx-in-as.patch to enable MPX support in the assembler (disabled by default with binutils 2.44) when -mmpx is specified. Fixup libmpx assembler configure check. ++++ cross-i386-gcc7: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Disable MPX for SLE16 and Factory builds, modern binutils dropped support for it. - Add gcc7-enable-mpx-in-as.patch to enable MPX support in the assembler (disabled by default with binutils 2.44) when -mmpx is specified. Fixup libmpx assembler configure check. ++++ cross-m68k-gcc7: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Disable MPX for SLE16 and Factory builds, modern binutils dropped support for it. - Add gcc7-enable-mpx-in-as.patch to enable MPX support in the assembler (disabled by default with binutils 2.44) when -mmpx is specified. Fixup libmpx assembler configure check. ++++ cross-mips-gcc7: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Disable MPX for SLE16 and Factory builds, modern binutils dropped support for it. - Add gcc7-enable-mpx-in-as.patch to enable MPX support in the assembler (disabled by default with binutils 2.44) when -mmpx is specified. Fixup libmpx assembler configure check. ++++ cross-nvptx-gcc7: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Disable MPX for SLE16 and Factory builds, modern binutils dropped support for it. - Add gcc7-enable-mpx-in-as.patch to enable MPX support in the assembler (disabled by default with binutils 2.44) when -mmpx is specified. Fixup libmpx assembler configure check. ++++ cross-ppc64-gcc7: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Disable MPX for SLE16 and Factory builds, modern binutils dropped support for it. - Add gcc7-enable-mpx-in-as.patch to enable MPX support in the assembler (disabled by default with binutils 2.44) when -mmpx is specified. Fixup libmpx assembler configure check. ++++ cross-ppc64le-gcc7: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Disable MPX for SLE16 and Factory builds, modern binutils dropped support for it. - Add gcc7-enable-mpx-in-as.patch to enable MPX support in the assembler (disabled by default with binutils 2.44) when -mmpx is specified. Fixup libmpx assembler configure check. ++++ cross-rx-gcc7: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Disable MPX for SLE16 and Factory builds, modern binutils dropped support for it. - Add gcc7-enable-mpx-in-as.patch to enable MPX support in the assembler (disabled by default with binutils 2.44) when -mmpx is specified. Fixup libmpx assembler configure check. ++++ cross-rx-gcc7-bootstrap: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Disable MPX for SLE16 and Factory builds, modern binutils dropped support for it. - Add gcc7-enable-mpx-in-as.patch to enable MPX support in the assembler (disabled by default with binutils 2.44) when -mmpx is specified. Fixup libmpx assembler configure check. ++++ cross-s390x-gcc7: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Disable MPX for SLE16 and Factory builds, modern binutils dropped support for it. - Add gcc7-enable-mpx-in-as.patch to enable MPX support in the assembler (disabled by default with binutils 2.44) when -mmpx is specified. Fixup libmpx assembler configure check. ++++ cross-sparc-gcc7: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Disable MPX for SLE16 and Factory builds, modern binutils dropped support for it. - Add gcc7-enable-mpx-in-as.patch to enable MPX support in the assembler (disabled by default with binutils 2.44) when -mmpx is specified. Fixup libmpx assembler configure check. ++++ cross-sparc64-gcc7: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Disable MPX for SLE16 and Factory builds, modern binutils dropped support for it. - Add gcc7-enable-mpx-in-as.patch to enable MPX support in the assembler (disabled by default with binutils 2.44) when -mmpx is specified. Fixup libmpx assembler configure check. ++++ cups-filters: - add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on Leap 15.6 ++++ cyrus-sasl: - add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on Leap 15.6 ++++ cyrus-sasl-bdb: - add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on Leap 15.6 ++++ cyrus-sasl-saslauthd: - add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on Leap 15.6 ++++ cyrus-sasl-saslauthd-bdb: - add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on Leap 15.6 ++++ enc: - Update to 1.1.4: * Update all dependencies #9 ++++ ethtool: - update to upstream release 6.14 * Feature: list PHYs (--show-phys) * Feature: target a specific PHY with some commands (--phy) * Feature: more attributes for C33 PSE (--show-pse, --set-pse) * Feature: source information for cable tests (--cable-test[-tdr]) * Feature: JSON output for module info (-m) * Feature: misc RSS hash info improvements (-x) * Feature: tsinfo hwtstamp provider (--{get,set}-hwtimestamp-cfg) * Fix: fix wrong auto-negotiation state (no option) * Fix: more explicit RSS context action (-n) * Fix: print PHY address as decimal (no option) * Fix: fix return value on flow hashing error (-N) * Fix: fix JSON output for IRQ coalescing * Fix: fix MDI-X info output (no option) * Misc: add '-j' alias for --json * Misc: provide AppStream metainfo XML ++++ fence-agents: - Do not hardcode python 3.11 in azure-arm subpackage. ++++ fzf: - Update to 0.61.1: * Disable bracketed-paste mode on exit. This fixes issue where pasting breaks after running fzf on old bash versions that don't support the mode. - Updates from 0.60.0: * Added --ghost=TEXT to display a ghost text when the input is empty * Added change-ghost and transform-ghost actions for dynamically changing the ghost text * Added change-pointer and transform-pointer actions for dynamically changing the pointer sign * Added r flag for placeholder expression (raw mode) for unquoted output * Bug fixes and improvements ++++ gcc7-testresults: - Make sure link editing is done against our own shared library copy rather than the installed system runtime. [bsc#1240788] - Disable MPX for SLE16 and Factory builds, modern binutils dropped support for it. - Add gcc7-enable-mpx-in-as.patch to enable MPX support in the assembler (disabled by default with binutils 2.44) when -mmpx is specified. Fixup libmpx assembler configure check. ++++ gdal: - Update to bugfix release version 3.10.3 https://github.com/OSGeo/gdal/blob/v3.10.3/NEWS.md + Build - Fix build with -DWIN32_LEAN_AND_MEAN - Fix warnings when building against Poppler 25.03.00 + Port - cpl_http: retry "SSL connection timeout" - /vsigs/ (and /vsiaz/): invalidate cached state of files/directories when changing authentication parameters (#11964) + Algorithms - Pansharpen: avoid I/O errors when extent of PAN and MS bands differ by less than the resolution of the MS band (#11889) - Warp: fix reprojecting on empty source window with nodata != 0 and MEM driver (#11992) + Utilities - gdaldem: allow -az zero or negative + Raster drivers - AVIF driver: remove limitation that prevented from reading images bigger than 10 MB - GRIB2 driver: fix reading Transverse Merctor with negative easting/falsing (#12015) also fix reading it with scale factor != 0.9996 - GTiff driver: fix 3.10.1 regression when reading a file just created in multi-threaded mode with compression - MBTiles driver: fix update with WEBP compression - MRF driver: allow deflate expansion - PDF driver: fix default value for DPI open option description + OGR 3.10.3 - Core SQLite dialect: make it compatible with SQLite 3.49.1 in SQLITE_DQS=0 mode - OGRSpatialReference ogrct.cpp: fix potential crash in multi-threaded execution (#11860) - Utilities ogr2ogr: fix -upsert with a GPKG source + Vector drivers - CSV driver: fix parsing of 64 bit integers above 2^53 - GeoJSON driver: fix detection of features starting with {"geometry":{"type":"xxxxx", "coordinates":[... (qgis/QGIS#61266) - GMLAS driver: fix reading multiple values of a StringList field that is a repeated element (#12027) - GPKG driver: make it compatible with SQLite 3.49.1 in SQLITE_DQS=0 mode fix SetNextByIndex() followed by GetNextFeature() without explicit call to GetLayerDefn() (#11974) - MiraMonVector driver: fix error: Unexpected Non-nullptr Return fixing a word in Catalan language writing VRS in metadata file + error in the zMin, zMax values of the header - MSSQLSpatial driver: Fix creation of metadata tables related to "dbo" - OpenCAD driver: add missing std:: qualifiers - WFS driver: fix crash with GetFeatureCount() and client-side filters (#11920) ++++ gdm: - Disable X11 support on SLE: * SLFO will only support Wayland * This is required to avoid a fallback to X11 sessions which makes GDM crash * With this change gdm-exclude-61-gdm-rules-file.patch is not needed anymore ++++ gtk4: - Update to version 4.18.4: + Bugs fixed: - 4.18.3 regression: cursor doesn't update state when crossing window boundaries - Gtk.Video causes segfault inside VM with wayland backend - Win32: can't resize or move windows anymore - testsuite: Make reftest-compare use gsize instead of int - wayland: Force setting cursor on enter - Merge fixes from !8375 into 4.18 - inspector: Survive without installed schemas - builder: Fix a menu parsing issue - win32: Fix initial window state - vulkan: Do not create dmabuf target images if not enabled + Updated translations. ++++ gimp: - all distros actually ship with python 3.6 we can have it enabled all the time ++++ gnome-control-center: - Recommend distribution-logos-openSUSE-icons; to ensure that the distribution icon is always displayed in the About section, even for minimal installations. ++++ gnome-network-displays: - Update to version 0.96.0: + Add CI/CD release automation + Update Ubuntu build instructions + Unload Pulseaudio module on exit - Changes from version 0.95.0: + Fix X11 support regression + Fix XDP session free operation ++++ gnome-remote-desktop: - Add missing runtime dependency of fuse3 ++++ gnu_parallel: - Update to release 20250322 * `--pipe --block` works similar to `--pipepart --block` if `--block` size is negative. * When hitting a `--milestone`, parallel now waits until running jobs are done before starting more jobs. * `--unsafe` now treats UTF8 as safe and only warns. ++++ gosec: - Update to version 2.22.3: * Update version in 'action.yml' to 2.22.3 (anticipating next version (#1332) * Update go version to 1.24.2 and 1.23.8 (#1331) * remove G113. It only affects old/unsupported versions of Go (#1328) * chore(deps): update all dependencies (#1325) * Add SSOJet (#1320) * chore(deps): update all dependencies (#1319) * Update the integrity sha for babel dependency in html report (#1316) * Add support for `//gosec:disable` directive (#1314) * chore(deps): update all dependencies (#1315) ++++ gpu-screen-recorder: - Update to version 20250406: * Fallback to graphics shader instead of compute shader if the gpu doesn't support compute shader (either glsl 420 or opengl es glsl 310) * Use opengl 4.20 for non-external texture (supports wider range of hardware) * Improve color quality, use texture instead of texelFetch * Fix region capture on hyprland with multiple monitors * Remove -preset and -multipass, replace with -tune performance|quality * Correct error message for preset * Add -preset and -multipass options for higher quality video encoding on nvidia ++++ grml-zsh-config: - Update to 0.19.17: * zshrc: Add alias llblk for lsblk with useful columns #192 ++++ gtk-layer-shell: - Update to 0.9.1: * Fix: handle monitors appearing and disappearing more correctly * Compat: bump supported GTK to v3.24.49 ++++ halloy: - Update to version 2025.4: + Added: - All toast notifications now display the server name - Server messages (join, part, etc.) are now user-aware and will color nicknames accordingly - Actions will be colored with the same features as regular messages (nicknames, urls, etc) - Shortcuts for cycling buffers with unread message(s) + Cycle to next buffer with unread message(s) ctrl + ` + Cycle to previous buffer with unread message(s) ctrl + ~ - Navigate commands & emoji picker with↑ & ↓ (as well as Tab & Shift +Tab) - Expanded command completion and error checking/reporting - Various shortcuts for https://themes.halloy.chat/ + The Command Bar now includes a "Discover More Themes" action, which opens the website + The Theme Editor now has a "Share Theme with Community" option that opens the submit page with the theme payload pre-filled - Ability to adjust alpha value of away users - New action settings section with settings to control how to open buffers in response to various user actions + Fixed: - No longer freezes under Wayland when window(s) are not visible - Emoji picker is no longer case sensitive (i.e. 🤔 and :THINKING: will both match 🤔) - Full support for the /notice command + Message text will no longer be truncated to the first word + Sent notices appear in message history + /notice (without any message text) will open a pane for the target(s) without sending a message - /msg supports more than one target when opening pane(s) without sending a message + Changed: - Improved font rendering on Windows for better readability - Sidebar buffer action settings have been moved to the new action settings section + sidebar.buffer_action → actions.sidebar.buffer + sidebar.buffer_focused_action → actions.sidebar.focused_buffer ++++ hwinfo: - merge gh#openSUSE/hwinfo#155 - fix network card detection on aarch64 (bsc#1240648) - 23.5 ++++ inkscape: - Update to version 1.4.1+5: * Backport fix for splash screen loading on CLI * Set the scrollbar policy to external for pattern preview * add libgirepository-2 to windows packaging * Delete outdated PKG_CONFIG_USE_CMAKE_PREFIX_PATH from CMakeLists.txt * Bump cmake requirements * Create a href editor for 1.4.x * update pofile * Don't edit layer if no layer was added * Fix relative transformation actions * Protect update from being called during an update * FileDialogImplWin32: Use gdk_pixbuf_new_from_file_at_scale * Installs tinycss2 with pip in appimage * Update extensions for 1.4.1 * Add zstandard dependency where missing * Fix font locking when using harfbuzz < 2.6.5. * Fix all the toggles in the spray-tool * Split out welcome and splash widgets to load seperately * Refactor Splash Screen * Make align shortcuts universal * Move macOS dependencies repository * Fix missing glib include * Update Windows dependencies to r88 * Remove python-lockfile * Reduce ccache size to 512M for Windows * Drag and Drop finish even must go through the context * Do not select layer on first click * Check for invalid ASCII when loading CMS profile data. * Fix crash in pattern fill dialog (1.4.x) * Highlight row of children if parent is selected * Reinstate heirarchy constraint in ObjectSet * Guard against _prev_range pointers in Layers dialog dangling * Prevent empty sub-paths from causing segfaults in LPEPowerStroke * Ensure unique display uri's when shortening paths for recently used files list. (1.4.x) * Prepare 1.4.1-rc * gobjectptr: fix member name * Fix freeze due to recent files (Backport to 1.4.x) * Update file pattern-edit.glade * Fix scrolling bug in pattern editor * Decrease RELATIVE_THRESHOLD for polyline approximation * Update test suite to reflect boolops changes * Add lpetest_parse.py utility * Preprocess livarot intersections using lib2geom * Implement relative subdivision for seamless reunions * Preliminary boolops cleanups * Updated translations. ++++ inspektor-gadget: - Update to version 0.39.0: Welcome to the v0.39.0 release of Inspektor Gadget! Some relevant changes for this version are: * WASM: Use Go 1.24 for the wasmylayer instead of TinyGo by @burak-ok in #4130 * container-collection: reduce mem allocs for each event by @alban in #4237 * Convert traceloop to image-based gadget by @eiffel-fl in [#3763] * gadget audit_seccomp: add user stacks by @alban in #4281 * General Improvements - update dockerhub reference by @mauriciovasquezbernal in #4122 - Artifact Hub: Update gadgets version to v0.38.0 by @github-actions in #4158 - pkg/utils/syscalls: update to Linux v6.13.0 2025-01-23 by @alban in #4132 - format ebpf-builder.Dockerfile by @jaehanbyun in #4180 - Dockerfiles: Use distroless for kubectl-gadget image. by @eiffel-fl in #4182 - tree-wide: Update ebpf-builder missing refs by @mauriciovasquezbernal in #4183 - operators: Add pre stop lifecycle by @mauriciovasquezbernal in #4159 - gadgets: Uniform filtering for networking gadgets by @mauriciovasquezbernal in #3951 - Dockerfiles: Use --mount-type=cache by @mqasimsarfraz in [#4190] - wasm: Change module name from env to ig by @burak-ok in #4209 - fsnotify gadget: add support for Linux 5.4 by @alban in #4210 - pkg/gadget-context: sort operators by priority and name to be deterministic by @flyth in #4198 - Artifact Hub: Update gadgets version to v0.38.1 by @github-actions in #4235 - gadget params: rename print-*stack to collect-*stack by @alban in #4248 - inspect: adds ebpf and wasm extra info by @KapilSareen in [#4167] - gadget trace_open: add user stacks by @alban in #4175 - inspect: makes pull policy and verify-image configurable by @KapilSareen in #4271 - ustack: add --symbolizers parameter by @alban in #4178 - trace_dns: Remove the section for OS level tracing by @mqasimsarfraz in #4255 * Bug Fixes - wasm: Fix error ambiguity for fieldGetScalar by @mauriciovasquezbernal in #4107 - operators/wasm: Fix return code for fieldSet by @mauriciovasquezbernal in #4177 - oci: call saveIndexWithLock after importing gadget images by @flyth in #4223 - Bug fix - use skb load bytes instead of bpf read by @afek854 in #4203 - ustack: fix uninitialized buffer when --collect-ustack=false by @alban in #4269 - filter: fix verifier error in gadget_should_discard_data_by_skb by @alban in #4273 - container-collection: fix SetPodLabels by @alban in #4268 * Documentation Improvements - docs: Document how to print custom output from a gadget by @mauriciovasquezbernal in #4160 - Small grammar change by @Fearkin in #4212 - README: Add repology badges for kubectl-gadget and ig. by @eiffel-fl in #4228 - docs: quick-start: clarify different options by @alban in [#4236] * Testing and Continue Integration - ci: Use different name for test-report artifacts by @mqasimsarfraz in #4157 - CI/Integration tests: Skip building gadgets by @burak-ok in [#4164] - ci: fix permissions by @eiffel-fl in #4181 - ci: Use main instead of latest for container tags by @mauriciovasquezbernal in #4179 - integration: Add way to set -gadget-repository and - gadget-tag from M… by @eiffel-fl in #4189 - ci: Compute checksums for SBOMs by @eiffel-fl in #4176 - golangci-lint: Update to v1.64.8 by @burak-ok in #4221 - Implementing Formatters Operator Unit Tests by @Shaheer-Ahmd in #4205 - Add Limiter Operator Unit Tests by @Shaheer-Ahmd in #4234 - tests: Fix image export and import tests by @mauriciovasquezbernal in #4260 ++++ open-iscsi: - Change SPEC file so that open-iscsi lock files always go in /run/lock/iscsi (bsc#1239107) - Update to version 2.1.11.suse+65.65365e1cdedb: * doc: fixup iscsiadm man page option for -r (#501) * Modify log function to print session id (#498) * Fix minor typo ("authenticaton") (#500) * Preparing for version 2.1.11 (#499) * iscsid: Rate limit session reopen log messages (#492) * IPv6 support for iBFT iSCSI boot (#493) * Improve iscsiadm command line parsing messages (#494) * More testing cleanup, and fix dprint test usage (#491) * Fix a typo in test/README (#486) * iscsid: Fix hang during login with scan=manual (#485) * fix 4 issues which are finded when building with clang 17 (#478) ++++ jenkins-x-cli: - Update to version 3.11.76: * chore(deps): upgrade jenkins-x-plugins/jx-project to version 0.2.74 ++++ kernel-debug: - EDAC/igen6: Fix the flood of invalid error reports (bsc#1240877). - commit 2d65b0b - Refresh patches.suse/0001-net-introduce-OpenVPN-Data-Channel-Offload-ovpn.patch. - Refresh patches.suse/0002-ovpn-add-basic-netlink-support.patch. - Refresh patches.suse/0003-ovpn-add-basic-interface-creation-destruction-manage.patch. - Refresh patches.suse/0004-ovpn-keep-carrier-always-on-for-MP-interfaces.patch. - Refresh patches.suse/0005-ovpn-introduce-the-ovpn_peer-object.patch. - Refresh patches.suse/0006-ovpn-introduce-the-ovpn_socket-object.patch. - Refresh patches.suse/0007-ovpn-implement-basic-TX-path-UDP.patch. - Refresh patches.suse/0008-ovpn-implement-basic-RX-path-UDP.patch. - Refresh patches.suse/0009-ovpn-implement-packet-processing.patch. - Refresh patches.suse/0010-ovpn-store-tunnel-and-transport-statistics.patch. - Refresh patches.suse/0011-ovpn-implement-TCP-transport.patch. - Refresh patches.suse/0012-skb-implement-skb_send_sock_locked_with_flags.patch. - Refresh patches.suse/0013-ovpn-add-support-for-MSG_NOSIGNAL-in-tcp_sendmsg.patch. - Refresh patches.suse/0014-ovpn-implement-multi-peer-support.patch. - Refresh patches.suse/0015-ovpn-implement-peer-lookup-logic.patch. - Refresh patches.suse/0016-ovpn-implement-keepalive-mechanism.patch. - Refresh patches.suse/0017-ovpn-add-support-for-updating-local-or-remote-UDP-en.patch. - Refresh patches.suse/0018-ovpn-implement-peer-add-get-dump-delete-via-netlink.patch. - Refresh patches.suse/0019-ovpn-implement-key-add-get-del-swap-via-netlink.patch. - Refresh patches.suse/0020-ovpn-kill-key-and-notify-userspace-in-case-of-IV-exh.patch. - Refresh patches.suse/0021-ovpn-notify-userspace-when-a-peer-is-deleted.patch. - Refresh patches.suse/0022-ovpn-add-basic-ethtool-support.patch. - Refresh patches.suse/0023-testing-selftests-add-test-tool-and-scripts-for-ovpn.patch. Update to latest snapshot. - commit 21b612d - Linux 6.14.1 (bsc#1012628). - serial: 8250_dma: terminate correct DMA in tx_dma_flush() (bsc#1012628). - serial: stm32: do not deassert RS485 RTS GPIO prematurely (bsc#1012628). - perf tools: Fix up some comments and code to properly use the event_source bus (bsc#1012628). - memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove (bsc#1012628). - usb: xhci: Apply the link chain quirk on NEC isoc endpoints (bsc#1012628). - usb: xhci: Don't skip on Stopped - Length Invalid (bsc#1012628). - net: usb: usbnet: restore usb%d name exception for local mac addresses (bsc#1012628). - net: usb: qmi_wwan: add Telit Cinterion FE990B composition (bsc#1012628). - net: usb: qmi_wwan: add Telit Cinterion FN990B composition (bsc#1012628). - tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers (bsc#1012628). - tty: serial: 8250: Add Brainboxes XC devices (bsc#1012628). - tty: serial: 8250: Add some more device IDs (bsc#1012628). - counter: microchip-tcb-capture: Fix undefined counter channel state on probe (bsc#1012628). - counter: stm32-lptimer-cnt: fix error handling when enabling (bsc#1012628). - ALSA: hda/realtek: Bass speaker fixup for ASUS UM5606KA (bsc#1012628). - ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx (bsc#1012628). - netfilter: socket: Lookup orig tuple for IPv6 SNAT (bsc#1012628). - cgroup/rstat: Fix forceidle time in cpu.stat (bsc#1012628). - atm: Fix NULL pointer dereference (bsc#1012628). - HID: hid-plantronics: Add mic mute mapping and generalize quirks (bsc#1012628). - ALSA: usb-audio: Add quirk for Plantronics headsets to fix control names (bsc#1012628). - commit ca98696 ++++ kernel-default: - EDAC/igen6: Fix the flood of invalid error reports (bsc#1240877). - commit 2d65b0b - Refresh patches.suse/0001-net-introduce-OpenVPN-Data-Channel-Offload-ovpn.patch. - Refresh patches.suse/0002-ovpn-add-basic-netlink-support.patch. - Refresh patches.suse/0003-ovpn-add-basic-interface-creation-destruction-manage.patch. - Refresh patches.suse/0004-ovpn-keep-carrier-always-on-for-MP-interfaces.patch. - Refresh patches.suse/0005-ovpn-introduce-the-ovpn_peer-object.patch. - Refresh patches.suse/0006-ovpn-introduce-the-ovpn_socket-object.patch. - Refresh patches.suse/0007-ovpn-implement-basic-TX-path-UDP.patch. - Refresh patches.suse/0008-ovpn-implement-basic-RX-path-UDP.patch. - Refresh patches.suse/0009-ovpn-implement-packet-processing.patch. - Refresh patches.suse/0010-ovpn-store-tunnel-and-transport-statistics.patch. - Refresh patches.suse/0011-ovpn-implement-TCP-transport.patch. - Refresh patches.suse/0012-skb-implement-skb_send_sock_locked_with_flags.patch. - Refresh patches.suse/0013-ovpn-add-support-for-MSG_NOSIGNAL-in-tcp_sendmsg.patch. - Refresh patches.suse/0014-ovpn-implement-multi-peer-support.patch. - Refresh patches.suse/0015-ovpn-implement-peer-lookup-logic.patch. - Refresh patches.suse/0016-ovpn-implement-keepalive-mechanism.patch. - Refresh patches.suse/0017-ovpn-add-support-for-updating-local-or-remote-UDP-en.patch. - Refresh patches.suse/0018-ovpn-implement-peer-add-get-dump-delete-via-netlink.patch. - Refresh patches.suse/0019-ovpn-implement-key-add-get-del-swap-via-netlink.patch. - Refresh patches.suse/0020-ovpn-kill-key-and-notify-userspace-in-case-of-IV-exh.patch. - Refresh patches.suse/0021-ovpn-notify-userspace-when-a-peer-is-deleted.patch. - Refresh patches.suse/0022-ovpn-add-basic-ethtool-support.patch. - Refresh patches.suse/0023-testing-selftests-add-test-tool-and-scripts-for-ovpn.patch. Update to latest snapshot. - commit 21b612d - Linux 6.14.1 (bsc#1012628). - serial: 8250_dma: terminate correct DMA in tx_dma_flush() (bsc#1012628). - serial: stm32: do not deassert RS485 RTS GPIO prematurely (bsc#1012628). - perf tools: Fix up some comments and code to properly use the event_source bus (bsc#1012628). - memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove (bsc#1012628). - usb: xhci: Apply the link chain quirk on NEC isoc endpoints (bsc#1012628). - usb: xhci: Don't skip on Stopped - Length Invalid (bsc#1012628). - net: usb: usbnet: restore usb%d name exception for local mac addresses (bsc#1012628). - net: usb: qmi_wwan: add Telit Cinterion FE990B composition (bsc#1012628). - net: usb: qmi_wwan: add Telit Cinterion FN990B composition (bsc#1012628). - tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers (bsc#1012628). - tty: serial: 8250: Add Brainboxes XC devices (bsc#1012628). - tty: serial: 8250: Add some more device IDs (bsc#1012628). - counter: microchip-tcb-capture: Fix undefined counter channel state on probe (bsc#1012628). - counter: stm32-lptimer-cnt: fix error handling when enabling (bsc#1012628). - ALSA: hda/realtek: Bass speaker fixup for ASUS UM5606KA (bsc#1012628). - ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx (bsc#1012628). - netfilter: socket: Lookup orig tuple for IPv6 SNAT (bsc#1012628). - cgroup/rstat: Fix forceidle time in cpu.stat (bsc#1012628). - atm: Fix NULL pointer dereference (bsc#1012628). - HID: hid-plantronics: Add mic mute mapping and generalize quirks (bsc#1012628). - ALSA: usb-audio: Add quirk for Plantronics headsets to fix control names (bsc#1012628). - commit ca98696 ++++ kernel-source: - EDAC/igen6: Fix the flood of invalid error reports (bsc#1240877). - commit 2d65b0b - Refresh patches.suse/0001-net-introduce-OpenVPN-Data-Channel-Offload-ovpn.patch. - Refresh patches.suse/0002-ovpn-add-basic-netlink-support.patch. - Refresh patches.suse/0003-ovpn-add-basic-interface-creation-destruction-manage.patch. - Refresh patches.suse/0004-ovpn-keep-carrier-always-on-for-MP-interfaces.patch. - Refresh patches.suse/0005-ovpn-introduce-the-ovpn_peer-object.patch. - Refresh patches.suse/0006-ovpn-introduce-the-ovpn_socket-object.patch. - Refresh patches.suse/0007-ovpn-implement-basic-TX-path-UDP.patch. - Refresh patches.suse/0008-ovpn-implement-basic-RX-path-UDP.patch. - Refresh patches.suse/0009-ovpn-implement-packet-processing.patch. - Refresh patches.suse/0010-ovpn-store-tunnel-and-transport-statistics.patch. - Refresh patches.suse/0011-ovpn-implement-TCP-transport.patch. - Refresh patches.suse/0012-skb-implement-skb_send_sock_locked_with_flags.patch. - Refresh patches.suse/0013-ovpn-add-support-for-MSG_NOSIGNAL-in-tcp_sendmsg.patch. - Refresh patches.suse/0014-ovpn-implement-multi-peer-support.patch. - Refresh patches.suse/0015-ovpn-implement-peer-lookup-logic.patch. - Refresh patches.suse/0016-ovpn-implement-keepalive-mechanism.patch. - Refresh patches.suse/0017-ovpn-add-support-for-updating-local-or-remote-UDP-en.patch. - Refresh patches.suse/0018-ovpn-implement-peer-add-get-dump-delete-via-netlink.patch. - Refresh patches.suse/0019-ovpn-implement-key-add-get-del-swap-via-netlink.patch. - Refresh patches.suse/0020-ovpn-kill-key-and-notify-userspace-in-case-of-IV-exh.patch. - Refresh patches.suse/0021-ovpn-notify-userspace-when-a-peer-is-deleted.patch. - Refresh patches.suse/0022-ovpn-add-basic-ethtool-support.patch. - Refresh patches.suse/0023-testing-selftests-add-test-tool-and-scripts-for-ovpn.patch. Update to latest snapshot. - commit 21b612d - Linux 6.14.1 (bsc#1012628). - serial: 8250_dma: terminate correct DMA in tx_dma_flush() (bsc#1012628). - serial: stm32: do not deassert RS485 RTS GPIO prematurely (bsc#1012628). - perf tools: Fix up some comments and code to properly use the event_source bus (bsc#1012628). - memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove (bsc#1012628). - usb: xhci: Apply the link chain quirk on NEC isoc endpoints (bsc#1012628). - usb: xhci: Don't skip on Stopped - Length Invalid (bsc#1012628). - net: usb: usbnet: restore usb%d name exception for local mac addresses (bsc#1012628). - net: usb: qmi_wwan: add Telit Cinterion FE990B composition (bsc#1012628). - net: usb: qmi_wwan: add Telit Cinterion FN990B composition (bsc#1012628). - tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers (bsc#1012628). - tty: serial: 8250: Add Brainboxes XC devices (bsc#1012628). - tty: serial: 8250: Add some more device IDs (bsc#1012628). - counter: microchip-tcb-capture: Fix undefined counter channel state on probe (bsc#1012628). - counter: stm32-lptimer-cnt: fix error handling when enabling (bsc#1012628). - ALSA: hda/realtek: Bass speaker fixup for ASUS UM5606KA (bsc#1012628). - ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx (bsc#1012628). - netfilter: socket: Lookup orig tuple for IPv6 SNAT (bsc#1012628). - cgroup/rstat: Fix forceidle time in cpu.stat (bsc#1012628). - atm: Fix NULL pointer dereference (bsc#1012628). - HID: hid-plantronics: Add mic mute mapping and generalize quirks (bsc#1012628). - ALSA: usb-audio: Add quirk for Plantronics headsets to fix control names (bsc#1012628). - commit ca98696 ++++ kernel-source-longterm: - Linux 6.12.22 (bsc#1234429). - bcachefs: bch2_ioctl_subvolume_destroy() fixes (bsc#1234429). - serial: 8250_dma: terminate correct DMA in tx_dma_flush() (bsc#1234429). - serial: stm32: do not deassert RS485 RTS GPIO prematurely (bsc#1234429). - perf tools: Fix up some comments and code to properly use the event_source bus (bsc#1234429). - memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove (bsc#1234429). - usb: xhci: Apply the link chain quirk on NEC isoc endpoints (bsc#1234429). - usb: xhci: Don't skip on Stopped - Length Invalid (bsc#1234429). - net: usb: usbnet: restore usb%d name exception for local mac addresses (bsc#1234429). - net: usb: qmi_wwan: add Telit Cinterion FE990B composition (bsc#1234429). - net: usb: qmi_wwan: add Telit Cinterion FN990B composition (bsc#1234429). - tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers (bsc#1234429). - tty: serial: 8250: Add Brainboxes XC devices (bsc#1234429). - tty: serial: 8250: Add some more device IDs (bsc#1234429). - counter: microchip-tcb-capture: Fix undefined counter channel state on probe (bsc#1234429). - counter: stm32-lptimer-cnt: fix error handling when enabling (bsc#1234429). - ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx (bsc#1234429). - netfilter: socket: Lookup orig tuple for IPv6 SNAT (bsc#1234429). - drm/amd/display: Don't write DP_MSTM_CTRL after LT (bsc#1234429). - nfsd: fix legacy client tracking initialization (bsc#1234429). - atm: Fix NULL pointer dereference (bsc#1234429). - HID: hid-plantronics: Add mic mute mapping and generalize quirks (bsc#1234429). - ALSA: usb-audio: Add quirk for Plantronics headsets to fix control names (bsc#1234429). - commit eaa0e6a ++++ kernel-docs: - EDAC/igen6: Fix the flood of invalid error reports (bsc#1240877). - commit 2d65b0b - Refresh patches.suse/0001-net-introduce-OpenVPN-Data-Channel-Offload-ovpn.patch. - Refresh patches.suse/0002-ovpn-add-basic-netlink-support.patch. - Refresh patches.suse/0003-ovpn-add-basic-interface-creation-destruction-manage.patch. - Refresh patches.suse/0004-ovpn-keep-carrier-always-on-for-MP-interfaces.patch. - Refresh patches.suse/0005-ovpn-introduce-the-ovpn_peer-object.patch. - Refresh patches.suse/0006-ovpn-introduce-the-ovpn_socket-object.patch. - Refresh patches.suse/0007-ovpn-implement-basic-TX-path-UDP.patch. - Refresh patches.suse/0008-ovpn-implement-basic-RX-path-UDP.patch. - Refresh patches.suse/0009-ovpn-implement-packet-processing.patch. - Refresh patches.suse/0010-ovpn-store-tunnel-and-transport-statistics.patch. - Refresh patches.suse/0011-ovpn-implement-TCP-transport.patch. - Refresh patches.suse/0012-skb-implement-skb_send_sock_locked_with_flags.patch. - Refresh patches.suse/0013-ovpn-add-support-for-MSG_NOSIGNAL-in-tcp_sendmsg.patch. - Refresh patches.suse/0014-ovpn-implement-multi-peer-support.patch. - Refresh patches.suse/0015-ovpn-implement-peer-lookup-logic.patch. - Refresh patches.suse/0016-ovpn-implement-keepalive-mechanism.patch. - Refresh patches.suse/0017-ovpn-add-support-for-updating-local-or-remote-UDP-en.patch. - Refresh patches.suse/0018-ovpn-implement-peer-add-get-dump-delete-via-netlink.patch. - Refresh patches.suse/0019-ovpn-implement-key-add-get-del-swap-via-netlink.patch. - Refresh patches.suse/0020-ovpn-kill-key-and-notify-userspace-in-case-of-IV-exh.patch. - Refresh patches.suse/0021-ovpn-notify-userspace-when-a-peer-is-deleted.patch. - Refresh patches.suse/0022-ovpn-add-basic-ethtool-support.patch. - Refresh patches.suse/0023-testing-selftests-add-test-tool-and-scripts-for-ovpn.patch. Update to latest snapshot. - commit 21b612d - Linux 6.14.1 (bsc#1012628). - serial: 8250_dma: terminate correct DMA in tx_dma_flush() (bsc#1012628). - serial: stm32: do not deassert RS485 RTS GPIO prematurely (bsc#1012628). - perf tools: Fix up some comments and code to properly use the event_source bus (bsc#1012628). - memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove (bsc#1012628). - usb: xhci: Apply the link chain quirk on NEC isoc endpoints (bsc#1012628). - usb: xhci: Don't skip on Stopped - Length Invalid (bsc#1012628). - net: usb: usbnet: restore usb%d name exception for local mac addresses (bsc#1012628). - net: usb: qmi_wwan: add Telit Cinterion FE990B composition (bsc#1012628). - net: usb: qmi_wwan: add Telit Cinterion FN990B composition (bsc#1012628). - tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers (bsc#1012628). - tty: serial: 8250: Add Brainboxes XC devices (bsc#1012628). - tty: serial: 8250: Add some more device IDs (bsc#1012628). - counter: microchip-tcb-capture: Fix undefined counter channel state on probe (bsc#1012628). - counter: stm32-lptimer-cnt: fix error handling when enabling (bsc#1012628). - ALSA: hda/realtek: Bass speaker fixup for ASUS UM5606KA (bsc#1012628). - ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx (bsc#1012628). - netfilter: socket: Lookup orig tuple for IPv6 SNAT (bsc#1012628). - cgroup/rstat: Fix forceidle time in cpu.stat (bsc#1012628). - atm: Fix NULL pointer dereference (bsc#1012628). - HID: hid-plantronics: Add mic mute mapping and generalize quirks (bsc#1012628). - ALSA: usb-audio: Add quirk for Plantronics headsets to fix control names (bsc#1012628). - commit ca98696 ++++ kernel-kvmsmall: - EDAC/igen6: Fix the flood of invalid error reports (bsc#1240877). - commit 2d65b0b - Refresh patches.suse/0001-net-introduce-OpenVPN-Data-Channel-Offload-ovpn.patch. - Refresh patches.suse/0002-ovpn-add-basic-netlink-support.patch. - Refresh patches.suse/0003-ovpn-add-basic-interface-creation-destruction-manage.patch. - Refresh patches.suse/0004-ovpn-keep-carrier-always-on-for-MP-interfaces.patch. - Refresh patches.suse/0005-ovpn-introduce-the-ovpn_peer-object.patch. - Refresh patches.suse/0006-ovpn-introduce-the-ovpn_socket-object.patch. - Refresh patches.suse/0007-ovpn-implement-basic-TX-path-UDP.patch. - Refresh patches.suse/0008-ovpn-implement-basic-RX-path-UDP.patch. - Refresh patches.suse/0009-ovpn-implement-packet-processing.patch. - Refresh patches.suse/0010-ovpn-store-tunnel-and-transport-statistics.patch. - Refresh patches.suse/0011-ovpn-implement-TCP-transport.patch. - Refresh patches.suse/0012-skb-implement-skb_send_sock_locked_with_flags.patch. - Refresh patches.suse/0013-ovpn-add-support-for-MSG_NOSIGNAL-in-tcp_sendmsg.patch. - Refresh patches.suse/0014-ovpn-implement-multi-peer-support.patch. - Refresh patches.suse/0015-ovpn-implement-peer-lookup-logic.patch. - Refresh patches.suse/0016-ovpn-implement-keepalive-mechanism.patch. - Refresh patches.suse/0017-ovpn-add-support-for-updating-local-or-remote-UDP-en.patch. - Refresh patches.suse/0018-ovpn-implement-peer-add-get-dump-delete-via-netlink.patch. - Refresh patches.suse/0019-ovpn-implement-key-add-get-del-swap-via-netlink.patch. - Refresh patches.suse/0020-ovpn-kill-key-and-notify-userspace-in-case-of-IV-exh.patch. - Refresh patches.suse/0021-ovpn-notify-userspace-when-a-peer-is-deleted.patch. - Refresh patches.suse/0022-ovpn-add-basic-ethtool-support.patch. - Refresh patches.suse/0023-testing-selftests-add-test-tool-and-scripts-for-ovpn.patch. Update to latest snapshot. - commit 21b612d - Linux 6.14.1 (bsc#1012628). - serial: 8250_dma: terminate correct DMA in tx_dma_flush() (bsc#1012628). - serial: stm32: do not deassert RS485 RTS GPIO prematurely (bsc#1012628). - perf tools: Fix up some comments and code to properly use the event_source bus (bsc#1012628). - memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove (bsc#1012628). - usb: xhci: Apply the link chain quirk on NEC isoc endpoints (bsc#1012628). - usb: xhci: Don't skip on Stopped - Length Invalid (bsc#1012628). - net: usb: usbnet: restore usb%d name exception for local mac addresses (bsc#1012628). - net: usb: qmi_wwan: add Telit Cinterion FE990B composition (bsc#1012628). - net: usb: qmi_wwan: add Telit Cinterion FN990B composition (bsc#1012628). - tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers (bsc#1012628). - tty: serial: 8250: Add Brainboxes XC devices (bsc#1012628). - tty: serial: 8250: Add some more device IDs (bsc#1012628). - counter: microchip-tcb-capture: Fix undefined counter channel state on probe (bsc#1012628). - counter: stm32-lptimer-cnt: fix error handling when enabling (bsc#1012628). - ALSA: hda/realtek: Bass speaker fixup for ASUS UM5606KA (bsc#1012628). - ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx (bsc#1012628). - netfilter: socket: Lookup orig tuple for IPv6 SNAT (bsc#1012628). - cgroup/rstat: Fix forceidle time in cpu.stat (bsc#1012628). - atm: Fix NULL pointer dereference (bsc#1012628). - HID: hid-plantronics: Add mic mute mapping and generalize quirks (bsc#1012628). - ALSA: usb-audio: Add quirk for Plantronics headsets to fix control names (bsc#1012628). - commit ca98696 ++++ kernel-longterm: - Linux 6.12.22 (bsc#1234429). - bcachefs: bch2_ioctl_subvolume_destroy() fixes (bsc#1234429). - serial: 8250_dma: terminate correct DMA in tx_dma_flush() (bsc#1234429). - serial: stm32: do not deassert RS485 RTS GPIO prematurely (bsc#1234429). - perf tools: Fix up some comments and code to properly use the event_source bus (bsc#1234429). - memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove (bsc#1234429). - usb: xhci: Apply the link chain quirk on NEC isoc endpoints (bsc#1234429). - usb: xhci: Don't skip on Stopped - Length Invalid (bsc#1234429). - net: usb: usbnet: restore usb%d name exception for local mac addresses (bsc#1234429). - net: usb: qmi_wwan: add Telit Cinterion FE990B composition (bsc#1234429). - net: usb: qmi_wwan: add Telit Cinterion FN990B composition (bsc#1234429). - tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers (bsc#1234429). - tty: serial: 8250: Add Brainboxes XC devices (bsc#1234429). - tty: serial: 8250: Add some more device IDs (bsc#1234429). - counter: microchip-tcb-capture: Fix undefined counter channel state on probe (bsc#1234429). - counter: stm32-lptimer-cnt: fix error handling when enabling (bsc#1234429). - ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx (bsc#1234429). - netfilter: socket: Lookup orig tuple for IPv6 SNAT (bsc#1234429). - drm/amd/display: Don't write DP_MSTM_CTRL after LT (bsc#1234429). - nfsd: fix legacy client tracking initialization (bsc#1234429). - atm: Fix NULL pointer dereference (bsc#1234429). - HID: hid-plantronics: Add mic mute mapping and generalize quirks (bsc#1234429). - ALSA: usb-audio: Add quirk for Plantronics headsets to fix control names (bsc#1234429). - commit eaa0e6a ++++ kernel-obs-build: - EDAC/igen6: Fix the flood of invalid error reports (bsc#1240877). - commit 2d65b0b - Refresh patches.suse/0001-net-introduce-OpenVPN-Data-Channel-Offload-ovpn.patch. - Refresh patches.suse/0002-ovpn-add-basic-netlink-support.patch. - Refresh patches.suse/0003-ovpn-add-basic-interface-creation-destruction-manage.patch. - Refresh patches.suse/0004-ovpn-keep-carrier-always-on-for-MP-interfaces.patch. - Refresh patches.suse/0005-ovpn-introduce-the-ovpn_peer-object.patch. - Refresh patches.suse/0006-ovpn-introduce-the-ovpn_socket-object.patch. - Refresh patches.suse/0007-ovpn-implement-basic-TX-path-UDP.patch. - Refresh patches.suse/0008-ovpn-implement-basic-RX-path-UDP.patch. - Refresh patches.suse/0009-ovpn-implement-packet-processing.patch. - Refresh patches.suse/0010-ovpn-store-tunnel-and-transport-statistics.patch. - Refresh patches.suse/0011-ovpn-implement-TCP-transport.patch. - Refresh patches.suse/0012-skb-implement-skb_send_sock_locked_with_flags.patch. - Refresh patches.suse/0013-ovpn-add-support-for-MSG_NOSIGNAL-in-tcp_sendmsg.patch. - Refresh patches.suse/0014-ovpn-implement-multi-peer-support.patch. - Refresh patches.suse/0015-ovpn-implement-peer-lookup-logic.patch. - Refresh patches.suse/0016-ovpn-implement-keepalive-mechanism.patch. - Refresh patches.suse/0017-ovpn-add-support-for-updating-local-or-remote-UDP-en.patch. - Refresh patches.suse/0018-ovpn-implement-peer-add-get-dump-delete-via-netlink.patch. - Refresh patches.suse/0019-ovpn-implement-key-add-get-del-swap-via-netlink.patch. - Refresh patches.suse/0020-ovpn-kill-key-and-notify-userspace-in-case-of-IV-exh.patch. - Refresh patches.suse/0021-ovpn-notify-userspace-when-a-peer-is-deleted.patch. - Refresh patches.suse/0022-ovpn-add-basic-ethtool-support.patch. - Refresh patches.suse/0023-testing-selftests-add-test-tool-and-scripts-for-ovpn.patch. Update to latest snapshot. - commit 21b612d - Linux 6.14.1 (bsc#1012628). - serial: 8250_dma: terminate correct DMA in tx_dma_flush() (bsc#1012628). - serial: stm32: do not deassert RS485 RTS GPIO prematurely (bsc#1012628). - perf tools: Fix up some comments and code to properly use the event_source bus (bsc#1012628). - memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove (bsc#1012628). - usb: xhci: Apply the link chain quirk on NEC isoc endpoints (bsc#1012628). - usb: xhci: Don't skip on Stopped - Length Invalid (bsc#1012628). - net: usb: usbnet: restore usb%d name exception for local mac addresses (bsc#1012628). - net: usb: qmi_wwan: add Telit Cinterion FE990B composition (bsc#1012628). - net: usb: qmi_wwan: add Telit Cinterion FN990B composition (bsc#1012628). - tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers (bsc#1012628). - tty: serial: 8250: Add Brainboxes XC devices (bsc#1012628). - tty: serial: 8250: Add some more device IDs (bsc#1012628). - counter: microchip-tcb-capture: Fix undefined counter channel state on probe (bsc#1012628). - counter: stm32-lptimer-cnt: fix error handling when enabling (bsc#1012628). - ALSA: hda/realtek: Bass speaker fixup for ASUS UM5606KA (bsc#1012628). - ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx (bsc#1012628). - netfilter: socket: Lookup orig tuple for IPv6 SNAT (bsc#1012628). - cgroup/rstat: Fix forceidle time in cpu.stat (bsc#1012628). - atm: Fix NULL pointer dereference (bsc#1012628). - HID: hid-plantronics: Add mic mute mapping and generalize quirks (bsc#1012628). - ALSA: usb-audio: Add quirk for Plantronics headsets to fix control names (bsc#1012628). - commit ca98696 ++++ kernel-obs-qa: - EDAC/igen6: Fix the flood of invalid error reports (bsc#1240877). - commit 2d65b0b - Refresh patches.suse/0001-net-introduce-OpenVPN-Data-Channel-Offload-ovpn.patch. - Refresh patches.suse/0002-ovpn-add-basic-netlink-support.patch. - Refresh patches.suse/0003-ovpn-add-basic-interface-creation-destruction-manage.patch. - Refresh patches.suse/0004-ovpn-keep-carrier-always-on-for-MP-interfaces.patch. - Refresh patches.suse/0005-ovpn-introduce-the-ovpn_peer-object.patch. - Refresh patches.suse/0006-ovpn-introduce-the-ovpn_socket-object.patch. - Refresh patches.suse/0007-ovpn-implement-basic-TX-path-UDP.patch. - Refresh patches.suse/0008-ovpn-implement-basic-RX-path-UDP.patch. - Refresh patches.suse/0009-ovpn-implement-packet-processing.patch. - Refresh patches.suse/0010-ovpn-store-tunnel-and-transport-statistics.patch. - Refresh patches.suse/0011-ovpn-implement-TCP-transport.patch. - Refresh patches.suse/0012-skb-implement-skb_send_sock_locked_with_flags.patch. - Refresh patches.suse/0013-ovpn-add-support-for-MSG_NOSIGNAL-in-tcp_sendmsg.patch. - Refresh patches.suse/0014-ovpn-implement-multi-peer-support.patch. - Refresh patches.suse/0015-ovpn-implement-peer-lookup-logic.patch. - Refresh patches.suse/0016-ovpn-implement-keepalive-mechanism.patch. - Refresh patches.suse/0017-ovpn-add-support-for-updating-local-or-remote-UDP-en.patch. - Refresh patches.suse/0018-ovpn-implement-peer-add-get-dump-delete-via-netlink.patch. - Refresh patches.suse/0019-ovpn-implement-key-add-get-del-swap-via-netlink.patch. - Refresh patches.suse/0020-ovpn-kill-key-and-notify-userspace-in-case-of-IV-exh.patch. - Refresh patches.suse/0021-ovpn-notify-userspace-when-a-peer-is-deleted.patch. - Refresh patches.suse/0022-ovpn-add-basic-ethtool-support.patch. - Refresh patches.suse/0023-testing-selftests-add-test-tool-and-scripts-for-ovpn.patch. Update to latest snapshot. - commit 21b612d - Linux 6.14.1 (bsc#1012628). - serial: 8250_dma: terminate correct DMA in tx_dma_flush() (bsc#1012628). - serial: stm32: do not deassert RS485 RTS GPIO prematurely (bsc#1012628). - perf tools: Fix up some comments and code to properly use the event_source bus (bsc#1012628). - memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove (bsc#1012628). - usb: xhci: Apply the link chain quirk on NEC isoc endpoints (bsc#1012628). - usb: xhci: Don't skip on Stopped - Length Invalid (bsc#1012628). - net: usb: usbnet: restore usb%d name exception for local mac addresses (bsc#1012628). - net: usb: qmi_wwan: add Telit Cinterion FE990B composition (bsc#1012628). - net: usb: qmi_wwan: add Telit Cinterion FN990B composition (bsc#1012628). - tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers (bsc#1012628). - tty: serial: 8250: Add Brainboxes XC devices (bsc#1012628). - tty: serial: 8250: Add some more device IDs (bsc#1012628). - counter: microchip-tcb-capture: Fix undefined counter channel state on probe (bsc#1012628). - counter: stm32-lptimer-cnt: fix error handling when enabling (bsc#1012628). - ALSA: hda/realtek: Bass speaker fixup for ASUS UM5606KA (bsc#1012628). - ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx (bsc#1012628). - netfilter: socket: Lookup orig tuple for IPv6 SNAT (bsc#1012628). - cgroup/rstat: Fix forceidle time in cpu.stat (bsc#1012628). - atm: Fix NULL pointer dereference (bsc#1012628). - HID: hid-plantronics: Add mic mute mapping and generalize quirks (bsc#1012628). - ALSA: usb-audio: Add quirk for Plantronics headsets to fix control names (bsc#1012628). - commit ca98696 ++++ kernel-syms: - EDAC/igen6: Fix the flood of invalid error reports (bsc#1240877). - commit 2d65b0b - Refresh patches.suse/0001-net-introduce-OpenVPN-Data-Channel-Offload-ovpn.patch. - Refresh patches.suse/0002-ovpn-add-basic-netlink-support.patch. - Refresh patches.suse/0003-ovpn-add-basic-interface-creation-destruction-manage.patch. - Refresh patches.suse/0004-ovpn-keep-carrier-always-on-for-MP-interfaces.patch. - Refresh patches.suse/0005-ovpn-introduce-the-ovpn_peer-object.patch. - Refresh patches.suse/0006-ovpn-introduce-the-ovpn_socket-object.patch. - Refresh patches.suse/0007-ovpn-implement-basic-TX-path-UDP.patch. - Refresh patches.suse/0008-ovpn-implement-basic-RX-path-UDP.patch. - Refresh patches.suse/0009-ovpn-implement-packet-processing.patch. - Refresh patches.suse/0010-ovpn-store-tunnel-and-transport-statistics.patch. - Refresh patches.suse/0011-ovpn-implement-TCP-transport.patch. - Refresh patches.suse/0012-skb-implement-skb_send_sock_locked_with_flags.patch. - Refresh patches.suse/0013-ovpn-add-support-for-MSG_NOSIGNAL-in-tcp_sendmsg.patch. - Refresh patches.suse/0014-ovpn-implement-multi-peer-support.patch. - Refresh patches.suse/0015-ovpn-implement-peer-lookup-logic.patch. - Refresh patches.suse/0016-ovpn-implement-keepalive-mechanism.patch. - Refresh patches.suse/0017-ovpn-add-support-for-updating-local-or-remote-UDP-en.patch. - Refresh patches.suse/0018-ovpn-implement-peer-add-get-dump-delete-via-netlink.patch. - Refresh patches.suse/0019-ovpn-implement-key-add-get-del-swap-via-netlink.patch. - Refresh patches.suse/0020-ovpn-kill-key-and-notify-userspace-in-case-of-IV-exh.patch. - Refresh patches.suse/0021-ovpn-notify-userspace-when-a-peer-is-deleted.patch. - Refresh patches.suse/0022-ovpn-add-basic-ethtool-support.patch. - Refresh patches.suse/0023-testing-selftests-add-test-tool-and-scripts-for-ovpn.patch. Update to latest snapshot. - commit 21b612d - Linux 6.14.1 (bsc#1012628). - serial: 8250_dma: terminate correct DMA in tx_dma_flush() (bsc#1012628). - serial: stm32: do not deassert RS485 RTS GPIO prematurely (bsc#1012628). - perf tools: Fix up some comments and code to properly use the event_source bus (bsc#1012628). - memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove (bsc#1012628). - usb: xhci: Apply the link chain quirk on NEC isoc endpoints (bsc#1012628). - usb: xhci: Don't skip on Stopped - Length Invalid (bsc#1012628). - net: usb: usbnet: restore usb%d name exception for local mac addresses (bsc#1012628). - net: usb: qmi_wwan: add Telit Cinterion FE990B composition (bsc#1012628). - net: usb: qmi_wwan: add Telit Cinterion FN990B composition (bsc#1012628). - tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers (bsc#1012628). - tty: serial: 8250: Add Brainboxes XC devices (bsc#1012628). - tty: serial: 8250: Add some more device IDs (bsc#1012628). - counter: microchip-tcb-capture: Fix undefined counter channel state on probe (bsc#1012628). - counter: stm32-lptimer-cnt: fix error handling when enabling (bsc#1012628). - ALSA: hda/realtek: Bass speaker fixup for ASUS UM5606KA (bsc#1012628). - ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx (bsc#1012628). - netfilter: socket: Lookup orig tuple for IPv6 SNAT (bsc#1012628). - cgroup/rstat: Fix forceidle time in cpu.stat (bsc#1012628). - atm: Fix NULL pointer dereference (bsc#1012628). - HID: hid-plantronics: Add mic mute mapping and generalize quirks (bsc#1012628). - ALSA: usb-audio: Add quirk for Plantronics headsets to fix control names (bsc#1012628). - commit ca98696 ++++ kernel-syms-longterm: - Linux 6.12.22 (bsc#1234429). - bcachefs: bch2_ioctl_subvolume_destroy() fixes (bsc#1234429). - serial: 8250_dma: terminate correct DMA in tx_dma_flush() (bsc#1234429). - serial: stm32: do not deassert RS485 RTS GPIO prematurely (bsc#1234429). - perf tools: Fix up some comments and code to properly use the event_source bus (bsc#1234429). - memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove (bsc#1234429). - usb: xhci: Apply the link chain quirk on NEC isoc endpoints (bsc#1234429). - usb: xhci: Don't skip on Stopped - Length Invalid (bsc#1234429). - net: usb: usbnet: restore usb%d name exception for local mac addresses (bsc#1234429). - net: usb: qmi_wwan: add Telit Cinterion FE990B composition (bsc#1234429). - net: usb: qmi_wwan: add Telit Cinterion FN990B composition (bsc#1234429). - tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers (bsc#1234429). - tty: serial: 8250: Add Brainboxes XC devices (bsc#1234429). - tty: serial: 8250: Add some more device IDs (bsc#1234429). - counter: microchip-tcb-capture: Fix undefined counter channel state on probe (bsc#1234429). - counter: stm32-lptimer-cnt: fix error handling when enabling (bsc#1234429). - ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx (bsc#1234429). - netfilter: socket: Lookup orig tuple for IPv6 SNAT (bsc#1234429). - drm/amd/display: Don't write DP_MSTM_CTRL after LT (bsc#1234429). - nfsd: fix legacy client tracking initialization (bsc#1234429). - atm: Fix NULL pointer dereference (bsc#1234429). - HID: hid-plantronics: Add mic mute mapping and generalize quirks (bsc#1234429). - ALSA: usb-audio: Add quirk for Plantronics headsets to fix control names (bsc#1234429). - commit eaa0e6a ++++ kernel-vanilla: - EDAC/igen6: Fix the flood of invalid error reports (bsc#1240877). - commit 2d65b0b - Refresh patches.suse/0001-net-introduce-OpenVPN-Data-Channel-Offload-ovpn.patch. - Refresh patches.suse/0002-ovpn-add-basic-netlink-support.patch. - Refresh patches.suse/0003-ovpn-add-basic-interface-creation-destruction-manage.patch. - Refresh patches.suse/0004-ovpn-keep-carrier-always-on-for-MP-interfaces.patch. - Refresh patches.suse/0005-ovpn-introduce-the-ovpn_peer-object.patch. - Refresh patches.suse/0006-ovpn-introduce-the-ovpn_socket-object.patch. - Refresh patches.suse/0007-ovpn-implement-basic-TX-path-UDP.patch. - Refresh patches.suse/0008-ovpn-implement-basic-RX-path-UDP.patch. - Refresh patches.suse/0009-ovpn-implement-packet-processing.patch. - Refresh patches.suse/0010-ovpn-store-tunnel-and-transport-statistics.patch. - Refresh patches.suse/0011-ovpn-implement-TCP-transport.patch. - Refresh patches.suse/0012-skb-implement-skb_send_sock_locked_with_flags.patch. - Refresh patches.suse/0013-ovpn-add-support-for-MSG_NOSIGNAL-in-tcp_sendmsg.patch. - Refresh patches.suse/0014-ovpn-implement-multi-peer-support.patch. - Refresh patches.suse/0015-ovpn-implement-peer-lookup-logic.patch. - Refresh patches.suse/0016-ovpn-implement-keepalive-mechanism.patch. - Refresh patches.suse/0017-ovpn-add-support-for-updating-local-or-remote-UDP-en.patch. - Refresh patches.suse/0018-ovpn-implement-peer-add-get-dump-delete-via-netlink.patch. - Refresh patches.suse/0019-ovpn-implement-key-add-get-del-swap-via-netlink.patch. - Refresh patches.suse/0020-ovpn-kill-key-and-notify-userspace-in-case-of-IV-exh.patch. - Refresh patches.suse/0021-ovpn-notify-userspace-when-a-peer-is-deleted.patch. - Refresh patches.suse/0022-ovpn-add-basic-ethtool-support.patch. - Refresh patches.suse/0023-testing-selftests-add-test-tool-and-scripts-for-ovpn.patch. Update to latest snapshot. - commit 21b612d - Linux 6.14.1 (bsc#1012628). - serial: 8250_dma: terminate correct DMA in tx_dma_flush() (bsc#1012628). - serial: stm32: do not deassert RS485 RTS GPIO prematurely (bsc#1012628). - perf tools: Fix up some comments and code to properly use the event_source bus (bsc#1012628). - memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove (bsc#1012628). - usb: xhci: Apply the link chain quirk on NEC isoc endpoints (bsc#1012628). - usb: xhci: Don't skip on Stopped - Length Invalid (bsc#1012628). - net: usb: usbnet: restore usb%d name exception for local mac addresses (bsc#1012628). - net: usb: qmi_wwan: add Telit Cinterion FE990B composition (bsc#1012628). - net: usb: qmi_wwan: add Telit Cinterion FN990B composition (bsc#1012628). - tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers (bsc#1012628). - tty: serial: 8250: Add Brainboxes XC devices (bsc#1012628). - tty: serial: 8250: Add some more device IDs (bsc#1012628). - counter: microchip-tcb-capture: Fix undefined counter channel state on probe (bsc#1012628). - counter: stm32-lptimer-cnt: fix error handling when enabling (bsc#1012628). - ALSA: hda/realtek: Bass speaker fixup for ASUS UM5606KA (bsc#1012628). - ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx (bsc#1012628). - netfilter: socket: Lookup orig tuple for IPv6 SNAT (bsc#1012628). - cgroup/rstat: Fix forceidle time in cpu.stat (bsc#1012628). - atm: Fix NULL pointer dereference (bsc#1012628). - HID: hid-plantronics: Add mic mute mapping and generalize quirks (bsc#1012628). - ALSA: usb-audio: Add quirk for Plantronics headsets to fix control names (bsc#1012628). - commit ca98696 ++++ koi: - Update to 0.5 * Minor under-the-hood changes/improvements * Fix style option reset bug in preferences * [BUG] Not all Kvantum themes are showing in Koi * Added DBus interface for changing light/dark mode * Several memory leak fixes; and does not start Krunner as a child process anymore * Chore: Removes QTest as dependency; adds QThread function * Do not start scheduler function/feature when there is no schedule defined ++++ qt6-tools: - Fix desktop files ++++ libqt6xdg: - Add: 35ce74f1510a9f41b2aff82fd1eda63014c3fe2b.patch (gh#lxqt/libqtxdg#311) * Adapts to changes in Qt > 6.8 Private Headers - Remove Group: Declarations, no longer used - Add %check section ++++ libgepub: - Update to version 0.7.3: + Fix integer overflow in gepub-archive + Install missing config.h and gepub-widget.h ++++ lkl: - Merge opensuse-kernel/SLE15-SP6 37a5caec47e9 - lkl: Define symbols for string utilities - Fix OUTPUT environment variable for LKL build. - lkl: hijack: move dbg.c code into dbg_handler.c - lkl: hijack: move dbg_handler out of liblkl - lkl: Remove the stat symbol hijack - Add LKL arch implementation of memmove. - lkl: fix zpoline runtime issue missing libgcc_s.so - lkl: fix install headers issue on Windows - lkl: add android/binder.h and mman.h to headers_install * Rebase without pulling in binder fuzzer and MMU features - lkl: fix windows python issue (freeze_support) ++++ mozjs128: - Update to version 128.9.0: + CVE-2025-3028, CVE-2025-3029, CVE-2025-3030. ++++ ncurses: - Add ncurses patch 20250405 + improve formatting/style of manpages (patches by Branden Robinson). + improve infocmp -E/-e fallback feature (report by Ville Rissanen): + prefix names with "ti_" if they begin with a digit, e.g., 9term + escape backslashes and double-quotes in description fields + modify infocmp -E/-e fallback feature to reduce stricter compiler warnings for the extended capability data. + add sclp -TD + add op to vt525 -TD + update contour -TD - The new sclp terminfo description entry if for s390 sclp terminal lines - Correct offsets of patches * ncurses-6.4.dif * ncurses-6.5-ghostty.dif - Modify patch ncurses-5.9-ibm327x.dif * Make use of dumb ++++ noopenh264: - Adjust to make it work for openSUSE's packaging model ++++ poppler: - version update to 25.04.0 core: * Properly verify adbe.pkcs7.sha1 signatures * Improve errors on signing failure * Allow empty outline titles * Fix error in Distinguished Name parsing * Fix build with Android API < 29 * Fix parsing Level PG document string * Internal code improvements * Fix crashes in malformed documents utils: * pdfcairo: Fix document unit for SVG output cpp: * Add document::form_type * Add document::has_javascript build system: * cmake: Use modern Python3 cmake module - fixes CVE-2025-32365 [bsc#1240881] CVE-2025-32364 [bsc#1240880] ++++ poppler-qt5: - version update to 25.04.0 core: * Properly verify adbe.pkcs7.sha1 signatures * Improve errors on signing failure * Allow empty outline titles * Fix error in Distinguished Name parsing * Fix build with Android API < 29 * Fix parsing Level PG document string * Internal code improvements * Fix crashes in malformed documents utils: * pdfcairo: Fix document unit for SVG output cpp: * Add document::form_type * Add document::has_javascript build system: * cmake: Use modern Python3 cmake module - fixes CVE-2025-32365 [bsc#1240881] CVE-2025-32364 [bsc#1240880] ++++ poppler-qt6: - version update to 25.04.0 core: * Properly verify adbe.pkcs7.sha1 signatures * Improve errors on signing failure * Allow empty outline titles * Fix error in Distinguished Name parsing * Fix build with Android API < 29 * Fix parsing Level PG document string * Internal code improvements * Fix crashes in malformed documents utils: * pdfcairo: Fix document unit for SVG output cpp: * Add document::form_type * Add document::has_javascript build system: * cmake: Use modern Python3 cmake module - fixes CVE-2025-32365 [bsc#1240881] CVE-2025-32364 [bsc#1240880] ++++ slang: - Drop pcre module, it hasn't been ported to pcre2 yet. ++++ xmlrpc-c: - add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on Leap 15.6 ++++ linuxrc-devtools: - merge gh#openSUSE/linuxrc-devtools#35 - adjust to osc api change - 1.5 ++++ man: - Modify patch man-db-2.6.3-listall.dif * If a section is specified do not show the list (boo#1240874) * Wait 15 seconds instead of 7 instead for a choice * Explicit mention `export' instead of `set' for MAN_POSIXLY_CORRECT ++++ melange: - Update to version 0.23.5: * rebuild: support passing --signing-key (#1890) ++++ mercurial: - Mercurial 7.0.1 This upgrade is long overdue and fixes a security vulnerability transitive from `zstd` itself. * vendor: upgrade to python-zstandard 0.23.0 ++++ mesheryctl: - update to 0.8.55: * General - Fix: Dry run for un-deploy not working @souvikinator (#13836) - update meshsync and meshkit @amitamrutiya (#14192) * Meshery CLI - fix(ci): update golangci-lint version and go to 1.24 @lekaf974 (#14251) - refactor: mesheryctl model command using fetch and list @lekaf974 (#14171) - fix(mesheryctl): prevent panic to raised @lekaf974 (#14169) - update model and component csv files @amitamrutiya (#14207) - fix(mesheryctl-model): parse model.Category.Name as a string to fix b… @lekaf974 (#14196) * Maintenance - fix: fix logout test flakiness @ianrwhitney (#14301) - fix(ci): update golangci-lint version and go to 1.24 @lekaf974 (#14251) - Fix: Optimize Playwright Test Performance in CI/CD @vr-varad (#14195) - [Chore] Dockerfile alpine and glibc update @theBeginner86 (#14242) - Bump github.com/meshery/schemas from 0.8.5 to 0.8.6 @dependabot (#14211) - Bump @babel/eslint-parser from 7.26.8 to 7.27.0 in /provider-ui @dependabot (#14221) - Bump next from 13.5.8 to 15.2.4 in /provider-ui @dependabot (#14219) - feat: added permissions to gh action @ianrwhitney (#14197) * Documentation - Update CLI/UI test contribution docs with Sheet Views @Atharv-16 (#14184) - [Docs] Update contributing-schemas.md @miacycle (#14247) - fix(mesheryctl): prevent panic to raised @lekaf974 (#14169) - docs: add test implementation section in cli e2e contribution guide @lekaf974 (#14106) - feat: add test report to docs site @ianrwhitney (#14198) * Security - [Chore] Bump the containerd version @thealberto (#14250) - [Dependency] Update Go version from 1.21 to 1.23 in go.mod @ritzorama (#14244) ++++ myrlyn: - Update to version 0.9.3: * Change log and version bump * Version bump to 0.9.3 * No ellipsis * Don't need root privileges anymore for a solver test case * Improved generating a resolver test case * Inform user about post-trans scripts * Fixed margins * More reliable file conflict progress dialog closing * Indentation * Get rid of leftover file conflicts dialog * Don't show automatic pkg changes popup if the user sees them in the main window already * Enabled package metadata translations (Closes #3) * Use the more reliable server * Require Qt 6.5 * Typo / wording * Intercept Ctrl+Left / Ctrl+Right (Closes #84) * Migrated remnants of the old logger to the new one * Log duration of pkg update / dist upgrade * Removed redundant include * Don't consider protected packages as updatable * Handle unexpected pkg states when marking leftovers * Slight wording changes * Show pkg/dist update success or failure with an icon * New icons: Sad and sick smiley * Log the used fonts * Use a dedicated heading font * Instant feedback when needing to quit from repo config * Consistency ++++ nano: - GNU nano 8.4: * Bracketed pastes over a slow connection are more reliable * Tabs in an external paste at a prompt are not dropped * Feedback occurs when the cursor sits on a Byte Order Mark * The Execute prompt is more forgiving of a typo ++++ ouch: - Update to 0.6.0: New Features: * Add multithreading support for zstd compression #689 * Add bzip3 support #522 * Add --remove flag for decompression subcommand to remove files after successful decompression #757 * Add br (Brotli) support #765 * Add rename option in overwrite menu #779 Bug Fixes: * Fix output corrupted on parallel decompression #642 * Tweaks: * CI refactor #578 * Use a more unique name for temporary decompression path #725 * Run clippy for tests too #738 Improvements: * Fix logging IO bottleneck #642 * Support decompression over stdin #692 * Make --format more forgiving with the formatting of the provided format #519 * Use buffered writer for list output #764 * Disable smart unpack when --dir flag is provided in decompress command #782 ++++ patterns-gnome: - Adaptation for SLES16: * Disable gnome_x11, gnome_multimedia and enable gnome_internet patterns * Always recommends NetworkManager and gnome_internet pattern. * no longer recommends gnome-shell-classic, pidgin, planner, totem packages and gnome_imaging, office and x11_yast patterns. * switch from gnome-terminal to GNOME Console * switch from gedit to GNOME Text Editor * switch from evince to Papers - Hardcode adobe-sourcecodepro and adwaita fonts to ensure always have default fonts installed, when recommends are disabled - No longer recommends gnome-desktop ++++ polkit-default-privs: - Update to version 1550+20250407.fdb02a6: * profiles: power-profiles-daemon (bsc#1240862) * build(deps): bump actions/checkout from 3 to 4 * Add dependabot checks for Github actions * Add flake8 CI workflow ++++ postgresql14-timescaledb: - Update to version 2.19.2 https://github.com/timescale/timescaledb/releases/tag/2.19.2 ++++ postgresql15-timescaledb: - Update to version 2.19.2 https://github.com/timescale/timescaledb/releases/tag/2.19.2 ++++ postgresql16-timescaledb: - Update to version 2.19.2 https://github.com/timescale/timescaledb/releases/tag/2.19.2 ++++ postgresql17-timescaledb: - Update to version 2.19.2 https://github.com/timescale/timescaledb/releases/tag/2.19.2 ++++ python-Django: - Update to 5.2 * Django 5.2 is designated as a long-term support release. It will receive security updates for at least three years after its release. * Django 5.2 supports Python 3.10, 3.11, 3.12, and 3.13. * * What’s new in Django 5.2 ** * Automatic models import in the shell * Composite Primary Keys * Simplified override of BoundField * ... and many more smaller features * * Backwards incompatible changes in 5.2 ** * Database backend API changes * Dropped support for PostgreSQL 13 * Changed MySQL connection character set default * ... and more, see upstream changelog * * Features deprecated in 5.2 ** * The all argument for the django.contrib.staticfiles.finders.find() function is deprecated in favor of the find_all argument. * The ordering keyword argument of the PostgreSQL specific aggregation functions is deprecated in favor of the order_by argument. - Update to 5.1.8 * CVE-2025-27556: Potential denial-of-service vulnerability in LoginView, LogoutView, and set_language() on Windows * Fixed a regression in Django 5.1.7 where the removal of the single_object parameter unintentionally altered the signature and return type of LogEntryManager.log_actions() ++++ python-aioresponses: - Update to 0.7.8 * feat: integer repeat * fix: case repeat=1 * docs: elaborate on meaning in documentation of repeat argument * use ClientSession base_url and headers * Refactor usage of session base_url and headers * Add tests for base_url and headers from session * Add __repr__ to RequestMatch * Upgrade yarl to be compatible with Python 3.12 * fix: review suggestion * fix: fix test * fix: added condition on py3.8 while supporting ClientSession.base_url * fix: flake8 - from version 0.7.7 * added passthrough_unmatched flag for aioresponses class * test for passing unmatched requests * add a readme description about passthrough_unmatched flag * feat: support raise_for_status as callable * Add packaging to requirements.txt * Update ``__version__`` to latest released version * Fix compat with aiohttp 3.11.0+ * fix: invalid rst code - Add test_pass_through_unmatched_requests to skipped tests - Update Requires from requirements.txt ++++ python-aws-sam-translator: - Update to version 1.96.0 * chore(schema): update by @github-actions in (#3711) * Merge main to develop by @mbfreder in (#3724) * feat: skipping test if Layers is not available by @Vandita2020 in (#3727) * chore(deps): bump aws-actions/closed-issue-message from 1 to 2 by @dependabot in (#3712) * chore(schema): update by @github-actions in (#3725) * fix(lambda): correcting tests by @Vandita2020 in (#3733) * feat: custom domain name support for private endpoints by @Vandita2020 in (#3719) * fix: BasePath not included in AWS::ApiGateway::BasePathMapping when defined as ["/"] by @mbfreder in (#3740) * chore(schema): update by @github-actions in (#3739) ++++ python-copr: - Update to 2.1 * doc: Remove a non existent parameter from docstring * Drop six dependency - Update Requires from setup.py - Use Python 3.11 on SLE-15 by default ++++ python-copr-cli: - update to 2.1 * python, cli: drop six dependency * pylint: fix old import errors that appear as new * cli: add workaround for redirect download with accept list ++++ python-dnslib: - Update to 0.9.26 * Implement matchWildcard (Issue #72) - Limit Python files matched in %files section - 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 - Switch package to modern Python Stack on SLE-15 * Use Python 3.11 on SLE-15 by default * Drop support for older Python versions ++++ python-docx2txt: - Update to 0.9 * Updates to setup.cfg file ++++ python-elastic-transport: - Update to 8.17.1 * Ensure compatibility with httpx v0.28.0+ (#222) * Add missing NOTICE file (#229) ++++ python-eventlet: - Update to 0.39.1 * [fix] Make LightQueue and derivatives subscriptable (#1027) ++++ python-huey: - Update to 2.5.3 * Add support for a new `SIGNAL_ENQUEUED`. * Use `FOR UPDATE SKIP LOCKED` when supported by the database in the `sql_huey` storage engine. ++++ python-isort: - Update to 6.0.1 * fix multi_line_output_modes docs (#2096) @xinydev * Ruff rules PT for pytest (#2372) @cclauss * Ruff rules B017, B028, and E203 (#2371) @cclauss * Lint Python code with ruff (#2359) @cclauss * Fix test_find_imports_in_file_error failing on Windows (#2369) @kobarity * Move flake8 settings into pyproject.toml (#2360) @cclauss * Upgrade to uv>=0.6.0 and enable-cache (#2364) @cclauss * Apply some ruff rules (#2353) @cclauss * Add OSError handling in find_imports_in_file (#2331) @kobarity * Link GH as changelog (#2354) @staticdev - Update to 6.0.0 * Remove support for Python 3.8 (#2327) @DanielNoord * Python 3.13 support (#2306) @mayty * Updates round 3 (#2334) @matthewhughes934 * Speed up exists_case_sensitive calls (#2264) @correctmost * nit: Fix deprecation message link (#2220) @syou6162 * Ensure that split_on_trailing_comma works with as imports (#2340) @DanielNoord * Black profile: enable magic comma (#2236) @MrMino * Fix google style test (#2336) @DanielNoord * Update line_length and single_line_exclusions in google profile (#2149) @jagapiou * Updates round 2 (#2329) @matthewhughes934 * Dependency updates round 1 (#2325) @matthewhughes934 * Run pre-commit autoupdate (#2321) @kurtmckee * Allow --diff to be used with --jobs (#2302) @mnakama * wemake has 80 chars hard limit, not 79 (#2241) @sobolevn * Fix errors on main (#2320) @DanielNoord * Fixed syntax error (#2289) @Sergio-prog * fix: typo (#2298) @Rotzbua * Fix sort_reexports code mangling (#2283) @Helveg * fix: correct group by package tokenization (#2136) @glasnt * Fix isort-action usage documentation (#2297) @jamescurtin * Fix CDN for Ace (#2127) @abitrolly * Fix help text (#2229) @stweil * docs: fix spelling mistake (#2249) @cachho * Bump poetry to 2.0.1 (#2341) @DanielNoord * Fix misc unsafe dependencies (#2345) @staticdev * Bump the github-actions group across 1 directory with 5 updates (#2324) @dependabot[bot] * Bump gitpython from 3.1.40 to 3.1.41 (#2223) @dependabot[bot] * Bump jinja2 from 3.1.2 to 3.1.3 (#2224) @dependabot[bot] - drop support-pytest-8.patch, merged upstream - change source url back to pypi, tests are now included - update build-requirements - add fix-typo.patch to fix tests ++++ python-mistune: - Update to 3.1.3 * Announce support for python 3.12 and 3.13 - by @lepture (ff831) ++++ python-oci-sdk: - Update to version 2.149.2 * Support for the Lustre File service * Support for machine learning applications in the Data Science service * Support for action endpoints to export and import configurations in the Application Performance Monitoring service * Support for ECPU (Elastic Compute Unit) compute model based warehouses in the Operations insights service - from version 2.149.1 * Support for agent platforms and Retrieval Augmented Generation (RAG) agents in the Generative AI Agent service * Support for knowledge based metadata summaries in the Generative AI Agent service * Support for create and update operations on onboard configurations in the Stack Monitoring service * Support for automatic activation of the management agents on compute instance launch in the Stack Monitoring service * Support for importing collectd resources in the Stack Monitoring service * Support for updating the handler configurations for collected resources in Stack Monitoring service * Support for monitored resource types based on source type and resource category in the Stack Monitoring service * Support for adding tags in maintenance windows in the Stack Monitoring service * Support for host API feature in the Compute service - from version 2.149.0 * Support for Managed Services for Mac service * Support for scheduling customer-initiated backups in the GoldenGate service * Support for GPU memory clusters and fabrics in the Compute service * The properties `ip_anycast_id` and `monitor_ip` were removed from the models `CreateByoipRangeDetails` and `UpdateByoipRangeDetails` in the Compute service - from version 2.148.0 * Support for pipelines in the OpenSearch service * Support for uploading and downloading the model metadata artifacts in the Data Science service * Support for model references via native API in the Data Science service * Support for scheduling cross-region database backups in the HeatWave service * Support for specifying backup retention days for manual cross-region backups in the HeatWave service * Support for IPv6 addresses for dedicated infrastructure in the Database service * Support for NewDev edition for the development community in the Database service * Support for grouping sensitive types across the tenancies and reuse of groups in the discovery workflow in the Data Safe service * Support for generating custom assessment reports in the Data Safe service * The properties `max_memory_gb`, `max_ocpu_count`, `min_memory_gb`, `min_ocpu_count` were removed from the models `CreateOpensearchClusterPipelineDetails`, `OpensearchClusterPipeline`, `OpensearchClusterPipelineSummary`, and `UpdateOpensearchClusterPipelineDetails` in the OpenSearch service * The property `system_tags` was removed from the model `CreateOpensearchClusterPipelineDetails` in the OpenSearch service * The models `OpensearchPipelineValidationResponse`, `ValidateOpensearchPipelineDetails`, and `PipelineValidationErrorDetails` were removed in the OpenSearch service - from version 2.147.0 * Support for user quotas on file system resources in the File Storage service * Support for long term retention backups in the Autonomous Recovery service * Support for Cross Region Replication(CRR) in the PostgreSQL service * Support for subscriptions and cluster placement groups on exascale infrastructure in the Database service * Support for multiple standby databases for autonomous dataguard associations in the Database service * Support for major version upgrade of clusters in the OpenSearch service * Support for Customer Service Identifier(CSI) number in list assigned subscriptions response in the Organizations service * Operation `create_subscription_mapping_and_wait_for_state` waits on `SubscriptionMapping.lifecycle_state` instead of `WorkRequest` in the Organizations service - from version 2.146.0 * Support for Database Lifecycle Management service * Support for Valkey cluster creation and Valkey migration in the OCI Cache service * Support for Dataflow Steps and Storage Mounts in Pipelines in the Data Science service * Support for Bring Your Own DKIM Keys in the Email Delivery service * Support for OpenId Connect Multi Authentication command in the OCI Kubernetes Engine service * Support for security attributes for Load Balancer resource in the Load Balancer service * Support for reservation of private IP addresses in the Networking service * Support for additional configuration parameters in the HeatWave service * Support for private and 3rd party software repositories, and rebooting of instances in the OS Management service * The property `zpr_tags` was removed from models `UpdateLoadBalancerDetails`, `CreateLoadBalancerDetails` and `LoadBalancer` in the Load Balancer service * The models `CreateContainerCommandHealthCheckDetails` and `ContainerCommandHealthCheck` were removed in the Container Instances service * The allowed value `COMMAND` was removed from the property `health_check_type` in the models `ContainerHealthCheckType`, `ContainerHttpHealthCheck` and `ContainerTcpHealthCheck` in the Container Instances service ++++ python-pdfminer.six: - Update to 20250327: * Added + Support for Python 3.13 + Support for zipped jpeg's + Fuzzing harnesses for integration into Google's OSS-Fuzz + Support for setuptools-git-versioning version 2.0.0 * Changed + Reduce memory overhead on runlength encoding by using lists + Using pyproject.toml instead of setup.py + Updated Python 3.7 syntax to 3.8 + Updated all Python version specifications to a minimum of 3.8 + Using absolute instead of relative imports + Using standard library functions for ascii85 and asciihex * Fixed + TypeError when CID character widths are not parseable as floats + TypeError raised by extract_text method with compressed PDF file + PSBaseParser can't handle tokens split across end of buffer + TypeError when CropBox is an indirect object reference + Remove redundant line to be able to recognize rectangles + Support indirect objects for filters + Make sure bytes is bytes where it counts + TypeError when corrupt PDF object reference cannot be parsed as int + TypeError when corrupt PDF literal cannot be converted to str + ValueError when corrupt PDF specifies a negative xref location + ValueError when corrupt PDF specifies an invalid mediabox + RecursionError when corrupt PDF specifies a recursive /Pages object + TypeError when corrupt PDF specifies text-positioning operators with invalid values + inline image parsing fails when stream data contains "EI\n" + TypeError when parsing object reference as mediabox + Resolving mediabox and pdffont + Keywords that aren't terminated by the pattern END_KEYWORD before end-of-stream are parsed + ValueError wrong error message when specifying codec for text output + Resolve stream filter parameters + Reading cmap's with whitespace in the name + Optimize apply_png_predictor by using lists * Deprecated + The third argument (generation number) to PDFObjRef * Removed + Support for Python 3.8 + Deprecated tools, functions and classes ++++ python-pecan: - Update to 1.6.0 * address a few deprecation warnings * update doc to address upcoming setuptools deprecation * remove the colorlog dependency - Use Python 3.11 on SLE-15 by default ++++ qt6-tools-docs: - Fix desktop files ++++ riff: - Update to 3.3.10: * Enable highlighting differences in ANSI styled text files. ++++ sdbootutil: - Update to version 1+git20250407.f84e1da: * Drop PCR2 if in virtual machine * Add have_slot function * Get boot time from /proc/stat (boo#1240851) ++++ selinux-policy: - Add ugly workaround for semodule removal issues (bsc#1221342 bsc#1238062 bsc#1230643 bsc#1230938) Can be dropped when PED-12491 is done. ++++ semaphore: - Update to version 2.13.10: * Bugfixes - Layout issues - Update to version 2.13.9: * Null pointer on Template page - Update to version 2.13.8: * Bugfixes - Template form layout and text ++++ shadowsocks-rust: - Update version to 1.23.0 * local-fake-dns switched storage engine from sled to rocksdb, users should delete the old database file and let sslocal recreate it ageain * refactor: change error handling to be strongly-typed * fix: mips-* reenabled, moka automatically switches to a fallback impl for AtomicU64 ++++ sslh: - Update to 2.2.1: * Fix compilation when libproxyprotocol is not present - Update to 2.2.0: * Add a boolean setting "is_unix" for listen and protocol entries. This will use the 'host' setting as a path name to a socket file, and connections (listening or connecting) will be performed on Unix socket instead of Internet sockets. * Support HAProxy's proxyprotocol on the backend server side. * Lots of documentation about a new, simpler way to perform transparent proxying. * New "verbose" option that overrides all other verbose settings. ++++ supergfxctl: - Revert changes about `nvidia-persistenced` cause `nvidia-compute-G06` requires it. ++++ tcl: - Version 8.6.16: * [02d5d6] unneeded path normalization * [cfdf80] zlib stream returns negative checksums * [2c237b] regression in tzdata, %z instead of offset TZ-name * [43c94f] Tcl will not start properly if there is an init.tcl file in the current dir * [f2b5f8] clock scan of leapsecond: wrong result * [0b809c] Segfault in TclOO with coroutines ++++ trufflehog: - Update to version 3.88.23: * Make verification cache detector type-aware (#4009) - Update to version 3.88.22: * Added logging for Postman API response headers (#4007) - Update to version 3.88.21: * fix(deps): update aws-sdk-go-v2 monorepo (#4011) * fix(deps): update module github.com/xanzy/go-gitlab to v0.115.0 (#3755) * [Feat] Detector implementation for Azure API Management Repository key (#3955) * [Feat] Added Figma (PAT) Analyzer (#3974) * chore(deps): update dependency go (#3958) * Added a rate limiter for getting the overall list of Postman workspaces (#4002) ++++ vale: - Update to version 3.11.2: * fix: adjust comment offset * refactor: improve front matter error messages * test: add case for `IgnoredScopes` - Update to version 3.11.1: * fix: don't error on duplicate fields ++++ valijson: - Update to version 1.0.5: * Issues fixed in this release: - Add 'schema_cache.hpp' to bundle script (@gema-mx) - Fixed issues with running ci-fuzz on push and PRs - Changes to make property tree adapter compile with C++17 * - Other changes include: - Enable C++17; use built-in CMake support for locating Poco - Test suite builds now assume that a C++14 compiler is available - Bump minimum CMake version ++++ yast2-trans: - Update to version 84.87.20250406.517e66caa5: * Translated using Weblate (Spanish) * Translated using Weblate (Spanish) * Translated using Weblate (Spanish) * Translated using Weblate (Spanish) * Translated using Weblate (Spanish) * Translated using Weblate (Spanish) * Translated using Weblate (Spanish) * Translated using Weblate (Spanish) * Translated using Weblate (Spanish) * Translated using Weblate (Spanish) * New POT for text domain 'storage'. * Translated using Weblate (Esperanto) ------------------------------------------------------------------ ------------------ 2025-4-6 - Apr 6 2025 ------------------- ------------------------------------------------------------------ ++++ Fragments: - Exclude s390x arch as a buildtarget, fails to build. ++++ Mesa: - Update to release 25.0.3 - -> https://docs.mesa3d.org/relnotes/25.0.3 ++++ Mesa-drivers: - Update to release 25.0.3 - -> https://docs.mesa3d.org/relnotes/25.0.3 ++++ MozillaFirefox: - Migrate from deprecated %suse_update_desktop_file to %translate_suse_desktop. (boo#1158957) - MozillaFirefox.desktop fixes done during the migration to translate-suse-desktop: * Remove English text from Burmese translation. * Import translations from mis-named languages from MozillaFirefox.desktop and move them to correct language codes. * Remove en_GB translation that contains no real contents. ++++ alex: - Update alex to version 3.5.3.0. [#]# Changes in 3.5.3.0 * Fix critical bug in automaton minimizer ([PR #270](https://github.com/haskell/alex/pull/270)), thanks Antoine Leblanc! * Tested with GHC 8.0 - 9.12.2. _Andreas Abel, 2025-04-06_ ++++ astyle: - update to 3.6.8: * Adjust --break-blocks to break structs and functions only with all option * Fix space between pointer references with --align-pointer=type * Define <<< and >>> operators for Java only * Fix indentation of class modifiers within structs * Fix parsing of nested structs * Another approach to fix interpretation of closing nested templates as operator * Fix indent of multiline strings with macros - update to 3.6.7: * Add --error-on-changes option * Prevent --squeeze-ws of removing whitespace before comments * Adjust --pad-include to ignore macros in include directives * Adjust --pad-include section in the docs * Fix interpretation of closing nested templates as operator * Use standard filesystem API to retrieve absolute file paths * Add operator --preserve-ws * Disable --unpad-paren in structs for leading whitespace * Do not remove space after opening parens and align-pointer=type * Fix issue with --pad-oper and *= operand - update to 3.6.6: * Fix indent after assignment operators (correct cause) * Adjust delete-empty-lines feature description - update to 3.6.5: * Add option --accept-empty-list * Fix indent regression due to method extraction * Fix indent in blocks after assignment operators * Fix indent of multi line strings after preprocessor or comment sections * Fix indent after assignment operators * Fix --align-pointer=middle with existing whitespace - update to 3.6.4: * Fix indent of brace initializers within constructor init list * Improve indent of continued string literals * Fix space after opening paren for GSC * Update astyle.html layout * Add deprecation hint for --html * Update install docs * Delete old IDE project files * Move build/cmake scripts content into main CMakeLists.txt - update to 3.6.3: * Fix indent after single open parenthesis * Fix padding of operator char * methods * Fix padding of user defined type cast * Fix bitfield line break with macros * Fix GSC modulo padding * Removed flawed option --add-braces=nested * Reverted alignment of user defined types using --align-pointer - update to 3.6.1: * Fix setting of --pad-negation and --pad-include options * Fix --pad-include with UTF-8 BOM * Improve multiplication recognition with --align-pointer=type * Improve --align-pointer=type after parens and brackets * Removed VMS compilation options * Updated JNI interface to use Arduino IDE conventions - update to 3.6: * Fix crash concerning macro continuation * Fix GSC comment recognition * Add option --pad-include * Combined GHC and GSC style options * Improve combination of --align-pointer=type and --pad-oper * Improve multiplication recognition with --align-pointer=type * Update compiler options in build files * Fix indent of assignments within macros - update to 3.5: * Add option --pad-negation * Apply align-pointer=type only if type is present * Avoid deletion of empty lines after continuation * Fix alignment of logical AND operators * Fix recognition of Java/C# multi line strings - update to 3.4.16: * Fix padding of scientific notation literals (#570) * Fix of reference args alignment - update to 3.4.15: * Fix parsing of floating point literals (#566) * Fix "--break-block" handling of class and function blocks (#569) * Fix "--align-pointer=type" option for all types in lambda parameter lists * Fix padding of lambda capture with align-pointer option * Exclude files ending with backup suffix from input file names list (#560) - update to 3.4.14: * Fix split references with "-k1" option (#565) * Fix "--align-pointer=type" option for fundamental types in lambda parameter lists * Fix "--indent-after-parens" indent count ++++ bluez: - to fix gcc-15 compile time errors, add bluez-5.79-c23.patch (from gentoo) and bluez-5.79-stdarg.patch ++++ breezy: - Update to 3.3.11: * Drop static tuple. This is breaking Python 3.13 support, Python has made improvements to tuples that should reduce the need for this. We're also moving performance-critical code to rust in the future. (#2102194, Jelmer Vernooij) * Fix timezone handling, avoid looking up timezone. (#2103478, Jelmer Vernooij) * Drop unused ``simple_set`` extension. (Jelmer Vernooij) - Update to 3.3.10: * Breezy itself is now hosted on GitHub - https://github.com/breezy-team/breezy. (Jelmer Vernooij) * Bump PyO3 to 0.23. (Jelmer Vernooij) * Add support for Python 3.13. (Jelmer Vernooij, #2102194) ++++ clazy: - Add patches: * clazy-llvm20.patch * clazy-llvm20_2.patch ++++ ddnet: - Add BuildRequires pkgconfig(gl), pkgconfig(glu) ++++ ell: - Update to release 0.76 * Add support for NIST P-192/224/521 curve usage with ECDH, SHA-224-based checksums and HMACs. * Add support for SHA-3 series of hashing algorithms. * Add support for converting OID octets to strings. ++++ geany-plugins: - Add pkgconfig(vte-2.91) BuildRequries, build debug, scope plugins and vte support. - Clean out old no longer needed conditionals, defines and comments. Use ldconfig_scriptlets macro for post(un) handling. ++++ ghc-encoding: - Update encoding to version 0.10.1. Changes from 0.10 to 0.10.1 - -------------------------- * Allow ghc-prim-0.12. ++++ v2ray-core: - Update version to 5.29.3 * Enable restricted mode load for http protocol client * Correctly implement QUIC sniffer when handling multiple initial packets * Fix unreleased cache buffer in QUIC sniffing * A temporary testing fix for the buffer corruption issue * QUIC Sniffer Restructure ++++ gtranslator: - Drop pkgconfig(libdazzle-1.0) BuildRequires: No longer needed, nor used. ++++ include-what-you-use: - Update to version 0.24, update LLVM/Clang to version 20. * Improve handling of type traits. * Improve type analysis for some edge cases. * Improve libstdc++ mappings. * Implement --quoted_includes_first. - Rebase iwyu_include_picker.patch. ++++ iwd: - Update to version 3.6 * Fix issue with handling blacklisting and roaming requests. * Fix issue with handling CQM thresholds for FullMAC devices. * Add support for PMKSA when using FullMAC devices. version 3.5: * Add support for option to disable blacklist handling. * Add support for option to disable SAE for broken drivers. ++++ kaidan: - Update to 0.12.2 https://www.kaidan.im/2025/03/30/kaidan-0.12.2/ - Drop patch: * drop_quick_compiler_option.patch ++++ klevernotes: - Update to 1.2.1 * Remove the requirement for the storage name (no longer need to be "klevernotes") * Fix code block rendering issue with HTML tag * Fix todos saving * Allow items to be moved to the storage root ++++ libconfig: - add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on Leap 15.6 ++++ inih: - Update to version 59 * INIReader: change variable visibility from private to protected * Add preprocessor exclusions when INI_ALLOW_MULTILINE=0 * Add INIReader Sections and Keys methods * If a line is longer than INI_MAX_LINE, consume input up to next newline * Performance improvements - Add service file to download source. ++++ marisa: - no consumer for perl/ruby/python3 bindings, bcond_with them ++++ librime: - refactor librime-boost166.patch * leap 15.6's gcc7 has no support, and -lstdc++fs does not work, port to , to avoid runtime segfault ++++ libstorage-ng: - Translated using Weblate (Spanish) (bsc#1149754) - 4.5.247 ++++ subversion: - add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on Leap 15.6 ++++ vde2: - add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on Leap 15.6 ++++ nvim-lspconfig: - update to 1.8.0: * fix!: remove lua as root marker * fix(rust_analyzer): fix broken rust analyzer link * fix(sourcekit): use textDocument/diagnostic over publishDiagnostics * refactor(docgen): use vim.text.indent() * fix(docgen): root_dir doc shows paths from CI env * Update bacon_ls.lua to reflect new configuration * chore(bazelrc_lsp): Invoke lsp subcommand explicitly * fix(postgresql_lsp): update command to use lsp-proxy argument * gleam: fix broken installation description * feat: add systemd-language-server * fix: rename systemd-language-server to systemd_ls * Chore and doc tweaks to QML-related LSPs * feat: muon * fix(tailwindcss): improved tailwindcss detection * fix(ltex_plus): add latex to enabled settings * feat: postgrestools * fix(biome): improved biomejs detection * fix(golangci-lint): fix typo in commang argument * feat: alias :LspInfo to :checkhealth vim.lsp * feat: vectorcode-server * fix(golangci-lint): disable stats in json output * fix: ":checkhealth lspconfig" fails on Nvim 0.11 * fix(postgres_lsp): re-enable single file support * Update wgsl-analyzer docs to correct install instructions * fix(sourcekit): URL & add dynamic reg. for didChangeWatchedFiles * fix(docgen): regenerate configs.txt with correct :help format * fix(docgen): :help (vimdoc) format * feat(ada_ls): update documentation and support alire.toml files * fix(tblgen): find tablegen_compile_commands.yml * feat(svelte): command to migrate to svelte 5 * feat: add just language server configuration ++++ power-profiles-daemon: - Update to version 0.30 (boo#1240862): * Add support for configuring actions to be enabled or disabled over dbus: - Actions can be listed via `powerprofilesctl list-actions` - These can be controlled via `powerprofilesctl configure-action` * Add support for configuring whether PPD reacts to battery/AC charger events: - It can be queried and controlled via: `powerprofilesctl query-battery-aware` and `powerprofilesctl configure-battery-aware` * Add better better compatibility with kernel 6.14. ++++ python-astropy-iers-data: - Update to 0.2025.3.31.0.36.18 * Update IERS Earth rotation and leap second tables ++++ python-ldapdomaindump: - Update to version 0.10.0 * Add servicePrincipalName to output. * Fix functions descriptions. * Drop future requirement, require Python 3.6+. - Drop patch: * remove-future-requirement.patch - Add patch: * 73.patch ++++ python-photutils: - Update to 2.2.0 [#]# New Features [#]## photutils.aperture * Add an aperture_to_region function to convert an Aperture object to an astropy Region or Regions object. [#2009] [#]## photutils.profiles * Added data_radius and data_profile attributes to the RadialProfile class for calculating the raw radial profile. [#2001] [#]## photutils.segmentation * Added a to_regions method to SegmentationImage that converts the segment outlines to a regions.Regions object. [#2010] [#]# Bug Fixes [#]## photutils.segmentation * Fixed an issue where the SegmentationImage polygons attribute would raise an error if any source segment contained a hole. [#2005] [#]# API Changes [#]## photutils.aperture * The theta attribute of EllipticalAperture, EllipticalAnnulus, RectangularAperture, and RectangularAnnulus is now always returned as an angular Quantity. [#2008] ++++ python-ruff: - update to 0.11.4 * Preview features * [ruff] Implement invalid-rule-code as RUF102 * [syntax-errors] Detect duplicate keys in match mapping patterns * [syntax-errors] Detect duplicate attributes in match class patterns * [syntax-errors] Detect invalid syntax in annotations * [airflow] Add more autofixes for AIR302 * [airflow] Move AIR301 to AIR002 * [airflow] Move AIR302 to AIR301 and AIR303 to AIR302 * [flake8-bandit] Mark str and list[str] literals as trusted input (S603) * [ruff] Support slices in RUF005 * [syntax-errors] Start detecting compile-time syntax errors * [syntax-errors] Duplicate type parameter names * [syntax-errors] Irrefutable case pattern before final case * [syntax-errors] Multiple assignments in case pattern * [syntax-errors] Single starred assignment target * [syntax-errors] Starred expressions in return, yield, and for * [syntax-errors] Store to or delete __debug__ * Bug fixes * [syntax-errors] Fix multiple assignment error for class fields in match patterns * Don't skip visiting non-tuple slice in typing.Annotated subscripts * Error instead of panic! when running Ruff from a deleted directory * [syntax-errors] Fix false positive for parenthesized tuple index * CLI * Check pyproject.toml correctly when it is passed via stdin * Configuration * [flake8-import-conventions] Add import numpy.typing as npt to default flake8-import-conventions.aliases * Documentation * [refurb] Document why UserDict, UserList, and UserString are preferred over dict, list, and str (FURB189) ++++ python-sunpy: - Update to 6.1.1 [#]# Breaking Changes * Dataretriever / "Scraper" clients no longer require the regex-formatted baseurl and a parse-formatted pattern variable but instead a single and full pattern variable written in the parse-format. Documentation about how to write the new patterns and about explaining the internal Scraper algorithm is added to the topic guide on adding new sources to Fido. * The internal method on ~sunpy.net.scraper.Scraper called _extract_files_meta function no longer requires an extractor pattern. * A new submodule called scraper.net.scraper_utils is created and Scraper helper functions like date_floor(), extract_timestep(), check_timerange() and get_timerange_from_exdict() can be accessed directly from there. * All the extracted timeranges have a millisecond subtracted from the end date, i.e. they end on 59:59:59 of the date just before, instead of the inconsistent issue where some could end with 00:00:00 of the end date which lead to undesirable cases like January 1, 2015 data also showing up in the 2014 year-long timerange. (#7077) * Update our dependancy policy to follow SPEC 0 rather than the older NEP 29. The only difference between the old (NEP 29) policy and the new (SPEC 0) policy is that we only support Python versions for 3 years after their initial release, rather than 4. (#7796) * Increased minimum versions for these dependencies: asdf-astropy >= 0.5.0 astropy >= 6.0.0 numpy >= 1.24.0 pandas >= 1.5.0 sphinx >= 6.0.0 (#7976) [#]# Deprecations * sunpy.map.GenericMap.contour is deprecated in favor of sunpy.map.GenericMap.find_contours. Note that ContourPy, now used for contour generation, may produce different results and does not support all scikit-image keyword arguments. (#7760) * The following components of ~sunpy.map.MapSequence are now deprecated and will be removed in v7.1: - The derotate keyword argument to ~sunpy.map.MapSequence. Derotation is not implemented. - The resample keyword argument to ~sunpy.map.MapSequence.peek and ~sunpy.map.MapSequence.plot. To reproduce this behavior, use ~sunpy.map.GenericMap.resample on each map in the sequence before plotting. - Deprecate ~sunpy.map.MapSequence.all_maps_same_shape in favor of ~sunpy.map.MapSequence.all_same_shape. - Deprecate ~sunpy.map.MapSequence.at_least_one_map_has_mask. To reproduce this functionality, check whether ~sunpy.map.MapSequence.mask is None. - Deprecate ~sunpy.map.MapSequence.as_array in favor of ~sunpy.map.MapSequence.data and ~sunpy.map.MapSequence.mask. Previously, as_array returned a masked array if at least one map held a mask and a bare array if not. - Deprecate ~sunpy.map.MapSequence.all_meta in favor of ~sunpy.map.MapSequence.meta. (#7827) * General support within ~sunpy.map.Map for the non-standard CTYPE values 'SOLAR-X' and 'SOLAR-Y' is now deprecated, and should instead be handled by a source-specific subclass. (#7955) * Renamed the sunpy.time.TimeRange method extend() to sunpy.time.TimeRange.shift to reflect what the method actually does. (#8008) [#]# New Features * Added support for saving a sunpy.map.Map into an ASDF file using sunpy.map.GenericMap.save and loading a map stored in an ASDF file with sunpy.map.Map. (#7712) * The ~sunpy.coordinates.RotatedSunFrame class now accepts a ~astropy.time.TimeDelta object for the duration parameter. (#7752) * Added ~sunpy.map.GenericMap.find_contours for getting contours from a ~sunpy.map.Map. By default the method uses ContourPy for performance reasons and consistency with sunpy.map.GenericMap.draw_contours. One can alternatively specify that the method use scikit-image. (#7760) * Added support for loading files from various cloud services (such as s3) in ~sunpy.map.Map and ~sunpy.timeseries.TimeSeries using fsspec. (#7790) * Added the ~sunpy.coordinates.HelioprojectiveRadial coordinate frame. (#7803) * Added a function ~sunpy.map.make_hpr_header to easily make a FITS WCS header for the ~sunpy.coordinates.HelioprojectiveRadial coordinate frame. (#7803) * Added a function sunpy.visualization.show_hpr_impact_angle to modify a plot axis of a ~sunpy.coordinates.HelioprojectiveRadial ~sunpy.map.Map to show impact angle rather than declination for the tick labels. (#7803) * Added ability to delay download in sunpy.data.data_manager.manager.DataManager.require (#7845) * Add sunpy.visualization.drawing.extent to visualize the extent of another WCS on an axis. Add sunpy.map.GenericMap.draw_extent to visualize the extent of a map on a given axis. (#7851) * Add a link to the VSO Health Report in the Fido Results when using the VSOClient. (#7884) * Added unconverted_value attribute to the Wavelength attribute. (#7923) * sunpy.time.TimeRange.shift can now accept inputs of type datetime.timedelta and astropy.units.Quantity. (#7931) * sunpy.map.CompositeMap.plot will now skip autoaligning an overplotted map image if that map's WCS matches the WCS of the figure axes. This significantly improves performance when the maps being composited have already been reprojected onto a common WCS. (#7948) [#]# Bug Fixes * sunpy.map.MapSequence unable to set the normalization for data that was UINT8 (JPEG2000) causing the animations to break. (#7674) * Fixed incorrect reference_date for GONG Synoptic maps. (#7758) * Fix sunpy.physics.differential_rotation.differential_rotate to update the reference_date attribute of the input map instead of the date. (#7758) * Fixed incorrect reference_date for SDO/AIA and SDO/HMI data to use the T_OBS keyword instead of the DATE-OBS keyword. * For AIA images, the location of SDO has been shifted up to a second in time, which corresponds to a shift in Heliographic Longitude by only 4 milliarcseconds. (#7758) * Fix filetype detection to use the detected filetype if a known reader is registered. (#7788) * Fixed loading of ~sunpy.map.sources.ADAPTMap if sunkit-magex v1.0.0 is installed. (#7798) * All map sources that override date or reference_date now fall back to the corresponding properties on sunpy.map.GenericMap if the needed source-specific metadata for these properties cannot be found. (#7810) * Fixes a bug where ~sunpy.map.sources.HMIMap returned a wavelength without a unit because WAVEUNIT is not in the header and cannot be parsed from any other part of the metadata. If it cannot be found, it now defaults to Angstrom. (#7812) * Fixed a calculation bug when using ~sunpy.coordinates.PlanarScreen when it is both tilted (the plane is not perpendicular to the observer-Sun direction) and offset (the plane does not go through Sun center). (#7814) * Fixed a bug where custom values in the plot_settings dictionary were not being correctly applied in the sunpy.map.GenericMap.draw_contours method. (#7844) * Fix use of deprecated astropy.table.Table.pformat_all in sunpy.net. (#7854) * Fixed a bug with axis labels when plotting a ~sunpy.map.Map that could conflict with automatic label positioning in astropy 7.0. (#7857) * Added correct unit fallback for LASCO JPEG2000 files from the Helioviewer. (#7890) * Added support within ~.parse_time for the timestamp %Y%m%d%H%M ,%Y%m%dT%H%M and %Y%m%d_%H%M. (#7911) * Updated the internal CDF reader to handle FILLVAL only for floating point numbers. (#7917) * Fixed unit conversion for wavelength in sunpy.net.dataretriever.sources.goes.SUVIClient. (#7920) * Fixed a time-ordering bug in sunpy.time.TimeRange.shift when the shifted start time is later than than the shifted end time. (#7931) * Fixed a bug in the HTML representation for sunpy.timeseries.GenericTimeSeries that error-ed if the time-series had too many columns. (#7947) * Fix sunpy.data.data_manager.manager.DataManager.get now automatically redownloads files if they are accidentally deleted. (#7950) * Fixed a bug in ~sunpy.physics.differential_rotation.differential_rotate that assumed the input map header had RSUN_REF defined. (#7953) * Fixed two bugs associated with the handling of WCS PVi_m values by ~sunpy.map.Map. PVi_m values were incorrectly retrieved from the first alternative WCS description (e.g., PV1_1A) instead of the primary WCS description (e.g., PV1_1). Also, PVi_m values were misassigned when m was a two-digit number (i.e., 10 through 99). (#7961) * Fixed a bug in ~sunpy.time.parse_time where parsing a list of time strings containing "TAI" did not automatically set the time scale to TAI. (#7983) * Fixed a bug in ~sunpy.time.parse_time where parsing a list of time strings could incorrectly fail even when parsing the individual elements would succeed. (#7983) * Fixed the formatting of the the channel labels for ~sunpy.timeseries.sources.XRSTimeSeries. (#7986) * Examples in docs for sunpy.net.attr.Attr are now rendering properly. (#8002) * Fixed the unintended ~sunpy.map.Map behavior where any combination of non-FITS units were allowed as long as one of the non-FITS units was DN. DN is currently the only non-FITS unit permitted in ~sunpy.map.Map. (#8037) * Corrected the NOAA ~.SRSClient to use a updated HTTPS server instead of the now defunct FTP. (#8054) * Fixed a bug where ~sunpy.map.sources.EITMap and the correct colormaps (e.g., sohoeit171) failed to load for SOHO/EIT level 1 FITS files from SDAC. (#8070) ++++ python-uv: - Update to 0.6.12 * Enhancements * Report the queried executable path in uv python list * Improve archive unpack error messages * Bug fixes * Respect authenticate when using explicit = true * Normalize extra and group names in uv add and uv remove * Enforce CRC-32 checks when unpacking archives * Fix parsing of python-platform in settings files * Documentation * Add note about uv build to package = false * Add index fallback note to authenticate = always documentation * Fix invalid 'kind' reference in flat index docs ++++ sad: - Update to versione 0.4.32: * It looks like in the newer versions of fzf the command that was used to "execute and exit" no longer works. A quick fix is to simply migrate to fzf's new become command, which almost does the same thing. This is a breaking change for older versions of fzf (<0.38) however, and users using fzf shipped with ubuntu 22 and below should stick with old version for now * bump dependencies ++++ sar2: - add libglu dependency to fix compilation error ++++ simutrans: - Update to new version 124.3.1 - In the words of prissi: This is mostly a bugfixing release, improving bridge building (which now requires dragging or two clicks) and multitile city buildings. You can change the currency symbol and a bad memory consumption bug was removed. Cost and maintenance can be now much higher, so a new makeobj is needed too if one wants to go that way. - This release is built from svn revision number 11671. - Added a patch "returnNull.patch" to solve a build error "this statement may fall through". ++++ supergfxctl: - Added `nvidia-persistenced` in conflict list as temporary solution (boo#1237330) ++++ texi2roff: - Fix typo in Summary: ++++ tiny: - Update to version 0.13.0+git2: * Auto-fix some recent lints * Update tiny version in Cargo.lock * Release v0.13.0 * Use IndexMap in byte_seq_parser macro (#438) * Improve handling of IRC color code (0x03) without colors afterwards (#435) * Fix default-features deprecation warning - skip testing termbox examples due to compilation issues ++++ wl-screenrec: - Update to version 0.1.7: * Allow resizes * Improvements to ext-image-capture ------------------------------------------------------------------ ------------------ 2025-4-5 - Apr 5 2025 ------------------- ------------------------------------------------------------------ ++++ ART: - Update to 1.25.3.1: * updated translations * smoothing: performance improvement for add_noise * smoothing: reworked add_noise to avoid grid-like pattern artifacts and produce smoother grain - Updates from 1.25.3: * agx extlut: fixed dir_couplers handling * use rec2020 gamut by default in the AgX emulsion external 3dLUT * grain: changed default coarseness to 50 * filmnegative: allow to select spot size for pickers * smoothing add_noise speedup * smoothing: reworked add_noise * updated translations * some more tweaks to smoothing->add noise and film grain * smoothing: use different random seeds for noise generated with different parameters * cache: ensure the cache size is always > 0 * clutstore: fixed potential undefined return value * progressconnector: don't lock on delete * further tweaks to grain * changed implementation of film grain to be more convincing * fixed corner-case discrepancy between preview and output with auto WB * subprocess: properly set the child environment in popen() * further speedups for agx_emulsion_mklut.py * extlut: added "server mode" for external 3dLUT generators * make sure to call setlocale(LC_NUMERIC, "C") before parsing json files * updated cJSON to the latest version * better caching of external 3dLUTs * added scripts to integrate agx-emulsion as external 3dLUT * film simulation: skip LUTs without a valid label/name * started working on supporting externally-computed 3dLUTs * whitebalance: fixed bug in displaying temperature/tint warning * re-allow to select the monitor profile under wayland * clut params: select the first (and not the last) curve in each group * added make_dcp script * updated build-art script * removed unused (and obsolete) tools * CMake: readded option ENABLE_MIMALLOC * CMake: use ccache if available * linux bundle: offer to create a .desktop file when running for the first time * C++: eliminate using namespace std, get ready for C++17 ++++ MozillaThunderbird: - Mozilla Thunderbird ESR 128.9.1 * Added delay to built-in notifications when new profile is created in offline mode ++++ OpenImageDenoise: - Update to 2.3.3: - Added NVIDIA Blackwell GPU support - Added AMD RDNA4 GPU support - Improved performance for AMD RDNA3 GPUs - Added OIDN_DEPENDENTLOADFLAG CMake option for setting the DEPENDENTLOADFLAG linker flag on Windows - Added OIDN_LIBRARY_VERSIONED CMake option for toggling versioning in the Open Image Denoise library files - Known issue: performance regression for AMD RDNA2 GPUs - Update to 2.3.2: - Improved performance for Intel Lunar Lake and Battlemage GPUs - Added Intel Panther Lake GPU support - Fixed compile error when building with OpenImageIO 3.x - Update to 2.3.1: - Fixed corrupted output when in-place denoising high-resolution (> 1080p) images where the input and output are stored in different shared buffer objects (created with oidnNewSharedBuffer*) that overlap in memory - Fixed issues with cancellation through progress monitor callbacks: - Fixed cancellation requests not being fulfilled on CPU devices since v2.3.0 - Fixed not calling the callback anymore after requesting cancellation, while the operation is still being executed - Added support for creating shared buffers on Metal devices - Enabled accessing system allocated memory for CUDA devices which support this feature (see systemMemorySupported device parameter) - Added LUID support for HIP devices. Importing DX12 and Vulkan buffers is now functional when using recent AMD GPU drivers on Windows - Update to 2.3.0: - Significantly improved image quality of the RT filter in high quality mode for HDR denoising with prefiltering, i.e., the following combinations of input features and parameters: - HDR color + albedo + normal + cleanAux - albedo - normal In these cases a much more complex filter is used, which results in lower performance than before (about 2x). To revert to the previous performance behavior, please switch to the balanced quality mode. - Added fast quality mode (OIDN_QUALITY_FAST) for even higher performance (about 1.5-2x) interactive/real-time previews and lower default memory usage at the cost of somewhat lower image quality. Currently this is implemented for the RT filter except prefiltering (albedo, normal). In other cases denoising implicitly falls back to balanced mode. - Added Intel Arrow Lake, Lunar Lake, and Battlemage GPU support - Execute Async functions asynchronously on CPU devices as well - Load/initialize device modules lazily (improves stability) - Added oidnIsCPUDeviceSupported, oidnIsSYCLDeviceSupported, oidnIsCUDADeviceSupported, oidnIsHIPDeviceSupported, and oidnIsMetalDeviceSupported API functions for checking whether a physical device of a particular type is supported - Release the CUDA primary context when destroying the device object if using the CUDA driver API - Added OIDN_LIBRARY_NAME CMake option for setting the base name of the Open Image Denoise library files - Fixed device creation error with oidnNewDevice when the default device of the specified type (e.g. CUDA) is not supported but there are other supported non-default devices of that type in the system - Fixed CMake error when building with Metal support using non-Apple Clang - Fixed iOS build errors - Added support for building with ROCm 6.x oidnNewCUDADevice and oidnNewHIPDevice no longer accept negative device IDs. If the goal is to use the current device, its actual ID needs to be passed. - Upgraded to oneTBB 2021.12.0 in the official binaries - Training: - Improved training performance on CUDA and MPS devices, added - -compile option - Added --quality option (high, balanced, fast) for selecting the size of the model to train, changed the default from balanced to high - Added new models to the --model option (unet_small, unet_large, unet_xl) - Added support for training with prefiltered auxiliary features by passing --aux_results to preprocess.py and train.py - Added experimental support for depth (z) ++++ QLog: - Update to version 0.43.0: * Added support to receive QSOs from CSN SAT Device * Multiple independent bandmap windows * Winkey Keyer driver currently supports v1 and v2 hardware * QSLs QSLr Msg is editable * QSL Message Send * Enabled Power, RIT, XIT, Morse for RIG Netctl * QSLMSG replaced by QSLMSG_RCVD * Added an option to choose a QSLMsg field * eQSL QSLMSG is stored to QLog QSLMSG_RCVD * eQSL message is appended * Fixed Speed pot doesn't seem to work with a WinKeyer; double chars * Fixed BandMap Spots colour change after a QSO * Fixed Incorrect Field Mapping for Received eQSL Messages ++++ webkit2gtk3-soup2: - Update to version 2.48.1 (boo#1240958 boo#1240961 boo#1240962 boo#1240963 boo#1240964 boo#1240986 boo#1240987): + Limit the data stored in session state. + Remove the empty area below the title bar in Web Inspector when not docked. + Fix the build with GST_DISABLE_GST_DEBUG. + Fix the build with GStreamer < 1.20. + Fix the build with video disabled. + Fix the build with clang 20. + Security fixes: CVE-2024-54551, CVE-2025-24208, CVE-2025-24209, CVE-2025-24213, CVE-2025-24216, CVE-2025-24264, CVE-2025-30427. - Add 8bee9eb9.patch: fix the build on non-x86 architectures. ++++ webkit2gtk3: - Update to version 2.48.1 (boo#1240958 boo#1240961 boo#1240962 boo#1240963 boo#1240964 boo#1240986 boo#1240987): + Limit the data stored in session state. + Remove the empty area below the title bar in Web Inspector when not docked. + Fix the build with GST_DISABLE_GST_DEBUG. + Fix the build with GStreamer < 1.20. + Fix the build with video disabled. + Fix the build with clang 20. + Security fixes: CVE-2024-54551, CVE-2025-24208, CVE-2025-24209, CVE-2025-24213, CVE-2025-24216, CVE-2025-24264, CVE-2025-30427. - Add 8bee9eb9.patch: fix the build on non-x86 architectures. ++++ webkit2gtk4: - Update to version 2.48.1 (boo#1240958 boo#1240961 boo#1240962 boo#1240963 boo#1240964 boo#1240986 boo#1240987): + Limit the data stored in session state. + Remove the empty area below the title bar in Web Inspector when not docked. + Fix the build with GST_DISABLE_GST_DEBUG. + Fix the build with GStreamer < 1.20. + Fix the build with video disabled. + Fix the build with clang 20. + Security fixes: CVE-2024-54551, CVE-2025-24208, CVE-2025-24209, CVE-2025-24213, CVE-2025-24216, CVE-2025-24264, CVE-2025-30427. - Add 8bee9eb9.patch: fix the build on non-x86 architectures. ++++ b3sum: - Update to version 1.8.1: * [CMake] Fix transitive dependencies for TBB when libblake3 is built with BLAKE3_USE_TBB=1 - Updates from version 1.8.0: * The Rust crate now provides the blake3::hazmat module, which replaces the undocumented and now deprecated blake3::guts module. This is intended for advanced use cases like Bao and Iroh, which need to manipulate chunk and subtree "chaining values" directly. - Updates from version 1.7.0: * The C implementation has gained multithreading support, based on Intel's oneTBB library. This works similarly to the Rayon-based multithreading used in the Rust implementation. See c/README.md for details. * Added b3sum --tag, which changes the output format. This is for compatibility with GNU checksum tools (which use the same flag) and BSD checksum tools (which use the output format this flag turns on). - Updates from version 1.6.1: * Remove mmap from the default features list. It was added accidentally in v1.6.0, last week. This is technically a backwards-incompatible change, but I would rather not tag v2.0.0 for a build-time bugfix with a simple workaround. - Updates from version 1.6.0: * Add Hash::from_slice. ++++ bpftop: - initial version ++++ brasero: - Update to version 3.12.3+43 (boo#1240085): * burn-dialog: Use 'media-optical' for notifications * Prefer 'application/vnd.efi.iso' MIME type * src: Fix 'GtkSpinButton' filling vertical space * libbrasero-burn: Fix incorrect plugin version comparison * Replace invalid signal name * Fix gcc 14.x build failure (due to - Wincompatible-pointer-types) * Updated translations. - Drop 5cdefa8c76ddb797bce8b67a3f5767678bd36a5a.patch and 9b3f451e72cfa3bac700517a036faab61f683b3f.patch: Fixed upstream. - Bootstrap build via autogen.sh call. ++++ libarchive: - Update to 3.7.9: * fix regression regarding GNU sparse entries ++++ llvm20: - Update to version 20.1.2. * 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. ++++ datamash: - update to 1.9: * Add short options -h and -V for --help and --version * rand operation now uses getrandom(2) * add operation dotprod for scalar product * Add option -S/--seed to set a specific pseudp-RNG seed * Add option --vnlog for experimental vnlog format * -g/groupby takes ranges of columns (e.g. 1-4) * now correctly calculates the "antimode" for a sequence of numbers * When using the locale's decimal separator as field separator, numeric operations now work correctly * The "getnum" operation now stays inside the specified field ++++ diffutils: - Fix failure (noticed in sdiff as fatal "realloc(): invalid next size") Original upstream report: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77265 New patch: diff-fix-allocation-typo-leading-to-crashes.patch ++++ double-conversion: - update to 3.3.1: * Add _ITERATOR_DEBUG_LEVEL=2 and _DEBUG defines * Build system and CI tweaks * Add some missing headers ++++ dovecot24: - Fix bsc#1240399 dovecot24 has incomplete config. Ignore the broken config in the sources and deliver a minimal configuration for the system users. ++++ embree: - Update to version 4.4.0: * renamed test-package job, needed for creating zip with test data * update doc * ci: disable signing on windows for non-release build jobs * ci: fix integrate workflow * ci: remove unused test-package job from release workflow * Remove unused .gitlab-ci.yml file * removed dpcpp-version from release-linux-sycl-test job * using libXXX.so* semantics * updated dpcpp v6.0.0 runtime in package.cmake * Disabled memory compression for acceleration buffer * Ensuring that instances point to acceleration structures in device memory, not host memory. * Removed vscode files, not part of this PR * update compiler to intel llvm v6.0.0 for all release jobs also CPU * update compiler to intel llvm v6.0.0 for all release jobs * fixing host_device tutorial race condition * fixing embree_info and embree_minimal sycl tutorials missing DL_LIBS * disabled internal driver tests * Moved buffer releases in host/device tutorial * disabled internal driver tests for release * removed bvh data host device test, not needed any more * updated windows internal driver version * updated windows public driver, upgraded dg2 tests to ubuntu24.04 fixed coverity issue update gfx-ubuntu24-internal/public.env for CI update linux intenal drivers fix linux release CI fix integration CI * Fixed mistake in async buffer copies Fixed forest tutorial Skip pvc tests in nightly.yml fixed unititialized empty geometry commit segfault * Removed redundant copies in host/device tutorial * skip pvc tests * removed EMBREE_SYCL_BVH_DATA_HOST_DEVICE cmake option and made it enabled by default * little cleanup * Fixed uninitialized memory * Device buffers are now automatically updated on Geometry::commit() * documentation: rtcTraversable invalidation on rtcCommit * removed internal rtas builder, made EMBREE_SYCL_L0_RTAS_BUILDER the default * fix issues with host/device memory API on iGPU fix blender segfault with geometry == NULL inside geometries array * remove timing output from dynamic scene tutorial * update internal Linux and Window driver in CI * changelog, typos * add CI test for BVH data in host device memory * add export filters for commit with queue API functions * more general documentation * documentation for ray queries using RTCTraversable * updating general intro documentation * make rtcCommitSceneWithQueue work with out-of-order SYCL queues, too * change rtcCommit???WithQueue interface to return sycl::event * docu fixes * revert accidental changes in ray flag settings * rename memory types and account for host unified memory in buffer constructor * update rtcCommitScene(|WithQueue) documentation * update rtcSet(New|Shared)GeometryBuffer(|HostDevice) documentation * fix wrong deallocation in multi_instance_geometry tutorial. * update documentation for RTCBuffer * add nightly Windows multilevel test. * refactor alloc. remove global (tls) SYCL context and device. * rename host_device_memory tutorial and add CI tests * clear host scratch space for static scenes * add cmake option for explicit host/device BVH data * add sycl events for sychronization * less alloc/free when creating device representation of scenen/geometry * small fix for validation API * add padding to tree vertex and color data buffers for safe SIMD access. * create CPP from ISPC tutorials * add ISPC API using RTCTraversable * change API naming for buffers form 'Ex' to 'HostDevice' * port forest tutorial to new host/device memory support * port of multi_instanced_geometry tutorial to RTCTraversable interface was missing * do not use ALIGNED_STRUCT_ macro for Scene and Geometry * cleanups * test address sanitizer issue * rework buffer interface * memory passing interface * scene is now in device memory, too. USM shared memory is now only used in tutorials. * add debug tutorial and restore state of other tutorials * BVH buffer in explicitly managed host/device memory on systems without unified memory (e.g. dGPUs) geometry data works * fix wrong assert about maxTimeSegments. fix missing sign-extension when using device memory for BVH data. * Suppressed warnings with latest clang/sycl compiler * Version update to 4.4.0 * internal ci: update dependencies * remove requirement for CPU feature RDRAND * refactor scene array for (multi-level) instancing into struct * simplify intersect_instance and intersect_instance_array * update dpcpp runtime dependencies for installation * update driver versions for CI tests * update sycl nightly version for CI tests * Removed usage of no longer supported SYCL subgroup shuffles. * fix public ci (#2732) * update documentation * update version in testing package * update reusable workflows. * bump version and update changelog * Compute hwaccel adresses on the fly to prevent back-migration of BVH data. * Fix include order causing unwanted dllexport symbols * disable unneccessary stripping of files on Windows to WA binary signing issue. * Update API documentation and changelog. * Add RTC_ERROR_LEVEL_ZERO_RAYTRACING_SUPPORT_MISSING and the API functions rtcGetDeviceLastErrorMessage and rtcGetErrorString. * fix unused variable warning * fix sycl header path warning * test new public Windows driver. * update to sycl nightly-2024-06-12 * Cleaned up whitespace * Split array of Scene* into root and instances * Fixed duplicate SYCL context * revert pipeline renaming * basic public ci (#2725) * fix typo in max_triangles_per_leaf option. * Fix triangle splitting crash where FP error causes binning differences * Provide a configuration setting for limiting leaf size * use composite mode in release job for pvc testing due to switch to older dpcpp. * clean up continouus tests and move some to nightly. * use same compiler version for release as last time. * remove ICX-RC tests. ICX 2024.1 is out. * turn L0RTAS builder off for nightly validation test. * add known issue about ISPC and macOS universal binary in changelog. * use UMD migration for PVC for now because KMD migration is buggy. * move function for USM prefetch into embree4.dll * add test function dummy * turn level zero raytracing acceleration structure build on by default. * update tests to ICX 2024.1 compiler. * add instruction to install intel-level-zero-gpu-raytracing to docu and changelog. * fix misleading "USM allocation not enabled" exception thrown Tutorial destructor when a SYCL device could not be created successfully. * update linux internal driver. * add embree_info and embree_minimal to CI tests for debugging purposes. * check for driver support for building RTAS properly. * update Linux drivers. * update Windows drivers. * fix output operator, issue #486 * add scene flag to trigger USM shared prefetch to GPU at the end of rtcCommitScene * update PVC tests. * remove references to obsolete CMake variables * more tests with sycl rc. * use public driver for nightly PVC tests, too. * regress to older SYCL version due to issues with getting profiling information. * handle exception in device info querying code. * fix dpcpp download script for new versions of the compiler * build Windows DG2 tests with sycl-nightly, too * fix release CI job. * Documentation update * version and changelog * use sycl-5-2-0 for release binaries. * bump cmake_minimum_required verion to 3.5 * Fix tbb macOS port name * add static assert for proper RTCHitNt alignment in verify. * Added alignment definitions to RTCHitNt and RTCRayNt * Fix for barycentric coordinate verification in * remove unused image code. * use public drivers for PVC, too. * fixes for current sycl nightly and some warning fixes * add tests for syclos release candidate. * add macOS universal binary build test. * update to TBB 2021.12.0 * Build for ARM on Apple silicon machines by default when CMAKE_OSX_ARCHITECTURES is not set. * Enabled support for Universal Binaries on macOS * update drivers enable l0rtas in continuous and nigtly tests * Do/upgrade outdated os tests (#2711) * add token permissions for github workflows. * add buildbench to performance CI pipeline * add SYCL version of buildbench * fine tuning google benchmark * more precise perf-CI measurements * Do/scripts cleanup (#2701) * better output of which ISPC executable is found/used * test ispc 1.23.0 * Do/performance regression tests (#2699) * remove printf * test AVX512 compilation on x86 macOS in continuous test. * Run Embree in AVX512 mode on AVX512 capable x86_64 machines running macOS. * compile embree_info also for ARM. * print warning about "flush to zero" and "denormals are zero" only on x86 systems * fix missing backslash for overwriting EMBREE_TESTING_INTENSITY * fix path for macos-arm binary analysis and antivirus scan (#2692) * allow overriding of EMBREE_TESTING_INTENSITY for tests * update documentation * apply internally needed patch to glfw only when explicitly stated. * use same self-compiled tbb on macOS for x86_64 and arm64 versions. * update drivers * some issues with nightly tests * add bdba and virus scan for arm binaries, too * use TBB compiled for NAS for ARM release package * fix find command in package test check * docu * increase test epsilon for Apple Clang 14 on macOS ARM * add missing tests of release packages * some fixes. * different names for x86 and arm macOS packages * update to TBB 2021.11 and ISPC 1.22 * bump embree version to 4.3.1 * add NEON and NEON2X tests to continuous jobs again. * update sycl-nightly and ICX RC * Do/macos notarization update (#2684) * removed AOEUAOEU string from integration test exe (#2683) * Do/devel (#2682) * add dependloadflag also for msvc * Fail when no tests are executed. * Do/fix macos test execution (#2677) * updating PVC deviceID check * fix artifact name * move Windows DG2 ICX tests to continuous again. * update docu regarding supported compilers. * update Windows public driver version again. * remove Windows release driver version. We use official version now. * drop ICX versions from 2023 * remove EMBREE_LEVEL_ZERO CMake variable from presets * disable ARM emultation tests for now because runner seems to be broken * cleanups * fixes for nightly tests * revert public Windows driver * add DG2 Windows tests with public and release drivers in continous CI, too * added back notarization with TODO comment to mac tests * make notarize.sh executable * update to correct icx version * add missing feature flag checks * Do/release macos extern notarize (#2670) * Run Windows tests in CI again * Do/driver update (#2668) * Do/threadsanitizer issue (#2667) * fix dll dependency location for ICX 2024 * add dependent load flag to executables and shared libraries. * test intel-llvm/nightly-2023-12-18 * update continouus ICX tests to 2024.0 and remove RC tests. * catching exceptions in rthwif tests * adding compare threshold to cornell_box test * windows testing ICX 2023.2.1 (#2663) * using force-delete for windows CI (#2662) * fix nightly L0RTAS typo error (#2661) * Sh/simd sse2neon 1.6.0 (#2660) * fix coverity, upgrade all CI cmakepresets, accelerate continuous (#2659) * add nightly test for validation api * EMBREE_SYCL_RT_VALIDATION_API=ON and EMBREE_SYCL_IMPLICIT_DISPATCH_GLOBALS=OFF works again * add ze_api header to repository directly. * WA compiler issues under Windows with -D_DEBUG. * make rthwif tests compatible with TBB 2023 * fix static linking issues with ze_wrapper library * user-defined thread count precedence * moving most Windows DG2 tests to nightly testing * enabling usage of L0RTAS builder in CI under Windows * requiring RTAS extension when enabling EMBREE_SYCL_L0_RTAS_BUILDER * updating gfx-driver * Add missing EMBREE_GEOMETRY_??? to embree-config.cmake * updates * add old include/lib directory structure for ICX 2024, too. * add also weird libsycl.so version (libsycl.so.7.0.0-8 ?!?!?) * add pi_win_proxy_loader.dll to release package * update documentation * use rockylinux for release and split linux sycl * update compilation docu and version number * add instance array geometry type. * disable nightly bezier_round furball tests on 2 windows configs for now * add tests for sycl-nightly RK version * Update changelog.md * add ICX release candidate tests * WA for changed sycl include headers in oneAPI DPC++ 2024.0 * validating that rtasFormat is not ZE_RTAS_FORMAT_EXP_INVALID * added argument to set resolution support for cornell_box test * integration of coverity * disabling L0 RTAS builder by default * disabling L0 rtas builder only for release * added cmake option to enable usage of L0 rtas builder * properly checking if rtas extension can get loaded * not using rtas_builder extension by default in rthwif tests * not using rtas_builder extension by default yet * removed unused file * fixed deviceID check for PVC * cherry pick from carlocab (#2623) * do not sign the zip package after build for windows any more (#2624) * update to intel-llvm 20230830 * remove using sycl::fmax and using sycl::fmin * Do/update compiler cmakepreset (#2621) * use ubuntu 20.04 for release again and update release driver * do not source dpcpp environment manually Please enter the commit message for your changes. Lines starting * consistently using main version of reusable workflow * Revert "use DPCPP_SETUP_SCRIPT environment variable in test.py script" * updated graphics drivers in CI * use DPCPP_SETUP_SCRIPT environment variable in test.py script * CI-perf sycl build on Ubuntu 22.04 (#2617) * docker GPU image for perf CI to embree/ubuntu:22.04 (#2615) * cleanups to sycl namespace usage * fixed sub_group related compile warning * - updating to dpcpp compiler sycl-nightly/20230724 - fixing compile issues in rthwif tests * rthwif tests use RTAS build extension only when available * using L0 RTAS build extension only when available * implemented varying version of rtcGetGeometryTransform for ISPC * matching rcp math between rthwif_test and BVH builder * Add support for ARM64 windows platform cmake * added configuration to run rtas builder tests using internal or level zero implementation * Do/update driver (#2607) * add memory monitor to GPU BVH build * fix imgui empty label complaint on Windows * adding check if rtas extension present and properly initialized * checking ze_rtas_builder_procedural_geometry_info_exp_t reserved member to be 0 * Do/release (#2601) * Do/release (#2597) * fix typo (#2592) * removed extra comma (#2591) * setting version to 4.2.0 * SYCL version of Embree with GPU support is no longer in beta phase. * updated changelog * Added PVC runner to perf CI (#2588) * clarified that rtcOccluded and occlusion filter cannot get used to gather next n hits * Added rtcGetGeometryTransformFromScene API function that can get used inside SYCL kernels. * Added CI feature to store results in database (#2584) * Do/fix release package name sycl (#2583) * Do/release test package (#2579) * passing dispatch globals for through debug RTAS build API extension * fix to get dispatch globals allocation working again for debugging purposes * New model repository address (#2575) * Improved BVH build performance on many core machines by avoiding spin locks. * using zeDeviceGetProperties to query RTAS device properties * - using new rtas API header - properly returning ZE_RESULT_EXP_RTAS_BUILD_DEFERRED and ZE_RESULT_ERROR_HANDLE_OBJECT_IN_USE error codes * adding RTASBuilder support to ze_wrapper * moving ze_rtas.h to level_zero folder * using decltype to get function types in ze_wrapper * init ZeWrapper in rthwif tests. * fix rthwif tests with new level zero runtime loading change. * adding MTL support * fixing experimental disable of deviceID check * fix rthwif tests for test package (#2567) * load ze_loader library during runtime with dlopen/LoadLibrary. Remove EMBREE_LEVEL_ZERO CMake variable. It is used now by default. * Do/integration (#2562) * adding Impl to RTAS builder to have separate symbols to API function names * added filter files for test execution (#2541) * Do/fix fopen (#2558) * replace insecure fopen with secure std::ifstream (#2557) * using ZE_RESULT_EXP_ERROR_RETRY_RTAS_BUILD error code to re-try rtas build operation * removed zeRTASInitExp/zeRTASExitExp functions * checking that number of geometries is in range * prepared L0 rtas builder to support multiple rtas formats * limiting triangle pair primID delta to 5 bits * L0 ray tracing support tests can use rtcore SW simulation * Do/release (#2554) * rebase release branch into devel (#2553) * Do/release (#2551) * changed package filenames (#2550) * adding always_inline for Embree SYCL API functions * make EMBREE_NO_SPLASH a proper CMake option. * making ze_rtas_builder_geometry_exp_flag_t opaque by default * updated to latest L0 rtas build API spec * checking if rtas allocation is in 48 bit address range * using proper ZE_STRUCTURE_TYPE_RAYTRACING_MEM_ALLOC_EXT_DESC stype for rtas allocations * - changed version to 4.1.0 - added support for Intel(R) Data Center GPU Max series to changelog - removed limitation of support to specific Arc/Flex version, all products are supported now. - updated DPC++, driver, and compute-runtime versions to use * returning ZE_RESULT_ERROR_INVALID_ENUMERATION error when stype is not as expected * properly checking for stype of builder properties and descriptor * adding Level Zero rtas header from spec * updates to compile Level Zero ray tracing builder API to match spec * using argument structure in bounds callback for Level Zero ray tracing build API * using standard Level Zero results in Level Zero rtas build API * removing ze_raytracing CI tests * Do/remove macosx embree tag (#2543) * cleanups to cornell_box rtas build example * only including rttrace.h * renamed rtbuild and rttrace API header files * returning proper error codes in rtas builder * adding flags to rtas builder properties * adjusted Level Zero ray tracing Build API struct member names to match spec * adjusted Level Zero ray tracing Build API function names to match spec * implemented rtas device properties query for L0 ray tracing build API * adjusted property query for parallel operation object in L0 ray tracing build API * removed not required update of build arguments * adopted build and size query functions of L0 ray tracing build API * introduced rtas builder concept to L0 ray tracing API * using L0 ray tracing API to build acceleration structure for cornell_box test * * Added CMake options for sphere and curve backface culling * Moved sphere backface culling documentation to the right place * Added EMBREE_BACKFACE_CULLING_SPHERES option * do not use exception mechanism for BVH build retry due to TBB 2020.3 * update dpcpp to 20230417 and fix deprecation warnings * fix config error in generated embree-addtest.cmake (#2536) * fix tarball package unpacks into single folder (#2535) * using proper RT allocation function to allocate RTDispatchGlobals * fixed issue that caused allocation of RTDispatchGlobals by default * build a deliverable testing package (#2532) * fixed success job * updates to compile ze_raytracing builder in isolation in separate repository * properly destroying parallel build operations * ci: update gfx-driver internal to ci-neo-025905 * all names of ze_raytracing build API implementation match spec * fixed interface of some ze_raytracing API functions * implemented zeRaytracingAccelFormatCompatibilityExt in ze_raytracing build API * implemented build flag to skip duplicate any hit shader invokation * added stype and pNext to ze_raytracing build API implementation descriptors * removed rthwifGetSupportedFeatures from ze_raytracing build API * introduced triangle format, quad format, and vertex format in ze_raytracing build API * added arm support to changelog and doc (#2524) * added EMBREE_ISA_NEON2X to embree-config.cmake (#2526) * Minor fixes to performance CI (#2525) * Use all models from repo * added arm emulation testing to nightly (#2520) * turning EMBREE_LEVEL_ZERO on in one CI test * fixed success CI task * update doc and fix intelstyle repo url * disable furball hermite round test for now. * use cmake --build instead of make in package scripts * don't use -no-intel-lib along with -static-intel on Linux with SYCL enabled * add imf-use-svml=false even though it seems to not work * set next Embree version to 4.0.1 * make EMBREE_LEVEL_ZERO a proper CMake option * add frexp implementation for DPC++ with -no-intel-lib * changelog * try no-intel-libs again along with static-intel flag * - rthwif can get build standalone - creating libze_raytracing packages in CI * Intel(R) Data Center GPU Flex Series is supported now * update drivers * add EMBREE_NO_SPLASH enviroment to disable beta splash screen (#2504) * update sycl-nightly to 20230304 * Increase compare threshold for known issue with Apple AVX2 linear curves (#2508) * Revert "disabling spatial splits in rthwif builder" * use cmake --build instead of make to be able to use Ninja * use Ninja for DPC++ builds * fixed issue with EMBREE_BUILD_GOOGLE_BENCHMARK_FROM_SOURCE * fix renamed benchmark target name for ispc tutorials * fix struct/class redeclaration warning * clean up google benchmark CMake cache variables * download and build google benchmark from source * rthwif builder no longer throws RTCError exception * introduced separate priminfo_mb.h file and moved primref into builders folder * disabling spatial splits in rthwif builder * separated rtbuild and rttrace in rthwif * removed Embree specific code out of rthwif * Do/improvetesting (#2499) * workaround for accidentally installed glfw (setting directory properties only works for CMake >= 3.22) * don't install embree_info source code to src folder in release package * prevent creation of default sycl device to make CPU versions of tutorials runnable on systems without available GPU drivers * - added usage example to L0 rt build API - added zeRaytracingAccelCompatibilityExt function to L0 rt build API - added device input to ze_raytracing_build_accel_ext_desc_t descriptor * ci: add ATS-M testing job * fix release sycl linux build * Fixed a bug that limited the size of meshes supported in RT hardware BVH builder. * changelog * add continuous sycl test with TBB 2020.3 * fix rthwif build retry for TBB 2020.3 * added support for RT software simulation for validation purposes * Frei/devel (#2489) * Updates to L0 ray tracing build API - properly naming flag enum and introducing flags uint - renaming ze_raytracing_accel_size_ext_desc_t to ze_raytracing_accel_size_ext_properties_t - introducing ze_raytracing_format_ext_t and specifying format for triangle, quad, and vertex buffers - removed ZE_RAYTRACING_BUILD_EXT_FLAG_DYNAMIC * fix line.gather with time interpolation causing inconsistent sphere cap intersections * calculating improved epsilon for triangles and quads in pathtracer * fix small errors in test.py * fix set but unused warning in tinyexr * fix sycl deprecation warning * update release jobs, too * reintroduce setup_dpcpp and setup_gfx stages again * update to sycl-nightly/20230209 and clean up .ci-env * initialize debug data with time if --time is passed * fix linux-PVC-2T job to use docker_gpu * Remove core.autocrlf from CMake patch command * set autocrlf to fix glfw patch issues in new reusable workflows (thanks @Krzysztof!) * use Trevors GHA for installing drivers on-the-fly. * move 2 continuous mac tests to nightly * throwing error when build hardware BVH is too deep * further updates to L0 ray tracing build extension * fixed issue with winding order in perfect watertight ray/triangle intersector * - Using proper naming convention for L0 ray tracing build extension - Adding Doxygen support to documentation of L0 ray tracing build extension - Updating documentation of L0 ray tracing build extension * added back missing check_arm_neon.cpp file * Improved performance for Tiger Lake, Comet Lake, Cannon Lake, Kaby Lake, and Skylake client CPUs by using 256 bit SIMD instructions by default. * rthwif already uses resize, which allocates exact for static scenes, and may over allocate for dynamic scenes that increase in size * Resize of empty embree vector allocates exact size to match std::vector behavior. * ci: switch internal driver to ci-neo-master-025593 * add missing .so files for Linux CPU only version. * allocating proper BVH buffer size * using ZE_RELAXED_ALLOCATION_LIMITS_EXP_FLAG_MAX_SIZE mode to allocate large BVH buffers with L0 * throwing Embree error when BVH memory allocation failed * properly initalizing pNext member of ze_raytracing_mem_alloc_ext_desc_t * Improved performance for Tiger Lake CPUs. * setting version to v4.1.0 * without -no-intel-lib, svml_dispmd.dll is also needed for CPU only version. * turn off no-intel-lib for now. this causes ICX compiler bugs. * Fix build error in rtcore_common.isph * update GLFW to latest version * some fixes in embree-config.cmake for static Embree build. * add CMake variable to control building GLFW from source * patch DLL loading path in ImGUI. * download GLFW from source and patch DLL loading path. * add vcruntime and msvcp DLLs when packaging Embree. * clean up search for SYCL dependencies. * also add tbbmalloc.dll/.so when packaging Embree * WA on Windows when using -no-intel-lib. * Windows debug mode WA for std::vector operator[] access in SYCL kernel. * cleanup of source_sycl_env.sh * disable statically linked TBB for rthwif builder by default. * Updated beta statement and regenerated documentation. * fixed interchanged windows/linux build artifacts in release.yaml * regenerated documentation * Added messages what Embree SYCL version is still in beta phase. * Fix docu with regard to setting embree_DIR path correctly * remove unused device parameter from test.py invokations * remove iGPU enabled problem from known issues * add "threads per EU" as criteria to filter out non RTHW cards and add max num of EUs as device selection score * add embree_info tutorial and printSYCLDevice functionality * add creation of startup.bat script in download_dpcpp.sh * Spelling compilation.md * Perf-CI compiler change to ICX (#2451) * small changes in release package names * add note about deprecated Intel Compiler being not officially supported anymore * Fix alignment problem in ray mask tutorial * Turn ispc support off by default * Added third-party-programs file for Intel(R) oneAPI DPC++/C++ compiler * Add reference to minimal CMake version in compile docu. * update supported compilers and remove MAX_ISA from cmake config example * rename RTC_FEATURE_FLAG_RAY_MASK to RTC_FEATURE_FLAG_32_BIT_RAY_MASK * modify minimal_sycl tutorial to match documentation wrt specialization constants * set maximum glibc version to 2.28 on Linux CPU release * Add documenation for compilation with the Intel(R) oneAPI DPC++/C++ compiler. * change kernel.rc encoding to UTF-8 * fix memleak in ray mask tutorial * add explanation of the RTC_FEATURE_FLAG_RAY_MASK flag * add test for ray mask tutorial * modify ray tutorial to pass klockwork scan * fix SYCL code when ray masks are turned off. * execute trav loop when ray masks are used. * add ray mask tutorial * libmmd is needed on Windows with ICX in CPU only mode * don't link against DPC++ intel libs when SYCL support is off. * use oneTBB 2021.7.0 for mac release * remove WA for old sycl standard of ICX * windows and linux release use ispc 1.18.1 and tbb 2021.7.0 * cleanup unused configuration options * remove unneccessary --include-intel-llvm * turn off vsync in tutorial * clean up continuous test names * test tbb 2021.7.0 and ispc 1.18.1 * update package_linux.sh script (changes cherry-picked from Raszkowski, Krzysztof) * fix Linux SYCL packaging for ICX 2023.0.0 * fix test script invokation on ubuntu 22.04 * update glibc requirements for Linux CPU build (ICX2023.0.0 requirements) * update continuous and nightly tests and replace ICC with ICX * use Rocky Linux 8.7 for Linux CPU release (req. of ICX 2023.0.0) * fix artifact names in SYCL releases * also package svml_dispmd.dll and libmmd.dll form the DPC++ redistributables on Windows * remove dpcpp specific package script for Windows * do not copy ze_loader library/dll. it is in the driver. * Windows now uses ICX and Ninja for release build package * update failing nightly tests to use ICX 2023.0.0 * use correct stack protection flag on Linux for ICX * update release builds to use ICX 2023.0.0 and TBB 2021.5.0 * move debug linux ICX test into nightly (takes too long) and change build type to release * new perf CI runners, added asia_dragon workload (#2440) * add tests for oneAPI DPC++ 2023.0.0 compiler * Added simple performance measurements to CI (#2435) * added cmake option EMBREE_RTHWIF_TBB_GIT_REPOSITORY to set git repository location of TBB * added cmake option EMBREE_RTHWIF_TBB_URL to set URL to TBB version to use * bugfix linei missing sphere cap use select for linei leftExists filter * added rudimentary fur ball to scenegraph/xml_loader * read/write images with tinyexr and stb_image * fix imgui event handling * compiling DPC++ release builds with all ISAs enabled * added list of supported Arc GPUs * updated documentation to DPC++ compiler 2022-12-14 * increasing testing intensity of DPC++ release builds to 4 * added SYCL windows release build with JIT mode * fixing path to SYCL libraries when creating package under Windows * fixing imgui compile issues under macOS with ICC * bugfix of SYCL compilation when AVX enabled * referencing embree_rthwif-targets.cmake in embree-config only when Embree compiled to static library * updates to device ID detection * make oneAPI DPC++ compiler (ICX) work with EMBREE_SYCL_SUPPORT on Windows * add CMake option to disable direct usage of level zero * some fixes for oneAPI dpcpp compiler. still WIP. * ICX works again (without EMBREE_SYCL_SUPPORT) under Windows * clean up dpcpp.cmake on Windos and fix compile warnings * prevent warnings on Windows caused by TBB, and use of getenv and fopen * add stack protector option to dpcpp on Windows * removed RTC_ERROR_UNSUPPORTED_GPU error code as not required * update sycl-nightly to 20221214 * update ImGUI * Revert "switching VS studio tests <= 2017 to release mode due to long path problem." * using proper SYCL device and context to allocate ray tracing hardware BVH * bugfix to rtcSYCLDeviceSelector API function * building Embree SYCL release on Ubuntu 20.04 * removing level=2 workaround in intersection_filter_sycl, seems no longer required * matching intel_ray_flags_t layout for RTCRayQueryFlags * - renamed RTCIntersectContext to RTCRayQueryContext - renamed RTCIntersectContextFlags to RTCRayQueryFlags * updates to API documentation * Upgrading to gfx-driver-ci-master-12953, ci-neo-master-025103 in CI * switching VS studio tests <= 2017 to release mode due to long path problem. * prefix all executables with embree_ * setting version to v4.0.0 * updated Embree version from 3 to 4 in man pages * embree_rthwif is static library now to not have additional shared libraries in release package * renamed embree_sycl.a to embree4_sycl.a * renamed RTC_FEATURE_FLAGS_ to RTC_FEATURE_FLAG_ to be consistent with other API flag namings * fixed download link, properly installing rthwif * - passing DPC++ include path is not required for -fsycl compilations - cleanups to minimal tutorial CMakeList.txt * using gfx-driver-ci-master-12917 in CI and disabling implicit scaling workaround * updates to documentation * added documentation of rtcGetSYCLDeviceFunctionPointer * added documentation of rtcSetGeometryEnableFilterFunctionFromArguments API function * documented rtcNewSYCLDevice, rtcIsSYCLDeviceSupported, rtcSYCLDeviceSelector, and rtcSetDeviceSYCLDevice API functions. * enabling rthwif testing also under Windows * updated docu link to compute runtime, documenting need to pass path to DPC++ headers * removed need of using special linker and -L on Windows from documentation * documentation updates * introduced RTC_INTERSECT_CONTEXT_FLAG_INVOKE_ARGUMENT_FILTER to enforce argument filter invokation for each geometry * use lld-link which is now shipped with dpcpp. * turn EMBREE_SYCL_SUPPORT off on Windows when DPC++ compiler is not used. * using releases_22ww49-ci-master-12886 windows driver in CI * enabling curves in DPCPP release builds * removed some workaround that disable CI tests * using neo-releases-22.43.24595.35 NEO release in CI * removing rt_validation_api:OFF from CI, validation API is OFF by default * upgrading CI to gfx-driver-ci-master-12886 and disabling ZEBinary workarounds * upgrading CI to ci-neo-master-025028 and removing ZEBinary workarounds * disabing benchmark output for rthwif_test_builder_instances CI tests * marking most SYCL cmake options as advanced * removed EMBREE_SYCL_MBLUR cmake option * changes to upgrading from Embree 3 to Embree 4 section as will as changelog * updates to section Embree SYCL known issues * documented that JIT compilation is preferred * updates to CMake configuration docu section * updates to Building Embree SYCL Applications section * added optimization section on generic pointers * documented RTCFeatureFlags * updated documentation of rtcIntersect1/4/8/16 and rtcOccluded1/4/8/16 * updates to Embree SYCL API documentation * enabling pre-splits in rthwif BVH builder only in high quality mode * checking if ray tracing extension supported by L0 * enabled geometry callbacks for some CPP tutorials for testing purposes * added rtcSetGeometryEnableFilterFunctionFromArguments API function * multiscene_geometry tutorial uses proper feature mask * regenerated CPP tutorials from ISPC version * updates to fix ISPC to CPP tutorial conversion * - updating to ci-neo-master-024996 and gfx-driver-ci-master-12868 in CI - enabling production ray tracing API in CI tests - enabling production ray tracing API by default in cmake - switching Windows SYCL CI tests to AOT mode * introduced RTCOccludedArguments to API * optimizations to intersection_filter tutorial * removed _IN_GEOMETRY and _IN_ARGUMENTS cmake options as no longer required * fixing issues with using Embree install package * disabling SYCL by default * updating to neo-releases-22.43.24595.34 in CI * rtcSetDeviceSYCLDevice does not check if device is supported by Embree as user may not necessarily run on that device * update sign file location * added missing dependency from embree_rthwif to embree_rthwif_sycl * added rtcSetDeviceSYCLDevice API call * disabling geometry callbacks by default in SYCL only * using ci-neo-master-024982 in CI * adding rthwif_production into embree_rthwif target * avoiding dispatch globals allocation when implicit dispatch globals are used * marking TBB cmake variables as advanced * some DPC++ to SYCL replacements in docu * updating Linux DPC++ compilation and driver install instructions * added L0 code to query if RT hardware supported, still kept disabled due to issues * printing render frame rate and total frame rate in window * setting device revision again for DG2 in AOT mode as a temporary workaround * measuring frame rate displayed in the application window on the device * added benchmark mode for dynamic_scene tutorial * no longer passing arrays through TutorialArguments for quaternion_motion_blur tutorial * no longer passing arrays through TutorialArguments for motion_blur_geometry tutorial * No longer passing arrays through TutorialArguments for user_geometry and instanced_geometry tutorials. Using USM allocations for these arrays significantly improved performance. * making accumulation buffer read/write * - using SYCL JIT compilation by default - using EMBREE_CI_DEVICE to determine GPU test is run on - removing EMBREE_SYCL_AOT_DEVICE_REVISION cmake variable, no longer required * Setting default frequency level to SIMD256 for ARM on all platforms. * Refactoring of CI testing: - mainly testing JIT in continuous tests - testing internal an public release driver in continuous tests - moved some less important tests to nighty testing * - building releases with public gfx driver - building releases in JIT mode - DEFAULT gfx version renamed to INTERNAL * using neo-releases-22.43.24595.29 as public gfx driver in CI * using gfx-driver-ci-master-12830 in CI * removed geometry filter invokation from quaternion_motion_blur tutorial * - renamed rtcFilterIntersection to rtcInvokeIntersectFilterFromGeometry - renamed rtcFilterOcclusion to rtcInvokeOccludedFilterFromGeometry * rtcFilterIntersection and rtcFilterOcclusion only invokes geometry filter function * adding instID argument to rtcForwardIntersect/Occluded functions * fixed compile warning * rtcForwardIntersect/Occluded do not need to handle NULL intersect arguments * using default RTCIntersectContext whenever possible * moving RTCIntersectContext to RTCIntersectArguments * update Ubuntu docker to 22.04 for all SYCL/GPU builds * implemented argument filter function support in pathtracer, keeping filter functions disabled * - disabling filter function in pathtracer - disabling pathtracer tests that require filter function - enabling pathtracer testing in JIT mode * removed OBJ intersection filter from pathtracer to simplify filter callbacks * removed unused intersectionFilterReject function from pathtracer * motion blur tutorial supports argument intersect function * quaternion motion blur tutorial uses argument intersect function * updated overview and platforms documentation sections * optimization to next_hit tutorial to allow inlining of filter callback * - hair_geometry tutorial uses argument version of filter function - improved performance of hair_geometry tutorial by stopping shadow rays when transparency close to 0 * not using open-linux driver for release builds for now * also using open-linux-driver-ci-dev_igc-12785 in CI * enabling ray masking by default in cmake * bugfix on ray mask test in verify * updating CI to gfx-driver-ci-master-12767 * bugfix on ray mask test in verify * renamed IN_CONTEXT -> IN_ARGUMENTS for cmake variables and feature flags * documented that an Embree SYCL device can only get used on the GPU * moved invokation of CPU and GPU builder to separate functions in scene.cpp * removed unused is_build variable from Embree scene * Removing stream tracing API * rtcFilterIntersection and rtcFilterOcclusion invokes geometry and context filter function * using faster copy of org and dir for rtcForwardIntersect/Occluded * - documented rtcForwardIntersect1/4/8/16 and rtcForwardOccluded1/4/8/16 - ray forwarding only forwards ray origin and direction * passing SYCL context and device objects directly to rtcNewSYCLDevice * renamed RTC_FEATURE_ to RTC_FEATURE_FLAGS_ in Embree API * using gfx-driver-ci-master-12725 in CI * Changes required for Windows ARM64 * bugfix to user_geometry tutorial when compiled without context user geometry callbacks * using gfx-driver-ci-master-12700 in CI * update mac jobs to at least TBB 2021.1.1 * macOS jobs use the "build" tag. * fixed in export map files due to slightly changed name mangling in clang when using Embree API namespace * passing context and device to rtcNewSYCLDevice * removed RTC_SYCL_KERNEL makro as no longer required * rtcForwardIntersect pushes instance ID * user_geometry tutorial pushes instance geomID * renamed rtcGetSYCLFunctionPointer to rtcGetSYCLDeviceFunctionPointer * added rtcSYCLDeviceSelector API function * renamed RTC_ERROR_UNSUPPORTED_DEVICE to RTC_ERROR_UNSUPPORTED_GPU * removed workaround that avoided passing function pointer types as kernel argument * removed unnecessary casting to user geometry and filter callback types * fixed compile issue when user geometries were disabled * using proper argument types for API callback type definitions * - passing RTCIntersectContext to rtcIntersect and rtcOccluded functions - removing rtcIntersectEx1 function - moving all RTCIntersectContext members to RTCIntersectArguments, except instance stack * added -cl-intel-greater-than-4GB-buffer-required flag to rthwif tests as bug workaround * disabling some IGC workarounds * using gfx-driver-ci-master-12316 in CI * geometry user callback and geometry filter callback can get properly disabled using feature mask * added support to use production version of ray tracing API * removed ARM detection using TRY_COMPILE, no longer required * add rthwif CMake export * Section title format fix for "Embree Support and Contact" * fixed compile warning * Fixed compilation issues for ARM AArch64 processor under Linux. * Set `EXCLUDE_FROM_ALL` on the tbb_static build dir to not install it * enabling intensive JIT testing for DG2 * embree_rthwif can get compiled stand alone * using new allocator in rthwif builder implementation * - adding --frames command line option and testing triangle_geometry_sycl with many frames - enabling triangle_geometry_sycl tutorial in PVC CI again * disabling windows ICX test temporarily * Frei/devel (#2309) * disabling windows ICX test temporarily * fix cmake_minimum_required position * running release CI job only nightly * Fix spelling mistake * added ZE_RESULT_RAYTRACING_OPERATION_DEFERRED result to rthwif_builder_spec * first draft of L0 version of rthwif_builder API * removing SYCL dependency from rthwif_builder API * making TBB content fetching verbose * fixed compile warning related to specialization constant usage * made rthwif_production implementation independent to embree specific headers * Improvements and bugfixes to scene based feature mask selection - scene hierarchy is traversed completely - curves and point s sub-types are detected properly - ISPC crash fixed - pathtracers properly disables specialization constant usage in AOT mode * Viewer and Pathtracer are now determining their specialization constants based on the scene * renamed EMBREE_DPCPP cmake variables to EMBREE_SYCL * rthwif_test: adding scratch and accel buffer bounds checking * rthwif_test: adding multi-threading * rthwif_test: adding benchmark mode * rthwif_build: returning new size estimate from failed build * rthwif_build: returning acceleration structure size * rthwif_builder: using estimateSize function from SAH builder * rthwif_test: adding random NULL geometries for testing * rthwif_test: adding test of worst case accel bytes * removing EMBREE_DPCPP_IMPLICIT_DISPATCH_GLOBALS define and added EMBREE_DPCPP_ALLOC_DISPATCH_GLOBALS define * using intel_ray_query_abandon * Using ray tracing allocation desciptor (ze_raytracing_mem_alloc_ext_desc_t) to allocate acceleration structure data. * fixed to rtcore_scene.h * rthwif_build: builder uses scratch buffer * rthwif_build: matching implementation header with specification * rthwif_test: using device_read_only USM allocations and increased test size * rthwif_test: added mixed geometry type BVH build test * rthwif_test: added instance geometry BVH test * rthwif_test: added procedural geometries BVH build test * rthwif_test: generalized calculation of expected output * rthwif_test: testing also meshes that cannot get quadified * rthwif_test: random triangle selection * rthwif_test: storing triangle ID as 4th triangle index * rthwif_test: adding first BVH build test * rthwif_test: moved expected output generation to separate function * introduced instance transformation formats in rthwif build API * rthwif build API uses bounds pointer for instances to avoid read from hardware accel in top-level build * rthwif builder performs check of geometry descriptors * Add --compare argument to rthwif_cornell_box test * Fix download gfx_driver & dpcpp scripts * added EMBREE_DISABLE_DEVICEID_CHECK env option to disable deviceID check * enabling spill compression disable workaround again * upgrading CI to DPC++ compiler 20220914 * using sycl::gpu_selector_v for newer DPC++ compiler versions * updates to rthwif_builder_spec, improved transformation layout spec and naming * running release CI workflow only in nightly build * building separate mblur BVHs over static and mblur geometry * removing internal rthw BVH builder that was directly connected to Embree scene * using statically build TBB in rthwif_builder implementation * implemented rthwif builder thread join interface * enabling binary rthw BVH build interface by default * Disabling Windows DG2 CI test for internal tasking system to get faster CI turn arounds. * fixed bug with invalid instance bounds in rthw BVH builder * enabling implicit dispatch globals usage by default * using default sub group size for kernels * running continuous workflow no longer on pull requests * Extensions to rthwif build API: - adding format for transformations - adding list of acceleration structures to be intersected sequentially - adding parallel build operation for parallelization * enabled CI test for binary HW BVH build interface * introduced EmbreeHWAccel struct to access list of HWAccels * upgrading to CI to gfx-driver-ci-master-12316 * fixed include paths to parallel_for.h * removing spill compression disable workaround * ci: leave only benchmark jobs in gitlab (#2270) * remove inplace version of RTHWIF_GEOMETRY_TYPE_INSTANCE * updates to rthwif_test * rthwif_builder uses new procedural callback that returns array of bounds * renames to make rthwif_builder match spec * documented accelBufferBytesOut semantics when build succeeds/fails * further changes to rthwif_builder_spec * added improved and documented rthwif_builder_spec * Make SYCL tutorials work when iGPU is present: * adding vcpkg install instructions also to docu source files * Add vcpkg installation instructions * fixed bug in hardware BVH builder when geometries where NULL * using internal gfx-driver for DPC++ release build for now * running nightly release build in github at 00:00 UTC * setting JIT and AOT compile options * increased SYCL test timeout to 50s * disabling public gfx driver tests * removed no longer required disabling of EU fusion workaround * running nightly github CI at 00:00 UTC * added cmake option to generate dbg info in dpcpp kernels * ci: add github actions workflows * using high instance mask bit in instance_geometry tutorial * fixed instance mask bug with high mask bits were used * Enabled trav_loop always when instances are enabled to fix issues with high instance mask bits set. * getting rt_production API in sync with spec * removed bvh_id from ray query and ray forward intrinsics * removed bvh_level from intel_ray_query_forward_ray intrinsic * properly using intel_ray_flags_t type in rt_production API * Using some more descriptive names for some rt_production API functions: - intel_get_hit_barys -> intel_get_hit_barycentrics - intel_get_hit_geomID -> intel_get_hit_geometry_id - intel_get_hit_primID -> intel_get_hit_primitive_id - intel_get_hit_primID_triangle -> intel_get_hit_triangle_primitive_id - intel_get_hit_primID_procedural -> intel_get_hit_procedural_primitive_id - intel_get_hit_instID -> intel_get_hit_instance_id - intel_get_hit_instUserID -> intel_get_hit_instance_user_id - intel_get_hit_triangle_verts -> intel_get_hit_triangle_vertices * renaming intel_ray_desc_t members O/D to origin/direction in rt_production API * removed bvh_level from intel_ray_query_init instrinsic in rt_production API * changed enumerants in rt_production API to be lower case * Renamed structs in rt_production RT API: - RayFlagsINTEL -> intel_ray_flags_t - RayDescINTEL -> intel_ray_desc_t - ray_query_INTEL -> intel_ray_query_t - raytracing_acceleration_structure_INTEL -> intel_raytracing_acceleration_structure_t - float4x3_INTEL -> intel_float4x3 - HitTypeINTEL -> intel_hit_type - CandidateTypeINTEL -> intel_candidate_type_t * added cmake option to switch between internal and driver RT hardware BVH builder * removed old direct connection of HW BVH builder to Embree * first attempt to unify internal HW builder and API HW builder * parsing --jit-cache command line option in rthwif_test application * TBB: Stop task_scheduler_observer when TaskScheduler is destroyed * upgrading gfx driver to gfx-driver-ci-master-12117 * using sycl namespace instead of cl::sycl namespace * fixed rtcForwardIntersect/Occluded implementation when driver HW BVH interface is used * fixed wrong primitive counting in driver HW BVH interface implementation * fixed wrong instanced accel passed when driver HW BUILD interface was used * fixed wrong bounds propagation when driver HW BVH build interface was used * passing ray_query_INTEL* to each rt_production API function * renamed ray_query_t to ray_query_INTEL, and rtas_t to raytracing_acceleration_structure_INTEL * added time to RayDescINTEL * renamed CandidateType to CandidateTypeINTEL and prepended all enumerators with CANDIDATE_TYPE_INTEL_ * HitType -> HitTypeINTEL and prepending HIT_TYPE_INTEL_ to all enumerants * prepending RAY_FLAGS_INTEL_ to RayFlagsINTEL enumerants * RayFlagsIntel -> RayFlagsINTEL * rayquery_t -> ray_query_t * rt_production test uses randomized transformation for instancing * rt_production API test checks local2world and world2local output * moved TraceRayCtrl to rthwif_internal.h * Include dpcpp compilation target info in CMake config file export * Fix rounded kernel dispatch size to round up when there's a remainder * fixed bug in rthwif_test when internal task scheduler is used * - renamed intel_sync_ray_query to intel_ray_query_sync - using pointers to rayquery_t instead of references - renamed intel_get_ray_tnear to intel_get_ray_tmin - remove intel_get_hit_instanced_accel function * no longer passing Embree device to binary HW BVH build interface * using intel_get_hit_instID short form in intel_rt_production API to be consistent with geomID/primID naming * added testing for intel_get_hit_instanceUserID * implemented intel_get_hit_instanceUserID, intel_get_hit_world_to_object and intel_get_hit_object_to_world * cleanups to rthwif_production implementation * all software instancing rt_production API tests are working * software instancing rt_production API test works mostly * procedural triangle rt_production API test works * skipping rt_production test when using public gfx driver and limiting number of errors printed * adding manual dispatch globals allocation support to rt_production tests * first procedural triangle test * preparing test code to support procedural triangles * hwinstancing tests work * rt_production test can create instances * moved buildAccel to scene object * started to add instancing support to rt_production API test * added rthwif_test_triangles_anyhit_shader_commit/reject tests * rt_production API test checks committed and potential hit * rt_production API test uses multiple geometries * enabled user_geometry again when implicit globals are used * first version of rt_producton API testing * working around some regression * bugfix * fixed compile issue * added driver HW BVH builder support for mixed mblur and static geometry scenes * first motion blur support in driver HW BVH builder * updates * worked around compilation issue under Windows * fixed compile issue with disabled DPCPP support * - making rthwifGetAccelSize future proof - added support of rthw_builder=default/driver to switch between both ray tracing hardware builders * connected binary interface HW BVH builder to Embree * first version of binary interface to HW BVH builder * Fix check for if we're compiling without AOT * using sycl::ext::oneapi::property::usm::device_read_only() mode and no longer using SYCL_PI_LEVEL_ZERO_USM_ALLOCATOR explicitely * fixed tagging of wrong functions with RTC_SYCL_INDIRECTLY_CALLABLE in user_geometry tutorial * upgrading to DPC++ compiler 20220802 * added cornell_box test for production RT API * using fixed 128 bytes offset to root node in HW accel * added support to use intel_get_implicit_dispatch_globals intrinsic (disabled by default) * adding JIT test for PVC * - upgrading to DPC++ compiler sycl-nightly/20220721 - changing CL/sycl.hpp to sycl/sycl.hpp for new dpcpp compilers * add tutorial benchmarks * update models for GPU benchmark tests * CMake Large GRF option + enabled for fcall testcases * disabling specialization constant usage in AOT mode due to some DPC++ compiler bug * switching to sycl-nightly/20220625 * ci: switch testing to PVC B4 * adding unused option -cl-intel-private-memory-minimal-size-per-thread XXX to dpcpp.cmake which can get used to increase private memory size when stack calls are used * disabling EMBREE_INSTALL_DEPENDENCIES again by default * run gpu benchmark in regular ubuntu20.04 docker and clone benchmark client with secret token * merging IGC flag settings for windows and linux to common place * no longer disabling __noinline for SYCL * using CMake list for CMAKE_IGC_OPTIONS * fixed issue where disabling JIT cache did also disable USM chunk allocator * only enforcing sub-group size when geometry callbacks are enabled * adding CI test that disables geometry callbacks * added rtcIsSYCLDeviceSupported API function to check if Embree is supported on some SYCL device * lights no longer defined as indirectly callable * upgrading to gfx-driver 11261 under Windows * removed no longer required environment settings from device.cpp * No longer including sycl.hpp inside Embree API headers. If SYCL support is required, the user should include sycl.hpp before including the Embree API headers. * upgrading to gfx-driver-ci-master-11261 * cleanups to rthwif implementation * intel_get_hit_instanceID now properly returns instanceIndex * prepending PATH to DPC++ compiler * added documentation on howto workaround issues when multiple GPUs are present in the system * using -j 8 in documentation, -j might run out of memory * enabled JIT caching again when specialization constants are used * updating Windows driver version in documentation * added feature mask to pathtracer tutorial * upgrading public win gfx driver to sdp/1011433 in CI * building Linux DPC++ release without curve support * proper options to enable large GRF mode * some bugfixes to documentation of compiling Embree with DPC++ * setting version to 4.0.0-alpha * updates to README.md.in file for tutorials * added DPC++ release build * added Embree DPC++ known issues docu section * viewer_sycl disables JIT caching when specialization constants are used * added --jit-cache command line option to disable JIT caching * Exporting tasking lib only for static Embree compilation. Configuring tutorial/README.md file. * setting version to 4.0.0-alpha.0 * increasing required GLIBCXX version to 3.4.14 * removed Intel Compiler 2015 from supported compilers and CI testing as we trigger some compiler bug * added more shortcuts to specify RTC_FEATURE_LINEAR_CURVES, RTC_FEATURE_BEZIER_CURVES, RTC_FEATURE_BSPLINE_CURVES, RTC_FEATURE_HERMITE_CURVES, and RTC_FEATURE_CURVES * added feature mask to user_geometry tutorial * removed specialization constant usage from triangle_geometry_tutorial, we have the viewer for this * added feature mask to quaternion_motion_blur tutorial * - moved feature mask for point_geometry tutorial to beginning of file - enabled more testing for point_geometry tutorial * added feature mask to multi_instanced_geometry tutorial * added feature mask to motion_blur_geometry tutorial * added feature mask to minimal_sycl tutorial * added feature mask to intersection_filter tutorial * fixed disabling of intersection filter feature through feature mask * added feature mask to instanced_geometry tutorial * added feature mask to hair_geometry tutorial * added feature mask to grid_geometry tutorial * added feature mask to dynamic_scene tutorial * added feature mask to curve_geometry tutorial * improved feature masks for multi-level instancing * using feature mask also for viewer debug shaders * moved debug shaders to viewer application only, this significantly improved JIT compile time of all other tutorials * added specialization constants and command line parsing for feature mask to viewer_sycl * fixing issue with feature mask and RTC_MAX_INSTANCE_LEVEL_COUNT > 1 * added feature flags also to ISPC API * fixing compile issue when DPC++ support was disabled * Added specialization constant to point geometry tutorial * Added missing feature filter for motion blur * Added RTC_FEATURE_NONE to common header * Enabled specialization constants in SYCL triangle tutorial * Added feature_mask variable to IntersectArguments and condidtionals around features. * using work group size (4,4) which works on DG2 and PVC * allowing rendering of arbitrary screen resolutions * no longer disabling various warnings for SYCL compilation * removing SYCL_LIBS, seems not required * removed some workarounds that disabled some tutorials in some configs * documenting that user geometry bounds callbacks are host side functions always * printing CMake warning when filter and user geometry callback support in geometries are enabled * consistently adding -lsycl to link flags under Windows and Linux * fixes to DPC++ application compilation documentation for Windows * properly installing SYCL dependency under Windows * documented how to build an Embree DPC++ application * enabled EMBREE_ZIP_MODE and EMBREE_INSTALL_DEPENDENCIES by default * adding minimal tutorial sources to install package * cleanup * hide device's task arena behind execute interface * remove taskingscheduler.h from default.h * don't link embree_sycl to tasking * clean up parallel algorithm headers * move more members in inner structs * move task group members into inner struct * move checkIfModifiedAndSet into scene_verify.cpp * tutorial_ispc and tutorial should not link agains embree_sycl * fix tasking linking issues and remove rthwif library * add CI tests that use the internal tasking scheduler for sycl * make internal tasking scheduler's exception handling consistent with TBB * adding RTC_SYCL_SIMD_WIDTH to rtcore_config.h * removed reqd_sub_group_size from API function declarations, enforcing sub group size only works at kernel level * making dg2 default under Linux and JIT default under Windows * added DPC++ Memory Pooling section to documentation * enabling memory pooling and persistent JIT caching in minimal_sycl tutorial * always detecting dpcpp when EMBREE_DPCPP_SUPPORT is enabled * updates to Windows build instructions with DPC++ compiler * introduced RTC_SYCL_KERNEL kernel attribute * linking embree target to embree_sycl target * enabled SYCL chunk allocator for shared USM allocations * removing SYCL allocation workaround * allocator.clear() was executed too late in qbvh6_builder_sah * minimal_sycl tutorial properly hits triangle now * increasing timeout for SYCL CI tests to 30s * added rtcSetGeometryUserDataFromScene API function to be used during rendering * removing rtcInterpolate SYCL implementation * enabled user_geometry_sycl again in JIT test * fixed some compile warnings for Release build * updated instructions on compiling Embree with DPC++ under Linux * using TBB2020.2 for Windows CI tests * documented that AOT compilation with multiple devices is currently not working * Added documentation on how to install Windows HPG drivers. * increasing ctest timeout to 20s to properly run JIT tests * Revert "running Linux JIT CI test only on dg2-03 machine" * getting pathtracer to work when geometry filter functions are disabled * avoiding function pointers for light sampling and evaluation in pathtracer * running Linux JIT CI test only on dg2-03 machine * Added Embree DPC++ compilation docu * Added Embree DPC++ API docu section * fixed issue with SYCL benchmarking, dg2-b0-512 device config no longer supported, using just dg2 device * Added documentation for EMBREE_DPCPP_AOT_DEVICES cmake option. Cleanup of EMBREE_DPCPP_AOT_DEVICES cmake option. * installing SYCL dependency only when EMBREE_DPCPP_SUPPORT is enabled * documented EMBREE_DPCPP_SUPPORT cmake option * using newer driver for public CI testing * adding CI tests that use publicly available drivers * removed unused build.py and conf.py scripts * updated third-party-programs files * adding windows JIT test that uses gfx-driver sdp/1011314 * trying gfx-driver-ci-master release build * updates to the Embree 3 to Embree 4 porting section in documentation * added agama CI test * extending download_gfx script to support agama releases * passing RTCIntersectArguments through pointer to make API C99 compliant again * installing only required SYCL libraries * - Removed Embree 2 to Embree 3 patch script - Removed Embree 2 to Embree 3 upgrade section from documentation * renamed all *.3embree3 man files to *.4embree4 * Renamed embree3 API include folder to embree4 * updated model hash to devel branch of model repo * Initial commit of SYCL/DPC++ version of Embree with GPU support ++++ gimp: - Add 0001-Avoid-type-names-and-keywords.patch from Fedora: fixes build with gcc 15. ++++ gum: - Update to 0.16.0: New * feat(table): show indicator on help keybindings (opt-in) Fixes * fix(choose): order when using --label-delimiter * fix(confirm): ensure --show-output show the right answer * fix(spin): preserve color output when --show-output is given * fix(table): padding on item indicator * fix: generated completion invalid for fish shell * fix(choose): generated completion invalid for fish shell (choose/options) * fix(filter): wildcard escaping issue ++++ harfbuzz: - Update to version 11.0.1: + The change in version 10.3.0 to apply “trak” table tracking values to glyph advances directly has been reverted as it required every font functions implementation to handle it, which breaks existing custom font functions. Tracking is instead back to being applied during shaping. + When directwrite integration is enabled, we now link to dwrite.dll instead of dynamically loading it. + A new experimental APIs for getting raw “CFF” and “CFF2” CharStrings. + We now provide manpages for the various command line utilities. Building manpages requires “help2man” and will be skipped if it is not present. + The command line utilities now set different return value for different kinds of failures. Details are provided in the manpages. + Various fixes and improvements to fontations font functions. + All shaping operations using the ot shaper have become memory allocation-free. + Glyph extents returned by hb-ot and hb-ft font functions are now rounded in stead of flooring/ceiling them, which also matches what other font libraries do. + Fix “AAT” deleted glyph marks interfering with fallback mark positioning. + Glyph outlines emboldening have been moved out of hb-ot and hb-ft font functions to the HarfBuzz font layer, so that it works with any font functions implementation. + Fix our fallback C++11 atomics integration, which seems to not be widely used. + Various testing fixes and improvements. + Various subsetting fixes and improvements. + Various other fixes and improvements. ++++ jenkins-x-cli: - Update to version 3.11.75: * chore(deps): upgrade jenkins-x-plugins/jx-changelog to version 0.10.13 - Update to version 3.11.74: * chore(deps): upgrade jenkins-x-plugins/jx-verify to version 0.3.12 - Update to version 3.11.73: * chore(deps): upgrade jenkins-x-plugins/jx-pipeline to version 0.7.20 - Update to version 3.11.72: * chore(deps): upgrade to version 0.0.79 - Update to version 3.11.71: * chore(deps): upgrade to version 0.25.1 ++++ jujutsu: - update to 0.28.1: * Security fixes - Fixed SHA-1 collision attacks not being detected. (GHSA-794x-2rpg-rfgr) * Fixed bugs - Resolved some potential build issues for packagers. #6232 - Fix a bug with :ours and :theirs merge tools involving conflicted trees with more than two sides. #6227 ++++ kargo-cli: - Update to version 1.4.0: Large update, please find the release notes here: https://github.com/akuity/kargo/releases/tag/v1.4.0 In the CLI, re-logging in to a Kargo API server when your token (and refresh token, if applicable) have expired is now considerably easier, requiring only kargo login, with all other arguments and flags inherited from the previous login. * feat(cli): improve UX (re-)login (#3727) * chore(deps): bump the js-patch group across 1 directory with 3 updates (#3714) * chore(deps): bump google.golang.org/api from 0.227.0 to 0.228.0 in the go-minor group (#3718) * chore(deps): bump the go-patch group with 2 updates (#3717) * chore(deps): bump vite from 6.0.9 to 6.0.12 in /ui (#3710) * chore: update Go dependencies (#3705) * chore(deps/tools): bump github.com/golangci/golangci-lint from 1.64.7 to 1.64.8 in /hack/tools in the go-patch group (#3692) * chore(deps): bump actions/setup-node from 4.2.0 to 4.3.0 (#3694) * chore(deps): bump actions/cache from 4.2.2 to 4.2.3 (#3693) * chore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 (#3695) * chore(deps): bump the go-patch group with 2 updates (#3699) * chore(deps): bump the go-minor group with 3 updates (#3700) * chore(deps): bump the js-patch group across 1 directory with 3 updates (#3659) * chore(deps/tools): bump github.com/containerd/containerd from 1.7.25 to 1.7.27 in /hack/tools (#3664) * chore(deps): bump github.com/expr-lang/expr from 1.16.9 to 1.17.0 (#3666) * chore(deps): bump github.com/containerd/containerd from 1.7.24 to 1.7.27 (#3665) * chore(deps): bump the go-patch group with 7 updates (#3656) * chore(deps): bump the go-minor group with 4 updates (#3657) * chore(deps/tools): bump the go-patch group in /hack/tools with 4 updates (#3658) * chore(deps): bump golang from 1.24.0-bookworm to 1.24.1-bookworm (#3632) * chore(deps): bump the js-major group in /ui with 5 updates (#3627) * chore(deps/tools): bump golang.org/x/tools from 0.30.0 to 0.31.0 in /hack/tools in the go-minor group (#3631) * chore(deps/tools): bump github.com/golangci/golangci-lint from 1.64.5 to 1.64.6 in /hack/tools in the go-patch group (#3630) * chore(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 (#3628) * chore(deps): bump golang from 1.24.0-bookworm to 1.24.1-bookworm (#3629) * chore(deps): bump the go-minor group with 6 updates (#3624) * chore(deps): bump the go-patch group with 5 updates (#3623) * chore(deps): bump the js-patch group in /ui with 3 updates (#3543) * chore(deps): bump the go-minor group with 6 updates (#3594) * chore(deps): bump docker/setup-qemu-action from 3.4.0 to 3.6.0 (#3589) * chore(deps): bump slsa-framework/slsa-github-generator from 2.0.0 to 2.1.0 (#3588) * chore(deps): bump docker/setup-buildx-action from 3.9.0 to 3.10.0 (#3587) * chore(deps): bump actions/cache from 4.2.1 to 4.2.2 (#3590) * chore(deps): bump korthout/backport-action from 3.1.0 to 3.2.0 (#3591) * chore(deps): bump the go-patch group with 4 updates (#3593) * chore(deps): bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5 (#3554) - Update to version 1.3.4: No CLI-related changes in the changelog ++++ kf6-kconfig: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * KDesktopFile: Always put [Desktop Entry] group first * Fix build warning * Fix double unescaping of config keys * Update dependency version to 6.13.0 ++++ kf6-attica: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Add missing include mocs * It compiles fine without qt6.9 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-baloo: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-bluez-qt: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-breeze-icons: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Add symbolic links for telegram-desktop new icon names * Update dependency version to 6.13.0 ++++ kf6-extra-cmake-modules: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Add missing include mocs * ECMAddTests.cmake: add support to pass environment variables and compile definitions * tests: Fix cmake deprecation warning * ECMEnableSanitizers.cmake: replace tabs with spaces * KDECompilerSettings: default to C++20 for level 6.13 * ECMEnableSanitizers.cmake: fix GCC's "note: variable tracking size limit exceeded" when using asan * Update dependency version to 6.13.0 ++++ kf6-extra-cmake-modules-doc: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Add missing include mocs * ECMAddTests.cmake: add support to pass environment variables and compile definitions * tests: Fix cmake deprecation warning * ECMEnableSanitizers.cmake: replace tabs with spaces * KDECompilerSettings: default to C++20 for level 6.13 * ECMEnableSanitizers.cmake: fix GCC's "note: variable tracking size limit exceeded" when using asan * Update dependency version to 6.13.0 ++++ kf6-frameworkintegration: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Add a TODO note to drop knsrc alias workaround * Update dependency version to 6.13.0 ++++ kf6-kapidox: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Update dependency version to 6.13.0 ++++ kf6-karchive: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Remove duplicate deprecation attribute * Silence nodiscard warning * Add missing since information * Properly deprecate addEntry/removeEntry * Handle Zip64 extra field in central directory * kzip: Remove repeated code for header detection * kzip: Fix misdetection of nested signatures, handle Zip64 data descriptors (kde#450597) * kzip: Detect Zip64 end of central directory records * kzip: Add various test cases * Add support for reading encrypted 7z archives * Mark addEntry as deprecated, replaced with addEntryV2 * Add test files * Fix QIODevice double deletion in KArchive::close() * Introduce and use KArchiveDirectory::removeEntryV2 * It compiles fine without qt6.9 deprecated methods * Fix buffer boundary check in K7ZipPrivate::readNumber * Update dependency version to 6.13.0 ++++ kf6-kauth: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Add missing include mocs * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kbookmarks: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kcalendarcore: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Clean headers * Remove unused warning pragma * Port to not deprecated methods * It compiles fine without qt6.9 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kcmutils: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * tools: Fix querying X-KDE-OnlyShowOnQtPlatforms * Make kcmdesktopfilegenerator preserve X-KDE-OnlyShowOnQtPlatforms * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kcodecs: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kcolorscheme: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kcompletion: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kconfigwidgets: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kcontacts: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kcoreaddons: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Add missing include mocs * Mimetypes: replace TODO comment with link to s-m-i MR * Drop no longer needed export of KJobPrivate & KCompositeJobPrivate * It compiles fine without qt6.9 deprecated methods * KDirWatch: Constify the 'path' variable * Require CI to pass on FreeBSD * KProcessList: Return login names based on ruid in the FreeBSD impl * KDirWatch: Support the "direct" mode of the libinotify-kqueue library * KShell:tildeExpand: Return filename if homedir is empty (kde#317513) * Bump min required SharedMimeInfo to 2.1 * Update dependency version to 6.13.0 ++++ kf6-kcrash: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kdav: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * CMakeLists.txt - Don't include quiet packages in the feature summary * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kdbusaddons: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kdeclarative: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Add missing include mocs * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kded: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kdesu: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kdnssd: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kdoctools: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kfilemetadata: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Add missing since information * [Office2007Extractor] Fix Keywords handling in OPC CoreProperties * [Office2007Extractor] Add support for 3MF and XPS formats metadata * [Office2007Extractor] Fix several more OPC violations, cleanup * [Office2007Extractor] Avoid double lookup of ZIP file entries * Use categorized logging in all extractors * Print diagnostic error string from KArchive if opening files fail * ffmpegextractor: extract video and audio codec, pixel format and color space * [ExtractorCollection] Don't print warning for valid metadata * [Dump utility] Use QGuiApplicaton as required by some extractors * [MobiExtractor] Add debug message for invalid or DRMed files * mobiextractor.cpp - fix compile for ENABLE_TEXT_EXTRACTION undefined * [MobiExtractor] Disable buggy text extraction by default * Update dependency version to 6.13.0 ++++ kf6-kglobalaccel: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kguiaddons: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Add support for high-contrast mode on Windows * It compiles fine without qt6.9 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kholidays: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * .krazy - modernize * Add codespelling capability to the project (and fix misspellings) * Use "kholidays_debug.h" rather than * Update for 2025 * holidayparserplan.cpp - comment unused variable * It compiles fine without qt6.9 deprecated methods * Add public holidays for Puerto Rico * Update dependency version to 6.13.0 ++++ kf6-ki18n: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Use iso-codes' common_name field for country names when present (kde#501968) * It compiles fine without qt6.9 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kiconthemes: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Fix missing initialization and copying of activeText * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kidletime: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kimageformats: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Add missing include mocs * It compiles fine without qt6.9 deprecated methods * PSD: use linear profile on float images * It compiles fine without kf6.12 deprecated methods * Write tests for hej2 format * heif: enable saving of hej2 format * CI: Enable heif so we make sure it compiles * writetest: special handling for HEIF format * readtest: special handling for HEIF format * heif: disable AVCI decoder for libheif before 1.19.6 * SKIP tests when libheif configuration is incomplete * heif: enable reading images with native 16 bit depth * Use of heif_context_add_XMP_metadata instead heif_context_add_XMP_metadata2 * Update dependency version to 6.13.0 ++++ kf6-kio: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Add missing include mocs * KFileWidget and KDirOperator: Fix saving and loading preview settings (kde#501743) * Add missing includes * KUrlNavigatorButtonBase: Fix foreground color with accent color headers (kde#501803) * PasteDialog: make text follow combobox and vice versa * PasteDialog: make MIME type handling fancier (kde#499348) * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Fix touch interaction (kde#501708) * SkipDialog: show msg with plaintext (kde#488910) * KFileWidget: Allow saving single file with double quotes (kde#426728) * kurlnavigator: change frame border when in focus * KCoreDirLister: use std::unordered_map for KCoreDirListerCacheDirectoryData * KCoreDirLister: Refactor the two QLists for Holding and Listing KCoreDirListers into QHash * RenameDialog: Enable word wrap for text content (kde#497732) * trash: Fix typo in ScanFilesInTrashOption enumeration * KFileWidget: drop broken workaround for old s-m-i octet-stream file suffix (kde#501085) * Use appropriate icon for blank file (kde#501462) * KNewFileMenu: Forbid saving file or folder with ~USERNAME as name * Scrolling with touch in KDirOperator * Update dependency version to 6.13.0 ++++ kf6-kirigami: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Fix icon bundling on Android * Add missing since information * ColumnView: More reliable touch horizontal scrolling * ColumnView: watch columns implicitwidth change * HeaderFooterLayout: introduce spacing property * Add missing include mocs * DialogLayer: force header style when on global pagestack * PageRow: Fix the navigation buttons disappearing in certain situations * Workaround for multiple engine types registration (kde#497616) * Fix loading page header for pages with titleDelegate in PagePool * Add missing include * NavigationTabBar: don't use left/right padding in implicitWidth (kde#500229) * NavigationTabBar: don't use availableWidth in contentWidth (kde#500229) * dialogs/DialogHeaderTopContent: always place close button top right * dialogs/DialogHeaderTopContent: remove margin instead of adding * Increase KF/QT deprecated version * Improve breeze icons install * layout/FormLayout: scroll to focus item if necesary * BasicTheme: Allow creation without a QML engine * NavigationTabButton: Don't bold selected * Dialog: make header contents composable * Revert "InlineMessage: fix link opening and hover handlers" * Update dependency version to 6.13.0 * ShadowedImage: Hide ShadowedTexture with software rendering * Dialog: guard even harder against null parent ++++ kf6-kitemmodels: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kitemviews: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kjobwidgets: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * kjobcreator: startElapsedTimer in Testjob::start * Update dependency version to 6.13.0 ++++ kf6-knewstuff: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Add missing include mocs * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * attica/atticarequester: use logging categories * core/resultsstream: downgrade severity of "Finished" log message * core: use logging category * Add AliasFor keyword * Update dependency version to 6.13.0 ++++ kf6-knotifications: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * KNotification: Update notification when action label changes * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-knotifyconfig: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kpackage: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * packagestructure_compat_p: add Icon field * Update dependency version to 6.13.0 ++++ kf6-kparts: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kpeople: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kplotting: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kpty: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kquickcharts: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * controls: Use implicit size for layout calculations in AxisLabels * controls: Use polish in AxisLabels instead of custom relayout queueing * Update dependency version to 6.13.0 ++++ kf6-krunner: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Restore FavoriteCountRole enum value * Add missing include * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Revert "Give favorites a relative boost rather than absolute sorting position" (kde#489866) * Update dependency version to 6.13.0 ++++ kf6-kservice: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * KService: Don't skip action without executable * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kstatusnotifieritem: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-ksvg: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-ktexteditor: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Fix build with Qt 6.10 * try to improve test stability * don't move the cursor to the current drop location for file drops (kde#501618) * Try to flush less often to disk (kde#501508) * Adapt unit test to changes in KF::SyntaxHighlighting * It compiles fine without kf6.12 deprecated methods * Add Text to Speech actions to context menu * cut down to right integer size * use _commit for safer swap files on Windows * ensure we don't run into corner cases in Qt for font sizes (kde#500766) * KateScrollBar: Add minimap actions to context menu * trigger dictionary load * Update dependency version to 6.13.0 ++++ kf6-ktexttemplate: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Add missing include mocs * Update dependency version to 6.13.0 ++++ kf6-ktextwidgets: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kunitconversion: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kuserfeedback: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Remove qmake info as it was removed * Port some code from foreach to for(...:...) * Update dependency version to 6.13.0 ++++ kf6-kwallet: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Add missing include mocs * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Better salt generation * Update dependency version to 6.13.0 ++++ kf6-kwidgetsaddons: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Add missing include mocs * ktitlewidget: Remove mention of bold text in doc comments * ktitlewidget: Add a note that the default level is 1 * ktitlewidget: Update links to KDE HIG * It compiles fine without qt6.9 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kwindowsystem: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Remain bug-compatiable on older plasma * wayland: Avoid creating the platform window in surfacehelper * It compiles fine without qt6.9 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-kxmlgui: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without kf6.12 deprecated methods * It compiles fine without qt6.9 deprecated methods * ensure KMainWindow::canBeRestored is working with no data (kde#427552) * Update dependency version to 6.13.0 ++++ kf6-modemmanager-qt: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-networkmanager-qt: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-prison: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-purpose: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * AlternativesModel: Always reset model when initializing * It compiles fine without kf6.12 deprecated methods * Clipboard: Set clipboard text, too, if applicable * JobDialog: Cancel when closing window * Update dependency version to 6.13.0 ++++ kf6-qqc2-desktop-style: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Add missing include mocs * Frame: Use corner radius * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-solid: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * Return model (or vendor) if the battery technology is unknown * backends/fstab: override StorageAccess check signals * Update dependency version to 6.13.0 ++++ kf6-sonnet: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * Speller: Load dictionary on demand * Update dependency version to 6.13.0 ++++ kf6-syndication: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * It compiles fine without kf6.12 deprecated methods * Update dependency version to 6.13.0 ++++ kf6-syntax-highlighting: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * Add Devicetree Source syntax highlighting * CMakeLists.txt - Don't include quiet packages in the feature summary * Fix build with Qt 6.10 * It compiles fine without qt6.9 deprecated methods * Update Elixir Syntax, Add EEx/HEEx * Add "echo" keyword to Gleam * Update dependency version to 6.13.0 * Add example SPDX and alerts comments in test.gleam * Replace inlined license by SPDX-License-Identifier in gleam.xml top comment * Refactor `alerts` keywords to `crash keywords` and add `import keyword` list * Increment gleam.xml version number * Add example documentation comments * Refactor comments and improve import highlighting ++++ kf6-threadweaver: - Update to 6.13.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.13.0 - Changes since 6.12.0: * It compiles fine without qt6.9 deprecated methods * Update dependency version to 6.13.0 ++++ kitty: - Update to 0.41.1: * Fix a regression in the previous release that caused rendering of emoji using the VS16 variation selector to fail with some fonts (#8495) * Fix a regression in 0.40.0 that caused tab bar margins to not be properly blanked when the tab bar is at the bottom (#8494) * Wayland: panel kitten: Fix incorrect initial font size on compositors such as Hyprland that set scale late in the window creation process (#8496) * Fix a regression in 0.40.1 that caused hyperlink underline on hover to remain on screen when the screen is scrolled ++++ ldc: - Update to 1.40.1: * Big news - Frontend and druntime bumped to version 2.110.0 final. (#4854, #4868) - LLVM for prebuilt packages bumped to v19.1.7. (#4822) - New prebuilt package for Alpine Linux x86_64 with musl libc. It's currently generated on Alpine v3.21, using its default LLVM 19. Most bundled executables are fully static and can be run on ~all distros. (#4826, #4862) - Revived dynamic-compile (JIT) functionality (formerly unsupported since LLVM 12), supporting LLVM 18+ now. (#4774) - ldc2.conf: %%ldcversion%% placeholder added, allowing to refer to version-specific directories. - Windows: The prebuilt packages now bundle an official libcurl build (from https://curl.se/windows/), currently v8.12.1. The static library (curl_a.lib) isn't available anymore. When bundling this libcurl.dll with your binaries, make sure to include curl-ca-bundle.crt too (in the same directory as the DLL), to prevent 'SSL peer certificate or SSH remote key was not OK' exceptions. (#4855, #4875) * Platform support - Supports LLVM 15 - 19. - Initial compiler and runtime support for ppc64 and ppc64le systems that use IEEE 754R 128-bit floating-point as the default 128-bit floating-point format. (#4833, #4840) - Initial support for Windows on ARM64. The prebuilt Windows multilib package/installer bundles prebuilt arm64 druntime and Phobos; cross-compiling works out of the box via -mtriple=aarch64-windows-msvc, but you currently need to set up a suited MSVC arm64 build environment before yourself (e.g., by running vsdevcmd.bat -arch=arm64 - host_arch=x64). (#4835, #4846) * Bug fixes - Prebuilt macOS universal package: Fix automatic bundled libLTO.dylib usage when linking with LTO. (#4857) - Building multi-file D applications with control-flow protection will no longer cause LDC to throw an internal compiler error. (#4828) ++++ spirv-llvm-translator: - Update to version 20.1.1. * Emit select for out-of-range builtin var indices. * Allow UniformDecoration capability for Uniform (SPIR-V 1.6). * Fix OpTypeBufferSurfaceINTEL translation for opaque pointers. * Deprecate SPV_INTEL_token_type. ++++ libclc: - Update to version 20.1.0 (boo#1240848);changes since 19.1.0: * Disable external-calls testing for clspv targets (#127529) * Allow default path when looking for llvm-spirv (#126071) * Clang-format includes * Optimize isfpclass-like CLC builtins (#124145) * clspv: add missing clc_isnan.cl dependency (#124614) * Move key math headers to CLC (#124739) * Move copysign to CLC library; fix & optimize (#124598) * Optimize CLC vector any/all builtins (#124568) * Optimize CLC vector is(un)ordered builtins (#124546) * Optimize CLC vector relational builtins (#124537) * Move nextafter to the CLC library (#124097) * Don't rely on fp16 pragma guards in headers (#122751) * Route int bitselect through CLC; add half (#123653) * Route select through __clc_select (#123647) * Move mad to the CLC library (#123607) * Rename include guards. NFC. * Move degrees/radians to CLC library & optimize (#123222) * Move smoothstep to CLC and optimize its codegen (#123183) * Add missing includes to CLC headers (#118654) * Add Maintainers.md for libclc (#118309) * Optimize ceil/fabs/floor/rint/trunc (#119596) * "[libclc] Create aliases with custom_command (#115885)" (#116025) * "[libclc] Create aliases with custom_command (#115885)" for causing: https://github.com/llvm/llvm-project/issues/115942 * Add some include guards to CLC declarations. NFC * Create aliases with custom_command (#115885) * Avoid using undefined vector3 components (#115857) * Use builtin_convertvector to convert between vector types (#115865) * Correct use of CLC macro on two definitions * Move relational functions to the CLC library (#115171) * Use __clc_max in CLC functions * Move abs/abs_diff to CLC library * Move clcmacro.h to CLC library. NFC (#114845) * Move ceil/fabs/floor/rint/trunc to CLC library (#114774) * Format clc_fma.cl. NFC * Format clc_tan.cl. NFC * Add some include guards and format a file * Move min/max/clamp into the CLC builtins library (#114386) * Restore header order, which formatting broke * Format clc_ldexp.cl and clc_hypot.cl. NFC * Create an internal 'clc' builtins library * Split off library build system into helpers * Add a new target for gfx1153 (#113138) * Give a helpful error when an unknown target is requested (#111528) * Convert README to Markdown (#111549) * Update build instructions in readme (#111369) * Remove mention of BSD license in readme (#111371) * Fix installation w/ ENABLE_RUNTIME_SUBNORMAL (#109926) * More cross compilation fixes (#97811) - require llvm20/clang20 on sle15 >= sp6 - supersedes fix-cmake-install.patch ++++ lxc: - update to 6.0.4: This is the fourth bugfix release for LXC 6.0 which is supported until June 2029. * Changes As usual this bugfix releases focus on stability and hardening. Some of the highlights for this release are: - Switch to the Zabbly MAC address prefix - New LXC_IPV6_ENABLE lxc-net configuration key to turn IPv6 on/off - Fixed ability to attach to application containers with non-root entry point * Detailed changelog - LXC attach should exit on SIGCHLD - confile-vlanid: undefined is not a zero value - conf: log name of invalid capability in error - dbus: replace hardcoded dbus address with environment variable - conf: warn when capabilities are disabled or libcap is not found - lxc/attach: Revert "- LXC attach should exit on SIGCHLD" - config-bcast: fix incorrect broadcast address calculation - github: Switch to native arm64 runners - Added LXC_IPV6_ENABLE option for lxc-net to enable or disable IPv6 - sysconfig/lxc: remove false comment - global: Switch MAC generation to Zabbly prefix - global: Switch to new MAC prefix - github: Add packaging workflow - tools/lxc_attach: fix ENFORCE_MEMFD_REXEC checks - lxc/conf: handle rootfs open_at error in lxc_mount_rootfs - lxc/caps: fix open /proc/sys/kernel/cap_last_cap - lxc/start: do prctl(PR_SET_DUMPABLE) after last uid/gid switch ++++ opencc: - Add opencc-gcc15.patch to fix gcc15 compile time error ++++ openpgl: - Update to version 0.7.0: * [cleanup] Final fixes for the release * [doc] Updating README.md and CHANGELOG.md * [superbuild] reordering CMAKE Options * [common] Adding (float, float, float) constructor to pgl_spectrum * [samplestorage] Adding GetZeroValueSampleSurface and GetZeroValueSampleVolume functions * [doc] Updating documentation in the README.md * [release] Increasing version number to 0.7.0 and updating change log * [superbuild] Cleaning up the script * [clang-format] Running clang-format * [pathsegmentstorage] Removing the trackZeroValueSamples parameter from the PathSegmentStorage constructor. It is now turned on internally when needed (i.e., radiance caches is enabled) * [samplestorage] Renaming GetSizeInvalidSurface and GetSizeInvalidVolume to GetSizeZeroValueSurface and GetSizeZeroValueVolume * [cmake] Deactivating experimental features (e.g., radiance caches and image-space guiding buffer) and directional and spectral data compression by default. * [ci] Adding python3 to the rockylinux 8 runner * [coverity] Fixing some coverity warnings * [ci] Adding Windows on ARM CI * [tbb] Udating TBB version to 2012.13 * [sse2neon+compile] Re-apply sse2neon changes, and add support for Windows ARM64 * [sse2neon] Upgrade sse2neon to revision 227cc413 * [common] Renaming function normalize to pglNormalize * [third-party] Updating third-party licenses * [format] Applying clang-format * [format] Adding .clang-format file * [imagespaceguidingbuffer] Ensuring that the denoiser pointer is intializes as nullptr * [vmm] Fixing numerical instability sampling method and ensuring resetting empty components after product calculation * [ci] Cleaning up ci scripts * [cleanup] Fixing include orders and some comment styles * [denoiser] Switching to in-place denoising and removing unnecessary OIDN buffers * [imagespaceguidingbuffer] Adding Reset function (e.g., needed when the camera or scene changes) * [cleanup] Doing some code cleanup (removing commented out code) * [doc] Updating comments for the RR strategies and the ImageSpaceGuidingBuffer * [ci] Updating CI scripts * [superbuild] Adding OIDN 2.3.0 patch for (older) Apple systems * [ci] Removing ICC test and updating ICX * [tinyexr] Switching to nanozlib * [cpp-API] Revising vector classes and adding opterators * [imagespaceguidingbuffer] Adding ImageSpaceGuidingBuffer example class: e.g., for estimating pixel contibutions * [cleanup] Some code cleanup * [radiance caches] Changing OPENPGL_EF_RADIANCE_CACHES to OPENPGL_RADIANCE_CACHES define * [superbuild] Adding OpenImageDenoise and ISPC dependencies to the superbuild CMake script * [tinyexr] Adding tinyexr header * [guidedrr] Adding example code for calculating the survival probability for guided Russian Roulette * [sampledata] Simplified compression/quantization by using operator overloading * [sampledata] Removing unused flagtype ESplatted * [sampledata] Adding compression of directions and radiance values * [radiance caches] Renaming the withMIS parameter to directLightMIS * [radiance caches] Implementing the fitting feature to query radiance quantities with the withMIS flag * [radiance caches] Adding withMIS parameter to be able to query irradiance, fluence, incoming, and in-scattered radiance estimates with or with NEE weights * [ci] Adding basic public CI workflow with Rocky8 und Ubuntu22 * [radiance caches] Cleaning up use of OPENPGL_RADIANCE_CACHES define * [invalidsamples] Renaming InvalidSamples to ZeroValueSamples * [samplestorage] Adding `AddInvalidSample` function. * [compile] Fixing some compiler warnings * [invalidsamples] Adding the incident direction to the PGLInvalidSampleData * [cleanup] Reveted accidental change, squash into e5e06e863c7d33290f783967fafd97eccdf92630 * [ci] Moving from CentOS 7 to RockyLinux 8.7 and removing Ubuntu 18.04 * [radiance caches] Added function documentation for the new radiance cache related functions * [pathsegment] Lowering the minPDF threshold (0.1 -> 0.01) to get more accurate radiance cache approaximations. * [radiance caches] Code clean up * [radiance caches] Fixed radiance cache calculation * [radiance caches] Adding support to estimate the in-scattered radiance (VMMs) * [radiance caches] Continued working on the outgoing radiance estimate * [radiance caches] Added better defines to drive experimental features * [radiance caches] Adding support for estimating/querying outgoing radiance * [radiance caches] Adding support to switch on/off experimental features * [radiance caches] Adding support for direct irradiance approximation (VMMs) * [radiance caches] Adding functionality to estimate the fluence and incoming radiance * [radiance caches] Adding support for tracking invalid samples * Fixed initialization of separator/tab strings * Fixed compiler warnings related to C compatibility * [format] Changes for a more clang-format friendly code base * [cleanup] Adding some includes * [pavmm] Adding SIMD CDF sampling code to select a mixture component * [simd] Moving SIMD prefixsum code to openpgl_common.h adding AVX512 code * [simd] Implementing SIMD version of CDF sampling * [knn] Adding distance importance sampled KNN look up * [cmake] Adding defines.h to identify if support for AVX512 was activated during build * [serialization] Re-designed the serialization and deserialization code for the SIMD vectors. * [docu] Updating changelog (fixing typos) * [typo] Fixing typo SufficientStatisitcs -> SufficientStatistics * [compare] Adding missing compare checks for the distributions and training statistics * [knn] Avoiding copying statistics during KNN-tree build * [samplingdistribution] Fixing typo for pglSurfaceSamplingDistributionGetId * [pathsegment] Fixing bug in AddDirectContribution * [cmake] updating global compiler configurations * [ci] Disabling MacOS icc build test because icc reached EOL * [security] Adding SECURITY.md file * [cmake] Adding separate CMake option (OPENPGL_BUILD_CHECK_TOOL) to build the check tool * [doc] Updating Readme.md * [field] Adding functionality to disable knn-lookups by passing a negative 1D sample value to the Volume/SurfaceSamplingDistribution::Init() functions * [sse2neon] Updating to version 1.6.0 * [sse2neon] Updating sse2neon to version 1.5.1 * [macos] Fixing some compiler bugs with sse2neon.h under MacOS Sonoma * [embree] Updating the SIMD code to Embree 4.3 * [tbb] Fixing TBB memory leak caused by TBB's asynchronous destruction of arenas and streams if not explicitly initialized in a context before a ttb::parallel_for. * [clean] Cleaning up some parallelization code * [version] Bumping the version to 0.6.0 and rebuilding the README.md * [stats] Adding timings to the FieldStatistics and info about them into the ChangeLog * [ci] Adding build tests on MacOS Sonoma and older versions * [field] Adding FieldConfig class to configure the initialization of the guiding Field. * [tools] Updated, commented and tested the 'openpgl_bench' and 'openpgl_debug' tools * [statistics] Adding support for querying statistics from the guiding Field (e.g., about the KDTree, the distributions, and number of caches) * [cleanup] Doing some code cleanup and reducing some compiler warnings * [ci] Adding coverity support * [samplecontainer] Assert fix * [cleanup] Fixing some typos * [fix] some VMM fixes * [cmake] Adding messages to print the platform, compiler and arch * [doc] Updated change log for next release (0.6.0) * [cleanup] Some code cleanup and documentation * [compile] Removing some compiler warnings * [data] Adding SampleContainerInternal struct to replace std::vector containers * [omp] Removing legacy OpenMP code snippets * [kdtree] Switched to shared 'split dim + idx' representation and remove MERGE_SPLITDIM_AND_NODE_IDX define * [kdtree] Cleaning up code * [kdtree] Some parallel code clean up * [device] Adding numThreads parameter * [debug] Adding new modes "compareSamples", "compareFields", and "updateCompareFields" to the openpgl_debug tools * [kdtreeBuild] fixing non-determinism Bug * [field+samplestorage] Adding compare (==) operators to be able to compare Fields and SampleStorages for debugging determinism * [samplestats] Adding integer arithmetic for calculating stats * [kdtree] Adding parallel algorithms from Embree for partition the samples * [parallel] Adding parallel algorithms from Embree (e.g., parallel_partition, parallel_reduce) * [treelets] delete TreeLets in the Tree deconstructur * [field] Adding DebugSettings * [bench] `init_fitting` Moving the loading of data out of the test loop * [samplingdistributions] Adding GetId() function to query the cache id. * [kdetree] Implemented TreeLets * [bench] Implemented `benchLookUpSample` benchmark * [device] Adding PGL_DEVICE_TYPE_NONE type * [bench] Adding benchmarking tool * [debug] Adding "exportSamplesToOBJ" functionality * [tools] Adding openpgl_debug tool * [cmake] Refactoring handling of compile options * [icc+mac] Fixing compile error under MacOS when using ICC * [ci] adding build test for icc compiler * [compile] Re-structuring the compiler flags handling * [compiler] Adding check for `dpcpp` ++++ liborigin: - update to 3.0.3: * Fix-buffer-overflow and out-of-bounds accesses * Fix reading legends from newer project version * support axis title shown property * multiple code quality fixes - Fix license to GPL-3.0-or-later - drop unused rpmlintrc filter ++++ re: - Update to 3.21.1: * multiple memory safety fixes * extended functionality relevant for library consumers * optimizations and adjustments for tests ++++ scamper: - update to version 20250401: - scamper: * move items that require privilege (opening files, unlinking files, opening raw sockets, datalink interfaces) into scamper_priv.c and have each follow a consistent pattern. previously these were distributed throughout many source code files. * add build option that allows scamper to decide if it will do privilege separation at run time. the --enable-scamper-privsep=rootonly configure option enables this behavior. if run with root privileges, scamper will do privilege separation. if not run with root privileges, scamper will not. - -enable-scamper-privsep=yes (the default) does privilege separation regardless of root privilege status. note: the previous --disable-privsep configure option has become - -disable-scamper-privsep * restructure the way that blocked tasks (tasks that share a probe signature) are handled * add -O mss=foo option to ping, which will include mss option to TCP syn probe methods. * ignore packets on the datalink interface associated with a probe that has a timestamp after the datalink packet's timestamp. * increase scamper -H holdtime limit from 10s to 60s. - python module: * add ScamperCtrl.outfile setter * fix ScamperFile filter_types - libscamperfile: * handle termination HTTP chunk correctly (noticed running unit tests on MacOS, which has a stricter strtol) * be more accepting when processing HTTP headers - libscamperctrl: * fix bug when reading partial control messages from mux - tests: * add unit test for prefixtree implementation * add tests for parsing HTTP headers ++++ serd: - Fix Leap build ++++ libunwind: - Add malloc-prototype.patch to fix gcc15 compile time error ++++ vigra: - Update to 1.12.2 * Removing executable permission from plain files * Do not inherit from std::iterator as it is deprecated in c++17 * Use posix shell instead of bash for tests * fix RandomAccessSet::insert(pos, val) function for gcc-15 and clang-19 * fix typo in multi_iterator_coupled * Move away from inline global regex flag * modernise for c++20 - Also build without numpy on arm7l - Add a _constraints file to avoid oom issues on PowerPC and aarch64 ++++ libxlsxwriter: - Update to version 1.2.2: * Added support for manually positioning chart elements such as the chart axis labels, the chart legend, the chart plot area and the chart title. - Updates from version 1.2.1: * Improved the cmake build support for using the minizip library. ++++ lxcfs: - update to 6.0.4: This is the fourth bugfix release for LXCFS 6.0 which is supported until June 2029. * Changes - Properly handle SLAB reclaimable memory in meminfo - Handle empty cpuset strings - Fix potential sleep interval overflows * Detailed changelog - meminfo: Add slab_reclaimable to MemAvailable - tests/test-read: call close(2) only if there is an fd - utils: fix wait_for_sock to use time_t instead of int - cpuset_parse: make a check for an empty string in cpu_in_cpuset() - utils: move strlcpy/strlcat helpers from cgroup_utils to utils - lxcfs: use strlcpy when handle runtime-dir parameter - proc_loadavg: Prevent integer overflow calculating the sleep interval ++++ markdown-oxide: - Update to version 0.25.1: * fixed multiple footnote link bug ++++ metamail: - add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on Leap 15.6 ++++ mold: - Fix build on 15.6 x86_64 ++++ myrlyn: - Require libQt6Svg6 at runtime to load SVG icons (#86) ++++ openSUSE-release-tools: - Update to version 20250405.bd6e4d27: * add devel_update.sh for git-based Factory ++++ rednotebook: - Update to version 2.39 * Support GIRepository 3.0 (#817, #818, Jendrik Seipp). * Fixes https://bugzilla.opensuse.org/show_bug.cgi?id=1239860 - New in version 2.38 * Fix: include right-pane tags without subentries in search results (#794, @jendrikseipp). * Upgrade to txt2tags 3.9 (@jendrikseipp). - New in version 2.37 * Improve bidirectional text support in preview mode (#781, @metemaddar). - New in version 2.36 * When searching for hashtags, show remainder of line after hashtag in search results (@jendrikseipp). * When searching for a hashtag, scroll to hashtag and highlight it (@jendrikseipp). * Add simple way for showing all entries: allow searching for whitespace (which should be part of all days) (@jendrikseipp). - New in version 2.35 * Add option to auto-indent text in editor and activate it by default (#561, #562, Allen Benter, Varunjay Varma). - New in version 2.34 * Copy/paste text into the correct text field (#677, @jendrikseipp). ++++ sharutils: - add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on Leap 15.6 ++++ skaffold: - Update to version 2.15.0: * New Features and Additions: - feat(helm): add depBuild and template flags to HelmDeployFlags schema #9696 - feat: allow ValuesFile from GCS #9182 * Fixes: - fix: fix lifecycle version in go.mod #9774 - fix: port-forward error logs failed to port forward (#9728) [#9759] - fix(verify): use container name from configuration in verify tests #9753 - fix: gcb builder incorrectly assumes target project from worker pool project #9725 - fix: port-forward error logs failed to port forward #9728 - fix: kustomize render should workwith inline patches #9732 - fix(helm): Fix helm package installation order #9693 - fix(helm): Fix helm package installation order (#9693) #9709 - fix: (helm) Add expand env template for dependsOn, fix concurrent installation (#9689) #9707 - fix(helm): Add expand env template for dependsOn, fix concurrent installation #9689 * Docs, Test, and Release Updates: - chore: Fix BuildContextCompressionLevel description, output the level #9688 - chore: update dockerfile and integration skaffold dependencies #9776 - chore: Update go deps for 2.15 release #9773 - chore: bump go version to 1.24.1 #9772 - chore: bump github/codeql-action from 3.28.12 to 3.28.13 [#9767] - chore: bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 [#9763] - chore: bump actions/upload-artifact from 4.6.1 to 4.6.2 #9761 - chore: bump github/codeql-action from 3.28.11 to 3.28.12 [#9760] - chore: bump golang.org/x/net from 0.33.0 to 0.36.0 in /examples/grpc-e2e-tests/service #9758 - chore: bump github.com/containerd/containerd from 1.7.25 to 1.7.27 #9756 - chore: bump rack from 2.2.11 to 2.2.13 in /integration/examples/ruby/backend #9752 - chore: bump golang.org/x/net from 0.23.0 to 0.36.0 in /hack/tools #9750 - chore: bump golang.org/x/net from 0.35.0 to 0.36.0 #9751 - chore: bump rack from 2.2.11 to 2.2.13 in /examples/ruby/backend #9749 - chore: bump github/codeql-action from 3.28.10 to 3.28.11 [#9748] - chore: new schema version v4beta13 #9741 - chore: bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 [#9737] - chore: bump golang.org/x/net from 0.23.0 to 0.33.0 in /examples/grpc-e2e-tests/service #9736 - chore: bump actions/upload-artifact from 4.6.0 to 4.6.1 #9733 - chore: bump ossf/scorecard-action from 2.4.0 to 2.4.1 #9734 - chore: bump github/codeql-action from 3.28.9 to 3.28.10 #9735 - chore: bump github/codeql-action from 3.28.8 to 3.28.9 #9724 - chore: bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.26.0 to 2.26.1 #9715 - Revert back to only allowing security updates from dependabot. #9727 - chore: bump rack from 2.2.8.1 to 2.2.11 in /integration/examples/ruby/backend #9719 - chore: bump rack from 2.2.8.1 to 2.2.11 in /examples/ruby/backend #9720 - chore: bump golang.org/x/net from 0.23.0 to 0.33.0 in /integration/examples/grpc-e2e-tests/cloud-spanner-bootstrap [#9726] - chore: bump google.golang.org/api from 0.219.0 to 0.221.0 [#9723] - chore: bump github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace from 1.25.0 to 1.26.0 #9697 - chore: bump github.com/spf13/pflag from 1.0.5 to 1.0.6 #9701 - chore: bump github.com/evanphx/json-patch from 5.9.0+incompatible to 5.9.11+incompatible #9698 - chore: bump github/codeql-action from 3.28.5 to 3.28.8 #9702 - chore: bump github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric from 0.49.0 to 0.50.0 #9700 - chore: bump google.golang.org/api from 0.218.0 to 0.219.0 [#9699] - chore: bump google.golang.org/grpc from 1.69.4 to 1.70.0 [#9683] - chore: bump github/codeql-action from 3.28.1 to 3.28.5 #9685 - chore: bump google.golang.org/protobuf from 1.36.3 to 1.36.4 [#9684] ++++ sqlmap: - update to 1.9.4: * Minor improvement for _linux_wav_play * Minor improvement to Set-Cookie detection * Minor update of fingerprinting methods * Implement experimental --http2 * Minor update (adding support for silent mode) * Update of six third-party library * Minor update for the automatic reporting * Fix #5885 (unhandled exception) * Fix #5881 (Add luanginxmore tamper script) * Fix #5857 (Parameters "--csrf-method“ and "--csrf-data" are ignored) ++++ starship: - Update to version 1.22.1: * windows: downgrade libz-ng-sys * Features: - battery: Use best match instead of first match for battery.display threshold - bun: Detect bun using new text-format lockfile - direnv: allow direnv to detect environment variables - status: add {success,failure}_style options * Bug Fixes: - fish: restore support for fish Output options->MOBI Output to have the driver mark all books sent to the device as personal documents * Bug Fixes - Kobo driver: Fix hyphenation and extra CSS added to KEPUB files being ignored by the renderer on the Kobo - macOS: Fix opening book folder or PDF files for books with square brackets in the title not working - Quickview: Fix a long standing bug with syncing of columns in the presence of hidden/re-ordered columns - E-book viewer: Show an error message when an invalid nearby search expression is used - KEPUB Output: Fix incorrect encoding detection for some HTML files without an encoding declaration - macOS: Fix a regression in the previous release that caused failures in the E-book viewer when updating annotations for books with a large number of annotations ++++ rust: - Update to version 1.86.0 - for details see the rust1.86 package ++++ rust1.86: Version 1.86.0 (2025-04-03) Language -------- - [Stabilize upcasting trait objects to supertraits.](https://github.com/rust-lang/rust/pull/134367) - [Allow safe functions to be marked with the `#[target_feature]` attribute.](https://github.com/rust-lang/rust/pull/134090) - [The `missing_abi` lint now warns-by-default.](https://github.com/rust-lang/rust/pull/132397) - Rust now lints about double negations, to catch cases that might have intended to be a prefix decrement operator (`--x`) as written in other languages. This was previously a clippy lint, `clippy::double_neg`, and is [now available directly in Rust as `double_negations`.](https://github.com/rust-lang/rust/pull/126604) - [More pointers are now detected as definitely not-null based on their alignment in const eval.](https://github.com/rust-lang/rust/pull/133700) - [Empty `repr()` attribute applied to invalid items are now correctly rejected.](https://github.com/rust-lang/rust/pull/133925) - [Inner attributes `#![test]` and `#![rustfmt::skip]` are no longer accepted in more places than intended.](https://github.com/rust-lang/rust/pull/134276) Compiler -------- - [Debug-assert that raw pointers are non-null on access.](https://github.com/rust-lang/rust/pull/134424) - [Change `-O` to mean `-C opt-level=3` instead of `-C opt-level=2` to match Cargo's defaults.](https://github.com/rust-lang/rust/pull/135439) - [Fix emission of `overflowing_literals` under certain macro environments.](https://github.com/rust-lang/rust/pull/136393) Platform Support - [Replace `i686-unknown-redox` target with `i586-unknown-redox`.](https://github.com/rust-lang/rust/pull/136698) - [Increase baseline CPU of `i686-unknown-hurd-gnu` to Pentium 4.](https://github.com/rust-lang/rust/pull/136700) - New tier 3 targets: - [`{aarch64-unknown,x86_64-pc}-nto-qnx710_iosock`](https://github.com/rust-lang/rust/pull/133631). For supporting Neutrino QNX 7.1 with `io-socket` network stack. - [`{aarch64-unknown,x86_64-pc}-nto-qnx800`](https://github.com/rust-lang/rust/pull/133631). For supporting Neutrino QNX 8.0 (`no_std`-only). - [`{x86_64,i686}-win7-windows-gnu`](https://github.com/rust-lang/rust/pull/134609). Intended for backwards compatibility with Windows 7. `{x86_64,i686}-win7-windows-msvc` are the Windows MSVC counterparts that already exist as Tier 3 targets. - [`amdgcn-amd-amdhsa`](https://github.com/rust-lang/rust/pull/134740). - [`x86_64-pc-cygwin`](https://github.com/rust-lang/rust/pull/134999). - [`{mips,mipsel}-mti-none-elf`](https://github.com/rust-lang/rust/pull/135074). Initial bare-metal support. - [`m68k-unknown-none-elf`](https://github.com/rust-lang/rust/pull/135085). - [`armv7a-nuttx-{eabi,eabihf}`, `aarch64-unknown-nuttx`, and `thumbv7a-nuttx-{eabi,eabihf}`](https://github.com/rust-lang/rust/pull/135757). Refer to Rust's [platform support page][platform-support-doc] for more information on Rust's tiered platform support. Libraries --------- - The type of `FromBytesWithNulError` in `CStr::from_bytes_with_nul(bytes: &[u8]) -> Result<&Self, FromBytesWithNulError>` was [changed from an opaque struct to an enum](https://github.com/rust-lang/rust/pull/134143), allowing users to examine why the conversion failed. - [Remove `RustcDecodable` and `RustcEncodable`.](https://github.com/rust-lang/rust/pull/134272) - [Deprecate libtest's `--logfile` option.](https://github.com/rust-lang/rust/pull/134283) - [On recent versions of Windows, `std::fs::remove_file` will now remove read-only files.](https://github.com/rust-lang/rust/pull/134679) Stabilized APIs - [`{float}::next_down`](https://doc.rust-lang.org/stable/std/primitive.f64.html#method.next_down) - [`{float}::next_up`](https://doc.rust-lang.org/stable/std/primitive.f64.html#method.next_up) - [`<[_]>::get_disjoint_mut`](https://doc.rust-lang.org/stable/std/primitive.slice.html#method.get_disjoint_mut) - [`<[_]>::get_disjoint_unchecked_mut`](https://doc.rust-lang.org/stable/std/primitive.slice.html#method.get_disjoint_unchecked_mut) - [`slice::GetDisjointMutError`](https://doc.rust-lang.org/stable/std/slice/enum.GetDisjointMutError.html) - [`HashMap::get_disjoint_mut`](https://doc.rust-lang.org/std/collections/hash_map/struct.HashMap.html#method.get_disjoint_mut) - [`HashMap::get_disjoint_unchecked_mut`](https://doc.rust-lang.org/std/collections/hash_map/struct.HashMap.html#method.get_disjoint_unchecked_mut) - [`NonZero::count_ones`](https://doc.rust-lang.org/stable/std/num/struct.NonZero.html#method.count_ones) - [`Vec::pop_if`](https://doc.rust-lang.org/std/vec/struct.Vec.html#method.pop_if) - [`sync::Once::wait`](https://doc.rust-lang.org/stable/std/sync/struct.Once.html#method.wait) - [`sync::Once::wait_force`](https://doc.rust-lang.org/stable/std/sync/struct.Once.html#method.wait_force) - [`sync::OnceLock::wait`](https://doc.rust-lang.org/stable/std/sync/struct.OnceLock.html#method.wait) These APIs are now stable in const contexts: - [`hint::black_box`](https://doc.rust-lang.org/stable/std/hint/fn.black_box.html) - [`io::Cursor::get_mut`](https://doc.rust-lang.org/stable/std/io/struct.Cursor.html#method.get_mut) - [`io::Cursor::set_position`](https://doc.rust-lang.org/stable/std/io/struct.Cursor.html#method.set_position) - [`str::is_char_boundary`](https://doc.rust-lang.org/stable/std/primitive.str.html#method.is_char_boundary) - [`str::split_at`](https://doc.rust-lang.org/stable/std/primitive.str.html#method.split_at) - [`str::split_at_checked`](https://doc.rust-lang.org/stable/std/primitive.str.html#method.split_at_checked) - [`str::split_at_mut`](https://doc.rust-lang.org/stable/std/primitive.str.html#method.split_at_mut) - [`str::split_at_mut_checked`](https://doc.rust-lang.org/stable/std/primitive.str.html#method.split_at_mut_checked) Cargo ----- - [When merging, replace rather than combine configuration keys that refer to a program path and its arguments.](https://github.com/rust-lang/cargo/pull/15066/) - [Error if both `--package` and `--workspace` are passed but the requested package is missing.](https://github.com/rust-lang/cargo/pull/15071/) This was previously silently ignored, which was considered a bug since missing packages should be reported. - [Deprecate the token argument in `cargo login` to avoid shell history leaks.](https://github.com/rust-lang/cargo/pull/15057/) - [Simplify the implementation of `SourceID` comparisons.](https://github.com/rust-lang/cargo/pull/14980/) This may potentially change behavior if the canonicalized URL compares differently in alternative registries. Rustdoc ----- - [Add a sans-serif font setting.](https://github.com/rust-lang/rust/pull/133636) Compatibility Notes - [The `wasm_c_abi` future compatibility warning is now a hard error.](https://github.com/rust-lang/rust/pull/133951) Users of `wasm-bindgen` should upgrade to at least version 0.2.89, otherwise compilation will fail. - [Remove long-deprecated no-op attributes `#![no_start]` and `#![crate_id]`.](https://github.com/rust-lang/rust/pull/134300) - [The future incompatibility lint `cenum_impl_drop_cast` has been made into a hard error.](https://github.com/rust-lang/rust/pull/135964) This means it is now an error to cast a field-less enum to an integer if the enum implements `Drop`. - [SSE2 is now required for "i686" 32-bit x86 hard-float targets; disabling it causes a warning that will become a hard error eventually.](https://github.com/rust-lang/rust/pull/137037) To compile for pre-SSE2 32-bit x86, use a "i586" target instead. Internal Changes These changes do not affect any public interfaces of Rust, but they represent significant improvements to the performance or internals of rustc and related tools. - [Build the rustc on AArch64 Linux with ThinLTO + PGO.](https://github.com/rust-lang/rust/pull/133807) The ARM 64-bit compiler (AArch64) on Linux is now optimized with ThinLTO and PGO, similar to the optimizations we have already performed for the x86-64 compiler on Linux. This should make it up to 30% faster. ++++ celluloid: - Update to version 0.28 * Add the standard F10 key binding for activating the main menu button. * Implement GUI redesign * Update some of the deprecated GTK API usage. * Fix a crash that occurs on exit with GTK 4.17. * Add support for loading Lua modules from script-modules. * File durations are now displayed in the playlist when available. * Make next/previous buttons control playlist position * Add Irish translation * Drop Autotools. - Drop celluloid-fix_segfault_gnome48.patch (merged upstream) ++++ chirp: - Update to version 20250404: * TH9000: Add programmable buttons to settings. * tk280: Fix choosing highest applicable tuning step * Change lower bound valid_bands acceptance test * Simplify required_step() to honor the allow list * Fix two unused globals for new flake8 * ic9700: Decode cross tone modes * KG805G fix: Duplex field calculated wrong * tk8180: Fix choosing max step * tk8180: Fix 12.5kHz-required step frequencies ++++ chromium: - add patch chromium-135-add_map_droppable.patch add MAP_DROPPABLE introduced by recent QT (boo#1238826, boo#1239780) ++++ cilium-cli: - Update to version 0.18.3: * Announcement - Cilium CLI releases are now available as Docker images here: https://quay.io/repository/cilium/cilium-cli?tab=tags&tag=latest * Minor Changes: - Add support to capture kernel profiles during performance testing (cilium/cilium#38402, @giorio94) - Make Cilium CLI performance tests not depend on Cilium (cilium/cilium#38245, @giorio94) - Reject IPSec key rotation with mismatching key lengths to prevent IPv6 disruptions. (cilium/cilium#37936, @smagnani96) * Bugfixes: - cilium-cli: Fix logger busy loop (cilium/cilium#38199, @jrajahalme) * CI Changes: - Add parallel streams throughput tests, and enable them in the EGW workflow (cilium/cilium#38027, @giorio94) - ci: use custom kubeconfig for cilium-cli cloud provider tests (cilium/cilium#37970, @marseel) - cilium-cli: Add strict-mode-test v2 (cilium/cilium#38566, @pippolo84) - cilium-cli: connectivity: clean up any leftover egw routes. (cilium/cilium#36651, @tommyp1ckles) - cilium-cli: extend no-interrupted-connections to test Egress Gateway (cilium/cilium#38193, @ysksuzuki) - cilium-cli: run IPv6 test with skipRedirectFromBackend=true on >=v1.17.3 (cilium/cilium#38630, @ysksuzuki) - cilium-cli: Use distroless (cilium/cilium#38189, @michi-covalent) - cli: Reduce the flood of the terminal with logs on failure during tests (cilium/cilium#38240, @roman-kiselenko) - cli: reverse finalizers of connectivity test (cilium/cilium#38232, @marseel) - connectivity: Add test for source egress in Ingress (cilium/cilium#38053, @sayboras) - test: Add negative test case for TLS SNI + Inception (cilium/cilium#38194, @sayboras) - workflows/e2e: Cover IPv6-only (cilium/cilium#38235, @pchaigno) * Misc Changes: - chore(deps): update all-dependencies (main) (cilium/cilium#38603, @cilium-renovate[bot]) - chore(deps): update docker.io/library/golang:1.24.1 docker digest to 52ff1b3 (main) (cilium/cilium#38421, @cilium-renovate[bot]) - chore(deps): update go to v1.24.1 (main) (cilium/cilium#38092, @cilium-renovate[bot]) - cilium-cli: add IPv6 connectivity test for LocalRedirectPolicy (cilium/cilium#37192, @saiaunghlyanhtet) - cilium-cli: add test owners as part of junit files (cilium/cilium#38269, @aanm) - cilium-cli: Allow running outside the Cilium tree (cilium/cilium#38133, @joestringer) - cli: Load code owners dynamically via --code-owners (cilium/cilium#38044, @joestringer) - Enable new testifylint checks, and mechanically fix reported issues (cilium/cilium#38485, @giorio94) - Fix cli disconnect error message (cilium/cilium#38545, @samsonkolge) - Modernize Go map and slice operations (cilium/cilium#38126, @tklauser) - Standardize hubble and cilium CLIs makefile (cilium/cilium#37716, @HadrienPatte) - Test IPv4 and IPv6 explicitly in PodToWorld and PodToWorld2 connectivity tests (cilium/cilium#37435, @gentoo-root) - Use slices.Sorted(maps.Keys(...)) to get sorted list of map keys (cilium/cilium#38519, @tklauser) - Use more efficient SplitSeq instead of Split (cilium/cilium#38157, @tklauser) - Update stable release to v0.18.2 by @michi-covalent in #2972 - chore(deps): update golang docker tag to v1.24.1 by @renovate in #2971 - chore(deps): update docker.io/library/golang docker tag to v1.24.1 by @renovate in #2970 - chore(deps): update golangci/golangci-lint docker tag to v1.64.7 by @renovate in #2974 - action: Only install a single version by @joestringer in [#2973] - chore(deps): update golangci/golangci-lint-action action to v6.5.1 by @renovate in #2975 - chore(deps): update golangci/golangci-lint-action action to v6.5.2 by @renovate in #2979 - chore(deps): update golangci/golangci-lint docker tag to v1.64.8 by @renovate in #2978 - chore(deps): update dependency cilium/cilium to v1.16.8 by @renovate in #2977 - chore(deps): update docker/login-action action to v3.4.0 by @renovate in #2976 - github: Remove multicluster.yaml by @michi-covalent in #2983 - chore(deps): update actions/upload-artifact action to v4.6.2 by @renovate in #2981 - Simplify Dockerfile and clean up docker image workflow by @michi-covalent in #2980 - chore(deps): update docker/login-action action to v3.4.0 by @renovate in #2982 - chore(deps): update golangci/golangci-lint{-action} by @michi-covalent in #2988 - Optimize image layers by @marcofranssen in #2782 - chore(deps): update golangci/golangci-lint docker tag to v2.0.2 by @renovate in #2989 - chore(deps): update docker.io/library/golang:1.24.1 docker digest to 52ff1b3 by @renovate in #2990 - chore(deps): update gcr.io/distroless/static:latest docker digest to 3d0f463 by @renovate in #2991 - chore(deps): update golang docker tag to v1.24.2 by @renovate in #2995 - chore(deps): update cilium (minor) by @renovate in #2924 - chore(deps): update azure/login action to v2.3.0 by @renovate in #2998 - chore(deps): update cilium/cilium digest to 67fbabc by @renovate in #3000 - chore(deps): update cilium/cilium digest to 20f0e00 by @renovate in #3002 - Prepare for v0.18.3 release by @michi-covalent in #2993 ++++ digikam: - Add patch: * digikam-qt69.patch ++++ dino: - Update to 0.4.5: * Fix build with webrtc-audio-processing 2.x * Voice processor: add support for webrtc-audio-processing 1.x and 2.x * Fix vertical picture padding for certain aspect ratios * Fix various sizing issues * Fix compatibility with GTK 4.17+ (bsc#1239972) * Search: Build preview string based on chars not bytes * Work around pango bug * XEP-0215: Remove timeout from previous connection * XEP-0215: management of the field `expires` * Ignore bad stun/turn IP addresses * Omemo: Connect listener only once on account added * Fix shift+enter in chat input not scrolling down * OMEMO: Do not show message for OMEMO messages without payload - Disable webrtc due to build fail for now ++++ distrobuilder: - update to 3.2: * distrobuilder: Adjust name of driver inf files * distrobuilder: Also install exes when injecting drivers * fedora: Add support for OCI images * ubuntu.yaml: add Noble, Oracular, Plucky * Move to geaaru/docker-companion fork * gomod: Update dependencies * opensuse: Temporarily switch to mirrorcache-eu to fix downloads * nixos: correctly handle 24.11 * Update README.md * lxc.generator: Workaround issue with nsresourced * lxc.generator: Fix systemd-networkd on recent distros * Makefile: Sync update-gomod with Incus * systemd: Relax read-only path workaround * remove nixos 24.05 * Update openwrt-http_test.go to support v24.10 (and drop v21.x) * Change naming of INF files * docs: update supported Windows versions list * doc: Add XP (for Windows XP) to wordlist * Makefile: Bump minimum Go to 1.23.0 * Makefile: Remove deprecated -d flag * Makefile: Remove GOCACHE * README: Fix badge * sources: Add Alpaquita downloader * managers/apk: Support packages.repositories[].key * Add user/group ID mapping from passwd and group files * README: Add missing packages * systemd: Remove unused logic * systemd: Cleanup generator script * systemd: Apply overrides even when nesting is enabled * Fix spelling errors found by codespell * Update README.md - replace libguestfs-tools with libwin-hivex-perl * lint: Run codespell automatically * lxc.generator Fixed typo in comments * doc: Document runtime deps for building VM images * Makefile: Bump Go to 1.23.7 * sources: Alpaquita - use source.variant not image.variant - remove fix-CVE-2025-22869.patch, as upstream fixed the issue ++++ dmd: - Update to version 2.111.0 * Compiler changes + Storage classes ref and auto ref can now be applied to local, static, extern, and global variables + Keywords auto and ref must be adjacent + The align attribute now allows specifying default explicitly + Remove delete as a keyword + Case fallthough for multivalued cases is an error now + An error is now given for constructors when a field's destructor has stricter attributes + Initializing a field with itself has been deprecated + An error is now given for subtracting pointers of different types + An error is now issued for in/out contracts of nothrow functions that may throw + Typesafe variadic class parameters have been deprecated + Integers in debug or version statements have been removed from the language + Many error messages have changed + The compiler now accepts -extern-std=c++23 + Build time profiling has been added to DMD + New traits getBitfieldOffset and getBitfieldWidth for built-in bitfields + Using the compiler flag -i will now properly pick up C source files + A pragma for ImportC allows to set nothrow, @nogc or pure + Mixin templates can now use assignment syntax + Object file extensions .o and .obj are now accepted on all platforms + Objective-C selectors are now automatically generated when not specified with @selector. + New compiler switch -oq for DMD + Added Placement New Expression + Postfix type qualifier method attributes for -H and -D + The folder samples has been removed from DMD installations + New keyword __rvalue + Add -preview=safer switch for safety checking on unattributed functions + Shortened method syntax can now be used in constructors * Runtime changes + Add Windows BCrypt bindings under core.sys.windows.bcrypt + Remove criticalRegionLock + Adds expect, likely, unlikely, and trap to core.builtins + New segfault handler showing backtraces for null access / call stack overflow on linux * Library changes + Added std.conv.bitCast + Extend the functionality of formattedRead to permit a std.file.slurp like execution. + Added fromHexString and fromHexStringAsRange functions to std.digest. + ODBC Bindings in etc.c.odbc have been updated to ODBC 4.0. + Added popGrapheme function to std.uni. + Added readfln and File.readfln to std.stdio + Added the SharedAllocatorList, as the thread-safe version of the regular AllocatorList. + New procedural API for std.sumtype + std.uni has been upgraded from Unicode 15.1.0 to 16.0.0 ++++ dosbox: - Updated to 0.82.1 * https://www.dosbox-staging.org/releases/release-notes/0.82.1 ++++ dwarfs: - Use SRPM base name for devel subpackage ++++ ed: - GNU ed 1.21.1: * Fixed a compilation failure caused by the inclusion of the unused and obsolete header * Ed now reads the initial window size for the z command from the environment variable LINES ++++ fastfetch: - update to 2.40.2 Changes: * Since v2.40.0, we've been loading config files from the directory where the fastfetch binary is located. However, this approach may lead to loading unexpected files. For example, `fastfetch -c groups` would attempt to load `/usr/bin/groups`. Therefore, we now enforce the .jsonc extension when loading config files. Features: * Mark kitty image protocol support for warp terminal (Logo) * Documentation improvements - update to 2.40.1 Bugfixes: * Fix compiling error on old intel platform (TPM, macOS) * Fix --file-raw - no longer working (gh#fastfetch-cli/fastfetch#1659) ++++ ffmpeg-7: - Disable OpenVINO, too many dependencies for Factory ring1. ++++ ffmpeg-7-mini: - Disable OpenVINO, too many dependencies for Factory ring1. ++++ fontawesome-fonts: - update to 6.7.2: * Fixed minification bug that caused problems with libraries like jQuery and older Safari versions * Updated the Library.add() TypeScript definition to be more typey and scrippy * Missed a hard-coded "fa" in the SCSS assets which caused issues showing version 4 icons * Don't define --fa--fa in free distribution since that's specifically for Duotone icons - update to 6.7.1: * Added a square version of the Bluesky logo. Follow us on Bluesky here.. * Flipped the direction of the hydra to match our other animals * Removed alternative text from content CSS properties to fix Safari < v17.4 * Made sure the new CSS logo is in Font Awesome Free * Adjusted the optical size of the Bluesky logo * Optimized the line-weight of the Laravel logo * Fixed a glitch in the Sharp styles of the square-parking icon * Sharpened the wheels in the new Sharp Duotone carpool icon - update to 6.7.0: * New Duotone Styles! * Tired of riding solo? A whole new highway lane just opened up to you with our new carpool icon, courtesy of Menlo School. * Added the new CSS logo * We did a brainstorming session with ErbslandDEV and came up with a number of LLM-related icons including: chart-diagram, comment-nodes, file-fragment, file-half-dashed, hexagon-nodes, hexagon-nodes-bolt, and square-binary. * Our other chart icons got jealous, so we added new chart-fft and chart-sine icons, sponsored by Crystal Instruments. * We added circles-overlap-3 icon (with a pronoun alias), thanks to Verasoft. * Added the files.com logo to our Brand icons, courtesy of Files.com. * Refactored :before and :after Pseudo Elements to use new --fa and --fa--fa properties. * Files _duotone-icons.[scss|less] and _sharp-duotone-icons.[scss|less] no longer needed so we removed them. * Made sure the Bluesky logo was symmetrical. * Fixed an error in our Duotone barcode icon. * Made our square-rss icon in Sharp a bit more sharp. * Some of our box-dollar icons forgot their dollars. We lent them some cash to cover it. * The circle-down and circle-left icons in Classic Regular were accidentally sharp. Now they're not. * Using fa-duotone fa-solid now gives you a Duotone Solid icon. * Aliases that contained numbers have correct names in Typescript @fortawesome/fontawesome-common-types package. - update to 6.6.0: * Introducing Font Awesome Sharp Duotone! * We needed an icon to represent a component, so put a ring on it with our new diamonds-4 icon * It took a whole lot of routers, but we finally fully connected the world with a globe-wifi icon * In the immortal words of Captain America, Hail Hydra * Speaking of immortal, we've just added a certain bearded deity with our user-beard-bolt icon * We had the great idea to include a lightbulb-message icon * Our thumbtack icon was lonely, so we added its counterpart, thumbtack-slash * You can never have enough cephalopods! Our squid icon is joined by an octopus icon * In our last release, we locked some table-related icons, this time, we unlocked them: table-cells-unlock, table-cells-column-unlock, and table-cells-row-unlock * Flitted in with a brand icon for Flutter * Threw a bullseye with a brand icon for Dart * We heard there was a new the SoundCloud icon * Fixed --fa-font-solid, --fa-font-regular, --fa-font-light, --fa-font-thin CSS Custom properties to have correct family names: Font Awesome 6 Pro in SVG-specific CSS. * Fixed an error with the square-chevron-down icon * Fixed a bug in the duotone version of the file-slash icon * Fixed up the globe-stand icon in duotone * Fixed a bug in the album-collection ++++ frescobaldi: - Update to 4.0.1: * Fixed Python wheel packaging issues - Update to 4.0.0: Changed * Ported to PyQt6 (requires Qt >=6.6) (#1780). * Moved to current Python packaging tools (#1597, #1638). * Use standard gettext module (#1620). * Updated translations: French, German, Italian and Polish. Added * Automatic installation of LilyPond (#1655). * Score Wizard improvements (#1690). * Korean translation (#1623). Fixed * Docking/undocking panels on Wayland (Linux) is working again thanks to the Qt6 port. * Several minor bug fixes. ++++ gawk: - GNU awk 5.3.2: * pretty printer now produces fewer spurious newlines * -no-pie linker flag is no longer required * fix more subtle issues related to uninitialized array elements * Associative arrays should now not grow quite as fast as they used to * documentation updates ++++ gnome-control-center: - Add malcontent-control Recommends, pull in parental control (malcontent) support. ++++ grommunio-web: - Update to release 3.12 * Allow using distribution lists stored in IPF.Contact folders in public stores ++++ human-theme-gtk: - New upstream release (2.3.0) * (gtk 3) new design for Mate notifications PR => github.com/mate-desktop/mate-notification-daemon/pull/232 PR => github.com/mate-desktop/mate-notification-daemon/pull/233 mate-notification-daemon v1.28.4+ * (gtk 3) fix design for Bleachbit PR => github.com/bleachbit/bleachbit/pull/1195 bleachbit v? * (gtk 3) update design for mate-control-center & ccsm * (gtk 3) fix icon size in titlebar for xfwm4 * (gtk 3) fix padding in titlebar when maximized for xfwm4 * (gtk 3) same design between Mate and Xfce for terminal & alttab PR => github.com/mate-desktop/marco/pull/789 marco v1.28.2+ * (gtk 3) update font color for mate-panel * (gtk 3) fix font color for mate keyboard indicator * (gtk 3) fix background for disabled view for Caja (F3) * (gtk 3) fix lines (treeview) for disabled view for Caja (F3) * (gtk 3) fix design of progressbar in statusbar for Eom * (gtk 3) fix design for Mate osd when compositor is enabled * (gtk 3 & 4) fix design of progressbars with text in statusbar * (gtk 3 & 4) fix and update design of progressbars with text * (gtk 3 & 4) update background for selected lines in treeviews * (gtk 3 & 4) add highlight effect for icons on hover * (gtk 3 & 4) better contrast for progressbars/scales background * (gtk 3 & 4) little enhancement for headarbar * (gtk 4) fix for the stupid hover effect on menubar items * (gtk 4) fix background of menu items * (gtk 4) add design for listviews (open/save dialogs) * (gtk 4) add design open/save dialogs * (gtk 4) no changes required from 4.12 to 4.18! - The best with gtk3-classic and gtk4-classic gist.github.com/luigifab/0fce786cdb93b5687069a82f490ea95e * (gtk 3) automatic min-width/min-height for progressbars * (gtk 4) add dual text color for progressbars ++++ i3status-rust: - Update to 0.33.2: * .eng formatter: add show parameter * when using theme overrides you can now reference a color name defined in ~/.Xresources, e.g., x:background looks for a line like *background: #aabbcc in ~/.Xresources (see also .Xresources) * Add support for wheel left and right clicks * Fix bad event errors in focused_window block * Removed apt, dnf, and pacman blocks, use packages block instead ++++ ibmswtpm2: - Fix build with OpenSSL 3.5: [bsc#1241037] * Fails with "error Untested OpenSSL version" when building for the upcoming OpenSSL version 3.5. * Add ibmswtpm2-Build-with-OpenSSL-3.5.patch ++++ texinfo: - add -std=gnu17 to CFLAGS to fix gcc15 compile time error (flag can be dropped w/ release 7.2) ++++ kargo-cli: - Update to version 1.3.3: No CLI-related changes in the changelog ++++ kernel-debug: - kernel-binary: Support livepatch_rt with merged RT branch - commit 470cd1a ++++ kernel-default: - kernel-binary: Support livepatch_rt with merged RT branch - commit 470cd1a ++++ kernel-source: - kernel-binary: Support livepatch_rt with merged RT branch - commit 470cd1a ++++ kernel-docs: - kernel-binary: Support livepatch_rt with merged RT branch - commit 470cd1a ++++ kernel-kvmsmall: - kernel-binary: Support livepatch_rt with merged RT branch - commit 470cd1a ++++ kernel-obs-build: - kernel-binary: Support livepatch_rt with merged RT branch - commit 470cd1a ++++ kernel-obs-qa: - kernel-binary: Support livepatch_rt with merged RT branch - commit 470cd1a ++++ kernel-syms: - kernel-binary: Support livepatch_rt with merged RT branch - commit 470cd1a ++++ kernel-vanilla: - kernel-binary: Support livepatch_rt with merged RT branch - commit 470cd1a ++++ okteta: - Update to 0.26.21 * Added: navigation of non-zero byte ranges with Ctrl + Alt + Left/Right * Improved: translations * Improved: handle ShortcutOverride event in Okteta Gui library's views * Improved: embedded dialogs use QKeySequence::Cancel instead of fixed ESC * Changed: use Alt + PageDown/PageUp now for previous/next bookmark * Fixed: crashes using any tools before creating/opening a document ++++ qcoro-qt5: - Update to 0.12.0 * README: fix typo in QNetworkReply example * Don't discard result from QFile::open * Add return value conversion for QCoroTask * fix: disable language-extension-token warning * Don't set CMAKE_CXX_FLAGS, use target properties instead * Fix infinite recursion with debug builds on libstdc++ * Fix build with Qt dev * Don't leak compile definitions from interface libraries * Add missing includes ++++ qcoro-qt6: - Update to 0.12.0 * README: fix typo in QNetworkReply example * Don't discard result from QFile::open * Add return value conversion for QCoroTask * fix: disable language-extension-token warning * Don't set CMAKE_CXX_FLAGS, use target properties instead * Fix infinite recursion with debug builds on libstdc++ * Fix build with Qt dev * Don't leak compile definitions from interface libraries * Add missing includes ++++ libXpm: - adding COPYING file to filelist (bsc#1240836) ++++ libkcapi: - fixed sumprefix to be "." as before, also stores sums in the binary directoris. changed back packaging to be same as before. ++++ liblqr: - add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on Leap 15.6 ++++ mariadb: - Update constraints for riscv64 ++++ petsc: - Update to version 3.23.0: * Long list of changes, see . ++++ petsc-openmpi4: - Update to version 3.23.0: * Long list of changes, see . ++++ petsc-openmpi5: - Update to version 3.23.0: * Long list of changes, see . ++++ libpulp: - Update package with libpulp-0.3.12: - Remove TEXTRELs in ppc64le port (bsc#1239092). - Check for -msplit-patch-nops flag. ++++ libsoup2: - Increase test timeout for all arches except x86_64 and run tests again should they fail the first time, the testsuite is flaky. ++++ libstorage-ng: - merge gh#openSUSE/libstorage-ng#1022 - disallow resizing filesystems mounted read-only - 4.5.246 ++++ systemd: - Import commit c10a66fb4dd34b86d42fa92501bd88db63df479a (merge of v257.5) This merge includes the following fix: 9b52c10986 test-network: replace symlink to 99-default.link with a copy d7577221b8 man/pstore.conf: pstore.conf template is not always installed in /etc 62071a984d man: coredump.conf template is not always installed in /etc (bsc#1237496) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/f133e5974e69708d7491d4823780690c913f7bda...c10a66fb4dd34b86d42fa92501bd88db63df479a ++++ systemd-mini: - Import commit c10a66fb4dd34b86d42fa92501bd88db63df479a (merge of v257.5) This merge includes the following fix: 9b52c10986 test-network: replace symlink to 99-default.link with a copy d7577221b8 man/pstore.conf: pstore.conf template is not always installed in /etc 62071a984d man: coredump.conf template is not always installed in /etc (bsc#1237496) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/f133e5974e69708d7491d4823780690c913f7bda...c10a66fb4dd34b86d42fa92501bd88db63df479a ++++ libupnpp: - update to 1.0.2: * Control: cdircontent: methods taking output parameters should clear them first - update to 1.0.1: * Control: content directory: improve access to properties with multiple values or artist roles. API change. * Changed version to 1.0 because should now be stable ++++ liburing: - Add upstream patch to fix test on aarch64: * 923961c.patch ++++ loki: - Update to version 3.4.3: - fix(deps): update jwt, oauth and go-redis dependencies (#17023) - docs: Clarify approx_topk is an experimental feature (backport release-3.4.x) (#16995) - docs: fix localhost link in logcli getting-started (backport release-3.4.x) (#16968) - docs: add note about lambda-promtail (backport release-3.4.x) (#16812) - docs: fix broken links (backport release-3.4.x) (#16789) - fix(docs): add a note on docker configuration.md doc to explain accep… (backport release-3.4.x) (#16743) - docs: update RN with blog post (#16715) (#16736) - docs(LIDs): Add Loki mixin configuration improvements draft (backport release-3.4.x) (#16714) - fix(deps): Move to Go 1.23.7 (#16682) - docs: Update `approx_topk` documentation (backport release-3.4.x) (#16680) - fix(deps): update module golang.org/x/crypto to v0.35.0 [security] (release-3.4.x) (#16588) - fix(deps): update module golang.org/x/oauth2 to v0.27.0 [security] (release-3.4.x) (#16589) - chore: [v3.4.x] Remove relref shortcodes (#16628) - docs: fixed breaking tutorials (backport release-3.4.x) (#16608) - docs: add note about index cache and TSDB (backport release-3.4.x) (#16596) - docs: remove deployment.environment from list of otel resource attrs stored as labels (backport release-3.4.x) (#16583) - docs: update 3rd party python-logging-loki to V2 that supports headers (backport release-3.4.x) (#16551) - docs: clarify OTEL endpoint (backport release-3.4.x) (#16546) - chore: Rename Explore Apps to App Drilldown (backport release-3.4.x) (#16392) - docs: fix spacing in Cardinality URL (backport release-3.4.x) (#16293) - docs: Update versions in docs (backport release-3.4.x) (#16288) - docs: release notes for v3.4.2 (backport release-3.4.x) (#16279) - chore(release-3.4.x): release 3.4.2 (#16270) - docs: minor RN update (backport release-3.4.x) (#16277) - chore: Clean go.mod file in cmd/dataobj-inspect directory (#16275) ++++ ocaml-0install-solver: - Remove ExclusiveArch 64bit ++++ ocaml-base64: - Remove ExclusiveArch 64bit ++++ ocaml-cudf: - Remove ExclusiveArch 64bit ++++ ocaml-dose: - Remove ExclusiveArch 64bit ++++ ocaml-dune: - Update to version 3.18.0 see included CHANGES.md file for details ++++ ocaml-dune-devel: - Update to version 3.18.0 see included CHANGES.md file for details ++++ ocaml-jsonm: - Remove ExclusiveArch 64bit ++++ ocaml-mccs: - Remove ExclusiveArch 64bit ++++ ocaml-opam-0install-cudf: - Remove ExclusiveArch 64bit ++++ ocaml-pcre2: - Remove ExclusiveArch 64bit ++++ ocaml-re: - Remove ExclusiveArch 64bit ++++ ocaml-spdx_licenses: - Remove ExclusiveArch 64bit ++++ ocaml-swhid_core: - Remove ExclusiveArch 64bit ++++ opam: - Remove ExclusiveArch 64bit ++++ openvpn: - update to 2.6.14: * CVE-2025-2704: fix possible ASSERT() on OpenVPN servers using --tls-crypt-v2 * Linux DCO: repair source IP selection for --multihome - update to 2.6.13: * on non-windows clients (MacOS, Linux, Unix) send "release" string from uname() call as IV_PLAT_VER to server * Linux: pass --timeout=0 argument to systemd-ask-password, to avoid default timeout of 90 seconds * improve server-side handling of clients sending usernames or passwords longer than USER_PASS_LEN * purge proxy authentication credentials from memory after use - update to 2.6.12: * the fix for CVE-2024-5594 (refuse control channel messages with nonprintable characters) was too strict, breaking user configurations * Http-proxy: fix bug preventing proxy credentials caching - update to 2.6.11: * CVE-2024-5594: control channel: refuse control channel messages with nonprintable characters in them. Security scope: a malicious openvpn peer can send garbage to openvpn log, or cause high CPU load. * CVE-2024-28882: only call schedule_exit() once (on a given peer). Security scope: an authenticated client can make the server "keep the session" even when the server has been told to disconnect this client * Fix connect timeout when using SOCKS proxies * Add bracket in fingerprint message and do not warn about missing verification * Remove "experimental" denotation for --fast-io * Correctly document ifconfig_* variables passed to scripts * Documentation: make section levels consistent * Samples: Update sample configurations (remove compression & old cipher settings, add more informative comments) - update keyring, as the old one doesn't verify anymore (and attach an url) - remove openvpn-CVE-2024-28882.patch and openvpn-CVE-2024-5594.patch, as the latest version include fixes for the CVEs ++++ osc: - 1.15.1 - Library: - Revert "Run decode_it also in the other case" - 1.15.0 - Command-line: - Improve 'osc fork' to follow the devel package specified in the 'OBS:RejectBranch' attribute - Hotfix 'osc fork' failures of devel project users - Change 'osc fork' to print an error rather than raising an exception - Fix setting parent remote in 'git-obs repo clone' - Extend 'osc build' to read build project from Gitea: /_ObsPrj, project.build file - Fix 'osc build' when working with sources from git, when .osc is not available - Fix crash in 'osc build --host' - Fix rendering help output by adding the complete docstring of the commands - Add commented git status to the 'git-obs pr create' message - When doing an mr from a working copy check for unchecked modifications - Consolidate working copy modification check dialog into a function - Connection: - Change a debug message to a warning if ssh-keygen is not available - Add explanatory message to ignore the signature auth warning when not using SSH keys for auth - Library: - Implement handling of updateinfo.xml and _modulemd.yaml files - Fix working with _subdirs when detecting packages that are subdirectories in a git project - Fix canonname handling when querying a downloaded package - Add obs_api.Attributes model - Add 'quiet' and 'branch' options to gitea_api.Repo.clone() - Fix GitStore by parsing git urls with obs_api.Git.urlparse() - Add gitea_api.Git.urlparse() for parsing git urls - Change gitea_api.Config.url_to_hostname() to also try matching only a hostname instead of full Gitea URL - Rename get_parser() functions to argparse_manpage_get_parser() to clarify their purpose - Refactor the validity check of cached binaries - Other: - Update git-obs-quickstart doc with more detailed info on creating tokens - Spec: - Recommend obs-scm-bridge - Build git-obs man page ++++ owntone: - update to version 28.12 * fix: possible deadlock during Spotify scan * fix: armv7 compile warnings * fix: stop playback when last queue item removed * fix: "Invalid token" when authorising Spotify * fix: mpd enable/disable erroneously toggles * fix: cover art not being displayed in album lists * new: logging includes thread info * new: support for ListenBrainz - Owntone 28.11 * fix: retrieval of artwork from online sources * fix: mpd speaker selection * fix: autoconf warnings * fix: Apple Music/iTunes not working on Airplay host * web UI: Now Playing does not stop play progress updates when pausing * web UI: add ability to access the server externally * new: internet radio "Streamurl" options * new: support libevent as WS server instead of libwebsockets * new: template for VSCode * new: mpd updates, version 0.23.0, e.g. getvol, readpicture, albumart * new: API for setting skip_count and play_count directly ++++ plasma6-vault: - Add upstream change: * 0001-Add-missing-include.patch ++++ python-PyQt6-sip: - Support older and current versions of setuptools WRT to the case of the metadata directory. ++++ python-aiosmtplib: - Update to 4.0.0 * BREAKING: Drop Python 3.8 support * Bugfix: Run socket.getfqdn in thread to avoid blocking event loop if local_hostname not provided (thanks @Raidzin) * Bugfix: Clear connect lock on connection lost, allowing client reconnect * Bugfix: Allow socket connections to use TLS by providing hostname and use_tls=True ++++ python-alembic: - Update to 1.15.2 * Fixed issue where the "modified_name" of :class:`.AlterColumnOp` would not be considered when rendering op directives for autogenerate. While autogenerate cannot detect changes in column name, this would nonetheless impact approaches that made use of this attribute in rewriter recipes. Pull request courtesy lenvk. ++++ python-azure-core: - New upstream release + Version 1.33.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py ++++ python-dictdiffer: - numpy is required for tests. ++++ python-netutils: - Update to 1.13.0 * Added is_reversible_wildcardmask, netmask_to_wildcardmask, and wildcardmask_to_netmask functions. * Added aruba_os and aruba_osswitch parsers. - Drop fix-version-in-pyproject.patch, fixed upstream ++++ python-py3status: - update to 3.61: * argparsers: pgrep i3 with shmlog (#2272), by lasers * modules: fix SyntaxWarning for python 3.12+ thx to @sdelafond (#2274) * conky module: fix tempfile and ignore new output (#2273), by ntorresalberto * mpris module: hide all non can_play players (#2267), by Valdur Kana * playerctl module: gi.require_version notification fix (#2270), by Valdur Kana - update to 3.60: * THANKS to Valdur Kana and @lasers for their long and continued efforts in improving py3status! * core: drop EOL python 3.8 and add new 3.13 to CI (#2266) * external_script module: add composite placeholder (#2263), by lasers * hddtemp module: remove deprecated telnetlib dependency (fixes #2261) (#2262), by Valdur Kana * kdeconnector module: replace pydbus with dbus-python (#2264), by Valdur Kana * mpris module: improve documentation (#2257), by Valdur Kana * playerctl module: hide non-can-play players and use chrome and chromium as default value. (#2256), by Valdur Kana * playerctl module: list python-gobject as dependency (#2258), by Joey Holtzman * wwan module: replace pydbus with dbus-python (#2265), by Valdur Kana - update to 3.59: * core: strip whitespaces from OUTPUT, OUTPUT_PART events (#2245), by lasers * ci(ruff): use new ruff check path command (#2253) * external_script module: fix clicking on parts of message thx to @lasers (#2254) * mpris module: kdeconnect mpris interface will skip identity cache, because mobile device can run different media players (#2251), by Valdur Kana ++++ python-pydantic-settings: - Update to 2.8.1: * Fix for init source kwarg alias resolution * Revert usage of positional only argument in BaseSettings.__init__ * Revert use of object instead of Any * CLI support for optional and variadic positional args * Improve env_prefix config doc * Add env_nested_max_split setting * Avoid using Any in BaseSettings signature to avoid mypy errors * Asynchronous CLI methods in CliApp * Don't explode env vars if env_nested_delimiter is empty - Add patch use-typing_objects.patch: * Use typing_inspection.typing_objects rather than isinstance. - Refreshed patch fix-settings-dump.patch ++++ python-pyqt-builder: - Support older and current versions of setuptools WRT to the case of the metadata directory. ++++ python-recordclass: - Add patch do-not-use-pytuple-get-size.patch: * Use Py_SIZE rather than PyTuple_GET_SIZE to avoid assertion failures. ++++ python-typing-inspection: - Initial release of 0.4.0. ++++ python313-pyside6: - Disable a test that fails randomly ++++ python313-shiboken6: - Disable a test that fails randomly ++++ sdbootutil: - Update to version 1+git20250404.f9b9576: * Check free space early * Add kernel version in title if grub2-bls - Update to version 1+git20250404.20a1dfb: * Limit 640 to 4 variations * Fix get_default for grub2-bls ++++ sndiff: - Update to version 0.2.2~0: * Update to v0.2.2 * Automatic detection of snapshots * Add list command ++++ streamlink: - update to 7.2.0: * Added: decompress extras marker to Streamlink's optional dependencies for installing brotli and zstandard * Changed: --retry-streams to allow a value of 0, so it can be unset again if set previously * Changed: --quiet to suppress all text output including errors, not just log output * Fixed: --logfile affecting the console output stream * Fixed: broken user input prompt behavior on missing or non-interactive I/O streams * Fixed: Plugin classes not requiring a matching matcher * Fixed: --hls-audio-select not being case-insensitive and only comparing input values rather than resolved language codes * Updated: Chrome Devtool Protocol interfaces, to match recent Chromium versions * Updated plugins: - euronews: rewritten and fixed plugin - kick: refactored plugin, fixed clip matcher and 403 API responses - nicolive: fixed plugin not loading cookies from WebSocket messages - nicolive: made the plugin always filter out blank HLS segments - nowtvtr: removed plugin - okru: canonicalize mobile URLs - tf1: fixed stream matcher ++++ woodpecker: - Update to version 3.5.1: * Bug Fixes - Add missing icon for changes files tab [#5068] - Improve CLI info text and remove markdown [#5069] - Fix cli format flag fallback [#5057] * Documentation - chore(deps): update docs npm deps non-major [#5060] * Dependency - fix(deps): update module code.gitea.io/sdk/gitea to v0.21.0 [#5067] - chore(deps): lock file maintenance [#5062] - fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.27 [#5058] ++++ texlive-filesystem: - Avoid doubled pattern() (bug boo#1240761) ++++ upplay: - Update to 1.9.0: * Use an HTML object to display the currently playing track data * Dir browser with webengine: fix js exec appeared frozen needed mouse move to complete * Changes for libupnpp 1.0 ++++ werf: - Update to version 2.35.0: * Features - build: add clearUser and clearWorkingDir options to imageSpec config (#6759) (36f3d6a) - build: add pull/push retries when authentication is required (short-term token case) #6750 (26ccd15) - cleanup: add disable cleanup feature (#6737) (78f4e20) * Bug Fixes - build, docker: fix failed to find driver "docker-container" (#6760) (63dcbfb) - host-cleanup: don't prune backend build cache (7963926) - host-cleanup: don't prune containers #6762 (fa242d8) - host-cleanup: don't prune dangling werf images for some time (#6767) (fd9b2ca) - host-cleanup: don't prune dangling werf images for some time (Docker) (#6752) (c0d3413) - host-cleanup: ensure no parallel processes of auto host cleanup (#6736) (9b43ad0) - host-cleanup: purge Stapel assembling container (785fa77) ++++ yast2-storage-ng: - New environment variables YAST_STORAGE_TEST_MODE and YAST_DEVICEGRAPH_FILE to ease development of YaST and Agama (gh#yast/yast-storage-ng#1407). - 5.0.28 ------------------------------------------------------------------ ------------------ 2025-4-3 - Apr 3 2025 ------------------- ------------------------------------------------------------------ ++++ MozillaThunderbird: - Update to use BuildRequires on clang-devel on Tumbleweed/Factory instead of clang18-tools. ++++ ansible-lint: - update to 25.2.1: * Bugfixes - Finish support for data tagging from ansible 2.19 (#4571) @ssbarnea ++++ apache2-mod_auth_gssapi: - turn the testsuite off even for Factory for now, it appears it requires certain kerberos tweaks [kinit: Configuration file does not specify default realm when parsing name maguser] ++++ argocd-cli: - Update to version 2.14.9: * - Bug fixes 31a5545: fix: Check for semver constraint matching in application webhook handler (cherry-pick #21648) (#22508) (@gcp-cherry-pick-bot[bot]) * Other work - c868711: chore(dep): bump gitops-engine 2.14 (#22520) (@pjiang-dev) ++++ blog: - Update to version 2.32 * Better 3270 console support, use uevent below /sys file system ++++ breeze6: - Add patches to fix build: * 0001-Add-missing-includes.patch * 0002-kcursorgen-Add-QDebug-include.patch ++++ btrfsprogs: - update to 6.14 * mkfs: * allow --sectorsize to be 2K for testing purposes of subpage mode (needs the same block size supported by kernel) * fix false error when no compression is requested and lzo is not compiled in * convert: support 2K block size in the source filesystem * defrag: new parameter -L/--level to specify compression levels (kernel 6.15), also supports the realtime levels * subvol delete: show names of recursively deleted child subvolumes * qgroup show: use sysfs to detect up to date consistency status * zoned mode: support zone capacity tracking * other: * CI new and updated workflows * documentation updates - spec file: - update subpackage descriptions - drop conditional build of documentation, always use source - drop pre-systemd udev workarounds (version 190) ++++ cacti: - cacti 1.2.30 - issue#6089: Unable to add new users - issue#6090: When using Automation Rules, specifying graph criteria may cause issues - issue#6099: When transferring a system from a backup if the poller has not run recently rrdtool issues are found - issue#6172: When translating, quotes may cause incorrect text to appear - issue#6173: When using Boost for the first time, warnings may appear - issue#6183: When refreshing forms, items may be checked incorrectly by xmacan ++++ cacti-spine: - cacti-spine 1.2.30 - no changes - Bump/rebuild to match Cacti 1.2.30 ++++ clazy: - Switch back to a git snapshot until a version compatible with LLVM 20 gets released - Update to version 1.14git.20250301T021020~9afca196: * Add new check: qbytearray-conversion-to-c-style * QProcess::start was wrongly flagged as deprecated * HOWTO.md: add a note about running the tests from the build dir directly * Don't warn for missing Q_OBJECT macro for nested classes. * qt6-deprecated-api-fixes: Only flag QString assignment to QDir * Properly document exclude-next-line clazy directive * SuppressionManager: Use continue statement instead of nesting large block in if-statement * SuppressionManager: Also handle clazy:skip after early return * SuppressionManager: Rework controlflow to avoid multiple regex checks in same comment ++++ crmsh: - Update to version 5.0.0+20250403.1442a04a: * Dev: ra: Drop legacy codes to fetch ra informations * Dev: Remove codes that include rhcs term * Dev: Drop node type normal and ping ++++ dracut: - Update to version 059+suse.714.gee616a76: * fix(crypt): always install s390 crypto modules (jsc#IBM-1444) * fix(crypt): install dm_crypt module in non-hostonly mode as well * fix(nfs): set correct ownership of rpc.statd state directories (bsc#1217885) * perf(nfs): remove references to old rpcbind state dir * fix(nfs): libnfsidmap plugins not added in some distributions ++++ eksctl: - Update to version 0.207.0: * Features - Add support for new force parameter when upgrading cluster version (#8319) * Improvements - Enable creating IPV6 clusters with pod identities in addition to IRSA (#8322) - Add latest changes to AWS Load Balancer Controller IAM Policy (#8316) * Maintenance - Fully remove intermediate eksctl build image (#8341) - Remove redundant 'typecheck' linter (#8298) * Dependencies - Bump docker/login-action from 3.3.0 to 3.4.0 (#8328) - Bump lycheeverse/lychee-action from 2.3.0 to 2.4.0 (#8330) - Bump actions/setup-python from 5.4.0 to 5.5.0 (#8327) - Bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 (#8326) - Bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 (#8325) - Bump actions/setup-go from 5.3.0 to 5.4.0 (#8324) ++++ fastfetch: - update to 2.40.0 Changes: * In key-format of LocalIP module, {name} has been renamed to {ifname} for consistency Features: * Support Warp Terminal font detection (TerminalFont, Windows) * Support more AMD GPU information using ADL SDK, including memory type detection (GPU, Windows) * Support Intel dGPU memory type detection (GPU, Windows) * Support Nvidia VMEM type detection via NVAPI (gh#fastfetch-cli/fastfetch#993) * Support Boot manager detection for OpenBSD and NetBSD (Bootmgr, OpenBSD / NetBSD) * Use `SystemConfiguration` for DNS entries detection (DNS, macOS) * Add `systemd-resolved` support for DNS module (gh#fastfetch-cli/fastfetch#1646) * Improve performance and accuracy of Wifi detection on FreeBSD using ioctl (Wifi, FreeBSD) * Support remaining time reporting for batteries on NetBSD (Battery, NetBSD) * Add new Mac models support (Host, macOS) * Load config from fastfetch binary path with --config option (gh#fastfetch-cli/fastfetch#1649) * Support TPM detection on macOS (TPM, macOS) * Support IPv6 client address report (Users, Linux / Windows) * Support default route detection for IPv6 (LocalIP, Linux) * Round seconds to the nearest minute to match the behavior of uptime command (Uptime) Bugfixes: * Fix `outputColor` not working when `length` is set in Separator module (gh#fastfetch-cli/fastfetch#1644) * Fix CPU detection on PowerPC platforms (gh#fastfetch-cli/fastfetch#1640) * Fix battery manufacture date detection (Battery, macOS) * Fix battery critical state detection (Battery, Linux) * Fix Warp Terminal PID detection (Terminal, macOS) * Remove disk creation time detection support on SunOS as ctim is file status change timestamp, not creation time (Disk, SunOS) * Fall back to KDGKBINFO if `usbhid` fails (Keyboard, FreeBSD) * Fix multiple paging file support (Swap, Windows) * Fix memleaks, code smells in multiple modules * Fix boot time calculation on NetBSD (Uptime, NetBSD) * Temporarily fix Hyprland version detection (gh#fastfetch-cli/fastfetch#1657) Logo: * Fix opensuse-tumbleweed_small (gh#fastfetch-cli/fastfetch#1636) * Change WiiLinuxNgx to more generic name with aliases Wii-Linux and WiiLinux (gh#fastfetch-cli/fastfetch#1633) * Change name of Xray-OS to Ada (gh#fastfetch-cli/fastfetch#1651) * Change Nexa Linux logo (gh#fastfetch-cli/fastfetch#1653) ++++ filesystem-media: - Never alter /usr/etc and /usr/lib/pam.d. Create a copy in /etc, if needed. ++++ firefox-esr: - BuildRequires: clang-devel on Tumbleweed/Factory, which works for both clang19-devel as well as clang20-devel ++++ gammaray: - Add upstream change: * gammaray-qt69.patch ++++ gammaray-qt6: - Add upstream change: * gammaray-qt69.patch ++++ glib2: - Update to version 2.84.1: + Fix test failure when building against gobject-introspection ≥1.83.4 + Bugs fixed: - 2.84.0 build failure on Linux: ../gio/gnetworkmonitornetlink.c:47:10: fatal error: netlink/netlink_route.h: No such file or directory - test failure with gobject-introspection 1.83.4: warning: element doc:format from state 3 is unknown, ignoring - gio/trash does not handle special characters well - `g_cancellable_connect()` documentation incorrect - g_cancellable_connect(): is it safe to unref cancellable from callback? - Crash with some registry key values in GWin32AppInfo - Memory sanitizer fixes - gobject: Be consistent in using atomic logic to handle the GParamSpecPool - gsettings: Port docs to gi-docgen format, add missing annotations and make various improvements - tests: Don't install runner scripts without installed_tests - docs: Document GSignalFlags members added after 2.0 - tests: Add a test for g_object_freeze_notify() being called too often - gfileinfo: Slightly expand docs for g_file_info_get_attribute_as_string() - gi: Dynamically set doc-format - tests: Various fixes to create temporary files in /tmp rather than the build directory - gdbusnameowning: Convert docs to gi-docgen linking syntax - giounix-private: Fix macro for checking for epoll_create1() - Fix LGPL in header - gutils: make documentation of g_set_prgname() clearer - docs: Add some detail - gspawn-win32: Fix potential integer overflows in argv handling - gvarianttype: Improve docs on type validation + Updated translations. ++++ glib2-doc: - Update to version 2.84.1: + Fix test failure when building against gobject-introspection ≥1.83.4 + Bugs fixed: - 2.84.0 build failure on Linux: ../gio/gnetworkmonitornetlink.c:47:10: fatal error: netlink/netlink_route.h: No such file or directory - test failure with gobject-introspection 1.83.4: warning: element doc:format from state 3 is unknown, ignoring - gio/trash does not handle special characters well - `g_cancellable_connect()` documentation incorrect - g_cancellable_connect(): is it safe to unref cancellable from callback? - Crash with some registry key values in GWin32AppInfo - Memory sanitizer fixes - gobject: Be consistent in using atomic logic to handle the GParamSpecPool - gsettings: Port docs to gi-docgen format, add missing annotations and make various improvements - tests: Don't install runner scripts without installed_tests - docs: Document GSignalFlags members added after 2.0 - tests: Add a test for g_object_freeze_notify() being called too often - gfileinfo: Slightly expand docs for g_file_info_get_attribute_as_string() - gi: Dynamically set doc-format - tests: Various fixes to create temporary files in /tmp rather than the build directory - gdbusnameowning: Convert docs to gi-docgen linking syntax - giounix-private: Fix macro for checking for epoll_create1() - Fix LGPL in header - gutils: make documentation of g_set_prgname() clearer - docs: Add some detail - gspawn-win32: Fix potential integer overflows in argv handling - gvarianttype: Improve docs on type validation + Updated translations. ++++ glib2-stage1-devel: - Update to version 2.84.1: + Fix test failure when building against gobject-introspection ≥1.83.4 + Bugs fixed: - 2.84.0 build failure on Linux: ../gio/gnetworkmonitornetlink.c:47:10: fatal error: netlink/netlink_route.h: No such file or directory - test failure with gobject-introspection 1.83.4: warning: element doc:format from state 3 is unknown, ignoring - gio/trash does not handle special characters well - `g_cancellable_connect()` documentation incorrect - g_cancellable_connect(): is it safe to unref cancellable from callback? - Crash with some registry key values in GWin32AppInfo - Memory sanitizer fixes - gobject: Be consistent in using atomic logic to handle the GParamSpecPool - gsettings: Port docs to gi-docgen format, add missing annotations and make various improvements - tests: Don't install runner scripts without installed_tests - docs: Document GSignalFlags members added after 2.0 - tests: Add a test for g_object_freeze_notify() being called too often - gfileinfo: Slightly expand docs for g_file_info_get_attribute_as_string() - gi: Dynamically set doc-format - tests: Various fixes to create temporary files in /tmp rather than the build directory - gdbusnameowning: Convert docs to gi-docgen linking syntax - giounix-private: Fix macro for checking for epoll_create1() - Fix LGPL in header - gutils: make documentation of g_set_prgname() clearer - docs: Add some detail - gspawn-win32: Fix potential integer overflows in argv handling - gvarianttype: Improve docs on type validation + Updated translations. ++++ gnome-keyring: - Add gnome-keyring-register-login-keyring.patch: ensure login keyring is properly registered (glgo#GNOME/gnome-keyring!78). ++++ gnutls: - Disable liboqs on armv6 ++++ guestfs-tools: - Update to version 1.53.9 (jsc#PED-8910) * Various build improvements * mlcustomize: ignore sriov vioprot.* files too * mlcustomize: don't inject .pdb files * mlcustomize: Only use osinfo id for virtio-win path matching * mlcustomize: virtio-win: clarify virtio-1.0 support * mlcustomize: make windows q35 check independent of virtio drivers * mlcustomize: virtio-win: stop checking osinfo for virtio drivers * mltools: Strip out all libosinfo driver plumbing * mlutils: Remove need for OCaml OUnit2 * mltools: Remove need for OCaml OUnit2 * mlstdutils: Remove need for OCaml OUnit2 * mltools: Fix de-oUnit-ized tests ++++ hibiscus: - Update to 2.10.25 - NEW: 1132 Update auf HBCI4Java 3.1.88 - https://github.com/hbci4j/hbci4java/releases/tag/hbci4j-core-3.1.88 - mit neuen Sparda-URLs (Hessen und München) - NEW: 1131 itext-Update auf 5.5.13.4 - NEW: 1130 Default-Cipher der H2-Datenbank bei neuen Datenbanken von XTEA auf AES umgestellt - NEW: 1129 Update auf HBCI4Java 3.1.87 - https://github.com/hbci4j/hbci4java/releases/tag/hbci4j-core-3.1.87 - siehe https://homebanking-hilfe.de/forum/topic.php?p=176201#real176201 - NEW: 1128 Update auf HBCI4Java 3.1.86 - https://github.com/hbci4j/hbci4java/releases/tag/hbci4j-core-3.1.86 - siehe https://homebanking-hilfe.de/forum/topic.php?p=176073#real176073 ++++ rdma-core: - Update to rdma-core v56.1 (jsc#PED-11289, jsc#PED-11323) - Bug fixes for all providers ++++ ibus-libpinyin: - Update version to 1.16.2 * Support punctuation candidate * Notify user when import file finished * Display lua converters in ibus panel * Support square bracket page option * Fix bugs - Drop ibus-libpinyin-revert-python-3.2.patch, merged by upstream ++++ ibus-typing-booster: - Update to 2.27.30 - Commit finished compose sequences immediately if no completions are possible (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/662) - Fix summary for asciidigits in the gschema file - Fix typo in English message “more then one” -> “more than one” - Translation update from Weblate (new: fi 73.6%) ++++ jujutsu: - update to 0.28.0: * Release highlights - jj's configuration can now be split into multiple files more easily. - jj resolve now accepts built-in tools :ours and :theirs. - In colocated repos, newly-created files will now appear in git diff. - A long-standing bug relating to empty files in the built-in diff editor was fixed. #3702 * Breaking changes - The minimum supported Rust version (MSRV) is now 1.84.0. - The git.push-branch-prefix config has been removed in favor of git.push-bookmark-prefix. - jj abandon no longer supports --summary to suppress the list of abandoned commits. The list won't show more than 10 commits to not clutter the console. - jj unsquash has been removed in favor of jj squash and jj diffedit --restore-descendants. - The jj untrack subcommand has been removed in favor of jj file untrack. - The following deprecated revset functions have been removed: branches(), remote_branches(), tracked_remote_branches(), and untracked_remote_branches(), which were renamed to "bookmarks". file() and conflict(), which were renamed to plural forms. files(x, y, ..) with multiple patterns. Use files(x|y|..) instead. - The following deprecated template functions have been removed: branches(), local_branches(), and remote_branches(), which were renamed to "bookmarks". - The flags --all and --tracked on jj git push by themself do not cause deleted bookmarks to be pushed anymore, as an additional safety measure. They can now be combined with - -deleted instead. * Deprecations - core.watchman.register_snapshot_trigger has been renamed to core.watchman.register-snapshot-trigger for consistency with other configuration options. - jj backout is deprecated in favor of jj revert. New features - jj sign can now sign with PKCS#12 certificates through the gpgsm backend. - jj sign will automatically use the gpg key associated with the author's email in the absence of a signing.key configuration. - Multiple user configs are now supported and are loaded in the following precedence order: - $HOME/.jjconfig.toml - $XDG_CONFIG_HOME/jj/config.toml - $XDG_CONFIG_HOME/jj/conf.d/*.toml - The JJ_CONFIG environment variable can now contain multiple paths separated by a colon (or semicolon on Windows). - The command jj config list now supports showing the origin of each variable via the builtin_config_list_detailed template. - jj config {edit,set,unset} now prompt when multiple config files are found. - jj diff -r now allows multiple revisions (as long as there are no gaps in the revset), such as jj diff -r 'mutable()'. - jj git push now accepts a --named NAME=REVISION argument to create a named bookmark and immediately push it. - The 'how to resolve conflicts' hint that is shown when conflicts appear can be hidden by setting hints.resolving-conflicts = false. - jj op diff and jj op log --op-diff now show changes to which commits correspond to working copies. - jj op log -d is now an alias for jj op log --op-diff. - jj bookmark move --to/--from can now be abbreviated to jj bookmark move -t/-f - jj bookmark list now supports --sort option. Similar to git branch --sort. See jj bookmark list --help for more details. - A new command jj revert is added, which is similar to jj backout but adds the --destination, --insert-after, and - -insert-before options to customize the location of reverted commits. - A new command jj git root is added, which prints the location of the Git directory of a repository using the Git backend. - In colocated repos, any files that jj considers added in the working copy will now show up in git diff (as if you had run git add --intent-to-add on them). - Reversing colors is now supported. For example, to highlight words by reversing colors rather than underlining, you can set colors."diff token"={ underline = false, reverse = true } in your config. - Added revsets.log-graph-prioritize, which can be used to configure which branch in the jj log graph is displayed on the left instead of @ (e.g. coalesce(description("megamerge\n"), trunk())) - jj resolve now accepts new built-in merge tools :ours and :theirs. These merge tools accept side #1 and side #2 of the conflict respectively. * Fixed bugs - jj log -p --stat now shows diff stats as well as the default color-words/git diff output. #5986 - The built-in diff editor now correctly handles deleted files. [#3702] - The built-in diff editor now correctly retains the executable bit on newly added files when splitting. #3846 - jj config set/--config value parsing rule is relaxed in a way that unquoted apostrophes are allowed. #5748 - jj fix could previously create new conflicts when a descendant of a fixed revision was already correctly formatted. ++++ python-dash: - Update to 2.18.2 * Lots of changes since 2.16.1: https://github.com/plotly/dash/compare/v2.16.1...v2.18.2 * Drop dependencies python-dash-core-components, python dash-html-components and dash-table as they are moved to main dash repo ++++ kernel-debug: - rpm/check-for-config-changes: ignore DRM_MSM_VALIDATE_XML This option is dynamically enabled to build-test different configurations. This makes run_oldconfig.sh complain sporadically for arm64. - commit 8fbe8b1 ++++ kernel-default: - rpm/check-for-config-changes: ignore DRM_MSM_VALIDATE_XML This option is dynamically enabled to build-test different configurations. This makes run_oldconfig.sh complain sporadically for arm64. - commit 8fbe8b1 ++++ kernel-source: - rpm/check-for-config-changes: ignore DRM_MSM_VALIDATE_XML This option is dynamically enabled to build-test different configurations. This makes run_oldconfig.sh complain sporadically for arm64. - commit 8fbe8b1 ++++ kernel-docs: - rpm/check-for-config-changes: ignore DRM_MSM_VALIDATE_XML This option is dynamically enabled to build-test different configurations. This makes run_oldconfig.sh complain sporadically for arm64. - commit 8fbe8b1 ++++ kernel-kvmsmall: - rpm/check-for-config-changes: ignore DRM_MSM_VALIDATE_XML This option is dynamically enabled to build-test different configurations. This makes run_oldconfig.sh complain sporadically for arm64. - commit 8fbe8b1 ++++ kernel-obs-build: - rpm/check-for-config-changes: ignore DRM_MSM_VALIDATE_XML This option is dynamically enabled to build-test different configurations. This makes run_oldconfig.sh complain sporadically for arm64. - commit 8fbe8b1 ++++ kernel-obs-qa: - rpm/check-for-config-changes: ignore DRM_MSM_VALIDATE_XML This option is dynamically enabled to build-test different configurations. This makes run_oldconfig.sh complain sporadically for arm64. - commit 8fbe8b1 ++++ kernel-syms: - rpm/check-for-config-changes: ignore DRM_MSM_VALIDATE_XML This option is dynamically enabled to build-test different configurations. This makes run_oldconfig.sh complain sporadically for arm64. - commit 8fbe8b1 ++++ kernel-vanilla: - rpm/check-for-config-changes: ignore DRM_MSM_VALIDATE_XML This option is dynamically enabled to build-test different configurations. This makes run_oldconfig.sh complain sporadically for arm64. - commit 8fbe8b1 ++++ kpimtextedit: - Add upstream change: * 0001-Fix-build-with-Qt-6.9.patch ++++ ktextaddons: - Add build fix for Qt 6.9: * 0001-Add-missing-include.patch ++++ kubecui: - Update to version 1.0.3: * refactor: replace gsed with sed for consistency in explain and trivy scripts * add clone object functionality to various commands and improve context handling * enhance kubecui command handling with improved option parsing and context management * refine explain output formatting and enhance object retrieval logic based on namespace * service port-forward * deletion bug fix * sync fzf and tmux color schemes * meaningful confirmation message. Minor bug fixes ++++ libQuotient-qt6: - Update to 0.9.3 * Support event relations on all post message functions * OIDC awareness * A couple of internal minor fixes * Emit finished() and delete verification session when it's cancelled on the remote side ++++ libguestfs: - Update to version 1.55.8 (jsc#PED-8910) * Various build improvements * Updated translations for several languages * lib/launch-libvirt.c: Remove fallback for Arm ++++ tbb: - Support older and current versions of setuptools WRT to the case of the metadata directory. ++++ libsigrokdecode: - Update to version libsigrokdecodeunreleased+git20241001.71f4514: * max72xx: Rename max7219 to max72xx and streamline PD * max7219: Add support for cascading MAX72xx chips * Fix escape sequences treated as unicode laterals * mcp230xx: Add an mcp230xx decoder * usb_power_delivery: Handle extended message type in PD 3.0 * usb_packet: Handle truncated data packets. * pwm: Add frequency measurement * timing: Allow resetting counter on any edge * avr_isp: Add even more parts - add %fdupes and %post for libirmp - cleanup of .spec ++++ xz: - Update to 5.8.1: * Multithreaded .xz decoder (lzma_stream_decoder_mt()): - Fix a bug that could at least result in a crash with invalid input. (bsc#1240414, CVE-2025-31115) - Fix a performance bug: Only one thread was used if the whole input file was provided at once to lzma_code(), the output buffer was big enough, timeout was disabled, and LZMA_FINISH was used. There are no bug reports about this, thus it's possible that no real-world application was affected. * Avoid even with C11/C17 compilers. This fixes the build with Oracle Developer Studio 12.6 on Solaris 10 when the compiler is in C11 mode (the header doesn't exist). * Autotools: Restore compatibility with GNU make versions older than 4.0 by creating the package using GNU gettext 0.23.1 infrastructure instead of 0.24. * Update Croatian translation. - 5.8.0 changelog: * liblzma on 32/64-bit x86: When possible, use SSE2 intrinsics instead of memcpy() in the LZMA/LZMA2 decoder. In typical cases, this may reduce decompression time by 0-5 %. However, when built against musl libc, over 15 % time reduction was observed with highly compressed files. * CMake: Make the feature test macros match the Autotools-based build on NetBSD, Darwin, and mingw-w64. * Update the Croatian, Italian, Portuguese, and Romanian translations. * Update the German, Italian, Korean, Romanian, Serbian, and Ukrainian man page translations. - Summary of changes in the 5.7.x development releases: * Mark the following LZMA Utils script aliases as deprecated: lzcmp, lzdiff, lzless, lzmore, lzgrep, lzegrep, and lzfgrep. * liblzma: - Improve LZMA/LZMA2 encoder speed on 64-bit PowerPC (both endiannesses) and those 64-bit RISC-V processors that support fast unaligned access. - Add low-level APIs for RISC-V, ARM64, and x86 BCJ filters to lzma/bcj.h. These are primarily for erofs-utils. - x86/x86-64/E2K CLMUL CRC code was rewritten. - Use the CRC32 instructions on LoongArch. * xz: - Synchronize the output file and its directory using fsync() before deleting the input file. No syncing is done when xz isn't going to delete the input file. - Add --no-sync to disable the sync-before-delete behavior. - Make --single-stream imply --keep. * xz, xzdec, lzmainfo: When printing messages, replace non-printable characters with question marks. * xz and xzdec on Linux: Support Landlock ABI versions 5 and 6. * CMake: Revise the configuration variables and some of their options, and document them in the file INSTALL. CMake support is no longer experimental. (It was already not experimental when building for native Windows.) * Add build-aux/license-check.sh. ++++ ncurses: - Do not provides ncurses for *new* C++ library subpackages ++++ opencv: - Make devel package conflicts between different flavors explicit. ++++ petsc: - Add petsc-fix-libdir.patch Install libraries to system arch compatible lib dir (e.g. 'lib64' for x86_64). - Drop and add hashbangs as required for non-exec and exec python scripts respectively. - Implement a %check section and run make check. - Drop explicit specification of mpi library paths and allow `%setup_openmpi` to export relevant paths. - Fix an incorrect file encoding. ++++ petsc-openmpi4: - Add petsc-fix-libdir.patch Install libraries to system arch compatible lib dir (e.g. 'lib64' for x86_64). - Drop and add hashbangs as required for non-exec and exec python scripts respectively. - Implement a %check section and run make check. - Drop explicit specification of mpi library paths and allow `%setup_openmpi` to export relevant paths. - Fix an incorrect file encoding. ++++ petsc-openmpi5: - Add petsc-fix-libdir.patch Install libraries to system arch compatible lib dir (e.g. 'lib64' for x86_64). - Drop and add hashbangs as required for non-exec and exec python scripts respectively. - Implement a %check section and run make check. - Drop explicit specification of mpi library paths and allow `%setup_openmpi` to export relevant paths. - Fix an incorrect file encoding. ++++ libportal: - Add upstream change: * libportal-qt69.patch ++++ libsigrok: - switch to git snapshot, there are no releases for years - Update to version 0.5.2+git20241020.f06f7881: * configure: Also test for new "check" option * configure: Make dependency error message more explicit * configure: differ between check and yes/no * input/vcd: Add parsing support for SV 'logic' type * input/vcd: Add option to manually specify & enforce a samplerate * bkprecision-1856d: Add implementation * bkprecision-1856d: Initial driver skeleton * libsigrok.h: Add config keys SR_CONF_GATE_TIME and SR_CONF_FREQUENCY_COUNTER * link-mso19: Refactor to remove TRIG_UPDATE_* macros * link-mso19: Make mso_calc_trigger_threshold() static - remove (in upstream): * 0001-Use-pkg-config-for-rpc-library-detection.patch * 0001-tests-strutil-use-ck_assert.patch * LTO-linking-fix.patch ++++ libsolv: - build both static and dynamic libraries on new suse distros - support the apk package and repository format (both v2 and v3) - new dataiterator_final_{repo,solvable} functions - bump version to 0.7.32 ++++ tumbler: - Update custom thumbnailers * folder thumbnailer now supports WebP covers as well ++++ liburing: - Update to 2.9: * Add support for ring resizing * Add support for registered waits * Test additions and improvements * Fix bug with certain ring setups with SQE128 set not fully closing the ring after io_uring_queue_exit(3) had been called. * Various man page fixes and updates - Remove upstreamed patches: * 0001-test-init-mem-zero-the-ringbuf-memory.patch * 0001-test-rsrc_tags-use-correct-buffer-index-for-test.patch ++++ libzypp: - Drop workaround for broken rpm-4.18 in Code16 (bsc#1237172) - BuildRequires: %{libsolv_devel_package} >= 0.7.32. Code16 moved static libs to libsolv-devel-static. - Drop usage of SHA1 hash algorithm because it will become unavailable in FIPS mode (bsc#1240529) - Fix zypp.conf dupAllowVendorChange to reflect the correct default (false). The default was true in Code12 (libzypp-16.x) and changed to false with Code15 (libzypp-17.x). Unfortunately this was done by shipping a modified zypp.conf file rather than fixing the code. - zypp.conf: Add `lock_timeout` ($ZYPP_LOCK_TIMEOUT) (bsc#1239809) - version 17.36.6 (35) ++++ melange: - Update to version 0.23.4: * rebuild: don't require original file to rebuild (#1889) * linter: update usrmerge to include /usr/sbin (#1886) ++++ minio-client: - Update to version 20250403T170756Z: - fix the terminal is damaged when parameters are missing (#5175) - fix: error out when the source and destination might be subdirectories of each other (#5173) - fix: replace tag and point to relevant release - Add `admin accesskey sts-revoke` and `idp ldap accesskey sts-revoke` (#5160) - fix return EOF failure on lines with trailing empty lines (#5176) - fix: no data transition will show error for when mc ilm info not found (#5177) - upgrade golang-lint to v2 (#5178) - pre-emptively disable sha256 payload if checksum is set (#5167) - build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (#5169) - batch: use server's generate API when available (#5166) - Add ping sort to mc support top rpc (#5158) ++++ mkosi: - move pandoc dependency to a build condititional for inclusion in SL16 ++++ nginx: - Added nginx-man.patch to enable manpage 8 (boo#1240675). ++++ openSUSE-release-tools: - Update to version 20250403.6f1c3603: * verify-build-and-generatelists: Fix pkglistgen command line arguments for SLFO based products. ++++ opencv-nogui: - Make devel package conflicts between different flavors explicit. ++++ osv-scanner: - Update to version 2.0.1: * Features: - Feature #1730 Add support for extracting dependencies from .NET packages.config and packages.lock.json files. - Feature #1770 Add support for extracting dependencies from rust binaries compiled with cargo-auditable. - Feature #1761 Improve output when scanning for OS packages, we now show binary packages associated with a source package in the table output. * Fixes: - Bug #1752 Fix paging depth issue when querying the osv.dev API. - Bug #1747 Ensure osv-reporter prints warnings instead of errors for certain messages to return correct exit code (related to osv-scanner-action#65). - Bug #1717 Fix issue where nested CycloneDX components were not being parsed. - Bug #1744 Fix issue where empty CycloneDX SBOMs was causing a panic. - Bug #1726 De-duplicate references in CycloneDX report output for improved validity. - Bug #1727 Remove automatic opening of HTML reports in the browser (fixes #1721). - Bug #1735 Require a tag when scanning container images to prevent potential errors. * API Changes: - API Change #1763 Made the SourceType enum public. * Dependencies: - chore(deps): bump github.com/containerd/containerd from 1.7.18 to 1.7.27 in the go_modules group across 1 directory (#1719) - chore(deps): update goreleaser/goreleaser-action action to v6.3.0 (#1765) - chore(deps): update workflows (#1713) - chore(deps): update workflows (#1731) ++++ ovmf: - Using old ovmf-Revert-Add-Stack-Cookie-Support-to-MSVC-and-GCC.patch to replace ovmf-Remove-unsupported-GCC-flag-mstack-protector-guard.patch because the new patch causes that smm ovmf can not boot success. (bsc#1240300) - guest OS: openSUSE Tumbleweed, Windows 11 - Added ovmf-UefiCpuPkg-Disable-EFI-memory-attributes-protocol.patch to disable EFI memory attributes protocol at this moment. It causes old shim 15.8 boot fail on SLE12-SP5. (bsc#1240771) ++++ patterns-base: - Replace sle_version is !is_opensuse macro (bsc#1240642). ++++ perl-Mojo-IOLoop-ReadWriteProcess: - Add procps as BuildRequires - updated to 1.1.0 see /usr/share/doc/packages/perl-Mojo-IOLoop-ReadWriteProcess/Changes 1.1.0 2025-04-02T17:01:36Z - README: Update POD using minilla - Try to prevent warnings about Formatter - Update Build.PL and META.json with minilla 3.1.25 - Remove obsolete dependency on TAP::Formatter::Color - Fix changelog 1.0.0 2025-03-17 12:20:20Z - Various test fixes - Fix race condition in `is_running` when `kill_whole_group` is set - Fix handling process groups when initial process is not running anymore - Add Minilla to the ci target - Update minil.toml to have the harness arguments enabled - Mention syntactic sugar to help when debugging - Enable support for MacOSX (darwin) ++++ plasma6-workspace: - Add patch to fix notification appearance (kde#500192, kde#498599, kde#491217, kde#502160): * 0001-applets-notifications-improve-paddings-again.patch - Add patch to fix notification position: * 0002-appelts-notifications-Fix-Notifications-positions.patch ++++ podman: - Update to version 5.4.2: * Bump to v5.4.2 * Add release notes for v5.4.2 * Fix a potential deadlock during `podman cp` * Improve the file format documentation of podman-import. * Revert "podman-import only supports gz and tar" * Bump buildah to v1.39.4 * libpod: do not cover idmapped mountpoint * test: Fix runc error message * oci: report empty exec path as ENOENT * test: adapt tests new crun error messages * test: remove duplicate test * cirrus: test only on f41/rawhide * CI: use z1d instance for windows machine testing * New images 2025-03-24 * test/e2e: use go net.Dial() ov nc * test: use ncat over nc * New images 2025-03-12 * RPM: Add riscv64 to ExclusiveArch-es * Fix HealthCheck log destination, count, and size defaults * Win installer test: hardcode latest GH release ID * Packit: Fix action script for fetching upstream commit * Bump to v5.4.2-dev ++++ pulseview: - switch to git snapshot, no releases available for years * fixes build against new boost - Update to version 0.4.2+20240813 (continuous branch): * build.yml: Add yaml file * Session: Fix issue #67 by improving error handling * AnalogSignal: Recalculate scale when restoring div height * Add new translators to "About" section * Update Spanish translation to latest changes * trace: Whitespace fix * trace: fix crash on empty channel name in popup form * Session: Record acquisition start time and use it when saving * Trace view: Add setting to keep ruler item selected * Fix warning and remove cursor pair selected state - remove upstream patches: * 0001-Fix-broken-build-due-to-C-template-behind-C-linkage.patch * 0001-Fix-building-with-Qt-5.15.patch ++++ python-rdflib-doc: - Update to 7.1.4 * Remove old hacks against 2to3 * Allow multi subjects & objects in graph funcs * Reduce test warnings * Downgrade log message about plugin * Remove old hacks against 2to3 * Cope with Namespace annotations in Python 3.14 * Small docco update ++++ python-ansible-compat: - update to 25.1.5: * Bugfixes - Make warning signature compatible with ansible core 2.19 (#478) @ssbarnea ++++ python-PyJWT: - Just use a wildcard for the dist-info metadata to make it properly work on all setuptools versions. ++++ python-PyQt6: - Update to 6.8.1 * Added the QtStateMachine module. * Bug fixes. - Drop 0001-Fix-build-with-Qt-6.8.2.patch - Add PyQt6-Qt6.9.0.patch in order to build with Qt 6.9.0. This is basically PyQt6 6.9.0.dev2504021615 without the version bump ++++ python-PyQt6-sip: - Update to 13.10.0 * New ABI version 13.10 * Match python3-sip6-devel 6.10 * Drop fix-license-in-setup_py.patch ++++ python-cx_Freeze: - Update to 8.0.0: * Python 3.13 support. * Python 3.13 free-threaded support for Linux and macOS. * Download and extract the MSVC Redistributable files. * Implement bases using PEP587 - Python Initialization Configuration. * Drop Python 3.8 support. * New and Improved hooks. * Bug fixes and improvements. - Add patch use-only-console-on-python-313.patch: * Only build legacy console for Python 3.12 and earlier. - Stop skipping Python 3.13, it's supported upstream. - Normalize metadata directory name. ++++ python-ecdsa: - Update to 0.19.1 * ``der.remove_implitic`` and ``der.encode_implicit`` for decoding and encoding DER IMPLICIT values with custom tag values and arbitrary classes * Minor fixes around arithmetic with curves that have non-prime order (useful for experimentation, not practical deployments) * Fix arithmetic to work with curves that have (0, 0) on the curve * Fix canonicalization of signatures when ``s`` is just slightly above half of curve order * Dropped official support for Python 3.5 (again, issues with CI, support for Python 2.6 and Python 2.7 is unchanged) * Officialy support Python 3.12 and 3.13 (add them to CI) * Removal of few more unnecessary `six.b` literals (Alexandre Detiste) * Fix typos in warning messages ++++ python-google-api-python-client: - Update to version 1.166.0 * **aiplatform:** Update the api * **alloydb:** Update the api * **analyticshub:** Update the api * **apigee:** Update the api * **bigqueryreservation:** Update the api * **bigquery:** Update the api * **civicinfo:** Update the api * **compute:** Update the api * **contactcenterinsights:** Update the api * **container:** Update the api * **dataplex:** Update the api * **dataproc:** Update the api * **datastream:** Update the api * **dialogflow:** Update the api * **discoveryengine:** Update the api * **displayvideo:** Update the api * **documentai:** Update the api * **gkebackup:** Update the api * **integrations:** Update the api * **managedkafka:** Update the api * **merchantapi:** Update the api * **monitoring:** Update the api * **netapp:** Update the api * **networkconnectivity:** Update the api * **networkservices:** Update the api * **notebooks:** Update the api * **oracledatabase:** Update the api * **pubsub:** Update the api * **securitycenter:** Update the api * **verifiedaccess:** Update the api * **chat:** Update the api * **storage:** Update the api * **sts:** Update the api - from version 2.165.0 * **accesscontextmanager:** Update the api * **aiplatform:** Update the api * **alloydb:** Update the api * **analyticsadmin:** Update the api * **appengine:** Update the api * **backupdr:** Update the api * **beyondcorp:** Update the api * **bigquery:** Update the api * **bigtableadmin:** Update the api * **binaryauthorization:** Update the api * **chromemanagement:** Update the api * **cloudasset:** Update the api * **compute:** Update the api * **contactcenterinsights:** Update the api * **containeranalysis:** Update the api * **dataflow:** Update the api * **datastream:** Update the api * **dialogflow:** Update the api * **discoveryengine:** Update the api * **dlp:** Update the api * **eventarc:** Update the api * **firebaseml:** Update the api * **forms:** Update the api * **gkebackup:** Update the api * **healthcare:** Update the api * **integrations:** Update the api * **logging:** Update the api * **looker:** Update the api * **merchantapi:** Update the api * **networksecurity:** Update the api * **networkservices:** Update the api * **places:** Update the api * **playdeveloperreporting:** Update the api * **retail:** Update the api * **run:** Update the api * **securitycenter:** Update the api * **spanner:** Update the api * **sqladmin:** Update the api * **tagmanager:** Update the api * **tpu:** Update the api * **workloadmanager:** Update the api * Resolve issue where pre-release versions of dependencies are installed (#2576) ++++ python-googleapis-common-protos: - Update to 1.69.2 * Allow protobuf 6.x (b4d4551) * Remove setup.cfg configuration for creating universal wheels (#13659) * Resolve issue where pre-release versions of dependencies are installed (b4d4551) * Set `include` in `tool.setuptools.packages.find` (#13662) - Fix changelog entry for previous version - Update GitHub URL in URL field ++++ python-imagecodecs: - Update to 2025.3.30: * Pass 7659 tests. * Fix some codecs for use with Zarr 3, zarr_format=2 (#123). * Fix lz4h5 codec when block size is less than compressed size (#126). * Fix pglz_compress is not thread-safe. * Set __module__ attribute on public objects. * Drop support for Python 3.9, deprecate Python 3.10. - Add patch no-length-assertion-aborts.patch: * Do not call h5lookup methods that cause failed assertions. ++++ python-matplotlib: - Disable two more tests in SLFO that use Qt bindings. ++++ python-pure-protobuf: - update to 3.1.4: * Fix: Any_ must inherit from BaseMessage ++++ python-pyqt-builder: - Update to 1.18.1 * The QtEglFSDeviceIntegration library is now bundled for Qt5 and Qt6. * Added support for the QtStateMachine module. ++++ python-qpageview: - Update to 1.0.0: * No longer dependend on poppler * requires Qt6 and python3-qt6 - Remove qpageview.pdf and qpageview_smoketest.py ++++ python-rdflib: - Update to 7.1.4 * Remove old hacks against 2to3 * Allow multi subjects & objects in graph funcs * Reduce test warnings * Downgrade log message about plugin * Remove old hacks against 2to3 * Cope with Namespace annotations in Python 3.14 * Small docco update ++++ python-sphinx-autodoc-typehints: - Update to 3.1.0: - Support Sphinx 8.2.0 - drop 3.10 support because Sphinx does - Update to 3.0.1: - Fix roles for types module - Update Ruff to 0.9.1 - Update to 3.0.0: - 🐛 Replace docutils private API use w/ public - Drop support for nptyping - Update to 2.5.0: - Fix the type checker - Apply typehints_formatter to signature ++++ python-transitions: - Update to 0.9.2 * Bug #610: Decorate models appropriately when `HierarchicalMachine` is passed to `add_state` (thanks @e0lithic) * Bug #647: Let `may_` check all parallel states in processing order (thanks @spearsear) * Bug: `HSM.is_state` works with parallel states now * Experimental features: + Add `model_override` to Machine constructor to determine the mode of operation. With `model_override=Fale` (default), `transitions` will not override already defined methods on a model just as it did before. For workflows relying on typing, `model_override=True` will override methods already defined on the model and only those (!). This allows to control which convenience methods shall be assigned to the model and keeps the statically 'assumed' model in sync with its runtime counterpart. Since defining each and every method manually is rather tiresome, `transitions.experimental.utils.generate_base_model` features a way to convert a machine configuration into a `BaseClass` with all convenience functions and callbacks. + Add `transitions.experimental.utils.{add_transitions, event, with_model_definitions, transition}` to define trigger methods in a class model for more convenient type checking. `add_transitions` can be used as a function decorator and is stackable. `event` returns a placeholder object for attribute assigment. `add_transitions` and `event` have the same signature and support transition definition like machine constructors. The function `transition` can used for better typing and returns a dictionary that can be passed to the utility functions but also to a machine constructor. `add_transitions` and `event` require a machine decorated with `with_model_definitions`. Decorating a machine `with_model_definitions` implies `model_override=True`. * Feature: Add `may_trigger` to models to check whether transitions can be conducted by trigger name. * Feature: Add Mermaid diagram backend that returns a mermaid diagram as a string. `use_pygraphviz` is deprecated in favour for `graph_engine` which may be `pygraphviz` (default), `graphviz` or `mermaid`. - Refresh remove-py2-crumbs.patch ++++ python-unearth: - Update to 0.17.3 * Update contributing guidelines for rebase branch * Best match should be a pre-release if that's all the index has * Use stdlib Path <-> URL conversions ++++ qt6-creator: - Update build constraints ++++ rqlite: - Update to version 8.36.16: * Minor refactoring of HTTP Leader checks * Add transaction status to DB stats ++++ rubygem-ruby-dbus: - 0.25.0 Bug fixes: * Mention qualified property name in Get or Set errors (gh#mvidner/ruby-dbus#147). * Fix declaring logger and ostruct gems for Ruby 3.5 ++++ scx: - Update to version 1.0.11: * scxtop: Disable bpf conditional attachment * Add scxctl into tools * scx_bpfland: Fix idle detection when SMT is disabled * scx_layered: add node spread growth algo * scx_p2dq: Add config for minimum queue size for pick2 * scx_p2dq: Add config for min runs for pick2 * scx_p2dq: Add stats for pick2 on dispatch/select paths * scx_p2dq: Allow disabling pick2 load balancing on dispatch * scx_p2dq: Add option to only load balance max DSQ tasks * scx_flash: simplify scheduling policy * scx_p2dq: Add helper to scale vtime by task weight * scxtop: Fix DSQ initialization * scx_layered: add protected layer flag * scx_p2dq: Add min_nr_queued_pick2 check on pick_two_llc_ctx * scx_bpfland: handle per-CPU tasks preempted by a higher scheduling class * scx_lavd: Respect the core preference and some more. * scx_layered: add cpus_pct cfg param * scx_flash: mitigate stalls from higher priority scheduling classes * scx_p2dq: Add idle resume QoS config * scx_layered: Add idle qos config * scxtop: adding hw_pressure event trace. * scx_layered: add node spread reverse, swap it with node spread * scx_layered: make nodespread account for smt * scx_p2dq: Fix vtime handling in enqueue path * scxtop: Add checks when updating DSQ latency * scx_layered: More optimal core allocation * scxtop: Add fork event tracing * scx_p2dq: Cleanup pick_two_cpu selection * scx_p2dq: Update default scheduler config * scxtop: trace on_sched_exec event. * scx_layered: add exclude match rule * scx_lavd: Make the idle CPU selection compute domain aware. * scx_lavd: Enable SCX_OPS_ALLOW_QUEUED_WAKEUP and misc. * scx_p2dq: Fix vtime accounting * scxtop: Add key bindings to toggle hw pressure * scxtop: Add exit event tracing * scx_bpfland: Enable SCX_OPS_ALLOW_QUEUED_WAKEUP * scx_bpfland: Introduce --idle-resume-us * scx_p2dq: Add support for SCX_OPS_ALLOW_QUEUED_WAKEUP * scxtop: fix clock_sync_failure errors * scxtop: adding cpu hotplug event on exit trace event. * scx_layered: add NodeSpreadRandom growth algo * scx_layered: Fix accounting, reporting and CPU allocation fluctuations * scx_lavd: Better control and handling of per-CPU tasks. * scx_bpfland: Improve NUMA node locality * scx_p2dq: Fix stalls caused by improper handling of affinitized tasks * scx_bpfland: Introduce an option to disable SMT awareness * scx_lavd: Fix incorrect task affinity testing and more. * scx_bpfland: Fix direct dispatch migration * scx_p2dq: Fix affinitized task handling * scx_lavd: Revise task affinity testing. * scx_p2dq: Fix handling for two LLCs * scx_p2dq: Update default load balancing config * scx_layered: remove extra call to test_and_clear_cpu in pick_idle_from * scx_chaos: init with basic functionality * scx_p2dq: Improve locality for affinitized tasks * scx_p2dq: Avoid aggressive return on cpu selection * scx_bpfland: NUMA load balancer ++++ sdbootutil: - Update to version 1+git20250403.0ae7eeb: * Drop shifted variations before the new one * Create loader.conf if missing ++++ selinux-policy: - Update to version 20250403: * Allow hyper-v's fcopy_uio_daemon to run as unconfined_service_t (bsc#1239593) * Allow switcheroo-control dbus chat with xdm * Fix typo in calling unconfined_dbus_chat for switcheroo-control * Allow sysadm_t to write to /dev/kmsg * Allow init_t nnp domain transition to pcscd_t * Fix the genfscon statement for pidfs filesystem * Allow tuned-ppd dbus chat with xdm * Update INSTALL to describe necessary steps to build it * Rename the default policy to fedora-selinux * Update COPYING to the latest version of GPLv2 * Allow traceroute_t bind rawip sockets to unreserved ports * Revert "Allow traceroute_t bind rawip sockets to unreserved ports" * Change the bootc system generator name to bootc-systemd-generator * Correct path for SAP HDB binary * additional path for SAP binaries * dontaudit access to /etc/passwd for power-profiles-daemon (bsc#1237534) * allow power-profiles-daemon to watch sysfs directories (bsc#1237534) * add dev_watch_sysfs_dirs interface * Allow mpd use the io_uring API * Confine tuned-ppd * Add the switcheroo module * Label wine's windows libraries as textrel_shlib_t * Allow systemd domains write global pressure stall information * Add label and interfaces for kernel PSI files * Update bootupd policy * Update ktls policy * Add policy for systemd-bootc-generator * Allow blueman the kill capability * Add context for plymouth debug log files * Allow rlimit inheritance for domains transitioning to local_login_t * Update insights-core policy * Allow insights-core map all non-security files * Allow insights-core map audit config and log files * Allow insights-client manage insights_client_var_log_t files - Syncing with upstream rawhide selinux-policy up to: * 041d36f8d8c03e651c1e52b6221770db1e9237c6 - Update embedded container-selinux version to commit: * 4244f856ea34d20edb903a6ff28667400a4b6c18 (version 2.236.0) ++++ terragrunt: - Update to version 0.77.7: * New Features Users can now configure a custom default template for scaffold and catalog commands in their catalog configuration blocks like so: catalog { default_template = "git@github.com/acme/example.git//path/to/template" } For more information, read the documentation in the catalog feature. * What's Changed - fix: Updating docs after #4035 (#4117) - feat: Adding custom default template (#3658) (#4035) - feat: stacks improvements (#4114) ++++ topgrade: - Update to version 16.0.3: * chore: bump version to 16.0.3 (#1094) * Fix aqua CLI and JetBrains Aqua conflict (#1092) * Fix `pixi self-update` running when `pixi` is not installed with the … (#1087) * added silent install option for winget (#1089) * i18n(app.yml): new language lt (#1069) * Add German translations to localization file (#1065) * Update jetbrains-toolbox-updater (#1077) * fix:(emacs): fix issue #1075 (#1076) * i18n(app.yml): new language zh_CN (#1072) * Add JetBrains Toolbox via jetbrains-toolbox-updater (#1064) * docs: fix `--log-filter` link in `--help` (#1073) * FIX: Allow for -beta OR -current detection and use the correct system upgrade command for the OpenBSD step (#1066) * Create Armv7l debian package (#1068) * feat(sudo): add run0 as a sudo variant (#1067) * chore(deps): bump ring from 0.17.8 to 0.17.13 (#1062) * fix(sudo): fix sudo detection & pre-sudo for GSudo (#1058) * feat(pixi): add support for `pixi global` (#1037) * Run `conda clean` after `conda update` if `cleanup = true` (#1047) * Add pipxu step (#1052) * Add "Cinnamon spices" step (#1055) * fix(poetry): parse arg in script shebang line (#1028) * fix: uBlue OS should be detected as FedoraImmutable (#1043) * feat(vscode): updated extensions for a given profile (#1022) * docs: fix typo in description (#1032) * Add zigup step (#1030) * Run `juliaup gc` if cleanup is enabled (#1031) * chore: update toolchain to 1.84.1. apply clippy fixes & rustfmt (#1026) * feat: support VSCodium (#788) * fix: do not run asdf update if version >= 0.15.0 (#1008) * Add Fedora Copr to Readme.md (#1005) * Detect Elan self update disabled (e.g. installed from distro repos) (#998) * fix: Executor::spawn()/output() should not use their _checked() variants * refactor(uv step): check self update result if self-update feat is available (#1000) * fix: dont ignore rpm-ostree when bootc is found (#999) ++++ tree-sitter-rust: - update to 0.24.0: * nothing of relevance - update to 0.23.3: * Update tags.scm * parse turbofish patterns * add `FUNDING.yml * parse default const parameters * parse use bounds (precise capture syntax) * implement range-to patterns * fix shebang parsing * fix where clauses in type aliases and allow empty where clauses * add parsing support for use ::* syntax * parse impl types (abstract types) where the lifetime comes first * add tuple_type to possible dynamic types * parse async closures * add expr_2021 and pat_param to fragment_specifier ++++ virt-bridge-setup: - version 0.9: * add a forward-delay option * add an STP option * fix displaying error ------------------------------------------------------------------ ------------------ 2025-4-2 - Apr 2 2025 ------------------- ------------------------------------------------------------------ ++++ MozillaFirefox: - Mozilla Firefox 137.0 * https://www.mozilla.org/en-US/firefox/137.0/releasenotes/ MFSA 2025-20 (bsc#1240083) * CVE-2025-3028 (bmo#1941002) Use-after-free triggered by XSLTProcessor * CVE-2025-3031 (bmo#1947141) JIT optimization bug with different stack slot sizes * CVE-2025-3032 (bmo#1949987) Leaking file descriptors from the fork server * CVE-2025-3029 (bmo#1952213) URL bar spoofing via non-BMP Unicode characters * CVE-2025-3035 (bmo#1952268) Tab title disclosure across pages when using AI chatbot * CVE-2025-3033 (bmo#1950056) Opening local .url files could lead to another file being opened * CVE-2025-3030 (bmo#1850615, bmo#1932468, bmo#1942551, bmo#1951017, bmo#1951494) Memory safety bugs fixed in Firefox 137, Thunderbird 137, Firefox ESR 128.9, and Thunderbird 128.9 * CVE-2025-3034 (bmo#1894100, bmo#1934086, bmo#1950360) Memory safety bugs fixed in Firefox 137 and Thunderbird 137 - requires NSS 3.109 ++++ ansible-lint: - update to 25.2.0: * Enhancements - Refactor line number identification (#4564) @ssbarnea - Require ansible-core 2.16.11 (#4569) @ssbarnea * Bugfixes - Improve testing and code coverage (#4561) @ssbarnea - Refactor types for future ansible-core compatibility (#4557) @ssbarnea - Isolate ansible internal types to submodule (#4556) @ssbarnea - Add line method to Task class (#4554) @ssbarnea - Move task_to_str to Task class (#4553) @ssbarnea - Add 2025 to WindowsPlatformModel (#4531) @rsdoherty ++++ apache2-mod_php8: - version update to 8.4.5 BCMath: Fixed bug GH-17398 (bcmul memory leak). Core: Fixed bug GH-17623 (Broken stack overflow detection for variable compilation). Fixed bug GH-17618 (UnhandledMatchError does not take zend.exception_ignore_args=1 into account). Fix fallback paths in fast_long_{add,sub}_function. Fixed bug OSS-Fuzz #391975641 (Crash when accessing property backing value by reference). Fixed bug GH-17718 (Calling static methods on an interface that has `__callStatic` is allowed). Fixed bug GH-17713 (ReflectionProperty::getRawValue() and related methods may call hooks of overridden properties). Fixed bug GH-17916 (Final abstract properties should error). Fixed bug GH-17866 (zend_mm_heap corrupted error after upgrading from 8.4.3 to 8.4.4). Fixed GHSA-rwp7-7vc6-8477 (Reference counting in php_request_shutdown causes Use-After-Free). (CVE-2024-11235) DOM: Fixed bug GH-17609 (Typo in error message: Dom\NO_DEFAULT_NS instead of Dom\HTML_NO_DEFAULT_NS). Fixed bug GH-17802 (\Dom\HTMLDocument querySelector attribute name is case sensitive in HTML). Fixed bug GH-17847 (xinclude destroys live node). Fix using Dom\Node with Dom\XPath callbacks. GD: Fixed bug GH-17703 (imagescale with both width and height negative values triggers only an Exception on width). Fixed bug GH-17772 (imagepalettetotruecolor crash with memory_limit=2M). FFI: Fix FFI Parsing of Pointer Declaration Lists. FPM: Fixed bug GH-17643 (FPM with httpd ProxyPass encoded PATH_INFO env). LDAP: Fixed bug GH-17704 (ldap_search fails when $attributes contains a non-packed array with numerical keys). LibXML: Fixed GHSA-wg4p-4hqh-c3g9 (Reocurrence of #72714). Fixed GHSA-p3x9-6h7p-cgfc (libxml streams use wrong `content-type` header when requesting a redirected resource). (CVE-2025-1219) MBString: Fixed bug GH-17503 (Undefined float conversion in mb_convert_variables). Opcache: Fixed bug GH-17654 (Multiple classes using same trait causes function JIT crash). Fixed bug GH-17577 (JIT packed type guard crash). Fixed bug GH-17747 (Exception on reading property in register-based FETCH_OBJ_R breaks JIT). Fixed bug GH-17715 (Null pointer deref in observer API when calling cases() method on preloaded enum). Fixed bug GH-17868 (Cannot allocate memory with tracing JIT on 8.4.4). PDO_SQLite: Fixed GH-17837 ()::getColumnMeta() on unexecuted statement segfaults). Fix cycle leak in sqlite3 setAuthorizer(). Fix memory leaks in pdo_sqlite callback registration. Phar: Fixed bug GH-17808: PharFileInfo refcount bug. PHPDBG: Partially fixed bug GH-17387 (Trivial crash in phpdbg lexer). Fix memory leak in phpdbg calling registered function. Reflection: Fixed bug GH-15902 (Core dumped in ext/reflection/php_reflection.c). Fixed missing final and abstract flags when dumping properties. Standard: Fixed bug #72666 (stat cache clearing inconsistent between file:// paths and plain paths). Streams: Fixed bug GH-17650 (realloc with size 0 in user_filters.c). Fix memory leak on overflow in _php_stream_scandir(). Fixed GHSA-hgf5-96fm-v528 (Stream HTTP wrapper header check might omit basic auth header). (CVE-2025-1736) Fixed GHSA-52jp-hrpf-2jff (Stream HTTP wrapper truncate redirect location to 1024 bytes). (CVE-2025-1861) Fixed GHSA-pcmh-g36c-qc44 (Streams HTTP wrapper does not fail for headers without colon). (CVE-2025-1734) Fixed GHSA-v8xr-gpvj-cx9g (Header parser of `http` stream wrapper does not handle folded headers). (CVE-2025-1217) Windows: Fixed phpize for Windows 11 (24H2). Fixed GH-17855 (CURL_STATICLIB flag set even if linked with shared lib). Zlib: Fixed bug GH-17745 (zlib extension incorrectly handles object arguments). Fix memory leak when encoding check fails. Fix zlib support for large files. - version update to 8.4.4 Core: Fixed bug GH-17234 (Numeric parent hook call fails with assertion). Fixed bug GH-16892 (ini_parse_quantity() fails to parse inputs starting with 0x0b). Fixed bug GH-16886 (ini_parse_quantity() fails to emit warning for 0x+0). Fixed bug GH-17222 (__PROPERTY__ magic constant does not work in all constant expression contexts). Fixed bug GH-17214 (Relax final+private warning for trait methods with inherited final). Fixed NULL arithmetic during system program execution on Windows. Fixed potential OOB when checking for trailing spaces on Windows. Fixed bug GH-17408 (Assertion failure Zend/zend_exceptions.c). Fix may_have_extra_named_args flag for ZEND_AST_UNPACK. Fix NULL arithmetic in System V shared memory emulation for Windows. Fixed bug GH-17597 (#[\Deprecated] does not work for __call() and __callStatic()). DOM: Fixed bug GH-17397 (Assertion failure ext/dom/php_dom.c). Fixed bug GH-17486 (Incorrect error line numbers reported in Dom\HTMLDocument::createFromString). Fixed bug GH-17481 (UTF-8 corruption in \Dom\HTMLDocument). Fixed bug GH-17500 (Segfault with requesting nodeName on nameless doctype). Fixed bug GH-17485 (upstream fix, Self-closing tag on void elements shouldn't be a parse error/warning in \Dom\HTMLDocument). Fixed bug GH-17572 (getElementsByTagName returns collections with tagName-based indexing). Enchant: Fix crashes in enchant when passing null bytes. FTP: Fixed bug GH-16800 (ftp functions can abort with EINTR). GD: Fixed bug GH-17349 (Tiled truecolor filling looses single color transparency). Fixed bug GH-17373 (imagefttext() ignores clipping rect for palette images). Ported fix for libgd 223 (gdImageRotateGeneric() does not properly interpolate). Added support for reading GIFs without colormap to bundled libgd. Gettext: Fixed bug GH-17400 (bindtextdomain SEGV on invalid domain). Intl: Fixed bug GH-11874 (intl causing segfault in docker images). Opcache: Fixed bug GH-15981 (Segfault with frameless jumps and minimal JIT). Fixed bug GH-17307 (Internal closure causes JIT failure). Fixed bug GH-17428 (Assertion failure ext/opcache/jit/zend_jit_ir.c:8940). Fixed bug GH-17564 (Potential UB when reading from / writing to struct padding). PCNTL: Fixed pcntl_setcpuaffinity exception type from ValueError to TypeError for the cpu mask argument with entries type different than int/string. PCRE: Fixed bug GH-17122 (memory leak in regex). PDO: Fixed a memory leak when the GC is used to free a PDOStatment. Fixed a crash in the PDO Firebird Statement destructor. Fixed UAFs when changing default fetch class ctor args. PgSql: Fixed build failure when the constant PGRES_TUPLES_CHUNK is not present in the system. Phar: Fixed bug GH-17518 (offset overflow phar extractTo()). PHPDBG: Fix crashes in function registration + test. Session: Fix type confusion with session SID constant. Fixed bug GH-17541 (ext/session NULL pointer dereferencement during ID reset). SimpleXML: Fixed bug GH-17409 (Assertion failure Zend/zend_hash.c:1730). SNMP: Fixed bug GH-17330 (SNMP::setSecurity segfault on closed session). SPL: Fixed bug GH-15833 (Segmentation fault (access null pointer) in ext/spl/spl_array.c). Fixed bug GH-17516 (SplFileTempObject::getPathInfo() Undefined behavior on invalid class). Standard: Fixed bug GH-17447 (Assertion failure when array popping a self addressing variable). Windows: Fixed clang compiler detection. Zip: Fixed bug GH-17139 (Fix zip_entry_name() crash on invalid entry). - version update to 8.4.3 BcMath: Fixed bug GH-17049 (Correctly compare 0 and -0). Fixed bug GH-17061 (Now Number::round() does not remove trailing zeros). Fixed bug GH-17064 (Correctly round rounding mode with zero edge case). Fixed bug GH-17275 (Fixed the calculation logic of dividend scale). Core: Fixed bug OSS-Fuzz #382922236 (Duplicate dynamic properties in hooked object iterator properties table). Fixed unstable get_iterator pointer for hooked classes in shm on Windows. Fixed bug GH-17106 (ZEND_MATCH_ERROR misoptimization). Fixed bug GH-17162 (zend_array_try_init() with dtor can cause engine UAF). Fixed bug GH-17101 (AST->string does not reproduce constructor property promotion correctly). Fixed bug GH-17200 (Incorrect dynamic prop offset in hooked prop iterator). Fixed bug GH-17216 (Trampoline crash on error). DBA: Skip test if inifile is disabled. DOM: Fixed bug GH-17145 (DOM memory leak). Fixed bug GH-17201 (Dom\TokenList issues with interned string replace). Fixed bug GH-17224 (UAF in importNode). Embed: Make build command for program using embed portable. FFI: Fixed bug #79075 (FFI header parser chokes on comments). Fix memory leak on ZEND_FFI_TYPE_CHAR conversion failure. Fixed bug GH-16013 and bug #80857 (Big endian issues). Fileinfo: Fixed bug GH-17039 (PHP 8.4: Incorrect MIME content type). FPM: Fixed bug GH-13437 (FPM: ERROR: scoreboard: failed to lock (already locked)). Fixed bug GH-17112 (Macro redefinitions). Fixed bug GH-17208 (bug64539-status-json-encoding.phpt fail on 32-bits). GD: Fixed bug GH-16255 (Unexpected nan value in ext/gd/libgd/gd_filter.c). Ported fix for libgd bug 276 (Sometimes pixels are missing when storing images as BMPs). Gettext: Fixed bug GH-17202 (Segmentation fault ext/gettext/gettext.c bindtextdomain()). Iconv: Fixed bug GH-17047 (UAF on iconv filter failure). LDAP: Fixed bug GH-17280 (ldap_search() fails when $attributes array has holes). LibXML: Fixed bug GH-17223 (Memory leak in libxml encoding handling). MBString: Fixed bug GH-17112 (Macro redefinitions). Opcache: opcache_get_configuration() properly reports jit_prof_threshold. Fixed bug GH-17140 (Assertion failure in JIT trace exit with ZEND_FETCH_DIM_FUNC_ARG). Fixed bug GH-17151 (Incorrect RC inference of op1 of FETCH_OBJ and INIT_METHOD_CALL). Fixed bug GH-17246 (GC during SCCP causes segfault). Fixed bug GH-17257 (UBSAN warning in ext/opcache/jit/zend_jit_vm_helpers.c). PCNTL: Fix memory leak in cleanup code of pcntl_exec() when a non stringable value is encountered past the first entry. PgSql: Fixed bug GH-17158 (pg_fetch_result Shows Incorrect ArgumentCountError Message when Called With 1 Argument). Fixed further ArgumentCountError for calls with flexible number of arguments. Phar: Fixed bug GH-17137 (Segmentation fault ext/phar/phar.c). SimpleXML: Fixed bug GH-17040 (SimpleXML's unset can break DOM objects). Fixed bug GH-17153 (SimpleXML crash when using autovivification on document). Sockets: Fixed bug GH-16276 (socket_strerror overflow handling with INT_MIN). Fixed overflow on SO_LINGER values setting, strengthening values check on SO_SNDTIMEO/SO_RCVTIMEO for socket_set_option(). SPL: Fixed bug GH-17198 (SplFixedArray assertion failure with get_object_vars). Fixed bug GH-17225 (NULL deref in spl_directory.c). Streams: Fixed bug GH-17037 (UAF in user filter when adding existing filter name due to incorrect error handling). Fixed bug GH-16810 (overflow on fopen HTTP wrapper timeout value). Fixed bug GH-17067 (glob:// wrapper doesn't cater to CWD for ZTS builds). Windows: Hardened proc_open() against cmd.exe hijacking. XML: Fixed bug GH-1718 (unreachable program point in zend_hash). - modified patches % php-build-reproducible-phar.patch (refreshed) - version update to 8.4.2 BcMath: Fixed bug GH-16978 (Avoid unnecessary padding with leading zeros) (Saki Takamachi) Calendar: Fixed jdtogregorian overflow. Fixed cal_to_jd julian_days argument overflow. COM: Fixed bug GH-16991 (Getting typeinfo of non DISPATCH variant segfaults). Core: Fail early in *nix configuration build script. Fixed bug GH-16344 (setRawValueWithoutLazyInitialization() and skipLazyInitialization() may change initialized proxy). Fixed bug GH-16727 (Opcache bad signal 139 crash in ZTS bookworm (frankenphp)). Fixed bug GH-16799 (Assertion failure at Zend/zend_vm_execute.h:7469). Fixed bug GH-16630 (UAF in lexer with encoding translation and heredocs). Fix is_zend_ptr() huge block comparison. Fixed potential OOB read in zend_dirname() on Windows. Fixed bug GH-15964 (printf() can strip sign of -INF). Curl: Fixed bug GH-16802 (open_basedir bypass using curl extension). Fix various memory leaks in curl mime handling. DBA: Fixed bug GH-16990 (dba_list() is now zero-indexed instead of using resource ids) (kocsismate) DOM: Fixed bug GH-16777 (Calling the constructor again on a DOM object after it is in a document causes UAF). Fixed bug GH-16906 (Reloading document can cause UAF in iterator). FPM: Fixed GH-16432 (PHP-FPM 8.2 SIGSEGV in fpm_get_status). Fixed bug GH-16932 (wrong FPM status output). GD: Fixed GH-16776 (imagecreatefromstring overflow). GMP: Fixed bug GH-16890 (array_sum() with GMP can loose precision (LLP64)). Hash: Fixed GH-16711: Segfault in mhash(). Opcache: Fixed bug GH-16851 (JIT_G(enabled) not set correctly on other threads). Fixed bug GH-16902 (Set of opcache tests fail zts+aarch64). Fixed bug GH-16879 (JIT dead code skipping does not update call_level). OpenSSL: Prevent unexpected array entry conversion when reading key. Fix various memory leaks related to openssl exports. Fix memory leak in php_openssl_pkey_from_zval(). PDO: Fixed memory leak of `setFetchMode()`. Phar: Fixed bug GH-16695 (phar:// tar parser and zero-length file header blocks). PHPDBG: Fixed bug GH-15208 (Segfault with breakpoint map and phpdbg_clear()). SAPI: Fixed bug GH-16998 (UBSAN warning in rfc1867). SimpleXML: Fixed bug GH-16808 (Segmentation fault in RecursiveIteratorIterator ->current() with a xml element input). SOAP: Fix make check being invoked in ext/soap. Standard: Fixed bug GH-16905 (Internal iterator functions can't handle UNDEF properties). Fixed bug GH-16957 (Assertion failure in array_shift with self-referencing array). Streams: Fixed network connect poll interuption handling. Windows: Fixed bug GH-16849 (Error dialog causes process to hang). Windows Server 2025 is now properly reported. - version update to 8.4.1 * Property Hooks * Asymmetric Property Visibility * Lazy Objects * PDO driver-specific subclasses * BCMath object type * details: https://www.php.net/ChangeLog-8.php#8.4.1 * upgrading notes: https://www.php.net/manual/en/migration84.php ++++ asar: - New upstream release 3.4.0 * add in-memory API for streaming files to destination asar ++++ aws-c-auth: - Update to version 0.9.0 * Async cognito support by @bretambrose in (#267) * Update docs for DefaultChain by @waahm7 in (#266) ++++ aws-c-cal: - Update to version 0.8.9 * RSA PKCS8 support by @DmitriyMusatkin in (#212) - from version 0.8.8 * Fix module export to respect ed25519 flag by @DmitriyMusatkin in (#210) * Fix FindCrypto behavior on win by @DmitriyMusatkin in (#211) ++++ aws-c-common: - Update to 0.12.2 * Tests require compiler extensions by @graebm in (#1193) * Simplify how inline math files are included by @graebm in (#1195) ++++ aws-c-http: - Update to 0.9.6 * Fix Error Handling For Connection Manager by @waahm7 in (#507) * h1_decoder error on multiple content-length headers by @quinnj in (#509) * Apple Network Framework Support by @xiazhvera in (#502) ++++ aws-c-io: - Update to version 0.18.0 * Grand Dispatch Queue, Apple Network Connection, Apple SecItem by @sbSteveK in (#661) * Remove unused variables in aws_host_resolver by @graebm in (#719) - from version 0.17.0 * Add back kqueue support on iOS by @xiazhvera in (#716) * Fix IP address being labelled "bad" for too long by @graebm in (#718) ++++ aws-c-mqtt: - Update to version 0.12.3 * Apple Network Framework Support by @xiazhvera in (#385) ++++ aws-c-s3: - Update to version 0.7.14 * Newer URL for aws-lc by @ProgramComputer in (#500) * Update endpoints by @DmitriyMusatkin in (#502) ++++ azote: - Update to 1.15.0: * Support for JPEG XL images added to Pillow through pillow-jxl-plugin #214 * Support for using miraclemsg when miracle-wm is detected #213 ++++ blog: - Update to version 2.31 * Handel BS on password prompt as well * Drop spining code as systemd uses clear to end of line escape sequence (hard coded!) for its cylon lines. - blog: again suggest blog-plymouth ++++ bluedevil6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * Fix glitch while scrolling with touch * update version for new release ++++ breeze6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * ToolsAreaManager: Store windows as a vector (kde#501688) * kstyle: Don't replay scrollbar mouse event to same position * update version for new release ++++ chromium: - Chromium 135.0.7049.52 (stable release 2025-04-01) (boo#1240555) * CVE-2025-3066: Use after free in Navigations * CVE-2025-3067: Inappropriate implementation in Custom Tabs * CVE-2025-3068: Inappropriate implementation in Intents * CVE-2025-3069: Inappropriate implementation in Extensions * CVE-2025-3070: Insufficient validation of untrusted input in Extensions * CVE-2025-3071: Inappropriate implementation in Navigations * CVE-2025-3072: Inappropriate implementation in Custom Tabs * CVE-2025-3073: Inappropriate implementation in Autofill * CVE-2025-3074: Inappropriate implementation in Downloads - modified patches: system-libdrm.patch (context update) gcc-enable-lto.patch (context update) chromium-127-constexpr.patch (context update) chromium-norar.patch (context update) - added patches: gtk-414.patch (reverse apply since our gtk4 is too old) - add to keeplibs: third_party/protobuf/third_party/utf8_range - drop from keeplibs: third_party/iccjpeg (gone upstream) - config variable changed from use_qt to use_qt5 - bump buildrequires for gn to 0.20250306 ++++ cifs-utils: - Update cifs-utils to 7.3 * Fix regression in mount.cifs with guest mount option * resolve_host.c: Initialize site_name * cldap_ping: Fix socket fd leak * getcifsacl: fix return code check for getting full ACL * cifs-utils: add documentation for upcall_target * cifs-utils: avoid using mktemp when updating mtab * cldap_ping.c: add missing include * configure.ac: libtalloc is now mandatory * cifscreds: allow user to set the key's timeout * cifscreds: use continue instead of break when matching commands * Do not pass passwords with sec=none and sec=krb5 * docs: add esize description * docs: add max_cached_dirs description * docs: update actimeo description * Fix compiler warnings in mount.cifs * CIFS.upcall to accomodate new namespace mount opt * cifs-utils: Skip TGT check if valid service ticket is already available * use enums to check password or password2 in set_password, get_password_from_file and minor documentation additions * cifs-utils: support and document password2 mount option * smbinfo: add bash completion support for filestreaminfo, keys, gettconinfo ++++ digger-cli: - Update to version 0.6.94: * improvements for depends_on traversal (#1932) * supporting gitlab connections (#1921) * feat: add support to slog in libs workspace (#1928) * feat: structured logging in digger (backend) (#1927) * fix/ee release pipelines (#1926) ++++ discover6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * PackageKit: Fix connection for update details (kde#434936) * notifier: cover in qDebugs * update version for new release ++++ drkonqi6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * Add mapping for krdpserver * coredump: don't start units on system users (e.g. sddm) (kde#500179) * update version for new release ++++ dust: - Update to version 1.2.0: * release: increment version (#485) * fix: status mesages go to stderr not stdout (#483) * fix: all arguments now use '-' instead of '_' (#484) * feat: Abort immedietly when ^C is received. (#478) * deps: cargo update (#474) * rewrite: Reduce indentation with guard clause * perf: Canonicalize ignored absolute path only once * refactor: Extract is_ignored_path function * perf: Do not canonicalize non-absolute ignored path * fix: Ignoring absolute path with `-X` option * release: Increment version ++++ esbuild: - update to 0.25.2: * Support flags in regular expressions for the API (#4121) * Fix node-specific annotations for string literal export names (#4100) * Basic support for index source maps (#3439, #4109) ++++ eza: - Update to 0.21.0: * Flake bump 2025-03-20 * Remove unnescesarry unsafe blocks for libc major/minor device id * Unwrap -> expect on libc deviceid calls * Formatting issue * Fix unused PermissionsPlus fields ++++ flatpak-kcm6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - No code change since 6.3.3 ++++ freeglut: - add freeglut-gcc15.patch from upstream to fix gcc-15 compile time error ++++ gnome-remote-desktop: - enforce PIE also on SLES. (bsc#1235929) ++++ go1.24: - Packaging improvements: * SLE-12 only: Fix conditional for go-fixsecomp.patch to work correctly when suse_version is undefined. Refs boo#1239182 * Fix RPM warning by removing valid macro syntax in comment describing naming format of llvm-tsan_commit.tar.xz ++++ goaccess: - Update to 1.9.4: * Added an azimuthal (globe) projection to the HTML report for geolocation, providing a less distorted view of the global map. * Added 'apple-touch-icon' for improved iPhone home screen support, enabling quick access to reports directly from the home screen. * Added 'aria-*' attributes to HTML report for better accessibility, ensuring that the report is more inclusive for screen readers and other assistive technologies. * Added 'theme-color' '' tag to the HTML report for better integration with mobile devices, allowing the browser's address bar to match the report's theme color. * Added additional validation checks to ensure the existence of file paths provided in CLI options, preventing errors. * Added WebSocket authentication to support both local-generated JSON Web Tokens (JWT) and external verification methods. This enhancement enables easy integration with external authentication systems while ensuring CSRF protection for token refresh requests. * Changed WebSocket server to avoid swapping bytes on big-endian platforms, fixing compatibility issues on AIX systems. * Fixed the issue where zooming/panning the map would unexpectedly skip or jump back, providing a smoother user experience. * Fixed the issue where the same mime types were displayed as duplicates due to different casing by normalizing mime types before adding them to the storage, ensuring consistent reporting. * Replaced div elements with more semantic HTML elements like
,
, and
, improving the structure and accessibility of the report. * Updated the list of supported browsers and operating systems to ensure more accurate tracking and reporting. * Updated the method of parsing the browser list for bots/crawlers, enabling the capture of previously difficult-to-parse bots, allowing for more precise targeting and better analytics. ++++ goreleaser: - Update to version 2.8.2: * chore(deps): bump mkdocs-material from 9.6.10 to 9.6.11 in /www (#5692) * ci: notify discord if generate job fails * chore: auto-update generated files * ci: add release:watch * ci: fix generate * fix: do not set extra replaces to nil * chore(deps): bump mkdocs-material from 9.6.9 to 9.6.10 in /www (#5691) * refactor: improve extra cast errors * refactor: ExtraOr, MustExtra (#5685) * chore(deps): update go-github * fix(winget): update manifest schema to latest (1.10.0) (#5683) * test: simplify tests with usetesting linter (#5684) * chore: update * fix: lint * fix: jsonschema * refactor: organize config code a bit better * fix: lint issues (2nd pass) (#5681) * fix: lint issues (#5678) * docs: alert Markdown Tip section (#5677) * chore: fix imports * chore: fix imports * refactor: modernize codebase * refactor: replace interface{} with any * ci: fix lint * ci: update golangci-lint config * chore(deps): bump github/codeql-action from 3.28.12 to 3.28.13 (#5676) * chore(deps): bump golangci/golangci-lint-action from 6.5.2 to 7.0.0 (#5675) * chore(deps): bump github.com/distribution/distribution/v3 from 3.0.0-rc.3 to 3.0.0-rc.4 (#5673) * docs: use docker and pip instead of nix (#5672) * fix(nix): cleanup, docs updates, test names * fix(nix): use nix-hash instead of nix-prefetch-url (#5669) * fix(winget): make tags lowercase (#5664) * chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 in the go_modules group (#5668) * chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 in the go_modules group (#5667) * fix(winget): tags: replace spaces with dash * fix(winget): better handle publisher name (#5643) * docs: move sponsors to navbar (#5661) * chore(deps): bump github/codeql-action from 3.28.11 to 3.28.12 (#5660) * chore(deps): bump actions/cache from 4.2.2 to 4.2.3 (#5659) * chore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 (#5658) * chore(deps): bump golangci/golangci-lint-action from 6.5.1 to 6.5.2 (#5657) * chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.125.0 to 0.126.0 (#5656) * chore(deps): bump github.com/BurntSushi/toml from 1.4.0 to 1.5.0 (#5655) * docs: improve home page * docs: remove announcement * docs: fix site home ++++ govulncheck-vulndb: - Update to version 0.0.20250402T160203 2025-04-02T16:02:03Z. Refs jsc#PED-11136 Go CVE Numbering Authority IDs added or updated with aliases: * GO-2025-3443 GHSA-r3r4-g7hq-pq4f * GO-2025-3581 GHSA-j95m-rcjp-q69h * GO-2025-3582 CVE-2025-0312 GHSA-p2wh-w96x-w232 * GO-2025-3583 CVE-2025-29072 GHSA-wq32-8rp4-w2mc * GO-2025-3584 GHSA-p799-q2pr-6mxj * GO-2025-3585 CVE-2025-30223 GHSA-2j42-h78h-q4fg * GO-2025-3586 CVE-2025-23391 GHSA-8p83-cpfg-fj3g * GO-2025-3587 CVE-2025-29868 GHSA-wqcc-mfhw-53pc * GO-2025-3588 CVE-2025-31135 GHSA-c2c3-pqw5-5p7c ++++ gpu-screen-recorder: - Update to version 20250401: * Fix incorrect region when monitor is rotated * Fix cursor rotated background in compute shader on wayland * Fix incorrect region for region capture after compute shader change * Fix incorrect compute size when scaling image * Change quality parameters for 'very_high' (default) quality * Refine options text * Compute shader: nvidia: render full image * Compute shader: add support for external texture, color component swapping (bgr to rgb) * Use sampler2D for alpha blending compute shader instead of output image2D * Test broadcom (raspberry pi) support * Fix application audio not working correctly after a recent update * Fix screenshot of window not working after latest change * texture filter change * Take screenshot with XGetImage on x11 to workaround nvidia driver (nvfbc) limitation that only allows one nvfbc session at a time * nvfbc region capture work * Fix screenshot with region not working correctly for some sizes and possibly crashing * Add region capture with -w region -region WxH+X+Y * Test fix 2: crtc map update * Test fix for monitor changing after power off/on * Example scripts: use cbr for replay scripts * Fix pipewire server breaking when pipewire connection is closed too quickly (--info) * Rename window_wayland to wayland and window_x11 to x11 ++++ gpu-screen-recorder-gtk: - Update to version 20250318: * Recognize broadcom * Rephrase merge audio button * Use kms-server-proxy is-setup to check if setup ++++ gstreamer-plugins-bad: - Replace pkgconfig(libsoup-2.4) with pkgconfig(libsoup-3.0) BuildRequires: align with what meson setup checks for. Lucky us, soup-3.0 was already pulled in via different dependency. ++++ breeze6-gtk: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ hubble: - Update to version 1.17.2: * Prepare for v1.17.2 release * chore(deps): update actions/setup-go action to v5.4.0 * chore(deps): update all github action dependencies * chore(deps): update module golang.org/x/net to v0.36.0 [security] * chore(deps): update library/golang docker tag to v1.23.7 * chore(deps): update dependency cilium/cilium to v1.17.1 * chore(deps): update dependency helm/helm to v3.17.1 * chore(deps): update dependency kubernetes-sigs/kind to v0.27.0 * update stable release to 1.17.1 ++++ id3lib: - Add id3lib-3.8.3-fix-c23.patch: Import C23 patch from Gentoo. ++++ kactivitymanagerd6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ kde-cli-tools6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ kde-gtk-config6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ kdecoration6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ kdeplasma6-addons: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * applets/calculator: remove clipboard dataengine and fix pasting * applets/userswitcher: allow user name to wrap on vertical panels * applets/userswitcher: Limit the label size (kde#356603) * applets/userSwitcher: Fix keyboard navigation (kde#501649) * applets/weather: Fix config save (kde#501066) * update version for new release ++++ kernel-firmware-bluetooth: - Update to version 20250401 (git commit d864697fd38a): * rtl_bt: Update RTL8852BT/RTL8852BE-VT BT USB FW to 0x17E9_16ED * Revert "rtl_bt: Update RTL8852BT/RTL8852BE-VT BT USB FW to 0x0471_70A6" ++++ kgamma6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * Remove load on destruction (kde#498916) * update version for new release ++++ kglobalacceld6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ kinfocenter6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ kissfft: - Add patch to fix kissfft usage with CMake 4: * 0001-Bump-minimum-CMake-version-in-kissfft-config.cmake.patch ++++ kmenuedit6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * menuinfo: Fix editing local .desktop files which are symlinks * update version for new release ++++ kpipewire6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ krdp6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ kscreen6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ kscreenlocker6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ ksshaskpass6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ libksysguard6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * Guard against unreadable pid file * update version for new release ++++ ksystemstats6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ kwayland-integration6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ kwayland6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ kwin6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Too many changes since 6.3.3, only listing bugfixes: * wayland: Clip surface damage (kde#501113) * Combine tile modes when tiling via arrow keys (kde#501731) * plugins/systembell: Throttle audio bell (kde#500916) * compositor: only delay hardware cursor updates when necessary (kde#487563) * kcms/rules: Remove pragma on OptionsComboBox (kde#501357) - Drop patches: * 0001-Version-6.3.3.patch * 0002-kcms-rules-Remove-pragma-on-OptionsComboBox.patch ++++ layer-shell-qt6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ libkscreen6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ plasma5support6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ libplasma6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * Use Disabled Text color when needed (kde#501633) * update version for new release ++++ plasma6-activities: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ plasma6-activities-stats: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ qt6-3d: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-connectivity: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-lottie: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-charts: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-coap: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-base: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released - Drop patches, merged upstream: * 0001-QLocale-try-to-survive-being-created-during-applicat.patch * 0001-QSystemLocale-bail-out-if-accessed-post-destruction.patch * 0001-QLibraryInfo-speed-up-checking-if-qt-etc-qt.conf-res.patch ++++ qt6-qt5compat: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-datavis3d: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-opcua: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-tools: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-graphs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-grpc: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-httpserver: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-virtualkeyboard: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-declarative: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-location: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-mqtt: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-multimedia: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-networkauth: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-webengine: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released - Drop patches, merged upstream: * 0001-Build-system-remove-libxml2-compilation-test.patch * qtwebengine-ffmpeg-playback-fix.patch - Add patch: * qtwebengine-pipewire-1.4.patch ++++ qt6-positioning: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-quick3d: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-quick3dphysics: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-quicktimeline: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-remoteobjects: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-scxml: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-sensors: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-serialbus: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-serialport: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-shadertools: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-svg: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-speech: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-wayland: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released - Drop patches, merged upstream: * 0001-update-wayland_xml-to-version-1_23_0.patch * fix-taskbar.patch ++++ qt6-webchannel: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-websockets: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-webview: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ syslog-ng: - Drop explicit requirements of -devel: pcre switched to pcre2 by 4.3.0, but these are auto-generated via pkgconfig when needed - fix build by removing broken/duplicate leap_version construct ++++ vectorscan: - drop pcre build dependency used for hscollider which the package does not ship ++++ noopenh264: - Initial packaging for openSUSE. ++++ primecount: - Update to primecount-7.16 (API & ABI are backwards compatible). - fast_div.hpp: Fix "Warning: mnemonic suffix used with `div'". - libdivide.h: Fix "Warning: mnemonic suffix used with `div'". - LoadBalancerS2.cpp: Tune load balancing. - LoadBalancerAC.cpp: Tune load balancing. - primecount-config.hpp: Update default CPU cache sizes. - Sieve.cpp: Improve count balancing. - Sieve.cpp: Add multiarch count methods. - Sieve.hpp: New multiarch count methods. - D.cpp: Runtime dispatching changes. - D_multiarch_avx512.cpp: New file. - D_multiarch_arm_sve.cpp: New file. - S2_hard.cpp: Runtime dispatching changes. - S2_hard_multiarch_avx512.cpp: New file. - S2_hard_multiarch_arm_sve.cpp: New file. ++++ recode: - simplify python version selection ++++ s2n: - Update to version 1.5.15 * feature: openssl-3.0-fips support (#5191) * ci: defend against unset version number in awslc installer (#5195) * fix: openssl-3.0-fips should use libcrypto HKDF (#5183) * fix: remove unnecessary RC4 restriction (#5170) * fix: openssl-3.0-fips should use separate private rand (#5184) * ci: move openssl3fips build to existing asan build (#5181) * chore: include Need By Date section in github issue template (#5187) * ci: cleanup awslc-fips versioning (#5156) * chore: bump linting action Ubuntu version (#5186) * build(deps): update aws-lc-rs version to remove paste deps (#5192) * test: fix self-talk pkey offload test for openssl-3.0-fips (#5175) * test: reduce parameter selection (#5161) * chore: add inline noqa suppression (#5159) * ci: make start_codebuild.sh work for forks (#5178) * test(integv2): add partial support for OpenSSL 3.0 provider (#5131) * (docs): Improve PQ docs (#5173) * ci: use ruff --diff instead of --check (#5177) * chore: pin once_cell version to unblock the CI (#5174) * fix(ruff): resolve linting errors detected by Ruff (#5140) * fix: mark chachapoly as unavailable with openssl-3.0-fips (#5168) * tests: fix flaky ja4 test (#5169) * chore: update git blame ignore commit ID (#5164) * style: fix redundant return (#5150) * build(deps): bump nixbuild/nix-quick-install-action from 29 to 30 in /.github/workflows in the all-gha-updates group (#5153) * refactor: add libcrypto PRF impl for openssl-3.0-fips (#5158) * chore: binding release 0.3.13 (#5167) * chore(ci): pin symbolic-common (#5166) ++++ libsoup2: - Increase test timeout on s390x. The http2-body-stream test can be slow and sometimes times out in our builds. ++++ linkerd-cli-edge: - Update to version 25.4.1: * chore(ci): run policy tests against various Gateway API versions (#13893) * fix(policy-test): feature-gate experimental types in tests (#13896) * build(deps): bump the clap group with 2 updates (#13894) * feat(policy-test): conditionally compile experimental type tests (#13891) * chore(multicluster): update Prometheus configs and access policy to scrape new multicluster controllers (#13892) * build(deps): enable tracing feature in hyper-util (#13890) * fix(cli): check if installGatewayAPI is true before we error during CRD install (#13872) * proxy: v2.290.0 (#13889) * build(deps): bump iana-time-zone from 0.1.62 to 0.1.63 (#13885) * build(deps): bump tj-actions/changed-files (#13887) * feat(multicluster): add --only-controller flag to `linkerd mc unlink` (#13874) * build(deps): bump hyper-util from 0.1.10 to 0.1.11 (#13886) * build(deps): bump linkerd2-proxy-api from git to v0.16.0 (#13883) * build(deps): bump event-listener-strategy from 0.5.3 to 0.5.4 (#13868) * build(deps-dev): bump webpack-dev-server from 5.2.0 to 5.2.1 in /web/app (#13875) * build(deps-dev): bump @babel/runtime from 7.26.10 to 7.27.0 in /web/app (#13876) * build(deps-dev): bump sinon from 19.0.4 to 20.0.0 in /web/app (#13877) * build(deps-dev): bump @babel/eslint-parser in /web/app (#13878) * build(deps): bump @babel/eslint-plugin in /web/app (#13879) * build(deps): bump once_cell from 1.21.1 to 1.21.3 (#13880) * build(deps): bump darling from 0.20.10 to 0.20.11 (#13881) * build(deps): bump socket2 from 0.5.8 to 0.5.9 (#13882) ++++ meslo-lg-fonts: - Recommend dotted zero (DZ) version of meslo-lg-fonts ++++ meson: - Update to version 1.7.1: + When subproject() fails because downloading is disabled, say what failed. + tests: work around broken PyPy globbing by removing inert code. + get_llvm_tool_names: add llvm 20. + linkers: revert a binutils bug workaround, sort of. - Drop 14337.patch: fixed upstream. ++++ meson-test: - Update to version 1.7.1: + When subproject() fails because downloading is disabled, say what failed. + tests: work around broken PyPy globbing by removing inert code. + get_llvm_tool_names: add llvm 20. + linkers: revert a binutils bug workaround, sort of. - Drop 14337.patch: fixed upstream. ++++ milou6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ mupdf: - Update to 1.25.6: * Avoid crash when noto fonts have zero size. * Fix bug in q/Q count balancing. * Improve clip/layer nesting to handle more than 1000 nested levels. * Fix bug where all redaction annotations were applied intead of just one. ++++ ocean-sound-theme6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ oxygen6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ pam_kwallet6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ perl-CGI: - updated to 4.680.0 (4.68) see /usr/share/doc/packages/perl-CGI/Changes 4.68 2025-04-01 [ FIX ] - handle passing of hash keys as args with a mix of dashed and non dashed (GH #270, thanks to kocoureasy for the patch) ++++ perl-DateTime-Locale: - updated to 1.45 see /usr/share/doc/packages/perl-DateTime-Locale/Changes 1.45 2025-04-01 - Rebuilt all locale data with the data from CLDR 47.0.0 ++++ perl-Test-Deep: - updated to 1.205.0 (1.205) see /usr/share/doc/packages/perl-Test-Deep/Changes 1.205 2025-04-01 11:01:50-04:00 America/New_York - add "use v5.12" to Test::Deep, just for clarity - fix a test so that if an "A" module is in @INC, the tests still pass ++++ php8: - version update to 8.4.5 BCMath: Fixed bug GH-17398 (bcmul memory leak). Core: Fixed bug GH-17623 (Broken stack overflow detection for variable compilation). Fixed bug GH-17618 (UnhandledMatchError does not take zend.exception_ignore_args=1 into account). Fix fallback paths in fast_long_{add,sub}_function. Fixed bug OSS-Fuzz #391975641 (Crash when accessing property backing value by reference). Fixed bug GH-17718 (Calling static methods on an interface that has `__callStatic` is allowed). Fixed bug GH-17713 (ReflectionProperty::getRawValue() and related methods may call hooks of overridden properties). Fixed bug GH-17916 (Final abstract properties should error). Fixed bug GH-17866 (zend_mm_heap corrupted error after upgrading from 8.4.3 to 8.4.4). Fixed GHSA-rwp7-7vc6-8477 (Reference counting in php_request_shutdown causes Use-After-Free). (CVE-2024-11235) DOM: Fixed bug GH-17609 (Typo in error message: Dom\NO_DEFAULT_NS instead of Dom\HTML_NO_DEFAULT_NS). Fixed bug GH-17802 (\Dom\HTMLDocument querySelector attribute name is case sensitive in HTML). Fixed bug GH-17847 (xinclude destroys live node). Fix using Dom\Node with Dom\XPath callbacks. GD: Fixed bug GH-17703 (imagescale with both width and height negative values triggers only an Exception on width). Fixed bug GH-17772 (imagepalettetotruecolor crash with memory_limit=2M). FFI: Fix FFI Parsing of Pointer Declaration Lists. FPM: Fixed bug GH-17643 (FPM with httpd ProxyPass encoded PATH_INFO env). LDAP: Fixed bug GH-17704 (ldap_search fails when $attributes contains a non-packed array with numerical keys). LibXML: Fixed GHSA-wg4p-4hqh-c3g9 (Reocurrence of #72714). Fixed GHSA-p3x9-6h7p-cgfc (libxml streams use wrong `content-type` header when requesting a redirected resource). (CVE-2025-1219) MBString: Fixed bug GH-17503 (Undefined float conversion in mb_convert_variables). Opcache: Fixed bug GH-17654 (Multiple classes using same trait causes function JIT crash). Fixed bug GH-17577 (JIT packed type guard crash). Fixed bug GH-17747 (Exception on reading property in register-based FETCH_OBJ_R breaks JIT). Fixed bug GH-17715 (Null pointer deref in observer API when calling cases() method on preloaded enum). Fixed bug GH-17868 (Cannot allocate memory with tracing JIT on 8.4.4). PDO_SQLite: Fixed GH-17837 ()::getColumnMeta() on unexecuted statement segfaults). Fix cycle leak in sqlite3 setAuthorizer(). Fix memory leaks in pdo_sqlite callback registration. Phar: Fixed bug GH-17808: PharFileInfo refcount bug. PHPDBG: Partially fixed bug GH-17387 (Trivial crash in phpdbg lexer). Fix memory leak in phpdbg calling registered function. Reflection: Fixed bug GH-15902 (Core dumped in ext/reflection/php_reflection.c). Fixed missing final and abstract flags when dumping properties. Standard: Fixed bug #72666 (stat cache clearing inconsistent between file:// paths and plain paths). Streams: Fixed bug GH-17650 (realloc with size 0 in user_filters.c). Fix memory leak on overflow in _php_stream_scandir(). Fixed GHSA-hgf5-96fm-v528 (Stream HTTP wrapper header check might omit basic auth header). (CVE-2025-1736) Fixed GHSA-52jp-hrpf-2jff (Stream HTTP wrapper truncate redirect location to 1024 bytes). (CVE-2025-1861) Fixed GHSA-pcmh-g36c-qc44 (Streams HTTP wrapper does not fail for headers without colon). (CVE-2025-1734) Fixed GHSA-v8xr-gpvj-cx9g (Header parser of `http` stream wrapper does not handle folded headers). (CVE-2025-1217) Windows: Fixed phpize for Windows 11 (24H2). Fixed GH-17855 (CURL_STATICLIB flag set even if linked with shared lib). Zlib: Fixed bug GH-17745 (zlib extension incorrectly handles object arguments). Fix memory leak when encoding check fails. Fix zlib support for large files. - version update to 8.4.4 Core: Fixed bug GH-17234 (Numeric parent hook call fails with assertion). Fixed bug GH-16892 (ini_parse_quantity() fails to parse inputs starting with 0x0b). Fixed bug GH-16886 (ini_parse_quantity() fails to emit warning for 0x+0). Fixed bug GH-17222 (__PROPERTY__ magic constant does not work in all constant expression contexts). Fixed bug GH-17214 (Relax final+private warning for trait methods with inherited final). Fixed NULL arithmetic during system program execution on Windows. Fixed potential OOB when checking for trailing spaces on Windows. Fixed bug GH-17408 (Assertion failure Zend/zend_exceptions.c). Fix may_have_extra_named_args flag for ZEND_AST_UNPACK. Fix NULL arithmetic in System V shared memory emulation for Windows. Fixed bug GH-17597 (#[\Deprecated] does not work for __call() and __callStatic()). DOM: Fixed bug GH-17397 (Assertion failure ext/dom/php_dom.c). Fixed bug GH-17486 (Incorrect error line numbers reported in Dom\HTMLDocument::createFromString). Fixed bug GH-17481 (UTF-8 corruption in \Dom\HTMLDocument). Fixed bug GH-17500 (Segfault with requesting nodeName on nameless doctype). Fixed bug GH-17485 (upstream fix, Self-closing tag on void elements shouldn't be a parse error/warning in \Dom\HTMLDocument). Fixed bug GH-17572 (getElementsByTagName returns collections with tagName-based indexing). Enchant: Fix crashes in enchant when passing null bytes. FTP: Fixed bug GH-16800 (ftp functions can abort with EINTR). GD: Fixed bug GH-17349 (Tiled truecolor filling looses single color transparency). Fixed bug GH-17373 (imagefttext() ignores clipping rect for palette images). Ported fix for libgd 223 (gdImageRotateGeneric() does not properly interpolate). Added support for reading GIFs without colormap to bundled libgd. Gettext: Fixed bug GH-17400 (bindtextdomain SEGV on invalid domain). Intl: Fixed bug GH-11874 (intl causing segfault in docker images). Opcache: Fixed bug GH-15981 (Segfault with frameless jumps and minimal JIT). Fixed bug GH-17307 (Internal closure causes JIT failure). Fixed bug GH-17428 (Assertion failure ext/opcache/jit/zend_jit_ir.c:8940). Fixed bug GH-17564 (Potential UB when reading from / writing to struct padding). PCNTL: Fixed pcntl_setcpuaffinity exception type from ValueError to TypeError for the cpu mask argument with entries type different than int/string. PCRE: Fixed bug GH-17122 (memory leak in regex). PDO: Fixed a memory leak when the GC is used to free a PDOStatment. Fixed a crash in the PDO Firebird Statement destructor. Fixed UAFs when changing default fetch class ctor args. PgSql: Fixed build failure when the constant PGRES_TUPLES_CHUNK is not present in the system. Phar: Fixed bug GH-17518 (offset overflow phar extractTo()). PHPDBG: Fix crashes in function registration + test. Session: Fix type confusion with session SID constant. Fixed bug GH-17541 (ext/session NULL pointer dereferencement during ID reset). SimpleXML: Fixed bug GH-17409 (Assertion failure Zend/zend_hash.c:1730). SNMP: Fixed bug GH-17330 (SNMP::setSecurity segfault on closed session). SPL: Fixed bug GH-15833 (Segmentation fault (access null pointer) in ext/spl/spl_array.c). Fixed bug GH-17516 (SplFileTempObject::getPathInfo() Undefined behavior on invalid class). Standard: Fixed bug GH-17447 (Assertion failure when array popping a self addressing variable). Windows: Fixed clang compiler detection. Zip: Fixed bug GH-17139 (Fix zip_entry_name() crash on invalid entry). - version update to 8.4.3 BcMath: Fixed bug GH-17049 (Correctly compare 0 and -0). Fixed bug GH-17061 (Now Number::round() does not remove trailing zeros). Fixed bug GH-17064 (Correctly round rounding mode with zero edge case). Fixed bug GH-17275 (Fixed the calculation logic of dividend scale). Core: Fixed bug OSS-Fuzz #382922236 (Duplicate dynamic properties in hooked object iterator properties table). Fixed unstable get_iterator pointer for hooked classes in shm on Windows. Fixed bug GH-17106 (ZEND_MATCH_ERROR misoptimization). Fixed bug GH-17162 (zend_array_try_init() with dtor can cause engine UAF). Fixed bug GH-17101 (AST->string does not reproduce constructor property promotion correctly). Fixed bug GH-17200 (Incorrect dynamic prop offset in hooked prop iterator). Fixed bug GH-17216 (Trampoline crash on error). DBA: Skip test if inifile is disabled. DOM: Fixed bug GH-17145 (DOM memory leak). Fixed bug GH-17201 (Dom\TokenList issues with interned string replace). Fixed bug GH-17224 (UAF in importNode). Embed: Make build command for program using embed portable. FFI: Fixed bug #79075 (FFI header parser chokes on comments). Fix memory leak on ZEND_FFI_TYPE_CHAR conversion failure. Fixed bug GH-16013 and bug #80857 (Big endian issues). Fileinfo: Fixed bug GH-17039 (PHP 8.4: Incorrect MIME content type). FPM: Fixed bug GH-13437 (FPM: ERROR: scoreboard: failed to lock (already locked)). Fixed bug GH-17112 (Macro redefinitions). Fixed bug GH-17208 (bug64539-status-json-encoding.phpt fail on 32-bits). GD: Fixed bug GH-16255 (Unexpected nan value in ext/gd/libgd/gd_filter.c). Ported fix for libgd bug 276 (Sometimes pixels are missing when storing images as BMPs). Gettext: Fixed bug GH-17202 (Segmentation fault ext/gettext/gettext.c bindtextdomain()). Iconv: Fixed bug GH-17047 (UAF on iconv filter failure). LDAP: Fixed bug GH-17280 (ldap_search() fails when $attributes array has holes). LibXML: Fixed bug GH-17223 (Memory leak in libxml encoding handling). MBString: Fixed bug GH-17112 (Macro redefinitions). Opcache: opcache_get_configuration() properly reports jit_prof_threshold. Fixed bug GH-17140 (Assertion failure in JIT trace exit with ZEND_FETCH_DIM_FUNC_ARG). Fixed bug GH-17151 (Incorrect RC inference of op1 of FETCH_OBJ and INIT_METHOD_CALL). Fixed bug GH-17246 (GC during SCCP causes segfault). Fixed bug GH-17257 (UBSAN warning in ext/opcache/jit/zend_jit_vm_helpers.c). PCNTL: Fix memory leak in cleanup code of pcntl_exec() when a non stringable value is encountered past the first entry. PgSql: Fixed bug GH-17158 (pg_fetch_result Shows Incorrect ArgumentCountError Message when Called With 1 Argument). Fixed further ArgumentCountError for calls with flexible number of arguments. Phar: Fixed bug GH-17137 (Segmentation fault ext/phar/phar.c). SimpleXML: Fixed bug GH-17040 (SimpleXML's unset can break DOM objects). Fixed bug GH-17153 (SimpleXML crash when using autovivification on document). Sockets: Fixed bug GH-16276 (socket_strerror overflow handling with INT_MIN). Fixed overflow on SO_LINGER values setting, strengthening values check on SO_SNDTIMEO/SO_RCVTIMEO for socket_set_option(). SPL: Fixed bug GH-17198 (SplFixedArray assertion failure with get_object_vars). Fixed bug GH-17225 (NULL deref in spl_directory.c). Streams: Fixed bug GH-17037 (UAF in user filter when adding existing filter name due to incorrect error handling). Fixed bug GH-16810 (overflow on fopen HTTP wrapper timeout value). Fixed bug GH-17067 (glob:// wrapper doesn't cater to CWD for ZTS builds). Windows: Hardened proc_open() against cmd.exe hijacking. XML: Fixed bug GH-1718 (unreachable program point in zend_hash). - modified patches % php-build-reproducible-phar.patch (refreshed) - version update to 8.4.2 BcMath: Fixed bug GH-16978 (Avoid unnecessary padding with leading zeros) (Saki Takamachi) Calendar: Fixed jdtogregorian overflow. Fixed cal_to_jd julian_days argument overflow. COM: Fixed bug GH-16991 (Getting typeinfo of non DISPATCH variant segfaults). Core: Fail early in *nix configuration build script. Fixed bug GH-16344 (setRawValueWithoutLazyInitialization() and skipLazyInitialization() may change initialized proxy). Fixed bug GH-16727 (Opcache bad signal 139 crash in ZTS bookworm (frankenphp)). Fixed bug GH-16799 (Assertion failure at Zend/zend_vm_execute.h:7469). Fixed bug GH-16630 (UAF in lexer with encoding translation and heredocs). Fix is_zend_ptr() huge block comparison. Fixed potential OOB read in zend_dirname() on Windows. Fixed bug GH-15964 (printf() can strip sign of -INF). Curl: Fixed bug GH-16802 (open_basedir bypass using curl extension). Fix various memory leaks in curl mime handling. DBA: Fixed bug GH-16990 (dba_list() is now zero-indexed instead of using resource ids) (kocsismate) DOM: Fixed bug GH-16777 (Calling the constructor again on a DOM object after it is in a document causes UAF). Fixed bug GH-16906 (Reloading document can cause UAF in iterator). FPM: Fixed GH-16432 (PHP-FPM 8.2 SIGSEGV in fpm_get_status). Fixed bug GH-16932 (wrong FPM status output). GD: Fixed GH-16776 (imagecreatefromstring overflow). GMP: Fixed bug GH-16890 (array_sum() with GMP can loose precision (LLP64)). Hash: Fixed GH-16711: Segfault in mhash(). Opcache: Fixed bug GH-16851 (JIT_G(enabled) not set correctly on other threads). Fixed bug GH-16902 (Set of opcache tests fail zts+aarch64). Fixed bug GH-16879 (JIT dead code skipping does not update call_level). OpenSSL: Prevent unexpected array entry conversion when reading key. Fix various memory leaks related to openssl exports. Fix memory leak in php_openssl_pkey_from_zval(). PDO: Fixed memory leak of `setFetchMode()`. Phar: Fixed bug GH-16695 (phar:// tar parser and zero-length file header blocks). PHPDBG: Fixed bug GH-15208 (Segfault with breakpoint map and phpdbg_clear()). SAPI: Fixed bug GH-16998 (UBSAN warning in rfc1867). SimpleXML: Fixed bug GH-16808 (Segmentation fault in RecursiveIteratorIterator ->current() with a xml element input). SOAP: Fix make check being invoked in ext/soap. Standard: Fixed bug GH-16905 (Internal iterator functions can't handle UNDEF properties). Fixed bug GH-16957 (Assertion failure in array_shift with self-referencing array). Streams: Fixed network connect poll interuption handling. Windows: Fixed bug GH-16849 (Error dialog causes process to hang). Windows Server 2025 is now properly reported. - version update to 8.4.1 * Property Hooks * Asymmetric Property Visibility * Lazy Objects * PDO driver-specific subclasses * BCMath object type * details: https://www.php.net/ChangeLog-8.php#8.4.1 * upgrading notes: https://www.php.net/manual/en/migration84.php ++++ php8-embed: - version update to 8.4.5 BCMath: Fixed bug GH-17398 (bcmul memory leak). Core: Fixed bug GH-17623 (Broken stack overflow detection for variable compilation). Fixed bug GH-17618 (UnhandledMatchError does not take zend.exception_ignore_args=1 into account). Fix fallback paths in fast_long_{add,sub}_function. Fixed bug OSS-Fuzz #391975641 (Crash when accessing property backing value by reference). Fixed bug GH-17718 (Calling static methods on an interface that has `__callStatic` is allowed). Fixed bug GH-17713 (ReflectionProperty::getRawValue() and related methods may call hooks of overridden properties). Fixed bug GH-17916 (Final abstract properties should error). Fixed bug GH-17866 (zend_mm_heap corrupted error after upgrading from 8.4.3 to 8.4.4). Fixed GHSA-rwp7-7vc6-8477 (Reference counting in php_request_shutdown causes Use-After-Free). (CVE-2024-11235) DOM: Fixed bug GH-17609 (Typo in error message: Dom\NO_DEFAULT_NS instead of Dom\HTML_NO_DEFAULT_NS). Fixed bug GH-17802 (\Dom\HTMLDocument querySelector attribute name is case sensitive in HTML). Fixed bug GH-17847 (xinclude destroys live node). Fix using Dom\Node with Dom\XPath callbacks. GD: Fixed bug GH-17703 (imagescale with both width and height negative values triggers only an Exception on width). Fixed bug GH-17772 (imagepalettetotruecolor crash with memory_limit=2M). FFI: Fix FFI Parsing of Pointer Declaration Lists. FPM: Fixed bug GH-17643 (FPM with httpd ProxyPass encoded PATH_INFO env). LDAP: Fixed bug GH-17704 (ldap_search fails when $attributes contains a non-packed array with numerical keys). LibXML: Fixed GHSA-wg4p-4hqh-c3g9 (Reocurrence of #72714). Fixed GHSA-p3x9-6h7p-cgfc (libxml streams use wrong `content-type` header when requesting a redirected resource). (CVE-2025-1219) MBString: Fixed bug GH-17503 (Undefined float conversion in mb_convert_variables). Opcache: Fixed bug GH-17654 (Multiple classes using same trait causes function JIT crash). Fixed bug GH-17577 (JIT packed type guard crash). Fixed bug GH-17747 (Exception on reading property in register-based FETCH_OBJ_R breaks JIT). Fixed bug GH-17715 (Null pointer deref in observer API when calling cases() method on preloaded enum). Fixed bug GH-17868 (Cannot allocate memory with tracing JIT on 8.4.4). PDO_SQLite: Fixed GH-17837 ()::getColumnMeta() on unexecuted statement segfaults). Fix cycle leak in sqlite3 setAuthorizer(). Fix memory leaks in pdo_sqlite callback registration. Phar: Fixed bug GH-17808: PharFileInfo refcount bug. PHPDBG: Partially fixed bug GH-17387 (Trivial crash in phpdbg lexer). Fix memory leak in phpdbg calling registered function. Reflection: Fixed bug GH-15902 (Core dumped in ext/reflection/php_reflection.c). Fixed missing final and abstract flags when dumping properties. Standard: Fixed bug #72666 (stat cache clearing inconsistent between file:// paths and plain paths). Streams: Fixed bug GH-17650 (realloc with size 0 in user_filters.c). Fix memory leak on overflow in _php_stream_scandir(). Fixed GHSA-hgf5-96fm-v528 (Stream HTTP wrapper header check might omit basic auth header). (CVE-2025-1736) Fixed GHSA-52jp-hrpf-2jff (Stream HTTP wrapper truncate redirect location to 1024 bytes). (CVE-2025-1861) Fixed GHSA-pcmh-g36c-qc44 (Streams HTTP wrapper does not fail for headers without colon). (CVE-2025-1734) Fixed GHSA-v8xr-gpvj-cx9g (Header parser of `http` stream wrapper does not handle folded headers). (CVE-2025-1217) Windows: Fixed phpize for Windows 11 (24H2). Fixed GH-17855 (CURL_STATICLIB flag set even if linked with shared lib). Zlib: Fixed bug GH-17745 (zlib extension incorrectly handles object arguments). Fix memory leak when encoding check fails. Fix zlib support for large files. - version update to 8.4.4 Core: Fixed bug GH-17234 (Numeric parent hook call fails with assertion). Fixed bug GH-16892 (ini_parse_quantity() fails to parse inputs starting with 0x0b). Fixed bug GH-16886 (ini_parse_quantity() fails to emit warning for 0x+0). Fixed bug GH-17222 (__PROPERTY__ magic constant does not work in all constant expression contexts). Fixed bug GH-17214 (Relax final+private warning for trait methods with inherited final). Fixed NULL arithmetic during system program execution on Windows. Fixed potential OOB when checking for trailing spaces on Windows. Fixed bug GH-17408 (Assertion failure Zend/zend_exceptions.c). Fix may_have_extra_named_args flag for ZEND_AST_UNPACK. Fix NULL arithmetic in System V shared memory emulation for Windows. Fixed bug GH-17597 (#[\Deprecated] does not work for __call() and __callStatic()). DOM: Fixed bug GH-17397 (Assertion failure ext/dom/php_dom.c). Fixed bug GH-17486 (Incorrect error line numbers reported in Dom\HTMLDocument::createFromString). Fixed bug GH-17481 (UTF-8 corruption in \Dom\HTMLDocument). Fixed bug GH-17500 (Segfault with requesting nodeName on nameless doctype). Fixed bug GH-17485 (upstream fix, Self-closing tag on void elements shouldn't be a parse error/warning in \Dom\HTMLDocument). Fixed bug GH-17572 (getElementsByTagName returns collections with tagName-based indexing). Enchant: Fix crashes in enchant when passing null bytes. FTP: Fixed bug GH-16800 (ftp functions can abort with EINTR). GD: Fixed bug GH-17349 (Tiled truecolor filling looses single color transparency). Fixed bug GH-17373 (imagefttext() ignores clipping rect for palette images). Ported fix for libgd 223 (gdImageRotateGeneric() does not properly interpolate). Added support for reading GIFs without colormap to bundled libgd. Gettext: Fixed bug GH-17400 (bindtextdomain SEGV on invalid domain). Intl: Fixed bug GH-11874 (intl causing segfault in docker images). Opcache: Fixed bug GH-15981 (Segfault with frameless jumps and minimal JIT). Fixed bug GH-17307 (Internal closure causes JIT failure). Fixed bug GH-17428 (Assertion failure ext/opcache/jit/zend_jit_ir.c:8940). Fixed bug GH-17564 (Potential UB when reading from / writing to struct padding). PCNTL: Fixed pcntl_setcpuaffinity exception type from ValueError to TypeError for the cpu mask argument with entries type different than int/string. PCRE: Fixed bug GH-17122 (memory leak in regex). PDO: Fixed a memory leak when the GC is used to free a PDOStatment. Fixed a crash in the PDO Firebird Statement destructor. Fixed UAFs when changing default fetch class ctor args. PgSql: Fixed build failure when the constant PGRES_TUPLES_CHUNK is not present in the system. Phar: Fixed bug GH-17518 (offset overflow phar extractTo()). PHPDBG: Fix crashes in function registration + test. Session: Fix type confusion with session SID constant. Fixed bug GH-17541 (ext/session NULL pointer dereferencement during ID reset). SimpleXML: Fixed bug GH-17409 (Assertion failure Zend/zend_hash.c:1730). SNMP: Fixed bug GH-17330 (SNMP::setSecurity segfault on closed session). SPL: Fixed bug GH-15833 (Segmentation fault (access null pointer) in ext/spl/spl_array.c). Fixed bug GH-17516 (SplFileTempObject::getPathInfo() Undefined behavior on invalid class). Standard: Fixed bug GH-17447 (Assertion failure when array popping a self addressing variable). Windows: Fixed clang compiler detection. Zip: Fixed bug GH-17139 (Fix zip_entry_name() crash on invalid entry). - version update to 8.4.3 BcMath: Fixed bug GH-17049 (Correctly compare 0 and -0). Fixed bug GH-17061 (Now Number::round() does not remove trailing zeros). Fixed bug GH-17064 (Correctly round rounding mode with zero edge case). Fixed bug GH-17275 (Fixed the calculation logic of dividend scale). Core: Fixed bug OSS-Fuzz #382922236 (Duplicate dynamic properties in hooked object iterator properties table). Fixed unstable get_iterator pointer for hooked classes in shm on Windows. Fixed bug GH-17106 (ZEND_MATCH_ERROR misoptimization). Fixed bug GH-17162 (zend_array_try_init() with dtor can cause engine UAF). Fixed bug GH-17101 (AST->string does not reproduce constructor property promotion correctly). Fixed bug GH-17200 (Incorrect dynamic prop offset in hooked prop iterator). Fixed bug GH-17216 (Trampoline crash on error). DBA: Skip test if inifile is disabled. DOM: Fixed bug GH-17145 (DOM memory leak). Fixed bug GH-17201 (Dom\TokenList issues with interned string replace). Fixed bug GH-17224 (UAF in importNode). Embed: Make build command for program using embed portable. FFI: Fixed bug #79075 (FFI header parser chokes on comments). Fix memory leak on ZEND_FFI_TYPE_CHAR conversion failure. Fixed bug GH-16013 and bug #80857 (Big endian issues). Fileinfo: Fixed bug GH-17039 (PHP 8.4: Incorrect MIME content type). FPM: Fixed bug GH-13437 (FPM: ERROR: scoreboard: failed to lock (already locked)). Fixed bug GH-17112 (Macro redefinitions). Fixed bug GH-17208 (bug64539-status-json-encoding.phpt fail on 32-bits). GD: Fixed bug GH-16255 (Unexpected nan value in ext/gd/libgd/gd_filter.c). Ported fix for libgd bug 276 (Sometimes pixels are missing when storing images as BMPs). Gettext: Fixed bug GH-17202 (Segmentation fault ext/gettext/gettext.c bindtextdomain()). Iconv: Fixed bug GH-17047 (UAF on iconv filter failure). LDAP: Fixed bug GH-17280 (ldap_search() fails when $attributes array has holes). LibXML: Fixed bug GH-17223 (Memory leak in libxml encoding handling). MBString: Fixed bug GH-17112 (Macro redefinitions). Opcache: opcache_get_configuration() properly reports jit_prof_threshold. Fixed bug GH-17140 (Assertion failure in JIT trace exit with ZEND_FETCH_DIM_FUNC_ARG). Fixed bug GH-17151 (Incorrect RC inference of op1 of FETCH_OBJ and INIT_METHOD_CALL). Fixed bug GH-17246 (GC during SCCP causes segfault). Fixed bug GH-17257 (UBSAN warning in ext/opcache/jit/zend_jit_vm_helpers.c). PCNTL: Fix memory leak in cleanup code of pcntl_exec() when a non stringable value is encountered past the first entry. PgSql: Fixed bug GH-17158 (pg_fetch_result Shows Incorrect ArgumentCountError Message when Called With 1 Argument). Fixed further ArgumentCountError for calls with flexible number of arguments. Phar: Fixed bug GH-17137 (Segmentation fault ext/phar/phar.c). SimpleXML: Fixed bug GH-17040 (SimpleXML's unset can break DOM objects). Fixed bug GH-17153 (SimpleXML crash when using autovivification on document). Sockets: Fixed bug GH-16276 (socket_strerror overflow handling with INT_MIN). Fixed overflow on SO_LINGER values setting, strengthening values check on SO_SNDTIMEO/SO_RCVTIMEO for socket_set_option(). SPL: Fixed bug GH-17198 (SplFixedArray assertion failure with get_object_vars). Fixed bug GH-17225 (NULL deref in spl_directory.c). Streams: Fixed bug GH-17037 (UAF in user filter when adding existing filter name due to incorrect error handling). Fixed bug GH-16810 (overflow on fopen HTTP wrapper timeout value). Fixed bug GH-17067 (glob:// wrapper doesn't cater to CWD for ZTS builds). Windows: Hardened proc_open() against cmd.exe hijacking. XML: Fixed bug GH-1718 (unreachable program point in zend_hash). - modified patches % php-build-reproducible-phar.patch (refreshed) - version update to 8.4.2 BcMath: Fixed bug GH-16978 (Avoid unnecessary padding with leading zeros) (Saki Takamachi) Calendar: Fixed jdtogregorian overflow. Fixed cal_to_jd julian_days argument overflow. COM: Fixed bug GH-16991 (Getting typeinfo of non DISPATCH variant segfaults). Core: Fail early in *nix configuration build script. Fixed bug GH-16344 (setRawValueWithoutLazyInitialization() and skipLazyInitialization() may change initialized proxy). Fixed bug GH-16727 (Opcache bad signal 139 crash in ZTS bookworm (frankenphp)). Fixed bug GH-16799 (Assertion failure at Zend/zend_vm_execute.h:7469). Fixed bug GH-16630 (UAF in lexer with encoding translation and heredocs). Fix is_zend_ptr() huge block comparison. Fixed potential OOB read in zend_dirname() on Windows. Fixed bug GH-15964 (printf() can strip sign of -INF). Curl: Fixed bug GH-16802 (open_basedir bypass using curl extension). Fix various memory leaks in curl mime handling. DBA: Fixed bug GH-16990 (dba_list() is now zero-indexed instead of using resource ids) (kocsismate) DOM: Fixed bug GH-16777 (Calling the constructor again on a DOM object after it is in a document causes UAF). Fixed bug GH-16906 (Reloading document can cause UAF in iterator). FPM: Fixed GH-16432 (PHP-FPM 8.2 SIGSEGV in fpm_get_status). Fixed bug GH-16932 (wrong FPM status output). GD: Fixed GH-16776 (imagecreatefromstring overflow). GMP: Fixed bug GH-16890 (array_sum() with GMP can loose precision (LLP64)). Hash: Fixed GH-16711: Segfault in mhash(). Opcache: Fixed bug GH-16851 (JIT_G(enabled) not set correctly on other threads). Fixed bug GH-16902 (Set of opcache tests fail zts+aarch64). Fixed bug GH-16879 (JIT dead code skipping does not update call_level). OpenSSL: Prevent unexpected array entry conversion when reading key. Fix various memory leaks related to openssl exports. Fix memory leak in php_openssl_pkey_from_zval(). PDO: Fixed memory leak of `setFetchMode()`. Phar: Fixed bug GH-16695 (phar:// tar parser and zero-length file header blocks). PHPDBG: Fixed bug GH-15208 (Segfault with breakpoint map and phpdbg_clear()). SAPI: Fixed bug GH-16998 (UBSAN warning in rfc1867). SimpleXML: Fixed bug GH-16808 (Segmentation fault in RecursiveIteratorIterator ->current() with a xml element input). SOAP: Fix make check being invoked in ext/soap. Standard: Fixed bug GH-16905 (Internal iterator functions can't handle UNDEF properties). Fixed bug GH-16957 (Assertion failure in array_shift with self-referencing array). Streams: Fixed network connect poll interuption handling. Windows: Fixed bug GH-16849 (Error dialog causes process to hang). Windows Server 2025 is now properly reported. - version update to 8.4.1 * Property Hooks * Asymmetric Property Visibility * Lazy Objects * PDO driver-specific subclasses * BCMath object type * details: https://www.php.net/ChangeLog-8.php#8.4.1 * upgrading notes: https://www.php.net/manual/en/migration84.php ++++ php8-fastcgi: - version update to 8.4.5 BCMath: Fixed bug GH-17398 (bcmul memory leak). Core: Fixed bug GH-17623 (Broken stack overflow detection for variable compilation). Fixed bug GH-17618 (UnhandledMatchError does not take zend.exception_ignore_args=1 into account). Fix fallback paths in fast_long_{add,sub}_function. Fixed bug OSS-Fuzz #391975641 (Crash when accessing property backing value by reference). Fixed bug GH-17718 (Calling static methods on an interface that has `__callStatic` is allowed). Fixed bug GH-17713 (ReflectionProperty::getRawValue() and related methods may call hooks of overridden properties). Fixed bug GH-17916 (Final abstract properties should error). Fixed bug GH-17866 (zend_mm_heap corrupted error after upgrading from 8.4.3 to 8.4.4). Fixed GHSA-rwp7-7vc6-8477 (Reference counting in php_request_shutdown causes Use-After-Free). (CVE-2024-11235) DOM: Fixed bug GH-17609 (Typo in error message: Dom\NO_DEFAULT_NS instead of Dom\HTML_NO_DEFAULT_NS). Fixed bug GH-17802 (\Dom\HTMLDocument querySelector attribute name is case sensitive in HTML). Fixed bug GH-17847 (xinclude destroys live node). Fix using Dom\Node with Dom\XPath callbacks. GD: Fixed bug GH-17703 (imagescale with both width and height negative values triggers only an Exception on width). Fixed bug GH-17772 (imagepalettetotruecolor crash with memory_limit=2M). FFI: Fix FFI Parsing of Pointer Declaration Lists. FPM: Fixed bug GH-17643 (FPM with httpd ProxyPass encoded PATH_INFO env). LDAP: Fixed bug GH-17704 (ldap_search fails when $attributes contains a non-packed array with numerical keys). LibXML: Fixed GHSA-wg4p-4hqh-c3g9 (Reocurrence of #72714). Fixed GHSA-p3x9-6h7p-cgfc (libxml streams use wrong `content-type` header when requesting a redirected resource). (CVE-2025-1219) MBString: Fixed bug GH-17503 (Undefined float conversion in mb_convert_variables). Opcache: Fixed bug GH-17654 (Multiple classes using same trait causes function JIT crash). Fixed bug GH-17577 (JIT packed type guard crash). Fixed bug GH-17747 (Exception on reading property in register-based FETCH_OBJ_R breaks JIT). Fixed bug GH-17715 (Null pointer deref in observer API when calling cases() method on preloaded enum). Fixed bug GH-17868 (Cannot allocate memory with tracing JIT on 8.4.4). PDO_SQLite: Fixed GH-17837 ()::getColumnMeta() on unexecuted statement segfaults). Fix cycle leak in sqlite3 setAuthorizer(). Fix memory leaks in pdo_sqlite callback registration. Phar: Fixed bug GH-17808: PharFileInfo refcount bug. PHPDBG: Partially fixed bug GH-17387 (Trivial crash in phpdbg lexer). Fix memory leak in phpdbg calling registered function. Reflection: Fixed bug GH-15902 (Core dumped in ext/reflection/php_reflection.c). Fixed missing final and abstract flags when dumping properties. Standard: Fixed bug #72666 (stat cache clearing inconsistent between file:// paths and plain paths). Streams: Fixed bug GH-17650 (realloc with size 0 in user_filters.c). Fix memory leak on overflow in _php_stream_scandir(). Fixed GHSA-hgf5-96fm-v528 (Stream HTTP wrapper header check might omit basic auth header). (CVE-2025-1736) Fixed GHSA-52jp-hrpf-2jff (Stream HTTP wrapper truncate redirect location to 1024 bytes). (CVE-2025-1861) Fixed GHSA-pcmh-g36c-qc44 (Streams HTTP wrapper does not fail for headers without colon). (CVE-2025-1734) Fixed GHSA-v8xr-gpvj-cx9g (Header parser of `http` stream wrapper does not handle folded headers). (CVE-2025-1217) Windows: Fixed phpize for Windows 11 (24H2). Fixed GH-17855 (CURL_STATICLIB flag set even if linked with shared lib). Zlib: Fixed bug GH-17745 (zlib extension incorrectly handles object arguments). Fix memory leak when encoding check fails. Fix zlib support for large files. - version update to 8.4.4 Core: Fixed bug GH-17234 (Numeric parent hook call fails with assertion). Fixed bug GH-16892 (ini_parse_quantity() fails to parse inputs starting with 0x0b). Fixed bug GH-16886 (ini_parse_quantity() fails to emit warning for 0x+0). Fixed bug GH-17222 (__PROPERTY__ magic constant does not work in all constant expression contexts). Fixed bug GH-17214 (Relax final+private warning for trait methods with inherited final). Fixed NULL arithmetic during system program execution on Windows. Fixed potential OOB when checking for trailing spaces on Windows. Fixed bug GH-17408 (Assertion failure Zend/zend_exceptions.c). Fix may_have_extra_named_args flag for ZEND_AST_UNPACK. Fix NULL arithmetic in System V shared memory emulation for Windows. Fixed bug GH-17597 (#[\Deprecated] does not work for __call() and __callStatic()). DOM: Fixed bug GH-17397 (Assertion failure ext/dom/php_dom.c). Fixed bug GH-17486 (Incorrect error line numbers reported in Dom\HTMLDocument::createFromString). Fixed bug GH-17481 (UTF-8 corruption in \Dom\HTMLDocument). Fixed bug GH-17500 (Segfault with requesting nodeName on nameless doctype). Fixed bug GH-17485 (upstream fix, Self-closing tag on void elements shouldn't be a parse error/warning in \Dom\HTMLDocument). Fixed bug GH-17572 (getElementsByTagName returns collections with tagName-based indexing). Enchant: Fix crashes in enchant when passing null bytes. FTP: Fixed bug GH-16800 (ftp functions can abort with EINTR). GD: Fixed bug GH-17349 (Tiled truecolor filling looses single color transparency). Fixed bug GH-17373 (imagefttext() ignores clipping rect for palette images). Ported fix for libgd 223 (gdImageRotateGeneric() does not properly interpolate). Added support for reading GIFs without colormap to bundled libgd. Gettext: Fixed bug GH-17400 (bindtextdomain SEGV on invalid domain). Intl: Fixed bug GH-11874 (intl causing segfault in docker images). Opcache: Fixed bug GH-15981 (Segfault with frameless jumps and minimal JIT). Fixed bug GH-17307 (Internal closure causes JIT failure). Fixed bug GH-17428 (Assertion failure ext/opcache/jit/zend_jit_ir.c:8940). Fixed bug GH-17564 (Potential UB when reading from / writing to struct padding). PCNTL: Fixed pcntl_setcpuaffinity exception type from ValueError to TypeError for the cpu mask argument with entries type different than int/string. PCRE: Fixed bug GH-17122 (memory leak in regex). PDO: Fixed a memory leak when the GC is used to free a PDOStatment. Fixed a crash in the PDO Firebird Statement destructor. Fixed UAFs when changing default fetch class ctor args. PgSql: Fixed build failure when the constant PGRES_TUPLES_CHUNK is not present in the system. Phar: Fixed bug GH-17518 (offset overflow phar extractTo()). PHPDBG: Fix crashes in function registration + test. Session: Fix type confusion with session SID constant. Fixed bug GH-17541 (ext/session NULL pointer dereferencement during ID reset). SimpleXML: Fixed bug GH-17409 (Assertion failure Zend/zend_hash.c:1730). SNMP: Fixed bug GH-17330 (SNMP::setSecurity segfault on closed session). SPL: Fixed bug GH-15833 (Segmentation fault (access null pointer) in ext/spl/spl_array.c). Fixed bug GH-17516 (SplFileTempObject::getPathInfo() Undefined behavior on invalid class). Standard: Fixed bug GH-17447 (Assertion failure when array popping a self addressing variable). Windows: Fixed clang compiler detection. Zip: Fixed bug GH-17139 (Fix zip_entry_name() crash on invalid entry). - version update to 8.4.3 BcMath: Fixed bug GH-17049 (Correctly compare 0 and -0). Fixed bug GH-17061 (Now Number::round() does not remove trailing zeros). Fixed bug GH-17064 (Correctly round rounding mode with zero edge case). Fixed bug GH-17275 (Fixed the calculation logic of dividend scale). Core: Fixed bug OSS-Fuzz #382922236 (Duplicate dynamic properties in hooked object iterator properties table). Fixed unstable get_iterator pointer for hooked classes in shm on Windows. Fixed bug GH-17106 (ZEND_MATCH_ERROR misoptimization). Fixed bug GH-17162 (zend_array_try_init() with dtor can cause engine UAF). Fixed bug GH-17101 (AST->string does not reproduce constructor property promotion correctly). Fixed bug GH-17200 (Incorrect dynamic prop offset in hooked prop iterator). Fixed bug GH-17216 (Trampoline crash on error). DBA: Skip test if inifile is disabled. DOM: Fixed bug GH-17145 (DOM memory leak). Fixed bug GH-17201 (Dom\TokenList issues with interned string replace). Fixed bug GH-17224 (UAF in importNode). Embed: Make build command for program using embed portable. FFI: Fixed bug #79075 (FFI header parser chokes on comments). Fix memory leak on ZEND_FFI_TYPE_CHAR conversion failure. Fixed bug GH-16013 and bug #80857 (Big endian issues). Fileinfo: Fixed bug GH-17039 (PHP 8.4: Incorrect MIME content type). FPM: Fixed bug GH-13437 (FPM: ERROR: scoreboard: failed to lock (already locked)). Fixed bug GH-17112 (Macro redefinitions). Fixed bug GH-17208 (bug64539-status-json-encoding.phpt fail on 32-bits). GD: Fixed bug GH-16255 (Unexpected nan value in ext/gd/libgd/gd_filter.c). Ported fix for libgd bug 276 (Sometimes pixels are missing when storing images as BMPs). Gettext: Fixed bug GH-17202 (Segmentation fault ext/gettext/gettext.c bindtextdomain()). Iconv: Fixed bug GH-17047 (UAF on iconv filter failure). LDAP: Fixed bug GH-17280 (ldap_search() fails when $attributes array has holes). LibXML: Fixed bug GH-17223 (Memory leak in libxml encoding handling). MBString: Fixed bug GH-17112 (Macro redefinitions). Opcache: opcache_get_configuration() properly reports jit_prof_threshold. Fixed bug GH-17140 (Assertion failure in JIT trace exit with ZEND_FETCH_DIM_FUNC_ARG). Fixed bug GH-17151 (Incorrect RC inference of op1 of FETCH_OBJ and INIT_METHOD_CALL). Fixed bug GH-17246 (GC during SCCP causes segfault). Fixed bug GH-17257 (UBSAN warning in ext/opcache/jit/zend_jit_vm_helpers.c). PCNTL: Fix memory leak in cleanup code of pcntl_exec() when a non stringable value is encountered past the first entry. PgSql: Fixed bug GH-17158 (pg_fetch_result Shows Incorrect ArgumentCountError Message when Called With 1 Argument). Fixed further ArgumentCountError for calls with flexible number of arguments. Phar: Fixed bug GH-17137 (Segmentation fault ext/phar/phar.c). SimpleXML: Fixed bug GH-17040 (SimpleXML's unset can break DOM objects). Fixed bug GH-17153 (SimpleXML crash when using autovivification on document). Sockets: Fixed bug GH-16276 (socket_strerror overflow handling with INT_MIN). Fixed overflow on SO_LINGER values setting, strengthening values check on SO_SNDTIMEO/SO_RCVTIMEO for socket_set_option(). SPL: Fixed bug GH-17198 (SplFixedArray assertion failure with get_object_vars). Fixed bug GH-17225 (NULL deref in spl_directory.c). Streams: Fixed bug GH-17037 (UAF in user filter when adding existing filter name due to incorrect error handling). Fixed bug GH-16810 (overflow on fopen HTTP wrapper timeout value). Fixed bug GH-17067 (glob:// wrapper doesn't cater to CWD for ZTS builds). Windows: Hardened proc_open() against cmd.exe hijacking. XML: Fixed bug GH-1718 (unreachable program point in zend_hash). - modified patches % php-build-reproducible-phar.patch (refreshed) - version update to 8.4.2 BcMath: Fixed bug GH-16978 (Avoid unnecessary padding with leading zeros) (Saki Takamachi) Calendar: Fixed jdtogregorian overflow. Fixed cal_to_jd julian_days argument overflow. COM: Fixed bug GH-16991 (Getting typeinfo of non DISPATCH variant segfaults). Core: Fail early in *nix configuration build script. Fixed bug GH-16344 (setRawValueWithoutLazyInitialization() and skipLazyInitialization() may change initialized proxy). Fixed bug GH-16727 (Opcache bad signal 139 crash in ZTS bookworm (frankenphp)). Fixed bug GH-16799 (Assertion failure at Zend/zend_vm_execute.h:7469). Fixed bug GH-16630 (UAF in lexer with encoding translation and heredocs). Fix is_zend_ptr() huge block comparison. Fixed potential OOB read in zend_dirname() on Windows. Fixed bug GH-15964 (printf() can strip sign of -INF). Curl: Fixed bug GH-16802 (open_basedir bypass using curl extension). Fix various memory leaks in curl mime handling. DBA: Fixed bug GH-16990 (dba_list() is now zero-indexed instead of using resource ids) (kocsismate) DOM: Fixed bug GH-16777 (Calling the constructor again on a DOM object after it is in a document causes UAF). Fixed bug GH-16906 (Reloading document can cause UAF in iterator). FPM: Fixed GH-16432 (PHP-FPM 8.2 SIGSEGV in fpm_get_status). Fixed bug GH-16932 (wrong FPM status output). GD: Fixed GH-16776 (imagecreatefromstring overflow). GMP: Fixed bug GH-16890 (array_sum() with GMP can loose precision (LLP64)). Hash: Fixed GH-16711: Segfault in mhash(). Opcache: Fixed bug GH-16851 (JIT_G(enabled) not set correctly on other threads). Fixed bug GH-16902 (Set of opcache tests fail zts+aarch64). Fixed bug GH-16879 (JIT dead code skipping does not update call_level). OpenSSL: Prevent unexpected array entry conversion when reading key. Fix various memory leaks related to openssl exports. Fix memory leak in php_openssl_pkey_from_zval(). PDO: Fixed memory leak of `setFetchMode()`. Phar: Fixed bug GH-16695 (phar:// tar parser and zero-length file header blocks). PHPDBG: Fixed bug GH-15208 (Segfault with breakpoint map and phpdbg_clear()). SAPI: Fixed bug GH-16998 (UBSAN warning in rfc1867). SimpleXML: Fixed bug GH-16808 (Segmentation fault in RecursiveIteratorIterator ->current() with a xml element input). SOAP: Fix make check being invoked in ext/soap. Standard: Fixed bug GH-16905 (Internal iterator functions can't handle UNDEF properties). Fixed bug GH-16957 (Assertion failure in array_shift with self-referencing array). Streams: Fixed network connect poll interuption handling. Windows: Fixed bug GH-16849 (Error dialog causes process to hang). Windows Server 2025 is now properly reported. - version update to 8.4.1 * Property Hooks * Asymmetric Property Visibility * Lazy Objects * PDO driver-specific subclasses * BCMath object type * details: https://www.php.net/ChangeLog-8.php#8.4.1 * upgrading notes: https://www.php.net/manual/en/migration84.php ++++ php8-fpm: - version update to 8.4.5 BCMath: Fixed bug GH-17398 (bcmul memory leak). Core: Fixed bug GH-17623 (Broken stack overflow detection for variable compilation). Fixed bug GH-17618 (UnhandledMatchError does not take zend.exception_ignore_args=1 into account). Fix fallback paths in fast_long_{add,sub}_function. Fixed bug OSS-Fuzz #391975641 (Crash when accessing property backing value by reference). Fixed bug GH-17718 (Calling static methods on an interface that has `__callStatic` is allowed). Fixed bug GH-17713 (ReflectionProperty::getRawValue() and related methods may call hooks of overridden properties). Fixed bug GH-17916 (Final abstract properties should error). Fixed bug GH-17866 (zend_mm_heap corrupted error after upgrading from 8.4.3 to 8.4.4). Fixed GHSA-rwp7-7vc6-8477 (Reference counting in php_request_shutdown causes Use-After-Free). (CVE-2024-11235) DOM: Fixed bug GH-17609 (Typo in error message: Dom\NO_DEFAULT_NS instead of Dom\HTML_NO_DEFAULT_NS). Fixed bug GH-17802 (\Dom\HTMLDocument querySelector attribute name is case sensitive in HTML). Fixed bug GH-17847 (xinclude destroys live node). Fix using Dom\Node with Dom\XPath callbacks. GD: Fixed bug GH-17703 (imagescale with both width and height negative values triggers only an Exception on width). Fixed bug GH-17772 (imagepalettetotruecolor crash with memory_limit=2M). FFI: Fix FFI Parsing of Pointer Declaration Lists. FPM: Fixed bug GH-17643 (FPM with httpd ProxyPass encoded PATH_INFO env). LDAP: Fixed bug GH-17704 (ldap_search fails when $attributes contains a non-packed array with numerical keys). LibXML: Fixed GHSA-wg4p-4hqh-c3g9 (Reocurrence of #72714). Fixed GHSA-p3x9-6h7p-cgfc (libxml streams use wrong `content-type` header when requesting a redirected resource). (CVE-2025-1219) MBString: Fixed bug GH-17503 (Undefined float conversion in mb_convert_variables). Opcache: Fixed bug GH-17654 (Multiple classes using same trait causes function JIT crash). Fixed bug GH-17577 (JIT packed type guard crash). Fixed bug GH-17747 (Exception on reading property in register-based FETCH_OBJ_R breaks JIT). Fixed bug GH-17715 (Null pointer deref in observer API when calling cases() method on preloaded enum). Fixed bug GH-17868 (Cannot allocate memory with tracing JIT on 8.4.4). PDO_SQLite: Fixed GH-17837 ()::getColumnMeta() on unexecuted statement segfaults). Fix cycle leak in sqlite3 setAuthorizer(). Fix memory leaks in pdo_sqlite callback registration. Phar: Fixed bug GH-17808: PharFileInfo refcount bug. PHPDBG: Partially fixed bug GH-17387 (Trivial crash in phpdbg lexer). Fix memory leak in phpdbg calling registered function. Reflection: Fixed bug GH-15902 (Core dumped in ext/reflection/php_reflection.c). Fixed missing final and abstract flags when dumping properties. Standard: Fixed bug #72666 (stat cache clearing inconsistent between file:// paths and plain paths). Streams: Fixed bug GH-17650 (realloc with size 0 in user_filters.c). Fix memory leak on overflow in _php_stream_scandir(). Fixed GHSA-hgf5-96fm-v528 (Stream HTTP wrapper header check might omit basic auth header). (CVE-2025-1736) Fixed GHSA-52jp-hrpf-2jff (Stream HTTP wrapper truncate redirect location to 1024 bytes). (CVE-2025-1861) Fixed GHSA-pcmh-g36c-qc44 (Streams HTTP wrapper does not fail for headers without colon). (CVE-2025-1734) Fixed GHSA-v8xr-gpvj-cx9g (Header parser of `http` stream wrapper does not handle folded headers). (CVE-2025-1217) Windows: Fixed phpize for Windows 11 (24H2). Fixed GH-17855 (CURL_STATICLIB flag set even if linked with shared lib). Zlib: Fixed bug GH-17745 (zlib extension incorrectly handles object arguments). Fix memory leak when encoding check fails. Fix zlib support for large files. - version update to 8.4.4 Core: Fixed bug GH-17234 (Numeric parent hook call fails with assertion). Fixed bug GH-16892 (ini_parse_quantity() fails to parse inputs starting with 0x0b). Fixed bug GH-16886 (ini_parse_quantity() fails to emit warning for 0x+0). Fixed bug GH-17222 (__PROPERTY__ magic constant does not work in all constant expression contexts). Fixed bug GH-17214 (Relax final+private warning for trait methods with inherited final). Fixed NULL arithmetic during system program execution on Windows. Fixed potential OOB when checking for trailing spaces on Windows. Fixed bug GH-17408 (Assertion failure Zend/zend_exceptions.c). Fix may_have_extra_named_args flag for ZEND_AST_UNPACK. Fix NULL arithmetic in System V shared memory emulation for Windows. Fixed bug GH-17597 (#[\Deprecated] does not work for __call() and __callStatic()). DOM: Fixed bug GH-17397 (Assertion failure ext/dom/php_dom.c). Fixed bug GH-17486 (Incorrect error line numbers reported in Dom\HTMLDocument::createFromString). Fixed bug GH-17481 (UTF-8 corruption in \Dom\HTMLDocument). Fixed bug GH-17500 (Segfault with requesting nodeName on nameless doctype). Fixed bug GH-17485 (upstream fix, Self-closing tag on void elements shouldn't be a parse error/warning in \Dom\HTMLDocument). Fixed bug GH-17572 (getElementsByTagName returns collections with tagName-based indexing). Enchant: Fix crashes in enchant when passing null bytes. FTP: Fixed bug GH-16800 (ftp functions can abort with EINTR). GD: Fixed bug GH-17349 (Tiled truecolor filling looses single color transparency). Fixed bug GH-17373 (imagefttext() ignores clipping rect for palette images). Ported fix for libgd 223 (gdImageRotateGeneric() does not properly interpolate). Added support for reading GIFs without colormap to bundled libgd. Gettext: Fixed bug GH-17400 (bindtextdomain SEGV on invalid domain). Intl: Fixed bug GH-11874 (intl causing segfault in docker images). Opcache: Fixed bug GH-15981 (Segfault with frameless jumps and minimal JIT). Fixed bug GH-17307 (Internal closure causes JIT failure). Fixed bug GH-17428 (Assertion failure ext/opcache/jit/zend_jit_ir.c:8940). Fixed bug GH-17564 (Potential UB when reading from / writing to struct padding). PCNTL: Fixed pcntl_setcpuaffinity exception type from ValueError to TypeError for the cpu mask argument with entries type different than int/string. PCRE: Fixed bug GH-17122 (memory leak in regex). PDO: Fixed a memory leak when the GC is used to free a PDOStatment. Fixed a crash in the PDO Firebird Statement destructor. Fixed UAFs when changing default fetch class ctor args. PgSql: Fixed build failure when the constant PGRES_TUPLES_CHUNK is not present in the system. Phar: Fixed bug GH-17518 (offset overflow phar extractTo()). PHPDBG: Fix crashes in function registration + test. Session: Fix type confusion with session SID constant. Fixed bug GH-17541 (ext/session NULL pointer dereferencement during ID reset). SimpleXML: Fixed bug GH-17409 (Assertion failure Zend/zend_hash.c:1730). SNMP: Fixed bug GH-17330 (SNMP::setSecurity segfault on closed session). SPL: Fixed bug GH-15833 (Segmentation fault (access null pointer) in ext/spl/spl_array.c). Fixed bug GH-17516 (SplFileTempObject::getPathInfo() Undefined behavior on invalid class). Standard: Fixed bug GH-17447 (Assertion failure when array popping a self addressing variable). Windows: Fixed clang compiler detection. Zip: Fixed bug GH-17139 (Fix zip_entry_name() crash on invalid entry). - version update to 8.4.3 BcMath: Fixed bug GH-17049 (Correctly compare 0 and -0). Fixed bug GH-17061 (Now Number::round() does not remove trailing zeros). Fixed bug GH-17064 (Correctly round rounding mode with zero edge case). Fixed bug GH-17275 (Fixed the calculation logic of dividend scale). Core: Fixed bug OSS-Fuzz #382922236 (Duplicate dynamic properties in hooked object iterator properties table). Fixed unstable get_iterator pointer for hooked classes in shm on Windows. Fixed bug GH-17106 (ZEND_MATCH_ERROR misoptimization). Fixed bug GH-17162 (zend_array_try_init() with dtor can cause engine UAF). Fixed bug GH-17101 (AST->string does not reproduce constructor property promotion correctly). Fixed bug GH-17200 (Incorrect dynamic prop offset in hooked prop iterator). Fixed bug GH-17216 (Trampoline crash on error). DBA: Skip test if inifile is disabled. DOM: Fixed bug GH-17145 (DOM memory leak). Fixed bug GH-17201 (Dom\TokenList issues with interned string replace). Fixed bug GH-17224 (UAF in importNode). Embed: Make build command for program using embed portable. FFI: Fixed bug #79075 (FFI header parser chokes on comments). Fix memory leak on ZEND_FFI_TYPE_CHAR conversion failure. Fixed bug GH-16013 and bug #80857 (Big endian issues). Fileinfo: Fixed bug GH-17039 (PHP 8.4: Incorrect MIME content type). FPM: Fixed bug GH-13437 (FPM: ERROR: scoreboard: failed to lock (already locked)). Fixed bug GH-17112 (Macro redefinitions). Fixed bug GH-17208 (bug64539-status-json-encoding.phpt fail on 32-bits). GD: Fixed bug GH-16255 (Unexpected nan value in ext/gd/libgd/gd_filter.c). Ported fix for libgd bug 276 (Sometimes pixels are missing when storing images as BMPs). Gettext: Fixed bug GH-17202 (Segmentation fault ext/gettext/gettext.c bindtextdomain()). Iconv: Fixed bug GH-17047 (UAF on iconv filter failure). LDAP: Fixed bug GH-17280 (ldap_search() fails when $attributes array has holes). LibXML: Fixed bug GH-17223 (Memory leak in libxml encoding handling). MBString: Fixed bug GH-17112 (Macro redefinitions). Opcache: opcache_get_configuration() properly reports jit_prof_threshold. Fixed bug GH-17140 (Assertion failure in JIT trace exit with ZEND_FETCH_DIM_FUNC_ARG). Fixed bug GH-17151 (Incorrect RC inference of op1 of FETCH_OBJ and INIT_METHOD_CALL). Fixed bug GH-17246 (GC during SCCP causes segfault). Fixed bug GH-17257 (UBSAN warning in ext/opcache/jit/zend_jit_vm_helpers.c). PCNTL: Fix memory leak in cleanup code of pcntl_exec() when a non stringable value is encountered past the first entry. PgSql: Fixed bug GH-17158 (pg_fetch_result Shows Incorrect ArgumentCountError Message when Called With 1 Argument). Fixed further ArgumentCountError for calls with flexible number of arguments. Phar: Fixed bug GH-17137 (Segmentation fault ext/phar/phar.c). SimpleXML: Fixed bug GH-17040 (SimpleXML's unset can break DOM objects). Fixed bug GH-17153 (SimpleXML crash when using autovivification on document). Sockets: Fixed bug GH-16276 (socket_strerror overflow handling with INT_MIN). Fixed overflow on SO_LINGER values setting, strengthening values check on SO_SNDTIMEO/SO_RCVTIMEO for socket_set_option(). SPL: Fixed bug GH-17198 (SplFixedArray assertion failure with get_object_vars). Fixed bug GH-17225 (NULL deref in spl_directory.c). Streams: Fixed bug GH-17037 (UAF in user filter when adding existing filter name due to incorrect error handling). Fixed bug GH-16810 (overflow on fopen HTTP wrapper timeout value). Fixed bug GH-17067 (glob:// wrapper doesn't cater to CWD for ZTS builds). Windows: Hardened proc_open() against cmd.exe hijacking. XML: Fixed bug GH-1718 (unreachable program point in zend_hash). - modified patches % php-build-reproducible-phar.patch (refreshed) - version update to 8.4.2 BcMath: Fixed bug GH-16978 (Avoid unnecessary padding with leading zeros) (Saki Takamachi) Calendar: Fixed jdtogregorian overflow. Fixed cal_to_jd julian_days argument overflow. COM: Fixed bug GH-16991 (Getting typeinfo of non DISPATCH variant segfaults). Core: Fail early in *nix configuration build script. Fixed bug GH-16344 (setRawValueWithoutLazyInitialization() and skipLazyInitialization() may change initialized proxy). Fixed bug GH-16727 (Opcache bad signal 139 crash in ZTS bookworm (frankenphp)). Fixed bug GH-16799 (Assertion failure at Zend/zend_vm_execute.h:7469). Fixed bug GH-16630 (UAF in lexer with encoding translation and heredocs). Fix is_zend_ptr() huge block comparison. Fixed potential OOB read in zend_dirname() on Windows. Fixed bug GH-15964 (printf() can strip sign of -INF). Curl: Fixed bug GH-16802 (open_basedir bypass using curl extension). Fix various memory leaks in curl mime handling. DBA: Fixed bug GH-16990 (dba_list() is now zero-indexed instead of using resource ids) (kocsismate) DOM: Fixed bug GH-16777 (Calling the constructor again on a DOM object after it is in a document causes UAF). Fixed bug GH-16906 (Reloading document can cause UAF in iterator). FPM: Fixed GH-16432 (PHP-FPM 8.2 SIGSEGV in fpm_get_status). Fixed bug GH-16932 (wrong FPM status output). GD: Fixed GH-16776 (imagecreatefromstring overflow). GMP: Fixed bug GH-16890 (array_sum() with GMP can loose precision (LLP64)). Hash: Fixed GH-16711: Segfault in mhash(). Opcache: Fixed bug GH-16851 (JIT_G(enabled) not set correctly on other threads). Fixed bug GH-16902 (Set of opcache tests fail zts+aarch64). Fixed bug GH-16879 (JIT dead code skipping does not update call_level). OpenSSL: Prevent unexpected array entry conversion when reading key. Fix various memory leaks related to openssl exports. Fix memory leak in php_openssl_pkey_from_zval(). PDO: Fixed memory leak of `setFetchMode()`. Phar: Fixed bug GH-16695 (phar:// tar parser and zero-length file header blocks). PHPDBG: Fixed bug GH-15208 (Segfault with breakpoint map and phpdbg_clear()). SAPI: Fixed bug GH-16998 (UBSAN warning in rfc1867). SimpleXML: Fixed bug GH-16808 (Segmentation fault in RecursiveIteratorIterator ->current() with a xml element input). SOAP: Fix make check being invoked in ext/soap. Standard: Fixed bug GH-16905 (Internal iterator functions can't handle UNDEF properties). Fixed bug GH-16957 (Assertion failure in array_shift with self-referencing array). Streams: Fixed network connect poll interuption handling. Windows: Fixed bug GH-16849 (Error dialog causes process to hang). Windows Server 2025 is now properly reported. - version update to 8.4.1 * Property Hooks * Asymmetric Property Visibility * Lazy Objects * PDO driver-specific subclasses * BCMath object type * details: https://www.php.net/ChangeLog-8.php#8.4.1 * upgrading notes: https://www.php.net/manual/en/migration84.php ++++ php8-test: - version update to 8.4.5 BCMath: Fixed bug GH-17398 (bcmul memory leak). Core: Fixed bug GH-17623 (Broken stack overflow detection for variable compilation). Fixed bug GH-17618 (UnhandledMatchError does not take zend.exception_ignore_args=1 into account). Fix fallback paths in fast_long_{add,sub}_function. Fixed bug OSS-Fuzz #391975641 (Crash when accessing property backing value by reference). Fixed bug GH-17718 (Calling static methods on an interface that has `__callStatic` is allowed). Fixed bug GH-17713 (ReflectionProperty::getRawValue() and related methods may call hooks of overridden properties). Fixed bug GH-17916 (Final abstract properties should error). Fixed bug GH-17866 (zend_mm_heap corrupted error after upgrading from 8.4.3 to 8.4.4). Fixed GHSA-rwp7-7vc6-8477 (Reference counting in php_request_shutdown causes Use-After-Free). (CVE-2024-11235) DOM: Fixed bug GH-17609 (Typo in error message: Dom\NO_DEFAULT_NS instead of Dom\HTML_NO_DEFAULT_NS). Fixed bug GH-17802 (\Dom\HTMLDocument querySelector attribute name is case sensitive in HTML). Fixed bug GH-17847 (xinclude destroys live node). Fix using Dom\Node with Dom\XPath callbacks. GD: Fixed bug GH-17703 (imagescale with both width and height negative values triggers only an Exception on width). Fixed bug GH-17772 (imagepalettetotruecolor crash with memory_limit=2M). FFI: Fix FFI Parsing of Pointer Declaration Lists. FPM: Fixed bug GH-17643 (FPM with httpd ProxyPass encoded PATH_INFO env). LDAP: Fixed bug GH-17704 (ldap_search fails when $attributes contains a non-packed array with numerical keys). LibXML: Fixed GHSA-wg4p-4hqh-c3g9 (Reocurrence of #72714). Fixed GHSA-p3x9-6h7p-cgfc (libxml streams use wrong `content-type` header when requesting a redirected resource). (CVE-2025-1219) MBString: Fixed bug GH-17503 (Undefined float conversion in mb_convert_variables). Opcache: Fixed bug GH-17654 (Multiple classes using same trait causes function JIT crash). Fixed bug GH-17577 (JIT packed type guard crash). Fixed bug GH-17747 (Exception on reading property in register-based FETCH_OBJ_R breaks JIT). Fixed bug GH-17715 (Null pointer deref in observer API when calling cases() method on preloaded enum). Fixed bug GH-17868 (Cannot allocate memory with tracing JIT on 8.4.4). PDO_SQLite: Fixed GH-17837 ()::getColumnMeta() on unexecuted statement segfaults). Fix cycle leak in sqlite3 setAuthorizer(). Fix memory leaks in pdo_sqlite callback registration. Phar: Fixed bug GH-17808: PharFileInfo refcount bug. PHPDBG: Partially fixed bug GH-17387 (Trivial crash in phpdbg lexer). Fix memory leak in phpdbg calling registered function. Reflection: Fixed bug GH-15902 (Core dumped in ext/reflection/php_reflection.c). Fixed missing final and abstract flags when dumping properties. Standard: Fixed bug #72666 (stat cache clearing inconsistent between file:// paths and plain paths). Streams: Fixed bug GH-17650 (realloc with size 0 in user_filters.c). Fix memory leak on overflow in _php_stream_scandir(). Fixed GHSA-hgf5-96fm-v528 (Stream HTTP wrapper header check might omit basic auth header). (CVE-2025-1736) Fixed GHSA-52jp-hrpf-2jff (Stream HTTP wrapper truncate redirect location to 1024 bytes). (CVE-2025-1861) Fixed GHSA-pcmh-g36c-qc44 (Streams HTTP wrapper does not fail for headers without colon). (CVE-2025-1734) Fixed GHSA-v8xr-gpvj-cx9g (Header parser of `http` stream wrapper does not handle folded headers). (CVE-2025-1217) Windows: Fixed phpize for Windows 11 (24H2). Fixed GH-17855 (CURL_STATICLIB flag set even if linked with shared lib). Zlib: Fixed bug GH-17745 (zlib extension incorrectly handles object arguments). Fix memory leak when encoding check fails. Fix zlib support for large files. - version update to 8.4.4 Core: Fixed bug GH-17234 (Numeric parent hook call fails with assertion). Fixed bug GH-16892 (ini_parse_quantity() fails to parse inputs starting with 0x0b). Fixed bug GH-16886 (ini_parse_quantity() fails to emit warning for 0x+0). Fixed bug GH-17222 (__PROPERTY__ magic constant does not work in all constant expression contexts). Fixed bug GH-17214 (Relax final+private warning for trait methods with inherited final). Fixed NULL arithmetic during system program execution on Windows. Fixed potential OOB when checking for trailing spaces on Windows. Fixed bug GH-17408 (Assertion failure Zend/zend_exceptions.c). Fix may_have_extra_named_args flag for ZEND_AST_UNPACK. Fix NULL arithmetic in System V shared memory emulation for Windows. Fixed bug GH-17597 (#[\Deprecated] does not work for __call() and __callStatic()). DOM: Fixed bug GH-17397 (Assertion failure ext/dom/php_dom.c). Fixed bug GH-17486 (Incorrect error line numbers reported in Dom\HTMLDocument::createFromString). Fixed bug GH-17481 (UTF-8 corruption in \Dom\HTMLDocument). Fixed bug GH-17500 (Segfault with requesting nodeName on nameless doctype). Fixed bug GH-17485 (upstream fix, Self-closing tag on void elements shouldn't be a parse error/warning in \Dom\HTMLDocument). Fixed bug GH-17572 (getElementsByTagName returns collections with tagName-based indexing). Enchant: Fix crashes in enchant when passing null bytes. FTP: Fixed bug GH-16800 (ftp functions can abort with EINTR). GD: Fixed bug GH-17349 (Tiled truecolor filling looses single color transparency). Fixed bug GH-17373 (imagefttext() ignores clipping rect for palette images). Ported fix for libgd 223 (gdImageRotateGeneric() does not properly interpolate). Added support for reading GIFs without colormap to bundled libgd. Gettext: Fixed bug GH-17400 (bindtextdomain SEGV on invalid domain). Intl: Fixed bug GH-11874 (intl causing segfault in docker images). Opcache: Fixed bug GH-15981 (Segfault with frameless jumps and minimal JIT). Fixed bug GH-17307 (Internal closure causes JIT failure). Fixed bug GH-17428 (Assertion failure ext/opcache/jit/zend_jit_ir.c:8940). Fixed bug GH-17564 (Potential UB when reading from / writing to struct padding). PCNTL: Fixed pcntl_setcpuaffinity exception type from ValueError to TypeError for the cpu mask argument with entries type different than int/string. PCRE: Fixed bug GH-17122 (memory leak in regex). PDO: Fixed a memory leak when the GC is used to free a PDOStatment. Fixed a crash in the PDO Firebird Statement destructor. Fixed UAFs when changing default fetch class ctor args. PgSql: Fixed build failure when the constant PGRES_TUPLES_CHUNK is not present in the system. Phar: Fixed bug GH-17518 (offset overflow phar extractTo()). PHPDBG: Fix crashes in function registration + test. Session: Fix type confusion with session SID constant. Fixed bug GH-17541 (ext/session NULL pointer dereferencement during ID reset). SimpleXML: Fixed bug GH-17409 (Assertion failure Zend/zend_hash.c:1730). SNMP: Fixed bug GH-17330 (SNMP::setSecurity segfault on closed session). SPL: Fixed bug GH-15833 (Segmentation fault (access null pointer) in ext/spl/spl_array.c). Fixed bug GH-17516 (SplFileTempObject::getPathInfo() Undefined behavior on invalid class). Standard: Fixed bug GH-17447 (Assertion failure when array popping a self addressing variable). Windows: Fixed clang compiler detection. Zip: Fixed bug GH-17139 (Fix zip_entry_name() crash on invalid entry). - version update to 8.4.3 BcMath: Fixed bug GH-17049 (Correctly compare 0 and -0). Fixed bug GH-17061 (Now Number::round() does not remove trailing zeros). Fixed bug GH-17064 (Correctly round rounding mode with zero edge case). Fixed bug GH-17275 (Fixed the calculation logic of dividend scale). Core: Fixed bug OSS-Fuzz #382922236 (Duplicate dynamic properties in hooked object iterator properties table). Fixed unstable get_iterator pointer for hooked classes in shm on Windows. Fixed bug GH-17106 (ZEND_MATCH_ERROR misoptimization). Fixed bug GH-17162 (zend_array_try_init() with dtor can cause engine UAF). Fixed bug GH-17101 (AST->string does not reproduce constructor property promotion correctly). Fixed bug GH-17200 (Incorrect dynamic prop offset in hooked prop iterator). Fixed bug GH-17216 (Trampoline crash on error). DBA: Skip test if inifile is disabled. DOM: Fixed bug GH-17145 (DOM memory leak). Fixed bug GH-17201 (Dom\TokenList issues with interned string replace). Fixed bug GH-17224 (UAF in importNode). Embed: Make build command for program using embed portable. FFI: Fixed bug #79075 (FFI header parser chokes on comments). Fix memory leak on ZEND_FFI_TYPE_CHAR conversion failure. Fixed bug GH-16013 and bug #80857 (Big endian issues). Fileinfo: Fixed bug GH-17039 (PHP 8.4: Incorrect MIME content type). FPM: Fixed bug GH-13437 (FPM: ERROR: scoreboard: failed to lock (already locked)). Fixed bug GH-17112 (Macro redefinitions). Fixed bug GH-17208 (bug64539-status-json-encoding.phpt fail on 32-bits). GD: Fixed bug GH-16255 (Unexpected nan value in ext/gd/libgd/gd_filter.c). Ported fix for libgd bug 276 (Sometimes pixels are missing when storing images as BMPs). Gettext: Fixed bug GH-17202 (Segmentation fault ext/gettext/gettext.c bindtextdomain()). Iconv: Fixed bug GH-17047 (UAF on iconv filter failure). LDAP: Fixed bug GH-17280 (ldap_search() fails when $attributes array has holes). LibXML: Fixed bug GH-17223 (Memory leak in libxml encoding handling). MBString: Fixed bug GH-17112 (Macro redefinitions). Opcache: opcache_get_configuration() properly reports jit_prof_threshold. Fixed bug GH-17140 (Assertion failure in JIT trace exit with ZEND_FETCH_DIM_FUNC_ARG). Fixed bug GH-17151 (Incorrect RC inference of op1 of FETCH_OBJ and INIT_METHOD_CALL). Fixed bug GH-17246 (GC during SCCP causes segfault). Fixed bug GH-17257 (UBSAN warning in ext/opcache/jit/zend_jit_vm_helpers.c). PCNTL: Fix memory leak in cleanup code of pcntl_exec() when a non stringable value is encountered past the first entry. PgSql: Fixed bug GH-17158 (pg_fetch_result Shows Incorrect ArgumentCountError Message when Called With 1 Argument). Fixed further ArgumentCountError for calls with flexible number of arguments. Phar: Fixed bug GH-17137 (Segmentation fault ext/phar/phar.c). SimpleXML: Fixed bug GH-17040 (SimpleXML's unset can break DOM objects). Fixed bug GH-17153 (SimpleXML crash when using autovivification on document). Sockets: Fixed bug GH-16276 (socket_strerror overflow handling with INT_MIN). Fixed overflow on SO_LINGER values setting, strengthening values check on SO_SNDTIMEO/SO_RCVTIMEO for socket_set_option(). SPL: Fixed bug GH-17198 (SplFixedArray assertion failure with get_object_vars). Fixed bug GH-17225 (NULL deref in spl_directory.c). Streams: Fixed bug GH-17037 (UAF in user filter when adding existing filter name due to incorrect error handling). Fixed bug GH-16810 (overflow on fopen HTTP wrapper timeout value). Fixed bug GH-17067 (glob:// wrapper doesn't cater to CWD for ZTS builds). Windows: Hardened proc_open() against cmd.exe hijacking. XML: Fixed bug GH-1718 (unreachable program point in zend_hash). - modified patches % php-build-reproducible-phar.patch (refreshed) - version update to 8.4.2 BcMath: Fixed bug GH-16978 (Avoid unnecessary padding with leading zeros) (Saki Takamachi) Calendar: Fixed jdtogregorian overflow. Fixed cal_to_jd julian_days argument overflow. COM: Fixed bug GH-16991 (Getting typeinfo of non DISPATCH variant segfaults). Core: Fail early in *nix configuration build script. Fixed bug GH-16344 (setRawValueWithoutLazyInitialization() and skipLazyInitialization() may change initialized proxy). Fixed bug GH-16727 (Opcache bad signal 139 crash in ZTS bookworm (frankenphp)). Fixed bug GH-16799 (Assertion failure at Zend/zend_vm_execute.h:7469). Fixed bug GH-16630 (UAF in lexer with encoding translation and heredocs). Fix is_zend_ptr() huge block comparison. Fixed potential OOB read in zend_dirname() on Windows. Fixed bug GH-15964 (printf() can strip sign of -INF). Curl: Fixed bug GH-16802 (open_basedir bypass using curl extension). Fix various memory leaks in curl mime handling. DBA: Fixed bug GH-16990 (dba_list() is now zero-indexed instead of using resource ids) (kocsismate) DOM: Fixed bug GH-16777 (Calling the constructor again on a DOM object after it is in a document causes UAF). Fixed bug GH-16906 (Reloading document can cause UAF in iterator). FPM: Fixed GH-16432 (PHP-FPM 8.2 SIGSEGV in fpm_get_status). Fixed bug GH-16932 (wrong FPM status output). GD: Fixed GH-16776 (imagecreatefromstring overflow). GMP: Fixed bug GH-16890 (array_sum() with GMP can loose precision (LLP64)). Hash: Fixed GH-16711: Segfault in mhash(). Opcache: Fixed bug GH-16851 (JIT_G(enabled) not set correctly on other threads). Fixed bug GH-16902 (Set of opcache tests fail zts+aarch64). Fixed bug GH-16879 (JIT dead code skipping does not update call_level). OpenSSL: Prevent unexpected array entry conversion when reading key. Fix various memory leaks related to openssl exports. Fix memory leak in php_openssl_pkey_from_zval(). PDO: Fixed memory leak of `setFetchMode()`. Phar: Fixed bug GH-16695 (phar:// tar parser and zero-length file header blocks). PHPDBG: Fixed bug GH-15208 (Segfault with breakpoint map and phpdbg_clear()). SAPI: Fixed bug GH-16998 (UBSAN warning in rfc1867). SimpleXML: Fixed bug GH-16808 (Segmentation fault in RecursiveIteratorIterator ->current() with a xml element input). SOAP: Fix make check being invoked in ext/soap. Standard: Fixed bug GH-16905 (Internal iterator functions can't handle UNDEF properties). Fixed bug GH-16957 (Assertion failure in array_shift with self-referencing array). Streams: Fixed network connect poll interuption handling. Windows: Fixed bug GH-16849 (Error dialog causes process to hang). Windows Server 2025 is now properly reported. - version update to 8.4.1 * Property Hooks * Asymmetric Property Visibility * Lazy Objects * PDO driver-specific subclasses * BCMath object type * details: https://www.php.net/ChangeLog-8.php#8.4.1 * upgrading notes: https://www.php.net/manual/en/migration84.php ++++ plasma6-openSUSE: - Update to 6.3.4 ++++ plasma6-browser-integration: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ plasma6-desktop: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * applets/folderview: fix list view icon opacity (kde#501797) * applets/kickoff: honor display style setting in search results * kcms/touchpad/actions: Add touchpad toggle shortcut with meta keys * Use entire screen to place sidebars when not in edit mode (kde#480890) * update version for new release ++++ plasma6-disks: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ plasma6-firewall: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ plasma6-integration: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * KHintsSettings: Properly handle zero CursorBlinkRate in updateQtSettings * KDirSelectDialog: Fix sidebar sizing bugs (kde#421247) * update version for new release ++++ plasma6-mobile: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ plasma6-nano: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ plasma6-nm: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ plasma6-pa: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ plasma6-print-manager: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * libkcups/KCupsConnection: connect existing signal * update version for new release ++++ plasma6-sdk: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ plasma6-workspace: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * applets/notifications: fix body label implicit height and alignment * applets/notifications: restore padding above the icon, when visible * applets/notifications: use more appropriate wrap mode for labels (kde#502162) * applets/notifications: tighten internal spacings (kde#449083) * notifications: Sync window position on creation * applets/notifications: Fix actions in FullRepresentation * klipper: let Qt handle plain text to deal with non-UTF-8 encodings when syncing selections * kcms/region_language: make removing languages work * Only queue position updates for panel when not hidden (kde#499833) * klipper: let Qt handle plain text to deal with non-UTF-8 encodings (kde#500203) * shell: fix shelltest * klipper: only accept certain MIME types * applets/notifications: make drag parameter explicit * Check for queued positionAndResize requests at the end of the event cycle (kde#499833) * applets/devicenotifier: handle unmounting gracefully * update version for new release ++++ plasma6-systemmonitor: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ plasma6-thunderbolt: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - No code change since 6.3.3 ++++ plasma6-vault: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * kded: restore focus on password field after wrong password (kde#433994) * update version for new release ++++ plasma6-welcome: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ plasma6-workspace-wallpapers: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ plymouth-theme-breeze6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ polkit-kde-agent-6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ powerdevil6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * Set up KAboutData earlier * update version for new release ++++ python-M2Crypto: - Allow for ambiguity in first letter of directories in %{python_sitearch}. ++++ python-CairoSVG: - Switch to autosetup and pyproject macros. - Add patch use-underscore-in-setup.cfg.patch: * Use 'console_scripts' in setup.cfg. - No more greedy globs in %files. ++++ python-azure-maps-timezone: - Initial build + Version 1.0.0b1 ++++ python-azure-mgmt-arizeaiobservabilityeval: - Initial build + Version 1.0.0b1 - Initial build + Version 1.0.0b1 ++++ python-azure-mgmt-containerorchestratorruntime: - Initial build + Version 1.0.0b1 ++++ python-azure-mgmt-databasewatcher: - Initial build + Version 1.0.0b1 ++++ python-azure-mgmt-durabletask: - Initial build + Version 1.0.0b1 ++++ python-azure-mgmt-edgezones: - Initial build + Version 1.0.0b2 ++++ python-azure-mgmt-fabric: - Initial build + Version 1.0.0 ++++ python-azure-mgmt-impactreporting: - Initial build + Version 1.0.0b1 ++++ python-azure-mgmt-migrationassessment: - Initial build + Version 1.0.0b1 ++++ python-azure-mgmt-weightsandbiases: - Initial build + Version 1.0.0b1 ++++ salt: - Fix refresh of osrelease and related grains on Python 3.10+ - Added: * fix-refresh-of-osrelease-and-related-grains-on-pytho.patch ++++ salt-test: - Fix refresh of osrelease and related grains on Python 3.10+ - Added: * fix-refresh-of-osrelease-and-related-grains-on-pytho.patch ++++ python-uv: - Update to 0.6.11 * Enhancements * Add dependents ("via ..." comments) in uv export command * Bump least-recent non-EOL macOS version to 13.0 * Support --find-links-style "flat" indexes in [[tool.uv.index]] * Distinguish between -q and -qq * Add uv sync --check flag * Add support for Python version requests in uv python list * Support .env files in uv tool run * Support python find --script * Configuration * Support UV_PROJECT environment to set project directory. * Performance * Use a boxed slice for various requirement types * Use a boxed slice for extras and groups * Use small string for index name type * Bug fixes * Add a newline after metadata when initializing scripts with other metadata blocks * Avoid writing empty requires-python to script blocks * Respect build constraints in uv sync * Respect transitive dependencies in uv tree --only-group * Allow virtual packages with --no-build * Ignore --find-links entries for pinned indexes * Omit wheels from lockfile based on --exclude-newer * Retain end-of-line comment position when adding dependency * Omit fragment when querying for wheels in Simple HTML API * Error on missing argument in requirements.txt * Support modules with different casing in build backend * Add authentication policy support for pip commands * Preview features * Check all compatible torch indexes when --torch-backend is enabled ++++ python313-pyside6: - Update to 6.9.0. Check the installed changes-6.9.0 file for the full list of changes - Drop patch: * fix-pytest-qt.patch ++++ python313-shiboken6: - Update to 6.9.0. Check the installed changes-6.9.0 file for the full list of changes - Drop patch: * fix-pytest-qt.patch ++++ qemu: - Update to latest stable release (9.2.3) Full backport list here: https://lore.kernel.org/qemu-devel/44124379-3349-45cf-9238-8a847d8b2770@tls.msk.ru/ Fixes: bsc#1236329 Highlights include: * hw/intc/aspeed: Fix IRQ handler mask check * hw/misc/aspeed_hace: Fix buffer overflow in has_padding function * target/riscv: fix handling of nop for vstart >= vl in some vector instruction * target/riscv: refactor VSTART_CHECK_EARLY_EXIT() to accept vl as a parameter * Makefile: "make dist" generates a .xz, not .bz2 * target/ppc: Fix e200 duplicate SPRs * target/ppc: Fix facility interrupt checks for VSX * ppc/spapr: fix default cpu for pre-9.0 machines. * host/include/loongarch64: Fix inline assembly compatibility with Clang * linux-user/riscv: Fix handling of cpu mask in riscv_hwprobe syscall * target/riscv: fixes a bug against `ssamoswap` behavior in M-mode * target/riscv: fix access permission checks for CSR_SSP * docs/about/emulation: Fix broken link * vdpa: Allow vDPA to work on big-endian machine * vdpa: Fix endian bugs in shadow virtqueue * target/loongarch: Fix vldi inst * target/arm: Simplify pstate_sm check in sve_access_check * target/arm: Make DisasContext.{fp, sve}_access_checked tristate * util/cacheflush: Make first DSB unconditional on aarch64 * docs: Rename default-configs to configs * block: Zero block driver state before reopening * hw/xen/hvm: Fix Aarch64 typo * hw/net/smc91c111: Don't allow data register access to overrun buffer * hw/net/smc91c111: Sanitize packet length on tx * hw/net/smc91c111: Sanitize packet numbers * ppc/pnv/occ: Fix common area sensor offsets * xen: No need to flush the mapcache for grants (bsc#1236329) * net: move backend cleanup to NIC cleanup * net: parameterize the removing client from nc list * util/qemu-timer.c: Don't warp timer from timerlist_rearm() * target/arm: Correct STRD atomicity * target/arm: Correct LDRD atomicity and fault behaviour * hw/arm: enable secure EL2 timers for sbsa machine * hw/arm: enable secure EL2 timers for virt machine * target/arm: Implement SEL2 physical and virtual timers * ... - Fix bsc#1240157: * [openSUSE][RPM] spec: Require ipxe and virtio-gpu packages for more arch-es ++++ qemu-linux-user: - Update to latest stable release (9.2.3) Full backport list here: https://lore.kernel.org/qemu-devel/44124379-3349-45cf-9238-8a847d8b2770@tls.msk.ru/ Fixes: bsc#1236329 Highlights include: * hw/intc/aspeed: Fix IRQ handler mask check * hw/misc/aspeed_hace: Fix buffer overflow in has_padding function * target/riscv: fix handling of nop for vstart >= vl in some vector instruction * target/riscv: refactor VSTART_CHECK_EARLY_EXIT() to accept vl as a parameter * Makefile: "make dist" generates a .xz, not .bz2 * target/ppc: Fix e200 duplicate SPRs * target/ppc: Fix facility interrupt checks for VSX * ppc/spapr: fix default cpu for pre-9.0 machines. * host/include/loongarch64: Fix inline assembly compatibility with Clang * linux-user/riscv: Fix handling of cpu mask in riscv_hwprobe syscall * target/riscv: fixes a bug against `ssamoswap` behavior in M-mode * target/riscv: fix access permission checks for CSR_SSP * docs/about/emulation: Fix broken link * vdpa: Allow vDPA to work on big-endian machine * vdpa: Fix endian bugs in shadow virtqueue * target/loongarch: Fix vldi inst * target/arm: Simplify pstate_sm check in sve_access_check * target/arm: Make DisasContext.{fp, sve}_access_checked tristate * util/cacheflush: Make first DSB unconditional on aarch64 * docs: Rename default-configs to configs * block: Zero block driver state before reopening * hw/xen/hvm: Fix Aarch64 typo * hw/net/smc91c111: Don't allow data register access to overrun buffer * hw/net/smc91c111: Sanitize packet length on tx * hw/net/smc91c111: Sanitize packet numbers * ppc/pnv/occ: Fix common area sensor offsets * xen: No need to flush the mapcache for grants (bsc#1236329) * net: move backend cleanup to NIC cleanup * net: parameterize the removing client from nc list * util/qemu-timer.c: Don't warp timer from timerlist_rearm() * target/arm: Correct STRD atomicity * target/arm: Correct LDRD atomicity and fault behaviour * hw/arm: enable secure EL2 timers for sbsa machine * hw/arm: enable secure EL2 timers for virt machine * target/arm: Implement SEL2 physical and virtual timers * ... - Fix bsc#1240157: * [openSUSE][RPM] spec: Require ipxe and virtio-gpu packages for more arch-es ++++ qqc2-breeze-style6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ qt6-3d-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-base-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released - Drop patches, merged upstream: * 0001-QLocale-try-to-survive-being-created-during-applicat.patch * 0001-QSystemLocale-bail-out-if-accessed-post-destruction.patch * 0001-QLibraryInfo-speed-up-checking-if-qt-etc-qt.conf-res.patch ++++ qt6-charts-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-coap-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-connectivity-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-datavis3d-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-declarative-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-graphs-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-grpc-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-httpserver-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-imageformats: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-imageformats-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-languageserver: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-location-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-lottie-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-mqtt-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-multimedia-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-networkauth-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-opcua-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-positioning-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-qt5compat-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-quick3d-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-quick3dphysics-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-quickeffectmaker: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-quickeffectmaker-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-quicktimeline-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-remoteobjects-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-scxml-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-sensors-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-serialport-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-shadertools-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-speech-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-svg-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-tools-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-translations: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-virtualkeyboard-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-wayland-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released - Drop patches, merged upstream: * 0001-update-wayland_xml-to-version-1_23_0.patch * fix-taskbar.patch ++++ qt6-webchannel-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-webengine-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released - Drop patches, merged upstream: * 0001-Build-system-remove-libxml2-compilation-test.patch * qtwebengine-ffmpeg-playback-fix.patch - Add patch: * qtwebengine-pipewire-1.4.patch ++++ qt6-websockets-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ qt6-webview-docs: - Update to 6.9.0: * https://www.qt.io/blog/qt-6.9-released ++++ sddm-kcm6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ semaphore: - Update to version 2.13.7 2.13.6 was not released): * fix(integrations): provide correct template params ++++ spectacle: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * Auto scale region recordings to improve fractional scaling recording quality (kde#500777) * update version for new release ++++ stockfish: - Update to 17.1: * Quality of chess play In our testing against its predecessor, Stockfish 17.1 shows a consistent improvement in performance, with an Elo gain of up to 20 points and winning close to 2 times more game pairs than it loses. * New speedtest command The new speedtest command benchmarks your computer's performance (measured in nodes per second) using a realistic and stable test. To run it, you'll need command line access—give it a try and share your results with the community! * Improved hardware support Stockfish is no longer limited to 1024 threads and will allow users to specify whatever their system is capable of. Additionally, hardware such as ppc64 and Loongson is now better supported at build time. * Bug fixes for tablebase support Our previous release introduced improved engine lines (principal variations) ending in mate as soon as a mate score is announced. A side effect of this improvement was a rare corner case involving cursed tablebase wins, only relevant in correspondence chess when the 50-move rule does not apply, which has now been fixed. Relatedly, time management has also been improved to avoid potential time losses. ++++ woodpecker: - Update to version 3.5.0: * Bug Fixes - BitbucketDC: add event pull request opened [#5048] - Fix exclude path constraint behavior [#5042] - Use pointer cursor for icon buttons [#5002] - Add back cursor-pointer to pipeline step list buttons [#4982] * Enhancement - add nushell support to local backend [#5043] - Style navbar login button as navbar-link [#5033] - Use xorm quoter for feed query [#5018] - Use badge value instead of label for single values [#5010] - Add icons to all tabs [#4421] - Tag pipeline with source information [#4796] - Add titles and descriptions to repos page [#4981] * Documentation - Print at which file docs parsing failed [#5040] - fix(deps): update dependency yaml to v2.7.1 [#5029] - fix(deps): update docs npm deps non-major [#5026] - Revert manual changes to changelog [#5007] - Add missing docs for 3.x minor versions [#4992] - fix(deps): update dependency redocusaurus to v2.2.2 [#4998] - Add missing links to 3.x docs [#4991] - chore(deps): update docs npm deps non-major [#4987] - Rework secrets docs and document multiline secrets [#4974] - Add documentation for WOODPECKER_EXPERT env vars [#4972] * Dependency - fix(deps): update golang-packages [#5046] - chore(deps): lock file maintenance [#5044] - chore(deps): lock file maintenance [#5032] - fix(deps): update module github.com/urfave/cli/v3 to v3.1.0 [#5039] - chore(deps): update dependency vite to v6.2.4 [security] [#5036] - fix(deps): update dependency simple-icons to v14.12.0 [#5030] - chore(deps): update pre-commit hook golangci/golangci-lint to v2 [#5028] - fix(deps): update web npm deps non-major [#5027] - chore(deps): update docker.io/woodpeckerci/plugin-ready-release-go docker tag to v3.1.4 [#5025] - fix(deps): update module golang.org/x/net to v0.38.0 [#5024] - chore(deps): update woodpeckerci/plugin-git docker tag to v2.6.3 [#5021] - chore(deps): update dependency vite to v6.2.3 [security] [#5014] - fix(deps): update golang-packages [#5012] - chore(deps): update docker.io/woodpeckerci/plugin-docker-buildx docker tag to v5.2.2 [#4997] - chore(deps): lock file maintenance [#5000] - fix(deps): update dependency simple-icons to v14.11.1 [#4999] - chore(deps): update pre-commit hook adrienverge/yamllint to v1.37.0 [#4996] - fix(deps): update module github.com/rs/zerolog to v1.34.0 [#4995] - chore(deps): update dependency @antfu/eslint-config to v4.11.0 [#4994] - chore(deps): update woodpeckerci/plugin-release docker tag to v0.2.5 [#4993] - fix(deps): update module github.com/google/go-github/v69 to v70 [#4990] - fix(deps): update web npm deps non-major [#4989] - chore(deps): update pre-commit non-major [#4988] - fix(deps): update module github.com/golang-jwt/jwt/v5 to v5.2.2 [security] [#4986] - fix(deps): update module github.com/go-sql-driver/mysql to v1.9.1 [#4985] - fix(deps): update module github.com/getkin/kin-openapi to v0.131.0 [#4984] - fix(deps): update module github.com/expr-lang/expr to v1.17.1 [#4983] - fix(deps): update module gitlab.com/gitlab-org/api/client-go to v0.126.0 [#4976] * Misc - Bump golangci-lint to v2 [#5034] - Update flake development environment [#5022] ++++ systemsettings6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ tail-tray: - Update to version 0.2.19: * Bump version to 0.2.19 * Adding IpnEventData and expose it over event bus (#59) ++++ teleport: - update to 17.4.2: * Reduced resource consumption and improve latency of tsh ssh. #53645 * Fixed an issue where expired app session won't redirect to login page when Teleport is using DynamoDB backend. #53591 * Workload ID: Support for adding custom claims to JWT-SVIDs. #53585 ++++ terragrunt: - Update to version 0.77.6: * bug: added limitation on detection of stack files (#4113) * fix: Ignoring lock table encryption setting (#4112) * feat: added support for parsing stack config from string (#4110) ++++ typescript-go: - update to version 0.0.512: * @ 3ab630d865af74daac9c372af6ceacce10d167bd - use default packaging macros for go - add tests to %check section ++++ uasm: - add fix-bool.patch to fix gcc-15 compile time error ++++ ulp-macros: - Update to comply with gcc-15. ++++ unzip: - Add unzip-time-decl.patch from debian to fix gcc-15 compile time error ++++ unzip-rcc: - Add unzip-time-decl.patch from debian to fix gcc-15 compile time error ++++ vale: - Update to version 3.11.0: * chore: add mdx2vast to Docker * docs: clean up accept.txt * fix: don't normalize multiple spaces * fix: Enhance `stepsToString` to properly handle parentheses * chore: update .vale.ini * feat: support for front matter ++++ w3m: - add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on Leap 15.6 ++++ wacomtablet-kcm6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * update version for new release ++++ wayclip: - Update to version 0.4.2+git.1709775940.a62ac18: * add missing options to man page and usage * explicitly document that the define is necessary for getopt * check that offer isn't null before receiving * common: shrink a bit * style * fix logic to determine which offer to receive * manpages: add -p * waypaste: support primary clipboard * When you have defined .c.o rule, you shouldn't override it. * add primary clipboard support with -p ++++ xdg-desktop-portal-kde6: - Update to 6.3.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/6/6.3.4 - Changes since 6.3.3: * [AppChooser] Correctly set m_autoRemember * Add input capture notification to notifyrc (kde#500130) * update version for new release ++++ xorg-x11-server: - Add u_xf86-Accept-devices-with-the-kernel-s-vesadrm-driver.patch: Enables Xorg to make use of the kernel's vesadrm driver. Taken from upstream. See the MR at https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1879. (bsc#1240624) - Add u_xf86-Accept-devices-with-the-kernel-s-efidrm-driver.patch: Enables Xorg to make use of the kernel's efidrm driver. Taken from upstream. See the MR at https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1879. (bsc#1240624) ++++ yamagi-quake2: - Update to version 8.50 * Consistent bindings between multiple gamepad types. * Improved menu navigation with gamepads. * The SDL 3 code now supports the stable SDL 3 API. Several bugs with SDL 3 were fixed. * Water warp effect for the OpenGL 1.4 renderer. * Add a sound backend selector to the menu. * Fix several problems with HTTP downloads. * Better navigation in input fields in the menu. Support left and right navigation, add support for the ctrl-l,c,x,v shortcuts. * Performance optimizations for the OpenGL 1.4 renderer, especially on embedded and mobile GPUs. Includes an alternative GL ES 1.0 renderer. * Several fixes to gl1_stereo. * Fix the SDL2 sound backend not working with modern backends. * Make the Windows key bindable. * Support true randomness when shuffling audio tracks. * Fix leaking temporary spawnflags into entities spawned mid-level. * Support the unofficial GL4 renderer lib in the video menu. * Clipboard support for the console and better navigation in the console line editor. * Support player models inside pak files in the menu. * Support 24 bit PCX files. * Check if an entity file matches the current map before loading it. This fixes problems with loading entity files from Quake II against Quake II Remaster maps and the other way round. - Build with support for SDL3 on TW ------------------------------------------------------------------ ------------------ 2025-4-1 - Apr 1 2025 ------------------- ------------------------------------------------------------------ ++++ GraphicsMagick: - security update - added patches fix CVE-2025-27795 [bsc#1239044], JXL in GraphicsMagick before 1.3.46 lacks image dimension resource limits. + GraphicsMagick-CVE-2025-27795.patch fix CVE-2025-27796 [bsc#1239043], WPG in GraphicsMagick before 1.3.46 mishandles palette buffer allocation. + GraphicsMagick-CVE-2025-27796.patch use return value of realloc function + GraphicsMagick-return-value.patch ++++ ImageMagick: - version update to 7.1.1.47 * try pngalpha if png16malpha not available by @remicollet in #8034 * Fix statistic.c GetImageRange initializer by @mtasaka in #8010 - modified patches % ImageMagick-library-installable-in-parallel.patch (refreshed) ++++ SDL3: - Update to release 3.2.10 * Added support for SDL_PIXELFORMAT_MJPG to SDL_DuplicateSurface() * Added SIMD blitters for 8888 to 8888 swizzled format conversion * Added mappings for the Nintendo Switch Online N64/SEGA/SNES controllers on Linux * Added SDL_HINT_VIDEO_X11_EXTERNAL_WINDOW_INPUT to control whether XSelectInput() should be called on external windows ++++ ansible-navigator: - update to 25.4.0: * Bugfixes - Fix CI: Update libtmux to the newer version (#1918) @shatakshiiii * Dependencies - Bump the dependencies group in /.config with 10 updates (#1936) - Update ruff to latest (#1933) - Bump the dependencies group in /.config with 2 updates (#1934) - Bump the dependencies group in /.config with 9 updates (#1930) - Bump the dependencies group in /.config with 10 updates (#1929) - Bump codecov/codecov-action from 5.3.1 to 5.4.0 (#1926) - Bump the dependencies group in /.config with 8 updates (#1925) - Bump the dependencies group in /.config with 9 updates (#1923) - Bump libtmux from 0.42.1 to 0.43.0 in /.config in the dependencies group (#1920) - Bump the dependencies group across 1 directory with 14 updates (#1919) - Bump the dependencies group in /.config with 10 updates (#1913) - Bump the dependencies group in /.config with 11 updates (#1910) - Bump codecov/codecov-action from 5.1.2 to 5.3.1 (#1911) ++++ apko: - Update to version 0.25.6: * paths: prefer to use relative paths (#1598) * fix(tar): make writeTar reproducible for apko (#1595) * Make mechanical changes to allow multiple layers (#1589) * build.go: Export APK from build context (#1587) * Cache DiscoverKeys calls via the shared cache (#1583) * [StepSecurity] ci: Harden GitHub Actions (#1581) * build(deps): bump actions/setup-go from 5.3.0 to 5.4.0 (#1577) ++++ assimp: - Add patch: * 0001-NDO-Fix-possible-overflow-access.patch ++++ azure-cli: - New upstream release + Version 2.71.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.71.0 + For detailed information about changes see the HISTORY.rst file provided with this package - Update Requires from setup.py ++++ broot: - v1.45.1 * Fix compilation failing without `--locked` - v1.45.0 * Fix total search impossible to redo after refresh * With `refresh_after: false`, a verb configuration can request that the tree isn't refreshed after its execution - v1.44.7 * fix bad regex match position * update resvg dependency to 0.44 * on `--server`, remove the existing socket if it already exists - v1.44.6 * fix .ignore files ignored when not in a git repository * update git2 dependency to 0.20 - v1.44.5 * no real change (just reverting a crate name to ease some packaging) - v1.44.4 * fix panic in preview on syntax coloring (when a sublime syntax isn't compatible with the regex engine) - v1.44.3 * removed default bindings on left and right keys. You may add them back by adding this to your verbs.hjson: { key: "left", internal: "back" } { key: "right", internal: "open_stay" } * rustc minimal version changed from 1.76 to 1.79, which allows better performing image rendering * remove dependency to onig, to allow compatibility with gcc 15 - v1.44.2 * temp files created for kitty now erased on quitting or when too many of them have been written * no longer panics when launched with BROOT_LOG=debug but the broot.log file can't be created * fix user and group names displayed as "????" when coming from openldap - v1.44.1 * fix wrong position of IMEs (input method editors) popup - See #948 * improve querying the terminal for capabilities (prevent some escape chars from leaking) - v1.44.0 * `:focus_staging_area_no_open` internal, focus the staging area if it's already open, does nothing in other case * fix some composite patterns with several operators and no parenthesis - v1.43.0 * 'Size' and 'Deletion date' columns in trash screen. This screen now supports the `:toggle_date`, `:toggle_size`, `:sort_by_date`, and `:sort_by_size` internals. * new `:show` internal make the provided path visible and selected, adding lines to the tree if necessary, does nothing if the provided path is not a descendant of the current tree root (this part may change depending on feedback) - v1.42.0 * support of `.ignore` files with the same syntax than `.gitignore`. They have priority over `.gitignore` so that a personal `.ignore` file can override a shared `.gitignore` - See https://dystroy.org/broot/tree_view/#hidden-ignored-files * `:toggle_ignore` internal, identical to `:toggle_git_ignore`, but with a clearer name so should be preferred * the `panels` verb filter now works in most contexts (it was previously only checked on key events) * many dependencies updated - v1.41.1 * allow compilation with rustc 1.76 - v1.41.0 * Major Feature: :search_again - ctrl-s now triggers `:search_again` which either - brings back the last used search pattern, when no filtering pattern is active - does a "total search" if a filtering pattern is active and the search wasn't complete * Major Feature: internals changing panel widths - `set_panel_width`, taking as parameter the index of the panel and the desired width - `move_panel_divider`, taking as parameter the index of the divider and the desired change - `ctrl-<` is bound by default to `:move_panel_divider 0 -1` - `ctrl->` is bound by default to `:move_panel_divider 0 1` - See http://dystroy.org/broot/panels/#resize-panels * Minor Changes: - when git file infos are shown, and git ignored files aren't hidden, those files are flagged with a 'I' - Remove .bak extension from content search exclusion list - Update nerdfont and vscode icons - `{initial-root}` verb argument - v1.40.0 * Major Feature: preview transformers You can now define preview transformers to be applied before preview. They allow for example previewing PDF or Office files, or beautifying JSON files. Edit the `preview_transformers` array in your conf.hjson file. See https://dystroy.org/broot/conf_file/#preview * fix search on root * fix some verb cycling problems - v1.39.2 * fix UNC paths being displayed on Windows (regression at 1.39.1) - v1.39.1 * fix high-resolution (kitty protocole) image broken in release mode * canonicalize paths when focusing them (mostly useful when following links) * a few minor internal optimizations ++++ calligra-plan: - Add patch: * calligraplan-cmake4.patch ++++ coredns: - Update to version 1.12.1: * core: Increase CNAME lookup limit from 7 to 10 (#7153) * plugin/kubernetes: Fix handling of pods having DeletionTimestamp set * plugin/kubernetes: Revert "only create PTR records for endpoints with hostname defined" * plugin/forward: added option failfast_all_unhealthy_upstreams to return servfail if all upstreams are down * bump dependencies, fixing bsc#1239294 and bsc#1239728 - dropped obscpio generation from _service ++++ cppcheck: - build without rules support on Tumbleweed to remove pcre dependency ++++ crun: - New upstream release 1.21 * criu: when running under systemd, use a proxy process to initialize the cgroup so that all the container processes are restored in the correct cgroup. * set HOME to "/" if the specified user is not present in the /etc/passwd file. * do not fail if any of stdin/stdout/stderr is closed. * cgroup: fix handling of absent subcgroup when configuring cpuset on cgroup v1. * ignore SIGWINCH when a tty is not used. * utils: improve error message if the specified command is not executable. * fix PATH lookup. Support filenames starting with a dot. * krun: create context after loading the library. * krun: stop using krun_set_exec but use the command line directly from the OCI configuration file. ++++ diskmonitor: - Add patch: * diskmonitor-cmake4.patch ++++ dpdk: - Change 0001-always_inline-fix.patch by replacing the function rte_trace_feature_is_enabled with a preprocessor substitution, this also work with older gcc7 where -mgeneral-regs-only isn't available. ++++ dwarfs: - Initial package, version 0.11.3 ++++ emptyepsilon: - Load use_bundled_basis_universal.patch as source as %autopatch doesn't have the -m option on 15.6 ++++ extension-manager: - update to 0.6.3: * build: Specify the minimum required version of libadwaita * general: Use g_strcmp0 for null safe string comparison * Translations updates * Fix app closure * Minor update to fix a frequent crash ++++ ffmpeg-7: - Update to release 7.1.1 * avformat/wavdec: Fix overflow of intermediate in block_align check * avformat/dvdvideodec: drop packets with unset PTS or DTS * avutil/timecode: Avoid fps overflow in av_timecode_get_smpte_from_framenum() * avcodec/mjpegdec: Disallow progressive bayer images * avformat/mov: don't unconditionally set all audio packets in fragments as key frames * avcodec/libx265: resolve build failure for libx265.so.n, n >= 213 - Delete ffmpeg-7-CVE-2025-22919.patch, ffmpeg-7-CVE-2025-0518.patch, ffmpeg-7-CVE-2025-1816.patch (merged) ++++ ffmpeg-7-mini: - Update to release 7.1.1 * avformat/wavdec: Fix overflow of intermediate in block_align check * avformat/dvdvideodec: drop packets with unset PTS or DTS * avutil/timecode: Avoid fps overflow in av_timecode_get_smpte_from_framenum() * avcodec/mjpegdec: Disallow progressive bayer images * avformat/mov: don't unconditionally set all audio packets in fragments as key frames * avcodec/libx265: resolve build failure for libx265.so.n, n >= 213 - Delete ffmpeg-7-CVE-2025-22919.patch, ffmpeg-7-CVE-2025-0518.patch, ffmpeg-7-CVE-2025-1816.patch (merged) ++++ foliate: - Update to version 3.3.0: * Added support for mouse forward/backward buttons. * Improved text wrapping in headings. * Improved default link style. ++++ ghc-string-interpolate: - Update string-interpolate to version 0.3.4.0 revision 2. Upstream has revised the Cabal build instructions on Hackage. ++++ xmobar: - Update xmobar to version 0.49. [#]# Version 0.49 (April, 2025) - New plugins: `ArchUpdates` and `Accordion` (thanks, Enrico Maria) - New template variable `weatherS` for `WeatherX`. - New Nix flake (thanks, refaelsh) - `MPRIS`: Fix for duration reported by Spotify (thanks, Claudio) - Base dep up to 4.20 (thanks, Alexander) ++++ ghostscript: - Version upgrade to 10.05.0 See 'Recent Changes in Ghostscript' at Ghostscript upstream https://ghostscript.readthedocs.io/en/gs10.05.0/News.html * This release addresses: + CVE-2025-27830 (bsc#1240074) + CVE-2025-27831 (bsc#1240075) + CVE-2025-27832 (bsc#1240077) + CVE-2025-27833 (bsc#1240078) + CVE-2025-27834 (bsc#1240079) + CVE-2025-27835 (bsc#1240080) + CVE-2025-27836 (bsc#1240081) + CVE-2025-27837 (bsc#1240082 - affects only Windows) * The 10.05.0 release deprecates the non-standard operator "selectdevice", all code should now be using the standard "setpagedevice" operator. "selectdevice" will be removed in the 10.06.0 release. * We now support production of PDF/X-1a and PDF/X-4a in addition to the existing support for PDF/X-3 * The usual round of bug fixes, compatibility changes, and incremental improvements. - In Ghostscript 10.05.0 the pdf2dsc utility is removed because its PostScript program pdf2dsc.ps uses chunks of the old PDF interpreter which is replaced with a new implementation (in C instead of PostScript) in the 10.x series of Ghostscript so pdf2dsc can no longer work as intended. For details see the "Please restore PDF2DSC for preview-latex" mail thread e.g. on https://mail.gnu.org/archive/html/auctex-devel/2025-03/threads.html ++++ giflib: - Added patch: * giflib-bsc1240416.patch + fixing bsc#1240416: buffer overflow in function DumpScreen2RGB ++++ gnome-settings-daemon: - Update to version 48.0+3: * Update Occitan translation * Revert "ci: Point to ci-templates fork with cbuild" * Updated translations. - Add patches to fix brightness control: * 411.patch * 413.patch ++++ go1.23: - go1.23.8 (released 2025-04-01) includes security fixes to the net/http package, as well as bug fixes to the runtime and the go command. Refs boo#1229122 go1.23 release tracking CVE-2025-22871 * go#72010 go#71988 boo#1240550 security: fix CVE-2025-22871 net/http: reject bare LF in chunked encoding * go#72114 runtime: process hangs for mips hardware * go#72871 runtime: cgo callback on extra M treated as external code after nested cgo callback returns * go#72937 internal/godebugs: winsymlink and winreadlinkvolume have incorrect defaults for Go 1.22 ++++ go1.24: - go1.24.2 (released 2025-04-01) includes security fixes to the net/http package, as well as bug fixes to the compiler, the runtime, the go command, and the crypto/tls, go/types, net/http, and testing packages. Refs boo#1236217 go1.24 release tracking CVE-2025-22871 * go#72011 go#71988 boo#1240550 security: fix CVE-2025-22871 net/http: reject bare LF in chunked encoding * go#72067 cmd/compile: out of memory * go#72103 net/http: go1.24 breaks compatibility by modifying in-place the tls.Config{NextProtos} * go#72115 runtime: process hangs for mips hardware * go#72796 runtime: add an example for AddCleanup * go#72822 cmd/compile: OOM with mutually-recursive iter.Seq * go#72823 crypto/tls: FIPS 140-3 modes reject ECDSA w/ curve P-521/SHA-512 in TLS * go#72826 go/types, types2: CheckExpr / Eval may mutate type checked objects (=> data race) * go#72872 runtime: cgo callback on extra M treated as external code after nested cgo callback returns * go#72934 testing: b.StopTimer breaks b.Loop * go#72938 internal/godebugs: winsymlink and winreadlinkvolume have incorrect defaults for Go 1.22 * go#72974 testing: b.Loop gives bogus results in some situations ++++ golang-github-prometheus-node_exporter: - update to 1.9.1 * [BUGFIX] pressure: Fix missing IRQ on older kernels #3263 * [BUGFIX] Fix Darwin memory leak #3277 ++++ gotosocial: - Backport golang-jwt version bump (bsc#1240492, CVE-2025-30204) by adding bump_jwt.patch ++++ grub2: - Add grub2-provide-edid.patch: Grub2 already retrieves the EDID from video adapters. Copy the raw data into the Linux kernel boot parameters, so that Linux can use this information. The necessary fields have been present in the boot parameters since at least commit f8eeaaf41803 ("[PATCH] Make the bzImage format self-terminating"), but never used. Within the kernel, the EDID data will be propagated to graphics drivers and finally to user space. (bsc#1240624) ++++ grype: - Update to version 0.91.0: * Added Features - Add v5 namespace emulation to db search output [#2539 @wagoodman] - Add CVSS metrics in search JSON output [#2568 @wagoodman] - Exit with a different return code for a failed scan [#1922] * Bug Fixes - Use data driven approach when detecting Alpine:edge and Debian:sid [#2556 @wagoodman] - db list should render out full URLs for text format [#2553 @wagoodman] - grype db import fails since v0.88 and above [#2542 #2546 @kzantow] * Dependencies - chore(deps): update anchore dependencies (#2570) - chore(deps): bump actions/setup-python in /.github/actions/bootstrap (#2564) - chore(deps): bump actions/cache in /.github/actions/bootstrap (#2549) - chore(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 (#2551) - chore(deps): bump actions/cache from 4.2.2 to 4.2.3 (#2552) - chore(deps): bump github/codeql-action from 3.28.12 to 3.28.13 (#2562) - chore(deps): bump github.com/docker/docker (#2565) - chore(deps): bump 8398a7/action-slack from 3.16.2 to 3.18.0 (#2567) - chore(deps): update tools to latest versions (#2536) - chore(deps): bump github.com/containerd/containerd from 1.7.26 to 1.7.27 (#2535) - chore(deps): bump actions/setup-go in /.github/actions/bootstrap (#2543) - chore(deps): bump github/codeql-action from 3.28.11 to 3.28.12 (#2544) - chore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 (#2545) ++++ oxygen-gtk2: - Add patch: * oxygen-gtk-cmake4.patch ++++ vim: - add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on Leap 15.6 ++++ headscale: - add patch fix-CVE-2025-30204.patch, for fixing bsc#1240506 ++++ heaptrack: - Add patch: * 0001-Use-system-robin-map.patch ++++ ignition: - Update to version 2.21.0: * Features * Add Azure blob support for fetching ignition configs * Add a check for ignition config in vendor-data (proxmoxve) * Bug fixes * Add pkey_cca kernel module to detect CEX domain for LUKS encryption - Add support for nested /etc subvolume (t-u 5.0.0) ++++ indi: - Update to 2.1.3: * https://github.com/indilib/indi/releases/tag/v2.1.3 ++++ insighttoolkit: - Drop unneeded pcre build dependency via pkgconfig(libpcrecpp). ++++ kdb: - Add patches: * 0001-Find-newer-PostgreSQL-versions.patch * kdb-cmake4.patch ++++ kdiagram: - Add patch: * kdiagram-cmake4.patch ++++ kernel-debug: - rpm/release-projects: Update the ALP projects again (bsc#1231293). - commit a2f9145 - Update config files (bsc#1225561). kvmsmall: CONFIG_9P_FS=y - commit bc32872 ++++ kernel-default: - rpm/release-projects: Update the ALP projects again (bsc#1231293). - commit a2f9145 - Update config files (bsc#1225561). kvmsmall: CONFIG_9P_FS=y - commit bc32872 ++++ kernel-source: - rpm/release-projects: Update the ALP projects again (bsc#1231293). - commit a2f9145 - Update config files (bsc#1225561). kvmsmall: CONFIG_9P_FS=y - commit bc32872 ++++ kernel-docs: - rpm/release-projects: Update the ALP projects again (bsc#1231293). - commit a2f9145 - Update config files (bsc#1225561). kvmsmall: CONFIG_9P_FS=y - commit bc32872 ++++ kernel-firmware-bluetooth: - Update to version 20250331 (git commit 0f7fe1e739bf): * rtl_bt: Update RTL8852BT/RTL8852BE-VT BT USB FW to 0x0471_70A6 ++++ kernel-firmware-intel: - Update to version 20250331 (git commit 0f7fe1e739bf): * intel_vpu: Update NPU firmware ++++ kernel-firmware-sound: - Update to version 20250331 (git commit 0f7fe1e739bf): * cirrus: cs35l56: Correct filenames of SSID 103c8e1b and 103c8e1c ++++ kernel-kvmsmall: - rpm/release-projects: Update the ALP projects again (bsc#1231293). - commit a2f9145 - Update config files (bsc#1225561). kvmsmall: CONFIG_9P_FS=y - commit bc32872 ++++ kernel-obs-build: - rpm/release-projects: Update the ALP projects again (bsc#1231293). - commit a2f9145 - Update config files (bsc#1225561). kvmsmall: CONFIG_9P_FS=y - commit bc32872 ++++ kernel-obs-qa: - rpm/release-projects: Update the ALP projects again (bsc#1231293). - commit a2f9145 - Update config files (bsc#1225561). kvmsmall: CONFIG_9P_FS=y - commit bc32872 ++++ kernel-syms: - rpm/release-projects: Update the ALP projects again (bsc#1231293). - commit a2f9145 - Update config files (bsc#1225561). kvmsmall: CONFIG_9P_FS=y - commit bc32872 ++++ kernel-vanilla: - rpm/release-projects: Update the ALP projects again (bsc#1231293). - commit a2f9145 - Update config files (bsc#1225561). kvmsmall: CONFIG_9P_FS=y - commit bc32872 ++++ kio-stash: - Switch to a git snapshot to build with KF6/Qt6 ++++ kproperty: - Add patch: * kproperty-cmake4.patch ++++ kreport: - Add patch: * kreport-cmake4.patch ++++ kst: - Add patch: * kst-cmake4.patch ++++ kstars: - Update to 3.7.6: * https://invent.kde.org/education/kstars/-/blob/master/ChangeLog ++++ kubo: - Build with -v flag - Update to 0.34.1 - for details see * https://github.com/ipfs/kubo/releases/tag/v0.34.1 * Dependency updates - Update to 0.34.0 - for details see * https://github.com/ipfs/kubo/releases/tag/v0.34.0 * AutoTLS now enabled by default for nodes with 1 hour uptime * New WebUI features: CAR file import and QR code sharing * RPC and CLI command changes ~ ipfs config is now validating json fields ~ Deprecated the bitswap reprovide command ~ The stats reprovide command now shows additional stats ~ ipfs files cp now performs basic codec check * Bitswap improvements from Boxo * IPNS publishing TTL change ~ we’ve lowered the default IPNS Record TTL during publishing to 5 minutes * IPFS_LOG_LEVEL deprecated * Pebble datastore format update * Badger datastore update * Datastore Implementation Updates * Datastore Implementation Updates * Fix hanging pinset operations during reprovides * Important dependency updates ++++ lensfun: - Update lens database - Add patch: * lensfun-cmake4.patch ++++ libqxmpp-qt5: - Update to 1.10.3: * OmemoManager: Clear complete in-memory cache on local own device reset ++++ libqxmpp-qt6: - Update to 1.10.3: * OmemoManager: Clear complete in-memory cache on local own device reset ++++ libdbusmenu-qt5: - Add patch: * 0001-Fix-build-with-CMake-4.patch ++++ libei: - Update to release 1.4.1 * The ei_touchscreen version listed in the protocol was bumped to version 2. ++++ libinput-extra: - Update to release 1.28.1 * After unplugging and re-plugging a tablet device, proximity events toggled the tip on/off due to an uninitialized (== zero) pressure range. Repeatedly unplugging also eventually triggered an bug notification. * The `debug-events` diagnosis command failed to print pinch angle and rotation. ++++ libinput: - Update to release 1.28.1 * After unplugging and re-plugging a tablet device, proximity events toggled the tip on/off due to an uninitialized (== zero) pressure range. Repeatedly unplugging also eventually triggered an bug notification. * The `debug-events` diagnosis command failed to print pinch angle and rotation. ++++ link-grammar: - Update to version 5.12.5: + Bugfix tracon table size management. + Bugfix connector hashing for fewer hash collisions. + Bugfix python unit test for Thai on Apple. + New autogen.sh + Stop litering .lg_history in current directory. + MS Windows build fixes - For more changes since version 5.10.5, please see the included Changelog file. - Use ldconfig_scriptlets macro for post(un) handling. - Update URL and Source to new home. - Drop NEWS file, it is no longer maintained. ++++ mousepad: - Update to version 0.6.5 * file: Fix broken conditional to exit on allowed error * Disconnect from buffer signals when data object is released * Update README after switchover to meson * Translation Updates ++++ netcdf-cxx4: - Remove support for gnu-hpc build flavors (bsc#1239982). ++++ notmuch: - build with sfsexp (boo#1240535) to enable s-expression support - fix build on Leap 15.x ++++ nut: - Add pynut-replace-telnetlib.patch * Removes dependency on telnetlib module which was removed in python 3.13 ++++ libp11: - Add Provides: openssl-pkcs11: * RH has renamed libp11 to openssl-pkcs11 since 0.4.7-4, in order to keep compatibility we need to provide openssl-pkcs11 (jsc#PED-12017) ++++ petsc: - Fix issues package naming and install paths introduced during gnu-hpc removal ++++ petsc-openmpi4: - Fix issues package naming and install paths introduced during gnu-hpc removal ++++ petsc-openmpi5: - Fix issues package naming and install paths introduced during gnu-hpc removal ++++ librecad: - Install lanauge packs [boo#1240406] ++++ seagull: - initial packaging ++++ sfsexp: - initial version (boo#1240535) ++++ libstorage-ng: - merge gh#openSUSE/libstorage-ng#1021 - extended documentation - 4.5.245 ++++ openucx: - Add UCT-IB-UD-Use-GRH-to-detect-address-family-on-non-Mellanox-hardware.patch to fix an UD init issue on non-Mellanox RDMA HW (bsc#1240204). ++++ libvirt: - Update to libvirt 11.2.0 - jsc#PED-6556, jsc#PED-11466 - Many incremental improvements and bug fixes, see https://libvirt.org/news.html#v11-2-0-2025-04-01 ++++ mesheryctl: - update to 0.8.54: * General - Add Mia Grenell as a Documentation Maintainer @zihanKuang (#14160) - fix: dry run errors not showing up @souvikinator (#13835) - remove polygon meshery shapes component @amitamrutiya (#14156) * - Meshery CLI - fix(mesheryctl-e2e): create BATS libs folder if not existing @lekaf974 (#14185) - [mesheryctl] ci e2e bats improvment @lekaf974 (#14133) - refactor: mesheryctl add reusable function list function @lekaf974 (#14109) * - Maintenance - fix: jekyll docs update @ianrwhitney (#14170) - [mesheryctl] ci e2e bats improvment @lekaf974 (#14133) - feat: enable e2e test gh action on master push @ianrwhitney (#14153) * - Documentation - Typo-error in docs @alokdangre (#14174) - Added Related Tutorials section to Integrations pages @vr-varad (#13937) - Update publishing workflow documentation and images @zihanKuang (#13955) - fix: go.sum missing update @lekaf974 (#14151) - update to 0.8.53: * General - bump schemas and meshkit @aabidsofi19 (#14150) * Meshery CLI - Dockerfile Fix @Chirag-16 (#14135) - [mesheryctl] UX: Fix components command · Issue #14077 @dhiraj-kadam (#14095) - Update README.md with cli e2e test url @mishrlaksh (#14137) * Maintenance - feat: added jekyll test report update gh action @ianrwhitney (#13944) - Fix: update documentation issue template with navigation sync reminder @zihanKuang (#14127) * Documentation - [CI] Added test for user session logout @Pratik-050 (#13807) - [Docs] Fixed Markdown and Code Block Formatting in Contributing to UI - Sistent @Sumitsh28 (#14130) - Dockerfile Fix @Chirag-16 (#14135) - [mesheryctl] UX: Fix components command · Issue #14077 @dhiraj-kadam (#14095) ++++ molecule: - update to 25.4.0: * Enhancements - End-of-run summary report (#4405) @Qalthos - Pull out common action options (#4411) @Qalthos * Bugfixes - Replace internal calls to SystemExit with custom exception (#4413) @Qalthos - Update recommended container (#4403) @gilbertbw ++++ mutter: - Update to version 48.1: + Fixed occasional screen freezes + Fix tablet tool cursor sizes when set via the cursor shape protocol + Fix hiding the cursor when using the cursor shape protocl + Fall back to the default color mode when a HDR monitor looses HDR capabilities + Disable HDR support with non-atomic (legacy) KMS drivers + Fix the cursor shape protocol when being used with tablets + Immediately update cursors on theme and size changes + Avoid cursor stuttering when cursor set via the cursor shape protocol + Handle DnD cursor feedback in compositor + Fixed crashes + Misc. bug fixes and cleanups ++++ nelm: - Update to version 1.1.1: * chore: release 1.1.1 * fix: wrong `nelm version` output * docs: update README.md * docs: update README.md * docs: fix grammar in README.md * fix: make `info` log level less verbose * docs: update README.md and release docs * docs: update readme * docs: update readme * chroe: add toc markdown generator task * docs: rewrite README.md * chore: update github release message * chore: bump channels ++++ okteto: - Update to version 3.6.0: * New Feature - feat: add depends_on annotation support for services by @jLopezbarb in #4686 * Bug Fix - DEV-877: Split ignorer logic for Smart Build into 2 different functions according to the flag, and use a temporary file for the SHA calculation by @ifbyol in #4689 ++++ ongres-scram: - Version 3.1 - Update of the `saslprep` dependency to 2.2. - Full refactor of the `scram` java implementation, this release is compatible with Java 8+, but it's incompatible with previous releases - Fully rewrite the `ScramClient` allowing negotiation of channel-binding properly. - Create Multi-release Modular JARs, the modules names are: - `com.ongres.scram.common` for the common scram messages - `com.ongres.scram.client` for the scram client implementation - Add `StringPreparation.POSTGRESQL_PREPARATION`, for any error in SASL preparation, it falls back to return the raw string - Implementation of `tls-server-end-point` channel binding data extraction - Now the password is passed as a `char[]` - Remove the shaded Bouncy Castle pbkdf2 and base64 implementation used for Java 7 support - remove ongres-scram-parent package ++++ ongres-stringprep: - Version 2.2 - Fix `Stringprep::getProvider` was not working on the module path. - The Profile interface now has overloaded methods with `char[]` versions. - The Java modules profiles `com.ongres.saslprep` and `com.ongres.nameprep` have implied readability with `com.ongres.stringprep`. - Exports the packages of the profiles in the module declaration to allow creating instances without the ServiceLoader lookup. - Introduce the annotation `@ProfileName` to declare the name of the profile used for ServiceLoader lookup. - Full rewrite of the `stringprep` implementation, this release is compatible with Java 8+. - The stringprep profiles can be created by implementing the `Profile` interface. - New module `nameprep` implementing the stringprep `Profile`. - Create Multi-release Modular JARs, the modules names are: - `com.ongres.stringprep` - `com.ongres.saslprep` - `com.ongres.nameprep` - Refactor of the `stringprep` implementation to make it extensible and modular, now this implemenation is considered feature-complete. - Change the module `saslprep` to implement the stringprep `Profile` interface. Removed: fix-dir-create.patch - include parent and saslprep into main package - exclude codegenerator ++++ openSUSE-release-tools: - Update to version 20250401.5c4cd61d: * check_source.py: Devel project check for new packages ++++ opentoonz: - Add patches: * 0001-Use-system-TIFF.patch (gh#opentoonz/opentoonz#5592, gh#opentoonz/opentoonz#4199) * opentoonz-cmake4.patch - Update the _service file and tarball ++++ orage: - Update to version 4.20.1 * Fixed event structure initialization, TODOs was not correctly displayed. Related with Issue #33, and MR !73. * Replaced deprecated exo with libxfce4ui (MR !71). * Translation Updates ++++ pacemaker: - Update to version 3.0.0+20250331.008a7d1784: - pacemaker-attrd: make a peer learn our node name once it has joined (bsc#1239629, gh#ClusterLabs/pacemaker#3847) - pacemaker-attrd: ability to send a protocol message to a single peer (bsc#1239629, gh#ClusterLabs/pacemaker#3847) - pacemaker-attrd: make attrd_send_message()'s node argument const (bsc#1239629, gh#ClusterLabs/pacemaker#3847) - pacemaker-attrd: remember names of peers from attribute update in case unknown (bsc#1239629, gh#ClusterLabs/pacemaker#3847) - pacemaker-attrd: use %PRIu32 format specifier instead of %u for node id (bsc#1239629, gh#ClusterLabs/pacemaker#3847) - libcrmcluster: correctly log node id (bsc#1239629, gh#ClusterLabs/pacemaker#3847) - pacemaker-attrd: log the cluster layer id of the changed peer (bsc#1239629, gh#ClusterLabs/pacemaker#3847) - pacemaker-attrd: prevent segfault if a peer leaves when its name is unknown yet (bsc#1239629, gh#ClusterLabs/pacemaker#3847) ++++ pcr-oracle: - Update to 0.5.5 + Merge of pending patches into the project + No new feature since last release - Change source to the openSUSE project - Remove patches (merged) + fix-bsc1230316-make-pcr4-hard-requirement.patch + fix-bsc1230316-predict-sbatlevelrt.patch + fix-bsc1230316-predict-sbatlevelrt-sb-off.patch + fix_efi_measure_and_shim.patch + fix-event-reshash-for-cryptouuid.patch + fix_grub_bls_cmdline.patch + fix_grub_bls_entry.patch + fix_loader_conf.patch + fix-testcase-empty-efi-variables.patch + support-ecc-srk.patch ++++ perl-Data-Entropy: - Add manual license ++++ perl-Perl-Critic-TooMuchCode: - initial package 0.190.0 (0.19) * created by cpanspec 1.84.01 ++++ perl-Sys-Virt: - Update to 11.1.0 - Add all new APIs and constants available in libvirt 11.1.0 ++++ pnpm: - update to 10.7.1: * Patch Changes - pnpm config set should convert the settings to their correct type before adding them to pnpm-workspace.yaml #9355. - pnpm config get should read auth related settings via npm CLI [#9345]. - Replace leading ~/ in a path in .npmrc with the home directory [#9217]. ++++ postgresql-jdbc: - Upgrade to upstream version 42.7.5 - fix: PgDatabaseMetaData implementation of catalog as param and return value - fix: Support default GSS credentials in the Java Postgres client - fix: return only the transactions accessible by the current_user in XAResource.recover - feat: don’t force send extra_float_digits for PostgreSQL >= 12 fix - fix: exclude “include columns” from the list of primary keys - perf: Enhance the meta query performance by specifying the oid - feat: support getObject(int, byte[].class) for bytea - fix: Added way to check for major server version, fixed check for RULE - fix: Reuse buffers and reduce allocations in GSSInputStream addresses - fix: getSchemas() - fix: Update rpm postgresql-jdbc.spec.tpl with scram-client - fix: Clearing thisRow and rowBuffer on close() of ResultSet - fix: As of version 18 the RULE privilege has been removed - fix: use buffered inputstream to create GSSInputStream - fix: boolean types not handled in SimpleQuery mode ++++ postgresql14-timescaledb: - Update to version 2.19.1 https://github.com/timescale/timescaledb/releases/tag/2.19.1 ++++ postgresql15-timescaledb: - Update to version 2.19.1 https://github.com/timescale/timescaledb/releases/tag/2.19.1 ++++ postgresql16-timescaledb: - Update to version 2.19.1 https://github.com/timescale/timescaledb/releases/tag/2.19.1 ++++ postgresql17-timescaledb: - Update to version 2.19.1 https://github.com/timescale/timescaledb/releases/tag/2.19.1 ++++ python-SQLAlchemy: - Update to 2.0.40 * Support has been re-added for the MySQL-Connector/Python DBAPI using the mysql+mysqlconnector:// URL scheme. * Added support for specifying a list of columns for SET NULL and SET DEFAULT actions of ON DELETE clause of foreign key definition on PostgreSQL. * Implemented support for the GROUPS frame specification in window functions by adding groups option to over() and FunctionElement.over(). * Fixed regression in ORM Annotated Declarative class interpretation caused by typing_extension==4.13.0 that introduced a different implementation for TypeAliasType. * More changes, see upstream changelog - Wrap the metadata directory name in a distro-based conditional. ++++ python-SQLAlchemy1: - Wrap the metadata directory name in a distro-based conditional ++++ python-WebOb: - Make the dist-info name case-insensitive ++++ python-gobject: - Re-add BuildRequires pkgconfig(gobject-introspection-1.0) to fix "cannot import name GLib, introspection typelib not found" error (boo#1240549) ++++ python-jaraco.stream: - Make it compatible with older setuptools ++++ python-zope.hookable: - Make it compatible with older setuptools ++++ python-zope.i18nmessageid: - Make it compatible with older setuptools ++++ python3-pyside2: - Update to 5.15.16: * A requirements file for documentation builds (requirements-doc.txt) has been added. * [PYSIDE-1931] A hang in QSqlQueryModel.setQuery() (PostGres with SSH tunnel) was fixed. * [PYSIDE-2101] Python 3.10 and up have an incompatibility to the __signature__ attribute. It is fixed by patching rlcompleter. * [PYSIDE-1797] Limited_API: The check for PyIndex_Check has been fixed. * [PYSIDE-2465] Special characters in the format string of an error message causing an issue with Python 3.11.5 have been fixed. - Add patch: * pyside-cmake4.patch - Drop patch: * 0001-Fix-tests-sample_privatector-sample_privatedtor-fail.patch ++++ python-pytest-ansible: - Update to version 25.4.0: * Bump the dependencies group in /.config with 4 updates (#440) * Bump the dependencies group in /.config with 7 updates (#439) * Bump the dependencies group in /.config with 4 updates (#438) * Minor fixes on testing code (#436) * chore: pre-commit autoupdate (#433) * Fix bug with additional collections paths not being strings (#435) * Bump the dependencies group in /.config with 11 updates (#434) * Bump the dependencies group in /.config with 8 updates (#432) * Update Ubuntu Version (#431) * Bump the dependencies group in /.config with 10 updates (#430) * Bump the dependencies group in /.config with 9 updates (#428) * Bump the dependencies group in /.config with 9 updates (#427) * chore: pre-commit autoupdate (#426) * Bump the dependencies group in /.config with 6 updates (#425) * Update test dependencies (#424) * Linters update (#423) * Bump the dependencies group in /.config with 11 updates (#422) ++++ python-CherryPy: - Make the dist-info name case-insensitive ++++ python-Cython: - Make the dist-info name case-insensitive ++++ python-Cython0: - Make the dist-info name case-insensitive ++++ python-Django4: - Make the dist-info name case-insensitive ++++ python-Faker: - Make the dist-info name case-insensitive. ++++ python-FormEncode: - Make the dist-info name case-insensitive ++++ python-GitPython: - Make the dist-info name case-insensitive ++++ python-Markdown: - Make the metadata directory name case-insensitive. ++++ python-MarkupSafe: - Make the dist-info name case-insensitive ++++ python-Paste: - Make the dist-info name case-insensitive ++++ python-PasteDeploy: - Make the dist-info name case-insensitive ++++ python-PyICU: - Wrap the metadata directory name in a distro-based conditional ++++ python-PyJWT: - Wrap the metadata directory name in a distro-based conditional ++++ python-PyMeeus: - Make the dist-info name case-insensitive ++++ python-PyMuPDF: - Fix packaging with new setuptools ++++ python-PyYAML: - Wrap the metadata directory name in a distro-based conditional ++++ python-Pympler: - Make the dist-info name case-insensitive ++++ python-argparse-manpage: - Skip a failing test. ++++ python-azure-core-tracing-opentelemetry: - New upstream release + Version 1.0.0b12 + 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 ++++ python-azure-mgmt-pineconevectordb: - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package ++++ python-azure-multiapi-storage: - New upstream release + Version 1.4.0 + For detailed information about changes see the README.rst file provided with this package ++++ python-backports.tarfile: - Make it compatible with older setuptools ++++ python-fanficfare: - Update to 4.44.0: - adapter_storiesonlinenet(et al): Add always_login option. Closes #1185 - Improve logpage updating - Implementing Timed One Time Password(TOTP) 2FA Exception and collection - adapter_literotica: Fixed incorrect parsing for get url from webpage option, thanks dbhmw! #1182 & #1183 - Note on open_pages_in_browser for MacOS users linking to [#1142] - adapter_asianfanficscom: Add inject_chapter_image option. Closes #1143 - ffnet only: try_shortened_title_urls option #1166 - Revert "adapter_fanfictionnet: Attempt chapter from m. (vs www) when chapter not found" - adapter_ficbooknet: Fix additional metadata collection, thanks dbhmw - Add support for 'directimages' with use_browser_cache, thanks nsapa #1180 - AO3 use_archive_transformativeworks_org option - Add remove_empty_p option, usually for AO3/OTW. #1177 - adapter_storiesonlinenet: Change parsing for when the description/details contains extraneous /div tag #1176 thanks, bpothier - adapter_fimfictionnet: Fetch stories only found in bookshelf. #1174 thanks, dbhmw - adapter_syosetucom: site update #1173 thanks, praschke - BrowserCache Chrome Block: Treat entry missing headers same as not found. #1167 #1169 ++++ python-fawltydeps: - Update to 0.19.0 * Drop Python v3.7 support, upgrade deps, add Python v3.13 support by @jherland in #459 * Documentation page: mkdocs & GitHub pages by @mknorps in #449 * Add support for PEP 735 dependency groups by @jherland in #469 ++++ python-google-crc32c: - Update to 1.7.1 * Add Python 3.13 windows wheels - from version 1.7.0 * Add Python 3.13 trove classifier (#233) * Add support for python 3.13 (#239) ++++ python-grpc-google-iam-v1: - Update to 0.14.2 * Allow protobuf 6.x * Remove setup.cfg configuration for creating universal wheels (#13659) * Resolve issue where pre-release versions of dependencies are installed * Resolve issue where pre-release versions of dependencies are installed (#13653) ++++ python-humanize: - Update to 4.12.2 * Update license file reference from LICENSE to LICENCE in pyproject.toml (#243) @williamjamir * Update docstring in naturaldelta (#242) @teobucci * Ignore sys.monitoring warning for Python 3.11 and earlier in coverage.py config (#244) @hugovk ++++ python-identify: - Update to 2.6.9 * Revert "add uv to interpreters list" ++++ python-jaraco.classes: - Make it compatible with older setuptools ++++ python-jaraco.collections: - Make it compatible with older setuptools ++++ python-jaraco.context: - Make it compatible with older setuptools ++++ python-jaraco.develop: - Make it compatible with older setuptools ++++ python-jaraco.envs: - Make it compatible with older setuptools ++++ python-jaraco.functools: - Make it compatible with older setuptools ++++ python-jaraco.itertools: - Make it compatible with older setuptools ++++ python-jaraco.logging: - Make it compatible with older setuptools ++++ python-jaraco.packaging: - Make it compatible with older setuptools ++++ python-jaraco.path: - Make it compatible with older setuptools ++++ python-jaraco.test: - Make it compatible with older setuptools ++++ python-jaraco.text: - Make it compatible with older setuptools ++++ python-jaraco.tidelift: - Make it compatible with older setuptools ++++ python-jaraco.ui: - Make it compatible with older setuptools ++++ python-jaraco.vcs: - Make it compatible with older setuptools ++++ python-jaraco.versioning: - Make it compatible with older setuptools ++++ python-libvirt-python: - Update to 11.2.0 - Add all new APIs and constants in libvirt 11.2.0 ++++ python-microsoft-security-utilities-secret-masker: - New upstream release + Version 1.0.0b4 + For detailed information about changes see the HISTORY.rst file provided with this package - Add HISTORY.rst and README.rst to %doc section ++++ python-mkdocs-material: - update to 9.6.11: * Updated Docker image to latest Alpine Linux * Bump required Jinja version to 3.1 * Fixed #8133: Jinja filter items not available (9.6.10 regression) * Fixed #8128: Search plugin not entirely disabled via enabled setting ++++ python-pyOpenSSL: - Wrap the metadata directory name in a distro-based conditional ++++ python-requests-futures: - Make it compatible with older setuptools ++++ python-rst.linker: - Make it compatible with older setuptools ++++ python-ruamel.yaml.clib: - Make it compatible with older setuptools ++++ python-zope.cachedescriptors: - Make it compatible with older setuptools ++++ python-zope.component: - Make it compatible with older setuptools ++++ python-zope.configuration: - Make it compatible with older setuptools ++++ python-zope.copy: - Make it compatible with older setuptools ++++ python-zope.deferredimport: - Make it compatible with older setuptools ++++ python-zope.interface: - Make it compatible with older setuptools ++++ python-zope.proxy: - Make it compatible with older setuptools ++++ python-zope.testbrowser: - Make it compatible with older setuptools ++++ python-zope.testbrowser-test: - Make it compatible with older setuptools ++++ python-zope.testrunner: - Make it compatible with older setuptools ++++ rancher-cli: - Update to version 2.11.0: * [v2.11] Bump rancher/rancher to v2.11.0 (#421) * [v2.11] Bump dependencies (#415) * Bump dependencies for v2.11 (#414) * Bump Go toolchain to 1.23.7 (#413) * Update README.md docker image usage (#409) * Fix expected http status codes for different auth methods in token command (#412) * Bump Go toolchain to 1.23.5 (#411) * Respect proxy settings and timeout in token command (#410) * Respect proxy settings and set http timeout in login and ssh commands (#406) * [2.11] Avoid permissions errors on Windows (#398) * Remove app, catalog, multiclusterapp commands (#405) * Add format option to server ls command (#383) * Bump rancher to main HEAD (#404) * Remove globaldns subcommand (#403) * Avoid overwriting entire KubeCredentials block (#397) * Improve cluster|project list-members subcommands (#399) ++++ rsyslog: - Upgrade to rsyslog 8.2502 * 2025-02-16: prepare for scheduled stable 8.2502.0 release * 2025-02-13: openssl: check for ENGINE support in library * 2025-02-13: CI: add compile check with atomic operations disabled * 2025-02-12: omfwd bugfix: variable was not properly synced across threads * 2025-02-12: omamqp1: Fixed build on Ubuntu 24 * 2025-02-12: testbench: Write started dummy file in python snmpreceiver script * 2025-01-29: CI: add Testruns under Ubuntu 24.04 * 2025-02-07: testbench: Added new version of snmptrapreceiver.py for python 3.11+ * 2025-01-27: testbench: reduce flakiness for omhttp-batch-retry-metadata.sh test * 2025-01-27: testbench: Fix OpenSSL 3.x depreceated warnings in tcpflood * 2025-01-27: testbench: remove es 6.0 based tests * 2025-01-27: omfwd: align some parameters with imtcp names * 2025-01-22: tcpflood test tool: enable multi threaded connection open * 2025-01-23: testbench: add new and adapt imtcp tests for large connection counts * 2025-01-23: imtcp: add "socketBacklog" parameter to configure TCP backlog size * 2025-01-23: testbench: adapt imptcp tests for large connection counts * 2025-01-23: imptcp: Increase default SYN backlog for imptcp server to 64 * 2025-01-14: netstrm TLS driver: move TLS retry handling to main driver * 2025-01-07: testbench flake fix: prevent "bad" timing to cause flakes * 2025-01-03: Replaced inet_aton with inet_pton for IPv4 address conversion. * 2024-11-28: CI: add check for compile with -std=gnu23 gcc option * 2024-12-31: CI: remove libgrok-related codeql checks * 2024-12-05: mmkubernetes: nitfix * 2024-12-04: bump version number for next scheduled stable release * 2024-11-28: omazureeventhubs: Handle invalid URL characters in config parameters * 2024-12-02: prepare for schedule stable 8.2412.0 release * 2024-11-26: Fix legacy $ActionQueueDiscardMark parameter * 2024-11-26: imdiag bugfix: racy network driver selection * 2024-11-15: CI: user newer OS versions in CI workflow * 2024-11-18: gnutls bugfix: Add timeout to GnuTLS handshake * 2024-11-18: gnutls bugfix: Avoid blocking sockets during TLS handshake * 2024-11-15: cleanup: remove unused variable * 2024-11-15: libksi: make build under C11 C standard * 2024-11-15: cleanup: remove variables that are no longer used * 2024-11-13: testbench bugfix: typo caused invalid test file to be used * 2024-11-12: nsd_ptcp regression fix: remove debugging messages emited to stderr * 2024-03-25: ossl netstream driver: allow ephemeral Diffie-Hellman key exchange * 2024-11-07: Fix build on musl * 2024-10-29: test bench fix: bump zookeper NVR * 2024-10-25: imjournal: Fix first message loss after journal rotation * 2024-10-20: bump version number for next scheduled stable release cycle * 2024-10-20: prepare for 8.2410.0 scheduled stable release * 2024-10-14: regression fix: build issue on Solaris 10 * 2024-09-23: testbench: correctly apply socket options in minitcpsrvr * 2024-10-07: clean(imhiredis): Minor code fixes * 2024-09-25: rainerscript: do not try to call a function if it does not exist * 2024-09-20: Fix runConf NULL pointer refence * 2024-09-15: network subsystem: improve connection failure error message * 2024-08-22: add missing ChangeLog entry * 2024-08-20: prepare for next scheduled release cycle * 2024-08-19: build: make new openssl crypto provider individually selectable * 2024-08-19: prepare for v8.2408.0 scheduled stable release * 2024-08-19: build system: correct invalid file name * 2024-04-12: omfwd: implement native load balancing - phase 1 * 2024-08-13: Adjust documentation regarding rscryutil * 2024-08-14: Replace deprecated json_object_object_get * 2024-08-15: minor: flag function as OK for undefined behaviour * 2024-08-14: build fix: regression from recently merged 615cde156c14 * 2024-08-13: Refactor ossl crypto provider * 2024-08-12: omkafka: write Kafka log with level ERROR or higher into errorfile * 2024-08-02: openssl: Add remoteclient to LogMsg where possible * 2024-07-31: imtcp: add streamdriver.crlfile module parameter * 2024-05-10: Refactor the rscryutil tool * 2024-07-23: imptcp: improve error messages * 2024-07-18: omazureeventhubs: Fix implementation of amqp_address parameter * 2024-07-18: ossl: Fix #pragma GCC diagnostic not allowed inside functions * 2024-06-14: Fix memory leak in omazureeventhubs on accepted PN_DELIVERY event * 2024-05-01: Keep original free pattern. * 2024-04-19: Do not free the uninitialized cstring. * 2024-05-08: Fix passing the value to EscapeChar. * 2024-07-01: prepare for next scheduled stable release cycle * 2024-06-21: tls bugfix: parameter 'StreamDriver.CRLFile' not known * 2024-04-09: fix(lexer): typo and missing space when file can't be accessed - source code now supports c23 standard ++++ sdbootutil: - Update to version 1+git20250401.2eda714: * Shift only the matching component * Rework free-space allocator algorithm * Clarify when the initrd is generated * Add the kernel version for measurement order * Keep original prediction for pcrlock aligment * Check array size for emptiness * Refactor debug output * Reclaim free space when updating entries * spec: Update bootloader if it is recognized * Limit variations up to 8 for a component * Add priority field in entry list * Make snapshot_ids ordered by importance * Convert echo to info * In virtual environment drop PCR0 ++++ sddm: - Add patch: * 0001-CMake-Raise-required-version-to-3.5.patch ++++ sddm-qt6: - Add patch: * 0001-CMake-Raise-required-version-to-3.5.patch ++++ speedcrunch: - Add patch: * speedcrunch-cmake4.patch ++++ syft: - Update to version 1.22.0: * Added Features - Improve .NET package CPE generation [#3764 @wagoodman] - Catalog deb archives directly [#3315 #3704 @popey] * Bug Fixes - Dotnet-Portable-Executable-Cataloger uses wrong component version for dotnet runtime libraries [#3282 #3768 @wagoodman] - Dotnet deps cataloger returns "wrong" dotnet-framework dependencies and misses out on the runtime (for applications) [#2347 #3768 @wagoodman] - .NET deps.json should be considered as installation evidence [#3570 #3563 @wagoodman] - Dotnet PE binary cataloger is detecting false positives [#3469 #3563 @wagoodman] - Long Processing Time in dpkg-db-cataloger with all-layers Option (Syft 1.20.0) [#3683 #3636 @kzantow] * Dependencies - chore(deps): update anchore dependencies (#3772) - chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 (#3766) - chore(deps): bump 8398a7/action-slack from 3.16.2 to 3.18.0 (#3767) - chore(deps): bump modernc.org/sqlite from 1.36.1 to 1.37.0 (#3771) - chore(deps): update CPE dictionary index (#3769) - chore(deps): bump github/codeql-action from 3.28.12 to 3.28.13 (#3758) - chore(deps): update CPE dictionary index (#3756) - chore(deps): update tools to latest versions (#3747) - chore(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 (#3750) - chore(deps): bump github.com/docker/docker (#3749) - chore(deps): bump actions/cache from 4.2.2 to 4.2.3 (#3751) - chore(deps): bump actions/cache in /.github/actions/bootstrap (#3752) - chore(deps): bump actions/setup-go in /.github/actions/bootstrap (#3742) - chore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 (#3743) - chore(deps): bump github/codeql-action from 3.28.11 to 3.28.12 (#3744) - chore(deps): bump github.com/BurntSushi/toml from 1.4.0 to 1.5.0 (#3740) - chore(deps): bump github.com/containerd/containerd from 1.7.26 to 1.7.27 (#3738) - chore(deps): update tools to latest versions (#3739) ++++ syncthing: - Update to 1.29.4 * Bugfixes: [#9990]: Tildes break directory autocomplete ++++ tenmon: - Update to 20250318: * Use only single database * Add generating thumbnails from cmd line * Configurable threshold * Fix Do not prepend \\ to network share paths * Add ability to have user defined colormaps * For setSolverProfile use index 1-8 * Add best fit on image load * Remove startfit ++++ terragrunt: - Update to version 0.77.5: * feat: added support for OpenTelemetry in stack commands to enable enhanced observability and tracing by @denis256 in #4109 - Update to version 0.77.4: * Bug fixes - Newlines reduced in Error Logging for Configuration Errors Logging for configuration errors has been compacted to reduce noise, and make errors easier to read. - Improved Cycle Detection Logic for stack generate On the default filesystem for macOS, path length was likely to result in an error before internal cycle detection logic, so cycle detection was updated to leverage a maximum path length of 1024 characters as an earlier exit for all operating systems. - Excessive warning for bootstrap requirement resolved Internal logic for determination that backends required bootstrapping was adjusted to no longer leverage the value of the OpenTofu state file. While cheaper than making a network request to assess the current state of backend resources, it also resulted in false negatives, which triggered excessive backend bootstrap warnings. * What's Changed - fix: New lines in TF diagnostic log by @levkohimins in #4108 - fix: Stack cycles detection improvements by @denis256 in [#4106] - fix: Fixing excessive warning for bootstrap by @yhakbar in [#4107] ++++ wl-mirror: - Update to new upstream release v0.18.1: * added zsh shell completions * added bash shell completions * fixed crashing on some compositors with wp_viewport ------------------------------------------------------------------ ------------------ 2025-3-31 - Mar 31 2025 ------------------- ------------------------------------------------------------------ ++++ Mesa: - don't apply revert_8c91624614c1f939974fe0d2d1a3baf83335cecb.patch on s390x, which is not affected by that issue (different Mesa version) ++++ Mesa-drivers: - don't apply revert_8c91624614c1f939974fe0d2d1a3baf83335cecb.patch on s390x, which is not affected by that issue (different Mesa version) ++++ SDL3_ttf: - Update to release 3.2.2 * Added TTF_GetFontWeight() ++++ aspell: - add aspell-gcc15.patch to fix gcc15 compile time error ++++ atop: - Update to 2.11.1: * Atop will not connect to the TCP port of 'atopgpud' daemon any more by default. The flag -k can be used explicitly when 'atopgpud' is active. Also the code to parse the received strings is improved to avoid future issues with heap corruption. * The flag -K has been implemented to connect to netatop/netatop-bpf. * Fix CVE-2025-31160 ++++ aws-efs-utils: - Update to version 2.2.1 * Readme Updates * Update log4rs to mitigate CVE-2020-35881 - from version 2.2.0 * Use region-specific domain suffixes for dns endpoints where missing * Merge PR #211 - Amend Debian control to use binary architecture - from version 2.1.0 * Add mount option for specifying region * Add new ISO regions to config file - from version 2.0.4 * Add retry logic to and increase timeout for EC2 metadata token retrieval requests - Update BuildRequires from requirements.txt ++++ blog: - Update to version 2.30 * The asking variable is not shared * Allow password asking prompt to be repeated if empty. * Make spinner support UTF-8 multibyte conform. * Spinner lines of system still not handled. ++++ btrfsprogs: - update to 6.13 * mkfs: * allow --sectorsize to be 2K for testing purposes of subpage mode (needs the same block size supported by kernel) * fix false error when no compression is requested and lzo is not compiled in * convert: support 2K block size in the source filesystem * defrag: new parameter -L/--level to specify compression levels (kernel 6.15), also supports the realtime levels * subvol delete: show names of recursively deleted child subvolumes * qgroup show: use sysfs to detect up to date consistency status * zoned mode: support zone capacity tracking * other: * CI new and updated workflows * documentation updates - spec: package btrfs-find-root unconditionally (bsc#1239992) - Refresh patches: mkfs-default-features.patch (context) ++++ build: - SLE 15 SP7 config - RemoteAsset code cleanup ++++ ca-certificates-mozilla: - explit remove distruted certs, as the distrust does not get exported correctly and the SSL certs are still trusted. (bsc#1240343) - Entrust.net Premium 2048 Secure Server CA - Entrust Root Certification Authority - AffirmTrust Commercial - AffirmTrust Networking - AffirmTrust Premium - AffirmTrust Premium ECC - Entrust Root Certification Authority - G2 - Entrust Root Certification Authority - EC1 - GlobalSign Root E46 - GLOBALTRUST 2020 - remove-distrusted.patch: apply to certdata.txt ++++ clanlib: - remove unused pcre build dependency ++++ container-selinux: - Update to version 2.236.0: * Allow super privileged containers to use RealtimeKit for scheduling * Add container_ro_file_t to the podman artifact store ++++ criu: - Update to criu 4.1: New features: * RISC-V Support * PIDFD Support * arm64: C/R PAC keys Bugfixes: * vdso: handle vvar_vclock vma-s * seize: Take --timeout option into account when freezing processes * net: use unique lock chain names (nftables) * Fixes here and there. Improvements: * CUDA Enhancements * Allow setting the default network locking backend * Enable coredump generation for aarch64 and arm * vdso: switch from DT_HASH to DT_GNU_HASH - Drop superfluous patches: vdso-handle-vvar_vclock-vma-s.patch 0001-cr_options-switch-networking-default-backend-to-nfta.patch - Enable riscv build ++++ crmsh: - Update to version 5.0.0+20250331.c807da2a: * Dev: ui_configure: Show the changes with diff like format * Dev: github-actions: allow the CI workflow to be dispatched manually ++++ cronie: - add cronie-gcc15.patch to fix gcc15 compile time error ++++ dpdk: - Add 0001-always_inline-fix.patch to fix issue with always_inline and rte_trace_feature_is_enabled which should use -mgeneral-regs-only to inter-operate with other ISA flags. Remove GCC 14 build requirement for SLE15/16 again. ++++ v4l-utils: - Update to 1.28.1 * qv4l2: always set m_haveFramebufferSRGB to false * qv4l2: fix crash when disabling openGL * qvidcap: fix core dump - Update to 1.28.0 * buildsystem: Start v4l-utils 1.27.0 development cycle * cec-compliance: add --show-timestamp option * cec-ctl: avoid confusing error message * cec-ctl: exit after reporting all cec devices with --list-devices * cec-ctl: fix random cec stress test: check if msg status is OK * cec-follower: change type of struct Timer duration field to int * cv4l-helpers.h: add missing helper functions * Fixed qv4l2 crash with drivers that implement VIDIOC_ENUM_FRAMESIZES for outputs * ir-ctl: add optional header to manchester encoding * ir-ctl: clear errno before strtol * ir-ctl: correct max_size for rc5 and rc5_sz * ir-ctl: encode rc6 mode 0 can have 43 edges * ir-ctl: fix encoding pulse_length bpf encoder * ir-ctl: remove line length limits * keytable: fix command line processing * keytable: fix segfault when reading legacy keymaps * keytable: fix stdout/stderr inconsistency * keytable: meson not passing rc_keymaps system directory * keytable: meson: Restrict the installation of 50-rc_keymap.conf * keytable: remove line length limits * libv4l2rds: fix TMC location parsing * libv4l2subdev: Extend API with 'which' argument where missing * media-ctl: Re-order setting format and routes * media-info: add missing sys/stat.h include (for dev_t) * meson: add optional Qt6 support * meson: Allow documentation directory to be specified with -Ddocdir * meson: Fix building with -Dv4l-utils=false * meson: fix has_function fork detection (needs suitable include) * meson: libv4lconvert helpers need fork support * meson: v4l2grab needs libv4lconvert with fork support enabled * meson.build: dep_systemd was not set in one case * qv4l2: add support for /dev/v4l-touchX devices * qv4l2: fix crash when used with metadata output devices * qv4l2: support menu controls in updateCtrlRange() * Revert "meson: v4l2grab needs libv4lconvert with fork support enabled" * sync-with-kernel.sh: add v4l2-dv-timings.h * sync-with-kernel.sh: create v4l2-tracer patches * sync-with-kernel.sh: filter V4L2_META_FMT_GENERIC_ defines * test-media: Add basic tests for visl * utils: media-ctl: Prepare for TRY state support * utils: media-ctl: Print the MUST_CONNECT pad flag * utils: media-ctl: Support accessing the subdev TRY state * utils: media-ctl: Support changed routing API * utils/keytable: forgot to add mygica_utv3.toml * v4l2-compliance: Add a test for REMOVE_BUFS ioctl * v4l2-compliance: add new CREATE_BUFS tests * v4l2-compliance: add support for V4L2_SUBDEV_CLIENT_CAP_INTERVAL_USES_WHICH * v4l2-compliance: Add tests for V4L2_FMT_FLAG_META_LINE_BASED flag * v4l2-compliance: clarify a create_bufs test * v4l2-compliance: Constify pointers and references in formats tests * v4l2-compliance: do not warn for unexpected vivid_ro_ctrl values * v4l2-compliance: Fix building against libc++ * v4l2-compliance: Fix streams use in testSubDevEnumFrameSize() * v4l2-compliance: Fix use of routing on 32-bit platforms * v4l2-compliance: matchFormats(): add multiplane logging * v4l2-compliance: Support the changed routing API * v4l2-ctl: add support for V4L2_SUBDEV_CLIENT_CAP_INTERVAL_USES_WHICH * v4l2-ctl: Add --try-routing option * v4l2-ctl: --list-devices --verbose will list current input/output * v4l2-ctl: replace --fix-edid-checksums by --keep-edid-checksums * v4l2-ctl: report max_num_buffers * v4l2-ctl/compliance: read and show the subdev client capabilities * v4l2gl: Add missing dependency on argp * v4l2-info: add support for V4L2_BUF_CAP_SUPPORTS_REMOVE_BUFS * v4l2-info: support V4L2_FMT_FLAG_META_LINE_BASED * v4l2-tracer: add auto-generated files to git repo * v4l2-tracer: add re/tracing for AV1 controls * v4l2-tracer: add re/tracing for MAX_NUM_BUFFERS * v4l2-tracer: autogenerate files that can be added to git * v4l2-tracer: ignore single line comments when parsing headers * v4l2-tracer: look in more places for libv4l2tracer * v4l2-tracer: Rewrite libv4l2tracer.so lookup * v4l2-tracer: stop auto-generating files with meson * v4l2-tracer: stop waiting to handle a signal * v4l2-tracer: use stat to verify that retrace file exists * v4l-helpers: support V4L2_SUBDEV_CLIENT_CAP_INTERVAL_USES_WHICH * v4l-helpers: v4l_format_s_sizeimage: add support for other buftypes * v4l-utils: clang-tidy: convert to for range loop * v4l-utils: clang-tidy: use auto with iterators * v4l-utils: (c)v4l-helpers.h: support more than 32 buffers * v4l-utils: fix formats under alpha/ppc64/mips64 * v4l-utils: fix @PACKAGE_VERSION@ use * v4l-utils: fix potential crashing with 32-bit musl * v4l-utils: sync with latest kernel * v4l-utils: sync-with-kernel * v4l-utils: sync-with-kernel * v4l-utils: sync-with-kernel * v4l-utils: test-media: add dmesg -n info before modprobes * v4l-utils: test-media: connect the hdmi input to the output * v4l-utils: use 64-bit formats for time * v4l-utils: use 64-bit off_t format * v4l-utils: v4l-utils: sync with latest kernel headers * v4l-utils: v4l-utils: sync with latest kernel headers * v4l-utils/contrib/gconv: fix conversion errors on ARIB-STD-B24 strings * v4l-utils/contrib/gconv: translation table fix for ARIB-STD-B24 - Update to 1.26.0 * Add support for meson building * build: conditionally retrieve Git repo information * build: do not fall back to libbpf header lookup * buildsystem: Start v4l-utils 1.25.0 development cycle * cec-compliance: get_power_status(): check cec_msg_status_is_abort * cec-compliance: get_power_status(): fix valid RX test * cec-ctl: add hpd-may-be-low suboption for the CEC tests * cec-ctl: add --test-random-power-states stress test * cec-ctl: always log timestamp in show_msg if not-OK * cec-ctl: rename power-cycle to standby-wakeup-cycle * cec-ctl: store state changes in pin file * cec-ctl.1.in: clarify that you configure *your* device * cec-ctl.1.in: for hpd-may-be-low option: <0,1> -> <0/1> * cec-follower: add --exclusive option * cec/v4l2-compliance, cec-follower: use __FILE_NAME__ if available * common/media-info: add MEDIA_ENT_F_PROC_VIDEO_ISP * common/media-info: fail for unknown entity function values * configure.ac: fix gconv directory search * Copy Doxygen configuration file to doc/ * Drop autoconf/automake support * gen_dvb_structs.pl: drop copy of dvb-frontend.h * .gitignore: add back '*.pc' pattern * ir-ctl: fix sharp encoding * keytable: fix repeat formatting * keytable: open lirc for read/write for attaching/detaching bpf programs * libcecutil: fix performance inefficiencies * libdvbv5: dvb-scan: fix DVB-S2 checks for DVB-S tuning * lib/libdvbv5/dvb-file.c: check for valid entry pointer * libv4l1/libv4l2/v4l2-tracer: use common meson c_args/cpp_args to disable transparent large file support * manpages: fix groff warnings * media-ctl: 1 -> 1ULL * media-ctl: Add support for routes and streams * media-ctl: Check for Streams API support * meson: Add support for doxygen documentation * meson: Fix install location of doxygen's man pages * meson: Fix libbpf detection * meson: make it backward-compatible with version 0.54 * meson: re-enable qv4l2 without Qt OpenGL support * meson: Use -include to include config.h instead of -I. * meson.build: backport it to version 0.56 * qv4l2: enable Qt6 compile with Qt OpenGL support * qv4l2: fix qmake project file * qv4l2: fix Qt6 compile (ambiguous overload for operator!=) * qv4l2: fix Qt6 compile (missing QActionGroup header) * qv4l2: fix Qt6 compile (no matching function for call to QString::split(QRegExp)) * qv4l2: fix Qt6 compile (QDesktopWidget: No such file or directory) * qv4l2: fix Qt6 compile (QHBoxLayout/QVBoxLayout has no member setMargin) * qv4l2: fix Qt6 warning (QMenu::addAction() is deprecated) * qv4l2: fix Qt6 warnings (QKeyCombination operator+ is deprecated) * qv4l2: fix SDR format error message * qv4l2: remove leagcy alsa_stream.h include (ENABLE_ALSA protected) * qv4l2: remove unused local variables 'QString what' * qv4l2: update qmake project file for Qt6 (core5compat module) * qvidcap: enable Qt6 compile with Qt OpenGL support * qvidcap: fix qmake project file * qvidcap: fix v4l2_convert_hook (add PRE_TARGETDEPS) * README.md: drop qt5-default, add libsdl2-dev libbpf-dev llvm clang * sync-with-kernel.sh: don't filter V4L2_PIX_FMT_HEVC_SLICE * sync-with-kernel.sh: regenerate utils/keytable/rc_keymaps/meson.build * test-media: cec-pwr enables cec variable as well * test-media: log utils versions * test-media: 'mc' argument didn't select vidtv * test-media: use -m instead of -M for vicodec and vidtv * Update old email address * utils: libv4l2subdev: Set stream for g_selection * utils/common: Set V4L2_SUBDEV_CLIENT_CAP_STREAMS for subdevs * utils/libcecutil: drop spurious dep_libv4lconvert * v4l2-compliance: Add gadget. as bus_info prefix * v4l2-compliance: Add handling for QC08C and QC10C format * v4l2-compliance: call select before dequeuing event * v4l2-compliance: codecs: Add stateless (TRY_)DECODER_CMD tests * v4l2-compliance: improve error message * v4l2-compliance: pass media_fd when walking topology * v4l2-compliance: support V4L2_PIX_FMT_AV1_FRAME * v4l2-compliance: Test queue maximum buffers allocation * v4l2-ctl: Add --get/--set-ctrl support for INTEGER and INTEGER64 arrays * v4l2-ctl: add missing > in aspect option usage message * v4l2-ctl: Add routing and streams support * v4l2-ctl: add support for AV1 stateless control types * v4l2-ctl: Check for Streams API support * v4l2-ctl: fix alignment meta formats usage message * v4l2-ctl: fix handling the premul-alpha sub-option * v4l2-ctl: improve --silent support * v4l2-ctl: improve --stream-sleep * v4l2-ctl: improve --stream-sleep functionality * v4l2-ctl: Improve sub-device options help text * v4l2-ctl: reset fps counter when using --stream-sleep with streamoff/on * v4l2-ctl: show field value in print_concise_buffer() * v4l2-ctl: support random sleep times * v4l2-ctl.1.in: add missing --help-meta * v4l2-ctl/compliance: add include cstdint * v4l2-ctl/compliance: Add routing and streams multiplexed streams * v4l2-ctl/compliance: Add simple routing test * v4l2-info.cpp: fix _SUPPORTS_MAX_NUM_BUFFERS description * v4l2-info/v4l2-tracer: add macro to mark the trace * v4l2-tracer: add event tracing/retracing * v4l2-tracer: add G/S TUNER ioctls * v4l2-tracer: add macros to print debug info * v4l2-tracer: add quotes to -DLIBTRACER_PATH="@0@" * v4l2-tracer: add VIDIOC_ENUM_FRAMEINTERVALS * v4l2-tracer: add VIDIOC_ENUM_FRAMESIZES * v4l2-tracer: auto generate flags for DECODER_CMD * v4l2-tracer: create an option to trace userspace args * v4l2-tracer: fix autogen script for AV1 * v4l2-tracer: Fix libv4l2tracer.so loader * v4l2-tracer: fix trace path name creation * v4l2-tracer: get decoded bytesused from DQBUF * v4l2-tracer: print only if debugging option is set * v4l2-tracer: remove buffers by type and index * v4l2-tracer: remove compress_frame_count * v4l2-tracer: replace buftype2s with val2s * v4l2-tracer: stop retracing failed ioctls * v4l2-tracer: stop stringifying v4l2_input "tuner" * v4l2-tracer: stringify target in v4l2_selection * v4l2-tracer: use __s64 instead of long * v4l2-tracer: wrap open64/mmap64 functions only if linux && __GLIBC__ * v4l-utils: libdvbv5: fix doxygen warnings * v4l-utils: sync with latest kernel headers * v4l-utils: sync with latest kernel headers * v4l-utils: sync with latest kernel headers * v4l-utils: sync with latest kernel headers * v4l-utils: sync with latest media staging tree * v4l-utils: sync with upstream media staging kernel. * v4l-utils.spec.in: update it to work with meson - Use Qt6 instead of Qt5 when building the qv4l2 flavor - Drop usage of deprecated %suse_update_desktop_file - Redo patch since v4l-utils now uses meson: * use_system_v4l_for_qv4l.patch ++++ eyedropper: - Update to version 2.1.0 * RGB decimal notation * support for global shortcuts * a new way to directly enter colors, without picking them first ++++ firefox-esr: - Firefox Extended Support Release 128.9.0 ESR * Fixed: Various security fixes. - Mozilla Firefox ESR 128.9.0 https://www.mozilla.org/security/advisories/mfsa2025-22 MFSA 2025-22 (boo#1240083) * CVE-2025-3028 (bmo#1941002) Use-after-free triggered by XSLTProcessor * CVE-2025-3029 (bmo#1952213) URL Bar Spoofing via non-BMP Unicode characters * CVE-2025-3030 (bmo#1850615, bmo#1932468, bmo#1942551, bmo#1951017, bmo#1951494) Memory safety bugs fixed in Firefox 137, Thunderbird 137, Firefox ESR 128.9, and Thunderbird 128.9 ++++ gdal: - Drop libzstd-devel-static again: this was only a workaround to unblock Factory while waiting on the proper fix on zstd (boo#1240043). ++++ gedit-plugins: - Disable python-based plugins, as they are not compatible with the GNOME 48 infrastructure, mainly pygobject 3.52. The disabled plugins are: bracketcompletion, charmap, codecomment, colorpicker, joinlines, multiedit, sessionsaver, and terminal. See glgo#World/gedit/gedit#614, boo1239952. ++++ gtk3: - Update to version 3.24.49+14: + widget: Explicitly annotate visible's getter. ++++ ghc-cookie: - Update cookie to version 0.5.1. [#]# 0.5.1 * Add the `Partitioned` cookie attribute. ++++ ghc-http-api-data: - Update http-api-data to version 0.6.2. 0.6.2 * Support GHC-9.12 * Require `cookie-0.5.1` ++++ ghc-primitive: - Update primitive to version 0.9.1.0. [#]# Changes in version 0.9.1.0 * Make fromListN functions good consumers for list fusion. * Add functions to improve `MutVar`'s interoperability with `IORef` and `STRef`. * Add `createPrimArray` and `createByteArray`. * Add `byteArrayAsForeignPtr` and `mutableByteArrayAsForeignPtr`. * Use `copyMutableByteArrayNonOverlapping#` in the implementation of `copyMutableByteArray` on sufficiently new GHCs. This does not change the contract for `copyMutableByteArray`. This function has always been documented as having undefined behavior when the slices overlap. However, overlaps previously were handled gracefully (with the semantics of C's `memmove`). Going forward, users who do not uphold `copyMutableByteArray`'s precondition will be met with unpredictable results. * Drop support for GHC 8.0. ++++ git-who: - Update to version 0.7: * Features - Git who now reads and respects a .git-blame-ignore-revs file if present in the root of the repo (suggested in #10) - Git who now fully supports the "exclude" pathspec magic as defined in gitglossary(3). This allows you to ignore certain files by passing e.g. :!vendor/ or :!*.c (addresses #4) * Bug Fixes / Tweaks - Git who no longer panics when log.show-signature is set in the Git config (fixes #2) - Git who can handle leading whitespace in filenames (fixes #5) - "Terminator" (i.e. --) is now parsed properly from the CLI arguments, allowing deleted paths to be analyzed (fixes #7) - Commit "subject" no longer read from git log. It was previously ignored but not reading it entirely might fix #16 - --diff-merges: first-parent no longer passed to git log invocation. This wasn't really needed and it turns out it is a relatively new feature of Git (version 2.31). This should help with #21 ++++ gjs: - Enable tests during build again, resolved elsewhere in the stack. ++++ libpeas: - Disable python loader for now: peas uses GIRepostiory 1.0, which conflicts with pygobject 3.52 using GIRepository 2.0 (part of boo#1239952). ++++ gnome-control-center: - Update to version 48.0+15: * printers: Run printer details response callback when closing dialog. * keyboard: fix duplicated search shortcut rows in launchers group of shortcuts dialog. * Updated translations. ++++ gnucash: - Superseded gnucash-swig43.patch - Removed gnucash-icu.patch - Update to 5.11: + Inconsistent behavior in Loan Review + start/end of current/last quarter have off-by-one error + CSV Export: 'Accounts Selected' text has bad formatting + GnuCash re-opens to incorrect page + Dialog boxes won't remain sized and positioned - part1 + Save As... sequence from SQL to XML format does not clear lock on the origin SQL book. + Register Filter Today radio buttons don't work correctly + Fails to build with ICU 76 + Unable to save gnucash DB file as XML file + Add "Clear All" button to register filter + Version 5.10 Fails to import QIF file + Gnucash grashes on startup ice-9/read.scm error + Autocomplete of split only completes description + Pie chart hovering shows wrong information in pop-up + Crash on account deletion (edit) + Saved reports configurations are opening with… + Import Map Editor Non-Bayesian crashes gnucash + Decimal point confusions when getting stock quotes from aex + Reconcile date default doesn't update to reflect previous reconciliation. + Adjust quarter begin and end dates to align with Accounting Period (Fiscal Year) start and end dates when the latter are not the first/last of the month. + Update Form/Schedule line references for 2024 for the US Income Tax Report + Better handling of complex Jump to other split operations: * Expand multi-split transactions in the destination register after a jump and select the destination split. * Emit a warning when a Jump to other split operation can't be performed instead of doing nothing. * When there are multiple splits but only one other account Jump will jump to the transaction in that other account's register regardless of what split is selected in the original register. * Do nothing when the user attempts to jump to another split in the current register's account. * Add a new Register preference "Jump action for multiple splits" Make the behaviour when the "Jump" operation encounters a transaction with more than two splits configurable. This can be configured as: * Do nothing (this is the default) * Use the split with the largest value * Use the split with the smallest value + Allow more account types in the payment window's transfer account list So far it was limited to Asset, Liability, Credit Card and either Income (for customer payments) or Expenses (for vendor payments). There are however use cases where a customer payment also covers expenses (like for example a Paypal service charge). To allow for as many edge cases as possible the filter now only excludes those account types I worry will break the business logic: AP and AR accounts. That is, with this change you won't be able to create a customer payment (which necessarily has one split an an AR account) that transfers to another AR or to an AP account. While even that may work, I am sure the business features weren't designed to cope with this and I can't exhaustively test that. + Support for enums as GtkRadioButton preferences The "=" in the widget name will separate the pref name from the enum string value that is used when the radio button is activated. When the radio button is deactivated, its preference update is ignored because another button must have been made active. + Allow warning dialogs to be the dismiss-only variant All existing dialogs are either QUESTION or WARNING. Allow INFO, ERROR and OTHER to remember being dismissed without asking a question. + Improve GncNumeric(std::string) to handle unicode spaces and thousands separators. + Add function to GncQueryView to expand column Add function gnc_query_set_expand_column to GncQueryView so that the expand column can be specified that takes up any available free space. Use this function in the Due Bills/Invoice Reminder to to set the expanding column to the company name. + [Account.hpp] New function gnc_account_get_all_parents returns reversed path vector + Fix python bindings built with Swig-4.3.0. New and Updated Translations: Chinese (Simplified Han script), Croatian, Dutch, English (Australia), English (New Zealand), English (United Kingdom), Estonian, Finnish, French, German, Greek, Hebrew, Hungarian, Norwegian Bokmål, Persian, Portuguese, Portuguese (Brazil), Russian, Spanish, Swedish, Tamil, Ukrainian + Update the Security Editor section in manual to match the dialog. + add entity for menuchoice 'Export Reports' + Remove Finance::Quote appendix. The content has been moved to Wiki. ++++ google-guest-agent: - Update to version 20250327.01 (bsc#1239763, bsc#1239866) * Remove error messages from gce_workload_cert_refresh and metadata script runner (#527) - from version 20250327.00 * Update guest-logging-go dependency (#526) * Add 'created-by' metadata, and pass it as option to logging library (#508) * Revert "oslogin: Correctly handle newlines at the end of modified files (#520)" (#523) * Re-enable disabled services if the core plugin was enabled (#522) * Enable guest services on package upgrade (#519) * oslogin: Correctly handle newlines at the end of modified files (#520) * Fix core plugin path (#518) * Fix package build issues (#517) * Fix dependencies ran go mod tidy -v (#515) * Fix debian build path (#514) * Bundle compat metadata script runner binary in package (#513) * Bump golang.org/x/net from 0.27.0 to 0.36.0 (#512) * Update startup/shutdown services to launch compat manager (#503) * Bundle new gce metadata script runner binary in agent package (#502) * Revert "Revert bundling new binaries in the package (#509)" (#511) - from version 20250326.00 * Re-enable disabled services if the core plugin was enabled (#521) - from version 20250324.00 * Enable guest services on package upgrade (#519) * oslogin: Correctly handle newlines at the end of modified files (#520) * Fix core plugin path (#518) * Fix package build issues (#517) * Fix dependencies ran go mod tidy -v (#515) * Fix debian build path (#514) * Bundle compat metadata script runner binary in package (#513) * Bump golang.org/x/net from 0.27.0 to 0.36.0 (#512) * Update startup/shutdown services to launch compat manager (#503) * Bundle new gce metadata script runner binary in agent package (#502) * Revert "Revert bundling new binaries in the package (#509)" (#511) * Revert bundling new binaries in the package (#509) * Fix typo in windows build script (#501) * Include core plugin binary for all packages (#500) * Update crypto library to fix CVE-2024-45337 (#499) * Start packaging compat manager (#498) * Start bundling ggactl_plugin_cleanup binary in all agent packages (#492) * scripts: introduce a wrapper to locally build deb package (#490) * Introduce compat-manager systemd unit (#497) - from version 20250317.00 * Revert "Revert bundling new binaries in the package (#509)" (#511) * Revert bundling new binaries in the package (#509) * Fix typo in windows build script (#501) * Include core plugin binary for all packages (#500) * Update crypto library to fix CVE-2024-45337 (#499) * Start packaging compat manager (#498) * Start bundling ggactl_plugin_cleanup binary in all agent packages (#492) * scripts: introduce a wrapper to locally build deb package (#490) * Introduce compat-manager systemd unit (#497) - from version 20250312.00 * Revert bundling new binaries in the package (#509) * Fix typo in windows build script (#501) * Include core plugin binary for all packages (#500) * Update crypto library to fix CVE-2024-45337 (#499) * Start packaging compat manager (#498) * Start bundling ggactl_plugin_cleanup binary in all agent packages (#492) * scripts: introduce a wrapper to locally build deb package (#490) * Introduce compat-manager systemd unit (#497) - from version 20250305.00 * Revert bundling new binaries in the package (#509) * Fix typo in windows build script (#501) * Include core plugin binary for all packages (#500) * Update crypto library to fix CVE-2024-45337 (#499) * Start packaging compat manager (#498) * Start bundling ggactl_plugin_cleanup binary in all agent packages (#492) * scripts: introduce a wrapper to locally build deb package (#490) * Introduce compat-manager systemd unit (#497) - from version 20250304.01 * Fix typo in windows build script (#501) - from version 20250214.01 * Include core plugin binary for all packages (#500) - from version 20250214.00 * Update crypto library to fix CVE-2024-45337 (#499) - from version 20250212.00 * Start packaging compat manager (#498) * Start bundling ggactl_plugin_cleanup binary in all agent packages (#492) - from version 20250211.00 * scripts: introduce a wrapper to locally build deb package (#490) * Introduce compat-manager systemd unit (#497) - from version 20250207.00 * vlan: toggle vlan configuration in debian packaging (#495) * vlan: move config out of unstable section (#494) * Add clarification to comments regarding invalid NICs and the `invalid` tag. (#493) * Include interfaces in lists even if it has an invalid MAC. (#489) * Fix windows package build failures (#491) * vlan: don't index based on the vlan ID (#486) * Revert PR #482 (#488) * Remove Amy and Zach from OWNERS (#487) * Skip interfaces in interfaceNames() instead of erroring if there is an (#482) * Fix Debian packaging if guest agent manager is not checked out (#485) - from version 20250204.02 * force concourse to move version forward. - from version 20250204.01 * vlan: toggle vlan configuration in debian packaging (#495) - from version 20250204.00 * vlan: move config out of unstable section (#494) * Add clarification to comments regarding invalid NICs and the `invalid` tag. (#493) - from version 20250203.01 * Include interfaces in lists even if it has an invalid MAC. (#489) - from version 20250203.00 * Fix windows package build failures (#491) * vlan: don't index based on the vlan ID (#486) * Revert PR #482 (#488) * Remove Amy and Zach from OWNERS (#487) * Skip interfaces in interfaceNames() instead of erroring if there is an (#482) * Fix Debian packaging if guest agent manager is not checked out (#485) - from version 20250122.00 * networkd(vlan): remove the interface in addition to config (#468) * Implement support for vlan dynamic removal, update dhclient to remove only if configured (#465) * Update logging library (#479) * Remove Pat from owners file. (#478) ++++ govulncheck-vulndb: - Update to version 0.0.20250331T171002 2025-03-31T17:10:02Z. Refs jsc#PED-11136 Go CVE Numbering Authority IDs added or updated with aliases: * GO-2025-3443 GHSA-r3r4-g7hq-pq4f * GO-2025-3548 CVE-2024-12886 GHSA-v464-r2r9-www7 * GO-2025-3557 CVE-2025-0315 GHSA-fccc-8m69-8r78 * GO-2025-3558 CVE-2024-12055 GHSA-89qx-m49c-8crf * GO-2025-3559 CVE-2025-0317 GHSA-9gcr-28rp-cc24 ++++ hypre: - Remove support for gnu-hpc build flavors (bsc#1239982). ++++ hypre-mpich: - Remove support for gnu-hpc build flavors (bsc#1239982). ++++ hypre-mvapich2: - Remove support for gnu-hpc build flavors (bsc#1239982). ++++ hypre-openmpi4: - Remove support for gnu-hpc build flavors (bsc#1239982). ++++ hypre-openmpi5: - Remove support for gnu-hpc build flavors (bsc#1239982). ++++ ibis: - update to 0.13.1: * Fix a few issues with formatting ++++ inkscape: - Recommend python3-tinycss2 for WebP export support ++++ jenkins-x-cli: - Update to version 3.11.70: * chore(deps): upgrade to version 0.25.0 ++++ kernel-debug: - series.conf: cleanup - update upstream reference and move to sorted section - patches.suse/PCI-Use-downstream-bridges-for-distributing-resources.patch - commit 5e7754e - Update config files: Enable CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER (bsc#1237220) - commit 8f3a404 ++++ kernel-default: - series.conf: cleanup - update upstream reference and move to sorted section - patches.suse/PCI-Use-downstream-bridges-for-distributing-resources.patch - commit 5e7754e - Update config files: Enable CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER (bsc#1237220) - commit 8f3a404 ++++ kernel-source: - series.conf: cleanup - update upstream reference and move to sorted section - patches.suse/PCI-Use-downstream-bridges-for-distributing-resources.patch - commit 5e7754e - Update config files: Enable CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER (bsc#1237220) - commit 8f3a404 ++++ kernel-docs: - series.conf: cleanup - update upstream reference and move to sorted section - patches.suse/PCI-Use-downstream-bridges-for-distributing-resources.patch - commit 5e7754e - Update config files: Enable CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER (bsc#1237220) - commit 8f3a404 ++++ kernel-kvmsmall: - series.conf: cleanup - update upstream reference and move to sorted section - patches.suse/PCI-Use-downstream-bridges-for-distributing-resources.patch - commit 5e7754e - Update config files: Enable CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER (bsc#1237220) - commit 8f3a404 ++++ kernel-obs-build: - series.conf: cleanup - update upstream reference and move to sorted section - patches.suse/PCI-Use-downstream-bridges-for-distributing-resources.patch - commit 5e7754e - Update config files: Enable CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER (bsc#1237220) - commit 8f3a404 ++++ kernel-obs-qa: - series.conf: cleanup - update upstream reference and move to sorted section - patches.suse/PCI-Use-downstream-bridges-for-distributing-resources.patch - commit 5e7754e - Update config files: Enable CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER (bsc#1237220) - commit 8f3a404 ++++ kernel-syms: - series.conf: cleanup - update upstream reference and move to sorted section - patches.suse/PCI-Use-downstream-bridges-for-distributing-resources.patch - commit 5e7754e - Update config files: Enable CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER (bsc#1237220) - commit 8f3a404 ++++ kernel-vanilla: - series.conf: cleanup - update upstream reference and move to sorted section - patches.suse/PCI-Use-downstream-bridges-for-distributing-resources.patch - commit 5e7754e - Update config files: Enable CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER (bsc#1237220) - commit 8f3a404 ++++ kicad: - Update to 9.0.1: See https://www.kicad.org/blog/2025/03/KiCad-9.0.1-Release/ for details ++++ kicad-doc: - Update to 9.0.1: See https://www.kicad.org/blog/2025/03/KiCad-9.0.1-Release/ for details ++++ kicad-footprints: - Update to 9.0.1: See https://www.kicad.org/blog/2025/03/KiCad-9.0.1-Release/ for details ++++ kicad-packages3D: - Update to 9.0.1: See https://www.kicad.org/blog/2025/03/KiCad-9.0.1-Release/ for details ++++ kicad-symbols: - Update to 9.0.1: See https://www.kicad.org/blog/2025/03/KiCad-9.0.1-Release/ for details ++++ kicad-templates: - Update to 9.0.1: See https://www.kicad.org/blog/2025/03/KiCad-9.0.1-Release/ for details ++++ kid3: - Use pkgconfig(libavcodec) to allow building with ffmpeg-*-mini. ++++ kubectl-gather: - new package kubectl-gather: gather data about your cluster that may help to debug issues ++++ kubectl-view-secret: - Update to version 0.14.0: * Update changelog for v0.14.0 release * Bump go toolchain to 1.24 & update dependencies (#59) * Add decode default case for unhandled types (#57) * Update README nixpkgs refs for 24.11 * Update README for new AUR package * Add support for helm secrets (#54) * chore: go1.23, bump module dependencies (#53) * Don't trim Secrets (#52) ++++ sdl2-compat: - Update to release 2.32.54 * Fixed crash during controller hotplug in RetroArch * Improved accuracy of SDL_GetRenderDriverInfo() * Fixed SDL_SetWindowInputFocus() return value - Delete 0001-cmake-install-sdl2-config-.cmake-files.patch (merged) ++++ libgnomesu: - Update to version 2.0.9: * Remove legacy malloc/realloc workarounds. ++++ ncurses: - Add ncurses patch 20250329 + add XM/xm to ms-terminal, to enable mouse with experimental Windows driver -TD + add -x option to infocmp in MKfallback.sh + improve experimental Windows driver by restoring the scroll buffer and console mode, e.g., when reset_prog_mode or endwin is called (patch by Daniel Starke). + add a buffer-limit check in postprocess_termcap (report/testcase by Yifan Zhang). ++++ ndctl: - Update to version 81 * ndctl/namespace: avoid integer overflow in namespace validation * ndctl/dimm: do not increment a ULLONG_MAX slot value * ndctl/namespace: protect against overflow handling param.offset * ndctl/namespace: protect against under|over-flow w bad param.align * ndctl/list: display region caps for any of BTT, PFN, DAX * cxl/region: report max size for region creation * daxctl: output more information if memblock is unremovable * cxl/json: remove prefix from tracefs.h #include - Remove upstreamed cxl-json-Fix-tracefs-include.patch ++++ newt: - Update to 0.52.25: * improve Makefile (Ryan Carsten Schmidt) * fix "yes" in Spanish translation ++++ projectM: - Fix build on aarch64 ++++ recode: - Require python >= 3.8 ++++ libtheora: - Fix devel package Requires, so name of shared libs was changed in previous version update. ++++ limine: - Update to 9.2.2: * Fixes and workarounds in order to make multiboot2 more resilient when booting specific kernels such as Xen. * Avoid mistakenly allocating more memory than necessary when creating the volume index. ++++ m4: - add -std=gnu17 to CFLAGS to fix gcc15 compile time error ++++ mame: - Updated to 0.276 * Used ld.mold for link to fix aarch64 build. * /usr/share/doc/packages/mame/whatsnew-0.276.txt ++++ maven-surefire-plugins: - Upgrade to 3.5.3 * Bug + SUREFIRE-1643: JUnit 5 in parallel execution mode confuses Surefire reports + SUREFIRE-1737: Disabling the JUnit5Xml30StatelessReporter has no effect + SUREFIRE-1751: Surefire report shows flaky tests as failures + SUREFIRE-2289: FailsafeSummary.toRunResult throws a raw exception - Modified patches: * 0001-Port-to-TestNG-7.4.0.patch * 0002-Unshade-surefire.patch + rediff * maven-surefire-bootstrap-resources.patch + regenerate from non-bootstrap build ++++ maven-surefire: - Upgrade to 3.5.3 * Bug + SUREFIRE-1643: JUnit 5 in parallel execution mode confuses Surefire reports + SUREFIRE-1737: Disabling the JUnit5Xml30StatelessReporter has no effect + SUREFIRE-1751: Surefire report shows flaky tests as failures + SUREFIRE-2289: FailsafeSummary.toRunResult throws a raw exception - Modified patches: * 0001-Port-to-TestNG-7.4.0.patch * 0002-Unshade-surefire.patch + rediff * maven-surefire-bootstrap-resources.patch + regenerate from non-bootstrap build ++++ maven-surefire-provider-junit5: - Upgrade to 3.5.3 * Bug + SUREFIRE-1643: JUnit 5 in parallel execution mode confuses Surefire reports + SUREFIRE-1737: Disabling the JUnit5Xml30StatelessReporter has no effect + SUREFIRE-1751: Surefire report shows flaky tests as failures + SUREFIRE-2289: FailsafeSummary.toRunResult throws a raw exception - Modified patches: * 0001-Port-to-TestNG-7.4.0.patch * 0002-Unshade-surefire.patch + rediff * maven-surefire-bootstrap-resources.patch + regenerate from non-bootstrap build ++++ melange: - Update to version 0.23.3: * rebuild: handle pipelines originally passed via `--pipeline-dir` (#1884) * fix: bug with target-architecture (#1883) * setup-bubblewrap: allow anyone to call bwrap (#1882) * rebuild: support subpackages (#1880) * switch to ubuntu-latest (#1877) ++++ objectweb-asm: - Upgrade to version 9.8 * new Opcodes.V25 constant for Java 25 * bug fixes + Fix one more copy operation on DUP2 + 318015: Valid bytecode for jvm, but failed to pass the CheckClassAdapter. + `ASMifier` should print calls to `valueOf` instead of deprecated constructors of primitive wrappers ++++ openSUSE-release-tools: - Update to version 20250331.59fb61c6: * packaging: Do not reference python3-osc ++++ product-composer: - update to version 0.5.12: * Fix handling of internal updateinfo.xml attributes supportstatus, superseded_by and embargo_date . ++++ proton-vpn: - Update package to 4.9.5 * [VPNLINUX-1066] Add custom dns setting to settings window. * [VPNLINUX-1080] Settings not opening due to early access toggle crashing. * [VPNLINUX-1076] Improve custom DNS. * [VPNLINUX-1055] Added semgrep scanning to CI * [VPNLINUX-1070] Introduce pop-up for conflicting features (netshield/custom dns) * [VPNLINUX-1086] Add reconnection warning when enabling custom DNS. * [VPNLINUX-1074] Drop support for Ubuntu 20.04 * [VPNLINUX-1089] Fix kill switch leak on quit. * [VPNLINUX-1096] Add final URL to 'learn more' link buttons. * [VPNLINUX-1106] Update release package version used for beta toggle * [VPNLINUX-1079] Ensure UI is using latest feature flags after login. * [VPNLINUX-1132] Ensure app does not crash when attempting to logout after doing a search. * [VPNLINUX-1128] Display forwarded port if available. * [VPNLINUX-1128] Only display port if environment variable is set. * [VPNLINUX-1134] Display server load in search results * [VPNLINUX-1117] Include beta branch on version metadata. * [VPNLINUX-1116] Remove code related to old feature flags. * [VPNLINUX-1145] Re-implement tests and clean-up code. * [VPNLINUX-1144] Replace deprecated method. * Remove save_setting when building UI. * [VPNLINUX-949] Fix cancel connection button * [VPNLINUX-949] update changelog * [VPNLINUX-1129] Show port forwarding desktop notification * [VPNLINUX-1169] Switch DisplayPortForwarding env var to Feature Flag * [VPNLINUX-1168] Customize Port Forwarding notification * [VPNLINUX-1167] Update api-core dependency * [VPNLINUX-1168] Minor changes to wording of port forwarding user interface * [VPNLINUX-1181] add linux referral to sign-up URL * [VPNLINUX-1176] Fix crash when quitting the app while connected and PF is enabled ++++ python-azure-mgmt-compute: - New upstream release + Version 34.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package ++++ python-azure-mgmt-eventgrid: - New upstream release + Version 10.4.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 - 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-postgresqlflexibleservers: - New upstream release + Version 1.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override ++++ python-azure-storage-blob: - New upstream release + Version 12.25.1 + For detailed information about changes see the CHANGELOG.md file provided with this package ++++ python-azure-storage-file-datalake: - New upstream release + Version 12.20.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py ++++ python-covdefaults: - Add patch support-coverage-7.7.patch: * Support Coverage 7.7.0 and above changes with plugins. - Switch to autosetup and pyproject macros. - No more greedy globs in %files. ++++ yt-dlp: - Update to release 2025.03.31 * yt: add player_js_variant extractor-arg * yt/tab: Fix playlist continuation extraction ++++ v4l-utils-qv4l2: - Update to 1.28.1 * qv4l2: always set m_haveFramebufferSRGB to false * qv4l2: fix crash when disabling openGL * qvidcap: fix core dump - Update to 1.28.0 * buildsystem: Start v4l-utils 1.27.0 development cycle * cec-compliance: add --show-timestamp option * cec-ctl: avoid confusing error message * cec-ctl: exit after reporting all cec devices with --list-devices * cec-ctl: fix random cec stress test: check if msg status is OK * cec-follower: change type of struct Timer duration field to int * cv4l-helpers.h: add missing helper functions * Fixed qv4l2 crash with drivers that implement VIDIOC_ENUM_FRAMESIZES for outputs * ir-ctl: add optional header to manchester encoding * ir-ctl: clear errno before strtol * ir-ctl: correct max_size for rc5 and rc5_sz * ir-ctl: encode rc6 mode 0 can have 43 edges * ir-ctl: fix encoding pulse_length bpf encoder * ir-ctl: remove line length limits * keytable: fix command line processing * keytable: fix segfault when reading legacy keymaps * keytable: fix stdout/stderr inconsistency * keytable: meson not passing rc_keymaps system directory * keytable: meson: Restrict the installation of 50-rc_keymap.conf * keytable: remove line length limits * libv4l2rds: fix TMC location parsing * libv4l2subdev: Extend API with 'which' argument where missing * media-ctl: Re-order setting format and routes * media-info: add missing sys/stat.h include (for dev_t) * meson: add optional Qt6 support * meson: Allow documentation directory to be specified with -Ddocdir * meson: Fix building with -Dv4l-utils=false * meson: fix has_function fork detection (needs suitable include) * meson: libv4lconvert helpers need fork support * meson: v4l2grab needs libv4lconvert with fork support enabled * meson.build: dep_systemd was not set in one case * qv4l2: add support for /dev/v4l-touchX devices * qv4l2: fix crash when used with metadata output devices * qv4l2: support menu controls in updateCtrlRange() * Revert "meson: v4l2grab needs libv4lconvert with fork support enabled" * sync-with-kernel.sh: add v4l2-dv-timings.h * sync-with-kernel.sh: create v4l2-tracer patches * sync-with-kernel.sh: filter V4L2_META_FMT_GENERIC_ defines * test-media: Add basic tests for visl * utils: media-ctl: Prepare for TRY state support * utils: media-ctl: Print the MUST_CONNECT pad flag * utils: media-ctl: Support accessing the subdev TRY state * utils: media-ctl: Support changed routing API * utils/keytable: forgot to add mygica_utv3.toml * v4l2-compliance: Add a test for REMOVE_BUFS ioctl * v4l2-compliance: add new CREATE_BUFS tests * v4l2-compliance: add support for V4L2_SUBDEV_CLIENT_CAP_INTERVAL_USES_WHICH * v4l2-compliance: Add tests for V4L2_FMT_FLAG_META_LINE_BASED flag * v4l2-compliance: clarify a create_bufs test * v4l2-compliance: Constify pointers and references in formats tests * v4l2-compliance: do not warn for unexpected vivid_ro_ctrl values * v4l2-compliance: Fix building against libc++ * v4l2-compliance: Fix streams use in testSubDevEnumFrameSize() * v4l2-compliance: Fix use of routing on 32-bit platforms * v4l2-compliance: matchFormats(): add multiplane logging * v4l2-compliance: Support the changed routing API * v4l2-ctl: add support for V4L2_SUBDEV_CLIENT_CAP_INTERVAL_USES_WHICH * v4l2-ctl: Add --try-routing option * v4l2-ctl: --list-devices --verbose will list current input/output * v4l2-ctl: replace --fix-edid-checksums by --keep-edid-checksums * v4l2-ctl: report max_num_buffers * v4l2-ctl/compliance: read and show the subdev client capabilities * v4l2gl: Add missing dependency on argp * v4l2-info: add support for V4L2_BUF_CAP_SUPPORTS_REMOVE_BUFS * v4l2-info: support V4L2_FMT_FLAG_META_LINE_BASED * v4l2-tracer: add auto-generated files to git repo * v4l2-tracer: add re/tracing for AV1 controls * v4l2-tracer: add re/tracing for MAX_NUM_BUFFERS * v4l2-tracer: autogenerate files that can be added to git * v4l2-tracer: ignore single line comments when parsing headers * v4l2-tracer: look in more places for libv4l2tracer * v4l2-tracer: Rewrite libv4l2tracer.so lookup * v4l2-tracer: stop auto-generating files with meson * v4l2-tracer: stop waiting to handle a signal * v4l2-tracer: use stat to verify that retrace file exists * v4l-helpers: support V4L2_SUBDEV_CLIENT_CAP_INTERVAL_USES_WHICH * v4l-helpers: v4l_format_s_sizeimage: add support for other buftypes * v4l-utils: clang-tidy: convert to for range loop * v4l-utils: clang-tidy: use auto with iterators * v4l-utils: (c)v4l-helpers.h: support more than 32 buffers * v4l-utils: fix formats under alpha/ppc64/mips64 * v4l-utils: fix @PACKAGE_VERSION@ use * v4l-utils: fix potential crashing with 32-bit musl * v4l-utils: sync with latest kernel * v4l-utils: sync-with-kernel * v4l-utils: sync-with-kernel * v4l-utils: sync-with-kernel * v4l-utils: test-media: add dmesg -n info before modprobes * v4l-utils: test-media: connect the hdmi input to the output * v4l-utils: use 64-bit formats for time * v4l-utils: use 64-bit off_t format * v4l-utils: v4l-utils: sync with latest kernel headers * v4l-utils: v4l-utils: sync with latest kernel headers * v4l-utils/contrib/gconv: fix conversion errors on ARIB-STD-B24 strings * v4l-utils/contrib/gconv: translation table fix for ARIB-STD-B24 - Update to 1.26.0 * Add support for meson building * build: conditionally retrieve Git repo information * build: do not fall back to libbpf header lookup * buildsystem: Start v4l-utils 1.25.0 development cycle * cec-compliance: get_power_status(): check cec_msg_status_is_abort * cec-compliance: get_power_status(): fix valid RX test * cec-ctl: add hpd-may-be-low suboption for the CEC tests * cec-ctl: add --test-random-power-states stress test * cec-ctl: always log timestamp in show_msg if not-OK * cec-ctl: rename power-cycle to standby-wakeup-cycle * cec-ctl: store state changes in pin file * cec-ctl.1.in: clarify that you configure *your* device * cec-ctl.1.in: for hpd-may-be-low option: <0,1> -> <0/1> * cec-follower: add --exclusive option * cec/v4l2-compliance, cec-follower: use __FILE_NAME__ if available * common/media-info: add MEDIA_ENT_F_PROC_VIDEO_ISP * common/media-info: fail for unknown entity function values * configure.ac: fix gconv directory search * Copy Doxygen configuration file to doc/ * Drop autoconf/automake support * gen_dvb_structs.pl: drop copy of dvb-frontend.h * .gitignore: add back '*.pc' pattern * ir-ctl: fix sharp encoding * keytable: fix repeat formatting * keytable: open lirc for read/write for attaching/detaching bpf programs * libcecutil: fix performance inefficiencies * libdvbv5: dvb-scan: fix DVB-S2 checks for DVB-S tuning * lib/libdvbv5/dvb-file.c: check for valid entry pointer * libv4l1/libv4l2/v4l2-tracer: use common meson c_args/cpp_args to disable transparent large file support * manpages: fix groff warnings * media-ctl: 1 -> 1ULL * media-ctl: Add support for routes and streams * media-ctl: Check for Streams API support * meson: Add support for doxygen documentation * meson: Fix install location of doxygen's man pages * meson: Fix libbpf detection * meson: make it backward-compatible with version 0.54 * meson: re-enable qv4l2 without Qt OpenGL support * meson: Use -include to include config.h instead of -I. * meson.build: backport it to version 0.56 * qv4l2: enable Qt6 compile with Qt OpenGL support * qv4l2: fix qmake project file * qv4l2: fix Qt6 compile (ambiguous overload for operator!=) * qv4l2: fix Qt6 compile (missing QActionGroup header) * qv4l2: fix Qt6 compile (no matching function for call to QString::split(QRegExp)) * qv4l2: fix Qt6 compile (QDesktopWidget: No such file or directory) * qv4l2: fix Qt6 compile (QHBoxLayout/QVBoxLayout has no member setMargin) * qv4l2: fix Qt6 warning (QMenu::addAction() is deprecated) * qv4l2: fix Qt6 warnings (QKeyCombination operator+ is deprecated) * qv4l2: fix SDR format error message * qv4l2: remove leagcy alsa_stream.h include (ENABLE_ALSA protected) * qv4l2: remove unused local variables 'QString what' * qv4l2: update qmake project file for Qt6 (core5compat module) * qvidcap: enable Qt6 compile with Qt OpenGL support * qvidcap: fix qmake project file * qvidcap: fix v4l2_convert_hook (add PRE_TARGETDEPS) * README.md: drop qt5-default, add libsdl2-dev libbpf-dev llvm clang * sync-with-kernel.sh: don't filter V4L2_PIX_FMT_HEVC_SLICE * sync-with-kernel.sh: regenerate utils/keytable/rc_keymaps/meson.build * test-media: cec-pwr enables cec variable as well * test-media: log utils versions * test-media: 'mc' argument didn't select vidtv * test-media: use -m instead of -M for vicodec and vidtv * Update old email address * utils: libv4l2subdev: Set stream for g_selection * utils/common: Set V4L2_SUBDEV_CLIENT_CAP_STREAMS for subdevs * utils/libcecutil: drop spurious dep_libv4lconvert * v4l2-compliance: Add gadget. as bus_info prefix * v4l2-compliance: Add handling for QC08C and QC10C format * v4l2-compliance: call select before dequeuing event * v4l2-compliance: codecs: Add stateless (TRY_)DECODER_CMD tests * v4l2-compliance: improve error message * v4l2-compliance: pass media_fd when walking topology * v4l2-compliance: support V4L2_PIX_FMT_AV1_FRAME * v4l2-compliance: Test queue maximum buffers allocation * v4l2-ctl: Add --get/--set-ctrl support for INTEGER and INTEGER64 arrays * v4l2-ctl: add missing > in aspect option usage message * v4l2-ctl: Add routing and streams support * v4l2-ctl: add support for AV1 stateless control types * v4l2-ctl: Check for Streams API support * v4l2-ctl: fix alignment meta formats usage message * v4l2-ctl: fix handling the premul-alpha sub-option * v4l2-ctl: improve --silent support * v4l2-ctl: improve --stream-sleep * v4l2-ctl: improve --stream-sleep functionality * v4l2-ctl: Improve sub-device options help text * v4l2-ctl: reset fps counter when using --stream-sleep with streamoff/on * v4l2-ctl: show field value in print_concise_buffer() * v4l2-ctl: support random sleep times * v4l2-ctl.1.in: add missing --help-meta * v4l2-ctl/compliance: add include cstdint * v4l2-ctl/compliance: Add routing and streams multiplexed streams * v4l2-ctl/compliance: Add simple routing test * v4l2-info.cpp: fix _SUPPORTS_MAX_NUM_BUFFERS description * v4l2-info/v4l2-tracer: add macro to mark the trace * v4l2-tracer: add event tracing/retracing * v4l2-tracer: add G/S TUNER ioctls * v4l2-tracer: add macros to print debug info * v4l2-tracer: add quotes to -DLIBTRACER_PATH="@0@" * v4l2-tracer: add VIDIOC_ENUM_FRAMEINTERVALS * v4l2-tracer: add VIDIOC_ENUM_FRAMESIZES * v4l2-tracer: auto generate flags for DECODER_CMD * v4l2-tracer: create an option to trace userspace args * v4l2-tracer: fix autogen script for AV1 * v4l2-tracer: Fix libv4l2tracer.so loader * v4l2-tracer: fix trace path name creation * v4l2-tracer: get decoded bytesused from DQBUF * v4l2-tracer: print only if debugging option is set * v4l2-tracer: remove buffers by type and index * v4l2-tracer: remove compress_frame_count * v4l2-tracer: replace buftype2s with val2s * v4l2-tracer: stop retracing failed ioctls * v4l2-tracer: stop stringifying v4l2_input "tuner" * v4l2-tracer: stringify target in v4l2_selection * v4l2-tracer: use __s64 instead of long * v4l2-tracer: wrap open64/mmap64 functions only if linux && __GLIBC__ * v4l-utils: libdvbv5: fix doxygen warnings * v4l-utils: sync with latest kernel headers * v4l-utils: sync with latest kernel headers * v4l-utils: sync with latest kernel headers * v4l-utils: sync with latest kernel headers * v4l-utils: sync with latest media staging tree * v4l-utils: sync with upstream media staging kernel. * v4l-utils.spec.in: update it to work with meson - Use Qt6 instead of Qt5 when building the qv4l2 flavor - Drop usage of deprecated %suse_update_desktop_file - Redo patch since v4l-utils now uses meson: * use_system_v4l_for_qv4l.patch ++++ ristretto: - Recommend webp-pixbuf-loader for WebP support ++++ semaphore: - Update to version 2.13.5 (2.13.4 was not released): * Bugfixes - Import error 400 - Remove overriding ANSIBLE_SSH_ARGS - Remove panic for incorrect websocket configuration - Update to version 2.13.3: * Bugfixes - Support requirements.yml in repository root. - Saving options for Postgres. * What's Changed - chore(deps): update dependency chai to v5.2.0 by @renovate in [#2839] - fix(deps): update dependency core-js to v3.41.0 by @renovate in #2842 - chore(deps): update dependency prettier to v3.5.3 by @renovate in #2840 - fix(deps): update module github.com/go-sql-driver/mysql to v1.9.1 by @renovate in #2844 - fix(deps): update module github.com/spf13/cobra to v1.9.1 by @renovate in #2845 - chore(deps): update dependency eslint-config-prettier to v10 by @renovate in #2850 - support previous root collections & roles. by @svennd in [#2687] - chore(deps): update dependency openai to v4.89.1 by @renovate in #2855 - chore(deps): update dependency nyc to v17 by @renovate in [#2856] ++++ shotcut: - Update to 25.03.29: * Added Text style preset to Subtitles > Generate Text on Timeline. * Added Copy Current and Copy All to Filters. * Added the project Video Mode to the window title. * Added Vertical and Horizontal parameters to the No Sync video filter. * Added Toggle Filter Overlay to the Player menu. * Added 360: Cap Top & Bottom and 360: Equirectangular Wrap video filters. * Added a Not In a Bin smart bin to the Playlist. * Added #rgba, #yuv, #gpu, and #10bit tags to keywords in Filters for search. * Added an icon to Timeline clips to indicate when they have filters. * Added "ITU-R BT.2020" to Video Mode > Custom > Add and Output > Properties. * Reduced the range of Gamma and Gain in the Color Grading filter. * Fixed opening a project can be slow or make app unresponsive if Settings > Playlist > View mode is Icons (broke in v25.01). * Fixed double-clicking a Playlist item that is in a Bin may open wrong clip. * Fixed handling of Windows shortcuts and macOS aliases in Files. * Fixed automatic pause--such as when adding a filter--does not update the player's play button state (broke in v25.01). * Fixed a crash on multiple Timeline undo and redo operations. * Fixed a crash bug after Undo and Redo after moving clips in Timeline. * Fixed the Size, Position & Rotate filter's visual control with non-square pixels. * Fixed trimming twice ruins zoom keyframes in Size, Position & Rotate filter. * Block adding a new job that writes to the same file as a pending or running job. * Fixed Paste filters is not adding an Undo item to History. * Fixed the Amount keyframes button always disabled in the 360: Equirectangular to Stereogaphic video filter. * Fixed key repeat for the previous/next shortcuts in Player menu. * Fixed Export > Reframe causes Video > Scan mode to be interlaced even when it shows progressive. * Fixed trim handles on Timeline clip when it is very short. * Fixed Timeline > Split followed by multiple undo and redo may affect attached filters. * Fixed playhead in Keyframes incorrect after switching filters. ++++ sndiff: - Update to version 0.2.1~0: * Check if snapshot directory exist ++++ sops: - Update to version 3.10.1: * Add changelog. * Bump version to 3.10.1. * build(deps): Bump the ci group with 2 updates - Update to version 3.10.0: * build(deps): Bump alpine from 3.18 to 3.21 in /.release in the docker group across 1 directory by @dependabot in #1700 * Convert changelog to MarkDown by @felixfontein in #1741 * build(deps): Bump the go group with 7 updates by @dependabot in [#1743] * build(deps): Bump the go group with 9 updates by @dependabot in [#1745] * build(deps): Bump the rust group in /functional-tests with 2 updates by @dependabot in #1744 * build(deps): Bump github/codeql-action from 3.28.5 to 3.28.8 in the ci group by @dependabot in #1746 * build(deps): Bump the go group with 12 updates by @dependabot in #1751 * build(deps): Bump the ci group with 4 updates by @dependabot in [#1750] * Add --input-type option for filestatus subcommand by @felixfontein in #1601 * Use SOPS_EDITOR before EDITOR by @felixfontein in #1611 * Allow users to disable version check via environment variable by @nicklasfrahm in #1684 * add duplicate section support to ini store by @reindlt in #1452 * stores: test for duplicate keys, reserve keyword (yaml only now) by @holiman in #1203 * Add same process option for exec-env by @ricmatsui in #880 * outputs: add trailing newline at the end of JSON files by @duthils in #1476 * set subcommand: add --idempotent flag that will not write the file if no change happened by @felixfontein in #1754 * Encrypt and decrypt time.Time objects by @felixfontein in #1759 * build(deps): Bump the go group with 8 updates by @dependabot in [#1763] * build(deps): Bump tempfile from 3.16.0 to 3.17.0 in /functional-tests in the rust group by @dependabot in #1762 * build(deps): Bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1 in the ci group by @dependabot in #1761 * fix(docs): typo in README.rst by @Paredev in #1765 * Add SSH support for age by @haoqixu in #1692 * make sure that tests do not pick keys.txt from user's HOME dir by @tomaszduda23 in #1766 * support for age identity with passphrase by @tomaszduda23 in [#1400] * build(deps): Bump the rust group in /functional-tests with 4 updates by @dependabot in #1768 * build(deps): Bump the go group with 12 updates by @dependabot in #1769 * build(deps): Bump the ci group with 4 updates by @dependabot in [#1770] * build(deps): Bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 by @dependabot in #1773 * feat: add age plugin support by @brianmcgee in #1641 * Check GnuPG decryption result for non-empty size by @felixfontein in #1776 * vendored age code: consolidate passphrase reading functionality by @felixfontein in #1775 * Allow to encrypt and decrypt from stdin by @felixfontein in [#1690] * build(deps): Bump the go group with 11 updates by @dependabot in #1784 * build(deps): Bump the ci group with 5 updates by @dependabot in [#1782] * build(deps): Bump serde_json from 1.0.139 to 1.0.140 in /functional-tests in the rust group; bump Rust to 1.85.0 by @dependabot in #1783 * build(deps): Bump the go group with 13 updates by @dependabot in #1797 * build(deps): Bump the rust group in /functional-tests with 3 updates by @dependabot in #1796 * build(deps): Bump github/codeql-action from 3.28.10 to 3.28.11 in the ci group by @dependabot in #1795 * build(deps): Bump the go group with 6 updates by @dependabot in [#1802] * build(deps): Bump tempfile from 3.18.0 to 3.19.0 in /functional-tests in the rust group by @dependabot in #1800 * build(deps): Bump docker/login-action from 3.3.0 to 3.4.0 in the ci group by @dependabot in #1801 * build(deps): Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 by @dependabot in #1806 * goreleaser: add windows arm64 by @duthils in #1791 * Add a way to set sops config location via envvar by @sledzikowy in #1701 * build(deps): Bump the go group with 3 updates by @dependabot in [#1809] * build(deps): Bump the ci group with 5 updates by @dependabot in [#1808] * build(deps): Bump tempfile from 3.19.0 to 3.19.1 in /functional-tests in the rust group by @dependabot in #1807 * Support --config option in publish subcommand by @felixfontein in #1779 * Fix caching of Metadata.DataKey by @felixfontein in #1781 * Lint by @felixfontein in #1780 * updatekeys subcommand: rename GroupQuorum to ShamirThreshold by @felixfontein in #1631 * If --filename-override is specified, convert it to an absolute path same as regular filenames by @felixfontein in #1793 * Add support for oauth2.TokenSource in GCP KMS by @matheuscscp in #1794 * Added SOPS_AGE_KEY_CMD option to age, fixes #1323 by @danilobuerger in #1811 * chore: omitempty metadata to reduce the size of stored config by @cgetzen in #1571 * Improve Shamir Secret Sharing code by @felixfontein in #1813 * Update all dependencies by @felixfontein in #1814 * Run 'gofmt -w' on all .go files by @felixfontein in #1817 * Add option to explicitly check for the latest version; deprecate current default of always doing that unless disabled by @felixfontein in #1816 * Build using Go 1.24 and drop support for 1.22 by @hiddeco in [#1819] * Support GOOGLE_OAUTH_ACCESS_TOKEN for Google Cloud Platform by @marensofier in #1578 * Warn about .sops.yml files found while searching for .sops.yaml by @felixfontein in #1820 * Release 3.10.0 by @felixfontein in #1815 * Added support for multiarch windows release binaries by @sabre1041 in #1823 ++++ stress-ng: - update to 0.18.12: * physmmap: add physical memory mapping (/dev/mem) stressor * stress-link/memfd/mmaphuge/mmaptorture: fix global buffer overflow * stress-prefetch: add aarch64 load prefetch instructions (prfm) * core-asm-ret: add lpad instruction in return code on RISC-V * core-asm-ret: add PPC64 big endian and PPC little and big endian support * stress-flushcache: call dcbst_page for PPC and PPC64 * stress-nop: make policy non-clobberable for ppc32 gcc 4.9.2 builds * stress-cyclic: make policy non-clobberable for ppc32 gcc 4.9.2 builds * stress-hyperbolic: long double trig should be at least as accurate as double * stress-trig: long double trig should be at least as accurate as double * stress-opcode: Fix incorrect opcode mmap size, 2 pages short * stress-lockbus: add timer to break out stuck split locks on ppc64 * stress-regex: Fix digits regex name, should be digits and not alphas * stress-tlb-shootdown: page align two more offsets * stress-tlb-shootdown: msync memfd mapping using the correct size * stress-malloc: only declare tmp_align for aligned allocations * stress-tlb-shootdown: page align offsets * stress-open: always unlink file on O_TRUNC open * stress-stream: add hex string compare of checksums * stress-physmmap: add upper region size bounds check * stress-easy-opcode: ensure enough end spaces is available for return ops(s) * stress-easy-opcode: add a simple easy opcode stressor * stress-tlb-shootdown: make TLB shootdowns more aggressive, add metrics * core-cpu-cache: only use clflushopt if it is supported by the processor * kernel-coverage: add --physmmap-read test * stress-physmmap: add --physmmap-read option to force read data in every page * stress-misaligned: use atomic_fetch_add if 2,4,8 byte variants unavailable * stress-physmmap: attempt to mmap entire region in one mmap * stress-physmmap: make mappable_pages a register size_t * stress-physmmap: report if no pages were mappable * stress-physmmap: add physical memory mapping (/dev/mem) stressor * Remove stress-mpfr. * stress-uprobe: cast size_t to ssize_t for sane type comparison * stress-uprobe: prevent buffer overflows when parsing data * stress-race-sched: fix off-by-one comparison on method_all_index * stress-malloc: ensured aligned_alloc is a multiple of alignment * stress-bitononicsort: fix mmap'd anon mapped name * stress-vm: add collapse to vm-madvise options for MADV_COLLAPSE * core-heler: add stress_madvise_collapse to collapse pages to hugepages * stress-umask: add umask system call exercising stressor * stress-mmaptorture: add MADV_RANDOM on zero sized allocation * core-shim: add build-time check for close_range, use it in core-shim * matrix-methods.job: remove hot from hot-cpu * core-cpu-cache: add #elif for cacheflush, helps static analyzer * stress-bigheap: use bit-wise & for logical anding * stress-numa: use bit-wise & for logical anding * stress-zombie: voidify return from shim_usleep() * stress-swap: enable --swap-self on --aggressive * stress-stack: enable --stack-{fill|mlock|pageout|swap} on --aggressive * stress-shm-sysv: enable --shm-sysv-mlock on --aggressive * stress-shm: enable --shm-mlock on --aggressive * Manual: fix missing sysv shared memory heading * stress-sem: enable --sem-shared on --aggressive * stress-resources: enable --resources-mlock on --aggressive * stress-readahead: limit --readahead-bytes maximized setting to MAX_32 * stress-ramfs: make --ramfs-fill fill pages with random data * stress-ng: check for stressors that should be ignore * stress-pseek: enable --pseek-rand on --aggressive * stress-pipeherd: enable --pipeherd-yield on --aggressive * Manual: fix indentation on --pci-ops-rate option * stress-pagemove: enable --pagemove-mlock and --pagemove-numa on --aggressive * stress-numa: enable numa-shuffle-addr and numa-shuffle-node on --aggressive * Manual: fix missing netlink task title * Manual: fix missing title for mmapmany stressor * Manual: remove idle-page help * stress-malloc: flush pages when using --aggressive * stress-bigheap: use memory clearing calloc when using --aggressive * stress-vm: flush pages when using --aggressive * stress-vm-addr: flush pages when using --aggressive * stress-vma: flush pages when using --aggressive * stress-stack: flush touched stack pages when using --aggressive * stress-stack: make --stack-fill option fill stack with random data * stress-pageswap: madvise populate read when using --aggressive option * stress-munmap: for pages to page out with --aggressive option * stress-madvise: force more swapouts/swapins with --aggressive options * core-out-of-memory: Fix off-by-one array overflow error * stess-bigheap: increase reallocs and memory checks with --aggressive * stress-affinity: add more sched_setaffinity call with --aggressive option * stress-access: add more access calls with --aggressive option enabled * stress-lockbus: add 1 byte and 2 byte misaligned 32 bit lock bus operations * stress-ng: enable specifying number of instances as % of cpus * core-vmstat: add vmstat memory scaling option --vmstat-units U ++++ terragrunt: - Update to version 0.77.3: * Enhancements Error Handling for Discovery The find and list commands now leverage improved error handling when discovering configurations throughout Terragrunt projects. When configurations require authentication due to usage of functionality like get_aws_account_id(), have errors in their configurations or cycles between dependencies, the commands will do their best to return valid results, and warn the user that the results are incomplete due to suppressed errors or cut cycles. This should allow for usage of the find and list commands in more real-world use-cases, which frequently require this kind of error handling. * What's Changed - feat: Adding error handling for discovery by @yhakbar in [#4098] - Update to version 0.77.2: * New Features The backend configuration block now supports assume_role_with_web_identity for configuring the backend block of the OpenTofu/Terraform terraform block. This allows users separately authenticating to backends with a different role to leverage role assumption with OIDC. For more information, see the backend docs. * What's Changed - feat: Adding assume_role_with_web_identity for backend configs by @yhakbar in #4097 - chore: simplified processing of errors block by @denis256 in [#4046] - build(deps): Updated google.golang.org/protobuf to 1.36.6 by @denis256 in #4096 - build(deps): Updated github.com/charmbracelet/lipgloss to v1.1.0 by @denis256 in #4096 - build(deps): Update github.com/gruntwork-io/terragrunt-engine-go to v0.0.13 by @denis256 in #4096 - build(deps): Update github.com/urfave/cli/v2 to v2.27.6 by @denis256 in #4096 ++++ traefik: - Change traefik user's home directory to /var/lib/traefik. This will allow traefik to store data for plugins from https://plugins.traefik.io/plugins without permission issues This change will reflect on existing installations automatically ++++ tree-sitter-commonlisp: - update to 0.4.1: * require python >= 3.9 - update to 0.4.0: * fix typos README.md for package name * move to using tree-sitter.json ++++ tree-sitter-cuda: - update to 0.21.0: * bindings: use tree_sitter_language and Rust edition 2024 * update test action to follow tree-sitter-cpp ++++ tree-sitter-glsl: - update to 0.2.0: * docs: update README.md based on template * publish: fix project website in pyproject.toml ++++ tree-sitter-hlsl: - update to 0.2.0: * migrate to tree-sitter.json * Test and modernize bindings ++++ tree-sitter-lua: - update to 0.3.0: * refactor: use Tree-sitter prefixed calloc/free functions ++++ tree-sitter-markdown: - update to 0.4.1: * nothing of relevance - update to 0.4.0: * Fix filename of common/common.js in package.json that breaks the node package after rename * fix: recognize escaped "$" in latex blocks * fix: allow whitespace after closing code block fence * fix: highlights & injections query paths in tree-sitter.json * injections.scm: TOML +++ metadata frontmatter support ++++ trufflehog: - Update to version 3.88.20: * Postman source handle different JSON info for headers (#3995) ++++ updatecli: - Update to version 0.97.0: * Features - feat: Support key title for githubrelease source, condition @viccuad (#4528) * Maintenance - deps(go): bump module golang.org/x/net to v0.38.0 @updateclibot[bot] (#4540) - deps(go): bump module github.com/testcontainers/testcontainers-go to v0.36.0 @updateclibot[bot] (#4535) - deps(github/action): bump all dependencies @updateclibot[bot] (#4513) ++++ yast2-trans: - Update to version 84.87.20250330.b9c44bed6b: * Translated using Weblate (Esperanto) ------------------------------------------------------------------ ------------------ 2025-3-30 - Mar 30 2025 ------------------- ------------------------------------------------------------------ ++++ Bear: - update to version 3.1.6 * Add ifort and ifx support * Add ftnfe support * Add LLVM's flang support * Add xgcc and xg++ support - Add patch no-BUILD_ALWAYS.patch to prevent duplicate build artifacts ++++ libbytesize: - update to 2.11: * remove dependency on python3-six and python2 crumbs * Update translation files * tests: remove unnecessary bash dependency ++++ buildah: - Update to version 1.39.4: * [release-1.39] Bump to Buildah v1.39.4 * [release-1.39] Bump c/image to v5.34.3, c/common v0.62.3 * createPlatformContainer: drop MS_REMOUNT|MS_BIND ++++ cloud-hypervisor: - update to 45.0: * Experimental `riscv64` Architecture Support (direct kernel booting only) * Alphabetically Sorted CLI Options * Improved Downtime of VM Live Migration * Fix seccomp filters related to http-api thread * Handle cross-page access in the emulator for mshv - enable riscv64 builds ++++ ddnet: - Update to version 19.1: * [Client] Nameplate rewrite * [Editor] New speed tiles * [Client] Overhaul skin loading and refreshing, improvements for 0.7 skins * [Client] Move DDRace HUD title to correct pane * [Client] Always automatically rcon auth on local server * [Client] Add size to demo list * [Client] Allow test map locally in subfolders * [Client] Apply alpha to spectating tees from other teams * [Client] Slider to change prediction margin * [Client] Changes to mouse button press handling * [Client] Reduce FPS impact of community icon loading * [Client] Fix incorrect chat messages for inactive client * [Client] Android: Support importing touch controls with no "label-type" * [Client] Fix spectator cursor on older servers * [Client] Fix player_default_eyes not working if cl_run_on_join ends with ; * [Client] Support using dbg_graphs without debug * [Client] Fix left and right joystick hat keys * [Client] Fix camera button overlap the "record demo button" in vanilla * [Client] Clear key states on alt tab * [Client] Improve HiDPI handling * [Client] Fix crash due to changed sound sample assertion * [Editor] Add flip and rotate to speedup arrow angle * [Editor] Make "Allow all unknown settings" allow all settings * [Editor] Add shift+scroll to speedup layer * [Editor] Fix unused tele/speedup tiles deleting with shift fill mode * [Editor] Fix automap refernece popup initial selection * [Editor] Fix automapper seed crash * [Editor] Fix automapper undo and popup crashes * [Editor] Improve editor tune popup and tune tile text render * [Editor] Fix undo for hookthrough's front layer * [Server&Client] Make fifo commands usable from console * [Server] Reset velocity when using move commands * [Server] Fix unpractice when locked * [Server] Fix jetpack tuning and incorrect tune zone override * [Server] Error in auth_add when username is too long * [Server] Disable spectator count for hide_auth_status * [Server] Fix keeping spec * [Server] Don't unpause when force pause timer is over - Changes in 19.0: * [Client] Add spectator count to HUD * [Client] Auto-sync player camera option * [Client] Teleport hookline (when 1 exit) * [Editor] Add "Test map locally" button * [Editor] Automapper usability improvements * [Editor] View ingame entities * [Client] 128 player support (not in server yet) * [Client] Android: Support changing touch button background color * [Client] Button to open ddnet-saves.txt * [Client] Partial antiping (cl_antiping_percent) * [Client] Show position in freeview * [Client] Improved ingame server info * [Client] Don't show "add friend" message when everyone is offline * [Client] Teeworlds 0.7 skin fixes * [Client] Show team info in server info * [Client] Display ninja bar in 0.7 servers * [Client] Fix custom map download URLs * [Client] Make it easier to download a file and have If-Modified-Since support * [Client] Add support for checking mapbugs in client prediction * [Client] Remember selected server settings option during search * [Client] Show Teeworlds 0.7 servers in LAN browser * [Client] Reset player speed value in demo * [Client] Fix ping cache for 0.7 servers * [Client] Fix crash with long translations * [Client] Fix Vulkan crash with long text * [Client] Add translation credits to language settings * [Client] Higher quality speedup arrows * [Client] Show position of paused character currently spectating * [Client] Show FPS button in settings * [Client] Add community name tooltip to password popup * [Client] Fix touch control button's corner bug [K1nop1c0] * [Editor] Improve editor envelope preview and envelope curve rendering * [Editor] Confirm deletion of images/sounds that are used in map layers * [Editor] Fix tele cp using wrong number * [Editor] Fix crash with game tiles in other group * [Editor] Fix crash when deleting a sound * [Editor] Fix editor ctrl+right click selecting hidden layers/groups * [Server] Vanish on /spec in practice, add /unpractice * [Server] Separate infjump and invincible * [Server] List available maps as console arguments for sv_map/change_map * [Server] Allow custom mods override client prediction tune zone (per-player) * [Server] Cancel swap command with /cancel * [Server] Add sv_practice_by_default command * [Server] Persist last whisper between map changes * [Server] Preserve super on hot reload * [Server] Do not force infinite ammo for ddrace gametypes * [Server] Fix FIFO on Windows not working with linebreaks * [Server] Add hide_auth_status to rcon * [Tools] mastersrv: Add config file and hot-reloading * [Tools] dilate: Support --dry-run ++++ emptyepsilon: - Backport patches for Lua API fixes: * lua_add_getCurrentWarpSpeed.patch * lua_fix_multivar.patch * lua_add_commandBypassSelfDestruct.patch * lua_fix_commandCombatManeuver.patch ++++ ghc-crypton: - Update crypton to version 1.0.4. [#]# 1.0.4 * Ed448.sign: avoid extra re-derive of public key. [#48](https://github.com/kazu-yamamoto/crypton/pull/48) ++++ ghc-crypton-connection: - Update crypton-connection to version 0.4.4. [#]# Version 0.4.4 * Remove unused packages. [#8](https://github.com/kazu-yamamoto/crypton-connection/pull/8) ++++ ghc-network-control: - Update network-control to version 0.1.6. [#]# 0.1.6 * Allowing size 0. ++++ ghc-tls-session-manager: - Update tls-session-manager to version 0.0.8. [#]# 0.0.8 * Removing "basement". ++++ ghc-uuid: - Update uuid to version 1.3.16 revision 3. Upstream has revised the Cabal build instructions on Hackage. ++++ ghc-uuid-types: - Update uuid-types to version 1.0.6 revision 3. Upstream has revised the Cabal build instructions on Hackage. ++++ gnome-console: - Replace appstream-glib with AppStream BuildRequires, use the correct dependency, and pass tests=true to meson setup, run all the tests available. ++++ gnome-mines: - Update to version 48.0: + Updated translations. ++++ gnome-terminal: - Update to version 3.56.0+3: * build: Bump vte req version * Updated translations. ++++ gsl: - Don't package the whole _includedir, only the gsl folder ++++ python-gst: - Add 0496a778bb85e0b263ed2fddfcf3dac7961fe4f5.patch: Fix compatibility with PyGObject>=3.52.0. - Pass python-exe instead of python to meson setup, the latter is deprecated. ++++ ibis: - update to 0.13.0: * Fix the parameter order of an error in Ibis.Client.parse_mode_string * Implement Ibis.formatting_parse ++++ identity: - Update to Version 25.03 * Changed the versioning scheme to year.month. * Updated to the GNOME 48 platform. * Updated translations. ++++ iosevka-fonts: - Update to v33.2.0 * Changes of version 33.2.0 = Add flat-top variants for curly, straight-vertical-sides, and rounded-vertical-sides forms of W and w (#2146). = Add almost-flat-top variants for curly forms of W and w. = Refine shape of the following characters: ~ GREEK CAPITAL LETTER HETA (U+0370). ~ GREEK SMALL LETTER HETA (U+0371). ~ LATIN CAPITAL LETTER HALF H (U+2C75). ~ LATIN SMALL LETTER HALF H (U+2C76). ~ LATIN CAPITAL LETTER AU (U+A736). ~ LATIN CAPITAL LETTER REVERSED HALF H (U+A7F5). ~ LATIN SMALL LETTER REVERSED HALF H (U+A7F6). ~ LATIN SMALL LIGATURE FFI (U+FB03). = Make certain characters slightly wider under Quasi-Proportional. Affected characters: ~ ARMENIAN CAPITAL LETTER TO (U+0539). ~ ARMENIAN SMALL LETTER TO (U+0569). ~ ARMENIAN SMALL LIGATURE ECH YIWN (U+0587). = Fix variant application of cv38 on U+1DF0F. ++++ sdl2-compat: - Add workarounds for Leap 15's not-so-capable pkg-config. ++++ libabigail: - update to 2.6: * Use type hashing during type canonicalization. This speeds up a number of pathological test cases. * Improve Linux Kernel & Modules comparison using CTF and BTF debug information format. * Better support of some LLVM-specific DWARF lingo. ++++ libdeflate: - update to 1.23: * Fixed bug introduced in 1.20 where incorrect checksums could be calculated if libdeflate was compiled with clang at -O0 and run on a CPU supporting AVX512. * Fixed build error when using -mno-evex512 with clang 18+ or gcc 14+. * Increased the minimum CMake version to 3.10. * Further optimized the x86 CRC code. * The CMake-based build system now implements a workaround for gcc being paired with a too-old binutils version. This can prevent build errors. ++++ libdmtx: - update to 0.7.8: * cmake build fixes * dmtxRegion: add deterministic findNext variant * Adding reader programming feature. ++++ libdwarf: - update to 0.11.1: * Updated document date to today. * Each file has 1 to 3 trivial casts added and all involve things whose known range ensures the change is ok (boolean, address-size, and other known things).. * Removing trailing whitespace and fixing a couple indent mistakes. * Now checks and reports on all DIE references, meaning the DWARF reference class. * Now uses a macro for 0x%08llx clarifying printf on Dwarf_Unsigned. * Also removes an accidental trailing space in printed output. * In one place in code added yesterday an explicit dealloc of a Dwarf_Error was omitted. Found by the usual export NLIZE=y export SUPPRESSDEALLOCTREE=y regressiontest. * The code refactoed to print attributes: DW_AT_specification: DW_AT_abstract_origin: DW_AT_type: is now in place and this commit deletes the lines extracted to the new source file. * build: fix arguments order in calloc calls (#258) * Initial addition of ossfuzz 70753 and ossfuzz 70763 ++++ mozilla-nss: - update to NSS 3.109 * bmo#1939512 - Call BL_Init before RNG_RNGInit() so that special SHA instructions can be used if available * bmo#1930807 - NSS policy updates - fix inaccurate key policy issues * bmo#1945883 - SMIME fuzz target * bmo#1914256 - ASN1 decoder fuzz target * bmo#1936001 - Part 2: Revert “Extract testcases from ssl gtests for fuzzing” * bmo#1915155 - Add fuzz/README.md * bmo#1936001 - Part 4: Fix tstclnt arguments script * bmo#1944545 - Extend pkcs7 fuzz target * bmo#1912320 - Extend certDN fuzz target * bmo#1944300 - revert changes to HACL* files from bug 1866841 * bmo#1936001 - Part 3: Package frida corpus script ++++ libical: - update to 3.0.20: * Clean up the byte-swapping macros * Fix a testcase in libical-glib when using 64-bit on a 32-bit system - update to 3.0.19: * Fix for changes to the libicu 75 API * Add vcpkg manifest-mode support * Improved berkeley-db discovery on Mac with homebrew * Improved libicu discrovery on Mac with homebrew * Properly set DYLD_LIBRARY_PATH on Mac for libical-ical tests * Resolved known limitation: Negative values are now also supported for `BYMONTHDAY` and `BYYEARDAY`. * Add support for RDATE;VALUE=PERIOD * Fix time conversion to time_t for times before epoch * Allow `icalcomponent_foreach_recurrence` to receive `DATE`-only `start` and `end` params. * Fix the calculation of an event's duration if `DTSTART` is a `DATE`-only value. * Fix `icaltime_span_new()` - ignore the case where DTEND is unset and require it to be set by the caller instead. * Various fixes for fuzzer issues ++++ libical-glib: - update to 3.0.20: * Clean up the byte-swapping macros * Fix a testcase in libical-glib when using 64-bit on a 32-bit system - update to 3.0.19: * Fix for changes to the libicu 75 API * Add vcpkg manifest-mode support * Improved berkeley-db discovery on Mac with homebrew * Improved libicu discrovery on Mac with homebrew * Properly set DYLD_LIBRARY_PATH on Mac for libical-ical tests * Resolved known limitation: Negative values are now also supported for `BYMONTHDAY` and `BYYEARDAY`. * Add support for RDATE;VALUE=PERIOD * Fix time conversion to time_t for times before epoch * Allow `icalcomponent_foreach_recurrence` to receive `DATE`-only `start` and `end` params. * Fix the calculation of an event's duration if `DTSTART` is a `DATE`-only value. * Fix `icaltime_span_new()` - ignore the case where DTEND is unset and require it to be set by the caller instead. * Various fixes for fuzzer issues ++++ log4cplus: - update to 2.1.2: * Implement `LOG4CPLUS_ASSERT_FMT()` - formats assertion message using C-style format string. * Implement `LOG4CPLUS_ASSERT_FORMAT()` - formats assertion message using C++20 `` header facilities. * `log4cplus.threadPoolBlockOnFull`. When this property is `true` (default), threads will block when internal thread pool queue is full. ++++ m17n-lib: - update to 1.8.5: * This release is just for bug fixing. * Enable anthy-unicode * Use UTF-8 instead of EUC-JP in example/mimx-anthy.c * configure.ac: fix incorrect bashism ++++ libmirage: - update to 3.2.10: * libMirage: ISO writer: fix segfault when track has no associated filename ++++ mozjs128: - Update to version 128.8.1: + CVE-2025-2857: Incorrect handle could lead to sandbox escapes. - Changes from version 128.8.0: + Various security fixes: CVE-2024-43097, CVE-2025-1930, CVE-2025-1931, CVE-2025-1932, CVE-2025-1933, CVE-2025-1934, CVE-2025-1935, CVE-2025-1936. ++++ libowfat: - update to 0.34: * be more C99 compliant (Florian Weimer) * add C++ convenience overloads to uint*.h * remove unaligned memory access behind #ifdef i386 from uint*.h ++++ libpaper: - update to 2.2.6: * This release involves no code changes, but lots of tidying up. The library is now versioned on Windows, and build fixes avoid problems on macOS. ++++ librdkafka: - update to 2.8.0: * Socket options are now all set before connection (#4893). * Client certificate chain is now sent when using `ssl.certificate.pem` or `ssl_certificate` or `ssl.keystore.location` (#4894). * Avoid sending client certificates whose chain doesn't match with broker trusted root certificates (#4900). * Fixes to allow to migrate partitions to leaders with same leader epoch, or NULL leader epoch (#4901). * Support versions of OpenSSL without the ENGINE component and * Socket options are now all set before connection, as documentation says it's needed for socket buffers to take effect, even if in some cases they could have effect even after connection. * Fix for a Fetch regression when connecting to Apache Kafka < 2.7 (#4871). * Fix for an infinite loop happening with cooperative-sticky assignor * under some particular conditions (#4800). * Fix for retrieving offset commit metadata when it contains * zeros and configured with `strndup` * Fix for a loop of ListOffset requests, happening in a Fetch From Follower * scenario, if such request is made to the follower (#4616, [#4754], @kphelps). * Fix to remove fetch queue messages that blocked the destroy of rdkafka * instances * Upgrade Linux dependencies: OpenSSL 3.0.15, CURL 8.10.1 (#4875). * Upgrade Windows dependencies: MSVC runtime to 14.40.338160.0, * zstd 1.5.6, zlib 1.3.1, OpenSSL 3.3.2, CURL 8.10.1 (#4872). * SASL/SCRAM authentication fix: avoid concatenating * client side nonce once more, as it's already prepended in server sent nonce (#4895). * Allow retrying for status code 429 ('Too Many Requests') in HTTP requests for OAUTHBEARER OIDC (#4902). * KIP-460 Admin Leader Election RPC * [KIP-714] Complete consumer metrics support (#4808). * [KIP-714] Produce latency average and maximum metrics support for parity with Java client (#4847). * [KIP-848] ListConsumerGroups Admin API now has an optional filter to return only groups * of given types. * Added Transactional id resource type for ACL operations * Fix for permanent fetch errors when using a newer Fetch RPC version with an older inter broker protocol (#4806). ++++ rocksdb: - update to 9.12.2: * Bump patch version to fix a mistake in the previous 9.11.1 tag ++++ libspiro: - update to 20240903: * Downgraded ./configure AC_PREREQ(2.70) to 2.69 to allow libspiro to be built for ELN distros. - update to 20240902: * Removed bug introduced during 20221101 which caused libspiro to exit early without results. This was seen in Fontforge as straight lines (closes issue (see bug). * Updated configure.ac to also display $libdir since 64bit needs to run './configure --prefix=/usr --libdir=/usr/lib64' for distro installs (32bit ./configure --prefix=/usr' is enough). ++++ libstorage-ng: - Translated using Weblate (German) (bsc#1149754) - 4.5.244 ++++ libt3window: - Update to release 0.4.2 * GCC 14 support - Delete 0001-build-fix-configure-failure-in-gcc-14.patch (merged) ++++ libtraceevent: - update to 1.8.4: * Have sizeof() parsing handle u8/s8 through u64/s64 * Print arrays like Linux does * Print function pointer address when TEP_EVENT_FL_PRINTRAW is specified ++++ libxmlb: - update to 0.3.22: * Add support for COLLAPSE_EMPTY when exporting an XbBuilderNode (Richard Hughes) * Store the expected file size in the header to detect truncation (Richard Hughes) * Check the strtab has a trailing NUL byte * Fix an issue when exporting a silo using COLLAPSE_EMPTY * Fix calling text() on an empty element ++++ nginx: - Removed rudiment /srv/www/htdocs/50x.html (boo#1240166). - Changed nginx-conf.patch to refresh default config. ++++ openrct2: - Update to version 0.4.20 * https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.20 * Feature: [#22905] Add diagonal downward-inclined brakes to hybrid coaster and single rail coaster. * Feature: [#23759] Add see-through option to the “Cut-away View“. * Improved: [#23677] Building new ride track now inherits the colour scheme from the previous piece. * Improved: [#23720] Text fields now allow cutting to clipboard (Ctrl+X) in addition to copy and paste. * Improved: [#23874] The load/save file browser window now uses icons for its action buttons. * Improved: [#23875] Rides forbidden to be modified or destroyed can now be edited with the All destructible cheat. * Improved: [#23879] Unique weather icons for snow, heavy snow and blizzard. * Fix: [#1972, #11679] Vehicles passing by toilets can cause them to glitch (original bug). * Fix: [#9999, #10000, #10001, #10002, #10003] Truncated scenario strings when using Catalan, Czech, Japanese, Polish or Russian. * Fix: [#14486] Guests will fall through upwards sloped paths when making their way through a park entrance or ride exit (original bug). * Fix: [#15826, #23835] Wooden Roller Coaster steep turn supports glitch when train goes over them (original bug). * Fix: [#16357] Chairlift station covers draw incorrectly. * Fix: [#16657] Mine Ride right S-bend uses Mini Roller Coaster sprite (original bug). * Fix: [#18376] Ghost train gentle to flat track is not visible in tunnels. * Fix: [#18389] Gentle sloped track pieces are not visible in low clearance height tunnels (original bug). * Fix: [#18423] Underground Mini Golf holes can draw over land edges (original bug). * Fix: [#18433] CJK TrueType fonts cannot be located when font names are translated by the OS. * Fix: [#18436] Scenery on the same tile as steep to vertical track can draw over the track (original bug). * Fix: [#18711] Park entrances with their sides underground can cause glitching. * Fix: [#20848] Junior Roller Coaster booster track does not draw correctly in tunnels. * Fix: [#20948] Incorrect diagonal brakes supports on the Giga Coaster, Looping Roller Coaster and Wooden Roller Coaster. * Fix: [#21768] Dirty blocks debug overlay is rendered incorrectly on high DPI screens. * Fix: [#22229] Opening a park save file from a newer version of OpenRCT2 yields an unhelpful error message. * Fix: [#22617] Sloped Wooden and Side-Friction supports draw out of order when built directly above diagonal track pieces (original bug). * Fix: [#22620] Mine Train Coaster trains glitch on large banked turns. * Fix: [#23522] Diagonal sloped Steeplechase supports have glitched sprites at the base. * Fix: [#23580] Table header labels may overlap if the window is made very small. * Fix: [#23641] Steep to flat track is not drawn correctly in tunnels (original bug). * Fix: [#23795] Looping Roller Coaster vertical loop supports are drawn incorrectly. * Fix: [#23797] 3D Text cut off too early on multi-line signs. * Fix: [#23809] Trains glitch on Bobsleigh Coaster small helixes. * Fix: [#23811] Land edges glitch when vehicles go through gentle to flat tunnels. * Fix: [#23814] Scenarios not indexed on first start. * Fix: [#23818] Spinning tunnels can draw over sloped terrain in front of them. * Fix: [#23828] Vehicles passing by station entrances and exits can cause them to glitch (original bug). * Fix: [#23831] Hybrid Coaster large gentle banked right turns glitch when diagonal track is above them. * Fix: [#23832] Hybrid Coaster large gentle banked left turns supports glitch as train passes. * Fix: [#23836] Adjacent track can draw over large turns (original bug). * Fix: [#23858] LSM launched lift hill has a misaligned sprite. ++++ python-Automat: - make it compatible with older setuptools again ++++ python-Django: - update filelist to be compatible with newer setuptools ++++ python-mkdocs-material: - update to 9.6.10: This version is a pure refactoring release, and does not contain new features or bug fixes. It strives to improve the compatibility of our templates with alternative Jinja-like template engines that we're currently exploring, including minijinja. Additionally, it replaces several instances of Python function invocations with idiomatic use of template filters. All instances where variables have been mutated inside templates have been replaced. Most changes have been made in partials, and only a few in blocks, and all of them are fully backward compatible, so no changes to overrides are necessary. Note that this release does not replace the Jinja template engine with minijinja. However, our templates are now 99% compatible with minijinja, which means we can explore alternative Jinja-compatible implementations. Additionally, immutability and removal of almost all Python function invocations means much more idiomatic templating. ++++ python-poetry-dynamic-versioning: - update to 1.8.2: * Possible object has no attribute 'poetry' error in some projects. ++++ python-requests-futures: - update to 1.0.2: * Correct setup.py email addr ++++ python-respx: - update to 0.22.0: * Support HTTPX 0.28.0, thanks @ndhansen * Drop support for Python 3.7, to align with HTTPX 0.25.0 * Update CI test to not fail fast and cancel workflows * Add dependabot to check GitHub actions packages * Add Python 3.13 to test suite - drop respx-pr267-httpx0.28.patch, respx-pr278-httpx0.28.patch: upstream ++++ python-setuptools: - update to 78.1.0: * Restore access to _get_vc_env with a warning. ++++ python-setuptools-gettext: - update to 0.1.14: * Avoid importing convert_path from distutils, which is gone in Python 3.12 - update to 0.1.13: * Fix wheel building - update to 0.1.12: * replace logging.warn with logging.warning * Support wheel building * Update pip with dependabot * Ruff fixes * Drop python 3.7 support ++++ python-setuptools-rust: - update to 1.11.0: * Drop support for Python 3.8. #479 * Support free-threaded Python. #502 * Support adding custom env vars. #504 ++++ python-simplejson: - update to 3.20.1: * Do not memoize keys before they are coerced to string https://github.com/simplejson/simplejson/pull/329 ++++ python-sphinx-gallery: - update to 0.19.0: * Add block-level sphinx_gallery_capture_repr_block setting * Fix minigallery duplicates and add tests and update documenation * Fix: Fix minigallery duplicates * Fix incorrect paths for JupyterLite Notebook interface URLs, unpin jupyterlite-sphinx, and update JupyterLite integration docs * BUG: make _anim_rst windows compatible * Fix custom sort * DOC Fixes to minigallery doc in configuration\.rst * DOC Improve doc on linking code blocks * Doc: mention color css property to hide link * DOC Improve custom sort key docs ++++ python-sphinx-notfound-page: - update to 1.1.0: * Use the path from the READTHEDOCS_CANONICAL_URL environment variable as default for notfound_urls_prefix. ++++ python-tempora: - update to 5.8.0: * Drop support for Python 3.8, now EOL. ++++ python-tifffile: - update to 2025.3.13: * Pass 5110 tests. * Change bytes2str to decode only up to first NULL character (breaking). * Remove stripnull function calls to reduce overhead (#285). * Deprecate stripnull function. * Fix julian_datetime milliseconds (#283). * Remove deprecated dtype arguments from imread and FileSequence (breaking). * Remove deprecated imsave and TiffWriter.save function/method (breaking). * Remove deprecated option to pass multiple values to compression (breaking). * Remove deprecated option to pass unit to resolution (breaking). * Remove deprecated enums from TIFF namespace (breaking). * Remove deprecated lazyattr and squeeze_axes functions (breaking). * Improve type hints. * Deprecate Python 3.10. * Read PlaneProperty from STK UIC1Tag (#280). * Allow 'None' as alias for COMPRESSION.NONE and PREDICTOR.NONE (#274). * Zarr 3 is not supported (#272). ++++ python-trove-classifiers: - update to 2025.3.19.19: * fixup Django classifiers ++++ python-virtualenv: - update to 20.29.3: * Ignore unreadable directories in PATH ++++ python-xarray: - update to 2025.03.0: * spelling fix: possibilites -> possibilities * Duck array ops for `all` and `any` * `map_over_datasets`: fix error message for wrong result type * Use resolution-dependent default units for lazy time encoding * DOC: Fix 404 on Cubed's documentation * use mean of min/max years as offset in calculation of datetime64 mean * Fix dataarray drop attrs * Start splitting up `dataset.py` * Upgrade mypy to 1.15 * implement map_over_datasets kwargs * run CI on `python=3.13` * Prune data tree for Isomorphic operations * Skip failing array api test. * Pass node path to tokenize in `open_datatree` * Fix false timedelta decoding `SerializationWarning` and improve warning message * Add typos check to pre-commit hooks * Ensure KeyError raised for zarr datasets missing dim names * Improve handling of dtype and NaT when encoding/decoding masked and packaged datetimes and timedeltas * fix and supress some test warnings * Update asv badge url in README.md * Fix broken Zarr test * Pin pandas stubs * Use `to_numpy` in time decoding * explicitly cast the dtype of `where`'s condition parameter to `bool` * Better `uv` compatibility * Change `python_files` in `pyproject.toml` to a list * Don't skip tests when on a `mypy` branch * Fix type issues from pandas stubs * Refactor compatibility modules into xarray.compat package * Fix version in requires_zarr_v3 fixture * Adds open_datatree and load_datatree to the tutorial module * Update flaky pydap test - update to 2025.01.2: * This release brings non-nanosecond datetime and timedelta resolution to xarray, sharded reading in zarr, suggestion of correct names when trying to access non-existent data variables and bug fixes! * Remove outdated quantile test. * Relax nanosecond datetime restriction in CF time decoding * fix upstream dev issues * Suggest the correct name when no key matches in the dataset * cast type to PDDatetimeUnitOptions * Update time coding tests to assert exact equality * remove dask-expr from CI runs, fix related tests * Use zarr-fixture to prevent thread leakage errors * fix weighted polyfit for arrays with more than 2 dimensions * Fix test_doc_example on big-endian systems * Remove unnecessary a article * Fix some typing * Use flox for grouped first, last * Add `shards` to `valid_encodings` to enable sharded Zarr writing * Add shxarray to the xarray ecosystem list * Remove repetitive that (replace it with the) * Enable `DataTree.to_zarr(compute=False)` * Add `time_unit` argument to `CFTimeIndex.to_datetimeindex` * fix mean for datetime-like using the respective time resolution unit * Enable passing a `CFTimedeltaCoder` to `decode_timedelta` * Revert "Use flox for grouped first, last (#9986)" * Fix infer_freq, check for subdtype "datetime64"/"timedelta64" * Migrate Zarr region="auto" tests to a class * Fix the push method when the limit parameter is bigger than the chunk… * Use `freq="D"` instead of `freq="d"` in `pd.timedelta_range` * cast `numpy` scalars to arrays in `NamedArray.from_array` * remove outdated type-ignores * Preserve order of variables in combine_by_coords * Add FAQ answer about API stability & backwards compatibility * release notes: 2025.01.2 - update to 2025.01.1: * split out CFDatetimeCoder, deprecate use_cftime as kwarg * Fix zarr upstream tests - update to 2025.01.0: * Add blank What's New * Upgrade ruff to 0.8.0 * Improved duck array wrapping * Use compute instead of load in plot * Described default centre argument behaviour in rolling functions * Fix type annotations for `get_axis_num` (GH 9822) * Test type annotations for Variable.get_axis_num * FIX: gracfully handle missing seaborn dependency * move ensure_dtype_not_object from conventions to backends * Fixed function links in dataarray.py and dataset.py * Fix seed for random test data. * Set `zarr_format` for `zarr.consolidate_metadata` * Reference ncdata in docs. * Add Pyproject pre-commit hooks * dask tests: Avoid check for non-copies, xfail pandas comparison * Avoid local functions in push * Add token to codecov * Remove deprecated behavior for non-dim positional args * Fix/silence upstream tests * finalize deprecation of "closed"-parameter * Fix upstream Zarr compatibility * Fix interpolation when non-numeric coords are present. * Use integers instead of randint * Add "unit"-parameter to date_range, enhance iso time parser to us * Add missing DataTree attributes to docs * move scalar-handling logic into `possibly_convert_objects` * remove unused "type: ignore" comments in test_plot.py * Optimize idxmin, idxmax with dask * Cache pre-existing Zarr arrays in Zarr backend * Explicitly configure ReadTheDocs build to use conf.py * Skip dask rolling * Rewrite interp to use `apply_ufunc` * friendlier error messages for missing chunk managers * Edit serialization error message * Enhance and move ISO-8601 parser to coding.times * fix warning from scipy backend guess_can_open on directory * time coding refactor - add no-mypy-test-plugin.patch: skip pytest-mypy dependency ++++ python-zstd: - update to 1.5.6.6: * fix module version string form then building with external system library #203 - update to 1.5.6.5: * find pkg-config in paths defined in PATH environment variable, as suggested by @parona-source * add new options for development `--all-warnings` and `--all- warnings-errors` * fix action setup for building wheels - update to 1.5.6.4: * fixed `check()` function * fixed various compiller warnings * added some developer/debug options for compilation ++++ python313-setuptools: - update to 78.1.0: * Restore access to _get_vc_env with a warning. ++++ resources: - Update to version 1.8.0 + Bug fixes - In certain configurations Resources was unable to read CPU temperatures + New features - GPUs, drives and network interfaces can now show their link types and speeds - Added support for trace logs - run Resources with the environment variable RUST_LOG=resources=trace set to get highly verbose logs - Added support for reading temperatures of Raspberry PI CPUs - Added support for monitoring Raspberry Pi GPUs when running kernel 6.12 or higher - Updates in the Apps and Processes view are now paused when on Ctrl is held - Added a column for combined memory and swap usage to the Apps and Processes views + Improvements - Resources now supports type-to-search, making the “Show search on start” option obsolete - Improved behavior of the side panel especially when in portrait mode - Battery detection has been improved and power calculation now works in more configurations ++++ sbcl: - Update to version 2.5.3 * enhancement: breakpoint debugger commands have been added. Included is a stepper based on breakpoints requiring no extra instrumentation. However, it still has less functionality than the existing single stepper. See the new debugger manual section titled "Breakpoint Commands" for more information on the new commands. * minor incompatible change: the behaviour of :save-runtime-options has been restored to match the documentation. (lp#2096995, reported by Zach Beane) * minor incompatible change: invoking CHANGE-CLASS from user code no longer grabs the CLOS world lock. Callers must take responsibility for ordering execution of CHANGE-CLASS and any changes to the class hierarchy. * platform support: * * (CAS SAP) is implemented on ARM v8.1 directly with CAS instructions. * * on x86-64, list constructors emit more compact code sequences, particularly in the presence of multiple references to the same object. * * on x86 and x86-64, fix the stack overflow check to use signed comparisons. * * on Darwin/arm64 and Linux/x86-64, provide a restart to disable floating-point exceptions of the type signalled, and another to disable all floating-point exceptions. * bug fix: cycle detection in class precedence lists happens before adding classes to the direct subclasses of the parent. * bug fix: stack-allocated unaligned cons cells no longer cause errors in the debugger. * bug fix: local function type declarations no longer inhibit tail calls in (SAFETY 0) code. (lp#2039301) * bug fix: bad or unknown type specifiers in CHECK-TYPE do not crash or slow down the compiler. (lp#2102644, lp#2102653, lp#2102714, lp#2104048) * bug fix: numerous bug fixes relating to the type system's handling of arrays make SUBTYPEP more reliable and less likely to express a contradiction. (lp#1996980, lp#2100563, lp#2100728, lp#2100779, lp#2100784, lp#2100812, lp#2100825, lp#2101192, lp#2101215, lp#2101803, lp#2102684) * bug fix: improve other aspects of the type system's self-consistency. (lp#2101073, lp#2101170, lp#2101183, lp#2101189, lp#2101399, lp#2101589) * bug fix: fix compiler type error when deriving the type of FTRUNCATE. (lp#2101073) * bug fix: fix compiler error when deriving constraints for single-floats. (lp#2102759) * bug fix: startup tuning for particular microarchitectures no longer accidentally disables one of the optimizations. * optimization: ROW-MAJOR-AREF is transformed to use the same array machinery as one-dimensional array references. (Thanks to Scott Burson for the suggestion) * optimization: list constructors emit shorter code sequences on x86-64, particularly in the presence of multiple references to the same object. * optimization: FLOOR and CEILING on ratios do not unnecessarily cons. * optimization: provide specialized CALL-NEXT-METHOD functions for the no-argument and full-argument cases. ++++ video-trimmer: - Update to version 25.03: * Changed the versioning scheme to year.month. * Moved the accurate trimming and remove audio options from the save dialog to the main window. * Added , and . shortcuts for short video stepping. * Updated to the GNOME 48 platform. * Updated translations. ++++ xfce4-session: - Build sub-package wayland-experimental only on Tumbleweed or Slowroll; Leap does not provide labwc (yet). ++++ xtensor: - Version 0.26.0 - Adding the ability to enable memory overlap check in assignment to avoid unneeded temporary memory allocation - Pure xtensor FFT implementation - Update for C++ 20 compatibility - Fixed CI added OSX 13 and GCC 12 - Fix compile issue with clang 19.1.1 - Avoid warnings in compiler version checks - Bump OSX Version 12 -> 13 to avoid deprecated environment - Update gh-pages.yml - Upgraded to xsimd 13.2.0 - Added missing configuration key for RTD - Code reorganization - Adding fix for incorrect usage of xt::has_assign_conversion in xassig - Upgraded to xtl 0.8.0 and C++17 - Migrated to more recent compilers - Fix for Clang19 ++++ xtl: - update to 0.8.0: * Migrated to C++17 and replaced backported features with standard ones ------------------------------------------------------------------ ------------------ 2025-3-29 - Mar 29 2025 ------------------- ------------------------------------------------------------------ ++++ 389-ds: - Add python-psutil requires (boo#1240340). ++++ android-tools: - Use system libusb library (>= 1.0.28 with SuperSpeedPlus support) for Factory/TW ++++ armadillo: - Update to version 14.4.1: * faster handling of pow() and square() within accu() and sum() expressions * faster sort() and sort_index() for complex matrices * expanded the field class with .reshape() and .resize() member functions * more efficient handling of compound expressions by sum(), reshape(), trans() * better detection of vector expressions by pow(), imag(), conj() - Fix typo in baselibs.conf. ++++ at-spi2-core: - Update to version 2.56.1: + device-a11y-manager: - Fix crash on dispose - Check properly for the DBus backend presence ++++ aubio: - Fix build differently: + BuildRequire waf and use system waf instead of old intree version. + waflib_python312.patch is only needed in python-aubio. ++++ capstone: - Update to version 5.0.5: * Full changelog at https://github.com/capstone-engine/capstone/compare/4.0.2...5.0.5 - Use CMake for building * Include .cmake devel files ++++ collada-dom: - remove unused pcre build dependency - run tests ++++ dive: - Update to version 0.13.1: * Bug Fixes - Fix layer selection to select only one layer at a time [#585 @wagoodman] - Gitlab-ci integration is broken with latest docker image [#580 #586 @wagoodman] - Failed to Create Container After Upgrading to 0.13.0 [#576 [#586] @wagoodman] - exec: "getent": executable file not found in $PATH [#582 #586 @wagoodman] - Publish dive to ghcr.io [#573 #577 @wagoodman] * Additional Changes - Add x-cmd method to install dive [#550 @lunrenyi] ++++ fail2ban: - distutils (provided by python3-setuptools) is also needed during time, or f2b cannot launch the systemd log analyzer backend. - Delete all pre-SUSE-15.x build instructions. - Delete fail2ban-opensuse-service-sfw.patch, fail2ban-opensuse-service.patch, sfw-fail2ban.conf, since this mostly part of the pristine fail2ban.service.in already. (Unit modified in %install for SFW.) ++++ gtk4: - Update to version 4.18.3: + Bugs fixed: - GtkTextView left and right margins - Deadkeys using UFDD modifiers do not work under gtk4 apps - Wrong position for input method when line number is enabled - Uninitialized variable being used at _gdk_win32_surface_compute_size - Vulkan renderer: `vkCreateSwapchainKHR` errors on windows when opening a popover for the first time - GtkTextView double click select then drag not working - Menu is does not open on mobile since translation is too long - a11y: remove_from_accessible_relation: assertion 'GTK_IS_AT_CONTEXT (self)' failed - window: Allow window resizing to always work - columnview: Measure header for get_border - vulkan: Fix copy/paste error - widget: Explicitly annotate visible's getter - build: Use accesskit-c 0.15 - Fixed MacOS GDK issue where calling main loop iterations in some Cocoa event... - widget: Explicitly annotate sensitive's getter - Windows: Fix #warning not defined with MSVC - Add more deprecations - Emit inclusion warning only in normal use - Fix Double-Free Issue in GTK Print Backend CPDB - wayland: Avoid a warning without posix_fallocate - print: Add more docs - listbox: Don't explicitly show headers and model rows - Test rapid cursor changes - wayland: Avoid setting the same shape twice - Drop an unused field - build: Improve libintl function check - gdkglcontext-win32-wgl.c: Apply scale for glAddSwapHintRectWIN() (fix use on HiDPI) - gtklistbase: Do not select invalid positions - inspector: Persist some UI state - gstsink: Set the actual buffer size - menus: prefer standard shortcuts over action keys - wayland: Stop using syscall() for memfds - memoryformat: Remove unneeded GL header - Improve BEPO compose sequence visuals + Updated translation. ++++ ghc-crypton: - Update crypton to version 1.0.3. [#]# 1.0.3 * Make sign of Ed25519/Ed448 safer. The public key parameter is ignored and its public key is generated from the secret key parameter to prevent Double Public Key Signing Function Oracle Attack. [#47](https://github.com/kazu-yamamoto/crypton/pull/47) ++++ goodvibes: - Update to 0.8.2: * New translations: Estonian, Interlingua, Tamil. * Updated translations: Finnish, Portuguese (Brazil). ++++ vim: - Update to version 9.1.1258: * patch 9.1.1258: regexp: max \U and \%U value is limited by INT_MAX * patch 9.1.1257: - Mixing vim_strsize() with mb_ptr2cells() in pum_redraw() - runtime(lf): add lf r34 keywords to syntax script * patch 9.1.1256: - if_python: duplicate tuple data entries - runtime(vim): Update base-syntax, match tuples * patch 9.1.1255: missing test condition for 'pummaxwidth' setting * patch 9.1.1254: need more tests for the comment plugin * patch 9.1.1253: - abort when closing window with attached quickfix data - runtime(doc): non-portable sed regex in Makefile for pi_netrw.txt rule * patch 9.1.1252: typos in code and docs related to 'diffopt' "inline:" * patch 9.1.1251: if_python: build error with tuples and dynamic python * patch 9.1.1250: cannot set the maximum popup menu width * patch 9.1.1249: - tests: no test that 'listchars' "eol" doesn't affect "gM" - runtime(doc): group python interface related items in todo.txt * patch 9.1.1248: compile error when building without FEAT_QUICKFIX * patch 9.1.1247: fragile setup to get (preferred) keys from key_name_entry * patch 9.1.1246: coverity complains about some changes in v9.1.1243 * patch 9.1.1245: need some more tests for curly braces evaluation ++++ imb-mpich: - Remove support for gnu-hpc build flavours. ++++ imb-mvapich2: - Remove support for gnu-hpc build flavours. ++++ imb-openmpi4: - Remove support for gnu-hpc build flavours. ++++ imb-openmpi5: - Remove support for gnu-hpc build flavours. ++++ kbd: - Add kbd-2.7.1-reproducible-gzip.patch (bsc#1240348) ++++ kernel-source-longterm: - Linux 6.12.21 (bsc#1234429). - firmware: qcom: scm: Fix error code in probe() (bsc#1234429). - firmware: imx-scu: fix OF node leak in .probe() (bsc#1234429). - arm64: dts: freescale: tqma8mpql: Fix vqmmc-supply (bsc#1234429). - arm64: dts: rockchip: remove supports-cqe from rk3588 jaguar (bsc#1234429). - arm64: dts: rockchip: remove supports-cqe from rk3588 tiger (bsc#1234429). - xfrm: fix tunnel mode TX datapath in packet offload mode (bsc#1234429). - xfrm_output: Force software GSO only in tunnel mode (bsc#1234429). - soc: imx8m: Remove global soc_uid (bsc#1234429). - soc: imx8m: Use devm_* to simplify probe failure handling (bsc#1234429). - soc: imx8m: Unregister cpufreq and soc dev in cleanup path (bsc#1234429). - ARM: dts: bcm2711: Fix xHCI power-domain (bsc#1234429). - ARM: dts: bcm2711: PL011 UARTs are actually r1p5 (bsc#1234429). - arm64: dts: bcm2712: PL011 UARTs are actually r1p5 (bsc#1234429). - arm64: dts: rockchip: Remove undocumented sdmmc property from lubancat-1 (bsc#1234429). - RDMA/rxe: Fix the failure of ibv_query_device() and ibv_query_device_ex() tests (bsc#1234429). - RDMA/bnxt_re: Add missing paranthesis in map_qp_id_to_tbl_indx (bsc#1234429). - RDMA/mlx5: Handle errors returned from mlx5r_ib_rate() (bsc#1234429). - ARM: OMAP1: select CONFIG_GENERIC_IRQ_CHIP (bsc#1234429). - ARM: dts: bcm2711: Don't mark timer regs unconfigured (bsc#1234429). - ARM: dts: BCM5301X: Fix switch port labels of ASUS RT-AC5300 (bsc#1234429). - ARM: dts: BCM5301X: Fix switch port labels of ASUS RT-AC3200 (bsc#1234429). - dma-mapping: fix missing clear bdr in check_ram_in_range_map() (bsc#1234429). - RDMA/bnxt_re: Avoid clearing VLAN_ID mask in modify qp path (bsc#1234429). - RDMA/hns: Fix soft lockup during bt pages loop (bsc#1234429). - RDMA/hns: Fix unmatched condition in error path of alloc_user_qp_db() (bsc#1234429). - RDMA/hns: Fix invalid sq params not being blocked (bsc#1234429). - RDMA/hns: Fix a missing rollback in error path of hns_roce_create_qp_common() (bsc#1234429). - RDMA/hns: Fix missing xa_destroy() (bsc#1234429). - RDMA/hns: Fix wrong value of max_sge_rd (bsc#1234429). - Bluetooth: Fix error code in chan_alloc_skb_cb() (bsc#1234429). - Bluetooth: hci_event: Fix connection regression between LE and non-LE adapters (bsc#1234429). - accel/qaic: Fix possible data corruption in BOs > 2G (bsc#1234429). - ARM: davinci: da850: fix selecting ARCH_DAVINCI_DA8XX (bsc#1234429). - tracing: tprobe-events: Fix to clean up tprobe correctly when module unload (bsc#1234429). - ata: libata-core: Add ATA_QUIRK_NO_LPM_ON_ATI for certain Samsung SSDs (bsc#1234429). - net: ethernet: ti: am65-cpsw: Fix NAPI registration sequence (bsc#1234429). - net: ipv6: fix TCP GSO segmentation with NAT (bsc#1234429). - ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw() (bsc#1234429). - ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create() (bsc#1234429). - devlink: fix xa_alloc_cyclic() error handling (bsc#1234429). - dpll: fix xa_alloc_cyclic() error handling (bsc#1234429). - phy: fix xa_alloc_cyclic() error handling (bsc#1234429). - gpu: host1x: Do not assume that a NULL domain means no DMA IOMMU (bsc#1234429). - net: atm: fix use after free in lec_send() (bsc#1234429). - net: ti: icssg-prueth: Add lock to stats (bsc#1234429). - net: lwtunnel: fix recursion loops (bsc#1234429). - net: ipv6: ioam6: fix lwtunnel_output() loop (bsc#1234429). - libfs: Fix duplicate directory entry in offset_dir_lookup (bsc#1234429). - net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTES (bsc#1234429). - tracing: tprobe-events: Fix leakage of module refcount (bsc#1234429). - i2c: omap: fix IRQ storms (bsc#1234429). - net: mana: Support holes in device list reply msg (bsc#1234429). - dt-bindings: can: renesas,rcar-canfd: Fix typo in pattern properties for R-Car V4M (bsc#1234429). - can: rcar_canfd: Fix page entries in the AFL list (bsc#1234429). - can: ucan: fix out of bound read in strscpy() source (bsc#1234429). - can: flexcan: only change CAN state when link up in system PM (bsc#1234429). - can: flexcan: disable transceiver during system PM (bsc#1234429). - drm/xe: Fix exporting xe buffers multiple times (bsc#1234429). - drm/v3d: Don't run jobs that have errors flagged in its fence (bsc#1234429). - io_uring/net: don't clear REQ_F_NEED_CLEANUP unconditionally (bsc#1234429). - riscv: dts: starfive: Fix a typo in StarFive JH7110 pin function definitions (bsc#1234429). - netfs: Call `invalidate_cache` only if implemented (bsc#1234429). - regulator: dummy: force synchronous probing (bsc#1234429). - regulator: check that dummy regulator has been probed before using it (bsc#1234429). - accel/qaic: Fix integer overflow in qaic_validate_req() (bsc#1234429). - arm64: dts: freescale: imx8mp-verdin-dahlia: add Microphone Jack to sound card (bsc#1234429). - arm64: dts: freescale: imx8mm-verdin-dahlia: add Microphone Jack to sound card (bsc#1234429). - arm64: dts: rockchip: fix pinmux of UART0 for PX30 Ringneck on Haikou (bsc#1234429). - arm64: dts: rockchip: fix pinmux of UART5 for PX30 Ringneck on Haikou (bsc#1234429). - mmc: sdhci-brcmstb: add cqhci suspend/resume to PM ops (bsc#1234429). - mmc: atmel-mci: Add missing clk_disable_unprepare() (bsc#1234429). - selftests/mm: run_vmtests.sh: fix half_ufd_size_MB calculation (bsc#1234429). - mm: fix error handling in __filemap_get_folio() with FGP_NOWAIT (bsc#1234429). - mm/migrate: fix shmem xarray update during migration (bsc#1234429). - mm/page_alloc: fix memory accept before watermarks gets initialized (bsc#1234429). - proc: fix UAF in proc_get_inode() (bsc#1234429). - memcg: drain obj stock on cpu hotplug teardown (bsc#1234429). - ARM: dts: imx6qdl-apalis: Fix poweroff on Apalis iMX6 (bsc#1234429). - ARM: shmobile: smp: Enforce shmobile_smp_* alignment (bsc#1234429). - firmware: qcom: uefisecapp: fix efivars registration race (bsc#1234429). - efi/libstub: Avoid physical address 0x0 when doing random allocation (bsc#1234429). - keys: Fix UAF in key_put() (bsc#1234429). - xsk: fix an integer overflow in xp_create_and_assign_umem() (bsc#1234429). - batman-adv: Ignore own maximum aggregation size during RX (bsc#1234429). - soc: qcom: pdr: Fix the potential deadlock (bsc#1234429). - pmdomain: amlogic: fix T7 ISP secpower (bsc#1234429). - drm/radeon: fix uninitialized size issue in radeon_vce_cs_parse() (bsc#1234429). - drm/sched: Fix fence reference count leak (bsc#1234429). - drm/amdgpu/gfx12: correct cleanup of 'me' field with gfx_v12_0_me_fini() (bsc#1234429). - drm/amd/display: Fix message for support_edp0_on_dp1 (bsc#1234429). - drm/amd/display: Use HW lock mgr for PSR1 when only one eDP (bsc#1234429). - drm/amd/pm: add unique_id for gfx12 (bsc#1234429). - drm/amdgpu: Restore uncached behaviour on GFX12 (bsc#1234429). - drm/amdgpu/pm: Handle SCLK offset correctly in overdrive for smu 14.0.2 (bsc#1234429). - drm/amdgpu/pm: wire up hwmon fan speed for smu 14.0.2 (bsc#1234429). - drm/amdgpu: Remove JPEG from vega and carrizo video caps (bsc#1234429). - drm/amdgpu: Fix MPEG2, MPEG4 and VC1 video caps max size (bsc#1234429). - drm/amdgpu: Fix JPEG video caps max size for navi1x and raven (bsc#1234429). - drm/amdkfd: Fix user queue validation on Gfx7/8 (bsc#1234429). - ksmbd: fix incorrect validation for num_aces field of smb_acl (bsc#1234429). - io_uring/net: fix sendzc double notif flush (bsc#1234429). - KVM: arm64: Calculate cptr_el2 traps on activating traps (bsc#1234429). - KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state (bsc#1234429). - KVM: arm64: Remove host FPSIMD saving for non-protected KVM (bsc#1234429). - KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN (bsc#1234429). - KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN (bsc#1234429). - KVM: arm64: Refactor exit handlers (bsc#1234429). - KVM: arm64: Mark some header functions as inline (bsc#1234429). - KVM: arm64: Eagerly switch ZCR_EL{1,2} (bsc#1234429). - Revert "sched/core: Reduce cost of sched_move_task when config autogroup" (bsc#1234429). - libsubcmd: Silence compiler warning (bsc#1234429). - arm64: dts: rockchip: fix u2phy1_host status for NanoPi R4S (bsc#1234429). - mm/huge_memory: drop beyond-EOF folios with the right number of refs (bsc#1234429). - mptcp: Fix data stream corruption in the address announcement (bsc#1234429). - Rename to patches.kernel.org/6.12.21-050-Revert-gre-Fix-IPv6-link-local-address-genera.patch. - commit d06a107 ++++ kernel-firmware-amdgpu: - Update to version 20250328 (git commit 4bfa7c6351ab): * amdgpu: update dcn 3.5 and dcn 3.5.1 firmware to 9.0.27.0 * amdgpu: update dcn 3.1.4 firmware to 8.0.78.0 ++++ kernel-longterm: - Linux 6.12.21 (bsc#1234429). - firmware: qcom: scm: Fix error code in probe() (bsc#1234429). - firmware: imx-scu: fix OF node leak in .probe() (bsc#1234429). - arm64: dts: freescale: tqma8mpql: Fix vqmmc-supply (bsc#1234429). - arm64: dts: rockchip: remove supports-cqe from rk3588 jaguar (bsc#1234429). - arm64: dts: rockchip: remove supports-cqe from rk3588 tiger (bsc#1234429). - xfrm: fix tunnel mode TX datapath in packet offload mode (bsc#1234429). - xfrm_output: Force software GSO only in tunnel mode (bsc#1234429). - soc: imx8m: Remove global soc_uid (bsc#1234429). - soc: imx8m: Use devm_* to simplify probe failure handling (bsc#1234429). - soc: imx8m: Unregister cpufreq and soc dev in cleanup path (bsc#1234429). - ARM: dts: bcm2711: Fix xHCI power-domain (bsc#1234429). - ARM: dts: bcm2711: PL011 UARTs are actually r1p5 (bsc#1234429). - arm64: dts: bcm2712: PL011 UARTs are actually r1p5 (bsc#1234429). - arm64: dts: rockchip: Remove undocumented sdmmc property from lubancat-1 (bsc#1234429). - RDMA/rxe: Fix the failure of ibv_query_device() and ibv_query_device_ex() tests (bsc#1234429). - RDMA/bnxt_re: Add missing paranthesis in map_qp_id_to_tbl_indx (bsc#1234429). - RDMA/mlx5: Handle errors returned from mlx5r_ib_rate() (bsc#1234429). - ARM: OMAP1: select CONFIG_GENERIC_IRQ_CHIP (bsc#1234429). - ARM: dts: bcm2711: Don't mark timer regs unconfigured (bsc#1234429). - ARM: dts: BCM5301X: Fix switch port labels of ASUS RT-AC5300 (bsc#1234429). - ARM: dts: BCM5301X: Fix switch port labels of ASUS RT-AC3200 (bsc#1234429). - dma-mapping: fix missing clear bdr in check_ram_in_range_map() (bsc#1234429). - RDMA/bnxt_re: Avoid clearing VLAN_ID mask in modify qp path (bsc#1234429). - RDMA/hns: Fix soft lockup during bt pages loop (bsc#1234429). - RDMA/hns: Fix unmatched condition in error path of alloc_user_qp_db() (bsc#1234429). - RDMA/hns: Fix invalid sq params not being blocked (bsc#1234429). - RDMA/hns: Fix a missing rollback in error path of hns_roce_create_qp_common() (bsc#1234429). - RDMA/hns: Fix missing xa_destroy() (bsc#1234429). - RDMA/hns: Fix wrong value of max_sge_rd (bsc#1234429). - Bluetooth: Fix error code in chan_alloc_skb_cb() (bsc#1234429). - Bluetooth: hci_event: Fix connection regression between LE and non-LE adapters (bsc#1234429). - accel/qaic: Fix possible data corruption in BOs > 2G (bsc#1234429). - ARM: davinci: da850: fix selecting ARCH_DAVINCI_DA8XX (bsc#1234429). - tracing: tprobe-events: Fix to clean up tprobe correctly when module unload (bsc#1234429). - ata: libata-core: Add ATA_QUIRK_NO_LPM_ON_ATI for certain Samsung SSDs (bsc#1234429). - net: ethernet: ti: am65-cpsw: Fix NAPI registration sequence (bsc#1234429). - net: ipv6: fix TCP GSO segmentation with NAT (bsc#1234429). - ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw() (bsc#1234429). - ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create() (bsc#1234429). - devlink: fix xa_alloc_cyclic() error handling (bsc#1234429). - dpll: fix xa_alloc_cyclic() error handling (bsc#1234429). - phy: fix xa_alloc_cyclic() error handling (bsc#1234429). - gpu: host1x: Do not assume that a NULL domain means no DMA IOMMU (bsc#1234429). - net: atm: fix use after free in lec_send() (bsc#1234429). - net: ti: icssg-prueth: Add lock to stats (bsc#1234429). - net: lwtunnel: fix recursion loops (bsc#1234429). - net: ipv6: ioam6: fix lwtunnel_output() loop (bsc#1234429). - libfs: Fix duplicate directory entry in offset_dir_lookup (bsc#1234429). - net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTES (bsc#1234429). - tracing: tprobe-events: Fix leakage of module refcount (bsc#1234429). - i2c: omap: fix IRQ storms (bsc#1234429). - net: mana: Support holes in device list reply msg (bsc#1234429). - dt-bindings: can: renesas,rcar-canfd: Fix typo in pattern properties for R-Car V4M (bsc#1234429). - can: rcar_canfd: Fix page entries in the AFL list (bsc#1234429). - can: ucan: fix out of bound read in strscpy() source (bsc#1234429). - can: flexcan: only change CAN state when link up in system PM (bsc#1234429). - can: flexcan: disable transceiver during system PM (bsc#1234429). - drm/xe: Fix exporting xe buffers multiple times (bsc#1234429). - drm/v3d: Don't run jobs that have errors flagged in its fence (bsc#1234429). - io_uring/net: don't clear REQ_F_NEED_CLEANUP unconditionally (bsc#1234429). - riscv: dts: starfive: Fix a typo in StarFive JH7110 pin function definitions (bsc#1234429). - netfs: Call `invalidate_cache` only if implemented (bsc#1234429). - regulator: dummy: force synchronous probing (bsc#1234429). - regulator: check that dummy regulator has been probed before using it (bsc#1234429). - accel/qaic: Fix integer overflow in qaic_validate_req() (bsc#1234429). - arm64: dts: freescale: imx8mp-verdin-dahlia: add Microphone Jack to sound card (bsc#1234429). - arm64: dts: freescale: imx8mm-verdin-dahlia: add Microphone Jack to sound card (bsc#1234429). - arm64: dts: rockchip: fix pinmux of UART0 for PX30 Ringneck on Haikou (bsc#1234429). - arm64: dts: rockchip: fix pinmux of UART5 for PX30 Ringneck on Haikou (bsc#1234429). - mmc: sdhci-brcmstb: add cqhci suspend/resume to PM ops (bsc#1234429). - mmc: atmel-mci: Add missing clk_disable_unprepare() (bsc#1234429). - selftests/mm: run_vmtests.sh: fix half_ufd_size_MB calculation (bsc#1234429). - mm: fix error handling in __filemap_get_folio() with FGP_NOWAIT (bsc#1234429). - mm/migrate: fix shmem xarray update during migration (bsc#1234429). - mm/page_alloc: fix memory accept before watermarks gets initialized (bsc#1234429). - proc: fix UAF in proc_get_inode() (bsc#1234429). - memcg: drain obj stock on cpu hotplug teardown (bsc#1234429). - ARM: dts: imx6qdl-apalis: Fix poweroff on Apalis iMX6 (bsc#1234429). - ARM: shmobile: smp: Enforce shmobile_smp_* alignment (bsc#1234429). - firmware: qcom: uefisecapp: fix efivars registration race (bsc#1234429). - efi/libstub: Avoid physical address 0x0 when doing random allocation (bsc#1234429). - keys: Fix UAF in key_put() (bsc#1234429). - xsk: fix an integer overflow in xp_create_and_assign_umem() (bsc#1234429). - batman-adv: Ignore own maximum aggregation size during RX (bsc#1234429). - soc: qcom: pdr: Fix the potential deadlock (bsc#1234429). - pmdomain: amlogic: fix T7 ISP secpower (bsc#1234429). - drm/radeon: fix uninitialized size issue in radeon_vce_cs_parse() (bsc#1234429). - drm/sched: Fix fence reference count leak (bsc#1234429). - drm/amdgpu/gfx12: correct cleanup of 'me' field with gfx_v12_0_me_fini() (bsc#1234429). - drm/amd/display: Fix message for support_edp0_on_dp1 (bsc#1234429). - drm/amd/display: Use HW lock mgr for PSR1 when only one eDP (bsc#1234429). - drm/amd/pm: add unique_id for gfx12 (bsc#1234429). - drm/amdgpu: Restore uncached behaviour on GFX12 (bsc#1234429). - drm/amdgpu/pm: Handle SCLK offset correctly in overdrive for smu 14.0.2 (bsc#1234429). - drm/amdgpu/pm: wire up hwmon fan speed for smu 14.0.2 (bsc#1234429). - drm/amdgpu: Remove JPEG from vega and carrizo video caps (bsc#1234429). - drm/amdgpu: Fix MPEG2, MPEG4 and VC1 video caps max size (bsc#1234429). - drm/amdgpu: Fix JPEG video caps max size for navi1x and raven (bsc#1234429). - drm/amdkfd: Fix user queue validation on Gfx7/8 (bsc#1234429). - ksmbd: fix incorrect validation for num_aces field of smb_acl (bsc#1234429). - io_uring/net: fix sendzc double notif flush (bsc#1234429). - KVM: arm64: Calculate cptr_el2 traps on activating traps (bsc#1234429). - KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state (bsc#1234429). - KVM: arm64: Remove host FPSIMD saving for non-protected KVM (bsc#1234429). - KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN (bsc#1234429). - KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN (bsc#1234429). - KVM: arm64: Refactor exit handlers (bsc#1234429). - KVM: arm64: Mark some header functions as inline (bsc#1234429). - KVM: arm64: Eagerly switch ZCR_EL{1,2} (bsc#1234429). - Revert "sched/core: Reduce cost of sched_move_task when config autogroup" (bsc#1234429). - libsubcmd: Silence compiler warning (bsc#1234429). - arm64: dts: rockchip: fix u2phy1_host status for NanoPi R4S (bsc#1234429). - mm/huge_memory: drop beyond-EOF folios with the right number of refs (bsc#1234429). - mptcp: Fix data stream corruption in the address announcement (bsc#1234429). - Rename to patches.kernel.org/6.12.21-050-Revert-gre-Fix-IPv6-link-local-address-genera.patch. - commit d06a107 ++++ kernel-syms-longterm: - Linux 6.12.21 (bsc#1234429). - firmware: qcom: scm: Fix error code in probe() (bsc#1234429). - firmware: imx-scu: fix OF node leak in .probe() (bsc#1234429). - arm64: dts: freescale: tqma8mpql: Fix vqmmc-supply (bsc#1234429). - arm64: dts: rockchip: remove supports-cqe from rk3588 jaguar (bsc#1234429). - arm64: dts: rockchip: remove supports-cqe from rk3588 tiger (bsc#1234429). - xfrm: fix tunnel mode TX datapath in packet offload mode (bsc#1234429). - xfrm_output: Force software GSO only in tunnel mode (bsc#1234429). - soc: imx8m: Remove global soc_uid (bsc#1234429). - soc: imx8m: Use devm_* to simplify probe failure handling (bsc#1234429). - soc: imx8m: Unregister cpufreq and soc dev in cleanup path (bsc#1234429). - ARM: dts: bcm2711: Fix xHCI power-domain (bsc#1234429). - ARM: dts: bcm2711: PL011 UARTs are actually r1p5 (bsc#1234429). - arm64: dts: bcm2712: PL011 UARTs are actually r1p5 (bsc#1234429). - arm64: dts: rockchip: Remove undocumented sdmmc property from lubancat-1 (bsc#1234429). - RDMA/rxe: Fix the failure of ibv_query_device() and ibv_query_device_ex() tests (bsc#1234429). - RDMA/bnxt_re: Add missing paranthesis in map_qp_id_to_tbl_indx (bsc#1234429). - RDMA/mlx5: Handle errors returned from mlx5r_ib_rate() (bsc#1234429). - ARM: OMAP1: select CONFIG_GENERIC_IRQ_CHIP (bsc#1234429). - ARM: dts: bcm2711: Don't mark timer regs unconfigured (bsc#1234429). - ARM: dts: BCM5301X: Fix switch port labels of ASUS RT-AC5300 (bsc#1234429). - ARM: dts: BCM5301X: Fix switch port labels of ASUS RT-AC3200 (bsc#1234429). - dma-mapping: fix missing clear bdr in check_ram_in_range_map() (bsc#1234429). - RDMA/bnxt_re: Avoid clearing VLAN_ID mask in modify qp path (bsc#1234429). - RDMA/hns: Fix soft lockup during bt pages loop (bsc#1234429). - RDMA/hns: Fix unmatched condition in error path of alloc_user_qp_db() (bsc#1234429). - RDMA/hns: Fix invalid sq params not being blocked (bsc#1234429). - RDMA/hns: Fix a missing rollback in error path of hns_roce_create_qp_common() (bsc#1234429). - RDMA/hns: Fix missing xa_destroy() (bsc#1234429). - RDMA/hns: Fix wrong value of max_sge_rd (bsc#1234429). - Bluetooth: Fix error code in chan_alloc_skb_cb() (bsc#1234429). - Bluetooth: hci_event: Fix connection regression between LE and non-LE adapters (bsc#1234429). - accel/qaic: Fix possible data corruption in BOs > 2G (bsc#1234429). - ARM: davinci: da850: fix selecting ARCH_DAVINCI_DA8XX (bsc#1234429). - tracing: tprobe-events: Fix to clean up tprobe correctly when module unload (bsc#1234429). - ata: libata-core: Add ATA_QUIRK_NO_LPM_ON_ATI for certain Samsung SSDs (bsc#1234429). - net: ethernet: ti: am65-cpsw: Fix NAPI registration sequence (bsc#1234429). - net: ipv6: fix TCP GSO segmentation with NAT (bsc#1234429). - ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw() (bsc#1234429). - ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create() (bsc#1234429). - devlink: fix xa_alloc_cyclic() error handling (bsc#1234429). - dpll: fix xa_alloc_cyclic() error handling (bsc#1234429). - phy: fix xa_alloc_cyclic() error handling (bsc#1234429). - gpu: host1x: Do not assume that a NULL domain means no DMA IOMMU (bsc#1234429). - net: atm: fix use after free in lec_send() (bsc#1234429). - net: ti: icssg-prueth: Add lock to stats (bsc#1234429). - net: lwtunnel: fix recursion loops (bsc#1234429). - net: ipv6: ioam6: fix lwtunnel_output() loop (bsc#1234429). - libfs: Fix duplicate directory entry in offset_dir_lookup (bsc#1234429). - net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTES (bsc#1234429). - tracing: tprobe-events: Fix leakage of module refcount (bsc#1234429). - i2c: omap: fix IRQ storms (bsc#1234429). - net: mana: Support holes in device list reply msg (bsc#1234429). - dt-bindings: can: renesas,rcar-canfd: Fix typo in pattern properties for R-Car V4M (bsc#1234429). - can: rcar_canfd: Fix page entries in the AFL list (bsc#1234429). - can: ucan: fix out of bound read in strscpy() source (bsc#1234429). - can: flexcan: only change CAN state when link up in system PM (bsc#1234429). - can: flexcan: disable transceiver during system PM (bsc#1234429). - drm/xe: Fix exporting xe buffers multiple times (bsc#1234429). - drm/v3d: Don't run jobs that have errors flagged in its fence (bsc#1234429). - io_uring/net: don't clear REQ_F_NEED_CLEANUP unconditionally (bsc#1234429). - riscv: dts: starfive: Fix a typo in StarFive JH7110 pin function definitions (bsc#1234429). - netfs: Call `invalidate_cache` only if implemented (bsc#1234429). - regulator: dummy: force synchronous probing (bsc#1234429). - regulator: check that dummy regulator has been probed before using it (bsc#1234429). - accel/qaic: Fix integer overflow in qaic_validate_req() (bsc#1234429). - arm64: dts: freescale: imx8mp-verdin-dahlia: add Microphone Jack to sound card (bsc#1234429). - arm64: dts: freescale: imx8mm-verdin-dahlia: add Microphone Jack to sound card (bsc#1234429). - arm64: dts: rockchip: fix pinmux of UART0 for PX30 Ringneck on Haikou (bsc#1234429). - arm64: dts: rockchip: fix pinmux of UART5 for PX30 Ringneck on Haikou (bsc#1234429). - mmc: sdhci-brcmstb: add cqhci suspend/resume to PM ops (bsc#1234429). - mmc: atmel-mci: Add missing clk_disable_unprepare() (bsc#1234429). - selftests/mm: run_vmtests.sh: fix half_ufd_size_MB calculation (bsc#1234429). - mm: fix error handling in __filemap_get_folio() with FGP_NOWAIT (bsc#1234429). - mm/migrate: fix shmem xarray update during migration (bsc#1234429). - mm/page_alloc: fix memory accept before watermarks gets initialized (bsc#1234429). - proc: fix UAF in proc_get_inode() (bsc#1234429). - memcg: drain obj stock on cpu hotplug teardown (bsc#1234429). - ARM: dts: imx6qdl-apalis: Fix poweroff on Apalis iMX6 (bsc#1234429). - ARM: shmobile: smp: Enforce shmobile_smp_* alignment (bsc#1234429). - firmware: qcom: uefisecapp: fix efivars registration race (bsc#1234429). - efi/libstub: Avoid physical address 0x0 when doing random allocation (bsc#1234429). - keys: Fix UAF in key_put() (bsc#1234429). - xsk: fix an integer overflow in xp_create_and_assign_umem() (bsc#1234429). - batman-adv: Ignore own maximum aggregation size during RX (bsc#1234429). - soc: qcom: pdr: Fix the potential deadlock (bsc#1234429). - pmdomain: amlogic: fix T7 ISP secpower (bsc#1234429). - drm/radeon: fix uninitialized size issue in radeon_vce_cs_parse() (bsc#1234429). - drm/sched: Fix fence reference count leak (bsc#1234429). - drm/amdgpu/gfx12: correct cleanup of 'me' field with gfx_v12_0_me_fini() (bsc#1234429). - drm/amd/display: Fix message for support_edp0_on_dp1 (bsc#1234429). - drm/amd/display: Use HW lock mgr for PSR1 when only one eDP (bsc#1234429). - drm/amd/pm: add unique_id for gfx12 (bsc#1234429). - drm/amdgpu: Restore uncached behaviour on GFX12 (bsc#1234429). - drm/amdgpu/pm: Handle SCLK offset correctly in overdrive for smu 14.0.2 (bsc#1234429). - drm/amdgpu/pm: wire up hwmon fan speed for smu 14.0.2 (bsc#1234429). - drm/amdgpu: Remove JPEG from vega and carrizo video caps (bsc#1234429). - drm/amdgpu: Fix MPEG2, MPEG4 and VC1 video caps max size (bsc#1234429). - drm/amdgpu: Fix JPEG video caps max size for navi1x and raven (bsc#1234429). - drm/amdkfd: Fix user queue validation on Gfx7/8 (bsc#1234429). - ksmbd: fix incorrect validation for num_aces field of smb_acl (bsc#1234429). - io_uring/net: fix sendzc double notif flush (bsc#1234429). - KVM: arm64: Calculate cptr_el2 traps on activating traps (bsc#1234429). - KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state (bsc#1234429). - KVM: arm64: Remove host FPSIMD saving for non-protected KVM (bsc#1234429). - KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN (bsc#1234429). - KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN (bsc#1234429). - KVM: arm64: Refactor exit handlers (bsc#1234429). - KVM: arm64: Mark some header functions as inline (bsc#1234429). - KVM: arm64: Eagerly switch ZCR_EL{1,2} (bsc#1234429). - Revert "sched/core: Reduce cost of sched_move_task when config autogroup" (bsc#1234429). - libsubcmd: Silence compiler warning (bsc#1234429). - arm64: dts: rockchip: fix u2phy1_host status for NanoPi R4S (bsc#1234429). - mm/huge_memory: drop beyond-EOF folios with the right number of refs (bsc#1234429). - mptcp: Fix data stream corruption in the address announcement (bsc#1234429). - Rename to patches.kernel.org/6.12.21-050-Revert-gre-Fix-IPv6-link-local-address-genera.patch. - commit d06a107 ++++ keylightd: - add systemd_pre hook - correct permissions of service file ++++ kitty: - Update to 0.41.0: * A new mode of operation for text_fg_override_threshold to override foreground colors so as to maintain a minimum contrast between foreground and background text colors. Works in a perceptual color space for best color accuracy (#8420) - https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.text_fg_override_threshold * A 15% improvement in throughput when processing text thanks to using a multi-stage table for Unicode property lookups * kitty +open: Ask for confirmation by default when running executables to work around some badly designed programs that try to open links in documents that point to executable files. Can be overridden by specifying your own launch-actions.conf. - https://sw.kovidgoyal.net/kitty/open_actions/#launch-actions * Fix a regression in version 0.40.0 causing a crash when the underline thickness of the font is zero (#8443) * Fix a regression in version 0.40.0 causing a hang on resizing with a wide character at the right edge of a line that needs to be moved onto the next line (#8464) * Fix a regression in 0.40.1 that caused copying to clipboard via OSC 52 from applications that don’t specify a destination in the escape code not working (#8459) * Wayland: Fix a regression in the previous release that caused crashes on compositors that don’t support the xdg-toplevel-icon protocol and the user has set a custom kitty icon (#8471) ++++ kubectl-browse-pvc: - Update to version 1.3.0: * update go.mod * Update README.md * Bump golang.org/x/net from 0.33.0 to 0.36.0 in /src * Add option to pass in uid ++++ kubetui: - Update to version 1.7.0: * New Features - Added shell completion support for bash and zsh (#745) * Major Updates - Upgraded rust crate dirs to v6 (#696) - Upgraded rust crate nom to v8 (#704) * Other Updates - Updated rust crate kube to 0.99.0 (#740) - Updated rust crate http to v1.3.0 and v1.3.1 (#737) - Updated rust crate tokio to v1.44.1 (#741) - Updated rust crate once_cell to v1.21.1, v1.21.2, v1.21.3 (#742, #752) - Updated rust crate async-trait to v0.1.88 (#744) - Updated rust crate log to v0.4.27 (#747) - Updated rust crate clap to v4.5.33, v4.5.34 (#748) - Routine dependency lock file maintenance (#743, #746, #751) ++++ recode: - update to 3.7.15: * fix a case in which librecode would close a file handle that was supplied by the caller ++++ shadowsocks-libev: - port to pcre2, add shadowsocks-libev-3.3.5-pcre2.patch based on https://github.com/shadowsocks/shadowsocks-libev/pull/1792 ++++ libtheora: - update to 1.2.0 * New 'ptalarbvorm' encoder with better rate/distortion optimization * New th_encode_ctl option for copying configuration from an existing setup header, useful for splicing streams. * Returns TH_DUPFRAME in more cases. * Add ARM optimizations * Add TI C64x+ DSP optimizations * Other performance improvements * Rename speedlevel 2 to 3 and provide a new speedlevel 2 * Various minor bug fixes * Bumped minor SONAME versions as methods changed constness of arguments. * Updated libogg dependency to version 1.3.4 for ogg_uint64_t. * Updated doxygen setup. * Updated autotools setup and support scripts * Improved ARM support. * Converted SCons setup to work with Python 3. * Introduced new configure options --enable-mem-constraint and - -enable-gcc-sanitizers. * Fixed all known compiler warnings and errors from gcc and clang. * Improved examples for stability and correctness. * Various speed, bug fixes and code quality improvements. - Fixed build problem with Visual Studio - Avoids undefined bit shift of signed numbers - Avoids example encoder crash on bogus audio input - Fixed musl linking issue with asm enabled - Fixed some broken clamping in rate control - Added NULL check _tc and _setup even for data packets - Fixed mismatched oc_mb_fill_cmapping11 signature - Updated the documentation for theora_encode_comment() - Adjusted build to only link libcompat with dump_video - Corrected an operator precedence error in the visualization code - Fixed two spelling errors in the comments - Avoid negative bit shift operation in huffdec.c (CVE-2024-56431) * Improved library documentation and specification text. * Adjusted library dependencies so libtheoraenc do not depend on libtheoradec. * Handle fallout from CVE-2017-14633 in libvorbis, check return value in encoder_example and transcoder_example. * Bumped minor SONAME versions as oc_comment_unpack() implementation changed. * Added example wrapper script encoder_example_ffmpeg * Improve comment handling on platforms where malloc(0) return NULL * Added pragma in example code to quiet clang op precedenca warnings. * Adjusted encoder_example help text. * Adjusted README, CHANGES, pkg-config and spec files to better reflect current release * Corrected english typos in source and build system. * Switched http links to https in doc and comments where relevant. Did not touch RFC drafts. - do not obsolete itself - remove workaround for ppc64 as that arch does not exist anymore - use macros (autosetup, make, ldconfig_scriptlets) - be more verbose in the %files section (list every file) ++++ lxqt-wayland-session: - Updated labwc config patch to include LABWC_CONFIG_DIR ++++ madeline: - Update to version 0.1+git.1733505506.5c2abae: * graph: update for unicode 16 * Preserve newlines in history file * Continue line when it isn't considered done * Map alt+backspace to delete word * Separate words on any whitespace ++++ meslo-lg-fonts: - Remove old specfile constructs. ++++ mpich: - Remove support for gnu-hpc build flavours ++++ mpich-ofi: - Remove support for gnu-hpc build flavours ++++ mpitests: - Remove support for gnu-hpc build flavours. - Remove code handling pre-SLE12 builds. ++++ mpitests-mpich: - Remove support for gnu-hpc build flavours. - Remove code handling pre-SLE12 builds. ++++ mpitests-mpich-ofi: - Remove support for gnu-hpc build flavours. - Remove code handling pre-SLE12 builds. ++++ mpitests-mvapich2: - Remove support for gnu-hpc build flavours. - Remove code handling pre-SLE12 builds. ++++ mpitests-mvapich2-psm2: - Remove support for gnu-hpc build flavours. - Remove code handling pre-SLE12 builds. ++++ mpitests-openmpi4: - Remove support for gnu-hpc build flavours. - Remove code handling pre-SLE12 builds. ++++ mpitests-openmpi5: - Remove support for gnu-hpc build flavours. - Remove code handling pre-SLE12 builds. ++++ mvapich2: - Remove support for gnu-hpc build flavours. ++++ mvapich2-psm2: - Remove support for gnu-hpc build flavours. ++++ mvapich3-ofi: - Remove support of gnu-hpc build flavours. ++++ mvapich3-ucx: - Remove support of gnu-hpc build flavours. ++++ nfpm: - Update to version 2.42.0: * New Features - 2c0c2a0: feat: Add BuildHost option to RPM packages (#914) (@onshorechet) * Bug fixes - 17cc289: fix: nfpm init changelog file name (@caarlos0) * Dependency updates - 4200fa0: feat(deps): update to go 1.23, update golang.org/x/ deps (@caarlos0) * Other work - ed61e2e: docs: fix typo in goarch-to-pkg.md (#916) (@erdnaxeli) - eaf8141: docs: update cmd docs (@caarlos0) ++++ openmpi4: - Remove support for gnu-hpc build flavours. ++++ openmpi4-testsuite: - Remove support for gnu-hpc build flavours. ++++ openmpi5: - Remove support for gnu-hpc build flavours. ++++ openmpi5-testsuite: - Remove support for gnu-hpc build flavours. ++++ openresolv: - update to 3.14.1: * unbound: Add option for marking domains as private * Add a new exlcude option to exclude a whole file on match * Remove reference to README for configure options - added openresolv.keyring for signature verification ++++ python-EditorConfig: - Update to version 0.17.0+git.1743012229.8dca1b6: * chore(deps): update dependency setuptools to v78 (#70) * chore(deps): update dependency setuptools to >=77.0.3 (#69) * chore(deps): update dependency setuptools to v77 (#68) * chore(deps): update dependency setuptools to >=76.1.0 (#66) * chore(deps): update dependency setuptools to v76 (#67) * chore(deps): update dependency setuptools to >=75.8.2 (#65) * chore(deps): update dependency setuptools to >=75.8.1 (#64) * chore(deps): update tests digest to 38e1f14 (#63) * chore(deps): update tests digest to 7d75ceb (#62) * chore(deps): update dependency setuptools to >=75.8.0 (#61) * chore(deps): update dependency setuptools to v75 (#60) * Add renovate for auto updating dependencies (#58) * Bump version to 0.17.0 (#57) * Use alpine 3.21 (CMake 3.21), bump tests (#56) * Use alpine instead of Debian image for testing (#55) * Move the metadata into `PEP 621`-compliant `pyproject.toml` (#54) * Add CI for Runtime Test (#53) * Require CMake 3.16.3 (#52) ++++ python-mocket: - uptdate to 3.13.4: * License update - 2025 * Missing dependency typing-extensions ++++ python-numpy1: - Disable and remove support of gnu-hpc build flavours (bsc#1239982) ++++ python-requre: - update to 0.9.1: * Adjusted `requre-purge` to not replace GitHub tokens with dummy token that still looks like a legit one and also case-sensitiveness on the cookies from Pagure. ++++ python-scripttest: - update to 2.0: * Python 3.6 or higher is now required * The temporary file discovery logic was rewritten, thus it will flag dangling temporary files more reliably * Various metadata updates to reflect that scripttest is now a PyPA project hosted on GitHub and ReadTheDocs * Don't attempt to hash a named pipe to avoid indefinite hanging * Include tests in source distributions ++++ python-specfile: - update to 0.34.2: * context_management: add a type stub override to fix typing. Type checkers like mypy and pyright can now correctly determine the types for `.sources()`, `.sections()`, and the other `Specfile` methods that return context managers. ++++ python-subprocess-tee: - update to 0.4.2: * Use exec mode when passed a list of strings (#101) - drop 0001-test-test_unit.py-do-not-use-python3-rather-use-sys..patch: merged upstream ++++ python-typing_extensions: - update to 4.13.0: * Add `typing_extensions.TypeForm` from PEP 747. * Add `typing_extensions.get_annotations`, a backport of * `inspect.get_annotations` that adds features specified * by PEP 649. * Backport `evaluate_forward_ref` from CPython * Update PEP 728 implementation to a newer version of the PEP. * Copy the coroutine status of functions and methods wrapped with `@typing_extensions.deprecated`. * Fix bug where `TypeAliasType` instances could be subscripted even where they were not generic. * Fix bug where a subscripted `TypeAliasType` instance did not have all attributes of the original `TypeAliasType` instance on older Python versions. * Fix bug where subscripted `TypeAliasType` instances (and some other subscripted objects) had wrong parameters if they were directly subscripted with an `Unpack` object. ++++ python-tzdata: - update to 2025.2: * Upstream version 2025b released 2025-03-22T20:40:46+00:00 * New zone for Aysén Region in Chile which moves from -04/-03 to -03. * Chile's Aysén Region moves from -04/-03 to -03 year-round, joining Magallanes Region. * Iran switched from +04 to +0330 on 1978-11-10 at 24:00, not at year end. ++++ python-uharfbuzz: - update to 0.48.0: * Build vendored HarfBuzz again with HB_EXPERIMENTAL_API to restore * support for VARC and other experimental HarfBuzz features. - update to 0.47.0: * Update to HarfBuzz 11.0.0 ++++ scons: - SCons 4.9.1: * Fix CacheDir initialization code failed on Python 3.7 * developer visible fixes and changes for other platforms ++++ senpai: - Initial packaging effort for senpai 0.4.0. ++++ teleport: - update to 17.4.1: * Fix a bug causing the discovery service to fail to configure teleport on discovered nodes when managed updates v2 are enabled. #53543 ++++ tik: - Update to version 1.3.11: * [encrypt] Revert machine-id generation (boo#1239804) ++++ tycho: - Added patch: * bnd-on-multi-release.patch + fix "Classes found in the wrong directory" by ignoring the warning ++++ wireless-regdb: - Update to version 20250220 (boo#1240356): * Update regulatory info for Oman (OM) * Update regulatory rules for Iran (IR) on both 2.4 and 5Ghz for 2021 * Update regulatory info for Cayman Islands (KY) for 2024 * Update regulatory rules for Austria (AT) * Permit 320 MHz bandwidth in 6 GHz band in ETSI/CEPT * Update regulatory rules for Armenia (AM) on 2.4 and 5 GHz * Update regulatory info for Azerbaijan (AZ) on 6GHz for 2024 ++++ zim: - Update to 0.76.3: * Add seperator to template for new files * Fix spellcheck state at startup * Fix cursor position after undo indent * Fix test suite release 0.76.2 - Update to 0.76.2: * Let new page and quicknote templates place cursor * Let find match within sourceview blocks * Add property with template for filename of pasted images * In InsertLinkDialog translate file to page link * Fix issue with GSPell support ------------------------------------------------------------------ ------------------ 2025-3-28 - Mar 28 2025 ------------------- ------------------------------------------------------------------ ++++ FlightGear: - Update to 2024.1.1 * https://www.flightgear.org/download/releases/2024-1/ * Highlights: + Real-time dynamic shadows and lights + Added preliminary support for VR headsets using OpenXR + Added a preview of World Scenery 3.0, a new scenery system that uses multiple levels of detail to provide higher frame-rates and lower memory occupancy at higher visibility ranges + Fixed a large number of crashes, bugs, and memory leaks ++++ FlightGear-data: - Update to 2024.1.1 * https://www.flightgear.org/download/releases/2024-1/ ++++ Komikku: - update to 1.74.0: * [Library] Fixed inconsistent background color introduced in previous version * [Servers] Aurora Scan (pt_BR): Disabled * [Servers] Noromax (ID): Update * [Servers] Tecno Scans (EN): Update * [Servers] Wicked Witch Scan (pt_BR): Disabled * [Servers] Up-to-date modules feature: an app restart is now required for a change to take effect (modules update or setting activation/deactivation) * [L10n] Updated Bulgarian, Czech, French, Russian and Ukrainian translations ++++ MozillaFirefox: - Mozilla Firefox 136.0.4 MFSA 2025-19 (bsc#1240084) * CVE-2025-2857, CVE-2025-2783 (bmo#1956398) Incorrect handle could lead to sandbox escapes 136.0.3 * Significantly improved responsiveness on TikTok by improving the speed of date formatting. (bmo#1954323) 136.0.2 * Fixed a bug where "Cookies and site data" and "Temporary cached files and pages" were unexpectedly enabled after updating to Firefox 136 for users with "History" and/or "Site settings" set to clear on shutdown in previous versions. (bmo#1952564) * Fixed an issue where the Primary Password prompt appeared in unexpected situations. (bmo#1946121) * Fixed visibility issues with radio buttons on dark backgrounds (bmo#1951930) * Fixed high CPU usage on Windows when the screen was locked or the laptop lid was closed. (bmo#1924932) - Use default clang version. (by Aaron Puchert) ++++ SimGear: - Update to 2024.1.1 * https://www.flightgear.org/download/releases/2024-1/ - Drop upstream patches: * add_NasalIORulesChecker.patch * simgear-boost-1.81.patch ++++ aalib: - Use -std=gnu11 to avoid the strict C23 default from GCC 15. ++++ agama-yast: - Properly map AutoYaST scripts "sources" to "content" (gh#agama-project/agama#2224). ++++ libalternatives: - Update to version v1.2+31.da24cd4: * utils: better handle case of unknown option ++++ apache-arrow: - Re-enable flight, grpc has been fixed boo#1237422 ++++ apache-commons-beanutils: - Update to 1.10.1 * Fixed Bugs: + BEANUTILS-541: FluentPropertyBeanIntrospector concurrency issue (backport to 1.X) #325. + Javadoc is missing its Overview page. + 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). + Deprecate BeanUtils.BeanUtils(). + Deprecate ConstructorUtils.ConstructorUtils(). + Deprecate LocaleBeanUtils.LocaleBeanUtils(). + Deprecate LocaleConvertUtils.LocaleConvertUtils(). + Deprecate ConvertUtils.ConvertUtils(). + Deprecate MethodUtils.MethodUtils(). + Deprecate PropertyUtils.PropertyUtils(). * Changes: + Bump org.apache.commons:commons-parent from 78 to 81. - Includes changes from 1.10.0 * Fixed Bugs: + BEANUTILS-541: FluentPropertyBeanIntrospector caches corrupted writeMethod (1.x backport) #69. + Replace internal use of Locale.ENGLISH with Locale.ROOT. + Replace Maven CLIRR plugin with JApiCmp. + Port to Java 1.4 Throwable APIs (!). + Fix Javadoc generation on Java 8, 17, and 21. + AbstractArrayConverter.parseElements(String) now returns a List instead of a raw List. * Changes: + Bump org.apache.commons:commons-parent from 47 to 78. + Bump Java requirement from Java 6 to 8. + Bump junit:junit from 4.12 to 4.13.2. + Bump JUnit from 4.x to 5.x "vintage". + Bump commons-logging:commons-logging from 1.2 to 1.3.4. + Deprecate BeanUtilsBean.initCause(Throwable, Throwable) for removal, use Throwable.initCause(Throwable). + Deprecate BeanUtils.initCause(Throwable, Throwable) for removal, use Throwable.initCause(Throwable). - Update apache-commons-beanutils-fix-build-version.patch to reflect new version. ++++ apache-commons-codec: - Update to 1.18.0 * New features + Add Base32.Builder.setHexDecodeTable(boolean). + Add Base32.Builder.setHexEncodeTable(boolean). * Changes + Bump org.apache.commons:commons-parent from 78 to 79. - Includes changes from 1.17.2 * Fixed Bugs + Rewrite DaitchMokotoffSoundex.soundex(String) using String.join(). + CODEC-324: Use Resource.class to load resources, rather than its class loader #353. + Deprecate CharSequenceUtils.CharSequenceUtils(). + Deprecate Sha2Crypt.Sha2Crypt(). * Changes + Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 [#296], #305, #313. + Bump org.apache.commons:commons-parent from 71 to 78 #310, [#312], #319, #323, #326, #333. + [test] Bump commons-io:commons-io from 2.16.1 to 2.18.0 #318, [#341]. + Bump org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to 3.2.1 #332. ++++ aubio: - Fix build by using python312 and enabling waflib_python312.patch for the main build. ++++ bcftools: - Update to version 1.21: Too many changes to list, for details see included NEWS file or https://github.com/samtools/bcftools/releases/tag/1.21 - Update to version 1.20: Too many changes to list, for details see included NEWS file or https://github.com/samtools/bcftools/releases/tag/1.20 ++++ libhts: - Update to version 1.21: * Extend annot-tsv with several new command line options. * Allow annot-tsv -a to rename annotations. * Extend annot-tsv --overlap to be able to specify the overlap fraction separately for source and target. * Added new APIs to facilitate low-level CRAM container manipulations, used by the new samtools cat region filtering code. * Some speed improvements. For a complete list of changes, see https://github.com/samtools/htslib/releases/tag/1.21 ++++ blog: - Update to version 2.29 * Make sure that password prompt is seen Latest Use a temporary buffer to be silent during asking passwords. And stop system console output during password questions only if temporary buffer becomes short. As well as do coloring on /dev/ttysclp0 for S390. - Drop patch.patch as now upstream - Modify temporary patch patch.patch * Use a temporary buffer to be silent during asking passwords * Stop system console output during password questions only if temporary buffer becomes short ++++ calibre: - Update to 8.1.1 - Version 8.1.1 fixes a regression causing an error that does not affect functionality on startup on macOS - Update to 8.1.0 * New features - Edit metadata dialog: Allow right clicking on the cover to edit it with an external program - Virtual library tabs: When the tabs are locked prevent them from being re-ordered as well - FreeBSD: Add support for connecting to devices * Bug fixes - macOS: Fix regression in previous release that caused calibre:// URLs to no longer work - macOS: Fix a regression in calibre 8 that prevented icons in menus from being rendered - Kobo driver: Fix hyphenation settings not being applied correctly when generating KEPUB to put on the device - KEPUB Output: Include leading whitespace in kobo sentence span tags. This prevents unsightly breaks when highlighting across formatted text on the Kobo - Content server: Fix FB2 books not readable via the in-browser viewer - Edit book: Add text narration: Fix preferred voice for language setting being ignored - E-book viewer: Use IPC to update annotations when calibre is running. Avoids possible loss of annotations in the Annotations browser due to db being locked - Ensure calibre temp files are deleted even on program crash - Fix incorrect minimums on font size changing controls in viewer - Fix regression in previous release causing incorrect rendering of layout menu on some macOS machines - Fix archive formats such as ZIP not being indexed for full text search ++++ chirp: - Update to version 20250328: * Add driver for Wouxun KG-805g * Updated Italian, Spanish Translation * Initial support of QYT KT-5000. * kg816/818: Fix query string processing * add UV21ProV2 and UV21ProGPS * Disable immutable mem.extra in expanded memory editor * update upper frequency limit that is displayed in validation error message ++++ gcc15: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-aarch64-gcc15: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-aarch64-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-amdgcn-gcc15: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-arm-gcc15: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-arm-none-gcc15: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-arm-none-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-avr-gcc15: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-avr-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-bpf-gcc15: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-hppa-gcc15: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-hppa-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-loongarch64-gcc15: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-loongarch64-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-m68k-gcc15: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-mips-gcc15: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-nvptx-gcc15: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-ppc64-gcc15: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-ppc64le-gcc15: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-ppc64le-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-pru-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-riscv64-elf-gcc15: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-riscv64-elf-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-riscv64-gcc15: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-riscv64-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-rx-gcc15: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-rx-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-s390x-gcc15: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-s390x-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-sparc-gcc15: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ cross-sparc64-gcc15: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ ddskk: - Update to ddskk 17.1_Neppu * too long see ChangeLog - Update to skkdic 20250328 * auto-updated by python script, have no idea what was changed ++++ dnf-plugins-core: - 4.10.1 * spec: toggle dnf5_obsoletes_dnf for RHEL 11 * reposync: Avoid multiple downloads of duplicate packages * doc: needs-restarting uses UnitsLoadStartTimestamp boot time * debuginfo-install: Fix missing dnf.cli import * copr Fix missing dnf.cli import * tests: Fix missing dnf.cli imports - 4.10.0 * CMakeLists.txt: Allow overriding PYTHON_INSTALL_DIR * Add Amazon Linux to copr chroots * needs-restarting: Add --exclude-services * needs-restarting: Add --exclude-services to man page * needs-restarting: Get boot time from systemd UnitsLoadStartTimestamp * needs-restarting: "Regular files" are often on 00:xx devices * needs-restarting tests: Can't discriminate block devices any more - 4.9.0 * Enable leaves and show-leaves plugins for RHEL * expired-pgp-keys: New plugin for detecting expired PGP keys * reposync: Respect --norepopath with --metadata-path * doc: copr plugin does not respect IP family preference * expired-pgp-keys: Fix calling the hook at resolved time - 4.8.0 * needs-restarting: Revert using systemd start time * spec: Fix symbolic links to packaged files * needs-restarting: detect packages providing NEED_REBOOT. * build: Disable debug plugin on Fedora > 40 and RHEL > 9 * download plugin now resolves dependencies for debuginfo and debugsource packages - 4.7.0 * docs: Documentation of needs-restarting boot time * man: Prepare pages for dnf5 switch * spec: Prepare for switch of dnf5 in Rawhide - 4.6.0: * Updated AUTHORS file * needs-restarting: get systemd boot time from UnitsLoadStartTimestamp * Add new plugin pre-transaction-actions - 4.5.0: * Request filelists metadata for plugins needing that ++++ dnscrypt-proxy: - Updated to version 2.1.8 * Dependencies have been updated, notably the QUIC implementation, which could be vulnerable to denial-of-service attacks. * In forwarding rules, the target can now optionally include a non-standard DNS port number. The port number is also now optional when using IPv6. * An annoying log message related to permissions on Windows has been suppressed. * Resolver IP addresses can now be refreshed more frequently. Additionally, jitter has been introduced to prevent all resolvers from being refreshed simultaneously. Further changes have been implemented to mitigate issues arising from multiple concurrent attempts to resolve a resolver's IP address. * An empty value for "tls_cipher_suite" is now equivalent to leaving the property undefined. Previously, it disabled all TLS cipher suites, which had little practical justification. * In forwarding rules, an optional `*.` prefix is now accepted. ++++ dovecot24: - update to 2.4.1 * auth: Change unix_listener/auth-userdb/group = $SET:default_internal_group This change needs dovecot_config_version=2.4.1. * auth: lua - Remove support for single string result. * imap: Unconditionally advertise SPECIAL-USE capability. * lib-dcrypt: Install dcrypt_openssl.so into dovecot modules directory. * lib-master: For glibc, default MALLOC_MMAP_THRESHOLD_=131072. * lib-storage: Change default mail_cache_fields to: hdr.date hdr.subject hdr.from hdr.sender hdr.reply-to hdr.to hdr.cc hdr.bcc hdr.in-reply-to hdr.message-id date.received size.virtual imap.bodystructure mime.parts hdr.references hdr.importance hdr.x-priority hdr.x-open-xchange-share-url pop3.uidl pop3.order. This change needs dovecot_config_version=2.4.1. * lib-var-expand: Use moduledir instead of pkglibdir for crypt. * lmtp: Change the default lmtp_user_concurrency_limit to 10. This change needs dovecot_config_version=2.4.1. * lmtp: Change the default service_restart_request_count to 1. This change needs dovecot_config_version=2.4.1. + auth: Allow configuring passdb/userdb sql to use auth-workers. + config: Add default group @mailbox_defaults = english. + config: Improve "Unknown setting" error with more details and suggestions. + doveconf: Add -U parameter to ignore unknown settings in config file. + fts-flatcurve: Support lock files in VOLATILEDIR. + imap-acl: Add support for the IMAP LIST-MYRIGHTS capability (RFC 8440). + imap-client: Support ANONYMOUS authentication. + imap: Implement support for the REPLACE capability. - Many bugs have been fixed. ++++ etcd: - Update to version 3.5.21: * bump golang.org/x/net from v0.36.0 to v0.38.0 * bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 to address CVE-2025-30204 (bsc#1240515) ++++ expat: - version update to 2.7.1 Bug fixes: [#980] #989 Restore event pointer behavior from Expat 2.6.4 (that the fix to CVE-2024-8176 changed in 2.7.0); affected API functions are: - XML_GetCurrentByteCount - XML_GetCurrentByteIndex - XML_GetCurrentColumnNumber - XML_GetCurrentLineNumber - XML_GetInputContext Other changes: [#976] #977 Autotools: Integrate files "fuzz/xml_lpm_fuzzer.{cpp,proto}" with Automake that were missing from 2.7.0 release tarballs [#983] #984 Fix printf format specifiers for 32bit Emscripten [#992] docs: Promote OpenSSF Best Practices self-certification [#978] tests/benchmark: Resolve mistaken double close [#986] Address compiler warnings [#990] #993 Version info bumped from 11:1:10 (libexpat*.so.1.10.1) to 11:2:10 (libexpat*.so.1.10.2); see https://verbump.de/ for what these numbers do Infrastructure: [#982] CI: Start running Perl XML::Parser integration tests [#987] CI: Enforce Clang Static Analyzer clean code [#991] CI: Re-enable warning clang-analyzer-valist.Uninitialized for clang-tidy [#981] CI: Cover compilation with musl [#983] #984 CI: Cover compilation with 32bit Emscripten [#976] #977 CI: Protect against fuzzer files missing from future release archives ++++ gcc15-testresults: - Update to GCC trunk head, 15.0.1+git9001 * includes -msplit-patch-nops required for user-space livepatching on powerpc * includes fix for Ada build with --enable-host-pie - Adjust for removed avx10_2roundingintrin.h intrinsic header. - Build GCC executables PIE on SLE. [bsc#1239938] ++++ ghc-network-control: - Update network-control to version 0.1.5. [#]# 0.1.5 * New API: `lookup'` adjusts the target priority. * New API: `LRUCacheRef` stuffs * `insert` rebuilds PSQ when reached the limit. ++++ google-gson: - Rewrite the build system for ant to avoid potential build cycles with upcoming Maven 4 - Removed patches: * no-template-plugin.patch * osgi-export-internal.patch + factored into the ant build already ++++ grilo: - Update to version 0.3.16+17: * pls: Fix thumbnail URI for remote files in Flatpak * net: Fix possible regressions from GTask port (6c97aed) * grilo-test-ui: Use new separate-src config for filesystem * pls: Use fast-content-type on remote shares * pls: Add thumbnails for remote files * Correct 404 URIs to Tracker Ontology reference * Updated translations. - Switch to git checkout via source service, current head. ++++ grilo-plugins: - Update to version 0.3.16+45: * iptv: fix typo in the path of the icon * iptv: add search support * iptv: improve browsing support * iptv: add logo * plugins: add IPTV source * raitv: Remove Rai.tv plugin * lua-factory: Remove Apple Trailers plugin * euronews: Update for recent site changes * tests: Adapt to tracker-test-sandbox utility changes * filesystem: Differentiate two error sources - Switch to gitcheckout via source service, current head. - Add localsearch, needed for tests. ++++ gsl: - Remove obsolete Obsolete (from almost a decade ago) - Remove HPC code as it's unused now (bsc#1239982) ++++ hashlink: - Fix build on architectures different to ix86 and x86_64 by disabling the VM and adding implement_hl_debug_break_for_more_architectures.patch - Drop fix_arm_compilation.patch ++++ htscodecs: - Update to 1.6.1: * Changes + Improve warning levels by the compiler in CI. + Switch to GitHub actions for some CI builds. + Add configure check for cpuid systems. * Bug fixes + Use unsigned chars for ctype macros in the name tokeniser. On many systems this was already mitigated against, but on some OSes a char > 128 could trigger a buffer underrun. + Improve AVX512 compiler support. + Fix -std=c99 -pendantic pedantry (#117) ++++ hyprland: - Update to version 0.48.1: + This is a bugfix release with some patches cherry-picked from main on top of 0.48.0. + Fixes backported - renderer: Simplify and fix hdr metadata setting - seat: avoid sending null surfaces in leave/enter events - xwl: don't close the fd too early - groupbar: apply scaling factor to text - pass: remove unused timeline in texpass - groupbar: round boxes - groupbar: include clipBox in opaque calculations - opengl: don't attempt to compile cm on gles3.0 - surfacestate: track and apply updated state - internal: fix minor ubsan errors - workspaces: minor fixes to persistence - surfacestate: reset buffer bit before applying to current - core: don't damage the entire surface every frame - xwayland: cleanup server startup and fds ++++ irqbalance: - Provide 2 systemd Environment files, a package provided one and a possibly existing user provided one overwriting default env vars provided by the package if found. EnvironmentFile=/usr/lib/irqbalance/defaults.env EnvironmentFile=-/etc/irqbalance/defaults.env - Remove fillup dependency due to above changes ++++ jline3: - Rewrite to use Ant to build. This prevents potential cycles with upcoming Maven 4 ++++ junit5: - Fix errors in aggregator.pom and in ant build system that prevent successful builds with upcoming Maven 4 - Generate a non-modular javadoc ++++ junit5-minimal: - Fix errors in aggregator.pom and in ant build system that prevent successful builds with upcoming Maven 4 - Generate a non-modular javadoc ++++ kernel-debug: - Update config files (bsc#1225561). kvmsmall: NVME_TARGET=m - commit ac8a4bc - Update config files (bsc#1225561). kvmsmall: CONFIG_DUMMY=m - commit f8502cb - Update config files. - commit 3291016 - Reapply "wifi: ath11k: restore country code during resume" (bsc#1207948). - wifi: ath11k: choose default PM policy for hibernation (bsc#1207948). - wifi: ath11k: support non-WoWLAN mode suspend as well (bsc#1207948). - wifi: ath11k: refactor ath11k_core_suspend/_resume() (bsc#1207948). - wifi: ath11k: introduce ath11k_core_continue_suspend_resume() (bsc#1207948). - wifi: ath11k: determine PM policy based on machine model (bsc#1207948). - commit cd433f2 ++++ kernel-default: - Update config files (bsc#1225561). kvmsmall: NVME_TARGET=m - commit ac8a4bc - Update config files (bsc#1225561). kvmsmall: CONFIG_DUMMY=m - commit f8502cb - Update config files. - commit 3291016 - Reapply "wifi: ath11k: restore country code during resume" (bsc#1207948). - wifi: ath11k: choose default PM policy for hibernation (bsc#1207948). - wifi: ath11k: support non-WoWLAN mode suspend as well (bsc#1207948). - wifi: ath11k: refactor ath11k_core_suspend/_resume() (bsc#1207948). - wifi: ath11k: introduce ath11k_core_continue_suspend_resume() (bsc#1207948). - wifi: ath11k: determine PM policy based on machine model (bsc#1207948). - commit cd433f2 ++++ kernel-source: - Update config files (bsc#1225561). kvmsmall: NVME_TARGET=m - commit ac8a4bc - Update config files (bsc#1225561). kvmsmall: CONFIG_DUMMY=m - commit f8502cb - Update config files. - commit 3291016 - Reapply "wifi: ath11k: restore country code during resume" (bsc#1207948). - wifi: ath11k: choose default PM policy for hibernation (bsc#1207948). - wifi: ath11k: support non-WoWLAN mode suspend as well (bsc#1207948). - wifi: ath11k: refactor ath11k_core_suspend/_resume() (bsc#1207948). - wifi: ath11k: introduce ath11k_core_continue_suspend_resume() (bsc#1207948). - wifi: ath11k: determine PM policy based on machine model (bsc#1207948). - commit cd433f2 ++++ kernel-docs: - Update config files (bsc#1225561). kvmsmall: NVME_TARGET=m - commit ac8a4bc - Update config files (bsc#1225561). kvmsmall: CONFIG_DUMMY=m - commit f8502cb - Update config files. - commit 3291016 - Reapply "wifi: ath11k: restore country code during resume" (bsc#1207948). - wifi: ath11k: choose default PM policy for hibernation (bsc#1207948). - wifi: ath11k: support non-WoWLAN mode suspend as well (bsc#1207948). - wifi: ath11k: refactor ath11k_core_suspend/_resume() (bsc#1207948). - wifi: ath11k: introduce ath11k_core_continue_suspend_resume() (bsc#1207948). - wifi: ath11k: determine PM policy based on machine model (bsc#1207948). - commit cd433f2 ++++ kernel-kvmsmall: - Update config files (bsc#1225561). kvmsmall: NVME_TARGET=m - commit ac8a4bc - Update config files (bsc#1225561). kvmsmall: CONFIG_DUMMY=m - commit f8502cb - Update config files. - commit 3291016 - Reapply "wifi: ath11k: restore country code during resume" (bsc#1207948). - wifi: ath11k: choose default PM policy for hibernation (bsc#1207948). - wifi: ath11k: support non-WoWLAN mode suspend as well (bsc#1207948). - wifi: ath11k: refactor ath11k_core_suspend/_resume() (bsc#1207948). - wifi: ath11k: introduce ath11k_core_continue_suspend_resume() (bsc#1207948). - wifi: ath11k: determine PM policy based on machine model (bsc#1207948). - commit cd433f2 ++++ kernel-obs-build: - Update config files (bsc#1225561). kvmsmall: NVME_TARGET=m - commit ac8a4bc - Update config files (bsc#1225561). kvmsmall: CONFIG_DUMMY=m - commit f8502cb - Update config files. - commit 3291016 - Reapply "wifi: ath11k: restore country code during resume" (bsc#1207948). - wifi: ath11k: choose default PM policy for hibernation (bsc#1207948). - wifi: ath11k: support non-WoWLAN mode suspend as well (bsc#1207948). - wifi: ath11k: refactor ath11k_core_suspend/_resume() (bsc#1207948). - wifi: ath11k: introduce ath11k_core_continue_suspend_resume() (bsc#1207948). - wifi: ath11k: determine PM policy based on machine model (bsc#1207948). - commit cd433f2 ++++ kernel-obs-qa: - Update config files (bsc#1225561). kvmsmall: NVME_TARGET=m - commit ac8a4bc - Update config files (bsc#1225561). kvmsmall: CONFIG_DUMMY=m - commit f8502cb - Update config files. - commit 3291016 - Reapply "wifi: ath11k: restore country code during resume" (bsc#1207948). - wifi: ath11k: choose default PM policy for hibernation (bsc#1207948). - wifi: ath11k: support non-WoWLAN mode suspend as well (bsc#1207948). - wifi: ath11k: refactor ath11k_core_suspend/_resume() (bsc#1207948). - wifi: ath11k: introduce ath11k_core_continue_suspend_resume() (bsc#1207948). - wifi: ath11k: determine PM policy based on machine model (bsc#1207948). - commit cd433f2 ++++ kernel-syms: - Update config files (bsc#1225561). kvmsmall: NVME_TARGET=m - commit ac8a4bc - Update config files (bsc#1225561). kvmsmall: CONFIG_DUMMY=m - commit f8502cb - Update config files. - commit 3291016 - Reapply "wifi: ath11k: restore country code during resume" (bsc#1207948). - wifi: ath11k: choose default PM policy for hibernation (bsc#1207948). - wifi: ath11k: support non-WoWLAN mode suspend as well (bsc#1207948). - wifi: ath11k: refactor ath11k_core_suspend/_resume() (bsc#1207948). - wifi: ath11k: introduce ath11k_core_continue_suspend_resume() (bsc#1207948). - wifi: ath11k: determine PM policy based on machine model (bsc#1207948). - commit cd433f2 ++++ kernel-vanilla: - Update config files (bsc#1225561). kvmsmall: NVME_TARGET=m - commit ac8a4bc - Update config files (bsc#1225561). kvmsmall: CONFIG_DUMMY=m - commit f8502cb - Update config files. - commit 3291016 - Reapply "wifi: ath11k: restore country code during resume" (bsc#1207948). - wifi: ath11k: choose default PM policy for hibernation (bsc#1207948). - wifi: ath11k: support non-WoWLAN mode suspend as well (bsc#1207948). - wifi: ath11k: refactor ath11k_core_suspend/_resume() (bsc#1207948). - wifi: ath11k: introduce ath11k_core_continue_suspend_resume() (bsc#1207948). - wifi: ath11k: determine PM policy based on machine model (bsc#1207948). - commit cd433f2 ++++ kiwi-templates-Minimal: - Set the timeout via sdbootutil ++++ kmod: - Update to release 34.2 * libkmod: fix buffer-overflow in weakdep_to_char - Delete unused 0001-build-resolve-build-failure-due-to-missing-include.patch ++++ kubescape: - Update to version 3.0.34: * Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 ++++ kumactl: - Update to version 2.10.1: * chore(deps): upgrade golang version from 1.23.6 to 1.23.7 (#13247) * chore(deps): upgrade envoy version from v1.32.4 to v1.32.5 (#13241) * ci(update-insecure-dependencies): no need to use -u for go get (backport of #13205) (#13208) * perf(rules): add `withNegation` flag to simplify `to` policy flow (backport of #13151) (#13193) * chore(deps): upgrade envoy version from v1.32.3 to v.1.32.4 (#13159) * chore(deps): security update (#13169) ++++ SDL2_gfx: - Add SDL2_gfx-correct-pkgconfig-version.patch to fix version tag in project autoconf files and consequently in the installed pkgconfig file. ++++ libXau: - replaced fix-sed-for-manpages.patch with upstream patch U_meson-fix-generation-of-shadow-man-pages.patch ++++ libfilezilla: - Update to version 0.50.0 New features: * Added 'fresh' fz::file::open::creation_flags. If set, file creation fails if a file with the same name already exists. * Added fz::get_digest_size for hash algorithms. * Impersonation changes for working with Active Directory users. * Transparent fz::less_/equal_insensitive_ascii comparators. * Generalized fz::starts_/ends_with. Bugfixes and minor changes: * fz::socket_base::close is now public. * Fixes to mutex-debugging functionality. * Fixes to fz::is_pem heuristic. ++++ libnotify: - Update to version 0.8.6: + Revert usage of autopointers + notify-send: - wait timeout variable should be int, not long - Utilize app_icon property rather than icon-name + test: make tests run with `meson test` + notify: constructor should set app-icon property, not icon-name + Revert updating of meson stylesheet URL - Add docbook5-xsl-stylesheets, now needed for manpages. ++++ stp: - Update to version 2.3.4+20240918: * Added dummy diagnostic-output-channel support * Make timestamp in generated file use $SOURCE_DATE_EPOCH * Use sysconfig, not distutils, to find python root * Move to CMS @ 5.11.22 * Bump CMS revision to b735c94 ++++ libtorrent: - Update to release 0.15.2 * preparation for multi-threaded trackers * added a thread-safe DNS resolver - Add 0001-0.15.2-Missing-header-algorithm.patch, 0002-Fixed-DhtController-m_router-check-and-log-unit-test.patch ++++ votca: - Update to v2025 - Hide some libint2 warnings ([gh#votca/votca#1166]) - Update CI ([gh#votca/votca#1168], [gh#votca/votca#1169]) - Add arm64 docker container ([gh#votca/votca#1164]) ++++ libxml2: - Update to version 2.13.7: + Regressions: - tree: Fix xmlTextMerge with NULL args - io: Fix `compressed` flag for uncompressed stdin - parser: Fix parsing of DTD content ++++ z3: - update to 4.14.1 * Add ubv_to_int, sbv_to_int, int_to_bv to SMTLIB2 API. * Fix nuget package regression omitting Microsoft.Z3.* files * SLS modulo theories engine v1 release. * API for accessing term depth and groundness. * Two fixes to relevancy propagation. * A new API for solving LRA variables modulo constraints. * Performance and bug fixes. * several updates to emscripten including #7473 * add preliminary pyodie build * address issues with Java bindings * Include start of sls-smt functionality SLS modulo theories ++++ linkerd-cli-edge: - Update to version 25.3.4: * Bump Prometheus to `v2.55.1` (#13867) * build(deps): bump the clap group with 2 updates (#13866) * feat(CLI): Add errors for invalid Gateway API CRD states (#13834) * build(deps): bump pest_derive from 2.7.15 to 2.8.0 (#13860) * build(deps): bump delegate from 0.13.2 to 0.13.3 (#13861) * build(deps): bump pest from 2.7.15 to 2.8.0 (#13862) * build(deps): bump rustls-webpki from 0.103.0 to 0.103.1 (#13863) * build(deps): bump cc from 1.2.16 to 1.2.17 (#13853) * build(deps): bump log from 0.4.26 to 0.4.27 (#13856) * build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#13855) * build(deps): bump iana-time-zone from 0.1.61 to 0.1.62 (#13857) * build(deps): bump tj-actions/changed-files (#13854) * build(deps): bump linkerd-extension-init from 0.1.2 to 0.1.3 (#13833) * build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 (#13836) * build(deps): bump Swatinem/rust-cache from 2.7.7 to 2.7.8 (#13838) * build(deps): bump actions/download-artifact from 4.2.0 to 4.2.1 (#13839) * chore(dependabot): group kubert updates (#13842) * build(deps): bump kubert from 0.23 to 0.24 (#13843) * chore(deps): remove unused k8s-gateway-api dependency (#13844) * build(deps): bump tj-actions/changed-files (#13837) ++++ logback: - Added patch: * filtering.patch + Newer maven-filtering versions will throw error when trying to filte binary files and failing to do so. This avoids filtering on *.jks (Java Key Store) files. ++++ lua-lmod: - Remove python2 support. ++++ meslo-lg-dz-fonts: - Add dotted zero (DZ) version of meslo-lg-fonts ++++ monitoring-plugins: - Backport MTU checking support for fping, and v4/v6 handling improvements * 0001-Backport-fping-MTU-and-ipv4-6-handling-improvements.patch ++++ mutter: - Update to version 48.0+38: * cursor-sprite/xcursor: Add a cache for the XCursor images * backends/cursor: Propagate cursor theme and size pref changes * cursor-renderer/native: Handle when kms_cursor_manager is NULL * tests: Add a11y mouse keys test * tests/utils: Add helper to wait for stage update * tests: Add uinput based virtual input device factory method * dbus-templates/logind: Open fds as nonblocking * seat-impl: Split initialization in two steps * wayland: Handle NULL backend in handle_release_points * wayland: Refactor handle_release_points helper out of _dec_use_count * compositor: Ensure to freeze DnD surface actor during failed animation * clutter/frame-clock: Don't accidentally reschedule-now * Revert "kms/impl-device: Always catch pending KMS update in _schedule_process" * onscreen/native: Account for all posted frames * onscreen/native: Include connector in some debug logs * clutter/frame-clock: Add more debug logging * clutter/frame-clock: Set frame clock state via helper * monitor-manager: Don't apply configurations with unsupported color modes * monitor-manager: Split out helper to check monitor availability * monitor: Add helper to check whether a color mode is supported * monitor-config-utils: Add monitors config copy function * wayland: Bail early if cursor shape doesn't change * wayland: Fix thinko in cursor_shape_manager.get_tablet_tool_v2 * wayland: Fix thinko in shape protocol implementation with tablet tools * kms/device: Add SUPPORTS_COLOR_MODES flag and use it to guard HDR/color * kms/impl-device/simple: Add support for missing KMS properties * kms/impl-device/simple: Add support for KMS blobs * wayland: Allow changing from a cursor shape to a NULL surface * cursor: Move sprite preparation into sprite classes * tests: Disconnect dangling signal handlers * Fix mutter crash from should_constraint_be_enabled() * test-client: Ignore GdkX11 deprecations * frames: Ignore GdkX11 deprecations - Drop 0001-cursor-Unify-prepare_func-for-shape-cursors.patch: Fixed upstream. ++++ nelm: - new package nelm: Helm 3 alternative. It is a Kubernetes deployment tool that manages Helm Charts and deploys them to Kubernetes ++++ openQA: - Update to version 5.1743174385.0bd1f0a8: * Allow reading config files from `/usr/etc/openqa` and drop-in files * Fix showing version on web UI after fbf611f1347d3087010ee8d6c8c34b169 * Read config from `/usr/etc/openqa` even if `/etc/openqa/….d/…` present * Avoid unhandled output in `t/config.t` after recent changes * Mention that devel config files override any system provided config * Make loading nested config files work with RPM packaging (2nd attempt) ++++ os-autoinst: - Update to version 5.1743091574.1f9ae10: * Bring up network devices to avoid "(tapX): Operation not permitted" * Prevent conflicts to ensure eth iface is assigned to one firewalld zone * Mention for what asset types `autoinst_url` can be used * Better error when syswrite fails in myjsonrpc * Consistently use try/catch instead of 'if ' everywhere * Avoid leftover rsync processes on svirt host ++++ osc: - Add temporary hotfix for osc fork ++++ osinfo-db: - bsc#1240121 - [SLEMicro6.2] osinfo-db: Add support for slem6.2 to the database add-slem6.2-support.patch - bsc#1240338 - virt-manager: Windows Server 2025 is not automatically detected and missing from manual selection add-Windows-Server-2025.patch ++++ patterns-kalpa: - Add mesa-demo-egl (kde#502129) ++++ patterns-microos: - Add Mesa-demo-egl to KDE pattern (kde#502129) ++++ perl-Data-Entropy: - updated to 0.8.0 (0.008) see /usr/share/doc/packages/perl-Data-Entropy/Changes version 0.008; 2025-03-27 * Use Crypt::URandom to seed the default algorithm with cryptographically secure random bytes instead of the builtin rand() function (bsc#1240395, CVE-2025-1860). * This module has been marked as deprecated. * A security policy was added. * Remove use of Module::Build. * Updated maintainer information. ++++ procs: - Update to version 0.14.10: * [Added] Add JSON output support. * [Changed] Generate shell completions at build time. * [Fixed] Trim null byte from /proc//attr/current. ++++ python-GitPython: - Normalize metadata directory name. ++++ libxml2-python: - Update to version 2.13.7: + Regressions: - tree: Fix xmlTextMerge with NULL args - io: Fix `compressed` flag for uncompressed stdin - parser: Fix parsing of DTD content ++++ python-nitrokey: - Add *.rpmlintrc to make rpmlint output useful. - update to 0.3.1: * nitropy.nk3.updates: Remove reboot during update ++++ python-proton-vpn-network-manager: - Update to 0.12.13: * Forward the rust log to python log * Improve logic for applying fallback DNS * Ensure that Proton DNS IP is used as a fallback when custom DNS is enabled but no IP is provided with the WireGuard protocol * Bump the minimum required version of vpn-api-core module * Fix for old call to this non existant method * Fix Certificate Expired early error in openvpn * Revert introduced workarounds for kill switch with newer versions of netplan (1.1.1-1). Users are now able to use kill switch while having IPv6 disable at grub/kernel level * Added local agent to OpenVPN * Ignore interfaces without a gateway configured * Encrypt openvpn certificate private key * Don't log handled agent errors * Update to new local agent dependency where the rust logger is initialized automatically * Fix certificate expired error handling * Integrate LA port forwarding * Update to use new LA interface (Alexandru Cheltuitor, Josep Llaneras) * Update event context so that it passes a forwarded port * Use a mock port for the moment until local-agent has fully implemented the feature * Do not use privileged local port for wireguard * Drop Ubuntu 20.04 support * Remove DoH * Added semgrep scanning to CI * Change to new custom DNS format * Refactor code so that new changes are taken into consideration * Fix unsupported type annotation in python 3.8.10 * Fix bug where automatic DNS settings is ignored, regardless if custom DNS is passed or not * Validate custom DNS values for IPv4/6 * Generate the changelogs in the CI * Move to a centralised way to update the version of the package * Handle connection details received by local agent ++++ python-pynitrokey: - update to 0.8.1: * Update Nitrokey SDK to v0.3.1 and release v0.8.1 by @robin-nitrokey in #633 ++++ python-redfish: - Update to version 3.3.1 * Fixed bug in recent workaround logic for services not returning the 'Location' header to not print the workaround warning for failed login attempts. ++++ python-responses: - update to 0.25.7: * Added support for python 3.13 * Added py.typed to package_data * Responses can now match requests that use `data` with file- like objects. * Files will be read as bytes and stored in the request mock. * `RequestsMock.matchers` was added. This property is an alias to `responses.matchers`. See #739 * Removed tests from packaged wheels. See #746 * Improved recorder API to ease use in REPL environments. See [#745] ++++ python-setuptools_scm: - update to 8.2.0: * fix #960: add a ``--force-write-version-files`` flag for the cli * fix #950: ensure to pass encodings to io usage * fix #957 - add subprocess timeout control env var * add sp-repo-review pre-commit hook * fix #1018: allow non-normalized versions for semver * fix #1103: respect GIT_CEILING_DIRECTORIES when trying to find git toplevels * fix #1081: add name normalized pipx entrypoint * fix #1080: clean pdm from PYTHONPATH to protect mercurial ++++ python-sqlmodel: - update to 0.0.24: * Add support for Python 3.13. - update to 0.0.23: * Fix type annotation in `Field` constructor. * Fix Pydantic version check for version 2.10.x onwards. * Fix typo in `databases.md`. ++++ python-types-Pillow: - Normalize metadata directory name. ++++ python-types-PyYAML: - Normalize metadata directory name. ++++ virtualbox: - Update to release 7.1.6a * VirtioNet: Fixed issue with re-negotiation of features after reset * Graphics: Fixed issue with Linux guest screen flickering when guest was using VMSVGA graphics adapter * Linux Guest Additions: Introduced initial support for kernel 6.13 - Delete kernel-6-13.patch (merged) - add: kernel-6-14.patch ++++ python-ws4py: - update to 0.6.0: * Upgrade Python support to include 3.6, 3.7, 3.8, 3.9, 3.10, 3.11 and 3.12 * Drop support for Python 3.* < 3.6 (Python 2.7 remains) * Fix tox and github action so they work nicely together * Add a release workflow to Pypi which uses trusted publisher ++++ python-xvfbwrapper: - update to 0.2.10: * https://github.com/cgoldberg/xvfbwrapper/compare/0.2.9...0.2.10 - modernize spec file ++++ yt-dlp: - Update to release 2025.03.27 * youtube: Make signature and nsig extraction more robust ++++ python-zc.customdoctests: - Normalize metadata directory name. ++++ python-zope.proxy: - Normalize metadata directory name. - Normalize include directory name. ++++ qjackctl: - Update to 1.0.4 - Fixed command line parsing (QCommandLineParser/Option) to not exiting the application with a segfault when showing help and version information. - Graph: force an actual complete refresh on main View/Refresh..., especially when changing the color theme palette on-the-fly. ++++ regal: - new package regal: linter and language server for Rego, bringing your policy development experience to the next level ++++ rioterm: - Adding 'rioterm-rpmlintrc' to deal w/ 'useless provides' warnings - Update to version 0.2.12: * prepare 0.2.12 * remove .gitattributes * restore nerd font * restore emoji font * restore test-fonts * restore fonts * fix lint * clamp texture size to device limits by @chyyran * Update docs/docs/releases.md * update lint * remove ntsc_vcr * fix lint * add builtin filters * update libshader deps * feat: bultin filters * update releases.md * prepare 0.2.11 * fix dimension computation * add debug flag for metal * upda skrifa * remove wa * update wgpu * migrate navigation * migrate routes * refactor compositors into one * remove text mod * move search to it's own struct * fix lint * feat: unify text renderer * update description * remove ttf and otf from git lfs track * update cascadia code to latest * use std::hash::RandomState and update twox-hash * fix toml format * bump dependencies * update releases * update tests * fix issue for first tab dimension after create new tabs using bottom or top tab * change default height to 490 * fix compute lines and columns * update version to 0.2.10 * fix lint * fix: remove assertion, this test is complicated because can run into race conditions where path is known beforehand (closes #994) * fixes: opacity on foreground text, opacity for unfocused split and allow unfocused routes to be updated * prepare 0.2.9 * flake.lock: Update * fix wrong toml comments * fix tests * fix comment on toml * update releases * feat: implement symbol_map * update docs * add symbol-map support on config level and fix issue when font isn't found * Add missing LICENSE files to several workspace crates (#1003) * Small changes to macOS info.plist file (#1002) * Add Switch to Next/Prev Split or Tab command (#995) * Update 2025-03-01-rio-is-now-releasing-with-goreleaser.mdx (#997) * Update 2025-03-01-rio-is-now-releasing-with-goreleaser.mdx (#996) * update releases.md * uppercase R of Goreleaser * update text * remove confusing part on paragraph * update paragraph * new post * fix(goreleaser): different terminfo paths on linux & macos, address deprecation msgs (#990) * fix(goreleaser): bundle compiled terminfo in deb/rpm (#986) * fix(goreleaser): template syntax (#988) * use rioterm.com * fix(goreleaser): do not run after hooks on intermediary steps (#987) * prepare 0.2.8 * update description * update website * update path * fix CNAME * update url and baseUrl * add CNAME * migrate to flakehub cache * add support to ios * fix(goreleaser): different terminfo paths for deb/rpm based distros (#985) * spinning logo (#984) * remove indices and ids * update release.md * Cache GSUB and GPOS features independently * flake.lock: Update (#983) * update release.md * ci: native macos notarization (#982) * fix(goreleaser): rpm dependencies (#981) * update docs * back to timeout * remove timeout from goreleaser.yml * wait true for notarize * feat: shell integration - current path (#970) * ci(release): publish nightlies only on config/workflow changes (#954) * feat-update-windows-sys-0.59 (#969) * Update flake.lock (#966) * ci(release): update goreleaser-action to v6.2.1 (#965) * fix(goreleaser): special chars should be wrapped in `"` (#964) * refactor(goreleaser): use conventional file names for deb, rpm (#960) * ci: fix multiple things and run only when necessary (#962) * docs: update releases.md (#963) * chore(goreleaser): add rpm, fix github release (#955) * feat: add goreleaser (#921) * update install links * prepare 0.2.7 * update 0.2.7 * Implement set_color and reset_color (#952) * [fix] changing Ubuntu version to 22.04 for supporting older version (#950) * Don't report unshifted key when Shift was not pressed (originally taken from alacritty) * Update flake.lock (#949) * update links * mark plist as 0.2.6 * prepare 0.2.6 * update release.md * update release.md * bugfix: fix duplicate tab_id by monotonic counter for unique tab IDs (#938) * update releases * Add backslash to invalid characters for URL regex * fix regression introduced by 0.2.5 on light colors * Update defaults.rs (#936) * flake.lock: Update (#935) * Alias to Normal and Italic works without capitalization (#934) * docs: update default font style from normal to Normal (#933) * use null_mut() instead of zero isize * bump dependencies * fix: Use `closesplitortab` instead of `closecurrenttaborsplit` (#929) * fix some links * fix some links * fix some links * update release * prepare 0.2.5 * new docs (#928) * update docs * apply calculation on color * introduce Mul for ColorRgb * receive colors * update releases.md * fix lint * fix macos unable to type Option + Number for special characters * flake.lock: Update (#923) * remove cursor duplication * update wgpu to 24.0.1 * fix array concat lint * migrate to objc-rs * fix: Better handling of Escape and Enter keys (#915) * update changelog * option as alt per default on macos * add cyberpunk video * fix broken link to nixpkgs (#909) * update icons * Use wrapper type for CFUUID retired from (https://github.com/rust-windowing/winit/pull/4032) * flake.lock: Update (#910) * update article * update links on docs * use src as raphamorim.io ++++ ristretto: - Update to version 0.13.4 Meson has been added as a build system in this release, and the associated archive has been generated by 'meson dist'. Although autotools has been retained for the time being and can still be used via 'autogen.sh', meson is now the preferred build system, and autotools will be removed in a future release. * flatpak: Updates from flathub and use meson when possible * meson-build: Remove check for xdt-csource * autotools-build: Be sure gdbus-codegen files are regenerated * build: Replace xdt-csource with glib-compile-resources * build: Automate copyright year management * Replace deprecated exo with libxfce4ui 4.21.0 * Completely hide pointer when fullscreen-timeout is set to 0 * viewer: Reset adjustments when switching file * Revert "viewer: Reset viewer geometry data when setting file" * Store adjustment values and restore them when switching file * viewer: Reset viewer geometry data when setting file * flatpak: Updates from Flathub and git * icon-bar: Silence -Wmaybe-uninitialized warning * Add meson build * icons: Remove old app icon * viewer: Don't set adjustement values if unchanged * Add support for showing containing folder * Translation Updates - Add BuildRequires: pkgconfig(exo-2) ++++ rpm-config-SUSE: - Update to version 20250328: * Revert "Define %jobs as variable (boo#1237231)" * Create the directory for rpm macros installation in install ++++ rsync: - Add rsync341-gcc15-bool.patch to fix gcc15 compile time error ++++ rtorrent: - Update to release 0.15.2 * Colors, LUA and json-rpc are now supported in the client - Add 0001-Added-default-switch-cases-to-RpcManager.patch ++++ rubygem-agama-yast: - Properly map AutoYaST scripts "sources" to "content" (gh#agama-project/agama#2224). ++++ samtools: - Update to version 1.21 Too many changes to list, for details see included NEWS.md or https://github.com/samtools/samtools/releases/tag/1.21 - Update to version 1.20 Too many changes to list, for details see included NEWS.md or https://github.com/samtools/samtools/releases/tag/1.20 ++++ sdbootutil: - Update to version 1+git20250328.f1d4885: * Fallback to file config when bootctl fails * Remove TODO file * Declare local variable * Print colors when in terminal * Do not load the config file when variable is set * Uset btrfs instead of snapper for set default snapshot * Drop unused entries parameter * Improve boot loader detection ++++ sisu-mojos: - Build with bootstrap version of maven-plugins. This allows to be built early, since it will become a crucial plugin with Maven 4. ++++ stax2-api: - Rewrite to use Ant to build. This prevents potential cycles with upcoming Maven 4 ++++ teleport: - update to 17.4.0: * Database access for Oracle RDS Teleport database access now supports connecting to Oracle RDS with Kerberos authentication. * AWS integration status dashboard Teleport web UI now provides a detailed status dashboard for AWS integration as well as the new "user tasks" view that highlights integration issues requiring user attention along with suggested remediation steps. * Windows desktop improvements Teleport now supports registering the same host twice - once as a domain-joined machine, and one as a standalone machine. This allows Teleport users to connect as Active Directory users and local users to the same host. * Other fixes and improvements - Enable support for joining Kubernetes sessions in the web UI. [#53450] - Fixed an issue tsh proxy db does not honour --db-roles when renewing certificates. #53445 - Fixed an issue that could cause backend instability when running very large numbers of app/db/kube resources through a single agent. #53419 - Added static_jwks field to the GitLab join method configuration to support cases where Teleport Auth Service cannot reach the GitLab instance. #53413 - Introduced workload-identity-aws-ra service for generating AWS credentials using Roles Anywhere directly from tbot. [#53408] - Helm chart now supports specifying a second factor list, this simplifies setting up SSO MFA with the teleport-cluster chart. #53319 - Improved resource consumption when retrieving resources via the Web UI or tsh ls. #53302 - Added support for topologySpreadConstraints to the teleport-cluster Helm chart. #53287 - Fixed rare high CPU usage bug in reverse tunnel agents. [#53281] - Fixed an issue PostgreSQL via WebUI fails when IP pinning is enabled. PostgreSQL via WebUI no longer requires Proxy to dial its own public address. #53250 - Added overview information to "Enroll New Resource" guides in the web UI. #53218 - Added support for SendEnv OpenSSH option in tsh. #53216 - Added support for using DynamoDB Streams FIPS endpoints. [#53201] - Allow AD and non-AD logins to single Windows desktop. #53199 - Workload ID: support for attesting Systemd services. #53108 ++++ terragrunt: - Update to version 0.77.1: * New Features - Improved error handling by adding a test check for non-existent stack and unit paths, ensuring clearer messages when expected files are missing. * What's Changed - feat: added support for reading stack configuration and values files by @denis256 in #4085 - feat: enhanced stack validation with improved checks and error reporting by @denis256 in #4078 - Update to version 0.77.0: * Breaking Changes - Best Effort Parsing Exported functions like ParseConfig and ParseConfigString now perform best effort parsing instead of early returns. Consumers of Terragrunt as a library should be aware of this change, as it can result in partially parsed configurations being returned instead of nil when errors are encountered during parsing. As a consumer of these functions, you are responsible for checking the errors being returned, and handling the returned configuration value accordingly. These changes are being introduced to support greater parsing flexibility for usage in the find and list command, which will be able to handle partial parse failures while still returning valuable information, along with the Terragrunt LSP, which needs the same adjustments to parsing. - Struct Field Alignment The fieldalignment govet lint has been introduced to the codebase, and all structs that had less efficient struct field alignment have been updated to minimize their memory footprint. If you are consuming Terragrunt as a library, you may have to make changes to how you are leveraging exported structs from Terragrunt. The simplest way to avoid any breakage related to this change is to avoid usage of unkeyed composite literals. See the release for details: https://github.com/gruntwork-io/terragrunt/releases/tag/v0.77.0 - Telemetry Environment Variable Name Changes The following environment variables now have new aliases: - TERRAGRUNT_TELEMETRY_TRACE_EXPORTER --> TG_TELEMETRY_TRACE_EXPORTER - TERRAGRUNT_TELEMETRY_TRACE_EXPORTER_HTTP_ENDPOINT --> TG_TELEMETRY_TRACE_EXPORTER_HTTP_ENDPOINT - TERRAGRUNT_TELEMETRY_TRACE_EXPORTER_INSECURE_ENDPOINT --> TG_TELEMETRY_TRACE_EXPORTER_INSECURE_ENDPOINT - TERRAGRUNT_TELEMETRY_METRIC_EXPORTER --> TG_TELEMETRY_METRIC_EXPORTER - TERRAGRUNT_TELEMETRY_METRIC_EXPORTER_INSECURE_ENDPOINT --> TG_TELEMETRY_METRIC_EXPORTER_INSECURE_ENDPOINT These environment variables have been renamed to align more closely with the rest of the changes in the CLI Redesign. Note that the TRACEPARENT environment variable has not changed. This environment variable is semi-standard in the OpenTelemetry space, so we've preserved it. This is not a breaking change with this release, but will be in the future. As with all the environment variable renames that have taken place during the CLI Redesign, both the legacy environment variable and the new environment variable will be supported to give users time to make requisite adjustments. If you would like to opt in to stricter behavior that requires usage of the new environment variables, leverage the terragrunt-prefix-env-vars strict control. * New Features - Introduction of backend bootstrap and backend delete This release introduces two new commands named backend bootstrap and backend delete. These commands allow for manual control over the process by which Terragrunt can manage backend state resources on behalf of users. - backend bootstrap The backend bootstrap command allows users to explicitly bootstrap resources like S3 buckets, GCS buckets, DynamoDB tables, etc. used to manage state for OpenTofu/Terraform. It is accompanied by a flag (--backend-bootstrap) which explicitly enables this behavior by default before performing any operation that might require backend resources (like the run command). The introduction of this command is part of the future deprecation of provisioning backend resources by default when using Terragrunt. You can learn more about this in the CLI Redesign. - backend delete The backend delete command allows users to delete state resources relevant to one or more units in remote state. Terragrunt performs two safety checks to mitigate the risk of accidentally removing the wrong backend state resource: 1. By default, Terragrunt will refuse to remove any backend state file if versioning is not enabled for the backend S3 bucket or GCS bucket. To explicitly ignore this safety check, users must provide the --force flag. 2. By default, Terragrunt will prompt users to confirm their decision to remove a given backend state file. To explicitly ignore this safety check, users must provide the --non-interactive flag. The introduction of this command is part of a larger effort to provide users greater control over the full lifecycle of backend state resources by Terragrunt. You can learn more about this in the CLI Redesign. * What's Changed - feat: Adding best effort parsing by @yhakbar in #4044 - feat: Implementation of backend commands: bootstrap, delete by @levkohimins in #4070 - feat: Backend delete prompt by @levkohimins in #4091 - feat: Adding backend docs by @yhakbar in #4087 - fix: Updating homepage title by @yhakbar in #4081 - fix: Addressing stricter lint findings by @yhakbar in #4090 - fix: Fixing visible flags by @yhakbar in #4088 - fix: Renaming telemetry envs prefix TERRAGRUNT_ with TG_ by @levkohimins in #4084 - fix: Fixing backend delete safety features by @yhakbar in [#4089] - fix: Avoiding duplicate description in flag names by @yhakbar in #4092 - fix: terraform_binary with run version command by @levkohimins in #4095 - build(deps-dev): bump nokogiri from 1.18.3 to 1.18.4 in /docs by @dependabot in #4069 ++++ tuxguitar: - Fix pom errors that are fatal with Maven 4 ++++ upx: - Add 0001-More-checking-in-unpack.patch [boo#1240236, CVE-2025-2849] ++++ virtualbox-kmp: - Update to release 7.1.6a * VirtioNet: Fixed issue with re-negotiation of features after reset * Graphics: Fixed issue with Linux guest screen flickering when guest was using VMSVGA graphics adapter * Linux Guest Additions: Introduced initial support for kernel 6.13 - Delete kernel-6-13.patch (merged) - add: kernel-6-14.patch ++++ warewulf4: - SUSEConnect is now correctly mounted into the images ++++ woodstox-core: - Rewrite to use Ant to build. This prevents potential cycles with upcoming Maven 4 ++++ xca: - Update to version 2.9.0 This release fixes some minor issues: * Do not revoke renewed certificate with same serial. * Fix default template finding on linux. ++++ xdg-desktop-portal: - Optimize docs dependency concern by using default sphinx theme. So the python-furo and its dependencies will not be pulled on Leap 16.0, and we can still build the doc. Added Patch authored by Daniel Garcia : * remove-furo-dep.patch ++++ xdg-desktop-portal-devel-docs: - Optimize docs dependency concern by using default sphinx theme. So the python-furo and its dependencies will not be pulled on Leap 16.0, and we can still build the doc. Added Patch authored by Daniel Garcia : * remove-furo-dep.patch ++++ xdg-desktop-portal-gnome: - Bump libgxdp commit to e68375c7ace to fix initialization under X11. (bsc#1240057) ------------------------------------------------------------------ ------------------ 2025-3-27 - Mar 27 2025 ------------------- ------------------------------------------------------------------ ++++ 389-ds: - bsc#1239722 - CVE-2025-2487 - 389-ds: null pointer dereference leads to denial of service - Update to version 3.1.2~git55.7fbd4526: * Security fix for CVE-2025-2487 * Issue 6500 - Fix covscan and ASAN issue * Issue 6571 - Nested group does not receive memberOf attribute (#6679) * Issue 6676 - Add GitHub workflow action and fix pbkdf2 tests (#6677) * Issue 6671 - tombstone_fixup_test sometime fails on bdb * Issue 6680 - instance read-only mode is broken (#6681) * Issue 6683 - test_healthcheck_replication_out_of_sync_broken mail fail (#6684) * Ignore replica busy condition in healthcheck (#6630) * Issue 6613 - test_reindex_task_creates_abandoned_index_file fails (#6674) * Issue 6663 - CLI - add error log JSON settings to dsconf * Issue 6663 - RFE - Add option to write error log in JSON * Issue 6665 - UI - Need to refresh log settings after saving * Issue 6639 - Fix crash in upgrade when removing subtree name attribute * Issue 6656 - UI - Enhance Monitor Log Viewer with Patternfly LogViewer component (#6657) * Issue 6655 - fix replication release replica decoding error * Issue 6653 - Cleanup error messages * Issue 6639 - remove all the code related to entryrdn_get_switch * Issue 6429 - UI - clicking on a database suffix under the Monitor tab crashes UI (#6610) * Issue 6632 - Replication init fails with ASAN build * Issue 6625 - UI - various fixes part 3 * Revert "Issue #6562 - Prevent undefined behaviour in in filter_stuff_func (#6563)" (#6634) * Issue 6625 - UI - fix next round of bugs * Issue 6599 - Access JSON logging - lib389/CI/minor fixes * Issue #6562 - Prevent undefined behaviour in in filter_stuff_func (#6563) * Bump esbuild from 0.24.0 to 0.25.0 in /src/cockpit/389-console (#6602) * Issue 6327 - Fix incorrect sizeof() usage for pointer in get_ip_str() function (#6629) * Issue 6553 - Update concread to 0.5.4 and refactor statistics tracking (#6607) * Issue 6619 - test_dblib_migration fails on RHEL10 (#6620) * Issue 6617 - test_vlv_as_freeipa_backup_restore fails (#6618) * Issue 6625 - UI - fix various issues with LDAP browser, etc * Issue 6623 - UI - Generic updates (#6624) ++++ MozillaThunderbird: - Mozilla Thunderbird ESR 128.9.0 * Thunderbird now has a notification system for real-time desktop alerts * Data corruption occurred when compacting IMAP Drafts folder after saving a message * Right-clicking "Decrypt and Save As..." on an attachment file failed. * Thunderbird could crash when importing mail * Sort indicators were missing on the calendar events list MFSA 2025-24 (bsc#1240083) * CVE-2025-3028 (bmo#1941002) Use-after-free triggered by XSLTProcessor * CVE-2025-3029 (bmo#1952213) URL Bar Spoofing via non-BMP Unicode characters * CVE-2025-3030 (bmo#1850615, bmo#1932468, bmo#1942551, bmo#1951017, bmo#1951494) Memory safety bugs fixed in Firefox 137, Thunderbird 137, Firefox ESR 128.9, and Thunderbird 128.9 ++++ agama: - Version 13 ++++ agama-products: - Patterns from extensions are always displayed, the HA extension pattern can be removed from the display list (related to jsc#AGM-100) ++++ agama-web-ui: - Version 13 - Add basic support for creating LVM volume groups and logical volumes (gh#agama-project/agama#2216). ++++ agama-yast: - Version 13 - Extend storage model for basic LVM support (gh#agama-project/agama#2216). ++++ antlr-maven-plugin: - Added patch: * antlr-maven-plugin-mpt4.patch + port the plugin to java-annotations extractor instead of the deprecated java-javadoc one ++++ apache-sshd: - Fix wrong invocation of xmvn-subst ++++ apache-sshd-extras: - Fix wrong invocation of xmvn-subst ++++ asdf: - Update to version 0.16.7: * chore: release 0.16.7 (#2039) * fix: remove comment from first line zsh completion output (#2035) (#2037) ++++ autoyast2: - Load default security settings before importing the section to ensure the settings are set in case there is no security section defined and run without confirmation dialog (bsc#1231490) - 5.0.6 ++++ azote: - Update to 1.14.2: * Added Czech lang file #210 * Added Turkish lang file #211 ++++ baseiso-containment: - 0.2.4 * generate tftpboot subpackage when agama PXE tarballs are detected ++++ blog: - Add temporary patch named patch.patch * Stop system console output during password questions * Do coloring on /dev/ttysclp0 ++++ bpftrace: - Fix runqlen tool to work on 6.14 kernel (bsc#1239774) * add 0001-tools-runqlen.bt-rename-nr_running-to-nr_queued.patch - Update to 0.23.0 * Breaking Changes * Remove '-kk' command line opt, surface some BPF errors by default, and make '-k' surface probe read errors * Added * offsetof() now supports sub fields e.g. offsetof(struct Foo, bar.a.b); * Pointers may now be used in if conditions, tenary conditions and as operands in logical AND and OR expressions * len now also accepts ustack and kstack as arguments * Add ability to cast int to an enum * Added warning when strcontains() is used on strings that are too big and may cause verifier issues * Add support for LLVM 20 * Changed * probe builtin is now represented as a string type * Change bpftrace help flag output from stderr to stdout * Change max_strlen default from 64 to 1024 * Add feature check for castable map reads * Increase default values for max_bpf_progs and max_probes * Allow use of variables before they are assigned * Removed * Drop support for LLVM 14 and 15 * Fixed * Fix json output for none type * Fix bug where strftime() %f specifier could be off by up to 1s * Fix pid, tid and ustack when running bpftrace in containers with PID namespacing * Do not generate functions for empty attach points * Fix ternary expression to accept all types * Fix feature detection for tracing program types * Fix strcontains() correctness bug where matches could be lost if both strings are non-literal * Fix str() bug where optional size parameter did not count towards NUL terminator * Tools * Fix dcsnoop.bt on newer kernels - Update to 0.22.1 * Fixed * Do not generate functions for empty attach points * Tools * Switch all bio* tools to tracepoints * Fix dcsnoop.bt on newer kernels - Update to 0.22.0 * Breaking Changes * Return uint32 instead of uint64 for pid and tid builtins * Remove multi-map delete functionality * Add lexical/block scoping for variables * Replace default map printing on SIGUSR1 with custom signal handling probes * Added * Bump max supported LLVM version to 19 * drop 0002-Drop-support-for-LLVM-12-and-below.patch * drop 0003-cmake-Allow-any-LLVM-release-for-debug-builds.patch * drop 0004-Bump-max-LLVM-version-to-19-3433.patch * Add --dry-run CLI option * Enable avg map reads in kernel space (implicit casting) * Enable for-loops in multiple probes * For-loops: Allow sharing variables between the main probe and the loop's body * Parse C++ Class and Inheritance from Debug Info * Add an optional size parameter to path * Allow tuples to be used as map keys * Add has_key function for maps * Add ability to attach kprobes to inlined functions * Variable declarations with let * Support symbolizing enum values using %s specifier in printf() * Configuration option to suppress printing maps by default at program exit * Add symbol_source config to source uprobe locations from either DWARF or the Symbol Table * Introduce builtin to access percpu kernel data * Changed * Merge output into stdout when -lv * Stream output when printing maps * Only print kernel headers not found message if parsing fails * Add mandatory "stage" argument to the -d CLI option * Allow simultaneous use of -v and -d * Remove length limitations for the buf builtin function * Change delete API to accept a map and key as separate args * Symbolize enums when used in maps * Removed * Remove the -dd CLI option * Drop support for LLVM 12 and below * Remove ALLOW_UNSAFE_PROBE compiler flag * Fixed * Fix verifier error when array indexing through pointer * Fix segfault for multi-tracepoint probes * Fix verifier error from misaligned stack access when using strings as map keys * Fix min/max map functions * Fix stack mode for stack builtin * Fix lldb support in appimage builds * Fix parsing large unsigned int strings as positional params * Fix json formatting for strftime function * Fix BTF/DWARF parsing for structs contained in arrays * Fix integer comparisons and auto casting for scratch variables * Fix tuple resizing * Handle invalid BTF without crashing * Fix json formatting for hex values * Fix binary operations on integers always returning 64 bit values * Fix verifier error when comparing result of len() * Fix type back propagation for map keys * Fix crash by adding checks for bad var/map assignments * Fix field access and offsetof for strings that are builtin types * Fix crash when using castable per-cpu map types as map keys * Fix loop values with per-cpu aggregations * Docs * Remove mention of unsupported character literals * Tools * Fix bashreadline tool probe for dynamically linked readline and drop 0001-tools-bashreadline-fix-probe-for-dynamically-linked-.patch - Bump maximum support LLVM version to 20 ++++ cal10n: - Added patch: * cal10n-mpt4.patch + port the maven-plugin to java-annotations extractor instead of the deprecated java-javadoc one ++++ cal10n-maven-plugins: - Added patch: * cal10n-mpt4.patch + port the maven-plugin to java-annotations extractor instead of the deprecated java-javadoc one ++++ cbi-plugins: - Fix build with both xmvn-mojo:javadoc and javadoc:aggregate ++++ celluloid: - Add celluloid-fix_segfault_gnome48.patch to prevent segmentation fault upon exit when using gnome 48 (fixes boo#1239802) ++++ coeurl: - Fix for 16.0 ++++ conscrypt: - Fix build with both xmvn-mojo:javadoc and javadoc:aggregate ++++ gcc13: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ gcc14: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-aarch64-gcc13: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-aarch64-gcc13-bootstrap: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-aarch64-gcc14: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-aarch64-gcc14-bootstrap: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-amdgcn-gcc13: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-amdgcn-gcc14: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-arm-gcc13: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-arm-gcc14: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-arm-none-gcc13: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-arm-none-gcc13-bootstrap: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-arm-none-gcc14: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-arm-none-gcc14-bootstrap: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-avr-gcc13: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-avr-gcc13-bootstrap: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-avr-gcc14: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-avr-gcc14-bootstrap: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-bpf-gcc13: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-bpf-gcc14: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-hppa-gcc13: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-hppa-gcc13-bootstrap: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-hppa-gcc14: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-hppa-gcc14-bootstrap: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-loongarch64-gcc14: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-loongarch64-gcc14-bootstrap: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-m68k-gcc13: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-m68k-gcc14: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-mips-gcc13: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-mips-gcc14: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-nvptx-gcc13: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-nvptx-gcc14: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-ppc64-gcc13: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-ppc64-gcc14: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-ppc64le-gcc13: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-ppc64le-gcc13-bootstrap: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-ppc64le-gcc14: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-ppc64le-gcc14-bootstrap: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-pru-gcc13-bootstrap: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-pru-gcc14-bootstrap: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-riscv64-elf-gcc13: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-riscv64-elf-gcc13-bootstrap: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-riscv64-elf-gcc14: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-riscv64-elf-gcc14-bootstrap: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-riscv64-gcc13: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-riscv64-gcc13-bootstrap: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-riscv64-gcc14: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-riscv64-gcc14-bootstrap: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-rx-gcc13: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-rx-gcc13-bootstrap: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-rx-gcc14: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-rx-gcc14-bootstrap: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-s390x-gcc13: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-s390x-gcc13-bootstrap: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-s390x-gcc14: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-s390x-gcc14-bootstrap: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-sparc-gcc13: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-sparc-gcc14: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ cross-sparc64-gcc13: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ cross-sparc64-gcc14: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ crypto-policies: - Relax the nss version requirement since the mlkem768secp256r1 enablement has been reverted. ++++ rpm2docserv: - Update to version 20250327.1888603: * Sync config file struct * unrpm: make all files read/writable for the user * Update go dependencies * Don't render products imported via idx file * Remove obsolete comments - Add tumbleweed.yaml and leap.idx ++++ element-desktop: - Version 1.11.96 [#]# ✨ Features * RoomListViewModel: Track the index of the active room in the list (https://github.com/element-hq/element-web/pull/29519). Contributed by @MidhunSureshR. * New room list: add empty state (https://github.com/element-hq/element-web/pull/29512). Contributed by @florianduros. * Implement `MessagePreviewViewModel` (https://github.com/element-hq/element-web/pull/29514). Contributed by @MidhunSureshR. * RoomListViewModel: Add functionality to toggle message preview setting (https://github.com/element-hq/element-web/pull/29511). Contributed by @MidhunSureshR. * New room list: add more options menu on room list item (https://github.com/element-hq/element-web/pull/29445). Contributed by @florianduros. * RoomListViewModel: Provide a way to resort the room list and track the active sort method (https://github.com/element-hq/element-web/pull/29499). Contributed by @MidhunSureshR. * Change \*All rooms\* meta space name to \*All Chats\* (https://github.com/element-hq/element-web/pull/29498). Contributed by @florianduros. * Add setting to hide avatars of rooms you have been invited to. (https://github.com/element-hq/element-web/pull/29497). Contributed by @Half-Shot. * Room List Store: Save preferred sorting algorithm and use that on app launch (https://github.com/element-hq/element-web/pull/29493). Contributed by @MidhunSureshR. * Add key storage toggle to Encryption settings (https://github.com/element-hq/element-web/pull/29310). Contributed by @dbkr. * New room list: add primary filters (https://github.com/element-hq/element-web/pull/29481). Contributed by @florianduros. * Implement MSC4142: Remove unintentional intentional mentions in replies (https://github.com/element-hq/element-web/pull/28209). Contributed by @tulir. * White background for 'They do not match' button (https://github.com/element-hq/element-web/pull/29470). Contributed by @andybalaam. * RoomListViewModel: Support secondary filters in the view model (https://github.com/element-hq/element-web/pull/29465). Contributed by @MidhunSureshR. * RoomListViewModel: Support primary filters in the view model (https://github.com/element-hq/element-web/pull/29454). Contributed by @MidhunSureshR. * Room List Store: Implement secondary filters (https://github.com/element-hq/element-web/pull/29458). Contributed by @MidhunSureshR. * Room List Store: Implement rest of the primary filters (https://github.com/element-hq/element-web/pull/29444). Contributed by @MidhunSureshR. * Room List Store: Support filters by implementing just the favourite filter (https://github.com/element-hq/element-web/pull/29433). Contributed by @MidhunSureshR. * Move toggle switch for integration manager for a11y (https://github.com/element-hq/element-web/pull/29436). Contributed by @Half-Shot. * New room list: basic flat list (https://github.com/element-hq/element-web/pull/29368). Contributed by @florianduros. * Improve rageshake upload experience by providing useful error information (https://github.com/element-hq/element-web/pull/29378). Contributed by @Half-Shot. * Add more functionality to the room list vm (https://github.com/element-hq/element-web/pull/29402). Contributed by @MidhunSureshR. [#]# 🐛 Bug Fixes * New room list: fix compose menu action in space (https://github.com/element-hq/element-web/pull/29500). Contributed by @florianduros. * Change ToggleHiddenEventVisibility \& GoToHome KeyBindingActions (https://github.com/element-hq/element-web/pull/29374). Contributed by @gy-mate. * Fix Docker Healthcheck (https://github.com/element-hq/element-web/pull/29471). Contributed by @benbz. * Room List Store: Fetch rooms after space store is ready + attach store to window (https://github.com/element-hq/element-web/pull/29453). Contributed by @MidhunSureshR. * Room List Store: Fix bug where left rooms appear in room list (https://github.com/element-hq/element-web/pull/29452). Contributed by @MidhunSureshR. * Add space to the bottom of the room summary actions below leave room (https://github.com/element-hq/element-web/pull/29270). Contributed by @langleyd. * Show error screens in group calls (https://github.com/element-hq/element-web/pull/29254). Contributed by @robintown. * Prevent user from accidentally triggering multiple identity resets (https://github.com/element-hq/element-web/pull/29388). Contributed by @uhoreg. * Remove buggy tooltip on room intro \& homepage (https://github.com/element-hq/element-web/pull/29406). Contributed by @t3chguy. ++++ element-web: - Version 1.11.96 [#]# ✨ Features * RoomListViewModel: Track the index of the active room in the list (https://github.com/element-hq/element-web/pull/29519). Contributed by @MidhunSureshR. * New room list: add empty state (https://github.com/element-hq/element-web/pull/29512). Contributed by @florianduros. * Implement `MessagePreviewViewModel` (https://github.com/element-hq/element-web/pull/29514). Contributed by @MidhunSureshR. * RoomListViewModel: Add functionality to toggle message preview setting (https://github.com/element-hq/element-web/pull/29511). Contributed by @MidhunSureshR. * New room list: add more options menu on room list item (https://github.com/element-hq/element-web/pull/29445). Contributed by @florianduros. * RoomListViewModel: Provide a way to resort the room list and track the active sort method (https://github.com/element-hq/element-web/pull/29499). Contributed by @MidhunSureshR. * Change \*All rooms\* meta space name to \*All Chats\* (https://github.com/element-hq/element-web/pull/29498). Contributed by @florianduros. * Add setting to hide avatars of rooms you have been invited to. (https://github.com/element-hq/element-web/pull/29497). Contributed by @Half-Shot. * Room List Store: Save preferred sorting algorithm and use that on app launch (https://github.com/element-hq/element-web/pull/29493). Contributed by @MidhunSureshR. * Add key storage toggle to Encryption settings (https://github.com/element-hq/element-web/pull/29310). Contributed by @dbkr. * New room list: add primary filters (https://github.com/element-hq/element-web/pull/29481). Contributed by @florianduros. * Implement MSC4142: Remove unintentional intentional mentions in replies (https://github.com/element-hq/element-web/pull/28209). Contributed by @tulir. * White background for 'They do not match' button (https://github.com/element-hq/element-web/pull/29470). Contributed by @andybalaam. * RoomListViewModel: Support secondary filters in the view model (https://github.com/element-hq/element-web/pull/29465). Contributed by @MidhunSureshR. * RoomListViewModel: Support primary filters in the view model (https://github.com/element-hq/element-web/pull/29454). Contributed by @MidhunSureshR. * Room List Store: Implement secondary filters (https://github.com/element-hq/element-web/pull/29458). Contributed by @MidhunSureshR. * Room List Store: Implement rest of the primary filters (https://github.com/element-hq/element-web/pull/29444). Contributed by @MidhunSureshR. * Room List Store: Support filters by implementing just the favourite filter (https://github.com/element-hq/element-web/pull/29433). Contributed by @MidhunSureshR. * Move toggle switch for integration manager for a11y (https://github.com/element-hq/element-web/pull/29436). Contributed by @Half-Shot. * New room list: basic flat list (https://github.com/element-hq/element-web/pull/29368). Contributed by @florianduros. * Improve rageshake upload experience by providing useful error information (https://github.com/element-hq/element-web/pull/29378). Contributed by @Half-Shot. * Add more functionality to the room list vm (https://github.com/element-hq/element-web/pull/29402). Contributed by @MidhunSureshR. [#]# 🐛 Bug Fixes * New room list: fix compose menu action in space (https://github.com/element-hq/element-web/pull/29500). Contributed by @florianduros. * Change ToggleHiddenEventVisibility \& GoToHome KeyBindingActions (https://github.com/element-hq/element-web/pull/29374). Contributed by @gy-mate. * Fix Docker Healthcheck (https://github.com/element-hq/element-web/pull/29471). Contributed by @benbz. * Room List Store: Fetch rooms after space store is ready + attach store to window (https://github.com/element-hq/element-web/pull/29453). Contributed by @MidhunSureshR. * Room List Store: Fix bug where left rooms appear in room list (https://github.com/element-hq/element-web/pull/29452). Contributed by @MidhunSureshR. * Add space to the bottom of the room summary actions below leave room (https://github.com/element-hq/element-web/pull/29270). Contributed by @langleyd. * Show error screens in group calls (https://github.com/element-hq/element-web/pull/29254). Contributed by @robintown. * Prevent user from accidentally triggering multiple identity resets (https://github.com/element-hq/element-web/pull/29388). Contributed by @uhoreg. * Remove buggy tooltip on room intro \& homepage (https://github.com/element-hq/element-web/pull/29406). Contributed by @t3chguy. ++++ emacs: - Avoid override of delete-selection-mode in site-load.el (boo#1239926) ++++ emacs-auctex: - Switch over to TeXLive 2025 ++++ exim: - security release 4.98.2 for CVE-2025-30232 (bsc#1239794) * Fixed use-after-free with potential for privilege escalation. - security release 4.98.1 for CVE-2025-26794 (bsc#1237424) * Fixed remote SQL injection when SQLite hints and ETRN serialization are used. ++++ f3: - update to version 9.0: * f3read/f3write: Avoid the execution stack to list files * f3read/f3write: Add dynamic buffers * f3read/f3write: chroot(2) to source/target dir if allowed * Portability improvements for Ubuntu, ARM, OpenBSD, and Apple * Automated test of the code with GitHub Actions * Improved documentation ++++ felix-gogo-command: - Remove a relativePath that points to a non-existing directory ++++ felix-gogo-shell: - Remove a relativePath that points to a non-existing directory ++++ firefox-esr: - Firefox Extended Support Release 128.8.1 ESR * Fixed: Security fix. - Mozilla Firefox 136.0.4, ESR 128.8.1, ESR 115.21.1 https://www.mozilla.org/security/advisories/mfsa2025-19 MFSA 2025-19 (boo#???????) * CVE-2025-2857 (bmo#1956398, bmo#https://www.cve.org/CVERecord?id=CVE-2025-2783) Incorrect handle could lead to sandbox escapes ++++ fsvs: - update to 1.2.13: * build system tweaks - update to 1.2.12: * Don't use pcre2_get_match_data_size * Allow comments in "fsvs ignore load" lists. * Repair webdav: close the root directory handle as well - includes changes from 1.2.11: * fix webdav removed duplicated open calls - includes changes from 1.2.10: * Restore properties like the update- and commit-pipe on "sync-repos" * When using a commit-pipe store the original (non-transformed) MD5 in the local properties as well, so that they match the remote data. * Switched to pcre2 - drop upstreamed patches: * fsvs-destdir.patch * fsvs-1.2.5-linking.patch * reproducible.patch ++++ gcc13-testresults: - Replace gcc13-rs6000-Adjust-fpatchable-function-entry.patch with a backport of the now upstream -msplit-patch-nops in gcc13-rs6000-msplit-patch-nops.patch requried for user-space livepatching on powerpc. ++++ gcc14-testresults: - Add gcc14-bsc1239938.patch to allow GCC executables to be built PIE. [bsc#1239938] - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops required for user-space livepatching on powerpc. ++++ gdal: - fix build, need zstd-devel-static - drop unneeded build dependencies on pcre, was ported to pcre2 ++++ gdb: - Patches added: * gdb-testsuite-fix-gdb.threads-access-mem-running-thr.patch ++++ gdb-testresults: - Patches added: * gdb-testsuite-fix-gdb.threads-access-mem-running-thr.patch ++++ gdm: - No longer rm -vrf %{buildroot}%{_datadir}/polkit-1/rules.d/20-gdm.rules, now that boo#1239719 is resolved. ++++ ghc-unix-compat: - Update unix-compat to version 0.7.4. [#]# Version 0.7.4 (2025-03-27) - Add `wasm32-wasi` support ([PR #16](https://github.com/haskell-pkg-janitors/unix-compat/pull/16)). - Tested with GHC 8.0 - 9.12. ++++ glassfish-hk2: - Added patch: * port-to-mpt4.patch + port the maven-plugins to java-annotations extractor instead of the deprecated java-javadoc one ++++ glassfish-jaxb: - Added patch: * pom-errors.patch + fix errors in pom files that will be fatal with maven 4 ++++ goreleaser: - Re-add Jeff Kowalczyk Packaging improvements that somehow got lost: - * Remove FIXME from License: clause, upstream does use MIT license - * Summary and Description clarify the purpose of this CLI tool ++++ govulncheck-vulndb: - Update to version 0.0.20250327T184518 2025-03-27T18:45:18Z. Refs jsc#PED-11136 Go CVE Numbering Authority IDs added or updated with aliases: * GO-2025-3526 CVE-2025-30077 GHSA-jrqj-6vq2-7r63 ++++ grml-zsh-config: - Update to 0.19.16: * zsh: drop _hg completion #194 ++++ grub2: - Fix grub-bls has broken builtin theme for SLE (bsc#1240090) ++++ grype-db: - Update to version 0.31.0: * Added Features - Add hardware and operating system CPE parts [#544 @wagoodman] * Bug Fixes - Use all CPE parts when considering duplicates [#547 @wagoodman] - Refactor NVD node configuration parsing [#546 @wagoodman] ++++ gsmartcontrol: - remove unused pcre build dependency, code was ported to std::regex in v2.0.0 ++++ vim: - Update to version 9.1.1244: * patch 9.1.1244: - part of patch v9.1.1242 was wrong - runtime(omnimark): update and rewrite syntax script in Vim9 script * patch 9.1.1243: diff mode is lacking for changes within lines * patch 9.1.1242: Crash when evaluating variable name * patch 9.1.1241: wrong preprocessort indentation in term.c * patch 9.1.1240: - Regression with ic/ac text objects and comment plugin - runtime(hyprlang): save and restore cpo setting in syntax script - runtime(solidity): update syntax script with error definitions - runtime(doc): add back help tag "pi_netrw.txt" * patch 9.1.1239: - if_python: no tuple data type support - runtime(doc): Add missing garbagecollect() hypertext link - Improve contributing guide by adding a section on signing off commits * patch 9.1.1238: wrong cursor column with 'set splitkeep=screen' * patch 9.1.1237: Compile error with C89 compiler in term.c * patch 9.1.1236: tests: test_comments leaves swapfiles around * patch 9.1.1235: cproto files are outdated * patch 9.1.1234: Compile error when SIZE_MAX is not defined * patch 9.1.1233: - Coverity warns about NULL pointer when triggering WinResized - runtime(doc): Fix an omission in the documentation. * patch 9.1.1232: - Vim script is missing the tuple data type - runtime(vim): Update base-syntax, match protected constructors - runtime(syntax-tests): Do not ignore failed screendumps * patch 9.1.1231: - filetype: SPA JSON files are not recognized - runtime(doc): update and correct str2blob() and blob2str() examples - runtime(hlyank): update the hlyank package - runtime(syntax-tests): Add non-Latin-1 character filters for C syntax tests ++++ httpcomponents-asyncclient: - Remove a relativePath that points to a non-existing directory ++++ hurl: - Update to version 6.1.1: * Create 6.1.1 release * Create 6.1.1 release * Create 6.1.1 release * Ignore live test * Fix error message * Update CHANGELOG * Support any value for contains predicate * Fix jsonpath array filter with missing attribute in array element * Do not include CR in filename * Fix hurlfmt spacing * Update hurl version to 6.1.1 * Update toDate filter grammar * Publish npm package 6.1.0 * Reorg assert doc * Clarify generic and deb packages installation * Add CRLF tests (non-blocking) * Update Test SSL keys/certificates * Fix RELEASING.md * Update hurl version to 6.2.0-SNAPSHOT - Update to 6.1.1: * Fix hurlfmt spacing #3839 * Fix filename parsing #3848 * Fix jsonpath array wildcard with missing attribute #3859 #3869 * Fix predicate contains with none input #3868 ++++ iio-sensor-proxy: - Update to version 3.7: + This update fixes a regression of 3.6 regarding the fallback for buffer sensors with and without triggers. + Do not hardcode trigger names. + Enable ring buffers only when sensor is claimed. + Confirm if buffer is usable before using it. + Fix doublefree in input-proximity driver. - Drop iio-sensor-proxy-compass-check-claim-perm.patch: Fixed upstream. ++++ indriya: - Fix javadoc generation with javadoc:aggregate ++++ jeromq: - Fix javadoc generation with javadoc:aggregate ++++ jetty-artifact-remote-resources: - Remove a relativePath that points to a non-existing directory ++++ jetty-build-support: - Remove a relativePath that points to a non-existing directory ++++ jetty-distribution-remote-resources: - Remove a relativePath that points to a non-existing directory ++++ jetty-schemas: - Remove a relativePath that points to a non-existing directory ++++ jetty-version-maven-plugin: - Remove a relativePath that points to a non-existing directory - Added patch: * jetty-version-maven-plugin-mpt4.patch + port the maven-plugin to java-annotations extractor instead of the deprecated java-javadoc one ++++ jffi: - Fix pom.xml errors that will be fatal with Maven 4 ++++ kernel-firmware-qcom: - Update aliases ++++ kor: - Update to version 0.6.0: * Docs: Create ADOPTERS.md by @yonahd in #266 * chore(deps): bump k8s.io/apiextensions-apiserver from 0.32.1 to 0.32.2 by @dependabot in #410 * chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.0 by @dependabot in #406 * added Ataccama to adopters file by @nemcikjan in #413 * feat: Added --namespaced flag to filter namespaced/non-namespaced resources by @doronkg in #411 * chore(deps): bump github.com/spf13/cobra from 1.9.0 to 1.9.1 by @dependabot in #414 * chore(deps): bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 by @dependabot in #415 * feat: discover unused volumeattachments by @Yuni-sa in #417 * fix VolumeAttachment pluralisation in all.go by @Yuni-sa in [#421] * chore(deps): bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 by @dependabot in #420 * chore(deps): bump k8s.io/apiextensions-apiserver from 0.32.2 to 0.32.3 by @dependabot in #425 * feat: support finding non-namespaced resources stuck by finalizers by @Yuni-sa in #419 * chore(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 by @dependabot in #428 * Fix: slack webhooks by @yonahd in #429 ++++ kubeseal: - Update to version 0.29.0: * Release Notes for 0.29.0 (#1715) * Bump to go1.23.7 (#1714) * Bump github.com/onsi/gomega from 1.36.2 to 1.36.3 (#1712) * Bump github.com/onsi/ginkgo/v2 from 2.23.0 to 2.23.3 (#1711) * Bump k8s.io/code-generator from 0.32.2 to 0.32.3 (#1708) * Bump k8s.io/client-go from 0.32.2 to 0.32.3 (#1705) * Fix register a key using secret creationTimestamp instead of certificate validity timestamp (#1681) * Bump golang.org/x/net from 0.35.0 to 0.36.0 in the go_modules group (#1702) * Bump golang.org/x/crypto from 0.35.0 to 0.36.0 (#1699) * Bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 (#1700) * Bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.0 (#1701) * Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 (#1695) * Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#1696) * Bump golang.org/x/crypto from 0.33.0 to 0.35.0 (#1697) * Bump k8s.io/client-go from 0.32.1 to 0.32.2 (#1691) * Bump k8s.io/code-generator from 0.32.1 to 0.32.2 (#1693) * Update environment k8s version on CI (#1688) * Update go tooling to 1.23.6 (#1686) * Bump golang.org/x/crypto from 0.32.0 to 0.33.0 (#1685) * Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 (#1683) * Bump k8s.io/client-go from 0.32.0 to 0.32.1 (#1678) * Bump k8s.io/code-generator from 0.32.0 to 0.32.1 (#1677) * Release carvel package 2.17.1 (#1676) * Release chart 2.17.1 (#1675) * Fix release process (#1674) ++++ limesuite: - SOAPY_SDR_ABI_VERSION bump -> "0.8-3" ++++ libqxmpp-qt5: - Update to 1.10.2: * RosterManager: Do not auto-accept Moved subscription requests to comply with XEP #691 ++++ libqxmpp-qt6: - Update to 1.10.2: * RosterManager: Do not auto-accept Moved subscription requests to comply with XEP #691 ++++ soapy-osmo: - SOAPY_SDR_ABI_VERSION bump -> "0.8-3" ++++ mtxclient: - Fix for 16.0 ++++ opensaml: - Update to 3.3.1: * [CPPOST-126] - Simple signature verification fails to detect parameter smuggling (CVE-2025-31335, bsc#1239889) ++++ open-vm-tools: - (bsc#1237180): Ensure vmtoolsd.service and vgauthd.service are set to enabled by default. Do this by removing vmblock-fuse.service from the %pre section in the spec file. vmblock-fuse.service still remains in the %pre desktop section. ++++ mariadb-java-client: - Require modular java for building ++++ melange: - Update to version 0.23.2: * check diff after rebuilding (#1878) * npm/install: allow using pnpm instead (#1875) * Add `directory` parameter for `fetch` to be passed to `tar -C` (#1862) * e2e test: rebuild go- cargo- and gcc-built packages (#1869) * Store and apply xattrs correctly for all builds (#1867) * git-checkout - set depth=-1 when checking out a branch with commit. (#1868) * drop dep on k8s.io for sets (#1870) ++++ morfologik-stemming: - Fix pom.xml errors that will be fatal with Maven 4 ++++ munge-maven-plugin: - Added patch: * munge-maven-plugin-mpt4.patch + port the plugin to java-annotations extractor instead of the deprecated java-javadoc one ++++ musescore: - Update to 4.5.1: Engraving: * Space between a dynamic and an expression (e.g. within "p dolce") now scales correctly with staff size * Increased distance between a partial slur and partial tie on the same note * Partial ties now extend past breath marks and notes or rests in other voices * Fixed corruption in parts when a time signature is inserted between tied notes * Making higher instruments visible in a part no longer duplicates jump markers (e.g. "to Coda", etc.) * Fixed centering of dynamics between staves when horizontal space is limited * Fixed horizontal spacing after hiding an instrument * Fixed layout of courtesy time signatures for which autoplace is disabled * Increased gap before barline for hairpins created by dragging from a dynamic * "Show text" property of glissandos is now properly preserved on saving and loading * When a large time signature is hidden, its parentheses are now also hidden (affects MuseScore.com and continuous view) * High Floor Tom and Low Floor Tom have exchanged position on the General MIDI Percussion staff Interaction: * Selection filter setting is now properly accounted for during a range selection * Entering a pitch in 'input by duration' mode now turns off 'toggle rest' * Partial ties can be copied and pasted * Creating a hairpin by dragging from a dynamic can now be undone in one step instead of two * Hairpins can now be removed via the dynamics popup by pressing the same hairpin button again * MIDI notes can be staggered when entering chords in input by duration mode * If you've opted to use the legacy percussion panel, it now appears when note input is activated * More special characters can be typed with AltGr and Ctrl+Alt on Windows Stability: * Fixed crash after note input on deleted staff * Fixed crash when Shift+clicking on a page number * Fixed crash when editing partial ties * Fixed crash after copying a tie in the score and selecting it in the parts * Fixed crash when adding a time signature to a score with voltas and system markings * Fixed crash when a lyrics hyphen is entered before a repeat barline * Fixed crash when opening the layout panel * More reliable fix for crash when pasting into a tuplet * Fixed an issue where a black screen occurs on startup on macOS Other: * Fixed playback after undoing an edit to a chord symbol * Slur and hairpin properties are properly exposed to the plugin API * File format icon images are now square (i.e. same width and height) on Linux ++++ netty: - Fix pom.xml errors that will be fatal with Maven 4 ++++ nginx-module-vts: - Delete unused build dependency on PCRE [boo#1239998] ++++ nheko: - Fix for 16.0 ++++ nodejs-electron: - New upstream release 33.4.7 * Fixed an issue where the resizing border didn't work as expected on Wayland windows ++++ ofono: - Update to version 2.16 * Add support for QMI service request rate limiting. ++++ oomstaller: - update to 0.4.0: * adopt a new algorithm that eliminates necessity of specifying values with --thres and --thrash options * fix a bug where oomstaller crashes when files under /proc cannot be read ++++ openQA: - Update to version 5.1743092811.fb25b01c: * Avoid interrupting/skipping directly chained jobs due to high load * Dependency cron 2025-03-27 ++++ openSUSE-release-tools: - Update to version 20250327.21d524ef: * devel project info for Factory moved to prjgit ++++ os-autoinst: - Update to version 5.1743024662.95d87ac: * Mention for what asset types `autoinst_url` can be used * Consistently use try/catch instead of 'if ' everywhere * Enable validation of resumed asset downloads in svirt backend * Avoid leftover rsync processes on svirt host * Check for correct git warning when cloning an empty repository ++++ pacemaker: - spec: create a temporary file in /run directory (bsc#1239770) - Update to version 3.0.0+20250326.6053d2fc3f: - agents: Add an advised interval value for monitor action in remote RA (gh#ClusterLabs/pacemaker#3854) ++++ patterns-aeon: - Added ucode-amd and ucode-intel for x86_64 ++++ presenterm: - Update to 0.12.0: Breaking changes: * Using incremental lists now adds an extra pause before and after a list. Use the defaults.incremental_lists configuration parameter to go back to the previous behavior (#487) (#498). New features: * PDF exports are now generated by invoking weasyprint rather than by using the now deprecated presenterm-export. This gets rid of the need for tmux and opens up the door for other export formats (#509) (#517). * PDF export dimensions can now also be specified in the config file rather than always having them inferred by the terminal size (#511). * Allow specifying path for temporary files generated during presentation export (#518). * Respect font sizes in generated PDF (#510). * Add skip_slide comment command to avoid including a slide in the final presentation (#505). * Add alignment comment command to specify text alignment for the remainder of a slide (#493) (#522). * Add --current-theme CLI parameter to display the theme being used (#489). * Add gruvbox dark theme (#483) Fixes: * Fix broken ANSI escape code parsing which would cause command output to sometimes be incorrectly parsed and therefore led to its colors/attributes not being respected (#500). * Center lists correctly (#512) (#520). * Respect end slide shorthand in speaker notes mode (#494). * Use more visible colors in snippet execution output in terminal-light/dark themes (#485). * Show error if sixel mode is selected but disabled (#525). Docs: * Fix typo in README.md (#490) * Correctly include layout pic (#495) Misc: * Cleanup text attributes (#519). * Refactor snippet processing (#484). ++++ profanity: - Update to 0.15.0: * Don't use xscreensaver on wayland (#1876) * Correctly recognize ox encrypted carbons (#1878) * Don't crash when using /plugins install while disconnected (#1880, #1882) * Unify loading of keyfile (#1886) * Fix detection of some URLs (#1877, #1883) * Improve MUC title behaviour for roster, statusbar, and titlebar (#1892) * Improve logging of DB messages (#1893) * Fix crash on reconnect (#1894, #1896) * Check sender for LMC messages (#1893, #1898) * Fix /plugins reload error message (2ab9a3) * Add parameter support for aliases (#1900) * Add section on how to use Profanity to man page (#1904) * Improve history paging performance (#1905) * Fix loading of encryption type (#1906) * Refactor tests to use the new cmocka test runner (#1908) * Add unicode support for correction char (#1909) * Show encryption for messages from history (#1910) * Fix /omemo fingerprint crashing in a MUC (#1913) * Change DB structure (#1902) * Allow redirects for /plugins install via URLs (#1922) * Fix error message for /executable subcommands (#1921) * Do not check for unique stanza-id for MAM messages (#1926) * Handle alt+enter as newline char (#1927) * Fix unintended exits on some commands (#1924) * Introduce /redraw command (#1931) * Fix prof_pre_chat_message_display does not replace sent messages (#1918) * Add new dynamic mode for statusbar tab behaviour (#1912) /statusbar tabmode default|dynamic|actlist * Smooth scrolling support (+mouse wheel scrolling in some terminals) (#1824) * Fix scrolling (#1937, #1935, #1952) * Remove unnecessary input win redisplay (#1948) * Fix unable to download item twice (#1958) * Check whether we are already in an omemo session for MUCs as well (#1973) * Remove subscription when reporting spam/abuse (#1970, #1972) * Make statusbar actlist respect the /statusbar show setting (#1974, #1978) * Fix statusbar display of active tab (#1980) * Reset autoconnect account when the account gets removed (#1976, #1982) * Change default download location (#1983) /url save $someurl will now download to ~/.local/share/profanity/downloads/from_jid/date/filename instead of ~/.local/share/profanity/downloads. * Fix outdated types in tests (#1992, #1993) * Fix crash on startup when using sequoia-pgp (#1995) * Remove plenking (#1998) * Add valgrind checks to CI (#2023) * Add --cmd option (#2023) This allows to kind of automate what profanity should do as first jobs, e.g. --cmd /foo --cmd /bar --cmd /quit * Fix download of encrypted file (#1994, #2026) * Improve documentation (beeddda, a8ba8af, 7e0338b * Cleanup (#1885, #1884, #1897, #1914, #1923, #1920, #1930, #1933, #1941, #1942, #1981, 8a62d8e, c32aac7, cee92b0, #2014, #2007, 996a1fd) * Memory related fixes (#1891, #1915, #1916, #1919, #1932, b04650f, d341705, #1979, 07900e9, #2022) - Drop patches contained in upstream: * profanity-0.14.0-ox-carbons.patch * profanity-0.14.0-plugins-install.patch * profanity-0.14.0-typos.patch * profanity-0.14.0-xscreensaver.patch ++++ python-proton-vpn-local-agent: - Update to 1.4.4: * Forward the rust log to python log ++++ python-Scrapy: - Normalize metadata directory name. ++++ python-zope.hookable: - Normalize metadata directory name. ++++ python-zope.i18nmessageid: - Normalize metadata directory name. ++++ python-QtAwesome: - Normalize metadata directory name. ++++ python-calmjs.types: - Normalize metadata directory name. ++++ python-coverage: - update to 7.7.1 * The Coverage object has a new method, .Coverage.branch_stats for getting simple branch information for a module. * The Coverage constructor<.Coverage> now has a plugins parameter for passing in plugin objects directly. * Many constant tests in if statements are now recognized as being optimized away. * The experimental sys.monitoring support now works for branch coverage if you are using Python 3.14.0 alpha 6 or newer. * A few small tweaks to the sys.monitoring support for Python 3.14. Please test! - Add setuptools77.patch to fix tests with setuptools 77 ++++ python-deepdiff: - Update to 8.4.1 * pytz is not required - Update to 8.4.0 * Adding BaseOperatorPlus base class for custom operators * default_timezone can be passed now to set your default timezone to something other than UTC * New summarization algorithm that produces valid json * Better type hint support - Update to 8.1.1 * Adding Python 3.13 to setup.py -Update to 8.1.0 * Removing deprecated lines from setup.py * Added prefix option to pretty() * Fixes hashing of numpy boolean values. * Fixes slots comparison when the attribute doesn't exist. * Relaxing orderly-set reqs * Added Python 3.13 support * Only lower if clean_key is instance of str #504 * Fixes issue where the key deep_distance is not returned when both compared items are equal #510 * Fixes exclude_paths fails to work in certain cases * exclude_paths fails to work #509 * Fixes to_json() method chokes on standard json.dumps() kwargs such as sort_keys * to_dict() method chokes on standard json.dumps() kwargs #490 * Fixes accessing the affected_root_keys property on the diff object returned by DeepDiff fails when one of the dicts is empty * Fixes accessing the affected_root_keys property on the diff object returned by DeepDiff fails when one of the dicts is empty #508 ++++ python-delegator.py: - Normalize metadata directory name. ++++ python-fluent.syntax: - Normalize metadata directory name. ++++ python-fvs: - Normalize metadata directory name. ++++ python-numpy1: - Disable hpc builds for Factory and SLFO / Leap 16 * See discussion in boo#1239982 * Once this is accepted by the community, the whole hpc code in * the specfile and the multibuild can be cleaned up ++++ python-proton-core: - update to 0.4.0: * Require python >= 3.9 to allow libraries using newer language features ++++ python-proton-vpn-api-core: - Update to 0.42.3: * Expose method to get DNS IPs based on provided IP version * Always load feature flag cache/defaults * Add a breaks/conflicts clause for python3-proton-vpn-network-manager < 0.12.10 * Fix Certificate Expired error when requesting certificate in pem format * Switch DisplayPortForwarding env var to Feature Flag * Added local agent to OpenVPN, minor bug fix * Added local agent to OpenVPN * Manage file containing forwarded port * Encrypt openvpn certificate private key * Notify connecting/disconnecting state early * Notify subscribers when state context changes * Fix sentry event username masking * Cleanup old feature flags * Update event context so that it passes a forwarded port * Ensure default settings use feature flags even after login the next time they are fetched * Switch default protocol to WireGuard if feature flag is present * Ensure no crash occurs if cache files are non-decodable * Set default expiration time for features flags to expired, so that they're fetched from the API and cached as soon as possible * Emit connection state update after state tasks are completed * Update how time is calculated in logging module * Drop Ubuntu 20.04 support * Added semgrep scanning to CI * Refactor custom DNS * Introduce custom DNS * Automatically generate the changelog files for debian and fedora * Switch to /vpn/v2 API * Use versioned API endpoints * Fix for certificate based authentication for openvpn, feature flag was out of date * Fix certificate expired regression * Enable certificate based authentication for openvpn * Improve logic on when to update location details * Use a 'before_send' callback in sentry to sanitize events in sentry * Update location object after successfully connecting to VPN server via local agent ++++ python-pyHanko: - Normalize metadata directory name. - Add BuildRequires on Pillow for the testsuite. ++++ python-ruamel.std.pathlib: - Normalize metadata directory name. - Actually run fdupes. ++++ python-ruamel.yaml.clib: - Normalize metadata directory name. ++++ salt: - Small refactor on the spec file ++++ salt-test: - Small refactor on the spec file ++++ python-wheel: - Add tests.patch to fix (some) tests with setuptools 77 - Skip license tests failing with setuptools 77 ++++ python-zope.cachedescriptors: - Normalize metadata directory name. ++++ python-zope.component: - Normalize metadata directory name. ++++ python-zope.configuration: - Normalize metadata directory name. ++++ python-zope.copy: - Normalize metadata directory name. ++++ python-zope.deferredimport: - Normalize metadata directory name. ++++ python-zope.testbrowser: - Normalize metadata directory name. ++++ python-zope.testbrowser-test: - Normalize metadata directory name. ++++ python-zope.testrunner: - Normalize metadata directory name. ++++ redumper: - Update to version 532 ++++ replacer: - Added patch: * maven-replacer-plugin-mpt4.patch + port the plugin to java-annotations extractor instead of the deprecated java-javadoc one ++++ restic: - update to 0.18.0 (boo#1240262) - Sec #5291: Mitigate attack on content-defined chunking algorithm - Fix #1843: Correctly restore long filepaths' timestamp on old Windows - Fix #2165: Ignore disappeared backup source files - Fix #5153: Include root tree when searching using find --tree - Fix #5169: Prevent Windows VSS event log 8194 warnings for backup with fs snapshot - Fix #5212: Fix duplicate data handling in prune --max-unused - Fix #5249: Fix creation of oversized index by repair index - -read-all-packs - Fix #5259: Fix rare crash in command output - Chg #4938: Update dependencies and require Go 1.23 or newer - Chg #5162: Promote feature flags - Enh #1378: Add JSON support to check command - Enh #2511: Support generating shell completions to stdout - Enh #3697: Allow excluding online-only cloud files (e.g. OneDrive) - Enh #4179: Add sort option to ls command - Enh #4433: Change default sort order for find output - Enh #4521: Add support for Microsoft Blob Storage access tiers - Enh #4942: Add snapshot summary statistics to rewritten snapshots - Enh #4948: Format exit errors as JSON when requested - Enh #4983: Add SLSA provenance to GHCR container images - Enh #5054: Enable compression for ZIP archives in dump command - Enh #5081: Add retry mechanism for loading repository config - Enh #5089: Allow including/excluding extended file attributes during restore - Enh #5092: Show count of deleted files and directories during restore - Enh #5109: Make small pack size configurable for prune - Enh #5119: Add start and end timestamps to backup JSON output - Enh #5131: Add DragonFlyBSD support - Enh #5137: Make tag command print which snapshots were modified - Enh #5141: Provide clear error message if AZURE_ACCOUNT_NAME is not set - Enh #5173: Add experimental S3 cold storage support - Enh #5174: Add xattr support for NetBSD 10+ - Enh #5251: Improve retry handling for flaky rclone backends - Enh #52897: Make recover automatically rebuild index when needed - drop bump-google-apis-for-oauth2-fix.patch - refresh disable-selfupdate.patch to apply cleanly again ++++ rke: - Update to version 1.8.1: Rancher Kubernetes Engine (RKE) is reaching its end of life. Version 1.8 is the final release in the RKE 1.x series. We strongly recommend migrating to Rancher's newer Kubernetes distribution, RKE2, to stay supported, secure, and take advantage of the latest features and updates. For more details, please refer to the official SUSE EOL article. * What's Changed - Introduced nginx-ingress v1.12.1 for v1.31.7-rancher1-1 and v1.32.3-rancher1-1 . - Introduced nginx-ingress v1.11.5 for v1.30.11-rancher1-1. * RKE Kubernetes versions - v1.30.11-rancher1-1 - v1.31.7-rancher1-1 - v1.32.3-rancher1-1 (default) ++++ rubygem-agama-yast: - Version 13 - Extend storage model for basic LVM support (gh#agama-project/agama#2216). ++++ sdbootutil: - Update to version 1+git20250327.9714cbd: * Get boot_dst from os-release NAME * Add --devices parameter ++++ semaphore: - rename package to semaphore to follow upstream - rename binary, service and directory names to semaphore - Update to version 2.13.2: * Bugfixes - Update outdated dependencies. * What's Changed - fix(be): validate runner status before save by @fiftin in [#2828] - Potential fix for code scanning alert no. 37: Email content injection by @fiftin in #2830 - chore(deps): update dependency chai to v5 by @renovate in [#2588] - chore(deps): update dependency @vue/test-utils to v2 by @renovate in #2586 - [Snyk] Upgrade core-js from 3.39.0 to 3.40.0 by @fiftin in [#2730] - [Snyk] Security upgrade axios from 0.29.0 to 1.8.3 by @fiftin in #2834 - chore(deps): bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5 by @dependabot in #2769 - chore(deps): update dependency eslint-plugin-vue to v9.33.0 by @renovate in #2674 - chore(deps): update dependency nanoid to v5.1.5 by @renovate in #2789 - chore(deps): update dependency openai to v4.89.0 by @renovate in #2567 - chore(deps): update dependency @vue/eslint-config-airbnb to v8 by @renovate in #2584 - chore(deps): update apiaryio/dredd docker tag to v14 by @renovate in #2583 - fix(deps): update dependency axios to v1.8.4 by @renovate in [#2836] - fix(deps): update module github.com/go-ldap/ldap/v3 to v3.4.10 by @renovate in #2832 - fix(deps): update module github.com/mdp/qrterminal/v3 to v3.2.1 by @renovate in #2837 ++++ simpleframework: - Fix build with both xmvn-mojo:javadoc and javadoc:aggregate ++++ soapy-remote: - SOAPY_SDR_ABI_VERSION bump -> "0.8-3" ++++ soapy-airspy: - SOAPY_SDR_ABI_VERSION bump -> "0.8-3" ++++ soapy-bladerf: - SOAPY_SDR_ABI_VERSION bump -> "0.8-3" ++++ soapy-hackrf: - SOAPY_SDR_ABI_VERSION bump -> "0.8-3" ++++ soapy-rtlsdr: - SOAPY_SDR_ABI_VERSION bump -> "0.8-3" ++++ spotifyd: - update to 0.4.1: * revert default features to `alsa_backend` ([#1337]) * do not require `bindgen` dependencies on supported systems ([#1340]) * always return exitcode 1 on error ([#1338]) * the released binaries for `linux-x86_64` also work for older systems ([#1342]) ++++ sqlite-jdbc: - Fix javadoc generation with javadoc:aggregate ++++ stackit-cli: - Update to version 0.29.0: * fix(auth): print token to stdout on get-access-token cmd (#669) * feat(serverbackup): Region adjustment (#667) * chore(server): regional adjustment for server update (#662) * fix(deps): update module github.com/stackitcloud/stackit-sdk-go/core to v0.16.2 (#666) * chore: add make option to create test coverage reports (#659) ++++ string-template-maven-plugin: - Added patch: * string-template-maven-plugin-mpt4.patch + port the plugin to java-annotations extractor instead of the deprecated java-javadoc one ++++ tailscale: - update to 1.82.0: * DERP functionality within the client supports certificate pinning for self-signed IP address certificates for those unable to use Let's Encrypt or WebPKI certificates. * Go is updated to version 1.24.1 * NAT traversal code uses the DERP connection that a packet arrived on as an ultimate fallback route if no other information is available * Captive portal detection reliability is improved on some in-flight Wi-Fi networks * Port mapping success rate is improved * Helsinki is added as a DERP region. ++++ telegram-desktop: - Updated to 5.13.1 * Fixed crash in group/channel stories. * Added allow transferring my unique gifts from Send Gift section. * Added edit type of gifts you accept in Settings > Privacy and Security. * Added swipe navigation using swipe gesture on touchpads/touchscreens. * Added choose chat list quick action for swipe or middle click. ++++ totem: - Update to version 43.1+35: * thumbnailer: - Bump memory usage limit - Print actually set resource limits - Propagate verbose to resource monitor - Work-around OpenBLAS thread usage * gst: Use playbin's convert-frame feature again * build: - Fix meson deprecation warning about the use of ExternalProgram.path - Fix meson deprecating warning about the use of meson.source_root - Fix meson deprecation warning about the use of dependency.get_pkgconfig_variable * Add branding colors * open-directory: Don't abort if failed to create XdpPortal instance - Drop apple-trailers and vimeo plugins, no longer supported. - Drop d16d9ad1d2b214996639e4f01c4515b611fb2739.patch: Fixed upstream. ++++ trufflehog: - Update to version 3.88.19: * Add Bitbucket installation type option (#3999) * more removals of blog and aws canary not triggered verbiage. (#3990) * (fix) Remove `db_type` parameter Postgres detector during making connection (#3989) * added tags for integration test of ipquality detector (#3996) * fixed and improved squareapp detector (#3993) * removed vebiage saying we don't trigger aws canary tokens, as we do. (#3991) ++++ tycho: - Port the EmptyMojo.java, used during the boostrap build, to java-annotations extractor instead of the deprecated java-javadoc one. This allows to build using the up-coming maven-plugin-tools 4.x - Added patches: * reproducible-tgz-mtime.patch * reproducible-zip-mtime.patch + trying to sanitize the modification times of files produced by tycho plugins ++++ xfce4-terminal: - Update to version 1.1.5 Meson has been added as a build system in this release, and the associated archive has been generated by 'meson dist'. Although autotools has been retained for the time being and can still be used via 'autogen.sh', meson is now the preferred build system, and autotools will be removed in a future release. * build: Automate copyright year management * window: Add dnd support outside screen * Apply .clang-format file * Sort includes * clang-format: Add file * Add meson build * Add hidden setting to resize window when zoomed in/out * Revert "Cancel by default in unsafe past dialog" * build: Add missing dep flags * Hide the launcher for xfce4-terminal-settings * screen: Don't overwrite VteTerminal:allow-hyperlink binding * Translation Updates - Remove obsolete relax-x11-version.patch ------------------------------------------------------------------ ------------------ 2025-3-26 - Mar 26 2025 ------------------- ------------------------------------------------------------------ ++++ MirrorCache: - Update to version 1.093: * Fix join condition in stat_agg_pkg task ++++ agama-web-ui: - Change switches by checkboxes (gh#agama-project/agama#2168). - Restructure the encryption form (gh#agama-project/agama#2168). ++++ ansible-runner: - update to 2.4.1: * Modify volume mount behavior when source does not exist (#1408). Volumes specified using the container-volume-mount option will now be passed through to the underlying container engine unverified and unmodified. This now allows you to mount individual files (vs. the parent directory) and non-existing source volumes. The behavior encountered with a non-existing source volume depends on which container engine is in use (docker creates the volume, podman will error). ++++ bpm-tools: - bpm-graph-so-reference.patch: fix .so reference of bpm-graph - Mark COPYING as license ++++ budgie-desktop: - No longer conflict gnome-shell: Issues have been resolved - BR xdg-desktop-portal to provide needed package directory - Correct budgie-desktop-view requires versioning ++++ build: - Supporting automatic tar ball creation also when just provided via git (no need for RemoteAsset in that case) ++++ cadabra2: - Drop no longer needed pcre-devel dependency. ++++ chromium: - drop chromium-134-revert-allowlist.patch (obsolete, gn has been updated) - also use nodejs 22 for sle15 ++++ cmake: - Switch cmake-gui builds to Qt6. - Add BuildRequires: qt6-macro to locate qhelpgenerator (in %_qt6_libexecdir) and add corresponding path to env PATH. - Drop use of deprecated %suse_update_desktop_file macro and BuildRequires: update-desktop-files needed solely for this. ++++ cmake-ui: - Switch cmake-gui builds to Qt6. - Add BuildRequires: qt6-macro to locate qhelpgenerator (in %_qt6_libexecdir) and add corresponding path to env PATH. - Drop use of deprecated %suse_update_desktop_file macro and BuildRequires: update-desktop-files needed solely for this. ++++ cmake-full: - Switch cmake-gui builds to Qt6. - Add BuildRequires: qt6-macro to locate qhelpgenerator (in %_qt6_libexecdir) and add corresponding path to env PATH. - Drop use of deprecated %suse_update_desktop_file macro and BuildRequires: update-desktop-files needed solely for this. ++++ cmake-mini: - Switch cmake-gui builds to Qt6. - Add BuildRequires: qt6-macro to locate qhelpgenerator (in %_qt6_libexecdir) and add corresponding path to env PATH. - Drop use of deprecated %suse_update_desktop_file macro and BuildRequires: update-desktop-files needed solely for this. ++++ cnf: - do not auto update vendored dependencies - fixes Leap 15.6 build problem ++++ cogl: - Export -std=gnu17 to cflags, fix build with gcc 15. Cogl is deprecated upstream, and we can not expect this to be fixed from there, so use older gcc standard until we can remove the package from distro. - Refresh patches from upstream, keep the bots happy. ++++ corosync: - Add a patch to fix CVE-2025-30472 (bsc#1239987) * 779.patch ++++ crossplane-cli: - Update to version 1.19.1: * fix(deps): update module github.com/golang-jwt/jwt/v5 to v5.2.2 [security] * chore(deps): update module github.com/golang-jwt/jwt/v4 to v4.5.2 [security] * fix(deps): update module golang.org/x/net to v0.36.0 [security] * chore(deps): update module golang.org/x/crypto to v0.35.0 [security] * chore(deps): bump golang version in Earthfile to v1.23.7 * chore(deps): update module golang.org/x/oauth2 to v0.27.0 [security] * fix(crank): render private pull * chore(deps): update module github.com/go-jose/go-jose/v4 to v4.0.5 [security] (#6299) ++++ digger-cli: - Update to version 0.6.93: * support auto_merge_strategy option (#1922) ++++ docker: - Don't use the new container-selinux conditional requires on SLE-12, as the RPM version there doesn't support it. Arguably the change itself is a bit suspect but we can fix that later. bsc#1237367 ++++ docker-stable: - Don't use the new container-selinux conditional requires on SLE-12, as the RPM version there doesn't support it. Arguably the change itself is a bit suspect but we can fix that later. bsc#1237367 ++++ file: - baselibs.conf: drop it ++++ forgejo-runner: - Update to version 6.3.1: * Fixed an issue which caused data races and timeouts in certain cases, which would cause cache storing and retrieval to fail. ++++ gdb: - Patches updated (bsc#1240047): * gdb-add-rpm-suggestion-script-suse.patch - Patches added (bsc#1240047): * gdb-6.6-buildid-locate-tests-suse.patch ++++ gdb-testresults: - Patches updated (bsc#1240047): * gdb-add-rpm-suggestion-script-suse.patch - Patches added (bsc#1240047): * gdb-6.6-buildid-locate-tests-suse.patch ++++ gdm: - Update systemd xdm migration * Change display-manager to display-manager-legacy * Actually detect gdm instead of xdm * Upgrade xdm first if installed to run the systemd migration ++++ geany-plugins: - Add geany-plugins-2.0-gcc15.patch: Fix build with gcc 15, patch lifted from gentoo. ++++ gearlever: - Update to 3.0.2: * Fixed an issue causing the "Keep both" option to override the old desktop file - Update to 3.0.1: * Fixed an issue causing custom Github update urls being ignored when checking for updates - Update to 3.0.0: * Gear Lever now has a brand new command-line interface for managing and updating apps ++++ ghc-http-client-tls: - Update http-client-tls to version 0.3.6.4 revision 2. Upstream has revised the Cabal build instructions on Hackage. - Update http-client-tls to version 0.3.6.4 revision 1. Upstream has revised the Cabal build instructions on Hackage. ++++ ghc-isocline: - Apply "dont-install-example-exe.patch" to disable installing the "example" executable from this package. ++++ ghc-servant: - Update servant to version 0.20.2 revision 1. Upstream has revised the Cabal build instructions on Hackage. ++++ ghc-servant-server: - Update servant-server to version 0.20.2 revision 1. Upstream has revised the Cabal build instructions on Hackage. ++++ hamster-time-tracker: - Update to GNOME 48 * del 0180-metadata.json.in-mark-GNOME-47-supported.patch * add 0180-metadata.json-Mark-compatible-with-GNOME-Shell-47.patch * add 0181-Make-hamster-shell-extension-compatible-with-GNOME-4.patch * add 0182-Remove-GNOME-45-from-the-list-of-supported-releases.patch - Fix GNOME support for 15.6 (GNOME 45) ++++ godot: - Update to 4.4.1 * Fix TextEdit scrolls wrong on text selection * Restore "Show in File Manager" button functionality in ProjectManager * Update script modified times when saved in EditorNode * Create .uid files for detected new files * Set window position when running project in maximized or full-screen mode to ensure it is opened on the correct screen * Add "Go Online" button on Export Template Manager * Fix check for "is_maximized" to require both horizontal and vertical and more: https://godotengine.github.io/godot-interactive-changelog/#4.4.1 ++++ govulncheck-vulndb: - Update to version 0.0.20250326T201520 2025-03-26T20:15:20Z. Refs jsc#PED-11136 Go CVE Numbering Authority IDs added or updated with aliases: * GO-2025-3520 GHSA-h2rp-8vpx-q9r4 * GO-2025-3521 CVE-2025-1767 GHSA-3wgm-2gw2-vh5m * GO-2025-3522 CVE-2024-9042 GHSA-vv39-3w5q-974q * GO-2025-3533 CVE-2025-30153 GHSA-wq9g-9vfc-cfq9 * GO-2025-3534 CVE-2025-1472 GHSA-fqrq-xmxj-v47x * GO-2025-3536 CVE-2024-25132 GHSA-c392-wrgw-jjfw * GO-2025-3537 CVE-2025-29914 GHSA-q9f5-625g-xm39 * GO-2025-3538 CVE-2025-29922 GHSA-w2rr-38wv-8rrp * GO-2025-3539 CVE-2024-7631 GHSA-69x5-hjg4-m267 * GO-2025-3540 CVE-2025-29923 GHSA-92cp-5422-2mw7 * GO-2025-3542 CVE-2024-9900 GHSA-w6hh-w36c-vxmw * GO-2025-3543 CVE-2025-27612 * GO-2025-3545 CVE-2024-53348 * GO-2025-3546 CVE-2024-53351 GHSA-4jhw-c53w-w5r7 * GO-2025-3547 CVE-2024-7598 GHSA-r56h-j38w-hrqq * GO-2025-3549 CVE-2025-30179 GHSA-3gpx-p63p-pr5r * GO-2025-3550 CVE-2025-25274 GHSA-4v65-xqcj-wpgg * GO-2025-3551 CVE-2025-25068 GHSA-72qv-j8vr-xvfv * GO-2025-3552 CVE-2025-24920 GHSA-rp74-x43m-cpw3 * GO-2025-3553 CVE-2025-30204 GHSA-mh63-6h87-95cp * GO-2025-3554 GHSA-528q-4pgm-wvg2 * GO-2025-3555 CVE-2025-27715 GHSA-cw7q-5cgc-h3h9 * GO-2025-3556 CVE-2025-27933 GHSA-h5v9-xw2g-7hrq * GO-2025-3560 CVE-2025-30162 GHSA-24qp-4xx8-3jvj * GO-2025-3561 CVE-2025-30163 GHSA-c6pf-2v8j-96mc * GO-2025-3562 CVE-2025-29778 GHSA-46mp-8w32-6g94 * GO-2025-3564 CVE-2025-24513 GHSA-242m-6h72-7hgp * GO-2025-3565 CVE-2025-1097 GHSA-823x-fv5p-h7hw * GO-2025-3566 CVE-2025-24514 GHSA-fwwp-xcxw-39vq * GO-2025-3567 CVE-2025-1974 GHSA-mgvx-rpfc-9mpv * GO-2025-3568 CVE-2025-1098 GHSA-vg63-w3p9-jc9m ++++ grommunio-web: - Update to release 3.11 * Do not collapse the mail list view to invisibility, instead now mail preview * Correct all day event on wrong day for non-proper MAPI elements without TZ (Kopano migrations) * Introduce new plugin for integration with Kendox InfoShare ++++ gromox: - Trim excess keys from keyring ++++ htop: - Update to version 3.4.0: * Improve Darwin support for ARM-based systems * Fix static linking with libsystemd * Various build fixes for DragonFlyBSD, Darwin, NetBSD, OpenBSD & Solaris * Fix running task display (count) * Fix sort order handling in tree mode * Add warning when exiting with a signal (not saving .htoprc) * Add Disk I/O and Network I/O meter for DragonFlyBSD * Improve handling of invalid Unicode strings * Disable basename checking for kernel tasks * Updated documentation for pcp-htop * Disable FOCUS_IN/FOCUS_OUT event handling * Add GPU meter for Linux and PCP * Add colum for GPU time per process on Linux and PCP * Avoid glibc FILE API voodoo * Ignore previously unhandled signals USR1 and USR2 * Force locating the config file to only use absolute paths * Prefer reading htoprc from ~/.config/htop/htoprc over legacy ~/.htoprc * Force writing the configuration to a regular file * Use distinct config files for htop and pcp-htop * Link libnl3 at runtime * Gather permitted capabilities via capget(2) * Avoid fetching certain process information for each thread on Linux (speed up) * Improved handling for invalid data in /proc/tty/drivers on Linux * Various changes to avoid memory allocations inside signal handlers * Add single column header layout * Fix DivByZero bug on startup on Darwin * Include thread information on Darwin * Show process state on Darwin * Update compat check for C23 compilers * Improved detail in help screen * Unicode support for CGROUP, CCGROUP, CONTAINER and SECATTR columns * Mark newline characters in the process command line display * Resolve nested derived metrics for PCP * Make supported modes/styles specific to each meter * Refined checks for terminals supporting to redefine keys * Fix handling of the NICE value on FreeBSD * Fix display of CPU utilization on FreeBSD * Honour update interval adjustments properly without restart * Force rebuild of display table after item removals * Reworked handling for various temperature sensors * Fix high CPU load when the strace'd process exits prematurely * Document --drop-capabilities to require a compile time support * Always call PKG_PROG_PKG_CONFIG in configure * Make configure warn when pkg.m4 is absent * Rewrite curses/terminfo detection code in configure * Keep following a process when resuming process updates (Z key) * Normalize Disk I/O usage and allow utilization above 100% * Plug several memory leaks and improve performance for information parsing * Allow to show or hide cache and buffers in memory usage meter * Visibility hint and UX improvements in status bar of display options panel * Remove IOKit / IOMainPort / IOMMasterPort logic for Darwin builds * Replace BCC with metrics from BPF for pcp-htop ++++ icingaweb2: - Update to 2.12.4 - Database login broken after upgrade #5343 - Update to 2.12.3 - XSS in embedded content CVE-2025-27405 - DOM-based XSS CVE-2025-27404 - Open redirect on login page CVE-2025-30164 - Reflected XSS CVE-2025-27609 - Login against Postgres DB is case-sensitive #5223 - Role list has no functioning quick search #5300 - After clicking on Check now, the page does not refresh itself #5293 - Service States display wrong since update to 2.12.2 #5290 ++++ icingaweb2-module-director: - Update to 1.11.4 * Security - Rest API endpoints accessible to restricted users (GHSA-3233-ggc5-m3qg) * UI - Fix editing of custom variables for multi-selected objects #2950 - Fix: Check for the existence of service templates to add services #1249 * Import and Sync - Fix erratic job behavior during summer and winter time change (no issue) * Integration - Fix custom variable renderer for service apply for rules (no issue) - Fix custom variable renderer for array type data lists #2960 * Database Schema - Fix MySQL 8.4 nonstandard foreign keys deprecation #2885 * Fixed Issues - You can find issues related to this release on our roadmap ++++ irqbalance: - Blacklist/Ban megaraid_sas driver (bsc#1238559) - Update to version 1.9.4.71.git+be5e3b8: * Fix the wrong string existence checking condition * check_platform_device: Check the length of path * Check API command length, allow up to 16384 * fix some GCC fanalyzer warnings * Use EPERM instead of EIO when try setting irq affinity fails * irqbalance.1: a , b => a, b; it's type => its type * Check info->moved before updating * Add CAP_SETPCAP to CapabilityBoundingSet in irqbalance.service * Version option should return 0 rather than 1 * Minor punctuation fix. * define IRQBALANCE_ARGS as empty string to squelch systemd warning * Track IRQ "slots" count per CPU to avoid overflowing * meson: use find_library for numa * meson: replace generic array with files() * Drop ProtectKernelTunables * meson: add a minimum version decorator * meson: drop redundant install_man() options * meson: move build files to repository root * cast void pointer to actual type * add void to fix strict-prototypes * fix 32-bit formats * Check fflush() return value * irqbalance-ui: check if using a negative index of buffer D sysconfig.irqbalance This file was outdated, better use the upstream one A irqbalance_banmod.diff ++++ istioctl: - update to 1.25.1: https://istio.io/latest/news/releases/1.25.x/announcing-1.25.1/ Security Update * CVE-2025-30157 (CVSS Score 6.5, Medium): Envoy crashes when HTTP ext_proc processes local replies. For the purposes of Istio, this CVE is only exploitable in circumstances where ext_proc is configured via EnvoyFilter. * Changes - no apparent CLI-related changes ++++ jasper: - Update to 4.2.5: * Made a change to a configuration header file in order to avoid undesirable compiler warnings when JasPer is used in C++ code (#393). ++++ kasts: - Add upstream change (kde#501876) * 0001-Fix-dialog-boxes-after-recent-Kirigami-updates.patch ++++ kclock: - Add upstream fix: * 0001-AlarmForm-create-duration-and-snooze-models-correctl.patch ++++ kea: - Update to release 2.6.2 Bug fixes: * Fix for inaccurate statistics: Kea was miscalculating declined and assigned leases. * Fix for lease conflicts and NAK: Conflicting entries were created when two relayed HA instances tried to update a shared lease DB at the same time. * Fix for `subnetX-del` not removing subnets completely: `subnetX-del` was not correctly deleting the subnet declaration from the shared network configuration section. * Fix for `config-write` and `retry-on-startup` parameter: `config-write` was improperly storing the `retry-on-startup` parameter in the config file, causing Kea to fail when restarting. * Fix for incorrect DB schema entry: A typo prevented the upgrade script from working in certain circumstances. * Fix for mishandling malformed DISCOVER packets: * Fix for excessive memory utilization when receiving frequent SIGHUP: Kea was storing a history of configs in memory with each restart. * Fix for `config-set` with `output_options`: `config-set` was omitting the `output_options` section when spelled with "_". * Fix for store-extended-info breaking lease limits: A specific combination of vendor classes and storing extended info caused limits to not be applied. * Fix for DB connection recovery * DB upgrade scripts: DB upgrade could fail on some distributions. ++++ libXau: - fix-sed-for-manpages.patch: sed need to replace all occurences of the string, not only the first one. Else e.g. .so references are broken (.so man3/Xau.__libmansuffix__) ++++ libdlm: - libdlm supports corosync 3.x multi-link (jsc#PED-11932) * add upstream patch + dlm_controld-terminate-uevent-buffer.patch + dlm_controld-Support-for-extended-value-of-kernel-DL.patch + dlm_controld-remove-detect-mode-from-config-item-pro.patch * remove useless folder - %{_datadir}/doc/packages/libdlm-%{version} ++++ libhangul: - Update to version 0.1.1~git20230415.154a5e0: * bindings: update ruby binding * support python3 binding * cmake: check glob.h and add config.h.cmake.in ++++ libinput-extra: - Update to release 1.28 * Support for three-finger drag for touchpads. * On tablets the pressure range is now correctly tracked per tablet. ++++ libinput: - Update to release 1.28 * Support for three-finger drag for touchpads. * On tablets the pressure range is now correctly tracked per tablet. ++++ libnvidia-egl-x11: - 0001-Increment-version-number-to-1.0.1.patch 0002-Fall-back-to-gbm_bo_create_with_modifiers.patch 0003-Fix-the-passthrough-call-in-eplX11SwapInterval.patch 0004-base-Add-a-hook-function-for-eglQueryDisplayAttrib.patch * added latest patches from github project ++++ ossim: - Fix devel package requirement on shared lib after the latter's so version bump. ++++ libpinyin: - Update version to 2.10.1 * Bug fixes - changes in 2.9.92 * Support punctuation candidate - changes in 2.9.91 * auto clean user data when data corruption * support to export bigram phrase ++++ pixman: - Update to version 0.44.2: + meson: require Meson >= 1.3.0 + vmx: Fix is_opaque, is_zero, is_transparent functions + RISC-V: - Fix rvv auto-detection on `gcc-13` - Force spec 1p0 in architecture definiton - Changes from version 0.44.0: + arm: add include guards on header + aarch64: support PAC and BTI + pixman-combine-float.c: - Fix inlining failed error - Fix typo in MAKE_NON_SEPARABLE_PDF_COMBINERS() + mmx: Fix compilation with clang-cl + pixman: - Add library destructor - Adjust arm assembly for binutils change + pixman-region: Make translate a no-op when using 0 offsets + mips: - Fix a typo in mips_dspr2_flags - Widen CPU family check for DSPr2 - Add option to force MIPS CPU feature discovery + iwmmxt: Drop support + ci: add workflow rules to allow for MR pipelines + RISC-V floating point operations + Fixed memory leak in tests - Drop all manual configuring of meson setup, pass - -auto-features=auto instead. ++++ libpst: - Add 0003-gcc-c23-changes.patch: Fix build with gcc 15, patch lifted from fedora. - Replace gcc-c++ generic c++_compiler BuildRequires. - Replace libgsf-devel with pkgconfig(libgsf-1) BuildRequires: Align with what configure checks for. ++++ rpm: - Backport check_c_compiler_flag cmake tests fix from upstream The old code would pick up -fhardened by accident * new patch: cmake_fhardened.diff ++++ tpm2.0-abrmd: - also enable SELinux features for SLE-16 (bsc#1240070). On SLE-16 abrmd does not work, because the SELinux configuration is missing and thus its operations are denied. Include SLE-16 to fix this. ++++ unibilium: - update to 2.1.2: * build: Add a minimal configure.ac * build: bump minimum required cmake * build(cmake): allow user to set TERMINFO_DIRS * Do not stop searching on EPERM - use newer macros (autosetup, ldconfig_scriptlets, make) ++++ libuv: - update to 1.50.0: * misc: implement uv_getrusage_thread * linux: always use io_uring for epoll batching ++++ lighttpd: - update to 1.4.78: * option to reload TLS certs and CRLs * bug fixes ++++ lua-language-server: - update to 3.13.9: * remove the limit for analyzing the literal table - update to 3.13.8: * fix: respect ignoreDir in --check CLI * Merge branch 'master' into fix-ignore-in-check * Chore: Update help messages * limit 100 items for performance reason - update to 3.13.7: * Fix changelog links * fix: incorrect arg skip pattern for --check_out_path= * fix: incorrect file names in doc.json * fix: reimplement section luals.config in doc.json * fix: use fs.canonical() instead of fs.absolute() * fix: incorrect error message for --doc-update. * chore: refactoring * fix: default path for --doc_out_path is the current directory * fix: remove extra ./ prefix in check report when using --check=. * fix_doc_config * fix_doc_defaultpath * fix: osdate is not allowed in os.time * fix: another regression related to type narrow and generic since v3.10.1 * fix: fix type annotations for bit module * fix: correct pattern links for string methods * Correct version for math.type and math.ult * Update changelog.md * fix: type narrowing bugs with literal fields * feat: add --help ++++ mapi-header-php: - Update to release 1.6 * Add PidTagWlinkSection/PR_WLINK_SECTION value definitions * Util to convert restriction consts into strings * Fix invitees disappearing from meetings with resources ++++ matrix-synapse: - Update to 1.127.1 (boo#1240153) Fix CVE-2025-30355 / GHSA-v56r-hwv5-mxg6. High severity vulnerability affecting federation. The vulnerability has been exploited in the wild. ++++ mercurial-extension-hg-evolve: - Use PEP 517/518 build system via pyproject macros - Use more specific sitelib install paths to fix an rpmlint warning ++++ monitoring-plugins-haproxy: - add check_haproxy-ignore_down_backends.patch allow ignoring down servers marked as backup (meant for active/passive clusters) ++++ neovim: - Update to 0.11.0 see /usr/share/nvim/runtime/doc/news.txt for list of full changes * build with translations * refresh lua-dev-deps.tar.gz ++++ obs-service-go_modules: - Update go toolchain to Requires: golang(API) >= 1.24 Refs boo#1240130 * Recent go toolchain versions enforce use of the minimum toolchain version specified in go.mod * Minimum toolchain requirements are in effect for go commands as well as unit compilation * Users running a version older than specified may see error: go: go.mod requires go >= 1.24.1 (running go 1.22.2; GOTOOLCHAIN=local) * This package and others which call go toolchain commands will need timely updates to the latest version * Closes https://github.com/openSUSE/obs-service-go_modules/issues/62 ++++ ocaml-0install-solver: - allow only 64bit to follow other packages ++++ ocaml-base64: - allow only 64bit to follow other packages ++++ ocaml-cudf: - Relax ocaml-rpm-macros requirement ++++ ocaml-dose: - allow only 64bit to follow other packages ++++ ocaml-jsonm: - allow only 64bit to follow other packages ++++ ocaml-mccs: - allow only 64bit to follow other packages ++++ ocaml-opam-0install-cudf: - allow only 64bit to follow other packages ++++ ocaml-spdx_licenses: - Relax ocaml-rpm-macros requirement ++++ ocaml-swhid_core: - Relax ocaml-rpm-macros requirement ++++ opam: - support Provides as depext (issue#6426) add 5ffd07705853a7d6516b65db08d3f0a47aa421ab.patch add d5e0bcb805839ce8e9b9e423415bd81fc8c13abe.patch add 2532248d70b14a137164194e6c0eb3459b50de0f.patch - allow only 64bit to follow other packages ++++ openQA: - Update to version 5.1743011892.5068f7f4: * Add new test for skipped job count * dist: Add headers expected by OBS checks * Use spaces in the Test:Most functions of ui/14-dashboard.t * Update url query only with the selected option * Bump eslint-plugin-prettier from 5.2.4 to 5.2.5 * Revert "Make loading nested config files work with our RPM packaging (no symlink)" * Make loading nested config files work with our RPM packaging * Remove unused cropper.css * Bump @eslint/eslintrc from 3.3.0 to 3.3.1 * Bump eslint from 9.22.0 to 9.23.0 * Bump @types/estree from 1.0.6 to 1.0.7 * Bump eslint-plugin-prettier from 5.2.3 to 5.2.4 * dist: Add missing copyright header * Allow web proxy to reach openQA on SELinux systems * Fix config drop-in path to upstream specifications * Bump ace-builds from 1.39.0 to 1.39.1 * Bump @pkgr/core from 0.1.1 to 0.1.2 * Consistently use try/catch instead of 'if ' everywhere * t: Remove obsolete exception checking in 28-logging.t * Slightly simplify Worker::Job * Also use try/catch in Controller::API::V1::Comment * Log AMQP errors only as such when retries exhausted * Slightly simplify Shared::GruJob * Show job ID only in AMQP log messages when actually present * docs: Enable clickable section headers * Add section numbering in OpenQA Documentation * Dependency cron 2025-03-19 * Improve "from" time label in /tests/overview * Mark uncoverable lines in Worker::Job ++++ perl-DateTime-TimeZone: - updated to 2.650.0 (2.65) see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes 2.65 2025-03-25 - This release is based on version 2025b of the Olson database. This release includes contemporary changes for Chile. ++++ pnpm: - update to 10.7: * Minor Changes - pnpm config get and list also show settings set in pnpm-workspace.yaml files #9316. - It should be possible to use env variables in pnpm-workspace.yaml setting names and value. - Add an ability to patch dependencies by version ranges. Exact versions override version ranges, which in turn override name-only patches. Version range * is the same as name-only, except that patch application failure will not be ignored. For example: patchedDependencies: foo: patches/foo-1.patch foo@^2.0.0: patches/foo-2.patch foo@2.1.0: patches/foo-3.patch The above configuration would apply patches/foo-3.patch to foo@2.1.0, patches/foo-2.patch to all foo versions which satisfy ^2.0.0 except 2.1.0, and patches/foo-1.patch to the remaining foo versions. [!WARNING] The version ranges should not overlap. If you want to specialize a sub range, make sure to exclude it from the other keys. For example: [#] pnpm-workspace.yaml patchedDependencies: [#] the specialized sub range 'foo@2.2.0-2.8.0': patches/foo.2.2.0-2.8.0.patch [#] the more general patch, excluding the sub range above 'foo@>=2.0.0 <2.2.0 || >2.8.0': 'patches/foo.gte2.patch In most cases, however, it's sufficient to just define an exact version to override the range. - pnpm config set --location=project saves the setting to a pnpm-workspace.yaml file if no .npmrc file is present in the directory #9316. - Rename pnpm.allowNonAppliedPatches to pnpm.allowUnusedPatches. The old name is still supported but it would print a deprecation warning message. - Add pnpm.ignorePatchFailures to manage whether pnpm would ignore patch application failures. - If ignorePatchFailures is not set, pnpm would throw an error when patches with exact versions or version ranges fail to apply, and it would ignore failures from name-only patches. - If ignorePatchFailures is explicitly set to false, pnpm would throw an error when any type of patch fails to apply. - If ignorePatchFailures is explicitly set to true, pnpm would print a warning when any type of patch fails to apply. * Patch Changes - Remove dependency paths from audit output to prevent out-of-memory errors #9280. ++++ podman: - Add patch for CVE-2025-22869 (bsc#1239330): * 0001-CVE-2025-22869-ssh-limit-the-size-of-the-internal-pa.patch ++++ python-SpeechRecognition: - Lowercase metadata directory name. ++++ python-WebOb: - Lowercase metadata directory name. ++++ python-jaraco.stream: - Normalize metadata directory name. - Use the new environment variable for Sphinx building. ++++ python-APScheduler: - Lowercase metadata directory name. ++++ python-Authlib: - Lowercase metadata directory name. ++++ python-FormEncode: - Lowercase metadata directory name. ++++ python-Logbook: - Lowercase metadata directory name. ++++ python-PyGithub: - Lowercase metadata directory name. ++++ python-StrEnum: - Lowercase metadata directory name. ++++ python-Telethon: - Lowercase metadata directory name. ++++ python-WSME: - Lowercase metadata directory name. ++++ python-Yapsy: - Lowercase metadata directory name. ++++ python-ZConfig: - Lowercase metadata directory name. ++++ python-ZEO: - Lowercase metadata directory name. ++++ python-backports.entry_points_selectable: - Normalize metadata directory name. ++++ python-backports.tarfile: - Normalize metadata directory name. ++++ python-cPyparsing: - Normalize metadata directory name. - Run the testsuite. ++++ python-dogpile.cache: - Normalize metadata directory name. ++++ python-flufl.bounce: - Normalize metadata directory name. ++++ python-fontMath: - Normalize metadata directory name. ++++ python-fontParts: - Normalize metadata directory name. ++++ python-fontPens: - Normalize metadata directory name. ++++ python-gTTS: - Normalize metadata directory name. ++++ python-jaraco.classes: - Normalize metadata directory name. ++++ python-jaraco.collections: - Normalize metadata directory name. ++++ python-jaraco.context: - Normalize metadata directory name. ++++ python-jaraco.develop: - Normalize metadata directory name. ++++ python-jaraco.envs: - Normalize metadata directory name. ++++ python-jaraco.functools: - Normalize metadata directory name. ++++ python-jaraco.itertools: - Normalize metadata directory name. ++++ python-jaraco.logging: - Normalize metadata directory name. ++++ python-jaraco.packaging: - Normalize metadata directory name. ++++ python-jaraco.path: - Normalize metadata directory name. ++++ python-jaraco.test: - Normalize metadata directory name. ++++ python-jaraco.text: - Normalize metadata directory name. ++++ python-jaraco.tidelift: - Normalize metadata directory name. ++++ python-jaraco.ui: - Normalize metadata directory name. ++++ python-jaraco.vcs: - Normalize metadata directory name. ++++ python-jaraco.versioning: - Normalize metadata directory name. ++++ python-linux-procfs: - Use libalternatives instead of update-alternatives, bsc#1240096 ++++ python-nitrokey: - update to 0.3.0: * Bump minimum Python version from 3.9 to 3.9.2. * nitrokey.nk3.updates: - Remove UpdatePath, get_extra_information and get_finalization_wait_retries from public API. - Remove obsolete UpdateUi.request_repeated_update method. - Show warning when updating from bootloader mode and if the status command is not available. - Reboot devices in firmware mode before the update to make sure that the status is up to date. - Add Warning enum, show_warning and raise_warning methods to UpdateUi and ignore_warnings argument to UpdateUi.__init__. * Add support for updates to Nitrokey 3 firmware v1.8.2. * Add support for setting a minimum SDK version in firmware update containers. - Add an sdk field to nitrokey.trussed.FirmwareContainer. - Check SDK version in nitrokey.nk3.updates.Updater.update. - Add nitrokey.nk3.updates.Warning.SDK_VERSION variant. ++++ python-plaster: - Don't use license in the dist-info directory. ++++ python-pyOpenSSL: - Normalize metadata directory name. ++++ python-pyinotify: - Use libalternatives instead of update-alternatives, bsc#1240097 - No more greedy globs in %files. - Use python3 in pyinotify script ++++ python-pynitrokey: - update to 0.8.0: This release adds support for Nitrokey 3 firmware updates to v1.8.2, adds TPM information to the NetHSM system status and improves the FIDO2 tests in nitropy nk3 test and nitropy fido2 verify. Changelog * Check attestation signature after FIDO2 makeCredential by @robin-nitrokey in #626 * Add TPM information to system information by @mmerklinger in [#628] * Bump minimum nethsm sdk version to 1.3.0 by @mmerklinger in [#629] * Update Nitrokey SDK to v0.3.0 and release v0.8.0 by @robin-nitrokey in #632 ++++ python-qrcode: - Fix build and runtime dependencies ++++ python-rst.linker: - Normalize metadata directory name. ++++ python-ufoLib2: - Normalize metadata directory name. ++++ python-wheezy.template: - Normalize metadata directory name. ++++ yt-dlp: - Update to release 2025.03.26 * youtube: fix signature and nsig extraction for player 4fcd6e4a ++++ renderdoc: - Add patch to backport PCRE2 to the swig fork: * 0001-PCRE2.patch ++++ rke2-1.29: - Update to version 1.29.15+rke2r1: * This release updates Kubernetes to v1.29.15, and upgrades rke2-ingress-nginx to controller v1.12.1-hardened1 (chart version 4.12.1). This addresses CVE-2025-1974 as well as all other recently announced vulnerabilities in ingress-nginx. * Details see https://github.com/rancher/rke2/releases/tag/v1.29.15+rke2r1 ++++ rke2-1.30: - Update to version 1.30.11+rke2r1: * This release updates Kubernetes to v1.30.11, and upgrades rke2-ingress-nginx to controller v1.12.1-hardened1 (chart version 4.12.1). This addresses CVE-2025-1974 as well as all other recently announced vulnerabilities in ingress-nginx. * Details see https://github.com/rancher/rke2/releases/tag/v1.30.11+rke2r1 ++++ rke2-1.31: - Update to version 1.31.7+rke2r1: * This release updates Kubernetes to v1.31.7, and upgrades rke2-ingress-nginx to controller v1.12.1-hardened1 (chart version 4.12.1). This addresses CVE-2025-1974 as well as all other recently announced vulnerabilities in ingress-nginx. * Details see https://github.com/rancher/rke2/releases/tag/v1.31.7+rke2r1 ++++ rke2: - Update to version 1.32.3+rke2r1: * This release updates Kubernetes to v1.32.3, and upgrades rke2-ingress-nginx to controller v1.12.1-hardened1 (chart version 4.12.1). This addresses CVE-2025-1974 as well as all other recently announced vulnerabilities in ingress-nginx. * Details see https://github.com/rancher/rke2/releases/tag/v1.32.3+rke2r1 ++++ rsyslog: - remove unused pcre build dependency ++++ ruby-build: - Update to version 20250326. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20250326 * Added 3.1.7 * Added 3.2.8 ++++ slade: - Switch to wxGTK3 backend ++++ stackit-cli: - Update to version 0.28.0: * fix(deps): update stackit sdk modules (#658) * fix(deps): update module github.com/golang-jwt/jwt/v5 to v5.2.2 [security] (#663) ++++ suse-xsl-stylesheets: - Update to 2.95.9 * #705: Color contrast: Use c_lighter_pine for formal titles * #704: Fix color contrast for copy button * #703: Fix color contrast in QandASet * #702: Fix URL-encoded colors for background-image SVGs * #701: Corrected side-toc's embedded list-item's visibility * #700: Disable social media links ++++ tik: - Update to version 1.3.10: * 15-encrypt: create /etc/sysconfig/fde-tools before any calls to sdbootutil (boo#1239862) * Update README.md ++++ tree-sitter-vim: - update to 0.5.0: * fix(grammar): remove unnecessary choice wrapper ++++ tuned: - Add BuildRequires: * gobject-introspection-devel for test in check section to succeed * pyinotify in ppd ++++ warewulf4: - Fix typo in %post script. ++++ werf: - Update to version 2.34.1: * Bug Fixes - build, buildah, staged: fix panic in run instruction (#6733) (579de54) - build, imageSpec: keep essential werf labels (469a065) - cleanup: handle fromImage properly by kubernetes and builtWithinLastNHours policies (7cffc4b) ------------------------------------------------------------------ ------------------ 2025-3-25 - Mar 25 2025 ------------------- ------------------------------------------------------------------ ++++ Mesa: - Fix regression in winsys/amdgpu (boo#1239657) revert_8c91624614c1f939974fe0d2d1a3baf83335cecb.patch https://gitlab.freedesktop.org/mesa/mesa/-/issues/12809 https://gitlab.freedesktop.org/mesa/mesa/-/commit/8c91624614c1f939974fe0d2d1a3baf83335cecb ++++ Mesa-drivers: - Fix regression in winsys/amdgpu (boo#1239657) revert_8c91624614c1f939974fe0d2d1a3baf83335cecb.patch https://gitlab.freedesktop.org/mesa/mesa/-/issues/12809 https://gitlab.freedesktop.org/mesa/mesa/-/commit/8c91624614c1f939974fe0d2d1a3baf83335cecb ++++ MirrorCache: - Update to version 1.092: * Rework aggregation of package download stats (#572) ++++ adios-openmpi4: - Remove gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour - openmpi5 is not available on 32b systems - Fix mpi_ver for openmpi5 ++++ adios-openmpi5: - Remove gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour - openmpi5 is not available on 32b systems - Fix mpi_ver for openmpi5 ++++ agama: - Support for manual files deployment in unattended mode (gh#agama-project/agama#2121) ++++ agama-products: - Add gnome pattern to the SLES 16.0 product (gh#agama-project/agama#2204) - Enable non-oss repositories for aarch64 (gh#agama-project/agama#2106). ++++ agama-yast: - Install registred addon product (its *-release package) (related to jsc#AGM-100) - Support for autoyast manual files deployment with exception of deploying directories and files_script (gh#agama-project/agama#2121) ++++ ansible: - update to 11.4.0: Ansible 11.4.0 includes ansible-core 2.18.4 as well as a curated set of Ansible collections that provide a vast number of modules and plugins. Collections which have opted-in to being a part of the Ansible 11 unified changelog will have an entry on this page: https://github.com/ansible-community/ansible-build-data/blob/main/11/CHANGELOG-v11.rst ++++ ansible-core: - update to 2.18.4: * Bugfixes - Windows - add support for running on system where WDAC is in audit mode with Dynamic Code Security enabled. - dnf5 - fix is_installed check for packages that are not installed but listed as provided by an installed package (#84578) - dnf5 - libdnf5 - use conf.pkg_gpgcheck instead of deprecated conf.gpgcheck which is used only as a fallback - facts - gather pagesize and calculate respective values depending upon architecture (#84773). - module respawn - limit to supported Python versions ++++ ansible-documentation: - Update to version 2.18.4: * add fest banner (#2464) (#2466) * Update module developement (#2427) (#2461) * union filter documented incorrectly (#2403) (#2458) * fixes and updates to inventory intro (#2416) (#2455) * Update playbooks_error_handling.rst (#2095) (#2454) * Introduce a new section for managing z/OS UNIX mainframe hosts with Ansible. (#2424) (#2451) * Remove thaumos from SC (#2440) (#2450) * testing_sanity.rst: improvement (#2441) (#2447) * Involuntarily leaving SC: Allow PM on forum (#2393) (#2445) * pr_labeler: fix error in pyproject.toml (#2432) (#2435) * Update Ansible 11 porting guide for 11.3.0 release (#2425) (#2426) ++++ apache-commons-vfs2: - Upgrade to upstream version 2.10.0 * Fixes bsc#1239973, CVE-2025-27553: Possible path traversal issue when using NameScope.DESCENDENT * Fixes bsc#1239974, CVE-2025-30474: Failing to find an FTP file can reveal the URI's password in an error message * For detailed list of all changes, see RELEASE-NOTES.txt file distributed with the package ++++ argocd-cli: - Update to version 2.14.8: * Bug fixes - 9a9e62d: fix(server): fully populate app destination before project checks (#22408) (#22426) (@crenshaw-dev) - 7acdaa9: fix: CVE-2025-26791 upgrading redoc dep to 2.4.0 to avoid DOMPurify b… (#21997) (@nmirasch) - 872319e: fix: handle annotated git tags correctly in repo server cache (#21771) (#22424) (@aali309) * Dependency updates - 9f832cd: chore(deps): bump github.com/golang-jwt/jwt to 4.5.2/5.2.2 (#22465) (@crenshaw-dev) * Other work - ec45e33: fix(ui, rbac): project-roles (#21829) (2.14 backport) (#22461) (@blakepettersson) ++++ arkade: - Update to version 0.11.38: * Update Istio version to 1.25.0 ++++ buildkit: - Update to version 0.20.2: * vendor: tags.cncf.io/container-device-interface v1.0.1 * build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 * containerimage: container image exporter creates dangling images by default * ci: set contents read as default workflow permissions * fix entitlements handling for OnDemand CDI devices * exporter: expose image.name constant for the exported image name * vendor: github.com/docker/cli v28.0.2 * vendor: github.com/docker/docker v28.0.2 * cache: add tracing spans for layer extraction ++++ ca-certificates-mozilla: - Fix awk to compare (missing a =) and give the following output: [#] NSS_BUILTINS_LIBRARY_VERSION "2.74" - pass file argument to awk (bsc#1240009) ++++ calligra-plan: - Remove obsolete dependency on khtml ++++ linux-glibc-devel: - Update to kernel headers 6.14 ++++ digger-cli: - Update to version 0.6.92: * fix go sum entries (#1920) * automerge failure patch (#1917) * Update module github.com/dineshba/tf-summarize to v0.3.14 (#1815) * Update opentofu/setup-opentofu action to v1.0.5 (#1813) * fix(deps): update module github.com/hashicorp/go-getter to v1.7.8 (#1817) * Update docker/login-action digest to 74a5d14 (#1878) * Update github.com/hashicorp/terraform-config-inspect digest to efaa306 (#1893) ++++ xdm: - Move display-manager.service to display-manager-legacy.service to prepare for systemd control of display manager choice (needs systemd-presets-common-SUSE update) - Create xdm.service to allow XDM to be used in systemd only mode - Order systemd-presets-common-SUSE before xdm ++++ docker: - Add backport for golang.org/x/oauth2 CVE-2025-22868 fix. bsc#1239185 + 0006-CVE-2025-22868-vendor-jws-split-token-into-fixed-num.patch - Add backport for golang.org/x/crypto CVE-2025-22869 fix. bsc#1239322 + 0007-CVE-2025-22869-vendor-ssh-limit-the-size-of-the-inte.patch - Refresh 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 ++++ docker-stable: - Add backport for golang.org/x/oauth2 CVE-2025-22868 fix. bsc#1239185 + 0011-CVE-2025-22868-vendor-jws-split-token-into-fixed-num.patch - Add backport for golang.org/x/crypto CVE-2025-22869 fix. bsc#1239322 + 0012-CVE-2025-22869-vendor-ssh-limit-the-size-of-the-inte.patch - Refresh 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 * 0006-CVE-2024-2365x-update-buildkit-to-include-CVE-patche.patch * 0007-bsc1221916-update-to-patched-buildkit-version-to-fix.patch * 0008-bsc1214855-volume-use-AtomicWriteFile-to-save-volume.patch * 0009-CVE-2024-41110-AuthZ-plugin-securty-fixes.patch * 0010-CVE-2024-29018-libnet-Don-t-forward-to-upstream-reso.patch - Move test-related patch to the end of the patch stack: - 0011-TESTS-backport-fixes-for-integration-tests.patch + 0013-TESTS-backport-fixes-for-integration-tests.patch ++++ rpm2docserv: - Update to version 20250321.37b55b5: * auxserver: use english as default if no language is set * Remove debug message * Remove broken entries from xref/index * Remove debug message * Make search for update-alternatives in scripts more robust * Merge pkgEntry with PkgMeta * Fix total number of pkgs * Further optimization of building gv.pkgs * Optimize size of pkgs, only store RPMs with manpages * Fallback to io.Reader if gz file is not compressed * Rename suite -> product * Update go dependencies * Remove unused process variable overhead for mandoc * Remove outdated comment * Rewrite to use internal data and not files * Remove debug message * Suites -> Products rename * Unify template.Execute calls/variables * Build package directories from internal data * Use global productList instead of creating it again and again * Rename product Name/URL to project Name/URL * Use MicroOS/Tumbleweed as example for Mapping * Remove unused and outdated tests ++++ python-kiwi: - Bump version: 10.2.15 → 10.2.16 - Support sourcetype setting on the commandline Allow to specifiy the sourcetype(metalink|baseurl|mirrorlist) also on the commandline via --set-repo/--add-repo options. So far this was only possible as part of the kiwi description file - Bump version: 10.2.14 → 10.2.15 - Fix gh-pages deployment poetry install was not called, thus sphinx was not present - Bump version: 10.2.13 → 10.2.14 ++++ element-desktop: - Fix break-esbuild-for-good.patch - Version 1.11.95 [#]# ✨ Features * Room List Store: Filter rooms by active space (https://github.com/element-hq/element-web/pull/29399). Contributed by @MidhunSureshR. * Room List - Update the room list store on actions from the dispatcher (https://github.com/element-hq/element-web/pull/29397). Contributed by @MidhunSureshR. * Room List - Implement a minimal view model (https://github.com/element-hq/element-web/pull/29357). Contributed by @MidhunSureshR. * New room list: add space menu in room header (https://github.com/element-hq/element-web/pull/29352). Contributed by @florianduros. * Room List - Store sorted rooms in skip list (https://github.com/element-hq/element-web/pull/29345). Contributed by @MidhunSureshR. * New room list: add dial to search section (https://github.com/element-hq/element-web/pull/29359). Contributed by @florianduros. * New room list: add compose menu for spaces in header (https://github.com/element-hq/element-web/pull/29347). Contributed by @florianduros. * Use EditInPlace control for Identity Server picker to improve a11y (https://github.com/element-hq/element-web/pull/29280). Contributed by @Half-Shot. * First step to add header to new room list (https://github.com/element-hq/element-web/pull/29320). Contributed by @florianduros. * Add Windows 64-bit arm link and remove 32-bit link on compatibility page (https://github.com/element-hq/element-web/pull/29312). Contributed by @t3chguy. * Honour the backup disable flag from Element X (https://github.com/element-hq/element-web/pull/29290). Contributed by @dbkr. [#]# 🐛 Bug Fixes * Fix edited code block width (https://github.com/element-hq/element-web/pull/29394). Contributed by @florianduros. * new room list: keep space name in one line in header (https://github.com/element-hq/element-web/pull/29369). Contributed by @florianduros. * Dismiss "Key storage out of sync" toast when secrets received (https://github.com/element-hq/element-web/pull/29348). Contributed by @richvdh. * Minor CSS fixes for the new room list (https://github.com/element-hq/element-web/pull/29334). Contributed by @florianduros. * Add padding to room header icon (https://github.com/element-hq/element-web/pull/29271). Contributed by @langleyd. ++++ element-web: - Version 1.11.95 [#]# ✨ Features * Room List Store: Filter rooms by active space (https://github.com/element-hq/element-web/pull/29399). Contributed by @MidhunSureshR. * Room List - Update the room list store on actions from the dispatcher (https://github.com/element-hq/element-web/pull/29397). Contributed by @MidhunSureshR. * Room List - Implement a minimal view model (https://github.com/element-hq/element-web/pull/29357). Contributed by @MidhunSureshR. * New room list: add space menu in room header (https://github.com/element-hq/element-web/pull/29352). Contributed by @florianduros. * Room List - Store sorted rooms in skip list (https://github.com/element-hq/element-web/pull/29345). Contributed by @MidhunSureshR. * New room list: add dial to search section (https://github.com/element-hq/element-web/pull/29359). Contributed by @florianduros. * New room list: add compose menu for spaces in header (https://github.com/element-hq/element-web/pull/29347). Contributed by @florianduros. * Use EditInPlace control for Identity Server picker to improve a11y (https://github.com/element-hq/element-web/pull/29280). Contributed by @Half-Shot. * First step to add header to new room list (https://github.com/element-hq/element-web/pull/29320). Contributed by @florianduros. * Add Windows 64-bit arm link and remove 32-bit link on compatibility page (https://github.com/element-hq/element-web/pull/29312). Contributed by @t3chguy. * Honour the backup disable flag from Element X (https://github.com/element-hq/element-web/pull/29290). Contributed by @dbkr. [#]# 🐛 Bug Fixes * Fix edited code block width (https://github.com/element-hq/element-web/pull/29394). Contributed by @florianduros. * new room list: keep space name in one line in header (https://github.com/element-hq/element-web/pull/29369). Contributed by @florianduros. * Dismiss "Key storage out of sync" toast when secrets received (https://github.com/element-hq/element-web/pull/29348). Contributed by @richvdh. * Minor CSS fixes for the new room list (https://github.com/element-hq/element-web/pull/29334). Contributed by @florianduros. * Add padding to room header icon (https://github.com/element-hq/element-web/pull/29271). Contributed by @langleyd. ++++ evolution: - Drop pkgconfig(gladeui-2.0) BuildRequires and stop passing WITH_GLADE_CATALOG=ON to cmake, no longer build the optional glade support. Following this, drop the glade-catalog-evolution sub-package. ++++ falcoctl: - Update to version 0.11.1: * chore(deps): Bump aws-actions/configure-aws-credentials from 4.0.2 to 4.0.3 in the actions group by @dependabot in #724 * chore(deps): Bump the gomod group with 2 updates by @dependabot in #725 * chore(deps): Bump the actions group with 5 updates by @dependabot in #730 * Revert "chore(deps): Bump the gomod group with 2 updates" by @alacuku in #731 * chore(deps): Bump golang.org/x/sys from 0.29.0 to 0.30.0 by @dependabot in #729 * chore(deps): Bump golang.org/x/crypto from 0.32.0 to 0.33.0 by @dependabot in #728 * chore(deps): Bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 by @dependabot in #726 * chore(deps): Bump github.com/distribution/distribution/v3 from 3.0.0-rc.2 to 3.0.0-rc.3 by @dependabot in #732 * chore(deps): Bump golang.org/x/net from 0.34.0 to 0.35.0 by @dependabot in #736 * chore(deps): Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #735 * fix(CI): remove deprecated configuration from .golangci.yml by @alacuku in #739 * chore(deps): Bump the actions group with 3 updates by @dependabot in #737 * chore(deps): Bump the actions group with 3 updates by @dependabot in #740 * chore(deps): Bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 by @dependabot in #742 * chore(deps): Bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 by @dependabot in #743 * chore(deps): Bump the actions group with 5 updates by @dependabot in #744 * fix(driver): build specific code only for linux platform by @alacuku in #747 * chore(deps): Bump the gomod group across 1 directory with 5 updates by @dependabot in #746 * chore(deps): Bump golang.org/x/net from 0.35.0 to 0.36.0 by @dependabot in #748 * chore(deps): Bump the actions group with 2 updates by @dependabot in #760 * chore(toolchain): bump go to version 1.23.7 by @alacuku in #761 * chore(deps): bump oauth2 to v0.28.0 by @alacuku in #749 * chore(deps): Bump golang.org/x/term from 0.29.0 to 0.30.0 by @dependabot in #750 * update(go.mod): bulk deps upgrade by @leogr in #762 * chore(deps): Bump github.com/docker/cli from 27.5.1+incompatible to 28.0.1+incompatible by @dependabot in [#752] * chore(deps): Bump github.com/redis/go-redis/v9 from 9.7.0 to 9.7.3 by @dependabot in #764 * chore(deps): Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 by @dependabot in #766 * chore(deps): Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 by @dependabot in #765 * chore(deps): Bump the actions group with 3 updates by @dependabot in #767 * chore(deps): Bump the gomod group with 5 updates by @dependabot in #768 * chore(deps): Bump google.golang.org/api from 0.224.0 to 0.227.0 by @dependabot in #770 * chore(deps): Bump github.com/distribution/distribution/v3 from 3.0.0-rc.3 to 3.0.0-rc.4 by @dependabot in #771 * chore(deps): Bump cloud.google.com/go/storage from 1.50.0 to 1.51.0 by @dependabot in #772 * chore(deps): Bump github.com/spf13/viper from 1.19.0 to 1.20.0 by @dependabot in #773 ++++ ffmpeg-7: - Move BcntSync tag to the %else part where the mini package gets defined ++++ ffmpeg-7-mini: - Move BcntSync tag to the %else part where the mini package gets defined ++++ fuse3: - Update to release 3.17.1 * Added support for filesystem passthrough read/write when FUSE_PASSTHROUGH capability is enabled * New API: fuse_passthrough_open() and fuse_passthrough_close() * Added fmask and dmask options to high-level API for separate permission masks for files and directories * Added signal handling with backtrace printing (fuse_set_fail_signal_handlers()) * Added syslog support for fuse_log() messages * New API: fuse_log_enable_syslog() and fuse_log_close_syslog() * Added thread names to libfuse threads ++++ fwts: - remove unused build dependency on pcre. The configure script checks for it, but usage of this code was removed in 05.12.00 ++++ fwupd: - Update to version 2.0.7: + This release adds the following features: - Allow calling 'fwupdtool security' with a fwupd version parameter - A new plugin to update B&R DisplayPort receivers - A new plugin to update Intel CVS cameras - A new plugin to verify UEFI memory protection attributes - A new quirk to signify that no additional ESP space is required - Build additional Redfish instance IDs for Dell server hardware - Implement the HPE proprietary Redfish firmware push method - Support cabinet archives greater in size than 2GB - Support for showing the SBOM release URL - Support for UEFI capsule installation in the bootloader + This release fixes the following bugs: - Always close USB file descriptors after starting the daemon - Do not add a Redfish release date if set to 00:00:00Z - Fix a critical warning when rescanning a device with no GUIDs - Fix a small memory leak when emumerating Logitech Rallysystem devices - Fix a tiny Redfish memory leak when writing firmware - Fix building against pygobject 3.52 - Fix Logitech BulkController setup for new device firmware versions - Fix scaler-only Wacom USB update deployment - Fix updating the RMM component in the dell-kestrel dock - Fix writing new EFI variables to workaround a kernel regression - Make PCI NAME and SSVID_SSPID based modem-manager IDs visible - Parse firmware before putting the device into bootloader mode - Prepend the capsule header when using Capsule-on-Disk - Put a memory limit on decoding LZMA streams when parsing firmware - Retry claiming the fastboot interface for up to 2500ms - Trigger dpaux rescan on drm changes correctly - Use the metadata version format to set the version_lowest when required + This release adds support for the following hardware: - Another HP wireless dongle - Lenovo ThinkPad Thunderbolt 4 Smart Dock Gen2 - Lenovo USB-C Dual Display Travel Dock - More EDL 5G modem devices - Drop 8583.patch and 8588.patch: fixed upsrtream. - Align meson call with current upstream supported parameters. ++++ gdb: - Update to fedora rawhide @ 8d5adc7. - Maintenance script import-fedora.sh: * Remove gdb-6.6-buildid-locate-misleading-warning-missing-debuginfo-rhbz981154.patch and gdb-remove-use-of-py-isascii from skip_patches. - Patches dropped: * gdb-6.6-buildid-locate-solib-missing-ids.patch * gdb-6.6-buildid-locate.patch * gdb-python-avoid-depending-on-the-curses-library.patch * gdb-6.6-buildid-locate-rpm-suse.patch - Patches added: * gdb-6.6-buildid-locate-tests.patch * gdb-add-deprecated-settings-py-script.patch * gdb-backport-buildid-related-changes.patch * gdb-remove-qnx-neutrino-support.patch * fixup-gdb-add-rpm-suggestion-script.patch * gdb-add-rpm-suggestion-script-suse.patch * gdb-build-fix-unused-var-in-corelow.c.patch - Patches updated: * gdb-add-rpm-suggestion-script.patch - Mention bsc#1216488. ++++ gdb-testresults: - Update to fedora rawhide @ 8d5adc7. - Maintenance script import-fedora.sh: * Remove gdb-6.6-buildid-locate-misleading-warning-missing-debuginfo-rhbz981154.patch and gdb-remove-use-of-py-isascii from skip_patches. - Patches dropped: * gdb-6.6-buildid-locate-solib-missing-ids.patch * gdb-6.6-buildid-locate.patch * gdb-python-avoid-depending-on-the-curses-library.patch * gdb-6.6-buildid-locate-rpm-suse.patch - Patches added: * gdb-6.6-buildid-locate-tests.patch * gdb-add-deprecated-settings-py-script.patch * gdb-backport-buildid-related-changes.patch * gdb-remove-qnx-neutrino-support.patch * fixup-gdb-add-rpm-suggestion-script.patch * gdb-add-rpm-suggestion-script-suse.patch * gdb-build-fix-unused-var-in-corelow.c.patch - Patches updated: * gdb-add-rpm-suggestion-script.patch - Mention bsc#1216488. ++++ git-bug: - Update to version 0.8.0+git.1742269202.0ab94c9: * deps(crypto): bump golang.org/x/crypto from v0.26.0 to v0.31.0 (fix for CVE-2024-45337) (#1312) - Remove upstreamed CVE-2024-45337-bump-go-crypto.patch (apparently upstream still didn’t see the other one). ++++ git-next: - Update to version 2025.3.4: * Fixed - clear status to waiting when expire message token received - don't send duplicate WebhookReceive updates for next and dev - improve error message on unconventional commit - (xui) rebase and user intervention handler use selected repo * Other - (xui) add regresion test for displaying selected repo when filtered - (xui) DataState widget - (xui) extract popup rendering into fn - fix flaky test by generating valid test hostnames - replace ForgeConfig contructor with Builder ++++ glab: - Update to version 1.55.0: * chore(deps): update module github.com/golang-jwt/jwt/v5 to v5.2.2 * refactor(cluster agent): use new client-go testing pkg * refactor(tokens): Add description and refactor token creation * feat(config-edit): add config edit command * build(windows-builds): include installer sha in checksum file * feat: add command for publishing to CI catalog * refactor: move CI/CD catalog publishing to project command - change BuildRequires from golang(API), as the latter is unresovable with the constraint >= 1.24.1 - rebase glab-disable_update_check.patch ++++ python-Glances: - Lowercase metadata directory name. ++++ glew: - Add dependency on pkgconfig(xext) to the devel package ++++ gnome-text-editor: - Update to version 48.2: + Break out of recursive Policy-Kit authorization requests from user-cancellation. + Do not re-display position label as side-effect of auto-save. + Updated translations. ++++ golangci-lint: - Update to version 2.0.2: * chore: prepare release * fix: use absolute filepath inside base rule source (#5629) * docs: clean old configuration examples (#5626) * docs: fix flags example * docs: fix flags example * docs: info about the logo * fix: formatter validation message (#5624) * docs: update reference comment for errchkjson (#5623) * docs: replace 'disable-all' with 'default: none' (#5622) * docs: add section about flags migration (#5621) * fix: enable formatters with flags (#5620) * docs: adaptive stargazers image (#5613) * docs: update GitHub Action assets (#5611) ++++ grpc: - Update to release 1.71 * Fix call attempt tracer lifetimes for retries * Fixed a bug that caused grpc to stop triggering connection attempts * Added support for service "deprecated" option - Rework link-failure.patch to not link grpc_unsecure into libgrpc(++). [boo#1237422] - Make build recipe POSIX sh compatible. ++++ gtranslator: - Remove old source 47.1, not needed anymore ++++ k8tz: - Update to version 0.18.0: * build: release v0.18.0 * build: upgrade go to 1.23.0 * build(deps): bump golang.org/x/net from 0.23.0 to 0.36.0 * build: bump tzdata version to 2025b * build: bump tzdata version to 2025a * build(helm): release helm chart 0.17.1 ++++ kernel-debug: - lockdown: fix kernel lockdown enforcement issue when secure boot is enabled (bsc#1237521). - commit b6b752b - Delete patches.suse/0001-Lock-down-x86_64-kernel-in-secure-boot-mode-in-subsy.patch. Refresh patches.suse/0001-initcall_blacklist-Does-not-allow-kernel_lockdown-be.patch. - commit 947e19d - Delete patches.suse/0002-security-Add-a-kernel-lockdown-flag-for-early-boot-s.patch. - commit 65907e7 - Delete patches.suse/0003-efi-Set-early-kernel-lock-down-flag-if-booted-in-sec.patch. - commit 73b42b9 - Delete patches.suse/0004-ACPI-Check-early-kernel-lockdown-flag-before-overlay.patch. - commit 8d7f4bb - Delete patches.suse/0005-kgdb-Check-early-kernel-lockdown-flag-before-using-k.patch. - commit 6631e22 ++++ kernel-default: - lockdown: fix kernel lockdown enforcement issue when secure boot is enabled (bsc#1237521). - commit b6b752b - Delete patches.suse/0001-Lock-down-x86_64-kernel-in-secure-boot-mode-in-subsy.patch. Refresh patches.suse/0001-initcall_blacklist-Does-not-allow-kernel_lockdown-be.patch. - commit 947e19d - Delete patches.suse/0002-security-Add-a-kernel-lockdown-flag-for-early-boot-s.patch. - commit 65907e7 - Delete patches.suse/0003-efi-Set-early-kernel-lock-down-flag-if-booted-in-sec.patch. - commit 73b42b9 - Delete patches.suse/0004-ACPI-Check-early-kernel-lockdown-flag-before-overlay.patch. - commit 8d7f4bb - Delete patches.suse/0005-kgdb-Check-early-kernel-lockdown-flag-before-using-k.patch. - commit 6631e22 ++++ kernel-source: - lockdown: fix kernel lockdown enforcement issue when secure boot is enabled (bsc#1237521). - commit b6b752b - Delete patches.suse/0001-Lock-down-x86_64-kernel-in-secure-boot-mode-in-subsy.patch. Refresh patches.suse/0001-initcall_blacklist-Does-not-allow-kernel_lockdown-be.patch. - commit 947e19d - Delete patches.suse/0002-security-Add-a-kernel-lockdown-flag-for-early-boot-s.patch. - commit 65907e7 - Delete patches.suse/0003-efi-Set-early-kernel-lock-down-flag-if-booted-in-sec.patch. - commit 73b42b9 - Delete patches.suse/0004-ACPI-Check-early-kernel-lockdown-flag-before-overlay.patch. - commit 8d7f4bb - Delete patches.suse/0005-kgdb-Check-early-kernel-lockdown-flag-before-using-k.patch. - commit 6631e22 ++++ kernel-docs: - lockdown: fix kernel lockdown enforcement issue when secure boot is enabled (bsc#1237521). - commit b6b752b - Delete patches.suse/0001-Lock-down-x86_64-kernel-in-secure-boot-mode-in-subsy.patch. Refresh patches.suse/0001-initcall_blacklist-Does-not-allow-kernel_lockdown-be.patch. - commit 947e19d - Delete patches.suse/0002-security-Add-a-kernel-lockdown-flag-for-early-boot-s.patch. - commit 65907e7 - Delete patches.suse/0003-efi-Set-early-kernel-lock-down-flag-if-booted-in-sec.patch. - commit 73b42b9 - Delete patches.suse/0004-ACPI-Check-early-kernel-lockdown-flag-before-overlay.patch. - commit 8d7f4bb - Delete patches.suse/0005-kgdb-Check-early-kernel-lockdown-flag-before-using-k.patch. - commit 6631e22 ++++ kernel-firmware-amdgpu: - Fix a typo in download URL ++++ kernel-firmware-ath10k: - Fix a typo in download URL ++++ kernel-firmware-bluetooth: - Fix a typo in download URL ++++ kernel-firmware-media: - Fix a typo in download URL ++++ kernel-firmware-mediatek: - Fix a typo in download URL ++++ kernel-firmware-nvidia: - Fix a typo in download URL ++++ kernel-firmware-platform: - Fix a typo in download URL ++++ kernel-firmware-qcom: - Fix a typo in download URL ++++ kernel-firmware-sound: - Fix a typo in download URL ++++ kernel-kvmsmall: - lockdown: fix kernel lockdown enforcement issue when secure boot is enabled (bsc#1237521). - commit b6b752b - Delete patches.suse/0001-Lock-down-x86_64-kernel-in-secure-boot-mode-in-subsy.patch. Refresh patches.suse/0001-initcall_blacklist-Does-not-allow-kernel_lockdown-be.patch. - commit 947e19d - Delete patches.suse/0002-security-Add-a-kernel-lockdown-flag-for-early-boot-s.patch. - commit 65907e7 - Delete patches.suse/0003-efi-Set-early-kernel-lock-down-flag-if-booted-in-sec.patch. - commit 73b42b9 - Delete patches.suse/0004-ACPI-Check-early-kernel-lockdown-flag-before-overlay.patch. - commit 8d7f4bb - Delete patches.suse/0005-kgdb-Check-early-kernel-lockdown-flag-before-using-k.patch. - commit 6631e22 ++++ kernel-obs-build: - lockdown: fix kernel lockdown enforcement issue when secure boot is enabled (bsc#1237521). - commit b6b752b - Delete patches.suse/0001-Lock-down-x86_64-kernel-in-secure-boot-mode-in-subsy.patch. Refresh patches.suse/0001-initcall_blacklist-Does-not-allow-kernel_lockdown-be.patch. - commit 947e19d - Delete patches.suse/0002-security-Add-a-kernel-lockdown-flag-for-early-boot-s.patch. - commit 65907e7 - Delete patches.suse/0003-efi-Set-early-kernel-lock-down-flag-if-booted-in-sec.patch. - commit 73b42b9 - Delete patches.suse/0004-ACPI-Check-early-kernel-lockdown-flag-before-overlay.patch. - commit 8d7f4bb - Delete patches.suse/0005-kgdb-Check-early-kernel-lockdown-flag-before-using-k.patch. - commit 6631e22 ++++ kernel-obs-qa: - lockdown: fix kernel lockdown enforcement issue when secure boot is enabled (bsc#1237521). - commit b6b752b - Delete patches.suse/0001-Lock-down-x86_64-kernel-in-secure-boot-mode-in-subsy.patch. Refresh patches.suse/0001-initcall_blacklist-Does-not-allow-kernel_lockdown-be.patch. - commit 947e19d - Delete patches.suse/0002-security-Add-a-kernel-lockdown-flag-for-early-boot-s.patch. - commit 65907e7 - Delete patches.suse/0003-efi-Set-early-kernel-lock-down-flag-if-booted-in-sec.patch. - commit 73b42b9 - Delete patches.suse/0004-ACPI-Check-early-kernel-lockdown-flag-before-overlay.patch. - commit 8d7f4bb - Delete patches.suse/0005-kgdb-Check-early-kernel-lockdown-flag-before-using-k.patch. - commit 6631e22 ++++ kernel-syms: - lockdown: fix kernel lockdown enforcement issue when secure boot is enabled (bsc#1237521). - commit b6b752b - Delete patches.suse/0001-Lock-down-x86_64-kernel-in-secure-boot-mode-in-subsy.patch. Refresh patches.suse/0001-initcall_blacklist-Does-not-allow-kernel_lockdown-be.patch. - commit 947e19d - Delete patches.suse/0002-security-Add-a-kernel-lockdown-flag-for-early-boot-s.patch. - commit 65907e7 - Delete patches.suse/0003-efi-Set-early-kernel-lock-down-flag-if-booted-in-sec.patch. - commit 73b42b9 - Delete patches.suse/0004-ACPI-Check-early-kernel-lockdown-flag-before-overlay.patch. - commit 8d7f4bb - Delete patches.suse/0005-kgdb-Check-early-kernel-lockdown-flag-before-using-k.patch. - commit 6631e22 ++++ kernel-vanilla: - lockdown: fix kernel lockdown enforcement issue when secure boot is enabled (bsc#1237521). - commit b6b752b - Delete patches.suse/0001-Lock-down-x86_64-kernel-in-secure-boot-mode-in-subsy.patch. Refresh patches.suse/0001-initcall_blacklist-Does-not-allow-kernel_lockdown-be.patch. - commit 947e19d - Delete patches.suse/0002-security-Add-a-kernel-lockdown-flag-for-early-boot-s.patch. - commit 65907e7 - Delete patches.suse/0003-efi-Set-early-kernel-lock-down-flag-if-booted-in-sec.patch. - commit 73b42b9 - Delete patches.suse/0004-ACPI-Check-early-kernel-lockdown-flag-before-overlay.patch. - commit 8d7f4bb - Delete patches.suse/0005-kgdb-Check-early-kernel-lockdown-flag-before-using-k.patch. - commit 6631e22 ++++ krename: - Switch to a git snapshot using Qt 6 / KF 6 - Drop patches: * servicemenus-files.patch * 0001-Support-podofo-0.10.patch * 0002-cmake-Improve-FindPoDoFo.patch * 0001-Fix-build-with-exiv2-0.28-raise-minimum-to-0.27.patch * remove-gplv2-code.diff ++++ kubernetes1.29: - CVE-2025-1767: GitRepo Volume Inadvertent Local Repository Access, bsc#1239643 * TL;DR: Please refer to the github issue for details on detecting and mitigating the CVE, if impacted: https://github.com/kubernetes/kubernetes/issues/130786 * ***Important note to users and administrators**** * How do I mitigate this vulnerability? To mitigate this vulnerability, you must use an init container to perform git clone operation and then mount the directory into the Pod's container. An example of this approach is provided here: https://gist.github.com/tallclair/849601a16cebeee581ef2be50c351841 Note: You can also restrict the use of gitRepo volumes in your cluster using policies such as ValidatingAdmissionPolicy or through Restricted pod security standard policy. You can use the following Common Expression Language (CEL) expression as part of a policy to reject use of gitRepo volumes: `has(object.spec.volumes) || !object.spec.volumes.exists(v, has(v.gitRepo))` * Detection: To detect whether this vulnerability has been exploited, you can use the following command to list all pods that use the in-tree gitRepo volume and clones to a .git subdirectory. ``` kubectl get pods --all-namespaces -o json | jq '.items[] | select(.spec.volumes[].gitRepo.repository | test("^/")) | {name: .metadata.name, namespace: .metadata.namespace, repository: (.spec.volumes[] | select(.gitRepo) | .gitRepo.repository)}' ``` Please plan and consider migrating to Kubernetes v1.33 (~ Release Date: April 23, 2025). Since starting v1.33, the impacted gitRepo volume plugin will be disabled by default. Refer: https://github.com/kubernetes/kubernetes/pull/129923 No prior Kubernetes versions (v1.29 - v1.32), will receive any backport fixe patches for this CVE, since there isn't a fully non-code-breaking patch available. ++++ kubernetes1.30: - CVE-2025-1767: GitRepo Volume Inadvertent Local Repository Access, bsc#1239643 * TL;DR: Please refer to the github issue for details on detecting and mitigating the CVE, if impacted: https://github.com/kubernetes/kubernetes/issues/130786 * ***Important note to users and administrators**** * How do I mitigate this vulnerability? To mitigate this vulnerability, you must use an init container to perform git clone operation and then mount the directory into the Pod's container. An example of this approach is provided here: https://gist.github.com/tallclair/849601a16cebeee581ef2be50c351841 Note: You can also restrict the use of gitRepo volumes in your cluster using policies such as ValidatingAdmissionPolicy or through Restricted pod security standard policy. You can use the following Common Expression Language (CEL) expression as part of a policy to reject use of gitRepo volumes: `has(object.spec.volumes) || !object.spec.volumes.exists(v, has(v.gitRepo))` * Detection: To detect whether this vulnerability has been exploited, you can use the following command to list all pods that use the in-tree gitRepo volume and clones to a .git subdirectory. ``` kubectl get pods --all-namespaces -o json | jq '.items[] | select(.spec.volumes[].gitRepo.repository | test("^/")) | {name: .metadata.name, namespace: .metadata.namespace, repository: (.spec.volumes[] | select(.gitRepo) | .gitRepo.repository)}' ``` Please plan and consider migrating to Kubernetes v1.33 (~ Release Date: April 23, 2025). Since starting v1.33, the impacted gitRepo volume plugin will be disabled by default. Refer: https://github.com/kubernetes/kubernetes/pull/129923 No prior Kubernetes versions (v1.29 - v1.32), will receive any backport fixe patches for this CVE, since there isn't a fully non-code-breaking patch available. ++++ kubernetes1.31: - CVE-2025-1767: GitRepo Volume Inadvertent Local Repository Access, bsc#1239643 * TL;DR: Please refer to the github issue for details on detecting and mitigating the CVE, if impacted: https://github.com/kubernetes/kubernetes/issues/130786 * ***Important note to users and administrators**** * How do I mitigate this vulnerability? To mitigate this vulnerability, you must use an init container to perform git clone operation and then mount the directory into the Pod's container. An example of this approach is provided here: https://gist.github.com/tallclair/849601a16cebeee581ef2be50c351841 Note: You can also restrict the use of gitRepo volumes in your cluster using policies such as ValidatingAdmissionPolicy or through Restricted pod security standard policy. You can use the following Common Expression Language (CEL) expression as part of a policy to reject use of gitRepo volumes: `has(object.spec.volumes) || !object.spec.volumes.exists(v, has(v.gitRepo))` * Detection: To detect whether this vulnerability has been exploited, you can use the following command to list all pods that use the in-tree gitRepo volume and clones to a .git subdirectory. ``` kubectl get pods --all-namespaces -o json | jq '.items[] | select(.spec.volumes[].gitRepo.repository | test("^/")) | {name: .metadata.name, namespace: .metadata.namespace, repository: (.spec.volumes[] | select(.gitRepo) | .gitRepo.repository)}' ``` Please plan and consider migrating to Kubernetes v1.33 (~ Release Date: April 23, 2025). Since starting v1.33, the impacted gitRepo volume plugin will be disabled by default. Refer: https://github.com/kubernetes/kubernetes/pull/129923 No prior Kubernetes versions (v1.29 - v1.32), will receive any backport fixe patches for this CVE, since there isn't a fully non-code-breaking patch available. ++++ kubernetes1.32: - CVE-2025-1767: GitRepo Volume Inadvertent Local Repository Access, bsc#1239643 * TL;DR: Please refer to the github issue for details on detecting and mitigating the CVE, if impacted: https://github.com/kubernetes/kubernetes/issues/130786 * ***Important note to users and administrators**** * How do I mitigate this vulnerability? To mitigate this vulnerability, you must use an init container to perform git clone operation and then mount the directory into the Pod's container. An example of this approach is provided here: https://gist.github.com/tallclair/849601a16cebeee581ef2be50c351841 Note: You can also restrict the use of gitRepo volumes in your cluster using policies such as ValidatingAdmissionPolicy or through Restricted pod security standard policy. You can use the following Common Expression Language (CEL) expression as part of a policy to reject use of gitRepo volumes: `has(object.spec.volumes) || !object.spec.volumes.exists(v, has(v.gitRepo))` * Detection: To detect whether this vulnerability has been exploited, you can use the following command to list all pods that use the in-tree gitRepo volume and clones to a .git subdirectory. ``` kubectl get pods --all-namespaces -o json | jq '.items[] | select(.spec.volumes[].gitRepo.repository | test("^/")) | {name: .metadata.name, namespace: .metadata.namespace, repository: (.spec.volumes[] | select(.gitRepo) | .gitRepo.repository)}' ``` Please plan and consider migrating to Kubernetes v1.33 (~ Release Date: April 23, 2025). Since starting v1.33, the impacted gitRepo volume plugin will be disabled by default. Refer: https://github.com/kubernetes/kubernetes/pull/129923 No prior Kubernetes versions (v1.29 - v1.32), will receive any backport fixe patches for this CVE, since there isn't a fully non-code-breaking patch available. ++++ kubeshark-cli: - Update to version 52.6.0: In this release, we fixed several bugs and added notable integrations. Highlights include support for OIDC with DEX and the ability to host Kubeshark behind a reverse proxy using a custom path. * Bug Fixes & New Features - Optimized service map performance for large clusters (thousands of pods and above). - Improved SCTP reassembler support. - Fixed a bug related to LDAP protocol dissection. - Added OIDC with DEX integration for SSO authentication. Read more in our OIDC with DEX section. https://docs.kubeshark.co/en/oidc - Introduced a watchdog mechanism that terminates the Worker if it deems it non-functional. This feature is enabled by default and can be disabled using the Helm value: --set tap.watchdog.enabled=false - Added support for hosting Kubeshark behind a reverse proxy with a custom path. Read more in our Reverse Proxy with a Custom Path section. https://docs.kubeshark.co/en/custom_path ++++ libevdev: - update to 1.13.4 * Always push changed mt events when syncing ++++ luajit: - Update to version 5.1.2.1.0+git.1741730670.538a821: * Change handling of nil value markers in template tables. * REVERT: Change handling of nil value markers in template tables. * macOS: Fix Apple hardened runtime support and put behind build option. * macOS: Fix support for Apple hardened runtime. * Fix handling of nil value markers in template tables. * Avoid unpatching bytecode twice after a trace flush. * Fix state restore when recording __concat metamethod. * Windows: Allow mixed builds with msvcbuild.bat. * macOS: Add suport for Apple hardened runtime. * Add compatibility string coercion for fp:seek() argument. * Windows: Clarify installation directory layout. * Remove Cygwin from docs, since it's not a supported target. * Improve CLI signal handling on POSIX. * FFI: Add pre-declared int128_t, uint128_t, __int128 types. * Use dylib extension for iOS installs, too. * Change handling of nil value markers in template tables. * Fix recording of BC_VARG. * Reject negative getfenv()/setfenv() levels to prevent compiler warning. * Bump copyright date. * Force fallback source name for stripped bytecode. * Remove dependency on . * Restore state when recording __concat metamethod throws OOM. * MIPS64: Fix pcall() error case. * Fix detection of inconsistent renames due to sunk values. ++++ med-tools: - Drop full URL for source tarball as the upstream web-server is intermittently unreachable and causes issues with Factory bots (add sha256sum of tarball as comment for optional verification). ++++ mousepad: - Update to version 0.6.4 Meson has been added as a build system in this release, and the associated archive has been generated by 'meson dist'. Although autotools has been retained for the time being and can still be used via 'autogen.sh', meson is now the preferred build system, and autotools will be removed in a future release. * flatpak: Updates from flathub and use meson when possible * file: Fix GError leak in mousepad_file_autosave_delete_finish * build: Automate copyright year management * history: Save session when an inactive tab is closed * file: Fix possible dereference of null pointer * Extend saved state comparison to auto-saved modified files * window: Avoid unnecessary switching to the tab to be closed * Use build system-independent macro for mousepad name * flatpak: Updates from Flathub and git * meson-build: Compile gsettings schemas * history: Fix -Wmaybe-uninitialized * meson-build: Fix statement not under conditional * Add meson build * Remove unused .in level in desktop files * file: Don't use G_FILE_MONITOR_WATCH_HARD_LINKS * dialogs: Set current name in save-as dialog for deleted files too * Add parentheses to parameterized actions in accels.scm * Fix broken shortcut for reload action * Hide the launcher for mousepad-settings * CSD: Drop custom code for decoration layout * prefs-dialog: Make widgets focusable again * Translation Updates ++++ mpv: - Refresh mpv-make-ffmpeg-version-check-non-fatal.patch - Remove 0001-dont-load-client-rt-conf.patch: added upstream - Update to version 0.40.0+git20250325.97cb16d68340: * RELEASE_NOTES: remove accidental BOM * Update MPV_VERSION * Release 0.40.0 * DOCS: refresh some parts of the release policy * m_option: fix string list printing for empty lists * commands.lua: prevent infinite logging with debug log level * ytdl_hook.lua: fix duplicated chapters * Revert "input.conf: bind MBTN_MID to align-to-cursor" * vo: don't burn cpu in paused state for untimed VOs * demux_lavf: disable extension_picky for hls demuxer globally * video/out/kitty: set display_par when drawing osd * vulkan/context: enable VK_KHR_video_maintenance2 if supported * select.lua: display chapters when before the first chapter * wayland: round values instead of implicitly casting float to int * ci/build-win32.ps1: exit on errors from external commands early * Revert "console.lua: disable cursor autohide while selector is open" * console.lua: disable cursor autohide while selector is open * Revert "ao: correctly set state.playing for non-gapless audio after eof" * opengl/utils: use uintptr_t for arithmetics with possible zero value * hwdec_dxva2dxgi: don't lie about the image format * vo_gpu: assume not ordered formats are reversed * hwdec_dxva2dxgi: zero queue_surf on init * ta: add talloc_zero_ptrtype * DOCS/man/input: correct the mode flag of apply-profile command * console.lua: fix crash when pressing Ctrl+c with select * positioning.lua: clamp values within {-1, 1} for video-align-{x,y} * commands.lua: add cache for often queried constant properties * console.lua: cache observed properties to avoid unnecessary fetching * DOCS/man/input: remove stray newline * demux_mkv: add A_ATRAC/AT1 support * demux_mkv: set number of samples correctly for The True Audio * demux_mkv: add sanity checks for RealAudio packet sizes * console.lua: convert cursor_position to number * commands.lua: complete filesystem paths for run * console.lua: default to --osd-font without completions * console.lua: instantly show completions with the type script message * console.lua: fix the line end position to filter completions * console.lua: don't retrieve --input-ime at startup * console.lua: reduce indentation in 2 functions * console.lua: inline log_add() * console.lua: clear the default item on input.get() * console.lua: declare various variables only in free-form text mode * console.lua: don't duplicate the check to add to history * commands.lua: split this script out of console.lua * console.lua: add history_path field to mp.input.get * console.lua: add autoselect_completion field to mp.input.get * console.lua: let the complete callback return a character to append * DOCS/man/lua: update complete docs referencing autocompletion * fish-completion: create the fish completion script * player/command: add `attached-picture` flags to track add command * player/command: add `visual-impaired` flags to track add command * player/command: convert flags to OPT_FLAGS for track add commands * misc/language: parse hi/sdh/cc tags from external subtitle tracks * misc/mp_assert: important fix forgotten before merge * demux_timeline: don't close segments during demuxing * player: only coalesce callbacks from parsed config files * stream_edl: allow opening edl only from local resources * Revert "stream/stream: mark mf:// and edl:// as unsafe protocols" * stream_mpv: restrict only to network links * player/client: adjust log message for client exit * player/scripting: add logging around script un- and reloading * vo: replace driver->frame_owner with VO_CAP_FRAMEOWNER * vo: replace driver->untimed with VO_CAP_UNTIMED * mac/apphub: remove mpv:// protocol handling * player: add `mpv://` protocol * stream/stream: mark mf:// and edl:// as unsafe protocols * etc/mpv.desktop: update safe protocol list * auto_profiles.lua: make profiles apply with higher priority * player/sub: avoid indexing arrays with -1 * demux_mkv: add missing invalid value check * stream_dvdnav: cast to int64_t before multiplication * {x11,wayland}_common: convert dead code to static sanity check * stream_cdda: cast to int64_t before multiplication * player/command: remove redundant check * player/loadfile: fix history_file leak * player/sub: check order before using it as an index * stream_cdda: add sanity checks on track numbers * osxbundle: add new vulkan loader homebrew path * build: remove unused dvdread dependency * mac/vulkan: add support for visibility check for rendering * mac/common: fix indentation * options/m_config_frontend: use local depth variable for show_profile * options/m_config_frontend: fix depth variable * github/workflows: don't install recomended packages with apt * DOCS/man/vo: xx-color-management-v4 -> color-management-v1 * hwdec_d3d11va: align image mapper dimensions to a multiple of 2 * ytdl_hook.lua: fix boolean comparision * ci/tumbleweed: enable NDEBUG with gcc build * ci/tumbleweed: enable thin lto for clang build * tests: use mp_require to allow tests to be run with NDEBUG * various: use mp_assert macro * misc/mp_assert: add mp_assert and mp_require macros * osdep/compiler: use C23 attributes if available * osdep/compiler: add MP_UNUSED macro * osdep/compiler: fix MP_ASSERT_UNREACHABLE macro for clang * common/common: remove assert from MP_HANDLE_OOM * demux_mkv: add `demuxer-mkv-crop-compat` option * Reapply "demux_mkv: PAR should be calculated after applying crop" * f_decoder_wrapper: don't wait on self thread progress on reinit * options/m_config_frontend: don't allow recursive profile inclusion * command: wait until MPV_EVENT_VIDEO_RECONFIG to pretty print hwdec * f_decoder_wrapper: allow VDCTRL_GET_HWDEC to actually fail * misc/codepoint_width: update tables after clustering fix * w32_common: avoid any unsupported VOCTRL to synchronize the GUI thread * demux_mkv: add support for chroma location * common/av_log: make FFmpeg libs ABI mismatch log clearer * common/av_log: show also build version for FFmpeg * DOCS/man/input: add details for chapter property documentation * DOCS/man/input: add note for add command repeatability * options/m_option: fix REL_TIME_CHAPTER printing * osdep/subprocess-win: fix inheritance of NUL handles in child processes * input: add quiet arg to mp_input_set_mouse_pos for wayland * console.lua: fix select memory leak * sub/osd: remove bogus osd redraw notification resetting * vo_gpu_next: use mp_draw_sub_formats const * opengl/context: remove remnants of the external swapchain API * context_drm_egl: remove custom fencing * vo: signal VOCTRL_REDRAW in a less sensitive spot * stats.lua: use fixed naming for single invocation key bindings * stats.lua: change key bindings of toggle page as nonrepeatable * github/issue_template: simplify Windows version command * github/issue_template: set the type of the issue * common/stats: print percentage of elapsed time during sampling time * common/stats: add one more digit to stats timing * common/stats: move formatting code to one place * console.lua: include more characters in selectable items * select.lua: don't quickly close and reopen the menu * input.lua/defaults.js: unregister input-even again * console.lua: add a keep_open flag to mp.input * clipboard: remove --clipboard-enable * clipboard: add --clipboard-backends option * player/loadfile: strip common filename part from external track title * console.lua: rename handle_enter() to submit() * console.lua: replace repl references * console.lua: increase the opacity of the default item background * osc.lua: allow wheel bindings for custom buttons * console.lua: cache the command-list * console.lua: complete multiple flags separated by + * console.lua: highlight matching parts of selectable items * console.lua: separate the log and matching items * options: default to --prefetch-playlist=yes * DOCS/options: ease --prefetch-playlist warning * input.conf: bind MBTN_MID to align-to-cursor * input.conf: bind Ctrl+left click to drag-to-pan * input.conf: bind Ctrl+wheel to cursor-centric-zoom * input.conf: make Alt+BS reset --video-align-{x,y} * input.conf: make Alt+BS print "video-zoom: 0" * positioning.lua: add this script * console.lua: allow persisting the command history * console.lua: preserve font styles in the counter * console.lua: preserve the counter style when searching history * drm: use VOCTRL_REDRAW when flipping buffers * vo: signal VOCTRL_REDRAW to backends * context_drm_egl: simplify and fix delayed rendering with vo_gpu_next * libmpv_gl: remove pointless external_swapchain call * context_dxinterop: remove unneeded empty external_swapchain * context_angle: simplify some swapchain stuff * vo: unify ra_gl_ctx_params and ra_vk_ctx_params into ra_ctx_params * wayland: don't assert if DND fails while checking the fd * wayland: preserve the previously set dnd_offer action if it exists * meson: build libmpv by default * include: move public headers to own directory * libmpv: use correct header directory name * various: reduce the include scope of some public headers * select.lua: fix LSP warning * wayland: add icc support using wp-color-management-v1 * vo_dmabuf_wayland: remove unnecessary commit * vo_dmabuf_wayland: commit surfaces in correct order * DOCS/man/mpv: remove bogus --cdrom-device mention * Revert "stream_{bluray,cdda,dvdnav}: deprecate setting device after schema" * console.lua: complete frame-step flags * select.lua: don't add File info to the menu when no file is playing * input.conf: bind Shift+{HOME,END} to go to the first and last file * input.conf: bind HOME to seek to the beginning * demux: use a slightly better hack when seeking with dvd/bd * player: add an optional mute flag when framestepping * DOCS/man/mpv: explain how to select and navigate through cdda * stream_cdda: deprecate undocumented --cdda-span-{a,b} options * stream_{bluray,cdda,dvdnav}: deprecate setting device after schema * ao_pipewire: don't load client-rt.conf properties * DOCS/man/options: remove outdated wid embedding docs for cocoa * DOCS/man/options: fix missing space in hwdec doc * DOCS/man/options: document that --save-position-on-quit affects loadfile * mac/dialog: release all input keys when modal steals key input * mac/dialog: remove delayed becomeFirstResponder() workaround * osdep/io: harden string conversions * win32-console-wrapper: don't use CRT in runtime wrapper * win32-console-wrapper: simplify error printing * f_decoder_wrapper: warn when using video-aspect-override of 0 or -1 * command: print "original" also for aspect ratio of "no" * input.conf: use no instead of -1 for video-aspect-override * f_decoder_wrapper: add --video-aspect-method=ignore * Revert "m_option: forbid non -1 negative values for video-aspect-override" * Revert "m_option: deprecate setting -1 to --video-aspect-override" * DOCS/man/options: fix sub-ass-video-aspect-override documentation * DOCS/man/options: use american spelling for "behavior" * wayland: add some sanity checking when setting mastering luminance * wayland: cleanup redundancy and global state in color-management * vd_lavc: add auto-unsafe and auto-copy-unsafe to the opt help * vd_lavc: nuke some mmal remnants * meson: minor simplification in link flags * osdep/timer-win32: add missing guards for ARM64 * wayland: unvoid some wayland protocol structs * wayland: update color management protocol to the upstream version * input.conf: add ctrl+p and g-m keybind for menu * builtin.conf: set menu corner_radius to 0 in box profile * console.lua: use the same opacity for menu as for everything else * osdep/threads-win32: add implementation for mp_thread_cpu_time_ns() * common/stats: improve accuracy of quick timed measurements * common/stats: fix incorrect cpu-time value reset * common/stats: report: account for ongoing timed-measuremets * common/stats: don't report cpu-time on unsupported platforms * DOCS/man: add a separate section for optical drive location * stream_bluray: use DEFAULT_OPTICAL_DRIVE * build: use the same default optical drive for all disc streams * README: add direct link to user scripts * DOCS/man/options: fix a typo in the hwdec section * player: run all update handlers on init * player/command: fix flags type in mp_option_run_callback * wayland_vk: use FIFO if fifo and presentation v2 protocols are available * options: replace --wayland-disable-vsync with --wayland-internal-vsync * options: disable --input-ime by default * console.lua: enable/disable IME on demand * video/out/w32_common: support --input-ime * various: upgrade option flags to uint64_t * DOCS/man/{mpv,osc}: say menu instead of selector * console.lua: give a different background color to the selected item * Revert "console.lua: close with right click" * console.lua: always draw a background behind items * console.lua: add a scrollbar * console.lua: close when clicking outside of items horizontally * console.lua: center the select menu in the window * console.lua: improve the hovered item calculation with background-box * console.lua: update the max width calculation * player: store external filenames as normalized * wayland: support xdg-activation * player: coalesce option updates and drop redundant ones * player: put ipc initialization where it belongs * vd_lavc: make auto the same as auto-safe and introduce auto-unsafe * Revert "meson: bump libdrm version to 2.4.109" * wayland: fix implicit modifier selecting mess (again) * dmabuf_interop_wl: simplify modifier logging * {console,input}.lua: allow subsequent mp.input calls * options/path: only log mp_get_user_path if the path expands * demux_disc: remove obsolete is_dvd checks * build: remove ta-leak-report option * etc/restore-osc-bindings.conf: add previously unbound actions * stream_dvdnav: properly cleanup on error and fix some memory leaks * stream_bluray: fix some title info leaks * stream_blurary: consistently cleanup on error * stream_cdda: subtract first sector when calculating chapter times * DOCS/man/input: remove extra quotes * DOCS/man: document options which are object settings list options * demux_cue: only accept TRACK with AUDIO type * DOCS/man/input: fix typo * ci/build-openbsd: don't enable cdda * Revert "build: disable optical media libs by default (DVD/BD/CD)" * test/libmpv_test_track_selection: add a test for os languages * language-posix: replace '_' subtag separator with '-' * mac/menu: add support for initial directory * mac/dialog: add support for title, file selection and initial directory * mac/swift: move isUrl check to String extension * mac/dialog: add file extension filtering for open dialogs * mac/option: add MPOpts root options * mac/dialog: move dialog creation into its own class * DOCS/man/input: adjust ao-volume documentation to state reality * vo_gpu_next: allow to disable error diffusion when changing --dither * demux/stheader: use atomic types for mp_codec_params names * DOCS/man/options: explain the difference between panscan and zoom * DOCS/man/input: fix required protocol docs for wayland clipboard * DOCS/man/input: document the clock property * player/sub: eliminate redundancy when printing terminal subtitles * test/libmpv_common: ensure our atexit clean fires before internal ones * player/loadfile: don't use ta_set_parent directly * test/libmpv_test_track_selection: add another multilang selection test * test/libmpv_test_track_selection: eliminate reloading redundancy * test/libmpv_test_track_selection: remove unneeded option resetting * test: add default track selection testing * test: split libmpv_test into separate files * test: group together all the libmpv tests under the libmpv suite * github/workflows: drop mingw32 * video/out/android: don't assert-fail if WinID is not set * demux_lavf: fix demuxer-lavf-format usage * select.lua: change the --save-watch-history warning text * DOCS/man/options: Clarify what --tone-mapping=auto does * Revert "vo_gpu_next: set --target-colorspace-hint to `yes` by default" * player/command: don't synthesize property names with a trailing / * command: disallow trailing / in track-list/N/metadata * player/command: disable input-commands for fuzzing * m_property: fix playlist property parsing * console.lua: fix completion after command prefixes * command: show Loop playlist when changing --loop-playlist at runtime * m_option: deprecate setting -1 to --video-aspect-override * m_option: forbid non -1 negative values for video-aspect-override * command: convert aspect, par, and sar sub-properties to double * build: add early exit if git is not found * github/workflows/lint: show ruff suggested changes * github/workflows/lint: update astral-sh/ruff-action to v3 * ci/lint: disable isort checks * build: use a more user-friendly version string for shallow clones * build: prepend version strings with 'v' for release tarball builds * github/workflows/lint: add umpv to Python linting * TOOLS/umpv: add Windows support * TOOLS/umpv: use append-play * TOOLS/umpv: don't wait for mpv after it is run * TOOLS/umpv: use builtin profile for pseudo gui options * TOOLS/umpv: handle the case when mpv disappears during adding files * TOOLS/umpv: minor fixes to style and typing * m_option: fix parsing of OP_APPEND for string lists * player/loadfile: we shouldn't unescape inplace * meson: add disable-packet-pool option * demux: reclaim demux_packets to reduce memory allocator pressure * loadfile: unescape display filenames * DOCS/man/options: document that --d3d11-flip=no enables transparency * osc.lua: bind right clicking the title to show history * TOOLS/mpv_identify.sh: handle forward slash in property names * video/out/kitty: make kitty vo ten times faster by avoiding strlen * command: normalize paths for path and track-list/N/external-filename * command: simplify find_track_with_url handling * options/path: add mp_normalize_user_path shorthand * various: simplify mp_normalize_path usage * misc/path_utils: allow passing NULL to mp_normalize_path * console.lua: stop expanding ~/ in file completion * Revert "DOCS/man/input: document that shutdown is sent when scripts terminate" * DOCS/man/input: document that shutdown is sent when scripts terminate * Revert "console.lua: add pause_on_open script-opt" * console.lua: add user-data/mpv/console/open * DOCS/man/input: reorder user-data's docs * command: expand paths for all commands with path arguments * ci/lint-commit-msg.py: add .rst from allowed extension skips * ci/lint-commit-msg.py: remove .py from allowed extension skips * command: add metadata sub-property for track-list * command: prefix all property functions with mp * player: print secondary subtitles on the terminal * m_option: reallow setting list options to no value to -clr them * osdep/terminal-unix: fix stop_cont_pipe leak * fuzzer_load: don't dup3 fd if it already has a value we want * m_option: add -clr to keyvalue list options * m_option: reintroduce -del to string list and keyvalue list * m_option: undeprecate list option suffixes with multiple items * player/misc: check codec values for overflow * command: don't run UPDATE_{AD,VD} if the {ao,vo}_chain doesn't exist * vd_lavc: separate opts to two structs and reorganize * ad_lavc: flag options with UPDATE_AD * various: expand paths for all file/directory related options * command: fix spammy events when frame stepping forward with seek * clipboard-wayland: initialize offer fd * vo_kitty: unlink shared memory only on vo close * player/command: reinit video decoder when it's options change * DOCS/man/options: correct outdated --ad/--vd documentation * f_decoder_wrapper: allow changing --ad and --vd at runtime * osc.lua: add visibility_modes script opt * osc.lua: deprecate pointless script-messages * DOCS/man/osc: document the second arg in some script commands * vo_kitty: unlink shared memory on vo close * stream_file: allow to open only our fd in case of fuzzing * command: allow frame-step to go through multiple frames and/or seek * DOCS/man/select: document the menu script-binding * osc.lua: add an icon for the miscellaneous menu * TOOLS/mpv-osd-symbols.sfdir: add a menu icon * TOOLS/mpv-osd-symbols.sfdir: document how to add icons * select.lua: add a miscellaneous menu * loadfile: discard prefetched files if demuxer options changed * command: group flag updates together * demux_mkv: limit RealAudio packet size to 128 MiB * DOCS/man/select: add this file * select.lua: select from the watch history with g-h * loadfile: optionally save the watch history * misc: make json_append() non-static * misc: extract mp_find_non_filename_media_title() from command.c * DOCS/man: add documentation of wayland backend and properties * console.lua: use clipboard property for native Wayland backend * console.lua: autocomplete clipboard/text-primary property * command: add current-clipboard-backend property * clipboard: add function to get clipboard backend name * command: add clipboard/text-primary property * clipboard-wayland: add Wayland clipboard backend * clipboard-vo: use clipboard parent log context * clipboard: don't store mpv_global context * video/out/wayland_common: create per-seat objects on seat hotplug * demux/ebml: fix ebml_read_length() * win32: fix menu click failure caused by excessive menu-data updates * ci/linux: enable leak detector * stream_dvb: accept float timeout * various: use mp_poll instead of poll * misc/dispatch: remove mention of select * video/out/wayland_common: remove useless flag * osdep/io: map ftell to int64_t version on win32 * osdep/io: add ftruncate for win32 * video/out/wayland_common: fix crash with multi-seat drag and drop * Revert "ci/win32: restrict shaderc version to fix build errors" * various: update license headers * ci/mingw: update library versions * console.lua: use the same blur amount as --osd-blur * video/out/wayland_common: support IME usage via text-input-v3 * github/workflows/lint: add mypy linting * TOOLS/osxbundle: fix inplace argument type * TOOLS/macos-sdk-version: check if xcodebuild is defined * TOOLS/file2string: use array of tuples to avoid unpacking strings * TOOLS/dylib_unhell: check regex search result * TOOLS/stats-conv: typing fixes * TOOLS/gen-mpv-desktop: don't overlap variable with different types * TOOLS/gen-interface-changes: fix variable type mismatch * m_option: fix float option values <= 0 * github/workflows: print meson test log on failure on BSD * select.lua: show the ID of editions without title * console.lua: sort completions * console.lua: preserve the order of items with equal score * console.lua: rename format_table() to format_grid() * console.lua: always say completions instead of suggestions * console.lua: rename update() to render() * m_option: use VAL macro for double type * m_option: fix max/min range comment * m_option: correctly clamp OPT_FLOAT values * various: fix range for float options * loadfile: fix --loop-playlist + --shuffle + --prefetch-playlist * loadfile: return earlier if prefetch already started * loadfile: fix --loop-playlist=N with --prefetch-playlist * console.lua: set a high z in select mode * Revert "osc.lua: draw box layout below console" * DOCS/interface-changes: change rst exts to txt * console.lua: improve the hovered item calculation * console.lua: deduplicate y position calculation in update() * console.lua: refactor some log code * video/out/wayland_common: ignore clipboard offers w/o wanted MIME type * ytdl_hook.lua: fix start and end conditions * m_option: fix scientific notation timestamp parsing * select.lua: select files with watch later files with g-w * command: add current-watch-later-dir property * select.lua: use mp.msg.warn for unavailable messages * ao_pulse: remove unnecessary casts and use the proper print specifier * osc.lua: extract icon_font and icons variables * DOCS/interface-changes: add slim*bar layouts to interface changes * video/out/gpu/video: allow taking transparent screenshots * console.lua: complete screenshot-raw format parameter * player/screenshot: support more formats for screenshot-raw command * player/screenshot: add high depth and format parameters * osc.lua: add slimbottombar and slimtopbar layouts * ao_openal: fix null pointer dereference when creating OpenAL context * ao/pulse: only print server protocol after connection * console.lua: add pause_on_open script-opt * github/workflows/lint: add pre-commit hooks * sub: add sub-scale-signs * stats.lua: only reprint stats on video-reconfig when toggled * osc.lua: allow adding custom buttons * osc.lua: add cache_enabled() helper * vulkan/context_display: implement display fps and resolution info * ci/win32: bump test timeout to 240 seconds * stats.lua: fix page 2 and 0 layout * stats.lua: inherit --osd-shadow-offset * github/workflows/lint: remove -lint suffix from lint workflow job names * DOCS/man/input.rst: mark flags as optional * mac/app: make const char pointers to const pointers * mac/app: make re-assignment of complex macros const * console.lua: complete playlist-play-index none * console.lua: apply --osd-selected-color to selected completions * Revert "demux_edl: disallow nested edl to avoid infinite loop" * options: remove the `player` argument from `--media-controls` * LICENSE.{GPL,LGPL}: update to upstream version * various: fix typos * various: remove double new line at the end of file * mac/remote: use swift closure instead of obj-c selector bridging * ci/build-common: remove executable flag * osc.lua: bind middle clicking play pause to cycle loop-playlist * ao_coreaudio: set kAudioOutputUnitProperty_ChannelMap * console.lua: don't set the cursor color * console.lua: inherit --osd-back-color in the cursor * console.lua: inherit --osd-color in the cursor * console.lua: inherit --osd-shadow-offset * console.lua: inherit --osd-back-color * sub/osd: default to a semitransparent black back color * console.lua: remove useless assignment * console.lua: focus the default item after emptying the input line * version.h.in: bump copyright year * mac/swift: fix global variables for upcoming swift 6 concurrency * mac: add support for --force-window-position * mac/remote: add Quick Look thumbnail as cover fallback * ao_audiounit: add --audio-exclusiv support, make non-exclusive default * osd: remove unused constants * DOCS/man/mpv: document that you can deselect the current track * DOCS/man/input: edition-list/N/id is not writable * subprocess: fix reset_signals_child missing last signo * select.lua: fix select-edition crash on non-MKVs * stream_file: don't allow to open standard streams during fuzzing * DOCS/man/vo.rst: improve dmabuf-wayland documentation * sub/lavc_conv: free avctx correctly on error * m_option: free channels before overriding in parser * demux_mkv: cast to u32 before shift to fix int overflow * x11: allow display sync modes to report no visibility * player/video: fallback to audio sync logic if VO is not visible * vo: change draw_frame API to a boolean * zsh-completion: complete av://lavfi:testsrc and av://lavfi:sine * player/osd: use fixed width for vsync-ratio value in status line * console.lua: don't highlight the first completion with mp.input.get * mac/title: use enum for material values instead of generic integers * mac/title: use enum for appearance values instead of generic integers * options: add --playlist-exts * options: add --archive-exts * console.lua: keep --osd-{,outline}-color's alpha component for styles * DOCS/man/osc: document that {v,h}align only affect box layouts * console.lua: complete clipboard/text * input.conf: bind Ctrl+v to play the path in the clipboard * mac/title: remove old libmpv color setter fallback * mac/title: remove old libmpv material setter fallback * mac/title: remove old libmpv appearance setter fallback * ci/win32: enable tests for dependencies * meson: only build libmpv_helper with cocoa-cb * mac: use isBundle function instead of manually checking bundle usage * video/sws_utils: remove unused mp_image_swscale * console.lua: use native clipboard property on macOS * clipboard-mac: add macOS clipboard backend * osdep/mac/meson.build: dynamically add features to swift build flags * DOCS/ao: add missing documentation for audiounit * libmpv: deprecate MPV_RENDER_PARAM_AMBIENT_LIGHT render parameter * cocoa-cb: use new ambient-light property and remove old libmpv usage * gamma-auto.lua: add this script as replacement for --gamma-auto * command: add ambient-light property * vo: change VOCTRL_GET_AMBIENT_LUX from int to double * DOCS/contribute.md: add guidelines for Swift and Objective-C * x11: simplify --geometry and --auto-window-resize logic * DOCS/man: fix Unicode capitalization * input.conf: use capital letters instead of shift modifiers * video/out/wayland_common: make all XF86 special keys mappable * DOCS/man/input.rst: clarify hexadecimal key names * DOCS/man/input.rst: clarify that caps lock affects produced keycode * DOCS/man/input.rst: clarify shift modifier behavior * DOCS/man/input.rst: fix grammar * stats.lua: enable runtime script-opt changes * console.lua: inherit --osd-color and --osd-outline-color * DOCS: fix description of subtitle delay adjustment * console.lua: color the default item with --osd-selected-color * DOCS/man/console.rst: remove outdated issue * sd_ass: fix fix_margins calculation ++++ zstd: - Add patch (non-upstreamable): * 0001-Don-t-export-libzstd_static-CMake-target.patch ++++ limine: - Update to 9.2.1: * Fix potential buffer overflow bug with stb_image support code. * Print the name of unresolved symbols on panic. * Dynamically allocate volume index instead of relying on a hard coded limit and a fixed allocation. ++++ matrix-synapse: - Update to 1.127.0 - Features - Update MSC4140 implementation to no longer cancel a user's own delayed state events with an event type & state key that match a more recent state event sent by that user. (#17810) - Improved Documentation - Fixed a minor typo in the Synapse documentation. Contributed by @karuto12. (#18224) - Internal Changes - Remove undocumented SYNAPSE_USE_FROZEN_DICTS environment variable. (#18123) - Fix detection of workflow failures in the release script. (#18211) - Add caching support to media endpoints. (#18235) - Updates to locked dependencies - Bump anyhow from 1.0.96 to 1.0.97. (#18201) - Bump bcrypt from 4.2.1 to 4.3.0. (#18207) - Bump bytes from 1.10.0 to 1.10.1. (#18227) - Bump http from 1.2.0 to 1.3.1. (#18245) - Bump sentry-sdk from 2.19.2 to 2.22.0. (#18205) - Bump serde from 1.0.218 to 1.0.219. (#18228) - Bump serde_json from 1.0.139 to 1.0.140. (#18202) - Bump ulid from 1.2.0 to 1.2.1. (#18246) ++++ mercurial: - Mercurial 7.0 + Packaging Changes The 7.0 release is the first to be compliant with `PEP 517`. This required an overhaul of the Mercurial packaging: packagers should pay extra attention to this release and report any issues they might encounter with the new system. In practice, this means that Mercurial's `setup.py` can no longer be called directly. Instead, one should build the Mercurial package using PyPA's `build` package (https://github.com/pypa/build). In the general case, this will take care of the build dependencies, but packagers might want to explicitly manage them. Currently the build depends on: - `wheel` - `setuptools>=64` - `setuptools_scm>=8.1.0` - `docutils` The `Makefile` no longer offers a `build` target. We now use `BuildTools 2022` when building Windows packages. + Other Backwards Compatibility Changes * sslutil: bump the default minimum TLS version of the client to 1.2 (BC) (085cc409847d) * setup: require TLS 1.2 support from the Python interpreter (BC) (a820a7a1fce0) + New Features * It is now possible to store inline clone bundle outside of .hg (48572371d478) * Added a generic `storage.all-slow-path` option to control the default behavior regarding degraded support for some repository format. (bbbb12632607) * Added a `--to` flag to `hg graft` that allows graft in memory (68dc6cecca32) * Added a `fix.extra-bin-paths` configuration for the `fix` extension (1330278b9029) + New Experimental Features * add a --ignore-changes-from-ancestors option (688665425496) * stream-clone: use dedicated threads to write the data on disk (7f848cfc4286, 58baa86c7a02, aee193b1c784) * the experimental `git` extension now supports more commands + Bug Fixes * subrepo: fix calling outgoing with multiple paths (85c095c1f8bc) * stream clone: fix a race condition around volatile files (46574e588017, 3f0cf7bb3086) * rhg: set the expected dirstate permissions (0o666 minus umask) (a48c688d3e80) * rhg: fix matcher issue (136e74c2bf8f) * rhg files correctly implements `--rev` (it instead provided `--revision`) * clone-bundles: fix background spawning of automatic generation * bundle-spec: properly format boolean parameter (issue6960) * bundle2: fix a bug where _forwardchunks doesn't work with empty bundles + Rust * the Rust code is now exposed to Python though PyO3 instead of `rust-cpython` (6673cec8605c) * rhg: support `status --change`, including `--copies` (bde718849153) * Rust implementation for the internal part of revlogs * Rust implementation for `hg annotate` (6183949219b2) * Rust implementation for `hg update` from a completely empty working copy + Miscellaneous * help: modernize the help text for `hostsecurity.minimumprotocol` (b65085c6d6ff) * run-tests: add a 4th `HGPORT` value (7f8d0c2c3692) * rust-ignore: make `debugignorerhg` command show a full regex, with exact files (e2e49069eeb6) * tests: fix `filtertraceback.py` to handle contiguous `File` lines (8431296a93e8) * typing: moved `interface` logic from `zope` interfaces to `typing.Protocol` (a1c0f19e7cb4) * format: add pattern filtering to debugformat (8dede0df9de9) * run-tests: add a `--tail-report` argument to analyze run parallelism (a814534aaedd) ++++ mesheryctl: - update to 0.8.52: * Meshery CLI - [mesheryctl] bug fix for 00-config.bats @gourav-k-shaw (#14108) - mesheryctl relationship cleanup @lekaf974 (#13450) - [fix]: added variables for dependencies and more documentation for local e2e tests @gentcod (#14070) * Maintenance - Update mesheryctl-e2e.yaml workflow to use ubuntu-24.04 runner @sangramrath (#14103) - Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 @dependabot (#14092) * Documentation - feat: updated testing policy @ianrwhitney (#14102) - [fix]: added variables for dependencies and more documentation for local e2e tests @gentcod (#14070) ++++ microos-tools: - Update to version 4.0+git11: * Only parse section with at minimum two arguments (#42) ++++ okteto: - Update to version 3.5.1: * DEV-877: Split ignorer logic for Smart Build into 2 different functions according to the flag, and use a temporary file for the SHA calculation (#4689) (#4690) ++++ ollama: - Update to version 0.6.2: * Multiple images are now supported in Gemma 3 * Fixed issue where running Gemma 3 would consume a large amount of system memory * ollama create --quantize now works when converting Gemma 3 from safetensors * Fixed issue where /save would not work if running a model with / in the name * Add support for AMD Strix Halo GPUs ++++ openSUSE-release-tools: - Update to version 20250325.02b979a3: * Skip over slfo scripts on sle15 * skip metrics.py script on 15.6 * Use ConfigParser rather than SafeConfigParser * fix lint * Use influxdb-client v2 API * Update requirements to influxdb-client for v2 ++++ pacemaker: - Update to version 3.0.0+20250325.6ad1da5e7a: - libcib: Don't match element based on XPath matching an attribute ++++ php8-redis: - Updated to 6.2.0 * https://pecl.php.net/package/redis/6.2.0 * Fixed arguments order for SET command. * Fixed error length calculation and UB sanity check. * Fixed invalidate slot cache on failed cluster connections. * Fixed don't cast a uint64_t to a long. * Fixed potential NULL dereference. * Fixed print cursor as unsigned 64 bit integer. * Fixed XAUTOCLAIM argc when sending COUNT. * Added serverName() and serverVersion() methods. * Added getWithMeta method. * Added GETDEL command for RedisCluster. * Added Redis::OPT_PACK_IGNORE_NUMBERS option. * Added Valkey >= 8.1 IFEQ SET option. * Added KeyDB's EXPIREMEMBER[AT] commands. ++++ python-Kivy: - Lowercase metadata directory name. ++++ python-PyQRCode: - Lowercase metadata directory name. ++++ python-SQLAlchemy: - Lowercase metadata directory name. ++++ python-SQLAlchemy1: - Lowercase metadata directory name. ++++ python-falcon: - Add websockets.patch to fix test failure ++++ python-BTrees: - Lowercase metadata directory name. ++++ python-BitVector: - Lowercase metadata directory name. ++++ python-Chameleon: - Lowercase metadata directory name. ++++ python-Cheetah3: - Lowercase metadata directory name. ++++ python-CherryPy: - Lowercase metadata directory name. ++++ python-Cython: - Lowercase metadata directory name. ++++ python-Cython0: - Lowercase metadata directory name. ++++ python-Durus: - Lowercase metadata directory name. ++++ python-EditorConfig: - Lowercase metadata directory name. ++++ python-Faker: - Lowercase metadata directory name. ++++ python-Glymur: - Lowercase metadata directory name. ++++ python-GooCalendar: - Lowercase metadata directory name. ++++ python-HeapDict: - Lowercase metadata directory name. ++++ python-IMAPClient: - Lowercase metadata directory name. ++++ python-LTTL: - Lowercase metadata directory name. ++++ python-Markdown: - Lowercase metadata directory name. ++++ python-MarkupSafe: - Lowercase metadata directory name. ++++ python-Markups: - Lowercase metadata directory name. ++++ python-OSMPythonTools: - Lowercase metadata directory name. ++++ python-Parsley: - Lowercase metadata directory name. ++++ python-Paste: - Lowercase metadata directory name. ++++ python-PasteDeploy: - Lowercase metadata directory name. ++++ python-Protego: - Lowercase metadata directory name. ++++ python-PyChromecast: - Lowercase metadata directory name. ++++ python-PyICU: - Lowercase metadata directory name. ++++ python-PyJWT: - Lowercase metadata directory name. ++++ python-PyKCS11: - Lowercase metadata directory name. ++++ python-PyKMIP: - Lowercase metadata directory name. ++++ python-PyLaTeX: - Lowercase metadata directory name. ++++ python-PyMeeus: - Lowercase metadata directory name. ++++ python-PyMySQL: - Lowercase metadata directory name. ++++ python-PyOgg: - Lowercase metadata directory name. ++++ python-PyPika: - Lowercase metadata directory name. ++++ python-PyYAML: - Lowercase metadata directory name. ++++ python-Pympler: - Lowercase metadata directory name. ++++ python-RTFDE: - Lowercase metadata directory name. ++++ python-Rtree: - Lowercase metadata directory name. ++++ python-SPARQLWrapper: - Lowercase metadata directory name. ++++ python-SQLAlchemy-Utils: - Lowercase metadata directory name. ++++ python-Send2Trash: - Lowercase metadata directory name. ++++ python-aiorpcX: - dist-info can now be lowercase, handle that - package docs - remove X perms for docs - update to 0.24: * bump websockets library to >=14.0 and Python version to >=3.9 ++++ python-av: - Update to 14.2.0: See https://github.com/PyAV-Org/PyAV/compare/v13.1.0...v14.2.0 ++++ python-bitarray: - Update to 3.2.0 * add `util.xor_indices()`, #229 * add Hamming code example - Update to 3.1.1 * updated `pythoncapi_compat.h` for pypy3.11 support, see #227 * use `__builtin_parityll()` when available in `util.parity()` * add `parity_64()` to header * simplify some tests * add LFSR example - Update to 3.1.0 * allow mask assignment to bitarrays, see #225 * add missing masked operations to pyi-file * refactor `resize()` and avoid overallocation when downsizing buffer * update `build_wheels.yml` * fix some typos * minor simplifications * rename `growth/` example to `resize/` and add tests for `resize()` * update gene example * add comments ++++ python-certbot-dns-ovh: - Update to 3.3.0 - Remove unneeded dependencies - Enable pytest ++++ python-compressed_rtf: - Update to version 1.0.7 * Fix: resolve circular import in setup.py. * Fix url. - Add patch: * 0001-fix-pyproject.toml-license-format.patch ++++ salt: - Make "salt" package to obsolete "python3-salt" package on SLE15SP7+ - Fix issue requiring proper Python flavor for dependencies and recommended package. - Do not build "python3-salt" anymore for SLE15SP7+ ++++ salt-test: - Make "salt" package to obsolete "python3-salt" package on SLE15SP7+ - Fix issue requiring proper Python flavor for dependencies and recommended package. - Do not build "python3-salt" anymore for SLE15SP7+ ++++ python-uv: - Update to version 0.6.9 BREAKING CHANGES: * Create main.py instead of hello.py in uv init * Respect UV_PYTHON in uv python install * Set UV to the uv executable path * Error on non-existent extras, e.g., in uv sync * Error on missing dependency groups when --frozen is provided * Change -p to a --python alias in uv pip compile OTHER: * uv publish is no longer in preview * Allow users to mark platforms as "required" for wheel coverage * Use an Arc for index URLs * Add support for constraining build dependencies with tool.uv.build-constraint-dependencies * Allow quotes around command-line options in requirement.txt files * Reduce overhead in converting resolutions * Migrate to zlib-rs (again) * Use SmallString for filenames and URLs * Move the uv build backend into a separate, minimal uv_build package * Allow --constraints and --overrides in uvx * Add support for dynamic musl Python distributions on x86-64 Linux * Upgrade the build toolchain to LLVM 20, improving performance * Add --marker flag to uv add * Allow overriding module name for uv build backend * Sync latest Python releases * Update BaseClientBuild to accept custom proxies * Enable FTS3 enhanced query syntax for SQLite * Add simpler --managed-python and --no-managed-python flags for toggling Python preference * Use keyring --mode creds when authenticate = "always" * Add boolish value parser for UV_MANAGED_PYTHON flags * Automatically infer the PyTorch index via --torch-backend=auto * More changes, see upstream changelog ++++ rpmlint: - Update to version 2.7.0+git20250325.dd508d6: * CI: Disable failing CI images * polkit-rules: whitelist gdm WiFi connection setup rules (bsc#1239719) * Fix grammatical direction for unstripped-binary-or-object message * Release 2.7.0 ++++ rpmlint-strict: - Update to version 2.7.0+git20250325.dd508d6: * CI: Disable failing CI images * polkit-rules: whitelist gdm WiFi connection setup rules (bsc#1239719) * Fix grammatical direction for unstripped-binary-or-object message * Release 2.7.0 ++++ rpmlint-test: - Update to version 2.7.0+git20250325.dd508d6: * CI: Disable failing CI images * polkit-rules: whitelist gdm WiFi connection setup rules (bsc#1239719) * Fix grammatical direction for unstripped-binary-or-object message * Release 2.7.0 ++++ rubygem-agama-yast: - Install registred addon product (its *-release package) (related to jsc#AGM-100) - Support for autoyast manual files deployment with exception of deploying directories and files_script (gh#agama-project/agama#2121) ++++ rustup: - Update to version 1.28.1~0: * dist(rustup-init/sh): update commit shasum * Update changelog for 1.28.1 * fix!(config): re-enable implicit toolchain installation in `Cfg::local_toolchain()` with optional opt-out * refactor(test/clitools): extract `Config::expect_err_env()` * Use relative symlinks when possible * dist(rustup-init/sh): update commit shasum * docs: update CHANGELOG for v1.28.1 release * fix!(config): re-enable active toolchain installation in `Cfg::find_active_toolchain()` with optional opt-out * config: make Config::find_active_toolchain() async * Use terse output for rustup show active-toolchain * Use read_timeout for reqwest instead of timeout * chore(deps): lock file maintenance * test: turn set_current_dist_date() into a Config method * test: privatize clitools module * test: remove function wrappers for cmd() and env() * test: privatize mock module * test: move create_mock_dist_server() to Scenario::write_to() * test: move Release into dist * test: turn channel builders into constructors * test: move mock channel builders into dist * test: move arch consts into top-level module * test: turn build_*_installer() functions into constructors * test: move installer builders into mock module * test: privatize items in clitools * test: keep Config impl close to type definition * test: privatize dist module * test: privatize items in test::dist * test: inline short module topical_doc_data * Remove level of nesting in test module * dist(rustup-init/sh): update commit shasum * Tweak SanitizedOutput style * docs: update `CHANGELOG` for v1.28.0 release * Have mocked cargo better adhere to cargo conventions * Do not append `EXE_SUFFIX` in `Config::cmd` * Add `TryFrom` for `SanitizedOutput` * refactor(test): replace `(before|after)_test_async()` with `TestProcess::_telemetry_guard` * style(rustup-init): reorganize imports * refactor(log): introduce `GlobalTelemetryGuard` * refactor(process): rename `TestProcess::_guard` to `_tracing_guard` * chore(deps): update opentelemetry * fix(deps): update rust crate windows-registry to 0.5.0 * chore(deps): lock file maintenance * refactor: improve binary suffix stripping * build: bump the codebase Language Edition to 2024 * style(cli/job): fix `unsafe-op-in-unsafe-fn` * style(cli/log): use precise capturing when necessary * chore: use unsafe versions of `(add|remove)_var()` * style: remove redundant `ref` keywords * style: partially migrate away from `if-let` * style: format sources with the 2024 Style Edition * chore: fix new `clippy` warnings * fix(deps): update rust crate pulldown-cmark to 0.13 * chore(deps): lock file maintenance * feat(rustup-init/sh): add env var to print arch detection result * refactor(component): reduce allocations in `ComponentPart::encode()` * refactor(component)!: extract `ComponentPartKind` * style(component): reduce right drift in `ComponentPart::decode()` * refactor(component)!: turn `ComponentPart`'s fields into named ones * fix(dist/prefix): normalize path separators in `REL_MANIFEST_DIR` * fix(component): normalize path separators during `ComponentPart::(en|de)code()` * chore(deps): lock file maintenance * chore(deps): lock file maintenance * Upgrade to rand 0.9 * chore(deps): lock file maintenance * fix(ci/doc): fix typo in renovate `datasource` * ci(doc): make `renovatebot` bump locked `mdbook` * ci(doc): pin `mdbook` to `0.4.43` * chore(deps): lock file maintenance * ci(schedule): run cron tasks more times per week * ci(schedule): promote to use the `stable` job list * ci(doc): fix stable build of `user-guide` * ci(linux): enable the full test suite for `aarch64-unknown-linux-gnu` * ci(linux): use public ARM64 Linux runners * ci(deploy-docs): merge with `test-docs` * ci(deploy-docs): enable on PR without uploads * ci(deploy-docs): build one book per workflow step * ci(deploy-docs): install `mdbook` with `install-action` * Change installation of dependencies for Aarch64 Dockerfile * Run Aarch64 jobs on PRs * Use ARM based runners for ARM CI targets * chore(deps): lock file maintenance * style: fix `clippy` warnings * docs(user-guide/components): add deprecation notice for `wasm32-wasi` * Update Windows dependencies * feat(cli/rustup-mode)!: simplify error message for `rustup show active-toolchain` * fix(cli/rustup-mode): make `rustup show active-toolchain` exit with `1` when none is active * fix(cli/rustup-mode): make `rustup default` exit with `1` when there's no default * chore(deps): lock file maintenance * fix(cli/rustup-mode)!: change `rustup doc --error_codes` to `--error-codes` * fix(deps): update rust crate itertools to 0.14 * fix(cli): align `rustup show`'s `--verbose` behavior with `rustup show active-toolchain` * feat(cli): show the toolchain path with `rustup show active-toolchain --verbose` * feat(test): accept more than one args in `for_host*!()` * chore(deps): lock file maintenance * fix(ci): fix installation of `cargo-all-features` * docs(user-guide/installation): update "General tips" * chore(deps): lock file maintenance * move deps around * fix(deps): update rust crate rustls-platform-verifier to 0.5 * fix(rustup-init/sh): don't emit "unknown macOS major version" for macOS v11+ * refactor(rustup-init/sh): extract `$_os_major` * refactor(rustup-init/sh): extract `$_os_version` * ci(linux): move `bindgen-cli` installation into `run.bash` * ci(stable): enable `loongarch64-unknown-linux-musl` builds * ci(linux): disable `reqwest-rustls-tls` for unsupported platforms * ci(linux): configure `gcc-multilib` and `libclang` for some *nix builds * chore(deps): bump `aws-lc-rs` and `aws-lc-sys` * download: clean up TLS feature guards * download: simplify feature guards * download: attach download functions to Backend type * download: remove intermediate reqwest-backend feature * Implement more complete backend selection * Simplify logic for download backend notification * chore(deps): lock file maintenance * chore(deps): lock file maintenance * docs(dev-guide/tracing): make "Adding instrumentation" a level-2 title * ci(windows): don't install `awscli` via `choco` * test(mock/topical-doc-data): add test cases with both a flag and a topic * refactor(test/mock): use tuples for `topical_doc_data::TEST_CASES` * feat(cli/rustup-mode): allow `rustup doc` with both a flag and a topic * refactor(toolchain): allow passing a fragment in `Toolchain::doc_path()` * refactor(toolchain): allow absolute paths in `Toolchain::doc_path()` * refactor(toolchain): simplify `Toolchain::doc_path()` * refactor(cli/rustup-mode): rename `doc_url` to `doc_path` * refactor(cli/rustup-mode): make `DocPage::path()` return `Option<&Path>` * refactor(cli/rustup-mode): move `DocPage::name()` to a separate `impl` block * refactor(cli/topical-doc): clean up some funtions * refactor(cli/rustup-mode): use early return in `doc()` * chore(deps): lock file maintenance * Update semver-compatible dependencies * fix: make sure no overflow on small screens * feat: make the box white * feat: use the color form the rust website for tags, hr and copy button * Add the main element and header to setup new layout * chore: remove the old pitch first * Apply clippy suggestions * Append to 1.28.0 changelog * Bump version, commit and date in rustup-init.sh * Clean up trailing whitespace in rustup-init.sh * Add changelog for 1.28.0 * Bump version to 1.28.0 * chore(deps): lock file maintenance * chore(deps): update remove-dir-all to 1.0 * Add aliases for remove/uninstall/unset commands * feat: add nushell support * Upgrade to opentelemetry 0.27 * fix: add missing close body tag * Upgrade thiserror to 2 * Upgrade to rustls-platform-verifier 0.4 * chore(deps): lock file maintenance * fix(cli/rustup-mode): remove `.num_args()` when `.value_delimiter(',')` is present * refactor(cli/rustup-mode): remove deprecated `.use_value_delimiter()` * chore(config): migrate config .github/renovate.json * docs: update channel toolchain syntax * feat(cli/rustup-mode): support more books in `rustup doc` * style(cli/rustup-mode): reorder items in `docs_data![]` * fix: add powerpc64 and s390x to known target_arch values for tests * chore(deps): lock file maintenance * style(utils): put the `mod` declarations below the imports * style: regroup some imports * refactor(utils): hoist `utils::utils` into `utils` * feat(rustup-init): detect and warn about existing `settings.toml` * fix: fix typo in `check_existence_of_rustc_or_cargo_in_path()` * style: allow using `dbg!()` across `rustup::test` * refactor(diskio): replace `eprintln!()` with `debug!()` * style: enable `clippy::(dbg_macro|todo)` across the workspace * style: enable `clippy::print_std(err|out)` when applicable * style: introduce workspace-wide lint tables * build: use `workspace.package` properties in `Cargo.toml` * fix(config): improve error when overridden active custom toolchain isn't installed * fix(config): print special error for invalid toolchain name in override file * Update semver-compatible dependencies, except openssl-src * style(rustup-init/sh): ignore `shellcheck` SC2086 false positives * chore(deps): lock file maintenance * fix(rustup-init/sh): fix incorrect TLS warning with curl v8.10 * chore(deps): update opentelemetry * Update semver-compatible dependencies * tests: rust-toolchain + profile in settings * chore(deps): lock file maintenance * Remove unnecessary methods * replace `winreg` dependency * Update remove_dir_all * Update semver-compatible dependencies * refactor(cli/common)!: deny installing a host-incompatible toolchain w/o `--force-non-host` * refactor(cli/common)!: take in `toolchain: String` in `warn_if_host_is_incompatible()` * feat(cli/rustup-mode): add `--force-non-host` to `rustup default` * refactor(config)!: pass the `force_non_host` flag to `Cfg::ensure_installed()` * refactor(cli/rustup-mode): rename `forced` to `force_non_host` * docs(README): Point out where to find nightly/master docs. * Note that selecting VS lang packs is optional * Make symlink_or_hardlink_file remove dest * Try symlinking proxies first * Update semver-compatible dependencies, except openssl-src * chore(deps): update opentelemetry * Update semver-compatible dependencies, except openssl-src * Apply clippy suggestions from 1.81 * feat(cli/rustup-mode)!: set log level to `INFO`/`DEBUG` on `--quiet`/`--verbose` if `RUSTUP_LOG` is unset * refactor(cli/setup-mode): extract `update_console_logger()` * fix(cli/setup-mode): simplify description for `--quiet` * feat(cli/setup-mode)!: set log level to `DEBUG` on `--verbose` if `RUSTUP_LOG` is unset * refactor(common)!: remove `verbose` flag in several places * refactor(config): simplify `find_or_install_active_toolchain()` * refactor(config)!: return `LocalToolchainName` from `find_or_install_active_toolchain()` * refactor(config): simplify `resolve_toolchain()` * refactor(config): simplify `toolchain_from_partial()` * chore(deps): lock file maintenance * chore(triage): allow transferring issues to other org repos * chore(deps): lock file maintenance * Allow `rustup doc` to search for unions * docs(user-guide): add a link to the latest "Previous components" section * test(cli_v2): introduce `update_removed_component_toolchain()` * feat(dist): add notes for `stable` and `beta` in `components_missing_msg()` * refactor(dist): inline some const strings in `components_missing_msg()` * refactor(dist): extract "nightly tips" out of the match block in `components_missing_msg()` * fix: fix typo in several places * Upgrade pulldown-cmark to 0.12 * fix(manifest): consider possible renames in `Component::try_new()` * chore(deps): lock file maintenance * ci(macos): install `awscli` from `brew` * chore(deps): lock file maintenance * refactor(config)!: make `toolchain_from_partial()` sync * feat(config)!: remove implicit installation from `toolchain_from_partial()` * refactor(config)!: make `resolve_toolchain()` sync * feat(config)!: remove implicit installation from `resolve_toolchain()` * test(cli-rustup): remove `heal_damaged_toolchain()` * refactor(config): extract `local_toolchain()` from `resolve_local_toolchain()` * refactor(config): extract `toolchain` variable from `resolve_local_toolchain()` * refactor(config)!: make `resolve_local_toolchain()` sync * feat(config)!: remove implicit installation from `resolve_local_toolchain()` * refactor(config)!: rename `local_toolchain()` to `resolve_local_toolchain()` * feat(rustup-mode): install the active toolchain by default on `rustup toolchain install` * fix(rustup-mode): adjust descriptions for `rustup toolchain uninstall` * feat(rustup-mode)!: add `ensure_active_toolchain` flag to `update()` * feat(config)!: add `verbose` flag to `find_or_install_active_toolchain()` * style(config): replace `dist::Profile` with `Profile` * style(config): replace `dist::TargetTriple` with `TargetTriple` * fix(config): call `warn_if_host_is_incompatible()` in `ensure_installed()` * refactor(common): use early return in `warn_if_host_is_incompatible()` * refactor(rustup-mode): extract `warn_if_host_is_incompatible()` * style(common): merge imports * refactor(distributable)!: avoid unnecessary clones * refactor(distributable)!: replace `install_if_not_installed()` with `ensure_installed()` * feat(config)!: add `verbose` flag to `ensure_installed()` * feat(config)!: return `UpdateStatus` from `ensure_installed()` * feat(config)!: use `Cfg::get_profile()` for unspecified profile in `ensure_installed()` * chore(config): add `#[tracing::instrument]` to `ensure_installed()` * chore(deps): lock file maintenance * ci(freebsd): fix build failure related to `aws-lc` * ci(windows): don't install OpenSSL via `choco` * ci(run): remove redundant `if` predicate * ci(run): use the detected number of test threads * feat(download/rustls): use `aws-lc` instead of `ring` * style(taplo): enable `reorder_keys` for `*dependencies` in `Cargo.toml` * Upgrade windows-sys to 0.59 * fix: fix unreachable code lints on Android * docs(dev-guide): remove descriptions of `rustup_macros` * docs(dev-guide): update description of `rustup::process` * Remove `once_cell` dependency * docs(dev-guide): add guideline for atomic commits to the developer guide * chore(deps): lock file maintenance * chore(deps): lock file maintenance * fix: fix `clippy` lints * docs(user-guide): use `brew install rustup` instead of `rustup-init` * Bump fs_at to 0.2.1 * chore(deps/renovate): disable `automerge` * Upgrade to opentelemetry 0.24 * chore(deps): lock file maintenance * build(windows): don't link against `powrprof` * build(windows): fix typo in `build.rs` * fix(utils): make `ExitCode` `#[must_use]` * refactor(rustup-mode): introduce `ExitCode::bitand*()` * fix(rustup-mode): return `ExitCode(1)` when `update()` fails * refactor(rustup-mode)!: remove redundant `ExitCode` in `self_update()`'s callback * test(cli-misc): simplify `version_mentions_rustc_version_confusion()` * fix(rustup-mode): refine output for `rustup --version` * fix(rustup-mode)!: don't install toolchain on `rustup --version` * chore(deps/renovate): update `automerge` schedule for `lockFileMaintenance` * chore(deps): lock file maintenance * chore(deps): lock file maintenance * ci(check): add `taplo fmt` test for TOMLs * style: reformat all TOMLs with `taplo` * ci(gen-workflows): remove `--quiet` from `git diff` * refactor: use `#[cfg()]` instead of `cfg!()` when possible * refactor(self-update): remove outdated `do_pre_install_sanity_checks` * Add help message for missing toolchain * Rename OSProcess to OsProcess * Rename currentprocess to process * Forward to Process::var_os() directly * Fix home_dir() and current_dir() regression * feat(log): set level of `#[tracing::instrument(err)]` to `TRACE` * feat(log): unhide `tracing::instrument` from behind `feature = "otel"` * ci(windows): increase stack size to 16MiB * Upload Windows artifacts into correct subdirectory * Fix uploading of Windows build artifacts * Prepare deployment on master branch * Grant GitHub Actions workflows access to OIDC token * chore(deps): update aws-actions/configure-aws-credentials action to v4 * Authenticate CI uploads with OIDC * Upload release artifacts to new S3 bucket * chore(deps/renovate): set `prCreation` to `immediate` * chore(deps): lock file maintenance * feat(dist): refine suggestions regarding manifest checksum mismatches * refactor(config): extract `dist_root_server()` * refactor(dist): use `let-else` in `dl_v2_manifest()` * refactor(dist/notifications)!: inline usages of `Notification::ManifestChecksumFailedHack` * refactor(install): avoid extra clone in `InstallMethod::install` * Reorder operations in order to simplify * Deduplicate handling of environnment variables * Move if_not_empty() to calling module * feat(cli): warn when removing the default/active toolchain * feat(cli): improve warning when removing the last/host target for a toolchain * docs(ci): simplify the target policy in the README * Add loongarch64-unknown-linux-musl support * fix(download): fix build error with `--no-default-features --features=curl-backend` * feat(rustup-init): set log level to `WARN` on `-q` if `RUSTUP_LOG` is unset * implements quiet flag in `rustup-init.sh` * test(manifestation): introduce and migrate tests to `TestContext` * chore(manifestation): organize imports * chore(deps): lock file maintenance * chore(deps): lock file maintenance * chore(deps): lock file maintenance * add regression tests for smart guess * apply smart guess to `rustup update/uninstall self` * Disable automatic self updates in CI environments * feat(download/rustls): use `rustls-platform-verifier` * ci(windows): run `cargo all-features` * fix(self-update/windows): address some `unused_imports` warnings * fix(rustup-mode): improve `clap` error format * Add period in warning while checking existing rust installations * Move Windows-only test code into windows module * Asyncify CLI tests * Use guard type to replace with_saved_path() * Refactor test registry state to be more type safe * Inline single-use with_saved_global_state() function * Privatize with_saved_global_state() * Move change_dir() into CliTestContext * Move with_update_server() into CliTestContext * Remove Config::with_scenario() * Port cli_v2 to CliTestContext * Port cli_v1 to CliTestContext * Port cli_self_upd to CliTestContext * Port cli_rustup to CliTestContext * Port cli_paths to CliTestContext * Port cli_misc to CliTestContext * Port cli_inst_interactive to CliTestContext * Port cli_exact to CliTestContext * Use CliTestContext directly in self_update_setup() * Start CliTestContext type wrapper * docs(dev-guide/tracing): mention `RUSTUP_LOG` and console-based tracing * docs(dev-guide/linting): improve wording * test(dist): add simple tests for `PartialVersion` * chore(dist): add some doc comments * fix(dist): throw an error when a `PartialVersion` string doesn't start with an ASCII digit * ci(all-features): add `-D warnings` to `cargo check-all-features` * fix(currentprocess/filesource): address some `unused_imports` warnings * fix(currentprocess): address some `unused_imports` warnings * fix(regex): replace `\d` to `[0-9]` to avoid matching non-ASCII digits * refactor(toolchain/names): replace `toolchain_sort` with `ToolchainName`'s `Ord` instance * refactor(dist)!: make `ToolchainDesc.channel` more strongly typed * Remove unnecessary lint suppressions * Use local suppression for clippy::too_many_arguments * Rename desc fields to toolchain * Remove intermediate state from error handling * Remove indirection in update error handling * Inline wrapper function * Reduce rightward drift * Propagate use of DistOptions * Avoid unnecessary unwrapping * Extract struct from InstallMethods::Dist variant * refactor(log): replace the `TELEMETRY_DEFAULT_TARCER` singleton with a function * test(clitools): revive `run_inprocess()` * fix(dist/arm): don't assume `armv7` if `/proc/cpuinfo` is unavailable * fix(dist): add fallbacks to `/proc/self/exe` in `rustup-init.sh` * Rename default-tls to native-tls * Inline small errors module * Inline addition/removal to programs * Move windows-only self_update code into windows module * Reorganize platform-dependent imports in self_update * refactor(log): replace `[Ww]arning:` log line prefix with `warn:` * refactor(log): rename `NotificationLevel::Debug` to `Trace` and `Verbose` to `Debug` * Remove unused code * Hoist Toolchain up into top-level toolchain module * Remove unused derived sorting implementations * Privatize internal organization of toolchain module * Inline argument * Inline trivial wrapper * Move toolchain resolution into Cfg method * Check settings version on Cfg construction * Move proxy toolchain resolution logic into Cfg method * Move rustc_version() function into Cfg * Expose higher-level interface in Toolchain * Move DistributableToolchain::installed_paths() into Cfg * No need to store cfg in DistributableToolchain * Reduce indirection in Cfg::from_partial() * Move Toolchain::from_partial() to Cfg * Take owned LocalToolchainName in Toolchain::from_local() * Simplify Toolchain::from_local() * refactor(dist): hoist `dist::dist` into `dist` * refactor(dist): privatize imports from `dist::dist` * Fix the `TODO` in `src\toolchain\toolchain.rs` * Use tracing macros directly * Inline single-caller maybe_trace_rustup() * Remove rustup test wrapper macros * Use tokio::main attribute * Attach Process-dependent utils to Process * Remove with_runtime() * fix(config): fix typo in `ActiveReason` * fix(log): use `RUSTUP_LOG` for internal `tracing` instead of `RUST_LOG` * refactor(currentprocess): make use of `Arc::default()` * refactor(currentprocess): rename `TestProcess.guard` to `_guard` * Remove currentprocess::with() * Privatize most TestProcess fields * Remove unused TestProcess::id * Pass Process around explicitly * Let argument parser handle SelfUpdateMode conversion * Let argument parser handle Profile conversion * Use simpler form for string concatenation * Reduce rightward drift by duplicating some Ok-wrapping * Rename _install_selection() to IInstallOpts::install() * Inline async closure * Move error mapping out of validation function * Rename do_pre_install_options_sanity_checks() to InstallOpts::validate() * Rename customize_install() to InstallOpts::customize() * Pass InstallOpts around directly * refactor(terminalsource): use `.eq_ignore_ascii_case()` in `ColorableTerminal::new` * chore(notify): sort logging macros and `NotificationLevel` on verbosity * chore(env): retire `RUSTUP_DEBUG` in favor of `RUST_LOG` * feat(log): make `console_logger()` accept `RUSTUP_TERM_COLOR` and `NO_COLOR` * refactor(log): reimplement `log` using `tracing` * refactor(test): clean up `before_test_async()` * chore(deps): make `tracing-subscriber` a hard requirement * refactor(test): setup `tracing` subscriber in `before_test_async()` * test(clitools): disable `run_inprocess()` * refactor(test): execute all `#[rustup_macros::unit_test]`s within a `tokio` context * refactor(log): extract `telemetry()` * Remove noop functions in favor of conditional compilation * Avoid trivial wrapper functions * Store process name in error variant directly * Inline trivial wrapper function * Fix misleading "uninstalled toolchain" notification * refactor(ci/run): use more `target_cargo()` in `run.bash` * Remove trivial new() implementation * Use serde to encode/decode mock manifests * Use serde to encode/decode rustup manifests * Use serde to encode/decode config * Represent config version as an enum * Use serde to encode/decode manifests * Represent manifest version as enum * Use serde to encode/decode settings * Add tests for settings encoding * Derive Default for Settings * Represent metadata version as an enum * Use Default impl for Settings::profile default * Derive Default for Profile * Discard unnecessary layer of Arc * Externalize wrapping of DownloadTracker * Inline NotifyOnConsole * Internalize interior mutability for Notifier * Decouple Cfg from Notifier initialization * fix(dist/triple): ensure `dist::triple::known` is up to date with `platforms` * refactor(toolchain): reuse `dist::triple::known` in `toolchain::names` * refactor(dist/triple): move known triples to `dist::triple::known` * refactor(build): use `platforms` to verify `RUSTUP_OVERRIDE_BUILD_TRIPLE` * refactor(build): simplify the code obtaining the current triple * feat(cli): add `--quiet` to `rustup (target|component) list` * feat(cli): add `--quiet` to `rustup toolchain list` * Inline trivial single-use function utils::to_absolute() * Inline trivial single-use function Cfg::which_binary() * Inline short single-use function direct_proxy() * Rename new_toolchain_with_reason() to Toolchain::with_reason() * Move Cfg::maybe_do_cargo_fallback() to Toolchain * Move Cfg::create_command_for_toolchain() to Toolchain::command() * Extract common usage of Cfg::create_command_for_toolchain() * Inline trivial single-use function Cfg::create_command_for_dir() * Inline simple function Cfg::create_command_for_toolchain() * Move toolchain construction out of Cfg::create_command_for_toolchain() * Inline single-use function * Improve error message for failing .rustup creation * Inline trivial single-use function * Inline trivial single-use function * Inline utils::current_dir() * Take explicit current_dir argument in to_absolute() * Pass current_dir down from main() * Update rustup.rs website to offer Rustup on Windows on Arm * Use Cfg::current_dir in override_remove() * Use Cfg::current_dir in override_add() * Use Cfg::current_dir in find_or_install_active_toolchain() * Use Cfg::current_dir for create_command_for_dir() * Use Cfg::current_dir for find_or_install_active_toolchain() * Store current_dir in Cfg for use in find_active_toolchain() * Enable building Rustup win-aarch64 on PR * Add aarch64-apple-darwin and aarch64-pc-windows-msvc to cloudfront-invalidation.txt * Update Other installation methods page to include aarch64-pc-windows-msvc * Remove unnecessary trait abstraction * Simplify process access to current_dir * Simplify process access to environment variables * Remove unnecessary trait bound for home::Env * Simplify process access to pid * Simplify process access to stdin * Simplify process access to stderr * Simplify process access to stdout * Simplify process access to argument iterator * fix(download): work around `hyper` hang issue by adjusting `reqwest` config * test(download): fix clippy warnings regarding `Mutex` in `async` * test(dist): add regression tests for parsing beta versions with tags * test(dist): introduce scenario `BetaTag` with mock test data * feat(dist): add support for parsing beta versions with tags in the toolchain * refactor(utils): move `run_future()` under `manifestation` * feat(config): make `create_command_for_toolchain()` async * refactor(config): make `update_all_channels()` async * refactor(self_update): make `maybe_install_rust()` async * refactor(config): make `ensure_installed` async * fix expected path-separators on windows * add a regression test * consistently add context with file path when parsing fails * ci(windows/gnu): install `mingw` via `bwoodsend/setup-winlibs-action` * ci(windows): enable CI on `x86_64-pc-windows-gnu` * Make manifestation test update_from_dist async * Make update async * Make default_ async * Make check_updates async * Make target_add async * Make target_remove async * Make component_add async * Make component_remove async * Make update_all_channels async * Make toolchain_link async * Make override_add async * Make DistributableToolchain::remove_component async * Make DistributableToolchain::add_component async * Make DistributableTool::install_if_not_installed async * Make DistributableToolChain::install async * Make toolchain.update async * Make update_extra async * Make show_dist_version async * Make InstallMethod::install async * Make InstallMethod::run async * Make update_from_dist async * Make update_from_dist_ async * Make try_update_from_dist_ async * Make update_v1 async * Make dist::dl_*_manifest async * Make common::self_update async * Make manifestation::update async * Make download retries async * Make DownloadCfg::download_and_check async * Make DownloadCfg::download_hash async * Make self_update::update async * Make check_rustup_update async * Make prepare_update async * Make get_available_rustup_version async * Make setup_mode::main async * Make self_update::install async * Make try_install_msvc async * Make download_file async * Make DownloadCfg::download async * Make download_file_with_resume async * Make download_file_ async * Make download_to_path_with_backend async * Make download_with_backend async * Make rustup_mode::main async * Convert run_rustup_inner to async * Make run_rustup async * Remove maybe_trace_rustup runtime setup * Make maybe_trace_rustup async * Convert main to using a tokio runtime always * chore(deps): update opentelemetry * Ring 0.17.x support Windows on ARM * ci(macos): use `macos-latest` instead of `macos-14` * chore(deps): lock file maintenance * fix(deps): update rust crate itertools to 0.13 * fix(deps): update rust crate pulldown-cmark to 0.11 * chore(deps): lock file maintenance * Inline trivial single-use function * Inline trivial single-use function * Avoid unnecessary allocations * Inline trivial single-use function * Inline trivial single-use function * Attempt to reduce duplication by adding a little abstraction * Move explicit_desc_or_dir_toolchain() to Toolchain::from_partial() * Inline trivial single-use function * Inline trivial single-use function * Inline single-use function * Propagate ExitStatus instead of custom ExitCode * Inline single-use function * Use precise internal imports * Inline trivial single-use function * Use idiomatic way to proxy str data * Inline trivial single-use function * Inline RustupSubcmd::dispatch() * refactor(filesource): replace repetitive `#[cfg()]` usages with a new `mod` * Fix ETA display after regression * Stop showing ETA after download is complete * refactor(cli): hoist the `handle_epipe()` call out of the `match` * refactor(cli): rewrite `rustup` itself with `clap-derive` * refactor(cli): rewrite `rustup (self|set)` with `clap-derive` * refactor(cli): rewrite `rustup (man|completions)` with `clap-derive` * refactor(cli): rewrite `rustup doc` with `clap-derive` * refactor(cli): rewrite `rustup (run|which|dump-testament)` with `clap-derive` * refactor(cli): rewrite `rustup override` with `clap-derive` * refactor(cli): rewrite `rustup component` with `clap-derive` * refactor(cli): rewrite `rustup target` with `clap-derive` * refactor(cli): rewrite `rustup (check|default)` with `clap-derive` * refactor(cli): rewrite `rustup (toolchain|update|(un)?install)` with `clap-derive` * refactor(cli): remove `deprecated()` * refactor(cli): rewrite `rustup show` with `clap_derive` * fix(rustup-init): fix typo in `rustup-init[.sh]` args * feat(download): reflect the download/TLS backends in the user agent * Make find_override_from_dir_walk return OverrideCfg * Make settings file allow multiple borrows * Fix doc error with `rust-toolchain.toml` custom TC * Make `rustup default` not error if no default * Update format of `toolchain list` * Update format of `show` and `show active-toolchain` * Redesign OverrideCfg to be more type-driven * Pull match statement out in OverrideCfg::from_file() * Change find_override to find_active_toolchain * Pull out `new_toolchain_with_reason()` * Pull out `ensure_installed()` * refactor(cli): reorder `if` statement in `cli::setup_mode::main()` * refactor(cli): rewrite `rustup-init` with `clap_derive` * Avoid code duplication for printing target/component items * Deduplicate code to get components from distributable * Merge list_{,installed_}targets * Merge list_{,installed_}components functions * fix(filesource): make some constructs only available via the `test` feature * fix(ci/freebsd): install ca certs to prevent `invalid peer certificate: UnknownIssuer` * feat(download-backend)!: make `reqwest/rustls` the new default * feat(download-backend)!: refine selection logic * chore(deps): lock file maintenance * Update MSVC requirements to VS 2017 to match Rust repo * refactor(download): use `DownloadCallBack` in `download_with_backend()` * ci: don't build for `i686-linux-android` due to OpenSSL v3 atomic issues * ci(android): update NDK version * fix(deps): update rust crate openssl-src to v300 * ci(linux-gnu): install `perl-IPC-Cmd` to make OpenSSL v3 happy * chore(deps): update ubuntu docker tag to v24 * docs(dev-guide): remove “pushing to master” in the release process * Replace remaining winapi usage with windows-sys ++++ sarg: - Switch to PCRE2 ++++ strace: - Update to strace 6.14 * Added -e namespace=new option for printing the namespaces entered by the tracee. * Implemented decoding of FRA_FLOWLABEL and FRA_FLOWLABEL_MASK netlink attributes of RTM_{NEW,DEL,GET}RULE NETLINK_ROUTE messages. * Implemented decoding of RTM_{NEW,DEL}MULTICAST and RTM_{NEW,DEL}ANYCAST NETLINK_ROUTE messages. * Updated decoding of statx syscall. * Updated lists of AT_*, AUDIT_*, ETHTOOL_*, FAN_*, IORING_*, IPPROTO_*, KEY_*, NL80211_*, RWF_*, and SECBIT_* constants. * Updated lists of ioctl commands from Linux 6.14. ++++ swipl: - Update to 9.3.21: Complete changelog is https://www.swi-prolog.org/ChangeLog?branch=development&from=9.3.20&to=9.3.21 and upstream still doesn’t provide any abbreviated version, and the list of changes is still too long to enumerate here. ++++ systemd-presets-common-SUSE: - Change display-manager.service to display-manager-legacy.service (rename for future systemd control of display manager choice) ++++ tempo-cli: - Update to version 2.7.2: * Bugfixes - [BUGFIX] Fix rare panic that occurred when a querier modified results from ingesters/generators while they were being marshalled to proto. #4790 (@joe-elliott) - This bug also impacted query correctness on recent trace data by returning incomplete results before they were ready. ++++ terragrunt: - Update to version 0.76.8: * New Features OpenTofu file extension detection OpenTofu-specific file extensions (*.tofu and *.tofu.json) are detected by default, just like generic *.tf, *.tf.json files, which are used by both OpenTofu and Terraform. This ensures that future incompatibility between OpenTofu and Terraform which specifically requires usage of the *.tofu file extension will be supported without additional effort. Thank you to @wazy for contributing this new feature. * What's Changed - Support *.tofu and .*tofu.json file detection by @wazy in [#4062] ++++ tgt: - Update to version 1.0.95+0.2b6396622346: * tgt 1.0.95 * Fix IP and initiator ACL testing logic to allow undefined initiator name ACL * tgt 1.0.94 * Fix returning data from virtual tape when the output is bigger than the tape block * tgt 1.0.93 * chap: Use proper entropy source * tgt 1.0.92 * CI: build on Alpine Linux * usr: do not rely on LFS64 interfaces * usr: do not rely on non-portable __WORDSIZE - Update patch that partially duplicates upstream: * tgt-install-examples-in-documentation-dir.patch - Starting using _service file to fetch code ++++ werf: - Update to version 2.34.0: * Features - build, imageSpec: support template werf variables (%image%, %project%) for labels (#6724) (bb2dfc4) * Bug Fixes - host-cleanup: fix locking doesn't work as expected #6725 (bbd7a55) - Update to version 2.33.0: * Features - deploy: save service annotations inside Helm release (24b47ad) * Bug Fixes - cli: add error handling in case of non-existent command entered (d5c548c) - host-cleanup: don't stop removing werf containers on paused or running ones (3373d0c) ------------------------------------------------------------------ ------------------ 2025-3-24 - Mar 24 2025 ------------------- ------------------------------------------------------------------ ++++ HepMC: - Update to version 3.3.0: * Update python bindings with binder 1.4.2 * Update bxzstr to bxzstr 1.2.2 + patches * Explicitly return for inf-generating eta / massless rapidity along pz, to avoid FPE triggering. * Suppress cross-section/weight count-mismatch warning if only one cross-section. * Add support for reading with uproot * Drop Python2 support * Fix compilation with Python 3.13.0a1. * Major update of the build system, removed most of the custom modules. * Removed functions that operate on raw pointers. - Update shared lib name in accordance with upstream so version bump. - Drop HepMC-disable-doxygen-html-timestamp.patch: no longer needed as HTML_TIMESTAMP is not set by Doxyfile. ++++ SHERPA-MC: - Add BuildRequires on python3-setuptools, required for Python 3.12+. ++++ agama-products: - Drop basic-desktop pulling IceWM from Leap 16.0 installation profiles jsc#PED-1721 code-o-o#leap/features#183 ++++ agama-web-ui: - Properly handle empty lists of unsupported AutoYaST elements (gh#agama-project/agama#2196). ++++ ansible-variables: - update to 0.9.1: * Bug Fixes - add Python 3.13 to test matrix (#120) (389a17f) ++++ ansilove: - Update to version 4.2.1 * Document support for the Spleen 8x16 font * Bump cmake_minimum_required to 3.5, to allow building with CMake 4.0. * Bump cmake_minimum_required to 3.10 to be more future proof. ++++ arm-trusted-firmware: - Update to 2.10.14: * Changelog: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/refs/tags/lts-v2.10.14/docs/change-log.md - Skipped 2.10.13: * Changelog: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/refs/tags/lts-v2.10.13/docs/change-log.md - Skipped 2.10.12: * Changelog: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/refs/tags/lts-v2.10.12/docs/change-log.md - Skipped 2.10.11: * Changelog: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/refs/tags/lts-v2.10.11/docs/change-log.md - Skipped 2.10.10: * Changelog: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/refs/tags/lts-v2.10.10/docs/change-log.md - Skipped 2.10.9: * Changelog: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/refs/tags/lts-v2.10.9/docs/change-log.md - Skipped 2.10.8: * Changelog: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/+/refs/tags/lts-v2.10.8/docs/change-log.md - Remove support for Hikey and Hikey960, since they have been dropped from edk2 ++++ artifacts: - Use the primary python for building - Run tests - Add PyYAML as a runtime dependency ++++ bind: - Upgrade to release 9.20.7 New Features: * Implement the min-transfer-rate-in configuration option. A new option min-transfer-rate-in has been added to the view and zone configurations. It can abort incoming zone transfers that run very slowly due to network-related issues, for example. The default value is 10240 bytes in five minutes. [GL [#3914]] * Add HTTPS record query to host command line tool. The host command was extended to also query for the HTTPS RR type by default. * Implement sig0key-checks-limit and sig0message-checks-limit. Previously, a hard-coded limitation of a maximum of two key or message verification checks was introduced when checking a message’s SIG(0) signature, to protect against possible DoS attacks. Two as a maximum was chosen so that more than a single key should only be required during key rotations, and in that case two keys are enough. It later became apparent that there are other use cases where even more keys are required; see the related GitLab issue for examples. This change introduces two new configuration options for the views: sig0key-checks-limit and sig0message-checks-limit. They define how many keys can be checked to find a matching key, and how many message verifications are allowed to take place once a matching key has been found. The former provides slightly less “expensive” key parsing operations and defaults to 16. The latter protects against expensive cryptographic operations when there are keys with colliding tags and algorithm numbers; the default is 2. [GL #5050] * Adds support for EDE code 1 and 2. Support was added for EDE codes 1 and 2, which might occur during DNSSEC validation in the case of an unsupported RRSIG algorithm or DNSKEY digest. [GL #2715] * Add an rndc command to toggle jemalloc profiling. The new command is rndc memprof; the memory profiling status is also reported inside rndc status. The status shows whether named can toggle memory profiling, and whether the server is built with jemalloc. [GL #4759] * Add support for multiple extended DNS errors. The Extended DNS Error (EDE) mechanism may raise errors during a DNS resolution. named is now able to add up to three EDE codes in a DNS response. If there are duplicate error codes, only the first one is part of the DNS response. [GL #5085] * Print the expiration time of stale records. BIND now prints the expiration time of any stale RRsets in the cache dump. Bug Fixes: * Fix dual-stack-servers configuration option. The dual-stack-servers configuration option was not working as expected; the specified servers were not being used when they should have been, leading to resolution failures. This has been fixed. [GL #5019] * Fix a data race causing a permanent active client increase. Previously, a data race could cause a newly created fetch context for a new client to be used before it had been fully initialized, which would cause the query to become stuck; queries for the same data would be either paused indefinitely or dropped because of the clients-per-query limit. This has been fixed. [GL #5053] * Fix deferred validation of unsigned DS and DNSKEY records. When processing a query with the “checking disabled” bit set (CD=1), named stores the invalidated result in the cache, marked “pending”. When the same query is sent with CD=0, the cached data is validated and either accepted as an answer, or ejected from the cache as invalid. This deferred validation was not attempted for DS and DNSKEY records if they had no cached signatures, causing spurious validation failures. The deferred validation is now completed in this scenario. Also, if deferred validation fails, the data is now re-queried to find out whether the zone has been corrected since the invalid data was cached. [GL #5066] * Fix RPZ race condition during a reconfiguration. With RPZ in use, named could terminate unexpectedly because of a race condition when a reconfiguration command was received using rndc. This has been fixed. [GL #5146] * “CNAME and other data check” not applied to all types. An incorrect optimization caused “CNAME and other data” errors not to be detected if certain types were at the same node as a CNAME. This has been fixed. [GL #5150] * Relax private DNSKEY and RRSIG constraints. DNSKEY, KEY, RRSIG, and SIG constraints have been relaxed to allow empty key and signature material after the algorithm identifier for PRIVATEOID and PRIVATEDNS. It is arguable whether this falls within the expected use of these types, as no key material is shared and the signatures are ineffective, but these are private algorithms and they can be totally insecure. [GL #5167] * Remove NSEC/DS/NSEC3 RRSIG check from dns_message_parse(). Previously, when parsing responses, named incorrectly rejected responses without matching RRSIG records for NSEC/DS/NSEC3 records in the authority section. This rejection, if appropriate, should have been left for the validator to determine and has been fixed. [GL #5185] * Fix TTL issue with ANY queries processed through RPZ “passthru”. Answers to an “ANY” query which were processed by the RPZ “passthru” policy had the response-policy’s max-policy-ttl value unexpectedly applied. This has been fixed. [GL #5187] * dnssec-signzone needs to check for a NULL key when setting offline. dnssec-signzone could dereference a NULL key pointer when resigning a zone. This has been fixed. [GL #5192] * Fix a bug in the statistics channel when querying zone transfer information. When querying zone transfer information from the statistics channel, there was a rare possibility that named could terminate unexpectedly if a zone transfer was in a state when transferring from all the available primary servers had failed earlier. This has been fixed. [GL #5198] * Fix assertion failure when dumping recursing clients. Previously, if a new counter was added to the hash table while dumping recursing clients via the rndc recursing command, and fetches-per-zone was enabled, an assertion failure could occur. This has been fixed. [GL #5200] * Dump the active resolver fetches from dns_resolver_dumpfetches() Previously, active resolver fetches were only dumped when the fetches-per-zone configuration option was enabled. Now, active resolver fetches are dumped along with the number of clients-per-query counters per resolver fetch. * Recently expired records could be returned with a timestamp in future. Under rare circumstances, an RRSet that expired at the time of the query could be returned with a TTL in the future. This has been fixed. As a side effect, the expiration time of expired RRSets is no longer returned in a cache dump. [GL #5094] * YAML string not terminated in negative response in delv. * Fix a bug in dnssec-signzone related to keys being offline. When dnssec-signzone was called on an already-signed zone and the private key file was unavailable, a signature that needed to be refreshed was dropped without being able to generate a replacement. This has been fixed. [GL #5126] * Apply the memory limit only to ADB database items. Under heavy load, a resolver could exhaust the memory available for storing the information in the Address Database (ADB), effectively discarding previously stored information in the ADB. The memory used to retrieve and provide information from the ADB is no longer subject to the same memory limits that are applied to the Address Database. [GL #5127] * Avoid unnecessary locking in the zone/cache database. Lock contention among many worker threads referring to the same database node at the same time is now prevented. This improves zone and cache database performance for any heavily contended database nodes. [GL #5130] * Fix reporting of Extended DNS Error 22 (No Reachable Authority). This error code was previously not reported in some applicable situations. This has been fixed. [GL #5137] ++++ scalapack-openmpi5: - Disable and remove support of gnu-hpc build flavours (bsc#1239982) - openmpi5 is not available on 32b systems - Switch default openmpi to openmpi4 to openmpi5 ++++ boost-base: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) ++++ boost-extra: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) ++++ byte-buddy: - Update to v1.17.4 * Changes of v1.17.4 + Add SafeVarargs plugin. + Fix OSGi declaration for byte-buddy-agent. ++++ rust1.85: Version 1.85.1 (2025-03-18) - [Fix the doctest-merging feature of the 2024 Edition.](https://github.com/rust-lang/rust/pull/137899/) - [Relax some `target_feature` checks when generating docs.](https://github.com/rust-lang/rust/pull/137632/) - [Fix errors in `std::fs::rename` on Windows 10, version 1607.](https://github.com/rust-lang/rust/pull/137528/) - [Downgrade bootstrap `cc` to fix custom targets.](https://github.com/rust-lang/rust/pull/137460/) - [Skip submodule updates when building Rust from a source tarball.](https://github.com/rust-lang/rust/pull/137338/) ++++ lagrange: - build with pcre2 ++++ clamav: - bsc#1239957: Build with PIE. - Eliminate some UTF-8 NBSP characters from the changes file. ++++ cmake-extras: - upate to 1.8 * GMock: wire dependencies between GMock step and library files * QmlPlugins: Crude support for qt6 ++++ gcc15: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ crmsh: - Update to version 5.0.0+20250324.341103ff: * Dev: Drop cluster-glue in multiple places (jsc#PED-8733) * Dev: behave: Adjust functional tests to replace /var/lib/heartbeat * Dev: bootstrap: Drop /var/lib/heartbeat in source code (jsc#PED-8733) - Update to version 5.0.0+20250324.9041399d: * Dev: behave: add functional test cases for previous changes * minor refactors * Dev: pre-migration: add checks for deprecated resource agents (jsc#PED-11808) * Dev: pre-migration: update the unsupported list * Dev: pre-migration: check lsb or service resource agents (jsc#PED-11808) * Dev: pre-migration: use a unsupported list instead of supported list (jsc#PED-11808) - Update to version 5.0.0+20250324.b5d78d9b: * Dev: Dockerfile: Install sudo explicitly * Dev: ui_corosync: fix completer for link remove ++++ cross-aarch64-gcc15: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-aarch64-gcc15-bootstrap: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-amdgcn-gcc15: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-arm-gcc15: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-arm-none-gcc15: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-arm-none-gcc15-bootstrap: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-avr-gcc15: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-avr-gcc15-bootstrap: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-bpf-gcc15: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-hppa-gcc15: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-hppa-gcc15-bootstrap: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-loongarch64-gcc15: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-loongarch64-gcc15-bootstrap: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-m68k-gcc15: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-mips-gcc15: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-nvptx-gcc15: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-ppc64-gcc15: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-ppc64le-gcc15: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-ppc64le-gcc15-bootstrap: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-pru-gcc15-bootstrap: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-riscv64-elf-gcc15: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-riscv64-elf-gcc15-bootstrap: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-riscv64-gcc15: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-riscv64-gcc15-bootstrap: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-rx-gcc15: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-rx-gcc15-bootstrap: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-s390x-gcc15: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-s390x-gcc15-bootstrap: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-sparc-gcc15: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ cross-sparc64-gcc15: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ digger-cli: - Update to version 0.6.91: * Feat support for managed identity authentication in azure locking (#1896) * Update terragrunt version (#1884) * docs: Fix broken links in GitHub Actions + AWS docs (#1891) * fix: Syntax of the TF_PLUGIN_CACHE_DIR env for cache-dependencies (#1898) - Update to version 0.6.90: * patch error while posting comment too large (#1908) - Update to version 0.6.89: * fix for long status names (#1907) ++++ disk-encryption-tool: - Update to version 1+git20241213.2504619: * Do not mark swap as x-initrd.attach * Check root_options to skip cr_root encryption ++++ python-kiwi: - Drop use of travis-sphinx According to the documentation of peaceiris/actions-gh-pages the sphinx-build output can be directly consumed to publish to github pages - Allow stderr data in CommandProcess Enhance poll_show_progress() method to allow polling on stderr data too. The new parameter with_stderr is used together with the dnf5 package manager. dnf5 has changed in a way that a lot of useful information during the install of packages is printed to stderr. From my perspective a clear regression to former behavior but we can fix this in kiwi to poll on both channels. This Fixes #2748 - Support arch attribute for section Allow to setup users per arch. This Fixes #2737 - Add Debian_12_update repo for testing with typer Even though we will add support for the typer Cli with kiwi-11 I want our integration test images to be able to build with the open PR #2751. Debian 12 is the only target in the support matrix which uses a too old veryion of typer. Therefore to be able to test this target I built a newer version of typer in an update repo for Debian 12 and added it to the integration test description ++++ emacs: - Make libXPM loaded dynamically for gtk/wayland (boo#1239926, boo#1239927) ++++ etcd: - Update to version 3.5.20: * Fix the issue that learner promotion command doesn't support json output * overwrite the member if already exist * add verification to check whether membership data is in sync between v2store and v3store * fix: grpcproxy can get stuck in and endless loop causing high cpu usage * perf(release3.5): use RLock in Demoted method for read-only access to expiry ++++ evemu: - Add patch update-py-compile.patch: * Use autoreconf to regenerate py-compile to support Python 3.12+. ++++ ffado-mixer: - Do not build ffado-mixer in SLFO/SLE16 since we don't have python-qt5 there. ++++ fftw3: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) ++++ gcc15-testresults: - Disable build of glibc cross to loongarch64 and hppa in SLFO. ++++ gegl: - Update to version 0.4.58: - dither: fixed crash when applied to pixels with negative pixel coordinates. ++++ gh: - Update to version 2.69.0: * Curly bracket wrapping acceptance tests * Refactor commentable logic * Clean up pr/issue comment test names * Bring issue/PR comment tests up to par, correct * Revert "Merge pull request #10384 from iamazeem/9798-gh-api-encode-package-name" * Initial pass fixing gh issue and gh pr comment * Bump golang.org/x/net from 0.34.0 to 0.36.0 * chore: remove redundant word in comment * Make missing workflow regexp aware of GitHub App * Change issueauto and prauto actions to use the cli-automation env * Add environment to prauto and issueauto workflows * Add cli-discuss-automation environment to triage.md * Separate partitioning from globbing in cmdutil/args package and consumers (#3) * Add `exclude` callback function * Add tests for - and label args * Remove slicing * Support globbing for all platforms * Add testing to GlobWindowsPaths (#2) * Fix `gh gist create` for multiple filenames and glob patterns * [gh release create/upload] Expand glob patterns on Windows ++++ ghostty: - Update to 1.1.3 * see: https://ghostty.org/docs/install/release-notes/1-1-3 * OSC 21 (Kitty color protocol): Ghostty no longer sends a response for non-query requests. #5770 * The pty no longer has an initialize size of 0x0. The size is something non-zero but may still be incorrect due to a race condition between initializing the pty and drawing the GUI window. We do not consider this a bug. #5776 * Increase the maximum number of parameters for CSI sequences to 24. This fixes some SGR sequences that were not working properly in Kakoune. #5949 * The default binding for equalize_splits is now usable by default for US (and similar) keyboard layouts. It was previously an impossible binding. The binding is super+ctrl+shift+plus. #5646 * The elvish shell integration sudo feature now works properly. #5992 * GTK: Fix various rendering issues with the "ngl" GSK renderer. This resolves compatibility issues with GTK 4.18 and Gnome 48. #6877 * GTK: Treat negative content scale values from GTK as 1.0. This fixes some known default setting issues on Gentoo systems. #5954 * GTK: Make the split drag handle area smaller to allow selecting text on the boundary. This fix isn't perfect but is an improvement. A more comprehensive fix is planned for 1.2.0. #6000 * GTK: The title configuration is now respected when a new tab is created from the tab overview. #6032 * GTK: Improve the reliability of Korean input methods, SPECIFICALLY THE FCITX5-HANGUL INPUT METHOD. #6779 ++++ gimp: - Update to 3.0.2 This is a bug-fix only release. - Core: - Mark some strings translatable. - Fix crash when choosing a brush in grid view. - Windows: temporary revert of some Input Device handling code which was breaking pressure sensitivity for some graphics tablets (though this revert may make issues with the eraser tip). - Fix crash when choosing a non-existing font in text tool options. - Tools: - Reorder Line Art Detection options per design decision. - Graphical User Interface: - Keep headerbar color consistent when out of focus. - Histogram uses the luminance value of the foreground color as a threshold to lighten or darken the border color for contrast with the histogram itself. - Improve separation between panels in dark theme. - Add default response for GimpQueryBox dialogues. - Spacing between toolbox widgets improved. - GimpSpinScale slider colors inverted. - New icons: "gimp-toggle-on" and "gimp-toggle-off" and using them in the Search Action's list as icons for toggle actions. - Plug-ins: - Python Console uses the luminance of the background color for error text. - Metadata Editor: fix buffer overflow. - Gradient Flare: fix crash when setting the size to 0. - Screenshot: X11 implementation is bypassed (in favor of portals) when running on XWayland. - Build: - Various packaging fixes and cleanup. - The Windows installer now prompts (only in user installation) about deleting GIMP config files when uninstalling. - GEGL 0.4.58 is now our minimum requirement. - Windows installer: create Restore Point on system-wide install. ++++ git: - Add support of SHA256 git repo for gitk (bsc#1239989): 0001-gitk-Add-a-basic-support-of-SHA256-repositories-into.patch 0002-gitk-Add-auto-select-length-preference-for-SHA256.patch ++++ gitlab-container-registry: - Update to version 4.19.0: * Features - datastore: add index on manifests subject_id field (e1a5821) * Build - deps: update module github.com/redis/go-redis/v9 to v9.7.3 (58d51a8) - deps: update module github.com/shopify/toxiproxy/v2 to v2.12.0 (9d5716e) - deps: update module github.com/spf13/viper to v1.20.0 (840a550) - deps: update module google.golang.org/api to v0.226.0 (9be95f3) - update Go version to latest 1.23 minor release (2cde241) ++++ gnutls: - FIPS: Mark SHA-1 as non-approved in the SLI for all operations. [jsc#PED-12224] * Add gnutls-FIPS-disable-mac-sha1.patch ++++ golangci-lint: - Update to version 2.0.1: * chore: prepare release * docs: add example of the field version (#5609) * fix: forbidigo migration (#5606) * fix: copy golines settings during linter settings load (#5607) * fix: validate version before configuration (#5599) * docs: fix displaying GoLand logo on a dark theme (#5598) * docs: update GitHub Action assets (#5595) - Update to version 2.0.0: * chore: prepare release * docs: cleaning * fix: funlen ignore-comments (#5594) * build(deps): bump github.com/daixiang0/gci from 0.13.5 to 0.13.6 (#5592) * feat: add option stdin for fmt command (#5588) * build(deps): bump github.com/ckaznocha/intrange from 0.3.0 to 0.3.1 (#5589) * docs: add a migration guide for VSCode integration (#5587) * docs: improve Docker example with cache reuse (#5586) * build(deps): bump github.com/timakin/bodyclose from ed6a65f985e3 to 1db5c5ca4d67 (#5585) * build(deps): bump mvdan.cc/unparam to HEAD (#5584) * build(deps): bump github.com/go-critic/go-critic from 0.12.0 to 0.13.0 (#5579) * build(deps): bump github.com/ghostiam/protogetter from 0.3.10 to 0.3.12 (#5578) * build(deps): bump github.com/BurntSushi/toml from 1.4.1-0.20240526193622-a339e1f7089c to 1.5.0 (#5577) * dev: sync cache internals with go1.24 (#5576) * docs: update Homebrew installation manual (#5565) * docs: update GitHub Action assets (#5573) * docs: add arguments to a few revive rules (#5562) * build(deps): bump github.com/xen0n/gosmopolitan from 1.2.2 to 1.3.0 (#5561) * build(deps): bump github.com/Antonboom/nilnil from 1.0.1 to 1.1.0 (#5560) * dev: log a link to the migration guide (#5559) * docs: fix missing imports * docs: add a link to the documentation of the v1 (#5553) * build(deps): bump github.com/charmbracelet/lipgloss from 1.0.0 to 1.1.0 (#5556) * build(deps): bump github.com/macabu/inamedparam from 0.1.3 to 0.2.0 (#5554) * dev: simplify revive implementation (#5552) * build(deps): bump @babel/helpers from 7.19.0 to 7.26.10 in /.github/peril (#5551) * docs: go tool note (#5549) * docs: fix cache problem (#5550) * feat: detects linters inside formatters (#5544) * fix: improve staticcheck migration (#5545) * docs: add migration guide (#5439) * feat: error if typecheck is enabled or disabled (#5543) * build(deps): bump github.com/Antonboom/testifylint from 1.5.2 to 1.6.0 (#5542) * build(deps): bump github.com/Antonboom/errname from 1.0.0 to 1.1.0 (#5541) * build(deps): bump github.com/breml/errchkjson from 0.4.0 to 0.4.1 (#5537) * build(deps): bump github.com/catenacyber/perfsprint from 0.9.0 to 0.9.1 (#5538) * build(deps): bump github.com/breml/bidichk from 0.3.2 to 0.3.3 (#5536) * build(deps): bump @babel/runtime from 7.20.13 to 7.26.10 in /docs (#5535) * build(deps): bump github.com/bombsimon/wsl/v4 from 4.5.0 to 4.6.0 (#5483) * build(deps): bump @babel/runtime-corejs3 from 7.17.0 to 7.26.10 in /docs (#5534) * build(deps): bump @babel/helpers from 7.15.4 to 7.26.10 in /docs (#5533) * build(deps): bump the linter-testdata group across 3 directories with 4 updates (#5532) * build(deps): bump github.com/ryancurrah/gomodguard from 1.3.5 to 1.4.1 (#5511) * build(deps): bump github.com/catenacyber/perfsprint from 0.8.2 to 0.9.0 (#5481) * build(deps): bump github.com/ghostiam/protogetter from 0.3.9 to 0.3.10 (#5531) * dev: prepare default branch switch (#5530) * docs: fix 'Slack' spelling (#5529) * dev: new v2 module name (#5526) * dev: rename and split workflow files (#5525) * feat: check version of the configuration (#5524) * dev: remove IdentifierMarker (#5523) * fix: formatters shound't be enabled/disabled as linters (#5516) * feat: use homogeneous JSON flags (#5522) * feat: new help commands related to formatters (#5517) * chore: call to action (#5519) * dev: replace FileCache by LineCache (#5518) * feat: drop v1 compatibility with exclude-dirs-use-default for fmt (#5520) * feat: migration command (#5506) * docs: update pages for v2 (#5505) * feat: merge staticcheck, stylecheck, gosimple (#5487) * feat: new linters configuration (#5475) * chore: apply same default limitations on all formatters (#5474) * feat: remove alternative names (#5472) * feat: new default values (#5470) * feat: convert comma separated to slices (#5468) * feat: new default sort order (#5465) * feat: remove options (#5464) * feat: configuration options renaming (#5462) * feat: new default for relative-path-mode to cfg (#5454) * chore: ignore globally test fix artifacts (#5453) * feat: remove v1 exclusion configuration (#5451) * feat: remove deprecated elements (#5450) * feat: remove compatibility layer for formatters configuration (#5446) * feat: new output format configuration (#5440) * dev: add missing mapstructure tags (#5436) * feat: golines formatter (#5432) * feat: add an option to display config path as JSON (#5431) * feat: new `fmt` command with dedicated formatter configuration (#5357) * dev: GitHub actions assets v2 (#5385) * dev: prepare CI for v2 (#5423) ++++ gtkmm3: - Update to version 3.24.10: + Documentation: - gtkmm.h: Don't link to library.gnome.org/devel. - Don't link to library.gnome.org or removed parts of developer.gnome.org. - Gtk::AboutDialog: Update the image. + Meson build: - Require meson >= 0.60 - Use the Python installation that Meson uses. - If GTKMM_NO_DIST_TESTS is defined, 'meson dist' does not run test programs. - Drop gtkmm3-docs-without-timestamp.patch: no longer needed. ++++ gtranslator: - Update to version 48.0: + Use newer widgets from libadwaita + Remember window size + Various bug fixes + Updated translations. - Replace update-desktop-files with desktop-file-utils, add a check section and run meson_test macro. ++++ harfbuzz: - Update to version 11.0.0: + There are three new font-functions implementations (integrations) in this release: - hb-coretext has gained one, calling into the CoreText library. - hb-directwrite has gained one, calling into the DirectWrite library. - hb-fontations has gained one, calling into the Skrifa Rust library. - All three are mostly useful for performance and correctness testing, but some clients might find them useful. + An API is added to use them from a single API by providing a backend name string: hb_font_set_funcs_using() + Several new APIs are added, to load a font-face using different "face-loaders", and a single entry point to them all using a loader name string: - hb_ft_face_create_from_file_or_fail() and hb_ft_face_create_from_blob_or_fail(). - hb_coretext_face_create_from_file_or_fail() and hb_coretext_face_create_from_blob_or_fail(). - hb_directwrite_face_create_from_file_or_fail() and hb_directwrite_face_create_from_blob_or_fail(). - hb_face_create_from_file_or_fail_using() + All drawing and painting operations using the default, hb-ot functions have become memory allocation-free. + Several performance optimizations have been implemented. + Application of the trak table during shaping has been improved. + The directwrite shaper now supports font variations, and correctly applies user features. + The hb-directwrite API and shaper has graduated from experimental. + Various bug fixes and other improvements. ++++ hashlink: - Update to version 1.15 * added more GL functions * added heaps.hdll (contains mikkt, meshtools, convex hull) * added GUID type support (int64 with debugger string representation) * fixes in UI8/F32 handling * GC bug fixes * some other bugfixes and minor improvements - Refresh 0001-fix-rpath.patch - Add fix_arm_compilation.patch - Drop 0001-cmake-Install-hlc_main.c-with-hl.h-and-hlc.h.patch, 0001-Disable-the-JIT-tests-on-arm-architectures.patch, 0001-cmake-Don-t-build-the-interpreter-on-ARM.patch, 0001-cmake-Don-t-run-the-version-test-if-the-interpreter-.patch, fix_incompatible-pointer-types.patch ++++ hawk2: - Update to version 2.7.0+git.1742310530.bfcd0e2c * bundle all the gems in the project * gemfile-lock.patch * update-hawk-backend-service.patch ++++ hdf5: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - openmpi5 is not available on 32b systems ++++ hdf5-mvapich2: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - openmpi5 is not available on 32b systems ++++ hdf5-openmpi4: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - openmpi5 is not available on 32b systems ++++ hdf5-openmpi5: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - openmpi5 is not available on 32b systems ++++ hypre: - Disable gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour - openmpi5 is not available on 32b systems ++++ hypre-mpich: - Disable gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour - openmpi5 is not available on 32b systems ++++ hypre-mvapich2: - Disable gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour - openmpi5 is not available on 32b systems ++++ hypre-openmpi4: - Disable gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour - openmpi5 is not available on 32b systems ++++ hypre-openmpi5: - Disable gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour - openmpi5 is not available on 32b systems ++++ ibm-plex-fonts: - Initial Packaging ++++ imb-mpich: - Disable gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour - openmpi5 is not available on 32b systems - Fix mpi_ver for openmpi5 ++++ imb-mvapich2: - Disable gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour - openmpi5 is not available on 32b systems - Fix mpi_ver for openmpi5 ++++ imb-openmpi4: - Disable gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour - openmpi5 is not available on 32b systems - Fix mpi_ver for openmpi5 ++++ imb-openmpi5: - Disable gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour - openmpi5 is not available on 32b systems - Fix mpi_ver for openmpi5 ++++ installation-images-MicroOS: - merge gh#openSUSE/installation-images#758 - etc: add ovpn to module.config - 17.155 ++++ installation-images-openSUSE: - merge gh#openSUSE/installation-images#758 - etc: add ovpn to module.config - 17.155 ++++ intel-gpu-tools: - Update to version 2.00. - Library changes: * Added GFX1153 to GFX1150 amdgpu family. (Tim Huang) * Improved kernel module un/loading. (Lucas De Marchi) * Added ftrace logs at test boundaries. (Umesh Nerlige Ramappa) * Improved device scanning used in device filters. (Zbigniew Kempczyński) * Add support to check joiner mode limit. (Jeevan B) * Updated PCI ids for DG2/MTL/BMG/PTL. (Matt Atwood) * Added PTL opencl kernels. (Janga Rahul Kumar and Priyanka Dandamudi) * Extended GPGPU compute square kernel for PTL. (Sai Gowtham Ch) * Using Long Running mode for GPGPU compute with Xe. (Francois Dugast) * Make running under Valgrind quiet. (Tvrtko Ursulin) - Tools and scripts changes: * New tool for measuring display memory bandwidth utilization (Ville Syrjälä) * New igt_facts tool for displaying GPU related info. (Peter Senna Tschudin) * Power tool renamed to igt_power (Kamil Konieczny) * New --pci-slot option in intel_reg for multi-GPU configs. (Łukasz Łaguna and Kamil Konieczny) * Added kmemleak option to run-tests.sh script. (Peter Senna Tschudin) - Remove fix-procps-ng-4.0.5.patch (fixed upstream) ++++ kargo-cli: - Update to version 1.3.2: * chore(backport release-1.3): fix(api): further improve branch regex (#3704) * chore(backport release-1.3): fix(api): update Git branch validation (#3702) * chore(backport release-1.3): docs: fix missing .ID after commitFrom() (#3667) * chore(backport release-1.3): fix(directives): compose-output available to task (#3652) * chore(backport release-1.3): fix(api): sort warehouses when listing (#3651) * chore(backport release-1.3): docs: releaseName is now required by `helm-template` (#3648) * chore(backport release-1.3): docs: fix broken docs links (#3637) ++++ kdiff3: - Update to 1.12.1 * Revert to old file load/save code due to missing data issues. * Audit code and remove encoding error fail points - this will not remove the encoding errors themselves. ++++ kernel-debug: - update to 6.14 final - drop mainline patch - patches.suse/drm-amd-display-Use-HW-lock-mgr-for-PSR1-when-only-o.patch (acbf16a6ae77) - refresh configs (headers only) - commit c12fe2e - rpm/kernel-binary.spec.in: Fix missing 20-kernel-default-extra.conf (bsc#1239986) sle_version was obsoleted for SLE16. It has to be combined with suse_version check. - commit cbd5de3 - Revert "Update config files. Disable OVPN temporarily." This reverts commit bca56f08ab2271cfe4d6ff271d57fb773cca295c. The issue has been fixed. - commit 7089702 - Refresh patches.suse/drm-amd-display-Use-HW-lock-mgr-for-PSR1-when-only-o.patch. Update upstream status. - commit 3bfd214 - Revert "gre: Fix IPv6 link-local address generation." (git-fixes). - commit 5d9714b - Linux 6.13.8 (bsc#1012628). - mm: fix kernel BUG when userfaultfd_move encounters swapcache (bsc#1012628). - userfaultfd: fix PTE unmapping stack-allocated PTE copies (bsc#1012628). - mm/slab/kvfree_rcu: Switch to WQ_MEM_RECLAIM wq (bsc#1012628). - virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutex (bsc#1012628). - fbdev: hyperv_fb: iounmap() the correct memory when removing a device (bsc#1012628). - pinctrl: bcm281xx: Fix incorrect regmap max_registers value (bsc#1012628). - pinctrl: nuvoton: npcm8xx: Add NULL check in npcm8xx_gpio_fw (bsc#1012628). - netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template (bsc#1012628). - ice: do not configure destination override for switchdev (bsc#1012628). - ice: fix memory leak in aRFS after reset (bsc#1012628). - ice: Fix switchdev slow-path in LAG (bsc#1012628). - netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap around (bsc#1012628). - netfilter: nf_tables: make destruction work queue pernet (bsc#1012628). - sched: address a potential NULL pointer dereference in the GRED scheduler (bsc#1012628). - wifi: iwlwifi: mvm: fix PNVM timeout for non-MSI-X platforms (bsc#1012628). - wifi: mac80211: don't queue sdata::work for a non-running sdata (bsc#1012628). - wifi: cfg80211: cancel wiphy_work before freeing wiphy (bsc#1012628). - Bluetooth: SCO: fix sco_conn refcounting on sco_conn_ready (bsc#1012628). - Bluetooth: hci_event: Fix enabling passive scanning (bsc#1012628). - Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context" (bsc#1012628). - net/mlx5: Fill out devlink dev info only for PFs (bsc#1012628). - net: dsa: mv88e6xxx: Verify after ATU Load ops (bsc#1012628). - net: mctp i3c: Copy headers if cloned (bsc#1012628). - net: mctp i2c: Copy headers if cloned (bsc#1012628). - netpoll: hold rcu read lock in __netpoll_send_skb() (bsc#1012628). - drm/hyperv: Fix address space leak when Hyper-V DRM device is removed (bsc#1012628). - fbdev: hyperv_fb: Fix hang in kdump kernel when on Hyper-V Gen 2 VMs (bsc#1012628). - fbdev: hyperv_fb: Simplify hvfb_putmem (bsc#1012628). - fbdev: hyperv_fb: Allow graceful removal of framebuffer (bsc#1012628). - Drivers: hv: vmbus: Don't release fb_mmio resource in vmbus_free_mmio() (bsc#1012628). - net/mlx5: handle errors in mlx5_chains_create_table() (bsc#1012628). - eth: bnxt: fix truesize for mb-xdp-pass case (bsc#1012628). - eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc() (bsc#1012628). - eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logic (bsc#1012628). - eth: bnxt: do not update checksum in bnxt_xdp_build_skb() (bsc#1012628). - eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx} (bsc#1012628). - eth: bnxt: fix memory leak in queue reset (bsc#1012628). - net: switchdev: Convert blocking notification chain to a raw one (bsc#1012628). - net: mctp: unshare packets when reassembling (bsc#1012628). - bonding: fix incorrect MAC address setting to receive NS messages (bsc#1012628). - selftests: bonding: fix incorrect mac address (bsc#1012628). - rtase: Fix improper release of ring list entries in rtase_sw_reset (bsc#1012628). - wifi: mac80211: fix MPDU length parsing for EHT 5/6 GHz (bsc#1012628). - netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree() (bsc#1012628). - ipvs: prevent integer overflow in do_ip_vs_get_ctl() (bsc#1012628). - net_sched: Prevent creation of classes with TC_H_ROOT (bsc#1012628). - netfilter: nft_exthdr: fix offset with ipv4_find_option() (bsc#1012628). - gre: Fix IPv6 link-local address generation (bsc#1012628). - net: openvswitch: remove misbehaving actions length check (bsc#1012628). - Revert "openvswitch: switch to per-action label counting in conntrack" (bsc#1012628). - net/mlx5: HWS, Rightsize bwc matcher priority (bsc#1012628). - net/mlx5: Fix incorrect IRQ pool usage when releasing IRQs (bsc#1012628). - net/mlx5: Lag, Check shared fdb before creating MultiPort E-Switch (bsc#1012628). - net/mlx5: Bridge, fix the crash caused by LAG state check (bsc#1012628). - net/mlx5e: Prevent bridge link show failure for non-eswitch-allowed devices (bsc#1012628). - nvme-fc: go straight to connecting state when initializing (bsc#1012628). - nvme-fc: do not ignore connectivity loss during connecting (bsc#1012628). - hrtimers: Mark is_migration_base() with __always_inline (bsc#1012628). - powercap: call put_device() on an error path in powercap_register_control_type() (bsc#1012628). - btrfs: avoid starting new transaction when cleaning qgroup during subvolume drop (bsc#1012628). - futex: Pass in task to futex_queue() (bsc#1012628). - irqchip/riscv: Ensure ordering of memory writes and IPI writes (bsc#1012628). - iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in ibft_attr_show_nic() (bsc#1012628). - sched/debug: Provide slice length for fair tasks (bsc#1012628). - platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show() (bsc#1012628). - drm/amd/display: Fix out-of-bound accesses (bsc#1012628). - scsi: core: Use GFP_NOIO to avoid circular locking dependency (bsc#1012628). - scsi: ufs: core: Fix error return with query response (bsc#1012628). - scsi: qla1280: Fix kernel oops when debug level > 2 (bsc#1012628). - kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS (bsc#1012628). - ACPI: resource: IRQ override for Eluktronics MECH-17 (bsc#1012628). - smb: client: fix noisy when tree connecting to DFS interlink targets (bsc#1012628). - alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support (bsc#1012628). - vboxsf: fix building with GCC 15 (bsc#1012628). - selftests: always check mask returned by statmount(2) (bsc#1012628). - sched_ext: selftests/dsp_local_on: Fix sporadic failures (bsc#1012628). - HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbell (bsc#1012628). - HID: intel-ish-hid: Send clock sync message immediately after reset (bsc#1012628). - HID: ignore non-functional sensor in HP 5MP Camera (bsc#1012628). - HID: hid-steam: Fix issues with disabling both gamepad mode and lizard mode (bsc#1012628). - usb: phy: generic: Use proper helper for property detection (bsc#1012628). - HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDs (bsc#1012628). - HID: topre: Fix n-key rollover on Realforce R3S TKL boards (bsc#1012628). - selftests/cgroup: use bash in test_cpuset_v1_hp.sh (bsc#1012628). - HID: hid-apple: Apple Magic Keyboard a3203 USB-C support (bsc#1012628). - HID: apple: fix up the F6 key on the Omoton KB066 keyboard (bsc#1012628). - btrfs: fix two misuses of folio_shift() (bsc#1012628). - objtool: Ignore dangling jump table entries (bsc#1012628). - sched: Clarify wake_up_q()'s write to task->wake_q.next (bsc#1012628). - platform/x86: thinkpad_acpi: Fix invalid fan speed on ThinkPad X120e (bsc#1012628). - platform/x86: thinkpad_acpi: Support for V9 DYTC platform profiles (bsc#1012628). - platform/x86: int3472: Use correct type for "polarity", call it gpio_flags (bsc#1012628). - platform/x86: int3472: Call "reset" GPIO "enable" for INT347E (bsc#1012628). - s390/cio: Fix CHPID "configure" attribute caching (bsc#1012628). - thermal/cpufreq_cooling: Remove structure member documentation (bsc#1012628). - LoongArch: Fix kernel_page_present() for KPRANGE/XKPRANGE (bsc#1012628). - LoongArch: KVM: Set host with kernel mode when switch to VM mode (bsc#1012628). - arm64: amu: Delay allocating cpumask for AMU FIE support (bsc#1012628). - Xen/swiotlb: mark xen_swiotlb_fixup() __init (bsc#1012628). - Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd (bsc#1012628). - drm/tests: hdmi: Remove redundant assignments (bsc#1012628). - drm/tests: hdmi: Reorder DRM entities variables assignment (bsc#1012628). - drm/tests: hdmi: Fix recursive locking (bsc#1012628). - selftests/bpf: Adjust data size to have ETH_HLEN (bsc#1012628). - selftests/bpf: Fix invalid flag of recv() (bsc#1012628). - ASoC: Intel: sof_sdw: Add support for Fatcat board with BT offload enabled in PTL platform (bsc#1012628). - ASoC: Intel: soc-acpi-intel-mtl-match: declare adr as ull (bsc#1012628). - ASoC: simple-card-utils.c: add missing dlc->of_node (bsc#1012628). - ALSA: hda/realtek: Limit mic boost on Positivo ARN50 (bsc#1012628). - ASoC: rsnd: indicate unsupported clock rate (bsc#1012628). - ASoC: rsnd: don't indicate warning on rsnd_kctrl_accept_runtime() (bsc#1012628). - ASoC: rsnd: adjust convert rate limitation (bsc#1012628). - ASoC: arizona/madera: use fsleep() in up/down DAPM event delays (bsc#1012628). - ASoC: SOF: Intel: hda: add softdep pre to snd-hda-codec-hdmi module (bsc#1012628). - PCI: pci_ids: add INTEL_HDA_PTL_H (bsc#1012628). - ALSA: hda: intel-dsp-config: Add PTL-H support (bsc#1012628). - ASoC: SOF: Intel: pci-ptl: Add support for PTL-H (bsc#1012628). - ALSA: hda: hda-intel: add Panther Lake-H support (bsc#1012628). - ASoC: SOF: amd: Add post_fw_run_delay ACP quirk (bsc#1012628). - ASoC: SOF: amd: Handle IPC replies before FW_BOOT_COMPLETE (bsc#1012628). - net: wwan: mhi_wwan_mbim: Silence sequence number glitch errors (bsc#1012628). - io-wq: backoff when retrying worker creation (bsc#1012628). - nvme-pci: quirk Acer FA100 for non-uniqueue identifiers (bsc#1012628). - nvmet-rdma: recheck queue state is LIVE in state lock in recv done (bsc#1012628). - apple-nvme: Release power domains when probe fails (bsc#1012628). - drm/xe: Make GUC binaries dump consistent with other binaries in devcoredump (bsc#1012628). - cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_reparse_point() (bsc#1012628). - cifs: Treat unhandled directory name surrogate reparse points as mount directory nodes (bsc#1012628). - sctp: Fix undefined behavior in left shift operation (bsc#1012628). - nvme: only allow entering LIVE from CONNECTING state (bsc#1012628). - phy: ti: gmii-sel: Do not use syscon helper to build regmap (bsc#1012628). - ASoC: tas2770: Fix volume scale (bsc#1012628). - ASoC: tas2764: Fix power control mask (bsc#1012628). - ASoC: tas2764: Set the SDOUT polarity correctly (bsc#1012628). - fuse: don't truncate cached, mutated symlink (bsc#1012628). - ASoC: dapm-graph: set fill colour of turned on nodes (bsc#1012628). - ASoC: SOF: Intel: don't check number of sdw links when set dmic_fixup (bsc#1012628). - drm/vkms: Round fixp2int conversion in lerp_u16 (bsc#1012628). - perf/x86/intel: Use better start period for frequency mode (bsc#1012628). - x86/of: Don't use DTB for SMP setup if ACPI is enabled (bsc#1012628). - x86/irq: Define trace events conditionally (bsc#1012628). - perf/x86/rapl: Add support for Intel Arrow Lake U (bsc#1012628). - mptcp: safety check before fallback (bsc#1012628). - drm/nouveau: Do not override forced connector status (bsc#1012628). - net: Handle napi_schedule() calls from non-interrupt (bsc#1012628). - block: fix 'kmem_cache of name 'bio-108' already exists' (bsc#1012628). - vhost: return task creation error instead of NULL (bsc#1012628). - Input: goodix-berlin - fix vddio regulator references (bsc#1012628). - Input: ads7846 - fix gpiod allocation (bsc#1012628). - Input: iqs7222 - preserve system status register (bsc#1012628). - Input: xpad - add 8BitDo SN30 Pro, Hyperkin X91 and Gamesir G7 SE controllers (bsc#1012628). - Input: xpad - add multiple supported devices (bsc#1012628). - Input: xpad - add support for ZOTAC Gaming Zone (bsc#1012628). - Input: xpad - add support for TECNO Pocket Go (bsc#1012628). - Input: xpad - rename QH controller to Legion Go S (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for NHxxRZQ (bsc#1012628). - Input: i8042 - add required quirks for missing old boardnames (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for several devices (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for more devices (bsc#1012628). - usb: typec: tcpm: fix state transition for SNK_WAIT_CAPABILITIES state in run_state_machine() (bsc#1012628). - USB: serial: ftdi_sio: add support for Altera USB Blaster 3 (bsc#1012628). - USB: serial: option: add Telit Cinterion FE990B compositions (bsc#1012628). - USB: serial: option: fix Telit Cinterion FE990A name (bsc#1012628). - USB: serial: option: match on interface class for Telit FN990B (bsc#1012628). - rust: lockdep: Remove support for dynamically allocated LockClassKeys (bsc#1012628). - rust: remove leftover mentions of the `alloc` crate (bsc#1012628). - rust: alloc: satisfy POSIX alignment requirement (bsc#1012628). - rust: Disallow BTF generation with Rust + LTO (bsc#1012628). - rust: init: fix `Zeroable` implementation for `Option>` and `Option>` (bsc#1012628). - x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes (bsc#1012628). - spi: microchip-core: prevent RX overflows when transmit size > FIFO size (bsc#1012628). - drm/i915/cdclk: Do cdclk post plane programming later (bsc#1012628). - drm/panic: use `div_ceil` to clean Clippy warning (bsc#1012628). - drm/panic: fix overindented list items in documentation (bsc#1012628). - drm/atomic: Filter out redundant DPMS calls (bsc#1012628). - drm/dp_mst: Fix locking when skipping CSN before topology probing (bsc#1012628). - drm/amdgpu: NULL-check BO's backing store when determining GFX12 PTE flags (bsc#1012628). - drm/amd/amdkfd: Evict all queues even HWS remove queue failed (bsc#1012628). - drm/amdgpu/vce2: fix ip block reference (bsc#1012628). - drm/amdgpu/display: Allow DCC for video formats on GFX12 (bsc#1012628). - drm/amd/display: Disable unneeded hpd interrupts during dm_init (bsc#1012628). - drm/amd/display: fix default brightness (bsc#1012628). - drm/amd/display: fix missing .is_two_pixels_per_container (bsc#1012628). - drm/amd/display: Restore correct backlight brightness after a GPU reset (bsc#1012628). - drm/amd/display: Assign normalized_pix_clk when color depth = 14 (bsc#1012628). - drm/amd/display: Fix slab-use-after-free on hdcp_work (bsc#1012628). - ksmbd: fix use-after-free in ksmbd_free_work_struct (bsc#1012628). - ksmbd: prevent connection release during oplock break notification (bsc#1012628). - clk: samsung: update PLL locktime for PLL142XX used on FSD platform (bsc#1012628). - clk: samsung: gs101: fix synchronous external abort in samsung_clk_save() (bsc#1012628). - ASoC: tegra: Fix ADX S24_LE audio format (bsc#1012628). - ASoC: Intel: sof_sdw: Fix unlikely uninitialized variable use in create_sdw_dailinks() (bsc#1012628). - ASoC: amd: yc: Support mic on another Lenovo ThinkPad E16 Gen 2 model (bsc#1012628). - netmem: prevent TX of unreadable skbs (bsc#1012628). - dm-flakey: Fix memory corruption in optional corrupt_bio_byte feature (bsc#1012628). - arm64: mm: Populate vmemmap at the page level if not section aligned (bsc#1012628). - Fix mmu notifiers for range-based invalidates (bsc#1012628). - qlcnic: fix memory leak issues in qlcnic_sriov_common.c (bsc#1012628). - smb: client: fix regression with guest option (bsc#1012628). - net: mana: cleanup mana struct after debugfs_remove() (bsc#1012628). - net: phy: nxp-c45-tja11xx: add TJA112X PHY configuration errata (bsc#1012628). - net: phy: nxp-c45-tja11xx: add TJA112XB SGMII PCS restart errata (bsc#1012628). - sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl() (bsc#1012628). - ASoC: ops: Consistently treat platform_max as control value (bsc#1012628). - rust: error: add missing newline to pr_warn! calls (bsc#1012628). - drm/gma500: Add NULL check for pci_gfx_root in mid_get_vbt_data() (bsc#1012628). - ASoC: cs42l43: Fix maximum ADC Volume (bsc#1012628). - rust: init: add missing newline to pr_info! calls (bsc#1012628). - ASoC: rt722-sdca: add missing readable registers (bsc#1012628). - drm/xe: cancel pending job timer before freeing scheduler (bsc#1012628). - drm/xe: Release guc ids before cancelling work (bsc#1012628). - drm/xe/userptr: Fix an incorrect assert (bsc#1012628). - drm/xe/pm: Temporarily disable D3Cold on BMG (bsc#1012628). - nvme: move error logging from nvme_end_req() to __nvme_end_req() (bsc#1012628). - ASoC: codecs: wm0010: Fix error handling path in wm0010_spi_probe() (bsc#1012628). - drm/i915: Increase I915_PARAM_MMAP_GTT_VERSION version to indicate support for partial mmaps (bsc#1012628). - scripts: generate_rust_analyzer: add missing macros deps (bsc#1012628). - scripts: generate_rust_analyzer: add missing include_dirs (bsc#1012628). - scripts: generate_rust_analyzer: add uapi crate (bsc#1012628). - block: change blk_mq_add_to_batch() third argument type to bool (bsc#1012628). - gpio: cdev: use raw notifier for line state events (bsc#1012628). - cifs: Fix integer overflow while processing acregmax mount option (bsc#1012628). - cifs: Fix integer overflow while processing acdirmax mount option (bsc#1012628). - cifs: Fix integer overflow while processing actimeo mount option (bsc#1012628). - cifs: Fix integer overflow while processing closetimeo mount option (bsc#1012628). - x86/vmware: Parse MP tables for SEV-SNP enabled guests under VMware hypervisors (bsc#1012628). - i2c: ali1535: Fix an error handling path in ali1535_probe() (bsc#1012628). - i2c: ali15x3: Fix an error handling path in ali15x3_probe() (bsc#1012628). - i2c: sis630: Fix an error handling path in sis630_probe() (bsc#1012628). - mm/hugetlb: wait for hugetlb folios to be freed (bsc#1012628). - smb3: add support for IAKerb (bsc#1012628). - smb: client: Fix match_session bug preventing session reuse (bsc#1012628). - sched_ext: selftests/dsp_local_on: Fix selftest on UP systems (bsc#1012628). - tools/sched_ext: Add helper to check task migration state (bsc#1012628). - drm/xe/guc: Fix size_t print format (bsc#1012628). - Bluetooth: L2CAP: Fix corrupted list in hci_chan_del (bsc#1012628). - nvme-fc: rely on state transitions to handle connectivity loss (bsc#1012628). - HID: apple: disable Fn key handling on the Omoton KB066 (bsc#1012628). - fs/netfs/read_collect: add to next->prev_donated (bsc#1012628). - Rename to patches.kernel.org/6.13.8-106-ASoC-Intel-sof_sdw-Add-lookup-of-quirk-using-P.patch. - Rename to patches.kernel.org/6.13.8-107-ASoC-Intel-sof_sdw-Add-quirk-for-Asus-Zenbook-.patch. - commit 41f5788 ++++ kernel-default: - update to 6.14 final - drop mainline patch - patches.suse/drm-amd-display-Use-HW-lock-mgr-for-PSR1-when-only-o.patch (acbf16a6ae77) - refresh configs (headers only) - commit c12fe2e - rpm/kernel-binary.spec.in: Fix missing 20-kernel-default-extra.conf (bsc#1239986) sle_version was obsoleted for SLE16. It has to be combined with suse_version check. - commit cbd5de3 - Revert "Update config files. Disable OVPN temporarily." This reverts commit bca56f08ab2271cfe4d6ff271d57fb773cca295c. The issue has been fixed. - commit 7089702 - Refresh patches.suse/drm-amd-display-Use-HW-lock-mgr-for-PSR1-when-only-o.patch. Update upstream status. - commit 3bfd214 - Revert "gre: Fix IPv6 link-local address generation." (git-fixes). - commit 5d9714b - Linux 6.13.8 (bsc#1012628). - mm: fix kernel BUG when userfaultfd_move encounters swapcache (bsc#1012628). - userfaultfd: fix PTE unmapping stack-allocated PTE copies (bsc#1012628). - mm/slab/kvfree_rcu: Switch to WQ_MEM_RECLAIM wq (bsc#1012628). - virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutex (bsc#1012628). - fbdev: hyperv_fb: iounmap() the correct memory when removing a device (bsc#1012628). - pinctrl: bcm281xx: Fix incorrect regmap max_registers value (bsc#1012628). - pinctrl: nuvoton: npcm8xx: Add NULL check in npcm8xx_gpio_fw (bsc#1012628). - netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template (bsc#1012628). - ice: do not configure destination override for switchdev (bsc#1012628). - ice: fix memory leak in aRFS after reset (bsc#1012628). - ice: Fix switchdev slow-path in LAG (bsc#1012628). - netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap around (bsc#1012628). - netfilter: nf_tables: make destruction work queue pernet (bsc#1012628). - sched: address a potential NULL pointer dereference in the GRED scheduler (bsc#1012628). - wifi: iwlwifi: mvm: fix PNVM timeout for non-MSI-X platforms (bsc#1012628). - wifi: mac80211: don't queue sdata::work for a non-running sdata (bsc#1012628). - wifi: cfg80211: cancel wiphy_work before freeing wiphy (bsc#1012628). - Bluetooth: SCO: fix sco_conn refcounting on sco_conn_ready (bsc#1012628). - Bluetooth: hci_event: Fix enabling passive scanning (bsc#1012628). - Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context" (bsc#1012628). - net/mlx5: Fill out devlink dev info only for PFs (bsc#1012628). - net: dsa: mv88e6xxx: Verify after ATU Load ops (bsc#1012628). - net: mctp i3c: Copy headers if cloned (bsc#1012628). - net: mctp i2c: Copy headers if cloned (bsc#1012628). - netpoll: hold rcu read lock in __netpoll_send_skb() (bsc#1012628). - drm/hyperv: Fix address space leak when Hyper-V DRM device is removed (bsc#1012628). - fbdev: hyperv_fb: Fix hang in kdump kernel when on Hyper-V Gen 2 VMs (bsc#1012628). - fbdev: hyperv_fb: Simplify hvfb_putmem (bsc#1012628). - fbdev: hyperv_fb: Allow graceful removal of framebuffer (bsc#1012628). - Drivers: hv: vmbus: Don't release fb_mmio resource in vmbus_free_mmio() (bsc#1012628). - net/mlx5: handle errors in mlx5_chains_create_table() (bsc#1012628). - eth: bnxt: fix truesize for mb-xdp-pass case (bsc#1012628). - eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc() (bsc#1012628). - eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logic (bsc#1012628). - eth: bnxt: do not update checksum in bnxt_xdp_build_skb() (bsc#1012628). - eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx} (bsc#1012628). - eth: bnxt: fix memory leak in queue reset (bsc#1012628). - net: switchdev: Convert blocking notification chain to a raw one (bsc#1012628). - net: mctp: unshare packets when reassembling (bsc#1012628). - bonding: fix incorrect MAC address setting to receive NS messages (bsc#1012628). - selftests: bonding: fix incorrect mac address (bsc#1012628). - rtase: Fix improper release of ring list entries in rtase_sw_reset (bsc#1012628). - wifi: mac80211: fix MPDU length parsing for EHT 5/6 GHz (bsc#1012628). - netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree() (bsc#1012628). - ipvs: prevent integer overflow in do_ip_vs_get_ctl() (bsc#1012628). - net_sched: Prevent creation of classes with TC_H_ROOT (bsc#1012628). - netfilter: nft_exthdr: fix offset with ipv4_find_option() (bsc#1012628). - gre: Fix IPv6 link-local address generation (bsc#1012628). - net: openvswitch: remove misbehaving actions length check (bsc#1012628). - Revert "openvswitch: switch to per-action label counting in conntrack" (bsc#1012628). - net/mlx5: HWS, Rightsize bwc matcher priority (bsc#1012628). - net/mlx5: Fix incorrect IRQ pool usage when releasing IRQs (bsc#1012628). - net/mlx5: Lag, Check shared fdb before creating MultiPort E-Switch (bsc#1012628). - net/mlx5: Bridge, fix the crash caused by LAG state check (bsc#1012628). - net/mlx5e: Prevent bridge link show failure for non-eswitch-allowed devices (bsc#1012628). - nvme-fc: go straight to connecting state when initializing (bsc#1012628). - nvme-fc: do not ignore connectivity loss during connecting (bsc#1012628). - hrtimers: Mark is_migration_base() with __always_inline (bsc#1012628). - powercap: call put_device() on an error path in powercap_register_control_type() (bsc#1012628). - btrfs: avoid starting new transaction when cleaning qgroup during subvolume drop (bsc#1012628). - futex: Pass in task to futex_queue() (bsc#1012628). - irqchip/riscv: Ensure ordering of memory writes and IPI writes (bsc#1012628). - iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in ibft_attr_show_nic() (bsc#1012628). - sched/debug: Provide slice length for fair tasks (bsc#1012628). - platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show() (bsc#1012628). - drm/amd/display: Fix out-of-bound accesses (bsc#1012628). - scsi: core: Use GFP_NOIO to avoid circular locking dependency (bsc#1012628). - scsi: ufs: core: Fix error return with query response (bsc#1012628). - scsi: qla1280: Fix kernel oops when debug level > 2 (bsc#1012628). - kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS (bsc#1012628). - ACPI: resource: IRQ override for Eluktronics MECH-17 (bsc#1012628). - smb: client: fix noisy when tree connecting to DFS interlink targets (bsc#1012628). - alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support (bsc#1012628). - vboxsf: fix building with GCC 15 (bsc#1012628). - selftests: always check mask returned by statmount(2) (bsc#1012628). - sched_ext: selftests/dsp_local_on: Fix sporadic failures (bsc#1012628). - HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbell (bsc#1012628). - HID: intel-ish-hid: Send clock sync message immediately after reset (bsc#1012628). - HID: ignore non-functional sensor in HP 5MP Camera (bsc#1012628). - HID: hid-steam: Fix issues with disabling both gamepad mode and lizard mode (bsc#1012628). - usb: phy: generic: Use proper helper for property detection (bsc#1012628). - HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDs (bsc#1012628). - HID: topre: Fix n-key rollover on Realforce R3S TKL boards (bsc#1012628). - selftests/cgroup: use bash in test_cpuset_v1_hp.sh (bsc#1012628). - HID: hid-apple: Apple Magic Keyboard a3203 USB-C support (bsc#1012628). - HID: apple: fix up the F6 key on the Omoton KB066 keyboard (bsc#1012628). - btrfs: fix two misuses of folio_shift() (bsc#1012628). - objtool: Ignore dangling jump table entries (bsc#1012628). - sched: Clarify wake_up_q()'s write to task->wake_q.next (bsc#1012628). - platform/x86: thinkpad_acpi: Fix invalid fan speed on ThinkPad X120e (bsc#1012628). - platform/x86: thinkpad_acpi: Support for V9 DYTC platform profiles (bsc#1012628). - platform/x86: int3472: Use correct type for "polarity", call it gpio_flags (bsc#1012628). - platform/x86: int3472: Call "reset" GPIO "enable" for INT347E (bsc#1012628). - s390/cio: Fix CHPID "configure" attribute caching (bsc#1012628). - thermal/cpufreq_cooling: Remove structure member documentation (bsc#1012628). - LoongArch: Fix kernel_page_present() for KPRANGE/XKPRANGE (bsc#1012628). - LoongArch: KVM: Set host with kernel mode when switch to VM mode (bsc#1012628). - arm64: amu: Delay allocating cpumask for AMU FIE support (bsc#1012628). - Xen/swiotlb: mark xen_swiotlb_fixup() __init (bsc#1012628). - Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd (bsc#1012628). - drm/tests: hdmi: Remove redundant assignments (bsc#1012628). - drm/tests: hdmi: Reorder DRM entities variables assignment (bsc#1012628). - drm/tests: hdmi: Fix recursive locking (bsc#1012628). - selftests/bpf: Adjust data size to have ETH_HLEN (bsc#1012628). - selftests/bpf: Fix invalid flag of recv() (bsc#1012628). - ASoC: Intel: sof_sdw: Add support for Fatcat board with BT offload enabled in PTL platform (bsc#1012628). - ASoC: Intel: soc-acpi-intel-mtl-match: declare adr as ull (bsc#1012628). - ASoC: simple-card-utils.c: add missing dlc->of_node (bsc#1012628). - ALSA: hda/realtek: Limit mic boost on Positivo ARN50 (bsc#1012628). - ASoC: rsnd: indicate unsupported clock rate (bsc#1012628). - ASoC: rsnd: don't indicate warning on rsnd_kctrl_accept_runtime() (bsc#1012628). - ASoC: rsnd: adjust convert rate limitation (bsc#1012628). - ASoC: arizona/madera: use fsleep() in up/down DAPM event delays (bsc#1012628). - ASoC: SOF: Intel: hda: add softdep pre to snd-hda-codec-hdmi module (bsc#1012628). - PCI: pci_ids: add INTEL_HDA_PTL_H (bsc#1012628). - ALSA: hda: intel-dsp-config: Add PTL-H support (bsc#1012628). - ASoC: SOF: Intel: pci-ptl: Add support for PTL-H (bsc#1012628). - ALSA: hda: hda-intel: add Panther Lake-H support (bsc#1012628). - ASoC: SOF: amd: Add post_fw_run_delay ACP quirk (bsc#1012628). - ASoC: SOF: amd: Handle IPC replies before FW_BOOT_COMPLETE (bsc#1012628). - net: wwan: mhi_wwan_mbim: Silence sequence number glitch errors (bsc#1012628). - io-wq: backoff when retrying worker creation (bsc#1012628). - nvme-pci: quirk Acer FA100 for non-uniqueue identifiers (bsc#1012628). - nvmet-rdma: recheck queue state is LIVE in state lock in recv done (bsc#1012628). - apple-nvme: Release power domains when probe fails (bsc#1012628). - drm/xe: Make GUC binaries dump consistent with other binaries in devcoredump (bsc#1012628). - cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_reparse_point() (bsc#1012628). - cifs: Treat unhandled directory name surrogate reparse points as mount directory nodes (bsc#1012628). - sctp: Fix undefined behavior in left shift operation (bsc#1012628). - nvme: only allow entering LIVE from CONNECTING state (bsc#1012628). - phy: ti: gmii-sel: Do not use syscon helper to build regmap (bsc#1012628). - ASoC: tas2770: Fix volume scale (bsc#1012628). - ASoC: tas2764: Fix power control mask (bsc#1012628). - ASoC: tas2764: Set the SDOUT polarity correctly (bsc#1012628). - fuse: don't truncate cached, mutated symlink (bsc#1012628). - ASoC: dapm-graph: set fill colour of turned on nodes (bsc#1012628). - ASoC: SOF: Intel: don't check number of sdw links when set dmic_fixup (bsc#1012628). - drm/vkms: Round fixp2int conversion in lerp_u16 (bsc#1012628). - perf/x86/intel: Use better start period for frequency mode (bsc#1012628). - x86/of: Don't use DTB for SMP setup if ACPI is enabled (bsc#1012628). - x86/irq: Define trace events conditionally (bsc#1012628). - perf/x86/rapl: Add support for Intel Arrow Lake U (bsc#1012628). - mptcp: safety check before fallback (bsc#1012628). - drm/nouveau: Do not override forced connector status (bsc#1012628). - net: Handle napi_schedule() calls from non-interrupt (bsc#1012628). - block: fix 'kmem_cache of name 'bio-108' already exists' (bsc#1012628). - vhost: return task creation error instead of NULL (bsc#1012628). - Input: goodix-berlin - fix vddio regulator references (bsc#1012628). - Input: ads7846 - fix gpiod allocation (bsc#1012628). - Input: iqs7222 - preserve system status register (bsc#1012628). - Input: xpad - add 8BitDo SN30 Pro, Hyperkin X91 and Gamesir G7 SE controllers (bsc#1012628). - Input: xpad - add multiple supported devices (bsc#1012628). - Input: xpad - add support for ZOTAC Gaming Zone (bsc#1012628). - Input: xpad - add support for TECNO Pocket Go (bsc#1012628). - Input: xpad - rename QH controller to Legion Go S (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for NHxxRZQ (bsc#1012628). - Input: i8042 - add required quirks for missing old boardnames (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for several devices (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for more devices (bsc#1012628). - usb: typec: tcpm: fix state transition for SNK_WAIT_CAPABILITIES state in run_state_machine() (bsc#1012628). - USB: serial: ftdi_sio: add support for Altera USB Blaster 3 (bsc#1012628). - USB: serial: option: add Telit Cinterion FE990B compositions (bsc#1012628). - USB: serial: option: fix Telit Cinterion FE990A name (bsc#1012628). - USB: serial: option: match on interface class for Telit FN990B (bsc#1012628). - rust: lockdep: Remove support for dynamically allocated LockClassKeys (bsc#1012628). - rust: remove leftover mentions of the `alloc` crate (bsc#1012628). - rust: alloc: satisfy POSIX alignment requirement (bsc#1012628). - rust: Disallow BTF generation with Rust + LTO (bsc#1012628). - rust: init: fix `Zeroable` implementation for `Option>` and `Option>` (bsc#1012628). - x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes (bsc#1012628). - spi: microchip-core: prevent RX overflows when transmit size > FIFO size (bsc#1012628). - drm/i915/cdclk: Do cdclk post plane programming later (bsc#1012628). - drm/panic: use `div_ceil` to clean Clippy warning (bsc#1012628). - drm/panic: fix overindented list items in documentation (bsc#1012628). - drm/atomic: Filter out redundant DPMS calls (bsc#1012628). - drm/dp_mst: Fix locking when skipping CSN before topology probing (bsc#1012628). - drm/amdgpu: NULL-check BO's backing store when determining GFX12 PTE flags (bsc#1012628). - drm/amd/amdkfd: Evict all queues even HWS remove queue failed (bsc#1012628). - drm/amdgpu/vce2: fix ip block reference (bsc#1012628). - drm/amdgpu/display: Allow DCC for video formats on GFX12 (bsc#1012628). - drm/amd/display: Disable unneeded hpd interrupts during dm_init (bsc#1012628). - drm/amd/display: fix default brightness (bsc#1012628). - drm/amd/display: fix missing .is_two_pixels_per_container (bsc#1012628). - drm/amd/display: Restore correct backlight brightness after a GPU reset (bsc#1012628). - drm/amd/display: Assign normalized_pix_clk when color depth = 14 (bsc#1012628). - drm/amd/display: Fix slab-use-after-free on hdcp_work (bsc#1012628). - ksmbd: fix use-after-free in ksmbd_free_work_struct (bsc#1012628). - ksmbd: prevent connection release during oplock break notification (bsc#1012628). - clk: samsung: update PLL locktime for PLL142XX used on FSD platform (bsc#1012628). - clk: samsung: gs101: fix synchronous external abort in samsung_clk_save() (bsc#1012628). - ASoC: tegra: Fix ADX S24_LE audio format (bsc#1012628). - ASoC: Intel: sof_sdw: Fix unlikely uninitialized variable use in create_sdw_dailinks() (bsc#1012628). - ASoC: amd: yc: Support mic on another Lenovo ThinkPad E16 Gen 2 model (bsc#1012628). - netmem: prevent TX of unreadable skbs (bsc#1012628). - dm-flakey: Fix memory corruption in optional corrupt_bio_byte feature (bsc#1012628). - arm64: mm: Populate vmemmap at the page level if not section aligned (bsc#1012628). - Fix mmu notifiers for range-based invalidates (bsc#1012628). - qlcnic: fix memory leak issues in qlcnic_sriov_common.c (bsc#1012628). - smb: client: fix regression with guest option (bsc#1012628). - net: mana: cleanup mana struct after debugfs_remove() (bsc#1012628). - net: phy: nxp-c45-tja11xx: add TJA112X PHY configuration errata (bsc#1012628). - net: phy: nxp-c45-tja11xx: add TJA112XB SGMII PCS restart errata (bsc#1012628). - sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl() (bsc#1012628). - ASoC: ops: Consistently treat platform_max as control value (bsc#1012628). - rust: error: add missing newline to pr_warn! calls (bsc#1012628). - drm/gma500: Add NULL check for pci_gfx_root in mid_get_vbt_data() (bsc#1012628). - ASoC: cs42l43: Fix maximum ADC Volume (bsc#1012628). - rust: init: add missing newline to pr_info! calls (bsc#1012628). - ASoC: rt722-sdca: add missing readable registers (bsc#1012628). - drm/xe: cancel pending job timer before freeing scheduler (bsc#1012628). - drm/xe: Release guc ids before cancelling work (bsc#1012628). - drm/xe/userptr: Fix an incorrect assert (bsc#1012628). - drm/xe/pm: Temporarily disable D3Cold on BMG (bsc#1012628). - nvme: move error logging from nvme_end_req() to __nvme_end_req() (bsc#1012628). - ASoC: codecs: wm0010: Fix error handling path in wm0010_spi_probe() (bsc#1012628). - drm/i915: Increase I915_PARAM_MMAP_GTT_VERSION version to indicate support for partial mmaps (bsc#1012628). - scripts: generate_rust_analyzer: add missing macros deps (bsc#1012628). - scripts: generate_rust_analyzer: add missing include_dirs (bsc#1012628). - scripts: generate_rust_analyzer: add uapi crate (bsc#1012628). - block: change blk_mq_add_to_batch() third argument type to bool (bsc#1012628). - gpio: cdev: use raw notifier for line state events (bsc#1012628). - cifs: Fix integer overflow while processing acregmax mount option (bsc#1012628). - cifs: Fix integer overflow while processing acdirmax mount option (bsc#1012628). - cifs: Fix integer overflow while processing actimeo mount option (bsc#1012628). - cifs: Fix integer overflow while processing closetimeo mount option (bsc#1012628). - x86/vmware: Parse MP tables for SEV-SNP enabled guests under VMware hypervisors (bsc#1012628). - i2c: ali1535: Fix an error handling path in ali1535_probe() (bsc#1012628). - i2c: ali15x3: Fix an error handling path in ali15x3_probe() (bsc#1012628). - i2c: sis630: Fix an error handling path in sis630_probe() (bsc#1012628). - mm/hugetlb: wait for hugetlb folios to be freed (bsc#1012628). - smb3: add support for IAKerb (bsc#1012628). - smb: client: Fix match_session bug preventing session reuse (bsc#1012628). - sched_ext: selftests/dsp_local_on: Fix selftest on UP systems (bsc#1012628). - tools/sched_ext: Add helper to check task migration state (bsc#1012628). - drm/xe/guc: Fix size_t print format (bsc#1012628). - Bluetooth: L2CAP: Fix corrupted list in hci_chan_del (bsc#1012628). - nvme-fc: rely on state transitions to handle connectivity loss (bsc#1012628). - HID: apple: disable Fn key handling on the Omoton KB066 (bsc#1012628). - fs/netfs/read_collect: add to next->prev_donated (bsc#1012628). - Rename to patches.kernel.org/6.13.8-106-ASoC-Intel-sof_sdw-Add-lookup-of-quirk-using-P.patch. - Rename to patches.kernel.org/6.13.8-107-ASoC-Intel-sof_sdw-Add-quirk-for-Asus-Zenbook-.patch. - commit 41f5788 ++++ kernel-source: - update to 6.14 final - drop mainline patch - patches.suse/drm-amd-display-Use-HW-lock-mgr-for-PSR1-when-only-o.patch (acbf16a6ae77) - refresh configs (headers only) - commit c12fe2e - rpm/kernel-binary.spec.in: Fix missing 20-kernel-default-extra.conf (bsc#1239986) sle_version was obsoleted for SLE16. It has to be combined with suse_version check. - commit cbd5de3 - Revert "Update config files. Disable OVPN temporarily." This reverts commit bca56f08ab2271cfe4d6ff271d57fb773cca295c. The issue has been fixed. - commit 7089702 - Refresh patches.suse/drm-amd-display-Use-HW-lock-mgr-for-PSR1-when-only-o.patch. Update upstream status. - commit 3bfd214 - Revert "gre: Fix IPv6 link-local address generation." (git-fixes). - commit 5d9714b - Linux 6.13.8 (bsc#1012628). - mm: fix kernel BUG when userfaultfd_move encounters swapcache (bsc#1012628). - userfaultfd: fix PTE unmapping stack-allocated PTE copies (bsc#1012628). - mm/slab/kvfree_rcu: Switch to WQ_MEM_RECLAIM wq (bsc#1012628). - virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutex (bsc#1012628). - fbdev: hyperv_fb: iounmap() the correct memory when removing a device (bsc#1012628). - pinctrl: bcm281xx: Fix incorrect regmap max_registers value (bsc#1012628). - pinctrl: nuvoton: npcm8xx: Add NULL check in npcm8xx_gpio_fw (bsc#1012628). - netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template (bsc#1012628). - ice: do not configure destination override for switchdev (bsc#1012628). - ice: fix memory leak in aRFS after reset (bsc#1012628). - ice: Fix switchdev slow-path in LAG (bsc#1012628). - netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap around (bsc#1012628). - netfilter: nf_tables: make destruction work queue pernet (bsc#1012628). - sched: address a potential NULL pointer dereference in the GRED scheduler (bsc#1012628). - wifi: iwlwifi: mvm: fix PNVM timeout for non-MSI-X platforms (bsc#1012628). - wifi: mac80211: don't queue sdata::work for a non-running sdata (bsc#1012628). - wifi: cfg80211: cancel wiphy_work before freeing wiphy (bsc#1012628). - Bluetooth: SCO: fix sco_conn refcounting on sco_conn_ready (bsc#1012628). - Bluetooth: hci_event: Fix enabling passive scanning (bsc#1012628). - Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context" (bsc#1012628). - net/mlx5: Fill out devlink dev info only for PFs (bsc#1012628). - net: dsa: mv88e6xxx: Verify after ATU Load ops (bsc#1012628). - net: mctp i3c: Copy headers if cloned (bsc#1012628). - net: mctp i2c: Copy headers if cloned (bsc#1012628). - netpoll: hold rcu read lock in __netpoll_send_skb() (bsc#1012628). - drm/hyperv: Fix address space leak when Hyper-V DRM device is removed (bsc#1012628). - fbdev: hyperv_fb: Fix hang in kdump kernel when on Hyper-V Gen 2 VMs (bsc#1012628). - fbdev: hyperv_fb: Simplify hvfb_putmem (bsc#1012628). - fbdev: hyperv_fb: Allow graceful removal of framebuffer (bsc#1012628). - Drivers: hv: vmbus: Don't release fb_mmio resource in vmbus_free_mmio() (bsc#1012628). - net/mlx5: handle errors in mlx5_chains_create_table() (bsc#1012628). - eth: bnxt: fix truesize for mb-xdp-pass case (bsc#1012628). - eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc() (bsc#1012628). - eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logic (bsc#1012628). - eth: bnxt: do not update checksum in bnxt_xdp_build_skb() (bsc#1012628). - eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx} (bsc#1012628). - eth: bnxt: fix memory leak in queue reset (bsc#1012628). - net: switchdev: Convert blocking notification chain to a raw one (bsc#1012628). - net: mctp: unshare packets when reassembling (bsc#1012628). - bonding: fix incorrect MAC address setting to receive NS messages (bsc#1012628). - selftests: bonding: fix incorrect mac address (bsc#1012628). - rtase: Fix improper release of ring list entries in rtase_sw_reset (bsc#1012628). - wifi: mac80211: fix MPDU length parsing for EHT 5/6 GHz (bsc#1012628). - netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree() (bsc#1012628). - ipvs: prevent integer overflow in do_ip_vs_get_ctl() (bsc#1012628). - net_sched: Prevent creation of classes with TC_H_ROOT (bsc#1012628). - netfilter: nft_exthdr: fix offset with ipv4_find_option() (bsc#1012628). - gre: Fix IPv6 link-local address generation (bsc#1012628). - net: openvswitch: remove misbehaving actions length check (bsc#1012628). - Revert "openvswitch: switch to per-action label counting in conntrack" (bsc#1012628). - net/mlx5: HWS, Rightsize bwc matcher priority (bsc#1012628). - net/mlx5: Fix incorrect IRQ pool usage when releasing IRQs (bsc#1012628). - net/mlx5: Lag, Check shared fdb before creating MultiPort E-Switch (bsc#1012628). - net/mlx5: Bridge, fix the crash caused by LAG state check (bsc#1012628). - net/mlx5e: Prevent bridge link show failure for non-eswitch-allowed devices (bsc#1012628). - nvme-fc: go straight to connecting state when initializing (bsc#1012628). - nvme-fc: do not ignore connectivity loss during connecting (bsc#1012628). - hrtimers: Mark is_migration_base() with __always_inline (bsc#1012628). - powercap: call put_device() on an error path in powercap_register_control_type() (bsc#1012628). - btrfs: avoid starting new transaction when cleaning qgroup during subvolume drop (bsc#1012628). - futex: Pass in task to futex_queue() (bsc#1012628). - irqchip/riscv: Ensure ordering of memory writes and IPI writes (bsc#1012628). - iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in ibft_attr_show_nic() (bsc#1012628). - sched/debug: Provide slice length for fair tasks (bsc#1012628). - platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show() (bsc#1012628). - drm/amd/display: Fix out-of-bound accesses (bsc#1012628). - scsi: core: Use GFP_NOIO to avoid circular locking dependency (bsc#1012628). - scsi: ufs: core: Fix error return with query response (bsc#1012628). - scsi: qla1280: Fix kernel oops when debug level > 2 (bsc#1012628). - kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS (bsc#1012628). - ACPI: resource: IRQ override for Eluktronics MECH-17 (bsc#1012628). - smb: client: fix noisy when tree connecting to DFS interlink targets (bsc#1012628). - alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support (bsc#1012628). - vboxsf: fix building with GCC 15 (bsc#1012628). - selftests: always check mask returned by statmount(2) (bsc#1012628). - sched_ext: selftests/dsp_local_on: Fix sporadic failures (bsc#1012628). - HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbell (bsc#1012628). - HID: intel-ish-hid: Send clock sync message immediately after reset (bsc#1012628). - HID: ignore non-functional sensor in HP 5MP Camera (bsc#1012628). - HID: hid-steam: Fix issues with disabling both gamepad mode and lizard mode (bsc#1012628). - usb: phy: generic: Use proper helper for property detection (bsc#1012628). - HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDs (bsc#1012628). - HID: topre: Fix n-key rollover on Realforce R3S TKL boards (bsc#1012628). - selftests/cgroup: use bash in test_cpuset_v1_hp.sh (bsc#1012628). - HID: hid-apple: Apple Magic Keyboard a3203 USB-C support (bsc#1012628). - HID: apple: fix up the F6 key on the Omoton KB066 keyboard (bsc#1012628). - btrfs: fix two misuses of folio_shift() (bsc#1012628). - objtool: Ignore dangling jump table entries (bsc#1012628). - sched: Clarify wake_up_q()'s write to task->wake_q.next (bsc#1012628). - platform/x86: thinkpad_acpi: Fix invalid fan speed on ThinkPad X120e (bsc#1012628). - platform/x86: thinkpad_acpi: Support for V9 DYTC platform profiles (bsc#1012628). - platform/x86: int3472: Use correct type for "polarity", call it gpio_flags (bsc#1012628). - platform/x86: int3472: Call "reset" GPIO "enable" for INT347E (bsc#1012628). - s390/cio: Fix CHPID "configure" attribute caching (bsc#1012628). - thermal/cpufreq_cooling: Remove structure member documentation (bsc#1012628). - LoongArch: Fix kernel_page_present() for KPRANGE/XKPRANGE (bsc#1012628). - LoongArch: KVM: Set host with kernel mode when switch to VM mode (bsc#1012628). - arm64: amu: Delay allocating cpumask for AMU FIE support (bsc#1012628). - Xen/swiotlb: mark xen_swiotlb_fixup() __init (bsc#1012628). - Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd (bsc#1012628). - drm/tests: hdmi: Remove redundant assignments (bsc#1012628). - drm/tests: hdmi: Reorder DRM entities variables assignment (bsc#1012628). - drm/tests: hdmi: Fix recursive locking (bsc#1012628). - selftests/bpf: Adjust data size to have ETH_HLEN (bsc#1012628). - selftests/bpf: Fix invalid flag of recv() (bsc#1012628). - ASoC: Intel: sof_sdw: Add support for Fatcat board with BT offload enabled in PTL platform (bsc#1012628). - ASoC: Intel: soc-acpi-intel-mtl-match: declare adr as ull (bsc#1012628). - ASoC: simple-card-utils.c: add missing dlc->of_node (bsc#1012628). - ALSA: hda/realtek: Limit mic boost on Positivo ARN50 (bsc#1012628). - ASoC: rsnd: indicate unsupported clock rate (bsc#1012628). - ASoC: rsnd: don't indicate warning on rsnd_kctrl_accept_runtime() (bsc#1012628). - ASoC: rsnd: adjust convert rate limitation (bsc#1012628). - ASoC: arizona/madera: use fsleep() in up/down DAPM event delays (bsc#1012628). - ASoC: SOF: Intel: hda: add softdep pre to snd-hda-codec-hdmi module (bsc#1012628). - PCI: pci_ids: add INTEL_HDA_PTL_H (bsc#1012628). - ALSA: hda: intel-dsp-config: Add PTL-H support (bsc#1012628). - ASoC: SOF: Intel: pci-ptl: Add support for PTL-H (bsc#1012628). - ALSA: hda: hda-intel: add Panther Lake-H support (bsc#1012628). - ASoC: SOF: amd: Add post_fw_run_delay ACP quirk (bsc#1012628). - ASoC: SOF: amd: Handle IPC replies before FW_BOOT_COMPLETE (bsc#1012628). - net: wwan: mhi_wwan_mbim: Silence sequence number glitch errors (bsc#1012628). - io-wq: backoff when retrying worker creation (bsc#1012628). - nvme-pci: quirk Acer FA100 for non-uniqueue identifiers (bsc#1012628). - nvmet-rdma: recheck queue state is LIVE in state lock in recv done (bsc#1012628). - apple-nvme: Release power domains when probe fails (bsc#1012628). - drm/xe: Make GUC binaries dump consistent with other binaries in devcoredump (bsc#1012628). - cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_reparse_point() (bsc#1012628). - cifs: Treat unhandled directory name surrogate reparse points as mount directory nodes (bsc#1012628). - sctp: Fix undefined behavior in left shift operation (bsc#1012628). - nvme: only allow entering LIVE from CONNECTING state (bsc#1012628). - phy: ti: gmii-sel: Do not use syscon helper to build regmap (bsc#1012628). - ASoC: tas2770: Fix volume scale (bsc#1012628). - ASoC: tas2764: Fix power control mask (bsc#1012628). - ASoC: tas2764: Set the SDOUT polarity correctly (bsc#1012628). - fuse: don't truncate cached, mutated symlink (bsc#1012628). - ASoC: dapm-graph: set fill colour of turned on nodes (bsc#1012628). - ASoC: SOF: Intel: don't check number of sdw links when set dmic_fixup (bsc#1012628). - drm/vkms: Round fixp2int conversion in lerp_u16 (bsc#1012628). - perf/x86/intel: Use better start period for frequency mode (bsc#1012628). - x86/of: Don't use DTB for SMP setup if ACPI is enabled (bsc#1012628). - x86/irq: Define trace events conditionally (bsc#1012628). - perf/x86/rapl: Add support for Intel Arrow Lake U (bsc#1012628). - mptcp: safety check before fallback (bsc#1012628). - drm/nouveau: Do not override forced connector status (bsc#1012628). - net: Handle napi_schedule() calls from non-interrupt (bsc#1012628). - block: fix 'kmem_cache of name 'bio-108' already exists' (bsc#1012628). - vhost: return task creation error instead of NULL (bsc#1012628). - Input: goodix-berlin - fix vddio regulator references (bsc#1012628). - Input: ads7846 - fix gpiod allocation (bsc#1012628). - Input: iqs7222 - preserve system status register (bsc#1012628). - Input: xpad - add 8BitDo SN30 Pro, Hyperkin X91 and Gamesir G7 SE controllers (bsc#1012628). - Input: xpad - add multiple supported devices (bsc#1012628). - Input: xpad - add support for ZOTAC Gaming Zone (bsc#1012628). - Input: xpad - add support for TECNO Pocket Go (bsc#1012628). - Input: xpad - rename QH controller to Legion Go S (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for NHxxRZQ (bsc#1012628). - Input: i8042 - add required quirks for missing old boardnames (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for several devices (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for more devices (bsc#1012628). - usb: typec: tcpm: fix state transition for SNK_WAIT_CAPABILITIES state in run_state_machine() (bsc#1012628). - USB: serial: ftdi_sio: add support for Altera USB Blaster 3 (bsc#1012628). - USB: serial: option: add Telit Cinterion FE990B compositions (bsc#1012628). - USB: serial: option: fix Telit Cinterion FE990A name (bsc#1012628). - USB: serial: option: match on interface class for Telit FN990B (bsc#1012628). - rust: lockdep: Remove support for dynamically allocated LockClassKeys (bsc#1012628). - rust: remove leftover mentions of the `alloc` crate (bsc#1012628). - rust: alloc: satisfy POSIX alignment requirement (bsc#1012628). - rust: Disallow BTF generation with Rust + LTO (bsc#1012628). - rust: init: fix `Zeroable` implementation for `Option>` and `Option>` (bsc#1012628). - x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes (bsc#1012628). - spi: microchip-core: prevent RX overflows when transmit size > FIFO size (bsc#1012628). - drm/i915/cdclk: Do cdclk post plane programming later (bsc#1012628). - drm/panic: use `div_ceil` to clean Clippy warning (bsc#1012628). - drm/panic: fix overindented list items in documentation (bsc#1012628). - drm/atomic: Filter out redundant DPMS calls (bsc#1012628). - drm/dp_mst: Fix locking when skipping CSN before topology probing (bsc#1012628). - drm/amdgpu: NULL-check BO's backing store when determining GFX12 PTE flags (bsc#1012628). - drm/amd/amdkfd: Evict all queues even HWS remove queue failed (bsc#1012628). - drm/amdgpu/vce2: fix ip block reference (bsc#1012628). - drm/amdgpu/display: Allow DCC for video formats on GFX12 (bsc#1012628). - drm/amd/display: Disable unneeded hpd interrupts during dm_init (bsc#1012628). - drm/amd/display: fix default brightness (bsc#1012628). - drm/amd/display: fix missing .is_two_pixels_per_container (bsc#1012628). - drm/amd/display: Restore correct backlight brightness after a GPU reset (bsc#1012628). - drm/amd/display: Assign normalized_pix_clk when color depth = 14 (bsc#1012628). - drm/amd/display: Fix slab-use-after-free on hdcp_work (bsc#1012628). - ksmbd: fix use-after-free in ksmbd_free_work_struct (bsc#1012628). - ksmbd: prevent connection release during oplock break notification (bsc#1012628). - clk: samsung: update PLL locktime for PLL142XX used on FSD platform (bsc#1012628). - clk: samsung: gs101: fix synchronous external abort in samsung_clk_save() (bsc#1012628). - ASoC: tegra: Fix ADX S24_LE audio format (bsc#1012628). - ASoC: Intel: sof_sdw: Fix unlikely uninitialized variable use in create_sdw_dailinks() (bsc#1012628). - ASoC: amd: yc: Support mic on another Lenovo ThinkPad E16 Gen 2 model (bsc#1012628). - netmem: prevent TX of unreadable skbs (bsc#1012628). - dm-flakey: Fix memory corruption in optional corrupt_bio_byte feature (bsc#1012628). - arm64: mm: Populate vmemmap at the page level if not section aligned (bsc#1012628). - Fix mmu notifiers for range-based invalidates (bsc#1012628). - qlcnic: fix memory leak issues in qlcnic_sriov_common.c (bsc#1012628). - smb: client: fix regression with guest option (bsc#1012628). - net: mana: cleanup mana struct after debugfs_remove() (bsc#1012628). - net: phy: nxp-c45-tja11xx: add TJA112X PHY configuration errata (bsc#1012628). - net: phy: nxp-c45-tja11xx: add TJA112XB SGMII PCS restart errata (bsc#1012628). - sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl() (bsc#1012628). - ASoC: ops: Consistently treat platform_max as control value (bsc#1012628). - rust: error: add missing newline to pr_warn! calls (bsc#1012628). - drm/gma500: Add NULL check for pci_gfx_root in mid_get_vbt_data() (bsc#1012628). - ASoC: cs42l43: Fix maximum ADC Volume (bsc#1012628). - rust: init: add missing newline to pr_info! calls (bsc#1012628). - ASoC: rt722-sdca: add missing readable registers (bsc#1012628). - drm/xe: cancel pending job timer before freeing scheduler (bsc#1012628). - drm/xe: Release guc ids before cancelling work (bsc#1012628). - drm/xe/userptr: Fix an incorrect assert (bsc#1012628). - drm/xe/pm: Temporarily disable D3Cold on BMG (bsc#1012628). - nvme: move error logging from nvme_end_req() to __nvme_end_req() (bsc#1012628). - ASoC: codecs: wm0010: Fix error handling path in wm0010_spi_probe() (bsc#1012628). - drm/i915: Increase I915_PARAM_MMAP_GTT_VERSION version to indicate support for partial mmaps (bsc#1012628). - scripts: generate_rust_analyzer: add missing macros deps (bsc#1012628). - scripts: generate_rust_analyzer: add missing include_dirs (bsc#1012628). - scripts: generate_rust_analyzer: add uapi crate (bsc#1012628). - block: change blk_mq_add_to_batch() third argument type to bool (bsc#1012628). - gpio: cdev: use raw notifier for line state events (bsc#1012628). - cifs: Fix integer overflow while processing acregmax mount option (bsc#1012628). - cifs: Fix integer overflow while processing acdirmax mount option (bsc#1012628). - cifs: Fix integer overflow while processing actimeo mount option (bsc#1012628). - cifs: Fix integer overflow while processing closetimeo mount option (bsc#1012628). - x86/vmware: Parse MP tables for SEV-SNP enabled guests under VMware hypervisors (bsc#1012628). - i2c: ali1535: Fix an error handling path in ali1535_probe() (bsc#1012628). - i2c: ali15x3: Fix an error handling path in ali15x3_probe() (bsc#1012628). - i2c: sis630: Fix an error handling path in sis630_probe() (bsc#1012628). - mm/hugetlb: wait for hugetlb folios to be freed (bsc#1012628). - smb3: add support for IAKerb (bsc#1012628). - smb: client: Fix match_session bug preventing session reuse (bsc#1012628). - sched_ext: selftests/dsp_local_on: Fix selftest on UP systems (bsc#1012628). - tools/sched_ext: Add helper to check task migration state (bsc#1012628). - drm/xe/guc: Fix size_t print format (bsc#1012628). - Bluetooth: L2CAP: Fix corrupted list in hci_chan_del (bsc#1012628). - nvme-fc: rely on state transitions to handle connectivity loss (bsc#1012628). - HID: apple: disable Fn key handling on the Omoton KB066 (bsc#1012628). - fs/netfs/read_collect: add to next->prev_donated (bsc#1012628). - Rename to patches.kernel.org/6.13.8-106-ASoC-Intel-sof_sdw-Add-lookup-of-quirk-using-P.patch. - Rename to patches.kernel.org/6.13.8-107-ASoC-Intel-sof_sdw-Add-quirk-for-Asus-Zenbook-.patch. - commit 41f5788 ++++ kernel-docs: - update to 6.14 final - drop mainline patch - patches.suse/drm-amd-display-Use-HW-lock-mgr-for-PSR1-when-only-o.patch (acbf16a6ae77) - refresh configs (headers only) - commit c12fe2e - rpm/kernel-binary.spec.in: Fix missing 20-kernel-default-extra.conf (bsc#1239986) sle_version was obsoleted for SLE16. It has to be combined with suse_version check. - commit cbd5de3 - Revert "Update config files. Disable OVPN temporarily." This reverts commit bca56f08ab2271cfe4d6ff271d57fb773cca295c. The issue has been fixed. - commit 7089702 - Refresh patches.suse/drm-amd-display-Use-HW-lock-mgr-for-PSR1-when-only-o.patch. Update upstream status. - commit 3bfd214 - Revert "gre: Fix IPv6 link-local address generation." (git-fixes). - commit 5d9714b - Linux 6.13.8 (bsc#1012628). - mm: fix kernel BUG when userfaultfd_move encounters swapcache (bsc#1012628). - userfaultfd: fix PTE unmapping stack-allocated PTE copies (bsc#1012628). - mm/slab/kvfree_rcu: Switch to WQ_MEM_RECLAIM wq (bsc#1012628). - virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutex (bsc#1012628). - fbdev: hyperv_fb: iounmap() the correct memory when removing a device (bsc#1012628). - pinctrl: bcm281xx: Fix incorrect regmap max_registers value (bsc#1012628). - pinctrl: nuvoton: npcm8xx: Add NULL check in npcm8xx_gpio_fw (bsc#1012628). - netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template (bsc#1012628). - ice: do not configure destination override for switchdev (bsc#1012628). - ice: fix memory leak in aRFS after reset (bsc#1012628). - ice: Fix switchdev slow-path in LAG (bsc#1012628). - netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap around (bsc#1012628). - netfilter: nf_tables: make destruction work queue pernet (bsc#1012628). - sched: address a potential NULL pointer dereference in the GRED scheduler (bsc#1012628). - wifi: iwlwifi: mvm: fix PNVM timeout for non-MSI-X platforms (bsc#1012628). - wifi: mac80211: don't queue sdata::work for a non-running sdata (bsc#1012628). - wifi: cfg80211: cancel wiphy_work before freeing wiphy (bsc#1012628). - Bluetooth: SCO: fix sco_conn refcounting on sco_conn_ready (bsc#1012628). - Bluetooth: hci_event: Fix enabling passive scanning (bsc#1012628). - Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context" (bsc#1012628). - net/mlx5: Fill out devlink dev info only for PFs (bsc#1012628). - net: dsa: mv88e6xxx: Verify after ATU Load ops (bsc#1012628). - net: mctp i3c: Copy headers if cloned (bsc#1012628). - net: mctp i2c: Copy headers if cloned (bsc#1012628). - netpoll: hold rcu read lock in __netpoll_send_skb() (bsc#1012628). - drm/hyperv: Fix address space leak when Hyper-V DRM device is removed (bsc#1012628). - fbdev: hyperv_fb: Fix hang in kdump kernel when on Hyper-V Gen 2 VMs (bsc#1012628). - fbdev: hyperv_fb: Simplify hvfb_putmem (bsc#1012628). - fbdev: hyperv_fb: Allow graceful removal of framebuffer (bsc#1012628). - Drivers: hv: vmbus: Don't release fb_mmio resource in vmbus_free_mmio() (bsc#1012628). - net/mlx5: handle errors in mlx5_chains_create_table() (bsc#1012628). - eth: bnxt: fix truesize for mb-xdp-pass case (bsc#1012628). - eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc() (bsc#1012628). - eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logic (bsc#1012628). - eth: bnxt: do not update checksum in bnxt_xdp_build_skb() (bsc#1012628). - eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx} (bsc#1012628). - eth: bnxt: fix memory leak in queue reset (bsc#1012628). - net: switchdev: Convert blocking notification chain to a raw one (bsc#1012628). - net: mctp: unshare packets when reassembling (bsc#1012628). - bonding: fix incorrect MAC address setting to receive NS messages (bsc#1012628). - selftests: bonding: fix incorrect mac address (bsc#1012628). - rtase: Fix improper release of ring list entries in rtase_sw_reset (bsc#1012628). - wifi: mac80211: fix MPDU length parsing for EHT 5/6 GHz (bsc#1012628). - netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree() (bsc#1012628). - ipvs: prevent integer overflow in do_ip_vs_get_ctl() (bsc#1012628). - net_sched: Prevent creation of classes with TC_H_ROOT (bsc#1012628). - netfilter: nft_exthdr: fix offset with ipv4_find_option() (bsc#1012628). - gre: Fix IPv6 link-local address generation (bsc#1012628). - net: openvswitch: remove misbehaving actions length check (bsc#1012628). - Revert "openvswitch: switch to per-action label counting in conntrack" (bsc#1012628). - net/mlx5: HWS, Rightsize bwc matcher priority (bsc#1012628). - net/mlx5: Fix incorrect IRQ pool usage when releasing IRQs (bsc#1012628). - net/mlx5: Lag, Check shared fdb before creating MultiPort E-Switch (bsc#1012628). - net/mlx5: Bridge, fix the crash caused by LAG state check (bsc#1012628). - net/mlx5e: Prevent bridge link show failure for non-eswitch-allowed devices (bsc#1012628). - nvme-fc: go straight to connecting state when initializing (bsc#1012628). - nvme-fc: do not ignore connectivity loss during connecting (bsc#1012628). - hrtimers: Mark is_migration_base() with __always_inline (bsc#1012628). - powercap: call put_device() on an error path in powercap_register_control_type() (bsc#1012628). - btrfs: avoid starting new transaction when cleaning qgroup during subvolume drop (bsc#1012628). - futex: Pass in task to futex_queue() (bsc#1012628). - irqchip/riscv: Ensure ordering of memory writes and IPI writes (bsc#1012628). - iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in ibft_attr_show_nic() (bsc#1012628). - sched/debug: Provide slice length for fair tasks (bsc#1012628). - platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show() (bsc#1012628). - drm/amd/display: Fix out-of-bound accesses (bsc#1012628). - scsi: core: Use GFP_NOIO to avoid circular locking dependency (bsc#1012628). - scsi: ufs: core: Fix error return with query response (bsc#1012628). - scsi: qla1280: Fix kernel oops when debug level > 2 (bsc#1012628). - kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS (bsc#1012628). - ACPI: resource: IRQ override for Eluktronics MECH-17 (bsc#1012628). - smb: client: fix noisy when tree connecting to DFS interlink targets (bsc#1012628). - alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support (bsc#1012628). - vboxsf: fix building with GCC 15 (bsc#1012628). - selftests: always check mask returned by statmount(2) (bsc#1012628). - sched_ext: selftests/dsp_local_on: Fix sporadic failures (bsc#1012628). - HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbell (bsc#1012628). - HID: intel-ish-hid: Send clock sync message immediately after reset (bsc#1012628). - HID: ignore non-functional sensor in HP 5MP Camera (bsc#1012628). - HID: hid-steam: Fix issues with disabling both gamepad mode and lizard mode (bsc#1012628). - usb: phy: generic: Use proper helper for property detection (bsc#1012628). - HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDs (bsc#1012628). - HID: topre: Fix n-key rollover on Realforce R3S TKL boards (bsc#1012628). - selftests/cgroup: use bash in test_cpuset_v1_hp.sh (bsc#1012628). - HID: hid-apple: Apple Magic Keyboard a3203 USB-C support (bsc#1012628). - HID: apple: fix up the F6 key on the Omoton KB066 keyboard (bsc#1012628). - btrfs: fix two misuses of folio_shift() (bsc#1012628). - objtool: Ignore dangling jump table entries (bsc#1012628). - sched: Clarify wake_up_q()'s write to task->wake_q.next (bsc#1012628). - platform/x86: thinkpad_acpi: Fix invalid fan speed on ThinkPad X120e (bsc#1012628). - platform/x86: thinkpad_acpi: Support for V9 DYTC platform profiles (bsc#1012628). - platform/x86: int3472: Use correct type for "polarity", call it gpio_flags (bsc#1012628). - platform/x86: int3472: Call "reset" GPIO "enable" for INT347E (bsc#1012628). - s390/cio: Fix CHPID "configure" attribute caching (bsc#1012628). - thermal/cpufreq_cooling: Remove structure member documentation (bsc#1012628). - LoongArch: Fix kernel_page_present() for KPRANGE/XKPRANGE (bsc#1012628). - LoongArch: KVM: Set host with kernel mode when switch to VM mode (bsc#1012628). - arm64: amu: Delay allocating cpumask for AMU FIE support (bsc#1012628). - Xen/swiotlb: mark xen_swiotlb_fixup() __init (bsc#1012628). - Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd (bsc#1012628). - drm/tests: hdmi: Remove redundant assignments (bsc#1012628). - drm/tests: hdmi: Reorder DRM entities variables assignment (bsc#1012628). - drm/tests: hdmi: Fix recursive locking (bsc#1012628). - selftests/bpf: Adjust data size to have ETH_HLEN (bsc#1012628). - selftests/bpf: Fix invalid flag of recv() (bsc#1012628). - ASoC: Intel: sof_sdw: Add support for Fatcat board with BT offload enabled in PTL platform (bsc#1012628). - ASoC: Intel: soc-acpi-intel-mtl-match: declare adr as ull (bsc#1012628). - ASoC: simple-card-utils.c: add missing dlc->of_node (bsc#1012628). - ALSA: hda/realtek: Limit mic boost on Positivo ARN50 (bsc#1012628). - ASoC: rsnd: indicate unsupported clock rate (bsc#1012628). - ASoC: rsnd: don't indicate warning on rsnd_kctrl_accept_runtime() (bsc#1012628). - ASoC: rsnd: adjust convert rate limitation (bsc#1012628). - ASoC: arizona/madera: use fsleep() in up/down DAPM event delays (bsc#1012628). - ASoC: SOF: Intel: hda: add softdep pre to snd-hda-codec-hdmi module (bsc#1012628). - PCI: pci_ids: add INTEL_HDA_PTL_H (bsc#1012628). - ALSA: hda: intel-dsp-config: Add PTL-H support (bsc#1012628). - ASoC: SOF: Intel: pci-ptl: Add support for PTL-H (bsc#1012628). - ALSA: hda: hda-intel: add Panther Lake-H support (bsc#1012628). - ASoC: SOF: amd: Add post_fw_run_delay ACP quirk (bsc#1012628). - ASoC: SOF: amd: Handle IPC replies before FW_BOOT_COMPLETE (bsc#1012628). - net: wwan: mhi_wwan_mbim: Silence sequence number glitch errors (bsc#1012628). - io-wq: backoff when retrying worker creation (bsc#1012628). - nvme-pci: quirk Acer FA100 for non-uniqueue identifiers (bsc#1012628). - nvmet-rdma: recheck queue state is LIVE in state lock in recv done (bsc#1012628). - apple-nvme: Release power domains when probe fails (bsc#1012628). - drm/xe: Make GUC binaries dump consistent with other binaries in devcoredump (bsc#1012628). - cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_reparse_point() (bsc#1012628). - cifs: Treat unhandled directory name surrogate reparse points as mount directory nodes (bsc#1012628). - sctp: Fix undefined behavior in left shift operation (bsc#1012628). - nvme: only allow entering LIVE from CONNECTING state (bsc#1012628). - phy: ti: gmii-sel: Do not use syscon helper to build regmap (bsc#1012628). - ASoC: tas2770: Fix volume scale (bsc#1012628). - ASoC: tas2764: Fix power control mask (bsc#1012628). - ASoC: tas2764: Set the SDOUT polarity correctly (bsc#1012628). - fuse: don't truncate cached, mutated symlink (bsc#1012628). - ASoC: dapm-graph: set fill colour of turned on nodes (bsc#1012628). - ASoC: SOF: Intel: don't check number of sdw links when set dmic_fixup (bsc#1012628). - drm/vkms: Round fixp2int conversion in lerp_u16 (bsc#1012628). - perf/x86/intel: Use better start period for frequency mode (bsc#1012628). - x86/of: Don't use DTB for SMP setup if ACPI is enabled (bsc#1012628). - x86/irq: Define trace events conditionally (bsc#1012628). - perf/x86/rapl: Add support for Intel Arrow Lake U (bsc#1012628). - mptcp: safety check before fallback (bsc#1012628). - drm/nouveau: Do not override forced connector status (bsc#1012628). - net: Handle napi_schedule() calls from non-interrupt (bsc#1012628). - block: fix 'kmem_cache of name 'bio-108' already exists' (bsc#1012628). - vhost: return task creation error instead of NULL (bsc#1012628). - Input: goodix-berlin - fix vddio regulator references (bsc#1012628). - Input: ads7846 - fix gpiod allocation (bsc#1012628). - Input: iqs7222 - preserve system status register (bsc#1012628). - Input: xpad - add 8BitDo SN30 Pro, Hyperkin X91 and Gamesir G7 SE controllers (bsc#1012628). - Input: xpad - add multiple supported devices (bsc#1012628). - Input: xpad - add support for ZOTAC Gaming Zone (bsc#1012628). - Input: xpad - add support for TECNO Pocket Go (bsc#1012628). - Input: xpad - rename QH controller to Legion Go S (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for NHxxRZQ (bsc#1012628). - Input: i8042 - add required quirks for missing old boardnames (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for several devices (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for more devices (bsc#1012628). - usb: typec: tcpm: fix state transition for SNK_WAIT_CAPABILITIES state in run_state_machine() (bsc#1012628). - USB: serial: ftdi_sio: add support for Altera USB Blaster 3 (bsc#1012628). - USB: serial: option: add Telit Cinterion FE990B compositions (bsc#1012628). - USB: serial: option: fix Telit Cinterion FE990A name (bsc#1012628). - USB: serial: option: match on interface class for Telit FN990B (bsc#1012628). - rust: lockdep: Remove support for dynamically allocated LockClassKeys (bsc#1012628). - rust: remove leftover mentions of the `alloc` crate (bsc#1012628). - rust: alloc: satisfy POSIX alignment requirement (bsc#1012628). - rust: Disallow BTF generation with Rust + LTO (bsc#1012628). - rust: init: fix `Zeroable` implementation for `Option>` and `Option>` (bsc#1012628). - x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes (bsc#1012628). - spi: microchip-core: prevent RX overflows when transmit size > FIFO size (bsc#1012628). - drm/i915/cdclk: Do cdclk post plane programming later (bsc#1012628). - drm/panic: use `div_ceil` to clean Clippy warning (bsc#1012628). - drm/panic: fix overindented list items in documentation (bsc#1012628). - drm/atomic: Filter out redundant DPMS calls (bsc#1012628). - drm/dp_mst: Fix locking when skipping CSN before topology probing (bsc#1012628). - drm/amdgpu: NULL-check BO's backing store when determining GFX12 PTE flags (bsc#1012628). - drm/amd/amdkfd: Evict all queues even HWS remove queue failed (bsc#1012628). - drm/amdgpu/vce2: fix ip block reference (bsc#1012628). - drm/amdgpu/display: Allow DCC for video formats on GFX12 (bsc#1012628). - drm/amd/display: Disable unneeded hpd interrupts during dm_init (bsc#1012628). - drm/amd/display: fix default brightness (bsc#1012628). - drm/amd/display: fix missing .is_two_pixels_per_container (bsc#1012628). - drm/amd/display: Restore correct backlight brightness after a GPU reset (bsc#1012628). - drm/amd/display: Assign normalized_pix_clk when color depth = 14 (bsc#1012628). - drm/amd/display: Fix slab-use-after-free on hdcp_work (bsc#1012628). - ksmbd: fix use-after-free in ksmbd_free_work_struct (bsc#1012628). - ksmbd: prevent connection release during oplock break notification (bsc#1012628). - clk: samsung: update PLL locktime for PLL142XX used on FSD platform (bsc#1012628). - clk: samsung: gs101: fix synchronous external abort in samsung_clk_save() (bsc#1012628). - ASoC: tegra: Fix ADX S24_LE audio format (bsc#1012628). - ASoC: Intel: sof_sdw: Fix unlikely uninitialized variable use in create_sdw_dailinks() (bsc#1012628). - ASoC: amd: yc: Support mic on another Lenovo ThinkPad E16 Gen 2 model (bsc#1012628). - netmem: prevent TX of unreadable skbs (bsc#1012628). - dm-flakey: Fix memory corruption in optional corrupt_bio_byte feature (bsc#1012628). - arm64: mm: Populate vmemmap at the page level if not section aligned (bsc#1012628). - Fix mmu notifiers for range-based invalidates (bsc#1012628). - qlcnic: fix memory leak issues in qlcnic_sriov_common.c (bsc#1012628). - smb: client: fix regression with guest option (bsc#1012628). - net: mana: cleanup mana struct after debugfs_remove() (bsc#1012628). - net: phy: nxp-c45-tja11xx: add TJA112X PHY configuration errata (bsc#1012628). - net: phy: nxp-c45-tja11xx: add TJA112XB SGMII PCS restart errata (bsc#1012628). - sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl() (bsc#1012628). - ASoC: ops: Consistently treat platform_max as control value (bsc#1012628). - rust: error: add missing newline to pr_warn! calls (bsc#1012628). - drm/gma500: Add NULL check for pci_gfx_root in mid_get_vbt_data() (bsc#1012628). - ASoC: cs42l43: Fix maximum ADC Volume (bsc#1012628). - rust: init: add missing newline to pr_info! calls (bsc#1012628). - ASoC: rt722-sdca: add missing readable registers (bsc#1012628). - drm/xe: cancel pending job timer before freeing scheduler (bsc#1012628). - drm/xe: Release guc ids before cancelling work (bsc#1012628). - drm/xe/userptr: Fix an incorrect assert (bsc#1012628). - drm/xe/pm: Temporarily disable D3Cold on BMG (bsc#1012628). - nvme: move error logging from nvme_end_req() to __nvme_end_req() (bsc#1012628). - ASoC: codecs: wm0010: Fix error handling path in wm0010_spi_probe() (bsc#1012628). - drm/i915: Increase I915_PARAM_MMAP_GTT_VERSION version to indicate support for partial mmaps (bsc#1012628). - scripts: generate_rust_analyzer: add missing macros deps (bsc#1012628). - scripts: generate_rust_analyzer: add missing include_dirs (bsc#1012628). - scripts: generate_rust_analyzer: add uapi crate (bsc#1012628). - block: change blk_mq_add_to_batch() third argument type to bool (bsc#1012628). - gpio: cdev: use raw notifier for line state events (bsc#1012628). - cifs: Fix integer overflow while processing acregmax mount option (bsc#1012628). - cifs: Fix integer overflow while processing acdirmax mount option (bsc#1012628). - cifs: Fix integer overflow while processing actimeo mount option (bsc#1012628). - cifs: Fix integer overflow while processing closetimeo mount option (bsc#1012628). - x86/vmware: Parse MP tables for SEV-SNP enabled guests under VMware hypervisors (bsc#1012628). - i2c: ali1535: Fix an error handling path in ali1535_probe() (bsc#1012628). - i2c: ali15x3: Fix an error handling path in ali15x3_probe() (bsc#1012628). - i2c: sis630: Fix an error handling path in sis630_probe() (bsc#1012628). - mm/hugetlb: wait for hugetlb folios to be freed (bsc#1012628). - smb3: add support for IAKerb (bsc#1012628). - smb: client: Fix match_session bug preventing session reuse (bsc#1012628). - sched_ext: selftests/dsp_local_on: Fix selftest on UP systems (bsc#1012628). - tools/sched_ext: Add helper to check task migration state (bsc#1012628). - drm/xe/guc: Fix size_t print format (bsc#1012628). - Bluetooth: L2CAP: Fix corrupted list in hci_chan_del (bsc#1012628). - nvme-fc: rely on state transitions to handle connectivity loss (bsc#1012628). - HID: apple: disable Fn key handling on the Omoton KB066 (bsc#1012628). - fs/netfs/read_collect: add to next->prev_donated (bsc#1012628). - Rename to patches.kernel.org/6.13.8-106-ASoC-Intel-sof_sdw-Add-lookup-of-quirk-using-P.patch. - Rename to patches.kernel.org/6.13.8-107-ASoC-Intel-sof_sdw-Add-quirk-for-Asus-Zenbook-.patch. - commit 41f5788 ++++ kernel-kvmsmall: - update to 6.14 final - drop mainline patch - patches.suse/drm-amd-display-Use-HW-lock-mgr-for-PSR1-when-only-o.patch (acbf16a6ae77) - refresh configs (headers only) - commit c12fe2e - rpm/kernel-binary.spec.in: Fix missing 20-kernel-default-extra.conf (bsc#1239986) sle_version was obsoleted for SLE16. It has to be combined with suse_version check. - commit cbd5de3 - Revert "Update config files. Disable OVPN temporarily." This reverts commit bca56f08ab2271cfe4d6ff271d57fb773cca295c. The issue has been fixed. - commit 7089702 - Refresh patches.suse/drm-amd-display-Use-HW-lock-mgr-for-PSR1-when-only-o.patch. Update upstream status. - commit 3bfd214 - Revert "gre: Fix IPv6 link-local address generation." (git-fixes). - commit 5d9714b - Linux 6.13.8 (bsc#1012628). - mm: fix kernel BUG when userfaultfd_move encounters swapcache (bsc#1012628). - userfaultfd: fix PTE unmapping stack-allocated PTE copies (bsc#1012628). - mm/slab/kvfree_rcu: Switch to WQ_MEM_RECLAIM wq (bsc#1012628). - virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutex (bsc#1012628). - fbdev: hyperv_fb: iounmap() the correct memory when removing a device (bsc#1012628). - pinctrl: bcm281xx: Fix incorrect regmap max_registers value (bsc#1012628). - pinctrl: nuvoton: npcm8xx: Add NULL check in npcm8xx_gpio_fw (bsc#1012628). - netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template (bsc#1012628). - ice: do not configure destination override for switchdev (bsc#1012628). - ice: fix memory leak in aRFS after reset (bsc#1012628). - ice: Fix switchdev slow-path in LAG (bsc#1012628). - netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap around (bsc#1012628). - netfilter: nf_tables: make destruction work queue pernet (bsc#1012628). - sched: address a potential NULL pointer dereference in the GRED scheduler (bsc#1012628). - wifi: iwlwifi: mvm: fix PNVM timeout for non-MSI-X platforms (bsc#1012628). - wifi: mac80211: don't queue sdata::work for a non-running sdata (bsc#1012628). - wifi: cfg80211: cancel wiphy_work before freeing wiphy (bsc#1012628). - Bluetooth: SCO: fix sco_conn refcounting on sco_conn_ready (bsc#1012628). - Bluetooth: hci_event: Fix enabling passive scanning (bsc#1012628). - Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context" (bsc#1012628). - net/mlx5: Fill out devlink dev info only for PFs (bsc#1012628). - net: dsa: mv88e6xxx: Verify after ATU Load ops (bsc#1012628). - net: mctp i3c: Copy headers if cloned (bsc#1012628). - net: mctp i2c: Copy headers if cloned (bsc#1012628). - netpoll: hold rcu read lock in __netpoll_send_skb() (bsc#1012628). - drm/hyperv: Fix address space leak when Hyper-V DRM device is removed (bsc#1012628). - fbdev: hyperv_fb: Fix hang in kdump kernel when on Hyper-V Gen 2 VMs (bsc#1012628). - fbdev: hyperv_fb: Simplify hvfb_putmem (bsc#1012628). - fbdev: hyperv_fb: Allow graceful removal of framebuffer (bsc#1012628). - Drivers: hv: vmbus: Don't release fb_mmio resource in vmbus_free_mmio() (bsc#1012628). - net/mlx5: handle errors in mlx5_chains_create_table() (bsc#1012628). - eth: bnxt: fix truesize for mb-xdp-pass case (bsc#1012628). - eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc() (bsc#1012628). - eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logic (bsc#1012628). - eth: bnxt: do not update checksum in bnxt_xdp_build_skb() (bsc#1012628). - eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx} (bsc#1012628). - eth: bnxt: fix memory leak in queue reset (bsc#1012628). - net: switchdev: Convert blocking notification chain to a raw one (bsc#1012628). - net: mctp: unshare packets when reassembling (bsc#1012628). - bonding: fix incorrect MAC address setting to receive NS messages (bsc#1012628). - selftests: bonding: fix incorrect mac address (bsc#1012628). - rtase: Fix improper release of ring list entries in rtase_sw_reset (bsc#1012628). - wifi: mac80211: fix MPDU length parsing for EHT 5/6 GHz (bsc#1012628). - netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree() (bsc#1012628). - ipvs: prevent integer overflow in do_ip_vs_get_ctl() (bsc#1012628). - net_sched: Prevent creation of classes with TC_H_ROOT (bsc#1012628). - netfilter: nft_exthdr: fix offset with ipv4_find_option() (bsc#1012628). - gre: Fix IPv6 link-local address generation (bsc#1012628). - net: openvswitch: remove misbehaving actions length check (bsc#1012628). - Revert "openvswitch: switch to per-action label counting in conntrack" (bsc#1012628). - net/mlx5: HWS, Rightsize bwc matcher priority (bsc#1012628). - net/mlx5: Fix incorrect IRQ pool usage when releasing IRQs (bsc#1012628). - net/mlx5: Lag, Check shared fdb before creating MultiPort E-Switch (bsc#1012628). - net/mlx5: Bridge, fix the crash caused by LAG state check (bsc#1012628). - net/mlx5e: Prevent bridge link show failure for non-eswitch-allowed devices (bsc#1012628). - nvme-fc: go straight to connecting state when initializing (bsc#1012628). - nvme-fc: do not ignore connectivity loss during connecting (bsc#1012628). - hrtimers: Mark is_migration_base() with __always_inline (bsc#1012628). - powercap: call put_device() on an error path in powercap_register_control_type() (bsc#1012628). - btrfs: avoid starting new transaction when cleaning qgroup during subvolume drop (bsc#1012628). - futex: Pass in task to futex_queue() (bsc#1012628). - irqchip/riscv: Ensure ordering of memory writes and IPI writes (bsc#1012628). - iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in ibft_attr_show_nic() (bsc#1012628). - sched/debug: Provide slice length for fair tasks (bsc#1012628). - platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show() (bsc#1012628). - drm/amd/display: Fix out-of-bound accesses (bsc#1012628). - scsi: core: Use GFP_NOIO to avoid circular locking dependency (bsc#1012628). - scsi: ufs: core: Fix error return with query response (bsc#1012628). - scsi: qla1280: Fix kernel oops when debug level > 2 (bsc#1012628). - kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS (bsc#1012628). - ACPI: resource: IRQ override for Eluktronics MECH-17 (bsc#1012628). - smb: client: fix noisy when tree connecting to DFS interlink targets (bsc#1012628). - alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support (bsc#1012628). - vboxsf: fix building with GCC 15 (bsc#1012628). - selftests: always check mask returned by statmount(2) (bsc#1012628). - sched_ext: selftests/dsp_local_on: Fix sporadic failures (bsc#1012628). - HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbell (bsc#1012628). - HID: intel-ish-hid: Send clock sync message immediately after reset (bsc#1012628). - HID: ignore non-functional sensor in HP 5MP Camera (bsc#1012628). - HID: hid-steam: Fix issues with disabling both gamepad mode and lizard mode (bsc#1012628). - usb: phy: generic: Use proper helper for property detection (bsc#1012628). - HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDs (bsc#1012628). - HID: topre: Fix n-key rollover on Realforce R3S TKL boards (bsc#1012628). - selftests/cgroup: use bash in test_cpuset_v1_hp.sh (bsc#1012628). - HID: hid-apple: Apple Magic Keyboard a3203 USB-C support (bsc#1012628). - HID: apple: fix up the F6 key on the Omoton KB066 keyboard (bsc#1012628). - btrfs: fix two misuses of folio_shift() (bsc#1012628). - objtool: Ignore dangling jump table entries (bsc#1012628). - sched: Clarify wake_up_q()'s write to task->wake_q.next (bsc#1012628). - platform/x86: thinkpad_acpi: Fix invalid fan speed on ThinkPad X120e (bsc#1012628). - platform/x86: thinkpad_acpi: Support for V9 DYTC platform profiles (bsc#1012628). - platform/x86: int3472: Use correct type for "polarity", call it gpio_flags (bsc#1012628). - platform/x86: int3472: Call "reset" GPIO "enable" for INT347E (bsc#1012628). - s390/cio: Fix CHPID "configure" attribute caching (bsc#1012628). - thermal/cpufreq_cooling: Remove structure member documentation (bsc#1012628). - LoongArch: Fix kernel_page_present() for KPRANGE/XKPRANGE (bsc#1012628). - LoongArch: KVM: Set host with kernel mode when switch to VM mode (bsc#1012628). - arm64: amu: Delay allocating cpumask for AMU FIE support (bsc#1012628). - Xen/swiotlb: mark xen_swiotlb_fixup() __init (bsc#1012628). - Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd (bsc#1012628). - drm/tests: hdmi: Remove redundant assignments (bsc#1012628). - drm/tests: hdmi: Reorder DRM entities variables assignment (bsc#1012628). - drm/tests: hdmi: Fix recursive locking (bsc#1012628). - selftests/bpf: Adjust data size to have ETH_HLEN (bsc#1012628). - selftests/bpf: Fix invalid flag of recv() (bsc#1012628). - ASoC: Intel: sof_sdw: Add support for Fatcat board with BT offload enabled in PTL platform (bsc#1012628). - ASoC: Intel: soc-acpi-intel-mtl-match: declare adr as ull (bsc#1012628). - ASoC: simple-card-utils.c: add missing dlc->of_node (bsc#1012628). - ALSA: hda/realtek: Limit mic boost on Positivo ARN50 (bsc#1012628). - ASoC: rsnd: indicate unsupported clock rate (bsc#1012628). - ASoC: rsnd: don't indicate warning on rsnd_kctrl_accept_runtime() (bsc#1012628). - ASoC: rsnd: adjust convert rate limitation (bsc#1012628). - ASoC: arizona/madera: use fsleep() in up/down DAPM event delays (bsc#1012628). - ASoC: SOF: Intel: hda: add softdep pre to snd-hda-codec-hdmi module (bsc#1012628). - PCI: pci_ids: add INTEL_HDA_PTL_H (bsc#1012628). - ALSA: hda: intel-dsp-config: Add PTL-H support (bsc#1012628). - ASoC: SOF: Intel: pci-ptl: Add support for PTL-H (bsc#1012628). - ALSA: hda: hda-intel: add Panther Lake-H support (bsc#1012628). - ASoC: SOF: amd: Add post_fw_run_delay ACP quirk (bsc#1012628). - ASoC: SOF: amd: Handle IPC replies before FW_BOOT_COMPLETE (bsc#1012628). - net: wwan: mhi_wwan_mbim: Silence sequence number glitch errors (bsc#1012628). - io-wq: backoff when retrying worker creation (bsc#1012628). - nvme-pci: quirk Acer FA100 for non-uniqueue identifiers (bsc#1012628). - nvmet-rdma: recheck queue state is LIVE in state lock in recv done (bsc#1012628). - apple-nvme: Release power domains when probe fails (bsc#1012628). - drm/xe: Make GUC binaries dump consistent with other binaries in devcoredump (bsc#1012628). - cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_reparse_point() (bsc#1012628). - cifs: Treat unhandled directory name surrogate reparse points as mount directory nodes (bsc#1012628). - sctp: Fix undefined behavior in left shift operation (bsc#1012628). - nvme: only allow entering LIVE from CONNECTING state (bsc#1012628). - phy: ti: gmii-sel: Do not use syscon helper to build regmap (bsc#1012628). - ASoC: tas2770: Fix volume scale (bsc#1012628). - ASoC: tas2764: Fix power control mask (bsc#1012628). - ASoC: tas2764: Set the SDOUT polarity correctly (bsc#1012628). - fuse: don't truncate cached, mutated symlink (bsc#1012628). - ASoC: dapm-graph: set fill colour of turned on nodes (bsc#1012628). - ASoC: SOF: Intel: don't check number of sdw links when set dmic_fixup (bsc#1012628). - drm/vkms: Round fixp2int conversion in lerp_u16 (bsc#1012628). - perf/x86/intel: Use better start period for frequency mode (bsc#1012628). - x86/of: Don't use DTB for SMP setup if ACPI is enabled (bsc#1012628). - x86/irq: Define trace events conditionally (bsc#1012628). - perf/x86/rapl: Add support for Intel Arrow Lake U (bsc#1012628). - mptcp: safety check before fallback (bsc#1012628). - drm/nouveau: Do not override forced connector status (bsc#1012628). - net: Handle napi_schedule() calls from non-interrupt (bsc#1012628). - block: fix 'kmem_cache of name 'bio-108' already exists' (bsc#1012628). - vhost: return task creation error instead of NULL (bsc#1012628). - Input: goodix-berlin - fix vddio regulator references (bsc#1012628). - Input: ads7846 - fix gpiod allocation (bsc#1012628). - Input: iqs7222 - preserve system status register (bsc#1012628). - Input: xpad - add 8BitDo SN30 Pro, Hyperkin X91 and Gamesir G7 SE controllers (bsc#1012628). - Input: xpad - add multiple supported devices (bsc#1012628). - Input: xpad - add support for ZOTAC Gaming Zone (bsc#1012628). - Input: xpad - add support for TECNO Pocket Go (bsc#1012628). - Input: xpad - rename QH controller to Legion Go S (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for NHxxRZQ (bsc#1012628). - Input: i8042 - add required quirks for missing old boardnames (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for several devices (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for more devices (bsc#1012628). - usb: typec: tcpm: fix state transition for SNK_WAIT_CAPABILITIES state in run_state_machine() (bsc#1012628). - USB: serial: ftdi_sio: add support for Altera USB Blaster 3 (bsc#1012628). - USB: serial: option: add Telit Cinterion FE990B compositions (bsc#1012628). - USB: serial: option: fix Telit Cinterion FE990A name (bsc#1012628). - USB: serial: option: match on interface class for Telit FN990B (bsc#1012628). - rust: lockdep: Remove support for dynamically allocated LockClassKeys (bsc#1012628). - rust: remove leftover mentions of the `alloc` crate (bsc#1012628). - rust: alloc: satisfy POSIX alignment requirement (bsc#1012628). - rust: Disallow BTF generation with Rust + LTO (bsc#1012628). - rust: init: fix `Zeroable` implementation for `Option>` and `Option>` (bsc#1012628). - x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes (bsc#1012628). - spi: microchip-core: prevent RX overflows when transmit size > FIFO size (bsc#1012628). - drm/i915/cdclk: Do cdclk post plane programming later (bsc#1012628). - drm/panic: use `div_ceil` to clean Clippy warning (bsc#1012628). - drm/panic: fix overindented list items in documentation (bsc#1012628). - drm/atomic: Filter out redundant DPMS calls (bsc#1012628). - drm/dp_mst: Fix locking when skipping CSN before topology probing (bsc#1012628). - drm/amdgpu: NULL-check BO's backing store when determining GFX12 PTE flags (bsc#1012628). - drm/amd/amdkfd: Evict all queues even HWS remove queue failed (bsc#1012628). - drm/amdgpu/vce2: fix ip block reference (bsc#1012628). - drm/amdgpu/display: Allow DCC for video formats on GFX12 (bsc#1012628). - drm/amd/display: Disable unneeded hpd interrupts during dm_init (bsc#1012628). - drm/amd/display: fix default brightness (bsc#1012628). - drm/amd/display: fix missing .is_two_pixels_per_container (bsc#1012628). - drm/amd/display: Restore correct backlight brightness after a GPU reset (bsc#1012628). - drm/amd/display: Assign normalized_pix_clk when color depth = 14 (bsc#1012628). - drm/amd/display: Fix slab-use-after-free on hdcp_work (bsc#1012628). - ksmbd: fix use-after-free in ksmbd_free_work_struct (bsc#1012628). - ksmbd: prevent connection release during oplock break notification (bsc#1012628). - clk: samsung: update PLL locktime for PLL142XX used on FSD platform (bsc#1012628). - clk: samsung: gs101: fix synchronous external abort in samsung_clk_save() (bsc#1012628). - ASoC: tegra: Fix ADX S24_LE audio format (bsc#1012628). - ASoC: Intel: sof_sdw: Fix unlikely uninitialized variable use in create_sdw_dailinks() (bsc#1012628). - ASoC: amd: yc: Support mic on another Lenovo ThinkPad E16 Gen 2 model (bsc#1012628). - netmem: prevent TX of unreadable skbs (bsc#1012628). - dm-flakey: Fix memory corruption in optional corrupt_bio_byte feature (bsc#1012628). - arm64: mm: Populate vmemmap at the page level if not section aligned (bsc#1012628). - Fix mmu notifiers for range-based invalidates (bsc#1012628). - qlcnic: fix memory leak issues in qlcnic_sriov_common.c (bsc#1012628). - smb: client: fix regression with guest option (bsc#1012628). - net: mana: cleanup mana struct after debugfs_remove() (bsc#1012628). - net: phy: nxp-c45-tja11xx: add TJA112X PHY configuration errata (bsc#1012628). - net: phy: nxp-c45-tja11xx: add TJA112XB SGMII PCS restart errata (bsc#1012628). - sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl() (bsc#1012628). - ASoC: ops: Consistently treat platform_max as control value (bsc#1012628). - rust: error: add missing newline to pr_warn! calls (bsc#1012628). - drm/gma500: Add NULL check for pci_gfx_root in mid_get_vbt_data() (bsc#1012628). - ASoC: cs42l43: Fix maximum ADC Volume (bsc#1012628). - rust: init: add missing newline to pr_info! calls (bsc#1012628). - ASoC: rt722-sdca: add missing readable registers (bsc#1012628). - drm/xe: cancel pending job timer before freeing scheduler (bsc#1012628). - drm/xe: Release guc ids before cancelling work (bsc#1012628). - drm/xe/userptr: Fix an incorrect assert (bsc#1012628). - drm/xe/pm: Temporarily disable D3Cold on BMG (bsc#1012628). - nvme: move error logging from nvme_end_req() to __nvme_end_req() (bsc#1012628). - ASoC: codecs: wm0010: Fix error handling path in wm0010_spi_probe() (bsc#1012628). - drm/i915: Increase I915_PARAM_MMAP_GTT_VERSION version to indicate support for partial mmaps (bsc#1012628). - scripts: generate_rust_analyzer: add missing macros deps (bsc#1012628). - scripts: generate_rust_analyzer: add missing include_dirs (bsc#1012628). - scripts: generate_rust_analyzer: add uapi crate (bsc#1012628). - block: change blk_mq_add_to_batch() third argument type to bool (bsc#1012628). - gpio: cdev: use raw notifier for line state events (bsc#1012628). - cifs: Fix integer overflow while processing acregmax mount option (bsc#1012628). - cifs: Fix integer overflow while processing acdirmax mount option (bsc#1012628). - cifs: Fix integer overflow while processing actimeo mount option (bsc#1012628). - cifs: Fix integer overflow while processing closetimeo mount option (bsc#1012628). - x86/vmware: Parse MP tables for SEV-SNP enabled guests under VMware hypervisors (bsc#1012628). - i2c: ali1535: Fix an error handling path in ali1535_probe() (bsc#1012628). - i2c: ali15x3: Fix an error handling path in ali15x3_probe() (bsc#1012628). - i2c: sis630: Fix an error handling path in sis630_probe() (bsc#1012628). - mm/hugetlb: wait for hugetlb folios to be freed (bsc#1012628). - smb3: add support for IAKerb (bsc#1012628). - smb: client: Fix match_session bug preventing session reuse (bsc#1012628). - sched_ext: selftests/dsp_local_on: Fix selftest on UP systems (bsc#1012628). - tools/sched_ext: Add helper to check task migration state (bsc#1012628). - drm/xe/guc: Fix size_t print format (bsc#1012628). - Bluetooth: L2CAP: Fix corrupted list in hci_chan_del (bsc#1012628). - nvme-fc: rely on state transitions to handle connectivity loss (bsc#1012628). - HID: apple: disable Fn key handling on the Omoton KB066 (bsc#1012628). - fs/netfs/read_collect: add to next->prev_donated (bsc#1012628). - Rename to patches.kernel.org/6.13.8-106-ASoC-Intel-sof_sdw-Add-lookup-of-quirk-using-P.patch. - Rename to patches.kernel.org/6.13.8-107-ASoC-Intel-sof_sdw-Add-quirk-for-Asus-Zenbook-.patch. - commit 41f5788 ++++ kernel-obs-build: - update to 6.14 final - drop mainline patch - patches.suse/drm-amd-display-Use-HW-lock-mgr-for-PSR1-when-only-o.patch (acbf16a6ae77) - refresh configs (headers only) - commit c12fe2e - rpm/kernel-binary.spec.in: Fix missing 20-kernel-default-extra.conf (bsc#1239986) sle_version was obsoleted for SLE16. It has to be combined with suse_version check. - commit cbd5de3 - Revert "Update config files. Disable OVPN temporarily." This reverts commit bca56f08ab2271cfe4d6ff271d57fb773cca295c. The issue has been fixed. - commit 7089702 - Refresh patches.suse/drm-amd-display-Use-HW-lock-mgr-for-PSR1-when-only-o.patch. Update upstream status. - commit 3bfd214 - Revert "gre: Fix IPv6 link-local address generation." (git-fixes). - commit 5d9714b - Linux 6.13.8 (bsc#1012628). - mm: fix kernel BUG when userfaultfd_move encounters swapcache (bsc#1012628). - userfaultfd: fix PTE unmapping stack-allocated PTE copies (bsc#1012628). - mm/slab/kvfree_rcu: Switch to WQ_MEM_RECLAIM wq (bsc#1012628). - virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutex (bsc#1012628). - fbdev: hyperv_fb: iounmap() the correct memory when removing a device (bsc#1012628). - pinctrl: bcm281xx: Fix incorrect regmap max_registers value (bsc#1012628). - pinctrl: nuvoton: npcm8xx: Add NULL check in npcm8xx_gpio_fw (bsc#1012628). - netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template (bsc#1012628). - ice: do not configure destination override for switchdev (bsc#1012628). - ice: fix memory leak in aRFS after reset (bsc#1012628). - ice: Fix switchdev slow-path in LAG (bsc#1012628). - netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap around (bsc#1012628). - netfilter: nf_tables: make destruction work queue pernet (bsc#1012628). - sched: address a potential NULL pointer dereference in the GRED scheduler (bsc#1012628). - wifi: iwlwifi: mvm: fix PNVM timeout for non-MSI-X platforms (bsc#1012628). - wifi: mac80211: don't queue sdata::work for a non-running sdata (bsc#1012628). - wifi: cfg80211: cancel wiphy_work before freeing wiphy (bsc#1012628). - Bluetooth: SCO: fix sco_conn refcounting on sco_conn_ready (bsc#1012628). - Bluetooth: hci_event: Fix enabling passive scanning (bsc#1012628). - Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context" (bsc#1012628). - net/mlx5: Fill out devlink dev info only for PFs (bsc#1012628). - net: dsa: mv88e6xxx: Verify after ATU Load ops (bsc#1012628). - net: mctp i3c: Copy headers if cloned (bsc#1012628). - net: mctp i2c: Copy headers if cloned (bsc#1012628). - netpoll: hold rcu read lock in __netpoll_send_skb() (bsc#1012628). - drm/hyperv: Fix address space leak when Hyper-V DRM device is removed (bsc#1012628). - fbdev: hyperv_fb: Fix hang in kdump kernel when on Hyper-V Gen 2 VMs (bsc#1012628). - fbdev: hyperv_fb: Simplify hvfb_putmem (bsc#1012628). - fbdev: hyperv_fb: Allow graceful removal of framebuffer (bsc#1012628). - Drivers: hv: vmbus: Don't release fb_mmio resource in vmbus_free_mmio() (bsc#1012628). - net/mlx5: handle errors in mlx5_chains_create_table() (bsc#1012628). - eth: bnxt: fix truesize for mb-xdp-pass case (bsc#1012628). - eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc() (bsc#1012628). - eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logic (bsc#1012628). - eth: bnxt: do not update checksum in bnxt_xdp_build_skb() (bsc#1012628). - eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx} (bsc#1012628). - eth: bnxt: fix memory leak in queue reset (bsc#1012628). - net: switchdev: Convert blocking notification chain to a raw one (bsc#1012628). - net: mctp: unshare packets when reassembling (bsc#1012628). - bonding: fix incorrect MAC address setting to receive NS messages (bsc#1012628). - selftests: bonding: fix incorrect mac address (bsc#1012628). - rtase: Fix improper release of ring list entries in rtase_sw_reset (bsc#1012628). - wifi: mac80211: fix MPDU length parsing for EHT 5/6 GHz (bsc#1012628). - netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree() (bsc#1012628). - ipvs: prevent integer overflow in do_ip_vs_get_ctl() (bsc#1012628). - net_sched: Prevent creation of classes with TC_H_ROOT (bsc#1012628). - netfilter: nft_exthdr: fix offset with ipv4_find_option() (bsc#1012628). - gre: Fix IPv6 link-local address generation (bsc#1012628). - net: openvswitch: remove misbehaving actions length check (bsc#1012628). - Revert "openvswitch: switch to per-action label counting in conntrack" (bsc#1012628). - net/mlx5: HWS, Rightsize bwc matcher priority (bsc#1012628). - net/mlx5: Fix incorrect IRQ pool usage when releasing IRQs (bsc#1012628). - net/mlx5: Lag, Check shared fdb before creating MultiPort E-Switch (bsc#1012628). - net/mlx5: Bridge, fix the crash caused by LAG state check (bsc#1012628). - net/mlx5e: Prevent bridge link show failure for non-eswitch-allowed devices (bsc#1012628). - nvme-fc: go straight to connecting state when initializing (bsc#1012628). - nvme-fc: do not ignore connectivity loss during connecting (bsc#1012628). - hrtimers: Mark is_migration_base() with __always_inline (bsc#1012628). - powercap: call put_device() on an error path in powercap_register_control_type() (bsc#1012628). - btrfs: avoid starting new transaction when cleaning qgroup during subvolume drop (bsc#1012628). - futex: Pass in task to futex_queue() (bsc#1012628). - irqchip/riscv: Ensure ordering of memory writes and IPI writes (bsc#1012628). - iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in ibft_attr_show_nic() (bsc#1012628). - sched/debug: Provide slice length for fair tasks (bsc#1012628). - platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show() (bsc#1012628). - drm/amd/display: Fix out-of-bound accesses (bsc#1012628). - scsi: core: Use GFP_NOIO to avoid circular locking dependency (bsc#1012628). - scsi: ufs: core: Fix error return with query response (bsc#1012628). - scsi: qla1280: Fix kernel oops when debug level > 2 (bsc#1012628). - kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS (bsc#1012628). - ACPI: resource: IRQ override for Eluktronics MECH-17 (bsc#1012628). - smb: client: fix noisy when tree connecting to DFS interlink targets (bsc#1012628). - alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support (bsc#1012628). - vboxsf: fix building with GCC 15 (bsc#1012628). - selftests: always check mask returned by statmount(2) (bsc#1012628). - sched_ext: selftests/dsp_local_on: Fix sporadic failures (bsc#1012628). - HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbell (bsc#1012628). - HID: intel-ish-hid: Send clock sync message immediately after reset (bsc#1012628). - HID: ignore non-functional sensor in HP 5MP Camera (bsc#1012628). - HID: hid-steam: Fix issues with disabling both gamepad mode and lizard mode (bsc#1012628). - usb: phy: generic: Use proper helper for property detection (bsc#1012628). - HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDs (bsc#1012628). - HID: topre: Fix n-key rollover on Realforce R3S TKL boards (bsc#1012628). - selftests/cgroup: use bash in test_cpuset_v1_hp.sh (bsc#1012628). - HID: hid-apple: Apple Magic Keyboard a3203 USB-C support (bsc#1012628). - HID: apple: fix up the F6 key on the Omoton KB066 keyboard (bsc#1012628). - btrfs: fix two misuses of folio_shift() (bsc#1012628). - objtool: Ignore dangling jump table entries (bsc#1012628). - sched: Clarify wake_up_q()'s write to task->wake_q.next (bsc#1012628). - platform/x86: thinkpad_acpi: Fix invalid fan speed on ThinkPad X120e (bsc#1012628). - platform/x86: thinkpad_acpi: Support for V9 DYTC platform profiles (bsc#1012628). - platform/x86: int3472: Use correct type for "polarity", call it gpio_flags (bsc#1012628). - platform/x86: int3472: Call "reset" GPIO "enable" for INT347E (bsc#1012628). - s390/cio: Fix CHPID "configure" attribute caching (bsc#1012628). - thermal/cpufreq_cooling: Remove structure member documentation (bsc#1012628). - LoongArch: Fix kernel_page_present() for KPRANGE/XKPRANGE (bsc#1012628). - LoongArch: KVM: Set host with kernel mode when switch to VM mode (bsc#1012628). - arm64: amu: Delay allocating cpumask for AMU FIE support (bsc#1012628). - Xen/swiotlb: mark xen_swiotlb_fixup() __init (bsc#1012628). - Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd (bsc#1012628). - drm/tests: hdmi: Remove redundant assignments (bsc#1012628). - drm/tests: hdmi: Reorder DRM entities variables assignment (bsc#1012628). - drm/tests: hdmi: Fix recursive locking (bsc#1012628). - selftests/bpf: Adjust data size to have ETH_HLEN (bsc#1012628). - selftests/bpf: Fix invalid flag of recv() (bsc#1012628). - ASoC: Intel: sof_sdw: Add support for Fatcat board with BT offload enabled in PTL platform (bsc#1012628). - ASoC: Intel: soc-acpi-intel-mtl-match: declare adr as ull (bsc#1012628). - ASoC: simple-card-utils.c: add missing dlc->of_node (bsc#1012628). - ALSA: hda/realtek: Limit mic boost on Positivo ARN50 (bsc#1012628). - ASoC: rsnd: indicate unsupported clock rate (bsc#1012628). - ASoC: rsnd: don't indicate warning on rsnd_kctrl_accept_runtime() (bsc#1012628). - ASoC: rsnd: adjust convert rate limitation (bsc#1012628). - ASoC: arizona/madera: use fsleep() in up/down DAPM event delays (bsc#1012628). - ASoC: SOF: Intel: hda: add softdep pre to snd-hda-codec-hdmi module (bsc#1012628). - PCI: pci_ids: add INTEL_HDA_PTL_H (bsc#1012628). - ALSA: hda: intel-dsp-config: Add PTL-H support (bsc#1012628). - ASoC: SOF: Intel: pci-ptl: Add support for PTL-H (bsc#1012628). - ALSA: hda: hda-intel: add Panther Lake-H support (bsc#1012628). - ASoC: SOF: amd: Add post_fw_run_delay ACP quirk (bsc#1012628). - ASoC: SOF: amd: Handle IPC replies before FW_BOOT_COMPLETE (bsc#1012628). - net: wwan: mhi_wwan_mbim: Silence sequence number glitch errors (bsc#1012628). - io-wq: backoff when retrying worker creation (bsc#1012628). - nvme-pci: quirk Acer FA100 for non-uniqueue identifiers (bsc#1012628). - nvmet-rdma: recheck queue state is LIVE in state lock in recv done (bsc#1012628). - apple-nvme: Release power domains when probe fails (bsc#1012628). - drm/xe: Make GUC binaries dump consistent with other binaries in devcoredump (bsc#1012628). - cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_reparse_point() (bsc#1012628). - cifs: Treat unhandled directory name surrogate reparse points as mount directory nodes (bsc#1012628). - sctp: Fix undefined behavior in left shift operation (bsc#1012628). - nvme: only allow entering LIVE from CONNECTING state (bsc#1012628). - phy: ti: gmii-sel: Do not use syscon helper to build regmap (bsc#1012628). - ASoC: tas2770: Fix volume scale (bsc#1012628). - ASoC: tas2764: Fix power control mask (bsc#1012628). - ASoC: tas2764: Set the SDOUT polarity correctly (bsc#1012628). - fuse: don't truncate cached, mutated symlink (bsc#1012628). - ASoC: dapm-graph: set fill colour of turned on nodes (bsc#1012628). - ASoC: SOF: Intel: don't check number of sdw links when set dmic_fixup (bsc#1012628). - drm/vkms: Round fixp2int conversion in lerp_u16 (bsc#1012628). - perf/x86/intel: Use better start period for frequency mode (bsc#1012628). - x86/of: Don't use DTB for SMP setup if ACPI is enabled (bsc#1012628). - x86/irq: Define trace events conditionally (bsc#1012628). - perf/x86/rapl: Add support for Intel Arrow Lake U (bsc#1012628). - mptcp: safety check before fallback (bsc#1012628). - drm/nouveau: Do not override forced connector status (bsc#1012628). - net: Handle napi_schedule() calls from non-interrupt (bsc#1012628). - block: fix 'kmem_cache of name 'bio-108' already exists' (bsc#1012628). - vhost: return task creation error instead of NULL (bsc#1012628). - Input: goodix-berlin - fix vddio regulator references (bsc#1012628). - Input: ads7846 - fix gpiod allocation (bsc#1012628). - Input: iqs7222 - preserve system status register (bsc#1012628). - Input: xpad - add 8BitDo SN30 Pro, Hyperkin X91 and Gamesir G7 SE controllers (bsc#1012628). - Input: xpad - add multiple supported devices (bsc#1012628). - Input: xpad - add support for ZOTAC Gaming Zone (bsc#1012628). - Input: xpad - add support for TECNO Pocket Go (bsc#1012628). - Input: xpad - rename QH controller to Legion Go S (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for NHxxRZQ (bsc#1012628). - Input: i8042 - add required quirks for missing old boardnames (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for several devices (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for more devices (bsc#1012628). - usb: typec: tcpm: fix state transition for SNK_WAIT_CAPABILITIES state in run_state_machine() (bsc#1012628). - USB: serial: ftdi_sio: add support for Altera USB Blaster 3 (bsc#1012628). - USB: serial: option: add Telit Cinterion FE990B compositions (bsc#1012628). - USB: serial: option: fix Telit Cinterion FE990A name (bsc#1012628). - USB: serial: option: match on interface class for Telit FN990B (bsc#1012628). - rust: lockdep: Remove support for dynamically allocated LockClassKeys (bsc#1012628). - rust: remove leftover mentions of the `alloc` crate (bsc#1012628). - rust: alloc: satisfy POSIX alignment requirement (bsc#1012628). - rust: Disallow BTF generation with Rust + LTO (bsc#1012628). - rust: init: fix `Zeroable` implementation for `Option>` and `Option>` (bsc#1012628). - x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes (bsc#1012628). - spi: microchip-core: prevent RX overflows when transmit size > FIFO size (bsc#1012628). - drm/i915/cdclk: Do cdclk post plane programming later (bsc#1012628). - drm/panic: use `div_ceil` to clean Clippy warning (bsc#1012628). - drm/panic: fix overindented list items in documentation (bsc#1012628). - drm/atomic: Filter out redundant DPMS calls (bsc#1012628). - drm/dp_mst: Fix locking when skipping CSN before topology probing (bsc#1012628). - drm/amdgpu: NULL-check BO's backing store when determining GFX12 PTE flags (bsc#1012628). - drm/amd/amdkfd: Evict all queues even HWS remove queue failed (bsc#1012628). - drm/amdgpu/vce2: fix ip block reference (bsc#1012628). - drm/amdgpu/display: Allow DCC for video formats on GFX12 (bsc#1012628). - drm/amd/display: Disable unneeded hpd interrupts during dm_init (bsc#1012628). - drm/amd/display: fix default brightness (bsc#1012628). - drm/amd/display: fix missing .is_two_pixels_per_container (bsc#1012628). - drm/amd/display: Restore correct backlight brightness after a GPU reset (bsc#1012628). - drm/amd/display: Assign normalized_pix_clk when color depth = 14 (bsc#1012628). - drm/amd/display: Fix slab-use-after-free on hdcp_work (bsc#1012628). - ksmbd: fix use-after-free in ksmbd_free_work_struct (bsc#1012628). - ksmbd: prevent connection release during oplock break notification (bsc#1012628). - clk: samsung: update PLL locktime for PLL142XX used on FSD platform (bsc#1012628). - clk: samsung: gs101: fix synchronous external abort in samsung_clk_save() (bsc#1012628). - ASoC: tegra: Fix ADX S24_LE audio format (bsc#1012628). - ASoC: Intel: sof_sdw: Fix unlikely uninitialized variable use in create_sdw_dailinks() (bsc#1012628). - ASoC: amd: yc: Support mic on another Lenovo ThinkPad E16 Gen 2 model (bsc#1012628). - netmem: prevent TX of unreadable skbs (bsc#1012628). - dm-flakey: Fix memory corruption in optional corrupt_bio_byte feature (bsc#1012628). - arm64: mm: Populate vmemmap at the page level if not section aligned (bsc#1012628). - Fix mmu notifiers for range-based invalidates (bsc#1012628). - qlcnic: fix memory leak issues in qlcnic_sriov_common.c (bsc#1012628). - smb: client: fix regression with guest option (bsc#1012628). - net: mana: cleanup mana struct after debugfs_remove() (bsc#1012628). - net: phy: nxp-c45-tja11xx: add TJA112X PHY configuration errata (bsc#1012628). - net: phy: nxp-c45-tja11xx: add TJA112XB SGMII PCS restart errata (bsc#1012628). - sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl() (bsc#1012628). - ASoC: ops: Consistently treat platform_max as control value (bsc#1012628). - rust: error: add missing newline to pr_warn! calls (bsc#1012628). - drm/gma500: Add NULL check for pci_gfx_root in mid_get_vbt_data() (bsc#1012628). - ASoC: cs42l43: Fix maximum ADC Volume (bsc#1012628). - rust: init: add missing newline to pr_info! calls (bsc#1012628). - ASoC: rt722-sdca: add missing readable registers (bsc#1012628). - drm/xe: cancel pending job timer before freeing scheduler (bsc#1012628). - drm/xe: Release guc ids before cancelling work (bsc#1012628). - drm/xe/userptr: Fix an incorrect assert (bsc#1012628). - drm/xe/pm: Temporarily disable D3Cold on BMG (bsc#1012628). - nvme: move error logging from nvme_end_req() to __nvme_end_req() (bsc#1012628). - ASoC: codecs: wm0010: Fix error handling path in wm0010_spi_probe() (bsc#1012628). - drm/i915: Increase I915_PARAM_MMAP_GTT_VERSION version to indicate support for partial mmaps (bsc#1012628). - scripts: generate_rust_analyzer: add missing macros deps (bsc#1012628). - scripts: generate_rust_analyzer: add missing include_dirs (bsc#1012628). - scripts: generate_rust_analyzer: add uapi crate (bsc#1012628). - block: change blk_mq_add_to_batch() third argument type to bool (bsc#1012628). - gpio: cdev: use raw notifier for line state events (bsc#1012628). - cifs: Fix integer overflow while processing acregmax mount option (bsc#1012628). - cifs: Fix integer overflow while processing acdirmax mount option (bsc#1012628). - cifs: Fix integer overflow while processing actimeo mount option (bsc#1012628). - cifs: Fix integer overflow while processing closetimeo mount option (bsc#1012628). - x86/vmware: Parse MP tables for SEV-SNP enabled guests under VMware hypervisors (bsc#1012628). - i2c: ali1535: Fix an error handling path in ali1535_probe() (bsc#1012628). - i2c: ali15x3: Fix an error handling path in ali15x3_probe() (bsc#1012628). - i2c: sis630: Fix an error handling path in sis630_probe() (bsc#1012628). - mm/hugetlb: wait for hugetlb folios to be freed (bsc#1012628). - smb3: add support for IAKerb (bsc#1012628). - smb: client: Fix match_session bug preventing session reuse (bsc#1012628). - sched_ext: selftests/dsp_local_on: Fix selftest on UP systems (bsc#1012628). - tools/sched_ext: Add helper to check task migration state (bsc#1012628). - drm/xe/guc: Fix size_t print format (bsc#1012628). - Bluetooth: L2CAP: Fix corrupted list in hci_chan_del (bsc#1012628). - nvme-fc: rely on state transitions to handle connectivity loss (bsc#1012628). - HID: apple: disable Fn key handling on the Omoton KB066 (bsc#1012628). - fs/netfs/read_collect: add to next->prev_donated (bsc#1012628). - Rename to patches.kernel.org/6.13.8-106-ASoC-Intel-sof_sdw-Add-lookup-of-quirk-using-P.patch. - Rename to patches.kernel.org/6.13.8-107-ASoC-Intel-sof_sdw-Add-quirk-for-Asus-Zenbook-.patch. - commit 41f5788 ++++ kernel-obs-qa: - update to 6.14 final - drop mainline patch - patches.suse/drm-amd-display-Use-HW-lock-mgr-for-PSR1-when-only-o.patch (acbf16a6ae77) - refresh configs (headers only) - commit c12fe2e - rpm/kernel-binary.spec.in: Fix missing 20-kernel-default-extra.conf (bsc#1239986) sle_version was obsoleted for SLE16. It has to be combined with suse_version check. - commit cbd5de3 - Revert "Update config files. Disable OVPN temporarily." This reverts commit bca56f08ab2271cfe4d6ff271d57fb773cca295c. The issue has been fixed. - commit 7089702 - Refresh patches.suse/drm-amd-display-Use-HW-lock-mgr-for-PSR1-when-only-o.patch. Update upstream status. - commit 3bfd214 - Revert "gre: Fix IPv6 link-local address generation." (git-fixes). - commit 5d9714b - Linux 6.13.8 (bsc#1012628). - mm: fix kernel BUG when userfaultfd_move encounters swapcache (bsc#1012628). - userfaultfd: fix PTE unmapping stack-allocated PTE copies (bsc#1012628). - mm/slab/kvfree_rcu: Switch to WQ_MEM_RECLAIM wq (bsc#1012628). - virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutex (bsc#1012628). - fbdev: hyperv_fb: iounmap() the correct memory when removing a device (bsc#1012628). - pinctrl: bcm281xx: Fix incorrect regmap max_registers value (bsc#1012628). - pinctrl: nuvoton: npcm8xx: Add NULL check in npcm8xx_gpio_fw (bsc#1012628). - netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template (bsc#1012628). - ice: do not configure destination override for switchdev (bsc#1012628). - ice: fix memory leak in aRFS after reset (bsc#1012628). - ice: Fix switchdev slow-path in LAG (bsc#1012628). - netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap around (bsc#1012628). - netfilter: nf_tables: make destruction work queue pernet (bsc#1012628). - sched: address a potential NULL pointer dereference in the GRED scheduler (bsc#1012628). - wifi: iwlwifi: mvm: fix PNVM timeout for non-MSI-X platforms (bsc#1012628). - wifi: mac80211: don't queue sdata::work for a non-running sdata (bsc#1012628). - wifi: cfg80211: cancel wiphy_work before freeing wiphy (bsc#1012628). - Bluetooth: SCO: fix sco_conn refcounting on sco_conn_ready (bsc#1012628). - Bluetooth: hci_event: Fix enabling passive scanning (bsc#1012628). - Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context" (bsc#1012628). - net/mlx5: Fill out devlink dev info only for PFs (bsc#1012628). - net: dsa: mv88e6xxx: Verify after ATU Load ops (bsc#1012628). - net: mctp i3c: Copy headers if cloned (bsc#1012628). - net: mctp i2c: Copy headers if cloned (bsc#1012628). - netpoll: hold rcu read lock in __netpoll_send_skb() (bsc#1012628). - drm/hyperv: Fix address space leak when Hyper-V DRM device is removed (bsc#1012628). - fbdev: hyperv_fb: Fix hang in kdump kernel when on Hyper-V Gen 2 VMs (bsc#1012628). - fbdev: hyperv_fb: Simplify hvfb_putmem (bsc#1012628). - fbdev: hyperv_fb: Allow graceful removal of framebuffer (bsc#1012628). - Drivers: hv: vmbus: Don't release fb_mmio resource in vmbus_free_mmio() (bsc#1012628). - net/mlx5: handle errors in mlx5_chains_create_table() (bsc#1012628). - eth: bnxt: fix truesize for mb-xdp-pass case (bsc#1012628). - eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc() (bsc#1012628). - eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logic (bsc#1012628). - eth: bnxt: do not update checksum in bnxt_xdp_build_skb() (bsc#1012628). - eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx} (bsc#1012628). - eth: bnxt: fix memory leak in queue reset (bsc#1012628). - net: switchdev: Convert blocking notification chain to a raw one (bsc#1012628). - net: mctp: unshare packets when reassembling (bsc#1012628). - bonding: fix incorrect MAC address setting to receive NS messages (bsc#1012628). - selftests: bonding: fix incorrect mac address (bsc#1012628). - rtase: Fix improper release of ring list entries in rtase_sw_reset (bsc#1012628). - wifi: mac80211: fix MPDU length parsing for EHT 5/6 GHz (bsc#1012628). - netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree() (bsc#1012628). - ipvs: prevent integer overflow in do_ip_vs_get_ctl() (bsc#1012628). - net_sched: Prevent creation of classes with TC_H_ROOT (bsc#1012628). - netfilter: nft_exthdr: fix offset with ipv4_find_option() (bsc#1012628). - gre: Fix IPv6 link-local address generation (bsc#1012628). - net: openvswitch: remove misbehaving actions length check (bsc#1012628). - Revert "openvswitch: switch to per-action label counting in conntrack" (bsc#1012628). - net/mlx5: HWS, Rightsize bwc matcher priority (bsc#1012628). - net/mlx5: Fix incorrect IRQ pool usage when releasing IRQs (bsc#1012628). - net/mlx5: Lag, Check shared fdb before creating MultiPort E-Switch (bsc#1012628). - net/mlx5: Bridge, fix the crash caused by LAG state check (bsc#1012628). - net/mlx5e: Prevent bridge link show failure for non-eswitch-allowed devices (bsc#1012628). - nvme-fc: go straight to connecting state when initializing (bsc#1012628). - nvme-fc: do not ignore connectivity loss during connecting (bsc#1012628). - hrtimers: Mark is_migration_base() with __always_inline (bsc#1012628). - powercap: call put_device() on an error path in powercap_register_control_type() (bsc#1012628). - btrfs: avoid starting new transaction when cleaning qgroup during subvolume drop (bsc#1012628). - futex: Pass in task to futex_queue() (bsc#1012628). - irqchip/riscv: Ensure ordering of memory writes and IPI writes (bsc#1012628). - iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in ibft_attr_show_nic() (bsc#1012628). - sched/debug: Provide slice length for fair tasks (bsc#1012628). - platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show() (bsc#1012628). - drm/amd/display: Fix out-of-bound accesses (bsc#1012628). - scsi: core: Use GFP_NOIO to avoid circular locking dependency (bsc#1012628). - scsi: ufs: core: Fix error return with query response (bsc#1012628). - scsi: qla1280: Fix kernel oops when debug level > 2 (bsc#1012628). - kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS (bsc#1012628). - ACPI: resource: IRQ override for Eluktronics MECH-17 (bsc#1012628). - smb: client: fix noisy when tree connecting to DFS interlink targets (bsc#1012628). - alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support (bsc#1012628). - vboxsf: fix building with GCC 15 (bsc#1012628). - selftests: always check mask returned by statmount(2) (bsc#1012628). - sched_ext: selftests/dsp_local_on: Fix sporadic failures (bsc#1012628). - HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbell (bsc#1012628). - HID: intel-ish-hid: Send clock sync message immediately after reset (bsc#1012628). - HID: ignore non-functional sensor in HP 5MP Camera (bsc#1012628). - HID: hid-steam: Fix issues with disabling both gamepad mode and lizard mode (bsc#1012628). - usb: phy: generic: Use proper helper for property detection (bsc#1012628). - HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDs (bsc#1012628). - HID: topre: Fix n-key rollover on Realforce R3S TKL boards (bsc#1012628). - selftests/cgroup: use bash in test_cpuset_v1_hp.sh (bsc#1012628). - HID: hid-apple: Apple Magic Keyboard a3203 USB-C support (bsc#1012628). - HID: apple: fix up the F6 key on the Omoton KB066 keyboard (bsc#1012628). - btrfs: fix two misuses of folio_shift() (bsc#1012628). - objtool: Ignore dangling jump table entries (bsc#1012628). - sched: Clarify wake_up_q()'s write to task->wake_q.next (bsc#1012628). - platform/x86: thinkpad_acpi: Fix invalid fan speed on ThinkPad X120e (bsc#1012628). - platform/x86: thinkpad_acpi: Support for V9 DYTC platform profiles (bsc#1012628). - platform/x86: int3472: Use correct type for "polarity", call it gpio_flags (bsc#1012628). - platform/x86: int3472: Call "reset" GPIO "enable" for INT347E (bsc#1012628). - s390/cio: Fix CHPID "configure" attribute caching (bsc#1012628). - thermal/cpufreq_cooling: Remove structure member documentation (bsc#1012628). - LoongArch: Fix kernel_page_present() for KPRANGE/XKPRANGE (bsc#1012628). - LoongArch: KVM: Set host with kernel mode when switch to VM mode (bsc#1012628). - arm64: amu: Delay allocating cpumask for AMU FIE support (bsc#1012628). - Xen/swiotlb: mark xen_swiotlb_fixup() __init (bsc#1012628). - Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd (bsc#1012628). - drm/tests: hdmi: Remove redundant assignments (bsc#1012628). - drm/tests: hdmi: Reorder DRM entities variables assignment (bsc#1012628). - drm/tests: hdmi: Fix recursive locking (bsc#1012628). - selftests/bpf: Adjust data size to have ETH_HLEN (bsc#1012628). - selftests/bpf: Fix invalid flag of recv() (bsc#1012628). - ASoC: Intel: sof_sdw: Add support for Fatcat board with BT offload enabled in PTL platform (bsc#1012628). - ASoC: Intel: soc-acpi-intel-mtl-match: declare adr as ull (bsc#1012628). - ASoC: simple-card-utils.c: add missing dlc->of_node (bsc#1012628). - ALSA: hda/realtek: Limit mic boost on Positivo ARN50 (bsc#1012628). - ASoC: rsnd: indicate unsupported clock rate (bsc#1012628). - ASoC: rsnd: don't indicate warning on rsnd_kctrl_accept_runtime() (bsc#1012628). - ASoC: rsnd: adjust convert rate limitation (bsc#1012628). - ASoC: arizona/madera: use fsleep() in up/down DAPM event delays (bsc#1012628). - ASoC: SOF: Intel: hda: add softdep pre to snd-hda-codec-hdmi module (bsc#1012628). - PCI: pci_ids: add INTEL_HDA_PTL_H (bsc#1012628). - ALSA: hda: intel-dsp-config: Add PTL-H support (bsc#1012628). - ASoC: SOF: Intel: pci-ptl: Add support for PTL-H (bsc#1012628). - ALSA: hda: hda-intel: add Panther Lake-H support (bsc#1012628). - ASoC: SOF: amd: Add post_fw_run_delay ACP quirk (bsc#1012628). - ASoC: SOF: amd: Handle IPC replies before FW_BOOT_COMPLETE (bsc#1012628). - net: wwan: mhi_wwan_mbim: Silence sequence number glitch errors (bsc#1012628). - io-wq: backoff when retrying worker creation (bsc#1012628). - nvme-pci: quirk Acer FA100 for non-uniqueue identifiers (bsc#1012628). - nvmet-rdma: recheck queue state is LIVE in state lock in recv done (bsc#1012628). - apple-nvme: Release power domains when probe fails (bsc#1012628). - drm/xe: Make GUC binaries dump consistent with other binaries in devcoredump (bsc#1012628). - cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_reparse_point() (bsc#1012628). - cifs: Treat unhandled directory name surrogate reparse points as mount directory nodes (bsc#1012628). - sctp: Fix undefined behavior in left shift operation (bsc#1012628). - nvme: only allow entering LIVE from CONNECTING state (bsc#1012628). - phy: ti: gmii-sel: Do not use syscon helper to build regmap (bsc#1012628). - ASoC: tas2770: Fix volume scale (bsc#1012628). - ASoC: tas2764: Fix power control mask (bsc#1012628). - ASoC: tas2764: Set the SDOUT polarity correctly (bsc#1012628). - fuse: don't truncate cached, mutated symlink (bsc#1012628). - ASoC: dapm-graph: set fill colour of turned on nodes (bsc#1012628). - ASoC: SOF: Intel: don't check number of sdw links when set dmic_fixup (bsc#1012628). - drm/vkms: Round fixp2int conversion in lerp_u16 (bsc#1012628). - perf/x86/intel: Use better start period for frequency mode (bsc#1012628). - x86/of: Don't use DTB for SMP setup if ACPI is enabled (bsc#1012628). - x86/irq: Define trace events conditionally (bsc#1012628). - perf/x86/rapl: Add support for Intel Arrow Lake U (bsc#1012628). - mptcp: safety check before fallback (bsc#1012628). - drm/nouveau: Do not override forced connector status (bsc#1012628). - net: Handle napi_schedule() calls from non-interrupt (bsc#1012628). - block: fix 'kmem_cache of name 'bio-108' already exists' (bsc#1012628). - vhost: return task creation error instead of NULL (bsc#1012628). - Input: goodix-berlin - fix vddio regulator references (bsc#1012628). - Input: ads7846 - fix gpiod allocation (bsc#1012628). - Input: iqs7222 - preserve system status register (bsc#1012628). - Input: xpad - add 8BitDo SN30 Pro, Hyperkin X91 and Gamesir G7 SE controllers (bsc#1012628). - Input: xpad - add multiple supported devices (bsc#1012628). - Input: xpad - add support for ZOTAC Gaming Zone (bsc#1012628). - Input: xpad - add support for TECNO Pocket Go (bsc#1012628). - Input: xpad - rename QH controller to Legion Go S (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for NHxxRZQ (bsc#1012628). - Input: i8042 - add required quirks for missing old boardnames (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for several devices (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for more devices (bsc#1012628). - usb: typec: tcpm: fix state transition for SNK_WAIT_CAPABILITIES state in run_state_machine() (bsc#1012628). - USB: serial: ftdi_sio: add support for Altera USB Blaster 3 (bsc#1012628). - USB: serial: option: add Telit Cinterion FE990B compositions (bsc#1012628). - USB: serial: option: fix Telit Cinterion FE990A name (bsc#1012628). - USB: serial: option: match on interface class for Telit FN990B (bsc#1012628). - rust: lockdep: Remove support for dynamically allocated LockClassKeys (bsc#1012628). - rust: remove leftover mentions of the `alloc` crate (bsc#1012628). - rust: alloc: satisfy POSIX alignment requirement (bsc#1012628). - rust: Disallow BTF generation with Rust + LTO (bsc#1012628). - rust: init: fix `Zeroable` implementation for `Option>` and `Option>` (bsc#1012628). - x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes (bsc#1012628). - spi: microchip-core: prevent RX overflows when transmit size > FIFO size (bsc#1012628). - drm/i915/cdclk: Do cdclk post plane programming later (bsc#1012628). - drm/panic: use `div_ceil` to clean Clippy warning (bsc#1012628). - drm/panic: fix overindented list items in documentation (bsc#1012628). - drm/atomic: Filter out redundant DPMS calls (bsc#1012628). - drm/dp_mst: Fix locking when skipping CSN before topology probing (bsc#1012628). - drm/amdgpu: NULL-check BO's backing store when determining GFX12 PTE flags (bsc#1012628). - drm/amd/amdkfd: Evict all queues even HWS remove queue failed (bsc#1012628). - drm/amdgpu/vce2: fix ip block reference (bsc#1012628). - drm/amdgpu/display: Allow DCC for video formats on GFX12 (bsc#1012628). - drm/amd/display: Disable unneeded hpd interrupts during dm_init (bsc#1012628). - drm/amd/display: fix default brightness (bsc#1012628). - drm/amd/display: fix missing .is_two_pixels_per_container (bsc#1012628). - drm/amd/display: Restore correct backlight brightness after a GPU reset (bsc#1012628). - drm/amd/display: Assign normalized_pix_clk when color depth = 14 (bsc#1012628). - drm/amd/display: Fix slab-use-after-free on hdcp_work (bsc#1012628). - ksmbd: fix use-after-free in ksmbd_free_work_struct (bsc#1012628). - ksmbd: prevent connection release during oplock break notification (bsc#1012628). - clk: samsung: update PLL locktime for PLL142XX used on FSD platform (bsc#1012628). - clk: samsung: gs101: fix synchronous external abort in samsung_clk_save() (bsc#1012628). - ASoC: tegra: Fix ADX S24_LE audio format (bsc#1012628). - ASoC: Intel: sof_sdw: Fix unlikely uninitialized variable use in create_sdw_dailinks() (bsc#1012628). - ASoC: amd: yc: Support mic on another Lenovo ThinkPad E16 Gen 2 model (bsc#1012628). - netmem: prevent TX of unreadable skbs (bsc#1012628). - dm-flakey: Fix memory corruption in optional corrupt_bio_byte feature (bsc#1012628). - arm64: mm: Populate vmemmap at the page level if not section aligned (bsc#1012628). - Fix mmu notifiers for range-based invalidates (bsc#1012628). - qlcnic: fix memory leak issues in qlcnic_sriov_common.c (bsc#1012628). - smb: client: fix regression with guest option (bsc#1012628). - net: mana: cleanup mana struct after debugfs_remove() (bsc#1012628). - net: phy: nxp-c45-tja11xx: add TJA112X PHY configuration errata (bsc#1012628). - net: phy: nxp-c45-tja11xx: add TJA112XB SGMII PCS restart errata (bsc#1012628). - sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl() (bsc#1012628). - ASoC: ops: Consistently treat platform_max as control value (bsc#1012628). - rust: error: add missing newline to pr_warn! calls (bsc#1012628). - drm/gma500: Add NULL check for pci_gfx_root in mid_get_vbt_data() (bsc#1012628). - ASoC: cs42l43: Fix maximum ADC Volume (bsc#1012628). - rust: init: add missing newline to pr_info! calls (bsc#1012628). - ASoC: rt722-sdca: add missing readable registers (bsc#1012628). - drm/xe: cancel pending job timer before freeing scheduler (bsc#1012628). - drm/xe: Release guc ids before cancelling work (bsc#1012628). - drm/xe/userptr: Fix an incorrect assert (bsc#1012628). - drm/xe/pm: Temporarily disable D3Cold on BMG (bsc#1012628). - nvme: move error logging from nvme_end_req() to __nvme_end_req() (bsc#1012628). - ASoC: codecs: wm0010: Fix error handling path in wm0010_spi_probe() (bsc#1012628). - drm/i915: Increase I915_PARAM_MMAP_GTT_VERSION version to indicate support for partial mmaps (bsc#1012628). - scripts: generate_rust_analyzer: add missing macros deps (bsc#1012628). - scripts: generate_rust_analyzer: add missing include_dirs (bsc#1012628). - scripts: generate_rust_analyzer: add uapi crate (bsc#1012628). - block: change blk_mq_add_to_batch() third argument type to bool (bsc#1012628). - gpio: cdev: use raw notifier for line state events (bsc#1012628). - cifs: Fix integer overflow while processing acregmax mount option (bsc#1012628). - cifs: Fix integer overflow while processing acdirmax mount option (bsc#1012628). - cifs: Fix integer overflow while processing actimeo mount option (bsc#1012628). - cifs: Fix integer overflow while processing closetimeo mount option (bsc#1012628). - x86/vmware: Parse MP tables for SEV-SNP enabled guests under VMware hypervisors (bsc#1012628). - i2c: ali1535: Fix an error handling path in ali1535_probe() (bsc#1012628). - i2c: ali15x3: Fix an error handling path in ali15x3_probe() (bsc#1012628). - i2c: sis630: Fix an error handling path in sis630_probe() (bsc#1012628). - mm/hugetlb: wait for hugetlb folios to be freed (bsc#1012628). - smb3: add support for IAKerb (bsc#1012628). - smb: client: Fix match_session bug preventing session reuse (bsc#1012628). - sched_ext: selftests/dsp_local_on: Fix selftest on UP systems (bsc#1012628). - tools/sched_ext: Add helper to check task migration state (bsc#1012628). - drm/xe/guc: Fix size_t print format (bsc#1012628). - Bluetooth: L2CAP: Fix corrupted list in hci_chan_del (bsc#1012628). - nvme-fc: rely on state transitions to handle connectivity loss (bsc#1012628). - HID: apple: disable Fn key handling on the Omoton KB066 (bsc#1012628). - fs/netfs/read_collect: add to next->prev_donated (bsc#1012628). - Rename to patches.kernel.org/6.13.8-106-ASoC-Intel-sof_sdw-Add-lookup-of-quirk-using-P.patch. - Rename to patches.kernel.org/6.13.8-107-ASoC-Intel-sof_sdw-Add-quirk-for-Asus-Zenbook-.patch. - commit 41f5788 ++++ kernel-syms: - update to 6.14 final - drop mainline patch - patches.suse/drm-amd-display-Use-HW-lock-mgr-for-PSR1-when-only-o.patch (acbf16a6ae77) - refresh configs (headers only) - commit c12fe2e - rpm/kernel-binary.spec.in: Fix missing 20-kernel-default-extra.conf (bsc#1239986) sle_version was obsoleted for SLE16. It has to be combined with suse_version check. - commit cbd5de3 - Revert "Update config files. Disable OVPN temporarily." This reverts commit bca56f08ab2271cfe4d6ff271d57fb773cca295c. The issue has been fixed. - commit 7089702 - Refresh patches.suse/drm-amd-display-Use-HW-lock-mgr-for-PSR1-when-only-o.patch. Update upstream status. - commit 3bfd214 - Revert "gre: Fix IPv6 link-local address generation." (git-fixes). - commit 5d9714b - Linux 6.13.8 (bsc#1012628). - mm: fix kernel BUG when userfaultfd_move encounters swapcache (bsc#1012628). - userfaultfd: fix PTE unmapping stack-allocated PTE copies (bsc#1012628). - mm/slab/kvfree_rcu: Switch to WQ_MEM_RECLAIM wq (bsc#1012628). - virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutex (bsc#1012628). - fbdev: hyperv_fb: iounmap() the correct memory when removing a device (bsc#1012628). - pinctrl: bcm281xx: Fix incorrect regmap max_registers value (bsc#1012628). - pinctrl: nuvoton: npcm8xx: Add NULL check in npcm8xx_gpio_fw (bsc#1012628). - netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template (bsc#1012628). - ice: do not configure destination override for switchdev (bsc#1012628). - ice: fix memory leak in aRFS after reset (bsc#1012628). - ice: Fix switchdev slow-path in LAG (bsc#1012628). - netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap around (bsc#1012628). - netfilter: nf_tables: make destruction work queue pernet (bsc#1012628). - sched: address a potential NULL pointer dereference in the GRED scheduler (bsc#1012628). - wifi: iwlwifi: mvm: fix PNVM timeout for non-MSI-X platforms (bsc#1012628). - wifi: mac80211: don't queue sdata::work for a non-running sdata (bsc#1012628). - wifi: cfg80211: cancel wiphy_work before freeing wiphy (bsc#1012628). - Bluetooth: SCO: fix sco_conn refcounting on sco_conn_ready (bsc#1012628). - Bluetooth: hci_event: Fix enabling passive scanning (bsc#1012628). - Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context" (bsc#1012628). - net/mlx5: Fill out devlink dev info only for PFs (bsc#1012628). - net: dsa: mv88e6xxx: Verify after ATU Load ops (bsc#1012628). - net: mctp i3c: Copy headers if cloned (bsc#1012628). - net: mctp i2c: Copy headers if cloned (bsc#1012628). - netpoll: hold rcu read lock in __netpoll_send_skb() (bsc#1012628). - drm/hyperv: Fix address space leak when Hyper-V DRM device is removed (bsc#1012628). - fbdev: hyperv_fb: Fix hang in kdump kernel when on Hyper-V Gen 2 VMs (bsc#1012628). - fbdev: hyperv_fb: Simplify hvfb_putmem (bsc#1012628). - fbdev: hyperv_fb: Allow graceful removal of framebuffer (bsc#1012628). - Drivers: hv: vmbus: Don't release fb_mmio resource in vmbus_free_mmio() (bsc#1012628). - net/mlx5: handle errors in mlx5_chains_create_table() (bsc#1012628). - eth: bnxt: fix truesize for mb-xdp-pass case (bsc#1012628). - eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc() (bsc#1012628). - eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logic (bsc#1012628). - eth: bnxt: do not update checksum in bnxt_xdp_build_skb() (bsc#1012628). - eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx} (bsc#1012628). - eth: bnxt: fix memory leak in queue reset (bsc#1012628). - net: switchdev: Convert blocking notification chain to a raw one (bsc#1012628). - net: mctp: unshare packets when reassembling (bsc#1012628). - bonding: fix incorrect MAC address setting to receive NS messages (bsc#1012628). - selftests: bonding: fix incorrect mac address (bsc#1012628). - rtase: Fix improper release of ring list entries in rtase_sw_reset (bsc#1012628). - wifi: mac80211: fix MPDU length parsing for EHT 5/6 GHz (bsc#1012628). - netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree() (bsc#1012628). - ipvs: prevent integer overflow in do_ip_vs_get_ctl() (bsc#1012628). - net_sched: Prevent creation of classes with TC_H_ROOT (bsc#1012628). - netfilter: nft_exthdr: fix offset with ipv4_find_option() (bsc#1012628). - gre: Fix IPv6 link-local address generation (bsc#1012628). - net: openvswitch: remove misbehaving actions length check (bsc#1012628). - Revert "openvswitch: switch to per-action label counting in conntrack" (bsc#1012628). - net/mlx5: HWS, Rightsize bwc matcher priority (bsc#1012628). - net/mlx5: Fix incorrect IRQ pool usage when releasing IRQs (bsc#1012628). - net/mlx5: Lag, Check shared fdb before creating MultiPort E-Switch (bsc#1012628). - net/mlx5: Bridge, fix the crash caused by LAG state check (bsc#1012628). - net/mlx5e: Prevent bridge link show failure for non-eswitch-allowed devices (bsc#1012628). - nvme-fc: go straight to connecting state when initializing (bsc#1012628). - nvme-fc: do not ignore connectivity loss during connecting (bsc#1012628). - hrtimers: Mark is_migration_base() with __always_inline (bsc#1012628). - powercap: call put_device() on an error path in powercap_register_control_type() (bsc#1012628). - btrfs: avoid starting new transaction when cleaning qgroup during subvolume drop (bsc#1012628). - futex: Pass in task to futex_queue() (bsc#1012628). - irqchip/riscv: Ensure ordering of memory writes and IPI writes (bsc#1012628). - iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in ibft_attr_show_nic() (bsc#1012628). - sched/debug: Provide slice length for fair tasks (bsc#1012628). - platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show() (bsc#1012628). - drm/amd/display: Fix out-of-bound accesses (bsc#1012628). - scsi: core: Use GFP_NOIO to avoid circular locking dependency (bsc#1012628). - scsi: ufs: core: Fix error return with query response (bsc#1012628). - scsi: qla1280: Fix kernel oops when debug level > 2 (bsc#1012628). - kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS (bsc#1012628). - ACPI: resource: IRQ override for Eluktronics MECH-17 (bsc#1012628). - smb: client: fix noisy when tree connecting to DFS interlink targets (bsc#1012628). - alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support (bsc#1012628). - vboxsf: fix building with GCC 15 (bsc#1012628). - selftests: always check mask returned by statmount(2) (bsc#1012628). - sched_ext: selftests/dsp_local_on: Fix sporadic failures (bsc#1012628). - HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbell (bsc#1012628). - HID: intel-ish-hid: Send clock sync message immediately after reset (bsc#1012628). - HID: ignore non-functional sensor in HP 5MP Camera (bsc#1012628). - HID: hid-steam: Fix issues with disabling both gamepad mode and lizard mode (bsc#1012628). - usb: phy: generic: Use proper helper for property detection (bsc#1012628). - HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDs (bsc#1012628). - HID: topre: Fix n-key rollover on Realforce R3S TKL boards (bsc#1012628). - selftests/cgroup: use bash in test_cpuset_v1_hp.sh (bsc#1012628). - HID: hid-apple: Apple Magic Keyboard a3203 USB-C support (bsc#1012628). - HID: apple: fix up the F6 key on the Omoton KB066 keyboard (bsc#1012628). - btrfs: fix two misuses of folio_shift() (bsc#1012628). - objtool: Ignore dangling jump table entries (bsc#1012628). - sched: Clarify wake_up_q()'s write to task->wake_q.next (bsc#1012628). - platform/x86: thinkpad_acpi: Fix invalid fan speed on ThinkPad X120e (bsc#1012628). - platform/x86: thinkpad_acpi: Support for V9 DYTC platform profiles (bsc#1012628). - platform/x86: int3472: Use correct type for "polarity", call it gpio_flags (bsc#1012628). - platform/x86: int3472: Call "reset" GPIO "enable" for INT347E (bsc#1012628). - s390/cio: Fix CHPID "configure" attribute caching (bsc#1012628). - thermal/cpufreq_cooling: Remove structure member documentation (bsc#1012628). - LoongArch: Fix kernel_page_present() for KPRANGE/XKPRANGE (bsc#1012628). - LoongArch: KVM: Set host with kernel mode when switch to VM mode (bsc#1012628). - arm64: amu: Delay allocating cpumask for AMU FIE support (bsc#1012628). - Xen/swiotlb: mark xen_swiotlb_fixup() __init (bsc#1012628). - Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd (bsc#1012628). - drm/tests: hdmi: Remove redundant assignments (bsc#1012628). - drm/tests: hdmi: Reorder DRM entities variables assignment (bsc#1012628). - drm/tests: hdmi: Fix recursive locking (bsc#1012628). - selftests/bpf: Adjust data size to have ETH_HLEN (bsc#1012628). - selftests/bpf: Fix invalid flag of recv() (bsc#1012628). - ASoC: Intel: sof_sdw: Add support for Fatcat board with BT offload enabled in PTL platform (bsc#1012628). - ASoC: Intel: soc-acpi-intel-mtl-match: declare adr as ull (bsc#1012628). - ASoC: simple-card-utils.c: add missing dlc->of_node (bsc#1012628). - ALSA: hda/realtek: Limit mic boost on Positivo ARN50 (bsc#1012628). - ASoC: rsnd: indicate unsupported clock rate (bsc#1012628). - ASoC: rsnd: don't indicate warning on rsnd_kctrl_accept_runtime() (bsc#1012628). - ASoC: rsnd: adjust convert rate limitation (bsc#1012628). - ASoC: arizona/madera: use fsleep() in up/down DAPM event delays (bsc#1012628). - ASoC: SOF: Intel: hda: add softdep pre to snd-hda-codec-hdmi module (bsc#1012628). - PCI: pci_ids: add INTEL_HDA_PTL_H (bsc#1012628). - ALSA: hda: intel-dsp-config: Add PTL-H support (bsc#1012628). - ASoC: SOF: Intel: pci-ptl: Add support for PTL-H (bsc#1012628). - ALSA: hda: hda-intel: add Panther Lake-H support (bsc#1012628). - ASoC: SOF: amd: Add post_fw_run_delay ACP quirk (bsc#1012628). - ASoC: SOF: amd: Handle IPC replies before FW_BOOT_COMPLETE (bsc#1012628). - net: wwan: mhi_wwan_mbim: Silence sequence number glitch errors (bsc#1012628). - io-wq: backoff when retrying worker creation (bsc#1012628). - nvme-pci: quirk Acer FA100 for non-uniqueue identifiers (bsc#1012628). - nvmet-rdma: recheck queue state is LIVE in state lock in recv done (bsc#1012628). - apple-nvme: Release power domains when probe fails (bsc#1012628). - drm/xe: Make GUC binaries dump consistent with other binaries in devcoredump (bsc#1012628). - cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_reparse_point() (bsc#1012628). - cifs: Treat unhandled directory name surrogate reparse points as mount directory nodes (bsc#1012628). - sctp: Fix undefined behavior in left shift operation (bsc#1012628). - nvme: only allow entering LIVE from CONNECTING state (bsc#1012628). - phy: ti: gmii-sel: Do not use syscon helper to build regmap (bsc#1012628). - ASoC: tas2770: Fix volume scale (bsc#1012628). - ASoC: tas2764: Fix power control mask (bsc#1012628). - ASoC: tas2764: Set the SDOUT polarity correctly (bsc#1012628). - fuse: don't truncate cached, mutated symlink (bsc#1012628). - ASoC: dapm-graph: set fill colour of turned on nodes (bsc#1012628). - ASoC: SOF: Intel: don't check number of sdw links when set dmic_fixup (bsc#1012628). - drm/vkms: Round fixp2int conversion in lerp_u16 (bsc#1012628). - perf/x86/intel: Use better start period for frequency mode (bsc#1012628). - x86/of: Don't use DTB for SMP setup if ACPI is enabled (bsc#1012628). - x86/irq: Define trace events conditionally (bsc#1012628). - perf/x86/rapl: Add support for Intel Arrow Lake U (bsc#1012628). - mptcp: safety check before fallback (bsc#1012628). - drm/nouveau: Do not override forced connector status (bsc#1012628). - net: Handle napi_schedule() calls from non-interrupt (bsc#1012628). - block: fix 'kmem_cache of name 'bio-108' already exists' (bsc#1012628). - vhost: return task creation error instead of NULL (bsc#1012628). - Input: goodix-berlin - fix vddio regulator references (bsc#1012628). - Input: ads7846 - fix gpiod allocation (bsc#1012628). - Input: iqs7222 - preserve system status register (bsc#1012628). - Input: xpad - add 8BitDo SN30 Pro, Hyperkin X91 and Gamesir G7 SE controllers (bsc#1012628). - Input: xpad - add multiple supported devices (bsc#1012628). - Input: xpad - add support for ZOTAC Gaming Zone (bsc#1012628). - Input: xpad - add support for TECNO Pocket Go (bsc#1012628). - Input: xpad - rename QH controller to Legion Go S (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for NHxxRZQ (bsc#1012628). - Input: i8042 - add required quirks for missing old boardnames (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for several devices (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for more devices (bsc#1012628). - usb: typec: tcpm: fix state transition for SNK_WAIT_CAPABILITIES state in run_state_machine() (bsc#1012628). - USB: serial: ftdi_sio: add support for Altera USB Blaster 3 (bsc#1012628). - USB: serial: option: add Telit Cinterion FE990B compositions (bsc#1012628). - USB: serial: option: fix Telit Cinterion FE990A name (bsc#1012628). - USB: serial: option: match on interface class for Telit FN990B (bsc#1012628). - rust: lockdep: Remove support for dynamically allocated LockClassKeys (bsc#1012628). - rust: remove leftover mentions of the `alloc` crate (bsc#1012628). - rust: alloc: satisfy POSIX alignment requirement (bsc#1012628). - rust: Disallow BTF generation with Rust + LTO (bsc#1012628). - rust: init: fix `Zeroable` implementation for `Option>` and `Option>` (bsc#1012628). - x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes (bsc#1012628). - spi: microchip-core: prevent RX overflows when transmit size > FIFO size (bsc#1012628). - drm/i915/cdclk: Do cdclk post plane programming later (bsc#1012628). - drm/panic: use `div_ceil` to clean Clippy warning (bsc#1012628). - drm/panic: fix overindented list items in documentation (bsc#1012628). - drm/atomic: Filter out redundant DPMS calls (bsc#1012628). - drm/dp_mst: Fix locking when skipping CSN before topology probing (bsc#1012628). - drm/amdgpu: NULL-check BO's backing store when determining GFX12 PTE flags (bsc#1012628). - drm/amd/amdkfd: Evict all queues even HWS remove queue failed (bsc#1012628). - drm/amdgpu/vce2: fix ip block reference (bsc#1012628). - drm/amdgpu/display: Allow DCC for video formats on GFX12 (bsc#1012628). - drm/amd/display: Disable unneeded hpd interrupts during dm_init (bsc#1012628). - drm/amd/display: fix default brightness (bsc#1012628). - drm/amd/display: fix missing .is_two_pixels_per_container (bsc#1012628). - drm/amd/display: Restore correct backlight brightness after a GPU reset (bsc#1012628). - drm/amd/display: Assign normalized_pix_clk when color depth = 14 (bsc#1012628). - drm/amd/display: Fix slab-use-after-free on hdcp_work (bsc#1012628). - ksmbd: fix use-after-free in ksmbd_free_work_struct (bsc#1012628). - ksmbd: prevent connection release during oplock break notification (bsc#1012628). - clk: samsung: update PLL locktime for PLL142XX used on FSD platform (bsc#1012628). - clk: samsung: gs101: fix synchronous external abort in samsung_clk_save() (bsc#1012628). - ASoC: tegra: Fix ADX S24_LE audio format (bsc#1012628). - ASoC: Intel: sof_sdw: Fix unlikely uninitialized variable use in create_sdw_dailinks() (bsc#1012628). - ASoC: amd: yc: Support mic on another Lenovo ThinkPad E16 Gen 2 model (bsc#1012628). - netmem: prevent TX of unreadable skbs (bsc#1012628). - dm-flakey: Fix memory corruption in optional corrupt_bio_byte feature (bsc#1012628). - arm64: mm: Populate vmemmap at the page level if not section aligned (bsc#1012628). - Fix mmu notifiers for range-based invalidates (bsc#1012628). - qlcnic: fix memory leak issues in qlcnic_sriov_common.c (bsc#1012628). - smb: client: fix regression with guest option (bsc#1012628). - net: mana: cleanup mana struct after debugfs_remove() (bsc#1012628). - net: phy: nxp-c45-tja11xx: add TJA112X PHY configuration errata (bsc#1012628). - net: phy: nxp-c45-tja11xx: add TJA112XB SGMII PCS restart errata (bsc#1012628). - sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl() (bsc#1012628). - ASoC: ops: Consistently treat platform_max as control value (bsc#1012628). - rust: error: add missing newline to pr_warn! calls (bsc#1012628). - drm/gma500: Add NULL check for pci_gfx_root in mid_get_vbt_data() (bsc#1012628). - ASoC: cs42l43: Fix maximum ADC Volume (bsc#1012628). - rust: init: add missing newline to pr_info! calls (bsc#1012628). - ASoC: rt722-sdca: add missing readable registers (bsc#1012628). - drm/xe: cancel pending job timer before freeing scheduler (bsc#1012628). - drm/xe: Release guc ids before cancelling work (bsc#1012628). - drm/xe/userptr: Fix an incorrect assert (bsc#1012628). - drm/xe/pm: Temporarily disable D3Cold on BMG (bsc#1012628). - nvme: move error logging from nvme_end_req() to __nvme_end_req() (bsc#1012628). - ASoC: codecs: wm0010: Fix error handling path in wm0010_spi_probe() (bsc#1012628). - drm/i915: Increase I915_PARAM_MMAP_GTT_VERSION version to indicate support for partial mmaps (bsc#1012628). - scripts: generate_rust_analyzer: add missing macros deps (bsc#1012628). - scripts: generate_rust_analyzer: add missing include_dirs (bsc#1012628). - scripts: generate_rust_analyzer: add uapi crate (bsc#1012628). - block: change blk_mq_add_to_batch() third argument type to bool (bsc#1012628). - gpio: cdev: use raw notifier for line state events (bsc#1012628). - cifs: Fix integer overflow while processing acregmax mount option (bsc#1012628). - cifs: Fix integer overflow while processing acdirmax mount option (bsc#1012628). - cifs: Fix integer overflow while processing actimeo mount option (bsc#1012628). - cifs: Fix integer overflow while processing closetimeo mount option (bsc#1012628). - x86/vmware: Parse MP tables for SEV-SNP enabled guests under VMware hypervisors (bsc#1012628). - i2c: ali1535: Fix an error handling path in ali1535_probe() (bsc#1012628). - i2c: ali15x3: Fix an error handling path in ali15x3_probe() (bsc#1012628). - i2c: sis630: Fix an error handling path in sis630_probe() (bsc#1012628). - mm/hugetlb: wait for hugetlb folios to be freed (bsc#1012628). - smb3: add support for IAKerb (bsc#1012628). - smb: client: Fix match_session bug preventing session reuse (bsc#1012628). - sched_ext: selftests/dsp_local_on: Fix selftest on UP systems (bsc#1012628). - tools/sched_ext: Add helper to check task migration state (bsc#1012628). - drm/xe/guc: Fix size_t print format (bsc#1012628). - Bluetooth: L2CAP: Fix corrupted list in hci_chan_del (bsc#1012628). - nvme-fc: rely on state transitions to handle connectivity loss (bsc#1012628). - HID: apple: disable Fn key handling on the Omoton KB066 (bsc#1012628). - fs/netfs/read_collect: add to next->prev_donated (bsc#1012628). - Rename to patches.kernel.org/6.13.8-106-ASoC-Intel-sof_sdw-Add-lookup-of-quirk-using-P.patch. - Rename to patches.kernel.org/6.13.8-107-ASoC-Intel-sof_sdw-Add-quirk-for-Asus-Zenbook-.patch. - commit 41f5788 ++++ kernel-vanilla: - update to 6.14 final - drop mainline patch - patches.suse/drm-amd-display-Use-HW-lock-mgr-for-PSR1-when-only-o.patch (acbf16a6ae77) - refresh configs (headers only) - commit c12fe2e - rpm/kernel-binary.spec.in: Fix missing 20-kernel-default-extra.conf (bsc#1239986) sle_version was obsoleted for SLE16. It has to be combined with suse_version check. - commit cbd5de3 - Revert "Update config files. Disable OVPN temporarily." This reverts commit bca56f08ab2271cfe4d6ff271d57fb773cca295c. The issue has been fixed. - commit 7089702 - Refresh patches.suse/drm-amd-display-Use-HW-lock-mgr-for-PSR1-when-only-o.patch. Update upstream status. - commit 3bfd214 - Revert "gre: Fix IPv6 link-local address generation." (git-fixes). - commit 5d9714b - Linux 6.13.8 (bsc#1012628). - mm: fix kernel BUG when userfaultfd_move encounters swapcache (bsc#1012628). - userfaultfd: fix PTE unmapping stack-allocated PTE copies (bsc#1012628). - mm/slab/kvfree_rcu: Switch to WQ_MEM_RECLAIM wq (bsc#1012628). - virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutex (bsc#1012628). - fbdev: hyperv_fb: iounmap() the correct memory when removing a device (bsc#1012628). - pinctrl: bcm281xx: Fix incorrect regmap max_registers value (bsc#1012628). - pinctrl: nuvoton: npcm8xx: Add NULL check in npcm8xx_gpio_fw (bsc#1012628). - netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template (bsc#1012628). - ice: do not configure destination override for switchdev (bsc#1012628). - ice: fix memory leak in aRFS after reset (bsc#1012628). - ice: Fix switchdev slow-path in LAG (bsc#1012628). - netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap around (bsc#1012628). - netfilter: nf_tables: make destruction work queue pernet (bsc#1012628). - sched: address a potential NULL pointer dereference in the GRED scheduler (bsc#1012628). - wifi: iwlwifi: mvm: fix PNVM timeout for non-MSI-X platforms (bsc#1012628). - wifi: mac80211: don't queue sdata::work for a non-running sdata (bsc#1012628). - wifi: cfg80211: cancel wiphy_work before freeing wiphy (bsc#1012628). - Bluetooth: SCO: fix sco_conn refcounting on sco_conn_ready (bsc#1012628). - Bluetooth: hci_event: Fix enabling passive scanning (bsc#1012628). - Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context" (bsc#1012628). - net/mlx5: Fill out devlink dev info only for PFs (bsc#1012628). - net: dsa: mv88e6xxx: Verify after ATU Load ops (bsc#1012628). - net: mctp i3c: Copy headers if cloned (bsc#1012628). - net: mctp i2c: Copy headers if cloned (bsc#1012628). - netpoll: hold rcu read lock in __netpoll_send_skb() (bsc#1012628). - drm/hyperv: Fix address space leak when Hyper-V DRM device is removed (bsc#1012628). - fbdev: hyperv_fb: Fix hang in kdump kernel when on Hyper-V Gen 2 VMs (bsc#1012628). - fbdev: hyperv_fb: Simplify hvfb_putmem (bsc#1012628). - fbdev: hyperv_fb: Allow graceful removal of framebuffer (bsc#1012628). - Drivers: hv: vmbus: Don't release fb_mmio resource in vmbus_free_mmio() (bsc#1012628). - net/mlx5: handle errors in mlx5_chains_create_table() (bsc#1012628). - eth: bnxt: fix truesize for mb-xdp-pass case (bsc#1012628). - eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc() (bsc#1012628). - eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logic (bsc#1012628). - eth: bnxt: do not update checksum in bnxt_xdp_build_skb() (bsc#1012628). - eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx} (bsc#1012628). - eth: bnxt: fix memory leak in queue reset (bsc#1012628). - net: switchdev: Convert blocking notification chain to a raw one (bsc#1012628). - net: mctp: unshare packets when reassembling (bsc#1012628). - bonding: fix incorrect MAC address setting to receive NS messages (bsc#1012628). - selftests: bonding: fix incorrect mac address (bsc#1012628). - rtase: Fix improper release of ring list entries in rtase_sw_reset (bsc#1012628). - wifi: mac80211: fix MPDU length parsing for EHT 5/6 GHz (bsc#1012628). - netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree() (bsc#1012628). - ipvs: prevent integer overflow in do_ip_vs_get_ctl() (bsc#1012628). - net_sched: Prevent creation of classes with TC_H_ROOT (bsc#1012628). - netfilter: nft_exthdr: fix offset with ipv4_find_option() (bsc#1012628). - gre: Fix IPv6 link-local address generation (bsc#1012628). - net: openvswitch: remove misbehaving actions length check (bsc#1012628). - Revert "openvswitch: switch to per-action label counting in conntrack" (bsc#1012628). - net/mlx5: HWS, Rightsize bwc matcher priority (bsc#1012628). - net/mlx5: Fix incorrect IRQ pool usage when releasing IRQs (bsc#1012628). - net/mlx5: Lag, Check shared fdb before creating MultiPort E-Switch (bsc#1012628). - net/mlx5: Bridge, fix the crash caused by LAG state check (bsc#1012628). - net/mlx5e: Prevent bridge link show failure for non-eswitch-allowed devices (bsc#1012628). - nvme-fc: go straight to connecting state when initializing (bsc#1012628). - nvme-fc: do not ignore connectivity loss during connecting (bsc#1012628). - hrtimers: Mark is_migration_base() with __always_inline (bsc#1012628). - powercap: call put_device() on an error path in powercap_register_control_type() (bsc#1012628). - btrfs: avoid starting new transaction when cleaning qgroup during subvolume drop (bsc#1012628). - futex: Pass in task to futex_queue() (bsc#1012628). - irqchip/riscv: Ensure ordering of memory writes and IPI writes (bsc#1012628). - iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in ibft_attr_show_nic() (bsc#1012628). - sched/debug: Provide slice length for fair tasks (bsc#1012628). - platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show() (bsc#1012628). - drm/amd/display: Fix out-of-bound accesses (bsc#1012628). - scsi: core: Use GFP_NOIO to avoid circular locking dependency (bsc#1012628). - scsi: ufs: core: Fix error return with query response (bsc#1012628). - scsi: qla1280: Fix kernel oops when debug level > 2 (bsc#1012628). - kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS (bsc#1012628). - ACPI: resource: IRQ override for Eluktronics MECH-17 (bsc#1012628). - smb: client: fix noisy when tree connecting to DFS interlink targets (bsc#1012628). - alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support (bsc#1012628). - vboxsf: fix building with GCC 15 (bsc#1012628). - selftests: always check mask returned by statmount(2) (bsc#1012628). - sched_ext: selftests/dsp_local_on: Fix sporadic failures (bsc#1012628). - HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbell (bsc#1012628). - HID: intel-ish-hid: Send clock sync message immediately after reset (bsc#1012628). - HID: ignore non-functional sensor in HP 5MP Camera (bsc#1012628). - HID: hid-steam: Fix issues with disabling both gamepad mode and lizard mode (bsc#1012628). - usb: phy: generic: Use proper helper for property detection (bsc#1012628). - HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDs (bsc#1012628). - HID: topre: Fix n-key rollover on Realforce R3S TKL boards (bsc#1012628). - selftests/cgroup: use bash in test_cpuset_v1_hp.sh (bsc#1012628). - HID: hid-apple: Apple Magic Keyboard a3203 USB-C support (bsc#1012628). - HID: apple: fix up the F6 key on the Omoton KB066 keyboard (bsc#1012628). - btrfs: fix two misuses of folio_shift() (bsc#1012628). - objtool: Ignore dangling jump table entries (bsc#1012628). - sched: Clarify wake_up_q()'s write to task->wake_q.next (bsc#1012628). - platform/x86: thinkpad_acpi: Fix invalid fan speed on ThinkPad X120e (bsc#1012628). - platform/x86: thinkpad_acpi: Support for V9 DYTC platform profiles (bsc#1012628). - platform/x86: int3472: Use correct type for "polarity", call it gpio_flags (bsc#1012628). - platform/x86: int3472: Call "reset" GPIO "enable" for INT347E (bsc#1012628). - s390/cio: Fix CHPID "configure" attribute caching (bsc#1012628). - thermal/cpufreq_cooling: Remove structure member documentation (bsc#1012628). - LoongArch: Fix kernel_page_present() for KPRANGE/XKPRANGE (bsc#1012628). - LoongArch: KVM: Set host with kernel mode when switch to VM mode (bsc#1012628). - arm64: amu: Delay allocating cpumask for AMU FIE support (bsc#1012628). - Xen/swiotlb: mark xen_swiotlb_fixup() __init (bsc#1012628). - Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd (bsc#1012628). - drm/tests: hdmi: Remove redundant assignments (bsc#1012628). - drm/tests: hdmi: Reorder DRM entities variables assignment (bsc#1012628). - drm/tests: hdmi: Fix recursive locking (bsc#1012628). - selftests/bpf: Adjust data size to have ETH_HLEN (bsc#1012628). - selftests/bpf: Fix invalid flag of recv() (bsc#1012628). - ASoC: Intel: sof_sdw: Add support for Fatcat board with BT offload enabled in PTL platform (bsc#1012628). - ASoC: Intel: soc-acpi-intel-mtl-match: declare adr as ull (bsc#1012628). - ASoC: simple-card-utils.c: add missing dlc->of_node (bsc#1012628). - ALSA: hda/realtek: Limit mic boost on Positivo ARN50 (bsc#1012628). - ASoC: rsnd: indicate unsupported clock rate (bsc#1012628). - ASoC: rsnd: don't indicate warning on rsnd_kctrl_accept_runtime() (bsc#1012628). - ASoC: rsnd: adjust convert rate limitation (bsc#1012628). - ASoC: arizona/madera: use fsleep() in up/down DAPM event delays (bsc#1012628). - ASoC: SOF: Intel: hda: add softdep pre to snd-hda-codec-hdmi module (bsc#1012628). - PCI: pci_ids: add INTEL_HDA_PTL_H (bsc#1012628). - ALSA: hda: intel-dsp-config: Add PTL-H support (bsc#1012628). - ASoC: SOF: Intel: pci-ptl: Add support for PTL-H (bsc#1012628). - ALSA: hda: hda-intel: add Panther Lake-H support (bsc#1012628). - ASoC: SOF: amd: Add post_fw_run_delay ACP quirk (bsc#1012628). - ASoC: SOF: amd: Handle IPC replies before FW_BOOT_COMPLETE (bsc#1012628). - net: wwan: mhi_wwan_mbim: Silence sequence number glitch errors (bsc#1012628). - io-wq: backoff when retrying worker creation (bsc#1012628). - nvme-pci: quirk Acer FA100 for non-uniqueue identifiers (bsc#1012628). - nvmet-rdma: recheck queue state is LIVE in state lock in recv done (bsc#1012628). - apple-nvme: Release power domains when probe fails (bsc#1012628). - drm/xe: Make GUC binaries dump consistent with other binaries in devcoredump (bsc#1012628). - cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_reparse_point() (bsc#1012628). - cifs: Treat unhandled directory name surrogate reparse points as mount directory nodes (bsc#1012628). - sctp: Fix undefined behavior in left shift operation (bsc#1012628). - nvme: only allow entering LIVE from CONNECTING state (bsc#1012628). - phy: ti: gmii-sel: Do not use syscon helper to build regmap (bsc#1012628). - ASoC: tas2770: Fix volume scale (bsc#1012628). - ASoC: tas2764: Fix power control mask (bsc#1012628). - ASoC: tas2764: Set the SDOUT polarity correctly (bsc#1012628). - fuse: don't truncate cached, mutated symlink (bsc#1012628). - ASoC: dapm-graph: set fill colour of turned on nodes (bsc#1012628). - ASoC: SOF: Intel: don't check number of sdw links when set dmic_fixup (bsc#1012628). - drm/vkms: Round fixp2int conversion in lerp_u16 (bsc#1012628). - perf/x86/intel: Use better start period for frequency mode (bsc#1012628). - x86/of: Don't use DTB for SMP setup if ACPI is enabled (bsc#1012628). - x86/irq: Define trace events conditionally (bsc#1012628). - perf/x86/rapl: Add support for Intel Arrow Lake U (bsc#1012628). - mptcp: safety check before fallback (bsc#1012628). - drm/nouveau: Do not override forced connector status (bsc#1012628). - net: Handle napi_schedule() calls from non-interrupt (bsc#1012628). - block: fix 'kmem_cache of name 'bio-108' already exists' (bsc#1012628). - vhost: return task creation error instead of NULL (bsc#1012628). - Input: goodix-berlin - fix vddio regulator references (bsc#1012628). - Input: ads7846 - fix gpiod allocation (bsc#1012628). - Input: iqs7222 - preserve system status register (bsc#1012628). - Input: xpad - add 8BitDo SN30 Pro, Hyperkin X91 and Gamesir G7 SE controllers (bsc#1012628). - Input: xpad - add multiple supported devices (bsc#1012628). - Input: xpad - add support for ZOTAC Gaming Zone (bsc#1012628). - Input: xpad - add support for TECNO Pocket Go (bsc#1012628). - Input: xpad - rename QH controller to Legion Go S (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for NHxxRZQ (bsc#1012628). - Input: i8042 - add required quirks for missing old boardnames (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for several devices (bsc#1012628). - Input: i8042 - swap old quirk combination with new quirk for more devices (bsc#1012628). - usb: typec: tcpm: fix state transition for SNK_WAIT_CAPABILITIES state in run_state_machine() (bsc#1012628). - USB: serial: ftdi_sio: add support for Altera USB Blaster 3 (bsc#1012628). - USB: serial: option: add Telit Cinterion FE990B compositions (bsc#1012628). - USB: serial: option: fix Telit Cinterion FE990A name (bsc#1012628). - USB: serial: option: match on interface class for Telit FN990B (bsc#1012628). - rust: lockdep: Remove support for dynamically allocated LockClassKeys (bsc#1012628). - rust: remove leftover mentions of the `alloc` crate (bsc#1012628). - rust: alloc: satisfy POSIX alignment requirement (bsc#1012628). - rust: Disallow BTF generation with Rust + LTO (bsc#1012628). - rust: init: fix `Zeroable` implementation for `Option>` and `Option>` (bsc#1012628). - x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes (bsc#1012628). - spi: microchip-core: prevent RX overflows when transmit size > FIFO size (bsc#1012628). - drm/i915/cdclk: Do cdclk post plane programming later (bsc#1012628). - drm/panic: use `div_ceil` to clean Clippy warning (bsc#1012628). - drm/panic: fix overindented list items in documentation (bsc#1012628). - drm/atomic: Filter out redundant DPMS calls (bsc#1012628). - drm/dp_mst: Fix locking when skipping CSN before topology probing (bsc#1012628). - drm/amdgpu: NULL-check BO's backing store when determining GFX12 PTE flags (bsc#1012628). - drm/amd/amdkfd: Evict all queues even HWS remove queue failed (bsc#1012628). - drm/amdgpu/vce2: fix ip block reference (bsc#1012628). - drm/amdgpu/display: Allow DCC for video formats on GFX12 (bsc#1012628). - drm/amd/display: Disable unneeded hpd interrupts during dm_init (bsc#1012628). - drm/amd/display: fix default brightness (bsc#1012628). - drm/amd/display: fix missing .is_two_pixels_per_container (bsc#1012628). - drm/amd/display: Restore correct backlight brightness after a GPU reset (bsc#1012628). - drm/amd/display: Assign normalized_pix_clk when color depth = 14 (bsc#1012628). - drm/amd/display: Fix slab-use-after-free on hdcp_work (bsc#1012628). - ksmbd: fix use-after-free in ksmbd_free_work_struct (bsc#1012628). - ksmbd: prevent connection release during oplock break notification (bsc#1012628). - clk: samsung: update PLL locktime for PLL142XX used on FSD platform (bsc#1012628). - clk: samsung: gs101: fix synchronous external abort in samsung_clk_save() (bsc#1012628). - ASoC: tegra: Fix ADX S24_LE audio format (bsc#1012628). - ASoC: Intel: sof_sdw: Fix unlikely uninitialized variable use in create_sdw_dailinks() (bsc#1012628). - ASoC: amd: yc: Support mic on another Lenovo ThinkPad E16 Gen 2 model (bsc#1012628). - netmem: prevent TX of unreadable skbs (bsc#1012628). - dm-flakey: Fix memory corruption in optional corrupt_bio_byte feature (bsc#1012628). - arm64: mm: Populate vmemmap at the page level if not section aligned (bsc#1012628). - Fix mmu notifiers for range-based invalidates (bsc#1012628). - qlcnic: fix memory leak issues in qlcnic_sriov_common.c (bsc#1012628). - smb: client: fix regression with guest option (bsc#1012628). - net: mana: cleanup mana struct after debugfs_remove() (bsc#1012628). - net: phy: nxp-c45-tja11xx: add TJA112X PHY configuration errata (bsc#1012628). - net: phy: nxp-c45-tja11xx: add TJA112XB SGMII PCS restart errata (bsc#1012628). - sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl() (bsc#1012628). - ASoC: ops: Consistently treat platform_max as control value (bsc#1012628). - rust: error: add missing newline to pr_warn! calls (bsc#1012628). - drm/gma500: Add NULL check for pci_gfx_root in mid_get_vbt_data() (bsc#1012628). - ASoC: cs42l43: Fix maximum ADC Volume (bsc#1012628). - rust: init: add missing newline to pr_info! calls (bsc#1012628). - ASoC: rt722-sdca: add missing readable registers (bsc#1012628). - drm/xe: cancel pending job timer before freeing scheduler (bsc#1012628). - drm/xe: Release guc ids before cancelling work (bsc#1012628). - drm/xe/userptr: Fix an incorrect assert (bsc#1012628). - drm/xe/pm: Temporarily disable D3Cold on BMG (bsc#1012628). - nvme: move error logging from nvme_end_req() to __nvme_end_req() (bsc#1012628). - ASoC: codecs: wm0010: Fix error handling path in wm0010_spi_probe() (bsc#1012628). - drm/i915: Increase I915_PARAM_MMAP_GTT_VERSION version to indicate support for partial mmaps (bsc#1012628). - scripts: generate_rust_analyzer: add missing macros deps (bsc#1012628). - scripts: generate_rust_analyzer: add missing include_dirs (bsc#1012628). - scripts: generate_rust_analyzer: add uapi crate (bsc#1012628). - block: change blk_mq_add_to_batch() third argument type to bool (bsc#1012628). - gpio: cdev: use raw notifier for line state events (bsc#1012628). - cifs: Fix integer overflow while processing acregmax mount option (bsc#1012628). - cifs: Fix integer overflow while processing acdirmax mount option (bsc#1012628). - cifs: Fix integer overflow while processing actimeo mount option (bsc#1012628). - cifs: Fix integer overflow while processing closetimeo mount option (bsc#1012628). - x86/vmware: Parse MP tables for SEV-SNP enabled guests under VMware hypervisors (bsc#1012628). - i2c: ali1535: Fix an error handling path in ali1535_probe() (bsc#1012628). - i2c: ali15x3: Fix an error handling path in ali15x3_probe() (bsc#1012628). - i2c: sis630: Fix an error handling path in sis630_probe() (bsc#1012628). - mm/hugetlb: wait for hugetlb folios to be freed (bsc#1012628). - smb3: add support for IAKerb (bsc#1012628). - smb: client: Fix match_session bug preventing session reuse (bsc#1012628). - sched_ext: selftests/dsp_local_on: Fix selftest on UP systems (bsc#1012628). - tools/sched_ext: Add helper to check task migration state (bsc#1012628). - drm/xe/guc: Fix size_t print format (bsc#1012628). - Bluetooth: L2CAP: Fix corrupted list in hci_chan_del (bsc#1012628). - nvme-fc: rely on state transitions to handle connectivity loss (bsc#1012628). - HID: apple: disable Fn key handling on the Omoton KB066 (bsc#1012628). - fs/netfs/read_collect: add to next->prev_donated (bsc#1012628). - Rename to patches.kernel.org/6.13.8-106-ASoC-Intel-sof_sdw-Add-lookup-of-quirk-using-P.patch. - Rename to patches.kernel.org/6.13.8-107-ASoC-Intel-sof_sdw-Add-quirk-for-Asus-Zenbook-.patch. - commit 41f5788 ++++ keychain: - Only depend on openssh-clients, not openssh-server ++++ kubescape: - Update to version 3.0.33: * feat: enhance prerequisites UI with new review-values and improved prerequisites report * Bump github.com/containerd/containerd to 1.7.27 * Bump golang.org/x/net from 0.33.0 to 0.36.0 ++++ libansilove: - Update to version 1.4.2 - Bump cmake_minimum_required to 3.5, to allow building with CMake 4.0. - Bump cmake_minimum_required to 3.10 to be more future proof. ++++ scalapack-mvapich2: - Disable and remove support of gnu-hpc build flavours (bsc#1239982) - openmpi5 is not available on 32b systems - Switch default openmpi to openmpi4 to openmpi5 ++++ scalapack-openmpi4: - Disable and remove support of gnu-hpc build flavours (bsc#1239982) - openmpi5 is not available on 32b systems - Switch default openmpi to openmpi4 to openmpi5 ++++ libguestfs: - libguestfs-appliance: drop incorrect requireson libpcre1, package was converted to pcre2 by 1.44.2 ++++ mbedtls-2: - Update to version 2.28.10: Default behavior changes * In TLS clients, if mbedtls_ssl_set_hostname() has not been called, mbedtls_ssl_handshake() now fails with MBEDTLS_ERR_SSL_CERTIFICATE_VERIFICATION_WITHOUT_HOSTNAME if certificate-based authentication of the server is attempted. This is because authenticating a server without knowing what name to expect is usually insecure. To restore the old behavior, either call mbedtls_ssl_set_hostname() with NULL as the hostname, or enable the new compile-time option MBEDTLS_SSL_CLI_ALLOW_WEAK_CERTIFICATE_VERIFICATION_WITHOUT_HOSTNAME. The content of ssl->hostname after mbedtls_ssl_set_hostname(ssl, NULL) has changed, see the documentation of the hostname field in the mbedtls_ssl_context struct type for details. Security * Note that TLS clients should generally call mbedtls_ssl_set_hostname() if they use certificate authentication (i.e. not pre-shared keys). Otherwise, in many scenarios, the server could be impersonated. The library will now prevent the handshake and return MBEDTLS_ERR_SSL_CERTIFICATE_VERIFICATION_WITHOUT_HOSTNAME if mbedtls_ssl_set_hostname() has not been called. CVE-2025-27809 * Zeroize temporary heap buffers used in PSA operations. * Fix a vulnerability in the TLS 1.2 handshake. If memory allocation failed or there was a cryptographic hardware failure when calculating the Finished message, it could be calculated incorrectly. This would break the security guarantees of the TLS handshake. CVE-2025-27810 Bugfix * Use 'mbedtls_net_close' instead of 'close' in 'mbedtls_net_bind' and 'mbedtls_net_connect' to prevent possible double close fd problems. Fixes gh#Mbed-TLS/mbedtls#9711. * Fix compilation on MS-DOS DJGPP. Fixes gh#Mbed-TLS/mbedtls#9813. * Fix missing constraints on the AES-NI inline assembly which is used on GCC-like compilers when building AES for generic x86_64 targets. This may have resulted in incorrect code with some compilers, depending on optimizations. Fixes gh#Mbed-TLS/mbedtls#9819. * Fix issue where psa_key_derivation_input_integer() is not detecting bad state after an operation has been aborted. * Fix definition of MBEDTLS_PRINTF_SIZET to prevent runtime crashes that occurred whenever SSL debugging was enabled on a copy of Mbed TLS built with Visual Studio 2013 or MinGW. Fixes gh#Mbed-TLS/mbedtls#10017. * Remove Everest Visual Studio 2010 compatibility headers, which could shadow standard CRT headers inttypes.h and stdbool.h with incomplete implementatios if placed on the include path, eg. when building Mbed TLS with the .sln file shipped with the project. - Drop fix_calloc-transposed-args.patch ++++ metis: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Remove upstream URL for Source0 as all links are dead. ++++ mumps-ptscotch-openmpi4: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour - openmpi5 is not available on 32b systems ++++ mumps-ptscotch-openmpi5: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour - openmpi5 is not available on 32b systems ++++ mumps-scotch: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour - openmpi5 is not available on 32b systems ++++ mumps: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour - openmpi5 is not available on 32b systems ++++ mumps-mvapich2: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour - openmpi5 is not available on 32b systems ++++ mumps-openmpi4: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour - openmpi5 is not available on 32b systems ++++ mumps-openmpi5: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour - openmpi5 is not available on 32b systems ++++ ncurses: - Add ncurses patch 20250322 + add a null pointer check in mouse-initialization, for the experimental Windows driver (patch by Daniel Starke). + improve makefile dependency in Ada95/src + add note in user_caps.5 addressing a quibble about dates. ++++ netcdf: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour ++++ netcdf-openmpi4: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour ++++ netcdf-openmpi5: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour ++++ openblas_openmp: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) ++++ openblas_pthreads: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) ++++ openblas_serial: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) ++++ papi: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Redownload papi-7.1.0.tar.gz as it was not actually gzipped and triggered and OBS error when running download_files. ++++ petsc: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour ++++ petsc-openmpi4: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour ++++ petsc-openmpi5: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour ++++ pnetcdf-mpich: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour ++++ pnetcdf-mvapich2: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour ++++ pnetcdf-openmpi4: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour ++++ pnetcdf-openmpi5: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour ++++ poppler: - version update to 25.03.0 core: * Fix opening some slightly malformed files * Signing: Support custom PGP signing * Signing: Do not embed fonts in the case of signatures without appearance * Signing: Improve error handling on bad passphrase * Signing-GPGME: more correct validation handling * Internal code improvements glib: * Fix default signature colors * Check file attachment annotation for this class before casting - gcc12: build with PIE [bsc#1239939] - Bump poppler sover following upstream changes. ++++ poppler-qt5: - version update to 25.03.0 core: * Fix opening some slightly malformed files * Signing: Support custom PGP signing * Signing: Do not embed fonts in the case of signatures without appearance * Signing: Improve error handling on bad passphrase * Signing-GPGME: more correct validation handling * Internal code improvements glib: * Fix default signature colors * Check file attachment annotation for this class before casting - gcc12: build with PIE [bsc#1239939] - Bump poppler sover following upstream changes. ++++ poppler-qt6: - version update to 25.03.0 core: * Fix opening some slightly malformed files * Signing: Support custom PGP signing * Signing: Do not embed fonts in the case of signatures without appearance * Signing: Improve error handling on bad passphrase * Signing-GPGME: more correct validation handling * Internal code improvements glib: * Fix default signature colors * Check file attachment annotation for this class before casting - gcc12: build with PIE [bsc#1239939] - Bump poppler sover following upstream changes. ++++ ptscotch-mpich: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour - Fix %{metis} in package name. ++++ ptscotch-mvapich2: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour - Fix %{metis} in package name. ++++ ptscotch-openmpi4: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour - Fix %{metis} in package name. ++++ ptscotch-openmpi5: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour - Fix %{metis} in package name. ++++ pythia: - Update to version 8.313: * Too many changes to list, see https://pythia.org/history/. - Minor rebase of all patches for update. - Major rebase of pythia-examples-link-gmp.patch to apply against updated make file. - Revise disabled tests for %check. ++++ scotch: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour - Fix %{metis} in package name. ++++ spiel: - Add 42ad1741.patch: prevent crash when the host has no voice provider installed. ++++ superlu: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) ++++ unshield: - Update to version 1.6.0 * Remove endian-dependent logic. * Fix copyright notice. * Various CMake improvements. * Re-implement test execution with CTest. * Fix leaking handle in edge cases. * Fix possible copy and paste mistake in 'unshield_file_save_old' * Fix OpenSSL deprecation warnings. * Sync man page and usage output. * Add io operation callbacks. * cmake: Add install export set. * Remove md5 and convert_utf from export set when installing. ++++ upower: - Make dependency on libimobile and libplist optional and disbled by default: Reading out battery and charging state of USB connected iPod/iPad does not justify the introduction of these dependencies for this core package. ++++ voro++: - Update voro++-cmake.patch to support newer CMake version ++++ lutris: - Fix gaming under selinux (bsc#1206292) ++++ melange: - Update to version 0.23.1: * fix(qemu): improve debug shell to instantiate a proper terminal (#1861) * build(deps): bump github.com/containerd/containerd/v2 (#1859) * pkg/sca/sca_test.go et al: Implement test for getLdSoConfDLibPaths * pkg/sca/sca.go: Implement getLdSoConfDLibPaths ++++ meson: - Add 14337.patch: get_llvm_tool_names: add llvm 20. ++++ meson-test: - Add 14337.patch: get_llvm_tool_names: add llvm 20. ++++ mpiP-mpich: - Disable and remove gnu-hpc build flavours (bsc#1239982) - Enable non hpc flavours ++++ mpiP-mvapich2: - Disable and remove gnu-hpc build flavours (bsc#1239982) - Enable non hpc flavours ++++ mpiP-mvapich3-ofi: - Disable and remove gnu-hpc build flavours (bsc#1239982) - Enable non hpc flavours ++++ mpiP-mvapich3-ucx: - Disable and remove gnu-hpc build flavours (bsc#1239982) - Enable non hpc flavours ++++ mpiP-openmpi4: - Disable and remove gnu-hpc build flavours (bsc#1239982) - Enable non hpc flavours ++++ mpiP-openmpi5: - Disable and remove gnu-hpc build flavours (bsc#1239982) - Enable non hpc flavours ++++ mpich: - Disable gnu-hpc build flavours (bsc#1239982) ++++ mpich-ofi: - Disable gnu-hpc build flavours (bsc#1239982) ++++ mpitests: - Disable gnu-hpc build flavours (bsc#1239982) ++++ mpitests-mpich: - Disable gnu-hpc build flavours (bsc#1239982) ++++ mpitests-mpich-ofi: - Disable gnu-hpc build flavours (bsc#1239982) ++++ mpitests-mvapich2: - Disable gnu-hpc build flavours (bsc#1239982) ++++ mpitests-mvapich2-psm2: - Disable gnu-hpc build flavours (bsc#1239982) ++++ mpitests-openmpi4: - Disable gnu-hpc build flavours (bsc#1239982) ++++ mpitests-openmpi5: - Disable gnu-hpc build flavours (bsc#1239982) ++++ mvapich2: - Disable gnu-hpc build flavours (bsc#1239982) ++++ mvapich2-psm2: - Disable gnu-hpc build flavours (bsc#1239982) ++++ mvapich3-ofi: - Disable gnu-hpc build flavours (bsc#1239982) ++++ mvapich3-ucx: - Disable gnu-hpc build flavours (bsc#1239982) ++++ newsboat: - Update to 2.39: Added: * New bind command, which is an improvement on both bind-key and macro. It allows multi-key bindings (that's new!) which execute one or more actions (similar to macros), and can have a description that'll be displayed in the help dialog (that's new too!). It also offers an additional syntax for specifying keys: instead of ^R, one can write . Multi-key bindings are slightly limited in that bindings with same prefix must all be the same length to avoid ambiguity when executing them (if I had bindings for and fork, and typed for, Newsboat wouldn't know if that's it or I'm going to type k next) (#1165) * contrib/newsboat-idlefeeds.sh: a script to show feeds that weren't updated in a given amount of time (T3SQ8) Changed: * Highlighting in the help form is now case-insensitive (#2998) * Updated translations: Dutch, German, Italian, Polish, Russian, Ukrainian, Swedish, Turkish * Bumped minimum supported Rust version to 1.81.0 Deprecated: * Compilers that don't support C++17. This release compiles with -std=c++17, but only for compatibility with header files of libicu 75+; Newsboat itself only uses C++14 for now. The next release might start using C++17 features, so please open an issue if that'll cause problems for you (#3031) Removed: * Support for Clang 4, because it doesn't accept -std=c++17 (#3031) Fixed: * Crash when setting a non-existent variable (#2989) * Highlights not displayed for searches that contain less-than sign, due to errors in quoting (#3008) * Building with libicu 75+, which requires C++17. libicu is an indirect dependency of Newsboat via libxml2 (#3031) ++++ nim: - move from pcre to pcre2, add nim-2.2.2-pcre2.patch ++++ nst: - Update to version 1.1.2: - compatibility with libcosmos version 0.4.0 - Fix occassional crashes upon closing the terminal. ++++ obs-service-tar_scm: - Update to version 0.10.49: * add test case to exclude with regex * disable partial clone if started by osc * refactor TarSCM.archive to unify exclude mechanism * fix testsuite * Sync spec file with the one in package * improve doc in *.service * change python version for github workflow * fix KankuFile * disabling test cases for bzr and hg * fix excludes for obscpio * Add test for the new changes entry format * Include real name in generated changelog entries * unset git global configs * fix syntax of spec file ++++ openSUSE-repos-Leap: - Update to version 20250324.7d1bc96: * Add non-oss / non-oss-debug repos for Leap 16.0 (#80) ++++ openSUSE-repos-MicroOS: - Update to version 20250324.7d1bc96: * Add non-oss / non-oss-debug repos for Leap 16.0 (#80) ++++ openSUSE-repos-Slowroll: - Update to version 20250324.7d1bc96: * Add non-oss / non-oss-debug repos for Leap 16.0 (#80) ++++ openSUSE-repos-Tumbleweed: - Update to version 20250324.7d1bc96: * Add non-oss / non-oss-debug repos for Leap 16.0 (#80) ++++ openmpi4: - Disable gnu-hpc build flavours (bsc#1239982) ++++ openmpi4-testsuite: - Disable gnu-hpc build flavours (bsc#1239982) ++++ openmpi5: - Disable gnu-hpc build flavours (bsc#1239982) ++++ openmpi5-testsuite: - Disable gnu-hpc build flavours (bsc#1239982) ++++ os-autoinst: - Update to version 5.1742623603.20c141b: * Consistently use try/catch instead of 'if ' everywhere * Enable validation of resumed asset downloads in svirt backend * Avoid leftover rsync processes on svirt host * Check for correct git warning when cloning an empty repository * Adapt check for git error message to new version * Ensure full coverage in the project ++++ pacemaker: - Update to version 3.0.0+20250319.4263b0ac7e: - libcrmcommon: provide a description for pcmk_rc_no_dc return code (gh#ClusterLabs/pacemaker#3848) - Update to version 3.0.0+20250318.6d6734a86b: - tools: Use correct error code for command lookup failure - tools: Dry-run crm_resource --fail if CIB_file is set - libcrmcommon: Sort schema transformations on non-glibc systems - libcrmcommon: Ensure schema transform numbers are in valid range - libcrmcommon: Match literal dots in schema transform filter ++++ pam: - Remove unix2_chkpwd, no consumer left ++++ pam-full-src: - Remove unix2_chkpwd, no consumer left ++++ patterns-gnome: - Recommend gnome-console instead of gnome-terminal. ++++ pcsc-tools: - Update to version 1.7.3 * A number of new ATRs. * build system and portability changes. ++++ perl-Apache-SessionX: - remove unused pcre build dependency ++++ pnetcdf: - Disable and remove support for gnu-hpc build flavours (bsc#1239982) - Add openmpi5 build flavour ++++ python-Automat: - adapt to setuptools 77 ++++ python-Pillow: - Add patch libwebp150.patch to skip tests failing on s390x * reported: https://github.com/python-pillow/Pillow/issues/8831 ++++ python-click-option-group: - Update to 0.5.7 * Add return type Decorator * Update CI/CD config and Python versions * Fix tests for click>=8.1.8 ++++ python-configshell-fb: - Upgrade to current latest upstream, which is a few commits past v2.0.0: * Update pre-commit hooks, ruff rules * Improve backwards configshell-fb compatibility * Fix: log truncated * v2.0.0 * Add pypi publish and pre-commit workflows * Add backwards compatibility with _fb module name * Explicitly declare wheel build target dir * Adding -fb suffix to module name * Remove urwid dependency * Adding pre-commit config * Use f-strings * Use Pathlib * Refactoring to Python>=3.9, adding ruff rules * Move to PEP-621; Use configshell module name * six is unneeded, get rid of it * Fix help messages without a trailing newline * Remove usage of six Note that the last item means we can do away with the patch: * no-six.patch (removed) ++++ python-hupper: - Don't use license in the dist-info directory. ++++ python-matplotlib: - We're removing all python Qt bindings from SLE16, so don't build the qt backend nor test it there. ++++ python-numpy: - Disable and remove support of gnu-hpc build flavours (bsc#1239982) ++++ python-poetry-dynamic-versioning: - update to 1.8.1: * NameError exception with Python 3.7 ++++ python-scipy: - Disable and remove support of gnu-hpc build flavours (bsc#1239982) ++++ python-setuptools: - update to 78.0.2 * Reverted distutils changes that broke the monkey patching of command classes. * Temporarily remove requests from integration tests. ++++ python-zope.interface: - Correct dist-info directory due to new setuptools. ++++ python313-setuptools: - update to 78.0.2 * Reverted distutils changes that broke the monkey patching of command classes. * Temporarily remove requests from integration tests. ++++ remind: - VERSION 5.3 Patch 5 - 2025-03-23 - NEW FEATURE: remind: Add moonrise, moonset, moonrisedir and moonsetdir functions. The first two functions calculate the time of the next moonrise and moonset, and the second two calculate in which direction the moon will rise or set. See the examples/astro script for examples of how to use the moonrise/moonset functions. - CODE CLEANUPS: remind: Some minor code cleanups with no user-visible effects. - IMPROVEMENT: Add tests for the astronomical calculation functions. - UPDATE: Update the included json.c and json.h files to the latest versions from https://github.com/udp/json-parser - BUG FIX: remind: The %2 and %@ sequences would print "0:34am" for the time 00:34, instead of the correct "12:34am". This has been fixed. - BUG FIX: TkRemind: Fix bug that broke the ability to open a text editor on a reminder from the "Queue..." listing. ++++ riff: - Update to 3.3.9: * Don't group Hiragana / Katakana into words ++++ rpcs3: - Update to rpcs3-0.0.35~git20250322: * Utils: Remove AVX10-256 detection (#16904) * overlays: don't check for hdd dirs if we play a disc game * Fix typo * overlays: prefer overlay_picture over content_icon * Qt: Don't fetch ICON0.PNG from game data for disc games * overlays: Look for the overlay in the same dir as the background * overlays: Don't use ICON0.PNG from hdd0 if the game is a disc game * overlays: Simplify game content search * overlays: adjust size and position of overlay image * overlays: add background overlay image * overlays: fix background image logic * overlays: use std::string instead of raw path argument * VS/MSVC: Enable LTCG and GL on release builds * Update libusb to 1.0.28 * Qt: Remove supporters from translations * Qt: only show shortcut confirmation once * Remove unnecessary localization * Fix typo * Qt: fix handler not found in pad settings after changing language * Remove some useless translations * Fix typo ++++ rpm-config-SUSE: - Update to version 20250324: * Define %jobs as variable (boo#1237231) * %requires_eq|ge(): Fix multiline output * Split the SUSE distribution version macros to a separate file ++++ sdbootutil: - Update to version 1+git20250324.c1cd393: * Use filesystem order in grub2-bls ++++ selinux-policy: - Update to version 20250324: * Allow xenstored_t manage xend_var_lib_t files (bsc#1228540) ++++ semaphore: - Update to version 2.13.1: * Bugfixes - UI: Error 400 when empty Max Parallel tasks in project settings - Added SECURITY.md - UI: Null pointers in template form - BACKEND(SMTP): Doesn't work with Azure SMTP (#2688) - UI: Null pointers in Terraform workspaces page - UI: Missed Allow limit checkbox in template settings - BACKEND: Host key checking issue: #2811 ++++ swaylock: - Update to 1.8.2: * main: null-terminate initial password buffer * comm: assert that password size is positive ++++ terragrunt: - Update to version 0.76.7: * build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#4066) ++++ texlive-filesystem: - Resolve missing dependcies - On the occasion of this use pattern() macros ++++ texlive-specs-h: - Add patch eolang_pl.dif * Resolve missing local perl package tools.pm with upstream fix ++++ trufflehog: - Update to version 3.88.18: * fix(deps): update module github.com/golang-jwt/jwt/v5 to v5.2.2 [security] (#3992) * Add tenant_id to MS Teams source proto definition (#3986) * [Feat] Detector implementation for Azure SAS Tokens (#3963) * optimized ipquality detector (#3971) * (fix) Preserve Newline Characters in Multi-line PrivateKeys in Analyzer (#3988) * Optimized twitch detectors (#3987) * added sentry org token detector (#3985) * Update sentry endpoint (#3983) * updated storyblok detector (#3981) * [fix] - Sonarcloud detector (#3982) * Update results help text (#3978) ++++ updatecli: - Update to version 0.96.0: * Features - feat: support basic authorization for non-oci private helm repos @alikhil (#4494) - feat: default yaml plugin should also support adding comments @olblak (#4492) - feat(shell): set default shell environments variable @olblak (#4426) - feat: allow to specify assignees & reviewers to github pullrequest @olblak (#4418) - feat(flux): support multiple YAML documents per file @Antvirf (#4429) - feat: gitlab support authorization with bearer token @alikhil (#4432) - feat(golang/autodiscovery): make it easier to restrict to go module orr go version update @olblak (#4427) * Maintenance - chore(deps): Bump github.com/containerd/containerd from 1.7.24 to 1.7.27 @dependabot[bot] (#4467) - deps: bump golangci-lint to v1.64.8 @updateclibot[bot] (#4483) - deps(go): bump module github.com/BurntSushi/toml to v1.5.0 @updateclibot[bot] (#4471) - deps(go): bump module github.com/goccy/go-yaml to v1.16.0 @updateclibot[bot] (#4461) - deps(go): bump module github.com/spf13/afero to v1.14.0 @updateclibot[bot] (#4435) - deps(go): bump module helm.sh/helm/v3 to v3.17.2 @updateclibot[bot] (#4417) - deps: Bump Golang version to 1.24.1 @olblak (#4410) ++++ virt-bridge-setup: - version 0.8: * delete the bridge connection will also delete the slave connection * add an option to force using the slave MAC address interface * default method will be complex, as simple doesn't work on TW/16 * add a dry run option * typo fixes - version 0.7: * use same MAC address as the master interface * add some more debug * Force creating another interface as master ++++ weechat: - Update to 4.6.0: Changed * core: add option -v to display upgrades in command /version * api: add property keep_spaces_right in function hook_set to keep trailing spaces in command arguments * core, irc, alias, xfer: keep spaces at the end of some commands, where trailing spaces are important * irc: add option -connected in command /server list|listfull * buflist: apply option buflist.look.nick_prefix_empty also on private and list buffers * xfer: compute speed and ETA with microsecond precision (#665) Added * core: add command /pipe * core: add option whitespace in command /debug, add options weechat.look.whitespace_char and weechat.look.tab_whitespace_char (#947) * core: add option weechat.completion.nick_ignore_words (#1143) * spell: add CMake options ASPELL_DICT_DIR and ENCHANT_MYSPELL_DICT_DIR to override dictionaries locations (#1174) * api: add function completion_set * relay/api: add resource POST /api/completion (#2207) * relay/api: add default key Alt+Ctrl+l (L) to toggle between remote and local commands on remote buffers, add option togglecmd in command /remote, add options relay.api.remote_input_cmd_local and relay.api.remote_input_cmd_remote (#2148) Fixed * relay: fix crash after /upgrade when relay clients are connected * core: save configuration files as UTF-8 when the locale is wrong * api: fix creation of empty buffer in function infolist_new_var_buffer * core: fix build with gcc 15 (#2229, #2230) * core: fix detection of dl library (#2218) * logger: fix path displayed when the logs directory can not be created * perl: fix build with Perl < 5.7.29 (#2219, #2220) * python: enable subinterpreters (#2222) ++++ xfce4-session: - Update to version 4.20.2: * build: Fix include order on *BSD * autotools-build: Be sure gdbus-codegen files are regenerated - Remove obsolete 0003-fix-glib2_84-related-conditionals.patch ++++ xscreensaver: - Remove dependency on unused unix2_chkpwd ++++ yubikey-manager: - Update to 5.6.1 * Fix: Version 5.6.0 uses Exclusive smart card connections, which caused connections to fail if another application was accessing the YubiKey. This version adds a fallback to use non-exclusive connections in case of such a failure. * Bugfix: APDU encoding was slightly incorrect for commands which specify Le, but no data body. This caused issued on some platforms. * CLI: The "fido info" command now shows the YubiKey AAGUID, when available. ------------------------------------------------------------------ ------------------ 2025-3-23 - Mar 23 2025 ------------------- ------------------------------------------------------------------ ++++ AppStream: - build with PIE mode also when using gcc13 (bsc#1239941) ++++ QLog: - Update to version 0.42.2: * UI fixes, and various functional fixes ++++ Rivet: - Update to version 3.1.11: * Streamline parsing of version codes for dependencies * Change Python build to use PY_LDFLAGS rather than LINKFORSHARED variable. * Update Logging to remove non-const static map of color codes, and add support for the CRITICAL level. ++++ YODA: - Update to version 1.9.11: * Change Python build to use PY_LDFLAGS rather than LINKFORSHARED variable. * Patch BinEstimator to ensure the log version is used for log axes ++++ agama-web-ui: - Stop parsing errors from SCC at frontend side and simply render them as returned by the backend (gh#agama-project/agama#2193). ++++ AppStream-qt6: - build with PIE mode also when using gcc13 (bsc#1239941) ++++ aquamarine: - Update to aquamarine-0.8.0: * New major release with various fixes to the infrastructure. ABI break. * Changes: - consolidate EGL init/state - Support setting drm content type property - Compiler fixes and options - drm: only allow multigpu blit to implcit, not all external formats - prioritize gpus with the most internal panels - Get max bpc from drm format - fix atomic reset being skipped, check nullptr elsewhere instead - drm: Use RAII to manage EGL context - Fix multi-GPU support for Nvidia - misc: Add strict typing to attachment manager - drm: only scan connected connectors - backend: Fix Wayland backend idleCallbacks destruction - misc: Fix Attachment shared pointer reinterpret - backend, allocator: Fix multi-GPU format selection ++++ libarchive: - Update to 3.7.8: * 7zip reader: add SPARC and POWERPC filter support for non-LZMA compressors * tar reader: Ignore ustar size when pax size is present * tar writer: Fix bug when -s/a/b/ used more than once with b flag * libarchive: Handle ARCHIVE_FILTER_LZOP in archive_read_append_filter * libarchive: Adding missing seeker function to archive_read_open_FILE() - inludes the previously patched security fixes, dropping: CVE-2025-1632.patch, CVE-2025-25724.patch, CVE-2024-57970.patch ++++ buildstream: - Update to version 2.4.1: + Update default min-version for bst init to 2.4 + Use subprocess umask support + Don't use `preexec_fn` on Python 3.11+ + contrib/bst-graph: Escape names when using as node_id + _loader: Use the sort algorithm from Python 3.12 for dependencies ++++ fityk: - Disable python bindings when building for openSUSE >= 1600 as fityk still makes use of PyEval_* functions deprecated since python 3.9 and unavailable since 3.13. Fixes builds on newer oS. ++++ cnf: - Update to version 0.7.1~0: * Leap 15.6 compatibility - Update to version 0.7.0~0: * added esperanto translations (#16) * Problem: dependabot alert for shlex (#9) * Powershell note (#11) * Problem #14: es (Esperanto) file is in Greek language (#15) * fix all clippy warnings (#17) * Update dependencies and raise version (#18) * Update README.md (#12) ++++ diffoscope: - update to version 291: * Make two required adjustments for the new version of the src:file package: file(1) version 5.46 now emits "XHTML document" for .xhtml files, such as those found nested within our .epub tests. Therefore, match this string when detecting XML files. This was causing an FTBFS due to inconsistent indentation in diffoscope's output. * Require the new, upcoming, version of file(1) for a quine-related testcase after adjusting the expected output. Previous versions of file(1) had a duplicated "last modified, last modified" string for some Zip archives that has now been removed. * Add a missing subprocess import. * Bump Standards-Version to 4.7.2. - update to version 290: * Also consider .aar files as APK files for the sake of not falling back to a binary diff. (Closes: #1099632) * Ensure all calls to out_check_output in the ELF comparator have the potential CalledProcessError exception caught. (Re: #398) * Ensure a potential CalledProcessError is caught in the OpenSSL comparator as well. - update to version 289: * Catch CalledProcessError when calling html2text. - update to version 288: * Add 'asar' to DIFFOSCOPE_FAIL_TESTS_ON_MISSING_TOOLS. (Closes: #1095057) * Update minimal 'black' version. - update to version 287: * Drop an unused subprocess import. * Update copyright years. * Add ASAR comparator. - update to version 286: * Bug fixes: - When passing files on the command line, don't call specialize(..) before we've checked that the files are identical. In the worst case, this was resulting in spinning up binwalk and extracting two entire filesystem images merely to confirm that they were indeed filesystem images.. before simply concluding that they were identical anyway. - Do not exit with a traceback if paths are inaccessible, either directly, via symbolic links or within a directory. (Closes: #1065498) - Correctly identify changes to only the line-endings of files; don't mark them as "Ordering differences only". - Use the "surrogateescape" mechanism of str.{decode,encode} to avoid a UnicodeDecodeError and crash when decoding zipinfo output that is not valid UTF-8. (Closes: #1093484) * Testsuite changes: - Don't mangle newlines when opening test fixtures; we want them untouched. - Move to assert_diff in test_text.py. * Misc: - Remove unnecessary return value from check_for_ordering_differences in the Difference class. - Drop an unused function in iso9600.py - Inline a call/check of Config().force_details; no need for an additional variable. - update to version 285: * Validate --css command-line argument. Thanks to Daniel Schmidt @ SRLabs for the report. (Closes: #396) * Prevent XML entity expansion attacks through vulnerable versions of pyexpat. Thanks to Florian Wilkens @ SRLabs for the report. (Closes: #397) * Print a warning if we have disabled XML comparisons due to a potentially vulnerable version of pyexpat. * Remove (unused) logging facility from a few comparators. ++++ dub: - Update to 1.39.0 * Upgrade vibe-d dependencies * LDC: Don't keep around temporary object files for static libs * remove internal deprecations * Tests: Implement the ability to mock the registry too * FSEntry: Set a default time for all entries * Do not use Package.storeInfo in PackageManager.store * Fix #2901: VersionRange.toString() doesn't handle >0.0.0 * PackageManager: Make lookup lazy again * Avoid linear time edge list construction. * Reduce allocation overhead in determineDependencyConfigs * Avoid re-allocating allconfigs_path in determineAllConfigs. * Eliminate edges in the configuration graph in-place. * Cache various package information to reduce GC allocations in getPackageConfigs. ++++ eksctl: - Update to version 0.206.0: * Features - Allow specification of IAM permission boundary for Auto Mode's Node Role (#8307) * Improvements - Default to newest k8s 1.32 version (#8300) - Support for EKS internal environments (#8294) - Update goformation from latest schema / Remove unused generated code (#8289) - Reduce blast radius of test that disables api server public access failing (#8288) - Fix failure when VPC CNI is configured to use both iam.withOIDC and useDefaultPodIdentityAssociations (#8268) - Update zz_generated.deepcopy.go, also add new make target for the same (#8267) * Bug Fixes - Skip instance type support validation for custom AMI ID (#8303) - Allow core/default networking addons on auto-mode clusters with mixed node types (#8293) - Standardize on k8s 1.32.2 for go.mod (#8285) * Maintenance - Add support for i8g.48xlarge ec2 instance type (#8301) - Update nvidia-device-plugin to v0.17.1 (#8296) - Update ec2-info (#8297) - Update ec2-info (#8290) ++++ ffmpeg-7: - Build with OpenVINO support in libavfilter ++++ ffmpeg-7-mini: - Build with OpenVINO support in libavfilter ++++ forgejo: - update to 10.0.3: * fix a regression which caused unnecessary escaping of URLs * update dependencies - fix url for the keyring ++++ git-next: - Update to version 2025.3.3: * Other - (push-main-pr) allow manual dispatch of workflow - (docker) publish docker image with tag not branch - Update to version 2025.3.2: * Other - (push-main-release) fix second typo in tagging codeberg images - Update to version 2025.3.1: * Fixed - (xui) display correct repo when filtered * Other - (push-main-release) fix typo in tagging codeberg images - (deps) upgrade rstest from 0.24 to 0.25 - (xui) UserAlert use Builder - (push-main-release) don't update PR concurrently - (xui) RepoTable and RepoTableItem use Builder - drop derive_setters in favour of derive_with - reduce how often docker image is built - (xui) CommitLog use Builder - (xui) UserInputActor use Builder - (xui) UiState use Builder - (xui) RepoState fields not pub - (xui) RepoKey use Builder - (xui) RepoDetails use Builder ++++ gnote: - Update to version 48.0: + Properly update fixed width menu item state. + Properly update underline menu item state. + Updated translations. ++++ gtkmm4: - Update to version 4.18.0: + Gdk: - CairoContext: Deprecate cairo_create(). - Device: Add get/property_active_layout_index(), get/property_layout_names(). - Surface: Add translate_coordinates(), deprecate create_cairo_context(). + Gtk: - Accessible: Add update_platform_state(). - HeaderBar, WindowControls: Add get/set/property_use_native_controls(). - Widget: Add get/set/property_limit_events(). + Documentation: - Gtk::SignalListItemFactory: Remove errroneous links. - Gtk::AboutDialog: Update the image. - Gtk::ConstraintLayout: Add a link to the description of GtkConstraintLayout. - Gdk::Pixbuf, PixbufFormat, PixbufLoader: Add class descriptions. + Build: - Require gtk4 >= 4.17.5 - Meson build: Use the Python installation that Meson uses. ++++ hyprland: - Updated to version 0.48.0: + After a while, it is my pleasure to release 0.48.0 to everyone! Hyprland is now 3 years old since March 16th, happy birthday! :) + Breaking changes: - opengl:force_introspection has been removed - render:allow_early_buffer_release has been removed - windowrule v1 syntax is gone. windowrule now behaves like windowrulev2, deprecating the windowrulev2 keyword + New features: - animations: add the gnomed animation style for windows - core: add an ANR dialog - desktop: add ability to target pinned windows in workspace rules (#9344) - dispatchers: add cyclenext hist option (#9055) - groupbar: add an option to adjust gap sizes (#9578) - hyprctl: Add IPC support for Hyprsunset (#9315) - hyprpm: add --hl-url for custom forks - input: add flip_x and flip_y for touchpad (#9481) - input: add follow_mouse_threshold (#9392) - keybinds: Added toggleswallow dispatcher (#5548) - master: add option to keep master window position (#9537) - protocols: add version 2 of ext-idle-notify-v1 protocol (#8959) - renderer: add simple color management (#9506) - socket2: add activespecialv2 (#9530) - syncobj: ensure we only add waiters on succesful checks (#9412) - windowrules: add option to allow size persistence between app launches (#9422) - xwayland: add INCR support for clipboard transfers (#9434) + Fixes: - config/descriptions: add enable_anr_dialog - config/hyprctl: fix keyword not updating autoreload - config: fix a possible crash in the monitor config parser (#9460) - core,hyprctl: clang, clang-tidy, typo fixes and dtors changes (#9233) - core/Compositor.hpp: fix non-relative Texture import (#9703) - core/compositor: Fix dropping cursor buffer data early (#9700) - core: Add null activeWorkspace check in moveWorkspaceToMonitor (#9503) - core: fix DS and VRR automation (#9334) - core: add default initializers for ccompositor ptrs - core: add mallopt to modify trim threshold - datadevice: fix wrong param (#9370) - desktop: fix segfault when destroying a partially create layer surface (#9247) - desktop: move popups to UPs and fix missing subsurface resource - groupbar: fix groupbar missing when indicator_height is <= 0 - hyprctl/config: fixup config descriptions, fill out missing ones, provide more data - input: Fix clicking through groupbar tabs (#9606) - input: fix touch calibration matrix overriding - input: fixup mouse check for flipping x / y (#9529) - internal: Fix compiler warnings (#9646) - internal: fix include paths (#9500) - keybinds: fix some errors not returning a failure (#9416) - pass/rect: fix bounding / opaque regions - presentation: log a fixme when there is a feedback leak - protocols: Fix IWaylandProtocol onDisplayDestroy m_pGlobal double-free (#9507) - protocols: Fix blocked color management get_information (#9563) - protocols: Fix cursor shape protocol valid shape check (#9547) - protocols: fix wrong iface for xdg_dialog - renderer: add an option to disable cm and auto-skip cm if not necessary - renderer: fix cm_fs_passthrough (#9698) - renderer: fix fade out on silent moves to special - renderer: fix missing null checks to prevent crashes (#9332) - renderer: fix window offset for dragged windows (#9629) - renderer: various fixes towards improving gpu calls robustness (#9188) - subsurface: fix invalid parent typo - toplevelexport: fix transformed origin for shm buffers (#9343) - window: fix missing surface null checks to prevent crashes (#9350) - xwayland: fix a possible clipboard race condition (#9394) + Other: - Meson: include frags in globber - XWayland: restore the abstract socket, and make it optional (#9615) - animation: don't immediately disconnect active vars during tick (#9272) - animations: sync inactive/active border angles when using borderangle animations (#9401) - anr: add a note for no pid dialogs - anr: add xwayland support (#9456) - cmonitor: guard old workspace - compositor: don't iterate over unmapped ls-es in vectorToLS - compositor: guard null ws in updating fade - config/defaultConfig.hpp: windowrulev2 -> windowrule (#9663) - config: actually set initial beziers (#9400) - config: default movefocus_cycles_fullscreen to false - config: nuke windowrule v1 syntax - config: set no_hw_cursors to auto by default and disable on tearing - configWatcher: watch both symlinks and canonical paths (#9219) - configmgr: properly free glob memory - core/compositor: Correctly track SHM buffer damage (#9678) - core: avoid .at() and use [] operator (#9347) - core: begin using CFileDescriptor from hyprutils (#9122) - core: cleanup some smart pointer usage - core: cleanup window properties - core: ignore internal move workspace calls if the workspace doesn't change (#9516) - core: prevent crash when monitor list is empty (#9572) - core: update decorations on lockgroups (#9573) - descriptions: remove allow_early_buffer_release - desktop: move popup and subsurface ctors to factories - dmabuf: pop buffer on failure (#9620) - env: move XDG_SESSION_TYPE to before backend init (#9390) - example/hyprland.conf: windowrulev2 -> windowrule (#9662) - groupbar: pass alpha to title tex render pass - groupbar: remove 2 pixel gap above groupbar (#9664) - groupbar: remove recursive window recalc (#9561) - groupbar: various visual improvements - groups: deactivate unfocused windows in groups (#9354) - hyprctl/layers: print pid for layershell clients (#9468) - hyprctl: Error handling improvements, minor cleanups (#9536) - hyprctl: Extract IPC code to separate method (#9223) - hyprctl: don't return empty str if there are no global shortcuts - hyprpm: return 1 when plugins are outdated (#9694) - ikeyboard: free xkbSymState in clearManuallyAllocd - input: Provide a non-zero time for button release triggered during window unmap. (#9513) - input: change window grab cursor to closed hand (#9196) - internal: redirect exec'd app output to /dev/null (#9411) - internal: remove unused variable (#9402) - internal: use isNumber from hyprutils (#9467) - keybinds): prevent crash when executing movewindoworgroup (#9551) - managers: Use primary backend for cursor swapchain (#9645) - monitor: Optimize direct scanout damage (#9653) - monitor: avoid crash on expired special workspace monitor owner - monitor: preferred mode now tries first 3 modes if preferred fails before erroring (#9246) - monitor: report a scheduled frame when tearing on cursor move - monitor: round refresh rates in sorting modes - opengl: simplify cm pipeline - pass: add input region debug - popup: improve ::at() behavior - popup: stop refocusing at unmap - popup: take xdg geometry into account in input calcs - protocols: Ensure protocol dtors are called in ProtocolManager dtor (#9521) - protocols: Support content-type-v1 proto (#9226) - protocols: Support wp color management proto (#9444) - protocols: implement hyprland-ctm-control rev 2 (#9267) - refactor: clang-tidy in compositor (#9241) - render: enforce framebuffer offloading and remove introspection toggle (#9217) - renderer: calculate UV using both pixel and monitor dimensions (#9210) - renderer: delete now redundant ifdefs (#9651) - renderer: disable explicit if aquamarine output doesn't support it (#9396) (#9398) - renderer: don't crash if cm fails to compile - renderer: remove spammy log - screencopy, render: Use explicit sync for screencopy (#9697) - scripts/generateVersion.sh: convert to posix (#9433) - scripts: don't overwrite generated version if we're not in a git repo - seatmgr: avoid crash on null surfs - session-lock: send locked when in unsafe state (#9399) - splashes: update for three year aniversary - subsurfaces: dont try to access popup surfaces when handling subsurface updates (#9421) - syncobj: dont crash compositor on protocol errors (#9627) - syncobj: refactor point timelines (#9689) - syncobj: restore SHM buffer reset (#9675) - syncobj: use eventfd instead of stalling fd checks (#9437) - tablet: take active_area_size into account when sending tip event (#9325) - touch: reject swipe on locked sessions - types: Upgrade buffer ref from WP to SP (#9677) - window: move size reporting to animation begin callback (#9298) - windowrules: store floating size on close instead of resize (#9569) - windows: respect noinitialfocus with workspace changes (#9586) - workspaces: update persistence on workspace rename (#9368) - xcursor: move config check to sync gsettings (#9473) - xwayland: configure on a configure request and cleanup geometry conversion (#9375) - xwayland: correct pointer coordinate mismatch in X11 windows (#9259) - xwayland: handle window coords correctly (#9238) - xwayland: improve dnd and cleanup (#9405) - xwayland: prevent invalid window configurations for X11 apps (#9253) - xwayland: respect window size set by configure requests (#9190) - xwayland: send synthetic configure events (#9193) ++++ hyprutils: - Update to version 0.5.2: + A minor release with a new SP pointer-type reinterpret cast. - Changes from version 0.5.1: + A minor update with some fixes. + Fixes: - os/process: pid is now populated for sync runs as well. - animation: fix end callbacks readding the animation var + Other: - core: clang, clang-tidy fixes and comp options - reenable wreorder ++++ kernel-source-longterm: - Revert "gre: Fix IPv6 link-local address generation." (bsc#1234429). - commit 5a14607 - Linux 6.12.20 (bsc#1234429). - fs/netfs/read_collect: add to next->prev_donated (bsc#1234429). - HID: apple: disable Fn key handling on the Omoton KB066 (bsc#1234429). - nvme-fc: rely on state transitions to handle connectivity loss (bsc#1234429). - Bluetooth: L2CAP: Fix corrupted list in hci_chan_del (bsc#1234429). - tools/sched_ext: Add helper to check task migration state (bsc#1234429). - sched_ext: selftests/dsp_local_on: Fix selftest on UP systems (bsc#1234429). - smb: client: Fix match_session bug preventing session reuse (bsc#1234429). - smb3: add support for IAKerb (bsc#1234429). - mm/hugetlb: wait for hugetlb folios to be freed (bsc#1234429). - i2c: sis630: Fix an error handling path in sis630_probe() (bsc#1234429). - i2c: ali15x3: Fix an error handling path in ali15x3_probe() (bsc#1234429). - i2c: ali1535: Fix an error handling path in ali1535_probe() (bsc#1234429). - x86/vmware: Parse MP tables for SEV-SNP enabled guests under VMware hypervisors (bsc#1234429). - cifs: Fix integer overflow while processing closetimeo mount option (bsc#1234429). - cifs: Fix integer overflow while processing actimeo mount option (bsc#1234429). - cifs: Fix integer overflow while processing acdirmax mount option (bsc#1234429). - cifs: Fix integer overflow while processing acregmax mount option (bsc#1234429). - block: change blk_mq_add_to_batch() third argument type to bool (bsc#1234429). - scripts: generate_rust_analyzer: add uapi crate (bsc#1234429). - scripts: generate_rust_analyzer: add missing include_dirs (bsc#1234429). - scripts: generate_rust_analyzer: add missing macros deps (bsc#1234429). - drm/i915: Increase I915_PARAM_MMAP_GTT_VERSION version to indicate support for partial mmaps (bsc#1234429). - ASoC: codecs: wm0010: Fix error handling path in wm0010_spi_probe() (bsc#1234429). - nvme: move error logging from nvme_end_req() to __nvme_end_req() (bsc#1234429). - drm/xe/pm: Temporarily disable D3Cold on BMG (bsc#1234429). - drm/xe/userptr: Fix an incorrect assert (bsc#1234429). - drm/xe: Release guc ids before cancelling work (bsc#1234429). - drm/xe: cancel pending job timer before freeing scheduler (bsc#1234429). - ASoC: rt722-sdca: add missing readable registers (bsc#1234429). - rust: init: add missing newline to pr_info! calls (bsc#1234429). - ASoC: cs42l43: Fix maximum ADC Volume (bsc#1234429). - drm/gma500: Add NULL check for pci_gfx_root in mid_get_vbt_data() (bsc#1234429). - rust: error: add missing newline to pr_warn! calls (bsc#1234429). - ASoC: ops: Consistently treat platform_max as control value (bsc#1234429). - sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl() (bsc#1234429). - net: phy: nxp-c45-tja11xx: add TJA112XB SGMII PCS restart errata (bsc#1234429). - net: phy: nxp-c45-tja11xx: add TJA112X PHY configuration errata (bsc#1234429). - smb: client: fix regression with guest option (bsc#1234429). - qlcnic: fix memory leak issues in qlcnic_sriov_common.c (bsc#1234429). - Fix mmu notifiers for range-based invalidates (bsc#1234429). - arm64: mm: Populate vmemmap at the page level if not section aligned (bsc#1234429). - dm-flakey: Fix memory corruption in optional corrupt_bio_byte feature (bsc#1234429). - netmem: prevent TX of unreadable skbs (bsc#1234429). - ASoC: amd: yc: Support mic on another Lenovo ThinkPad E16 Gen 2 model (bsc#1234429). - ASoC: Intel: sof_sdw: Fix unlikely uninitialized variable use in create_sdw_dailinks() (bsc#1234429). - clk: samsung: gs101: fix synchronous external abort in samsung_clk_save() (bsc#1234429). - clk: samsung: update PLL locktime for PLL142XX used on FSD platform (bsc#1234429). - ksmbd: prevent connection release during oplock break notification (bsc#1234429). - ksmbd: fix use-after-free in ksmbd_free_work_struct (bsc#1234429). - drm/amd/display: Fix slab-use-after-free on hdcp_work (bsc#1234429). - drm/amd/display: Assign normalized_pix_clk when color depth = 14 (bsc#1234429). - drm/amd/display: Restore correct backlight brightness after a GPU reset (bsc#1234429). - drm/amd/display: fix missing .is_two_pixels_per_container (bsc#1234429). - drm/amd/display: fix default brightness (bsc#1234429). - drm/amd/display: Disable unneeded hpd interrupts during dm_init (bsc#1234429). - drm/amdgpu/display: Allow DCC for video formats on GFX12 (bsc#1234429). - drm/amd/amdkfd: Evict all queues even HWS remove queue failed (bsc#1234429). - drm/amdgpu: NULL-check BO's backing store when determining GFX12 PTE flags (bsc#1234429). - drm/dp_mst: Fix locking when skipping CSN before topology probing (bsc#1234429). - drm/atomic: Filter out redundant DPMS calls (bsc#1234429). - drm/panic: fix overindented list items in documentation (bsc#1234429). - drm/panic: use `div_ceil` to clean Clippy warning (bsc#1234429). - drm/i915/cdclk: Do cdclk post plane programming later (bsc#1234429). - spi: microchip-core: prevent RX overflows when transmit size > FIFO size (bsc#1234429). - x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes (bsc#1234429). - rust: init: fix `Zeroable` implementation for `Option>` and `Option>` (bsc#1234429). - rust: Disallow BTF generation with Rust + LTO (bsc#1234429). - rust: alloc: satisfy POSIX alignment requirement (bsc#1234429). - rust: remove leftover mentions of the `alloc` crate (bsc#1234429). - rust: lockdep: Remove support for dynamically allocated LockClassKeys (bsc#1234429). - USB: serial: option: match on interface class for Telit FN990B (bsc#1234429). - USB: serial: option: fix Telit Cinterion FE990A name (bsc#1234429). - USB: serial: option: add Telit Cinterion FE990B compositions (bsc#1234429). - USB: serial: ftdi_sio: add support for Altera USB Blaster 3 (bsc#1234429). - Input: i8042 - swap old quirk combination with new quirk for more devices (bsc#1234429). - Input: i8042 - swap old quirk combination with new quirk for several devices (bsc#1234429). - Input: i8042 - add required quirks for missing old boardnames (bsc#1234429). - Input: i8042 - swap old quirk combination with new quirk for NHxxRZQ (bsc#1234429). - Input: xpad - rename QH controller to Legion Go S (bsc#1234429). - Input: xpad - add support for TECNO Pocket Go (bsc#1234429). - Input: xpad - add support for ZOTAC Gaming Zone (bsc#1234429). - Input: xpad - add multiple supported devices (bsc#1234429). - Input: xpad - add 8BitDo SN30 Pro, Hyperkin X91 and Gamesir G7 SE controllers (bsc#1234429). - Input: iqs7222 - preserve system status register (bsc#1234429). - Input: ads7846 - fix gpiod allocation (bsc#1234429). - Input: goodix-berlin - fix vddio regulator references (bsc#1234429). - cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_reparse_point() (bsc#1234429). - cifs: Validate content of WSL reparse point buffers (bsc#1234429). - vhost: return task creation error instead of NULL (bsc#1234429). - block: fix 'kmem_cache of name 'bio-108' already exists' (bsc#1234429). - net: Handle napi_schedule() calls from non-interrupt (bsc#1234429). - drm/nouveau: Do not override forced connector status (bsc#1234429). - mptcp: safety check before fallback (bsc#1234429). - perf/x86/rapl: Add support for Intel Arrow Lake U (bsc#1234429). - x86/irq: Define trace events conditionally (bsc#1234429). - x86/of: Don't use DTB for SMP setup if ACPI is enabled (bsc#1234429). - perf/x86/intel: Use better start period for frequency mode (bsc#1234429). - drm/vkms: Round fixp2int conversion in lerp_u16 (bsc#1234429). - ASoC: SOF: Intel: don't check number of sdw links when set dmic_fixup (bsc#1234429). - ASoC: dapm-graph: set fill colour of turned on nodes (bsc#1234429). - fuse: don't truncate cached, mutated symlink (bsc#1234429). - ASoC: tas2764: Set the SDOUT polarity correctly (bsc#1234429). - ASoC: tas2764: Fix power control mask (bsc#1234429). - ASoC: tas2770: Fix volume scale (bsc#1234429). - phy: ti: gmii-sel: Do not use syscon helper to build regmap (bsc#1234429). - nvme: only allow entering LIVE from CONNECTING state (bsc#1234429). - sctp: Fix undefined behavior in left shift operation (bsc#1234429). - cifs: Treat unhandled directory name surrogate reparse points as mount directory nodes (bsc#1234429). - apple-nvme: Release power domains when probe fails (bsc#1234429). - nvmet-rdma: recheck queue state is LIVE in state lock in recv done (bsc#1234429). - nvme-pci: quirk Acer FA100 for non-uniqueue identifiers (bsc#1234429). - io-wq: backoff when retrying worker creation (bsc#1234429). - net: wwan: mhi_wwan_mbim: Silence sequence number glitch errors (bsc#1234429). - ASoC: SOF: amd: Handle IPC replies before FW_BOOT_COMPLETE (bsc#1234429). - ASoC: SOF: amd: Add post_fw_run_delay ACP quirk (bsc#1234429). - ALSA: hda: hda-intel: add Panther Lake-H support (bsc#1234429). - ASoC: SOF: Intel: pci-ptl: Add support for PTL-H (bsc#1234429). - ALSA: hda: intel-dsp-config: Add PTL-H support (bsc#1234429). - PCI: pci_ids: add INTEL_HDA_PTL_H (bsc#1234429). - ASoC: SOF: Intel: hda: add softdep pre to snd-hda-codec-hdmi module (bsc#1234429). - ASoC: arizona/madera: use fsleep() in up/down DAPM event delays (bsc#1234429). - ASoC: rsnd: adjust convert rate limitation (bsc#1234429). - ASoC: rsnd: don't indicate warning on rsnd_kctrl_accept_runtime() (bsc#1234429). - ASoC: rsnd: indicate unsupported clock rate (bsc#1234429). - ALSA: hda/realtek: Limit mic boost on Positivo ARN50 (bsc#1234429). - ASoC: simple-card-utils.c: add missing dlc->of_node (bsc#1234429). - ASoC: Intel: soc-acpi-intel-mtl-match: declare adr as ull (bsc#1234429). - ASoC: Intel: sof_sdw: Add quirk for Asus Zenbook S14 (bsc#1234429). - ASoC: Intel: sof_sdw: Add lookup of quirk using PCI subsystem ID (bsc#1234429). - selftests/bpf: Fix invalid flag of recv() (bsc#1234429). - drm/tests: hdmi: Fix recursive locking (bsc#1234429). - drm/tests: hdmi: Reorder DRM entities variables assignment (bsc#1234429). - drm/tests: hdmi: Remove redundant assignments (bsc#1234429). - Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd (bsc#1234429). - Xen/swiotlb: mark xen_swiotlb_fixup() __init (bsc#1234429). - arm64: amu: Delay allocating cpumask for AMU FIE support (bsc#1234429). - LoongArch: KVM: Set host with kernel mode when switch to VM mode (bsc#1234429). - LoongArch: Fix kernel_page_present() for KPRANGE/XKPRANGE (bsc#1234429). - thermal/cpufreq_cooling: Remove structure member documentation (bsc#1234429). - s390/cio: Fix CHPID "configure" attribute caching (bsc#1234429). - platform/x86: int3472: Call "reset" GPIO "enable" for INT347E (bsc#1234429). - platform/x86: int3472: Use correct type for "polarity", call it gpio_flags (bsc#1234429). - platform/x86: thinkpad_acpi: Support for V9 DYTC platform profiles (bsc#1234429). - platform/x86: thinkpad_acpi: Fix invalid fan speed on ThinkPad X120e (bsc#1234429). - sched: Clarify wake_up_q()'s write to task->wake_q.next (bsc#1234429). - objtool: Ignore dangling jump table entries (bsc#1234429). - btrfs: fix two misuses of folio_shift() (bsc#1234429). - HID: apple: fix up the F6 key on the Omoton KB066 keyboard (bsc#1234429). - HID: hid-apple: Apple Magic Keyboard a3203 USB-C support (bsc#1234429). - selftests/cgroup: use bash in test_cpuset_v1_hp.sh (bsc#1234429). - HID: topre: Fix n-key rollover on Realforce R3S TKL boards (bsc#1234429). - HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDs (bsc#1234429). - usb: phy: generic: Use proper helper for property detection (bsc#1234429). - HID: hid-steam: Fix issues with disabling both gamepad mode and lizard mode (bsc#1234429). - HID: ignore non-functional sensor in HP 5MP Camera (bsc#1234429). - HID: intel-ish-hid: Send clock sync message immediately after reset (bsc#1234429). - HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbell (bsc#1234429). - sched_ext: selftests/dsp_local_on: Fix sporadic failures (bsc#1234429). - selftests: always check mask returned by statmount(2) (bsc#1234429). - vboxsf: fix building with GCC 15 (bsc#1234429). - alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support (bsc#1234429). - smb: client: fix noisy when tree connecting to DFS interlink targets (bsc#1234429). - ACPI: resource: IRQ override for Eluktronics MECH-17 (bsc#1234429). - scsi: qla1280: Fix kernel oops when debug level > 2 (bsc#1234429). - scsi: ufs: core: Fix error return with query response (bsc#1234429). - scsi: core: Use GFP_NOIO to avoid circular locking dependency (bsc#1234429). - drm/amd/display: Fix out-of-bound accesses (bsc#1234429). - platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show() (bsc#1234429). - sched/debug: Provide slice length for fair tasks (bsc#1234429). - iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in ibft_attr_show_nic() (bsc#1234429). - futex: Pass in task to futex_queue() (bsc#1234429). - btrfs: avoid starting new transaction when cleaning qgroup during subvolume drop (bsc#1234429). - powercap: call put_device() on an error path in powercap_register_control_type() (bsc#1234429). - hrtimers: Mark is_migration_base() with __always_inline (bsc#1234429). - nvme-fc: do not ignore connectivity loss during connecting (bsc#1234429). - nvme-fc: go straight to connecting state when initializing (bsc#1234429). - net/mlx5e: Prevent bridge link show failure for non-eswitch-allowed devices (bsc#1234429). - net/mlx5: Bridge, fix the crash caused by LAG state check (bsc#1234429). - net/mlx5: Lag, Check shared fdb before creating MultiPort E-Switch (bsc#1234429). - net/mlx5: Fix incorrect IRQ pool usage when releasing IRQs (bsc#1234429). - net/mlx5: HWS, Rightsize bwc matcher priority (bsc#1234429). - Revert "openvswitch: switch to per-action label counting in conntrack" (bsc#1234429). - net: openvswitch: remove misbehaving actions length check (bsc#1234429). - gre: Fix IPv6 link-local address generation (bsc#1234429). - netfilter: nft_exthdr: fix offset with ipv4_find_option() (bsc#1234429). - net_sched: Prevent creation of classes with TC_H_ROOT (bsc#1234429). - ipvs: prevent integer overflow in do_ip_vs_get_ctl() (bsc#1234429). - netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree() (bsc#1234429). - rtase: Fix improper release of ring list entries in rtase_sw_reset (bsc#1234429). - selftests: bonding: fix incorrect mac address (bsc#1234429). - bonding: fix incorrect MAC address setting to receive NS messages (bsc#1234429). - net: mctp: unshare packets when reassembling (bsc#1234429). - net: switchdev: Convert blocking notification chain to a raw one (bsc#1234429). - eth: bnxt: fix memory leak in queue reset (bsc#1234429). - bnxt_en: handle tpa_info in queue API implementation (bsc#1234429). - bnxt_en: refactor tpa_info alloc/free into helpers (bsc#1234429). - eth: bnxt: use page pool for head frags (bsc#1234429). - eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx} (bsc#1234429). - eth: bnxt: do not update checksum in bnxt_xdp_build_skb() (bsc#1234429). - eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logic (bsc#1234429). - eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc() (bsc#1234429). - eth: bnxt: fix truesize for mb-xdp-pass case (bsc#1234429). - net/mlx5: handle errors in mlx5_chains_create_table() (bsc#1234429). - Drivers: hv: vmbus: Don't release fb_mmio resource in vmbus_free_mmio() (bsc#1234429). - fbdev: hyperv_fb: Allow graceful removal of framebuffer (bsc#1234429). - fbdev: hyperv_fb: Simplify hvfb_putmem (bsc#1234429). - fbdev: hyperv_fb: Fix hang in kdump kernel when on Hyper-V Gen 2 VMs (bsc#1234429). - drm/hyperv: Fix address space leak when Hyper-V DRM device is removed (bsc#1234429). - netpoll: hold rcu read lock in __netpoll_send_skb() (bsc#1234429). - net: mctp i2c: Copy headers if cloned (bsc#1234429). - net: mctp i3c: Copy headers if cloned (bsc#1234429). - net: dsa: mv88e6xxx: Verify after ATU Load ops (bsc#1234429). - net/mlx5: Fill out devlink dev info only for PFs (bsc#1234429). - Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context" (bsc#1234429). - Bluetooth: hci_event: Fix enabling passive scanning (bsc#1234429). - wifi: cfg80211: cancel wiphy_work before freeing wiphy (bsc#1234429). - wifi: mac80211: don't queue sdata::work for a non-running sdata (bsc#1234429). - wifi: iwlwifi: mvm: fix PNVM timeout for non-MSI-X platforms (bsc#1234429). - sched: address a potential NULL pointer dereference in the GRED scheduler (bsc#1234429). - netfilter: nf_tables: make destruction work queue pernet (bsc#1234429). - netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap around (bsc#1234429). - ice: Fix switchdev slow-path in LAG (bsc#1234429). - ice: fix memory leak in aRFS after reset (bsc#1234429). - ice: do not configure destination override for switchdev (bsc#1234429). - netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template (bsc#1234429). - pinctrl: nuvoton: npcm8xx: Add NULL check in npcm8xx_gpio_fw (bsc#1234429). - pinctrl: bcm281xx: Fix incorrect regmap max_registers value (bsc#1234429). - fbdev: hyperv_fb: iounmap() the correct memory when removing a device (bsc#1234429). - userfaultfd: fix PTE unmapping stack-allocated PTE copies (bsc#1234429). - mm: fix kernel BUG when userfaultfd_move encounters swapcache (bsc#1234429). - mm/slab/kvfree_rcu: Switch to WQ_MEM_RECLAIM wq (bsc#1234429). - commit f0310f3 ++++ kernel-firmware-amdgpu: - Update to version 20250322 (git commit 710a336b3198): * amdgpu: update dcn 4.01 firmware to 0.1.3.0 * amdgpu: update dcn 3.5 firmware to 0.1.0.0 - Update kernel-firmware-tools scripts to be downloadable ++++ kernel-longterm: - Revert "gre: Fix IPv6 link-local address generation." (bsc#1234429). - commit 5a14607 - Linux 6.12.20 (bsc#1234429). - fs/netfs/read_collect: add to next->prev_donated (bsc#1234429). - HID: apple: disable Fn key handling on the Omoton KB066 (bsc#1234429). - nvme-fc: rely on state transitions to handle connectivity loss (bsc#1234429). - Bluetooth: L2CAP: Fix corrupted list in hci_chan_del (bsc#1234429). - tools/sched_ext: Add helper to check task migration state (bsc#1234429). - sched_ext: selftests/dsp_local_on: Fix selftest on UP systems (bsc#1234429). - smb: client: Fix match_session bug preventing session reuse (bsc#1234429). - smb3: add support for IAKerb (bsc#1234429). - mm/hugetlb: wait for hugetlb folios to be freed (bsc#1234429). - i2c: sis630: Fix an error handling path in sis630_probe() (bsc#1234429). - i2c: ali15x3: Fix an error handling path in ali15x3_probe() (bsc#1234429). - i2c: ali1535: Fix an error handling path in ali1535_probe() (bsc#1234429). - x86/vmware: Parse MP tables for SEV-SNP enabled guests under VMware hypervisors (bsc#1234429). - cifs: Fix integer overflow while processing closetimeo mount option (bsc#1234429). - cifs: Fix integer overflow while processing actimeo mount option (bsc#1234429). - cifs: Fix integer overflow while processing acdirmax mount option (bsc#1234429). - cifs: Fix integer overflow while processing acregmax mount option (bsc#1234429). - block: change blk_mq_add_to_batch() third argument type to bool (bsc#1234429). - scripts: generate_rust_analyzer: add uapi crate (bsc#1234429). - scripts: generate_rust_analyzer: add missing include_dirs (bsc#1234429). - scripts: generate_rust_analyzer: add missing macros deps (bsc#1234429). - drm/i915: Increase I915_PARAM_MMAP_GTT_VERSION version to indicate support for partial mmaps (bsc#1234429). - ASoC: codecs: wm0010: Fix error handling path in wm0010_spi_probe() (bsc#1234429). - nvme: move error logging from nvme_end_req() to __nvme_end_req() (bsc#1234429). - drm/xe/pm: Temporarily disable D3Cold on BMG (bsc#1234429). - drm/xe/userptr: Fix an incorrect assert (bsc#1234429). - drm/xe: Release guc ids before cancelling work (bsc#1234429). - drm/xe: cancel pending job timer before freeing scheduler (bsc#1234429). - ASoC: rt722-sdca: add missing readable registers (bsc#1234429). - rust: init: add missing newline to pr_info! calls (bsc#1234429). - ASoC: cs42l43: Fix maximum ADC Volume (bsc#1234429). - drm/gma500: Add NULL check for pci_gfx_root in mid_get_vbt_data() (bsc#1234429). - rust: error: add missing newline to pr_warn! calls (bsc#1234429). - ASoC: ops: Consistently treat platform_max as control value (bsc#1234429). - sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl() (bsc#1234429). - net: phy: nxp-c45-tja11xx: add TJA112XB SGMII PCS restart errata (bsc#1234429). - net: phy: nxp-c45-tja11xx: add TJA112X PHY configuration errata (bsc#1234429). - smb: client: fix regression with guest option (bsc#1234429). - qlcnic: fix memory leak issues in qlcnic_sriov_common.c (bsc#1234429). - Fix mmu notifiers for range-based invalidates (bsc#1234429). - arm64: mm: Populate vmemmap at the page level if not section aligned (bsc#1234429). - dm-flakey: Fix memory corruption in optional corrupt_bio_byte feature (bsc#1234429). - netmem: prevent TX of unreadable skbs (bsc#1234429). - ASoC: amd: yc: Support mic on another Lenovo ThinkPad E16 Gen 2 model (bsc#1234429). - ASoC: Intel: sof_sdw: Fix unlikely uninitialized variable use in create_sdw_dailinks() (bsc#1234429). - clk: samsung: gs101: fix synchronous external abort in samsung_clk_save() (bsc#1234429). - clk: samsung: update PLL locktime for PLL142XX used on FSD platform (bsc#1234429). - ksmbd: prevent connection release during oplock break notification (bsc#1234429). - ksmbd: fix use-after-free in ksmbd_free_work_struct (bsc#1234429). - drm/amd/display: Fix slab-use-after-free on hdcp_work (bsc#1234429). - drm/amd/display: Assign normalized_pix_clk when color depth = 14 (bsc#1234429). - drm/amd/display: Restore correct backlight brightness after a GPU reset (bsc#1234429). - drm/amd/display: fix missing .is_two_pixels_per_container (bsc#1234429). - drm/amd/display: fix default brightness (bsc#1234429). - drm/amd/display: Disable unneeded hpd interrupts during dm_init (bsc#1234429). - drm/amdgpu/display: Allow DCC for video formats on GFX12 (bsc#1234429). - drm/amd/amdkfd: Evict all queues even HWS remove queue failed (bsc#1234429). - drm/amdgpu: NULL-check BO's backing store when determining GFX12 PTE flags (bsc#1234429). - drm/dp_mst: Fix locking when skipping CSN before topology probing (bsc#1234429). - drm/atomic: Filter out redundant DPMS calls (bsc#1234429). - drm/panic: fix overindented list items in documentation (bsc#1234429). - drm/panic: use `div_ceil` to clean Clippy warning (bsc#1234429). - drm/i915/cdclk: Do cdclk post plane programming later (bsc#1234429). - spi: microchip-core: prevent RX overflows when transmit size > FIFO size (bsc#1234429). - x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes (bsc#1234429). - rust: init: fix `Zeroable` implementation for `Option>` and `Option>` (bsc#1234429). - rust: Disallow BTF generation with Rust + LTO (bsc#1234429). - rust: alloc: satisfy POSIX alignment requirement (bsc#1234429). - rust: remove leftover mentions of the `alloc` crate (bsc#1234429). - rust: lockdep: Remove support for dynamically allocated LockClassKeys (bsc#1234429). - USB: serial: option: match on interface class for Telit FN990B (bsc#1234429). - USB: serial: option: fix Telit Cinterion FE990A name (bsc#1234429). - USB: serial: option: add Telit Cinterion FE990B compositions (bsc#1234429). - USB: serial: ftdi_sio: add support for Altera USB Blaster 3 (bsc#1234429). - Input: i8042 - swap old quirk combination with new quirk for more devices (bsc#1234429). - Input: i8042 - swap old quirk combination with new quirk for several devices (bsc#1234429). - Input: i8042 - add required quirks for missing old boardnames (bsc#1234429). - Input: i8042 - swap old quirk combination with new quirk for NHxxRZQ (bsc#1234429). - Input: xpad - rename QH controller to Legion Go S (bsc#1234429). - Input: xpad - add support for TECNO Pocket Go (bsc#1234429). - Input: xpad - add support for ZOTAC Gaming Zone (bsc#1234429). - Input: xpad - add multiple supported devices (bsc#1234429). - Input: xpad - add 8BitDo SN30 Pro, Hyperkin X91 and Gamesir G7 SE controllers (bsc#1234429). - Input: iqs7222 - preserve system status register (bsc#1234429). - Input: ads7846 - fix gpiod allocation (bsc#1234429). - Input: goodix-berlin - fix vddio regulator references (bsc#1234429). - cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_reparse_point() (bsc#1234429). - cifs: Validate content of WSL reparse point buffers (bsc#1234429). - vhost: return task creation error instead of NULL (bsc#1234429). - block: fix 'kmem_cache of name 'bio-108' already exists' (bsc#1234429). - net: Handle napi_schedule() calls from non-interrupt (bsc#1234429). - drm/nouveau: Do not override forced connector status (bsc#1234429). - mptcp: safety check before fallback (bsc#1234429). - perf/x86/rapl: Add support for Intel Arrow Lake U (bsc#1234429). - x86/irq: Define trace events conditionally (bsc#1234429). - x86/of: Don't use DTB for SMP setup if ACPI is enabled (bsc#1234429). - perf/x86/intel: Use better start period for frequency mode (bsc#1234429). - drm/vkms: Round fixp2int conversion in lerp_u16 (bsc#1234429). - ASoC: SOF: Intel: don't check number of sdw links when set dmic_fixup (bsc#1234429). - ASoC: dapm-graph: set fill colour of turned on nodes (bsc#1234429). - fuse: don't truncate cached, mutated symlink (bsc#1234429). - ASoC: tas2764: Set the SDOUT polarity correctly (bsc#1234429). - ASoC: tas2764: Fix power control mask (bsc#1234429). - ASoC: tas2770: Fix volume scale (bsc#1234429). - phy: ti: gmii-sel: Do not use syscon helper to build regmap (bsc#1234429). - nvme: only allow entering LIVE from CONNECTING state (bsc#1234429). - sctp: Fix undefined behavior in left shift operation (bsc#1234429). - cifs: Treat unhandled directory name surrogate reparse points as mount directory nodes (bsc#1234429). - apple-nvme: Release power domains when probe fails (bsc#1234429). - nvmet-rdma: recheck queue state is LIVE in state lock in recv done (bsc#1234429). - nvme-pci: quirk Acer FA100 for non-uniqueue identifiers (bsc#1234429). - io-wq: backoff when retrying worker creation (bsc#1234429). - net: wwan: mhi_wwan_mbim: Silence sequence number glitch errors (bsc#1234429). - ASoC: SOF: amd: Handle IPC replies before FW_BOOT_COMPLETE (bsc#1234429). - ASoC: SOF: amd: Add post_fw_run_delay ACP quirk (bsc#1234429). - ALSA: hda: hda-intel: add Panther Lake-H support (bsc#1234429). - ASoC: SOF: Intel: pci-ptl: Add support for PTL-H (bsc#1234429). - ALSA: hda: intel-dsp-config: Add PTL-H support (bsc#1234429). - PCI: pci_ids: add INTEL_HDA_PTL_H (bsc#1234429). - ASoC: SOF: Intel: hda: add softdep pre to snd-hda-codec-hdmi module (bsc#1234429). - ASoC: arizona/madera: use fsleep() in up/down DAPM event delays (bsc#1234429). - ASoC: rsnd: adjust convert rate limitation (bsc#1234429). - ASoC: rsnd: don't indicate warning on rsnd_kctrl_accept_runtime() (bsc#1234429). - ASoC: rsnd: indicate unsupported clock rate (bsc#1234429). - ALSA: hda/realtek: Limit mic boost on Positivo ARN50 (bsc#1234429). - ASoC: simple-card-utils.c: add missing dlc->of_node (bsc#1234429). - ASoC: Intel: soc-acpi-intel-mtl-match: declare adr as ull (bsc#1234429). - ASoC: Intel: sof_sdw: Add quirk for Asus Zenbook S14 (bsc#1234429). - ASoC: Intel: sof_sdw: Add lookup of quirk using PCI subsystem ID (bsc#1234429). - selftests/bpf: Fix invalid flag of recv() (bsc#1234429). - drm/tests: hdmi: Fix recursive locking (bsc#1234429). - drm/tests: hdmi: Reorder DRM entities variables assignment (bsc#1234429). - drm/tests: hdmi: Remove redundant assignments (bsc#1234429). - Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd (bsc#1234429). - Xen/swiotlb: mark xen_swiotlb_fixup() __init (bsc#1234429). - arm64: amu: Delay allocating cpumask for AMU FIE support (bsc#1234429). - LoongArch: KVM: Set host with kernel mode when switch to VM mode (bsc#1234429). - LoongArch: Fix kernel_page_present() for KPRANGE/XKPRANGE (bsc#1234429). - thermal/cpufreq_cooling: Remove structure member documentation (bsc#1234429). - s390/cio: Fix CHPID "configure" attribute caching (bsc#1234429). - platform/x86: int3472: Call "reset" GPIO "enable" for INT347E (bsc#1234429). - platform/x86: int3472: Use correct type for "polarity", call it gpio_flags (bsc#1234429). - platform/x86: thinkpad_acpi: Support for V9 DYTC platform profiles (bsc#1234429). - platform/x86: thinkpad_acpi: Fix invalid fan speed on ThinkPad X120e (bsc#1234429). - sched: Clarify wake_up_q()'s write to task->wake_q.next (bsc#1234429). - objtool: Ignore dangling jump table entries (bsc#1234429). - btrfs: fix two misuses of folio_shift() (bsc#1234429). - HID: apple: fix up the F6 key on the Omoton KB066 keyboard (bsc#1234429). - HID: hid-apple: Apple Magic Keyboard a3203 USB-C support (bsc#1234429). - selftests/cgroup: use bash in test_cpuset_v1_hp.sh (bsc#1234429). - HID: topre: Fix n-key rollover on Realforce R3S TKL boards (bsc#1234429). - HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDs (bsc#1234429). - usb: phy: generic: Use proper helper for property detection (bsc#1234429). - HID: hid-steam: Fix issues with disabling both gamepad mode and lizard mode (bsc#1234429). - HID: ignore non-functional sensor in HP 5MP Camera (bsc#1234429). - HID: intel-ish-hid: Send clock sync message immediately after reset (bsc#1234429). - HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbell (bsc#1234429). - sched_ext: selftests/dsp_local_on: Fix sporadic failures (bsc#1234429). - selftests: always check mask returned by statmount(2) (bsc#1234429). - vboxsf: fix building with GCC 15 (bsc#1234429). - alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support (bsc#1234429). - smb: client: fix noisy when tree connecting to DFS interlink targets (bsc#1234429). - ACPI: resource: IRQ override for Eluktronics MECH-17 (bsc#1234429). - scsi: qla1280: Fix kernel oops when debug level > 2 (bsc#1234429). - scsi: ufs: core: Fix error return with query response (bsc#1234429). - scsi: core: Use GFP_NOIO to avoid circular locking dependency (bsc#1234429). - drm/amd/display: Fix out-of-bound accesses (bsc#1234429). - platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show() (bsc#1234429). - sched/debug: Provide slice length for fair tasks (bsc#1234429). - iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in ibft_attr_show_nic() (bsc#1234429). - futex: Pass in task to futex_queue() (bsc#1234429). - btrfs: avoid starting new transaction when cleaning qgroup during subvolume drop (bsc#1234429). - powercap: call put_device() on an error path in powercap_register_control_type() (bsc#1234429). - hrtimers: Mark is_migration_base() with __always_inline (bsc#1234429). - nvme-fc: do not ignore connectivity loss during connecting (bsc#1234429). - nvme-fc: go straight to connecting state when initializing (bsc#1234429). - net/mlx5e: Prevent bridge link show failure for non-eswitch-allowed devices (bsc#1234429). - net/mlx5: Bridge, fix the crash caused by LAG state check (bsc#1234429). - net/mlx5: Lag, Check shared fdb before creating MultiPort E-Switch (bsc#1234429). - net/mlx5: Fix incorrect IRQ pool usage when releasing IRQs (bsc#1234429). - net/mlx5: HWS, Rightsize bwc matcher priority (bsc#1234429). - Revert "openvswitch: switch to per-action label counting in conntrack" (bsc#1234429). - net: openvswitch: remove misbehaving actions length check (bsc#1234429). - gre: Fix IPv6 link-local address generation (bsc#1234429). - netfilter: nft_exthdr: fix offset with ipv4_find_option() (bsc#1234429). - net_sched: Prevent creation of classes with TC_H_ROOT (bsc#1234429). - ipvs: prevent integer overflow in do_ip_vs_get_ctl() (bsc#1234429). - netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree() (bsc#1234429). - rtase: Fix improper release of ring list entries in rtase_sw_reset (bsc#1234429). - selftests: bonding: fix incorrect mac address (bsc#1234429). - bonding: fix incorrect MAC address setting to receive NS messages (bsc#1234429). - net: mctp: unshare packets when reassembling (bsc#1234429). - net: switchdev: Convert blocking notification chain to a raw one (bsc#1234429). - eth: bnxt: fix memory leak in queue reset (bsc#1234429). - bnxt_en: handle tpa_info in queue API implementation (bsc#1234429). - bnxt_en: refactor tpa_info alloc/free into helpers (bsc#1234429). - eth: bnxt: use page pool for head frags (bsc#1234429). - eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx} (bsc#1234429). - eth: bnxt: do not update checksum in bnxt_xdp_build_skb() (bsc#1234429). - eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logic (bsc#1234429). - eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc() (bsc#1234429). - eth: bnxt: fix truesize for mb-xdp-pass case (bsc#1234429). - net/mlx5: handle errors in mlx5_chains_create_table() (bsc#1234429). - Drivers: hv: vmbus: Don't release fb_mmio resource in vmbus_free_mmio() (bsc#1234429). - fbdev: hyperv_fb: Allow graceful removal of framebuffer (bsc#1234429). - fbdev: hyperv_fb: Simplify hvfb_putmem (bsc#1234429). - fbdev: hyperv_fb: Fix hang in kdump kernel when on Hyper-V Gen 2 VMs (bsc#1234429). - drm/hyperv: Fix address space leak when Hyper-V DRM device is removed (bsc#1234429). - netpoll: hold rcu read lock in __netpoll_send_skb() (bsc#1234429). - net: mctp i2c: Copy headers if cloned (bsc#1234429). - net: mctp i3c: Copy headers if cloned (bsc#1234429). - net: dsa: mv88e6xxx: Verify after ATU Load ops (bsc#1234429). - net/mlx5: Fill out devlink dev info only for PFs (bsc#1234429). - Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context" (bsc#1234429). - Bluetooth: hci_event: Fix enabling passive scanning (bsc#1234429). - wifi: cfg80211: cancel wiphy_work before freeing wiphy (bsc#1234429). - wifi: mac80211: don't queue sdata::work for a non-running sdata (bsc#1234429). - wifi: iwlwifi: mvm: fix PNVM timeout for non-MSI-X platforms (bsc#1234429). - sched: address a potential NULL pointer dereference in the GRED scheduler (bsc#1234429). - netfilter: nf_tables: make destruction work queue pernet (bsc#1234429). - netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap around (bsc#1234429). - ice: Fix switchdev slow-path in LAG (bsc#1234429). - ice: fix memory leak in aRFS after reset (bsc#1234429). - ice: do not configure destination override for switchdev (bsc#1234429). - netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template (bsc#1234429). - pinctrl: nuvoton: npcm8xx: Add NULL check in npcm8xx_gpio_fw (bsc#1234429). - pinctrl: bcm281xx: Fix incorrect regmap max_registers value (bsc#1234429). - fbdev: hyperv_fb: iounmap() the correct memory when removing a device (bsc#1234429). - userfaultfd: fix PTE unmapping stack-allocated PTE copies (bsc#1234429). - mm: fix kernel BUG when userfaultfd_move encounters swapcache (bsc#1234429). - mm/slab/kvfree_rcu: Switch to WQ_MEM_RECLAIM wq (bsc#1234429). - commit f0310f3 ++++ kernel-syms-longterm: - Revert "gre: Fix IPv6 link-local address generation." (bsc#1234429). - commit 5a14607 - Linux 6.12.20 (bsc#1234429). - fs/netfs/read_collect: add to next->prev_donated (bsc#1234429). - HID: apple: disable Fn key handling on the Omoton KB066 (bsc#1234429). - nvme-fc: rely on state transitions to handle connectivity loss (bsc#1234429). - Bluetooth: L2CAP: Fix corrupted list in hci_chan_del (bsc#1234429). - tools/sched_ext: Add helper to check task migration state (bsc#1234429). - sched_ext: selftests/dsp_local_on: Fix selftest on UP systems (bsc#1234429). - smb: client: Fix match_session bug preventing session reuse (bsc#1234429). - smb3: add support for IAKerb (bsc#1234429). - mm/hugetlb: wait for hugetlb folios to be freed (bsc#1234429). - i2c: sis630: Fix an error handling path in sis630_probe() (bsc#1234429). - i2c: ali15x3: Fix an error handling path in ali15x3_probe() (bsc#1234429). - i2c: ali1535: Fix an error handling path in ali1535_probe() (bsc#1234429). - x86/vmware: Parse MP tables for SEV-SNP enabled guests under VMware hypervisors (bsc#1234429). - cifs: Fix integer overflow while processing closetimeo mount option (bsc#1234429). - cifs: Fix integer overflow while processing actimeo mount option (bsc#1234429). - cifs: Fix integer overflow while processing acdirmax mount option (bsc#1234429). - cifs: Fix integer overflow while processing acregmax mount option (bsc#1234429). - block: change blk_mq_add_to_batch() third argument type to bool (bsc#1234429). - scripts: generate_rust_analyzer: add uapi crate (bsc#1234429). - scripts: generate_rust_analyzer: add missing include_dirs (bsc#1234429). - scripts: generate_rust_analyzer: add missing macros deps (bsc#1234429). - drm/i915: Increase I915_PARAM_MMAP_GTT_VERSION version to indicate support for partial mmaps (bsc#1234429). - ASoC: codecs: wm0010: Fix error handling path in wm0010_spi_probe() (bsc#1234429). - nvme: move error logging from nvme_end_req() to __nvme_end_req() (bsc#1234429). - drm/xe/pm: Temporarily disable D3Cold on BMG (bsc#1234429). - drm/xe/userptr: Fix an incorrect assert (bsc#1234429). - drm/xe: Release guc ids before cancelling work (bsc#1234429). - drm/xe: cancel pending job timer before freeing scheduler (bsc#1234429). - ASoC: rt722-sdca: add missing readable registers (bsc#1234429). - rust: init: add missing newline to pr_info! calls (bsc#1234429). - ASoC: cs42l43: Fix maximum ADC Volume (bsc#1234429). - drm/gma500: Add NULL check for pci_gfx_root in mid_get_vbt_data() (bsc#1234429). - rust: error: add missing newline to pr_warn! calls (bsc#1234429). - ASoC: ops: Consistently treat platform_max as control value (bsc#1234429). - sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl() (bsc#1234429). - net: phy: nxp-c45-tja11xx: add TJA112XB SGMII PCS restart errata (bsc#1234429). - net: phy: nxp-c45-tja11xx: add TJA112X PHY configuration errata (bsc#1234429). - smb: client: fix regression with guest option (bsc#1234429). - qlcnic: fix memory leak issues in qlcnic_sriov_common.c (bsc#1234429). - Fix mmu notifiers for range-based invalidates (bsc#1234429). - arm64: mm: Populate vmemmap at the page level if not section aligned (bsc#1234429). - dm-flakey: Fix memory corruption in optional corrupt_bio_byte feature (bsc#1234429). - netmem: prevent TX of unreadable skbs (bsc#1234429). - ASoC: amd: yc: Support mic on another Lenovo ThinkPad E16 Gen 2 model (bsc#1234429). - ASoC: Intel: sof_sdw: Fix unlikely uninitialized variable use in create_sdw_dailinks() (bsc#1234429). - clk: samsung: gs101: fix synchronous external abort in samsung_clk_save() (bsc#1234429). - clk: samsung: update PLL locktime for PLL142XX used on FSD platform (bsc#1234429). - ksmbd: prevent connection release during oplock break notification (bsc#1234429). - ksmbd: fix use-after-free in ksmbd_free_work_struct (bsc#1234429). - drm/amd/display: Fix slab-use-after-free on hdcp_work (bsc#1234429). - drm/amd/display: Assign normalized_pix_clk when color depth = 14 (bsc#1234429). - drm/amd/display: Restore correct backlight brightness after a GPU reset (bsc#1234429). - drm/amd/display: fix missing .is_two_pixels_per_container (bsc#1234429). - drm/amd/display: fix default brightness (bsc#1234429). - drm/amd/display: Disable unneeded hpd interrupts during dm_init (bsc#1234429). - drm/amdgpu/display: Allow DCC for video formats on GFX12 (bsc#1234429). - drm/amd/amdkfd: Evict all queues even HWS remove queue failed (bsc#1234429). - drm/amdgpu: NULL-check BO's backing store when determining GFX12 PTE flags (bsc#1234429). - drm/dp_mst: Fix locking when skipping CSN before topology probing (bsc#1234429). - drm/atomic: Filter out redundant DPMS calls (bsc#1234429). - drm/panic: fix overindented list items in documentation (bsc#1234429). - drm/panic: use `div_ceil` to clean Clippy warning (bsc#1234429). - drm/i915/cdclk: Do cdclk post plane programming later (bsc#1234429). - spi: microchip-core: prevent RX overflows when transmit size > FIFO size (bsc#1234429). - x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes (bsc#1234429). - rust: init: fix `Zeroable` implementation for `Option>` and `Option>` (bsc#1234429). - rust: Disallow BTF generation with Rust + LTO (bsc#1234429). - rust: alloc: satisfy POSIX alignment requirement (bsc#1234429). - rust: remove leftover mentions of the `alloc` crate (bsc#1234429). - rust: lockdep: Remove support for dynamically allocated LockClassKeys (bsc#1234429). - USB: serial: option: match on interface class for Telit FN990B (bsc#1234429). - USB: serial: option: fix Telit Cinterion FE990A name (bsc#1234429). - USB: serial: option: add Telit Cinterion FE990B compositions (bsc#1234429). - USB: serial: ftdi_sio: add support for Altera USB Blaster 3 (bsc#1234429). - Input: i8042 - swap old quirk combination with new quirk for more devices (bsc#1234429). - Input: i8042 - swap old quirk combination with new quirk for several devices (bsc#1234429). - Input: i8042 - add required quirks for missing old boardnames (bsc#1234429). - Input: i8042 - swap old quirk combination with new quirk for NHxxRZQ (bsc#1234429). - Input: xpad - rename QH controller to Legion Go S (bsc#1234429). - Input: xpad - add support for TECNO Pocket Go (bsc#1234429). - Input: xpad - add support for ZOTAC Gaming Zone (bsc#1234429). - Input: xpad - add multiple supported devices (bsc#1234429). - Input: xpad - add 8BitDo SN30 Pro, Hyperkin X91 and Gamesir G7 SE controllers (bsc#1234429). - Input: iqs7222 - preserve system status register (bsc#1234429). - Input: ads7846 - fix gpiod allocation (bsc#1234429). - Input: goodix-berlin - fix vddio regulator references (bsc#1234429). - cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_reparse_point() (bsc#1234429). - cifs: Validate content of WSL reparse point buffers (bsc#1234429). - vhost: return task creation error instead of NULL (bsc#1234429). - block: fix 'kmem_cache of name 'bio-108' already exists' (bsc#1234429). - net: Handle napi_schedule() calls from non-interrupt (bsc#1234429). - drm/nouveau: Do not override forced connector status (bsc#1234429). - mptcp: safety check before fallback (bsc#1234429). - perf/x86/rapl: Add support for Intel Arrow Lake U (bsc#1234429). - x86/irq: Define trace events conditionally (bsc#1234429). - x86/of: Don't use DTB for SMP setup if ACPI is enabled (bsc#1234429). - perf/x86/intel: Use better start period for frequency mode (bsc#1234429). - drm/vkms: Round fixp2int conversion in lerp_u16 (bsc#1234429). - ASoC: SOF: Intel: don't check number of sdw links when set dmic_fixup (bsc#1234429). - ASoC: dapm-graph: set fill colour of turned on nodes (bsc#1234429). - fuse: don't truncate cached, mutated symlink (bsc#1234429). - ASoC: tas2764: Set the SDOUT polarity correctly (bsc#1234429). - ASoC: tas2764: Fix power control mask (bsc#1234429). - ASoC: tas2770: Fix volume scale (bsc#1234429). - phy: ti: gmii-sel: Do not use syscon helper to build regmap (bsc#1234429). - nvme: only allow entering LIVE from CONNECTING state (bsc#1234429). - sctp: Fix undefined behavior in left shift operation (bsc#1234429). - cifs: Treat unhandled directory name surrogate reparse points as mount directory nodes (bsc#1234429). - apple-nvme: Release power domains when probe fails (bsc#1234429). - nvmet-rdma: recheck queue state is LIVE in state lock in recv done (bsc#1234429). - nvme-pci: quirk Acer FA100 for non-uniqueue identifiers (bsc#1234429). - io-wq: backoff when retrying worker creation (bsc#1234429). - net: wwan: mhi_wwan_mbim: Silence sequence number glitch errors (bsc#1234429). - ASoC: SOF: amd: Handle IPC replies before FW_BOOT_COMPLETE (bsc#1234429). - ASoC: SOF: amd: Add post_fw_run_delay ACP quirk (bsc#1234429). - ALSA: hda: hda-intel: add Panther Lake-H support (bsc#1234429). - ASoC: SOF: Intel: pci-ptl: Add support for PTL-H (bsc#1234429). - ALSA: hda: intel-dsp-config: Add PTL-H support (bsc#1234429). - PCI: pci_ids: add INTEL_HDA_PTL_H (bsc#1234429). - ASoC: SOF: Intel: hda: add softdep pre to snd-hda-codec-hdmi module (bsc#1234429). - ASoC: arizona/madera: use fsleep() in up/down DAPM event delays (bsc#1234429). - ASoC: rsnd: adjust convert rate limitation (bsc#1234429). - ASoC: rsnd: don't indicate warning on rsnd_kctrl_accept_runtime() (bsc#1234429). - ASoC: rsnd: indicate unsupported clock rate (bsc#1234429). - ALSA: hda/realtek: Limit mic boost on Positivo ARN50 (bsc#1234429). - ASoC: simple-card-utils.c: add missing dlc->of_node (bsc#1234429). - ASoC: Intel: soc-acpi-intel-mtl-match: declare adr as ull (bsc#1234429). - ASoC: Intel: sof_sdw: Add quirk for Asus Zenbook S14 (bsc#1234429). - ASoC: Intel: sof_sdw: Add lookup of quirk using PCI subsystem ID (bsc#1234429). - selftests/bpf: Fix invalid flag of recv() (bsc#1234429). - drm/tests: hdmi: Fix recursive locking (bsc#1234429). - drm/tests: hdmi: Reorder DRM entities variables assignment (bsc#1234429). - drm/tests: hdmi: Remove redundant assignments (bsc#1234429). - Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd (bsc#1234429). - Xen/swiotlb: mark xen_swiotlb_fixup() __init (bsc#1234429). - arm64: amu: Delay allocating cpumask for AMU FIE support (bsc#1234429). - LoongArch: KVM: Set host with kernel mode when switch to VM mode (bsc#1234429). - LoongArch: Fix kernel_page_present() for KPRANGE/XKPRANGE (bsc#1234429). - thermal/cpufreq_cooling: Remove structure member documentation (bsc#1234429). - s390/cio: Fix CHPID "configure" attribute caching (bsc#1234429). - platform/x86: int3472: Call "reset" GPIO "enable" for INT347E (bsc#1234429). - platform/x86: int3472: Use correct type for "polarity", call it gpio_flags (bsc#1234429). - platform/x86: thinkpad_acpi: Support for V9 DYTC platform profiles (bsc#1234429). - platform/x86: thinkpad_acpi: Fix invalid fan speed on ThinkPad X120e (bsc#1234429). - sched: Clarify wake_up_q()'s write to task->wake_q.next (bsc#1234429). - objtool: Ignore dangling jump table entries (bsc#1234429). - btrfs: fix two misuses of folio_shift() (bsc#1234429). - HID: apple: fix up the F6 key on the Omoton KB066 keyboard (bsc#1234429). - HID: hid-apple: Apple Magic Keyboard a3203 USB-C support (bsc#1234429). - selftests/cgroup: use bash in test_cpuset_v1_hp.sh (bsc#1234429). - HID: topre: Fix n-key rollover on Realforce R3S TKL boards (bsc#1234429). - HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDs (bsc#1234429). - usb: phy: generic: Use proper helper for property detection (bsc#1234429). - HID: hid-steam: Fix issues with disabling both gamepad mode and lizard mode (bsc#1234429). - HID: ignore non-functional sensor in HP 5MP Camera (bsc#1234429). - HID: intel-ish-hid: Send clock sync message immediately after reset (bsc#1234429). - HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbell (bsc#1234429). - sched_ext: selftests/dsp_local_on: Fix sporadic failures (bsc#1234429). - selftests: always check mask returned by statmount(2) (bsc#1234429). - vboxsf: fix building with GCC 15 (bsc#1234429). - alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support (bsc#1234429). - smb: client: fix noisy when tree connecting to DFS interlink targets (bsc#1234429). - ACPI: resource: IRQ override for Eluktronics MECH-17 (bsc#1234429). - scsi: qla1280: Fix kernel oops when debug level > 2 (bsc#1234429). - scsi: ufs: core: Fix error return with query response (bsc#1234429). - scsi: core: Use GFP_NOIO to avoid circular locking dependency (bsc#1234429). - drm/amd/display: Fix out-of-bound accesses (bsc#1234429). - platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show() (bsc#1234429). - sched/debug: Provide slice length for fair tasks (bsc#1234429). - iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in ibft_attr_show_nic() (bsc#1234429). - futex: Pass in task to futex_queue() (bsc#1234429). - btrfs: avoid starting new transaction when cleaning qgroup during subvolume drop (bsc#1234429). - powercap: call put_device() on an error path in powercap_register_control_type() (bsc#1234429). - hrtimers: Mark is_migration_base() with __always_inline (bsc#1234429). - nvme-fc: do not ignore connectivity loss during connecting (bsc#1234429). - nvme-fc: go straight to connecting state when initializing (bsc#1234429). - net/mlx5e: Prevent bridge link show failure for non-eswitch-allowed devices (bsc#1234429). - net/mlx5: Bridge, fix the crash caused by LAG state check (bsc#1234429). - net/mlx5: Lag, Check shared fdb before creating MultiPort E-Switch (bsc#1234429). - net/mlx5: Fix incorrect IRQ pool usage when releasing IRQs (bsc#1234429). - net/mlx5: HWS, Rightsize bwc matcher priority (bsc#1234429). - Revert "openvswitch: switch to per-action label counting in conntrack" (bsc#1234429). - net: openvswitch: remove misbehaving actions length check (bsc#1234429). - gre: Fix IPv6 link-local address generation (bsc#1234429). - netfilter: nft_exthdr: fix offset with ipv4_find_option() (bsc#1234429). - net_sched: Prevent creation of classes with TC_H_ROOT (bsc#1234429). - ipvs: prevent integer overflow in do_ip_vs_get_ctl() (bsc#1234429). - netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree() (bsc#1234429). - rtase: Fix improper release of ring list entries in rtase_sw_reset (bsc#1234429). - selftests: bonding: fix incorrect mac address (bsc#1234429). - bonding: fix incorrect MAC address setting to receive NS messages (bsc#1234429). - net: mctp: unshare packets when reassembling (bsc#1234429). - net: switchdev: Convert blocking notification chain to a raw one (bsc#1234429). - eth: bnxt: fix memory leak in queue reset (bsc#1234429). - bnxt_en: handle tpa_info in queue API implementation (bsc#1234429). - bnxt_en: refactor tpa_info alloc/free into helpers (bsc#1234429). - eth: bnxt: use page pool for head frags (bsc#1234429). - eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx} (bsc#1234429). - eth: bnxt: do not update checksum in bnxt_xdp_build_skb() (bsc#1234429). - eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logic (bsc#1234429). - eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc() (bsc#1234429). - eth: bnxt: fix truesize for mb-xdp-pass case (bsc#1234429). - net/mlx5: handle errors in mlx5_chains_create_table() (bsc#1234429). - Drivers: hv: vmbus: Don't release fb_mmio resource in vmbus_free_mmio() (bsc#1234429). - fbdev: hyperv_fb: Allow graceful removal of framebuffer (bsc#1234429). - fbdev: hyperv_fb: Simplify hvfb_putmem (bsc#1234429). - fbdev: hyperv_fb: Fix hang in kdump kernel when on Hyper-V Gen 2 VMs (bsc#1234429). - drm/hyperv: Fix address space leak when Hyper-V DRM device is removed (bsc#1234429). - netpoll: hold rcu read lock in __netpoll_send_skb() (bsc#1234429). - net: mctp i2c: Copy headers if cloned (bsc#1234429). - net: mctp i3c: Copy headers if cloned (bsc#1234429). - net: dsa: mv88e6xxx: Verify after ATU Load ops (bsc#1234429). - net/mlx5: Fill out devlink dev info only for PFs (bsc#1234429). - Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context" (bsc#1234429). - Bluetooth: hci_event: Fix enabling passive scanning (bsc#1234429). - wifi: cfg80211: cancel wiphy_work before freeing wiphy (bsc#1234429). - wifi: mac80211: don't queue sdata::work for a non-running sdata (bsc#1234429). - wifi: iwlwifi: mvm: fix PNVM timeout for non-MSI-X platforms (bsc#1234429). - sched: address a potential NULL pointer dereference in the GRED scheduler (bsc#1234429). - netfilter: nf_tables: make destruction work queue pernet (bsc#1234429). - netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap around (bsc#1234429). - ice: Fix switchdev slow-path in LAG (bsc#1234429). - ice: fix memory leak in aRFS after reset (bsc#1234429). - ice: do not configure destination override for switchdev (bsc#1234429). - netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template (bsc#1234429). - pinctrl: nuvoton: npcm8xx: Add NULL check in npcm8xx_gpio_fw (bsc#1234429). - pinctrl: bcm281xx: Fix incorrect regmap max_registers value (bsc#1234429). - fbdev: hyperv_fb: iounmap() the correct memory when removing a device (bsc#1234429). - userfaultfd: fix PTE unmapping stack-allocated PTE copies (bsc#1234429). - mm: fix kernel BUG when userfaultfd_move encounters swapcache (bsc#1234429). - mm/slab/kvfree_rcu: Switch to WQ_MEM_RECLAIM wq (bsc#1234429). - commit f0310f3 ++++ mediainfo: - Update to 25.03 Added features: * Italian translation update * I2218, TTML: detect IMSC Rosetta * MXF: support of HDR Vivid Metadata * AVS3 Video: support for AVS3 Video according to T/AI 109.2 * MP4: Display of operating system and hardware e.g. Android or iOS * MP4: Handle loci and @xyz metadata * MP4: Handle more metadata * DAT: recording date & misc * 3D Audio: Enable graph also on Linux * Qt GUI: several improvements for matching the current windows version. Fixed bugs: * I2199, MP4: fix moov meta support. * I2213, MXF: better handling of bad LinkedTrackID in descriptors * I2191, PAC: fix crash with some W16 blocs * I2223, DVD-Video: fix crash * AVC: fix GOP computing sometimes half of actual GOP * AC3: Fix wrong read of mixlevel * MPEG-4: Handle correctly mett track format * Fix alignment of text output for CJK languages ++++ soapy-sdr: - Update to version 0.8.1+git20250223 * misc build related fixes ++++ suitesparse: - update to version 7.10.1 * GraphBLAS v10.0.1: bug fix, when using user-defined monoids in GrB_mxm - update to version 7.10 * GraphBLAS v10.0.0: major upgrade, now supporting 32-bit/ 64-bit integer indices. - update to version 7.9 * GraphBLAS v9.4.5: Added the GxB_IndexBinaryOp. Added new JIT kernels. ++++ libcap: - update to 1.2.75: * go related fixes - includes changes from 1.2.74: * Group syntax parsing bugfix for pam_cap * Doc typo fix for cap_get_proc.3 * Fix transitive include in capsh.c * go related changes ++++ libkeccak: - update to 1.4.2: * Fix bug where the hash is incomplete and possiblity corrupt when the bitrate is not a multiple of the word size * support for architectures that do not allow misaligned memory * performance optimizations - run tests ++++ libmediainfo: - Update to version 25.03 Added features: * I2218, TTML: detect IMSC Rosetta * MXF: support of HDR Vivid Metadata * AVS3 Video: support for AVS3 Video according to T/AI 109.2 * MP4: Display of operating system and hardware e.g. Android or iOS. * MP4: Handle loci and @xyz metadata * MP4: Handle more metadata * DAT: recording date & misc * 3D Audio: Enable graph also on Linux Fixed bugs: * I2199, MP4: fix moov meta support * I2213, MXF: better handling of bad LinkedTrackID in descriptors * I2191, PAC: fix crash with some W16 blocs * I2223, DVD-Video: fix crash * AVC: fix GOP computing sometimes half of actual GOP * AC3: Fix wrong read of mixlevel * MPEG-4: Handle correctly mett track format * Fix alignment of text output for CJK languages ++++ sexpp: - update to 0.9.2: * fix: revert sexp_output_stream_t::change_output_byte_size ABI ++++ srt: - Replace gcc-c++ with generic c++_compiler BuildRequires. - Use ldconfig_scriptlets macro for post(un) handling. ++++ sysprof: - Build with PIE when using gcc11. Add conditional gcc11-PIE BuildRequires (bsc#1239964). ++++ libxfce4ui: - Update to version 4.20.1 * clipboard-manager: Fix memory leak * I18n: Update po/LINGUAS list * build: Automate copyright year management * build: Remove libxfce4ui-config.h from GI * clipboard-manager: Preserve all image formats when taking ownership * Delete obsolete file libxfce4ui-1.pc.in * build: Include local header libxfce4ui/libxfce4ui.h * build: Fix include guard position * Add variadic functions to Vala * Fix namespace for GObject introspection * Translation Updates - Refresh 0001-relax-x11-version.patch ++++ xfce4-panel: - Update to version 4.20.4 * meson-build: Revert glib version change * build: Define xfce4 min version >= 4.18 * build: Search for xdt-gen-visibility also in the working tree * build: Replace xdt-csource with glib-compile-resources * build: Fix wrong macro for min version * panel: Show window in panel_application_new_window() * wayland: autohide: Mitigate lack of size_allocate() * systray: Use correct gtk functions to show/hide items * wayland: Set exclusive zone for autohide window * build: Remove libxfce4panel-config.h from GI * meson-build: Add missing check for sys/prctl.h * tasklist: Support window app changes * build: Automate copyright year management * item-dialog: Also search for plugins by their module name * I18n: Update po/LINGUAS list * wayland: wrapper: Set GtkProgressBar style properties to min values * systray: Fix legacy icons being drawn with offset * meson-build: Use SPDX license expression * autotools-build: Check for xfce4-dev-tools in configure.ac * Translation Updates ++++ libxfce4util: - Update to version 4.20.1 * autotools-build: Search for xdt-gen-visibility also in the working tree * meson-build: Bump meson min version * build: Automate copyright year management * Replace deprecated exo with libxfce4ui 4.21.0 * docs: Ignore visibility header and align build systems * build: Remove libxfce4util-config.h from GI * xfce-i18n: Use g_strlcpy instead of falling back to it * meson-build: Add missing check for varargs.h * xfce-rc: Fix C locale handling * meson-build: Use SPDX license expression * meson-build: Update debug/optimization flag management * build: Use VERSION_FULL intead of VERSION or PACKAGE_VERSION * meson-build: Let pkg.generate() fill in required libs * meson-build: Use relative path in gtk-doc * meson-build: Check for libintl only if required * meson-build: Remove duplicated CFLAGS * meson-build: Gobject introspection cleanup * Fix namespace for GObject introspection in meson build too * Fix namespace for GObject introspection * Removed extra ';' in header files. * build: Remove unused check for XDT_CHECK_ABI * build: Add missing update of --enable-visibility flag * docs: Don't run gtkdoc-check * build: Bump xdt required version * docs: Remove generated types from repository * Add libxfce4util/meson.build to Makefile.am EXTRA_DIST * Translation Updates ++++ lighttpd: - update to 1.4.77: * stronger TLS defaults: TLSv1.3 * defaults t limit TLSv1.3 Groups to the IANA “Recommended” set: “X25519:P-256:P-384:X448” * server.error-handler-404 operates only on 404 * lighttpd.conf renamed lighttpd.annotated.conf, lighttpd.conf is now a simpler header which includes lighttpd.annotated.conf. ++++ meld: - Update to version 3.23.0: + Features: - Add new side-by-side image file comparison - Add CI build support for macOS - Add version control support for Git unstaging - Added option to compare folders based on size only - Support starting with blank comparison panes using @blank - Per-pane path labels now accept drag-n-drop to open files + UI Changes: - Icon updates - Use development styling when uninstalled - Shortcut and mnemonic updates and shortcut documentation fixes - Help documentation updates - String updates and translation fixes + Updated translations. - For complete overview of changes, please see the included NEWS file. - Switch to source service for tarball/sources. ++++ oo7: - update to 0.4.3: * cli: Add custom keyring file support * dbus/secret: Workaround gnome-keyring being non-spec compliant * client: Deprecate Keyring::with_broken_item_cleanup * cli: Add a new argument for listing all items - disable updating venored dependencies, as the crate `time` has a breaking change ++++ patterns-aeon: - Add Adwaita Fonts ++++ piper: - Add missing build requirement to gtk3-tools ++++ python-Authlib: - update to 1.5.1: * Fix RFC9207 iss parameter. * Fix token introspection auth method for clients. * Optional typ claim in JWT tokens. * JWT validation leeway. * Implement server-side :rfc:`RFC9207 <9207>`. * generate_id_token can take a kid parameter. * More detailed InvalidClientError. * OpenID Connect Dynamic Client Registration implementation. ++++ python-Flask-SocketIO: - version 5.5.1 * no changelog provided ++++ python-ahocorasick-rs: - update to 0.22.2: * Update Rust dependencies. * Added support for Python 3.13. * Dropped support for Python 3.8. ++++ python-beartype: - update to 0.20.2: * @beartype `0.20.2` apologizes for the bald-faced transgressions of @beartype `0.20.1`, which tried to resolve issue #512 for @rg936672 but mostly did nothing except sit around and read fantasy books. - update to 0.20.1: * @beartype `0.20.1` materializes before your astonished keyboard with an explosive fizzy sizzling not unlike that of a flimsy soda can bursting its aluminum seams all over your astonished keyboard: ++++ python-crispy-bootstrap5: - update to 2024.10: * Added support for Django 5.1. * Fixed `accordion.html`, `accordion-group.html` and `tab.html` templates to render `css_class` attribute. * Dropped support for django-crispy-forms 2.2 and earlier. * FormActions template improvements. The template now considers the `css_class` argument and adds the `row` class for Horizontal forms. ++++ python-cryptography: - update to 44.0.2: * We now build wheels for PyPy 3.11. ++++ python-cryptography-vectors: - update to 44.0.2: * Update test vectors to match python-cryptography 44.0.2 ++++ python-drf-spectacular-sidecar: - update to 2025.3.1: * redoc 2.4.0 * swagger ui 5.20.0 ++++ python-mocket: - Update to 3.13.3: * Restructuring the project: no bug-fixing nor new features Latest * Build and publish pure python wheel * Refactor absolute imports and remove compat * Refactoring and Typing * Refactor: split modules * Refactor: introduce state object * Refactor split socket and ssl socket * Refactor rename ssl classes * Changes from ruff * improve injection code, make backwards compat explicit, make ssl-api explicit * Refactor introduce recording storage * Small cleanup * Target make safetest got broken * Better structure ++++ python-pycrowdsec: - initial packaging ++++ python-pydicom: - version 3.0.1 * patch removed: pydicom-pr1908-fixpillow.patch * patch removed: pydicom-pr2076-np2.patch * some tests disabled * changes in 3.0.1: * Changed logging of missing plugin imports to use :attr:`logging.DEBUG` (:issue:`2128`). * Include all :mod:`~pydicom.examples` module datasets with the package (:issue:`2128`, :issue:`2131`) * Fixed an invalid VR value in the private data dictionary (:issue:`2132`). * Fixed checking for *Bits Stored* when converting *Float Pixel Data* and *Double Float Pixel Data* using the :mod:`~pydicom.pixels` backend (:issue:`2135`). * Fixed decoding of pixel data for images with *Bits Allocated* of 1 when frame boundaries are not aligned with byte boundaries (:issue:`2134`). * changes in 3.0: seer release_notes/v3.0.0.rst ++++ python-python-engineio: - version 4,11,2 * Fix incorrect disconnection reason reported when browser page is closed (commit) * Remove debugging prints :blush: (commit) * Pass a reason argument to the disconnect handler #393 (commit) * Add maxPayload to connection response #392 (commit) (thanks HeySMMReseller & HeySMMProvider!) * Client option to disable timestamps in connection URLs #386 (commit) * Return disconnected sessions as 400 errors #391 (commit) * Handle unicode errors in ASGI driver #389 (commit) * Replaced deprecated get_event_loop with get_running_loop #384 (commit) * Remove constructs required by older, now unsupported Python versions (commit) * Switched to pyenv-asyncio for async unit tests (commit) * Adopted unittest.mock.AsyncMock in async unit tests instead of homegrown version (commit) * Removed tests dependency on unittest.TestCase base class (commit) ++++ python-python-socketio: - version 5.12.1 * no changelog provided ++++ scap-security-guide: - ssg-fix-python.patch: fix build with older python3. ++++ sddm-kalpa: - Add Provides:/Conflicts: on sddm-greeter-qt6 in main package ++++ stellarium: - Update to 25.1 * Switching to using Gaia DR3 catalog (extra catalogues with more than 220 milliones stars) * Full 6D astrometry (2D sky positions, 2D proper motion, parallax, radial velocity) compute for most bright stars (V<10.5) * Modelling movement for 15 couples of binary stars * New powerful data format for sky cultures * Many improvements in Core * Improvements in Telescope Control plugin * Updates in sky cultures (include new one) * Incorporated whole GCVS 5.1 catalog * New tool in AstroCalc dialog - Add use-local-md4c.patch: use local version of md4c - Remove libindi2.patch (upstreamed) ++++ termscp: - Update to version 0.17.0: * Queuing transfers: - the logic of selecting files has been extended! - From now on selecting file will put the files into a transfer queue, which is shown on the bottom panel. - When a file is selected the file is added to the queue with a destination path, which is the current other explorer path at the moment of selection. - It is possible to navigate to the transfer queue by using P and pressing ENTER or DELETE on a file will remove it from the transfer queue. - Other commands will work as well on the transfer queue, like COPY, MOVE, DELETE, RENAME. * issue 308: added --wno-keyring flag to disable keyring * issue 316: Local directory path is not switching to what's specified in the bookmark. Now the local directory path is correctly set following this hierarchy: - Local directory path specified for the host bridge - Local directory path specified in the bookmark - Working directory * issue 317: the return value of --version should be 0 * issue 319: fixed a crash when the local directory specified in the auth form does not exist * issue 327: fixed a panic when trying to go up from local directory on localhost in the auth form * issue 330: add suppaftp/pavao/kube to allowed logs * Dependencies: - argh to 0.1.13 - bytesize to 2 - dirs to 6 - magic-crypt to 4 - notify to 8 - ssh2-config to 0.4 - remotefs-ssh to 0.6 - rust edition to 2024 - drop patches that were included upstream * 7dba691ccc001aa720d0ecf1642dda94219a2d21.patch * 099e2154bae9a954aab0569bf048c4d9ae71049e.patch ++++ texlab: - Reupload vendor.tar.zst. * Disable update to respect lockfile - Update to version 5.22.1: * Don't store IPC socket (texlab.sock) in temp directory * Allow hovering over symbol-like commands (e. g. \pi) to show a unicode preview or a preview image if the client supports it * Add texlab.symbols.customEnvironments setting for specifying additional environments that will be included in the document symbols * Add texlab.experimental.labelReferenceRangeCommands setting * Add tex-fmt as a formatter for latex and bibtex * Fix parsing links with URL encoding * Improve error message when texlab.build.executable does not exist * Support starred variants in "Go to References" * Add texlab.latexindent.replacement setting to allow passing a replacement flag to latexindent * Don't require a label to show section numbers for document symbols * Support navigating to files that are part of the TEXINPUTS similar to BIBINPUTS * Fix opening untitled documents * Handle \bibitem when checking for undefined references * Fix false-positive syntax error when using a command inside a \label ++++ timezone: - Update to 2025b: * New zone for Aysén Region in Chile (America/Coyhaique) which moves from -04/-03 to -03 ++++ xfce4-session: - Update to version 4.20.1: * wayland: Use labwc's --session option if available * wayland: Don't pass xfce4-session to the optional compositor cmdline * build: Add missing dep flags * build: Automate copyright year management * build: Replace xdt-csource with glib-compile-resources * build: Define xfce4 min version >= 4.18 * scripts: Make xflock4 blocking again * startxfce4: Fix keyboard layout on wayland * scripts: Remove unused .in level in xinitrc * build: Add missing checks for headers * build: Fix wrong include guard * build: Add missing check for sigprocmask * autotools-build: Check for xfce4-dev-tools in configure.ac * build: Add missing dep flags * build: Get rid of maintainer mode where gdbus-codegen is used * Improve Wayland support * Translation Updates - Refresh xfce4-session-adapt-session-scripts-git.patch and xfce4-session-adapt-session-scripts.patch - Refresh 0002-relax-x11-version.patch * Add small hack to maintain the configure* files' modification time; otherwise the whole aclocal, autoconf, automake series will have to be run, which will fail. - Add 0003-fix-glib2_84-related-conditionals.patch to fix errors when building with glib2 < 2.84 ++++ xplr: - Remove `rm .cargo/config` line. The file does not exist anymore. - Update to version 1.0.0: * Use TryCompletePath * Improve search ranking algorithm * Add linkcheck ++++ zizmor: - Update to version 1.5.2: * Bug Fixes - Fixed a bug where zizmor would over-eagerly parse invalid and commented-out expressions, resulting in spurious warnings (#570) - Fixed a bug where zizmor would fail to honor # zizmor: ignore[rule] comments in unintuitive cases (#612) - Fixed a regression in zizmor's SARIF output format that caused suboptimal presentation of findings on GitHub (#621) ------------------------------------------------------------------ ------------------ 2025-3-22 - Mar 22 2025 ------------------- ------------------------------------------------------------------ ++++ Radicale: - update to 3.5.0: * Default type for authentication changed from "none" to "denyall" to prevent unexpected access after initial installation (secure-by-default) * Reverse proxy base prefix stripping was adjusted/fixed, in case of issues check new option and your reverse proxy configuration * InfCloud WebUI can be now be served "bundled", see https://github.com/Kozea/Radicale/wiki/Client-InfCloud * Add: option [auth] type oauth2 by code migration from https://gitlab.mim-libre.fr/alphabet/radicale_oauth/-/blob/dev/oauth2/ * Add: option [auth] type pam by code migration from v1, add new option pam_serivce * Add: option [server] script_name for reverse proxy base_prefix handling * Add: on-the-fly link activation and default content adjustment in case of bundled InfCloud (tested with 0.13.1) * Add: warning in case of started standalone and not listen on loopback interface but trusting external authentication * Adjust: [auth] imap: use AUTHENTICATE PLAIN instead of LOGIN towards remote IMAP server * Adjust: Change default [auth] type from "none" to "denyall" for secure-by-default * Improve: relax mtime check on storage filesystem, change test file location to "collection-root" directory * Improve: WebUI * Improve: log client IP on SSL error and SSL protocol+cipher if successful * Improve: catch htpasswd hash verification errors * Improve: add support for more bcrypt algos on autodetection, extend logging for autodetection fallback to PLAIN in case of hash length is not matching * Fix: catch OS errors on PUT MKCOL MKCALENDAR MOVE PROPPATCH (insufficient storage, access denied, internal server error) * Test: skip bcrypt related tests if module is missing * Fix: proper base_prefix stripping if running behind reverse proxy * Cosmetics: extend list of used modules with their version on startup * Review: Apache reverse proxy config example - enable upstream tests - remove Radicale.rpmlintrc, as that is not needed anymore ++++ SpeedTest++: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section ++++ abseil-cpp: - Update to 20250127.1: * Improved Bazel support * Added ABSL_ATTRIBUTE_VIEW and ABSL_ATTRIBUTE_OWNER for diagnosing certain lifetime issues * Many performance improvements * potential integer overflow in hash container create/resize fixed again - boo#1236438 ++++ agama: - Do not try to connect to the HTTP server when it is not needed (gh#agama-project/agama#2192). ++++ alsa-scarlett-gui: - add suuplements for Focusrite 1st Gen - v0.5.1 * Make alsactl (Load/Save Config) work in flatpak (thanks @runiq !!) * Add support for rebooting devices using the FCP socket interface * Fix some warnings * Add support for hot-plug of FCP-driver supported interfaces - v0.5.0 * Added 1st Gen (6i6, 8i6, 18i6, 18i8, 18i20) and big 4th Gen (16i16, 18i16, 18i20) support. * Added 3rd Gen 18i8/18i20 S/PDIF/Digital I/O Mode startup controls. * Added peak value display to the level meters. * Highlight useful things on hover in the routing and mixer windows. * Fix issue with dial double-click not staying on -inf/0dB. ++++ asdf: - Update to version 0.16.6: * chore: release 0.16.6 (#2007) * docs: add Zypper to the package managers in which asdf is available (#2031) * fix: remove filtering from latest-stable call (#2032) * chore: ignore case for value of `ASDF_FORCE_PREPEND` environment variable (#2026) * fix: remove install directory for version when install fails (#2024) * fix: improve zsh completion suggestions (#2022) * fix: correct concurrency to align with documentation (#2014) * fix: correct handling of `ASDF_FORCE_PREPEND` environment variable (#2011) * chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 (#2017) * fix: correct ASDF_INSTALL_* envvar unset test (#2006) ++++ bstone: - Update to version 1.2.14 Fixed * Crash if external textures are on and there are no any texture file. * Crash when extracting the sprites. * Missing path normalization in extractors. * Crash when level to extract is missing. ++++ byte-buddy: - Update to v1.17.3 * Changes of v1.17.3 + Fix bug in ASM to Class File API bridge handling tableswitch instructions. + Add plugin for adding SafeVarargs annotations. + Further generify MemberSubstitution API. ++++ chromium: - Chromium 134.0.6998.165 * stability fixes (boo#1240022) ++++ cryfs: - Update to version 1.0.1: Backwards Compatibility * Filesystems created with CryFS 0.11.x and CryFS 1.0.0 are fully compatible with each other. The storage format hasn't changed. * This means filesystems created with 0.10.x or 0.11.x can be mounted without requiring a migration. * Filesystems created with 1.0.0 or 0.11.x can be mounted by CryFS 0.10.x, but only if you configure it to use a cipher supported by CryFS 0.10.x, e.g. AES-256-GCM. The new default, XChaCha20-Poly1305, is not supported by CryFS 0.10.x. Fixes/Improvements * Added a man page for cryfs-unmount * Fixed small inaccuracy in calculation of free space in statvfs * Fix an issue when using -o atime mount options - Remove 38849c22aa34c5fad10091e066a520dd831462b3.patch (merged upstream) ++++ deja-dup: - Update to version 48.0: + Add new Rclone storage location option that can reference existing Rclone remotes, thus allowing backing up to a wide variety of cloud providers. + Keep "backup successful" notifications around (there was a bug where they sometimes disappeared right after the backup, but now they persist). + Add allow-power-saver gsettings key to allow automatic backups even when Power Saver mode is enabled, for folks that live in that mode. + Avoid another possible source of multiple tool tasks running on top of each other when starting up automatic backups. + Restic: - avoid matching multiple files when restoring. - hide noisy "status" messages from the About window debug logs. - Add restic BuildRequires and Recommends, and pass enable_restic=true to meson setup, build the new optional restic support. ++++ doomsday: - Make build recipe POSIX sh compatible - Use system assimp library [boo#1239917] ++++ forgejo-runner: - Update to version 6.3.0: * Caches are now correctly scoped to repositories. Require authentication for cache requests, and set up cache proxy to provide authentication transparently and automatically. ++++ giada: - Update to version 1.1.1: * Render Group Channels audio data to master output only if audible (#709) * Fix MIDI out information not being refreshed properly on MIDI channels (#717) * Fix MIDI actions not being added on the rightmost edge in the Action Editor (#716) * Fix FX buttons not being properly lit (#712) * Fix ChannelShared objects not being deleted on Channel deletion (#695) * Fix wrong play mode for sample channels in one-shot retrig mode * Fix missing last sample when moving or resetting 'end' point in Sample Editor * Fix last audio sample not being played in sample channels * Fix inability to clear Channels' key bindings (#708) * Fix Main Window size not being stored correctly (#713) * Update FLTK dependency to 1.4.0-1 * Add basic CMakePresets.json file * Many other minor bugs and typos fixed * Lots of refactoring and code cleanups ++++ git-next: - Update to version 2025.3.0: * Added - always validate repo on valid webhook * Documentation - fix minor typos in README * Other - (deps) upgrade kameo from 0.14 to 0.15 - (deps) upgrade derive_more from 1.0 to 2.0 - (deps) upgrade rand from 0.8 to 0.9 - (deps) upgrade derive-with from 0.5 to 0.6 - add forgejo-commit-path-rules v0.2.3 - sort dependencies - clippy fixes ++++ gitleaks: - Update to version 8.24.2 (8.24.1 was not released): * Fix platform flag being ignored with gitleaks detect by @rgmz in #1765 * Make AddFinding public by @bplaxco in #1767 * FIX upgrade x/crypto to 0.31.0 to get rid of CVE-2024-45337 by @cgoessen in #1768 * Upgrade rs/zerolog, spf13/cobra, and spf13/viper by @rgmz in [#1769] * Infer report-format from report-path extension if no value is provided by @rgmz in #1776 * generic-api-key: ignore csrf-tokens by @rgmz in #1779 * Prevent Yocto/BitBake false positives with generic-api-key rule by @Okeanos in #1783 * Fix decoded line allowlist by @zricethezav in #1788 * Readme badge revisions by @jessp01 in #1744 * feat(regexp): use standard regexp by default, make go-re2 opt-in by @twpayne in #1798 * gore2 release tags by @zricethezav in #1801 ++++ glow: - Update to 2.1.0: * At last: Glow will watch your markdown files and reload ’em as they change. No knobs and no settings: it just works. Also, there is a new flag available to open files with the built-in pager: glow --tui README.md New * add new --tui / -t flag * make --all configurable globally * support GLAMOUR_STYLE for custom pager styles * watch for file changes and reload automatically Fixes * correct abs to rel path conversion * ensure r key works when filtering files * fallback to the current directory if no argument was given * make all setting false by default * make pipeline for tui work * remove more stash-related stuff * restore hint for e / edit on the footer ++++ gnome-calculator: - Update to version 48.0.2: + Fix building with non-nightly vala. ++++ gnome-maps: - Update to version 48.1: + Fix correctly calculating timezone offsets in MOTIS results, so timestamps gives correct values for daylight savings time. + Updated translations. ++++ gotestsum: - Packaging improvements: * Update to BuildRequires: golang(API) >= 1.21 matching go.mod * Build PIE with pattern that may become recommended procedure: %%ifnarch ppc64 GOFLAGS="-buildmode=pie" %%endif go build A go toolchain buildmode default config would be preferable but none exist at this time. * Drop mod=vendor, go1.14+ will detect vendor dir and auto-enable - Update to version 1.12.1: * Update expected values * fix swallow build error and added tests * Update TestEvent for go1.24 * Bump golang.org/x/term from 0.24.0 to 0.29.0 * Remove unused nolint directives * Bump golang.org/x/sys from 0.25.0 to 0.28.0 * Fix some typos in README * Bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 * fixup! fix(validate): fixes check for test.failfast flag as this is a gotest arg and must be prefixed with test. * fix(validate): fixes check for test.failfast flag as this is a gotest arg and must be prefixed with test. * Update x/text * Update x/tools * Update x/mod * Skip a test that flakes in CI * Fix lint * Update minimum Go version * fix ordering for version at least * Try updated golangci-lint * Remove old Go versions from CI * Bump golang.org/x/term from 0.20.0 to 0.24.0 * Skip test that is falky on macos * Bump golang.org/x/sys from 0.20.0 to 0.24.0 * Updated expected value for help text * Remove unnecessary empty lines * Fix typo in help text * Fix help text typo * omit empty skipped * add skipped attribute to junit xml testsuite * Bump golang.org/x/term from 0.18.0 to 0.20.0 * Bump golang.org/x/sys from 0.18.0 to 0.20.0 * Bump github.com/fatih/color from 1.16.0 to 1.17.0 * fix: close FailsReportFile * Bump golang.org/x/sync from 0.6.0 to 0.7.0 - Update to version 1.12.0: * ci: windows git config * Version check that is go1.21 compatible * go1.22~ added package build errors to the test output * Update ci config * Bump dependencies, update github workflows, add dependabot * Add gofiber/fiber to list of projects * Fix append bug in --rerun-fails with -run flag * Add Woodpecker CI to no-color default autodetection * Fold for loop clauses into the statement * Update README.md * Update gotestsum retries to properly filter out parents when there is a missing gap in the parent tree * Used named constants instead of magic numbers in illumos-specific code * Improve warning message when stdin is not a terminal * Add support for gotestsum on illumos/amd64 * Update help text for font icons * filewatcher: Silence warning from os.Stat failures * Add emoticons to the nerdfonts icon formats * Add format icons for nerdfonts instead of unicode * Add support for simple icons using plain text * Add environment variable for setting format icons * Refactor color support for icons and add comments * Prepare for adding more icon options ++++ grype-db: - Update to version 0.30.1 (there is no 0.30.0): * retract v0.30.0 release * bump minimum required go version * chore(deps): Bump actions/cache from 4.2.2 to 4.2.3 (#542) * chore(deps): Bump actions/cache in /.github/actions/bootstrap (#543) * chore(deps): Bump actions/setup-go from 5.3.0 to 5.4.0 (#541) * chore(deps): Bump github.com/containerd/containerd from 1.7.24 to 1.7.27 (#537) * Update grype-db bootstrap tools to latest versions. (#539) * chore(deps): Bump github.com/anchore/grype from 0.89.1 to 0.90.0 (#538) * chore(deps): Bump github.com/spf13/afero from 1.12.0 to 1.14.0 (#534) * Update grype-db bootstrap tools to latest versions. (#529) * chore(deps): Bump github.com/anchore/grype (#532) * feat: add support for OSV schema (#217) * chore: update grype schema version reference (#533) * chore(deps): Bump golang.org/x/net from 0.35.0 to 0.36.0 (#530) * port msrc transformer to v6 (#531) ++++ vim: - update to 9.1.1230 - refresh vim-7.3-sh_is_bash.patch * patch 9.1.1230: inconsistent CTRL-C behaviour for popup windows * patch 9.1.1229: the comment plugin can be improved * runtime(sh): consider sh as POSIX shell by default * patch 9.1.1228: completion: current position column wrong after got a match * runtime(hlyank): add the hlyank package * patch 9.1.1227: no tests for the comment package * patch 9.1.1226: "shellcmdline" completion doesn't work with input() * patch 9.1.1225: extra NULL check in VIM_CLEAR() * runtime(sh): remove invalid commented out line in syntax script * runtime(sh): update sh indent script * patch 9.1.1224: cannot :put while keeping indent * runtime(go): use :term for keywordprg for nvim/gvim * patch 9.1.1223: wrong translation used for encoding failures * patch 9.1.1222: using wrong length for last inserted string * patch 9.1.1221: Wrong cursor pos when leaving Insert mode just after 'autoindent' * patch 9.1.1220: filetype: uv.lock file not recognized * patch 9.1.1219: Strange error with wrong type for matchfuzzy() "camelcase" * patch 9.1.1218: missing out-of-memory check in filepath.c * patch 9.1.1217: tests: typos in test_matchfuzzy.vim * patch 9.1.1216: Pasting the '.' register multiple times may not work * runtime(keymap) Add forward slash (/) to russian-jcukenwin keymap * runtime(vim): Update base-syntax, match multiline return types * patch 9.1.1215: Patch 9.1.1213 has some issues * patch 9.1.1214: matchfuzzy() can be improved for camel case matches * patch 9.1.1213: cannot :put while keeping indent * runtime(syntax-tests): Support "wait-free" test failure * patch 9.1.1212: too many strlen() calls in edit.c * patch 9.1.1212: filetype: logrotate'd pacmanlogs are not recognized * runtime(prql): include prql syntax script * patch 9.1.1211: TabClosedPre is triggered just before the tab is being freed * patch 9.1.1210: translation(ru): missing Russian translation for the new tutor * patch 9.1.1209: colorcolumn not drawn after virtual text lines * patch 9.1.1208: MS-Windows: not correctly restoring alternate screen on Win 10 * patch 9.1.1207: MS-Windows: build warning in filepath.c * translation(ru): include Russian translation for chapter two of the tutorial * runtime(matchparen): line continuation causes failure in CI * patch 9.1.1206: tests: test_filetype fails when a file is a directory * runtime(doc): symlinking netrw.txt causes problems during install on Windows * patch 9.1.1205: completion: preinserted text not removed when closing pum * runtime(tutor): updated Russian translation for tutor chapter 1 * runtime(cs): Update C# runtime files * patch 9.1.1203: matchparen keeps cursor on case label in sh filetype * runtime(doc): fix a typo in gitrebase filetype * runtime(doc): Tweak documentation style a bit * runtime(vim): Sync syntax generator base file with output file. * runtime(doc): update a few minor omissions from 5876016 and 4d2c4b9 * patch 9.1.1202: Missing TabClosedPre autocommand * patch 9.1.1201: 'completefuzzycollect' does not handle dictionary correctly * runtime(doc): make :h 'completefuzzycollect' a bit clearer * runtime(doc): document gitrebase filetype * translation(it): update menu_it * translation(sr): Add chapter two of the new tutor * patch 9.1.1200: cmdline pum not cleared for input() completion * patch 9.1.1199: gvim uses hardcoded xpm icon file * runtime(indent-tests): GitHub Actions doesn't show why indent tests failed * patch 9.1.1198: [security]: potential data loss with zip.vim * patch 9.1.1197: process_next_cpt_value() uses wrong condition * patch 9.1.1196: filetype: config files for container tools are not recognized * runtime(doc): remove unnecessary "an" * patch 9.1.1195: inside try-block: fn body executed with default arg undefined * runtime(doc): Update doc 52.6 * runtime(compiler): allow customizing exe and args for tsc * runtime(compiler): add comment for Dispatch * runtime(tera): remove unwanted code and fix issues in syntax script * runtime(doc): clarify that a umask is applied to mkdir() * patch 9.1.1194: filetype: false positive help filetype detection * runtime(man): improve :Man completion for man-db * patch 9.1.1193: Unnecessary use of STRCAT() in au_event_disable() * translation(sr): Update Serbian messages translation * runtime(doc): document vim syntax switches * runtime(vim): Update base-syntax, improve :syntax highlighting * patch 9.1.1192: Vim crashes with term response debug logging enabled * runtime(vim): Update base-syntax and generator, only match valid predefined variables * runtime(plsql): move fold option from syntax to filetype plugin * patch 9.1.1191: tests: test for patch 9.1.1186 doesn't fail without the patch * patch 9.1.1190: C indentation does not detect multibyte labels * runtime(sh): set b:match_skip to ignore matches for matchit * patch 9.1.1189: if_python: build error due to incompatible pointer types * patch 9.1.1188: runtime(tera): tera support can be improved * patch 9.1.1187: matchparen plugin wrong highlights shell case statement * runtime(doc): use GNOME instead of Gnome * patch 9.1.1186: filetype: help files in git repos are not detected * runtime(nohlsearch): fix CursorHold loop * runtime(doc): warn users about potentially risky hotkey * runtime(syntax-tests): Improve parts of "runtest.vim" * patch 9.1.1185: endless loop with completefuzzycollect and no match found * runtime(doc): CmdUndefined and FuncUndefined can always be nested * patch 9.1.1184: Unnecessary use of vim_tolower() in vim_strnicmp_asc() * patch 9.1.1083: "above" virtual text breaks cursorlineopt=number * runtime(go): add 'keywordprg' and 'formatprg' to ftplugin * runtime(syntax-tests): Re-introduce support for "phoney" languages * patch 9.1.1182: No cmdline completion for 'completefuzzycollect' * patch 9.1.1181: Unnecessary STRLEN() calls in insexpand.c * patch 9.1.1180: short-description * runtime(vim): Update base-syntax, bug fixes * patch 9.1.1179: too many strlen() calls in misc2.c * patch 9.1.1178: not possible to generate completion candidates using fuzzy matching * editorconfig: set editing style for comment and hlsearch package * patch 9.1.1177: filetype: tera files not detected * runtime(doc): revert modeline change in vim9.txt * runtime(new-tutor): add chapter two to the interactive tutorial * patch 9.1.1176: wrong indent when expanding multiple lines * test(runtime/syntax): improve syntax tests * editorconfig: set indent config for *.vim files * runtime(doc): mention alternative check for vim9script * patch 9.1.1175: inconsistent behaviour with exclusive selection and motion commands * runtime(man): don't add jumps when loading a manpage * runtime(vim): recognize <...> strings (and keys) for 'keywordprg' * patch 9.1.1174: tests: Test_complete_cmdline() may fail * runtime(doc): mention bzip3 in gzip plugin documentation ++++ hut: - Update to version 0.6.0: - Project config: To make using hut a more seamless experience and help new contributors, a config file can be added to repositories. - Lots of new "hg" commands. - "update" commands for most resources. - Pager no longer messes up terminal on an internal error. - hut now checks whether "stdin" is an interactive terminal when it decides whether input should be read from "$EDITOR" or "stdin". - The deprecated not-found flag has been removed. ++++ hwdata: - Update to version 0.393: * Update pci, usb and vendor ids * Fix usb.ids encoding and a couple of typos * Fix configure to honor --prefix ++++ isync: - update to 1.5.1: * mbsync-get-cert now supports STARTTLS; new option -s * Zero-sized messages from IMAP Stores are now accepted * UIDVALIDITY change recovery is now attempted even if both sides of the Channel are affected * The sync summary at the end is more concise again * Cosmetic improvements to some console output * Fixed IMAP INBOX not being properly recognized with some servers * Fixed Maildir INBOX nested into Path not being implicitly listed * Fixed crash when resuming message propagation with MaxMessages * Fixed --list-stores hanging after synchronous error * Fixed --dry-run without --debug-driver not being really dry * Fixed building from pristine git clones * Fixed building from shallow git clones ++++ java-binfmt-misc: - Add supplements to openJDK (boo#1205413 boo#1205825) ++++ kernel-firmware-ath10k: - Correct aliases with comma (bsc#1239877) - Update spec to make kernel-firmware-tools downloadable ++++ kernel-firmware-bluetooth: - Correct aliases with comma (bsc#1239877) - Update spec to make kernel-firmware-tools downloadable ++++ kernel-firmware-media: - Correct aliases with comma (bsc#1239877) - Update spec to make kernel-firmware-tools downloadable ++++ kernel-firmware-mediatek: - Correct aliases with comma (bsc#1239877) - Update spec to make kernel-firmware-tools downloadable ++++ kernel-firmware-nvidia: - Correct aliases with comma (bsc#1239877) - Update spec to make kernel-firmware-tools downloadable ++++ kernel-firmware-platform: - Correct aliases with comma (bsc#1239877) - Update spec to make kernel-firmware-tools downloadable ++++ kernel-firmware-qcom: - Correct aliases with comma (bsc#1239877) - Update spec to make kernel-firmware-tools downloadable ++++ kernel-firmware-sound: - Correct aliases with comma (bsc#1239877) - Update to version 20250321 (git commit e61b8981aeef): * cirrus: cs35l41: Add Firmware for various HP Laptops using CS35L41 HDA ++++ scitokens-cpp: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, no longer used ++++ soapy-osmo: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, no longer used ++++ unittest-cpp: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, no longer used ++++ libidn: - update to 1.43: * The release tarball is now reproducible * A use of uninitialized value bug was fixed in idna_to_unicode_4z4z * Unicode tables are now rebuilt from source again * Update gnulib files and build fixes ++++ libostree: - Update to version 2025.2: + sign: Support generic "spki" type of commit signatures + boot: Drop ostree-finalize-staged.path + bug fixes ++++ pappl: - Update to release 1.4.9 * Fixed a bug in job event notifications. * Fixed a bug that would delay shutdown by 60 seconds. * Fixed some notification bugs. ++++ redis++: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 ++++ librime: - fix Leap 15.6 build * add patch librime-boost166.patch ++++ librist: - update to 0.2.11: * Adds support for ephemeral listening ports, which allows for adding or taking down ports, primarily for new connections, after initialization * Adds a sender function rist_sender_npd_get to obtain current status of null_packet_deletion in client code * Adds a new function rist_peer_get_cname to allow for the extraction of the private cname property of a peer * various bug fixes and code improvements ++++ rpma: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, not used any longer ++++ rtrlib: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Remove Group: declarations, no longer used ++++ rttr: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, no longer used ++++ serialdv: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, no longer used ++++ sexpp: - update to 0.9.1: * fix: update inttypes includes by @barracuda156 * fix: resolve type mismatch in sexpp-input.cpp * ffix: update error message formats for size_t parameters * doc: update specification reference, remove dead links ++++ socket.io-client-cpp: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 ++++ snappy: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Remove Group: declarations, no longer used ++++ soxr: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, no longer used ++++ squirrel: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declaration, no longer used ++++ srt: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, no longer used ++++ surgescript: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section ++++ tcmu-runner: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS in cmake4 - Remove Group: declarations, no longer used ++++ tidy: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, no longer used - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, no longer used ++++ tiff-man: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, no longer used ++++ tinygettext: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Remove Group: declarations, no longer used ++++ tinyobjloader: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, no longer used ++++ uchardet: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, no longer used ++++ uhd: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS from cmake4 - Remove Group: Declarations, no longer used ++++ unshield: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section ++++ libwacom: - update to 2.15.0 * New devices: - Still more tablet definitions (#841) - add XP Pen Innovator 16 definition & layout - Support for XP-Pen Deco Pro S - Add Lenovo Slim Pen - Add the XP Pen Deco01 v3 - Add 3rd gen Intuos Pro devices * Device fixes: - fix duplicate button listing for the DTI-520 - Remove duplicate of the ISDv4 2d1f 0040 tablet * Device other: - Add AliasOf keyword to wacom.stylus - prefix all styli with a vendor ID - prefix the wacom 2d1f ISDv4 devices with wacom - Allow for a bustype of 0 on real devices - Add support for getting the target mode for a modeswitch button ++++ woff2: - Use ldconfig_scriptlets macro for post(un) handling. - Use cmake_build macro. ++++ nextcloud: - Update to 31.0.2 - Test: Remove `.only()` calls (server#51304) - Fix(encryption): Listen for user login and logout to set encryption key (server#51311) - Fix(base.php): Correct order for booting \OC\Server (server#51371) - Fix(dav): Fix share token pattern for base uri extraction (server#51396) - Allow to delete files without trashbin + add unit tests + some refactoring (server#51397) - Fix(mime-types): adjust compiled mime types and sign (server#51437) - Fix(RichObjectStrings): Make exception messages for invalid parameters more useful for debugging (server#51445) - Fix(comments): Fix activity rich subject parameters (server#51515) - Ci: Update 3rdparty actions (server#51519) - Fix(files): Make sure file pointer exists (server#51536) - Fix(auth): Allow 2FA challenges for Ephemeral sessions (server#51549) - Ci: Update actions (3rdparty#2061) - Update nextcloud/ocp dependency (activity#1906) - Fix: update workflows (activity#1917) - Fix: unshare from group activity user handling (activity#1928) - Fix npm audit (bruteforcesettings#703) - Chore(deps-dev): bump @nextcloud/eslint-config from 8.4.1 to 8.4.2 (bruteforcesettings#710) - Fix npm audit (bruteforcesettings#715) - Ci: Update actions (nextcloud_announcements#455) - Build(deps): Bump ua-parser-js from 2.0.2 to 2.0.3 (notifications#2252) - Ci: Update actions (notifications#2258) - Update nextcloud/ocp dependency (photos#2858) - Fix npm audit (photos#2863) - Chore(deps-dev): Bump autoprefixer from 10.4.20 to 10.4.21 (photos#2866) - Chore: Update workflow (photos#2870) - Update nextcloud/ocp dependency (serverinfo#759) - Chore: update workflows (serverinfo#764) - Ci(actions): add yaml workflow (serverinfo#770) - Help modal improvements (text#6932) - Keep layout on sync errors (text#6944) - [backport/6903/stable31] fix(reuse): add license info for vitest snapshots (text#6946) - Fix: Avoid pushing empty messages (text#6957) - Chore: Bump github actions from templates (text#6970) - Changes from 31.0.1 - Fix(files_external): request strict password auth on credentials enter action (server#50932) - Fix(files_sharing): Map sharee information for `shared-by-you` view (server#50935) - Fix: Change UserAgent to *cloud (server#50941) - Ci(autochecks): Run some autochecks also on non-PHP files (server#50953) - Fix(cron): Ignore time sensitivity when a class was explicitely scheduled (server#50954) - Chore(deps-dev): bump ts-loader from 9.5.1 to 9.5.2 (server#50963) - Fix(admin_audit): Fix incorrect truncation of files path in admin audit log (server#50994) - Fix: wipe local storages on log out (server#50995) - Fix: NotFoundException for anonymous users (server#51003) - Feat(files): allow to ignore warning to change file type (server#51015) - Fix: Initialize lastConnectionCheck after first connection (server#51017) - Fix(files_versions): Do not expire versions newer than min age (server#51025) - Spelling standardization (server#51028) - Feat: support migrating an instance to sharding (server#51034) - Fix(security): Update CA certificate bundle (server#51041) - Fix(systemtags): Use literal strings for i18n in showSuccess (server#51047) - Fix(l10n): Improve english source strings (server#51058) - Fix: Report duplicated extra files in integrity check (server#51062) - Fix(translation): Fix string concatenation in LDAP endpoint (server#51076) - Feat: Close sessions created for login flow v2 (server#51090) - Fix SQL query so that it is ansi safe fixing #51067 (server#51091) - Files: fix exception when share-attributes is undefined (server#51093) - Fix(files_external): Move definition parameter to the correct place (server#51106) - Fix: remove caching in fetchListOfGroups (server#51111) - Make it possible to run occ as root (server#51118) - Fix(files_reminders): Do not attempt to send reminders after a user has left a share (server#51121) - Fix(dav): Handle end of stream in `File::put` (server#51128) - Fix(files): Ensure the filter instance is mounted (server#51132) - Fix(cypress): wait for toast to appear (server#51143) - Remove space (server#51149) - Chore(deps): bump focus-trap from 7.6.0 to 7.6.4 (server#51167) - Chore(deps): bump marked from 15.0.6 to 15.0.7 (server#51168) - Chore(deps): bump @nextcloud/files from 3.10.1 to 3.10.2 (server#51169) - Chore(deps-dev): bump @nextcloud/eslint-config from 8.4.1 to 8.4.2 (server#51170) - Chore(deps-dev): bump @types/dockerode from 3.3.34 to 3.3.35 (server#51171) - Fix A+ rating when checking with Nextcloud Security Scan. (server#51173) - Chore(deps): bump webdav from 5.7.1 to 5.8.0 (server#51186) - Fix(userconfig): simpler db request pre-upgrade (server#51197) - Refactor(TempManager): Simplify and unify implementations and remove legacy behavior (server#51203) - Fix(FederatedShareProvider): Delete external shares when groups are deleted or users removed from a group (server#51206) - Fix(files_trashbin): disable bulk download for trashbin (server#51210) - Feat: Support deleting metadata from WebDAV (server#51223) - Feat: Add bases and gidNumber attribute to ldap:test-user-settings output (server#51227) - Feat: log query for dbal exceptions (server#51230) - Fix(files_sharing): ignore duplicated navigation when replacing current route (server#51236) - Fix(lookup_server_connector): correctly handle account properties (server#51237) - Fix: Use case insensitive check when validating login name (server#51251) - Test(e2e): adjust trashbin tests to be less flaky (server#51257) - Chore(deps): update `@nextcloud/upload` to 1.9.0 (server#51262) - Fix(files_sharing): ensure downloaded file has the correct filename (server#51263) - Fix(Comment): replace richEditor mixin with NcRichText (server#51268) - Fix(dav): Handle long absence status earlier (server#51273) - Fix(files): Don’t do session related work in the constructor of the View (server#51276) - Fix(dav): Use IUser::getDisplayName directly (server#51283) - Fix(l10n): Remove leading space from translation string (server#51289) - Fix(login): Properly target public page with attribute (server#51295) - Fix(systemtags): unify restrict_creation_to_admin handling (server#51308) - Fix(external_storage): fix settings save (server#51395) - Fix(AppDiscover): Strip double-quotes from folder name (server#51402) - Fix(lookup-server): disable when not using global scale (server#51404) - Fix(mimetypes): drop `tar.gz` and `tar.bz2` and adjust `tgz` (server#51413) - Fix(lookup-server): Only flag new users for lookup update / delete (server#51417) - Revert(deps): jquery-ui to 1.13.3 (server#51440) - Fix npm audit (activity#1874) - Chore: bump @nextcloud/cypress from 1.0.0-beta.8 to 1.0.0-beta.14 (activity#1890) - Fix parameter preparation for occ command (app_api#525) - Fix(occ): handle share wrappers that do not have a circle (circles#1867) - Chore(deps-dev): Bump @nextcloud/eslint-config from 8.4.1 to 8.4.2 (files_pdfviewer#1152) - Get PDF.js version from “package-lock.json” (files_pdfviewer#1162) - Fix: Pin pdfjs-dist to exact 4.0.189 (files_pdfviewer#1165) - Fix npm audit (firstrunwizard#1533) - Update nextcloud/ocp dependency (logreader#1535) - Fix npm audit (logreader#1537) - Update nextcloud/ocp dependency (logreader#1545) - Update nextcloud/ocp dependency (logreader#1553) - Fix: replace `axios` types import source (logreader#1558) - Update nextcloud/ocp dependency (nextcloud_announcements#444) - Update nextcloud/ocp dependency (nextcloud_announcements#451) - Chore(deps): Bump ua-parser-js from 2.0.1 to 2.0.2 (notifications#2200) - Build(deps-dev): Bump @nextcloud/eslint-config from 8.4.1 to 8.4.2 (notifications#2216) - Update nextcloud/ocp dependency (notifications#2220) - Ci(performance): Fix performance test and ease debugging it (notifications#2228) - Build(deps): Bump @nextcloud/event-bus from 3.3.1 to 3.3.2 (notifications#2231) - Update nextcloud/ocp dependency (notifications#2233) - Fix(push): Check last activity and last check for age (notifications#2240) - Fix(push): Improve test-push output (notifications#2242) - Update nextcloud/ocp dependency (notifications#2249) - Fix npm audit (password_policy#744) - Chore(deps-dev): Bump tslib from 2.6.2 to 2.6.3 (photos#2779) - Fix npm audit (photos#2802) - Chore(deps-dev): Bump autoprefixer from 10.4.14 to 10.4.20 (photos#2804) - Chore(deps): Bump @nextcloud/files from 3.10.1 to 3.10.2 (photos#2824) - Update nextcloud/ocp dependency (photos#2825) - Chore(deps-dev): Bump @nextcloud/cypress from 1.0.0-beta.13 to 1.0.0-beta.14 (photos#2833) - Chore(deps): Bump @nextcloud/event-bus from 3.3.1 to 3.3.2 (photos#2834) - Chore(deps-dev): Bump cypress-split from 1.24.7 to 1.24.14 (photos#2835) - Chore(deps-dev): Bump dockerode from 4.0.2 to 4.0.4 (photos#2836) - Update nextcloud/ocp dependency (photos#2845) - Fix npm audit (photos#2846) - Fix: Correct alignment of recommendation text (recommendations#854) - Update nextcloud/ocp dependency (serverinfo#750) - Update nextcloud/ocp dependency (serverinfo#757) - Fix/6871 smart add to next line (text#6916) - Update nextcloud/ocp dependency (twofactor_nextcloud_notification#965) - Update nextcloud/ocp dependency (twofactor_nextcloud_notification#970) - Changes from 31.0.0 Too many changes in changelog. See online https://nextcloud.com/changelog/#31-0-0 ++++ patterns-base: - On S390x plymouth is rather useless therefore replace it with blog-plymouth for similar services but without boot splash ++++ patterns-kalpa: - Remove pattern-visible() to stop pattern from showing up in Yast ++++ patterns-microos: - Remove pattern-visible() from the Gnome and KDE patterns, so they're not selectable in the YaST installer ++++ pdns-recursor: - update to 5.1.3: * Implement rfc6303 special zones (mostly v6 reverse mappings) * Distinguish OS imposed limits from app imposed limits, specifically on chains. ++++ perl-YAML-Tidy: - updated to 0.11.0 (v0.11.0) see /usr/share/doc/packages/perl-YAML-Tidy/Changes v0.11.0 2025-03-21 23:28:09+01:00 - Do not add or remove spaces in the middle of comments (issue#13) ++++ python-rtslib-fb: - Update to version v2.2.2: * Explicitly set build target wheel packages * Fix the program name in pyproject.toml * Fix and update pre-commit ruf check * Add PyPA publish and pre-commit check workflows * Add rtslib_fb import compability * Silently ignore OSError on close * fixup! Fix various issues found by ruff linter rules * Add ruff rules, pre-commit config * Convert codebase to pathlib * Fix various issues found by ruff linter rules * Refactor code to Python>=3.9 to pass pyupgrade * Fix issues found by ruff pep8-naming rules * Fix issues found by ruff pycodestyle rules * Use f-strings * Fixing issues found by ruff Pyflakes rules * Move to PEP-621; Drop -fb from module name * rtslib: explicitely import "kmod.error" and "kmod.Kmod" * rtslib/LUN: add some ALUA property Also, updated the SPEC file, and removed patch no longer needed, since the problem is no longer present: * rtslib-Fix-handling-of-sysfs-RW-attrs-that-are-actually-RO.patch Added three commits, one from upstream, the others submitted there: * Install-targetctl-as-an-entrypoint.patch (added from upstream) * Remove-use-of-usr-bin-python.patch (submitted upstream) * Fix-issue-with-Path-open-needs-parenthesis.patch (submitted upstream) ++++ python-cssselect: - Remove superfluous %python_module definition ++++ python-python3-saml: - Update URL and Source tags to new URL. ++++ python-redfish: - Update to version 3.3.0 * Added workaround and warnings for session login when the service incorrectly does not provide the session location in the 'Location' response header. * Minor typo fix in exception message for login failures. ++++ python-ruff: - update to 0.11.2 * Preview features * [syntax-errors] Fix false-positive syntax errors emitted for annotations on variadic parameters before Python 3.11 * [airflow] Add chain, chain_linear and cross_downstream for AIR302 * [syntax-errors] Improve error message and range for pre-PEP-614 decorator syntax errors * [syntax-errors] PEP 701 f-strings before Python 3.12 * [syntax-errors] Parenthesized context managers before Python 3.9 * [syntax-errors] Star annotations before Python 3.11 * [syntax-errors] Star expression in index before Python 3.11 * [syntax-errors] Unparenthesized assignment expressions in sets and indexes * Bug fixes * Server: Allow FixAll action in presence of version-specific syntax errors * [flake8-bandit] Allow raw strings in suspicious-mark-safe-usage (S308) * [refurb] Avoid panicking unwrap in verbose-decimal-constructor (FURB157) * [refurb] Fix starred expressions fix (FURB161) * Fix --statistics reporting for unsafe fixes * Rule changes * [flake8-executables] Allow uv run in shebang line for shebang-missing-python (EXE003) * CLI * Add --exit-non-zero-on-format * Documentation * Update Ruff tutorial to avoid non-existent fix in __init__.py * [flake8-gettext] Swap format- and printf-in-get-text-func-call examples (INT002, INT003) ++++ python-setuptools: - update to 77.0.3: * Temporarily convert error for license glob patterns containing ../ into a deprecation warning to allow an accomodation period * Better error messages for packaging. * Avoided eagerly raising an exception when license-files is defined simultaneously inside and outside of pyproject.toml. * Added initial support for license expression (PEP 639) * Store License-Files in .dist-info/licenses subfolder and added support for recursive globs for license_files (PEP 639) * Bump core metadata version to 2.4. * Updated vendored copy of wheel to v0.45.1 ++++ yt-dlp: - Update to release 2025.03.21 * Fix external downloader availability when using ``--ffmpeg-location`` * youtube: fix nsig and signature extraction for player 643afba4. ++++ python313-setuptools: - update to 77.0.3: * Temporarily convert error for license glob patterns containing ../ into a deprecation warning to allow an accomodation period * Better error messages for packaging. * Avoided eagerly raising an exception when license-files is defined simultaneously inside and outside of pyproject.toml. * Added initial support for license expression (PEP 639) * Store License-Files in .dist-info/licenses subfolder and added support for recursive globs for license_files (PEP 639) * Bump core metadata version to 2.4. * Updated vendored copy of wheel to v0.45.1 ++++ robin-map: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section ++++ rtags: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, no longer used ++++ rtl_433: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTFBS with cmake4 - Add %check section - Remove Group: declarations, no longer used ++++ scap-security-guide: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Remove Group: declarations, no longer used ++++ sd-mux-ctrl: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, no longer used ++++ smtpping: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, no longer used ++++ soapy-remote: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, no longer used ++++ soapy-airspy: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, no longer used ++++ soapy-bladerf: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %ctest - Remove Group: declarations, no longer used ++++ soapy-hackrf: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, no longer used ++++ soapy-rtlsdr: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, no longer used ++++ sscep: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: Declarations, No longer used ++++ sshping: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, no longer used ++++ sushi: - Require evince-plugin-pdfdocument to not crash ++++ terragrunt: - Update to version 0.76.6: * feat: add error throwing in case of absolut path for stack (#4055) * feat: Adding `govet` alignment check (#4057) ++++ thinkfan: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check sections - Remove Group: declarations, no longer used ++++ tik: - Update to version 1.3.9: * [post-encrypt] generate machine-id - Update to version 1.3.8: * 15-encrypt: create /etc/sysconfig/fde-tools before calling sdbootutil (boo#1239862) ++++ tini: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, no longer used ++++ ttyd: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: Declarations, no longer used ++++ unionfs-fuse: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: Declarations, no longer used ++++ uranium-lulzbot: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 ------------------------------------------------------------------ ------------------ 2025-3-21 - Mar 21 2025 ------------------- ------------------------------------------------------------------ ++++ Catch2-2: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 ++++ Komikku: - update to 1.73.0: * [Library] Added ability to update with shortcut * [Card] Info: Improved display of Genres using badges * [Servers] Added MangaBin (EN) * [Servers] Added Vortex Scans For Free (EN) * [Servers] Flame Comics (EN): Update * [Servers] Manhuaus (EN): Update * [Servers] Perf Scan (FR): Update * [Servers] Remanga (RU): Update * [L10n] Added Hungarian translation - remove patch fix-quotes.patch, as the patch is not needed for python313 ++++ MirrorCache: - Update to version 1.091: * Count download for packages (#571) * ui: change default sort order for mtime column (#570) * Update footer.html.ep - copyright year (#564) * Fix join condition in pkg stat aggregation (#555) * Less aggressive schedule for package day stat calculation (#555) ++++ agama: - Add extensions from the registration server (automatic installation only) (jsc#AGM-100) ++++ agama-auto: - Start the autoinstallation if a profile is found in a predefined location (gh#agama-project/agama#2180). ++++ agama-products: - Display the HA pattern after registering the HA extension (jsc#AGM-100) ++++ agama-yast: - Add extensions from the registration server (automatic installation only) (jsc#AGM-100) ++++ alloy: - update to 1.7.5: * Notable changes: - Set zstd as default compression for prometheus.write.queue. (@mattdurham) Though technically an enhancement this was causing trouble in disk io constrained environments. Zstd provides almost double the compression with little additional cpu overhead. ++++ ast-grep: - Update to 0.36.2: * fix: report-style short should not print out diff #1884 * fix: fix do not push empty unused suppressions #1882 * chore: Remove tree-sitter wasm facade 47b14fe * Revert "chore: Remove tree-sitter wasm facade" a449617 * fix: remove optimize 7365a68 ++++ atheme: - Use /run/atheme not /run to resolve a permission error on startup. - Add pcre2.diff. ++++ bcc: - Support building with cmake4 * Add 0001-Bump-CMake-minimum-version-to-3.12.patch ++++ bibletime: - Update to 3.1.1 * Fixed a compatibility issue causing BibleTime to loop on startup consuming all memory and crashing when reading configuration files written by previous versions of BibleTime based on Qt5. * Fixed compilation against Sword 1.8.1. - Drop fix_compilation_against_sword_1_8_1.patch and fixed_grouping_serialization_qt5_compatibility.patch ++++ blosc: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 ++++ bowtie2: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 ++++ brux-gdk: - Added -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Added %check section ++++ budgie-extras: - Wayland only from Budgie Desktop 10.10 onwards ++++ budgie-desktop: - Update to version 10.9.2+3: * Add override for overlay-key to prevent crash with mutter-common v48-rc * Resolve vala 0.56.18 compact class inheritance removal * Adapt to libxfce4windowing v4.19.7 which includes Window activate API break * chore: update default background for 10.9.2 to piazza-gae-aulenti from budgie-backgrounds * icons: Use the correct name for the reboot icon * Fix end session dialog blocking authentication dialog * Don't show tabswitcher if window is empty * budgie-menu: Show terminal applications in the menu * feat: cli option for focus_quit field * Disable C compiler warnings entirely * Fix default notification action being performed * Use Enum DOWN instead of LEFT to scroll in a left-wards direction * Add am_cflags to ignore poorly generated C code from vala * vapi: Update libxfce4windowing to 4.19.3 * fix: workspace applet window icon click not performing workspace switch * fix: set budgie run dialog to skip pager and taskbar ++++ build: - RemoteAsset support: * Implement automatic packaging of directories into tar balls * Support a 'keepmeta' query parameter in git assets * Support git checkout by commit like with the obs scm bridge ++++ buildpacks-cli: - Update to version 0.37.0: * build(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 * build(deps): bump the go-dependencies group across 1 directory with 4 updates * doc: adjusting documentation to include extension * fix: using the KindBuildpack and KindExtension variable instead of hardcoded values * Use unix build constraint * build(deps): bump github.com/spf13/cobra in the go-dependencies group * Remove obsolete // +build lines * build(deps): bump the go-dependencies group across 1 directory with 10 updates * remove unnecessary variable in unit test * remove unnecessary version assignment in unit test * remove negation that was causing tests to fail * fix unit test * add version check * move version check to `before` block * fix acceptance tests * pick up where pglushko left off * build(deps): bump buildpacks/github-actions from 5.8.5 to 5.8.8 * running go mod tidy * fix:linting and typos * fix: intentation * feat: Adding targets and path flags when packaging an extension * feat: adding targets on the extension descriptor * feat: Adding functionality on CopyConfigFiles function to copy an extension .toml file * fix: typo on targets description * build(deps): bump the go-dependencies group across 1 directory with 4 updates ++++ calamares: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 ++++ calibre: - Update to 8.0.1 - Version 8.0.1 fixes a failure to start on systems where the user had previously installed the KoboTouchExtended plugin and disabled the builtin KoboTouch driver - Update to 8.0.0 * New Features - Much improved Kobo support - Connect to folder: Allow connecting a specific device - When completing names for fields that contain hierarchical data in prefix mode match prefixes after every period - ToC editor: Allow moving of multiple selected items in the Table of Contents - macOS: The calibre application icons in the dock are now displayed in a white frame to follow Apple's current recommended icon style - Kobo driver: Add support for new firmware on Tolino devices - Book details: Add option in to suppress author search links * Bug Fixes - Fix a regression that broke tabbing to edit cells in the book list when some columns have been hidden or re-ordered - Catalog generation: Allow using templates that access the database for notes - Fix a bug when renaming authors to a name with commas in it - Full text search: Also index text in ZIP and RAR archives as these can be viewed by the calibre viewer - E-book viewer: Fix Table of Contents current entry tracking not working for some books - When reading metadata from HTML also recognize name="subject" meta tags as calibre tags - E-book viewer: Fix viewer not closing on the interrupt signal - Edit book: Download external resources: Fix incorrect filename if the server returns a generic Content-Type header - Metadata download: Publisher/series transform rules: Fix values with commas in them not working ++++ catimg: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section ++++ ccze: - GitHub repository have been removed: * switch to upstream's archived repository as homepage. * do not download tarball from GitHub - Add directly patches from Debian that aren't applid already, they include PCRE2 porting: * fix_passing_LDFLAGS_for_ccze-cssdump.patch * fix_capitalization_typo.patch * fix-national-encoding.patch * cross.patch * pcre2.patch * memory-leak.patch * uninitialised-value.patch - Switch to PCRE2 - Only run updated tests - Spec cleanup ++++ cdogs-sdl: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS on cmake4 - Remove Group: no longer used for anything ++++ cfitsio: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS on cmake4 ++++ chirp: - Update to version 20250321: * Fix radio prompt disable flag checking * Fix scrolling in "info" tab * fix "cloning from" to cloning to" message * IC-T10: Adding Icom IC-T10 driver * Add Baofeng K61 model alias * Compress F8HP Pro and BFK6 memory maps * baofeng_uv17Pro.py: add Baofeng_K6 * baofeng_uv17Pro.py: address 'DeprecationWarning' issues * baofeng_uv17Pro.py: address 'FutureWarning' issues * RT-470X: Adds NAM mode * mml_jc8810: Enables Scramble and Encryption feature * Fix Baofeng K5-Plus marked as unconfirmed for py3 * Fix FM-converted D-STAR repeaterbook entries * baofeng_uv17Pro.py: correct DTMF mapping * Add roger beep list for TD-H3 * Add Support for Wouxun KG-935H * Fix GMRS negative offset in band plan ++++ chromium: - drop chromium-120-make_unique-struct.patch (not needed) ++++ cockpit-repos: - Update to version 3 * Better handling of repository refreshes * Improve error handling when deleting repositories * Update node_modules ++++ cockpit-subscriptions: - Update to version 8 * Correct handling for non-superuser cases * Various usability and workflow improvements * Add a confirm dialog before deactivating a subscription * Update node_modules ++++ combustion: - Update to version 1.5: * Add support for nested /etc subvolumes * Log combustion-prepare.service to journal+console * CI: Verify combustion runs only on the first boot * CI: Add some missing SYSTEMD_IGNORE_CHROOT=1 to poweroff calls * CI: Add a test with Minimal-VM * Silence stderr of grep in /proc/*/mountinfo ++++ cpio: - Use -std=gnu11 to avoid extra diagnostics when calling an unprototyped function which is no longer possible with C23, the new default with GCC 15. ++++ crmsh: - Update to version 5.0.0+20250321.dd765c54: * Dev: testcases: Udate testcases for previous commit * Dev: doc: Update the default value of in the documentation * Dev: ui_resource: Refactor do_trace function ++++ dive: - Update to version 0.13.0: * Added Features - Add winget support [#346 @Okeanos] - Added ppc64le support [#551 @pooja0805] - Show setuid, setgid and sticky attributes [#524 @AlexanderYastrebov] - Add layer-wise filesystem information to the analysis json file [#458 @Akash-Nayak] - Add vim like arrow, scroll, and close filtering motions [#129 [#499] #501 @mehmetumit @gwendolyngoetz @joschi ] * Bug Fixes - Doesn't use socket from current docker context [#495 #412 [#490] #570 @joschi @rajiv-k] - Does not work with colima engine [#397 #490 #570 @joschi @rajiv-k] - Document how to use dive with M1 and colima [#408 #490 #570 @joschi @rajiv-k] - Layers panel doesn't scroll when many layers exist [#540 #473 [#520] @mark2185 @pov1ba] - Layers pane doesn't scroll when navigating to layer below visible region [#469 #478 #473 #570 #522 @joschi @mark2185 @moaimullet @st-gr] - Cannot scroll through layers [#494 #473 #521 #570 @joschi @mark2185 @st-gr] - Can't inspect docker:23.0.1 through podman [#475 #476 #570 @joschi @abitrolly] - Docker containerd format fails to parse layers with dive 0.12.0 [#510 @Maddog2050] - Cannot find 'blobs/sha256/...' in parsed layers using dive 0.12.0 [#507 @Maddog2050] - Does not work with docker v26+ [#534 @Maddog2050] - Line wrap toggle does not update the status bar indicator [#496 #497 #570 @joschi @Scomocouk] - Close temp iid files used for docker and podman build [#517 @testwill] * Additional Changes - Update dependencies [#535 @reneleonhardt] - Fix typos [#531 @kianmeng] - Make README.md installation commands easier to copy and paste [#506 @ames0k0] - Update the README go install command to the latest version [#509 @tgross35] - Remove repetitive words [#515 @thirdkeyword] - Fix phony ci-release target [#530 @st3iny] - Add warning message for snap installation approach on Ubuntu/Debian [#552 @YuanfengZhang] - Update curl commands used for installation with -f [#533 @guoard] - Describe what "Fetching" is really doing [#482 @docwhat] - Login to GHCR as owner not actor [#574 @polarathene] - Update README.md with DOCKER_HOST env var instructions [#565 @benjamin-brady] ++++ python-kiwi: - Fixed python3_sitelib for debbuild in OBS - Fixed test-image-agama Service setup-systemd-proxy-env.path no longer exists ++++ ebook-tools: - Add patch: * ebook-tools-cmake4.patch - Rebase patches - Drop unneeded baselibs.conf ++++ expect: - Use -std=gnu89 to avoid the new C23 default of GCC 15, the codebase is still using K&R C after all. ++++ extension-manager: - update to 0.6.2: * comment-dialog: Fix crash on close while loading * extension-row: Use AdwActionRow for description * Fix HTTP responses handling * Adaptability and UI tweaks * po: Update template * Disable install button during installation * po: Update templat * Translations update from Hosted Weblate * Various tweaks * extension-row: Add Session Modes row * installed-page: Save extension's toggle focus on state changes * po: Update template * detail-view: Hide "Show All Reviews" button when unneeded * error-dialog: Refresh style * po: Update template * Translations update * GNOME 48 ++++ ffmpeg-7: - Add ffmpeg-7-CVE-2025-1816.patch: Backporting 0526535c from upstream, add missing constrains for num_parameters in audio_element_oub(). (CVE-2025-1816, bsc#1238728) ++++ ffmpeg-7-mini: - Add ffmpeg-7-CVE-2025-1816.patch: Backporting 0526535c from upstream, add missing constrains for num_parameters in audio_element_oub(). (CVE-2025-1816, bsc#1238728) ++++ forgejo: - update to 10.0.2: * update of translations * When migrating from a Forgejo version lower than v10, the TOTP secrets found to be corrupted are now transparently removed * replies to pending review comments no longer generate a notification * consider public issues for project boards * the rootless Forgejo image version label is not set * do not allow SSH url for migration * setting.Service.EnableInternalSignIn = false is disabling forgotten password * show internal login prompt for account linking * enable ssh mirrors in rootless Forgejo images * render link in heading correctly in wiki TOC * Update module github.com/redis/go-redis/v9 * fix: consider issues in repository accessible via access table * fix(api): miss-spelled description, corrected to public * fix: revert issue rendering for element * chore(ci): ensure the manually cached Go can be run * chore(ci): Get Go binary from GOROOT instead of hardcoded path * fix: return 404 for empty repositories * fix: delay deleting authorization token * fix: native parsing of ssh certificate key * fix(ui): hide extra PR property labels on title edit * fix: always set stripped slashes on http request * fix(ui): hide 'New migration' button on org pages with migrations disabled * ui: update language stats layout and click behavior * Update dependency go to v1.23.6 - add patch fix-CVE-2025-22869.patch, fixing bsc#1239488, bsc#1239276, bsc#1234574 ++++ frr: - build with pcre2 ++++ gdm: - Rebase/fix gdm-switch-to-tty1.patch to fix build against gcc 15. ++++ ghc-fsnotify: - Update fsnotify to version 0.4.2.0. * Bump hfsevents constraint to >= 0.1.8 to pick up race condition fix (see https://github.com/luite/hfsevents/pull/19). * Compatibility with text-2.1.2 and an upper bound of 2.2. * Lots of CI and test improvements. * Document polling interval units (#111). * Fix compat with text-2.1.2 (closes #116). * Remove some redundant cleanup code paths. - Apply "dont-install-example-exe.patch" to disable installing the "example" executable from this package. ++++ ghc-http-client: - Update http-client to version 0.7.19. [#]# 0.7.19 * Make mockable via `Network.HTTP.Client.Internal.requestAction` [#554](https://github.com/snoyberg/http-client/pull/554) ++++ ghc-yesod-core: - Update yesod-core to version 1.6.27.0. [#]# 1.6.27.0 * Build with `wai-extra-3.1.17` [#1861](https://github.com/yesodweb/yesod/pull/1861) ++++ gnome-calculator: - Update to version 48.0.1: + Code cleanup and minor improvements. + Allow scrolling the display using scroll wheel. + Fixed conversions not working. ++++ gnome-pomodoro: - Fix gnome-shell BuildRequires/Requires max version. ++++ gotosocial: - Update to version 0.18.3 * [bugfix] Avoid nil ptr if maintenance router can't be started (gh#superseriousbusiness/gotosocial#3919) * [bugfix] Fix set obfuscate = null error in adoptPerm (gh#superseriousbusiness/gotosocial#3922) * [chore] Tweak "nothing here!" message (gh#superseriousbusiness/gotosocial#3907) ++++ gpm: - Use -std=gnu11 to avoid the C23 default of GCC 15 which no longer supports calling unprototyped functions. ++++ gpxsee: - Update to version 13.38 * Added support for Velocitek VTK files. * Improved Mapsforge maps render theme. ++++ grub2: - Filter out the non-subvolume btrfs mount points when creating the relative path (bsc#1239674) * grub2-btrfs-filter-non-subvol-mount.patch ++++ gvisor-tap-vsock: - Update to version 0.8.5: * build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 * build(deps): bump golang.org/x/mod from 0.22.0 to 0.24.0 * build(deps): bump golang.org/x/crypto from 0.32.0 to 0.36.0 * Fix lit error * Upgrade to go '1.23.0' * fix vfkit socket disposal * Trim 'search' list field on macOS * Remove filewatcher package * build: Run go mod tidy * gvproxy: command: Add AddServiceEndpoint * Delete unused files and dependencies. * Revert "Replace multiple "resolver.*" fn cals with single "dns.Exchange()" fn." * OWNERS: Add Yevhen and Luca as approvers * Add make target to enable debugger during test run * build(deps): bump github.com/miekg/dns from 1.1.62 to 1.1.63 * test: upload and download tests against vfkit * Use poll based file watcher * doc: update doc with new services option * Add --services flag to start API without using --listen flag * Revert "Update ubuntu runner to 'ubuntu-24.04'" * Watch /etc/resolv.conf changes * Migrate HostFile to use the common filewatcher utility * Extract out filewatcher functionality * add back the generic test command and use it on gh workflow * add build tag to vfkit test files * Allow empty list of nameservers * test: Add a test to check an already exposed port cannot be exposed again * forwarder: Use distinct type for `proxies` map key * Fix `PortsForwarder.Expose()` proxy check * Update ubuntu runner to 'ubuntu-24.04' * test: add basic tests for vfkit * test: move test utils files to the test-utils folder * Warn user and keep executing if Event Log Service is stopped * build(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0 * build(deps): bump github.com/onsi/gomega from 1.36.0 to 1.36.2 * ghactions: Run `apt update` before installing packages * build(deps): bump golang.org/x/sys from 0.28.0 to 0.29.0 * Fix error "-forward-sock" -> "--forward-sock" * build(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 ++++ haproxy: - Update to version 3.1.6+git0.d929ca290: * [RELEASE] Released version 3.1.6 * BUILD: tools: avoid a build warning on gcc-4.8 in resolve_sym_name() * MINOR: tools: teach resolve_sym_name() a few more common symbols * MINOR: tools: ease the declaration of known symbols in resolve_sym_name() * MINOR: tools: improve symbol resolution without dl_addr * MINOR: cli: export cli_io_handler() to ease symbol resolution * BUG/MEDIUM: stream: don't use localtime in dumps from a signal handler * MINOR: tinfo: split the signal handler report flags into 3 * IMPORT: plock: use cpu_relax() for a shorter time in EBO * IMPORT: plock: lower the slope of the exponential back-off * IMPORT: plock: give higher precedence to W than S * BUG/MINOR: mux-h2: Reset streams with NO_ERROR code if full response was already sent * BUG/MEDIUM: hlua/cli: fix cli applet UAF in hlua_applet_wakeup() * BUG/MINOR: limits: compute_ideal_maxconn: don't cap remain if fd_hard_limit=0 * BUILD: tools: silence a build warning when USE_THREAD=0 * MINOR: tools: use only opportunistic symbols resolution * BUG/MINOR: stats: fix capabilities and hide settings for some generic metrics * DOC: management: rename some last occurences from domain "dns" to "resolvers" * MINOR: compiler: add a new __decl_thread_var() macro to declare local variables * MINOR: compiler: add a simple macro to concatenate resolved strings * BUG/MEDIUM: thread: use pthread_self() not ha_pthread[tid] in set_affinity * MINOR: startup: adjust alert messages, when capabilities are missed * BUG/MINOR: cfgparse-tcp: relax namespace bind check * MINOR: stream/cli: make "show sess" support filtering on front/back/server * MINOR: stream/cli: rework "show sess" to better consider optional arguments * BUG/MINOR: stream: fix age calculation in "show sess" output * MINOR: cfgparse/peers: provide more info when ignoring invalid "peer" or "server" lines * BUG/MINOR: server: dont return immediately from parse_server() when skipping checks * BUG/MINOR: cfgparse/peers: properly handle ignored local peer case * BUG/MINOR: cfgparse/peers: fix inconsistent check for missing peer server * BUG/MEIDUM: startup: return to initial cwd only after check_config_validity() * BUG/MINOR: log: set proper smp size for balance log-hash * CLEANUP: log: removing "log-balance" references * CI: github: fix h2spec.config proxy names * TESTS: ist: fix wrong array size * BUG/MINOR: server: check for either proxy-protocol v1 or v2 to send hedaer * BUG/MEDIUM: mux-fcgi: Try to fully fill demux buffer on receive if not empty * CLEANUP: h3: fix documentation of h3_rcv_buf() * BUG/MINOR: h3: do not report transfer as aborted on preemptive response * BUG/MINOR: server: fix the "server-template" prefix memory leak * BUG/MEDIUM: server: properly initialize PROXY v2 TLVs * BUG/MINOR: h2: always trim leading and trailing LWS in header values * BUG/MEDIUM: stream: use non-blocking freq_ctr calls from the stream dumper * MINOR: freq_ctr: provide non-blocking read functions * BUG/MEDIUM: stream: never allocate connection addresses from signal handler * MINOR: tinfo: add a new thread flag to indicate a call from a sig handler * BUG/MINOR: mux-h1: always make sure h1s->sd exists in h1_dump_h1s_info() * BUG/MINOR: stream: do not call co_data() from __strm_dump_to_buffer() * MINOR: clock: always use atomic ops for global_now_ms * BUG/MINOR: sink: add tempo between 2 connection attempts for sft servers * BUG/MINOR: log: fix outgoing abns address family * BUG/MEDIUM: uxst: fix outgoing abns address family in connect() * BUG/MINOR: cfgparse: fix NULL ptr dereference in cfg_parse_peers ++++ jenkins-x-cli: - Update to version 3.11.69: * chore(deps): upgrade jenkins-x-plugins/jx-preview to version 0.5.7 - Update to version 3.11.68: * chore(deps): upgrade to version 0.3.7 ++++ k3kcli: - Update to version 0.3.1: - Update CRDs documentation by @enrichman in #279 - Update quickstart pre-requisite and add cli docs by @jp-gouin in #273 - Fix bug with Kubeconfig value resolution by @jp-gouin in #288 - Fix kubeconfig load from multiple configuration files by @enrichman in #301 - Add documentation to install k3k on k3d by @rossella in #299 ++++ kernel-debug: - Update config files. Disable OVPN temporarily. We need to wait for these fixes first: https://build.opensuse.org/request/show/1254601 https://github.com/openSUSE/installation-images/pull/758 - commit bca56f0 ++++ kernel-default: - Update config files. Disable OVPN temporarily. We need to wait for these fixes first: https://build.opensuse.org/request/show/1254601 https://github.com/openSUSE/installation-images/pull/758 - commit bca56f0 ++++ kernel-source: - Update config files. Disable OVPN temporarily. We need to wait for these fixes first: https://build.opensuse.org/request/show/1254601 https://github.com/openSUSE/installation-images/pull/758 - commit bca56f0 ++++ kernel-docs: - Update config files. Disable OVPN temporarily. We need to wait for these fixes first: https://build.opensuse.org/request/show/1254601 https://github.com/openSUSE/installation-images/pull/758 - commit bca56f0 ++++ kernel-firmware-sound: - Update to version 20250320 (git commit a60087f7c925): * cirrus: Add cs35l56 firmware symlinks for Asus UM5606KA - Update kernel-firmware-tools scripts to be downloadable ++++ kernel-kvmsmall: - Update config files. Disable OVPN temporarily. We need to wait for these fixes first: https://build.opensuse.org/request/show/1254601 https://github.com/openSUSE/installation-images/pull/758 - commit bca56f0 ++++ kernel-obs-build: - Update config files. Disable OVPN temporarily. We need to wait for these fixes first: https://build.opensuse.org/request/show/1254601 https://github.com/openSUSE/installation-images/pull/758 - commit bca56f0 ++++ kernel-obs-qa: - Update config files. Disable OVPN temporarily. We need to wait for these fixes first: https://build.opensuse.org/request/show/1254601 https://github.com/openSUSE/installation-images/pull/758 - commit bca56f0 ++++ kernel-syms: - Update config files. Disable OVPN temporarily. We need to wait for these fixes first: https://build.opensuse.org/request/show/1254601 https://github.com/openSUSE/installation-images/pull/758 - commit bca56f0 ++++ kernel-vanilla: - Update config files. Disable OVPN temporarily. We need to wait for these fixes first: https://build.opensuse.org/request/show/1254601 https://github.com/openSUSE/installation-images/pull/758 - commit bca56f0 ++++ kubecolor: - drop golang-packaging and zstd build dependencies - remove '-s -w' to not disable stripping (this make debuginfo unavailable) ++++ kubectl-view-allocations: - Update to version 0.20.5 (there is no 0.20.4 release): * (cargo-release) version 0.20.5 * switch back to ring * (cargo-release) version 0.20.4 * Update kube requirement from 0.98 to 0.99 (#254) * add Cargo.lock back * Bump mozilla-actions/sccache-action from 0.0.7 to 0.0.8 ++++ threadweaver: - Backport upstream change: * threadweaver-cmake4.patch ++++ libqt5-qtgamepad: - Use pkgconfig(sdl2) ++++ xdg-utils-cxx: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section ++++ libfixbuf: - remove unused pcre build dependency ++++ texlive: - On 64bit architecures use only zzip_init_io ++++ lkl: - Merge opensuse-kernel/SLE15-SP6 6b2b164c9630 ++++ non-ntk: - BuildRequire: waf. Use the distro-provided waf instead of an own intree copy. - update waf (adding it as SOURCE2) to version 2.1.5 (fixes Tumbleweed build due to python 3.13/deprecated imp module) ++++ openssl-3: - FIPS: Mark SHA-1 as non-approved in the SLI. [jsc#PED-12224] * Add openssl-FIPS-Mark-SHA1-as-nonapproved.patch ++++ proj: - update to 9.6.0: o projinfo: display whether an operation is time-dependent (#4255) o Add CMake options EMBED_RESOURCE_FILES and USE_ONLY_EMBEDDED_RESOURCE_FILES for proj.db and proj.ini embedding (#4265, #4274) o Database: ingest deprecated ESRI names to be able to better import old WKT ESRI (#4282) o proj_factors(): enhance speed when called repeatedly on same compound or projected CRS (#4289) o Add Airocean projection (formerly Dymaxion) (#4303) o createOperations(): Optimization by avoiding database lookups for CRS (typically PROJ strings) using unknown datums (#4320) o PROJJSON export: for a Projected CRS, add an explicit type=GeographicCRS/GeodeticCRS members to the base_crs member (#4331) o proj_trans_bounds(): make it work when target CRS is a CompoundCRS (#4333) o createOperations(): do Helmert transformation in 2D when one of source or target CRS is compound (#4337) o Map EPSG method 'Vertical Offset by Grid Interpolation (asc)' to +proj=vgridshift (#4344) o Add support for 'Coordinate Frame rotation full matrix (geocen)' and Coordinate Frame rotation full matrix (geog2D)' methods (#4348) o Add a CMake EMBED_RESOURCE_DIRECTORY option to embed .tif/.json files in to libproj (#4349, #4373) o Take into account new EPSG methods 'Cartesian Grid Offsets by TIN Interpolation (JSON)' and 'Vertical Offset by TIN Interpolation (JSON)' (#4353) o Added an option native_ca to proj.ini and an environment variable PROJ_NATIVE_CA to be able to configure curl to use the operating system CA store. (#4356) o Database: add an optional step_direction column to the concatenated_operation_step table (#4357) o Database: replicate EGM2008 grid transformation record to WGS 84 realizations (#4363) o Improve ETRFxxx to ETRFyyy, and WGS 84 (xxx) to WGS 84 (yyy) (#4364) o Build: Update to C++17 version (#4366, #4369) o Add bash completion script for projinfo (#4371) o Dispatch content of 4D_api.cpp into multiple .cpp files (#4393) o Add proj_trans_bounds_3D() (#4394) o Database: add a engineering_datum and engineering_crs tables; import few related EPSG records (#4396) o NKG transformations: Add support for EUREF-FIN in Finish transformations (#4399) o Add Spilhaus projection (#4401) o Export ESRI:54099 WGS_1984_Spilhaus_Ocean_Map_in_Square as PROJ string (#4402) o Database: update to EPSG v12.004 (#4413) o proj_download_file(): invalidate in-memory caches related to downloaded file (for the current context) (#4414) * createObjectsFromName(): be more tolerant about N/S vs North/South, absence of zone or height (#4318) * createFromPROJString: avoid repeated openings of proj.db and proj.ini and lookup of 'epsg' (#4334) * Debugging/internals: append sub-grid index to grid name when opening a multi-grid TIFF file (#4381) * createOperations(): use more appropriate operation when using a 'PROJ {grid_name}' geoid model, based on matching the vertical datum (#4379) * proj_clone(): properly propagate errorIfBestTransformationNotAvailable and other flags from source object (#4382) * Inverse +proj=cass: fix non-convergence on inputs where easting=false_easting or northing=false_northing (#4386) * Fix typo in parameter for ITRF97 in ITRF2014 file (#4408) * Retry on "SSL connection timeout" (#4419) - update data to 1.21: * Finish geoid models (#131) * French grid fr_ign_RGM04versRGM23.tif for RGM04 -> RGM23 datum shift (Mayotte) (#132) * Latvian LGIA geoid grid (#134) - added patch v9.6.0-fix-build.patch ++++ libsoup: - Update to version 3.6.5: + session: Strip authentication credentials on cross-origin redirects + build: Use pkg-config instead of krb5-config for the gssapi dependency + http1: When using chunked encoding report an error in case of unexpected stream end + http2: - When a message has no content still respect its Content-Type - Revert manual window size management temporarily, as it could stall + sniffer: Fix potential overflows + hsts: Fix minor leak + headers: Fix a few parsing edge cases that could be an out of bound read + connection: Avoid ever calling disconnect twice + auth-digest: Fix handling when a nonce isn't present + cookies: - Limit max size of max-age, path, and domain attributes to 1024 bytes - Limit max size of name and value to 4096 bytes + docs: Remove references to old libsoup domain + Reintroduce some thread-safety to SoupSession (see https://libsoup.gnome.org/libsoup-3.0/client-thread-safety.html) Numerous API have been changed which is documented on https://libsoup.gnome.org - Replace pkgconfig(krb5) with pkgconfig(krb5-gssapi) BuildRequires: Following upstream changes, and stop passing krb5_config="$(which krb5-config)" to meson setup, no longer needed nor recognized. ++++ vdt: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 ++++ vid_stab: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, no longer used ++++ libvirt: - spec: Disable rbd storage driver for SLFO bsc#1239836 ++++ voro++: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: definitions, no longer used ++++ woff2: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: entries, no longer used ++++ xdp-tools: - Add fix-clang20-build.patch to fix build with Clang 20. ++++ xtrx_lms7002m: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section ++++ yaml-cpp: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section ++++ yara: - remove unused pcre build dependency ++++ zziplib: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to clear FTBFS with cmake4 ++++ localslackirc: - Update to version 1.33+git.1739989938.1a93818: * sq * New syntax * Parameter changed name -_-' * Bump version * Bump Standards-Version * d/ch * Force current version of websockets for the .deb package * Use new type syntax * Use new API from websockets * CHANGELOG - Fix the SPEC file to build again ++++ mcstrans: - remove unneeded pcre build dependency, builds with pcre2 already ++++ mesheryctl: - update to 0.8.51: * General - bump schemas and meshkit @aabidsofi19 (#14057) * Meshery CLI - chore: fix broken link for cli reference design export @lekaf974 (#14069) - feat: refactored bats setup @ianrwhitney (#14027) - [mesheryctl] fix: spelling in model command examples and run go mod tidy @n2h9 (#14066) - refactor: mesheryctl model command @lekaf974 (#14034) - [mesheryctl][meshkit] Refactor and move registry utility functions to meshkit @riyaa14 (#13734) - [mod-mesheryctl-e2e]: Implemented helper script to run end-to-end tests locally @gentcod (#14045) - Revert "Add component generation step in the model generate wizard" @amitamrutiya (#14053) - Add component generation step in the model generate wizard @amitamrutiya (#14052) * Maintenance - chore: fix broken link for cli reference design export @lekaf974 (#14069) - Adding Privateer files for security scan @sangramrath (#14065) * Documentation - chore: fix broken link for cli reference design export @lekaf974 (#14069) - [Docs] remove mesheryctl system config for in-cluster Meshery on EKS @riyaa14 (#13372) - [docs] update instructions on running bats e2e tests locally @riyaa14 (#14028) ++++ mksusecd: - merge gh#openSUSE/mksusecd#85 - adjust verifymedia to use new initrd unpacking code (bsc#1239528) - 3.7 ++++ mutter: - Add 0001-cursor-Unify-prepare_func-for-shape-cursors.patch. Solves the problem of changing the size of the cursor in gtk applications on HiDPI displays. ++++ nerdctl: - Update to version 2.0.4: * build(deps): bump actions/setup-go from 5.3.0 to 5.4.0 * build(deps): bump actions/cache from 4.2.2 to 4.2.3 * build(deps): bump the docker group with 2 updates * update containerd (2.0.4), etc.; verify the git tags with the commit hashes * build(deps): bump github.com/containerd/imgcrypt/v2 from 2.0.0 to 2.0.1 * fix:nerdctl ps show nothing when timeout * fix: Return empty network settings for non started containers * build(deps): bump github.com/containerd/containerd/v2 * Add support for remaining blkio settings * build(deps): bump docker/login-action from 3.3.0 to 3.4.0 * build(deps): bump github.com/compose-spec/compose-go/v2 * Stop sharding cache per containerd version * Dockerfile: update buildkit to 0.20.1 * Remove golanci-lint action * fix: none log dirver creating log uri * Update Canary and EL8 titles * update RootlessKit (2.3.4) * ensure logger completion after container exit * add sync syscall before get container diff when commit * Dockerfile: remove "goversion" stage * Move GHA to zstd compression * build(deps): bump the golang-x group across 1 directory with 6 updates * CI: simplify setting up Lima * Replace hack/verify-no-patent.sh with depguard * Adding document analyzing CI/dockerfile * Disable buildx output for dependency stage * Implement updated test matrix * Fix broken lint-license task * Increase wait for ensurecontainerstarted * Fix kubectl download url * Fix referenceutil.FamiliarMatch SIGSEGV * Update containerd/project-checks (1.2.2) * Fix alma ci target * Migrate TestRunDevice test * Quiet out apt-get calls * Use makefile task to install golangci * build(deps): bump github.com/opencontainers/image-spec * build(deps): bump actions/cache from 4.2.1 to 4.2.2 * --quiet image pulls in tests * CI: drop Ubuntu 20.04, add AlmaLinux 8 * [ci] rollback setup vagrant comment * Fix test TestNoneNetworkHostName * Add golangci and yamllint to tigron * Lint fixes * Move to creack pty * Makefile fixes * Add qemu/rosetta notes * Update containerd v2.0.3 * build(deps): bump github.com/containernetworking/plugins * build(deps): bump github.com/containerd/containerd/v2 * build(deps): bump github.com/opencontainers/runtime-spec * build(deps): bump docker/setup-qemu-action from 3.5.0 to 3.6.0 * Harden test pty error handling * Cleaning variables and function names in cmd * Fix apparmor host check to include aa-parser * build(deps): bump actions/cache from 4.2.1 to 4.2.2 * add hostsPath to inspect response * Rename NO_COLORS * Enforce pkg isolation as part of golangci * build(deps): bump the docker group with 2 updates * build(deps): bump docker/metadata-action from 5.6.1 to 5.7.0 * build(deps): bump docker/build-push-action from 6.14.0 to 6.15.0 * build(deps): bump docker/setup-qemu-action from 3.4.0 to 3.5.0 * build(deps): bump docker/setup-buildx-action from 3.9.0 to 3.10.0 * Fix kube-hide-dupe docs typo * build(deps): bump golang.org/x/crypto in the golang-x group * Reorg test package * Makefile cleanup * Normalize all command variables to cmd * goimports-reviser: remove hack * Disable golangci preflight config validation * go.mod: set minimum Go version to 1.23 * CI: set GOTOOLCHAIN=local * update Go (1.24) * CI: arm64-8core-32gb -> ubuntu-24.04-arm * Increase CI run timeout * Restrict EnsureContent to the requested platform * CI: set fail-fast to false * build(deps): bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 * feat: add hostConfig to nerdctl inspect response * Rewrite signal tests * Add test tooling for signals * Make subpackage test a separate module * Remove unbuffer from container tests * Prevent acquire from blanking hosts file * Cleanup XDGRuntime logic * Remove forked sysinfo package * Tests to error on timeout * Rewrite detach tests without unbuffer * feat: add signal option to containerRestart * docs: add --log-driver=none to run command reference * Support bind propagation options in Compose volume long syntax * build(deps): bump github.com/containerd/accelerated-container-image * build(deps): bump github.com/klauspost/compress from 1.17.11 to 1.18.0 * build(deps): bump docker/build-push-action from 6.13.0 to 6.14.0 * build(deps): bump actions/cache from 4.2.0 to 4.2.1 * add tests * build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 * build(deps): bump golangci/golangci-lint-action from 6.4.1 to 6.5.0 * add signal option to container stop command * feat: add support for 'domainname' option in container create * Fix FATA error when inspecting images in native mode * Cleanup old/unused helpers * Remove require daemon version for >=1.6 * build(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.4.1 * Add pty support for testing * update runc (1.2.5) * fix: network cleanup called twice * docs(nerdctl-compose): add missing details in command-reference.md * build(deps): bump github.com/compose-spec/compose-go/v2 * build(deps): bump gotest.tools/v3 from 3.5.1 to 3.5.2 * build(deps): bump golang.org/x/net in the golang-x group * build(deps): bump golangci/golangci-lint-action from 6.3.0 to 6.3.2 * enable host name and default resolv.conf and hosts file in none network * build(deps): bump docker/setup-qemu-action from 3.3.0 to 3.4.0 * build(deps): bump golang.org/x/crypto in the golang-x group * fix nerdctl-full SHA256SUMS fails * Reduce file permissions * build(deps): bump docker/setup-buildx-action from 3.8.0 to 3.9.0 * build(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.0 * build(deps): bump the golang-x group with 4 updates * Fix apparmor test not running * Prevent reference filter from failing on dangling images * build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6 * Harden journald test * build(deps): bump github.com/cyphar/filepath-securejoin * test: Add a test for container access with 127.0.0.2 specified in -p in rootless mode * fix journald logger exit and wait behavior * Consistently use WithError when logging errors instead of %s * Consistently use %w instead of %s or %v when wrapping errors * fix: prevent panic in nydus snapshotter inspect * Fix socket address not being updated properly * Test portability fix: ensure tini-custom is here * Disable systemd test on arm64 * build(deps): bump docker/build-push-action from 6.12.0 to 6.13.0 * Fix test time to use UTC * Skip TestRunBindMountPropagation * Fix wrong error comparison * Relax error on annotations read failure * build(deps): bump github.com/ipfs/go-cid from 0.4.1 to 0.5.0 * build(deps): bump the docker group with 2 updates * build(deps): bump github.com/rootless-containers/bypass4netns * build(deps): bump actions/setup-go from 5.2.0 to 5.3.0 * integration test: specify IPFS_PATH for IPFS service * update Kubo (0.32.1) ++++ nwg-displays: - Update to version 0.3.24 * reverted #71 (requested in #83, only affects NixOS) - Updates from 0.3.23 * Settings form wrapped into Gtk.ScrolledWindow; closes #82 * improved install.sh script * added uninstall.sh script * dependencies enlisted in README.md - Updates from 0.3.22 * Fixed monitor descriptions with hashes; #75 - Updates from 0.3.21 * added config value for confirmation timeout; #67 * fixed logical/physical screen dimensions on Hyprland; #68 ++++ obs-git-init: - Update to 0.2.1 * Adding .osc to gitignore files ++++ oo7: - update to 0.4.2: * Relax the condition when validating the file backend keyring secret and provide various APIs to allow the developer to recover the non-broken items in a keyring or delete the broken ones. ++++ openSUSE-release-tools: - Update to version 20250321.daaa998: * gocd: Update SLFO Stagings. ++++ operator-sdk: - Update to version 1.39.2: * fix: primary-resouce is created in wrong place. by @holyspectral in #6872 * docs: Replace memcached-operator in v1.39.0 update instructions by @blu3r4y in #6898 * Fix Allow IfNotPresent policy when operator-sdk run bundle [#6795] by @kaovilai in #6851 * Bump github.com/containerd/containerd from 1.7.23 to 1.7.27 by @dependabot in #6916 * updating dependencies to address CVE's by @acornett21 in #6917 * Bump github.com/distribution/distribution/v3 from 3.0.0-rc.1 to 3.0.0-rc.3 by @dependabot in #6918 * adding logic to GHA's to remove unused diskspace by @acornett21 in #6920 * Release v1.39.2 by @acornett21 in #6919 ++++ pacemaker: - spec: Provides user(hacluster) and group(haclient) ++++ perses-cli: - Update to version 0.50.3: * [ENHANCEMENT] allow insecureSkipVerify to be optional defaulting to false (#2803) * [ENHANCEMENT] Support min/max TLS version (#2619) * [ENHANCEMENT] Improve dashboard performance by reducing re-renders (#2770) * [ENHANCEMENT] make proxy authorization optional (#2802) * [ENHANCEMENT] Add OAuth secret type for Datasources (#2631) * [ENHANCEMENT] Update PanelEditorForm by using watched values (#2792) * [ENHANCEMENT] Add Authorization and BasicAuth definitions to cue package (#2643) * [BUGFIX] fix variable grafana migration (#2699) * [BUGFIX] Format expireAt with ISOString to fix EphemeralDashboard view crash (#2778) * [BUGFIX] Fix duplicate query keys in useQueries() (#2779) * [DOC] Fix doc about TLS config and the TLS secret spec (#2685) * [DOC] Fix typo in ListVariable spec (#2691) ++++ plasma-wayland-protocols: - Update to 1.17.0: * screencast: Allow compositor to choose scale factor for region screencasts * Bump version to 1.17.0 * plasma-window-management: Add no border and can set no border states * CI: Add linux-qt6-next build * output device: add a capability for built in color profile * CI: Extend dependency requires to Linux/Qt6Next ++++ product-composer: - update to version 0.5.11 * cli: keep creating Source and Debug images when using the baseiso feature * fix crash on missing summary field ++++ python3-espressomd: - Add espresso-cython.patch to drop build date (boo#1047218) ++++ python-acme: - Update to 3.3.0 * deprecated acme.crypto_util.dump_pyopenssl_chain * deprecated acme.crypto_util._pyopenssl_cert_or_req_all_names * deprecated acme.crypto_util._pyopenssl_cert_or_req_san ++++ python-alembic: - Update to 1.15.1 * Fixed an issue in the new :pep:`621` ``pyproject.toml`` layout that prevented Alembic's template files from being included in the ``.whl`` file in the distribution. ++++ python-astroid: - Update to 3.3.9 * Fix crash when `sys.modules` contains lazy loader objects during checking. * Upload release assets to PyPI via Trusted Publishing. - Update BuildRequires from pyproject.toml ++++ python-bcrypt: - Update 4.3.0 * Bump proc-macro2 from 1.0.89 to 1.0.90 in /src/_bcrypt (#916) * Bump unicode-ident from 1.0.13 to 1.0.14 in /src/_bcrypt (#915) * fixes #917 -- correctly handle a salt that's too short (#918) * Bump cpufeatures from 0.2.15 to 0.2.16 in /src/_bcrypt (#919) * Bump proc-macro2 from 1.0.90 to 1.0.92 in /src/_bcrypt (#920) * Bump syn from 2.0.87 to 2.0.89 in /src/_bcrypt (#921) * Fix new ruff warning (#923) * Build manylinux 2.34 images (#922) * Bump portable-atomic from 1.9.0 to 1.10.0 in /src/_bcrypt (#924) * drop py37 (#926) * Bump pyo3 from 0.23.1 to 0.23.2 in /src/_bcrypt (#927) * Bump libc from 0.2.164 to 0.2.165 in /src/_bcrypt (#928) * Bump libc from 0.2.165 to 0.2.166 in /src/_bcrypt (#929) * Bump dawidd6/action-download-artifact from 6 to 7 (#932) * Bump syn from 2.0.89 to 2.0.90 in /src/_bcrypt (#931) * Bump libc from 0.2.166 to 0.2.167 in /src/_bcrypt (#930) * Bump pyo3 from 0.23.2 to 0.23.3 in /src/_bcrypt (#933) * Bump actions/cache from 4.1.2 to 4.2.0 (#934) * Bump libc from 0.2.167 to 0.2.168 in /src/_bcrypt (#935) * Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#936) * Bump dtolnay/rust-toolchain (#937) * Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#938) * Bump libc from 0.2.168 to 0.2.169 in /src/_bcrypt (#939) * Bump syn from 2.0.90 to 2.0.91 in /src/_bcrypt (#940) * Bump quote from 1.0.37 to 1.0.38 in /src/_bcrypt (#942) * Bump syn from 2.0.91 to 2.0.92 in /src/_bcrypt (#941) * Bump syn from 2.0.92 to 2.0.93 in /src/_bcrypt (#943) * Bump syn from 2.0.93 to 2.0.94 in /src/_bcrypt (#944) * Bump syn from 2.0.94 to 2.0.95 in /src/_bcrypt (#945) * Bump syn from 2.0.95 to 2.0.96 in /src/_bcrypt (#948) * Bump actions/upload-artifact from 4.5.0 to 4.6.0 (#947) * Bump proc-macro2 from 1.0.92 to 1.0.93 in /src/_bcrypt (#949) * Bump pyo3 from 0.23.3 to 0.23.4 in /src/_bcrypt (#950) * Support free-threaded Python 3.13 (#925) * Switch to nox (#954) * use github hosted arm runners in wheel builder (#952) * use github hosted arm runners in ci (#951) * Bump dawidd6/action-download-artifact from 7 to 8 (#956) * Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (#957) * Bump unicode-ident from 1.0.14 to 1.0.15 in /src/_bcrypt (#958) * include matrix.PYTHON.VERSION in CI cache keys (#964) * Bump cpufeatures from 0.2.16 to 0.2.17 in /src/_bcrypt (#960) * Bump unicode-ident from 1.0.15 to 1.0.16 in /src/_bcrypt (#962) * Bump actions/setup-python from 5.3.0 to 5.4.0 (#963) * Update getrandom and bcrypt (#966) * Bump syn from 2.0.96 to 2.0.98 in /src/_bcrypt (#967) * Bump quansight-labs/setup-python from 5.3.1 to 5.4.0 (#968) * add support for free-threaded wheels (#955) * Bump once_cell from 1.20.2 to 1.20.3 in /src/_bcrypt (#970) * Bump unicode-ident from 1.0.16 to 1.0.17 in /src/_bcrypt (#972) * Bump typenum from 1.17.0 to 1.18.0 in /src/_bcrypt (#973) * Bump actions/cache from 4.2.0 to 4.2.1 (#974) * Bump actions/upload-artifact from 4.6.0 to 4.6.1 (#975) * Bump libc from 0.2.169 to 0.2.170 in /src/_bcrypt (#976) * Bump inout from 0.1.3 to 0.1.4 in /src/_bcrypt (#977) * Bump portable-atomic from 1.10.0 to 1.11.0 in /src/_bcrypt (#978) * Update PyO3 to 0.23.5 (#980) * Bump actions/download-artifact from 4.1.8 to 4.1.9 (#982) * Add PyPy 3.11 and armv7l to matrix runner (#983) * PyPy 3.11 and armv7l wheels (#984) ++++ python-certbot: - Update to 3.3.0 * The --register-unsafely-without-email flag is no longer needed in non-interactive mode. * In interactive mode, pressing Enter at the email prompt will register without an email. * deprecated certbot.crypto_util.dump_pyopenssl_chain * deprecated certbot.crypto_util.pyopenssl_load_certificate * Fixed a bug introduced in Certbot 3.1.0 where OpenSSL environment variables needed in our snap configuration were persisted in calls to external programs like nginx which could cause them to fail to load OpenSSL. ++++ python-certbot-apache: - update to version 3.3.0 * sync with the main certbot package ++++ python-certbot-dns-cloudflare: - update to version 3.3.0 * certbot-cloudflare-dns is now pinned to version 2.19 of Cloudflare's python library ++++ python-certbot-dns-digitalocean: - update to version 3.3.0 * sync with the main certbot package ++++ python-certbot-dns-dnsimple: - update to version 3.3.0 * sync with the main certbot package ++++ python-certbot-dns-dnsmadeeasy: - update to version 3.3.0 * sync with the main certbot package ++++ python-certbot-dns-google: - update to version 3.3.0 * sync with the main certbot package ++++ python-certbot-dns-linode: - update to version 3.3.0 * Removed support for Linode API v3 which was sunset at the end of July 2023. ++++ python-certbot-dns-luadns: - update to version 3.3.0 * sync with the main certbot package ++++ python-certbot-dns-nsone: - update to version 3.3.0 * sync with the main certbot package ++++ python-certbot-dns-rfc2136: - update to version 3.3.0 * sync with the main certbot package ++++ python-certbot-dns-route53: - update to version 3.3.0 * sync with the main certbot package ++++ python-certbot-nginx: - update to version 3.3.0 * certbot-nginx now requires pyOpenSSL>=25.0.0. * certbot-nginx now requires pyparsing>=2.4.7. * Allow nginx plugin to parse non-breaking spaces in nginx configuration files. * When adding ssl listen directives in nginx server blocks, IP addresses are now preserved. * Nginx configurations can now have the http block in files other than the root (nginx.conf) * Nginx server_name directives with internal comments now ignore commented names ++++ python-dunamai: - update to 1.23.1: * Fixed: Version.__lt__ checked if all fields were less than the other instance ++++ python-matplotlib: - Update to 3.10.1 * Respect array alpha with interpolation_stage='rgba' * Remove md5 usage to prevent issues on FIPS enabled systems * Fix pyplot.matshow figure handling * Fix modifying Axes' position also alters the original Bbox object used for initialization * Fix title position for polar plots * Add version gate to GTK4 calls when necessary * Raise warning if both c and facecolors are used in scatter plot - Drop merged matplotlib-pr29631-install-test-ipynb.patch - Skip test failing with texlive 2025 ++++ python-poetry-dynamic-versioning: - update to 1.8.0: * The bump config may now be set to a table, which supports an index field * commit-length option to set a fixed length for commit hashes * {major}, {minor}, and {patch} format placeholders. * Compatibility with other plugins (such as poetry-monoranger-plugin) * Updated Dunamai to 1.23.0+ for the latest features. ++++ python-pycrdt: - Update to 0.12.9 * Upgrade pyo3 to v0.24.0. - Refresh pycrdt-pr227-trio0.28.patch to pycrdt-pr246-trio-0.30.patch ++++ python-pyinotify: - Make asyncore support optional to fix issue in Python 3.12 and 3.13 - Added: * make_asyncore_support_optional.patch ++++ rubygem-agama-yast: - Add extensions from the registration server (automatic installation only) (jsc#AGM-100) ++++ salt-lint: - follow the salt change in 15.7 ++++ screen: - K&R source is not ready for C23 used by default with GCC 15. Use -std=gnu89 instead. ++++ selinux-policy-targeted-gaming: - Initial package (bsc#1206292) ++++ solanum: - Update to snapshot 0~ch670 (1669c6406c) * Add documentation for extensions/filter * document +M channel mode (#417) * m_starttls: advertise "tls" capability only if TLS is possible ++++ stackit-cli: - Update to version 0.27.0: * replace STACKIT logo on login page (#661) * chore(server): regional adjustment for runcommand (#660) * fix(deps): update module github.com/spf13/viper to v1.20.0 (#650) * fix(sqlserverflex): require roles flag on user creation (#657) * chore(loadbalancer): regional adjustment (#652) * fix(deps): update module github.com/goccy/go-yaml to v1.16.0 (#651) * fix(sqlserver): remove region configuration from client (#656) * chore(doc): add github issue note and docs link to readme (#655) * feat(serviceenablement): Region adjustment (#649) ++++ stardict: - Drop man file for not installed stardict-editor binary. - Drop a conditional pertaining to EOL openSUSE version. ++++ swaylock: - Update to 1.8.1: * Improve frame callback and commit handling * Stop processing auth requests after success * Exit when password handling subprocess crashes * Only submit password if previous validation completed * Check if keymap is NULL before dereferencing * Better handle subprocess crashes * comm: improve robustness * Revert "comm: improve robustness" * Reapply "comm: improve robustness" * Define _POSIX_C_SOURCE globally * build: use cc.get_supported_arguments() for warnings * Assert that password buffer is NULL-terminated * build: bump version to 1.8.1 * Fix potential NULL deference after getpwuid ++++ velociraptor-client: - Update to version 0.7.0.4.git152.fb24dfd: * audit: fix watch rules in artifacts * audit: update go-libaudit dependency for pcc64le arch filter fix * Use execsnoop plugin in artifacts when possible * Add execsnoop plugin to capture execve system calls * github-actions: update ubuntu runners to 22.04 * Fix failing tls unit test on new go versions ++++ terragrunt: - Update to version 0.76.5: * fix(docs): Addressing some missed renames of terragrunt.hcl to root.hcl in the docs by @yhakbar in #4058 * build(deps): Updated cloud.google.com/go/storage to 1.51.0 by @denis256 in #4059 * build(deps): Updated go.opentelemetry.io/otel/exporters/stdout/stdoutmetric to 1.35.0 by @denis256 in #4059 * build(deps): Updated go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp to 1.35.0 by @denis256 in #4059 * build(deps): Updated golang.org/x/oauth2 to 0.28.0 by @denis256 in #4059 * build(deps): Updated go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp to 1.35.0 by @denis256 in #4059 - Update to version 0.76.4: * feat: Introduced -a alias for the -all flag #4048 by @levkohimins * feat: Implemented detection of nested stacks #4052 by @denis256 * fix: Refactored list package structure #4050 by @yhakbar * fix: Updated documentation for list usage #4051 by @yhakbar * fix: Corrected .stack references in generated documentation [#4053] by @yhakbar ++++ tetragon: - Update to version 1.4.0: Large changelog, please find the full changelog here: https://github.com/cilium/tetragon/releases/tag/v1.4.0 * Upgrade notes Read the upgrade notes carefully before upgrading Tetragon. Depending on your setup, changes listed here might require a manual intervention. * Metrics tetragon_map_errors_total metric is replaced by map_errors_update_total and map_errors_delete_total. * Major Changes - feat: include ancestors in process events (#2938) by @t0x01 - Add attribute resolution (#3143) by @ScriptSathi - policies: add support for setting a monitoring mode in tracing policies (#3393) by @kkourt - Windows: Build tetragon on Windows (Part -1) (#3445) by @ExceptionalHandler * Minor Changes - Please check the full changelog * Bugfixes - [fix] fix probe_read_str return type (#3236) by @arthur-zhang - tetragon: avoid the agent from hanging in some corner error conditions (#3321) by @kkourt - Fix in_init_tree flag for processes started before Tetragon. (#3338) by @will-isovalent - Fix a bug where unloading programs where detaching them even in the case of unpin false (i.e.) --keep-sensors-on-exit (#3347) by @mtardy - Fix path truncations in event values for cwd and path/file function arguments. The function responsible for reading dentry was upgraded to 4096 but some users were still using the previous limitation of 256. (#3427) by @mtardy - Use BTF to access skb_ext (#3439) by @xabrouck - watcher: Fix K8sWatcher.FindPod (#3409) by @lambdanis * Documentation changes - docs: Add dev setup instructions for Apple silicon Macs (#3231) by @michi-covalent - docs: local dev with Apple Silicon small fixes (#3237) by @mtardy - docs: remove redundance CLI command in tracing policy example (#3256) by @arthur-zhang - docs: enhancements to the troubleshooting section (#3238) by @mtardy - fix: correcting the script path for minikube installation steps in do… (#3111) by @d-cryptic - Add link to Kubecon NA 2024 talk discussing Tetragon (#3303) by @daxmc99 - fix: Troubleshooting documentation for System dump (#3325) by @z63d - docs: fix typo referencing kube-system as kubesystem (#3334) by @z63d - docs: fix the Example jq filter in Observability Policies (#3367) by @z63d - fix: returnArg index of TracingPolicy is not specified (#3388) by @z63d - docs: fix tracing policy options (#3470) by @z63d - docs: Remove incorrect event types from field filter docs examples. (#3489) by @will-isovalent - docs: fix typo (#3528) by @jetlime * Dependency updates - fix(deps): update module github.com/cilium/ebpf to v0.17.1 (main) (#3206) by @cilium-renovate[bot] - fix(deps): update module google.golang.org/grpc to v1.70.0 (main) (#3330) by @cilium-renovate[bot] - chore(deps): update all github action dependencies (main) (#3387) by @cilium-renovate[bot] - chore(deps): update docker.io/golangci/golangci-lint docker tag to v1.64.5 (main) (#3398) by @cilium-renovate[bot] * Misc Changes - Please check the full changelog ++++ time: - Use -std=gnu99 to avoid traps from C23 made default with GCC 15. ++++ usbtop: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: declarations, no longer used ++++ velociraptor: - Update to version 0.7.0.4.git152.fb24dfd: * audit: fix watch rules in artifacts * audit: update go-libaudit dependency for pcc64le arch filter fix * Use execsnoop plugin in artifacts when possible * Add execsnoop plugin to capture execve system calls * github-actions: update ubuntu runners to 22.04 * Fix failing tls unit test on new go versions ++++ vncmanager: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: definitions, no longer used ++++ websocketpp: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Remove Group: definitions, no longer used ++++ xcalib: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Add BuildArch: noarch for -profile subpackage - Remove Group: as no longer needed ++++ xdg-desktop-portal-gtk: - Update to version 1.15.3: + Fix build against newer xdg-desktop-portal + Fix return value for the access portal ++++ xkb-switch: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section ++++ xtl: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 ++++ ydotool: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section ++++ zdbsp: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section ------------------------------------------------------------------ ------------------ 2025-3-20 - Mar 20 2025 ------------------- ------------------------------------------------------------------ ++++ Mesa: - Update to release 25.0.2 - -> https://docs.mesa3d.org/relnotes/25.0.2 ++++ Mesa-drivers: - Update to release 25.0.2 - -> https://docs.mesa3d.org/relnotes/25.0.2 ++++ acarsdec: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section ++++ agama: - Improve init scripts execution (gh#agama-project/agama#2161): * Properly run the scripts (gh#agama-project/agama#2144). * Allow setting the scripts path with the SCRIPTS_DIR environment variable. * Do not exit with an error if there are not scripts. * Make agama-scripts.sh idempotent. ++++ agama-web-ui: - Stop displaying the hostname alert once the system is registered (gh#agama-project/agama#2183). ++++ agama-yast: - Symlink the /mnt/etc/resolv.conf to the NetworkManager running one in order to have DNS resolution in the chroot post scripts (bsc#1235617, gh#agama-project/agama#2179). ++++ airspy: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section ++++ alure: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section ++++ ansilove: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section ++++ uwsgi: - build with pcre2 ++++ apko: - Update to version 0.25.5: * returns structured errors when origins conflict (#1578) * build(deps): bump golangci/golangci-lint-action from 6.5.1 to 6.5.2 (#1575) ++++ apulse: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTFBS with cmake4 - Add %check section ++++ arkade: - Update to version 0.11.37: * feat: add git-who to tools ++++ asteroid: - Added -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Added %check section - Removed Group: no longer used ++++ autoyast2: - Allow skipping profile fetch errors by setting YAST_SKIP_PROFILE_FETCH_ERROR=1 (see gh#agama-project/agama#2180). - 5.0.5 ++++ avogadrolibs: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTFBS with cmake4 ++++ backward-cpp: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to clear FTBFS with cmake4 ++++ ballerburg: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section ++++ barrier: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 ++++ bcmatroska2: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Add %check section ++++ biblesync: - Added -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Added %check section ++++ bladeRF: - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 - Added %check section ++++ bluefish: - Update BuildRequire from libpcre to libpcre2 ++++ chromium: - Chromium 134.0.6998.117 (stable released 2025-03-20) (boo#1239819) * CVE-2025-2476: Use after free in Lens ++++ llvm: - Update to version 20. * For details, see the release notes: - https://releases.llvm.org/20.1.0/docs/ReleaseNotes.html - https://releases.llvm.org/20.1.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/20.1.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/20.1.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/20.1.0/tools/lld/docs/ReleaseNotes.html - Add libomp-devel on riscv64 ++++ llvm20: - Update to version 20.1.0. * For details, see the release notes: - https://releases.llvm.org/20.1.0/docs/ReleaseNotes.html - https://releases.llvm.org/20.1.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/20.1.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/20.1.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/20.1.0/tools/lld/docs/ReleaseNotes.html * New LLVM tools: - llvm-cgdata: Extracting, inspecting, and manipulating raw codegen data for more efficient function outlining and function merging across modules in subsequent compilations. - llvm-ctxprof-util: LLVM Contextual Profile Utils. * New Clang tool: clang-sycl-linker: a linker for SYCL. * Removed Clang tools: clang-pseudo, clang-rename. - Rebase patches: * clang-resourcedirs.patch * link-clang-shared.patch * llvm-do-not-install-static-libraries.patch * llvm_build_tablegen_component_as_shared_library.patch - Remove obsolete patches: * clang-fix-modules-test-riscv.patch * clang-fix-openmp-test-non-x86.patch * clang-shlib-symbol-versioning.patch ++++ clisp: - disable pcre module (boo#1201805) ++++ crmsh: - Update to version 5.0.0+20250321.169fb42c: * Update crmsh/idmgmt.py * Dev: behave: Add functional test for previous commit * Fix: idmgmt: Replace hashtag('#') with point('.') in id (bsc#1239782) ++++ dbus-1-glib: - Fix build with GCC 15 via exporting -std=gnu17 to cflags. GCC 15 defaults to C23, but the latest release is from 2021, and this is deprecated upstream and no longer under development. ++++ docker: - Make container-selinux requirement conditional on selinux-policy (bsc#1237367) ++++ docker-stable: - Make container-selinux requirement conditional on selinux-policy (bsc#1237367) ++++ dsda-doom: - Remove unused BuildRequire on libpcre. (The feature using pcre was dropped in 2022 already.) - Add BuildRequire on pkgconfig(glu), previously implicitly added by SDL2-devel (but now we have sdl2-compat-devel). - Make build recipe POSIX sh compatible. ++++ edk2-Shell: - Update edk2 to 202502 * changelog: https://github.com/tianocore/edk2/releases/tag/edk2-stable202502 - Update edk2-platforms to version 0.0~20250313T212503~fece0f1a - Update edk2-non-osi to version 0.0~20250211T163925~ea2040c - Update openssl to 3.4.1 - Update openssl.keyring - Add libspdm in version 0.0~20241122T070402~98ef964 - Remove some target as not supported anymore by 202502: * Hikey * Hikey960 * Overdrive1000Board - Drop upstream patch: * 5781.patch - Drop patch related to a removed platform: * edk2-platforms-fix-Hikeys.patch ++++ emacs: - Enhance patch emacs-30.1-seccomp.patch * Support seccomp ioctl TCGETS also on ppc64le - Use zlib-ng-compat only on opensuse ++++ eric: - Update to 25.3: * General + Made the code compatible with Qt/PyQt 6.8. + Made the code compatible with Python 3.13. + Drop support for Python 3.8. + Improved the handling of crash sessions. + Improved the internal debug logging system. + Added a `Help` menu entry to generate some version information and copy that to the clipboard (see issue 562). * Debugger + Added a configuration option to not stop at the first executable statement when debugging in passive mode. + Added a configuration option to make 'Show only' the default for the global and local variables viewer. * Editor + Added the capability to sort the entries in the code outline by occurrence or alphabetically. + Changed the editor layout to use a splitter between editor and code layout to enhance the flexibility. + Added a key event handler to make the keypad ',' always insert a '.' character because that is what is needed in programming. * Find In Files + Added the capability to filter the list of files to be searched. * IDE Server + Extended the eric-ide server to be able to check, if received messages have been sent by a valid eric IDE. + Extended the eric-ide server integration in the file browser. + Added functionality to work with remote files and projects via an `eric-ide Server` on a remote computer. * pip Interface + Added a field to search for packages in the dependencies list. + Added an action button to clean up the site-packages directory of the selected environment. + Changed the package search function to open an external web browser with the package search term (PyPI does not support programmatic search anymore). * MicroPython + Updated the list of known CircuitPython boards for CPy 9.2.3. + Updated the list of known UF2 capable boards. + Added support for ESP-C2, ESP32-C6, ESP32-H2, ESP32-P4 and ESP8684. + Extended the list of known VID/PID of ESP32 devices. + Added an entry to the ESP32 menu to show some device security information. + Improved the device detection of the UF2 Flash dialog to suppress devices not seen on the USB bus. + Updated the list of known CircuitPython boards for CPy 9.2.0. + Updated the list of known UF2 capable boards. + Added MicroPython support for RP2350 based controllers. + Extended the file manager widget context menus. * Mercurial Interface + Removed support for the `strip` extension (does not exist anymore). + Moved `purge` and `shelve` extensions to the `Other Functions` menu because they are builtin functions. + Added support for the `fastexport` extension. + Added support for the `uncommit` extension. * Plugin Repository + Added a status label for 'Upgrade Available' that includes a copy of the the upgradable plugin entries. * Project Viewer + Added the context menu actions `New file...` and `New directory...` to the `Others` project viewer to give a more concise way to create a new files and directories. * Project Type 'Eric7 Plugin' + Added code to ensure, that compiled form files get recreated before they are written to the plugin archive. * Security Key Management + Added a tool to manage FIDO2 security keys. * Web Browser + Added support for `Passkeys` (for Qt >= 6.7.0). + Added the capability to enable the rendering of all web pages using a dark theme (PyQt/Qt >= 6.7.0). ++++ evince: - Add evince-kpathsea.patch: Fix build with gcc 15 (patch lifted from fedora). ++++ fastfetch: - update to 2.39.1 Hot fix: * Fix PublicIP detection fails randomly (gh#fastfetch-cli/fastfetch#1629) - update to 2.39.0 Changes: * OSMesa backend for OpenGL detection is removed (gh#fastfetch-cli/fastfetch#1618) * Fastfetch no longer tries to use the private framework Apple80211 to acquire SSID for Wifi module, which is only useful for macOS Sonoma (Wifi, macOS) Features: * Improve accuracy of HDR support on Windows 11 24H2 (Display, Windows) * Improve performance of SSID detection on macOS Sequoia (gh#fastfetch-cli/fastfetch#1597) * Support warp terminal version detection on Windows (Terminal, Windows) * Support default route detection on OpenBSD & DragonFly BSD (LocalIP, OpenBSD / DragonFly) * Improve bash completion script * Improve performance of networking (PublicIP / Weather) * Support pkgsrc package manager detection on Linux (Packages, Linux) Logo: * Add Common Torizon OS * Change FoxOS to WolfOS * Add Bredos * Add NetBSD2 ++++ gajim: - Update to BuildRequires: libpcre2-8-0 ++++ gcr: - Fix supplements of gcr-ssh-agent: supplement against openssh-clients and gnome-shell, not against gpg2. ++++ gdm: - Add gdm-settings-utils_rename-variable.patch: Rename variable to fix build with gcc 15 (https://gitlab.gnome.org/GNOME/gdm/-/merge_requests/273). ++++ geany: - Add geany-2.0-gcc15.patch: Fix build with gcc 15 (patch lifted from gentoo). ++++ ghc-cairo: - Update cairo to version 0.13.12.0. Upstream does not provide a change log file. ++++ ghc-glib: - Update glib to version 0.13.12.0. Upstream does not provide a change log file. ++++ gtk2hs-buildtools: - Update gtk2hs-buildtools to version 0.13.12.0. Upstream does not provide a change log file. ++++ ghc-pango: - Update pango to version 0.13.12.0. Upstream does not provide a change log file. ++++ git-annex: - Update git-annex to version 10.20250320. git-annex (10.20250320) upstream; urgency=medium * Added the compute special remote. * addcomputed: New command, adds a file that is generated by a compute special remote. * recompute: New command, recomputes computed files. * findcomputed: New command, displays information about computed files. * Support help.autocorrect settings "prompt", "never", and "immediate". * Allow setting remote.foo.annex-tracking-branch to a branch name that contains "/", as long as it's not a remote tracking branch. * Added OsPath build flag, which speeds up git-annex's operations on files. * git-lfs: Added an optional apiurl parameter. (This needs version 1.2.5 of the haskell git-lfs library to be used.) * fsck: Remember the files that are checked, so a later run with --more will skip them, without needing to use --incremental. - - Joey Hess Thu, 20 Mar 2025 13:10:48 -0400 ++++ git-who: - new package git-who: git blame for file trees ++++ glab: - Update to version 1.54.0: * chore(deps): update dependency axios to ^1.8.4 * build(version): standardize versions accross builds * feat: create project command can skip creating git repository * chore: Updating client-go * feat: Create stack from created branch * chore(deps): update golang to v1.24.1 * test: Start using mocks for git tests * feat(ssh-key): add usage-type when creating ssh key * chore(deps): update module github.com/spf13/viper to v1.20.0 * chore(deps): adjust for breaking changes in client-go * chore(deps): update module client-go to v0.125.0 * fix(issue/mr create): add ability to assign group milestones * feat: Render markdown help text in glamour * chore(deps): update module k8s.io/apimachinery to v0.32.3 * chore(deps): update dependency axios to ^1.8.3 * chore: update gitlab.com/gitlab-org/api/client-go v0.124.0 * feat(dpop): add option to generate DPoP JWTs * chore(deps): update dependency @commitlint/lint to ^19.8.0 * fix: goreleaser archives.format is deprecated * chore(deps): update dependency axios to ^1.8.2 * chore(deps): update module golang.org/x/oauth2 to v0.28.0 * chore(deps): update module golang.org/x/crypto to v0.36.0 * chore(deps): update module golang.org/x/text to v0.23.0 * chore(docs): use consistent language in flags * chore: Add USERNAME to environment variables cleared for test * fix(formatting): fixed output formatting for commands * chore: Update source of documentation linting image * chore: Update Vale rules from 'gitlab' project * chore(deps): update golang to v1.24.0 * chore(deps): update dependency axios to ^1.8.1 * feat: give credits in changelog * chore(deps): update module golang.org/x/oauth2 to v0.27.0 * chore(deps): update module golang.org/x/crypto to v0.35.0 * chore(deps): update module github.com/avast/retry-go/v4 to v4.6.1 * feat(var): make count of listed vars configurable * fix(token-list): expiration time can be null * docs(help): document all environment variables * chore: Improve re-auth and self-managed strings * fix(ci status): allow live to loop with NO_PROMPT * chore(snap): update base and fix version * feat(ssh-key): add usage type to output * feat: show help hint on error instead of full usage * docs: improve ci job variable docs * fix(token-list): token list works outside a repository * fix: replace `GetLastPipeline` calls with `GetLatestPipeline` * chore(deps): update module github.com/spf13/cobra to v1.9.1 * feat(ci status): return error when pipeline failed * fix(ci status): use GetLatestPipeline API for branches * chore(deps): update gitlab.com/gitlab-org/api/client-go to v0.123.0 * feat(ci-run-web): add --web flag to ci run * chore(deps): update module k8s.io/apimachinery to v0.32.2 * chore(ca-certificates): include ca-certificates in docker * fix(ci get): do not require branch if pipelineID is given * fix(mr update): multiple draft prefixes * chore(onboarding): update urls * chore(deps): update module golang.org/x/crypto to v0.33.0 * test: create with multiple files * fix(table-headers): add table headers to output * fix(parsing): recover from unparsable structs * chore(deps): update module golang.org/x/term to v0.29.0 * fix: accept input from stdin when stdin is TTY * fix: print to `Opts.IO` because it can be processed * docs: document multiple files feature * feat(snippets): support uploading multiple files * refactor(snippets): use newer files API * feat(snippets): support multiple files * refactor: remove unnecessary `opts.Lab` ++++ gnome-calendar: - Update to version 48.1: + Cleanup some deprecation warnings. + Fix release notes. ++++ gnome-control-center: - Drop gnome-control-center-users-page-Don-t-show-the-system-accounts.patch: fixed upstream. ++++ gnome-disk-utility: - Add (exfatprogs or exfat-utils), f2fs-tools and udftools Recommends: Support formatting disks to exFAT, F2FS and UDF. ++++ gnome-shell: - Update to version 48.0+6: * slider: Align handle size with with pixel grid * slider: Use correct handle size when calculating rightmost position * Revert "ci: Disable container building temporarily" * Revert "ci: Disable sysext temporarily" * Updated translations. ++++ gnome-keyring: - Re-enable ssh-agent for now: the switch to gcr-ssh-agent seems not to work without further work from the users. This needs to be analyzed more before disabling this agent here (boo#1239816). + Pass -Dssh-agent=true to meson + Add openssh BuildRequires. ++++ gnome-remote-desktop: - Update to version 48.0: + Updated translations. ++++ gnome-settings-daemon: - Rebase gnome-settings-daemon-more-power-button-actions.patch. (bsc#1239712) ++++ gnome-shell-extension-customize-ibus: - Update to version V91 + Add support for GNOME 48 + Bump some libraries to the latest versions + Update translations ++++ libcamera: - Make build recipe POSIX sh compatible - Add trivial patch to fix build with gcc15: * libcamera-fix-for-gcc15.patch ++++ gtk2: - Export -std=gnu99 to cflags, fix build with gcc 15. GCC 15 defaults to C23. gtk+ 2.x entered maintenance mode upstream prior to C11, is now no longer under development, and therefore should not be expected to compile to newer standards. ++++ himmelblau: - Update to version 0.9.8+git.0.3f20b1b: * configure cachix signing and upload in ci * Version 0.9.8 * Improve pam error handling and messaging * Version 0.9.7 * Terminate linux-entra-sso when browser terminates * On deb, push pam config after install * Increase priority of deb PAM passwd for Himmelblau * Improve offline state handling * QR Greeter also supports gnome-shell 47 * Version 0.9.6 * Fix profile photo loading * Clarify pam_allow_groups in himmelblau.conf man page * Don't hide debug for pam_allow_groups miss * Version 0.9.5 * Handle failures in passwordless auth ++++ libimobiledevice: - Fix python packaging - Fix libimobiledevice-glue dependency ++++ inspektor-gadget: - Update to version 0.38.1: * Security Improvements - go: bump the golang-x group across 5 directories with 1 update by @burak-ok in #4232 - go: bump github.com/expr-lang/expr from 1.16.9 to 1.17.1 by @burak-ok in #4231 - go: bump github.com/containerd/containerd by @burak-ok in [#4233] * Bug Fixes - oci: call saveIndexWithLock after importing gadget images by @burak-ok in #4229 ++++ jenkins-x-cli: - Update to version 3.11.67: * chore(deps): upgrade jenkins-x-plugins/jx-preview to version 0.5.6 ++++ kaffeine: - Update to version 2.0.19git.20250316T013712~afc3f87: * Changelog: update it with v2.0.19 changes * scantable.dvb: update it to the latest version * Remove use of deprecated QMouseEvent::globalPos() use globalPosition() instead * Remove deprecated use of QHoverEvent.pos(), use position() * Use correct format for qDebug * Remove use of QDesktopWidget and QApplication::desktop() * FileFilter: Adapt to new KFileFilter lists * Decoding: Switch from QTextCodec to QStringConverter * Strings: Replace QStringRef with QStringView * RegEx: Replace QRegExp with QRegularExpression * build: Switch to building with KF6/Qt6 * Use KF5/Qt5 for version 2.0.19 * Add gitlab CI * Force creating the windowHandle before using it * Remove use of deprecated QMouseEvent::globalPos() use globalPosition() instead * Remove use of QKeyCombination::operator()+, use operator()| instead * Remove deprecated use of QHoverEvent.pos(), use position() * Remove deprecated use od QScopedPtr.take() * Use correct format for qDebug * Remove deprecated iterator usage, use std::prev insted * Remove setting of Attribute AA_UseHighDpiPixmaps * Add missing QActionGroup include * Widgets/Screensaver: Remove X11 screensaver fallback * KShortcuts: Use an persistant instance * Remove use of QDesktopWidget and QApplication::desktop() * FileFilter: Adapt to new KFileFilter lists * Date: Use QLocale for date to string conversion * Add missing QString include * Time: switch from toTime_t() to toSecsSinceEpoch() * Widgets: Switch over Widget.data to .toStongRef().get() * KIO: Switch from generic to TransferJob * Decoding: Switch from QTextCodec to QStringConverter * Switch from QFlags to int implementation * QChar: Wrap to-assign content into QChar where necessary * String: Wrap raw content (string/number) in QLatin1String()/QString() * Strings: Replace QStringRef with QStringView * RegEx: Replace QRegExp with QRegularExpression * I18N: Replace I18N_NOOP() macro with KLazyLocalizedString kli18n() * Streams: Remove setCodec() * StandardPaths: Replace QStandardPaths::DataLocation with AppLocalDataLocation * Widgets: Replace setMargin() with setContentsMargins() * build: Switch to building with KF6/Qt6 * Add developer_name and launchable to appdata * Call cmake_minimum_required as first thing (& bump to 3.16) * Add explicit moc includes to sources for moc-covered headers - Drop patch: * kaffeine-fixsplitter.patch ++++ kdbg: - Add patch: * kdbg-cmake4.patch ++++ kdecoration6: - Add back obsoletion of libkdecorations2-5-lang (boo#1239218) ++++ kdesvn: - - Add patch: * kdesvn-cmake4.patch ++++ kernel-firmware-mediatek: - Update to version 20250319 (git commit b8828772e413): * mediatek: Add MT8188 SCP firmware ++++ kernel-firmware-qcom: - Update to version 20250319 (git commit b8828772e413): * qcom: Add DSP firmware for QCS8300 platform ++++ kexi: - Add CMake 4 compatibility changes: * kexi-cmake4.patch ++++ kronometer: - Update to 2.3.0 * Introduced Qt6 support. * Added option to start the stopwatch automatically * Added support for HiDpi screens. * Fixed wrong times restored from session (kde#421515) * Fixed stopwatch restart after system sleep (kde#439998) * Fixed deletion of sessions (kde#353077) * Fixed wrong usage of Enter key when writing a lap note (kde#438167) * Qt 5.15 and C++17 are now required. * Updated translations. - Add patch: * kronometer-cmake4.patch ++++ kubelogin: - Update to version 0.2.6: * v0.2.6 release (#639) * remove tenant id validation for azuredevops login (#638) * fixed the unneeded tenant id validation in azurecli login (#637) - Update to version 0.2.5: * v0.2.5 release (#635) * fixed a bug where server-id flag is always required (#634) * v0.2.4 release (#632) * disable cgo for linux and windows (#631) * v0.2.3 release (#629) * use tar to retain executable bit in released assets (#628) * v0.2.2 release (#626) * fixed broken release assets * v0.2.1 release (#623) * updated artifact actions (#622) * v0.2.0 release (#621) * added missing checkout to fix release (#620) * v0.2.0 release (#619) * Bump golang.org/x/net from 0.33.0 to 0.36.0 (#618) * Changes: (#608) ++++ libcamera-full: - Make build recipe POSIX sh compatible - Add trivial patch to fix build with gcc15: * libcamera-fix-for-gcc15.patch ++++ libdisplay-info: - Add BuildRequires: python3-base; building for Leap 15.6 fails otherwise. ++++ liblastfm-qt5: - Add patch: * liblastfm-cmake4.patch ++++ mir: - Update to 2.20.1: * miroil::GLBuffer was dropped in 2.20 (gh#canonical/mir#3813) * Do not mutate a container whilst interating over it (gh#canonical/mir#3819) * Crash when disconnecting monitors (gh#canonical/mir#3816) * Policy destructors do not get called when a surface has been launched on the desktop (gh#canonical/mir#3823) ++++ mpfr: - Update to mpfr 4.2.2 * In order to resolve a portability issue with the _Float128 fallback to __float128 for binary128 support (e.g. with Clang and glibc 2.41), the prototypes of the corresponding conversion functions had to be changed, with _Float128 replaced by mpfr_float128, where mpfr_float128 is a macro defined as _Float128 by default. This changes neither the ABI nor the API (except that the end user of MPFR would need to define mpfr_float128 as the actual type for the binary128 format if this is not the standard _Float128 type). * Other bug fixes (see the fixed bugs on the MPFR 4.2.1 page and/or the ChangeLog file). In particular, the formatted output functions behaved incorrectly with %c on the value 0; such a use is uncommon, but this bug may have security implications. * Improved MPFR manual. * Detect the use of GMP's buggy vsnprintf replacement at configure time. With it, the tests of "%a" will be disabled to avoid an assertion failure in the MPFR testsuite. A warning will be displayed in the configure output in such a case. ++++ msitools: - Update to version 0.106: + upport inside and - Changes from version 0.105: + wixl: - Add ComponentGroup as Product child type - Support environment variables - Improving UI support + wix: add Permanent property on Component + bump meson to 0.56 + wxi updates - Add check section and meson_test macro: run tests during build. ++++ libmygpo-qt5: - Add patch: * libmygpo-cmake4.patch ++++ qtcurve: - Redownload archive - Add patch: * qtcurve-cmake4.patch ++++ shadow: - Update to 4.17.4: * Revert "lib/, src/: Use local time for human-readable dates" * lib/getdate.y: Ignore time-zone information and use UTC * src/chfn.c: Partially revert "lib/, src/: Use strsep(3) instead of its pattern" * src/chfn.c: Use stpsep() instead of its pattern * src/chfn.c: Add local variable to refer to the separated field * src/chfn.c: copy_field(): Rename local variable * lib/commonio.c: Rely on the POSIX.1-2008 behavior of realpath(3) * lib/fs/readlink/: readlinknul(): Use ssize_t to simplify * autogen.sh: Promote -Wsign-compare to an error * lib/sizeof.h: ssizeof(): Add signed variant of sizeof * src/lastlog.c: Use ssizeof() to avoid a -Wsign-compare diagnostic * tests/unit/test_xasprintf.c: Fix sign-mismatch diagnostic * configure.ac: stop checking for utmp location * configure.ac: be deterministic about passwd location * lib/, src/: update audit messages * lib/: audit function for groups * src/: update group audit messages * doc/: Remove list of distributions ++++ libusb-1_0: - Update to version 1.0.28 * New libusb_get_ssplus_usb_device_capability_descriptor API for query of SuperSpeed+ Capability Descriptors * API support for reporting USB 3.2 Gen2x2 speeds * macOS: Fix Zero-Length Packet for multiple packets per frame * Windows: Base HID device descriptor on OS-cached values * Build fixes for Haiku and SunOS * Many code correctness fixes ++++ open-vm-tools: - remove unused pcre build dependency ++++ wxGTK3-3_2: - Update to release 3.2.7 * Fix crash in wxWebRequestCURL when connection was refused * Fix buffer read overflow when compiling RE ending with backslash * Fix crash in wxWebRequest::Close() with recent libcurl * Improve wxPropGrid checkboxes in high DPI * Many fixes to key event generation (#25053, #25199, #25200) * Fix copy-pasting text under more Wayland compositors (Weston, kwin) * Don't consume Ctrl-C when using SDL-based wxSound * Avoid repaint problems when using wxWindow::Update() with Wayland - Delete doxygen111.patch (merged) ++++ wxWidgets-3_2-nostl: - Update to release 3.2.7 * Fix crash in wxWebRequestCURL when connection was refused * Fix buffer read overflow when compiling RE ending with backslash * Fix crash in wxWebRequest::Close() with recent libcurl * Improve wxPropGrid checkboxes in high DPI * Many fixes to key event generation (#25053, #25199, #25200) * Fix copy-pasting text under more Wayland compositors (Weston, kwin) * Don't consume Ctrl-C when using SDL-based wxSound * Avoid repaint problems when using wxWindow::Update() with Wayland - Delete doxygen111.patch (merged) ++++ wxWidgets-3_2: - Update to release 3.2.7 * Fix crash in wxWebRequestCURL when connection was refused * Fix buffer read overflow when compiling RE ending with backslash * Fix crash in wxWebRequest::Close() with recent libcurl * Improve wxPropGrid checkboxes in high DPI * Many fixes to key event generation (#25053, #25199, #25200) * Fix copy-pasting text under more Wayland compositors (Weston, kwin) * Don't consume Ctrl-C when using SDL-based wxSound * Avoid repaint problems when using wxWindow::Update() with Wayland - Delete doxygen111.patch (merged) ++++ wxQt-3_2: - Update to release 3.2.7 * Fix crash in wxWebRequestCURL when connection was refused * Fix buffer read overflow when compiling RE ending with backslash * Fix crash in wxWebRequest::Close() with recent libcurl * Improve wxPropGrid checkboxes in high DPI * Many fixes to key event generation (#25053, #25199, #25200) * Fix copy-pasting text under more Wayland compositors (Weston, kwin) * Don't consume Ctrl-C when using SDL-based wxSound * Avoid repaint problems when using wxWindow::Update() with Wayland - Delete doxygen111.patch (merged) ++++ limine: - Correct docdir install location - Use %configure macro to build ++++ linkerd-cli-edge: - Update to version 25.3.3: no CLI-related changes in the changelog (other than dependencies) * build(deps): bump windows-link from 0.1.0 to 0.1.1 (#13828) * build(deps): bump actions/download-artifact from 4.1.9 to 4.2.0 (#13830) * build(deps): bump actions/setup-go from 5.3.0 to 5.4.0 (#13831) * build(deps): bump github.com/containerd/containerd from 1.7.24 to 1.7.27 (#13816) * build(deps): bump tj-actions/changed-files (#13820) * build(deps): bump rustls from 0.23.23 to 0.23.25 (#13817) * build(deps): bump http-body-util from 0.1.2 to 0.1.3 (#13818) * build(deps): bump async-trait from 0.1.86 to 0.1.88 (#13819) * build(deps): bump @babel/eslint-plugin in /web/app (#13806) * build(deps): bump libc from 0.2.170 to 0.2.171 (#13811) * build(deps): bump dtoa from 1.0.9 to 1.0.10 (#13810) * build(deps): bump foldhash from 0.1.4 to 0.1.5 (#13809) * build(deps): bump hyper-http-proxy from 1.0.0 to 1.1.0 (#13808) * build(deps): bump rustversion from 1.0.19 to 1.0.20 (#13807) * build(deps): bump extractions/setup-just from 2.0.0 to 3.0.0 (#13812) * build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0 (#13791) * build(deps): bump helm.sh/helm/v3 from 3.17.1 to 3.17.2 (#13792) * build(deps): bump itoa from 1.0.14 to 1.0.15 (#13794) * build(deps): bump once_cell from 1.21.0 to 1.21.1 (#13796) * build(deps): bump tj-actions/changed-files from 45.0.7 to 45.0.8 (#13798) * build(deps): bump tokio-util from 0.7.13 to 0.7.14 (#13797) * build(deps): bump tokio from 1.43.0 to 1.44.1 (#13793) ++++ mailx: - drop unneeded pcre build dependency ++++ mercurial: - Clean up rpmlint issues ++++ mugshot: - Eliminate duplicate files in the whole python3_sitelib directory. - Add the various icons/hicolor directories to the files list. ++++ mutter: - Update to version 48.0+5: * Revert "ci: Disable container building temporarily" * Revert "ci: Disable sysext temporarily" * tests: Raise the timeout on monitor-unit from 1 minute to 5 minutes * Revert "onscreen/native: Account for all posted frames" * kms/impl-device: Always catch pending KMS update in _schedule_process ++++ nagios: - remove unused pcre build dependency ++++ netgen: - drop unneeded pcre build dependency ++++ nodejs-electron: - New upstream release 33.4.6 * Fixed incorrect titlebar in file save dialogs * Fix type confusion in V8 (CVE-2025-1920 bsc#1239216) - Drop chromium-94-ffmpeg-roll.patch to fix ftbfs on Leap ++++ nvmetcli: - Drop dependency on unmaintained kmodpy * When-kmodpy-is-not-available-call-kmod-binary-directly.patch ++++ octave-forge-strings: - build with pcre2 ++++ ohcount: - build with pcre2, add pcre2.patch based on Debian's patch ++++ oils-for-unix: - Update to 0.28.0: https://oils.pub/release/0.28.0/changelog.html ++++ osc: - 1.14.0 - Command-line: - Improve 'osc fork' command to support also forking projects managed in git - Extend 'osc fork' command with '--target-project' and '--target-package' options - Enable shell completion of various 'git-obs' arguments and options - Fix 'git-obs pr create --target-branch' - Fix 'osc fork' crash in print_gitea_settings() - Use -A/--apiurl specified on the command-line even if running from a checkout - Assume openSUSE:Factory if project cannot be determined in 'osc build' command - Change 'osc whatdependson' command to take multiple '-M' options incl. wildcards - Fix diff highlighting - Library: - Set pacsuffix='deb' if binarytype=='deb' - Add scmsync element to meta template - Add missing project_separator substitutions - Fix call os.userexpand() on gitea_api.Config() path argument - Fix adding arguments to the argument parser so they work with argcomplete - Fix MultibuildFlavorResolver to consider an empty flavor during glob match - Fix MultibuildFlavorResolver to work with _multibuild elements - Remove superfluous setting of apiurl from 'osc fork' - Mute mypy errors on field property assignment - Add type hint to XmlModel.XML_TAG - Support new 'X | None' union syntax in field types - Other: - Fix 'git-obs login add' command invocation in git-obs-quickstart documentation - Spec: - Recommends: python3-argcomplete for git-obs ++++ ovpn-dco: - add: do-not-redefine-symbols-when-they-are-upstream.patch ++++ parallel-hashmap: - Initial package, version 2.0.0 ++++ passt: - Update to version 20250320.32f6212: * Makefile: Enable -Wformat-security * conf: Include libgen.h for basename(), fix build against musl * tcp: Flush socket before checking for more data in active close state * migrate: Bump migration version number * migrate, tcp: Migrate RFC 7323 timestamp * migrate, tcp: More careful marshalling of mss parameter during migration * passt-repair: Fix build with -Werror=format-security * tcp, flow: Better use flow specific logging heleprs * conf: Unify several paths in conf_ports() * test/perf: Simplify iperf3 server lifetime management * conf: Limit maximum MTU based on backend frame size * pcap: Correctly set snaplen based on tap backend type * Simplify sizing of pkt_buf * tap: Use explicit defines for maximum length of L2 frame * packet: Remove redundant TAP_BUF_BYTES define * packet: Give explicit name to maximum packet size * conf: Detect vhost-user mode earlier * conf: Move mode detection into helper function * conf: Use the same optstring for passt and pasta modes * flow, repair: Wait for a short while for passt-repair to connect * passt-repair: Add directory watch * cppcheck: Add suppressions for "logically" exported functions * vhost_user: Don't export several functions * tcp: Don't export tcp_update_csum() * checksum: Don't export various functions * log: Don't export passt_vsyslog() * treewide: Mark assorted functions static * udp: create and send ICMPv6 to local peer when applicable * tap: break out building of udp header from tap_udp6_send function * udp: create and send ICMPv4 to local peer when applicable * tap: break out building of udp header from tap_udp4_send function * conf: Be more precise about minimum MTUs * tcp: Send RST in response to guest packets that match no connection * tap: Consider IPv6 flow label when building packet sequences * ip: Helpers to access IPv6 flow label * migrate, tcp: Don't flow_alloc_cancel() during incoming migration * tcp: Unconditionally move to CLOSED state on tcp_rst() * tcp: Correct error code handling from tcp_flow_repair_socket() * migrate, flow: Don't attempt to migrate TCP flows without passt-repair * migrate, flow: Trivially succeed if migrating with no flows * selinux: Fixes/workarounds for passt and passt-repair, mostly for libvirt usage * seccomp.sh: Silence stty errors * tap: always set the no_frag flag in IPv4 headers * contrib/fedora: Actually install passt-repair SELinux policy file * dhcp: Add option code byte in calculation for OPT_MAX boundary check * Makefile: Use mmap2() as alternative for mmap() in valgrind extra syscalls * conf: Use 0 instead of -1 as "unassigned" mtu value * conf: More thorough error checking when parsing --mtu option * flow: Clean up and generalise flow traversal macros * flow: Remove unneeded bound parameter from flow traversal macros * flow: Remove unneeded index from foreach_* macros * flow: Add flow_perror() helper * tcp: Don't pass both flow pointer and flow index * tcp: Remove spurious prototype for tcp_flow_migrate_shrink_window * tcp: More type safety for tcp_flow_migrate_target_ext() * tcp_vu: head_cnt need not be global * tap: Remove unused ETH_HDR_INIT() macro * packet: Don't pass start and offset separately to packet_check_range() * packet: Use flexible array member in struct pool * dhcp: Remove option 255 length byte ++++ patterns-aeon: - Add gcr-ssh-agent (boo#1239816) ++++ patterns-base: - Add lvm2 to enhanced_base (#1239784) ++++ perl: - Drop BerkeleyDB support from core perl [jsc#PED-12413] ++++ perl-Alien-Libxml2: - updated to 0.200.0 (0.20) see /usr/share/doc/packages/perl-Alien-Libxml2/Changes 0.20 2025-03-19 07:43:21 -0600 - Blacklisted older versions of libxml2 with CVEs (gh#43, gh#45) ++++ perl-DBIx-Class-Schema-Loader: - updated to 0.07053 see /usr/share/doc/packages/perl-DBIx-Class-Schema-Loader/Changes 0.07053 - 2025-03-19 - fix: properly pass connect_info.options to make_schema_at (gh#59 - thanks @XSven) - docs: fix tpyo (gh#26 - thanks @onefloid) ++++ perl-OpenGL: - Fix cpanspec.yaml (it had entries that weren't used in the spec, and entries were missing that were used in the spec) ++++ postgresql13-orafce: - Update to version 4.14.3+git0.f2afa97: * prepare for 4.14.3 * fix broken offset for TupleDescAttr * update readme.meson_msvc * try to install additional package for compilation of orafce to CI ++++ postgresql14-orafce: - Update to version 4.14.3+git0.f2afa97: * prepare for 4.14.3 * fix broken offset for TupleDescAttr * update readme.meson_msvc * try to install additional package for compilation of orafce to CI ++++ postgresql15-orafce: - Update to version 4.14.3+git0.f2afa97: * prepare for 4.14.3 * fix broken offset for TupleDescAttr * update readme.meson_msvc * try to install additional package for compilation of orafce to CI ++++ postgresql16-orafce: - Update to version 4.14.3+git0.f2afa97: * prepare for 4.14.3 * fix broken offset for TupleDescAttr * update readme.meson_msvc * try to install additional package for compilation of orafce to CI ++++ postgresql17-orafce: - Update to version 4.14.3+git0.f2afa97: * prepare for 4.14.3 * fix broken offset for TupleDescAttr * update readme.meson_msvc * try to install additional package for compilation of orafce to CI ++++ prboom-plus: - Deactivate libpcre integration. This disables the command line option `-auto`, which was used for for autoloading WADs according to the LMP demo file name. ++++ privoxy: - build with pcre2 ++++ ptyxis: - Update to version 48.1: + Unreveal fullscreen topbar upon user input into terminal + Increase timeout for ptyxis-agent to start + Improve shell discovery for safe-directory inheritance + Respect gtk-decoration-layout for tab close buttons ++++ python-aiodataloader: - Update to 0.4.2 * Updated badges in README - from version 0.4.1 * #44 check cancelled() before calling set_exception() or set_result() on futures (thanks @Hellzed) ++++ python-azure-communication-rooms: - New upstream release + Version 1.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package ++++ python-cssselect: - Update to 1.3.0 * Dropped support for Python 3.7-3.8, added support for Python 3.12-3.13 and PyPy 3.10. * Removed ``_unicode_safe_getattr()``, deprecated in 1.2.0. * Added ``pre-commit`` and formatted the code with ``ruff``. * Many CI additions and improvements. - Limit Python files matched in %files section - 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-cssselect2: - Update to 0.8.0 * Drop support of Python 3.8 and 3.9, support 3.12 and 3.13 * Handle case-sensitive and case-insensitive attribute selectors ++++ python-cx_Freeze: - Update to 7.2.10 * doc: improve documentation on using pyproject.toml [ci skip] (#2792) * doc: fix typo [ci skip] (#2793) * tests: fix msi test (#2796) * build(deps): update lief requirement from <=0.16.2,>=0.13.2 to >=0.13.2,<=0.16.3 (#2795) * hooks: fix shapely [windows] (#2797) * fix: missing dlls in top directory [mingw] (#2799) * build-wheel: use ubuntu 22.04 emulator to build ppc64le (#2805) ++++ python-hatch-requirements-txt: - Reintroduce multibuild on Tumbleweed to avoid build cycle ++++ python-ntc-templates: - Update to version 7.8.0 * https://github.com/networktocode/ntc-templates/releases/tag/v7.8.0 ++++ python-pandas: - Add dropna.patch and timedelta.patch to fix tests with Numpy 2.2 ++++ python-sphinxcontrib-jsmath: - Skip test failing with Sphinx 8.2 ++++ river: - Switch to BuildRequires: pkgconfig(libpcre2-8) ++++ rke: - Update to version 1.8.0: Rancher Kubernetes Engine (RKE) is reaching its end of life. Version 1.8 is be the final release in the RKE 1.x series. We strongly recommend migrating to Rancher's newer Kubernetes distribution, RKE2, to stay supported, secure, and take advantage of the latest features and updates. For more details, please refer to the official SUSE EOL article. * RKE Kubernetes versions - v1.30.10-rancher1-1 - v1.31.6-rancher1-1 - v1.32.2-rancher1-1 (default) - Update to version 1.7.4: * RKE Kubernetes versions - v1.28.15-rancher1-1 - v1.29.14-rancher1-1 - v1.30.10-rancher1-1 - v1.31.6-rancher1-1 (default) ++++ rpmlint-mini: - Add libcrypto.so to the bundle ++++ rubygem-agama-yast: - Symlink the /mnt/etc/resolv.conf to the NetworkManager running one in order to have DNS resolution in the chroot post scripts (bsc#1235617, gh#agama-project/agama#2179). ++++ sigil: - use system libraries for zlib, hunspell, pcre2 ++++ skaffold: - Update to version 2.14.2: * fix: port-forward error logs `failed to port forward` (#9728) (#9759) ++++ snorenotify-qt5: - Add patch to fix build failure with CMake 4: * snorenotify-cmake4.patch ++++ supportutils: - Changes to version 3.2.10 + network.txt collect all firewalld zones (pr#233) + Collects gfs2 info (PED-11853, pr#235, pr#236) + Ignore tasks/threads to prevent collecting duplicate fd data in open_files (bsc#1230371, pr#237) + Added openldap2_5 support for SLES (pr#238) + Collects additional hawk details (pr#239) + Optimized filtering D/Z processes (pr#241) + Collect firewalld permanent configuration (pr#243) + ldap_info: support for multiple DBs and sanitize olcRootPW (bsc#1231838, pr#247) + Added dbus_info for dbus.txt (bsc#1222650, pr#248) ++++ sway: - Update to BuildRequires: pkgconfig(libpcre2-8) ++++ tbsm: - drop unneeded pcre build dependency ++++ teleport: - update to 17.3.4: * Improved clarity of error logs and address UX edge cases in teleport-update, part 2. #53197 * Fixed the teleport-update systemd service in CentOS 7 and distros with older systemd versions. #53196 * Fixed panic when trimming audit log entries. #53195 * Fixed an issue causing the teleport process to crash on group database errors when host user creation was enabled. #53082 * Workload ID: support for attesting Docker workloads. #53069 * Added a --join-method flag to the teleport configure command. [#53061] * Improved clarity of error logs and address UX edge cases in teleport-update. #53048 * The event handler can now generate certificates for DNS names that are not resolvable. #53026 * Machine ID: Added warning when generated certificates will not last as long as expected. #53019 * Improve support for teleport-update on CentOS 7 and distros with older systemd versions. #53017 * You can now use == and != operators with integer operands in Teleport predicate language. #52991 * Workload ID: support for attesting Podman workloads. #52978 * Web UI now properly shows per-session MFA errors in desktop sessions. #52916 * Allow specifying the maximum number of PKCS#11 HSM connections. [#52870] * Resolved an issue where desktop session recordings could have incorrect proportions. #52866 * The audit log web UI now renders Teleport Autoupdate Config and Version events properly. #52838 * Fixed terraform provider data sources. #52816 ++++ terragrunt: - Update to version 0.76.3: * Breaking Changes - find --sort=dag changed to find --dag The experimental find command no longer has a --sort flag. Instead the ability to sort configurations according to their position in the DAG has been replaced with the dedicated - -dag flag, which puts the command in "DAG Mode". These changes have been done to allow for closer parity in the behavior of find and list. [#] Before terragrunt find --sort=dag [#] After terragrunt find --dag * New Features - Introduction of the list command As part of the CLI Redesign experiment, the list command has been introduced. As with other new features, usage requires enabling the CLI Redesign experiment. The list command helps you discover and display Terragrunt configurations in your codebase. It provides various output formats and options to help you understand the structure and dependencies of your Terragrunt configurations. The list command is very similar to the find command. It uses the same backend logic for configuration discovery. It also supports very similar flags and configuration options. Generally, the list command is optimized for displaying configurations in a format that is easy for a human to read and understand, so there are more configuration options, and the output is more verbose. Output from the list command can vary significantly depending on the flags used, and the output structure is more variable than that of the find command. Use the list command when you want to visualize your Terragrunt configurations in a human-readable format. Use the find command when you want to programmatically search for configurations in your codebase. Usage Please see the description and screenshots in the release: https://github.com/gruntwork-io/terragrunt/releases/tag/v0.76.3 * What's Changed - feat: Adding `list` command (#4034) - Update to version 0.76.2: * New Features - Added --no-stack-generate support in stack run and stack output, allowing users to disable automatic stack regeneration before executing commands. This provides greater control over execution by enabling operations to run using the existing .terragrunt-stack directory, improving efficiency and avoiding unnecessary updates. * What's Changed - feat: Added --no-stack-generate cli flag to skip stack generation by @denis256 in #4039 - chroe: Stack tests improvements by @denis256 in #4033 - chrore: Adding .cursor to .gitignore by @yhakbar in #4040 - docs: Adding docs for --all and --graph by @yhakbar in #4036 - docs: Move info to a better location by @yhakbar in #4037 ++++ vdu_controls: - Version 2.2.0 * Add a vdu-name option for assigning meaningful/user-friendly names to each VDU. * Implement an order-by-name option that orders lists and tabs by VDU name. * Hovering over a settings-dialog tab-name or save-button reveals the settings-filename as a tooltip. * If smart-window is enabled in a Wayland desktop, automatically use XWayland. (Wayland doesn't allow an application to precisely place it's own windows!) * Altering the smart-window option now requires a restart (due to the Wayland/XWayland changes). * The smart-window option save/restore of main-window has been made more consistent. * The COSMIC desktop is treated as GNOME-like (the system-tray right-mouse menu includes a "control-panel" menu-item). ++++ viewvc: - Add {Build,}Requires on python3-legacy-cgi, required for Python 3.13+. ++++ wxWidgets-3_2-doc: - Update to release 3.2.7 * Fix crash in wxWebRequestCURL when connection was refused * Fix buffer read overflow when compiling RE ending with backslash * Fix crash in wxWebRequest::Close() with recent libcurl * Improve wxPropGrid checkboxes in high DPI * Many fixes to key event generation (#25053, #25199, #25200) * Fix copy-pasting text under more Wayland compositors (Weston, kwin) * Don't consume Ctrl-C when using SDL-based wxSound * Avoid repaint problems when using wxWindow::Update() with Wayland - Delete doxygen111.patch (merged) ++++ zk: - Update to version 0.15.0 * fixed LSP crashes when editing code fences and/or working in text files with code fences * new feature to set a group path "by name", in that any directory with the same name can share the same group rules, no matter how deep in the notebook. See references below. - added _service file to help vendor dependencies ++++ zypp-gui: - Update version to 0.4.1 * Adjust repo row bottom margin * update gio glib * fix build error * Use workspace in Cargo.toml * Update specific row when repo is changed. * settings page use Adw.PreferencesGroup - Drop 0001-Adapt-to-the-zypper-new-printout-format.patch ------------------------------------------------------------------ ------------------ 2025-3-19 - Mar 19 2025 ------------------- ------------------------------------------------------------------ ++++ OpenColorIO: - Update to 2.4.2 This is an ABI-compatible update for the 2.4.x series that includes all fixes and enhancements since the 2.4.1 release. With the 2.4.2 release, the "Preview" label is now removed from the ACES 2 implementation. After extensive collaboration with the ACES Output Transform working group, and our own testing, ACES 2 support in OCIO is now officially released. We will continue to closely monitor your feedback on this new tech. A large part of the work since the 2.4.1 release was an attempt to optimize the ACES 2 algorithms. ACES 2 is still substantially slower than ACES 1 on CPU and somewhat slower on GPU. But the optimization efforts did yield a roughly 25% speedup over the 2.4.1 release, along with a simplification of the code. Special thanks to Kevin Wheatley and Remi Achard for leading this work. In conjunction with the 2.4.2 release, the OCIO ACES configs working group has released the ACES 2.0 configs for OCIO. Special thanks to Thomas Mansencal for leading this work. The configs are not yet built into the library itself and may be downloaded from this link. Bug fixes and enhancements: - PR #2127, ACES 2.0 Output Transform performance optimization - PR #2112, Absolute paths not working through ConfigIOProxy - PR #2128, Add missing setConfigIOProxy call to the Python API - PR #2117, Fix metal backend's generated shaders with float/int/constant array performance - PR #2121, Integrate matrix multiplication fix from OSL - PR #2120, Change recommended Imath version to 3.1.12 - PR #2109, Fix issue with ocio_depts handling spaces in file paths - PR #2132, NaN fix for the ACES 2 inverse output transforms ++++ OpenColorIO-tools: - Update to 2.4.2 This is an ABI-compatible update for the 2.4.x series that includes all fixes and enhancements since the 2.4.1 release. With the 2.4.2 release, the "Preview" label is now removed from the ACES 2 implementation. After extensive collaboration with the ACES Output Transform working group, and our own testing, ACES 2 support in OCIO is now officially released. We will continue to closely monitor your feedback on this new tech. A large part of the work since the 2.4.1 release was an attempt to optimize the ACES 2 algorithms. ACES 2 is still substantially slower than ACES 1 on CPU and somewhat slower on GPU. But the optimization efforts did yield a roughly 25% speedup over the 2.4.1 release, along with a simplification of the code. Special thanks to Kevin Wheatley and Remi Achard for leading this work. In conjunction with the 2.4.2 release, the OCIO ACES configs working group has released the ACES 2.0 configs for OCIO. Special thanks to Thomas Mansencal for leading this work. The configs are not yet built into the library itself and may be downloaded from this link. Bug fixes and enhancements: - PR #2127, ACES 2.0 Output Transform performance optimization - PR #2112, Absolute paths not working through ConfigIOProxy - PR #2128, Add missing setConfigIOProxy call to the Python API - PR #2117, Fix metal backend's generated shaders with float/int/constant array performance - PR #2121, Integrate matrix multiplication fix from OSL - PR #2120, Change recommended Imath version to 3.1.12 - PR #2109, Fix issue with ocio_depts handling spaces in file paths - PR #2132, NaN fix for the ACES 2 inverse output transforms ++++ agama-web-ui: - Allow temporary removal of the root file system (gh#agama-project/agama#2160). ++++ aircrack-ng: - build with pcre2, adding partial upstream patches aircrack-ng-1.7-pcre2-1-2385.patch aircrack-ng-1.7-pcre2-1-2391.patch aircrack-ng-1.7-pcre2-1-2397.patch ++++ apparmor: - remove unused pcre build dependency ++++ apache2-mod_evasive: - remove unneeded pcre build dependency ++++ apache2-mod_jk: - drop unneeded pcre build requirement ++++ apache2-mod_perl: - removed unneeded pcre build dependency ++++ apache2-mod_wsgi: - Update to 5.0.2 includes changes from 5.0.1: * Eliminate noise in logs under Python 3.13 when Python garbage collection decides to delay destruction of objects until a second phase, resulting in the wsgi.errors log object being accessed after the request had been completed and the log object marked as invalid. This resulted due to changes in garbage collection behaviour in Python 3.13. * Internally, when using Python 3.8 or newer, the PyConfig API will now be used due to deprecation and future removal of older C API alternatives. This was required to support Python 3.13. * Fix issue which could result in process crashing when values were supplied for user/password/realm of HTTP basic authentication which weren’t compliant with UTF-8 encoding format. * Fix memory leak in check_password() authentication hook handler. * Change use of deprecated thread.setDaemon to thread.daemon. ++++ argocd-cli: - Update to version 2.14.7: * Bump version to 2.14.7 on release-2.14 branch (#22412) * chore(deps): bump gitops engine (#22405) ++++ atftp: - Switch to PCRE2 ++++ audaspace: - instead of disabling pipewire support based on the OS version tie that decision to the pipewire version ++++ buildkit: - Update to version 0.20.1: * go.mod: update minimum go version to go1.23 * update runc to v1.2.6 * don't set go version in golangci-lint config * update containerd to v2.0.4 * Update containerd to v2.0.4 * create cdi spec folders in buildkit container * dockerfile: fix sbom attestation for windows targets * resolver: fix missing user-agent on layer requests * solver: fix reading secrets from any session * solver: fix parent span for preprocess traces * update RootlessKit to v2.3.4 * dockerfile: fix outline cycle on recursive args * apply x/tools/modernize fixes * vendor: github.com/docker/docker, docker/cli v28.0.1 * dockerfile: fix mirrored images in tests * integration: simplify test splitting * dockerfile: fix parsing syntax directive from JSON * fix: wcow: pause integration tests on WS2025 * update binfmt to v9.2.2 * integration: test split for wcow * gha: mitigate cachev2 flakiness * build(deps): bump nick-fields/retry from 3.0.1 to 3.0.2 * dockerfile: combine lint error testing into single variable * vendor: update containerd to v2.0.3 * vendor: update action-cache with longer azure retries * vendor: update fsutil to 13604323 * uploadprovider: remove recursion from uploadprovider write code * testutil: remove go-connections dependency * fix trace blob detected as leaked blob in tests * hack(images): set EXPORT_BASE and BUILDKITD_TAGS args * dockerfile: normalize platform in image config * vendor: update cdi to v0.8.1 for panic fix * testutil: copy slim version of the docker client into testutil * http: Support additional request headers * rootless: update docs and examples * http: Support authentication * http: Refactor `http.Request` construction into common method * fix: util/path: CheckSystemDriveAndRemoveDriveLetter to preserve `/` * feat: wcow: add support for bind and cache mounts * cache(gha): fix missing user-agent for importer * cache(gha): set user-agent for github cache service requests * refactor: avoid unnecessary calls to platforms.DefaultSpec() * test: handle gha cache v2 * buildctl: set fallback url for gha cache * build(deps): bump nick-fields/retry from 3.0.0 to 3.0.1 * cache(gha): don't require url attr if url_v2 is set * client: test cdi entitlement * cdi: test find devices * cdi: keep auto refresh * mark Windows 2025 tests as non-blockin * add autoallow and entitlements support to CDI devices * dockerfile: update runc to 1.2.5 * dockerfile: error out if device feature not used in labs * ci: install latest vagrant * remove unused emulators from exported image * Add back support for azblob cache Signed-off-by: Pranav Pandit * gha: allow url_v2 input attribute * dockerfile: bring copy --chmod non-octal out of labs * verifier: do not run invalid platforms check when there are no results * exec: check cdi manager not nil * vendor: github.com/package-url/packageurl-go v0.1.1 * test: skip cdi feature tests on moby * fix: cdi: add appdefaults.CDISpecDirs for windows * testutil: set cdi spec dir with config * ci: remove image input from qemu action * dockerfile: update binfmt to v9.2.0-50 * update go-actions-cache to bd99cf5bbc65 (v2 API) * remove azure remote cache backend * Revert "vendor: github.com/docker/docker/v28.0.0-rc.1" * Revert "vendor: github.com/docker/cli/v28.0.0-rc.1" * cdi: docs * cdi: merge spec and device annotations * cdi: support custom and wildcard class for injection * dockerfile: remove device frontend attr support * contrib: fix build with venus * contrib: add setup definition for virtio-venus device * contrib: remove unused code from nvidia setup * contrib: add on demand setup for nvidia cdi * llbsolver: on-demand CDI devices with automatic setup * dockerfile: support optional cdi devices * cdi: support optional devices * dockerfile: move cdi run device to labs * cdi: use worker cdi manager when generating devices oci spec * cdi: fixes since enabled by default * enable CDI by default for buildkitd * check CDI device error on startup * allow listing devices * worker: cdi manager * buildkitd: update default cdi spec dirs * dockerfile: device flag support * dockerfile: device support with frontend attribute * exec: cdi device support * buildkitd: cdi config * vendor: github.com/containerd/go-cni v1.1.12 * dockerfile: maintain osversion/variant from the base image * history: allow git context attribute for repository filters * dockerfile: avoid too eager loading of unreachable named contextes * vendor: github.com/docker/cli/v28.0.0-rc.1 * vendor: github.com/docker/docker/v28.0.0-rc.1 * vendor: golang.org/x/sys v0.29.0 * vendor: google.golang.org/genproto/googleapis/api 324edc3d5d38 * vendor: github.com/vishvananda/netns v0.0.5 * vendor: github.com/moby/term v0.5.2 * vendor: github.com/containerd/cgroups/v3 v3.0.5 * llbsolver: add time based filter support to history * llbsolver: add filters to history listen * ci: use main branch for docs upstream validation workflow * github: update setup-qemu image to v9.2.0 * fix: docs: windows: enhance the CNI setup instructions * hack: allow passing config file to test and shell script * integration: use credentials for test mirrors * hack: mount docker config on gha * bboltcachestorage: delete links outside of cursor * vendor: github.com/docker/cli v27.5.1 * vendor: github.com/docker/docker v27.5.1 * vendor: github.com/containerd/fuse-overlayfs-snapshotter v2.1.1 * vendor: google.golang.org/grpc v1.69.4 * authprovider: Add support for expiring auth cache * [s3 cache] Fix upload of downloaded layer * test: move gha cache to its own suite * tests: frontend/dockerfile: update integration tests for windows/wcow ++++ cachefilesd: - Fix cachefilesd startup failure (bsc#1239807) - remove cachefilesd-loadmod.patch The patch would explicitly attempt to load the cachefilesd module at startup and fail with -EPERM when started from the systemd unit file, as system is by default enforcing a strict seccomp policy that denies the finit_module (among many other privileged operations). Since the systemd unit file is already loading the cachefilesd module before starting the daemon, there is no need to repeat loading from within the daemon code, so the patch can be dropped. ++++ cacti: - to fix openSUSE:Factory/cacti package acceptance - Oct 9 2024 Changelog did not describe cactid_service.patch - Feb 11 2025 Changelog mispelled cacti-config-dist.patch - Removed obsolete cacti-cron.timer cacti-cron.service cacti-config.patch ++++ cairomm: - Cleanup spec, build doc subpackage as noarch. ++++ nextcloud-desktop: - Update to version 3.16.2: * make version.cmake more readable (gh#nextcloud/desktop#7986) * remove gcc and clang build checks (gh#nextcloud/desktop#8025) * Bugfix/input pin title too wide (gh#nextcloud/desktop#8042) * explicitly set colours for header items (gh#nextcloud/desktop#8049) * Bugfix/highlight too bright appimage (gh#nextcloud/desktop#8051) ++++ chromium: - use rust1.85 ++++ coccigrep: - update to 1.21: core: python 3.12 support - package vim plugin - %check section added - cleanup ++++ cockpit: - Patch python bridge to handle dbus message endianness correctly - added 0008-pybridge-endian-flag.patch (bsc#1220477) ++++ crmsh: - Update to version 5.0.0+20250319.39f5be9f: * Dev: testcases: Adjust original testcases for previous changes * Dev: cibverify: Print output of crm_verify directly - Update to version 5.0.0+20250319.96e9d2ea: * Fix: doc: fix a minor syntax error ++++ dnf: - New upstream release 4.23.0 * automatic: Enhance errors reporting * automatic: Fix incorrect Error class instantiation * doc: `--disableexcludepkgs=all` doesn't affect just file configuration * Update ko.po * Update README.rst started 1 * Tests: Avoid the multiprocessing forkserver method * cli: Print a plugin suggestion on installed but expired pgp key * copr: Add Copr build files * Add support for --transient * bootc: Document `--transient` and `persistence` * bootc: Use ostree GObject API to get deployment status * bootc: "Re-locking": use ostree admin unlock --transient * spec: Add dnf-bootc subpackage * Require libdnf >= 0.74.0 with `persistence` option * Derive releasever_{major,minor} in conf, not substitutions * Override releasever_{major,minor} with provides * Add --releasever-major and --releasever-minor options * doc: Document detect_releasevers and update example * tests: Patch detect_releasevers, not detect_releasever * Document how --releasever, --releasever_{major,minor} affect each other * Move releasever_minor setter docstring to the correct function * Enable automatic PR reviews * Usage help: don't mark mandatory option parameters as optional - New upstream release 4.22.0 * doc: Naming of source and debug repos * spec: Fix ownership of /etc/yum tree * Allow --installroot on read-only bootc system * Allow --downloadonly on read-only bootc system * base: Add kernel-core to reboot_needed list * AUTHORS: Add myself * Update need_reboot for dnf-automatic * doc: Example send_error_messages in /etc/dnf/automatic.conf * automatic: Check availability of config file * Updated conf_ref to reflect change in fastestmirror behavior * Fix display issue of a code snippet. * Print rpm package unpack errors to the user (RhBug:2312906) * Fix package location if baseurl is present in the metadata - Update to 4.21.0 * Add detection for ostree-based systems and warn users about losing changes * Fix: No traceback when Python interpreter is running with -P * Allow `%py3_shebang_fix` macro to add `-P` argument to shebang lines * man: Improve upgrade-minimal command docs (RHEL-6417) * Limit queries to nevra forms when provided by command * [doc] Remove provide of spec definition for repoquery command * Update the man page entry for the countme option * Drop collect file for ABRT - Update to 4.20.0: * repoquery: Fix loading filelists when -f is used (RhBug:2276012) * remove: --duplicates and --oldinstallonly exit with 0 when nothing to do (RHEL-6424) * man: Prepare pages for dnf5 switch - New upstream release 4.19.1: * Add required `.readthedocs.yaml`, `conf.py` and set `sphinx_rtd_theme` * Drop dnf obsoletion temporarily * doc: Update FAQ entry on filelists * build: Adapt to changes in Fedora packaging of bash-completion * Support RPMTRANS_FLAG_DEPLOOPS * Add all candidates for reinstall to solver * Fix handling installonly packages reasons * Remove confusing sentence from documentation * Remove "leaf" word from documentation * Update documentation of history userinstalled command * Onboard packit tests * doc: Makecache with timer tries only one mirror * ELN: Don't obsolete DNF with DNF5 yet * bash-completion: Complete dnf command only if we own it * bash-completion: Prepare ownerships for dnf5 switch - New upstream release 4.19: * filelists metadata loading on demand * deltarpm disabled on Fedora by default * conf: Introduce new optional_metadata_types option to load filelists on demand * cli: Add a hint for user on transaction file dependency failure * cli: Setup filelists metadata for commands that need them * util: Add function for detecting file in specs * Fix failing API unit test on rawhide (RhBug:2261066) * automatic: Use add_security_filters, not _update_security_filters ++++ docker-compose: - Require docker or podman, as the latter can be used by setting the DOCKER_HOST and DOCKER_SOCK environment variables e.g. rootless podman: DOCKER_SOCK=/run/user/1000/podman/podman.sock DOCKER_HOST=unix:///run/user/1000/podman/podman.sock ++++ eiskaltdcpp: - Added eiskaltdcpp-2.4.2-pcre2.patch to pcre2 support. ++++ esbuild: - update to 0.25.1: * Fix incorrect paths in inline source maps (#4070, #4075, #4105) * Fix invalid generated source maps (#4080, #4082, #4104, #4107) * Fix a regression with non-file source map paths (#4078) * Fix a crash with switch optimization (#4088) * Update Go from 1.23.5 to 1.23.7 (#4076, #4077) ++++ file: - Change patch file-seccomp.patch * Remove the dumb prctl allow rule as for glibc malloc the prctl PR_SET_VMA with flag PR_SET_VMA_ANON_NAME is already allowed - Require at build zlib-devel to enable direct uncompresion of zip'ed files as well ++++ gawk: - Mark profiling as non-deterministic (boo#1040589, jsc#PED-12137) ++++ gcr: - Update to version 4.4.0.1: + meson: Fix gck vesion - Changes from version 4.4.0: + gcr: - Add OID for Extended Key Usage - Avoid g_strv_builder_unref_to_strv() - Support parsing ed25519 SSH public keys + gck: Disable parallel tests using gck-mock module + meson: Do a stricter check on GLib version + Updated translations. ++++ librsvg: - Update to version 2.60.0: + The minimum supported Rust version (MSRV) is 1.77.2. + Many build fixes for various platforms. + Basic support for the dominant-baseline property. + Parse the white-space property. It is not processed yet; this is part of the work to support SVG2 text layout. + Report errors correctly from the parsers for attribute values. + Portability fixes to the C header files. ++++ gmp: - Use -std=gnu17 for SLE16 and higher to aovid C23 conformance issues with GCC 15. ++++ gnome-control-center: - Rebase gnome-control-center-bring-back-firewall-zone.patch (bsc#1239711). - Drop gnome-control-center-info-fix-distro-logo.patch: not needed any more. ++++ gnome-robots: - Update to version 41.2: + Update dependencies to Gnome SDK 47 + Get rid of accidental GTK 3 dependency + Cache scaled textures + Update links to home page + Use TOML for game configs + Updated translation. - Drop gtk3-tools BuildRequires, no longer needed. ++++ gromox: - Update to release 2.44 * mysql_adaptor: do not fail organization-level GAL population when a domain belonging to the org has zero members * gab: resolve assertion when traversing GAL * mysql_adaptor: fix OOB when reading PT_DOUBLE entries from user_properties * emsmdb: fix OOB write when computing PR_MAILBOX_OWNER_NAME_A * mbop: make clear-profile nuke all profile parts again ++++ libdnf: - New upstream release 0.74.0 * Update ko.po * Split $releasever to $releasever_major and $releasever_minor in the C API * Merge `bootc` branch to master * ConfigParser: make splitReleasever public * C API: Detect releasever_major, releasever_minor from provides * C API: support shell-style variable substitution * module: Warn if module config file is inaccessible * Enable automatic PR reviews ++++ hwinfo: - merge gh#openSUSE/hwinfo#150 - do not overdo usb device de-duplication (bsc#1239663) - 23.4 ++++ ibus-cangjie: - add ibus-cangjie-py312.patch * FTBFS Factory * starting from python 3.12, imp module was deprecated and dropped, port to importlib.util instead ++++ info2html: - Switch to PCRE2 ++++ kak-lsp: - Update registry.tar.zst. This fixes build issues after a Rust toolchain update. ++++ kernel-debug: - testing/selftests: add test tool and scripts for ovpn module (bsc#1239783). - ovpn: add basic ethtool support (bsc#1239783). - ovpn: notify userspace when a peer is deleted (bsc#1239783). - ovpn: kill key and notify userspace in case of IV exhaustion (bsc#1239783). - ovpn: implement key add/get/del/swap via netlink (bsc#1239783). - ovpn: implement peer add/get/dump/delete via netlink (bsc#1239783). - ovpn: add support for updating local or remote UDP endpoint (bsc#1239783). - ovpn: implement keepalive mechanism (bsc#1239783). - ovpn: implement peer lookup logic (bsc#1239783). - ovpn: implement multi-peer support (bsc#1239783). - ovpn: add support for MSG_NOSIGNAL in tcp_sendmsg (bsc#1239783). - skb: implement skb_send_sock_locked_with_flags() (bsc#1239783). - ovpn: implement TCP transport (bsc#1239783). - ovpn: store tunnel and transport statistics (bsc#1239783). - ovpn: implement packet processing (bsc#1239783). - ovpn: implement basic RX path (UDP) (bsc#1239783). - ovpn: implement basic TX path (UDP) (bsc#1239783). - ovpn: introduce the ovpn_socket object (bsc#1239783). - ovpn: introduce the ovpn_peer object (bsc#1239783). - ovpn: keep carrier always on for MP interfaces (bsc#1239783). - ovpn: add basic interface creation/destruction/management routines (bsc#1239783). - ovpn: add basic netlink support (bsc#1239783). - net: introduce OpenVPN Data Channel Offload (ovpn) (bsc#1239783). - Update config files. - commit 64754d8 ++++ kernel-default: - testing/selftests: add test tool and scripts for ovpn module (bsc#1239783). - ovpn: add basic ethtool support (bsc#1239783). - ovpn: notify userspace when a peer is deleted (bsc#1239783). - ovpn: kill key and notify userspace in case of IV exhaustion (bsc#1239783). - ovpn: implement key add/get/del/swap via netlink (bsc#1239783). - ovpn: implement peer add/get/dump/delete via netlink (bsc#1239783). - ovpn: add support for updating local or remote UDP endpoint (bsc#1239783). - ovpn: implement keepalive mechanism (bsc#1239783). - ovpn: implement peer lookup logic (bsc#1239783). - ovpn: implement multi-peer support (bsc#1239783). - ovpn: add support for MSG_NOSIGNAL in tcp_sendmsg (bsc#1239783). - skb: implement skb_send_sock_locked_with_flags() (bsc#1239783). - ovpn: implement TCP transport (bsc#1239783). - ovpn: store tunnel and transport statistics (bsc#1239783). - ovpn: implement packet processing (bsc#1239783). - ovpn: implement basic RX path (UDP) (bsc#1239783). - ovpn: implement basic TX path (UDP) (bsc#1239783). - ovpn: introduce the ovpn_socket object (bsc#1239783). - ovpn: introduce the ovpn_peer object (bsc#1239783). - ovpn: keep carrier always on for MP interfaces (bsc#1239783). - ovpn: add basic interface creation/destruction/management routines (bsc#1239783). - ovpn: add basic netlink support (bsc#1239783). - net: introduce OpenVPN Data Channel Offload (ovpn) (bsc#1239783). - Update config files. - commit 64754d8 ++++ kernel-source: - testing/selftests: add test tool and scripts for ovpn module (bsc#1239783). - ovpn: add basic ethtool support (bsc#1239783). - ovpn: notify userspace when a peer is deleted (bsc#1239783). - ovpn: kill key and notify userspace in case of IV exhaustion (bsc#1239783). - ovpn: implement key add/get/del/swap via netlink (bsc#1239783). - ovpn: implement peer add/get/dump/delete via netlink (bsc#1239783). - ovpn: add support for updating local or remote UDP endpoint (bsc#1239783). - ovpn: implement keepalive mechanism (bsc#1239783). - ovpn: implement peer lookup logic (bsc#1239783). - ovpn: implement multi-peer support (bsc#1239783). - ovpn: add support for MSG_NOSIGNAL in tcp_sendmsg (bsc#1239783). - skb: implement skb_send_sock_locked_with_flags() (bsc#1239783). - ovpn: implement TCP transport (bsc#1239783). - ovpn: store tunnel and transport statistics (bsc#1239783). - ovpn: implement packet processing (bsc#1239783). - ovpn: implement basic RX path (UDP) (bsc#1239783). - ovpn: implement basic TX path (UDP) (bsc#1239783). - ovpn: introduce the ovpn_socket object (bsc#1239783). - ovpn: introduce the ovpn_peer object (bsc#1239783). - ovpn: keep carrier always on for MP interfaces (bsc#1239783). - ovpn: add basic interface creation/destruction/management routines (bsc#1239783). - ovpn: add basic netlink support (bsc#1239783). - net: introduce OpenVPN Data Channel Offload (ovpn) (bsc#1239783). - Update config files. - commit 64754d8 ++++ kernel-docs: - testing/selftests: add test tool and scripts for ovpn module (bsc#1239783). - ovpn: add basic ethtool support (bsc#1239783). - ovpn: notify userspace when a peer is deleted (bsc#1239783). - ovpn: kill key and notify userspace in case of IV exhaustion (bsc#1239783). - ovpn: implement key add/get/del/swap via netlink (bsc#1239783). - ovpn: implement peer add/get/dump/delete via netlink (bsc#1239783). - ovpn: add support for updating local or remote UDP endpoint (bsc#1239783). - ovpn: implement keepalive mechanism (bsc#1239783). - ovpn: implement peer lookup logic (bsc#1239783). - ovpn: implement multi-peer support (bsc#1239783). - ovpn: add support for MSG_NOSIGNAL in tcp_sendmsg (bsc#1239783). - skb: implement skb_send_sock_locked_with_flags() (bsc#1239783). - ovpn: implement TCP transport (bsc#1239783). - ovpn: store tunnel and transport statistics (bsc#1239783). - ovpn: implement packet processing (bsc#1239783). - ovpn: implement basic RX path (UDP) (bsc#1239783). - ovpn: implement basic TX path (UDP) (bsc#1239783). - ovpn: introduce the ovpn_socket object (bsc#1239783). - ovpn: introduce the ovpn_peer object (bsc#1239783). - ovpn: keep carrier always on for MP interfaces (bsc#1239783). - ovpn: add basic interface creation/destruction/management routines (bsc#1239783). - ovpn: add basic netlink support (bsc#1239783). - net: introduce OpenVPN Data Channel Offload (ovpn) (bsc#1239783). - Update config files. - commit 64754d8 ++++ kernel-kvmsmall: - testing/selftests: add test tool and scripts for ovpn module (bsc#1239783). - ovpn: add basic ethtool support (bsc#1239783). - ovpn: notify userspace when a peer is deleted (bsc#1239783). - ovpn: kill key and notify userspace in case of IV exhaustion (bsc#1239783). - ovpn: implement key add/get/del/swap via netlink (bsc#1239783). - ovpn: implement peer add/get/dump/delete via netlink (bsc#1239783). - ovpn: add support for updating local or remote UDP endpoint (bsc#1239783). - ovpn: implement keepalive mechanism (bsc#1239783). - ovpn: implement peer lookup logic (bsc#1239783). - ovpn: implement multi-peer support (bsc#1239783). - ovpn: add support for MSG_NOSIGNAL in tcp_sendmsg (bsc#1239783). - skb: implement skb_send_sock_locked_with_flags() (bsc#1239783). - ovpn: implement TCP transport (bsc#1239783). - ovpn: store tunnel and transport statistics (bsc#1239783). - ovpn: implement packet processing (bsc#1239783). - ovpn: implement basic RX path (UDP) (bsc#1239783). - ovpn: implement basic TX path (UDP) (bsc#1239783). - ovpn: introduce the ovpn_socket object (bsc#1239783). - ovpn: introduce the ovpn_peer object (bsc#1239783). - ovpn: keep carrier always on for MP interfaces (bsc#1239783). - ovpn: add basic interface creation/destruction/management routines (bsc#1239783). - ovpn: add basic netlink support (bsc#1239783). - net: introduce OpenVPN Data Channel Offload (ovpn) (bsc#1239783). - Update config files. - commit 64754d8 ++++ kernel-obs-build: - testing/selftests: add test tool and scripts for ovpn module (bsc#1239783). - ovpn: add basic ethtool support (bsc#1239783). - ovpn: notify userspace when a peer is deleted (bsc#1239783). - ovpn: kill key and notify userspace in case of IV exhaustion (bsc#1239783). - ovpn: implement key add/get/del/swap via netlink (bsc#1239783). - ovpn: implement peer add/get/dump/delete via netlink (bsc#1239783). - ovpn: add support for updating local or remote UDP endpoint (bsc#1239783). - ovpn: implement keepalive mechanism (bsc#1239783). - ovpn: implement peer lookup logic (bsc#1239783). - ovpn: implement multi-peer support (bsc#1239783). - ovpn: add support for MSG_NOSIGNAL in tcp_sendmsg (bsc#1239783). - skb: implement skb_send_sock_locked_with_flags() (bsc#1239783). - ovpn: implement TCP transport (bsc#1239783). - ovpn: store tunnel and transport statistics (bsc#1239783). - ovpn: implement packet processing (bsc#1239783). - ovpn: implement basic RX path (UDP) (bsc#1239783). - ovpn: implement basic TX path (UDP) (bsc#1239783). - ovpn: introduce the ovpn_socket object (bsc#1239783). - ovpn: introduce the ovpn_peer object (bsc#1239783). - ovpn: keep carrier always on for MP interfaces (bsc#1239783). - ovpn: add basic interface creation/destruction/management routines (bsc#1239783). - ovpn: add basic netlink support (bsc#1239783). - net: introduce OpenVPN Data Channel Offload (ovpn) (bsc#1239783). - Update config files. - commit 64754d8 ++++ kernel-obs-qa: - testing/selftests: add test tool and scripts for ovpn module (bsc#1239783). - ovpn: add basic ethtool support (bsc#1239783). - ovpn: notify userspace when a peer is deleted (bsc#1239783). - ovpn: kill key and notify userspace in case of IV exhaustion (bsc#1239783). - ovpn: implement key add/get/del/swap via netlink (bsc#1239783). - ovpn: implement peer add/get/dump/delete via netlink (bsc#1239783). - ovpn: add support for updating local or remote UDP endpoint (bsc#1239783). - ovpn: implement keepalive mechanism (bsc#1239783). - ovpn: implement peer lookup logic (bsc#1239783). - ovpn: implement multi-peer support (bsc#1239783). - ovpn: add support for MSG_NOSIGNAL in tcp_sendmsg (bsc#1239783). - skb: implement skb_send_sock_locked_with_flags() (bsc#1239783). - ovpn: implement TCP transport (bsc#1239783). - ovpn: store tunnel and transport statistics (bsc#1239783). - ovpn: implement packet processing (bsc#1239783). - ovpn: implement basic RX path (UDP) (bsc#1239783). - ovpn: implement basic TX path (UDP) (bsc#1239783). - ovpn: introduce the ovpn_socket object (bsc#1239783). - ovpn: introduce the ovpn_peer object (bsc#1239783). - ovpn: keep carrier always on for MP interfaces (bsc#1239783). - ovpn: add basic interface creation/destruction/management routines (bsc#1239783). - ovpn: add basic netlink support (bsc#1239783). - net: introduce OpenVPN Data Channel Offload (ovpn) (bsc#1239783). - Update config files. - commit 64754d8 ++++ kernel-syms: - testing/selftests: add test tool and scripts for ovpn module (bsc#1239783). - ovpn: add basic ethtool support (bsc#1239783). - ovpn: notify userspace when a peer is deleted (bsc#1239783). - ovpn: kill key and notify userspace in case of IV exhaustion (bsc#1239783). - ovpn: implement key add/get/del/swap via netlink (bsc#1239783). - ovpn: implement peer add/get/dump/delete via netlink (bsc#1239783). - ovpn: add support for updating local or remote UDP endpoint (bsc#1239783). - ovpn: implement keepalive mechanism (bsc#1239783). - ovpn: implement peer lookup logic (bsc#1239783). - ovpn: implement multi-peer support (bsc#1239783). - ovpn: add support for MSG_NOSIGNAL in tcp_sendmsg (bsc#1239783). - skb: implement skb_send_sock_locked_with_flags() (bsc#1239783). - ovpn: implement TCP transport (bsc#1239783). - ovpn: store tunnel and transport statistics (bsc#1239783). - ovpn: implement packet processing (bsc#1239783). - ovpn: implement basic RX path (UDP) (bsc#1239783). - ovpn: implement basic TX path (UDP) (bsc#1239783). - ovpn: introduce the ovpn_socket object (bsc#1239783). - ovpn: introduce the ovpn_peer object (bsc#1239783). - ovpn: keep carrier always on for MP interfaces (bsc#1239783). - ovpn: add basic interface creation/destruction/management routines (bsc#1239783). - ovpn: add basic netlink support (bsc#1239783). - net: introduce OpenVPN Data Channel Offload (ovpn) (bsc#1239783). - Update config files. - commit 64754d8 ++++ kernel-vanilla: - testing/selftests: add test tool and scripts for ovpn module (bsc#1239783). - ovpn: add basic ethtool support (bsc#1239783). - ovpn: notify userspace when a peer is deleted (bsc#1239783). - ovpn: kill key and notify userspace in case of IV exhaustion (bsc#1239783). - ovpn: implement key add/get/del/swap via netlink (bsc#1239783). - ovpn: implement peer add/get/dump/delete via netlink (bsc#1239783). - ovpn: add support for updating local or remote UDP endpoint (bsc#1239783). - ovpn: implement keepalive mechanism (bsc#1239783). - ovpn: implement peer lookup logic (bsc#1239783). - ovpn: implement multi-peer support (bsc#1239783). - ovpn: add support for MSG_NOSIGNAL in tcp_sendmsg (bsc#1239783). - skb: implement skb_send_sock_locked_with_flags() (bsc#1239783). - ovpn: implement TCP transport (bsc#1239783). - ovpn: store tunnel and transport statistics (bsc#1239783). - ovpn: implement packet processing (bsc#1239783). - ovpn: implement basic RX path (UDP) (bsc#1239783). - ovpn: implement basic TX path (UDP) (bsc#1239783). - ovpn: introduce the ovpn_socket object (bsc#1239783). - ovpn: introduce the ovpn_peer object (bsc#1239783). - ovpn: keep carrier always on for MP interfaces (bsc#1239783). - ovpn: add basic interface creation/destruction/management routines (bsc#1239783). - ovpn: add basic netlink support (bsc#1239783). - net: introduce OpenVPN Data Channel Offload (ovpn) (bsc#1239783). - Update config files. - commit 64754d8 ++++ kismet: - drop unneeded build requirement on pcre, the package used pcre2 accidentally ++++ kubelogin: - Revert kubelogin to version 0.1.9. Version 0.2.0 of kubelogin has a breaking change that causes credential flows not implemented by azidentity to not have any caching, requiring reauthentication for each invocation. We should keep using version 0.1.9 until the implementation is fully fleshed out. Note that all 0.2.x versions are marked as pre-releases. - Update to version 0.2.3: * v0.2.3 release (#629) * use tar to retain executable bit in released assets (#628) ++++ kubescape: - update to 3.0.32: * What's Changed - updating prerequisites to support custom kubeconfig bys @matthyx in #1808 ++++ resource-agents: - Readd anything deleted by mistake. (jsc#PED-12354) ++++ spirv-llvm-translator: - Update to version 20.1.0. * Compatibility with LLVM 20. * Implement SPV_KHR_untyped_pointers. * Add translation for intrinsics atan, atan2, acos, asin, cosh, sinh, tanh. * Translate integer dot product SPIR-V builtins to OCL builtins. * Translate floating-point atomic_compare_exchange as integer. * Translate LLVM IR zero-length arrays to 1-length arrays in SPIR-V. * Add an option to translate LLVM IR to SPIR-V using the LLVM SPIRV Backend target ++++ poco: - poco-devel needs to require pcre2-devel, not pcre-devel ++++ libapparmor: - remove unused pcre build dependency ++++ libbobcat: - remove dependency on the_silver_searcher (ag) - remove dependency on the_silver_searcher (ag) ++++ libffi: - Update to 3.4.7: - Drop upstreamed patch: * 830.patch ++++ texlive: - Update source-LuaTeX.dif * Accordingly to mailing list ++++ modsecurity: - update to 3.0.14: * changed t:htmlEntityDecode transformation CVE-2025-27110 boo#1238061 * add value checking to @validateByteRange operator * aligned TIME_MON variable's behavior * Leverage std::make_unique & std::make_shared to create objects in the heap * Simplified handling of RuleMessage by removing usage of std::shared_ptr * Simplified constructors, copy constructors & assignment operators - new upstream - add upstream signing key and validate source signature - drop build dependencies no longer needed - build with support for curl, MaxMindDB, ssdeep (libfuzzy), yail - build with pcre2 instead of pcre - correct upstream license, it is Apache-2.0 ++++ libqt5-qtdoc: - Remove obsolete BuildRequires on pcre-devel ++++ libsecret: - Update to version 0.21.7: + docs: Fix return comment of secret_value_get_text + bash-completion: - Fix man section number in secret-tool completion file - Integrate external extended bash-completion script - Require minimal version for bash-completion + meson: Use newlines for build options ++++ libstorage-ng: - merge gh#openSUSE/libstorage-ng#1020 - update commit actions - 4.5.243 ++++ xvidcore: - Add xvidcore-c23.patch: Fix build with gcc 15 (patch borrowed from fedora). ++++ zziplib: - Fix dumb cmake handling and enable ZZIP_LARGEFILE_RENAME as well and set -DPIC in the CFLAGS to have both 32bit and 64bit file support on 32bit architecures ++++ limine: - Update to 9.2.0 ++++ m4: - Skip PGO with %want_reproducible_builds (boo#1040589) ++++ matomo: - Update to 5.3.1 - #23127 Fix handling of range invalidations during intersecting period check - #23146 Add a note that auth tokens are not revoked when changing password ++++ mercurial: - Mercurial 6.9.4 * hgweb: fix XSS vulnerability in hgweb (CVE-2025-2361, bsc#1239685) ++++ netavark: - Update to version 1.14.1: * Release v1.14.1 * Release notes for v1.14.0 * Fix detect of Firewalld's StrictForwardPorts property * test/001-basic: Make commit test optional * cirrus: do not build debug bins * Makefile: do not rebuild if nothing changed * Makefile: uninstall netavark-firewalld-reload.service * docs/Makefile: several fixes * Makefile: build docs by default * Makefile: do not build twice ++++ nextcloud: - Update to 30.0.8 - [stable30] fix(mime-types): adjust compiled mime types and sign in #51436 - [stable30] test: Remove .only() calls in #51303 - [stable30] ci: Update 3rdparty actions in #51518 - [stable30] fix(base.php): Correct order for booting \OC\Server in #51370 - [stable30] fix(files): Make sure file pointer exists in #51535 - [stable30] fix(files): also show file list headers on empty views in #51274 - [stable30] fix(auth): Allow 2FA challenges for Ephemeral sessions in #51548 - 30.0.8 RC1 in #51551 - 30.0.8 in #51576 ++++ nushell: - Update to version 0.103.0: * Deleted reproducible.patch - Fixed in appstream. * Changes: + Additions: - `attr` commands. - `random uuid`. - `default --empty`. - Platform-specific `char eol`. - `into string --group-digits`. - `from xml --allow-dtd`. - `to yml`. - `overlay use` completions. - `$env.config.filesize.show_unit`. - Backtraces for Nushell code. - Startup banner theming. - Numeric range padding support in `str expand`. + Breaking changes: - `split list` now keeps empty sublists. - `match` no longer executes closures as if they were a block. - _`PROMPT_\*` environment variables are no longer inherited_ - Closure serialization changes. - Filesize unit formatting. + Removals: - `range`. - `into bits`. - `fmt`. * Bug fixes and other changes. * For a full list of changes with detailed descriptions, see: - https://www.nushell.sh/blog/2025-02-04-nushell_0_103_0.html ++++ ocaml-camlp5: - Update to version 8.03.02 see included CHANGES file for details ++++ octave: - Switch BuildRequires: pcre-devel to pcre2-devel. - Drop deprecated BuildRequires: update-desktop-files (providing %suse_update_desktop_file macro that is no longer used). ++++ openSUSE-release-tools: - Update to version 20250319.945d910: * OBSLocal: Fix creating empty groups * check_bugowner.py: Make linter happy * Set allow_http=1 to fix tests ++++ orthanc-wsi: - version 3.1 * Upgraded to OpenLayers 10.4.0 (was previously 3.19.0) * The viewer now displays the scale if imaged volume size is available in DICOM * Fix handling of "Image Type" in the viewer for compatibility with other vendors * OrthancWSIDicomizer does not fill anymore the imaged volume width/height tags if no information is available * OrthancWSIDicomizer detects imaged volume size for Aperio files without OpenSlide ++++ perl-ExtUtils-Depends: - updated to 0.8002 see /usr/share/doc/packages/perl-ExtUtils-Depends/Changes 0.8002 - fix UNC path bug - https://rt.cpan.org/Ticket/Display.html?id=102436 - fix get_makefile_vars losing path components if space-quoted and >1 dep, which was breaking CPAN module "true" which depends on two modules ++++ pnpm: - update to 10.6.5: * Patch Changes - Remove warnings after having explicitly approved no builds [#9296]. - When installing different dependency packages, should retain the ignoredBuilds field in the .modules.yaml file #9240. - Fix usages of the catalog: protocol in injected local workspace packages. This previously errored with ERR_PNPM_SPEC_NOT_SUPPORTED_BY_ANY_RESOLVER. #8715 - Setting workspace-concurrency to less than or equal to 0 should work #9297. ++++ procmail: - drop unneeded build dependency on pcre ++++ python3-pynest2d: - Add missing build requirement python3-setuptools ++++ python-pytest-ansible: - use python3 for python_for_dependencies ++++ python-Logbook: - Update to 1.8.1: * Fixed crash on Python 3.12+ in speedups extension module. - Drop patch use-pydict-size.patch, included upstream. ++++ python-browsers: - Fix invalid provides of python3-* on all flavors: fix it by providing pythonXZY-pybrowsers on all flavors, and python3-pybrowsers on the primary python flavor only. ++++ python-cwcwidth: - Update to 0.1.10 * Drop support for Python 3.8. * Add support for Python 3.13. * Update Unicode definition to 15.1. - 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-elementpath: - Update to 4.8.0 * Add full PSVI type labeling in XDM to solve type errors with XSD 1.1 assertions * Add *schema* optional argument to dynamic context * Add a RootToken as a proxy of the parsed token tree for compatibility with xmlschema<=3.4.3 * Extend XDM to split ElementTree/lxml processing from schema nodes and to allow future extensions ++++ python-filelock: - Update to 3.18.0 * Indicate that locks are exclusive/write locks * Support fcntl check on Emscripten ++++ python-humanize: - Update to 4.12.1 * Fix regression in naturalsize for float (#240) @hugovk ++++ python-jsonschema-path: - Update to 0.3.4 * Bump referencing from 0.35.0 to 0.36.0 #160 ++++ python-lazyarray: - Skip test_create_with_sparse_array test (gh#NeuralEnsemble/lazyarray#24). ++++ python-lhafile: - Update to 0.3.1 * Try with specific Python version - Switch package to modern Python Stack on SLE-15 * Use Python 3.11 on SLE-15 by default * Drop support for older Python versions ++++ python-proto-plus: - Update to 1.26.1 * **deps:** Allow protobuf 6.x (#536) ++++ python-pyelftools: - Update to 0.32 * Fix minor typos in README.rst (#546) * DW_FORM_implicit_const is an integer const (#547) * Fix for crash on CUs with no lineprograms (#549) * Update action versions (#550) * GNU readelf 2.42, released April 2024 (#551) * Exceptions on malformed ELF header contents (#552) * 24 bit integer support, forms strx3, addrx3 (#553) * cfi: fix not parsing DW_CFA_def_cfa_offset_sf (#555) * Parser performanc test (#556) * Performance enhancements (#557) * Missed some CPU specific section types (#559) * Add missing riscv attributes (#560) * CIEv4 and FDE ahead of its CIE (#563) * Addding relocation type for PPC 32 EABI (#532) * Support for .gnu_debuglink DWARF5 Section (#525) * Clean up whitespace * Added XHASH to ENUM_D_TAG_MIPS (#571) * Section type check on dynamic to strtab link (#573) * Check for SHN_UNDEF during symbol dumping (#574) * PAGESIZE replaced with a constant (#578) * examples: Support DWARF5 filename decoding (#582) * Fix for parsing error encountered when pyelftools tries to parse non GNU notes that conflicting with known GNU note types. (#584) * [RISCV] Add GNU note property and CFI support (#587) * No crash on note with zero length name (#592) * Support for parsing .debug_types section introduced in DWARF version 4 (#520) * DW_FORM_ref_sig8 support (#595) * Describing volatile C++ datatypes (#597) * Stripped file and gnu_debuglink support take 2 (#596) ++++ python-pylast: - Update to 5.5.0 * Add py.typed and "Typing :: Typed" classifier (#476) * Update types and run mypy on GitHub Actions (#478) * Double read timeout to fix 'The read operation timed out' (#477) - from version 5.4.0 * Add support for Python 3.14 and PyPy3.11 (#473) * Add type hints using autotyping (#463) * Drop support for Python 3.8 (#461) * Replace deprecated classifier with licence expression (PEP 639) (#475) * Generate __version__ at build to avoid slow importlib.metadata (#460) * Remove unnecessary start=0 from range() (#474) * Replace pre-commit/action with faster tox-dev/action-pre-commit-uv (#465) ++++ python-requre: - Update to 0.9.0 * Supports recording of the requests done by `httpx` via `record_httpx()` and `recording_httpx()` decorators. (#297) - from version 0.8.6 * Trigger a new release to fix the PyPI upload action. - from version 0.8.5 * Trigger a new release to confirm the correct SPDX licence. - Update BuildRequires and Requires from pyproject.toml ++++ python-sqlite-utils: - Clean up the SPEC file. - Update to 3.38 * Plugins can now reuse the implementation of the ``sqlite-utils memory`` CLI command with the new ``return_db=True`` parameter. (:issue:`643`) * ``table.transform()`` now recreates indexes after transforming a table. A new ``sqlite_utils.db.TransformError`` exception is raised if these indexes cannot be recreated due to conflicting changes to the table such as a column rename. Thanks, Mat Miller. (:issue:`633`) * ``table.search()`` now accepts a ``include_rank=True`` parameter, causing the resulting rows to have a ``rank`` column showing the calculated relevance score. Thanks, `liunux4odoo `__. (`#628`) * Fixed an error that occurred when creating a strict table with at least one floating point column. These ``FLOAT`` columns are now correctly created as ``REAL`` as well, but only for strict tables. (:issue:`644`) - from version 3.37 * The ``create-table`` and ``insert-files`` commands all now accept multiple ``--pk`` options for compound primary keys. (:issue:`620`) * Now tested against Python 3.13 pre-release. (`#619`) * Fixed a crash that can occur in environments with a broken ``numpy`` installation, producing a ``module 'numpy' has no attribute 'int8'``. (:issue:`632`) - Adjust upstream source name in spec file - Use Python 3.11 on SLE-15 by default - Limit Python files matched in %files section - 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-stevedore: - Update to 5.4.1 * Skip installation to speed up pep8 * reno: Update master for unmaintained/2023.1 - Use Python 3.11 on SLE-15 by default ++++ targetcli-fb: - Update to version 3.0.1: * Drop the _fb suffix from rtslib and configshell imports * Update ui_target.py * feat: Switch to a default portal IP of [::0] * Fix PyPI publish step * Fix shell exit on expected errors * Fix pre-commit trimming linebreaks in markdown * Adding PyPI release workflow * Adding pre-commit check to gh workflow * Add Contribute section to README * Use f-string instead of percent substitute * Update pre-commit hook versions * Use pathlib where appropriate * Codestyle optimizations * Fix RET505 violations and other codestyle fixes * Move to hatchling build backend, dropping `-fb` * Update linting rules * Fix Perflint violations * Fix Pylint violations * Remove unused arguments from signal_handler * Add missing return * Remove unnecessary `start` argument in `range` * Fix string concantenation, using f-strings * Removing unnecessary dict call * Rename built-in shadowding variable "type" * Remove useless statement * Fix flake8-simplify violations * Use explicit conversion flags * Fix exception handling to pass flake8-bandit * Add uppercase variable noqa for BLKROGET * Fix import sorting * Fix pycodestyle violations * Fix pyflakes violations * Remove Python 2 compatibility, require Python 3.9 * Add missing general exception error assignment * Rename targetcli.py to prevent import conflicts * Removing Makefile * Handle package-data * Use importlib.metadata for module version * Move executables to project directory * Update README * Add pre-commit configuration * Update packaging * Extending .gitignore * Removing extra trailing whitespace from COPYING * version 2.1.58 * Fix mapping the new LUN to the node ACL This included several changes to the SPEC file, as well ++++ python-tokenizers: - Update to 0.21.1: * Update dev version and pyproject.toml * Add feature flag hint to README.md * Upgrade to PyO3 0.23 * Fixing the README.md * Fix typo in Split docstrings * Fix typos * Update documentation of Rust feature * Fix panic in DecodeStream::step due to incorrect index usage * Fixing the stream by removing the read_index altogether * Fixing NormalizedString append when normalized is empty * Update metadata as Python3.7 and Python3.8 support was dropped * Add rustls-tls feature - Remove define skip_python313 1 ++++ seamonkey: - Add patch mach-use-python-311.patch: * Execute mach with Python 3.11, it does not support Python 3.13. ++++ suse-xsl-stylesheets: - Update to 2.95.8 * #686: Conditionally use syntax highlighting * #697: Adjust color contrast on procedure backgrounds * #698: Improve color contrast when clicking Copy button ++++ tail-tray: - Update to version 0.2.18: * Bump version to 0.2.18 * Add Ipn watcher - Issue #57 (#58) * Fix issue where we would not apply setting --accept-routes (#56) * Fix for opening in file manager * Move TailDrive related UI code out to a separate manager * Minor fixes, renames and code correctness (#53) * Make sure to terminate any pending processes when user wants to quit ++++ telegram-desktop: - Droped unneeded pcre build dependencies. ++++ ttyplot: - Update to version 1.7.1 * add more colors for different elements. ++++ typescript-go: - update to version 0.0.471: * @ ffa058269dbc4a3749c1f0494a3eb0c8d6b96517 - fix rpm lints: * set `Group` * format `Summary` - update to version 0.0.462: * @ f3cf27f6970fa98b26d9413dd160c4b864d570a2 - set version to 0.0.x while under development - use zstd for main source tarball as well ++++ warewulf4: - added security-fixes.patch which fixes * CVE-2025-22869 bsc#1239322 * CVE-2025-22870 bsc#1238611 - added udev-regression.patch to take care of bsc#1226654 - renamed package warewulf-reference to warewulf-reference-doc for better package description ++++ wasi-libc: - Update to version (wasi-sdk-)25. * Initial FTS support. * Remove extra lock-taking in preopen setup. * Update `_POSIX_THREAD_XX` macro definitions. * `dlmalloc`: account the footprint of the initial heap. * Ignore the `__tls_base` undefined symbol. * Extend wasi-emulated-mman with `mprotect`. * include pthread.h for all targets. * timezone `__secs_to_zone` stub: guard against null pointer dereference. * `times` should always return 0 for `tms_cutime`. * 0-initialize thread-specific data upon thread creation. * iconv/wctomb: fix memory corruption related to CURRENT_UTF8 implementation. * Improve some pthreads stub functions. * `getaddrinfo`: improve the service/port resolution. * Implement a stub pthreads library for `THREAD_MODEL=single`. - Drop obsolete patches: * ignore-gcc-con-destructive-size-macros.patch * ignore-norm-max-macros.patch * ignore-stdc-embed-macros.patch * ignore-wasm-macros-indirect-function-table.patch - Rebase workaround-broken-makefile.patch. - Backport upstream patch ignore-intc-macros.patch to fix build with Clang 20. ++++ wayshot: - Update vendor.tar.zst. This updates the vendored dependencies that caused a build failure because of a new Rust update. ++++ webalizer: - Switch to PCRE2 - Spec cleanup ++++ werf: - Update to version 2.32.2: * chore: release 2.32.2 * fix(build, staged): fix cache mounts (#6714) * chore: fix failed lint * refactor(cleanup): do git history based cleanup concurrently (#6708) * fix(run): "docker run" should control output direcly * refactor(run): SyncContextCliWithLogger() is unused * refactor(run): DockerCliOption is deprecated * docs(telemetry): actualize * docs(cr-login): update example (#6711) * refactor(cleanup): add detailed error for invalid regex in config * docs(build): fix header (#6709) * chore(release): 2 alpha ++++ zellij: - Include about.wasm plugin to build. - Update to version 0.42.0: * fix(plugins): styling in the "about" plugin * HOTFIX: fix tutorial link in about plugin * Fix compiler warnings * docs(contributing): update PR statement wording * docs(changelog): update 2 recent PRs * fix(selection): add proper multi-click dragging options * fix(stacked): stacked panes can't resize status-bar * docs(changelog): add 3 recent PRs * fix(ui): add split right/down shortcut hints to the status-bar * fix(grid): out of bounds removal when app does not update its scroll region on resize * fix(plugins): prevent paging plugins from cache at runtime * fix(serialization): stacked panes fixes * fix(panes): multiplayer stack issues * fix(panes): when focusing pane off the tab edge, break ties with active_at instead of y * fix(toolchain): Unbreak client startup * fix(panes): various fixes for rendering stacked panes without pane frames * Fix compiler warnings * docs(changelog): verbose about error * fix(about): more verbose config readonly error * docs(changelog): sixel fix * fix(grid): Clear sixels when clearing terminal * docs(changelog): deps update * chore(deps): update some dependencies * fix(stacked-panes): better handling of adding new panes to a stack * feat(plugins): add tab history to the `SessionUpdate` Event * docs(changelog): pin plugin pane fix * fix(pinned-panes): allow pinning floating plugin panes with the mouse * docs(changelog): recent fixes * fix(floating-panes): reset swap floating layouts when closing last floating pane * fix(tiled-panes): recover from full stack * docs(changelog): chrono upgrade * fix(logging): segfault in chrono crate * docs(changelog): clipboard message fixes * fix(clipboard): clipboard message * docs(changelog): filepicker improvements * fix(ux): some filepicker improvements * docs(changelog): resize shortcuts * feat(ui): resize shortcuts * docs(changelog): convert old themes * chore(repo): convert themes to new spec * docs(changelog): mouse double click selection * feat(mouse): double-click to mark word boundaries, triple-click to mark paragraph * docs(changelog): tips on startup * feat(ux): tips on startup * docs(changelog): about plugin * feat(ui): about plugin and release notes * docs(changelog): new theme definition spec * feat(config): new theme definition spec * docs(issue-template): clarify requirements * docs(changelog): logical position fix * fix(break-pane): strip logical position when inserting pane to new tab * docs(changelog): floating pane coordinate fix * fix(floating-panes): when changing coordinates, if a pane is not floating - make it floating * docs(changelog): plugin editor and shell info * feat(plugins): send info about $EDITOR and $SHELL * docs(changelog): plugin apis to open panes near plugin * feat(plugins): Allow opening panes near plugin * docs(changelog): plugins pasted text event * feat(plugins): add `PastedText` Event * fix(tiled-panes): opening panes from the cli * docs(changelog): floating pane coordinate chagne API * feat(plugins): API to change floating pane coordinates * docs(changelog): stacked resize * feat(ui): stacked resize * chore(deps): update to Wasmtime 29.0.1 * Update rust toolchain to 1.84 * docs(changelog): floating pane fixes * fix(floating-panes): handle uncaught errors * docs(changelog): include PR link * docs(changelog): CSI= fix * fix(terminal): support kitty keyboard protocol setting with "=" * docs(changelog): mouse any event tracking * feat(terminal): mouse AnyEvent tracking (1003) * docs(changelog): stack panes command * feat(ux): stack panes command * docs(changelog): cursor overflow fix * fix(terminal): cursor overflow * docs(changelog): synchronized rendering query response * fix(terminal): mode 2026 feature detection response * docs(changelog): logical index pane sorting * fix(layout-applier): logical index pane sorting * docs(changelog): pin floating panes * feat(ux): pin floating panes * docs(changelog): multiplayer cursor fix * fix(multiuser): properly clear fake cursors * docs(changelog): layout tab focus fix * fix(screen): off by 1 error when focusing layout tab * docs(changelog): plugin hidden focus fix * fix(plugins): properly focus plugin after it was hidden * docs(changelog): slash detach fix * fix(plugins): do not detach if using a slash in a session name * chore(repo): add funding.json * docs(changelog): allow plugins to change host folder * feat(plugins): allow changing the plugin's `/host` folder (under a new permission) * docs(changelog): ui component padding * fix(plugins): properly pad UI elements when they have a background * docs(changelog): focus_pane_with_id fix * fix(plugins): properly focus pane after tab was closed * chore(repo): fix typo in lock file - Update _service file. * obsoleted "disabled" run mode now replaced with "manual". * Use recomprizz instead of recompress. ------------------------------------------------------------------ ------------------ 2025-3-18 - Mar 18 2025 ------------------- ------------------------------------------------------------------ ++++ AusweisApp: - New upstream release + Version 2.3.1 - Fixed compatibility of AusweisApp with Windows Server 2016. - Visual adjustments and optimization of the graphical user interface. ++++ OpenImageIO: - partially revert the previous change: so why are man pages behind the python bindings? because the CMakeLists.txt only renders man pages when python is enabled ++++ agama-web-ui: - Fix registration form issue when email is not provided (gh#agama-project/agama#2172) ++++ ansible-variables: - update to 0.9.0: * Features - Support Python 3.13 (#116) (c4fbd61) ++++ apptainer: - Fix CVE-2024-45338, CVE-2025-22870, CVE-2024-45337, CVE-2025-22869, CVE-2025-27144 CVE-2024-41110 * GO-2024-3333 CVE-2024-45338 (bsc#1234794) GO-2025-3503 CVE-2025-22870 (bsc#1238611): Update to: golang.org/x/net@v0.36.0 * GO-2024-3321 CVE-2024-45337 (bsc#1234595) GO-2025-3487 CVE-2025-22869 (bsc#1239341): Update to: golang.org/x/crypto@v0.35.0 * GO-2025-3485 CVE-2025-27144 (bsc#1237679): Update to: github.com/go-jose/go-jose/v3@v3.0.4 * GO-2024-3005 CVE-2024-41110 (bsc#1228324): Update to: github.com/docker/docker@v25.0.6+incompatible ++++ argocd-cli: - Update to version 2.14.6: * chore(deps): Update go-git from 5.12.0 to 5.13.2 to include several CVE fixes (#22313) ++++ aws-c-auth: - Update to version 0.8.7 * Only forbid `X-Amz-S3session-Token` when signing with s3 express by @TingDaoK in (#268) ++++ aws-c-cal: - Update to version 0.8.7 * Fix missed define in the code by @DmitriyMusatkin in (#209) ++++ aws-c-common: - Update to 0.12.1 * CrossProcess lock -- don't unlock, just close fd by @TingDaoK in (#1192) ++++ aws-c-http: - Update to version 0.9.5 * HTTP/1: Support streaming requests of unknown length by @graebm in (#506) ++++ aws-c-s3: - Update to version 0.7.13 * Missed one file from README by @TingDaoK in (#498) * Bump Default Memory Limit for Higher Target Throughput by @waahm7 in (#499) ++++ aws-crt-cpp: - Update to version 0.31.1 * Fix ARM-based CI steps by @DmitriyMusatkin in (#713) * HTTP/1: Support streaming requests of unknown length by @graebm in (#714) ++++ barrel: - support resizing devices - version 0.3.0 ++++ blender: - Update to 4.4.0 https://developer.blender.org/docs/release_notes/4.4/ https://www.blender.org/download/releases/4-4/ - build with python 3.13 on TW but keep python 3.11 on Leap - we can build with system audaspace on Leap again - refreshed patches cmake_manpage_fix.patch - drop patches: Add_missing_system_error_handler.patch ffmpeg-7-1.patch - change BR for zstd to cmake(zstd) because the pkgconfig alone was not enough to find the library - add pkgconfig(libpipewire-0.3) if we ever switch back to the intree audaspace - add support for easily test snapshots ++++ libcanberra: - Change license to LGPL-2.1-or-later, per legal review. ++++ llvm20: - Enable build of libc++ and openmp for riscv64 ++++ llvm19: - Enable build of libc++ and openmp for riscv64 ++++ clusterctl: - Update to version 1.9.6: CLI-related changes from the changelog https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.9.6 * New Features - clusterctl: Add OpenNebula infrastructure provider to clusterctl (#11886) * Others - clusterctl: Add support infrastructure provider for Huawei Cloud (#11876) - clusterctl: Change k0smotron repo location (#11888) ++++ cpupower: - Show the first 2 lines of kernel-source sources we build against in the package description. Also show the latest git hash commit ID there to be able to track the exact sources the package has been built against. ++++ crash: - Upgrade to crash 8.0.6 - Remove patches already in or updated within 8.0.6 base: * 0001-arm64-section_size_bits-compatible-with-macro-defini.patch * 0002-Reflect-__-start-end-_init_task-kernel-symbols-renam.patch * 0003-x86_64-fix-for-adding-top_of_kernel_stack_padding-fo.patch * 0004-Fix-kmem-v-option-on-Linux-6.9-and-later-kernels.patch * 0005-X86-64-fix-for-crash-session-loading-failure.patch * 0006-Fix-for-failing-to-load-kernel-module.patch * 0007-X86-64-fix-a-regression-issue-about-kernel-stack-pad.patch * 0008-Fix-kmem-i-and-swap-commands-on-Linux-6.10-rc1-and-l.patch * 0009-List-enable-LIST_HEAD_FORMAT-for-r-option.patch * 0010-arm64-fix-a-potential-segfault-when-unwind-frame.patch * 0011-arm64-Fix-bt-command-show-wrong-stacktrace-on-ramdum.patch - Added new patch to correct gcore extension use of modified set_context() function with an extra argument * gcore-fix-use-of-set_context.patch ++++ crmsh: - Update to version 5.0.0+20250318.919ea162: * Dev: testcases: Adjust original testcases under python3.13 * Dev: behave: const: Update output of argparse metavar under python3.13 * Dev: run-functional-tests: Stop redirecting the build output to /dev/null * Dev: unittests: Add python 3.13 for unit tests * Dev: Dockerfile: Update python package version to 3.13 ++++ crypto-policies: - Allow sshd in FIPS mode when using the DEFAULT policy [bsc#1227370] * Add crypto-policies-Allow-sshd-in-FIPS-mode-using-DEFAULT.patch ++++ file: - Add patch file-seccomp-ppc.patch * Minimal patch to work around of wrong provide of used TCGETS ++++ firecracker: - Update to version 1.11.0: * Added - #4987: Reset physical counter register (CNTPCT_EL0) on VM startup. This avoids VM reading the host physical counter value. This is only possible on 6.4 and newer kernels. For older kernels physical counter will still be passed to the guest unmodified. See more info here - #5088: Added AMD Genoa as a supported and tested platform for Firecracker. * - Changed - #4913: Removed unnecessary fields (max_connections and max_pending_resets) from the snapshot format, bumping the snapshot version to 5.0.0. Users need to regenerate snapshots. - #4926: Replace underlying implementation for seccompiler from in house one in favor of libseccomp which produces smaller and more optimized BPF code. * - Fixed - #4921: Fixed swagger CpuConfig definition to include missing aarch64-specific fields. - #4916: Fixed IovDeque implementation to work with any host page size. This fixes virtio-net device on non 4K host kernels. - #4991: Fixed mem_size_mib and track_dirty_pages being mandatory for all PATCH /machine-config requests. Now, they can be omitted which leaves these parts of the machine configuration unchanged. - #5007: Fixed watchdog softlockup warning on x86_64 guests when a vCPU is paused during GDB debugging. - #5021 If a balloon device is inflated post UFFD-backed snapshot restore, Firecracker now causes remove UFFD messages to be sent to the UFFD handler. Previously, no such message would be sent. - #5034: Fix an integer underflow in the jailer when computing the value it passes to Firecracker's --parent-cpu-time-us values, which caused development builds of Firecracker to crash (but production builds were unaffected as underflows do not panic in release mode). - #5045: Fixed an issue where firecracker intermittently receives SIGHUP when using jailer with --new-pid-ns but without --daemonize. - #4995: Firecracker no longer overwrites CPUID leaf 0x80000000 when running AMD hardware, meaning the guest can now discover a greater range of CPUID leaves in the extended function range (this range is host kernel dependent). - #5046: Retry KVM_CREATE_VM on EINTR that occasionally happen on heavily loaded hosts to improve reliability of microVM creation. - #5052: Build the empty seccomp policy as default for debug builds to avoid crashes on syscalls introduced by debug assertions from Rust 1.80.0. ++++ framework-inputmodule-control: - Add udev-rules and python interface as recommended - Make udev-rules require main package ++++ freerdp: - Update to version 3.14.0: + Bugfix and cleanup release. Due to some new API functions the minor version has been increased. - Changes from version 3.13.0: + Friends of old hardware rejoice, serial port redirection got an update (not kidding you) + Android builds have been updated to be usable again + Mingw builds now periodically do a shared and static build + Fixed some bugs and regressions along the way and improved test coverage as well - Changes from version 3.12.0: + Multimonitor backward compatibility fixes + Smartcard compatibility + Improve the [MS-RDPECAM] support + Improve smartcard redirection support + Refactor SSE optimizations: Split headers, unify load/store, require SSE3 for all optimized functions + Refactors the CMake build to better support configuration based builders + Fix a few regressions from last release (USB redirection and graphical glitches) - Changes from version 3.11.0: + A new release with bugfixes and code cleanups as well as a few nifty little features ++++ gdm: - Add systemd scriptlets to gdm-systemd packages. On postun, ensure to NOT restart gdm, as this would cost the graphical session. - Fix rpmlint error: zero-perms-ghost. Give /var/cache/gdm some default attributes, matching the attributes in tmpfiles.d/gdm.conf. - Install gdm-systemd by default on SLE (jsc#PED-1904). ++++ gjs: - Update to version 1.84.1: + tests: Prevent failures when GTK4/DISPLAY is missing + testWarnings: run gc wrapper test only under Gtk4 ++++ gnome-boxes: - Update to version 48.0: + Disable C compiler warnings from code generated by 'valac' + Updated translations. ++++ gnome-shell: - Clean up conditionals and use autopatch. ++++ gnome-keyring: - Update to version 48.0: + build: Disable ssh-agent by default (and related fixes). + Updated translations. - Drop openssh BuildRequires: no longer needed, as the ssh-agent comes from gcr-ssh-agent. ++++ gnome-text-editor: - Update to version 48.1: + Fix accessibility properties on search entry. + Updated translations. ++++ gnutls: - bsc#1237101, FIPS selfcheck fails on tumbleweed * Match dependent library names ( nettle, gmp, hogweed ) even when they include full verison in soname * Add gnutls-fips-sonames-check.patch ++++ govulncheck-vulndb: - Update to version 0.0.20250318T181448 2025-03-18T18:14:48Z. Refs jsc#PED-11136 Go CVE Numbering Authority IDs added or updated with aliases: * GO-2025-3448 GHSA-23qp-3c2m-xx6w * GO-2025-3516 GHSA-47ww-ff84-4jrg * GO-2025-3517 GHSA-4wf3-5qj9-368v * GO-2025-3525 CVE-2025-29786 GHSA-93mq-9ffx-83m2 * GO-2025-3527 CVE-2025-0495 GHSA-m4gq-fm9h-8q75 * GO-2025-3528 CVE-2024-40635 GHSA-265r-hfxg-fhmg * GO-2025-3529 CVE-2025-2241 GHSA-c339-mwfc-fmr2 * GO-2025-3530 CVE-2025-29781 GHSA-c98h-7hp9-v9hq ++++ grype: - Update to version 0.90.0: * chore(deps): update anchore dependencies (#2533) * feat: specify distro without version (#2534) * import DB from URL (#2532) * Improve DB metadata regarding data provenance (#2529) * chore(deps): bump github/codeql-action from 3.28.10 to 3.28.11 (#2519) * chore(deps): bump github.com/charmbracelet/lipgloss from 1.0.0 to 1.1.0 (#2525) * chore(deps): update tools to latest versions (#2512) * chore(deps): bump docker/login-action from 3.3.0 to 3.4.0 (#2528) ++++ hawk2: - Update to version 2.6.6+git.1742310530.bfcd0e2c (bsc#1182162,bsc#1182164): * Dev: proof code from injections * Fix: enable colocation linking ++++ httpie: - Switch python version to 3.13 * ignore the newly failing tests ++++ jenkins-x-cli: - Update to version 3.11.66: * chore(deps): upgrade to version 0.7.19 ++++ k6: - Update to version 0.57.0: * Release v0.57.0 (#4511) * Bump k6 version * Add TODO to Frame.SetContent (#4538) * browser: race fix in page.setInputFiles * browser: race fix in page.SetViewportSize * browser: race fix in page.selectOptions and co * Drop not true TODO comments * browser: race fix in page.screenshot * browser: race fix in page/frame.Check * Fix setContent racy access to options - new package k6: a modern load testing tool, using Go and JavaScript ++++ kanku: - Update to version 1.0.0: * FEATURES * [handler] new handler Kanku::Handler::Vagrant * [templates] new VM templates - bios-serial-bridge.tt2 - bios-serial-network.tt2 * [cli] up - new aliases for option `--skip_all_checks` - `--sac` - `--skip-all-checks` ++++ kernel-firmware-amdgpu: - Update to version 20250318 (git commit 588505068c48): * amdgpu: DMCUB updates for various ASICs ++++ kernel-firmware-bluetooth: - Update to version 20250318 (git commit 588505068c48): * linux-firmware: Update firmware file for Intel BlazarI core ++++ kernel-firmware-sound: - Update to version 20250318 (git commit 588505068c48): * qcom: Add Audio firmware for Lenovo Slim 7x * qcom: Add Audio firmware for Lenovo T14s ++++ kitty: - Update to 0.40.1: * Do not count background processes by default for confirm_os_window_close (#8358) - https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.confirm_os_window_close * A new option clear_selection_on_clipboard_loss to clear selections when they no longer reflect the contents of the clipboard - https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.clear_selection_on_clipboard_loss * Fix a regression in the previous release that caused empty lines to be skipped when copying text from a selection (#8435) * Fix flickering of hyperlink underline when client program continuously redraws on mouse movement (#8414) * Wayland: Allow overriding the kitty OS Window icon on compositors that implement the xdg-toplevel-icon protocol * macOS: When the program running in kitty reports progress information for a task, show a progress bar on the kitty dock icon * macOS: Fix a regression causing a crash when using focus_follows_mouse (#8437) - https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.focus_follows_mouse * OSC 52: Fix specifying both clipboard and primary in OSC 52 requests not supported ++++ klevernotes: - Update to 1.2.0 * New file structure that perfectly mirrors what you see in the sidebar. Ability to change the color and icon of each item. * New drawing page with more features. * "Copy" button in the code block. * New bottom bar for switching between notes and tasks. * Improved page turn animation. * Pressing V without a modifier while an image is in the clipboard does nothing (as expected). * Preventing the use of a "/" to name an item, as it would create a directory. * Various rendering issues. ++++ knot: - update to version 3.4.5, see https://www.knot-dns.cz/2025-03-18-version-345.html ++++ kubearmor-client: - Update to version 1.3.4: * remove mutating webhooks in helm uninstall ++++ kumactl: - Update to version 2.10.0: Full changelog: https://github.com/kumahq/kuma/releases/tag/2.10.0 CLI-related changes mentioned in changelog (other than version updates): * feat(kumactl): update install observability components (#12862) * fix(kumactl): mark valid-for as required for command kumactl generate dataplane-token (#11849) * fix(kumactl): remove metrics, logging, tracing columns in `get meshes` (#11895) ++++ libcosmos: - Add upstream patch to fix build on aarch64: * libcosmos-fix-aarch64.patch ++++ texlive: - Fine tuning asymptote * Really use OSMesa * Use libcurl * Use boost filesystem and boost thread ++++ liblouis: - Update to version 3.33.0: + This release combines braille improvements with security enhancements. We have new tables for Coptic braille, Cuneiform transliteration and for Portuguese 6-dot computer braille. There are improvements to Dutch, Hungarian, the International Phonetic Alphabet, Norwegian and UEB. On the security side a lot of people have reported and fixed buffer overflows and other memory issues. ++++ lucene++: - Add lucene++-3.0.9-migrate-to-boost-asio-io_context.patch * fix with boost 1.87 ++++ openvswitch: - Fix ovs-flowviz python3 dependencies - Rename "python3-ovs" to "python3-openvswitch" for distro consistency ++++ meli: - Update specfile to accommodate new flavour as a new package. ++++ meli-with-debug-tracing: - Update specfile to accommodate new flavour as a new package. ++++ mt-st: - Update to 1.8: * A number of density code updates: LTO-9, 9track Reels, IBM 3480 and 3490E (from Chris Dinneen) and IBM 3592 (Kai Mäkisara) * Fix write protect reporting (Kai Mäkisara) * Implement support for the MT_ST_NOWAIT_EOF flag, via the new weof-no-wait for stinit (Kai Mäkisara) * While at it, correctly report errors if some options cannot be set, rather than pretending all is good (also Kai Mäkisara) * Improve the bash completion code to handle option completion better (Chris Dinneen) * Very minor build system improvements and coverage extension (Iustin Pop) ++++ mutter: - Drop mutter-SLE-relax-some-constraints-on-CSD-windows.patch: sle-classic is not supported. ++++ python-nanobind: - update to release 2.6.1 * for details about changes see github.com/wjakob/nanobind/blob/master/docs/changelog.rst - adapt nanobind-installationpath.patch to fit 2.6.1 ++++ nginx-module-vts: - Update to release 0.2.4 * Support query string encoding for control API * Introduce ``vhost_traffic_status_stats_by_upstream`` ++++ nvme-cli: - Don't generate /etc/nvme/hostnqn in build environments (bsc#1238038) ++++ nwg-drawer: - Update to version 0.6.4. Changelog: https://github.com/nwg-piotr/nwg-drawer/releases/tag/v0.6.4 - Dependencies updated in order to avoid the Memory Exhaustion in Expr Parser with Unrestricted Input vulnerability in github.com/expr-lang/expr. - Fixes boo#1239735. ++++ obs-scm-bridge: - fix dependency (it is python3-PyYAML) ++++ ollama: - Only require git-core ++++ openSUSE-release-tools: - Update to version 20250318.c6a9acc: * Switch to python3-influxdb-client as python3-influxdb is unavailable - Update to version 20250318.8735b7f: * Switch minici jobs to 15.6 as 15.5 is broken ++++ openssh: - Disable seccomp_filter and rlimitsandbox sandbox for loongarch. seccomp_filter and rlimitsandbox not supported on loongarch64 yet. ++++ os-autoinst: - Update to version 5.1742240999.4ad1bd8: * Check for correct git warning when cloning an empty repository * Adapt check for git error message to new version * Fix regression from 055d2e67 in _set_ip arguments * Ensure full coverage in the project * Create test for script os-autoinst-openvswitch * Retry asset sync in svirt backend after timeouts ++++ perl-Path-Tiny: - updated to 0.148.0 (0.148) see /usr/share/doc/packages/perl-Path-Tiny/Changes 0.148 2025-03-17 07:18:28-04:00 America/New_York [Bug fixes] - Fixed problems with exceptions. [Documentation] - Cross-referenced slurp and lines. 0.147 2025-03-10 22:11:06-04:00 America/New_York (TRIAL RELEASE) [Changes] - Invalid arguments when hash references are expected throw exceptions. ++++ perl-Spreadsheet-Read: - updated to 0.930.0 (0.93) see /usr/share/doc/packages/perl-Spreadsheet-Read/Changes 0.93 - 17 Mar 2025, H.Merijn Brand * Add ranges and cellranges 0.92 - 06 Jan 2025, H.Merijn Brand * Make strict_eol default to 1 for CSV when supported * Show detected EOL for CSV in xlscat when known * Add SECURITY.md * It's 2025 ++++ perl-Tie-Hash-DBD: - updated to 0.250.0 (0.25) see /usr/share/doc/packages/perl-Tie-Hash-DBD/Changes 0.25 - 17 Mar 2025, H.Merijn Brand * Add ro option (ReadOnly) * Add support for serializers JSON::MaybeXS, JSON::XS & JSON::SIMD * Doc fixes for groff-1.24 * It's 2024 * Fix parallel testing for SQLite * Tested with perl-5.40 ++++ postgresql14-timescaledb: - Update to version 2.19.0 https://github.com/timescale/timescaledb/releases/tag/2.19.0 ++++ postgresql15-timescaledb: - Update to version 2.19.0 https://github.com/timescale/timescaledb/releases/tag/2.19.0 ++++ postgresql16-timescaledb: - Update to version 2.19.0 https://github.com/timescale/timescaledb/releases/tag/2.19.0 ++++ postgresql17-timescaledb: - Update to version 2.19.0 https://github.com/timescale/timescaledb/releases/tag/2.19.0 ++++ python-Django: - Update to 5.1.7 (bsc#1239052) * CVE-2025-26699: Potential denial-of-service vulnerability in django.utils.text.wrap() * Fixed a bug in Django 5.1 where the {% querystring %} template tag returned an empty string rather than "?" * Fixed a bug in Django 5.1 where FileSystemStorage, with allow_overwrite set to True, did not truncate the overwritten file content * Fixed a regression in Django 5.1 where the count and exists methods of ManyToManyField related managers would always return 0 and False when the intermediary model back references used to_field * Fixed a regression in Django 5.1 where the pre_save and post_save signals for LogEntry were not sent when deleting a single object in the admin ++++ python-Django4: - Update to 4.2.20 (bsc#1239052) * CVE-2025-26699: Potential denial-of-service vulnerability in django.utils.text.wrap() ++++ python-aws-sam-translator: - Update to 1.95.0 * Merge main to develop by @aaythapa in (#3676) * chore: schema update by @GavinZZ in (#3680) * fix:downgrade lambda runtime version to nodejs18.x in integ test by @godwingrs22 in (#3687) * Merge main to develop by @aaythapa in (#3689) * Merge main to develop by @godwingrs22 in (#3691) * chore(schema): update by @github-actions in (#3692) * chore(schema): update by @github-actions in (#3693) * Update conditions in tests to fix lint failures by @mbfreder in (#3705) * chore(schema): update by @github-actions in (#3700) * chore(schema): update by @mbfreder in (#3706) * Chore(owner): Add tooling to codeowner by @roger-zhangg in (#3709) * fix(dep): compat.py should import right pydantic class for pydantic >= 1.10.17 by @roger-zhangg in (#3710) * chore(schema): update by @github-actions in (#3708) * Release 1.95.0 (to main) by @mbfreder in (#3723) ++++ python-azure-mgmt-containerservice: - New upstream release + Version 34.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package ++++ python-azure-mgmt-databox: - New upstream release + Version 3.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package ++++ python-azure-servicebus: - New upstream release + Version 7.14.1 + For detailed information about changes see the CHANGELOG.md file provided with this package ++++ python-framework16_inputmodule: - Add missinig runtime requirement ++++ python-google-api-core: - Update to 2.24.2 * **deps:** Allow protobuf 6.x (#804) - Update Requires from pyproject.toml ++++ python-google-api-python-client: - Update to version 1.164.0 * **aiplatform:** Update the api * **alloydb:** Update the api * **analyticsadmin:** Update the api * **analyticshub:** Update the api * **androidenterprise:** Update the api * **apigee:** Update the api * **authorizedbuyersmarketplace:** Update the api * **bigqueryreservation:** Update the api * **bigtableadmin:** Update the api * **chat:** Update the api * **chromemanagement:** Update the api * **cloudfunctions:** Update the api * **connectors:** Update the api * **container:** Update the api * **dataportability:** Update the api * **dialogflow:** Update the api * **discoveryengine:** Update the api * **dlp:** Update the api * **firebaseappdistribution:** Update the api * **gkebackup:** Update the api * **gkehub:** Update the api * **healthcare:** Update the api * **ids:** Update the api * **integrations:** Update the api * **metastore:** Update the api * **monitoring:** Update the api * **networkconnectivity:** Update the api * **oslogin:** Update the api * **parallelstore:** Update the api * **paymentsresellersubscription:** Update the api * **places:** Update the api * **redis:** Update the api * **sqladmin:** Update the api * **testing:** Update the api * **verifiedaccess:** Update the api * **workloadmanager:** Update the api * **cloudbuild:** Update the api * **run:** Update the api * **secretmanager:** Update the api * **sts:** Update the api - from version 2.163.0 * **adsense:** Update the api * **alloydb:** Update the api * **androidpublisher:** Update the api * **appengine:** Update the api * **beyondcorp:** Update the api * **bigqueryreservation:** Update the api * **bigtableadmin:** Update the api * **compute:** Update the api * **contactcenterinsights:** Update the api * **container:** Update the api * **dataform:** Update the api * **datafusion:** Update the api * **datamigration:** Update the api * **dataplex:** Update the api * **discoveryengine:** Update the api * **drive:** Update the api * **fcm:** Update the api * **firebaseml:** Update the api * **firestore:** Update the api * **integrations:** Update the api * **merchantapi:** Update the api * **networkmanagement:** Update the api * **networksecurity:** Update the api * **networkservices:** Update the api * **privateca:** Update the api * **retail:** Update the api * **run:** Update the api * **spanner:** Update the api * **tpu:** Update the api - from version 1.162.0 * **aiplatform:** Update the api * **aiplatform:** Update the api * **alloydb:** Update the api * **analyticshub:** Update the api * **androidenterprise:** Update the api * **androidmanagement:** Update the api * **apigee:** Update the api * **appengine:** Update the api * **bigqueryreservation:** Update the api * **bigquery:** Update the api * **chat:** Update the api * **chromemanagement:** Update the api * **cloudbuild:** Update the api * **cloudkms:** Update the api * **compute:** Update the api * **connectors:** Update the api * **contactcenterinsights:** Update the api * **contactcenterinsights:** Update the api * **containeranalysis:** Update the api * **container:** Update the api * **container:** Update the api * **datacatalog:** Update the api * **datamigration:** Update the api * **dataportability:** Update the api * **dataproc:** Update the api * **datastream:** Update the api * **dialogflow:** Update the api * **digitalassetlinks:** Update the api * **discoveryengine:** Update the api * **discoveryengine:** Update the api * **displayvideo:** Update the api * **displayvideo:** Update the api * **dlp:** Update the api * **drive:** Update the api * **drive:** Update the api * **file:** Update the api * **firebaseappdistribution:** Update the api * **firebaseml:** Update the api * **gkebackup:** Update the api * **gkebackup:** Update the api * **gkehub:** Update the api * **healthcare:** Update the api * **healthcare:** Update the api * **integrations:** Update the api * **logging:** Update the api * **looker:** Update the api * **memcache:** Update the api * **merchantapi:** Update the api * **migrationcenter:** Update the api * **mybusinessbusinessinformation:** Update the api * **networkmanagement:** Update the api * **networksecurity:** Update the api * **ondemandscanning:** Update the api * **ondemandscanning:** Update the api * **oslogin:** Update the api * **parallelstore:** Update the api * **paymentsresellersubscription:** Update the api * **playintegrity:** Update the api * **realtimebidding:** Update the api * **redis:** Update the api * **redis:** Update the api * **run:** Update the api * **run:** Update the api * **securitycenter:** Update the api * **serviceconsumermanagement:** Update the api * **servicemanagement:** Update the api * **servicenetworking:** Update the api * **serviceusage:** Update the api * **sqladmin:** Update the api * **tagmanager:** Update the api * **vault:** Update the api * **vmwareengine:** Update the api * **workloadmanager:** Update the api * **workloadmanager:** Update the api * **secretmanager:** Update the api * **sts:** Update the api ++++ python-googleapis-common-protos: - Update to 1.69.1 * Exclude docs in tool.setuptools.packages.find (#13607) * Restore *.proto files removed in version 1.67.0 (#13614) - from version 1.69.0 * Migrate to pyproject.toml (#13551) - Update Recommends from pyproject.toml ++++ python-grpc-google-iam-v1: - Update to 0.14.1 * chore(python): Update the python version in docs presubmit to use 3.10 (#131) * chore: remove pb2 file generation during post processing step (#122) * chore: remove obsolete proto files (#123) * chore: add generation of pb2 files via owlbot/bazel (#124) * chore(python): exclude .github/workflows/unittest.yml in renovate config (#132) * build: update README to indicate that source has moved and delete all files (#135) ++++ python-joblib: - Add numpy22.patch to fix doctests with numpy 2.2 ++++ python-msal: - Update to version 1.32.0 * Refactor to allow adding new field into cache key and/or content by @rayluo in (#751) * Warning when obsolete msal-extensions is detected by @rayluo in (#752) * Add msal_cache.bin to .gitignore by @DharshanBJ in (#753) * MSAL will use env var MSAL_FORCE_REGION by default by @rayluo in (#756) * Allow MI endpoint changing through environment variable by @jimdigriz in (#754) * Revert "allow MI endpoint changing through environment variable" by @rayluo in (#769) * Fix document for using SystemAssigned managed identity by @jiasli in (#764) * Suppress a false positive CodeQL alarm by @rayluo in (#783) * Pass Sku and Ver to MsalRuntime by @Ugonnaak1 in (#786) * Try to suppress another verify=False by @rayluo in (#788) * Supports dSTS by ClientApplication(..., authority= "https://...example.com/dstsv2/...") by @rayluo in (#772) * Add test case to show that OBO supports SP by @rayluo in (#481) * Enable Issue-Sentinel to scan for similar issues by @DharshanBJ in (#790) * Support pod identity by @rayluo in (#795) * Scope to resource by @rayluo in (#785) ++++ python-msal-extensions: - Update to version 1.3.1 * Do not install tests in site-packages by @musicinmybrain in (#139) * Also dropped Python 3.7 and 3.8 since this release - from version 1.3.0 * Fix a typo in README.md (persistance/persistence) by @musicinmybrain in (#133) * Maintenance by @rayluo in (#137) * Allow portalocker version 3 by @musicinmybrain in (#136) * Make portalocker optional (opt in by pip install msal-extensions[portalocker]) by @rayluo in (#117) - Drop me_relax-portalocker.patch, fixed upstream ++++ python-numba: - Add numpy22.patch adding compatibility with numpy 2.2 ++++ python-pendulum: - Move stray reference for gh#python-pendulum/pendulum#844 - activate python 3.13 ++++ python-python3-saml: - Update to 1.16.0 * #364 Improve get_metadata method from Parser, allowing to set headers * Fix WantAuthnRequestsSigned parser * Fix expired payloads used on tests * Updated content from docs folder - Drop fix-payloads-tests-dates.patch, merged upstream ++++ python-s3transfer: - Update to version 0.11.4 * enhancement:Dependencies: Update the floor version of botocore to 1.37.4 to match imports. * enhancement:Tasks: Pass Botocore context from parent to child threads. - from version 0.11.3 * bugfix:``awscrt``: Fix urlencoding issues for request signing with the awscrt. - Update BuildRequires and Requires from setup.py ++++ python-smart-open: - Update to version 7.1.0 * Add support for python 3.13 (PR #847, @ddelange) * Propagate uri to compression_wrapper (PR #842, @ddelange) - Drop support-python-313.patch, merged upstream ++++ python-uharfbuzz: - Update to 0.46.0 * Update to HarfBuzz 10.4.0 * Fix warnings when using deprecated APIs ++++ python-xkcdpass: - Update to 1.20.0 * Add German word lists * Disable setting max word length to min word length * Fix no delimiter being used sometimes * Improvements to DE wordlists, bugfixes - Use Python 3.11 on SLE-15 by default ++++ python-xmlsec: - Update to 1.3.15 * Explicitly cast the pointer type in PyXmlSec_ClearReplacedNodes * Fix sdist CI workflow * Build wheels for Python 3.13 * Fix linuxbrew workflow * Fix macosx CI workflow * Fix type mismatch in PyXmlSec_ClearReplacedNodes for Python 3.13 compatibility - Drop fix-lxml-incompat.patch, merged upstream ++++ python-yamllint: - Update to 1.36.2 * Build: Restore missing documentation and tests in sdist - from version 1.36.1 * Publish PyPI releases using GitHub Actions workflows - from version 1.36.0 * Add support for Python 3.13, drop support for Python 3.8 * Rule ``key-ordering``: add ``ignored-keys`` option * Rule ``quoted-strings``: fix ``only-when-needed`` and escaped special chars * Fix TTY-related tests on Python 3.14 * Docs: fix import of ``yamllint.config`` rather than ``yamllint`` ++++ python313-pyside6: - Update Shiboken runtime dependency. llvm-config is required - Disable a failing test on ppc64le ++++ python313-shiboken6: - Update Shiboken runtime dependency. llvm-config is required - Disable a failing test on ppc64le ++++ rpcs3: - Update fix-test-files.patch - Update to rpcs3-0.0.35~git20250318: * SPU: Add Disable SPU GETLLAR Spin Optimization checkbox * Improve BUILDING.md documentation * Fix discord-rpc build when ASLR is enabled * Fix warning * Qt: use white checkmarks in Darker Style * Qt: Simplify hover movie code * Qt/optimization: Don't look for PAM files if the game has a hover gif * Qt: Do not use gamedata icon if game has custom icon * Qt: fix code style of some variables * Qt: Use localized game icons and titles * config: Revert default shader compiler to async with draw-skip * rsx: Fix instancing constants lookup layout when running interpreter * vk: Implement instancing when running in interpreter mode * gl: Reimplement driver capabilities detection in a more sane way * rsx: Always initialize CC register in FP interpreter * gl: Double instancing buffer size to improve frametimes * gl: Support transform instancing in the shader interpreter * gl: Add support for hardware instancing * rsx: Fix cache invalidation when instancing state changes * SPU LLVM: Preserve sign on inf to NaN conversion in spu_re_acc with vfixupimmps * sys_usbd: Fix null pointer deref on destruction * CI: upgrade FreeBSD to 13.5 * Always run Actions, we need them for mergesrove build tags * Qt: Detach markup from dialog translations * rsx: Invalidate program cache hint if the current vertex or fragment program is re-evaluated * Fix missing enum in switch case * Fix redundant forward declaration warning * Use named_thread in gui_pad_thread * Qt: Hide interpreter_only unless it is selected or the debug mode is active * main: Fix some warning * android: do not invalidate swapchain on VK_SUBOPTIMAL_KHR * Set vulkan to default renderer whenever we have vulkan support * hid_init: use hid_error in log message * [android] hid: enumerate by vendor/product ids * hid: add support of android devices * fs::file: implement release_handle * Coding style issues fixes * cpu stats: do not try parse /proc/stat on android * android: atomic: do not test SYS_futex_waitv syscall * rsx: implement android swapchain * rsx: reduce shaders_cache::unpacked_type size for android * vm: do not check overcommit_memory on android * vm: removed c_page_size, it cannot be used by globals * android: cfg: vulkan renderer is default * add missed include to PUP.h * android: jit: teach fallback_cpu_detection provide meaningful results for aarch64 * cfg: remove string::get() * unpkg: allow package_reader creation with provided fs::file * fs::file: add from_native_handle constructor * llvm: disable extra targets for android * 3rdparty/fusion: Always do build in release mode * Android stuff 2 * android stuff ++++ ruby-build: - Update to version 20250318. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20250318 * Add TruffleRuby and TruffleRuby GraalVM 24.2.0 by @eregon in #2512 ++++ scite: - Update to version 5.5.5: * Remember selection with undo and redo. Controlled with property undo.selection.history * Remember multiple and rectangular selction when switching buffers (Bug #2018) ++++ scout: - Update to version 0.2.8+20250318.ee06cd2: * Use ConfigParser to work with python313 * Translated using Weblate (Catalan Bulgarian Slovenian Lithuanian Turkish Galician Dutch Persian Georgian Macedonian) ++++ selinux-policy: - Update to version 20250318: * rebootmgr: Handle config under /etc/rebootmgr (bsc#1239720) ++++ semaphore: - Update to version 2.13.0: Release details can be found here: https://semaphoreui.com/releases/semaphore-v2_13 * Features - Project runner tags (PRO) - Improved the user experience (UX) of the Template form - Projects Statistics - Tags and limits for Ansible templates * Bugfixes - Fixed project runner creation (PRO). - Fixed a bug with renaming of secrets in Variable Group. - Fixed a bug where the associated commit can not be removed when rerunning a task. ++++ snowflake: - Update to version 2.11.0: * Bump verison of Snowflake to 2.11.0 * improvement: less scary failed conn logs & metrics * Update README to reflect project usecase * fix: data race warnings of tokens_t * fix: `periodicProxyStats.connectionCount` race * fix: make NATPolicy thread-safe * fix: potential race conditions with non-local err * fix(proxy): race condition warning for `isClosing` * chore(deps): update module github.com/pion/sdp/v3 to v3.0.11 * chore(deps): update module github.com/pion/webrtc/v4 to v4.0.13 * chore(deps): update module github.com/pion/webrtc/v4 to v4.0.13 * Update broker metrics to count matches, denials, and timeouts * feat(proxy): add failed connection count stats * chore(deps): update module github.com/xtaci/smux to v1.5.34 * Create CI artifact regardless of when shadow fails * Remove metrics race condition in sqs test * Move nonblocking AddSnowflake out of goroutine in sqs test * refactor: docstring for checkIsRelayURLAcceptable * Copy base client config for each SOCKS connection * chore(deps): update module github.com/prometheus/client_golang to v1.21.0 * Fix minor data race in Snowflake broker metrics * Remove data races from sqs tests * Process and read broker SQS messages more quickly * fix(proxy): improve NAT test reliability * proxy: add country to prometheus metrics * proxy: webRTCconn gives the remote IP instead of the Address * Temove outdated comment * fix(proxy): not answering before client timeout * chore(deps): update gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/ptutil digest to efaf4e0 * chore(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.29.6 * chore(deps): update module github.com/pion/ice/v4 to v4.0.6 * chore(deps): update module golang.org/x/net to v0.35.0 * update golang testing setting in CI * chore(deps): update module github.com/aws/aws-sdk-go-v2/credentials to v1.17.59 * chore(deps): update module github.com/aws/aws-sdk-go-v2/service/sqs to v1.37.14 * Lower broker ClientTimeout to 5 seconds * chore(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.29.4 * chore(deps): update module github.com/miekg/dns to v1.1.63 * Remove utls library from snowflake and Use ptuil/utls * chore(deps): update module github.com/aws/aws-sdk-go-v2/service/sqs to v1.37.9 * chore(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.29.1 * CI: use /etc/localtime instead of /etc/timezone * chore(deps): update module github.com/xtaci/smux to v1.5.33 * chore(deps): update module github.com/pion/webrtc/v4 to v4.0.8 * chore(deps): update module github.com/aws/aws-sdk-go-v2 to v1.33.0 * chore(deps): update module github.com/pion/sdp/v3 to v3.0.10 * Add self-signed ISRG Root X1 to cert pool * chore(deps): update module golang.org/x/net to v0.34.0 * chore(deps): update module github.com/aws/aws-sdk-go-v2 to v1.32.8 * Comment typo. * chore(deps): update module golang.org/x/net to v0.33.0 [security] * refactor(proxy): simplify `tokens.ret()` on error * chore(deps): update module golang.org/x/crypto to v0.31.0 [security] * chore(deps): update module github.com/aws/aws-sdk-go-v2 to v1.32.7 * seperate docker hub mirroring to a seperate stage * chore(deps): update module github.com/pion/webrtc/v4 to v4.0.6 * docs: clarify -ports-range is for port forwarding * improvement: warn if ports-range is too narrow * docs: improve `ephemeral-ports-range` description * copy container tag to generate stable with crane to avoid flattening image * Finish incomplete comment for newEncapsulationPacketConn. * chore(deps): update module golang.org/x/net to v0.32.0 * chore(deps): update module gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib to v1.6.0 * feat(client): try restricted proxy if NAT unknown * refactor: separate some `Negotiate` logic * Fixup new STUN servers to include protocol * Added new RFC 5780 compatible STUN servers * Remove nonfunctional STUN servers * Remove log when offer is nil * Log EventOnCurrentNATTypeDetermined for proxy * chore(deps): update module github.com/aws/aws-sdk-go-v2 to v1.32.6 * chore(deps): update golang docker tag to v1.23 * refactor: use named returns for some funcs * chore(deps): update module github.com/pion/webrtc/v4 to v4.0.5 * improvement: use `SetIPFilter` for local addrs * Suppress logs of proxy events by default * Add Container Image Mirroring from Tor Gitlab to Docker Hub * chore(deps): update module github.com/pion/ice/v4 to v4.0.3 * chore(deps): update module github.com/pion/webrtc/v4 to v4.0.2 * refactor: separate function for `connectToRelay` * improvement: use IsLinkLocalUnicast in IsLocal * refactor: rewrite `IsLocal` with `ip.IsPrivate()` * update snowflake to use pion webrtc v4 * chore(deps): update module github.com/pion/webrtc/v3 to v4 ++++ step-cli: - update to 0.28.6: https://github.com/smallstep/cli/releases/tag/v0.28.6 ++++ woodpecker: - Update to version 3.4.0: * Enhancement - Remove woodpecker prefix from env var title in docs [#4968] - Add backoff retry for store setup [#4964] - Migrate repo output format to customizable output [#4888] * Documentation - chore(deps): lock file maintenance [#4970] - fix(deps): update docs npm deps non-major [#4958] - Add global var note [#4956] - chore(deps): lock file maintenance [#4948] - chore(deps): update dependency @types/node to v22.13.10 [#4944] - chore(deps): update dependency axios to v1.8.2 [security] [#4941] - Fix dockerhub links in docs [#4931] * Bug Fixes - Fix fs owner in scratch-based container images [#4961] * Dependency - fix(deps): update module github.com/expr-lang/expr to v1.17.0 [#4969] - fix(deps): update dependency simple-icons to v14.11.0 [#4966] - fix(deps): update golang-packages [#4963] - chore(deps): update pre-commit hook adrienverge/yamllint to v1.36.1 [#4962] - fix(deps): update dependency @vueuse/core to v13 [#4960] - fix(deps): update web npm deps non-major [#4959] - chore(deps): update pre-commit non-major [#4957] - fix(deps): update golang-packages to v0.32.3 [#4953] - fix(deps): update dependency prismjs to v1.30.0 [security] [#4951] - chore(deps): update dependency @intlify/eslint-plugin-vue-i18n to v4 [#4943] - fix(deps): update module al.essio.dev/pkg/shellescape to v1.6.0 [#4947] - fix(deps): update dependency simple-icons to v14.10.0 [#4946] - chore(deps): update dependency @types/node to v22.13.10 [#4945] - fix(deps): update web npm deps non-major [#4942] - fix(deps): update dependency vue-i18n to v11.1.2 [security] [#4940] - fix(deps): update golang-packages [#4936] - chore(deps): lock file maintenance [#4933] - fix(deps): update golang-packages [#4929] ++++ tomcat: - Update to Tomcat 9.0.102 * Fixes: + launch with java 17 (bsc#1239676) * Catalina + Fix: Weak etags in the If-Range header should not match as strong etags are required. (remm) + Fix: When looking up class loader resources by resource name, the resource name should not start with '/'. If the resource name does start with '/', Tomcat is lenient and looks it up as if the '/' was not present. When the web application class loader was configured with external repositories and names starting with '/' were used for lookups, it was possible that cached 'not found' results could effectively hide lookup results using the correct resource name. (markt) + Fix: Enable the JNDIRealm to validate credentials provided to HttpServletRequest.login(String username, String password) when the realm is configured to use GSSAPI authentication. (markt) + Fix: Fix a bug in the JRE compatibility detection that incorrectly identified Java 19 and Java 20 as supporting Java 21 features. (markt) + Fix: Improve the checks for exposure to and protection against CVE-2024-56337 so that reflection is not used unless required. The checks for whether the file system is case sensitive or not have been removed. (markt) + Fix: Avoid scenarios where temporary files used for partial PUT would not be deleted. (remm) + Fix: 69602: Fix regression in releases from 12-2024 that were too strict and rejected weak etags in the If-Range header. (remm) + Fix: 69576: Avoid possible failure initializing JreCompat due to uncaught exception introduced for the check for CVE-2024-56337. (remm) * Cluster + Add: 69598: Add detection of service account token changes to the KubernetesMembershipProvider implementation and reload the token if it changes. Based on a patch by Miroslav Jezbera. (markt) * Coyote + Fix: 69575: Avoid using compression if a response is already compressed using compress, deflate or zstd. (remm) + Update: Use Transfer-Encoding for compression rather than Content-Encoding if the client submits a TE header containing gzip. (remm) + Fix: Fix a race condition in the handling of HTTP/2 stream reset that could cause unexpected 500 responses. (markt) * Other + Add: Add makensis as an option for building the Installer for Windows on non-Windows platforms. (rjung/markt) + Update: Update Byte Buddy to 1.17.1. (markt) + Update: Update Checkstyle to 10.21.3. (markt) + Update: Update SpotBugs to 4.9.1. (markt) + Update: Update JSign to 7.1. (markt) + Add: Improvements to French translations. (remm) + Add: Improvements to Japanese translations by tak7iji. (markt) + Add: Add org.apache.juli.JsonFormatter to format log as one line JSON documents. (remm) ++++ tomcat10: - Update to Tomcat 10.1.39 * Fixes: + launch with java 17 (bsc#1239676) * Catalina + Fix: 69602: Fix regression in releases from 12-2024 that were too strict and rejected weak etags in the If-Range header with a 400 response. Instead will consider it as a failed match since strong etags are required for If-Range. (remm) + Fix: When looking up class loader resources by resource name, the resource name should not start with '/'. If the resource name does start with '/', Tomcat is lenient and looks it up as if the '/' was not present. When the web application class loader was configured with external repositories and names starting with '/' were used for lookups, it was possible that cached 'not found' results could effectively hide lookup results using the correct resource name. (markt) + Fix: Enable the JNDIRealm to validate credentials provided to HttpServletRequest.login(String username, String password) when the realm is configured to use GSSAPI authentication. (markt) + Fix: Fix a bug in the JRE compatibility detection that incorrectly identified Java 19 and Java 20 as supporting Java 21 features. (markt) + Fix: Improve the checks for exposure to and protection against CVE-2024-56337 so that reflection is not used unless required. The checks for whether the file system is case sensitive or not have been removed. (markt) + Add: Add support for logging the connection ID (as returned by ServletRequest.getServletConnection().getConnectionId()) with the AccessLogValve and ExtendedAccessLogValve. Based on pull request #814 by Dmole. (markt) + Fix: Avoid scenarios where temporary files used for partial PUT would not be deleted. (remm) + Fix: 69576: Avoid possible failure initializing JreCompat due to uncaught exception introduced for the check for CVE-2024-56337. (remm) * Cluster + Add: 69598: Add detection of service account token changes to the KubernetesMembershipProvider implementation and reload the token if it changes. Based on a patch by Miroslav Jezbera. (markt) * Coyote + Fix: 69575: Avoid using compression if a response is already compressed using compress, deflate or zstd. (remm) + Update: Use Transfer-Encoding for compression rather than Content-Encoding if the client submits a TE header containing gzip. (remm) + Fix: Fix a race condition in the handling of HTTP/2 stream reset that could cause unexpected 500 responses. (markt) * Other + Add: Add makensis as an option for building the Installer for Windows on non-Windows platforms. (rjung/markt) + Update: Update Byte Buddy to 1.17.1. (markt) + Update: Update Checkstyle to 10.21.3. (markt) + Update: Update SpotBugs to 4.9.1. (markt) + Update: Update JSign to 7.1. (markt) + Add: Improvements to French translations. (remm) + Add: Improvements to Japanese translations by tak7iji. (markt) + Add: Add org.apache.juli.JsonFormatter to format log as one line JSON documents. (remm) ++++ vale: - Update to version 3.10.0: * refactor: rollback metadata support until next release * fix boo#1239733 chore(deps): bump github.com/expr-lang/expr from 1.16.9 to 1.17.0 (#985) * test: add MDX case with old configuration * fix: meta -> Meta * feat: add support for frontmatter * chore(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 (#982) * refactor: fix golangci-lint * fix: support non-expressions in `{...}` * refactor: clean up cmd execution * chore: install mdx2vast in CI * feat: add built-in support for MDX ++++ virt-bridge-setup: - version 0.6: * avoid setting up bridge if no device link to a connection * bridge link to a slave interface - version 0.5: * better logging * add debug option * improve connection modification * rename some VAR to avoid confusion * bsc#1239445 ++++ wl-mirror: - version bump to v0.18.0 ++++ xorg-x11-server: - U_CVE-2022-49737-dix-Hold-input-lock-for-AttachDevice.patch * Xorg may crash when client applications use easystroke for mouse gestures (CVE-2022-49737, bsc#1239750) ++++ zsh: - build with pcre2 (boo#1201811) - zsh-5.9-pcre2.patch ------------------------------------------------------------------ ------------------ 2025-3-17 - Mar 17 2025 ------------------- ------------------------------------------------------------------ ++++ webkit2gtk3-soup2: - Drop baselibs.conf: no longer build bi-arch flavors of libjavascriptcoregtk-4_0-18 and libwebkit2gtk-4_0-37: in openSUSE:Factory, the gtk3-soup2 flavor is not built at all, which means outside of 3rd-party projects, this change has no impact. ++++ webkit2gtk3: - Drop baselibs.conf: no longer build bi-arch flavors of libjavascriptcoregtk-4_0-18 and libwebkit2gtk-4_0-37: in openSUSE:Factory, the gtk3-soup2 flavor is not built at all, which means outside of 3rd-party projects, this change has no impact. ++++ webkit2gtk4: - Drop baselibs.conf: no longer build bi-arch flavors of libjavascriptcoregtk-4_0-18 and libwebkit2gtk-4_0-37: in openSUSE:Factory, the gtk3-soup2 flavor is not built at all, which means outside of 3rd-party projects, this change has no impact. ++++ amdgpu_top: - Update to version 0.10.4: * v0.10.4 * update dependencies * lib: update libdrm_amdgpu_sys rev * tui: update info_bar * lib: update libdrm_amdgpu_sys rev * lib: use smu_ip_version instead of asic_name * lib: check that fan_rpm is None * lib: implement workaround for RDNA 4 dGPU (SMU v14.0.2/3) dose not have fan1_input * lib: implement workaround for Raphael/Granite Ridge APU reported input power * print DevicePath in hex ++++ ansible-cmdb: - drop unused import for deprecated imp, that is no longer existing in Python 3.12 or higher ++++ ansible-runner: - ignore two more flaky tests ++++ assimp: - Add upstream changes: * 0001-ASE-Fix-possible-out-of-bound-access.patch (CVE-2025-3015, boo#1240412) * 0001-MDL-Limit-max-texture-sizes.patch (gh#assimp/assimp#6022, CVE-2025-3016, boo#1240413) * 0001-MDL-Fix-overflow-check.patch (gh#assimp/assimp#6009, CVE-2025-2591, boo#1239920) * CVE-2025-2151.patch (CVE-2025-2151, boo#1239220) * 0001-Bugfix-Fix-possible-nullptr-dereferencing.patch (gh#assimp/assimp#6025) * 0001-Potential-use-after-free.patch * 0001-ASE-Use-correct-vertex-container.patch (gh#assimp/assimp#6024) * 0001-CMS-Fix-possible-overflow-access.patch (CVE-2025-2592, boo#1239916, gh#assimp/assimp#6010) ++++ audaspace: - disable pipewire support on leap 15.x until we find out why the build does not find the development files. ++++ python-avocado: - Update to 109.0: Full changelog: https://avocado-framework.readthedocs.io/en/108.0/releases/108_0.html - Switch to pyproject macros. ++++ babl: - Update to 0.1.112: - Fix crash for locales using neither '.' nor ',' as decimal seperator. ++++ buildah: - Update to version 1.39.3: * [release-1.39] Bump to Buildah v1.39.3 * [release-1.39] Bump c/storage to v1.57.2, c/image v5.34.2,... ++++ cadvisor: - update to 0.52.1: * Make resctrl optional/pluggable - update to 0.52.0: * bump containerd related deps: api v1.8.0; errdefs v1.0.0; ttrpc v1.2.6 * chore: Update Prometheus libraries * ci: golangci-lint bump, fixes, and cleanups * bump runc to v1.2.4 * Add Pressure Stall Information Metrics * Switch to opencontainers/cgroups repository (includes update from golang 1.22 to 1.24) * Bump to newer opencontainers/image-spec @ v1.1.1 - update to 0.49.2: * Cp fix test * Revert "reduce_logs_for_kubelet_use_crio" - add CVE-2025-22868.patch (CVE-2025-22868, bsc#1239291) ++++ cairo: - Update to version 1.18.4: + The dependency on LZO has been made optional through a build time configuration toggle. + You can build Cairo against a Freetype installation that does not have the FT_Color type. + Cairo tests now build on Solaris 11.4 with GCC 14. + The DirectWrite backend now builds on MINGW 11. + The DirectWrite backend now supports font variations and proper glyph coverage. + Support for Windows 98 has been removed. The minimum requirement for Windows is now Vista. - Use tarball in lieu of source service due to freedesktop gitlab migration, will switch back at next release at the latest. - Drop b9eed915f9a67380e7ef9d8746656455c43f67e2.patch: Fixed upstream. - Add pkgconfig(lzo2) BuildRequires: New optional dependency, build lzo2 support feature. ++++ cairomm: - Update to version 1.18.0: + Meson build: The boost-shared option defaults to true - Changes from version 1.17.1 (unstable): + Add SaveGuard save/restore object + Add Surface::set/get_device_scale() + ScaledFont: Add get_text_extents() and get_glyph_extents() + Use callback functions with C linkage + Documentation: - Surface: Use cairomm names where possible - Context: Fix some typos - Update Visual Studio build docs - Remove AUTHORS and MAINTAINERS; add info to README.md + Build: - Meson build: Re-organize warnings-related compiler flags for MSVC - Autotools build: Add --disable-deprecated-api - Require cairo >= 1.14.0 - Meson build: Detect if we build from a git subtree - Meson build: Don't copy files with configure_file() - Meson build: Fix the evaluation of is_git_build on Windows - Drop obsolete update-desktop-files BuildRequires. - Replace gcc-c++ with generic c++_compiler BuildRequries. - Use ldconfig_scriptlets macro for post(un) handling. ++++ ckb-next: - Update to version 0.6.2 * This release addresses a major regression in v0.6.1. Support for new devices: * MM700 * K70 RGB Pro Bug fixes: * Some keys, bindings, or DPI not working on any of the following devices: M55 Pro, M95, Ironclaw Wireless, Harpoon Wireless, Katar Pro XT, K55 Pro. ++++ gcc15: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ go-containerregistry: - add CVE-2025-22868.patch (bsc#1239277, CVE-2025-22868) ++++ cross-aarch64-gcc15: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-aarch64-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-amdgcn-gcc15: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-arm-gcc15: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-arm-none-gcc15: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-arm-none-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-avr-gcc15: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-avr-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-bpf-gcc15: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-hppa-gcc15: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-hppa-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-loongarch64-gcc15: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-loongarch64-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-m68k-gcc15: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-mips-gcc15: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-nvptx-gcc15: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-ppc64-gcc15: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-ppc64le-gcc15: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-ppc64le-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-pru-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-riscv64-elf-gcc15: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-riscv64-elf-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-riscv64-gcc15: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-riscv64-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-rx-gcc15: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-rx-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-s390x-gcc15: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-s390x-gcc15-bootstrap: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-sparc-gcc15: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ cross-sparc64-gcc15: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ dcmtk: - Add upstream change (CVE-2025-2357, boo#1239679) * CVE-2025-2357.patch ++++ digger-cli: - Update to version 0.6.88: * fix gitlab automatic deletion bug (#1905) * fix drift syntax error (#1903) * add binaries to published artefacts (#1904) * add setup-terraform to docs (#1902) * added documentation about terraform.lock and backendless functionality (#1901) * add note on mergability check (#1900) * add policies api endpoints (#1897) ++++ dracut: - Update to version 059+suse.707.g7b7df177: * fix(dracut.spec): move znet to the main package (bsc#1239632) * feat(lsinitrd.sh): print stored dracut cmdline * feat(lsinitrd.sh): enable unpacking files from squash-root.img * feat(systemd-integritysetup): add remote-integritysetup.target * feat(dmsquash-live): add support for rd.live.overlay.nouserconfirmprompt * fix(systemd-veritysetup): install dm-verity kernel module * fix(dracut-install): install compressed blobs that match wildcard fwpath * fix(dracut): avoid mktemp collisions with find filter * fix(systemd-sysext): install new initrd-specific units * fix(systemd): systemd dlopens libbpf * fix(35network-manager): install nftables kernel modules needed * fix(35network-manager): install nft binary during module installation * perf(systemd): remove crypto API kernel modules * fix(systemd): include dmi-sysfs * feat(dracut-init.sh): give --force-add precedence over --omit ++++ drbd-utils: - Default SELinux Profile prevents configuration of drbd_passive resources in cluster (bsc#1239436) * update spec file to create a new package drbd-selinux * update patch bsc-1233273_drbd.ocf-update-for-OCF-1.1.patch - fix the commit log mistake and typo, no code change ++++ epy: - Don't make the build specific to some particular version of Python. ++++ erlang: - Changes for 27.3: * ssl: The function for selecting the best server certificate and key pair has been enhanced when several options are available to ensure that the fallback will not always be chosen. * ssl: Avoided duplicating a few algorithms in default values caused by an interoperability workaround not needed in this case. * ssl: Fixed two alert bugs, which could result in a crash instead of an alert. * syntax_tools: Annotation of maybe expressions has been corrected. * crypto: crypto will now work when ED25519 and X25519 are available while ED448 and X448 are not, which is the case in LibreSSL. This is necessary for supporting TLS1.3 using LibreSSL. * compiler: The beam_validator pass in the compiler that validates generated BEAM now does stronger checks for binary syntax matching. * common_test: Reduced the memory usage when testcases prints a lot to the log. * common_test: Fixed the built-in hook cth_surefire to not crash when a group within a skipped group is skipped. * erts: Fixed failed runtime assert in debug VM when built with statically linked NIFs. * erts: Fixed a bug where reading a binary from m:persistent_term could cause a segmentation fault on Windows. This bug was introduced in Erlang/OTP 27.0. * erts: Fixed a crash in erlexec (an executable used by erl during startup) when a PATH longer than 10240 was set. * erts: Fixed bug in erlang:halt. Two processes calling erlang:halt at the same time could lead to one of them crashing with badarg as if it called erlang:halt(undefined,undefined). * erts: Fixed BEAM crash when a custom thread sends a large map (>128 keys) externally encoded with, for example, erl_drv_send_term(). * kernel: Clarify inet:setopts documentation * kernel: Fix bug where log printouts would go missing when application_controller is stopping while log messages are being sent. * kernel: Fixes a bug in the socket type spec, which caused Dialyzer to reject some valid programs. * asn1: Multiple bugs in decoding of the REAL type has been eliminated. Also, the documentation for REAL has been updated to mention the special values 0, PLUS-INFINITY, and MINUS- INFINITY. * xmerl: Some old-style catch expressions in the xmerl_sax_parser when the continuation fun was called caused the stack to grow until all free memory was exhausted. These parts have been rewritten so that the parser now runs correctly without growing the stack. At the same time all old-style catch expressions in xmerl were replaced with try/catch. * ssh: Minor documentation improvements. * ssh: Function specification for ssh_sftp:start_channel/2 is fixed. * stdlib: Fixed argparse:help/2 to accept the program name as part of the command path. * stdlib: Fixed argparse:format_help/2 crash on 'hidden' command. * stdlib: Fixed the type specification for timer:sleep/1 by adding the value infinity to its input type. * stdlib: Eliminated a crash in zip:unzip/1 while unzipping an archive where a directory within was read-only. This bug was introduced in Erlang/OTP 27.1. * stdlib: Fixed map comprehension result when a key value is replaced. * stdlib: Fixed string:jaro_similarity/1 for matching strings of length 1. * mnesia: Mnesia could fail to load a table, if one of the copy holders was moved during startup. ++++ foot: - Update to v1.21.0: * foot.ini options: * Added bell.system option to use xdg-system-bell-v1 Wayland protocol to report the terminal bell. Defaults to "yes". * Added search-bindings.delete-to-start and .delete-to-end key bindings, defaulting to Ctrl+u and Ctrl+k respectively. * cursor.style can now be set to "hollow". * Added gamma-correct-blending option to use gamma-correct font rendering if the compositor supports wp_color_management_v1, specifically the ext_linear transfer function. Enabled by default when compositor support is available. * Added url.regex option to define a regex used to match URLs. The url.uri-characters and url-protocols options have been removed. * tweak.scaling-filter now supports more values when running with libfcft4 >= 3.3.1 - "impulse", "box", "linear", "gaussian", "lanczos2", "lanczos3-stretched". The scaling filter is no longer applied to scaled bitmap fonts when that is enabled in FontConfig. * Removed main.notify and main.notify-focus-when-inhibit options. These were deprecated in 1.18.0. * Fixed various issues with wrapped lines such as some such lines being copied as multiple lines, glitching when the window was resized, etc. * Fixed various issues with handling of zero-width characters, combining characters, etc. * Fixed various issues with Kitty keyboard protocol implementation. * Fixed wrong key bindings being executed when using alternative keyboard layouts. * Fixed various hangs, crashes and resource leaks. * Renamed theme tokyo-nightday to tokyo-nightlight and modified its colors. * See https://codeberg.org/dnkl/foot/releases/tag/1.21.0 for more details. - Remove "-Wno-error=deprecated-declarations" because issue has been fixed. ++++ fswatch: - Update to 1.18.3 * Fix: spurious output inotify_rm_watch: Invalid argument * Issue #335: v. 1.18.0: build error: kFSEventStreamCreateFlagFileEvents was not declared in this scope. * Grammar fix in documentation. * Fix: typo in man page. ++++ fwupd: - Add 8588.patch: Fix compile when using Pango >= 1.56.2. ++++ fzf: - Update to 0.60.3: * [fish] Enable multiple history commands insertion (#4280) (@bitraid) * [walker] Append '/' to directory entries on MSYS2 (#4281) * Trim trailing whitespaces after processing ANSI sequences (#4282) * Remove temp files before `become` when using `--tmux` option (#4283) * Fix condition for using item numlines cache (#4285) * Make `--accept-nth` compatible with `--select-1` (#4287) * Increase the query length limit from 300 to 1000 (#4292) * [windows] Prevent fzf from consuming user input while paused (#4260) - Updates from 0.60.2: * Template for `--with-nth` and `--accept-nth` now supports `{n }` which evaluates to the zero-based ordinal index of the item * Fixed a regression that caused the last field in the "nth" expression to be trimmed when a regular expression delimiter is used * Fixed 'jump' action when the pointer is an empty string - Updates from 0.60.1: * Built-in walker now prints directory entries with a trailing slash * Fixed a bug causing unexpected behavior with [fzf-tab](https ://github.com/Aloxaf/fzf-tab). Please upgrade if you use it. ++++ gcc15-testresults: - Update to GCC trunk head, 15.0.1+git8082 - Includes change to also record -D_FORTIFY_SOURCE=2 in the DWARF debug info DW_AT_producer string. [bsc#1239566] - Package GCC COBOL compiler for openSUSE Factory for supported targets which are x86_64, aarch64 and ppc64le. ++++ gdm: - Update to version 48.0: + Allow changing global network settings + Updated translations. - Use ldconfig_scriptlets macro for post(un) handling. - Drop obsolete update-desktop-files BuildRequires. - Drop old and no longer relevant gdm2, gnome-applets-gdm and pulseaudio-gdm-hooks Provides and Obsoletes. - Build gdm-xdm-integration as noarch. - Fix build on SLE 16: remove sle_version in another place, and Patch7 has been removed. ++++ gegl: - Update to version 0.4.56: - Ops: - drop-shadow: restrict opacity range to 0.0-1.0 - ctx-script: crash fix - Core: - ctx has been syncrhonized with upstream. - Buffer: - Remnants of old iterator-api has been removed. ++++ gtk4: - Update to version 4.18.2: + GtkPopoverMenu: Fix a sporatic crash that affected Showtime + X11: Fix interactions between scaling and the cairo renderer that broke the mutter-x11-frame client + Bugs fixed: - Segfault on setting popover child of a MenuButton - Transparent/bugged close button on titlebar in 48.rc - `AdwTabOverview` only works with the vulkan renderer - clipboard: Plug a memory leak - wayland: Avoid leaks in drag surfaces - roaring: Use g_malloc/g_free + Updated translations. ++++ ghc-warp-tls: - Update warp-tls to version 3.4.13. [#]# 3.4.13 * Introduced new smart constructor `tlsSettingsSni` to make it more convenient to dynamically change certificates. Deprecates `tlsSettingsRef` and `tlsSettingsChainRef`. [#1025](https://github.com/yesodweb/wai/pull/1025) ++++ gimp: - Update to 3.0.0 https://www.gimp.org/news/2025/03/16/gimp-3-0-released/ ++++ gitlab-container-registry: - Update to version 4.18.0: * Features - api: log tag delete events (045dc26) - datastore: support dedicated redis connection for DB load balancing (98fa3f0) * Bug Fixes - cancel existing multipart uploads when starting new one for the same path for s3_v2 driver (44a0d98) * Build - deps: update module github.com/prometheus/client_golang to v1.21.1 (801010a) - deps: update module golang.org/x/crypto to v0.36.0 (eb38c8c) - deps: update module golang.org/x/oauth2 to v0.28.0 (33c43e9) ++++ glibmm2_4: - Update to version 2.66.8: + Gio: - Fix memory leak in DBus::generate_guid(). - DBus::ErrorUtils::get_remote_error(): Fix a memory leak. - LoadableIcon: Remove extra commas from _CLASS_INTERFACE(). + Documentation: Replace gtkmm.org by gtkmm.gnome.org + gmmproc: - generate_wrap_in.pl.in: Ignore -Winconsistent-dllimport from clang - h2def.py: Avoid syntax warnings from Python 3.12 - DocsParser.pm: Don't link to developer-old.gnome.org + Build: - Some fixes to avoid warnings from the clang compiler - Meson build: Require meson >= 0.60 - Meson build: Use the Python installation that Meson uses. - Drop glibmm2_4-docs-without-timestamp.patch: no longer needed. ++++ gnome-calendar: - Update to version 48.0: + Improve performance of the Month view. + Updated translations. ++++ gnome-connections: - Update to version 48.0: + Update gtk-frdp: Fix keyboard layout in Flatpak. + Request FreeRDP 3.11.0 for Flatpak + Updated translations. ++++ gnome-control-center: - Update to version 48.0 + Display - Improve accessibility of HDR Brightness row. - Fix setting luminance scale adjustment on rebuild. + Power: Add power consumption notice when disabling suspend (EU regulation). + Various translation updates. + Various CI fixes. ++++ gnome-shell: - Update patches: + endSession-dialog-update-time-label-every-sec.patch + gnome-shell-add-linkoption-dl.patch + gnome-shell-disable-ibus-when-not-installed.patch + gnome-shell-disable-offline-update-dialog.patch + gnome-shell-domain.patch + gnome-shell-executable-path-not-absolute.patch + gnome-shell-fate324570-Make-GDM-background-image-configurable.patch + gnome-shell-gdm-login-applet.patch + gnome-shell-jsc#SLE-16051-Input-method-recommendation.patch + gnome-shell-jscSLE9267-Remove-sessionList-of-endSessionDialog.patch + gnome-shell-screen-disappear.patch - Drop upstream patches: + gnome-shell-exit-crash-workaround.patch + gnome-shell-screen-disappear.patch ++++ gnome-kiosk: - Update to version 48.0: + No changes, stable bump only. ++++ gnome-settings-daemon: - Update to version 48.0: + Port plugins to GApplication classes. + Updated translations. - Rebase gnome-settings-daemon-fix-stop-service.patch ++++ golangci-lint: - Update to version 1.64.8: * fix: check version of the configuration (#5564) * docs: update documentation assets (#5527) * docs: update GitHub Action assets (#5528) ++++ goreleaser: - Update to version 2.8.1: * chore(deps): bump docker/login-action from 3.3.0 to 3.4.0 (#5653) * perf: improve default gpg path detection (#5651) * docs: fix typos in builds/rust * docs: readme update (#5650) * chore: auto-update generated files * chore(deps): bump github.com/charmbracelet/lipgloss from 1.0.0 to 1.1.0 (#5648) * chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.124.0 to 0.125.0 (#5647) * docs: install with npm * ci: fix npm configuration * ci: fix action * ci: fix action * chore: auto-update generated files * ci: improve nightly task * docs: fix fury.disable docs * ci: fix nightly/snapshot jobs * ci: publish to npm (#5641) * fix: properly handle deprecation of snaps.builds * fix: notify each deprecation only once (#5642) * ci(deps): update dagger et al (#5644) ++++ goverlay: - Update to version 1.3-3 * adding new FPS limit options: 0, 280, 360, 500 * bundle lspci in the appimage @Samueru-sama * use iculess packages to reduce size of appimage @Samueru-sama - Update to version 1.3-2 * Small correction in network interface combobox alignment * Fix vkcube-wayland no longer avaiable in appimage ++++ gretl: - Update to version 2024d: * "append" command: make the help text more explicit * "pca" command: make a $result bundle available * "square" command and square() function: don't skip dummy variables when computing cross-products * xmax() and xmin() functions; consolidate with max, min but retain the "x" variants as aliases until further notice * Fix possible incorrect behavior of "smpl" in some special cases (inside a function, when the dataset is sub-sampled at the caller level) * nelem() function: ensure that it returns the number of bytes in a string argument, as per the documentation * Avoid false positives in detecting markdown in help text for function packages * dbnomics addon: don't fail on database IDs that contain '@' (as some OECD identifiers now do) * gretl_edit: use a scrollable window when displaying stderr output, so it doesn't get truncated * When adding a 1x1 matrix to a bundle via defbundle() or _() don't automatically convert it to a scalar * Tweaks for handling of empty matrices plus a little more documentation * GUI: support Ctrl + mouse-wheel to resize text * GUI: fixes for breakage when resizing plots in some cases * Documentation for addons: avoid collision with hyperref - Update gretl-guide.pdf and gretl-ref.pdf. - Replace update-desktop-files with desktop-file-utils for BuildRequires. ++++ grub2: - Refresh PPC NVMEoF ofpath related patches to newer revision * 0002-ieee1275-ofpath-enable-NVMeoF-logical-device-transla.patch - Patch refreshed * 0001-ieee1275-support-added-for-multiple-nvme-bootpaths.patch - Patch obseleted * 0004-ofpath-controller-name-update.patch * 0001-squash-ieee1275-ofpath-enable-NVMeoF-logical-device-.patch - Fix segmentation fault error in grub2-probe with target=hints_string (bsc#1235971) (bsc#1235958) (bsc#1239651) * 0001-ofpath-Add-error-check-in-NVMEoF-device-translation.patch ++++ gsettings-desktop-schemas: - Update to version 48.0: + Updated translations. ++++ heimer: - Update to 4.5.0: New features: * Add a language menu + The active Language can be now set via a menu at the top-right corner + The selected language will saved and automatically loaded again + Setting language in the CLI will override the selected language * Add basque translation (eu) * Add Portuguese translation (pt_Pt, pt_Br) * Make zoom-to-fit take possibly selected nodes into account * Fix GitHub Issue #165: Keep node handles usable + Nodes are now raised and zoomed in on mouse hover + This behavior can be disabled by Settings => Editing => Raise node on mouse hover Bug fixes: * Fix default image size in PNG export dialog + Set the default image size to current view size + Set a more sensible upper limit for the image size * Fix zooming when searching text on labels * Fix position offset issues when creating a new node by dragging * Fix GitHub Issue #259: 2 build errors in Windows * Fix very slow node insertion on large mind maps ++++ igsc: - Rename the tarball to %{name}-%{version}.tar.gz ++++ imv: - Add missing dependencies: cmake, pkgconfig(egl), pkgconfig(gl), and pkgconfig(glu). ++++ installation-images-MicroOS: - merge gh#openSUSE/installation-images#757 - adjust s390x module config (bsc#1239659) - 17.154 ++++ installation-images-openSUSE: - merge gh#openSUSE/installation-images#757 - adjust s390x module config (bsc#1239659) - 17.154 ++++ ipp-usb: - update to 0.9.30: * Ensure printer-uri Adheres to RFC 3510 – Must Start with "ipp:" Scheme * added quirks file to make Brother QL-810W work properly * correct typo in TestAddPDL error message * Fix typo extected to expected * Added "usb-send-delay" quirk * Fixed possibly panic on certain error conditions * Name QuirkNmUsbSendDelay consistent with QuirkNmUsbMaxInterfaces * More refactoring around QuirkNmUsbSendDelay * usb-send-delay quirk documented * Added the usb-send-delay-threshold quirk * Fixed typo in usb-send-delay-threshold on the man page * Cosmetic (removed stalled, now meaningless comment) * Added quirks for HP X677 * Add rockcraft support for ipp-usb * Cosmetic (removed the blank line from the ..gitignore file) ++++ kernel-debug: - update to 6.14-rc7 - update configs - BT_HCIBTUSB_AUTO_ISOC_ALT=y (=n on ppc64le and riscv64) - PINCTRL_SPACEMIT_K1=n (=m no longer possible) - commit 8241837 ++++ kernel-default: - update to 6.14-rc7 - update configs - BT_HCIBTUSB_AUTO_ISOC_ALT=y (=n on ppc64le and riscv64) - PINCTRL_SPACEMIT_K1=n (=m no longer possible) - commit 8241837 ++++ kernel-source: - update to 6.14-rc7 - update configs - BT_HCIBTUSB_AUTO_ISOC_ALT=y (=n on ppc64le and riscv64) - PINCTRL_SPACEMIT_K1=n (=m no longer possible) - commit 8241837 ++++ kernel-docs: - update to 6.14-rc7 - update configs - BT_HCIBTUSB_AUTO_ISOC_ALT=y (=n on ppc64le and riscv64) - PINCTRL_SPACEMIT_K1=n (=m no longer possible) - commit 8241837 ++++ kernel-kvmsmall: - update to 6.14-rc7 - update configs - BT_HCIBTUSB_AUTO_ISOC_ALT=y (=n on ppc64le and riscv64) - PINCTRL_SPACEMIT_K1=n (=m no longer possible) - commit 8241837 ++++ kernel-obs-build: - update to 6.14-rc7 - update configs - BT_HCIBTUSB_AUTO_ISOC_ALT=y (=n on ppc64le and riscv64) - PINCTRL_SPACEMIT_K1=n (=m no longer possible) - commit 8241837 ++++ kernel-obs-qa: - update to 6.14-rc7 - update configs - BT_HCIBTUSB_AUTO_ISOC_ALT=y (=n on ppc64le and riscv64) - PINCTRL_SPACEMIT_K1=n (=m no longer possible) - commit 8241837 ++++ kernel-syms: - update to 6.14-rc7 - update configs - BT_HCIBTUSB_AUTO_ISOC_ALT=y (=n on ppc64le and riscv64) - PINCTRL_SPACEMIT_K1=n (=m no longer possible) - commit 8241837 ++++ kernel-vanilla: - update to 6.14-rc7 - update configs - BT_HCIBTUSB_AUTO_ISOC_ALT=y (=n on ppc64le and riscv64) - PINCTRL_SPACEMIT_K1=n (=m no longer possible) - commit 8241837 ++++ resource-agents: - Remove conntrackd RA (jsc#PED-12354) ++++ libHX: - Update to release 4.27 * New header endian_float.h ++++ texlive: - Autodetect if libzzip support large files on 32bit architectures ++++ libmanette: - Drop baselibs.conf: no longer build libmanette-0_2-0-32bit: the only known consumer was webkit2gtk3:gtk3-soup2, which in fact is not built in Tumbleweed, but only in devel projects. As such, there seems to be no real use of this. ++++ sendmail: - Update keyring ++++ ncurses: - Add ncurses patch 20250315 + improve formatting/style of manpages (patches by Branden Robinson). ++++ libnvme: - Update to version 1.12: * Release v1.12 * doc: Regenerate all docs for v1.12 * build: ignore PREFER_DEFINED_ATTRIBUTE_MACRO * python, swig: add missing controller attributes * types: add SLM and CP command set indicator values * Makefile: Add new targets and update meson command syntax * build: do not include config.h globally * types: add enum for Identify I/O Command Set Data Structure * libnvme: export nvmf_exat_ptr_next * build: drop support for openssl 1 * build: request c++ compiler for host and build machine * build: update min meson dependency * pyproject.toml: allow newer meson version * examples: fix time stamp prefix printf format string * mi: fix nvme_mi_admin_get_log_reachability_groups() parameters order * types: add HDISNS field of Host Behavior Support feature * types: fix nvme_reachability_association_desc member variable name * ioctl: fix nvme_get_log_reachability_groups() parameters order * build: checkpatch limit line length to 100 chars * types,util: add Asynchronous Event Configuration NVMe 2.1 definitions * types,util: Added Enums for missing status codes * ioctl: add libnvme-mi NVMe 2.1 log page APIs * mi: fix indentation errors * test: check the namespace is not cluttered with min/max * util: avoid min macro pollution * build: remove thank you bot * types: Update nvm-id-ns fields based on NVM Command Set Spec 1.1 * build: add github token to comment step * types: add NVME_CTRL_OACS definitions * build: add thank you bot * types: Update id-ns fields based on NVM Command Set Spec 1.1 * build(deps): bump pypa/gh-action-pypi-publish@release/v1.5 * mi: add nvme_mi_admin_get_log_mgmt_addr_list() * types: add spinup control and pls features definition * types: fix enum nvme_psd definitions indentation errors * mi_xfer: Added nvme_mi_mi_xfer API * types: add I/O command fabric commands opcode definition * types: add NVME_FEAT_FDPE_*** definitions * ioctl: add nvme_get_log_pull_model_ddc_req() * ioctl: add nvme_get_log_ave_discover() * ioctl: add nvme_get_log_host_discover() * ioctl: add nvme_get_log_changed_alloc_ns_list() * ioctl: add nvme_get_log_reachability_associations() * ioctl: add nvme_get_log_reachability_groups() * ioctl: add nvme_get_log_mgmt_addr_list() * ioctl: add nvme_get_log_dispersed_ns_participating_nss() * ioctl: add nvme_get_log_rotational_media_info() * ioctl: add nvme_get_endgid_log() * types: add NVMe 2.1 identify command CNS definitions * types: add NVMe 2.1 admin command opcode definitions * types: Add NVMe 2.1 feature ID definitions * types: add NVMe 2.1 identify power state descriptor fields * types: error information log entry status field definitions * types: fix lm data field unsigned values to little endian * build: bump wraps * ioctl: fix io_uring whitespace damages * ioctl: get_log_page by nvme uring cmd * tests: mock io_uring_get_probe * types: add enum for the fields added in TP4058 * Update mctp APIs to mctp codeconstruct version 2.0 * ioctl: Live Migration * types: Add enum for nvme_id_ctrl.trattr * types: use __le16 instead of __u16 for data fields * types: Update id-ctrl field based on NVMe 2.1 spec * types: Live Migration * mi: telemetry log update based NVMe v2.1 * ioctl,types: telemetry log update based NVMe v2.1 * types: add enum for the fields added in TP4160 * rpm: use defined prefix from meson * tests: do not unconditionally depend on dlsym * types: add NVME_ID_CTRL_NVM_LBAMQF definitions * test/mock: pass thru unknown ioctls * build(deps): bump codecov/codecov-action from 4 to 5 * Release v1.11.1 * doc: Regenerate all docs for v1.11.1 * fabrics: do not attempt to import keys if tls is not enabled (bsc#1216982 bsc#1226216) * linux: do not do any keyring ops when no key is provided (bsc#1216982 bsc#1226216) * types: Add id-ctrl CTRATT.RHII enum * linux: do not return w/o OpenSSL support enabled (bsc#1216982 bsc#1226216) * build: Add token for coverage test * linux: fix derive_psk_digest OpenSSL 1.1 version (bsc#1216982 bsc#1226216) - Add liburing dependency - Add bugzilla references - Remove downstream build fixes * remove 0001-linux-fix-derive_psk_digest-OpenSSL-1.1-version.patch * remove 0002-test-mock-pass-thru-unknown-ioctls.patch ++++ openblas_openmp: - Disable sgemmt and dgemmt tests in the test suite on power when gcc-13 is used. It is known (bsc#1239134) that some of these tests fail on this architecture when OpenBLAS is being build with the said compiler version ever since these tests were introduced. With this will essentially restore the situation of the version prior to the adition of these tests (0.3.26) where one was unaware of the problem. This is only a temporary measure and will be removed once the issue with gcc-13 has been resolved. - Remove: Link-library-with-z-noexecstack.patch since `-Wa,--noexecstack -Wl,-z,noexecstack` are global options, now. ++++ openblas_pthreads: - Disable sgemmt and dgemmt tests in the test suite on power when gcc-13 is used. It is known (bsc#1239134) that some of these tests fail on this architecture when OpenBLAS is being build with the said compiler version ever since these tests were introduced. With this will essentially restore the situation of the version prior to the adition of these tests (0.3.26) where one was unaware of the problem. This is only a temporary measure and will be removed once the issue with gcc-13 has been resolved. - Remove: Link-library-with-z-noexecstack.patch since `-Wa,--noexecstack -Wl,-z,noexecstack` are global options, now. ++++ openblas_serial: - Disable sgemmt and dgemmt tests in the test suite on power when gcc-13 is used. It is known (bsc#1239134) that some of these tests fail on this architecture when OpenBLAS is being build with the said compiler version ever since these tests were introduced. With this will essentially restore the situation of the version prior to the adition of these tests (0.3.26) where one was unaware of the problem. This is only a temporary measure and will be removed once the issue with gcc-13 has been resolved. - Remove: Link-library-with-z-noexecstack.patch since `-Wa,--noexecstack -Wl,-z,noexecstack` are global options, now. ++++ tinysparql: - Update to version 3.9.1: + Many fuzzing fixes + Multiple coverity fixes ++++ libzypp: - Fix computation of RepStatus if Repo URLs change. - Fix lost double slash when appending to an absolute FTP url (bsc#1238315) Ftp actually differs between absolute and relative URL paths. Absolute path names begin with a double slash encoded as '/%2F'. This must be preserved when manipulating the path. - version 17.36.5 (35) ++++ zziplib: - Support large file access on 32bit architectures as well (boo#1239672) ++++ localsearch: - Update to version 3.9.0: + Switched to libavformat for media extraction + Memory usage improvements + Improved recovery process after interruption + Updated translations. ++++ mako: - Update to 1.10.0: * A new include directive has been added to import other configuration files. * Each notification edge's border size can now be customized individually. * A new icon-border-radius option has been added to set a border radius for icons. * The makoctl utility has been rewritten. The output for makoctl list and makoctl history is now human-readable. (busctl can be used directly to get the previous D-Bus/JSON output.) busctl and jq are no longer dependencies. * A --no-history flag has been added to makoctl dismiss. * A new Modes D-Bus property can be used to be notified when the current modes change. ++++ melange: - Update to version 0.23.0: * fix(sca): Don't generate dependency on luajit (#1854) * Persist workspace filesystem throughout package builds (#1836) * build(deps): bump cloud.google.com/go/storage from 1.50.0 to 1.51.0 (#1855) * build(deps): bump mvdan.cc/sh/v3 from 3.10.0 to 3.11.0 (#1847) * build(deps): bump google.golang.org/api from 0.223.0 to 0.225.0 (#1853) * build(deps): bump the gomod group with 8 updates (#1851) * build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace (#1846) * linter: update usrmerge and make it required (#1839) * feat: store --namespace as APK maintainer field (#1751) * Expand the sample yaml in README (#1838) ++++ mesheryctl: - update to 0.8.50: * General - update schema imports @aabidsofi19 (#14025) - fitz/chore/meetings and archival @fitzergerald (#14036) * Meshery CLI - Notification UI Enhancements @FaheemOnHub (#13878) - chore: add make e2e command @lekaf974 (#14033) - [mesheryctl] 13831: fix environment view orgID param @n2h9 (#13833) - feat: mesheryctl components add unit test @lekaf974 (#13912) - docs: add mesheryctl e2e contribution guideline @lekaf974 (#14006) * Documentation - Notification UI Enhancements @FaheemOnHub (#13878) ++++ micropython: - Add fix_re_sub_test_on_python3.13.patch to fix re_sub test ++++ mupdf: - Update to 1.25.5: * Allow pdf_lookup_page_number_slow on deleted pages. * Fix issue in Fax decoder. * Tweak antidropout code in the non-AA rasterizer. * Fix bug ignoring last entry in UAX 14 line-breaking table. * Let Windows handle unhandled ALT-key combinations. * Cope with "undersized" cross-reference streams. * Use ULL rather than Ui64 in windows specific time funcs * Fix redaction problem with form transforms. * Fix Makefiles to test/alter CFLAGS, not XCFLAGS. * Avoid double drop of fz_html_tree upon exception in xml_to_boxes(). * Free unopened pages instead of waiting for document to reap them. * Do not create bad write options if encrypt option was set to unknown value. * PDF saving: Perform a pre-pass to load objects before saving. * Change capitalization in mutool usage to be consistent. * Ensure that cfb archive entry names are null-terminated. * Allocate xml root node in pool. * Fix typo in LZW compressed inline image dictionary. * Report error in audit tool, otherwise it counts as unhandled. * Handle PDF objects numbered outside xref range. * Check whether opts is NULL when cleaning a PDF file. * Check whether the argument list is NULL, when argument are said to exist. * Consistently use uint32_t for color in stext device. * Sync open page numbers after undo has swapped the xrefs, not before. * Clear the in-doc flag when removing a page from the opened page list. * Add support archive script to create commercial tarballs. ++++ nethack: - Modify nethack-config.patch: Define AUTOPICKUP_EXCEPTIONS to make autopickup more user friendly. It is usually preferable for players to not pick up items automatically. Exceptions are Zorkmids (i.e., in-game money). The compile-time option AUTOPICKUP_EXCEPTIONS allows for configuring this at runtime. - Fix package description: it's the 'Mazes of Menace' (plural). ++++ nvme-cli: - Update to version 2.12: * Release v2.12 * doc: Regenerate all docs for v2.12 * build: bump libnvme wrap * wdc: On FreeBSD, get the timezone the same as with real glibc * nvme: add error message for mmap_registers * sed: improved contextual error messages * nvme: use correct parser type for nvmsetid and endgid option * nvme-print: print new fields of Asynchronous Event Configuration * completions: add pull-model-ddc-req-log command * doc: add pull-model-ddr-req-log command * nvme: add pull-model-ddc-req-log command * nvme: fix ave-discovery-log command LID setting * Makefile: Add new targets and update meson command syntax * micron: Add missing newline * completions: add ave-discovery-log command * doc: add ave-discovery-log command * Documentation: Added solidigm plugin commands to main manual page. * nvme-print: add human readable output for IOCS Data Structure * build: bump libnvme wrap * sed: extended discovery feature code printing * netapp-ontapdev: correct the basestr header (bsc#1237275) * nvme: add ave-discovery-log command * nvme-print-json: delete json_host_discovery_log printf error code * netapp-smdev: update err msg for no smdevices (bsc#1237275) * netapp-ontapdev: update err msg for no ontapdevices (bsc#1237275) * netapp-smdev: update basestr header in verbose output (bsc#1237275) * netapp-ontapdev: update basestr headers in verbose output * nvme: enforce ns granularity on ns create * doc: add host-discovery-log command * completions: add host-discovery-log command * completions: fix zsh completions array parameter names * nvme: add host-discovery-log command * build: bump libnvme wrap * nvme-print: print Host Behavior Support feature fields * completions: Added fdp feature auto-completion. * nvme-wrap: fix get_log_reachability_associations parameters order * nvme-print-binary: fix to output phy rx eom log length * nvme-print-binary: fix to output dispersed ns participating nss log length * nvme-print-binary: fix to output reachability groups log length * nvme-print-binary: fix to output reachability associations log length * plugins/ocp: Added OCP 2.6 telemetry support Updated the Telemetry Structure and Enum to support the OCP 2.6 spec * util/logging: fix print format string * plugins/sed: use platform depended cast for pointer type * plugins/virtium: fix print format string * util/types: fix print format string * build: bump libnvme wrap * nvme-print: print new fields of nvm_id_ctrl * nvme: check for valid output format (bsc#1237275) * nvme: make get-feature JSON output print everything (bsc#1237275) * doc: Add nvme-fdp-feature command * plugins/fdp: Added FDP feature subcommand. * tests: check if verify command is supported * tests: fix hex to base-10 conversion in id-ctrl output * tests: read LBA size for validation * tests: fix LBA format calculation * completions: add reachability-associations-log command * doc: add reachability-associations-log command * nvme: add reachability-associations-log command * nvme-wrap: do_admin_op() get_log_reachability_groups parameters order * build: bump libnvme wrap * nvme: make -v output consistent with -H output for nvme get-feature (bsc#1237275) * nvme: make -v output consistent with -H output for nvme get-property (bsc#1237275) * nvme: fix reachability-groups-log command perror message * completions: add reachability-groups-log command * doc: add reachability-groups-log command * CI: add missing bind-mount option for /dev * Revert "argconfig: add argconfig_get_value()" * Revert "nvme: use blkdev for direct if namespace-id specified" * Revert "nvme: add flush command chardev handle error message" * nvme: add reachability-groups-log command * nvme: do not output debug infos on info level * build: checkpatch limit line length to 100 chars * nvme-print-stdout: add details in list-ns verbose output (bsc#1237275) * nvme-print-stdout: add descriptions for nsze, ncap & nuse (bsc#1237275) * completions: add and fix io-mgmt-recv and io-mgmt-send commands * completions: add dispersed-ns-participating-nss-log command * doc: add dispersed-ns-participating-nss-log command * nvme: add dispersed-ns-participating-nss-log command * completions: add changed-alloc-ns-list-log command * completions: fix mgmt-addr-list-log command * doc: add changed-alloc-ns-list-log command * nvme: add NVMe 2.1 changed-alloc-ns-list-log command * nvme-wrap: handle get log rotational media info correctly * build: sync checkpatch config file * build: checkpatch ignore new/del/mov files * nvme-wrap: use rotational media information log libnvme-mi API * build: bump libnvme wrap * ocp: fix to free hwcomp log desc memory allocated * nvme: change attach-ns to error out if wrong device given * nvme-print: print new id-ns fields added in NVM Command Set Spec 1.1 * build: bump libnvme wrap * plugins/ocp: fix telemetry parser buffer overflow * sed: add '--read-only' to lock/unlock commands * udev-rules-ontap: switch to queue-depth iopolicy * doc: add rotational-media-info-log command * completions: add rotational-media-info-log command * tests: monitor /dev for new nvme block device * plugins/solidigm: Telemetry null check json object * plugins/solidigm: Replace snprintf with asprintf * Revert "tests: add blkdev checking after NS creation" * fabrics: make 'disconnect' accepting only -n or -d * nvme: add rotational-media-info-log command * tests: add verbose options for NS management commands * tests: add blkdev checking after NS creation * tests: correct to check blkdev for NS attached * ocp-telemetry-decode: fix ascii string lookup * nvmf-keys: udev rule should be using /etc/nvme * nvme: set eds to true if controller supports 128 bit hostid * nvme: add flush command chardev handle error message * nvme: use blkdev for direct if namespace-id specified * argconfig: add argconfig_get_value() * nvme: add NS management commands error message output * build: remove thank you bot * build: fix REST API call and permissions for thanks you note * nvme-print-stdout: use NVME_CTRL_OACS definitions * build: automatically add a thank you note on PR merge * nvme-print-json: add get feature pls mode print * nvme-print-stdout: add get feature pls mode print * doc: add mgmt-addr-list-log command * completions: add mgmt-addr-list-log command * completions: fix ocp hardware-component-log zsh completion * doc: fix ocp-hardware-component-log documentation errors * nvme-print-binary: add binary_mgmt_addr_list_log() * nvme-print-json: add json_mgmt_addr_list_log() * nvme: add mgmt-addr-list-log command * build: bump libnvme wrap * nvme-print-json: add NVMe 2.1 identify power state descriptor fields * nvme-print-stdout: add NVMe 2.1 identify power state descriptor fields * types: move STR_LEN definition from json.h * nvme-print: add NVMe 2.1 admin commands strings * nvme-print-stdout: add human readable output for DSTO field * nvme: add the new Self-test Code of Device Self-test command * nvme-print-stdout: split PEL functions * nvme-print-stdout: split PEL set feature event function * nvme-print-stdout: use libnvme FDP events feature definitions * nvme-print-stdout: fix to print PEL set feature event FDP events * nvme-print: add NVMe 2.1 get and set features FIDs string * build: bump libnvme wrap * ocp-nvme: Add missing data media_dies_offline to smart_extended_log. * ocp-nvme: Update ocp v2.6 Smart Information Extended * plugins/ocp: Align ocp_smart_extended_log struct. * plugins/ocp: Use structure for ocp smart log * ocp: Update ocp plugin version * ocp: Fixes for OCP 2.5 Telemetry Stats Parsing * make: fix make rpm target * nvme-print: add NVMe 2.1 get log page LIDs string * ocp: change hwcomp log size variable name to log_bytes * ocp: fix to check hwcomp log size if valid * ocp: add ocp dssd log id and feature id definitions * util: introduce int56_to_long() type conversion helper * ocp-print: use int48_to_long() to print 48 bits values * ocp: remove unnecessary 64 bits mask * ocp: use struct nvme_timestamp type for FAHE-5 timestamp field * nvme-print: move obj_add_* definitions into util/json.h * nvme: fix to use NVME_VAL() for CQ entry status field filter * nvme-print-json: update id-ctrl print code to use libnvme definition * nvme-print-json: update register print code to use libnvme definition * util: clean up json.h file * dapustor: avoid sprinkling ifdefs * netapp: avoid sprinkling ifdefs * intel: avoid sprinkling ifdefs * micron: avoid sprinkling ifdefs * util: cast to use empty function json_object_array_add parameter k * wdc: enable wdc-nvme.c build without json-c dependencies checking * ssstc: build plugin not depended on json without json * seagate: enable seagate-nvme.c build without json-c dependencies checking * scaleflux: enable sfx-nvme.c build without json-c dependencies checking * scaleflux: use PRIu64 printf format string instead of llu * nvidia: build plugin not depended on json without json * netapp: enable netapp-nvme.c build without json-c dependencies checking * nbft: enable nbft-plugin.c build without json-c dependencies checking * plugins: introduce OPT_FLAG_JSON for command option json * amzn: avoid sprinkling ifdefs and use flags * Fixed latency_monitor_feature_enable to be 01h as per OCP spec v2.0 * ocp: add ocp_get_log_simple() to set UUID index * build: bump wrap * plugin/lm: Introduce Live Migration plugin * ocp-nvme: Add a different formatting for JSON output * Plugin: ScaleFlux Adding Status Command * Plugin: ScaleFlux Use NVME_NSID_ALL * Plugin: ScaleFlux Spelling&Typo Fixes * Plugin: ScaleFlux Seperating Types * micron: enable micron-nvme.c build without json-c dependencies checking * intel: enable intel-nvme.c build without json-c dependencies checking * huawei: enable huawei-nvme.c build without json-c dependencies checking * fdp: build plugin not depended on json without json * dell: build plugin not depended on json without json * dapustor: enable dapustor-nvme.c build without json-c dependencies checkin * amzn: use PRIu64 printf format string instead of llu * amzn: enable amzn-nvme.c build without json-c dependencies checking * nvme: disable output-format option json value without json-c * doc: Add write zeroes command namespace-zeroes option * ocp: add set-enable-ieee1667-silo command * ocp: add ocp-types.h file for OCP requirements definitions * nvme-wrap: add nvme_cli_set_features() API function * doc: remove TLS documentation * sed: add '--read-only' to 'sed initialize' * plugins: build plugins not depended on json without json * ocp: update internal-log command telemetry type description * ocp: delete internal-log command telemetry type none value definition * nvme: plugins/fdp, check endurance group identifier * print: OACS Host Managed Live Migration Support (HMLMS) * build: bump libnvme wrap * nbft: Report proper error codes from discover_from_nbft() * tests: Use container image to run nightly tests * tests: Fix `subprosess.call` calls * tests: Refactor prints * tests: Remove unneeded sleep statements * tests: use current LBA format as I/O block size * tests: Use json output for parsing * tests: Introduce configurable nvme binary path * nvme: add Namespace Zeroes support to Write Zeroes command * print: id-ctrl print updated based on NVMe v2.1 * print: Add missing fid to string * build: bump libnvme wrap * ocp: TCG Configuration Log field added ocp v2.6 * ns_descs: prevent buffer overrun and memory corruption * ocp: set UUID index to get extended smart log * plugins/ocp: fixed crash in telemetry string log output format json * nvme: Host-init telemetry log mcda field added * build: bump libnvme wrap * nvme-print-stdout: print MAXWZD and NSZS bits of ONCS field * build: bump libnvme wrap * netapp-smdev: add verbose output (bsc#1234217) * netapp-smdev-doc: add verbose details (bsc#1234217) * netapp-smdev: remove redundant code (bsc#1234217) * nvme-print: fix Arbitration Mechanism Supported * nvme: telemetry ctrl-init need to clear RAE * nvme-netapp: update err messages (bsc#1234217) * netapp-ontapdev: fix JSON output for nsze & nuse (bsc#1234217) * netapp-ontapdev: fix fw version handling (bsc#1234217) * print: Supported Log lidsp print updated NVMe v2.1 * nvme-print-stdout: add nvm-id-ctrl command VER and LBAMQF fields * build: bump libnvme wrap * wdc: rework log retrieval and parsing * build: change muon setup command and parameter * ocp: set UUID index to get hwcomp log * type: Using enums of ANSAN and RGCNS bit for OAES * nvme-print: print the new fields added in Sanitize log - TP4152 * build: bump libnvme wrap * nvme-print: Add id-ctrl CTRATT.RHII, using enum * fabrics: update return values for dim * ocp-nvme: Add Error Injection type from ocp2.6 * ocp-nvme: Update ocp v2.6 Hardware Component * build(deps): bump codecov/codecov-action from 4 to 5 * nvme: update messages for few misc functions * ocp-nvme: fix the error display of Hardware Component Log * opc: fix hardware component descriptions bytes number * ocp-nvme: Recommit removed patch * netapp-ontapdev-doc: add verbose details (bsc#1232616) * netapp-ontapdev: add verbose output (bsc#1232616) * plugins/netapp: add include of libgen.h for basename(3) prototype * nvme-print: add fallback for non-standard locale category * docs: add howto to setup TLS connections * plugins/amzn: add stats support * nvme-print: use NVME_GET in sanitize log * wdc: Fixes for SNTMP Capabilities * build: Add token for coverage test - Update bugzilla references ++++ onedrive: - Update to version 2.5.5: * Feature Requests | Enhancements - Implement Feature Request: Implement 'disable_permission_set' configuration option to not set directory and file permissions (#3112) - Implement Feature Request: Implement 'write_xattr_data' configuration option to add information about file creator/last editor as extended file attributes (#3113) - Implement Feature Request: Implement 'transfer_order' configuration option to allow the user to determine what order files are transferred in (#3114) - Enhancement: Add support for --share-password option when - -create-share-link is called (#3119) - Enhancement: Add support 'localizedMessage' error messages in application output if this is provided in the JSON response from Microsoft Graph API (#3153) * Microsoft API Changes for OneDrive Personal Accounts - Comprehensively overhauled how OneDrive Personal Shared Folders are handled due to major OneDrive API backend platform user migration and major differences in API response output (#3116) - Comprehensively changed OneDrive Personal 'driveId' value checking due to major OneDrive API backend platform user migration and major differences in API response output (#3116) * Bug Fixes - Fix Bug: Fix path calculation for Client Side Filtering evaluations for Business Accounts (#3106) - Fix Bug: Fix path calculation for Client Side Filtering evaluations for Personal Accounts (#3111) - Fix Bug: Only perform path calculation if this is actually required - Fix Bug: Fix check for 'globbing' and 'wildcard' rules, that the number of segments before the first wildcard character need to match before the actual rule can be applied (#3123) - Fix Bug: When using 'sync_list', ignore specific exclusion to scan that path for new data, which may be actually included by an include rule, but the parent path is excluded (#3130) - Fix Bug: When removing a OneDrive Personal Shared Folder, remove the actual link, not the remote user folder (#3147) - Fix Bug: Fix 'Unsupported platform' for inotify watches by using the correct predefined version definition for Linux. (#3152) * Other Changes | Fixes - Changed curl debug logging to --debug-https as this is more relevant (#3120) - Updated Fedora Docker OS version to Fedora 41 (#3150) - Updated Alpine Docker OS version to Alpine 3.21 (#3150) - Updated documentation ++++ openQA: - Update to version 5.1742233134.0a4478bf: * Dependency cron 2025-03-17 * ci: Cover OpenQA::Worker::Job::_read_json_file * Remove obsolete support for Mojolicious < 9 * Simplify 'dump_yaml' ++++ openSUSE-release-tools: - Update to version 20250317.f281854: * Add styles to openQA results ++++ orca: - Update to version 48.0: + No changes, stable version bump only. ++++ osv-scanner: - Update to version 2.0.0: Important: This release includes several breaking changes aimed at future-proofing OSV-Scanner. Please consult our comprehensive Migration Guide to ensure a smooth upgrade. https://google.github.io/osv-scanner/migration-guide.html * Features: - Layer and base image-aware container scanning: - Rewritten support for Debian, Ubuntu, and Alpine container images. - Layer level analysis and vulnerability breakdown. - Supports Go, Java, Node, and Python artifacts within supported distros. - Base image identification via deps.dev. - Usage: osv-scanner scan image : - Interactive HTML output: - Severity breakdown, package/ID/importance filtering, vulnerability details. - Container image layer filtering, layer info, base image identification. - Usage: osv-scanner scan --serve ... - Guided Remediation for Maven pom.xml: - Remediate direct and transitive dependencies (non-interactive mode). - New override remediation strategy. - Support for reading/writing pom.xml and parent POM files. - Private registry support for Maven metadata. - Machine-readable output for guided remediation. - Enhanced Dependency Extraction with osv-scalibr: - Haskell: cabal.project.freeze, stack.yaml.lock - .NET: deps.json - Python: uv.lock - Artifacts: node_modules, Python wheels, Java uber jars, Go binaries - Feature #1636 osv-scanner update command for updating the local vulnerability database (formerly experimental). - Feature #1582 Add container scanning information to vertical output format. - Feature #1587 Add support for severity in SARIF report format. - Feature #1569 Add support for bun.lock lockfiles. - Feature #1547 Add experimental config support to the scan image command. - Feature #1557 Allow setting port number with --serve using the new --port flag. * Breaking Changes: - Feature #1670 Guided remediation now defaults to non-interactive mode; use the --interactive flag for interactive mode. - Feature #1670 Removed the --verbosity=verbose verbosity level. - Feature #1673 & Feature #1664 All previous experimental flags are now out of experimental, and the experimental flag mechanism has been removed. - Feature #1651 Multiple license flags have been merged into a single --license flag. - Feature #1666 API: reporter removed; logging now uses slog, which can be overridden. - Feature #1638 API: Deprecated packages removed, including lockfile (migrated to OSV-Scalibr). * Improvements: - Feature #1561 Updated HTML report for better contrast and usability (from beta2). - Feature #1584 Make skipping the root git repository the default behavior (from beta2). - Feature #1648 Updated HTML report styling to improve contrast (from rc1). * Fixes: - Fix #1598 Fix table output vulnerability ordering. - Fix #1616 Filter out Ubuntu unimportant vulnerabilities. - Fix #1585 Fixed issue where base images are occasionally duplicated. - Fix #1597 Fixed issue where SBOM parsers are not correctly parsing CycloneDX files when using the bom.xml filename. - Fix #1566 Fixed issue where offline scanning returns different results from online scanning. - Fix #1538 Reduce memory usage when using guided remediation. We encourage everyone to upgrade to OSV-Scanner v2.0.0 and experience these powerful new capabilities! As always, your feedback is invaluable, so please don't hesitate to share your thoughts and suggestions. - General V2 feedback https://github.com/google/osv-scanner/discussions/1529 - Container scanning feedback https://github.com/google/osv-scanner/discussions/1521 ++++ parcellite: - fix-manpage-name.patch: fix name of installed manual page ++++ perl-JSON-Validator: - updated to 5.150.0 (5.15) see /usr/share/doc/packages/perl-JSON-Validator/Changes 5.15 2025-03-16T18:47:47 - Make JSON::Validator::Util::is_bool return true when passed perl v5.36+ builtin booleans #275 - Fix wrong resolving of responses component using $ref #277 - Fix array coercion for array parameters with a $ref schema #274 ++++ pgbadger: - update to 13.1 This is a maintenance release of pgBadger that fixes issues reported by users since last release and adds some new features: - Add new report about vacuum throughput with a graph about vacuum per table that consume the more CPU. The table output reports I/O timing read and write per table as well as the CPU time elapsed on the table. Thanks to Ales Zeleny for the feature request. This patch also adds frozen pages and tuples to the Vacuums per Table report. - Add --no-fork option for debugging purpose to not fork processes at all. Thanks to Ales Zeleny for the feature request. - Add millisecond to the raw csv output. Thanks to Henrietta Dombrovskaya for the feature request. - Add log filename to sample reports when multiple file are processed. Thanks to Adrien Nayrat for the feature request. Here is the complete list of changes and acknowledgments: - Fix bind parameters parsing. Thanks to Thomas Kotzian for the patch - Apply query filter on multi-lines queries. Thanks to Benjamin Jacobs for the patch - Update test result for log filename storage changes - Fix ERROR vs LOG message level in json output. Thanks to Philippe Viegas for the report. - Remove import of tmpdir not exported method from File::Temp. Thanks to kmoradha for the report. ++++ pnpm: - update to 10.6.4: * Patch Changes - Fix pnpm dlx with --allow-build flag #9263. - Invalid Node.js version in use-node-version should not cause pnpm itself to break #9276. - The max amount of workers running for linking packages from the store has been reduced to 4 to achieve optimal results [#9286]. The workers are performing many file system operations, so increasing the number of CPUs doesn't help performance after some point. ++++ podman: - Depend on runc unconditionally, not only on SLES ++++ polybar: - Remove `if` function for `%autopatch` macro ++++ python-fuse: - Update to 1.0.9: - Update AUTHORS - Demonstrate basic possibility to test with pytest - When getting string size, count UTF8 bytes - CI: add python 3.13 - pull PyCapsule_New() into the PYLOCK() section in poll_func() - Separate documentation to separate subpackage. - Add examples subdirectory to that documentation. - Make the test suite running. ++++ python-Jinja2: - Skip test_elif_deep on s390x arch ++++ python-PyMuPDF: - Compile everything with -DNDEBUG to fix reference to undefined symbols - Compile mupdf with %optflags ++++ python-Telethon: - Update to 1.39.0 * fix(session): persist session after `session.set_dc` * Update to layer 195 * Avoid error when trying to reset deadline for no msgbox entries * Updated to Layer 196 (#4525) * Add missing parameters to Message constructor (#4529) * Fix IOError with some image modes in photo resize This fixes image compression with mode "P" (potentially others) which is necessary as the server has erroneous alpha color with some types of images (mode "P" for example). This also properly applies the background argument that may be passed to _resize_photo_if_needed by always compressing images with alpha regardless of whether the server will compress the image for us. * Document drop_author and add drop_media_captions drop_author is already supported but is undocumented. drop_media_captions for consistency with drop_author being implemented. * Respect receive_updates=False * Improve edit_message message type hint This also allows utils.get_message_id to get the ID of InputMessageID. * Update to layer 198 * Unconditionally match text and link text in markdown Fixes cases where there's a nested [] in the text by matching until "](" is reached. This doesn't match newlines in URLs because that makes no sense. * Fix overlapping URLs and improve overlapping in md Also remove the unused overlap function. * Make markdown URL regex less greedy Fixes multiple URLs in a single message. * fix: support batch sending of image URLs and video URLs in albums * Consider range list-like This allows you to pass range() to things such as get_messages as ids= without first explicitly converting it to a list. * Update to layer 199 ++++ python-mkdocs-material: - update to 9.6.9: * Updated Serbo-Croatian translations * Fixed #8086: Custom SVG icons containing hashes break rendering * Fixed #8067: Drawer has gap on right side in Firefox on some OSs ++++ python-pynntp: - does not provide nor obsolete python-nntplib ++++ python-zc.customdoctests: - Python 3.11 is the first flavor built, fix removal of nspkg.pth. ++++ quilt: - Drop obsolete suse version checks (reported by rpmlint). - guards-fix-exit-operator-precedence-error.patch, fix-two-exit-values.patch: Avoid a perl warning due to missing parentheses when using the ?: operator to compute an exit value. - setup-pass-define-to-rpmbuild-instead-of-eval-define.patch: Fix building noarch packages with rpm >= 4.20 (boo#1236907). - setup-new-option-spec-filter.patch, setup-implement-a-spec-filter-library.patch: Make it possible to preprocess spec files which do not comply with the standard. Most notably multibuild OBS spec files need to be preprocessed. Use option "--spec-filter=obs" for these (boo#1236907). - inspect-wrapper-fix-rpm-4.20.patch: Detect the change of build root path hierarchy introduced by rpm 4.20 (boo#1236907). - Drop suse-workaround-pseudo-release.patch, superseded by new option --spec-filter. - Install the bash completion file to the right directory (reported by rpmlint). ++++ rdap: - Initial package (0.9.1) ++++ rebootmgr: - Update to version 3.2+git20250317.27192cc: * Set c_std to gnu17 ++++ sane-airscan: - Update to version 0.99.33: * WSD: fixed "scan-intent" option handling on ADF Duplex source * eSCL: support both forms, scan:SupportedIntent and scan:Intent in capabilities ++++ sdbootutil: - Update to version 1+git20250311.8d3db8b: * Load the config file when updating the predictions * Include swap partitions for PCR15 * Soft fails keyctl setperm when called via YaST * Revoke cryptenroll key if is incorrect ++++ sequoia-octopus-librnp: - update to 1.11.0 * Notable changes - Ported to sequoia-openpgp 2. This brings in the machinery to support RFC9580, but without further changes to Thunderbird, it will not be able to make use of newer keys. It might be able to decrypt SEIPDv2 messages, though. ++++ subfinder: - Version 2.7.0 * Added ThreatCrowd source by @hyni03 in #1508 * Added DigitalYama source by @nukunga in #1517 * Fixed issue where input with protocols (e.g., https://example.com ) was skipped. Now, the protocol part is removed, allowing example.com to be used by @dogancanbakir in #1516 * Fixed VirusTotal limit error where the limit couldn't be larger than 40 by @dogancanbakir in #1548 * Fixed query syntax for Netlas source by @thurrsense in #1529 * Removed PassiveTotal as it no longer exists by @dogancanbakir in #1515 * Changed DNSRepo API endpoint to the latest version by @dogancanbakir in #1540 * Skipped non-200 HTTP responses for Anubis by @dogancanbakir in #1541 ++++ syft: - Update to version 1.21.0: * chore(deps): update anchore dependencies (#3727) * chore(deps): update CPE dictionary index (#3735) * chore(deps): update tools to latest versions (#3722) * chore(deps): bump github.com/spf13/afero from 1.12.0 to 1.14.0 (#3736) * chore(deps): bump modernc.org/sqlite from 1.36.0 to 1.36.1 (#3737) * chore(deps): bump github.com/charmbracelet/lipgloss from 1.0.0 to 1.1.0 (#3732) * chore(deps): bump docker/login-action from 3.3.0 to 3.4.0 (#3733) * fix(performance): reduce memory allocation in containsPath (#3730) * chore: upload individual binaries as artifacts (#3714) * fix: fetch Dart package versions from sdk entries (#3572) * chore(deps): update tools to latest versions (#3713) * chore(deps): update CPE dictionary index (#3715) * Add set ID to dotnet packages (#3719) * chore(deps): bump github/codeql-action from 3.28.10 to 3.28.11 (#3716) * Location order on packages should consider evidence annotations when sorting (#3720) * chore: fix some function names in comment (#3717) * fix: improve fluent-bit binary detection regex pattern (#3701) * chore: updates for go 1.24.1 (#3712) * chore(deps): bump golang.org/x/mod from 0.23.0 to 0.24.0 (#3708) * Update rustaudit module name (#3689) * chore(deps): bump golang.org/x/net from 0.35.0 to 0.37.0 (#3711) * chore(deps): bump github.com/charmbracelet/bubbletea from 1.2.4 to 1.3.4 (#3690) * Add downloadLocation URI validation (#3697) * Native Image SBOM: support extracting symbols in .dynsym section for ELF files (#3647) * chore(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#3687) * chore(deps): bump modernc.org/sqlite from 1.35.0 to 1.36.0 (#3692) * chore(deps): bump github.com/go-git/go-git/v5 from 5.13.2 to 5.14.0 (#3693) * chore(deps): bump github.com/docker/docker (#3694) * chore(deps): bump actions/cache from 4.2.1 to 4.2.2 (#3698) * chore(deps): bump actions/cache in /.github/actions/bootstrap (#3699) * chore(deps): update CPE dictionary index (#3702) * chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.6 to 6.6.7 (#3703) * chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 (#3709) * chore(deps): bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 (#3706) * suppress file already closed errors (#3695) * Fix /etc/redhat-release file parsing when resolving distro details (#3688) * chore(deps): bump sigstore/cosign-installer from 3.8.0 to 3.8.1 (#3675) * chore: disable line wrapping glow output (#3679) * chore(deps): update CPE dictionary index (#3682) * chore(deps): bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 (#3684) * chore(deps): bump github/codeql-action from 3.28.9 to 3.28.10 (#3685) * chore(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 (#3686) ++++ tecla-keyboard-layout-viewer: - Update to version 48.0.2: + Stable version bump only. - Update to version 48.0: + Updated translations. ++++ terragrunt: - Update to version 0.76.1: * New Features Introduced no_dot_terragrunt_stack support in stack and unit, allowing users to opt out of generating .terragrunt-stack directories. This enables seamless adoption of terragrunt.stack.hcl without requiring state migration for existing infrastructure. * What's Changed - Stacks: add support for no_dot_terragrunt_stack (#4019) - Update to version 0.76.0: * New Features / Breaking Changes - Catalog/Scaffold no longer requires --root-file-name root.hcl The catalog and scaffold commands will now attempt to discover a parent root.hcl file by default and use it as the default root Terragrunt configuration when present to help users adopt the changes in migrating-from-root-terragrunt-hcl. Users that have switched over to use root.hcl as the root of their Terragrunt configurations instead of terragrunt.hcl will no longer need to explicitly pass --root-file-name root.hcl or use the root-terragrunt-hcl strict control to automatically discover the root of their Terragrunt configurations when using catalog or scaffold. Note that this is technically a breaking change to the way that catalog and scaffold work. With this change, users that have both a root.hcl file and a terragrunt.hcl file at the root of their repositories will have the root.hcl file used instead of the terragrunt.hcl file for the catalog and scaffold commands. If you are not yet ready to rename the terragrunt.hcl file at the root of your repository, use the --root-file-name flag to explicitly provide terragrunt.hcl as the name of the Terragrunt configuration at the root of your Terragrunt project. This change was made as most users are very unlikely to have both root.hcl (the recommended root of Terragrunt configurations) and terragrunt.hcl (the legacy root of Terragrunt configurations in the same Terragrunt project) at the root of their Terragrunt project. This configuration is entirely CLI based, making it relatively easy to address for users (as opposed to HCL configurations, which might take more time for teams to address). Users looking to move from a root terragrunt.hcl file to a root.hcl file will still need to read through the migration guide to adjust all usages of find_in_parent_folders when making the switch. * What's Changed - fix: Lookup root.hcl if present by @yhakbar in #4022 - fix: Improving logic for scaffold default root discovery by @yhakbar in #4029 - fix: Fixing configuration parsing order link by @yhakbar in [#4021] ++++ tlrc: - Update to 1.11.0: * Fix loading TLS certificates from the OS store (#111) * New config option: output.line_length. The default is 0, which means to use the width of the terminal. Description lines will be wrapped to never exceed this value (#120). * Client specification v2.3: + new command-line options: --short-options and --long-options. + new config option: output.option_style. Can be short, long or both. Specifies which option style should be shown in new option placeholders ({{[-s|--long]}}). ++++ transmageddon: - Add patch transmageddon-update-py-compile.patch: * Use autoreconf to Update py-compile to support Python 3.12+. ++++ vocalis: - Update to version 43.beta+125: + Updated translations. ++++ werf: - Update to version 2.32.1: * chore: release 2.32.1 (#6707) * chore: release 2.32.1 * Revert "refactor(cleanup): perform git history based cleanup concurrently (#6…" (#6706) * wip * refactor(deploy): update Nelm dependency * docs(cleanup): update in werf.yaml reference * chore(release): 1.2 stabe, 2 alpha ++++ xdg-desktop-portal: - Do not build docs on SLE/Leap <= 16. They pull in a lot of additional dependencies. ++++ xdg-desktop-portal-devel-docs: - Do not build docs on SLE/Leap <= 16. They pull in a lot of additional dependencies. ++++ xdg-desktop-portal-gnome: - Update to version 48.0: + Updated translations. ++++ yast2-trans: - Update to version 84.87.20250315.643f794333: * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (German) * Translated using Weblate (Dutch) * Translated using Weblate (Dutch) * Translated using Weblate (Dutch) * Translated using Weblate (Dutch) * Translated using Weblate (Catalan) * Translated using Weblate (Japanese) * Translated using Weblate (Japanese) * Translated using Weblate (Japanese) * Translated using Weblate (Japanese) * Translated using Weblate (Czech) * Translated using Weblate (Czech) * Translated using Weblate (Catalan) * Translated using Weblate (Catalan) * Translated using Weblate (Catalan) * Translated using Weblate (Catalan) * Translated using Weblate (Catalan) * Added translation using Weblate (Catalan) * Added translation using Weblate (Catalan) * Translated using Weblate (Catalan) * New POT for text domain 'rmt'. ++++ yubikey-manager: - Update to 5.6.0 * SCP: Add support for specifying Le (needed in OpenPGP get_challenge). * PIV: When writing a new CHUID, prefer to keep data from the old one if possible. * CLI: Specifying public-key is now optional when generating a PIV certificate, if a public key can be read from the YubiKey itself. * CLI: (YK FIPS) Disallow --protect for PIV when not in FIPS approved state. * CLI: Support specifying Le in "apdu" command. * CLI: Show OpenPGP key information in "openpgp info" and "openpgp keys info" commands. * CLI: Detect OpenPGP memory corruption, and correctly factory reset OpenPGP if needed. * CLI: Don’t fail on corrupted configuration files, instead show a warning. * Require Poetry >= 2.0 for building and packaging of the library. * Bugfix: CLI - Don’t use extended APDUs in the "apdu" command on old YubiKeys which do not support it. ------------------------------------------------------------------ ------------------ 2025-3-16 - Mar 16 2025 ------------------- ------------------------------------------------------------------ ++++ at-spi2-core: - Update to version 2.56.0: + Updated translations. ++++ boost-base: - Fix build failure of depending packages, add * boost-missing-BOOST_MOVE_STD_NS_BEG.patch * boost-missing-BOOST_MOVE_STD_NS_BEG-again.patch ++++ boost-extra: - Fix build failure of depending packages, add * boost-missing-BOOST_MOVE_STD_NS_BEG.patch * boost-missing-BOOST_MOVE_STD_NS_BEG-again.patch ++++ chirp: - Update to version 20250314: * tdh8: Eliminate duplex requirement on mems 31-52 * Remove TH-350 from the unsupported list * Fix TSV paste bringing in a ghost memory * Add "copy portable" to memedit right-click menu ++++ di: - update to 6.0.0: * Fix crash in incorrect processing when di_get_all_disk_info fails * ABI Change: di_get_all_disk_info now returns an exit flag ++++ editorconfig-checker: - Update to version 3.2.1: * chore(main): release 3.2.1 (#450) * fix: empty format in the config file should be treated as Default (#448) * ci: extend the CI to MacOS to catch regressions (#440) * chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 (#453) * chore(deps): bump github.com/gkampitakis/go-snaps from 0.5.9 to 0.5.11 (#443) * chore(deps): bump github.com/editorconfig/editorconfig-core-go/v2 (#452) * fix(test): support running our test suite under `-trimpath`, closes #397 (#439) * fix(test): make TestGetRelativePath work under Darwin (#445) * chore(deps): bump golang.org/x/text from 0.22.0 to 0.23.0 (#449) * fix(test): we no longer need -ldflags at all (#444) * fix: check for exclusion before MIME type (#447) * ci: use new goreleaser formats to get the archives we need (#425) * build: switch to go1.24 (#446) * chore: make sure we always use our latest release in pre-commit (#436) * chore(deps): bump golang.org/x/text from 0.21.0 to 0.22.0 (#438) * chore(deps): bump github.com/gkampitakis/go-snaps from 0.5.8 to 0.5.9 (#435) ++++ efl: - Make scim conditional, which is Factory drop candidate - Add patch efl_scim.patch ++++ extension-manager: - require unzip, so we can make sure that we can decompress the extension tarballs ++++ firefox-esr: - Don't build the various langpacks in parallel. This may be fixing boo#1239446, but will have to be monitored. ++++ five-or-more: - Update to version 48.0: + Stable version bump. ++++ flint: - Update to release 3.2.1 * Better host triplet identification for Zen - Add 0001-build-reduce-build-requirements-on-gmp-and-mpfr.patch ++++ fluidsynth: - Update to version 2.4.4 * Support for SDL3 has been added, support for SDL2 has been deprecated. * Soundfonts that are not respecting the 46 zero-sample padding-space previously sounded incorrect when synth.dynamic-sample-loading was active. * Allow drum channels to profit from Soundfont Bank Offsets by no longer ignoring MSB Bank changes. * Revise the preset fallback logic for drum channels. * A regression introduced in 2.4.1 may have caused interrupted real-time playback when voices were using the lowpass filter. * Improve multi-user experience when running fluidsynth as systemd service. * Fix ordering and dependencies of fluidsynth's systemd service. * Revise fluidsynth's man page. ++++ ghc-data-default: - Update data-default to version 0.8.0.1. Upstream added a new change log file in this release. With no previous version to compare against, the automatic updater cannot reliable determine the relevante entries for this release. ++++ ghc-pandoc: - Update pandoc to version 3.6.4. [#]# pandoc 3.6.4 (2025-03-16) * Disable `citations` extension in writers if `--citeproc` is used (#10662). Otherwise we get undesirable results, as the format's native citation mechanism is used instead of (or in addition to) the citeproc-generated citations. * Markdown reader: + Allow line break between URL and title of link (#10621). + Give better position information when YAML metadata parsing fails with a YAML exception (#10231). + Fixed `escapedChar'` parser (#10672). It should not accept escaped newlines. + Remove some misguided list fanciness (#9865, #7778, cf. #5628). Previously we tried to handle things like commented out list items: ``` - one X11 ++++ yast2: - Checking if a TPM2 device is available (has_tpm2). (jsc#PED-10703) - 5.0.13 ++++ zizmor: - Update to version 1.5.1: * chore: prep for v1.5.1 release (#601) * bugfix: don't require `.git/` to respect `.gitignore` files (#598) * docs: fix typo in release notes (#595) ------------------------------------------------------------------ ------------------ 2025-3-11 - Mar 11 2025 ------------------- ------------------------------------------------------------------ ++++ FreeCAD: - Add FreeCad-drop-imghdr-import.patch: Drop imghdr import to allow building with python 3.13; upstream commit (gh#FreeCAD/FreeCAD#18081). ++++ python-HyperKitty: - Add reproducible.patch for reproducible builds ++++ NetworkManager: - Add 2069.patch: Fix build against girepository-2.0 (pygobject 3.52). ++++ PrusaSlicer: - Implement support for SecretStorage * Added PrusaSlicer-2.9.1-pr14263-secretstorage.patch gh#prusa3d/PrusaSlicer#14263 ++++ argocd-cli: - Update to version 2.14.5: * Bump version to 2.14.5 on release-2.14 branch (#22292) * chore(deps): bump github.com/redis/go-redis/v9 from 9.7.0 to 9.7.1 (#21957) (#22255) ++++ bluedevil6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ breeze6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * Do not cascade header colors when using non-global color scheme * kstyle/breezetoolsareamanger.cpp: menu bar colors from header * Fix Qt6 build regression with MinGW (kde#500106) * breezedecoration: Take frameradius to account in no-side-borders border size * update version for new release ++++ libarchive: - Fix CVE-2025-1632, null pointer dereference in bsdunzip.c (CVE-2025-1632, bsc#1237606) * CVE-2025-1632.patch - Fix CVE-2025-25724, Buffer Overflow vulnerability in libarchive (CVE-2025-25724, bsc#1238610) * CVE-2025-25724.patch ++++ budgie-extras: - Add patches to fix typelib requires parsing errors: * typelib-requires-v1-only.patch * typelib-requires-v2-only.patch ++++ calibre: - Use pythons instead static python311. ++++ cg3: - Update to release 1.5.0 * New features: * `CMDARGS` and `CMDARGS-OVERRIDE` for setting command line arguments in the grammar. See https://edu.visl.dk/cg3/chunked/grammar.html#grammar-cmdargs * Cmdline arg `--debug-rules` takes a range of rule line numbers, and will print the windows when a targeted rule tries to do anything. * Cmdline arg `--print-ids` to always print globally unique cohort ID. * New rule type `CopyCohort` to copy a cohort. * New rule type `RemParent` to orphan a cohort. * New rule type `SwitchParent` sets the grandparent of the target as its parent and sets the target as the parent of the previous parent. * Changes: * `MergeCohorts` now inherits dependencies and relations by default. * `Substitute (*) ...` can now be used to insert tags without removing any. ++++ chezmoi: - Update to version 2.60.1: - Fixes * fix: Fallback to statically-linked binary on old Linuxes - Documentation updates * docs: Add example of multiple age recipients ++++ chromium: - Chromium 134.0.6998.88 (stable released 2025-03-11) (boo#1239216) * CVE-2025-1920: Type Confusion in V8 * CVE-2025-2135: Type Confusion in V8 * CVE-TBD: Out of bounds write in GPU * CVE-2025-2136: Use after free in Inspector * CVE-2025-2137: Out of bounds read in V8 ++++ clingo: - BuildRequire python3-setuptools to fix build on python 3.13 ++++ cmake: - Add cmake-findhdf5-prefer-hl-compilers.patch -- FindHDF5: Prefer h5hl* compilers for HDF5_FIND_HL; patch submitted upstream [https://gitlab.kitware.com/cmake/cmake/-/merge_requests/10450.patch]. This fixes hdf5_hl detection issues when building hdf5 >= 1.14 using cmake instead of autotools. ++++ cmake-ui: - Add cmake-findhdf5-prefer-hl-compilers.patch -- FindHDF5: Prefer h5hl* compilers for HDF5_FIND_HL; patch submitted upstream [https://gitlab.kitware.com/cmake/cmake/-/merge_requests/10450.patch]. This fixes hdf5_hl detection issues when building hdf5 >= 1.14 using cmake instead of autotools. ++++ cmake-full: - Add cmake-findhdf5-prefer-hl-compilers.patch -- FindHDF5: Prefer h5hl* compilers for HDF5_FIND_HL; patch submitted upstream [https://gitlab.kitware.com/cmake/cmake/-/merge_requests/10450.patch]. This fixes hdf5_hl detection issues when building hdf5 >= 1.14 using cmake instead of autotools. ++++ cmake-mini: - Add cmake-findhdf5-prefer-hl-compilers.patch -- FindHDF5: Prefer h5hl* compilers for HDF5_FIND_HL; patch submitted upstream [https://gitlab.kitware.com/cmake/cmake/-/merge_requests/10450.patch]. This fixes hdf5_hl detection issues when building hdf5 >= 1.14 using cmake instead of autotools. ++++ gcc7: - Remove fixed bits/sched.h. ++++ crmsh: - Update to version 5.0.0+20250311.9e0cd40b: * Dev: ssh_key: more robust error handling in KeyFileManager (bsc#1239084) ++++ cross-aarch64-gcc7: - Remove fixed bits/sched.h. ++++ cross-arm-gcc7: - Remove fixed bits/sched.h. ++++ cross-arm-none-gcc7: - Remove fixed bits/sched.h. ++++ cross-arm-none-gcc7-bootstrap: - Remove fixed bits/sched.h. ++++ cross-avr-gcc7: - Remove fixed bits/sched.h. ++++ cross-avr-gcc7-bootstrap: - Remove fixed bits/sched.h. ++++ cross-hppa-gcc7: - Remove fixed bits/sched.h. ++++ cross-i386-gcc7: - Remove fixed bits/sched.h. ++++ cross-m68k-gcc7: - Remove fixed bits/sched.h. ++++ cross-mips-gcc7: - Remove fixed bits/sched.h. ++++ cross-nvptx-gcc7: - Remove fixed bits/sched.h. ++++ cross-ppc64-gcc7: - Remove fixed bits/sched.h. ++++ cross-ppc64le-gcc7: - Remove fixed bits/sched.h. ++++ cross-rx-gcc7: - Remove fixed bits/sched.h. ++++ cross-rx-gcc7-bootstrap: - Remove fixed bits/sched.h. ++++ cross-s390x-gcc7: - Remove fixed bits/sched.h. ++++ cross-sparc-gcc7: - Remove fixed bits/sched.h. ++++ cross-sparc64-gcc7: - Remove fixed bits/sched.h. ++++ crypto-policies: - Enable SHA1 sigver in the DEFAULT policy. * Add crypto-policies-enable-SHA1-sigver-in-DEFAULT.patch ++++ discover6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release * Disable effect when software renderer is used * kns: Ensure we deactivate the updater when the backend gets invalidated (kde#500513) * Sort offline update items case-insensitively (kde#500661) * flatpak: do not mark eol runtimes for uninstall * UpdatesPage: Fix update chagelog when opening details (kde#500776) * update version for new release ++++ drkonqi6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ exaile: - Add patch exaile-support-python-313.patch: * Use shlex.quote rather than pipes in generate-completion.py ++++ exim: - Adding directory /var/spool/mail/ to permissions file /etc/permissions.d/exim as required by rpmlint (bsc#123625) ++++ fake-gcs-server: - Update to 1.52.2: - fix: typos - Use default temporary directory in tests - Go 1.24 is out, drop Go 1.22 - bsc#1239200 (CVE-2025-22868): add update-golang-oauth2.patch to revendor to use golang.org/x/oauth2 v0.28.0 (https://pkg.go.dev/vuln/GO-2025-3488). ++++ hxtools: - Provide new hxtools.keyring ++++ fde-tools: - Add fde-tools-bsc1238593-firstboot-more-bootloader-functions.patch to define non-expanded functions for the firstboot script (bsc#1238593) ++++ flatpak-kcm6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - No code changes since 6.3.2 ++++ forgejo: - use --legacy-peer-deps to make the node modules handling work again ++++ fwupd: - Add explicit pkgconfig(pango) BuildRequires: used to be pulled in by python-gobject, but that's no longer the case with 3.52. - Add 8583.patch: Fix build againts pygobject 3.52. ++++ gcc7-testresults: - Remove fixed bits/sched.h. ++++ gdb: - Maintenance script qa.sh: * Add PR32688 and PR32770 kfails. - Patches added: * gdb-testsuite-fix-gdb.base-step-over-syscall.exp-with-m32-for-amd.patch * gdb-testsuite-fix-gdb.base-step-over-syscall.exp-with-glibc-2-41.patch - Patches dropped: * gdb-testsuite-fix-gdb.base-step-over-syscall.exp-with-m32-amd-case.patch ++++ gdb-testresults: - Maintenance script qa.sh: * Add PR32688 and PR32770 kfails. - Patches added: * gdb-testsuite-fix-gdb.base-step-over-syscall.exp-with-m32-for-amd.patch * gdb-testsuite-fix-gdb.base-step-over-syscall.exp-with-glibc-2-41.patch - Patches dropped: * gdb-testsuite-fix-gdb.base-step-over-syscall.exp-with-m32-amd-case.patch ++++ genders: - Update to 1.32: * Correct calculation of number of nodes returned from genders_getnumnodes(). * Re-architect libgenders internal data structures to significantly improve performance for very large clusters. * Deprecate the genders_getmaxattrs() function as well as all extension associated functions. * Remove a genders_query() memory leak. * Fix multiple performance bottlenecks in libgenders parsing. - Refresh patch Fix-Python-package-installation-use-root.patch ++++ gfs2-utils: - Add 'Recommends: gfs2-kmp' to the spec file. * Notify users to install the gfs2 kernel module. ++++ ghc-HsYAML: - Update HsYAML to version 0.2.1.5. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/HsYAML-0.2.1.5/src/ChangeLog.md ++++ ghc-cassava: - Update cassava to version 0.5.3.2 revision 1. Upstream has revised the Cabal build instructions on Hackage. ++++ ghc-crypton: - Update crypton to version 1.0.2. [#]# 1.0.2 * Deterministic Nonce Generation for ECDSA [#46](https://github.com/kazu-yamamoto/crypton/pull/46) * ECDSA Signature Normalization. [#45](https://github.com/kazu-yamamoto/crypton/pull/45) * Add Full Test Suite from RFC 6979. [#44](https://github.com/kazu-yamamoto/crypton/pull/44) * ECDSA with Public Key Recovery. [#43](https://github.com/kazu-yamamoto/crypton/pull/43) * Providing necessary features for HPKE. [#42](https://github.com/kazu-yamamoto/crypton/pull/42) ++++ ghc-resolv: - Update resolv to version 0.2.0.2 revision 5. Upstream has revised the Cabal build instructions on Hackage. ++++ gnome-calculator: - Add BuildOption: -Ddisable-introspection=true: do not build gobject-introspection/typelib packages. They are generated with invalid dependencies (and until the switch to the automatic buildrequires, we did not have them enabled in our package). ++++ gnome-music: - Update to version 48.beta+25: + Detect GIRepostiory version to use, based on glib version. Fixes execution using python-gobject 3.52. ++++ google-guest-agent: - Add patch to fix unexpected memory consumption during token parsing in golang.org/x/oauth2 (bsc#1239197, CVE-2025-22868) * CVE-2025-22868.patch ++++ google-osconfig-agent: - Add patch to fix unexpected memory consumption during token parsing in golang.org/x/oauth2 (bsc#1239197, CVE-2025-22868) * CVE-2025-22868.patch ++++ gotosocial: - Update to version 0.18.2: * [bugfix] fix refreshed additional media info being ignored (gh#superseriousbusiness/gotosocial#3867) * [bugfix] Return useful err on server start failure (gh#superseriousbusiness/gotosocial#3879) * [bugfix] Fix length for type varchar must be at least 1 on Postgres (gh#superseriousbusiness/gotosocial#3885) * [bugfix] Fix panic when opening instance actor in web view (gh#superseriousbusiness/gotosocial#3898) * [chore] fixed email template to align with the new "Log in" button + separate page (gh#superseriousbusiness/gotosocial#3871) * [chore] add warning message when wazero compiler not supported (gh#superseriousbusiness/gotosocial#3894) * [docs] correct docker version format (gh#superseriousbusiness/gotosocial#3832) * [docs] Fix swagger operation descriptions (gh#superseriousbusiness/gotosocial#3830) * [docs] Update swagger docs command (gh#superseriousbusiness/gotosocial#3897) * Document importing posts (gh#superseriousbusiness/gotosocial#3844) ++++ groff: - Add devps-fix.patch * fix build of package ghostscript-fonts-grops * upstream bugreport: https://savannah.gnu.org/bugs/?66876 ++++ groff-full: - Add devps-fix.patch * fix build of package ghostscript-fonts-grops * upstream bugreport: https://savannah.gnu.org/bugs/?66876 ++++ grub2: - Update patches for Power guest secure boot with key management (jsc#PED-3520) (jsc#PED-9892) * 0001-ieee1275-adding-failure-check-condition-on-ibm-secur.patch * 0002-ieee1275-Platform-Keystore-PKS-Support.patch * 0003-ieee1275-Read-the-DB-and-DBX-secure-boot-variables.patch * 0004-appendedsig-The-creation-of-trusted-and-distrusted-l.patch * 0005-appendedsig-While-verifying-the-kernel-use-trusted-a.patch * 0006-powerpc_ieee1275-set-use_static_keys-flag.patch * 0007-appendedsig-Reads-the-default-DB-keys-from-ELF-Note.patch * 0008-appendedsig-The-grub-command-s-trusted-and-distruste.patch * 0009-appendedsig-documentation.patch - Remove patches * 0001-ieee1275-Platform-Keystore-PKS-Support.patch * 0002-ieee1275-Read-the-DB-and-DBX-secure-boot-variables.patch * 0003-appendedsig-The-creation-of-trusted-and-distrusted-l.patch * 0004-appendedsig-While-verifying-the-kernel-use-trusted-a.patch * 0005-appendedsig-The-grub-command-s-trusted-and-distruste.patch * 0006-appendedsig-documentation.patch ++++ breeze6-gtk: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ himmelblau: - Update to version 0.9.4+git.0.9909238: * Version 0.9.4 * bump ring from 0.17.9 to 0.17.13 * Entra Id is case insensitive, cache lookup must match * Support CompanionAppsNotification mfa method * Version 0.9.2 * QR code for gnome-shell greeter * Allow tasks to start if AccountsService dir missing * Remove invalid python dependency from sso package * Version 0.9.1 * himmelblaud-tasks stops due to missing dir * Clear server config when clearing cache * Fix himmelblau.conf man page cn_name_mapping entry * Update workflow versions * Document the requirements for app_id * Properly handle aad error from auth code req * Provide a group gid fallback for rfc2307 id map * Remove option defs from the default debian himmelblau.conf * Ensure tasks daemon creates files w/ correct gid * Isolate the name mapping so it only happens if enabled * Default to request group info via Edge browser * Avoid modifying the cache entries * Utilize systemd notify to avoid tasks started fail * Ubuntu PAM module configuration to change PIN * Resolve migration error `real_gidnumber` missing * deps(rust): bump libc from 0.2.169 to 0.2.170 * deps(rust): bump clap_complete from 4.5.45 to 4.5.46 * Fix some clippy warnings * Cause tasks daemon to honor configured debug * Fetch user profile photo via tasks daemon * deps(rust): bump clap from 4.5.30 to 4.5.31 * deps(rust): bump anyhow from 1.0.95 to 1.0.96 * deps(rust): bump cc from 1.2.14 to 1.2.15 * Add apparmor whitelisting for nss mapping cache * Dramatically improve debug logging * Move the NixOS CI to a different workflow (w/out main) * Add a sample himmelblau.conf in docs * Resolve missed auth code redirect * Implement mapped name caching in NSS * Add script on-behalf-of flow for logon scripts * Update Cargo.lock deps * Update installation instructions in the README * Donation requests in the issue templates * Update README.md with contribute badge * Update README.md with contributions statement * Create FUNDING.yml * Update README.md * fix failing test expecting /bin/echo to be available * add nixos ci tests * Use sd_notify to signal service readiness, prevent startup failures * Add build command to Makefile * Update documentation * Add NixOS Module * enable build with nix * Implement logon name script mapping * deps(rust): update libnss requirement from 0.8.0 to 0.9.0 * Only the himmelblau-sso package should conflict with intune-portal * deps(rust): update gethostname requirement from 0.5.0 to 1.0.0 * deps(rust): update lru requirement from ^0.12.3 to ^0.13.0 * deps(rust): update rand requirement from ^0.8.5 to ^0.9.0 * Fetch the group extension attrs with the group object * Ensure access token has the GroupMember.Read.All scope * Replace the unix attribute option with a rfc2307 idmap * Map the extended attr gidNumber to primary group * Permit configuration of an Application for group fetching * Use posix attributes synchronized from on-prem AD * Fix debug option in himmelblau.conf * Add a span around server initialisation for correct log coalescing * Fix GOA crash when krb5.conf doesn't include /etc/krb5.conf.d * Fix libutf8proc dependency issue on Ubuntu 22.04 * Fix Credentials leaking in the debug log * deps(rust): update rusqlite requirement from ^0.32.0 to ^0.33.0 (#345) * Decrease CI build time * Fix CI failure caused by package revision * Support password changes when demanded * Update README.md * Entra Id no longer permits SFA enrollment * Rewrite the sso code in Rust * Add profile photo fetching * Version 0.9.0 ++++ indi: - Disable websocketpp: with next release websocketpp will be completely dropped by INDI because the project is no longer maintained. https://github.com/indilib/indi/commit/4ebb20caa3618efcdb014405e396dd52065073af ++++ intelhex: - Sprinkle in python-rpm-macros, build/install with pyproject macros. - Run fdupes. - Run the testsuite. - No more greedy globs for sitelib. ++++ jrnl: - Update to 4.2.1: * Add Python 3.13 support (gh#jrnl-org/jrnl#1893) * Add calendar heatmap display format (gh#jrnl-org/jrnl#1759) * -contains doesn't accept multiple search terms, doesn't work with -and (gh#jrnl-org/jrnl#1877) * Tests failing on develop branch starting with pytest-bdd 7.1.2 (gh#jrnl-org/jrnl#1875) * Ignore color when used in a pipeline (gh#jrnl-org/jrnl#1839) * Fix -contains to allow multiple terms with "OR" logic unless -and is added (gh#jrnl-org/jrnl#1890) ++++ k9s: - Update to version 0.40.7: * Rel v0.40.7 (#3188) * fix: allow absolute paths for the 'dir' command (#3186) * feat: add plugin to run `vector top` in vector.dev container, hotkey `h` (#3170) ++++ kactivitymanagerd6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ kf6-kconfig: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kde-cli-tools6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ kde-gtk-config6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ kdecoration6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ kdeplasma6-addons: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ kernel-debug: - Refresh patches.suse/ASoC-Intel-sof_sdw-Add-lookup-of-quirk-using-PCI-sub.patch. - Refresh patches.suse/ASoC-Intel-sof_sdw-Add-quirk-for-Asus-Zenbook-S14.patch. - Refresh patches.suse/drm-bochs-Fix-DPMS-regression.patch. Update upstream status. - commit b88c742 - Refresh patches.suse/HID-corsair-void-Update-power-supply-values-with-a-u.patch. Update upstream status. - commit f3da573 ++++ kernel-default: - Refresh patches.suse/ASoC-Intel-sof_sdw-Add-lookup-of-quirk-using-PCI-sub.patch. - Refresh patches.suse/ASoC-Intel-sof_sdw-Add-quirk-for-Asus-Zenbook-S14.patch. - Refresh patches.suse/drm-bochs-Fix-DPMS-regression.patch. Update upstream status. - commit b88c742 - Refresh patches.suse/HID-corsair-void-Update-power-supply-values-with-a-u.patch. Update upstream status. - commit f3da573 ++++ kernel-source: - Refresh patches.suse/ASoC-Intel-sof_sdw-Add-lookup-of-quirk-using-PCI-sub.patch. - Refresh patches.suse/ASoC-Intel-sof_sdw-Add-quirk-for-Asus-Zenbook-S14.patch. - Refresh patches.suse/drm-bochs-Fix-DPMS-regression.patch. Update upstream status. - commit b88c742 - Refresh patches.suse/HID-corsair-void-Update-power-supply-values-with-a-u.patch. Update upstream status. - commit f3da573 ++++ kernel-docs: - Refresh patches.suse/ASoC-Intel-sof_sdw-Add-lookup-of-quirk-using-PCI-sub.patch. - Refresh patches.suse/ASoC-Intel-sof_sdw-Add-quirk-for-Asus-Zenbook-S14.patch. - Refresh patches.suse/drm-bochs-Fix-DPMS-regression.patch. Update upstream status. - commit b88c742 - Refresh patches.suse/HID-corsair-void-Update-power-supply-values-with-a-u.patch. Update upstream status. - commit f3da573 ++++ kernel-firmware-amdgpu: - Update to version 20250310 (git commit 11c4e60f9573): * amdgpu: DMCUB updates for various ASICs ++++ kernel-firmware-bluetooth: - Update to version 20250310 (git commit 11c4e60f9573): * QCA: Add Bluetooth firmwares for QCA2066 with USB transport * QCA: Add two bluetooth firmware nvm files for QCA2066 * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00653 * QCA: Update Bluetooth WCN685x 2.1 firmware to 2.1.0-00653 * linux-firmware: Update firmware file for Intel BlazarU core * linux-firmware: Update firmware file for Intel BlazarI core ++++ kernel-firmware-i915: - Update to version 20250310 (git commit 11c4e60f9573): * i915: Update Xe3LPD DMC to v2.20 ++++ kernel-firmware-mediatek: - Update to version 20250310 (git commit 11c4e60f9573): * linux-firmware: update firmware for MT7925 WiFi device * mediatek MT7925: update bluetooth firmware to 20250305133215 * mediatek MT7920: update bluetooth firmware to 20250210151502 ++++ kernel-kvmsmall: - Refresh patches.suse/ASoC-Intel-sof_sdw-Add-lookup-of-quirk-using-PCI-sub.patch. - Refresh patches.suse/ASoC-Intel-sof_sdw-Add-quirk-for-Asus-Zenbook-S14.patch. - Refresh patches.suse/drm-bochs-Fix-DPMS-regression.patch. Update upstream status. - commit b88c742 - Refresh patches.suse/HID-corsair-void-Update-power-supply-values-with-a-u.patch. Update upstream status. - commit f3da573 ++++ kernel-obs-build: - Refresh patches.suse/ASoC-Intel-sof_sdw-Add-lookup-of-quirk-using-PCI-sub.patch. - Refresh patches.suse/ASoC-Intel-sof_sdw-Add-quirk-for-Asus-Zenbook-S14.patch. - Refresh patches.suse/drm-bochs-Fix-DPMS-regression.patch. Update upstream status. - commit b88c742 - Refresh patches.suse/HID-corsair-void-Update-power-supply-values-with-a-u.patch. Update upstream status. - commit f3da573 ++++ kernel-obs-qa: - Refresh patches.suse/ASoC-Intel-sof_sdw-Add-lookup-of-quirk-using-PCI-sub.patch. - Refresh patches.suse/ASoC-Intel-sof_sdw-Add-quirk-for-Asus-Zenbook-S14.patch. - Refresh patches.suse/drm-bochs-Fix-DPMS-regression.patch. Update upstream status. - commit b88c742 - Refresh patches.suse/HID-corsair-void-Update-power-supply-values-with-a-u.patch. Update upstream status. - commit f3da573 ++++ kernel-syms: - Refresh patches.suse/ASoC-Intel-sof_sdw-Add-lookup-of-quirk-using-PCI-sub.patch. - Refresh patches.suse/ASoC-Intel-sof_sdw-Add-quirk-for-Asus-Zenbook-S14.patch. - Refresh patches.suse/drm-bochs-Fix-DPMS-regression.patch. Update upstream status. - commit b88c742 - Refresh patches.suse/HID-corsair-void-Update-power-supply-values-with-a-u.patch. Update upstream status. - commit f3da573 ++++ kernel-vanilla: - Refresh patches.suse/ASoC-Intel-sof_sdw-Add-lookup-of-quirk-using-PCI-sub.patch. - Refresh patches.suse/ASoC-Intel-sof_sdw-Add-quirk-for-Asus-Zenbook-S14.patch. - Refresh patches.suse/drm-bochs-Fix-DPMS-regression.patch. Update upstream status. - commit b88c742 - Refresh patches.suse/HID-corsair-void-Update-power-supply-values-with-a-u.patch. Update upstream status. - commit f3da573 ++++ kf6-attica: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-baloo: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * [FileContentIndexer] Avoid race on updatedFiles modification * extractor: don't try to extract when index failed (kde#498236) * Update version to 6.12.0 ++++ kf6-bluez-qt: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-breeze-icons: - Added kf6-breeze-icons-generate-dark.patch for dark theme icon genertion boo#1226207 - Added kf6-breeze-icons-skip-unused.patch for ignore some of unused ones while dark theme genration boo#1226207 - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Remove themed SmartGit icon * Let the GNOME icon loader re-color our window-close icons (kde#500950) * Add -symbolic symlinks for value-decrease/increase (kde#494086) * Add MIME-type icons for kdenlive project files. * Fix fill-rule-even-odd.svg and fill-rule-nonzero.svg * Borrow debug function from Qt documentation * Simplify qrcAlias to not use as much memory * Force folder creation * Remove inkscape icons * safe half of memory for duplicate checking * Add battery-profile-balanced symlink * Update version to 6.12.0 ++++ kf6-extra-cmake-modules: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Consider BSL-1.0 as GPL-compatible * Improve docs for ECM QML modules * Drop old > 2 cmake version conditional branch * Require cmake >= 3.16 for the tests too. * Add tests for KDE_INSTALL_APP_TEMPLATES. * Unless setting KDE_INSTALL_APP_TEMPLATES, kde_package_app_templates is skipped when cross-compiling. * Try to also satisfy Google Play's version code constraints * Generate Gradle version include file as part of ecm_add_android_apk() * Update version to 6.12.0 ++++ kf6-extra-cmake-modules-doc: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Consider BSL-1.0 as GPL-compatible * Improve docs for ECM QML modules * Drop old > 2 cmake version conditional branch * Require cmake >= 3.16 for the tests too. * Add tests for KDE_INSTALL_APP_TEMPLATES. * Unless setting KDE_INSTALL_APP_TEMPLATES, kde_package_app_templates is skipped when cross-compiling. * Try to also satisfy Google Play's version code constraints * Generate Gradle version include file as part of ecm_add_android_apk() * Update version to 6.12.0 ++++ kf6-frameworkintegration: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kapidox: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update version to 6.12.0 ++++ kf6-karchive: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * KF6 TODOs are now KF7 TODOs * kgzipfilter.cpp use nullptr instead of zero * Use 'const QString' declarations for test filenames * Move all test data files to data directory * 7zip: Add default naming for files without a name (kde#496175) * Add error checking for writing back temp files in KTar * Handle errors in KTar::writeLonglink * Remove stale TODO * Refactor KXzFilter::init to use QScopeGuard * Update version to 6.12.0 ++++ kf6-kauth: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kbookmarks: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kcalendarcore: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * codespell fixes (minor) * calfilter.cpp - CalFilter::filterIncidence() bail on null incidence * recurrence.cpp - shiftTimes() prevent crash on missing or invalid period (kde#499470) * Update version to 6.12.0 ++++ kf6-kcmutils: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * ScrollView: don't move focus to empty toolbar * kcmultidialog: set AccessibleName for ScrollArea * kcmultidialog: only focus ScrollArea if scrollable * src/kcmultidialog.cpp - prevent a crash in KCMultiDialogPrivate::apply() * Restore non-default highlight for widget kcms * Update version to 6.12.0 ++++ kf6-kcodecs: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Move entities table into read-only data section * binary search instead of gperf * Update version to 6.12.0 ++++ kf6-kcolorscheme: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kcompletion: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Don't use KCOMPLETION_ENABLE_DEPRECATED_SINCE for virtual function * Update version to 6.12.0 ++++ kf6-kconfigwidgets: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * KRecentFilesAction: Don't call into QMimeDatabase to get what we already have * Update version to 6.12.0 ++++ kf6-kcontacts: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kcoreaddons: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Declare KFormat option flag operators * Add missing break in switch statement * Update version to 6.12.0 ++++ kf6-kcrash: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kdav: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kdbusaddons: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kdeclarative: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * KeySequenceItem: Only steal shortcut if the user accepted * Update version to 6.12.0 ++++ kf6-kded: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Add Restart=on-failure to plasma-kded6 service configuration * Update version to 6.12.0 ++++ kf6-kdesu: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kdnssd: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kdoctools: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kfilemetadata: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * [dump] Always build utility, even when tests are disabled * [XmlExtractor] Use non-deprecated QDomDocument::setContent overload * [dump] Build/install utility even when tests are disabled * exiv2: Avoid calling enableBMFF for exiv2 >= 0.28.3 * odf: port to new QDomDocument::setContent version * [autotests] Remove leftover unused CMake variable * [ExtractorPlugin] Declare private helpers as deprecated * [ExtractorCollection] Warn if metadata is invalid * [ExtractorCollection] Warn if an extractor has no metadata * [ExtractorPlugin] Improve documentation * [ExtractorPlugin] Define the interface ID in a single place * Update version to 6.12.0 ++++ kf6-kglobalaccel: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kguiaddons: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Add KKeySequenceRecorder patterns * Update version to 6.12.0 ++++ kf6-kholidays: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Corrections for Tanzania * Update version to 6.12.0 ++++ kf6-ki18n: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kiconthemes: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Do not remove all instances of "-symbolic" at once * Update version to 6.12.0 ++++ kf6-kidletime: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kimageformats: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * HEIF: fixed wrong use of experimental API * Update dependency version to 6.12.0 * sct: qRound with param bigger than max int is undefined * sct: Use height instead of width when calculating dotsPerMeterY * MicroExif: search for the TIFF signature * MicroExif: API improvements and minor bugfixes * Fix compilation error * Added support for resolution and EXIF/XMP metadata to HEIF * JXR: Added rotation (transformation) support * JXR: added support to EXIF metadata * AVIF: added support to XMP and EXIF metadata * Added pixel limit detected by experimental tests * jxl: fix build with Qt before 6.8.0 * JP2: Disable ICC profile writing when saving an image with OpenJPEG V2.5.3 or lesser and improve the format detection on reading. * heif: improve handling of grayscale ICC profiles * Improve printing details when writetest fails * Update HEIF writetest templates * Added JXL to CMYK formats * Update version to 6.12.0 ++++ kf6-kio: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * KFileItem: fix stat() argument for URLs with local hostname * KUrlNavigatorButton: Use icon name we got after stat * KUrlNavigatorButton: Look up icon only when URL is set * Add background to KUrlNavigator * Add Fedora Packages search * Add kde icons to web shortcuts * urifilters: Change the query url for wordreference.com * Remove the spaces between words in the DuckDuckGo provider * Shorten the Wikipedia search provider * kurlnavigator: restrict middle click pasting from selection clipboard (kde#486229) * filewidgets/kfilefiltercombo: std::copy_if instead of std::remove_if without std::erase * KDirListerTest:testDeleteCurrentDir: there can be duplicated delete events * widgets/kabstractfileitemactionplugin: update header documentation * widgets/kabstractfileitemactionplugin: add a TODO KF7 * Fail loading admin.so outside of the KIO PLUGINDIR * PreviewJob: Don't try to get thumbnail for empty files * Update broken links in kde_apps urifilter (kde#498278) * Update version to 6.12.0 ++++ kf6-kirigami: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * ScrollablePage: fix width and height binding loops (kde#459284) * columnview: Fill width column when only one column is present * platform: Use the old color set for disabled colors in PlatformTheme (kde#495694) * Add a PageStack attached property * Dialog: fix width and height binding loops (kde#494420) * controls, layouts: set Accessible.name for Mnemonics * mnemonicattached: add plainTextLabel property * primitives/Separator: mark as non-focusable for a11y * Update version to 6.12.0 ++++ kf6-kitemmodels: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kitemviews: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kjobwidgets: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-knewstuff: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-knotifications: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Add xml/yaml linting * Update version to 6.12.0 ++++ kf6-knotifyconfig: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kpackage: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kparts: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kpeople: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kplotting: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kpty: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * relax test timeouts * Update version to 6.12.0 ++++ kf6-kquickcharts: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-krunner: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kservice: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kstatusnotifieritem: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Do not crash if KDE platform integration is loaded but SNI is unavailable (kde#350785) * Update version to 6.12.0 ++++ kf6-ksvg: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-ktexteditor: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * remove static_assert to avoid compiler warnings * Add "gc" motion for vim to Toggle Comment (kde#490195) * Fix boundary condition in argument hint navigation * Fix line no info tooltip persists on right click * Improve wording of Copy as HTML whatsthis * Add "Copy as HTML" to context menu * don't reset revision on reload but increment it (kde#499311) * katedocument: Optimize mimeType * compute at least inside cursorToX with floats (kde#499669) * Fix scrolling to search results in wrapped long lines (kde#448765) * renderer: simplify text ranges comparison function * Add direct camel/subword movement actions * Update version to 6.12.0 ++++ kf6-ktexttemplate: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-ktextwidgets: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kunitconversion: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Rename variable as KFUNITCONVERT_NO_DOWNLOAD * Update version to 6.12.0 ++++ kf6-kuserfeedback: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-kwallet: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Remove superfluous spaces and quotes from debug output * Update version to 6.12.0 ++++ kf6-kwidgetsaddons: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Allow limiting the selectable range of a KDatePicker * KFontRequester: Force frame around sample label * Correct DateKeywords option check in KDateComboBox::initDateWidget * Set a QComboBox placeholder when KSelectAction is on a toolbar * KActionMenu: Apply popupMode to existing widgets * Add 1840d8fb to .git-blame-ignore-revs * Run clang-format * KCapacityBar: Allow to specify state in drawCapacityBar * Fix popup menu position * Update version to 6.12.0 ++++ kf6-kwindowsystem: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Add xml/yaml linting * Update version to 6.12.0 ++++ kf6-kxmlgui: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Delay accepting the bugreport dialog (kde#482240) * Add KKeySequenceWidget::patterns property * Add KKeySequenceWidget::recording property * Update version to 6.12.0 ++++ kf6-modemmanager-qt: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-networkmanager-qt: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Expose AccessPoint bandwidth property * Update version to 6.12.0 ++++ kf6-prison: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-purpose: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * plugins: make name and actiondisplay more consistent * Update version to 6.12.0 ++++ kf6-qqc2-desktop-style: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-solid: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-sonnet: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-syndication: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Update version to 6.12.0 ++++ kf6-syntax-highlighting: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Add unit tests * Change license to MIT * Fix XML syntax for Hjson syntax highlighting * Add syntax highlighting file for Hjson (syntax extension to JSON) * Don't ignore the result of QFile::open * adjust stan tests to new hl state * Update Stan language for newer keywords * Update version to 6.12.0 ++++ kf6-threadweaver: - Update to 6.12.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/6/6.12.0 - Changes since 6.11.0: * Update dependency version to 6.12.0 * Increase required CMake version for example * Update version to 6.12.0 ++++ kgamma6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ kglobalacceld6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ kinfocenter6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release * about: hint at why the vulkan devices may not add up to the drm count * about: when loading opengl gpus, handle nvidia the nvidia way (kde#499882) * update version for new release ++++ klp-build: - Do not hardcode the Python version for the egg-info directory. ++++ kmenuedit6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ kpipewire6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * sourceitem: invoke method with correct context object (kde#501042) * update version for new release ++++ krdp6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * Fix systemd startup (kde#500017) * update version for new release ++++ kscreen6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ kscreenlocker6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release * Explictly register DBus metatypes for shortcuts * update version for new release ++++ ksshaskpass6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ libksysguard6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ ksystemstats6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ kubelogin: - Update to version 0.1.9: * What's Changed - Add disable-instance-discovery option in interactive pop mode by @Aijing2333 in #593 * Maintenance - Bump codecov/codecov-action from 3.1.5 to 5.1.2 by @dependabot in #583 - Bump mukunku/tag-exists-action from 1.1.0 to 1.6.0 by @dependabot in #405 - Bump go.uber.org/mock from 0.4.0 to 0.5.0 by @dependabot in [#545] - chore: bump go to 1.23.7 by @bcho in #611 ++++ kubetui: - Update to version 1.6.2: * feat: bump version to 1.6.2 * fix(app): propagate shutdown reason (#736) - Update to version 1.6.1: * feat: bump version to 1.6.1 * fix(deps): update rust crate clap to v4.5.32 (#735) * chore: update Kind version to latest in Makefile * fix(deps): update rust crate once_cell to v1.21.0 (#734) * fix: Improve thread management to prevent unwanted terminal output on exit (#732) * fix(deps): update rust crate serde to v1.0.219 (#733) * fix(deps): update rust crate tokio to v1.44.0 (#731) * fix(deps): update rust crate bytes to v1.10.1 (#730) * fix(deps): update rust crate indoc to v2.0.6 (#729) * fix(deps): update rust crate thiserror to v2.0.12 (#728) * fix(deps): update rust crate serde_json to v1.0.140 (#727) * fix(deps): update rust crate async-trait to v0.1.87 (#726) * fix(deps): update rust crate anyhow to v1.0.97 (#725) * chore(deps): update rust crate rstest to 0.25.0 (#724) * fix(deps): update rust crate bitflags to v2.9.0 (#723) * chore(deps): lock file maintenance (#722) * fix(deps): update rust crate chrono to v0.4.40 (#721) * feat: improve error handling and add new tests * fix(deps): update rust crate clap to v4.5.31 (#720) * fix(deps): update rust crate flate2 to v1.1.0 (#719) * fix(deps): update rust crate log to v0.4.26 (#718) * fix(deps): update rust crate serde_json to v1.0.139 (#717) * fix(deps): update rust crate serde to v1.0.218 (#716) * fix(deps): update rust crate anyhow to v1.0.96 (#715) * fix(deps): update rust crate clap to v4.5.30 (#714) * fix(deps): update rust crate strum to v0.27.1 (#713) * fix(deps): update rust crate clap to v4.5.29 (#711) * fix(deps): update rust crate strum to 0.27.0 (#710) * fix(deps): update rust crate once_cell to v1.20.3 (#709) * fix(deps): update rust crate clap to v4.5.28 (#708) * fix(deps): update rust crate bytes to v1.10.0 (#707) * fix(deps): update rust crate async-trait to v0.1.86 (#706) * fix(deps): update rust crate serde_json to v1.0.138 (#705) * chore(deps): lock file maintenance (#703) * fix(deps): update rust crate clap to v4.5.27 (#702) * fix(deps): update rust crate serde_json to v1.0.137 (#701) * fix(deps): update rust crate serde_json to v1.0.136 (#700) * chore(deps): lock file maintenance (#699) * fix(deps): update rust crate bitflags to v2.8.0 (#698) * fix(deps): update rust crate log to v0.4.25 (#697) * chore(deps): remove unused regex-syntax dependency * fix(deps): update rust crate log to v0.4.24 (#695) * fix(deps): update rust crate thiserror to v2.0.11 (#694) * fix(deps): update rust crate bitflags to v2.7.0 (#693) * fix(deps): update rust crate clap to v4.5.26 (#692) * fix(deps): update rust crate clap to v4.5.25 (#691) * fix(deps): update rust crate tokio to v1.43.0 (#689) * fix(deps): update rust crate thiserror to v2.0.10 (#690) * fix(deps): update rust crate clap to v4.5.24 (#688) * fix(deps): update rust crate async-trait to v0.1.85 (#686) * docs: mark UI appearance customization as beta * fix(deps): update rust crate serde_json to v1.0.135 (#687) * chore: add cspell.json to exclude list in Cargo.toml ++++ kwayland-integration6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ kwayland6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ kwin6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * backends/drm: properly reset buffer age when switching swapchains * update version for new release * plugins/keynotification: Fix notification for unlatching Meta * xkb: Fix reporting state for multiple modifiers (kde#501159) * autotests: add test for Workspace::lowerWindow * layers: fix stacking issues in Workspace::lowerWindow (kde#478382,kde#478383) * plugins/touchpadshortcuts: Add touchpad toggle shortcut with meta keys * scene/workspacescene: don't check opaque region with QRegtion::contains * window: reimplement restriction in moveResize (kde#401271,kde#481610,kde#493797) * backends/drm: include header for std::this_thread::sleep_until * utils/edid: Report monitor name without serial number (kde#500471) * x11: Update XStacking order when adding override-redirect windows (kde#483163) * plugins/blur: clear all textures after allocating them (kde#499935) * kcms/rules: Fix keyboard usability for comboboxes with multiple selection (kde#488703) * backends/drm: also don't use DEGAMMA_LUT on Intel (kde#500837) * workspace: watch kdeglobals and update Xwayland scale accordingly (kde#499923) * backends/drm: fix testing for more connectors than CRTCs (kde#500819) * backends/drm: allow overriding the safety margin * backends/drm: Print connector name in QDebug output * backends/drm: Log connector<->CRTC matching steps * window: Compare currentTile to requestedTile (kde#500666) * backends/drm: add an environment variable to override the dpms timeout * plugins/buttonrebinds: Create input device on demand * Revert "workspace: better deal with having more outputs than the GPU can drive" * kcms/rules: Fix showing selected VD on X11 (kde#484165) * autotests: Fix testInputCapture with libei 1.4.0 - Drop patches, now upstream: * 0001-backends-drm-Log-connector-CRTC-matching-steps.patch * 0002-backends-drm-fix-testing-for-more-connectors-than-CR.patch - Add patch to fix the project version: * 0001-Version-6.3.3.patch - Add patch to fix KCM comboboxes: * 0002-kcms-rules-Remove-pragma-on-OptionsComboBox.patch ++++ layer-shell-qt6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ resource-agents: - Adapt drop-deprecated-agents.patch according (jsc#PED-8737) ++++ libkscreen6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ plasma5support6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ libplasma6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release * plasmaquick: don't use KWinInfo in Wayland dialogs (kde#500394) * ContainmentItem: delete wallpaper item immediately to fix crash (kde#499944) * ShadowedLabel: Set z-index on fallback background * update version for new release ++++ plasma6-activities: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ plasma6-activities-stats: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ libgnome-games-support: - Update to version 2.0.1: + Bugs fixed: Best times are not translated. + Updated translations. ++++ link-grammar: - Drop python bindings (unused, and incompatible with Python 3.13): + Pass --disable-python-bindings to configure. + Drop python3-clinkgrammar sub-package. + Drop pkgconfig(python3) BuildRequires. + Drop py310.patch: no longer needed. ++++ ncurses: - Move manual pages of examples from section 6 to subsection 6n ++++ o2scl: - Add BuildRequires: python3-setuptools to fix build failures against python 3.13 by allowing importing disutils. ++++ opencv3: - Add opencv3-drop-numpy-distutils.patch: drop use of numpy-distutils to determine numpy include dirs in cmake; upstream commit to 4.x branch. ++++ plotutils: - added patches fix build with gcc15 + plotutils-gcc15.patch ++++ quazip-qt5: - Update to 1.5 * Added ability to provide fixed file timestamps when compressing * New unit tests which verify output archives against well known hashes to catch any accidental future code breakage * Expand JlCompress interface to support compression strategy (levels) * Fix usage of BundledZLIB/qtzlib as dependency * Fix compilation when ZLIB_CONST is defined * Fix deprecated QDateTime warnings with Qt 6.8 * Fix minizip CVE-2023-45853 - Update to 1.5 * Added ability to provide fixed file timestamps when compressing * New unit tests which verify output archives against well known hashes to catch any accidental future code breakage * Expand JlCompress interface to support compression strategy (levels) * Fix usage of BundledZLIB/qtzlib as dependency * Fix compilation when ZLIB_CONST is defined * Fix deprecated QDateTime warnings with Qt 6.8 * Fix minizip CVE-2023-45853 ++++ sndio: - update to 1.10.0: * aucat: Use extended header format for .wav files * sndiod: Fix insufficent check of input from clients * bug fixes and developer visible fixes - add license file to package ++++ sqlite3: - Mark build recipe as POSIX-sh-incompatible - Run mkdir/rm with verbose mode for the build log ++++ sysprof: - Update to version 48.rc: + Fix drawing of Y-reversed data point markers + Make greeter save environment variables to state file for reuse + Use D-Bus power profiles bus name rather than legacy D-Bus bus name + Updated translations. ++++ tevent: - Update to version 0.16.2 * Documentation fixes * Add LGPLv3 LICENSE file ++++ vte: - Update to version 0.79.91 / 5b872b78: + build: Typo fix, addressing i586 build failure. ++++ lua-fennel: - Update to 1.5.3: - Bug Fixes - Correct a typo causing builds to fail on a fresh checkout. - Update to 1.5.2: - New Features - Added pack cross-Lua helper/polyfill to the compiler env alongside unpack - Precompile built-in macros, improving startup time significantly. - Accept :global-mangle false in compiler opts to disable global mangling. - Stop printing sparse tables as sequences by default. - Bug Fixes - Defaults on fennel.repl.view-opts are no longer clobbered by (fennel.repl {:view-opts {}}) - Fix a bug where fennel.view allowed non-integer :max-sparse-gap settings. - Prevent incorrect fennel.view output like {1 :x 1.2 :y 2 :z} -> ["x" "y" "z"] when max-sparse-gap is still satisfied by gaps between decimal keys. - Ensure fennel --plugin plug.lua loads the compiler env like it does for plug.fnl - Work around string formatting bug in Fengari. - Use options.warn when provided in the parser. - Fix an issue where unquoting a regular table would fail outside compile scope. - Update to 1.5.1: - Bug Fixes, doc/fennel.doc: Don't mutate :fnl/arglist directly when showing callable form (set (. tgt k1 ...) v) now works on known globals and $, $1 ... $9 in hashfns - Macro quote expansion no longer breaks when sym, list or sequence is shadowed - Bring fennel.traceback behavior closer to Lua's traceback by not modifying non-string and non-nil values. - Avoid losing precision when compiling large numbers on LuaJIT. - Add syntax for representing infinity and NaN values. - Update to 1.5.0: - New Features - Macro pick-values is now a special, allowing it to emit better Lua output. - Add fennel.getinfo as source-map-aware equivalent of debug.getinfo. - Optimize allocation away when destructuring tables to tables. - Allow & and &as in the same destructure clause. - More consistent module-not-found warnings for - -require-as-include. - Improve compiler output for and/or forms with potential side-effects. - Allow locals in places where they make sense rather than mid-expression. - Accept --keywords option to add to the list of built-in Lua keywords. - REPL completion now works on partial REPL commands: e.g. ,complete ,d -> ,doc. - Tables in the REPL default to printing with limited depth. - View settings in REPL can be changed: (set ___repl___.view-opts.depth 100). - Support dynamic field names in (set (. tbl field) val). - The fennel.compile function now accepts an AST, iterator, or file. - Catch typos when a space is missing after a string. - Bug Fixes - Don't non-nil assert on _foo arguments in lambda. - Propagate compile options into ,compile repl command. - IIFEs emitted by and/or inside (fn [...]) now propagate varargs. macrodebug on cyclic macro expansions now serialize to valid code (no @1, ..) - Update to 1.4.2: - Bug Fixes - Fix a bug where (tail! (f x)) could sometimes compile to return return f(x) - Make tail! ensure its target is not a special form call like (tail! (or x (f))) - Fix broken man page installation on make install - Update to 1.4.1: - This was the last release that provided Linux arm32 binaries. - New Features - Iterators accept locals wrapped in parens like all other multi-value bindings. fennel.repl is now a callable table, allowing the default (fennel.repl) options to be customized by setting option fields on the table itself. This accidentally caused incompatibility with coroutine.create. - Bug Fixes - Fix a bug with metadata tables in lambda being ignored. - Fix identity value for band operator. - Fix a bug in icollect with &into and multiple values. assert-repl, as a drop-in replacement for assert, no longer takes an opts param - Fix a bug where (. (a-macro) k) bypassed protections against invalid Lua output - Changes and Removals - Deprecate the __fennelrest destructuring metamethod. - Update to 1.4.0: - Bug Fixes - Prevent metadata from being accessible in compiler sandbox. - New Forms - Add tail! which asserts that the argument is called in tail position. - Add assert-repl to make an assertion which opens a repl when it fails. - New Features - Add --assert-as-repl flag to replace assert calls with assert-repl. - Allow you to return a value from the repl with ,return FORM command. - Save previous REPL values in *1, *2, and *3 locals. - Make repl prompt change when repl sessions get nested. - Update to 1.3.1: - New Features - Expose REPL's methods in the ___repl___ table, allowing method redefinition at runtime. - Allow following docstring with a metadata table syntax. - Return whole metadata table when metadata.get is called without a key. - Add :byte-escape option to fennel.view for overriding default char escapes - Generate man pages for fennel-api(3), fennel-reference(5), and fennel-tutorial(7) from their respective documentation. - Note for packagers: The man page fennel.1 has been moved to man/man1/fennel.1 along with the new generated man pages. For build scripts that copy files manually in lieu of make install, this may require an update. - Bug Fixes - Fix a bug where operator compiler output had incorrect precedence with 3+ args - Fix a bug where the comment special would fail on forms containing "]]" - Fix a bug where tables like {:true 1 true 2} emit with unstable key order - Fix a bug where table literals mutated by a macro emit with unstable key order when AOT-compiled in Lua > 5.2 - Fix a bug where very long individual lines in the repl would be truncated - Fix an edge case where {:__metatable true} (as in pandoc-lua) breaks fennel.view - Fix a 1.3.0 bug where macros only accepts table literals, not table-returning exprs - Fix a bug where metadata tables with different arglists break lambdas - Fix a bug with detecting cycles for tables that have custom __pairs metamethod in fennel.view - Fix a bug where vararg couldn't be the only thing in a hashfn - Update to 1.3.0: - New Forms - Add case which does pattern matching without pinning existing locals - Add case-try which works like match-try without pinning locals - Add faccumulate macro as range analog to accumulate - New Features - Reduced compiler memory footprint - Omit escape codes highlighting errors when NO_COLOR env var is set - Support & for rest args in function arglists for consistency with let - Add error-pinpoint option to support custom error highlighting - The fn special now allows arbitrary compiler metadata keys via the metadata table syntax - Options in fennel.view can be altered for the next invocation of the pretty-printer by setting them to {:once val} or {:once val :after other-val}. See fennel.view docstring for more info - Bug Fixes - Fix a bug where readline repl history would be saved to the wrong file - Fix a bug where set did not catch unknown locals when setting table fields - Add a workaround for a bug around ctrl-d in readline ++++ lua51-luautf8: - Update to 0.1.6: - Add 'normalize_nfc' and 'isnfc' functions - Update to Unicode 15.1 - Add new 'grapheme_indices' function - Improve grammar, spelling, and formatting of README.md - Fix bugs in NFC normalization code - Explicitly include limits.h instead of transitively assuming it ++++ lua51-say: - Update to 1.4.1: - Fix argcount n if too low. - Make say nil-safe ++++ lua53-luautf8: - Update to 0.1.6: - Add 'normalize_nfc' and 'isnfc' functions - Update to Unicode 15.1 - Add new 'grapheme_indices' function - Improve grammar, spelling, and formatting of README.md - Fix bugs in NFC normalization code - Explicitly include limits.h instead of transitively assuming it ++++ lua53-say: - Update to 1.4.1: - Fix argcount n if too low. - Make say nil-safe ++++ lua54-luautf8: - Update to 0.1.6: - Add 'normalize_nfc' and 'isnfc' functions - Update to Unicode 15.1 - Add new 'grapheme_indices' function - Improve grammar, spelling, and formatting of README.md - Fix bugs in NFC normalization code - Explicitly include limits.h instead of transitively assuming it ++++ lua54-say: - Update to 1.4.1: - Fix argcount n if too low. - Make say nil-safe ++++ matrix-synapse: - fix file section to use the more portable macro - Update to 1.126.0 - Features - Define ratelimit configuration for delayed event management. (#18019) - Add form_secret_path config option. (#18090) - Add the --no-secrets-in-config command line option. (#18092) - Add background job to clear unreferenced state groups. (#18154) - Add support for specifying/overriding id_token_signing_alg_values_supported for an OpenID identity provider. (#18177) - Add worker_replication_secret_path config option. (#18191) - Add support for specifying/overriding redirect_uri in the authorization and token requests against an OpenID identity provider. (#18197) - Bugfixes - Revert the background job to clear unreferenced state groups (that was introduced in v1.126.0rc1), due to a suspected issue that causes increased disk usage. (#18222) - Make sure we advertise registration as disabled when MSC3861 is enabled. (#17661) - Prevent suspended users from sending encrypted messages. (#18157) - Cleanup deleted state group references. (#18165) - Fix MSC4108 QR-code login not working with some reverse-proxy setups. (#18178) - Support device IDs that can't be represented in a scope when delegating auth to Matrix Authentication Service 0.15.0+. (#18174) - Internal Changes - Fix wheel building configuration in CI by installing libatomic1. (#18212, #18213) - Updates to the Docker image - Speed up the building of the Docker image. (#18038) - Improved Documentation - Move incorrectly placed version indicator in User Event Redaction Admin API docs. (#18152) - Document suspension Admin API. (#18162) - Deprecations and Removals - Disable room list publication by default. (#18175) - Updates to locked dependencies - Bump anyhow from 1.0.95 to 1.0.96. (#18187) - Bump authlib from 1.4.0 to 1.4.1. (#18190) - Bump click from 8.1.7 to 8.1.8. (#18189) - Bump log from 0.4.25 to 0.4.26. (#18184) - Bump pyo3-log from 0.12.0 to 0.12.1. (#18046) - Bump serde from 1.0.217 to 1.0.218. (#18183) - Bump serde_json from 1.0.138 to 1.0.139. (#18186) - Bump sigstore/cosign-installer from 3.8.0 to 3.8.1. (#18185) - Bump types-psycopg2 from 2.9.21.20241019 to 2.9.21.20250121. (#18188) ++++ meshlab: - Fix build: GLEW build options must be explicitly supplied now ++++ milou6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ nim: - Update to version 2.2. See https://nim-lang.org/blog/2025/02/05/nim-222.html Also remove patches that disable tests, by disabling them in the specfile instead * 0001-disable-toop1-test.patch * 0002-disable-tvmmisc-test.patch * 0003-disable-cpp-tmanual_exception-test.patch * 0004-disable-tobjcov-test.patch ++++ ocean-sound-theme6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ openSUSE-build-key: - gpg-pubkey-39db7c82-66c5d91a.asc: extended lifetime of SLE12 / 15 2048 bit key. ++++ oxygen6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ pacemaker: - spec: specify 189 as uid/gid of hacluster/haclient (bsc#1239084) - spec: specify /var/lib/pacemaker as home directory of hacluster user (bsc#1239084) ++++ pam_kwallet6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ perl-Net-CIDR: - updated to 0.230.0 (0.23) see /usr/share/doc/packages/perl-Net-CIDR/ChangeLog 0.23 2025-03-09 brian d foy * Allow unabbreviated IPv6 addresses. 0.22 2025-03-09 Sam Varshavchik * Improve several error messages. 2025-03-09 brian d foy * Allow unabbreviated IPv6 addresses. ++++ picotool: - Fix cmake installation path on 64-bit architectures - Update to 2.1.1 * Sped up the coprodis command which was very slow for large files on some platforms * Sped up the info command by caching data read from the device - Update to 2.1.0 * Added partition table; and otp permissions, whitelabel, contents and settings JSON schemas * Moved example json files into json folder, with schemas in json/schemas * All commands now require 0x before hexadecimal family IDs ++++ plasma6-openSUSE: - Update to 6.3.3 ++++ plasma6-browser-integration: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ plasma6-desktop: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release * applets/taskmanager: handle null playerData when switching tooltip * applets/keyboardlayout: fix warning on startup * applets/kicker: make dash/grid keynav not broken in RtL * applets/kicker: fix DashboardRepresentation warning * update version for new release ++++ plasma6-disks: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ plasma6-firewall: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ plasma6-integration: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ plasma6-mobile: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release * initialstart: Make scaling option more robust * initialstart: Add system navigation module * lockscreen: Disable vkbd auto capitalization * taskswitcher: Switch to declarative effect * update version for new release ++++ plasma6-nano: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ plasma6-nm: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ plasma6-pa: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release * applet: don't make inactive StackView pages initially visible * update version for new release ++++ plasma6-print-manager: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release * kcm: don't assign undefined to component * update version for new release ++++ plasma6-sdk: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ plasma6-workspace: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release * applets/systemtray: remove KSortFilterProxyModel binding loop (kde#500374) * RunCommand: hide faded completion text before field content overflows (kde#500290) * klipper: ignore `application/x-openoffice-link` (kde#500903) * applets/digital-clock: use better-looking Qt.Labs version of FontDialog * components/batterycontrol: Fix remaining time check condition * libnotificationmanager: Fix infinite recursion when adding a second applet (kde#500749) * components/calendar: Fix previous/next buttons not always working (kde#499871) * applets/devicenotifier: Portable Media Player is removable * applets/digitalclock: Increase limit of event dots in calendar (kde#500785) * applets/systemtray: fix tab focus after pin button (kde#500705) * klipper: ignore non-UTF-8 encoded plain text (kde#500203) * Kalendar was renamed to Merkuro Calendar * weather/envcan: Fix parsing of station coordinates (kde#425770) * update version for new release ++++ plasma6-systemmonitor: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ plasma6-thunderbolt: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - No code changes since 6.3.2 ++++ plasma6-vault: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ plasma6-welcome: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ plasma6-workspace-wallpapers: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ plymouth-theme-breeze6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ pmacct: - added patches fix build with gcc15 (reported to paolo@pmacct.net) + pmacct-gcc15.patch ++++ pnm2ppa: - added patches fix build with gcc15 + pnm2ppa-gcc15.patch ++++ polkit-kde-agent-6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ postfix: - update postfix-main.cf.patch * comment deprecated parameters: smtp_use_tls and smtp_enforce_tls use parameter smtp_tls_security_level instead * comment deprecated parameters: smtpd_use_tls and smtpd_enforce_tls use parameter smtpd_tls_security_level instead ++++ postfix-bdb: - update postfix-main.cf.patch * comment deprecated parameters: smtp_use_tls and smtp_enforce_tls use parameter smtp_tls_security_level instead * comment deprecated parameters: smtpd_use_tls and smtpd_enforce_tls use parameter smtpd_tls_security_level instead ++++ powerdevil6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release * applets/batterymonitor: Warn about higher energy consumption when blocking sleep * kcm: Show warning when disabling autosuspend or setting it too long (kde#501057) * daemon: Fix charge threshold support for Dell laptops, maybe more (kde#497200) * update version for new release ++++ powerline: - Add powerline-python3_13-compat.patch: Fix TypeError with python 3.13 in vim status line; upstream PR + test fix [gh#powerline/powerline#2271]. ++++ python-Sphinx-test: - update to 8.2.0: * #13000: Drop Python 3.10 support. * #13044: Remove the internal and undocumented has_equations data from the :py:class:`!MathDomain` domain. The undocumented :py:meth:`!MathDomain.has_equations` method now unconditionally returns True. These are replaced by the has_maths_elements key of the page context dict. Patch by Adam Turner. * #13227: HTML output for sequences of keys in the :rst:role:`kbd` role no longer uses a element to wrap the keys and separators, but places them directly in the relevant parent node. This means that CSS rulesets targeting kbd.compound or .kbd.compound will no longer have any effect. Patch by Adam Turner. * #13037: Deprecate the SingleHTMLBuilder.fix_refuris method. Patch by James Addison. * #13083, #13330: Un-deprecate sphinx.util.import_object. Patch by Matthias Geier. * #13173: Add a new duplicate_declaration warning type, with duplicate_declaration.c and duplicate_declaration.cpp subtypes. Patch by Julien Lecomte and Adam Turner. * #11824: linkcode: Allow extensions to add support for a domain by defining the keys that should be present. Patch by Nicolas Peugnet. * #13144: Add a class option to the :rst:dir:`autosummary` directive. Patch by Tim Hoffmann. * #13146: Napoleon: Unify the type preprocessing logic to allow Google-style docstrings to use the optional and default keywords. Patch by Chris Barrick. * #13227: Implement the :rst:role:`kbd` role as a SphinxRole. Patch by Adam Turner. * #13065: Enable colour by default in when running on CI. Patch by Adam Turner. * #13230: Allow supressing warnings from the :rst:dir:`toctree` directive when a glob pattern doesn't match any documents, via the new toc.empty_glob warning sub-type. Patch by Slawek Figiel. * #9732: Add the new autodoc.mocked_object warnings sub-type. Patch by Cyril Roelandt. * #7630, #4824: autodoc: Use :file:`.pyi` type stub files to auto-document native modules. Patch by Adam Turner, partially based on work by Allie Fitter. * #12975: Enable configuration of trailing commas in multi-line signatures in the Python and Javascript domains, via the new :confval:`python_trailing_comma_in_multi_line_signatures` and :confval:`javascript_trailing_comma_in_multi_line_signatures` configuration options. * #13264: Rename the :rst:dir:`math` directive's nowrap option to :rst:dir:`math:no-wrap`. Patch by Adam Turner. * #13269: Added the option to disable the use of type comments in via the new :confval:`autodoc_use_type_comments` option, which defaults to True for backwards compatibility. The default will change to False in Sphinx 10. Patch by Adam Turner. * #9732: Add the new ref.any warnings sub-type to allow suppressing the ambiguous 'any' cross-reference warning. Patch by Simão Afonso and Adam Turner. * #13272: The Python and JavaScript module directives now support the :no-index-entry: option. Patch by Adam Turner. * #12233: autodoc: Allow directives to use :no-index-entry: and include the :no-index: and :no-index-entry: options within :confval:`autodoc_default_options`. Patch by Jonny Saunders and Adam Turner. * #13172: Add support for short signatures in autosummary. Patch by Tim Hoffmann. * #13271: Change the signature prefix for abstract methods in the Python domain to abstractmethod from abstract. Patch by Adam Turner. * #13271: Support the :abstract: option for classes, methods, and properties in the Python domain. Patch by Adam Turner. * #12507: Add the :ref:`collapsible ` option to admonition directives. Patch by Chris Sewell. * #8191, #8159: Add :rst:dir:`inheritance-diagram:include- subclasses` option to the :rst:dir:`inheritance-diagram` directive. Patch by Walter Dörwald. * #11995: autodoc: Add support for :confval:`python_display_short_literal_types`. Patch by Bénédikt Tran and Adam Turner. * #13163: Always print the full context when Sphinx encounters an internal error. Patch by Kevin Deldycke and Adam Turner. * #13105: Introduce the :rst:role:`py:deco` role to cross- reference decorator functions and methods in the Python domain. Patch by Adam Turner. * #9169: Add the :confval:`intersphinx_resolve_self` option to resolve an intersphinx reference to the current project. Patch by Jakob Lykke Andersen and Adam Turner. * #11280: Add ability to skip a particular section using the no-search class. Patch by Will Lachance. * #13326: Remove hardcoding from handling :class:`~sphinx.addnodes.productionlist` nodes in all writers, to improve flexibility. Patch by Adam Turner. * #13335: Use misc.highlighting_failure subtype for Pygments unknown lexers. Patch by Bart Kamphorst. * #13354: Insert abbreviation nodes (hover text) for positional- and keyword-only separators in Python signatures. Patch by Adam Turner. * #13333: Add the :mod:`sphinx.ext.apidoc` extension, to automate API documentation generation from Python modules. Patch by Chris Sewell and Adam Turner. * #12463: autosummary: Respect an empty module __all__. Patch by Valentin Pratz * #13060: HTML Search: use Map to store per-file term scores. Patch by James Addison * #13130: LaTeX docs: pdflatex index creation may fail for index entries in French. See :confval:`latex_use_xindy`. Patch by Jean-François B. * #13152: LaTeX: fix a typo from v7.4.0 in a default for \sphinxboxsetup. Patch by Jean-François B. * #13096: HTML Search: check that query terms exist as properties in term indices before accessing them. * #11233: linkcheck: match redirect URIs against :confval:`linkcheck_ignore` by overriding session-level requests.get_redirect_target. * #13195: viewcode: Fix issue where import paths differ from the directory structure. Patch by Ben Egan and Adam Turner. * #13188: autodoc: fix detection of class methods implemented in C. Patch by Bénédikt Tran. * #1810: Always copy static files when building, regardless of whether any documents have changed since the previous build. Patch by Adam Turner. * #13201: autodoc: fix ordering of members when using groupwise for :confval:`autodoc_member_order`. Class methods are now rendered before static methods, which themselves are rendered before regular methods and attributes. Patch by Bénédikt Tran. * #12975: Avoid rendering a trailing comma in C and C++ multi- line signatures. * #13178: autodoc: Fix resolution for pathlib types. Patch by Adam Turner. * #13136: autodoc: Correctly handle multiple inheritance. Patch by Pavel Holica * #13273, #13318: Properly convert command-line overrides for Boolean types. Patch by Adam Turner. * #13302, #13319: Use the correct indentation for continuation lines in :rst:dir:`productionlist` directives. Patch by Adam Turner. * #13328: Fix parsing of PEP 695 functions with return annotations. Patch by Bénédikt Tran. Initial work by Arash Badie-Modiri. * #13224: Correctness fixup for test_html_multi_line_copyright. Patch by Colin Watson, applied by James Addison. - drop pygments.patch (upstream) ++++ python-onionshare: - Enable build on python 3.13 ++++ python-openqa_review: - Update to version 1.30.0: * Add commandline usage from git clone * Mention NO_REMINDER_REGEX as additional option to prevent reminders * tox: Update tested python versions * tox: Add python3.13 which is already in Tumbleweed * Apply black suggestions as of 2024-08-01 * Encode values in URLs ++++ python-Sphinx: - update to 8.2.0: * #13000: Drop Python 3.10 support. * #13044: Remove the internal and undocumented has_equations data from the :py:class:`!MathDomain` domain. The undocumented :py:meth:`!MathDomain.has_equations` method now unconditionally returns True. These are replaced by the has_maths_elements key of the page context dict. Patch by Adam Turner. * #13227: HTML output for sequences of keys in the :rst:role:`kbd` role no longer uses a element to wrap the keys and separators, but places them directly in the relevant parent node. This means that CSS rulesets targeting kbd.compound or .kbd.compound will no longer have any effect. Patch by Adam Turner. * #13037: Deprecate the SingleHTMLBuilder.fix_refuris method. Patch by James Addison. * #13083, #13330: Un-deprecate sphinx.util.import_object. Patch by Matthias Geier. * #13173: Add a new duplicate_declaration warning type, with duplicate_declaration.c and duplicate_declaration.cpp subtypes. Patch by Julien Lecomte and Adam Turner. * #11824: linkcode: Allow extensions to add support for a domain by defining the keys that should be present. Patch by Nicolas Peugnet. * #13144: Add a class option to the :rst:dir:`autosummary` directive. Patch by Tim Hoffmann. * #13146: Napoleon: Unify the type preprocessing logic to allow Google-style docstrings to use the optional and default keywords. Patch by Chris Barrick. * #13227: Implement the :rst:role:`kbd` role as a SphinxRole. Patch by Adam Turner. * #13065: Enable colour by default in when running on CI. Patch by Adam Turner. * #13230: Allow supressing warnings from the :rst:dir:`toctree` directive when a glob pattern doesn't match any documents, via the new toc.empty_glob warning sub-type. Patch by Slawek Figiel. * #9732: Add the new autodoc.mocked_object warnings sub-type. Patch by Cyril Roelandt. * #7630, #4824: autodoc: Use :file:`.pyi` type stub files to auto-document native modules. Patch by Adam Turner, partially based on work by Allie Fitter. * #12975: Enable configuration of trailing commas in multi-line signatures in the Python and Javascript domains, via the new :confval:`python_trailing_comma_in_multi_line_signatures` and :confval:`javascript_trailing_comma_in_multi_line_signatures` configuration options. * #13264: Rename the :rst:dir:`math` directive's nowrap option to :rst:dir:`math:no-wrap`. Patch by Adam Turner. * #13269: Added the option to disable the use of type comments in via the new :confval:`autodoc_use_type_comments` option, which defaults to True for backwards compatibility. The default will change to False in Sphinx 10. Patch by Adam Turner. * #9732: Add the new ref.any warnings sub-type to allow suppressing the ambiguous 'any' cross-reference warning. Patch by Simão Afonso and Adam Turner. * #13272: The Python and JavaScript module directives now support the :no-index-entry: option. Patch by Adam Turner. * #12233: autodoc: Allow directives to use :no-index-entry: and include the :no-index: and :no-index-entry: options within :confval:`autodoc_default_options`. Patch by Jonny Saunders and Adam Turner. * #13172: Add support for short signatures in autosummary. Patch by Tim Hoffmann. * #13271: Change the signature prefix for abstract methods in the Python domain to abstractmethod from abstract. Patch by Adam Turner. * #13271: Support the :abstract: option for classes, methods, and properties in the Python domain. Patch by Adam Turner. * #12507: Add the :ref:`collapsible ` option to admonition directives. Patch by Chris Sewell. * #8191, #8159: Add :rst:dir:`inheritance-diagram:include- subclasses` option to the :rst:dir:`inheritance-diagram` directive. Patch by Walter Dörwald. * #11995: autodoc: Add support for :confval:`python_display_short_literal_types`. Patch by Bénédikt Tran and Adam Turner. * #13163: Always print the full context when Sphinx encounters an internal error. Patch by Kevin Deldycke and Adam Turner. * #13105: Introduce the :rst:role:`py:deco` role to cross- reference decorator functions and methods in the Python domain. Patch by Adam Turner. * #9169: Add the :confval:`intersphinx_resolve_self` option to resolve an intersphinx reference to the current project. Patch by Jakob Lykke Andersen and Adam Turner. * #11280: Add ability to skip a particular section using the no-search class. Patch by Will Lachance. * #13326: Remove hardcoding from handling :class:`~sphinx.addnodes.productionlist` nodes in all writers, to improve flexibility. Patch by Adam Turner. * #13335: Use misc.highlighting_failure subtype for Pygments unknown lexers. Patch by Bart Kamphorst. * #13354: Insert abbreviation nodes (hover text) for positional- and keyword-only separators in Python signatures. Patch by Adam Turner. * #13333: Add the :mod:`sphinx.ext.apidoc` extension, to automate API documentation generation from Python modules. Patch by Chris Sewell and Adam Turner. * #12463: autosummary: Respect an empty module __all__. Patch by Valentin Pratz * #13060: HTML Search: use Map to store per-file term scores. Patch by James Addison * #13130: LaTeX docs: pdflatex index creation may fail for index entries in French. See :confval:`latex_use_xindy`. Patch by Jean-François B. * #13152: LaTeX: fix a typo from v7.4.0 in a default for \sphinxboxsetup. Patch by Jean-François B. * #13096: HTML Search: check that query terms exist as properties in term indices before accessing them. * #11233: linkcheck: match redirect URIs against :confval:`linkcheck_ignore` by overriding session-level requests.get_redirect_target. * #13195: viewcode: Fix issue where import paths differ from the directory structure. Patch by Ben Egan and Adam Turner. * #13188: autodoc: fix detection of class methods implemented in C. Patch by Bénédikt Tran. * #1810: Always copy static files when building, regardless of whether any documents have changed since the previous build. Patch by Adam Turner. * #13201: autodoc: fix ordering of members when using groupwise for :confval:`autodoc_member_order`. Class methods are now rendered before static methods, which themselves are rendered before regular methods and attributes. Patch by Bénédikt Tran. * #12975: Avoid rendering a trailing comma in C and C++ multi- line signatures. * #13178: autodoc: Fix resolution for pathlib types. Patch by Adam Turner. * #13136: autodoc: Correctly handle multiple inheritance. Patch by Pavel Holica * #13273, #13318: Properly convert command-line overrides for Boolean types. Patch by Adam Turner. * #13302, #13319: Use the correct indentation for continuation lines in :rst:dir:`productionlist` directives. Patch by Adam Turner. * #13328: Fix parsing of PEP 695 functions with return annotations. Patch by Bénédikt Tran. Initial work by Arash Badie-Modiri. * #13224: Correctness fixup for test_html_multi_line_copyright. Patch by Colin Watson, applied by James Addison. - drop pygments.patch (upstream) ++++ python-azure-appconfiguration-provider: - New upstream release + Version 2.0.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py ++++ python-superqt: - Update to 0.7.1 * fix: minimum size hint for QElidingLabel * fix: End painter when drawing colormap * build: drop py38 * fix: KeyError in CodeSyntaxHighlight * build: support py313 * feat: allow chaining of QIconifyIcon.addKey * feat: Improve CodeSyntaxHighlight object * feat: add QFlowLayout, for variable width widgets * Lazy-import pyconify - Skip testing on pyside2, broken with python313 ++++ python-standard-imghdr: - Initial packaging effort for standard_imghdr 3.13.0 ++++ qqc2-breeze-style6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * Fix cursor delegate jumping to (0,0) * BusyIndicator: Use qqc2-desktop-style spinner * ItemDelegate: Sync dimensions with qqc2-desktop-style * controls: Match qqc2-desktop-style padding * update version for new release ++++ qt6ct: - Update to 0.10 * reworked color settings * fixed issue with app-specific palette * fixed .desktop file name * fixed CMake warning * enabled QPlatformTheme::HoverEffect hint * increased minimum Qt version to 6.2 * code refactoring and optimization * moved home page to opencode.net * updated Dutch translation * updated Polish translation * updated Russian translation ++++ qt6gtk2: - Update to 0.4 * Added Qt 6.9 support * Moved home page to opencode.net * Increased minimum Qt version to 6.2 * Refactoring ++++ restic: - add bump-google-apis-for-oauth2-fix.patch: This patch is only applied for manually creating the vendor tarball with go mod vendor tar cfvz ../vendor.tar.gz go.mod go.sum vendor the patched go.* files are in the vendor tarball afterwards. boo#1239264 CVE-2025-22868 ++++ rubygem-rack-2.2: - update to version 2.2.13 * Local file inclusion in Rack::Static [CVE-2025-27610] ++++ rubygem-rack: - New upstream release 3.1.12, see bundled CHANGELOG.md - removed patches fix CVE-2025-25184 [bsc#1237141], Rack::CommonLogger can be exploited by crafting input - rubygem-rack-CVE-2025-25184.patch fix CVE-2025-27111 [bsc#1238607], Escape Sequence Injection vulnerability in Rack lead to Possible Log Injection - rubygem-rack-CVE-2025-27111.patch ++++ scap-security-guide: - creation of a new request ++++ sddm-kcm6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ semaphore: - Update to version 2.12.17 (no releases between .14 and .17): * Update Dockerfile to expose port * Fix: Semaphore sql tables can´t handle SHA256 commit hashes * fix: Show next cron run correctlу * Update OpenTofu distribution to 1.9.0 * docs: Add message property ++++ socat: - Make build recipe POSIX sh compatible - Add -v to file installation commands for the log ++++ spectacle: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release * SpectacleCore: Don't replace timeout if onclick isn't supported * update version for new release ++++ strongswan: - Update to release 6.0.1 * The `dhcp` plugin has gained a new `interface_receive` option * The `eap-radius` plugin hsa gained a new `source` option * The NetworkManager plugin (charon-nm) received an option to configure the local traffic selectors. * The `ha` plugin now supports synchronizing IKE and Child SAs with multiple key exchanges * Self-signed root CAs that do not contain policies are now excluded from policy validation. * When deciding whether to send a DPD, inbound traffic on Child SAs is now ignored unless UDP-encapsulation is used. * When connecting to port 4500 or a custom server port, the initial IKE_SA_INIT request is now sent from the NAT-T socket. * The NetworkManager backend (charon-nm) now enables charon-nm.check_current_path to force a DPD after connectivity changes without IP change. - Ensure build recipe is POSIX sh compatible ++++ systemsettings6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ terragrunt: - Update to version 0.75.5: * New Features This release introduces experimental support for the Terragrunt Content Addressable Store (CAS). To enable this feature, you must use the cas experiment. When using the CAS, the catalog command will store its contents in a CAS to deduplicate repository contents, then construct the resultant repo from the CAS. You can use Git URLs for the catalog command normally, and when the cas experiment is enabled, Terragrunt will leverage the CAS to save you clone time and disk space: catalog { urls = [ "git@github.com:acme/modules.git" ] } There are more planned integration points for the CAS, but for now only the catalog command is supported. You can learn more about the CAS in the feature documentation. https://terragrunt.gruntwork.io/docs/features/cas/ * feat: Adding cas support to catalog (#3929) * feat: Adding integration testing to the `find` command. (#3997) * Engine tests improvements (#3995) ++++ tevent-man: - Update to version 0.16.2 * Documentation fixes * Add LGPLv3 LICENSE file ++++ updatecli: - Update to version 0.95.0: * fix: only update github action version in .github/workflows (#4358) * deps(go): bump module golang.org/x/oauth2 to v0.28.0 (#4345) * feat: gitlab/mergerequest support updating existing MR to merge action reports (#4339) * fix: generated autodiscovery pipeline uses original action id (#4340) * fix: helm changelogs from github releases (#4330) * deps(go): bump module github.com/fluxcd/source-controller/api to v1.5.0 (#4316) * chore: deps: bump golangci-lint in GitHub Action to v1.64.6 (#4298) * deps(go): bump module golang.org/x/net to v0.37.0 (#4303) * chore: deps(github-action): Bump Golang version to 1.24.1 (#4294) * deps(go): bump module github.com/opencontainers/image-spec to v1.1.1 (#4291) * chore: clean: go mod tidy (#4273) * deps(go): bump module golang.org/x/mod to v0.24.0 (#4180) * feat: get helm changelog from annotations and github release (#4164) * fix: ensure the directory exists before writing to file (#4170) * deps(go): bump module github.com/google/go-github/v69 to v69.2.0 (#4146) * deps(go): bump module github.com/go-git/go-git/v5 to v5.14.0 (#4070) * feat: changelog should display the delta between a source and a target version (#3888) * fix: correctly set http headers in http plugin (#4025) * chore(deps): Bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 (#4014) * deps(go): bump module golang.org/x/text to v0.22.0 (#3997) * deps(go): bump module github.com/beevik/etree to v1.5.0 (#3975) * deps(go): bump module github.com/spf13/cobra to v1.9.1 (#3986) * deps(go): bump module github.com/goccy/go-yaml to v1.15.23 (#3976) * deps: bump updatecli version to v0.94.1 (#3968) ++++ wacomtablet-kcm6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ wayclip: - Link sources to the working directory instead of copying them. ++++ xdg-desktop-portal-kde6: - Update to 6.3.3: * New bugfix release * For more details see https://kde.org/announcements/plasma/6/6.3.3 - Changes since 6.3.2: * update version for new release ++++ xpra: - Converting from python311 -> python313 ++++ zizmor: - Update to version 1.5.0: * chore: prep for release v1.5.0 (#594) * chore(deps): bump the cargo group with 3 updates (#592) * chore(deps): bump the github-actions group with 2 updates (#593) * docs: fix typo (#591) * docs: fixup release notes (#590) * feat(cli): fine-grained color control (#586) * cli: re-add `--no-progress` flag (#589) * chore(deps): bump ring from 0.17.8 to 0.17.13 (#588) * docs: bump trophies (#587) * cargo: bump edition (#585) * docs: bump trophies (#584) * ci: pypi: bump maturin-action to v1.47.2 (#583) * chore(deps): bump the cargo group with 5 updates (#580) * chore(deps): bump the github-actions group with 7 updates (#581) * feat: respect .gitignore files when collecting inputs (#575) * test: refactor integration tests (#576) * feat: detect overprovisioned `secrets[...]` (#573) * bugfix: don't remove prefixes from local paths (#572) ------------------------------------------------------------------ ------------------ 2025-3-10 - Mar 10 2025 ------------------- ------------------------------------------------------------------ ++++ 3proxy: - Added plugins. - Changed 3proxy.service file. - Updated to 0.9.5 * Fixed potentially crash due to overlapping regions in strcpy(). * Added proxy service type: tlspr - SNI proxy, may also be used as parent tls type. * Added new proxy service type: auto - autodetect proxy type between proxy and socks. ++++ GraphicsMagick: - version update to 1.3.45 Security Fixes: * TIFF: Fixed multiple heap and stack buffer overflows (directed by the source EXIF profile) while writing EXIF into the native TIFF IFD. * FITS: Fix problem that the FITS reader could return invalid image frames with rows or columns set to zero. Other code in the library crashes, or even asserts, if invalid image frames with rows or columns set to zero are returned. * Coverity fixes: Various fixes for Coverity issues raised after the update to version 2023.12.2. * Clang Analyzer (scan-build) fixes: Various fixes for new issues discovered by Clang Analyzer. Bug fixes: * configure.ac: Fix a shell syntax error. * GCC 14: Eliminate some new warnings which appeared while in -Wall mode. * JPEG: FormatJPEGSamplingFactors() now properly handles the number of samples for each colorspace. * JXL: Additional validations of color channel and alpha channel depth. * TGA: Fix issues discovered by Coverity. * TGA: Fix writing TGA with opacity values in palette. * TGA: Default orientation is (again) TopLeftOrientation. * TIFF: Verify that TIFFTAG_BITSPERSAMPLE is within a rational range. * TXT: Eliminate use of an uninitialized-value in GetColorTuple(). * XML: Improve detection of if the deprecated HTTP and FTP protocols are supported by libxml2. New Features: * Add support for reading the pre-rendered image from the Open Raster ("ORA") format. Actual rendering of Open Raster is not supported. * Add support for Dune HD AAI Image (aka Auburn Animation Image) image format ("AAI"). * Add support for a --version option, which produces GNU style summary version output. * Identify output now indicates if the image is opaque. * WebP: Add support for '-define webp:exact=true' to preserve exact RGB values under transparent areas while writing WebP format. Enable this automatically when lossless is enabled. If lossless is enabled, this option may be used to disable exact mode. * PerlMagick: Add AccessDefinition(), AddDefinition(), AddDefinitions(), and RemoveDefinitions() methods to supporting adding, updating, removing definitions. API Updates: * Magick++/STL.h: The deprecated std::unary_function is no longer used given C++'11 or later. Continued use of it caused too many issues due to an abundance of warnings. * Wand API PixelSetQuantumColor(): The color argument is now a const pointer. Behavior Changes: * The graphical progress indication in the X11 sub-apps 'animate' and 'display' is disabled due to discovering a tremendous performance impact while rendering text under Ubuntu 22.04 LTS. The underlying cause of the performance impact is not yet known. A text-based progress output to the program's console is available via `-monitor`. * MagickMaxFileSystemBlockSize: Place an arbitrary limit (4,194,304 bytes) on maximum filesystem block size. - modified patches % GraphicsMagick-disable-insecure-coders.patch (refreshed) ++++ Komikku: - update to 1.72.0: * [Servers] Added Nix of Nothing (EN) * [Servers] Added Three Panel Soul (EN) * [Servers] Added Wild Life (EN) * [Servers] Cartel De Manhwas (ES): Update * [Servers] MangaNato (EN): Update * [Servers] Terco Scans (EN): Update * [Servers] Tres Daos (ES): Update * [Servers] Crunchyroll (EN): Disabled * [Servers] Iris Scanlator (pt_BR): Disabled * [Servers] ReaperScans (FR,ID,TR): Disabled ++++ ProtonPlus: - update to 0.4.26: * Add Proton-CachyOS * Update translations ++++ agama: - Package and install the storage model schema (gh#agama-project/agama#2135). ++++ alloy: - update to 1.7.2: * Notable changes: - Fixed an issue where the otelcol.exporter.awss3 could not be started with the sumo_ic marshaler. (@wildum) - Update jfr-parser dependency to v0.9.3 to fix jfr parsing issues in pyroscope.java. (@korniltsev) - Fixed an issue where passing targets from some standard library functions was failing with target::ConvertFrom error. (@thampiotr) - Fixed an issue where indexing targets as maps (e.g. target["foo"]) or objects (e.g. target.foo) or using them with certain standard library functions was resulting in expected object or array, got capsule error under some circumstances. This could also lead to foreach evaluation failed errors when using the foreach configuration block. (@thampiotr) - Update prometheus.write.queue to reduce memory fragmentation and increase sent throughput. (@mattdurham) - Fixed an issue where the otelcol.exporter.kafka component would not start if the encoding was specific to a signal type. (@wildum) ++++ apache2: - Update to 2.4.63: * mod_dav: Update redirect-carefully example BrowserMatch config to match more recent client versions. * mod_cache_socache: Fix possible crash on error path. * mod_ssl: Fail cleanly at startup if OpenSSL initialization fails. * mod_md: update to version 2.4.31 - Improved error reporting when waiting for ACME server to verify domains or finalizing the order fails, e.g. times out. - Increasing the timeouts to wait for ACME server to verify domain names and issue the certificate from 30 seconds to 5 minutes. - Change a log level from error to debug when Stapling is enabled but a certificate carries no OCSP responder URL. * mod_proxy_balancer: Fix the handling of the stickysession configuration parameter by the balancer manager. * Add the ldap-search option to mod_authnz_ldap, allowing authorization to be based on arbitrary expressions that do not include the username. Make sure that when ldap searches are too long, we explicitly log the error. * mod_proxy: Honor parameters of ProxyPassMatch workers with substitution in the host name or port. * mod_log_config: Fix merging for the "LogFormat" directive. * mod_lua: Make r.ap_auth_type writable. * mod_md: update to version 2.4.29 - Fixed HTTP-01 challenges to not carry a final newline, as some ACME server fail to ignore it. - Fixed missing label+newline in server-status plain text output when MDStapling is enabled. * mod_ssl: Restore support for loading PKCS#11 keys via ENGINE without "SSLCryptoDevice" configured. * mod_authnz_ldap: Fix possible memory corruption if the AuthLDAPSubGroupAttribute directive is configured. * mod_proxy_fcgi: Don't re-encode SCRIPT_FILENAME when set via SetHandler. * mod_rewrite, mod_proxy: mod_proxy to canonicalize rewritten URLs, including "unix:" ones. * mod_rewrite: Error out in case a RewriteRule in directory context uses the proxy, but mod_proxy is not loaded. * http: Remove support for Request-Range header sent by Navigator 2-3 and MSIE 3. * mod_rewrite: Don't require flag to preserve a leading // added by applying the perdir prefix to the substitution. * Windows: Restore the ability to "Include" configuration files on UNC paths. * mod_proxy: Avoid AH01059 parsing error for SetHandler "unix:" URLs in Location (incomplete fix in 2.4.62). * mod_md: update to version 2.4.28 - When the server starts, it looks for new, staged certificates to activate. If the staged set of files in 'md/staging/' is messed up, this could prevent further renewals to happen. Now, when the staging set is present, but could not be activated due to an error, purge the whole directory. - Fix certificate retrieval on ACME renewal to not require a 'Location:' header returned by the ACME CA. This was the way it was done in ACME before it became an IETF standard. Let's Encrypt still supports this, but other CAs do not. - Restore compatibility with OpenSSL < 1.1. * mod_tls: removed the experimental module. It now is availble standalone from https://github.com/icing/mod_tls. The rustls provided API is not stable and does not align with the httpd release cycle. * mod_rewrite: Better question mark tracking to avoid UnsafeAllow3F. * mod_http2: Return connection monitoring to the event MPM when blocking on client updates. ++++ apache2-devel: - Update to 2.4.63: * mod_dav: Update redirect-carefully example BrowserMatch config to match more recent client versions. * mod_cache_socache: Fix possible crash on error path. * mod_ssl: Fail cleanly at startup if OpenSSL initialization fails. * mod_md: update to version 2.4.31 - Improved error reporting when waiting for ACME server to verify domains or finalizing the order fails, e.g. times out. - Increasing the timeouts to wait for ACME server to verify domain names and issue the certificate from 30 seconds to 5 minutes. - Change a log level from error to debug when Stapling is enabled but a certificate carries no OCSP responder URL. * mod_proxy_balancer: Fix the handling of the stickysession configuration parameter by the balancer manager. * Add the ldap-search option to mod_authnz_ldap, allowing authorization to be based on arbitrary expressions that do not include the username. Make sure that when ldap searches are too long, we explicitly log the error. * mod_proxy: Honor parameters of ProxyPassMatch workers with substitution in the host name or port. * mod_log_config: Fix merging for the "LogFormat" directive. * mod_lua: Make r.ap_auth_type writable. * mod_md: update to version 2.4.29 - Fixed HTTP-01 challenges to not carry a final newline, as some ACME server fail to ignore it. - Fixed missing label+newline in server-status plain text output when MDStapling is enabled. * mod_ssl: Restore support for loading PKCS#11 keys via ENGINE without "SSLCryptoDevice" configured. * mod_authnz_ldap: Fix possible memory corruption if the AuthLDAPSubGroupAttribute directive is configured. * mod_proxy_fcgi: Don't re-encode SCRIPT_FILENAME when set via SetHandler. * mod_rewrite, mod_proxy: mod_proxy to canonicalize rewritten URLs, including "unix:" ones. * mod_rewrite: Error out in case a RewriteRule in directory context uses the proxy, but mod_proxy is not loaded. * http: Remove support for Request-Range header sent by Navigator 2-3 and MSIE 3. * mod_rewrite: Don't require flag to preserve a leading // added by applying the perdir prefix to the substitution. * Windows: Restore the ability to "Include" configuration files on UNC paths. * mod_proxy: Avoid AH01059 parsing error for SetHandler "unix:" URLs in Location (incomplete fix in 2.4.62). * mod_md: update to version 2.4.28 - When the server starts, it looks for new, staged certificates to activate. If the staged set of files in 'md/staging/' is messed up, this could prevent further renewals to happen. Now, when the staging set is present, but could not be activated due to an error, purge the whole directory. - Fix certificate retrieval on ACME renewal to not require a 'Location:' header returned by the ACME CA. This was the way it was done in ACME before it became an IETF standard. Let's Encrypt still supports this, but other CAs do not. - Restore compatibility with OpenSSL < 1.1. * mod_tls: removed the experimental module. It now is availble standalone from https://github.com/icing/mod_tls. The rustls provided API is not stable and does not align with the httpd release cycle. * mod_rewrite: Better question mark tracking to avoid UnsafeAllow3F. * mod_http2: Return connection monitoring to the event MPM when blocking on client updates. ++++ apache2-event: - Update to 2.4.63: * mod_dav: Update redirect-carefully example BrowserMatch config to match more recent client versions. * mod_cache_socache: Fix possible crash on error path. * mod_ssl: Fail cleanly at startup if OpenSSL initialization fails. * mod_md: update to version 2.4.31 - Improved error reporting when waiting for ACME server to verify domains or finalizing the order fails, e.g. times out. - Increasing the timeouts to wait for ACME server to verify domain names and issue the certificate from 30 seconds to 5 minutes. - Change a log level from error to debug when Stapling is enabled but a certificate carries no OCSP responder URL. * mod_proxy_balancer: Fix the handling of the stickysession configuration parameter by the balancer manager. * Add the ldap-search option to mod_authnz_ldap, allowing authorization to be based on arbitrary expressions that do not include the username. Make sure that when ldap searches are too long, we explicitly log the error. * mod_proxy: Honor parameters of ProxyPassMatch workers with substitution in the host name or port. * mod_log_config: Fix merging for the "LogFormat" directive. * mod_lua: Make r.ap_auth_type writable. * mod_md: update to version 2.4.29 - Fixed HTTP-01 challenges to not carry a final newline, as some ACME server fail to ignore it. - Fixed missing label+newline in server-status plain text output when MDStapling is enabled. * mod_ssl: Restore support for loading PKCS#11 keys via ENGINE without "SSLCryptoDevice" configured. * mod_authnz_ldap: Fix possible memory corruption if the AuthLDAPSubGroupAttribute directive is configured. * mod_proxy_fcgi: Don't re-encode SCRIPT_FILENAME when set via SetHandler. * mod_rewrite, mod_proxy: mod_proxy to canonicalize rewritten URLs, including "unix:" ones. * mod_rewrite: Error out in case a RewriteRule in directory context uses the proxy, but mod_proxy is not loaded. * http: Remove support for Request-Range header sent by Navigator 2-3 and MSIE 3. * mod_rewrite: Don't require flag to preserve a leading // added by applying the perdir prefix to the substitution. * Windows: Restore the ability to "Include" configuration files on UNC paths. * mod_proxy: Avoid AH01059 parsing error for SetHandler "unix:" URLs in Location (incomplete fix in 2.4.62). * mod_md: update to version 2.4.28 - When the server starts, it looks for new, staged certificates to activate. If the staged set of files in 'md/staging/' is messed up, this could prevent further renewals to happen. Now, when the staging set is present, but could not be activated due to an error, purge the whole directory. - Fix certificate retrieval on ACME renewal to not require a 'Location:' header returned by the ACME CA. This was the way it was done in ACME before it became an IETF standard. Let's Encrypt still supports this, but other CAs do not. - Restore compatibility with OpenSSL < 1.1. * mod_tls: removed the experimental module. It now is availble standalone from https://github.com/icing/mod_tls. The rustls provided API is not stable and does not align with the httpd release cycle. * mod_rewrite: Better question mark tracking to avoid UnsafeAllow3F. * mod_http2: Return connection monitoring to the event MPM when blocking on client updates. ++++ apache2-manual: - Update to 2.4.63: * mod_dav: Update redirect-carefully example BrowserMatch config to match more recent client versions. * mod_cache_socache: Fix possible crash on error path. * mod_ssl: Fail cleanly at startup if OpenSSL initialization fails. * mod_md: update to version 2.4.31 - Improved error reporting when waiting for ACME server to verify domains or finalizing the order fails, e.g. times out. - Increasing the timeouts to wait for ACME server to verify domain names and issue the certificate from 30 seconds to 5 minutes. - Change a log level from error to debug when Stapling is enabled but a certificate carries no OCSP responder URL. * mod_proxy_balancer: Fix the handling of the stickysession configuration parameter by the balancer manager. * Add the ldap-search option to mod_authnz_ldap, allowing authorization to be based on arbitrary expressions that do not include the username. Make sure that when ldap searches are too long, we explicitly log the error. * mod_proxy: Honor parameters of ProxyPassMatch workers with substitution in the host name or port. * mod_log_config: Fix merging for the "LogFormat" directive. * mod_lua: Make r.ap_auth_type writable. * mod_md: update to version 2.4.29 - Fixed HTTP-01 challenges to not carry a final newline, as some ACME server fail to ignore it. - Fixed missing label+newline in server-status plain text output when MDStapling is enabled. * mod_ssl: Restore support for loading PKCS#11 keys via ENGINE without "SSLCryptoDevice" configured. * mod_authnz_ldap: Fix possible memory corruption if the AuthLDAPSubGroupAttribute directive is configured. * mod_proxy_fcgi: Don't re-encode SCRIPT_FILENAME when set via SetHandler. * mod_rewrite, mod_proxy: mod_proxy to canonicalize rewritten URLs, including "unix:" ones. * mod_rewrite: Error out in case a RewriteRule in directory context uses the proxy, but mod_proxy is not loaded. * http: Remove support for Request-Range header sent by Navigator 2-3 and MSIE 3. * mod_rewrite: Don't require flag to preserve a leading // added by applying the perdir prefix to the substitution. * Windows: Restore the ability to "Include" configuration files on UNC paths. * mod_proxy: Avoid AH01059 parsing error for SetHandler "unix:" URLs in Location (incomplete fix in 2.4.62). * mod_md: update to version 2.4.28 - When the server starts, it looks for new, staged certificates to activate. If the staged set of files in 'md/staging/' is messed up, this could prevent further renewals to happen. Now, when the staging set is present, but could not be activated due to an error, purge the whole directory. - Fix certificate retrieval on ACME renewal to not require a 'Location:' header returned by the ACME CA. This was the way it was done in ACME before it became an IETF standard. Let's Encrypt still supports this, but other CAs do not. - Restore compatibility with OpenSSL < 1.1. * mod_tls: removed the experimental module. It now is availble standalone from https://github.com/icing/mod_tls. The rustls provided API is not stable and does not align with the httpd release cycle. * mod_rewrite: Better question mark tracking to avoid UnsafeAllow3F. * mod_http2: Return connection monitoring to the event MPM when blocking on client updates. ++++ apache2-prefork: - Update to 2.4.63: * mod_dav: Update redirect-carefully example BrowserMatch config to match more recent client versions. * mod_cache_socache: Fix possible crash on error path. * mod_ssl: Fail cleanly at startup if OpenSSL initialization fails. * mod_md: update to version 2.4.31 - Improved error reporting when waiting for ACME server to verify domains or finalizing the order fails, e.g. times out. - Increasing the timeouts to wait for ACME server to verify domain names and issue the certificate from 30 seconds to 5 minutes. - Change a log level from error to debug when Stapling is enabled but a certificate carries no OCSP responder URL. * mod_proxy_balancer: Fix the handling of the stickysession configuration parameter by the balancer manager. * Add the ldap-search option to mod_authnz_ldap, allowing authorization to be based on arbitrary expressions that do not include the username. Make sure that when ldap searches are too long, we explicitly log the error. * mod_proxy: Honor parameters of ProxyPassMatch workers with substitution in the host name or port. * mod_log_config: Fix merging for the "LogFormat" directive. * mod_lua: Make r.ap_auth_type writable. * mod_md: update to version 2.4.29 - Fixed HTTP-01 challenges to not carry a final newline, as some ACME server fail to ignore it. - Fixed missing label+newline in server-status plain text output when MDStapling is enabled. * mod_ssl: Restore support for loading PKCS#11 keys via ENGINE without "SSLCryptoDevice" configured. * mod_authnz_ldap: Fix possible memory corruption if the AuthLDAPSubGroupAttribute directive is configured. * mod_proxy_fcgi: Don't re-encode SCRIPT_FILENAME when set via SetHandler. * mod_rewrite, mod_proxy: mod_proxy to canonicalize rewritten URLs, including "unix:" ones. * mod_rewrite: Error out in case a RewriteRule in directory context uses the proxy, but mod_proxy is not loaded. * http: Remove support for Request-Range header sent by Navigator 2-3 and MSIE 3. * mod_rewrite: Don't require flag to preserve a leading // added by applying the perdir prefix to the substitution. * Windows: Restore the ability to "Include" configuration files on UNC paths. * mod_proxy: Avoid AH01059 parsing error for SetHandler "unix:" URLs in Location (incomplete fix in 2.4.62). * mod_md: update to version 2.4.28 - When the server starts, it looks for new, staged certificates to activate. If the staged set of files in 'md/staging/' is messed up, this could prevent further renewals to happen. Now, when the staging set is present, but could not be activated due to an error, purge the whole directory. - Fix certificate retrieval on ACME renewal to not require a 'Location:' header returned by the ACME CA. This was the way it was done in ACME before it became an IETF standard. Let's Encrypt still supports this, but other CAs do not. - Restore compatibility with OpenSSL < 1.1. * mod_tls: removed the experimental module. It now is availble standalone from https://github.com/icing/mod_tls. The rustls provided API is not stable and does not align with the httpd release cycle. * mod_rewrite: Better question mark tracking to avoid UnsafeAllow3F. * mod_http2: Return connection monitoring to the event MPM when blocking on client updates. ++++ apache2-utils: - Update to 2.4.63: * mod_dav: Update redirect-carefully example BrowserMatch config to match more recent client versions. * mod_cache_socache: Fix possible crash on error path. * mod_ssl: Fail cleanly at startup if OpenSSL initialization fails. * mod_md: update to version 2.4.31 - Improved error reporting when waiting for ACME server to verify domains or finalizing the order fails, e.g. times out. - Increasing the timeouts to wait for ACME server to verify domain names and issue the certificate from 30 seconds to 5 minutes. - Change a log level from error to debug when Stapling is enabled but a certificate carries no OCSP responder URL. * mod_proxy_balancer: Fix the handling of the stickysession configuration parameter by the balancer manager. * Add the ldap-search option to mod_authnz_ldap, allowing authorization to be based on arbitrary expressions that do not include the username. Make sure that when ldap searches are too long, we explicitly log the error. * mod_proxy: Honor parameters of ProxyPassMatch workers with substitution in the host name or port. * mod_log_config: Fix merging for the "LogFormat" directive. * mod_lua: Make r.ap_auth_type writable. * mod_md: update to version 2.4.29 - Fixed HTTP-01 challenges to not carry a final newline, as some ACME server fail to ignore it. - Fixed missing label+newline in server-status plain text output when MDStapling is enabled. * mod_ssl: Restore support for loading PKCS#11 keys via ENGINE without "SSLCryptoDevice" configured. * mod_authnz_ldap: Fix possible memory corruption if the AuthLDAPSubGroupAttribute directive is configured. * mod_proxy_fcgi: Don't re-encode SCRIPT_FILENAME when set via SetHandler. * mod_rewrite, mod_proxy: mod_proxy to canonicalize rewritten URLs, including "unix:" ones. * mod_rewrite: Error out in case a RewriteRule in directory context uses the proxy, but mod_proxy is not loaded. * http: Remove support for Request-Range header sent by Navigator 2-3 and MSIE 3. * mod_rewrite: Don't require flag to preserve a leading // added by applying the perdir prefix to the substitution. * Windows: Restore the ability to "Include" configuration files on UNC paths. * mod_proxy: Avoid AH01059 parsing error for SetHandler "unix:" URLs in Location (incomplete fix in 2.4.62). * mod_md: update to version 2.4.28 - When the server starts, it looks for new, staged certificates to activate. If the staged set of files in 'md/staging/' is messed up, this could prevent further renewals to happen. Now, when the staging set is present, but could not be activated due to an error, purge the whole directory. - Fix certificate retrieval on ACME renewal to not require a 'Location:' header returned by the ACME CA. This was the way it was done in ACME before it became an IETF standard. Let's Encrypt still supports this, but other CAs do not. - Restore compatibility with OpenSSL < 1.1. * mod_tls: removed the experimental module. It now is availble standalone from https://github.com/icing/mod_tls. The rustls provided API is not stable and does not align with the httpd release cycle. * mod_rewrite: Better question mark tracking to avoid UnsafeAllow3F. * mod_http2: Return connection monitoring to the event MPM when blocking on client updates. ++++ apache2-worker: - Update to 2.4.63: * mod_dav: Update redirect-carefully example BrowserMatch config to match more recent client versions. * mod_cache_socache: Fix possible crash on error path. * mod_ssl: Fail cleanly at startup if OpenSSL initialization fails. * mod_md: update to version 2.4.31 - Improved error reporting when waiting for ACME server to verify domains or finalizing the order fails, e.g. times out. - Increasing the timeouts to wait for ACME server to verify domain names and issue the certificate from 30 seconds to 5 minutes. - Change a log level from error to debug when Stapling is enabled but a certificate carries no OCSP responder URL. * mod_proxy_balancer: Fix the handling of the stickysession configuration parameter by the balancer manager. * Add the ldap-search option to mod_authnz_ldap, allowing authorization to be based on arbitrary expressions that do not include the username. Make sure that when ldap searches are too long, we explicitly log the error. * mod_proxy: Honor parameters of ProxyPassMatch workers with substitution in the host name or port. * mod_log_config: Fix merging for the "LogFormat" directive. * mod_lua: Make r.ap_auth_type writable. * mod_md: update to version 2.4.29 - Fixed HTTP-01 challenges to not carry a final newline, as some ACME server fail to ignore it. - Fixed missing label+newline in server-status plain text output when MDStapling is enabled. * mod_ssl: Restore support for loading PKCS#11 keys via ENGINE without "SSLCryptoDevice" configured. * mod_authnz_ldap: Fix possible memory corruption if the AuthLDAPSubGroupAttribute directive is configured. * mod_proxy_fcgi: Don't re-encode SCRIPT_FILENAME when set via SetHandler. * mod_rewrite, mod_proxy: mod_proxy to canonicalize rewritten URLs, including "unix:" ones. * mod_rewrite: Error out in case a RewriteRule in directory context uses the proxy, but mod_proxy is not loaded. * http: Remove support for Request-Range header sent by Navigator 2-3 and MSIE 3. * mod_rewrite: Don't require flag to preserve a leading // added by applying the perdir prefix to the substitution. * Windows: Restore the ability to "Include" configuration files on UNC paths. * mod_proxy: Avoid AH01059 parsing error for SetHandler "unix:" URLs in Location (incomplete fix in 2.4.62). * mod_md: update to version 2.4.28 - When the server starts, it looks for new, staged certificates to activate. If the staged set of files in 'md/staging/' is messed up, this could prevent further renewals to happen. Now, when the staging set is present, but could not be activated due to an error, purge the whole directory. - Fix certificate retrieval on ACME renewal to not require a 'Location:' header returned by the ACME CA. This was the way it was done in ACME before it became an IETF standard. Let's Encrypt still supports this, but other CAs do not. - Restore compatibility with OpenSSL < 1.1. * mod_tls: removed the experimental module. It now is availble standalone from https://github.com/icing/mod_tls. The rustls provided API is not stable and does not align with the httpd release cycle. * mod_rewrite: Better question mark tracking to avoid UnsafeAllow3F. * mod_http2: Return connection monitoring to the event MPM when blocking on client updates. ++++ apko: - Update to version 0.25.2: * apko: make apk cache safer for multi-writers (#1564) * build(deps): bump docker/setup-qemu-action from 3.5.0 to 3.6.0 (#1552) * build(deps): bump github.com/chainguard-dev/clog from 1.6.1 to 1.7.0 (#1555) * spdx: add attributionText field (#1554) * dot: Do a slightly better job (#1553) * apk/signature: remove support for creating new SHA1 signatures (#1496) * build(deps): bump google.golang.org/api from 0.222.0 to 0.223.0 (#1545) * build(deps): bump github.com/go-git/go-git/v5 from 5.13.2 to 5.14.0 (#1548) * build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 in the go_modules group (#1547) * build(deps): bump docker/setup-qemu-action from 3.4.0 to 3.5.0 (#1549) * Make LockImageConfiguration incorporate options (#1540) * build(deps): bump sigstore/cosign-installer from 3.8.0 to 3.8.1 (#1537) * build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#1542) * build(deps): bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 in the go_modules group (#1539) * build(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.5.0 (#1532) * build(deps): bump k8s.io/apimachinery from 0.32.1 to 0.32.2 (#1527) * build(deps): bump github.com/klauspost/compress from 1.17.11 to 1.18.0 (#1536) * build(deps): bump github.com/sigstore/cosign/v2 from 2.4.2 to 2.4.3 (#1535) * build(deps): bump google.golang.org/api from 0.220.0 to 0.222.0 (#1534) * build(deps): bump step-security/harden-runner from 2.10.4 to 2.11.0 (#1533) * build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#1531) ++++ ast-grep: - Update to 0.36.0: * perf: remove preScan struct #1837 * refactor: change Worker trait signature #1849 * fix: fix inconsistent matching in relaxed mode #1848 * feat: allow richer metadata format #1854 * fix: do not display color for error when not in tty #1850 * fix: make scan respect --globs flag #1842 * feat: move processing to worker thread #143 * feat: move matching to worker #143 * refactor: remove Matches/Diffs macro in cli #1819 * Breaking change: fix: bump min msrv 846be66 * refactor: split colored printer 083a5f9 * refactor: moved interactive printer b9bedf4 ++++ babeltrace2: - Add BuildRequires on python3-setuptools, required for Python 3.12+. ++++ bash: - Skip PGO with %want_reproducible_builds (boo#1040589) ++++ busybox: - add busybox-1.37.0-make-ping-work-without-root-privileges.patch (bsc#1239176) ++++ nextcloud-desktop: - Added build requirement `libp11` - Update to version 3.16.0: * fix spelling os UserStatus qml type when setting user status (gh#nextcloud/desktop#7558) * gui/tray: Dark mode switch (gh#nextcloud/desktop#7561) * no transparent background for main ApplicationWindow (gh#nextcloud/desktop#7564) * fix regressions in automated tests for bulk upload (gh#nextcloud/desktop#7580) * when updating a virtual file after lock/unlock: avoid setting modtime (gh#nextcloud/desktop#7572) * enable reversed locale layout (RTL) in QML (gh#nextcloud/desktop#4240) * Fix text strings (gh#nextcloud/desktop#3792) * l10n: Change to a capital letter (gh#nextcloud/desktop#4953) * mac-crafter: Fix codesigning of app bundle when auto-updater is excluded (gh#nextcloud/desktop#7605) * when locking a file set If-Match header to ensure etag is correct (gh#nextcloud/desktop#7595) * gui/tray: Fix tray window corners (gh#nextcloud/desktop#7566) * gui/tray: Fix activity icon colours (gh#nextcloud/desktop#7567) * Bugfix/handle windows directory junction (gh#nextcloud/desktop#7609) * gui: Remove content margins account settings subsections (gh#nextcloud/desktop#7568) * Disable legacy import dialog (gh#nextcloud/desktop#7623) * chore(i18n): Aligned error messages (gh#nextcloud/desktop#7612) * gui/tray: Ensure colour of featured app icon is consistent with other header buttons (gh#nextcloud/desktop#7604) * doc: Rename first header on macos vfs doc entry, fixing title in index (gh#nextcloud/desktop#7576) * mac-crafter: Close isExecutable command outpipe file handle after use (gh#nextcloud/desktop#7585) * Bug fix import of unbranded account (gh#nextcloud/desktop#7635) * improve definition of MIRALL_VERSION_SUFFIX and MIRALL_VERSION_BUILD (gh#nextcloud/desktop#7625) * dehydrate placeholder files using CfDehydratePlaceholder (gh#nextcloud/desktop#7602) * use modern non deprecated hash algorithm and parameters (gh#nextcloud/desktop#7642) * optionally install PDB files when building them (gh#nextcloud/desktop#7626) * Include folders when displaying the local metadata about a conflict. (gh#nextcloud/desktop#7639) * Fix: correctly detects network drive. (gh#nextcloud/desktop#7636) * chore(i18n): Corrected spelling and improved grammar (gh#nextcloud/desktop#7655) * remove NC17 support (gh#nextcloud/desktop#7656) * improvement of error message (gh#nextcloud/desktop#7667) * Fix a bug preventing sync root in folder on drive roots (gh#nextcloud/desktop#7662) * Bugfix/lnk folder virtual files (gh#nextcloud/desktop#7670) * Add authors file (gh#nextcloud/desktop#7680) * Bump cpp-linter/cpp-linter-action from 2.13.3 to 2.13.4 (gh#nextcloud/desktop#7675) * all: Fix deprecation warnings when building with Qt 6.8.0 (gh#nextcloud/desktop#7584) * Bugfix/catch exceptions to prevent crash (gh#nextcloud/desktop#7684) * Bugfix/elidedtext (gh#nextcloud/desktop#7679) * Remove assert for when the timestamp is not empty. (gh#nextcloud/desktop#7641) * url update in readme (gh#nextcloud/desktop#7704) * Call setDesktopFileName without .desktop suffix (gh#nextcloud/desktop#7699) * add a simple github action workflow to build test the documentation (gh#nextcloud/desktop#7708) * Fix filename of fix-macosvfs-file-sharing.png (gh#nextcloud/desktop#7691) * Fix .netrc parsing (gh#nextcloud/desktop#7698) * Bugfix/do not always free up storage windows shortcuts (gh#nextcloud/desktop#7713) * fix dev application name to keep a consitant migration behaviour for the dev and prod build (gh#nextcloud/desktop#7683) * ensure proper read write access to root folder and db files (gh#nextcloud/desktop#7724) * Make extraction of ETag header independent of capitalisation (gh#nextcloud/desktop#7720) * gui/tray: Fix colour for secondary text items being too pale (gh#nextcloud/desktop#7725) * Fix "open local or group folders" menu not showing (gh#nextcloud/desktop#7730) * improve feedback from documentation generation workflow (gh#nextcloud/desktop#7743) * gui/tray: Remove BasicComboBox QML component, prefer native component (gh#nextcloud/desktop#7583) * Update macosvfs.rst (gh#nextcloud/desktop#7742) * chore(i18n): Improved grammar (gh#nextcloud/desktop#7749) * update runwizard introduction screen (gh#nextcloud/desktop#7737) * updater: Upgrade to Sparkle 2 (gh#nextcloud/desktop#7750) * gui/tray: Fix sync state icon showing paused state when using macOS VFS with no standard sync folders (gh#nextcloud/desktop#7741) * fix window resize on DPI changes (gh#nextcloud/desktop#7735) * github: Implement issue types in issue templates (gh#nextcloud/desktop#7766) * Use normal MenuSeparator instead of custom code (gh#nextcloud/desktop#7770) * update legal notice copyright years for Nextcloud (gh#nextcloud/desktop#7773) * add some missing doc images in a valid path (gh#nextcloud/desktop#7774) * Avoid converting string to color (gh#nextcloud/desktop#7769) * Bugfix/read only classical sync lnk shortcuts windows (gh#nextcloud/desktop#7779) * fix the if check for invalid virtual LNK files (gh#nextcloud/desktop#7781) * Make Brander QT selection dynamic (gh#nextcloud/desktop#7754) * sync: Respect maximum chunk size provided in server capabilities (gh#nextcloud/desktop#7772) * switch client side encryption to use sha256 hash algorithm (gh#nextcloud/desktop#7780) * Log path strings directly instead of accumulating (gh#nextcloud/desktop#7718) * modify AppImage build script to work with an EL8 base (gh#nextcloud/desktop#7782) * notifications: Do not assume root activity link is the correct "join call" link (gh#nextcloud/desktop#7786) * fix "Resolve conflicts" dialog not showing up (gh#nextcloud/desktop#7789) * persist credentials retrieved through the wizard (gh#nextcloud/desktop#7768) * use new in Qt6.8 windows fluent style (gh#nextcloud/desktop#7416) * fix wrong if condition (gh#nextcloud/desktop#7799) * Add Ubuntu Plucky (gh#nextcloud/desktop#7801) * Link to new documentation (gh#nextcloud/desktop#7810) * Update doc link in issue template (gh#nextcloud/desktop#7811) * fix colours in dark mode (gh#nextcloud/desktop#7755) * refactor: replace QString() with QStringLiteral() for better performance in (gh#nextcloud/desktop#7422) * use correct qml style on Windows (gh#nextcloud/desktop#7812) * craft: Upgrade to binary cache 25.01 (gh#nextcloud/desktop#7825) * only use debug log level for discovery traces to decrease cost (gh#nextcloud/desktop#7819) * shell_integration/macOS: Upgrade to NextcloudFileProviderKit 2.0 (gh#nextcloud/desktop#7824) * Adds some extra info when throwing exception with setting folder permissions. (gh#nextcloud/desktop#7809) * Feature/e2ee use hardware token secure storage (gh#nextcloud/desktop#5877) * Fetch "shared with me" information separately (gh#nextcloud/desktop#7744) * gui/tray: Fix defaulting to "problem" state in sync tray icon when using macOS VFS (gh#nextcloud/desktop#7827) * set the parent folder read/write always when downloading a new file (gh#nextcloud/desktop#7808) * fix deletion of .lnk files on Windows with paths containing special characters (gh#nextcloud/desktop#7828) * shell_integration/macOS: Add ability to share macOS VFS files via internal link shares (gh#nextcloud/desktop#7787) * gui/macOS: Improve/fix illegal File Provider domain handling for macOS VFS (gh#nextcloud/desktop#7835) * shell_integration/macOS: Do not try to lock macOS VFS file if locking is unavailable on the server (gh#nextcloud/desktop#7833) * fix: Nautilus integration conflicts with ownCloud (gh#nextcloud/desktop#6418) * Add button to scroll to top when activity list is long. (gh#nextcloud/desktop#7823) * UI: Improves texts displayed to the user when picking the wrong location for syncing (gh#nextcloud/desktop#7596) * skip attempt to install updates at launch when update checks are disabled (gh#nextcloud/desktop#7838) * gui/tray: Prevent talk reply text field being too wide and breaking layout (gh#nextcloud/desktop#7839) * Bugfix. E2EE. Always migrate from 1.2 to 2.0, even with nested folders. (gh#nextcloud/desktop#6695) * Bugfix migration from legacy clients. (gh#nextcloud/desktop#7807) * Fix Height for Resolve Conflicts Dialog (gh#nextcloud/desktop#7815) * add test skeleton for OCC::FolderStatusModel (gh#nextcloud/desktop#7842) * Attempt to detect if client is running in a Vmware to disable graphic acceleration (gh#nextcloud/desktop#7687) * [stable-3.16] fix rounded corners in the call notification (gh#nextcloud/desktop#7851) * [stable-3.16] Fix looks of share note text field (gh#nextcloud/desktop#7858) * [stable-3.16] chore(i18n): Remove blank (gh#nextcloud/desktop#7866) * [stable-3.16] vfs: fix root folder detection regression (gh#nextcloud/desktop#7878) * [stable-3.16] Hide update channels options when needed. (gh#nextcloud/desktop#7879) * [stable-3.16] Small improvements in Folder. (gh#nextcloud/desktop#7882) * [stable-3.16] Feature/automate windows file name compatibility (gh#nextcloud/desktop#7884) * [stable-3.16] provide consistent version info including human readable version (gh#nextcloud/desktop#7885) * [stable-3.16] Change three dots to an ellipsis (gh#nextcloud/desktop#7888) * [stable-3.16] Check if folder exists before deleting sync db and VFS sync root conection. (gh#nextcloud/desktop#7892) * [stable-3.16] prevent infinite sync loop: delay retry after many errors (gh#nextcloud/desktop#7893) * [stable-3.16] improve ToS handling (gh#nextcloud/desktop#7895) * [stable-3.16] fixed html formatting on encrypted warning message (gh#nextcloud/desktop#7896) * [stable-3.16] FolderStatusModel: only create a single QFileIconProvider object (gh#nextcloud/desktop#7900) * [stable-3.16] UserStatusSelector: set focusPolicy on accept button (gh#nextcloud/desktop#7907) * [stable-3.16] Bugfix/delete read only remnants (gh#nextcloud/desktop#7909) * [stable-3.16] Added plural forms handling correction to notification message (gh#nextcloud/desktop#7912) * [stable-3.16] Added space between sentences (gh#nextcloud/desktop#7913) * [stable-3.16] Removed deprecated Qt macros/functions (gh#nextcloud/desktop#7915) * [stable-3.16] chore(i18n): Use correct plural syntax (gh#nextcloud/desktop#7917) * [stable-3.16] Improve UI of settings (gh#nextcloud/desktop#7921) * [stable-3.16] do not display encrypt action for external folders (gh#nextcloud/desktop#7922) * [stable-3.16] craft: Use Qt 6.8.2 (gh#nextcloud/desktop#7923) * [stable-3.16] Added customize option for sync interval (gh#nextcloud/desktop#7929) * [stable-3.16] Increased default limit of free space and critical free space (gh#nextcloud/desktop#7936) * [stable-3.16] Added hiding remotePollInterval selector in settings if notify push available (gh#nextcloud/desktop#7944) * [stable-3.16] gui/tray: Do not generate JPEG images in async image response for macOS (gh#nextcloud/desktop#7947) * [stable-3.16] gui/tray: Remove unused thumbnailjob class (gh#nextcloud/desktop#7948) * [stable-3.16] when deleting a remote locked file, provide needed lock headers (gh#nextcloud/desktop#7952) * [stable-3.16] gui/macOS: Remove "advanced settings" section for macOS VFS settings (gh#nextcloud/desktop#7953) * [stable-3.16] update AppImage builds to Qt 6.8.2 (gh#nextcloud/desktop#7954) * [stable-3.16] gui/tray: Fix some tray view papercuts (gh#nextcloud/desktop#7955) * [stable-3.16] gui: do not allow MainWindow to be resized (gh#nextcloud/desktop#7957) * [stable-3.16] Revert "gui: do not allow MainWindow to be resized" (gh#nextcloud/desktop#7963) * [stable-3.16] Remove aditional text when error occurs. (gh#nextcloud/desktop#7968) * [stable-3.16] gui/macOS: Fix emitted signal in file provider sync status GUI component (gh#nextcloud/desktop#7972) * [stable-3.16] make use of the new x-nc-skip-trashbin header (gh#nextcloud/desktop#7975) * [stable-3.16] always set a user if we got asked for one (gh#nextcloud/desktop#7976) ++++ ckb-next: - Update to version 0.6.1 Support for new devices: * K100 RGB Optical-Mechanical * K70 Core TKL RGB * K65 Mini Features: * Port to Qt6 Bug fixes: * The GUI no longer crashes on device disconnect * The slash key on the Brazilian (ABNT) layout now works with modern keyboards * Prevent possible USB connection issues on legacy devices * Resolve a crash on pure XWayland systems * Prevent memory leak on active window detection code - Switch build to Qt6 on Tumbleweed ++++ cockpit: - Update to 334.1 - Various bug fixes and improvements - Translation updates - npm modules updated, since new version ++++ cockpit-machines: - Update to 328 * Translation updates - Remove qemu-spice from SLFO_16 (bsc#1238723) ++++ cockpit-podman: - Update to version 102 * Translation updates * Bug fixes ++++ gcc13: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ gcc14: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ gcc15: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ crmsh: - Update to version 5.0.0+20250310.bab2cdb3: * Dev: doc: Update the doc of 'configure upgrade' command * Dev: ui_configure: Improve 'configure upgrade' command ++++ cross-aarch64-gcc13: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-aarch64-gcc13-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-aarch64-gcc14: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-aarch64-gcc14-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-aarch64-gcc15: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-aarch64-gcc15-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-amdgcn-gcc13: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-amdgcn-gcc14: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-amdgcn-gcc15: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-arm-gcc13: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-arm-gcc14: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-arm-gcc15: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-arm-none-gcc13: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-arm-none-gcc13-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-arm-none-gcc14: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-arm-none-gcc14-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-arm-none-gcc15: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-arm-none-gcc15-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-avr-gcc13: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-avr-gcc13-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-avr-gcc14: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-avr-gcc14-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-avr-gcc15: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-avr-gcc15-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-bpf-gcc13: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-bpf-gcc14: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-bpf-gcc15: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-hppa-gcc13: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-hppa-gcc13-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-hppa-gcc14: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-hppa-gcc14-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-hppa-gcc15: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-hppa-gcc15-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-loongarch64-gcc14: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-loongarch64-gcc14-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-loongarch64-gcc15: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-loongarch64-gcc15-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-m68k-gcc13: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-m68k-gcc14: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-m68k-gcc15: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-mips-gcc13: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-mips-gcc14: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-mips-gcc15: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-nvptx-gcc13: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-nvptx-gcc14: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-nvptx-gcc15: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-ppc64-gcc13: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-ppc64-gcc14: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-ppc64-gcc15: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-ppc64le-gcc13: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-ppc64le-gcc13-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-ppc64le-gcc14: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-ppc64le-gcc14-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-ppc64le-gcc15: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-ppc64le-gcc15-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-pru-gcc13-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-pru-gcc14-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-pru-gcc15-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-riscv64-elf-gcc13: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-riscv64-elf-gcc13-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-riscv64-elf-gcc14: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-riscv64-elf-gcc14-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-riscv64-elf-gcc15: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-riscv64-elf-gcc15-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-riscv64-gcc13: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-riscv64-gcc13-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-riscv64-gcc14: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-riscv64-gcc14-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-riscv64-gcc15: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-riscv64-gcc15-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-rx-gcc13: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-rx-gcc13-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-rx-gcc14: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-rx-gcc14-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-rx-gcc15: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-rx-gcc15-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-s390x-gcc13: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-s390x-gcc13-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-s390x-gcc14: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-s390x-gcc14-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-s390x-gcc15: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-s390x-gcc15-bootstrap: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-sparc-gcc13: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-sparc-gcc14: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-sparc-gcc15: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-sparc64-gcc13: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-sparc64-gcc14: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ cross-sparc64-gcc15: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ ddclient: - Some tests fails when PSGI dependencies is not prevent, revert source commit 8cf322e allows skipping them. See https://github.com/ddclient/ddclient/issues/815 [+ Revert-tests-only-skip-HTTPD-tests.patch] ++++ distcc: - Add patch use-setuptools-instead.patch: * Use setuptools rather than distutils inside include_server. ++++ dpdk: - Update to version 24.11.1 * Contains DPDK 24.11 plus the fix for CVE-2024-11614, remove patch dpdk-CVE-2024-11614.patch - Move docs from %{_docdir}/dpdk/dpdk to %{docdir}/dpdk ++++ fail2ban: - Add BuildRequires on setuptools, required for Python 3.12+. ++++ font-manager: - Update to 0.9.4 * Fix segfault when opening preferences - Issue #436 - Add 0001-reproducible-build.patch ++++ forgejo: - move permissions of the log dir and the data dir from forgejo:forgejo u=rwX,g=rwX,o= to forgejo:forgejo u=rwX,g=rX,o= - update apparmor profile to a profile that is less broad. - create all directories before actually installing files - make the HOME dir in the service file the same as the user - migrate existing authorized keys files from %{_datadir}/%{name}/.ssh/authorized_keys to %{_sharedstatedir}/%{name}/data/home/.ssh/authorized_keys - fix file list to lock down permissions more - don't require the apparmor subpackage when apparmor is installed the current profile is rather bad and it should be possible to keep it out. - user should actually use /var/lib/forgejo/data/home ++++ forgejo-guardian: - import config handling from the gitea-action-runner package the config can contain secrets and we should probably protect them with proper default permissions ++++ forgejo-runner: - also own the runners file - import config handling from the gitea-action-runner package the config can contain secrets and we should probably protect them with proper default permissions - not sure why this was installed as an user service ++++ gcc13-testresults: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ gcc14-testresults: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ gcc15-testresults: - Disable profiling during build when %want_reproducible_builds is set [bsc#1238491] ++++ geoipupdate: - Update to version 7.1.0: * Update for v7.1.0 * Set release date * Bump bobg/modver from 2.10.1 to 2.10.2 * Don't mix receiver type * Remove deactivated linters * Bump golang.org/x/net from 0.30.0 to 0.31.0 * Export HTTPError * Bump golang.org/x/net from 0.29.0 to 0.30.0 * Bump bobg/modver from 2.10.0 to 2.10.1 * Bump golang.org/x/net from 0.28.0 to 0.29.0 * Bump bobg/modver from 2.9.0 to 2.10.0 * Bump golang.org/x/net from 0.27.0 to 0.28.0 * Bump golang.org/x/sync from 0.7.0 to 0.8.0 * Bump github.com/gofrs/flock from 0.12.0 to 0.12.1 * Bump golang.org/x/net from 0.26.0 to 0.27.0 * Bump github.com/gofrs/flock from 0.11.0 to 0.12.0 * Bump bobg/modver from 2.8.1 to 2.9.0 * Bump github.com/gofrs/flock from 0.9.0 to 0.11.0 * Run go mod tidy * Bump github.com/gofrs/flock from 0.8.1 to 0.9.0 * Updates for GoReleaser v2 * Add permission for scheduled CodeQL run * Add modver action * Do not run CodeQL on push * Remove example crontab file * Update frequency references database release schedule * Bump golang.org/x/net from 0.25.0 to 0.26.0 * Update golangci-lint config * Do not require from HTTP handlers * Bump golangci/golangci-lint-action from 5 to 6 * Bump golang.org/x/net from 0.24.0 to 0.25.0 * Update golangci-lint config * Bump golangci/golangci-lint-action from 4 to 5 * Add change-log item for #310 * Respect host scheme if set * Add check to verify that tag matches go.mod * Ignore dist dir ++++ ghc-monad-logger: - Update monad-logger to version 0.3.42. [#]# 0.3.42 * Forward compatibility with `-Wnoncanonical-monad-instances` becoming an error ++++ ghc-unliftio: - Update unliftio to version 0.2.25.1. [#]# 0.2.25.1 * Forward compatibility with `-Wnoncanonical-monoid-instances` becoming an error ++++ golly: - Add missing BuildRequires python3-setuptools ++++ grafana: - CVE-2025-27144: Fix Go JOSE's Parsing Vulnerability (bsc#1237671) * Add 0003-Bump-go-jose.patch ++++ gstreamer-plugins-bad: - Add svt.patch to build with SVT-AV1 3.0.0 API. - Modify spandsp3.patch to support both spandsp 0.x and spandsp 3.x. - Delete fix-build-with-srt-1.3.4.patch since all supported Leap 15.X now have >=1.4. - Trim idempotent %if..%endif guards. - Use noun phrase for descriptions (not two noun phrases) ++++ guake: - change the docs dependencies to python3-sphinx_rtd_theme and python3-sphinxcontrib-programoutput ++++ helm: - skip 32bit builds on SLFO ++++ hledger-interest: - Update hledger-interest to version 1.6.7 revision 1. Upstream has revised the Cabal build instructions on Hackage. ++++ just: - update to 1.40.0: * Allow the target of aliases to be recipes in submodules * Make --list-submodules require --list * Star parameters may follow default parameters * Remove test! macro from readme * Sort enum variant, struct member, and trait members alphabetically * Add Zed extension to readme * Refactor error checking in choose function * Use Test struct instead of test! macro * Include unicode codepoint in unknown start of token error * Ignore broken pipe error from chooser * Guarantee that Namepaths are non-empty * Remove unnecessary binding modifiers * Document Vim and Neovim built-in syntax highlighting * Remove rust:just Repology badge * Clarify --list argument * Expand Windows path documentation * Fix readme typos ++++ k9s: - Update to version 0.40.6: * Breaking change Moved portForwardAddress out of clusterXXX/contextYYY/config.yaml and into the main K9s config file. This is a global preference based on your setup vs a cluster/context specific attribute. K9s will nag you in the logs if a specific context config still contains this attribute but should not prevent the configuration load. * Column Blow Reloaded! We've added another property to the custom view. You can now also specify namespace specific column definition for a given resource. For instance, view pods in any namespace using one configuration and view pods in fred namespace using an alternate configuration. (See the example in the release https://github.com/derailed/k9s/releases/tag/v0.40.6) Additionally, we've added a new column attribute aka Show -> S. This allows you to now override the default resource column wide attribute when set. * Resolved Issues - #3179 Resource name with full api or group displayed (somewhere and sometimes) - #3178 Cronjobs with the same name in different namespaces appear together - #3176 Trigger all marked cronjobs - #3162 Context configs: context directory created under wrong cluster after context switch - #3161 Force wide-only columns to appear outside of wide view - #3147 Prompt style is overriden by body - #3139 CPU/R:L and MEM/R:L columns invalid in views.yaml - #3138 Subresources are not shown correctly in the RBAC view * Contributed PRs - Please be sure to give Big Thanks! and ATTA Girls/Boys! to all the fine contributors for making K9s better for all of us!! - #3182 fix: Use the latest version when downloading the Ubuntu deb file - #3168 fix(history): handle cases where special commands add their command their command to the history - #3159 Added hard contrast gruvbox skins - #3149 fix: Pass grv on gotoResource as a String to fix non-default apiGroup list - #3149 Add externalsecrets plugin - #3140 fix: Avoid false positive matches in enableRegion (#3093) ++++ kernel-debug: - x86/microcode/AMD: Add some forgotten models to the SHA check (microcode_fix) - commit 14647da - update to 6.14-rc6 - commit 5af2a0b ++++ kernel-default: - x86/microcode/AMD: Add some forgotten models to the SHA check (microcode_fix) - commit 14647da - update to 6.14-rc6 - commit 5af2a0b ++++ kernel-source: - x86/microcode/AMD: Add some forgotten models to the SHA check (microcode_fix) - commit 14647da - update to 6.14-rc6 - commit 5af2a0b ++++ kernel-docs: - x86/microcode/AMD: Add some forgotten models to the SHA check (microcode_fix) - commit 14647da - update to 6.14-rc6 - commit 5af2a0b ++++ kernel-kvmsmall: - x86/microcode/AMD: Add some forgotten models to the SHA check (microcode_fix) - commit 14647da - update to 6.14-rc6 - commit 5af2a0b ++++ kernel-obs-build: - x86/microcode/AMD: Add some forgotten models to the SHA check (microcode_fix) - commit 14647da - update to 6.14-rc6 - commit 5af2a0b ++++ kernel-obs-qa: - x86/microcode/AMD: Add some forgotten models to the SHA check (microcode_fix) - commit 14647da - update to 6.14-rc6 - commit 5af2a0b ++++ kernel-syms: - x86/microcode/AMD: Add some forgotten models to the SHA check (microcode_fix) - commit 14647da - update to 6.14-rc6 - commit 5af2a0b ++++ kernel-vanilla: - x86/microcode/AMD: Add some forgotten models to the SHA check (microcode_fix) - commit 14647da - update to 6.14-rc6 - commit 5af2a0b ++++ kubescape: - Update to version 3.0.31: * What's Changed - fix score calculation for framework with all controls in status irrelevant by @amirmalka in #1802 - Bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 by @dependabot in #1803 - Update README.md by @amitschendel in #1807 - generate checksums for all artifacts by @matthyx in #1806 ++++ sdl12_compat: - Delete self-conflicts ++++ sdl2-compat: - Delete self-conflicts ++++ ncurses: - Add ncurses patch 20250308 + remove test in wgetch which applied notimeout to the initial read of a character (patch by Branden Robinson). + improve formatting/style of manpages (patches by Branden Robinson). + fix a few compiler-warnings in MinGW port. ++++ netpbm: - version update to 11.9.3 * Release 11.09.03 + giftopnm: Fix wild pointer reference with -verbose and invalid extension type. Broken in Netpbm 10.59 (December 2012). pdbimgtopam, pamtopdbimg: Fix crash when out of memory. Always broken (programs were new in Netpbm 10.52 (September 2010)). + pamrestack: fix failure when height too large for computations. Broken in Netpbm 10.99 (June 2022). * Release 11.09.02 + pammixmulti: Fix crash similar to that fixed in 11.09.01. Introduced in Netpbm 11.09.00 (December 2024). * Release 11.09.01 + pammixmulti: Fix crash from uninitialized memory. Introduced in Netpbm 11.09.00 (December 2024). * Release 11.09.00 + pammixmulti: Add -blend=alpha-weighted. Thanks Scott Pakin. + ppmhist: Don't accept -nomap and -map together, or -colorname with -map. (Before, -nomap and -colorname were ignored with - map). + libnetpbm: Fix crash in ppm_colorDict_destroy; affects all programs that use color names. Introduced in Netpbm 11.07 (June 2024). + pcxtoppm: Fix wildly incorrect output for all multiplane images. Broken in Netpbm 11.04 (September 2023). + pbmtoascii: Fix bug: allows both -1x2 and -2x4. Always present (pbmtoascii existed in primordial Netpbm). + build: fix type mismatch warning linking ppmtompeg. Always broken (ppmtompeg was new to Netpbm in April 2004). + build: Make it work with -std=gnu23, which is the default in recent GCC. To wit, remove local declaration of "bool". + makeman: fix for HTML lists that have blank lines between items. * Release 11.08.00 + libnetpbm color name parsing: Fix handling of rgb: color names with more than 4 hex digits per plane, so it throws an error instead of generating an invalid or wrong color. Broken in primordial Netpbm. + libnetpbm color name parsing: Fix error message for invalid rgb- color name. + build: fix typo in check of DARWIN_C_SOURCE so strdup, etc. are properly defined on OS X. - modified patches % netpbm-security-code.patch (refreshed) - deleted patches - netpbm-gcc15.patch (upstreamed) ++++ openvswitch: - Update OVN to 25.03.0 for a list of changes, check https://github.com/ovn-org/ovn/blob/v25.03.0/NEWS ++++ papers: - Drop papers-plugin-pdfdocument Suggests: It's already a Recommends. ++++ python310-core: - Skip PGO with %want_reproducible_builds (bsc#1239210) ++++ python311-core: - Skip PGO with %want_reproducible_builds (bsc#1239210) ++++ python312-core: - Skip PGO with %want_reproducible_builds (bsc#1239210). ++++ python313-core: - Skip PGO with %want_reproducible_builds (bsc#1239210). ++++ python313-nogil-nogil-core: - Skip PGO with %want_reproducible_builds (bsc#1239210). ++++ python314-core: - Skip PGO with %want_reproducible_builds (bsc#1239210). ++++ python314-nogil-nogil-core: - Skip PGO with %want_reproducible_builds (bsc#1239210). ++++ python39-core: - Skip PGO with %want_reproducible_builds (bsc#1239210) ++++ serd: - update to 0.32.4: * Fix overly permissive parsing of syntax names on the command line * Fix parsing NQuads lines with no space before the final dot * Fix reading chunks from files without trailing newlines * Fix rewriting special literals when datatype URIs are prefixed names * Gracefully handle errors while writing the end of anonymous nodes * Support reading lone lists in lax mode * Treat out of range unicode characters as errors * Write blank lines between graphs and statements in TriG * developer visible fixes ++++ slop: - Add build fix for factory: * slop-glew_config_compat.patch - Spec cleanup ++++ sord: - update to 0.16.18: * Replace more platform-specific code with use of zix ++++ sratom: - update to 0.6.18: * Avoid snprintf when writing MIDI events * developer visible code fixes - includes changes from 0.6.16: * Constrain relative URI references to the base URI * maintenance and clean-up of build system ++++ stp: - Add missing BuildRequires python3-setuptools ++++ suil: - update to 0.10.22: * Allow SUIL_API to be defined by the user * Fix dependencies in pkg-config file * Only check for Gtk Quartz support on MacOS * Override pkg-config dependency within meson * Remove Gtk in Qt and Qt in Gtk wrappers * Remove junk files from documentation install * Replace duplicated dox_to_sphinx script with sphinxygen dependency ++++ talloc: - Update to 2.4.3 * Testsuite and documenation fixes * Add LGPLv3 LICENSE file ++++ libuser: - add patch remove-tests.patch, as we switched to python3.13 and python3.13 doesn't support crypt ++++ vigra: - Update to 1.12.1 * Address implementation incompatibility of ptp in vigranumpy with numpy 2 * Improve compatibility with compilers in 2024 - Remove unneeded _service file. `osc service mr download_files` does the same thing - Spec cleanup ++++ wingpanel: - update to 8.0.3: * Fix panel actual_height with scale factor * PanelWindow: Update size on scale change ++++ wt: - Update to 4.11.3: * It is now possible to configure (dis)allowance of nested transaction * Allow for recreating views without recreating models. * Added a "Back" button in the TOTP setup and input view. * Disabled throttling during TOTP setup. * Added the possibility to customize the mapping between file extensions and MIME types. * The font metrics constructed by WPaintDevices are now only constructed once, and not once per WPaintDevice. * Added the function Dbo::FixedSqlConnectionPool:: freeConnections() to retrieve how many connections in the pool are currently free. * Added more addX convenience methods that return the raw pointer of the added object. * Added a way to set an alternative count query with Query::setCountQuery(). This allows to replace the default count query with a less expensive one. - Drop patch: * boost_fixes.patch - Remove obsolete CMake build options ++++ longhornctl: - Update to version 1.8.1: * release: update version file for v1.8.1 * release: update version file for v1.8.1-rc3 * fix(deps): update module github.com/longhorn/longhorn-manager to v1.8.1-rc2 * release: update version file for v1.8.1-rc2 * fix(deps): update module github.com/longhorn/longhorn-manager to v1.8.1-rc1 * release: update version file for v1.8.1-rc1 * fix(ci): fix multi-platform build env issue for gha * fix(ci): fixed project name * feat: self-contained container image build * fix(deps): update github.com/longhorn/go-common-libs digest to 151615b * fix(deps): update patch digest dependencies * chore(vendor): update dependencies * fix(deps): update module github.com/longhorn/longhorn-manager to v1.8.0 * fix(deps): update patch digest dependencies ++++ man-pages: - version update to 6.13 * Newly documented interfaces in existing pages man7/ landlock.7 Landlock ABI v6 LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET LANDLOCK_SCOPE_SIGNAL * Changes to individual files ++++ melange: - Update to version 0.22.2: * Ldd check linter (#1834) * fix(pkg/build/pipelines/go/covdata.yaml): add jq dep (#1833) * build(deps): bump github.com/docker/docker from 27.5.1+incompatible to 28.0.1+incompatible (#1830) * build(deps): bump dagger.io/dagger from 0.15.3 to 0.16.2 (#1832) * build(deps): bump github.com/go-git/go-git/v5 from 5.13.2 to 5.14.0 (#1831) * build(deps): bump actions/download-artifact in the actions group (#1828) * build(deps): bump the gomod group with 2 updates (#1829) ++++ meli: - Add _multibuild file * debug tracing mode should be a separate build flavour ++++ meli-with-debug-tracing: - Add _multibuild file * debug tracing mode should be a separate build flavour ++++ mold: - Update to version 2.37.1 * Fix spurious "dupilcate symbol" error for LTO ++++ nodejs-electron: - New upstream release 33.4.4 * no user-visible changes ++++ osc: - if we have primary_python defined lets use this to get runtime requires matching the shebang lines ++++ patterns-base: - Ensure SUSEConnect is installed on SLES 16 (bsc#1235771) See also https://build.suse.de/requests/359397 . ++++ patterns-devel-base: - Drop libapparmor-devel recommends also for Tumbleweed. ++++ pnpm: - update to 10.6.2: * Patch Changes - pnpm self-update should always update the version in the packageManager field of package.json. - Fix running pnpm CLI from pnpm CLI on Windows when the CLI is bundled to an executable #8971. - pnpm patch-commit will now use the same filesystem as the store directory to compare and create patch files. - Don't show info output when --loglevel=error is used. - peerDependencyRules should be set in pnpm-workspace.yaml to take effect. ++++ podman: - Add patch for CVE-2025-27144 (bsc#1237641): * 0001-CVE-2025-27144-vendor-don-t-allow-unbounded-amounts-.patch ++++ presenterm: - Update to 0.11.0: Breaking changes: * Footer templates are now sanitized, and any variables surrounded in braces that aren't supported (e.g. {potato}) will now cause presenterm to display an error. If you'd like to use braces in contexts where you're not trying to reference a variable you can use double braces, e.g. live at {{PotatoConf}} (#442) (#467) (#469) (#471). New features: * Add support for kitty's font size protocol. This is now used by default in built in themes in a few components such as the intro slide's title and slide titles. See the example presentation gif to check out how this looks like. Terminal suport for this feature is detected on startup and will be ignored if unsupported. This requires kitty >= 0.40.0 (#438) (#460) (#470). * Allow specifying font size in a comment command, which causes any subsequent text in a slide to use the specified font size. Just like the above, only supported in kitty >= 0.40.0 for now (#458). * Footers can now contain images in the left and center components. This allows including some form of branding/company logo to your presentations (#450) (#476). * Footers can now contain inline markdown, which allows using bold, italics, tags for colors, etc (#466). * Presentation titles can now contain inline markdown (#464). * Introduce palette.classes in themes to allow specifying combinations of foreground/background colors that can be referenced via the class attribute in tags (#468). * It's now possible to configure the alignment to use when max_columns is configured and the terminal width is larger than it (#475). * Add support for wikilinks (#448). Fixes: * Don't get stuck if tmux doesn't passthrough (#456). * Don't squash image if terminal's font aspect ratio is not 2:1 (#446). * Fail if --config-file points to non existent file (#474). * Use right script name for kotlin files when executing (#462). * Respect lists that start at non 1 indexes (#459). * Jump to right slide on code attribute change (#478). Improvements: * Remove result return type from builder fns that don't need it (#465). * Refactor theme code (#463). * Restructure terminal code and add test for margins/layouts (#443). * Use fastrand instead of rand (#441). * Avoid cloning strings when styling them (#440). ++++ python-blue: - Add black-25.1.patch to support changes in black 25.1 ++++ python-gobject: - Update to version 3.52.1 + Use `girepository` 2.0 for GIR mappings. + Use Python's vectorcall protocol internally. + Improved API for asyncio. + Deprecation: The pygtkcompat module now throws an exception when imported. + Method signatures are exposed from PyGObject now. + Use gobject-introspection-tests for testing. + Convenience API for Gdk.RGBA got GDK 4, similar to GDK 3. + Added a [pre-commit](https://pre-commit.com/) configuration. + Use standard `enum` module for enums and flags in PyGObject. + Added an option to skip automatic initialization of GTK and GDK. + PyGObject is no longer automatically tested on i386 architecture. + Fixed iterator protocol implementation for properties. + Various code and documentation improvements. - Add pythoncapi-compat as subproject. - Pass -Dtests=false to meson: disable tests for now, as we do not have the submodule for that. - Pass -Dwheel=false to meson, as we use our own python single-spec mechanism to install the python bindings. - Add pygobject-license.patch: Fix build by not relying on PE-639 yet. - Replace pkgconfig(gobject-introspection-1.0) BuildRequires with pkgconfig(girepository-2.0): follow upstreams changes. - Drop pkgconfig(gmodule-2.0) BuildRequires: no longer needed. ++++ rpmconf: - Update to 1.1.11: * correct wording * use license file from reuse * add reuse config - Add BuildRequires on python3-setuptools ++++ python-spyder-notebook: - Add patch support-python-312.patch * Support building with Python 3.12+. ++++ python310: - Skip PGO with %want_reproducible_builds (bsc#1239210) ++++ python310-documentation: - Skip PGO with %want_reproducible_builds (bsc#1239210) ++++ python311: - Skip PGO with %want_reproducible_builds (bsc#1239210) ++++ python-Flask-Versioned: - Remove timebomb now that Python 3.12 is no longer the first flavor built. - Add a rudimentary check by importing the module built. ++++ python-Jinja2: - Update to 3.1.6 * The ``|attr`` filter does not bypass the environment's attribute lookup, allowing the sandbox to apply its checks. ++++ python-Pygments: - Remove files from testsamples that licensedigger flagged as high risks. Also created an issue upstream for potential licensing issues. See https://github.com/pygments/pygments/issues/2872 - Disable tests which depended on those files ++++ python-azure-mgmt-resource: - New upstream release + Version 23.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package ++++ python311-documentation: - Skip PGO with %want_reproducible_builds (bsc#1239210) ++++ python-executing: - Update to 2.2.0 * fix: backward compatibility fix for changed source positions in 3.12.6 (#85) * fix: handle changed positions for __exit__ of ast.With * update and fix table of contents link, 'libraries' → 'projects' (#93) * fix: check for pytest compatibility (#94) - Drop new-python-312.patch, merged upstream - Drop pytest.patch, merged upstream ++++ python-mrcfile: - Update to 1.5.4 * Fix rare bug in mmap alignment with certain extended header sizes * Add test and documentation code to source distribution * Add support for Python 3.13 and numpy 2.1 & 2.2 - 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 - Use Python 3.11 on SLE-15 by default ++++ python-mygpoclient: - Update to 1.10 * Add Python 3.11 and 3.12 to tests. * Switch from distutils to setuptools. * Remove unsupported Python 2.7 and 3.6 from tests. * Replace assertEquals with assertEqual. * Replace assert_ with assertIn or assertTrue. * Update to python 3.13 - Limit Python files matched in %files section - 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-objgraph: - Update to 3.6.2 * Add support for Python 3.13. - Drop python313.patch, fixed upstream ++++ python-python-bidi: - python-maturin is not required for running of the package. - python-six it not required at all. - Update to 0.6.6 * Upgraded to macos-13 runner (as 12 is not available anymore). - from version 0.6.5 * Revert "Added pypy3.11 to build" - from version 0.6.4 * Added pypy3.11 to build * Removed pypy3.8 from build, not suppurted * Bumped pyo3 to 0.23.3, drops pypy3.7 and pypy3.8 * Bumped unicode-bidi to 0.3.18 closes #28 - from version 0.6.3 * Updated pyo3 to 0.22.4 * Python 3.13 wheels are finally working - from version 0.6.2 * Added check-latest to the build - from version 0.6.1 * Bumped to build Python 3.13 wheels - from version 0.6.0 * Added implemention selection (Python or Rust) to pybidi cli, respecting backward comapt * Restored older algorithm, supports both implementations closes #25 * Modernize and simplify Python code (Thanks Christian Clauss) - from version 0.5.2 * Added get_base_level backward compat * docstring cleanup - from version 0.5.1 * Added compat for older import, closes #23 * Updated copyrights - from version 0.5.0 * Switched to using Rust based unicode-bidi using PyO3 * Dropped Python < 3.9 support * Removed "upper_is_rtl" * Import of ``get_display`` changed to ``from bidi import get_display`` - Add cargo to BuildRequires - Add rust to BuildRequires - Disable testsuite for the time being which fails to import bidi.bidi - Enable vendoring for Rust building dependencies - Switch build architecture to binary - 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 - Switch package to modern Python Stack on SLE-15 * Use Python 3.11 on SLE-15 by default * Drop support for older Python versions - Update BuildRequires and Requires from pyproject.toml ++++ python-rt: - Update to 3.3.4 * Remove requirements section. this can be easily reviewed in pyproject.toml * Fix bad date comparison; fixes (#107) - Use Python 3.11 on SLE-15 by default ++++ python-ruff: - update to 0.9.10 * Preview features * [ruff] Add new rule RUF059: Unused unpacked assignment * [syntax-errors] Detect assignment expressions before Python 3.8 * [syntax-errors] Named expressions in decorators before Python 3.9 * [syntax-errors] Parenthesized keyword argument names after Python 3.8 * [syntax-errors] Positional-only parameters before Python 3.8 * [syntax-errors] Tuple unpacking in return and yield before Python 3.8 * [syntax-errors] Type parameter defaults before Python 3.13 * [syntax-errors] Type parameter lists before Python 3.12 * [syntax-errors] except* before Python 3.11 * [syntax-errors] type statements before Python 3.12 * Bug fixes * Escape template filenames in glob patterns in configuration * [flake8-simplify] Exempt unittest context methods for SIM115 rule * Formatter: Fix syntax error location in notebooks * [pyupgrade] Do not offer fix when at least one target is global/nonlocal (UP028) * [flake8-builtins] Ignore variables matching module attribute names (A001) * [pylint] Convert code keyword argument to a positional argument in fix for (PLR1722) * CLI * Move rule code from description to check_name in GitLab output serializer * Documentation * [pydocstyle] Clarify that D417 only checks docstrings with an arguments section ++++ salt: - Detect openEuler as RedHat family OS - Ensure the correct crypt module is loaded - Implement multiple inventory for ansible.targets - Make x509 module compatible with M2Crypto 0.44.0 - Remove deprecated code from x509.certificate_managed test mode - Move logrotate config to /usr/etc/logrotate.d where possible - Added: * detect-openeuler-as-redhat-family-os.patch * ensure-the-correct-crypt-module-is-loaded.patch * implement-multiple-inventory-for-ansible.targets.patch * make-x509-module-compatible-with-m2crypto-0.44.0.patch * remove-deprecated-code-from-x509.certificate_managed.patch - Add DEB822 apt repository format support - Make Salt-SSH work with all SSH passwords (bsc#1215484) - Added: * add-deb822-apt-source-format-support-692.patch * remove-password-from-shell-after-functional-text-mat.patch ++++ salt-test: - Detect openEuler as RedHat family OS - Ensure the correct crypt module is loaded - Implement multiple inventory for ansible.targets - Make x509 module compatible with M2Crypto 0.44.0 - Remove deprecated code from x509.certificate_managed test mode - Move logrotate config to /usr/etc/logrotate.d where possible - Added: * detect-openeuler-as-redhat-family-os.patch * ensure-the-correct-crypt-module-is-loaded.patch * implement-multiple-inventory-for-ansible.targets.patch * make-x509-module-compatible-with-m2crypto-0.44.0.patch * remove-deprecated-code-from-x509.certificate_managed.patch - Add DEB822 apt repository format support - Make Salt-SSH work with all SSH passwords (bsc#1215484) - Added: * add-deb822-apt-source-format-support-692.patch * remove-password-from-shell-after-functional-text-mat.patch ++++ python-tesserocr: - Update to 2.8.0 * Build Python 3.13 wheels by @nijel in (#357) * chore(ci): Modernize wheel builds by @nijel in (#362) - 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 - Use Python 3.11 on SLE-15 by default ++++ python-xhtml2pdf: - Update to 0.2.17 * Pylint fixes * pre-commit autoupdate 2024-07-24 * GitHub Actions: Add Python 3.13 beta 4 to the testing * Tidy up documentation * Keep GitHub Actions up to date with GitHub's Dependabot * Fix reDOS CVE in getColor function * Reuse background PDF file over multiple pages (#778) * Update import for breaking changes in python-bidi 0.5.0 * Add support of base64 fonts * tests: Skip cases that download artifacts when http_proxy is set * Typos workflow - Drop CVE-2024-25885.patch, merged upstream - Update BuildRequires and Requires from pyproject.toml - Use Python 3.11 on SLE-15 by default ++++ python312: - Skip PGO with %want_reproducible_builds (bsc#1239210). ++++ python312-documentation: - Skip PGO with %want_reproducible_builds (bsc#1239210). ++++ python313: - Skip PGO with %want_reproducible_builds (bsc#1239210). ++++ python313-documentation: - Skip PGO with %want_reproducible_builds (bsc#1239210). ++++ python313-nogil: - Skip PGO with %want_reproducible_builds (bsc#1239210). ++++ python314: - Skip PGO with %want_reproducible_builds (bsc#1239210). ++++ python314-documentation: - Skip PGO with %want_reproducible_builds (bsc#1239210). ++++ python314-nogil: - Skip PGO with %want_reproducible_builds (bsc#1239210). ++++ python39: - Skip PGO with %want_reproducible_builds (bsc#1239210) ++++ python39-documentation: - Skip PGO with %want_reproducible_builds (bsc#1239210) ++++ remind: - VERSION 5.3 Patch 4 - 2025-03-09 - BUG FIX: remind: "make test" could fail if Remind was built in a locale other than "C". This has been fixed. - BUG FIX: Fix a typo in the remind man page. ++++ rpcs3: - Update to rpcs3-0.0.35~git20250310: * rsx: Handle out-of-bounds read/writes from FIFO register IO * Settings: Move 'Max Shader Compile Threads' next to the equivalent LLVM setting * Settings: Move 'Vulkan Queue Scheduler' to Debug * Settings: Move 'Disable On-Disk Shader Cache' to Debug * Settings: Move 'Disable Asynchronous Memory Manager' to Debug * Settings: Move 'SPU Profiler' to Debug * Settings: Move 'PPU Vector NaN Fixup' to Debug * Settings: Specify FSR 1 * Settings: Default 'Shader Mode' to Async with Interpreter * Settings: Move 'SPU Block Size' to the middle column - Rename glew+egl build patch to fix-build-glew-egl.patch - Update to rpcs3-0.0.35~git20250309: * rsx: Reupload surface if the surface cache denies knowledge of it * Set CI msbuild verbosity to minimal to reduce spam * SPU LLVM: Subtract Timebase from decrementer * move script to .ci/generate-qt-ts.sh * Make suggested changes and remove unnecessary package * Apply suggestions from code review * fix the branch name in qt-ts.yml * Move ts generator job to seperate workflow file * Create qt-ts.yml * fix branch name in .ts job * add a job for generating translation template file (.ts) * rsx: Fix boundary seek logic for FIFO addresses * Target macOS 14 instead of 13 (fixes camera) * rsx: Clean up and simplify texture register manipulation tests * rsx/FIFO: Reimplement grabbing command args as a contiguous pointer * rsx: Add stubs for FP rehash checks on barrier acquire * rsx: Unify fragment texture config changes dirty bit tracking * rsx/prog: Fix compiler warning * rsx: Add program cache lookup ellision rate to overlay * rsx/prog: Use a proper cache hint key instead of disjointed counters * SPU: Fixup * RSX: Do not invalidate FP analysis on same register writes * RSX: Return FP shader as is if no changes were made * RSX: Return VP shader as is if no changes were made * RSX: Optimize vertex program ucode invalidation * Update SDL to 3.2.8 * SPU Analyzer: Fix for value propagation * RSX: ProgramStateCache loops optimizations * RSX: Fix UB in FIFO_control::get_current_arg_ptr() ++++ rt-tests: - Add upstream change: * rt-tests_glibc_2.41.patch ++++ stalld: - Update to 1.19.8. Check https://gitlab.com/rt-linux-tools/stalld/-/releases for the full list of changes. Changes since 1.19.6: * Address CVE-2024-54159, which is a DoS issue with the way throttlectl.sh uses temp files (boo#1230327) * Fix a compilation issue with a prototype mis-match in stalld.h and utils.c for cleanup_regex() * Workaround missing sched_getattr() export from glibc * Fix a problem with parsing /sys/kernel/debug/sched/debug on aarch64 - Drop patches: * pid-dir.patch * fixed-tmpfile-fix.patch ++++ switchboard-plug-display: - update to 8.0.1: * Use mutter provided supported scales * Meson: add log domain * DisplayWidget: Fix text-shadow for children * Update translations ++++ talloc-man: - Update to 2.4.3 * Testsuite and documenation fixes * Add LGPLv3 LICENSE file ++++ telegraf: - Update to version 1.34.0: * Telegraf v1.34.0 * Update changelog for v1.34.0 * fix(inputs.huebridge): Cleanup and fix linter issues (#16606) * fix(inputs.cloudwatch): Fix linter issue * chore(linters): Enable `usetesting` linter (#16456) * feat(inputs.x509_cert): Add support for JKS and PKCS#12 keystores (#16508) * chore: Update go to v1.24.1 (#16595) * feat(inputs.huebridge): Add plugin (#16352) * feat(inputs.cloudwatch): Allow wildcards for namespaces (#16337) * feat(inputs.procstat): Add child level tag (#16105) * chore(inputs.mongodb): Remove superfluous check (#16592) * feat(parser.prometheusremotewrite): Add dense metric version to better support histograms (#16493) * fix(inputs.gnmi): Handle path elements without name but with keys correctly (#16542) * fix(inputs.nsdp): Fix linter issues * feat(inputs.exec): Allow to get untruncated errors in debug mode (#16501) * feat(inputs.nsdp): Add plugin (#16392) * docs: Fix issues for existing metadata (#16586) * chore(inputs.kinesis_consumer): Replace consumer library by own implementation (#16332) * feat(inputs.nvidia_smi): Add new power-draw fields for v12 scheme (#16579) * fix(inputs.net): Skip checks in containerized environments (#16580) * feat(outputs.nats): Use Jetstream publisher when using Jetstream (#16570) * fix(outputs.opensearch): Use correct pipeline name while creating bulk-indexers (#16555) * fix(serializers.prometheus): Use legacy validation for metric name (#16557) * chore(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.1 to 1.8.2 (#16576) * chore(deps): Bump github.com/gopcua/opcua from 0.5.3 to 0.7.1 (#16574) * chore(deps): Bump github.com/tidwall/wal from 1.1.7 to 1.1.8 (#16575) * chore(deps): Bump super-linter/super-linter from 7.2.1 to 7.3.0 (#16578) * chore(inputs.vsphere): Improve metric collection error logging (#16572) * chore(outputs.sql): Adapt default templates for ClickHouse (#16464) * test(outputs.prometheus_client): Add tests for content-type header (#16559) * feat(outputs.prometheus_client): Allow adding custom headers (#16566) * chore(deps): Bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 (#16554) * chore(deps): Bump github.com/Azure/go-autorest/autorest from 0.11.29 to 0.11.30 (#16553) * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.198.1 to 1.203.1 (#16552) * chore(deps): Bump github.com/nats-io/nats.go from 1.39.0 to 1.39.1 (#16551) * Update changelog for v1.33.3 * test(outputs.sql): Fix integration tests (#16543) * chore(linters): Enforce import grouping with gci linter (#16526) * chore: Update go to v1.24.0 (#16549) * chore(deps): Bump github.com/vishvananda/netlink from 1.3.0 to 1.3.1-0.20250221194427-0af32151e72b (#16534) * fix(agent): Add authorization and user-agent when watching remote configs (#16546) * fix(processors.execd): Detect line-protocol parser correctly (#16535) * fix(logging): Handle closing correctly and fix tests (#16539) * feat(inputs.cgroup): Support more cgroup v2 formats (#16474) * chore(outputs.event_hubs): Switch to maintained library (#16478) * fix(internal): Fix plural acronyms in SnakeCase function (#16530) * fix(inputs.gnmi): Allow to disable using first namespace as origin (#16507) * chore(deps): Bump github.com/nats-io/nats.go from 1.37.0 to 1.39.0 (#16522) * chore(deps): Bump go.opentelemetry.io/collector/pdata from 1.12.0 to 1.25.0 (#16521) * fix(inputs.proxmox): Allow search domain to be empty (#16511) * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.43.1 to 1.43.14 (#16519) * chore(deps): Bump golangci-lint from v1.63.4 to v1.64.5 (#16512) * feat(inputs.gnmi): Add support for "depth" extension (#16480) * feat(processors.template): Add sprig function for templates (#16497) * chore(deps): Bump github.com/antchfx/xmlquery from 1.4.1 to 1.4.4 (#16502) * feat(outputs.mqtt): Add sprig for topic name generator for homie layout (#16491) * docs(outputs.mqtt): Add reference to sprig (#16490) * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.36.2 to 1.40.0 (#16503) * chore(deps): Bump golang.org/x/net from 0.34.0 to 0.35.0 (#16504) * chore(deps): Bump github.com/srebhan/cborquery from 1.0.1 to 1.0.3 (#16505) * chore(deps): Bump github.com/ClickHouse/clickhouse-go/v2 from 2.30.1 to 2.30.3 (#16506) * Update changelog for v1.33.2 * fix(agent): Set `godebug x509negativeserial=1` as a workaround (#16489) * chore(outputs.sql): Update ClickHouse Docker image for integration test (#16462) * docs(inputs): Add plugin metadata and update description for g* to i* (#16486) * chore(inputs): Fix line-length in READMEs for `t` to `z` (#16485) * docs(outputs.event_hubs): Add metadata and improve description (#16484) * chore(deps): Fix apache arrow dependency, update to v18.1.0 (#16482) * feat(inputs.webhooks): Add support for GitHub workflow events (#16355) * chore(deps): Update ClickHouse SQL driver to v2 (#16423) * fix(agent): Avoid panic by checking for skip_processors_after_aggregators (#16477) * fix(outputs.sql): Fix insert into ClickHouse (#16472) * chore(deps): Bump github.com/go-ldap/ldap/v3 from 3.4.8 to 3.4.10 (#16470) * feat(processors.converter): Add support for base64 encoded IEEE floats (#16214) * chore(deps): Bump github.com/yuin/goldmark from 1.6.0 to 1.7.8 (#16467) * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.33.10 to 1.33.12 (#16468) * chore(deps): Bump google.golang.org/api from 0.214.0 to 0.219.0 (#16469) * chore(deps): Bump github.com/nats-io/nats-server/v2 from 2.10.17 to 2.10.25 (#16466) * feat(inputs.infiniband): Add support for RDMA counters (#16336) * fix(inputs.x509_cert): Add config to left-pad serial number to 128-bits (#16447) * fix(outputs.azure_monitor): Prevent infinite send loop for outdated metrics (#16448) * fix(service): Set address to prevent orphaned dbus-session processes (#16454) * chore(deps): Bump github.com/lxc/incus/v6 from 6.6.0 to 6.9.0 (#16445) * chore(deps): Bump github.com/prometheus/common from 0.61.0 to 0.62.0 (#16453) * chore(outputs.azure_monitor): Cleanup code (#16437) * docs(inputs.dovecot): Document plugin not working for version 2.4+ (#16444) * chore(deps): Bump cloud.google.com/go/storage from 1.47.0 to 1.50.0 (#16442) * chore(deps): Bump github.com/google/cel-go from 0.21.0 to 0.23.0 (#16440) * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.33.2 to 1.33.10 (#16439) * docs(processors.filter): Correct tag specification in rule example (#16434) * feat(inputs.nvidia_smi): Implement probing (#16305) * chore: Update go to v1.23.5 (#16436) * feat(input.tail): Add `initial_read_offset` config for controlling read behavior (#16342) * chore: Update copyright year (#16367) * test(outputs.azure_monitor): Cleanup tests and add a unit-test for time-limit handling (#16429) * chore: Fix linter findings for `revive:exported` in `plugins/inputs/win*` (#16427) * test(models): Consolidate mock input implementations (#16424) * chore: Fix linter findings for `revive:exported` in `plugins/inputs/webhooks/*` (#16411) * chore(inputs.statsd): Refactor internal stats into their own struct (#16419) * feat(agent): Print plugins source information (#16270) * feat(inputs.firehose): Add new plugin (#15988) * feat(agent): Add support for input probing (#16333) * chore: Fix linter findings for `revive:exported` in `plugins/inputs/[t-v]*` (#16408) * chore(deps): Bump github.com/shirou/gopsutil/v4 from v4.24.10 to v4.24.12 (#16369) * chore(deps): Bump github.com/shirou/gopsutil/v4 from 4.24.10 to 4.24.12 (#16417) * chore(deps): Bump github.com/apache/iotdb-client-go from 1.3.2 to 1.3.3 (#16416) * chore(deps): Bump github.com/aws/aws-sdk-go-v2 from 1.32.8 to 1.33.0 (#16415) * chore(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.7.0 to 1.8.1 (#16414) * fix(inputs.netflow): Ensure type consistency for sFlow's IP version field (#16403) * chore(linters): Enable `unused-receiver` rule for revive (#16406) * chore: Fix linter findings for `revive:exported` in `plugins/inputs/r*` (#16341) * chore(deps): Bump k8s.io/api from 0.31.3 to 0.32.1 (#16396) * feat(inputs.proxmox): Allow to add VM-id and status as tag (#16066) * docs(inputs.sql): Add protocol to DSN (#16330) * chore: Fix linter findings for `revive:exported` in `plugins/inputs/s*` (#16363) * chore(deps): Bump github.com/eclipse/paho.golang from 0.21.0 to 0.22.0 (#16395) * chore(deps): Bump github.com/showwin/speedtest-go from 1.7.9 to 1.7.10 (#16397) * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.38.0 to 1.45.3 (#16394) * chore: Fix linter findings for `revive:unused-receiver` in `agent`, `cmd`, `config`, `internal`, `metric`, `migrations`, `models`, `testutils` and `tools` (#16340) * chore: Fix linter findings for `revive:unused-receiver` in `plugins/outputs` (#16338) * chore(deps): Bump golangci-lint from v1.62.2 to v1.63.4 (#16360) * chore: Fix linter findings for `revive:unused-receiver` in `plugins/`: `aggregators`, `common`, `parsers`, `processors`, `secretstores` and `serializers` (#16339) * Update changelog for v1.33.1 * fix(outputs.influxdb_v2): Fix panic and API error handling (#16388) * fix(inputs.intel_powerstat): Fix option removal version (#16377) * docs(parsers.json_v2): Add warning about choosing XPath instead (#16373) * chore(deps): Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 (#16346) * chore(deps): Bump github.com/gopacket/gopacket from 1.3.0 to 1.3.1 (#16345) * chore(deps): Bump cloud.google.com/go/bigquery from 1.64.0 to 1.65.0 (#16344) * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.162.1 to 1.198.1 (#16343) * fix(outputs.influxdb_v2): Allow overriding auth and agent headers (#16383) * chore(inputs.syslog): Fix testcase timestamp hardcoding 2024 (#16384) * feat(inputs.ipset): Add metric for number of entries and individual IPs (#16124) * chore: Fix linter findings for `revive:unused-receiver` in `plugins/inputs/[s-z]` (#16327) * chore: Fix linter findings for `revive:unused-receiver` in `plugins/inputs/[l-r]` (#16325) * chore(deps): Bump github.com/vapourismo/knx-go from v0.0.0-20240217175130-922a0d50c241 to v0.0.0-20240915133544-a6ab43471c11 (#16324) * chore(deps): Bump github.com/Azure/go-autorest/autorest/adal from 0.9.23 to 0.9.24 (#16315) * chore: Fix linter findings for `revive:exported` in `plugins/inputs/p*` (#16307) * fix(inputs.mongodb): Do not dereference nil pointer if gathering database stats fails (#16310) * chore(deps): Bump github.com/prometheus/common from 0.60.0 to 0.61.0 (#16318) * chore(deps): Bump github.com/IBM/nzgo/v12 from 12.0.9-0.20231115043259-49c27f2dfe48 to 12.0.9 (#16319) * chore(deps): Bump github.com/fatih/color from 1.17.0 to 1.18.0 (#16317) * docs(parsers.openmetrics): Update link to specification (#16312) * chore(deps): Bump super-linter/super-linter from 7.2.0 to 7.2.1 (#16313) * chore: Fix linter findings for `revive:unused-receiver` in `plugins/inputs/[f-k]` (#16308) * feat(inputs.docker): Support swarm jobs (#16292) * chore: Fix linter findings for `revive:unused-receiver` in `plugins/inputs/[a-e]` (#16263) * chore(processors.unpivot): Cleanup code and improve performance (#16299) * chore(agent): Add warning about changing default for 'skip_processors_after_aggregators' (#16302) * chore(deps): Bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#16297) * fix(agent): Skip initialization of second processor state if requested (#16290) * feat(inputs.systemd_units): Add active_enter_timestamp_us field (#16287) * test(linters): Enable `testifylint`: `contains`, `encoded-compare` and `regexp` (#16262) * docs(specs): Add `probe` as value to `startup_error_behavior` (#16052) * chore(inputs.kinesis_consumer): Cleanup code (#16267) * feat(parsers.avro): Allow union fields to be specified as tags (#16272) * fix(outputs.remotefile): Handle tracking metrics correctly (#16289) * chore(deps): Bump k8s.io/client-go from 0.30.1 to 0.31.3 (#16281) * chore(deps): Bump github.com/nats-io/nats.go from 1.36.0 to 1.37.0 (#16282) * chore(deps): Bump cloud.google.com/go/monitoring from 1.21.1 to 1.22.0 (#16283) * chore(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.27.39 to 1.28.6 (#16280) * chore: Update link to release calendar (#16278) * Update changelog for v1.33.0 * Update build version to 1.34.0 ++++ terragrunt: - Update to version 0.75.4: * feat: Adding `find` command (#3981) * fix: Remove usage of template provider (#3986) * Fixed failing circleci jobs (#3988) * build(deps): bump github.com/gruntwork-io/terratest from 0.47.2 to 0.48.2 (#3858) * fix: Adding docs from role assumption updates in Jekyll docs (#3985) ++++ traefik: - Version 3.3.4 changes - fastproxy * Bump github.com/valyala/fasthttp to v1.58.0 (#11526 by kevinpollet) * Add WebSocket headers if they are present in the request (#11522 by kevinpollet) * Chunked responses does not have a Content-Length header (#11514 by kevinpollet) - metrics, otel * Change request duration metric unit from millisecond to second (#11523 by rtribotte) - sticky-session * Fix double hash in sticky cookie (#11518 by juliens) - tracing * Use ResourceAttributes instead of GlobalAttributes (#11515 by bruno-de-queiroz) * Fix panic when calling Tracer (#11479 by basgys) - Version 3.3.3 changes - api * Do not create observability model by default (#11476 by rtribotte) - fastproxy * Fix content-length header assertion (#11498 by kevinpollet) * Handle responses without content length header (#11458 by rtribotte) - k8s/crd, k8s * Add missing headerField in Middleware CRD (#11499 by jspdown) - tracing, accesslogs * Bring back TraceID and SpanID fields in access logs (#11450 by rtribotte) ++++ trufflehog: - Update to version 3.88.16: * Updated anthropic detector to detect admin keys (#3969) * LaunchDarkly Token Analyzer (#3948) * no panic (#3966) * handle relative paths (#3967) * fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.6.7 (#3960) * Implement rate limiters for every Postman client function that uses a GET request (#3964) * Groq Analyzer (#3962) * Postman enumeration rate limiting (#3957) ++++ weechat: - Re-add update-desktop-files to spec file ++++ wingpanel-indicator-sound: - update to 8.0.1: * PlayerRow: fix icon size * Fix deprecated provider for context * DeviceItem: use device object * Fix loading albumArt from Chromium MPRIS ++++ xteddy: - Use %make_build ++++ yast2-trans: - Update to version 84.87.20250309.5e79bbe193: * Translated using Weblate (Polish) * Translated using Weblate (Dutch) * Translated using Weblate (Dutch) * Translated using Weblate (Dutch) * Translated using Weblate (Japanese) * Translated using Weblate (Japanese) * Translated using Weblate (Slovak) * Translated using Weblate (Slovak) * Translated using Weblate (Catalan) * Translated using Weblate (Catalan) * New POT for text domain 'network'. * New POT for text domain 'bootloader'. ------------------------------------------------------------------ ------------------ 2025-3-9 - Mar 9 2025 ------------------- ------------------------------------------------------------------ ++++ Mesa: - Make build recipe POSIX sh compatible ++++ Mesa-drivers: - Make build recipe POSIX sh compatible ++++ android-tools: - Revoke "Use system fmt library for Leap >= 16", as "SLFO_Main" does not appear to provide an fmt library >= 10.2.0 ++++ backhand: - Initial package, version 0.21.0 ++++ lagrange: - update to 1.18.5 - Fixed a potential crash when browsing to a bookmarked page due to inadvertent ID number overflow. (Courtesy of @cthulhu.) - Erase possible link icon leftovers after toggling link numbering. - Fixed hang when encountering the U+FDFD character. - Fixed layout issue with empty list widgets (focus border only partially visible). - Updated UI translations. ++++ consoleet-utils: - Update to release 1.9 * palcomp: the eval command can now be limited to specific palette entries * palcomp: add "bd" command ++++ cppzmq-devel: - update to 4.10.0: * message_t::rebuild with string argument, like the constructor * Add DRAFT socket options for libzmq 4.3.2-4 * Add function for adding file descriptor topoller_t * Fix noexcept warnings * Disambiguation from other max functions - includes changes from 4.9.0: * Type-safe socket.get(sockopt::type) * GCC C++14 fix * Support ZMQ_ONLY_FIRST_SUBSCRIBE * Add pkg-config file and instructions * Fix missing include * Fix monitor test failures * Improved documentation ++++ xdm: - Update to release 1.1.17 Support for using getaddrinfo(), inet_ntop(), and struct sockaddr_storage was originally added to support IPv6, and only used if IPv6 support was enabled. Two decades later, these interfaces are ubiquitous and OS'es have starting marking the old interfaces as deprecated, so this release changes to use the modern interface whenever we can now. (Note that code included from xtrans will only use these interfaces when IPv6 is disabled if building against xtrans 1.6.0 or later.) ++++ hxtools: - Update to release 20250309 * Increase bgfg contrast in light2.theme * extract_dxhog: repair wrong seeking to archive entries * Delete unmaintained ``xfs_irecover`` (alternative: xfs_undelete) * Delete ``extract_f3pod`` (alternative: SLADE) * Add ``make_qupak`` command * Add ``git-logsortbychgsize`` command * Add ``selective-preprocess`` command ++++ gr-funcube: - fix build dependencies for Tumbleweed ++++ ghc-vault: - Update vault to version 0.3.1.5 revision 10. Upstream has revised the Cabal build instructions on Hackage. ++++ gnome-console: - Update to version 48.rc: + We have kept up with some changes in Adwaita, modernised some of our metadata, and continued chasing those bugs and filing the rough edges. + Updated translations. ++++ grafana: - Update to version 11.5.2: Features and Enhancements * TransformationFilter: Include transformation outputs in transformation filtering options * grafana-ui: Update InlineField error prop type to React.ReactNode Bug fixes: * Alerting: Allow specifying uid for new rules added to groups * Alerting: Allow specifying uid for new rules added to groups * Alerting: Call RLock() before reading sendAlertsTo map * Auth: Fix redirect with JWT auth URL login * AuthN: Refetch user on "ErrUserAlreadyExists" * Azure: Correctly set application insights resource values * CodeEditor: Fix cursor alignment * DashboardList: Throttle the re-renders * Dashboards: Bring back scripted dashboards * Plugin Metrics: Eliminate data race in plugin metrics middleware * RBAC: Don't check folder access if annotationPermissionUpdate FT is enabled ++++ kernel-firmware-intel: - Update to version 20250307 (git commit bd3d8a8b1bb7): * intel_vpu: Add firmware for 37xx and 40xx NPUs - Update aliases ++++ kgeotag: - Update to 1.8.0 https://kgeotag.kde.org/news/2025/kgeotag-1.8.0-released/ ++++ kitty: - Update to 0.40.0: * Allow terminal programs to use text in different font sizes (#8226) - https://sw.kovidgoyal.net/kitty/text-sizing-protocol/ * When rendering underlines add gaps around text descenders (parts of the text that overlap with the underline). Controlled by the new option underline_exclusion (#8226) - https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.underline_exclusion * Finally fix the issue of text-width mismatches that has been plaguing the terminal ecosystem for decades by allowing terminal programs to specify how many cells to render a piece of text in (#8226) * Behavior change: The notify_on_cmd_finish option now uses OS Window visibility instead of focus state when set to invisible on platforms that support querying OS window visibility (#8320) - https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.notify_on_cmd_finish * launch: Add options launch --source-window and launch --next-to to allow specifying which window is used as the data source and destination location independently of the currently active window (#8295) - https://sw.kovidgoyal.net/kitty/launch/#cmdoption-launch-source-window * Linux: Add support for COLRv1 fonts. These are typically emoji fonts that use vector images for emoji - https://nabla.typearture.com/whatisCOLRV1.html * Add support for the octant box-drawing characters * Speed up rendering of box drawing characters by moving the implementation to native code * When confirming if a window should be closed consider it active if it has running background processes (#8358) * Remote control: kitten @ scroll-window: Allow scrolling to previous/next prompt * macOS: Fix fallback font rendering for bold/italic text not working for some symbols that are present in the Menlo regular face but not the bold/italic faces (#8282) * XTGETTCAP: Fix response invalid for empty string capabilities (#8304) * ssh kitten: Fix incorrect copying of data files when using the python interpreter and also fix incorrect hard link detection (#8308) * Fix a regression in the previous release that broke setting of nullable colors * Fix a regression in 0.39.0 that caused a crash on invalid Unicode with a large number of combining characters in a single cell (#8318) * Fix --hold always restoring cursor to block shape instead of respecting the value of cursor_shape (#8344) - https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.cursor_shape * When dragging in rectangle select mode use a crosshair mouse cursor configurable via pointer_shape_when_dragging - https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.pointer_shape_when_dragging * macOS: notify kitten: Fix waiting for result from desktop notification not working (#8379) * Wayland: Fix mouse pointer position update not being sent when focus regained (:iss`8397`, #8398) * Fix cursor blink animation when background_opacity is less than one (#8401) - https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.background_opacity * Wayland: panel kitten: Add a center mode for creating panels to ease creation of centered popups in Wayland (#8411) ++++ qt6-connectivity: - Ignore private QML imports ++++ qt6-base: - Add patch (fixes boo#1218403): * 0001-Change-default-settings-for-Qt-packages.patch ++++ qt6-datavis3d: - Ignore private QML imports ++++ qt6-opcua: - Ignore private QML imports ++++ qt6-graphs: - Ignore private QML imports ++++ qt6-grpc: - Ignore private QML imports ++++ qt6-location: - Ignore private QML imports ++++ qt6-multimedia: - Ignore private QML imports ++++ qt6-webengine: - Ignore private QML imports ++++ qt6-positioning: - Ignore private QML imports ++++ qt6-quick3d: - Ignore private QML imports ++++ qt6-remoteobjects: - Ignore private QML imports ++++ qt6-scxml: - Ignore private QML imports ++++ qt6-wayland: - Ignore private QML imports ++++ sdl2-compat: - Add sdl2-symvers.patch to match our (non-compat) SDL2 package - Add pc.patch ++++ libSM: - update to 1.2.6 Support for using getaddrinfo() was originally added to support IPv6, and only used if IPv6 support was enabled. Two decades later, support for getaddrinfo() is ubiquitous and OS'es have marked gethostbyname() as deprecated, so use the modern interface whenever we can now. (Note that code included from xtrans will only use the modern interfaces when IPv6 is disabled if building against xtrans 1.6.0 or later.) Of course, in libSM, this only matters if one of the UUID generation interfaces isn't being used instead, and the configure script has also been modified in this release to stop checking for network interfaces if we're not going to use them because we found a UUID generation mechanism to use instead for creating ids. ++++ libX11: - Update to 1.8.12; this release includes: * x11.pc: Add URL field (!280) * xkb: Bring over fixes from Xserver to shared XKB source files (!279) - supersedes U_CVE-2025-26597-0001-xkb-Fix-buffer-overflow-in-XkbChangeTypesOfKey.patch ++++ libidn2: - update to 2.3.8: * Unicode 15.1.0 table updates * Now U+19DA is DISALLOWED again * The idn2 tool now binds the "gnulib" domain for translations ++++ libisofs: - update to 1.5.6.pl01: * Bug fix: iso_write_opts_set_part_like_isohybrid() did not cause a MBR partition table if the partitions are data files in the ISO rather than appended * Bug fix: The lseek methods of IsoFileSource for local filesystem and loaded ISO returned libisofs error codes as positive off_t numbers * Bug fix: Freshly cloned data files from imported image were not marked as imported. * Bug fix: Size of further CE area was calculated wrong if its CE entry ended exactly at a block boundary * New iso_write_opts_set_system_area() option bits 16: GPT "Legacy BIOS bootable" and 17: GPT writable * New API calls iso_assess_written_features(), iso_read_image_feature_named(), iso_read_image_features_text() * Allowed lseekable device files with iso_tree_add_new_cut_out_node(). * New API call iso_write_opts_set_max_ce_entries() ++++ libkate: - update to 0.4.3: * full Python 3 compatibility - includes changes from 0.4.2: * Adjust decoder to allow zero sized metadata content * Adjust text parsing to better recognize invalid UNICODE * Eliminate timing precision issues in writing to kate format, and ensure seconds are written with a leading 0 if less than 10 * Fixes to build systems, compiler warnings * Correct option handling in KateDJ. * Adust kate_high_decode_init() to avoid use after free - drop disable-namespace-test.patch ++++ libmysofa: - update to 1.3.3: * Remove file size limit * add an -o output option * developer visible fixes and portability fixes - drop Install-header-when-only-building-shared-lib.patch, included ++++ libnpupnp: - update to 6.2.1 * Fix minor compilation issue - run tests - license is BSD-3-Clause ++++ qca-qt5: - Update to version 2.3.10: * Increase version number * Avoid some clang-format incompatibility issues * Port away from CMP0042 * CI: Remove build_clazy_clang_tidy build * CI: Use clang-format 19 * CI: Fix FreeBSD build * Retire KF5 Android CI * Avoid using QtTest module include which slows down compilation - Switch _service to use mode="manual" ++++ qca-qt6: - Update to version 2.3.10: * Increase version number * Avoid some clang-format incompatibility issues * Port away from CMP0042 * CI: Remove build_clazy_clang_tidy build * CI: Use clang-format 19 * CI: Fix FreeBSD build * Retire KF5 Android CI * Avoid using QtTest module include which slows down compilation - Switch _service to use mode="manual" ++++ libupnpp: - update to 0.26.8: * Control: directory: add provision to pass through vendor extension fields (upmpdcli only for now). - license is LGPL-2.1-or-later ++++ wxGTK3-3_2: - Build with --enable-secretstore [boo#1239137]. ++++ wxWidgets-3_2-nostl: - Build with --enable-secretstore [boo#1239137]. ++++ wxWidgets-3_2: - Build with --enable-secretstore [boo#1239137]. ++++ wxQt-3_2: - Build with --enable-secretstore [boo#1239137]. ++++ nodejs-electron: - New upstream release 33.4.3 * Fix use after free in V8 CVE-2025-0445 (bsc#1236806) * Other security fixes for V8: CVE-2025-0995 CVE-2025-0998 (bsc#1237121) ++++ openQA: - Update to version 5.1741427870.33ddb978: * Use of Feature::Compat::Try in the test libraries * Fix sporadic test failure in `t/ui/10-tests_overview.t` * Simplify test for filtering on test results overview * t: Use implicit Test::Exception functions for the test ++++ php8-phalcon: - update to 5.9.0 * Changed `Phalcon\Filter\Validation\Validator\Email` to allow UTF8 in local part. [#16637] * Changed `Phalcon\Cache\Cache::getMultiple()` to use `mget()` when the `Phalcon\Cache\Adapter\Redis` is used. [#16689] * Changed `Storage\Adapter\Redis` to accept `ssl` in the options for secure connections. [#16711] * Added `dispatch:beforeCallAction` and `dispatch:afterCallAction` to last-minute modifications to handler and method (mostly for debugging). * Fixed `Phalcon\Forms\Form` and `Phalcon\Filter\Validation` to correctly handle the `validate()` response when using validation class `beforeValidate()` [#16702] * Fixed `Phalcon\Support\Debug` to use correct passed arguments in `set_error_handler` callback. PHP v7.2.0 deprecated `errcontext` and has been removed since php v8.0.0 [#16649] * Fixed `Phalcon\Http\Response\Cookies`, `Phalcon\Http\Response\CookiesInterface` and `Phalcon\Http\Cookie` to use correct cookie default arguments, avoid deprecated null assign warning when trying to assign the same cookie twice [#16649] * Fixed `Phalcon\Encryption\Crypt` to use `strlen` instead of `mb_strlen` for padding calculations [#16642] * Fixed `Phalcon\Filter\Validation\Validator\File\MimeType::validate` to close the handle when using `finfo` [#16647] * Fixed `Phalcon\Mvc\Model\Manager::getRelationRecords` to explicitly set the `referencedModel` in the conditions along with the `referencedFields` [#16655] * Fixed `Phalcon\Image\Adapters\AbstractAdapter::watermark` to correctly calculate the Y offset [#16658] * Fixed `Phalcon\Dispatcher\AbstractDispatcher` when calling action methods that do not define parameters to prevent `Unknown named parameter` error. * Fixed `Phalcon\Di\Injectable` to reference the correct instance of `Phalcon\Di\Di` in the docblock property [#16634] * Fixed `Phalcon\Filter\Filter` to have the correct docblock for IDE completion * Fixed `Phalcon\Mvc\Model\Query` to use the lifetime in the "cache" service if none has been supplied by the options [#16696] * Fixed `Phalcon\Session\Adapter\Stream::gc()` to throw an exception if something is wrong with `glob()` [#16713] * Fixed `Phalcon\Http\Request::getBasicAuth()` to return a `null` password if not defined on the server [#16668] ++++ php8-xdebug: - Update to Xdebug 3.4.2 * Fixed bug #2313: var_dump does not output some Russian characters * Fixed bug #2314: Class properties with hooks are always shown as null * Fixed bug #2315: xdebug_dump_superglobals() leaks memory * Fixed bug #2317: Code coverage leaks memory * Fixed bug #2319: emoji character become diamond question marks * Fixed bug #2321: Segfault when null is assigned to a superglobal * Fixed bug #2323: xdebug_notify() does not respect xdebug.var_display_max_* Settings * Fixed bug #2327: Segmentation Fault 139 if exception thrown in callback since PHP 8.4 ++++ python-gql: - update to 3.5.2: * Now supporting graphql-core v3.2.4 again (See issue #534) - Allow graphql-core 3.2.4 by retrofitting introspection commits #535 - update to 3.5.1: Issue #529 reported that by default the AIOHTTPTransport was not validating ssl certificates (a self-certificate was accepted by default). This version adds a warning to warn users (See PR #533). As a workaround, using ssl=True in the transport arguments fix the issue. graphql-core has been restricted to <3.2.4 to fix tests. A new stable version will be made shortly. ++++ python-python-gitlab: - update to 4.13.0: * https://github.com/python-gitlab/python-gitlab/releases/tag/v4.13.0 - update to 4.12.2: * https://github.com/python-gitlab/python-gitlab/releases/tag/v4.12.2 - update to 4.12.1: * https://github.com/python-gitlab/python-gitlab/releases/tag/v4.12.1 - update to 4.12.0: * https://github.com/python-gitlab/python-gitlab/releases/tag/v4.12.0 - update to 4.11.1: * https://github.com/python-gitlab/python-gitlab/releases/tag/v4.11.1 - update to 4.11.0: * https://github.com/python-gitlab/python-gitlab/releases/tag/v4.11.0 - update to 4.10.0: * https://github.com/python-gitlab/python-gitlab/releases/tag/v4.10.0 - update to 4.9.0: * https://github.com/python-gitlab/python-gitlab/releases/tag/v4.9.0 - update to 4.8.0: * https://github.com/python-gitlab/python-gitlab/releases/tag/v4.8.0 - update to 4.7.0: * https://github.com/python-gitlab/python-gitlab/releases/tag/v4.7.0 ++++ qt6-base-docs: - Add patch (fixes boo#1218403): * 0001-Change-default-settings-for-Qt-packages.patch ++++ qt6-connectivity-docs: - Ignore private QML imports ++++ qt6-datavis3d-docs: - Ignore private QML imports ++++ qt6-graphs-docs: - Ignore private QML imports ++++ qt6-grpc-docs: - Ignore private QML imports ++++ qt6-location-docs: - Ignore private QML imports ++++ qt6-multimedia-docs: - Ignore private QML imports ++++ qt6-opcua-docs: - Ignore private QML imports ++++ qt6-positioning-docs: - Ignore private QML imports ++++ qt6-quick3d-docs: - Ignore private QML imports ++++ qt6-remoteobjects-docs: - Ignore private QML imports ++++ qt6-scxml-docs: - Ignore private QML imports ++++ qt6-wayland-docs: - Ignore private QML imports ++++ qt6-webengine-docs: - Ignore private QML imports ++++ rubygem-rack: - security update - added patches fix CVE-2025-25184 [bsc#1237141], Rack::CommonLogger can be exploited by crafting input + rubygem-rack-CVE-2025-25184.patch fix CVE-2025-27111 [bsc#1238607], Escape Sequence Injection vulnerability in Rack lead to Possible Log Injection + rubygem-rack-CVE-2025-27111.patch ++++ tiled: - Add fixed-compile-against-qt-6_8_2.patch ++++ vdu_controls: - Version 2.1,4 * Provide a setting for enabling dbus-events - ddcutil-service DPMS and hotplug detection. * Default the dbus-event setting to off, which is less troublesome for some VDUs/GPUs/drivers. ++++ wxWidgets-3_2-doc: - Build with --enable-secretstore [boo#1239137]. ++++ xauth: - Update to version 1.1.4 Support for using getaddrinfo() and inet_ntop() was originally added to support IPv6, and only used if IPv6 support was enabled. Two decades later, these interfaces are ubiquitous and OS'es have starting marking the old interfaces as deprecated, so this release changes to use the modern interface whenever we can now. (Note that code included from libxtrans will only use these interfaces when IPv6 is disabled if building against libxtrans 1.6.0 or later.) - refreshed xauth-tolerant-hostname-changes.diff ++++ xinit: - Update to version 1.4.4 This release fixes regresssions introduced by the shell script modernization in the 1.4.3 release, primarily seen on systems without the "mcookie" helper program to make xauth cookies, and thus using openssl or /dev/urandom to make cookies instead. Thanks to Peter Tribble of the Tribblix illumos distro for reporting the issue and testing the fixes. - adjusted xinit-suse.patch, xinit-tolerant-hostname-changes.patch ++++ xscope: - Updat to version 1.4.5 Support for using inet_ntop() was originally added to support IPv6, and only used for IPv6 addresses. Two decades later, this interface is ubiquitous and OS'es have starting marking the old interfaces as deprecated, so this release changes to use the modern interface whenever we can now. (Note that code included from xtrans will only use the modern interfaces when IPv6 is disabled if building against xtrans 1.6.0 or later.) ++++ xtrans: - Update to 1.6.0 Support for using getaddrinfo(), inet_ntop(), and struct sockaddr_storage was originally added to support IPv6, and only used if IPv6 support was enabled. Two decades later, these interfaces are ubiquitous and OS'es have starting marking the old interfaces as deprecated, so this release changes to use the modern interface whenever we can now. (Note that this depends on the configure script or meson.build setting the appropriate HAVE_* defines in the calling code, so this may not be fully effective in code whose configure script was generated with a pre-1.6 version of xtrans.m4 or whose meson.build has not had equivalent updates.) - refreshed p_xauth.diff ------------------------------------------------------------------ ------------------ 2025-3-8 - Mar 8 2025 ------------------- ------------------------------------------------------------------ ++++ android-tools: - Fix build for Factory/TW: Add "BuildRequires: python-rpm-macros" - Use system fmt library for Leap >= 16 ++++ below: - Apply hardening to the systemd service * Add 001-harden-systemd-unit.patch ++++ bibletime: - Update to 3.1.0 * Use Qt 6 - Add fix_compilation_against_sword_1_8_1.patch and fixed_grouping_serialization_qt5_compatibility.patch ++++ blueprint-compiler: - Fix build error for Leap < 16. ++++ bs: - Update to 2.13: * Add -v option * Code cleanup - remove pre-SuSv2 cruft - license is BSD-2-Clause ++++ cdogs-sdl: - Update to version 2.3.0 * Add new per-campaign enhanced high score system, not backwards compatible. * Fix invalid character in credits. - Drop patch: * cdogs-sdl-gcc-14.patch ++++ cilium-cli: - Update to version 0.18.2: * Minor Changes: - cilium-cli/sysdump: relax extra-label-selectors to target all namespaces (cilium/cilium#37715, @giorio94) - Extend cilium-cli connectivity perf to allow testing egress gateway performance (cilium/cilium#37748, @giorio94) * CI Changes: - Add explicit IPv6 testing to PodToService cilium-cli connectivity test (cilium/cilium#37544, @saiaunghlyanhtet) - cilium-cli/connectivity: Fix output for LRP tests (cilium/cilium#37893, @pchaigno) - cilium-cli/connectivity: only check container restarts on v1.17+ (cilium/cilium#37823, @giorio94) - cli: Attribute test failures outside of action failures (cilium/cilium#37757, @joestringer) - cli: Clean up Makefile (cilium/cilium#37911, @michi-covalent) - cli: connectivity: Log tcpdump cmd on error (cilium/cilium#37822, @jschwinger233) - connectivity tests: keep tcpdump alive by printing to stdout (cilium/cilium#37984, @asauber) - Egress Gateway performance testing (cilium/cilium#37753, @giorio94) - Fix egress device computation in cli connectivity pod-to-pod-encryption-v2 tests for AWS chaining mode. (cilium/cilium#37680, @smagnani96) - Miscellaneous improvements to the Egress Gateway scale test (cilium/cilium#37611, @giorio94) * Misc Changes: - Add sloglint and fix issues (cilium/cilium#37851, @aanm) - bpf: tolerate dropped ICMPv6 messages with ICMPv6 payload (cilium/cilium#38068, @julianwiedmann) - chore(deps): update docker.io/library/golang:1.24.0 docker digest to 3f74443 (main) (cilium/cilium#37938, @cilium-renovate[bot]) - cilium-cli: Ignore k8s client network error warning (cilium/cilium#37773, @jrajahalme) - cilium-cli: Only use --curl-parallel when expecting success (cilium/cilium#37803, @jrajahalme) - cli: Added parameter to print used images (cilium/cilium#37390, @PhilipSchmid) - cli: Support filtering --log-code-owners (cilium/cilium#37905, @joestringer) - k8s: move portforward functionality to separate sub-package (cilium/cilium#38060, @tklauser) - Update connectivity tests to correctly detect TLS Interception (cilium/cilium#37796, @youngnick) - chore(deps): update dependency go to v1.24.1 by @renovate in [#2969] - Update stable release to v0.18.1 by @michi-covalent in #2968 - Prepare for v0.18.2 release by @michi-covalent in #2964 ++++ ctris: - update to 0.43: * fixing the busy waits nearby the get_key() calls ++++ ddcutil-service: - 1.0.14 - A hotplug and DPMS tidy up to accommodate quirks exhibited by drivers, GPUs and monitors. - Default to libddcutil event detection for libddcutil >= 2.2 (for faster response to changes). - Add option --prefer-libddcutil-events as a better name for deprecated option --prefer-drm. - Deprecate option --prefer-drm as it's name is misleading. - Add option --disable-connectivity-signals to allow connectivity signals to be turned off. - Add options --disable-hotplug-polling and --disable-dpms-polling to accommodate quirky monitors. - Always internally poll for DPMS changes (DPMS is not covered by libddcutil events). - Add method ListDetected to take advantage of hotplug detection in libddcutil >= 2.2. - Add the list command to ddcutil-client to provide access to the new ListDetected method. - Add wait, wait-connection-change, and wait-vcp-change commands to ddcutil-client. - Log more information when get_vcp fails. ++++ deno: - Reupload registry.tar.zst ++++ dqlite: - update to 1.17.2: * In replication scenario, entry_sm gets updated every time it is used * Add an API for querying the last raft log entry * Fix the build when liblz4 is missing and test it * Propagate raft_recover errors and improve tracing * Remove option to link separately-built libraft * Remove dqlite-next build configuration * Start instrumenting existing code with state machines * Snapshot checkpointing * Refactor leader.c to fix stack growth in handle_exec_sql * Fix frames leak when VfsPoll fails ++++ endless-sky: - update to version 0.10.12: * Fix an issue where player escorts could start jumping around independently of the flagship * Audio will now remain paused when switching from the player info to ship info panel. * Coalition ship and planets can no longer be bribed * Buffed the health and mobility of the Bastion * Adjusted the Firelight Missile Bank ++++ perl-Image-ExifTool: - Update to 13.24: * Changed -listf, -listr and -listwf options to print descriptions when either -v or -l is added (previously only -l did this) * Patched to avoid failed PCAP test due to differing time zones (#319) - Update to 13.23: * Added read support for CAP, PCAP and PACPNG files * Added a number of new Sony LensType2 values * Added the 2 new GPSAltitudeRef values defined by EXIF 3.0 * Decode APP4 "Qualcomm Dual Camera Attributes" metadata * EXIF X/YResolution, ResolutionUnit and FlashpixVersion are no longer treated as mandatory tags (they were changed to optional in the EXIF 3.0 specification) * Patched decoding of Nikon Z8 MenuSettings to accommodate changes in the data structure as of firmware version 2.1 * Patched to avoid bug in Perl v5.26.3 which could cause hang when reading very large and corrupted XMP * Patched -plot option to avoid bug in Google Chrome SVG marker rendering * API Changes: + Fixed documentation for LargeFileSupport option to reflect current default - Update to 13.22: * Improvements and additions to the new plot feature * Decode a few more DJI timed metadata tags * Extract GainMapImage from PNG images * Reverted WebP FileType change of version 13.20 * Set $^W in the exiftool application to re-enable global warnings (they have been disabled since version 12.92 due to the shebang change) * Fixed possible incorrect IFD number in "No size tag" warning * Fixed "File is empty" error when using -plot with -w to write the output file into the same directory as the input files ++++ focuswriter: - Update to 1.8.11: * FIXED: Find button was not default in find dialog ++++ ghc-microlens-ghc: - Update microlens-ghc to version 0.4.15.1. [#] 0.4.15.1 * Allow building with containers 0.8. ++++ ghc-microlens-th: - Update microlens-th to version 0.4.3.17. [#] 0.4.3.17 * Allow building with containers 0.8. ++++ gobject-introspection: - Update to version 1.83.4: + Revert support for "static" virtual functions. ++++ goss: - Update to version 0.4.9 * updated dependencies * bump to go 1.23 * fix: convert line endings of Dockerfile to linux * use variables to set container registry and repository in scripts - Update to version 0.4.8 * regexFirstGroup return first group from regexp, useful with .env file… - Update to version 0.4.7 * add a default user-agent header * Add new runtime environment variable to dgoss to copy additional files - Update to version 0.4.6 * "socket" as one more valid filetype for "file" testing * fix outcome label in goss_tests_run_outcomes_total * add more labels to prometheus output * kgoss: fixes issue #868 bei using a simpler chmod command * feat: s390x build option added to build package for IBM Z series * IDE json schema: skip is not mandatory for process tests * Added timeout for mount command in goss * Add uid/gid check in file module - Update to version 0.4.4 * Fixed: Return the error when a command fails to start - Update to version 0.4.3 * Fix: panic in http test when url is invalid * added DGOSS_TEMP_DIR environment variable * Added: warning when duplicate keys cause tests to be overwritten * Implement log feedback and fix broken CI * Fixed: junit and json output bug causing panic * Added: found-elements to json output - added %check section ++++ gpxsee: - Update to version 13.37 * Added support for 70mai cameras GPS logs. * Improved multi-level ENC atlases rendering. ++++ html-xml-utils: - Update to version 8.7: * textwrap.c: Corrected counting of visible characters on a line (bufchars). * hxcopy.c: Fixed error in an error message. ++++ kernel-debug: - Linux 6.13.6 (bsc#1012628). - RDMA/mlx5: Fix the recovery flow of the UMR QP (bsc#1012628). - IB/mlx5: Set and get correct qp_num for a DCT QP (bsc#1012628). - RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with error (bsc#1012628). - RDMA/mlx5: Fix a WARN during dereg_mr for DM type (bsc#1012628). - RDMA/mana_ib: Allocate PAGE aligned doorbell index (bsc#1012628). - RDMA/hns: Fix mbox timing out by adding retry mechanism (bsc#1012628). - RDMA/bnxt_re: Add sanity checks on rdev validity (bsc#1012628). - RDMA/bnxt_re: Allocate dev_attr information dynamically (bsc#1012628). - RDMA/bnxt_re: Fix the statistics for Gen P7 VF (bsc#1012628). - landlock: Fix non-TCP sockets restriction (bsc#1012628). - scsi: ufs: core: Fix ufshcd_is_ufs_dev_busy() and ufshcd_eh_timed_out() (bsc#1012628). - ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up (bsc#1012628). - NFS: O_DIRECT writes must check and adjust the file length (bsc#1012628). - NFS: Adjust delegated timestamps for O_DIRECT reads and writes (bsc#1012628). - SUNRPC: Prevent looping due to rpc_signal_task() races (bsc#1012628). - NFSv4: Fix a deadlock when recovering state on a sillyrenamed file (bsc#1012628). - SUNRPC: Handle -ETIMEDOUT return from tlshd (bsc#1012628). - RDMA/mlx5: Fix implicit ODP hang on parent deregistration (bsc#1012628). - RDMA/mlx5: Fix AH static rate parsing (bsc#1012628). - scsi: core: Clear driver private data when retrying request (bsc#1012628). - scsi: ufs: core: Set default runtime/system PM levels before ufshcd_hba_init() (bsc#1012628). - RDMA/mlx5: Fix bind QP error cleanup flow (bsc#1012628). - RDMA/bnxt_re: Fix the page details for the srq created by kernel consumers (bsc#1012628). - sunrpc: suppress warnings for unused procfs functions (bsc#1012628). - ALSA: usb-audio: Avoid dropping MIDI events at closing multiple ports (bsc#1012628). - Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response (bsc#1012628). - rxrpc: rxperf: Fix missing decoding of terminal magic cookie (bsc#1012628). - afs: Fix the server_list to unuse a displaced server rather than putting it (bsc#1012628). - afs: Give an afs_server object a ref on the afs_cell object it points to (bsc#1012628). - net: Add net_passive_inc() and net_passive_dec() (bsc#1012628). - net: better track kernel sockets lifetime (bsc#1012628). - net: loopback: Avoid sending IP packets without an Ethernet header (bsc#1012628). - net: set the minimum for net_hotdata.netdev_budget_usecs (bsc#1012628). - ipvlan: ensure network headers are in skb linear part (bsc#1012628). - net: cadence: macb: Synchronize stats calculations (bsc#1012628). - net: dsa: rtl8366rb: Fix compilation problem (bsc#1012628). - ASoC: es8328: fix route from DAC to output (bsc#1012628). - ASoC: fsl: Rename stream name of SAI DAI driver (bsc#1012628). - ipvs: Always clear ipvs_property flag in skb_scrub_packet() (bsc#1012628). - drm/xe/oa: Allow oa_exponent value of 0 (bsc#1012628). - firmware: cs_dsp: Remove async regmap writes (bsc#1012628). - ASoC: cs35l56: Prevent races when soft-resetting using SPI control (bsc#1012628). - ALSA: hda/realtek: Fix wrong mic setup for ASUS VivoBook 15 (bsc#1012628). - drm/amdgpu/gfx: only call mes for enforce isolation if supported (bsc#1012628). - drm/amdgpu/mes: keep enforce isolation up to date (bsc#1012628). - drm/amd/display: restore edid reading from a given i2c adapter (bsc#1012628). - net: ethernet: ti: am65-cpsw: select PAGE_POOL (bsc#1012628). - tcp: devmem: don't write truncated dmabuf CMSGs to userspace (bsc#1012628). - ice: Fix deinitializing VF in error path (bsc#1012628). - ice: Avoid setting default Rx VSI twice in switchdev setup (bsc#1012628). - tcp: Defer ts_recent changes until req is owned (bsc#1012628). - net: Clear old fragment checksum value in napi_reuse_skb (bsc#1012628). - net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination (bsc#1012628). - net/mlx5: Fix vport QoS cleanup on error (bsc#1012628). - net/mlx5: Restore missing trace event when enabling vport QoS (bsc#1012628). - net/mlx5: IRQ, Fix null string in debug print (bsc#1012628). - net: ipv6: fix dst ref loop on input in seg6 lwt (bsc#1012628). - net: ipv6: fix dst ref loop on input in rpl lwt (bsc#1012628). - selftests: drv-net: Check if combined-count exists (bsc#1012628). - idpf: fix checksums set in idpf_rx_rsc() (bsc#1012628). - net: ti: icss-iep: Reject perout generation request (bsc#1012628). - thermal: gov_power_allocator: Fix incorrect calculation in divvy_up_power() (bsc#1012628). - perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list (bsc#1012628). - uprobes: Reject the shared zeropage in uprobe_write_opcode() (bsc#1012628). - thermal/of: Fix cdev lookup in thermal_of_should_bind() (bsc#1012628). - thermal: gov_power_allocator: Update total_weight on bind and cdev updates (bsc#1012628). - io_uring/net: save msg_control for compat (bsc#1012628). - unreachable: Unify (bsc#1012628). - objtool: Remove annotate_{,un}reachable() (bsc#1012628). - objtool: Fix C jump table annotations for Clang (bsc#1012628). - x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systems (bsc#1012628). - uprobes: Remove too strict lockdep_assert() condition in hprobe_expire() (bsc#1012628). - phy: rockchip: fix Kconfig dependency more (bsc#1012628). - phy: stm32: Fix constant-value overflow assertion (bsc#1012628). - riscv: KVM: Fix hart suspend status check (bsc#1012628). - riscv: KVM: Fix hart suspend_type use (bsc#1012628). - riscv: KVM: Fix SBI IPI error generation (bsc#1012628). - riscv: KVM: Fix SBI TIME error generation (bsc#1012628). - tracing: Fix bad hist from corrupting named_triggers list (bsc#1012628). - ftrace: Avoid potential division by zero in function_stat_show() (bsc#1012628). - ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2 (bsc#1012628). - ALSA: hda/realtek: Fix microphone regression on ASUS N705UD (bsc#1012628). - KVM: arm64: Ensure a VMID is allocated before programming VTTBR_EL2 (bsc#1012628). - perf/core: Add RCU read lock protection to perf_iterate_ctx() (bsc#1012628). - perf/x86: Fix low freqency setting issue (bsc#1012628). - perf/core: Fix low freq setting via IOC_PERIOD (bsc#1012628). - drm/xe/regs: remove a duplicate definition for RING_CTL_SIZE(size) (bsc#1012628). - drm/xe/userptr: restore invalidation list on error (bsc#1012628). - drm/xe/userptr: fix EFAULT handling (bsc#1012628). - drm/fbdev-dma: Add shadow buffering for deferred I/O (bsc#1012628). - drm/amdkfd: Preserve cp_hqd_pq_control on update_mqd (bsc#1012628). - drm/amdgpu: disable BAR resize on Dell G5 SE (bsc#1012628). - drm/amdgpu: init return value in amdgpu_ttm_clear_buffer (bsc#1012628). - drm/amd/display: Disable PSR-SU on eDP panels (bsc#1012628). - drm/amd/display: add a quirk to enable eDP0 on DP1 (bsc#1012628). - drm/amd/display: Fix HPD after gpu reset (bsc#1012628). - arm64/mm: Fix Boot panic on Ampere Altra (bsc#1012628). - block: Remove zone write plugs when handling native zone append writes (bsc#1012628). - btrfs: skip inodes without loaded extent maps when shrinking extent maps (bsc#1012628). - btrfs: do regular iput instead of delayed iput during extent map shrinking (bsc#1012628). - btrfs: fix use-after-free on inode when scanning root during em shrinking (bsc#1012628). - btrfs: fix data overwriting bug during buffered write when block size < page size (bsc#1012628). - i2c: npcm: disable interrupt enable bit before devm_request_irq (bsc#1012628). - i2c: ls2x: Fix frequency division register access (bsc#1012628). - i2c: amd-asf: Fix EOI register write to enable successive interrupts (bsc#1012628). - usbnet: gl620a: fix endpoint checking in genelink_bind() (bsc#1012628). - net: stmmac: dwmac-loongson: Add fix_soc_reset() callback (bsc#1012628). - net: phy: qcom: qca807x fix condition for DAC_DSP_BIAS_CURRENT (bsc#1012628). - net: enetc: fix the off-by-one issue in enetc_map_tx_buffs() (bsc#1012628). - net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs() (bsc#1012628). - net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNC (bsc#1012628). - net: enetc: update UDP checksum when updating originTimestamp field (bsc#1012628). - net: enetc: correct the xdp_tx statistics (bsc#1012628). - net: enetc: remove the mm_lock from the ENETC v4 driver (bsc#1012628). - net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs() (bsc#1012628). - net: enetc: add missing enetc4_link_deinit() (bsc#1012628). - phy: tegra: xusb: reset VBUS & ID OVERRIDE (bsc#1012628). - phy: exynos5-usbdrd: fix MPLL_MULTIPLIER and SSC_REFCLKSEL masks in refclk (bsc#1012628). - phy: exynos5-usbdrd: gs101: ensure power is gated to SS phy in phy_exit() (bsc#1012628). - gve: unlink old napi when stopping a queue using queue API (bsc#1012628). - iommu/vt-d: Remove device comparison in context_setup_pass_through_cb (bsc#1012628). - iommu/vt-d: Fix suspicious RCU usage (bsc#1012628). - amdgpu/pm/legacy: fix suspend/resume issues (bsc#1012628). - intel_idle: Handle older CPUs, which stop the TSC in deeper C states, correctly (bsc#1012628). - mptcp: always handle address removal under msk socket lock (bsc#1012628). - mptcp: reset when MPTCP opts are dropped after join (bsc#1012628). - selftests/landlock: Test that MPTCP actions are not restricted (bsc#1012628). - vmlinux.lds: Ensure that const vars with relocations are mapped R/O (bsc#1012628). - rcuref: Plug slowpath race in rcuref_put() (bsc#1012628). - sched/core: Prevent rescheduling when interrupts are disabled (bsc#1012628). - sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called without balance() (bsc#1012628). - selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCP (bsc#1012628). - dm-integrity: Avoid divide by zero in table status in Inline mode (bsc#1012628). - dm vdo: add missing spin_lock_init (bsc#1012628). - ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr (bsc#1012628). - scsi: ufs: core: bsg: Fix crash when arpmb command fails (bsc#1012628). - rseq/selftests: Fix riscv rseq_offset_deref_addv inline asm (bsc#1012628). - riscv/atomic: Do proper sign extension also for unsigned in arch_cmpxchg (bsc#1012628). - riscv/futex: sign extend compare value in atomic cmpxchg (bsc#1012628). - riscv: signal: fix signal frame size (bsc#1012628). - riscv: cacheinfo: Use of_property_present() for non-boolean properties (bsc#1012628). - riscv: signal: fix signal_minsigstksz (bsc#1012628). - riscv: cpufeature: use bitmap_equal() instead of memcmp() (bsc#1012628). - efi: Don't map the entire mokvar table to determine its size (bsc#1012628). - x86/microcode/AMD: Return bool from find_blobs_in_containers() (bsc#1012628). - x86/microcode/AMD: Have __apply_microcode_amd() return bool (bsc#1012628). - x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signature (bsc#1012628). - x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarations (bsc#1012628). - x86/microcode/AMD: Merge early_apply_microcode() into its single callsite (bsc#1012628). - x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declaration (bsc#1012628). - x86/microcode/AMD: Add get_patch_level() (bsc#1012628). - x86/microcode/AMD: Load only SHA256-checksummed patches (bsc#1012628). - Update config files. - Rename to patches.kernel.org/6.13.6-074-phy-rockchip-naneng-combphy-compatible-reset-w.patch. - Rename to patches.kernel.org/6.13.6-134-fuse-revert-back-to-__readahead_folio-for-read.patch. - commit 19a5ae2 ++++ kernel-default: - Linux 6.13.6 (bsc#1012628). - RDMA/mlx5: Fix the recovery flow of the UMR QP (bsc#1012628). - IB/mlx5: Set and get correct qp_num for a DCT QP (bsc#1012628). - RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with error (bsc#1012628). - RDMA/mlx5: Fix a WARN during dereg_mr for DM type (bsc#1012628). - RDMA/mana_ib: Allocate PAGE aligned doorbell index (bsc#1012628). - RDMA/hns: Fix mbox timing out by adding retry mechanism (bsc#1012628). - RDMA/bnxt_re: Add sanity checks on rdev validity (bsc#1012628). - RDMA/bnxt_re: Allocate dev_attr information dynamically (bsc#1012628). - RDMA/bnxt_re: Fix the statistics for Gen P7 VF (bsc#1012628). - landlock: Fix non-TCP sockets restriction (bsc#1012628). - scsi: ufs: core: Fix ufshcd_is_ufs_dev_busy() and ufshcd_eh_timed_out() (bsc#1012628). - ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up (bsc#1012628). - NFS: O_DIRECT writes must check and adjust the file length (bsc#1012628). - NFS: Adjust delegated timestamps for O_DIRECT reads and writes (bsc#1012628). - SUNRPC: Prevent looping due to rpc_signal_task() races (bsc#1012628). - NFSv4: Fix a deadlock when recovering state on a sillyrenamed file (bsc#1012628). - SUNRPC: Handle -ETIMEDOUT return from tlshd (bsc#1012628). - RDMA/mlx5: Fix implicit ODP hang on parent deregistration (bsc#1012628). - RDMA/mlx5: Fix AH static rate parsing (bsc#1012628). - scsi: core: Clear driver private data when retrying request (bsc#1012628). - scsi: ufs: core: Set default runtime/system PM levels before ufshcd_hba_init() (bsc#1012628). - RDMA/mlx5: Fix bind QP error cleanup flow (bsc#1012628). - RDMA/bnxt_re: Fix the page details for the srq created by kernel consumers (bsc#1012628). - sunrpc: suppress warnings for unused procfs functions (bsc#1012628). - ALSA: usb-audio: Avoid dropping MIDI events at closing multiple ports (bsc#1012628). - Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response (bsc#1012628). - rxrpc: rxperf: Fix missing decoding of terminal magic cookie (bsc#1012628). - afs: Fix the server_list to unuse a displaced server rather than putting it (bsc#1012628). - afs: Give an afs_server object a ref on the afs_cell object it points to (bsc#1012628). - net: Add net_passive_inc() and net_passive_dec() (bsc#1012628). - net: better track kernel sockets lifetime (bsc#1012628). - net: loopback: Avoid sending IP packets without an Ethernet header (bsc#1012628). - net: set the minimum for net_hotdata.netdev_budget_usecs (bsc#1012628). - ipvlan: ensure network headers are in skb linear part (bsc#1012628). - net: cadence: macb: Synchronize stats calculations (bsc#1012628). - net: dsa: rtl8366rb: Fix compilation problem (bsc#1012628). - ASoC: es8328: fix route from DAC to output (bsc#1012628). - ASoC: fsl: Rename stream name of SAI DAI driver (bsc#1012628). - ipvs: Always clear ipvs_property flag in skb_scrub_packet() (bsc#1012628). - drm/xe/oa: Allow oa_exponent value of 0 (bsc#1012628). - firmware: cs_dsp: Remove async regmap writes (bsc#1012628). - ASoC: cs35l56: Prevent races when soft-resetting using SPI control (bsc#1012628). - ALSA: hda/realtek: Fix wrong mic setup for ASUS VivoBook 15 (bsc#1012628). - drm/amdgpu/gfx: only call mes for enforce isolation if supported (bsc#1012628). - drm/amdgpu/mes: keep enforce isolation up to date (bsc#1012628). - drm/amd/display: restore edid reading from a given i2c adapter (bsc#1012628). - net: ethernet: ti: am65-cpsw: select PAGE_POOL (bsc#1012628). - tcp: devmem: don't write truncated dmabuf CMSGs to userspace (bsc#1012628). - ice: Fix deinitializing VF in error path (bsc#1012628). - ice: Avoid setting default Rx VSI twice in switchdev setup (bsc#1012628). - tcp: Defer ts_recent changes until req is owned (bsc#1012628). - net: Clear old fragment checksum value in napi_reuse_skb (bsc#1012628). - net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination (bsc#1012628). - net/mlx5: Fix vport QoS cleanup on error (bsc#1012628). - net/mlx5: Restore missing trace event when enabling vport QoS (bsc#1012628). - net/mlx5: IRQ, Fix null string in debug print (bsc#1012628). - net: ipv6: fix dst ref loop on input in seg6 lwt (bsc#1012628). - net: ipv6: fix dst ref loop on input in rpl lwt (bsc#1012628). - selftests: drv-net: Check if combined-count exists (bsc#1012628). - idpf: fix checksums set in idpf_rx_rsc() (bsc#1012628). - net: ti: icss-iep: Reject perout generation request (bsc#1012628). - thermal: gov_power_allocator: Fix incorrect calculation in divvy_up_power() (bsc#1012628). - perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list (bsc#1012628). - uprobes: Reject the shared zeropage in uprobe_write_opcode() (bsc#1012628). - thermal/of: Fix cdev lookup in thermal_of_should_bind() (bsc#1012628). - thermal: gov_power_allocator: Update total_weight on bind and cdev updates (bsc#1012628). - io_uring/net: save msg_control for compat (bsc#1012628). - unreachable: Unify (bsc#1012628). - objtool: Remove annotate_{,un}reachable() (bsc#1012628). - objtool: Fix C jump table annotations for Clang (bsc#1012628). - x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systems (bsc#1012628). - uprobes: Remove too strict lockdep_assert() condition in hprobe_expire() (bsc#1012628). - phy: rockchip: fix Kconfig dependency more (bsc#1012628). - phy: stm32: Fix constant-value overflow assertion (bsc#1012628). - riscv: KVM: Fix hart suspend status check (bsc#1012628). - riscv: KVM: Fix hart suspend_type use (bsc#1012628). - riscv: KVM: Fix SBI IPI error generation (bsc#1012628). - riscv: KVM: Fix SBI TIME error generation (bsc#1012628). - tracing: Fix bad hist from corrupting named_triggers list (bsc#1012628). - ftrace: Avoid potential division by zero in function_stat_show() (bsc#1012628). - ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2 (bsc#1012628). - ALSA: hda/realtek: Fix microphone regression on ASUS N705UD (bsc#1012628). - KVM: arm64: Ensure a VMID is allocated before programming VTTBR_EL2 (bsc#1012628). - perf/core: Add RCU read lock protection to perf_iterate_ctx() (bsc#1012628). - perf/x86: Fix low freqency setting issue (bsc#1012628). - perf/core: Fix low freq setting via IOC_PERIOD (bsc#1012628). - drm/xe/regs: remove a duplicate definition for RING_CTL_SIZE(size) (bsc#1012628). - drm/xe/userptr: restore invalidation list on error (bsc#1012628). - drm/xe/userptr: fix EFAULT handling (bsc#1012628). - drm/fbdev-dma: Add shadow buffering for deferred I/O (bsc#1012628). - drm/amdkfd: Preserve cp_hqd_pq_control on update_mqd (bsc#1012628). - drm/amdgpu: disable BAR resize on Dell G5 SE (bsc#1012628). - drm/amdgpu: init return value in amdgpu_ttm_clear_buffer (bsc#1012628). - drm/amd/display: Disable PSR-SU on eDP panels (bsc#1012628). - drm/amd/display: add a quirk to enable eDP0 on DP1 (bsc#1012628). - drm/amd/display: Fix HPD after gpu reset (bsc#1012628). - arm64/mm: Fix Boot panic on Ampere Altra (bsc#1012628). - block: Remove zone write plugs when handling native zone append writes (bsc#1012628). - btrfs: skip inodes without loaded extent maps when shrinking extent maps (bsc#1012628). - btrfs: do regular iput instead of delayed iput during extent map shrinking (bsc#1012628). - btrfs: fix use-after-free on inode when scanning root during em shrinking (bsc#1012628). - btrfs: fix data overwriting bug during buffered write when block size < page size (bsc#1012628). - i2c: npcm: disable interrupt enable bit before devm_request_irq (bsc#1012628). - i2c: ls2x: Fix frequency division register access (bsc#1012628). - i2c: amd-asf: Fix EOI register write to enable successive interrupts (bsc#1012628). - usbnet: gl620a: fix endpoint checking in genelink_bind() (bsc#1012628). - net: stmmac: dwmac-loongson: Add fix_soc_reset() callback (bsc#1012628). - net: phy: qcom: qca807x fix condition for DAC_DSP_BIAS_CURRENT (bsc#1012628). - net: enetc: fix the off-by-one issue in enetc_map_tx_buffs() (bsc#1012628). - net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs() (bsc#1012628). - net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNC (bsc#1012628). - net: enetc: update UDP checksum when updating originTimestamp field (bsc#1012628). - net: enetc: correct the xdp_tx statistics (bsc#1012628). - net: enetc: remove the mm_lock from the ENETC v4 driver (bsc#1012628). - net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs() (bsc#1012628). - net: enetc: add missing enetc4_link_deinit() (bsc#1012628). - phy: tegra: xusb: reset VBUS & ID OVERRIDE (bsc#1012628). - phy: exynos5-usbdrd: fix MPLL_MULTIPLIER and SSC_REFCLKSEL masks in refclk (bsc#1012628). - phy: exynos5-usbdrd: gs101: ensure power is gated to SS phy in phy_exit() (bsc#1012628). - gve: unlink old napi when stopping a queue using queue API (bsc#1012628). - iommu/vt-d: Remove device comparison in context_setup_pass_through_cb (bsc#1012628). - iommu/vt-d: Fix suspicious RCU usage (bsc#1012628). - amdgpu/pm/legacy: fix suspend/resume issues (bsc#1012628). - intel_idle: Handle older CPUs, which stop the TSC in deeper C states, correctly (bsc#1012628). - mptcp: always handle address removal under msk socket lock (bsc#1012628). - mptcp: reset when MPTCP opts are dropped after join (bsc#1012628). - selftests/landlock: Test that MPTCP actions are not restricted (bsc#1012628). - vmlinux.lds: Ensure that const vars with relocations are mapped R/O (bsc#1012628). - rcuref: Plug slowpath race in rcuref_put() (bsc#1012628). - sched/core: Prevent rescheduling when interrupts are disabled (bsc#1012628). - sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called without balance() (bsc#1012628). - selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCP (bsc#1012628). - dm-integrity: Avoid divide by zero in table status in Inline mode (bsc#1012628). - dm vdo: add missing spin_lock_init (bsc#1012628). - ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr (bsc#1012628). - scsi: ufs: core: bsg: Fix crash when arpmb command fails (bsc#1012628). - rseq/selftests: Fix riscv rseq_offset_deref_addv inline asm (bsc#1012628). - riscv/atomic: Do proper sign extension also for unsigned in arch_cmpxchg (bsc#1012628). - riscv/futex: sign extend compare value in atomic cmpxchg (bsc#1012628). - riscv: signal: fix signal frame size (bsc#1012628). - riscv: cacheinfo: Use of_property_present() for non-boolean properties (bsc#1012628). - riscv: signal: fix signal_minsigstksz (bsc#1012628). - riscv: cpufeature: use bitmap_equal() instead of memcmp() (bsc#1012628). - efi: Don't map the entire mokvar table to determine its size (bsc#1012628). - x86/microcode/AMD: Return bool from find_blobs_in_containers() (bsc#1012628). - x86/microcode/AMD: Have __apply_microcode_amd() return bool (bsc#1012628). - x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signature (bsc#1012628). - x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarations (bsc#1012628). - x86/microcode/AMD: Merge early_apply_microcode() into its single callsite (bsc#1012628). - x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declaration (bsc#1012628). - x86/microcode/AMD: Add get_patch_level() (bsc#1012628). - x86/microcode/AMD: Load only SHA256-checksummed patches (bsc#1012628). - Update config files. - Rename to patches.kernel.org/6.13.6-074-phy-rockchip-naneng-combphy-compatible-reset-w.patch. - Rename to patches.kernel.org/6.13.6-134-fuse-revert-back-to-__readahead_folio-for-read.patch. - commit 19a5ae2 ++++ kernel-source: - Linux 6.13.6 (bsc#1012628). - RDMA/mlx5: Fix the recovery flow of the UMR QP (bsc#1012628). - IB/mlx5: Set and get correct qp_num for a DCT QP (bsc#1012628). - RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with error (bsc#1012628). - RDMA/mlx5: Fix a WARN during dereg_mr for DM type (bsc#1012628). - RDMA/mana_ib: Allocate PAGE aligned doorbell index (bsc#1012628). - RDMA/hns: Fix mbox timing out by adding retry mechanism (bsc#1012628). - RDMA/bnxt_re: Add sanity checks on rdev validity (bsc#1012628). - RDMA/bnxt_re: Allocate dev_attr information dynamically (bsc#1012628). - RDMA/bnxt_re: Fix the statistics for Gen P7 VF (bsc#1012628). - landlock: Fix non-TCP sockets restriction (bsc#1012628). - scsi: ufs: core: Fix ufshcd_is_ufs_dev_busy() and ufshcd_eh_timed_out() (bsc#1012628). - ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up (bsc#1012628). - NFS: O_DIRECT writes must check and adjust the file length (bsc#1012628). - NFS: Adjust delegated timestamps for O_DIRECT reads and writes (bsc#1012628). - SUNRPC: Prevent looping due to rpc_signal_task() races (bsc#1012628). - NFSv4: Fix a deadlock when recovering state on a sillyrenamed file (bsc#1012628). - SUNRPC: Handle -ETIMEDOUT return from tlshd (bsc#1012628). - RDMA/mlx5: Fix implicit ODP hang on parent deregistration (bsc#1012628). - RDMA/mlx5: Fix AH static rate parsing (bsc#1012628). - scsi: core: Clear driver private data when retrying request (bsc#1012628). - scsi: ufs: core: Set default runtime/system PM levels before ufshcd_hba_init() (bsc#1012628). - RDMA/mlx5: Fix bind QP error cleanup flow (bsc#1012628). - RDMA/bnxt_re: Fix the page details for the srq created by kernel consumers (bsc#1012628). - sunrpc: suppress warnings for unused procfs functions (bsc#1012628). - ALSA: usb-audio: Avoid dropping MIDI events at closing multiple ports (bsc#1012628). - Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response (bsc#1012628). - rxrpc: rxperf: Fix missing decoding of terminal magic cookie (bsc#1012628). - afs: Fix the server_list to unuse a displaced server rather than putting it (bsc#1012628). - afs: Give an afs_server object a ref on the afs_cell object it points to (bsc#1012628). - net: Add net_passive_inc() and net_passive_dec() (bsc#1012628). - net: better track kernel sockets lifetime (bsc#1012628). - net: loopback: Avoid sending IP packets without an Ethernet header (bsc#1012628). - net: set the minimum for net_hotdata.netdev_budget_usecs (bsc#1012628). - ipvlan: ensure network headers are in skb linear part (bsc#1012628). - net: cadence: macb: Synchronize stats calculations (bsc#1012628). - net: dsa: rtl8366rb: Fix compilation problem (bsc#1012628). - ASoC: es8328: fix route from DAC to output (bsc#1012628). - ASoC: fsl: Rename stream name of SAI DAI driver (bsc#1012628). - ipvs: Always clear ipvs_property flag in skb_scrub_packet() (bsc#1012628). - drm/xe/oa: Allow oa_exponent value of 0 (bsc#1012628). - firmware: cs_dsp: Remove async regmap writes (bsc#1012628). - ASoC: cs35l56: Prevent races when soft-resetting using SPI control (bsc#1012628). - ALSA: hda/realtek: Fix wrong mic setup for ASUS VivoBook 15 (bsc#1012628). - drm/amdgpu/gfx: only call mes for enforce isolation if supported (bsc#1012628). - drm/amdgpu/mes: keep enforce isolation up to date (bsc#1012628). - drm/amd/display: restore edid reading from a given i2c adapter (bsc#1012628). - net: ethernet: ti: am65-cpsw: select PAGE_POOL (bsc#1012628). - tcp: devmem: don't write truncated dmabuf CMSGs to userspace (bsc#1012628). - ice: Fix deinitializing VF in error path (bsc#1012628). - ice: Avoid setting default Rx VSI twice in switchdev setup (bsc#1012628). - tcp: Defer ts_recent changes until req is owned (bsc#1012628). - net: Clear old fragment checksum value in napi_reuse_skb (bsc#1012628). - net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination (bsc#1012628). - net/mlx5: Fix vport QoS cleanup on error (bsc#1012628). - net/mlx5: Restore missing trace event when enabling vport QoS (bsc#1012628). - net/mlx5: IRQ, Fix null string in debug print (bsc#1012628). - net: ipv6: fix dst ref loop on input in seg6 lwt (bsc#1012628). - net: ipv6: fix dst ref loop on input in rpl lwt (bsc#1012628). - selftests: drv-net: Check if combined-count exists (bsc#1012628). - idpf: fix checksums set in idpf_rx_rsc() (bsc#1012628). - net: ti: icss-iep: Reject perout generation request (bsc#1012628). - thermal: gov_power_allocator: Fix incorrect calculation in divvy_up_power() (bsc#1012628). - perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list (bsc#1012628). - uprobes: Reject the shared zeropage in uprobe_write_opcode() (bsc#1012628). - thermal/of: Fix cdev lookup in thermal_of_should_bind() (bsc#1012628). - thermal: gov_power_allocator: Update total_weight on bind and cdev updates (bsc#1012628). - io_uring/net: save msg_control for compat (bsc#1012628). - unreachable: Unify (bsc#1012628). - objtool: Remove annotate_{,un}reachable() (bsc#1012628). - objtool: Fix C jump table annotations for Clang (bsc#1012628). - x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systems (bsc#1012628). - uprobes: Remove too strict lockdep_assert() condition in hprobe_expire() (bsc#1012628). - phy: rockchip: fix Kconfig dependency more (bsc#1012628). - phy: stm32: Fix constant-value overflow assertion (bsc#1012628). - riscv: KVM: Fix hart suspend status check (bsc#1012628). - riscv: KVM: Fix hart suspend_type use (bsc#1012628). - riscv: KVM: Fix SBI IPI error generation (bsc#1012628). - riscv: KVM: Fix SBI TIME error generation (bsc#1012628). - tracing: Fix bad hist from corrupting named_triggers list (bsc#1012628). - ftrace: Avoid potential division by zero in function_stat_show() (bsc#1012628). - ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2 (bsc#1012628). - ALSA: hda/realtek: Fix microphone regression on ASUS N705UD (bsc#1012628). - KVM: arm64: Ensure a VMID is allocated before programming VTTBR_EL2 (bsc#1012628). - perf/core: Add RCU read lock protection to perf_iterate_ctx() (bsc#1012628). - perf/x86: Fix low freqency setting issue (bsc#1012628). - perf/core: Fix low freq setting via IOC_PERIOD (bsc#1012628). - drm/xe/regs: remove a duplicate definition for RING_CTL_SIZE(size) (bsc#1012628). - drm/xe/userptr: restore invalidation list on error (bsc#1012628). - drm/xe/userptr: fix EFAULT handling (bsc#1012628). - drm/fbdev-dma: Add shadow buffering for deferred I/O (bsc#1012628). - drm/amdkfd: Preserve cp_hqd_pq_control on update_mqd (bsc#1012628). - drm/amdgpu: disable BAR resize on Dell G5 SE (bsc#1012628). - drm/amdgpu: init return value in amdgpu_ttm_clear_buffer (bsc#1012628). - drm/amd/display: Disable PSR-SU on eDP panels (bsc#1012628). - drm/amd/display: add a quirk to enable eDP0 on DP1 (bsc#1012628). - drm/amd/display: Fix HPD after gpu reset (bsc#1012628). - arm64/mm: Fix Boot panic on Ampere Altra (bsc#1012628). - block: Remove zone write plugs when handling native zone append writes (bsc#1012628). - btrfs: skip inodes without loaded extent maps when shrinking extent maps (bsc#1012628). - btrfs: do regular iput instead of delayed iput during extent map shrinking (bsc#1012628). - btrfs: fix use-after-free on inode when scanning root during em shrinking (bsc#1012628). - btrfs: fix data overwriting bug during buffered write when block size < page size (bsc#1012628). - i2c: npcm: disable interrupt enable bit before devm_request_irq (bsc#1012628). - i2c: ls2x: Fix frequency division register access (bsc#1012628). - i2c: amd-asf: Fix EOI register write to enable successive interrupts (bsc#1012628). - usbnet: gl620a: fix endpoint checking in genelink_bind() (bsc#1012628). - net: stmmac: dwmac-loongson: Add fix_soc_reset() callback (bsc#1012628). - net: phy: qcom: qca807x fix condition for DAC_DSP_BIAS_CURRENT (bsc#1012628). - net: enetc: fix the off-by-one issue in enetc_map_tx_buffs() (bsc#1012628). - net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs() (bsc#1012628). - net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNC (bsc#1012628). - net: enetc: update UDP checksum when updating originTimestamp field (bsc#1012628). - net: enetc: correct the xdp_tx statistics (bsc#1012628). - net: enetc: remove the mm_lock from the ENETC v4 driver (bsc#1012628). - net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs() (bsc#1012628). - net: enetc: add missing enetc4_link_deinit() (bsc#1012628). - phy: tegra: xusb: reset VBUS & ID OVERRIDE (bsc#1012628). - phy: exynos5-usbdrd: fix MPLL_MULTIPLIER and SSC_REFCLKSEL masks in refclk (bsc#1012628). - phy: exynos5-usbdrd: gs101: ensure power is gated to SS phy in phy_exit() (bsc#1012628). - gve: unlink old napi when stopping a queue using queue API (bsc#1012628). - iommu/vt-d: Remove device comparison in context_setup_pass_through_cb (bsc#1012628). - iommu/vt-d: Fix suspicious RCU usage (bsc#1012628). - amdgpu/pm/legacy: fix suspend/resume issues (bsc#1012628). - intel_idle: Handle older CPUs, which stop the TSC in deeper C states, correctly (bsc#1012628). - mptcp: always handle address removal under msk socket lock (bsc#1012628). - mptcp: reset when MPTCP opts are dropped after join (bsc#1012628). - selftests/landlock: Test that MPTCP actions are not restricted (bsc#1012628). - vmlinux.lds: Ensure that const vars with relocations are mapped R/O (bsc#1012628). - rcuref: Plug slowpath race in rcuref_put() (bsc#1012628). - sched/core: Prevent rescheduling when interrupts are disabled (bsc#1012628). - sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called without balance() (bsc#1012628). - selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCP (bsc#1012628). - dm-integrity: Avoid divide by zero in table status in Inline mode (bsc#1012628). - dm vdo: add missing spin_lock_init (bsc#1012628). - ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr (bsc#1012628). - scsi: ufs: core: bsg: Fix crash when arpmb command fails (bsc#1012628). - rseq/selftests: Fix riscv rseq_offset_deref_addv inline asm (bsc#1012628). - riscv/atomic: Do proper sign extension also for unsigned in arch_cmpxchg (bsc#1012628). - riscv/futex: sign extend compare value in atomic cmpxchg (bsc#1012628). - riscv: signal: fix signal frame size (bsc#1012628). - riscv: cacheinfo: Use of_property_present() for non-boolean properties (bsc#1012628). - riscv: signal: fix signal_minsigstksz (bsc#1012628). - riscv: cpufeature: use bitmap_equal() instead of memcmp() (bsc#1012628). - efi: Don't map the entire mokvar table to determine its size (bsc#1012628). - x86/microcode/AMD: Return bool from find_blobs_in_containers() (bsc#1012628). - x86/microcode/AMD: Have __apply_microcode_amd() return bool (bsc#1012628). - x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signature (bsc#1012628). - x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarations (bsc#1012628). - x86/microcode/AMD: Merge early_apply_microcode() into its single callsite (bsc#1012628). - x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declaration (bsc#1012628). - x86/microcode/AMD: Add get_patch_level() (bsc#1012628). - x86/microcode/AMD: Load only SHA256-checksummed patches (bsc#1012628). - Update config files. - Rename to patches.kernel.org/6.13.6-074-phy-rockchip-naneng-combphy-compatible-reset-w.patch. - Rename to patches.kernel.org/6.13.6-134-fuse-revert-back-to-__readahead_folio-for-read.patch. - commit 19a5ae2 ++++ kernel-docs: - Linux 6.13.6 (bsc#1012628). - RDMA/mlx5: Fix the recovery flow of the UMR QP (bsc#1012628). - IB/mlx5: Set and get correct qp_num for a DCT QP (bsc#1012628). - RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with error (bsc#1012628). - RDMA/mlx5: Fix a WARN during dereg_mr for DM type (bsc#1012628). - RDMA/mana_ib: Allocate PAGE aligned doorbell index (bsc#1012628). - RDMA/hns: Fix mbox timing out by adding retry mechanism (bsc#1012628). - RDMA/bnxt_re: Add sanity checks on rdev validity (bsc#1012628). - RDMA/bnxt_re: Allocate dev_attr information dynamically (bsc#1012628). - RDMA/bnxt_re: Fix the statistics for Gen P7 VF (bsc#1012628). - landlock: Fix non-TCP sockets restriction (bsc#1012628). - scsi: ufs: core: Fix ufshcd_is_ufs_dev_busy() and ufshcd_eh_timed_out() (bsc#1012628). - ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up (bsc#1012628). - NFS: O_DIRECT writes must check and adjust the file length (bsc#1012628). - NFS: Adjust delegated timestamps for O_DIRECT reads and writes (bsc#1012628). - SUNRPC: Prevent looping due to rpc_signal_task() races (bsc#1012628). - NFSv4: Fix a deadlock when recovering state on a sillyrenamed file (bsc#1012628). - SUNRPC: Handle -ETIMEDOUT return from tlshd (bsc#1012628). - RDMA/mlx5: Fix implicit ODP hang on parent deregistration (bsc#1012628). - RDMA/mlx5: Fix AH static rate parsing (bsc#1012628). - scsi: core: Clear driver private data when retrying request (bsc#1012628). - scsi: ufs: core: Set default runtime/system PM levels before ufshcd_hba_init() (bsc#1012628). - RDMA/mlx5: Fix bind QP error cleanup flow (bsc#1012628). - RDMA/bnxt_re: Fix the page details for the srq created by kernel consumers (bsc#1012628). - sunrpc: suppress warnings for unused procfs functions (bsc#1012628). - ALSA: usb-audio: Avoid dropping MIDI events at closing multiple ports (bsc#1012628). - Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response (bsc#1012628). - rxrpc: rxperf: Fix missing decoding of terminal magic cookie (bsc#1012628). - afs: Fix the server_list to unuse a displaced server rather than putting it (bsc#1012628). - afs: Give an afs_server object a ref on the afs_cell object it points to (bsc#1012628). - net: Add net_passive_inc() and net_passive_dec() (bsc#1012628). - net: better track kernel sockets lifetime (bsc#1012628). - net: loopback: Avoid sending IP packets without an Ethernet header (bsc#1012628). - net: set the minimum for net_hotdata.netdev_budget_usecs (bsc#1012628). - ipvlan: ensure network headers are in skb linear part (bsc#1012628). - net: cadence: macb: Synchronize stats calculations (bsc#1012628). - net: dsa: rtl8366rb: Fix compilation problem (bsc#1012628). - ASoC: es8328: fix route from DAC to output (bsc#1012628). - ASoC: fsl: Rename stream name of SAI DAI driver (bsc#1012628). - ipvs: Always clear ipvs_property flag in skb_scrub_packet() (bsc#1012628). - drm/xe/oa: Allow oa_exponent value of 0 (bsc#1012628). - firmware: cs_dsp: Remove async regmap writes (bsc#1012628). - ASoC: cs35l56: Prevent races when soft-resetting using SPI control (bsc#1012628). - ALSA: hda/realtek: Fix wrong mic setup for ASUS VivoBook 15 (bsc#1012628). - drm/amdgpu/gfx: only call mes for enforce isolation if supported (bsc#1012628). - drm/amdgpu/mes: keep enforce isolation up to date (bsc#1012628). - drm/amd/display: restore edid reading from a given i2c adapter (bsc#1012628). - net: ethernet: ti: am65-cpsw: select PAGE_POOL (bsc#1012628). - tcp: devmem: don't write truncated dmabuf CMSGs to userspace (bsc#1012628). - ice: Fix deinitializing VF in error path (bsc#1012628). - ice: Avoid setting default Rx VSI twice in switchdev setup (bsc#1012628). - tcp: Defer ts_recent changes until req is owned (bsc#1012628). - net: Clear old fragment checksum value in napi_reuse_skb (bsc#1012628). - net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination (bsc#1012628). - net/mlx5: Fix vport QoS cleanup on error (bsc#1012628). - net/mlx5: Restore missing trace event when enabling vport QoS (bsc#1012628). - net/mlx5: IRQ, Fix null string in debug print (bsc#1012628). - net: ipv6: fix dst ref loop on input in seg6 lwt (bsc#1012628). - net: ipv6: fix dst ref loop on input in rpl lwt (bsc#1012628). - selftests: drv-net: Check if combined-count exists (bsc#1012628). - idpf: fix checksums set in idpf_rx_rsc() (bsc#1012628). - net: ti: icss-iep: Reject perout generation request (bsc#1012628). - thermal: gov_power_allocator: Fix incorrect calculation in divvy_up_power() (bsc#1012628). - perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list (bsc#1012628). - uprobes: Reject the shared zeropage in uprobe_write_opcode() (bsc#1012628). - thermal/of: Fix cdev lookup in thermal_of_should_bind() (bsc#1012628). - thermal: gov_power_allocator: Update total_weight on bind and cdev updates (bsc#1012628). - io_uring/net: save msg_control for compat (bsc#1012628). - unreachable: Unify (bsc#1012628). - objtool: Remove annotate_{,un}reachable() (bsc#1012628). - objtool: Fix C jump table annotations for Clang (bsc#1012628). - x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systems (bsc#1012628). - uprobes: Remove too strict lockdep_assert() condition in hprobe_expire() (bsc#1012628). - phy: rockchip: fix Kconfig dependency more (bsc#1012628). - phy: stm32: Fix constant-value overflow assertion (bsc#1012628). - riscv: KVM: Fix hart suspend status check (bsc#1012628). - riscv: KVM: Fix hart suspend_type use (bsc#1012628). - riscv: KVM: Fix SBI IPI error generation (bsc#1012628). - riscv: KVM: Fix SBI TIME error generation (bsc#1012628). - tracing: Fix bad hist from corrupting named_triggers list (bsc#1012628). - ftrace: Avoid potential division by zero in function_stat_show() (bsc#1012628). - ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2 (bsc#1012628). - ALSA: hda/realtek: Fix microphone regression on ASUS N705UD (bsc#1012628). - KVM: arm64: Ensure a VMID is allocated before programming VTTBR_EL2 (bsc#1012628). - perf/core: Add RCU read lock protection to perf_iterate_ctx() (bsc#1012628). - perf/x86: Fix low freqency setting issue (bsc#1012628). - perf/core: Fix low freq setting via IOC_PERIOD (bsc#1012628). - drm/xe/regs: remove a duplicate definition for RING_CTL_SIZE(size) (bsc#1012628). - drm/xe/userptr: restore invalidation list on error (bsc#1012628). - drm/xe/userptr: fix EFAULT handling (bsc#1012628). - drm/fbdev-dma: Add shadow buffering for deferred I/O (bsc#1012628). - drm/amdkfd: Preserve cp_hqd_pq_control on update_mqd (bsc#1012628). - drm/amdgpu: disable BAR resize on Dell G5 SE (bsc#1012628). - drm/amdgpu: init return value in amdgpu_ttm_clear_buffer (bsc#1012628). - drm/amd/display: Disable PSR-SU on eDP panels (bsc#1012628). - drm/amd/display: add a quirk to enable eDP0 on DP1 (bsc#1012628). - drm/amd/display: Fix HPD after gpu reset (bsc#1012628). - arm64/mm: Fix Boot panic on Ampere Altra (bsc#1012628). - block: Remove zone write plugs when handling native zone append writes (bsc#1012628). - btrfs: skip inodes without loaded extent maps when shrinking extent maps (bsc#1012628). - btrfs: do regular iput instead of delayed iput during extent map shrinking (bsc#1012628). - btrfs: fix use-after-free on inode when scanning root during em shrinking (bsc#1012628). - btrfs: fix data overwriting bug during buffered write when block size < page size (bsc#1012628). - i2c: npcm: disable interrupt enable bit before devm_request_irq (bsc#1012628). - i2c: ls2x: Fix frequency division register access (bsc#1012628). - i2c: amd-asf: Fix EOI register write to enable successive interrupts (bsc#1012628). - usbnet: gl620a: fix endpoint checking in genelink_bind() (bsc#1012628). - net: stmmac: dwmac-loongson: Add fix_soc_reset() callback (bsc#1012628). - net: phy: qcom: qca807x fix condition for DAC_DSP_BIAS_CURRENT (bsc#1012628). - net: enetc: fix the off-by-one issue in enetc_map_tx_buffs() (bsc#1012628). - net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs() (bsc#1012628). - net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNC (bsc#1012628). - net: enetc: update UDP checksum when updating originTimestamp field (bsc#1012628). - net: enetc: correct the xdp_tx statistics (bsc#1012628). - net: enetc: remove the mm_lock from the ENETC v4 driver (bsc#1012628). - net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs() (bsc#1012628). - net: enetc: add missing enetc4_link_deinit() (bsc#1012628). - phy: tegra: xusb: reset VBUS & ID OVERRIDE (bsc#1012628). - phy: exynos5-usbdrd: fix MPLL_MULTIPLIER and SSC_REFCLKSEL masks in refclk (bsc#1012628). - phy: exynos5-usbdrd: gs101: ensure power is gated to SS phy in phy_exit() (bsc#1012628). - gve: unlink old napi when stopping a queue using queue API (bsc#1012628). - iommu/vt-d: Remove device comparison in context_setup_pass_through_cb (bsc#1012628). - iommu/vt-d: Fix suspicious RCU usage (bsc#1012628). - amdgpu/pm/legacy: fix suspend/resume issues (bsc#1012628). - intel_idle: Handle older CPUs, which stop the TSC in deeper C states, correctly (bsc#1012628). - mptcp: always handle address removal under msk socket lock (bsc#1012628). - mptcp: reset when MPTCP opts are dropped after join (bsc#1012628). - selftests/landlock: Test that MPTCP actions are not restricted (bsc#1012628). - vmlinux.lds: Ensure that const vars with relocations are mapped R/O (bsc#1012628). - rcuref: Plug slowpath race in rcuref_put() (bsc#1012628). - sched/core: Prevent rescheduling when interrupts are disabled (bsc#1012628). - sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called without balance() (bsc#1012628). - selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCP (bsc#1012628). - dm-integrity: Avoid divide by zero in table status in Inline mode (bsc#1012628). - dm vdo: add missing spin_lock_init (bsc#1012628). - ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr (bsc#1012628). - scsi: ufs: core: bsg: Fix crash when arpmb command fails (bsc#1012628). - rseq/selftests: Fix riscv rseq_offset_deref_addv inline asm (bsc#1012628). - riscv/atomic: Do proper sign extension also for unsigned in arch_cmpxchg (bsc#1012628). - riscv/futex: sign extend compare value in atomic cmpxchg (bsc#1012628). - riscv: signal: fix signal frame size (bsc#1012628). - riscv: cacheinfo: Use of_property_present() for non-boolean properties (bsc#1012628). - riscv: signal: fix signal_minsigstksz (bsc#1012628). - riscv: cpufeature: use bitmap_equal() instead of memcmp() (bsc#1012628). - efi: Don't map the entire mokvar table to determine its size (bsc#1012628). - x86/microcode/AMD: Return bool from find_blobs_in_containers() (bsc#1012628). - x86/microcode/AMD: Have __apply_microcode_amd() return bool (bsc#1012628). - x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signature (bsc#1012628). - x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarations (bsc#1012628). - x86/microcode/AMD: Merge early_apply_microcode() into its single callsite (bsc#1012628). - x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declaration (bsc#1012628). - x86/microcode/AMD: Add get_patch_level() (bsc#1012628). - x86/microcode/AMD: Load only SHA256-checksummed patches (bsc#1012628). - Update config files. - Rename to patches.kernel.org/6.13.6-074-phy-rockchip-naneng-combphy-compatible-reset-w.patch. - Rename to patches.kernel.org/6.13.6-134-fuse-revert-back-to-__readahead_folio-for-read.patch. - commit 19a5ae2 ++++ kernel-kvmsmall: - Linux 6.13.6 (bsc#1012628). - RDMA/mlx5: Fix the recovery flow of the UMR QP (bsc#1012628). - IB/mlx5: Set and get correct qp_num for a DCT QP (bsc#1012628). - RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with error (bsc#1012628). - RDMA/mlx5: Fix a WARN during dereg_mr for DM type (bsc#1012628). - RDMA/mana_ib: Allocate PAGE aligned doorbell index (bsc#1012628). - RDMA/hns: Fix mbox timing out by adding retry mechanism (bsc#1012628). - RDMA/bnxt_re: Add sanity checks on rdev validity (bsc#1012628). - RDMA/bnxt_re: Allocate dev_attr information dynamically (bsc#1012628). - RDMA/bnxt_re: Fix the statistics for Gen P7 VF (bsc#1012628). - landlock: Fix non-TCP sockets restriction (bsc#1012628). - scsi: ufs: core: Fix ufshcd_is_ufs_dev_busy() and ufshcd_eh_timed_out() (bsc#1012628). - ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up (bsc#1012628). - NFS: O_DIRECT writes must check and adjust the file length (bsc#1012628). - NFS: Adjust delegated timestamps for O_DIRECT reads and writes (bsc#1012628). - SUNRPC: Prevent looping due to rpc_signal_task() races (bsc#1012628). - NFSv4: Fix a deadlock when recovering state on a sillyrenamed file (bsc#1012628). - SUNRPC: Handle -ETIMEDOUT return from tlshd (bsc#1012628). - RDMA/mlx5: Fix implicit ODP hang on parent deregistration (bsc#1012628). - RDMA/mlx5: Fix AH static rate parsing (bsc#1012628). - scsi: core: Clear driver private data when retrying request (bsc#1012628). - scsi: ufs: core: Set default runtime/system PM levels before ufshcd_hba_init() (bsc#1012628). - RDMA/mlx5: Fix bind QP error cleanup flow (bsc#1012628). - RDMA/bnxt_re: Fix the page details for the srq created by kernel consumers (bsc#1012628). - sunrpc: suppress warnings for unused procfs functions (bsc#1012628). - ALSA: usb-audio: Avoid dropping MIDI events at closing multiple ports (bsc#1012628). - Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response (bsc#1012628). - rxrpc: rxperf: Fix missing decoding of terminal magic cookie (bsc#1012628). - afs: Fix the server_list to unuse a displaced server rather than putting it (bsc#1012628). - afs: Give an afs_server object a ref on the afs_cell object it points to (bsc#1012628). - net: Add net_passive_inc() and net_passive_dec() (bsc#1012628). - net: better track kernel sockets lifetime (bsc#1012628). - net: loopback: Avoid sending IP packets without an Ethernet header (bsc#1012628). - net: set the minimum for net_hotdata.netdev_budget_usecs (bsc#1012628). - ipvlan: ensure network headers are in skb linear part (bsc#1012628). - net: cadence: macb: Synchronize stats calculations (bsc#1012628). - net: dsa: rtl8366rb: Fix compilation problem (bsc#1012628). - ASoC: es8328: fix route from DAC to output (bsc#1012628). - ASoC: fsl: Rename stream name of SAI DAI driver (bsc#1012628). - ipvs: Always clear ipvs_property flag in skb_scrub_packet() (bsc#1012628). - drm/xe/oa: Allow oa_exponent value of 0 (bsc#1012628). - firmware: cs_dsp: Remove async regmap writes (bsc#1012628). - ASoC: cs35l56: Prevent races when soft-resetting using SPI control (bsc#1012628). - ALSA: hda/realtek: Fix wrong mic setup for ASUS VivoBook 15 (bsc#1012628). - drm/amdgpu/gfx: only call mes for enforce isolation if supported (bsc#1012628). - drm/amdgpu/mes: keep enforce isolation up to date (bsc#1012628). - drm/amd/display: restore edid reading from a given i2c adapter (bsc#1012628). - net: ethernet: ti: am65-cpsw: select PAGE_POOL (bsc#1012628). - tcp: devmem: don't write truncated dmabuf CMSGs to userspace (bsc#1012628). - ice: Fix deinitializing VF in error path (bsc#1012628). - ice: Avoid setting default Rx VSI twice in switchdev setup (bsc#1012628). - tcp: Defer ts_recent changes until req is owned (bsc#1012628). - net: Clear old fragment checksum value in napi_reuse_skb (bsc#1012628). - net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination (bsc#1012628). - net/mlx5: Fix vport QoS cleanup on error (bsc#1012628). - net/mlx5: Restore missing trace event when enabling vport QoS (bsc#1012628). - net/mlx5: IRQ, Fix null string in debug print (bsc#1012628). - net: ipv6: fix dst ref loop on input in seg6 lwt (bsc#1012628). - net: ipv6: fix dst ref loop on input in rpl lwt (bsc#1012628). - selftests: drv-net: Check if combined-count exists (bsc#1012628). - idpf: fix checksums set in idpf_rx_rsc() (bsc#1012628). - net: ti: icss-iep: Reject perout generation request (bsc#1012628). - thermal: gov_power_allocator: Fix incorrect calculation in divvy_up_power() (bsc#1012628). - perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list (bsc#1012628). - uprobes: Reject the shared zeropage in uprobe_write_opcode() (bsc#1012628). - thermal/of: Fix cdev lookup in thermal_of_should_bind() (bsc#1012628). - thermal: gov_power_allocator: Update total_weight on bind and cdev updates (bsc#1012628). - io_uring/net: save msg_control for compat (bsc#1012628). - unreachable: Unify (bsc#1012628). - objtool: Remove annotate_{,un}reachable() (bsc#1012628). - objtool: Fix C jump table annotations for Clang (bsc#1012628). - x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systems (bsc#1012628). - uprobes: Remove too strict lockdep_assert() condition in hprobe_expire() (bsc#1012628). - phy: rockchip: fix Kconfig dependency more (bsc#1012628). - phy: stm32: Fix constant-value overflow assertion (bsc#1012628). - riscv: KVM: Fix hart suspend status check (bsc#1012628). - riscv: KVM: Fix hart suspend_type use (bsc#1012628). - riscv: KVM: Fix SBI IPI error generation (bsc#1012628). - riscv: KVM: Fix SBI TIME error generation (bsc#1012628). - tracing: Fix bad hist from corrupting named_triggers list (bsc#1012628). - ftrace: Avoid potential division by zero in function_stat_show() (bsc#1012628). - ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2 (bsc#1012628). - ALSA: hda/realtek: Fix microphone regression on ASUS N705UD (bsc#1012628). - KVM: arm64: Ensure a VMID is allocated before programming VTTBR_EL2 (bsc#1012628). - perf/core: Add RCU read lock protection to perf_iterate_ctx() (bsc#1012628). - perf/x86: Fix low freqency setting issue (bsc#1012628). - perf/core: Fix low freq setting via IOC_PERIOD (bsc#1012628). - drm/xe/regs: remove a duplicate definition for RING_CTL_SIZE(size) (bsc#1012628). - drm/xe/userptr: restore invalidation list on error (bsc#1012628). - drm/xe/userptr: fix EFAULT handling (bsc#1012628). - drm/fbdev-dma: Add shadow buffering for deferred I/O (bsc#1012628). - drm/amdkfd: Preserve cp_hqd_pq_control on update_mqd (bsc#1012628). - drm/amdgpu: disable BAR resize on Dell G5 SE (bsc#1012628). - drm/amdgpu: init return value in amdgpu_ttm_clear_buffer (bsc#1012628). - drm/amd/display: Disable PSR-SU on eDP panels (bsc#1012628). - drm/amd/display: add a quirk to enable eDP0 on DP1 (bsc#1012628). - drm/amd/display: Fix HPD after gpu reset (bsc#1012628). - arm64/mm: Fix Boot panic on Ampere Altra (bsc#1012628). - block: Remove zone write plugs when handling native zone append writes (bsc#1012628). - btrfs: skip inodes without loaded extent maps when shrinking extent maps (bsc#1012628). - btrfs: do regular iput instead of delayed iput during extent map shrinking (bsc#1012628). - btrfs: fix use-after-free on inode when scanning root during em shrinking (bsc#1012628). - btrfs: fix data overwriting bug during buffered write when block size < page size (bsc#1012628). - i2c: npcm: disable interrupt enable bit before devm_request_irq (bsc#1012628). - i2c: ls2x: Fix frequency division register access (bsc#1012628). - i2c: amd-asf: Fix EOI register write to enable successive interrupts (bsc#1012628). - usbnet: gl620a: fix endpoint checking in genelink_bind() (bsc#1012628). - net: stmmac: dwmac-loongson: Add fix_soc_reset() callback (bsc#1012628). - net: phy: qcom: qca807x fix condition for DAC_DSP_BIAS_CURRENT (bsc#1012628). - net: enetc: fix the off-by-one issue in enetc_map_tx_buffs() (bsc#1012628). - net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs() (bsc#1012628). - net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNC (bsc#1012628). - net: enetc: update UDP checksum when updating originTimestamp field (bsc#1012628). - net: enetc: correct the xdp_tx statistics (bsc#1012628). - net: enetc: remove the mm_lock from the ENETC v4 driver (bsc#1012628). - net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs() (bsc#1012628). - net: enetc: add missing enetc4_link_deinit() (bsc#1012628). - phy: tegra: xusb: reset VBUS & ID OVERRIDE (bsc#1012628). - phy: exynos5-usbdrd: fix MPLL_MULTIPLIER and SSC_REFCLKSEL masks in refclk (bsc#1012628). - phy: exynos5-usbdrd: gs101: ensure power is gated to SS phy in phy_exit() (bsc#1012628). - gve: unlink old napi when stopping a queue using queue API (bsc#1012628). - iommu/vt-d: Remove device comparison in context_setup_pass_through_cb (bsc#1012628). - iommu/vt-d: Fix suspicious RCU usage (bsc#1012628). - amdgpu/pm/legacy: fix suspend/resume issues (bsc#1012628). - intel_idle: Handle older CPUs, which stop the TSC in deeper C states, correctly (bsc#1012628). - mptcp: always handle address removal under msk socket lock (bsc#1012628). - mptcp: reset when MPTCP opts are dropped after join (bsc#1012628). - selftests/landlock: Test that MPTCP actions are not restricted (bsc#1012628). - vmlinux.lds: Ensure that const vars with relocations are mapped R/O (bsc#1012628). - rcuref: Plug slowpath race in rcuref_put() (bsc#1012628). - sched/core: Prevent rescheduling when interrupts are disabled (bsc#1012628). - sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called without balance() (bsc#1012628). - selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCP (bsc#1012628). - dm-integrity: Avoid divide by zero in table status in Inline mode (bsc#1012628). - dm vdo: add missing spin_lock_init (bsc#1012628). - ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr (bsc#1012628). - scsi: ufs: core: bsg: Fix crash when arpmb command fails (bsc#1012628). - rseq/selftests: Fix riscv rseq_offset_deref_addv inline asm (bsc#1012628). - riscv/atomic: Do proper sign extension also for unsigned in arch_cmpxchg (bsc#1012628). - riscv/futex: sign extend compare value in atomic cmpxchg (bsc#1012628). - riscv: signal: fix signal frame size (bsc#1012628). - riscv: cacheinfo: Use of_property_present() for non-boolean properties (bsc#1012628). - riscv: signal: fix signal_minsigstksz (bsc#1012628). - riscv: cpufeature: use bitmap_equal() instead of memcmp() (bsc#1012628). - efi: Don't map the entire mokvar table to determine its size (bsc#1012628). - x86/microcode/AMD: Return bool from find_blobs_in_containers() (bsc#1012628). - x86/microcode/AMD: Have __apply_microcode_amd() return bool (bsc#1012628). - x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signature (bsc#1012628). - x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarations (bsc#1012628). - x86/microcode/AMD: Merge early_apply_microcode() into its single callsite (bsc#1012628). - x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declaration (bsc#1012628). - x86/microcode/AMD: Add get_patch_level() (bsc#1012628). - x86/microcode/AMD: Load only SHA256-checksummed patches (bsc#1012628). - Update config files. - Rename to patches.kernel.org/6.13.6-074-phy-rockchip-naneng-combphy-compatible-reset-w.patch. - Rename to patches.kernel.org/6.13.6-134-fuse-revert-back-to-__readahead_folio-for-read.patch. - commit 19a5ae2 ++++ kernel-obs-build: - Linux 6.13.6 (bsc#1012628). - RDMA/mlx5: Fix the recovery flow of the UMR QP (bsc#1012628). - IB/mlx5: Set and get correct qp_num for a DCT QP (bsc#1012628). - RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with error (bsc#1012628). - RDMA/mlx5: Fix a WARN during dereg_mr for DM type (bsc#1012628). - RDMA/mana_ib: Allocate PAGE aligned doorbell index (bsc#1012628). - RDMA/hns: Fix mbox timing out by adding retry mechanism (bsc#1012628). - RDMA/bnxt_re: Add sanity checks on rdev validity (bsc#1012628). - RDMA/bnxt_re: Allocate dev_attr information dynamically (bsc#1012628). - RDMA/bnxt_re: Fix the statistics for Gen P7 VF (bsc#1012628). - landlock: Fix non-TCP sockets restriction (bsc#1012628). - scsi: ufs: core: Fix ufshcd_is_ufs_dev_busy() and ufshcd_eh_timed_out() (bsc#1012628). - ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up (bsc#1012628). - NFS: O_DIRECT writes must check and adjust the file length (bsc#1012628). - NFS: Adjust delegated timestamps for O_DIRECT reads and writes (bsc#1012628). - SUNRPC: Prevent looping due to rpc_signal_task() races (bsc#1012628). - NFSv4: Fix a deadlock when recovering state on a sillyrenamed file (bsc#1012628). - SUNRPC: Handle -ETIMEDOUT return from tlshd (bsc#1012628). - RDMA/mlx5: Fix implicit ODP hang on parent deregistration (bsc#1012628). - RDMA/mlx5: Fix AH static rate parsing (bsc#1012628). - scsi: core: Clear driver private data when retrying request (bsc#1012628). - scsi: ufs: core: Set default runtime/system PM levels before ufshcd_hba_init() (bsc#1012628). - RDMA/mlx5: Fix bind QP error cleanup flow (bsc#1012628). - RDMA/bnxt_re: Fix the page details for the srq created by kernel consumers (bsc#1012628). - sunrpc: suppress warnings for unused procfs functions (bsc#1012628). - ALSA: usb-audio: Avoid dropping MIDI events at closing multiple ports (bsc#1012628). - Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response (bsc#1012628). - rxrpc: rxperf: Fix missing decoding of terminal magic cookie (bsc#1012628). - afs: Fix the server_list to unuse a displaced server rather than putting it (bsc#1012628). - afs: Give an afs_server object a ref on the afs_cell object it points to (bsc#1012628). - net: Add net_passive_inc() and net_passive_dec() (bsc#1012628). - net: better track kernel sockets lifetime (bsc#1012628). - net: loopback: Avoid sending IP packets without an Ethernet header (bsc#1012628). - net: set the minimum for net_hotdata.netdev_budget_usecs (bsc#1012628). - ipvlan: ensure network headers are in skb linear part (bsc#1012628). - net: cadence: macb: Synchronize stats calculations (bsc#1012628). - net: dsa: rtl8366rb: Fix compilation problem (bsc#1012628). - ASoC: es8328: fix route from DAC to output (bsc#1012628). - ASoC: fsl: Rename stream name of SAI DAI driver (bsc#1012628). - ipvs: Always clear ipvs_property flag in skb_scrub_packet() (bsc#1012628). - drm/xe/oa: Allow oa_exponent value of 0 (bsc#1012628). - firmware: cs_dsp: Remove async regmap writes (bsc#1012628). - ASoC: cs35l56: Prevent races when soft-resetting using SPI control (bsc#1012628). - ALSA: hda/realtek: Fix wrong mic setup for ASUS VivoBook 15 (bsc#1012628). - drm/amdgpu/gfx: only call mes for enforce isolation if supported (bsc#1012628). - drm/amdgpu/mes: keep enforce isolation up to date (bsc#1012628). - drm/amd/display: restore edid reading from a given i2c adapter (bsc#1012628). - net: ethernet: ti: am65-cpsw: select PAGE_POOL (bsc#1012628). - tcp: devmem: don't write truncated dmabuf CMSGs to userspace (bsc#1012628). - ice: Fix deinitializing VF in error path (bsc#1012628). - ice: Avoid setting default Rx VSI twice in switchdev setup (bsc#1012628). - tcp: Defer ts_recent changes until req is owned (bsc#1012628). - net: Clear old fragment checksum value in napi_reuse_skb (bsc#1012628). - net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination (bsc#1012628). - net/mlx5: Fix vport QoS cleanup on error (bsc#1012628). - net/mlx5: Restore missing trace event when enabling vport QoS (bsc#1012628). - net/mlx5: IRQ, Fix null string in debug print (bsc#1012628). - net: ipv6: fix dst ref loop on input in seg6 lwt (bsc#1012628). - net: ipv6: fix dst ref loop on input in rpl lwt (bsc#1012628). - selftests: drv-net: Check if combined-count exists (bsc#1012628). - idpf: fix checksums set in idpf_rx_rsc() (bsc#1012628). - net: ti: icss-iep: Reject perout generation request (bsc#1012628). - thermal: gov_power_allocator: Fix incorrect calculation in divvy_up_power() (bsc#1012628). - perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list (bsc#1012628). - uprobes: Reject the shared zeropage in uprobe_write_opcode() (bsc#1012628). - thermal/of: Fix cdev lookup in thermal_of_should_bind() (bsc#1012628). - thermal: gov_power_allocator: Update total_weight on bind and cdev updates (bsc#1012628). - io_uring/net: save msg_control for compat (bsc#1012628). - unreachable: Unify (bsc#1012628). - objtool: Remove annotate_{,un}reachable() (bsc#1012628). - objtool: Fix C jump table annotations for Clang (bsc#1012628). - x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systems (bsc#1012628). - uprobes: Remove too strict lockdep_assert() condition in hprobe_expire() (bsc#1012628). - phy: rockchip: fix Kconfig dependency more (bsc#1012628). - phy: stm32: Fix constant-value overflow assertion (bsc#1012628). - riscv: KVM: Fix hart suspend status check (bsc#1012628). - riscv: KVM: Fix hart suspend_type use (bsc#1012628). - riscv: KVM: Fix SBI IPI error generation (bsc#1012628). - riscv: KVM: Fix SBI TIME error generation (bsc#1012628). - tracing: Fix bad hist from corrupting named_triggers list (bsc#1012628). - ftrace: Avoid potential division by zero in function_stat_show() (bsc#1012628). - ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2 (bsc#1012628). - ALSA: hda/realtek: Fix microphone regression on ASUS N705UD (bsc#1012628). - KVM: arm64: Ensure a VMID is allocated before programming VTTBR_EL2 (bsc#1012628). - perf/core: Add RCU read lock protection to perf_iterate_ctx() (bsc#1012628). - perf/x86: Fix low freqency setting issue (bsc#1012628). - perf/core: Fix low freq setting via IOC_PERIOD (bsc#1012628). - drm/xe/regs: remove a duplicate definition for RING_CTL_SIZE(size) (bsc#1012628). - drm/xe/userptr: restore invalidation list on error (bsc#1012628). - drm/xe/userptr: fix EFAULT handling (bsc#1012628). - drm/fbdev-dma: Add shadow buffering for deferred I/O (bsc#1012628). - drm/amdkfd: Preserve cp_hqd_pq_control on update_mqd (bsc#1012628). - drm/amdgpu: disable BAR resize on Dell G5 SE (bsc#1012628). - drm/amdgpu: init return value in amdgpu_ttm_clear_buffer (bsc#1012628). - drm/amd/display: Disable PSR-SU on eDP panels (bsc#1012628). - drm/amd/display: add a quirk to enable eDP0 on DP1 (bsc#1012628). - drm/amd/display: Fix HPD after gpu reset (bsc#1012628). - arm64/mm: Fix Boot panic on Ampere Altra (bsc#1012628). - block: Remove zone write plugs when handling native zone append writes (bsc#1012628). - btrfs: skip inodes without loaded extent maps when shrinking extent maps (bsc#1012628). - btrfs: do regular iput instead of delayed iput during extent map shrinking (bsc#1012628). - btrfs: fix use-after-free on inode when scanning root during em shrinking (bsc#1012628). - btrfs: fix data overwriting bug during buffered write when block size < page size (bsc#1012628). - i2c: npcm: disable interrupt enable bit before devm_request_irq (bsc#1012628). - i2c: ls2x: Fix frequency division register access (bsc#1012628). - i2c: amd-asf: Fix EOI register write to enable successive interrupts (bsc#1012628). - usbnet: gl620a: fix endpoint checking in genelink_bind() (bsc#1012628). - net: stmmac: dwmac-loongson: Add fix_soc_reset() callback (bsc#1012628). - net: phy: qcom: qca807x fix condition for DAC_DSP_BIAS_CURRENT (bsc#1012628). - net: enetc: fix the off-by-one issue in enetc_map_tx_buffs() (bsc#1012628). - net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs() (bsc#1012628). - net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNC (bsc#1012628). - net: enetc: update UDP checksum when updating originTimestamp field (bsc#1012628). - net: enetc: correct the xdp_tx statistics (bsc#1012628). - net: enetc: remove the mm_lock from the ENETC v4 driver (bsc#1012628). - net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs() (bsc#1012628). - net: enetc: add missing enetc4_link_deinit() (bsc#1012628). - phy: tegra: xusb: reset VBUS & ID OVERRIDE (bsc#1012628). - phy: exynos5-usbdrd: fix MPLL_MULTIPLIER and SSC_REFCLKSEL masks in refclk (bsc#1012628). - phy: exynos5-usbdrd: gs101: ensure power is gated to SS phy in phy_exit() (bsc#1012628). - gve: unlink old napi when stopping a queue using queue API (bsc#1012628). - iommu/vt-d: Remove device comparison in context_setup_pass_through_cb (bsc#1012628). - iommu/vt-d: Fix suspicious RCU usage (bsc#1012628). - amdgpu/pm/legacy: fix suspend/resume issues (bsc#1012628). - intel_idle: Handle older CPUs, which stop the TSC in deeper C states, correctly (bsc#1012628). - mptcp: always handle address removal under msk socket lock (bsc#1012628). - mptcp: reset when MPTCP opts are dropped after join (bsc#1012628). - selftests/landlock: Test that MPTCP actions are not restricted (bsc#1012628). - vmlinux.lds: Ensure that const vars with relocations are mapped R/O (bsc#1012628). - rcuref: Plug slowpath race in rcuref_put() (bsc#1012628). - sched/core: Prevent rescheduling when interrupts are disabled (bsc#1012628). - sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called without balance() (bsc#1012628). - selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCP (bsc#1012628). - dm-integrity: Avoid divide by zero in table status in Inline mode (bsc#1012628). - dm vdo: add missing spin_lock_init (bsc#1012628). - ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr (bsc#1012628). - scsi: ufs: core: bsg: Fix crash when arpmb command fails (bsc#1012628). - rseq/selftests: Fix riscv rseq_offset_deref_addv inline asm (bsc#1012628). - riscv/atomic: Do proper sign extension also for unsigned in arch_cmpxchg (bsc#1012628). - riscv/futex: sign extend compare value in atomic cmpxchg (bsc#1012628). - riscv: signal: fix signal frame size (bsc#1012628). - riscv: cacheinfo: Use of_property_present() for non-boolean properties (bsc#1012628). - riscv: signal: fix signal_minsigstksz (bsc#1012628). - riscv: cpufeature: use bitmap_equal() instead of memcmp() (bsc#1012628). - efi: Don't map the entire mokvar table to determine its size (bsc#1012628). - x86/microcode/AMD: Return bool from find_blobs_in_containers() (bsc#1012628). - x86/microcode/AMD: Have __apply_microcode_amd() return bool (bsc#1012628). - x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signature (bsc#1012628). - x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarations (bsc#1012628). - x86/microcode/AMD: Merge early_apply_microcode() into its single callsite (bsc#1012628). - x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declaration (bsc#1012628). - x86/microcode/AMD: Add get_patch_level() (bsc#1012628). - x86/microcode/AMD: Load only SHA256-checksummed patches (bsc#1012628). - Update config files. - Rename to patches.kernel.org/6.13.6-074-phy-rockchip-naneng-combphy-compatible-reset-w.patch. - Rename to patches.kernel.org/6.13.6-134-fuse-revert-back-to-__readahead_folio-for-read.patch. - commit 19a5ae2 ++++ kernel-obs-qa: - Linux 6.13.6 (bsc#1012628). - RDMA/mlx5: Fix the recovery flow of the UMR QP (bsc#1012628). - IB/mlx5: Set and get correct qp_num for a DCT QP (bsc#1012628). - RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with error (bsc#1012628). - RDMA/mlx5: Fix a WARN during dereg_mr for DM type (bsc#1012628). - RDMA/mana_ib: Allocate PAGE aligned doorbell index (bsc#1012628). - RDMA/hns: Fix mbox timing out by adding retry mechanism (bsc#1012628). - RDMA/bnxt_re: Add sanity checks on rdev validity (bsc#1012628). - RDMA/bnxt_re: Allocate dev_attr information dynamically (bsc#1012628). - RDMA/bnxt_re: Fix the statistics for Gen P7 VF (bsc#1012628). - landlock: Fix non-TCP sockets restriction (bsc#1012628). - scsi: ufs: core: Fix ufshcd_is_ufs_dev_busy() and ufshcd_eh_timed_out() (bsc#1012628). - ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up (bsc#1012628). - NFS: O_DIRECT writes must check and adjust the file length (bsc#1012628). - NFS: Adjust delegated timestamps for O_DIRECT reads and writes (bsc#1012628). - SUNRPC: Prevent looping due to rpc_signal_task() races (bsc#1012628). - NFSv4: Fix a deadlock when recovering state on a sillyrenamed file (bsc#1012628). - SUNRPC: Handle -ETIMEDOUT return from tlshd (bsc#1012628). - RDMA/mlx5: Fix implicit ODP hang on parent deregistration (bsc#1012628). - RDMA/mlx5: Fix AH static rate parsing (bsc#1012628). - scsi: core: Clear driver private data when retrying request (bsc#1012628). - scsi: ufs: core: Set default runtime/system PM levels before ufshcd_hba_init() (bsc#1012628). - RDMA/mlx5: Fix bind QP error cleanup flow (bsc#1012628). - RDMA/bnxt_re: Fix the page details for the srq created by kernel consumers (bsc#1012628). - sunrpc: suppress warnings for unused procfs functions (bsc#1012628). - ALSA: usb-audio: Avoid dropping MIDI events at closing multiple ports (bsc#1012628). - Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response (bsc#1012628). - rxrpc: rxperf: Fix missing decoding of terminal magic cookie (bsc#1012628). - afs: Fix the server_list to unuse a displaced server rather than putting it (bsc#1012628). - afs: Give an afs_server object a ref on the afs_cell object it points to (bsc#1012628). - net: Add net_passive_inc() and net_passive_dec() (bsc#1012628). - net: better track kernel sockets lifetime (bsc#1012628). - net: loopback: Avoid sending IP packets without an Ethernet header (bsc#1012628). - net: set the minimum for net_hotdata.netdev_budget_usecs (bsc#1012628). - ipvlan: ensure network headers are in skb linear part (bsc#1012628). - net: cadence: macb: Synchronize stats calculations (bsc#1012628). - net: dsa: rtl8366rb: Fix compilation problem (bsc#1012628). - ASoC: es8328: fix route from DAC to output (bsc#1012628). - ASoC: fsl: Rename stream name of SAI DAI driver (bsc#1012628). - ipvs: Always clear ipvs_property flag in skb_scrub_packet() (bsc#1012628). - drm/xe/oa: Allow oa_exponent value of 0 (bsc#1012628). - firmware: cs_dsp: Remove async regmap writes (bsc#1012628). - ASoC: cs35l56: Prevent races when soft-resetting using SPI control (bsc#1012628). - ALSA: hda/realtek: Fix wrong mic setup for ASUS VivoBook 15 (bsc#1012628). - drm/amdgpu/gfx: only call mes for enforce isolation if supported (bsc#1012628). - drm/amdgpu/mes: keep enforce isolation up to date (bsc#1012628). - drm/amd/display: restore edid reading from a given i2c adapter (bsc#1012628). - net: ethernet: ti: am65-cpsw: select PAGE_POOL (bsc#1012628). - tcp: devmem: don't write truncated dmabuf CMSGs to userspace (bsc#1012628). - ice: Fix deinitializing VF in error path (bsc#1012628). - ice: Avoid setting default Rx VSI twice in switchdev setup (bsc#1012628). - tcp: Defer ts_recent changes until req is owned (bsc#1012628). - net: Clear old fragment checksum value in napi_reuse_skb (bsc#1012628). - net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination (bsc#1012628). - net/mlx5: Fix vport QoS cleanup on error (bsc#1012628). - net/mlx5: Restore missing trace event when enabling vport QoS (bsc#1012628). - net/mlx5: IRQ, Fix null string in debug print (bsc#1012628). - net: ipv6: fix dst ref loop on input in seg6 lwt (bsc#1012628). - net: ipv6: fix dst ref loop on input in rpl lwt (bsc#1012628). - selftests: drv-net: Check if combined-count exists (bsc#1012628). - idpf: fix checksums set in idpf_rx_rsc() (bsc#1012628). - net: ti: icss-iep: Reject perout generation request (bsc#1012628). - thermal: gov_power_allocator: Fix incorrect calculation in divvy_up_power() (bsc#1012628). - perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list (bsc#1012628). - uprobes: Reject the shared zeropage in uprobe_write_opcode() (bsc#1012628). - thermal/of: Fix cdev lookup in thermal_of_should_bind() (bsc#1012628). - thermal: gov_power_allocator: Update total_weight on bind and cdev updates (bsc#1012628). - io_uring/net: save msg_control for compat (bsc#1012628). - unreachable: Unify (bsc#1012628). - objtool: Remove annotate_{,un}reachable() (bsc#1012628). - objtool: Fix C jump table annotations for Clang (bsc#1012628). - x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systems (bsc#1012628). - uprobes: Remove too strict lockdep_assert() condition in hprobe_expire() (bsc#1012628). - phy: rockchip: fix Kconfig dependency more (bsc#1012628). - phy: stm32: Fix constant-value overflow assertion (bsc#1012628). - riscv: KVM: Fix hart suspend status check (bsc#1012628). - riscv: KVM: Fix hart suspend_type use (bsc#1012628). - riscv: KVM: Fix SBI IPI error generation (bsc#1012628). - riscv: KVM: Fix SBI TIME error generation (bsc#1012628). - tracing: Fix bad hist from corrupting named_triggers list (bsc#1012628). - ftrace: Avoid potential division by zero in function_stat_show() (bsc#1012628). - ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2 (bsc#1012628). - ALSA: hda/realtek: Fix microphone regression on ASUS N705UD (bsc#1012628). - KVM: arm64: Ensure a VMID is allocated before programming VTTBR_EL2 (bsc#1012628). - perf/core: Add RCU read lock protection to perf_iterate_ctx() (bsc#1012628). - perf/x86: Fix low freqency setting issue (bsc#1012628). - perf/core: Fix low freq setting via IOC_PERIOD (bsc#1012628). - drm/xe/regs: remove a duplicate definition for RING_CTL_SIZE(size) (bsc#1012628). - drm/xe/userptr: restore invalidation list on error (bsc#1012628). - drm/xe/userptr: fix EFAULT handling (bsc#1012628). - drm/fbdev-dma: Add shadow buffering for deferred I/O (bsc#1012628). - drm/amdkfd: Preserve cp_hqd_pq_control on update_mqd (bsc#1012628). - drm/amdgpu: disable BAR resize on Dell G5 SE (bsc#1012628). - drm/amdgpu: init return value in amdgpu_ttm_clear_buffer (bsc#1012628). - drm/amd/display: Disable PSR-SU on eDP panels (bsc#1012628). - drm/amd/display: add a quirk to enable eDP0 on DP1 (bsc#1012628). - drm/amd/display: Fix HPD after gpu reset (bsc#1012628). - arm64/mm: Fix Boot panic on Ampere Altra (bsc#1012628). - block: Remove zone write plugs when handling native zone append writes (bsc#1012628). - btrfs: skip inodes without loaded extent maps when shrinking extent maps (bsc#1012628). - btrfs: do regular iput instead of delayed iput during extent map shrinking (bsc#1012628). - btrfs: fix use-after-free on inode when scanning root during em shrinking (bsc#1012628). - btrfs: fix data overwriting bug during buffered write when block size < page size (bsc#1012628). - i2c: npcm: disable interrupt enable bit before devm_request_irq (bsc#1012628). - i2c: ls2x: Fix frequency division register access (bsc#1012628). - i2c: amd-asf: Fix EOI register write to enable successive interrupts (bsc#1012628). - usbnet: gl620a: fix endpoint checking in genelink_bind() (bsc#1012628). - net: stmmac: dwmac-loongson: Add fix_soc_reset() callback (bsc#1012628). - net: phy: qcom: qca807x fix condition for DAC_DSP_BIAS_CURRENT (bsc#1012628). - net: enetc: fix the off-by-one issue in enetc_map_tx_buffs() (bsc#1012628). - net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs() (bsc#1012628). - net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNC (bsc#1012628). - net: enetc: update UDP checksum when updating originTimestamp field (bsc#1012628). - net: enetc: correct the xdp_tx statistics (bsc#1012628). - net: enetc: remove the mm_lock from the ENETC v4 driver (bsc#1012628). - net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs() (bsc#1012628). - net: enetc: add missing enetc4_link_deinit() (bsc#1012628). - phy: tegra: xusb: reset VBUS & ID OVERRIDE (bsc#1012628). - phy: exynos5-usbdrd: fix MPLL_MULTIPLIER and SSC_REFCLKSEL masks in refclk (bsc#1012628). - phy: exynos5-usbdrd: gs101: ensure power is gated to SS phy in phy_exit() (bsc#1012628). - gve: unlink old napi when stopping a queue using queue API (bsc#1012628). - iommu/vt-d: Remove device comparison in context_setup_pass_through_cb (bsc#1012628). - iommu/vt-d: Fix suspicious RCU usage (bsc#1012628). - amdgpu/pm/legacy: fix suspend/resume issues (bsc#1012628). - intel_idle: Handle older CPUs, which stop the TSC in deeper C states, correctly (bsc#1012628). - mptcp: always handle address removal under msk socket lock (bsc#1012628). - mptcp: reset when MPTCP opts are dropped after join (bsc#1012628). - selftests/landlock: Test that MPTCP actions are not restricted (bsc#1012628). - vmlinux.lds: Ensure that const vars with relocations are mapped R/O (bsc#1012628). - rcuref: Plug slowpath race in rcuref_put() (bsc#1012628). - sched/core: Prevent rescheduling when interrupts are disabled (bsc#1012628). - sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called without balance() (bsc#1012628). - selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCP (bsc#1012628). - dm-integrity: Avoid divide by zero in table status in Inline mode (bsc#1012628). - dm vdo: add missing spin_lock_init (bsc#1012628). - ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr (bsc#1012628). - scsi: ufs: core: bsg: Fix crash when arpmb command fails (bsc#1012628). - rseq/selftests: Fix riscv rseq_offset_deref_addv inline asm (bsc#1012628). - riscv/atomic: Do proper sign extension also for unsigned in arch_cmpxchg (bsc#1012628). - riscv/futex: sign extend compare value in atomic cmpxchg (bsc#1012628). - riscv: signal: fix signal frame size (bsc#1012628). - riscv: cacheinfo: Use of_property_present() for non-boolean properties (bsc#1012628). - riscv: signal: fix signal_minsigstksz (bsc#1012628). - riscv: cpufeature: use bitmap_equal() instead of memcmp() (bsc#1012628). - efi: Don't map the entire mokvar table to determine its size (bsc#1012628). - x86/microcode/AMD: Return bool from find_blobs_in_containers() (bsc#1012628). - x86/microcode/AMD: Have __apply_microcode_amd() return bool (bsc#1012628). - x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signature (bsc#1012628). - x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarations (bsc#1012628). - x86/microcode/AMD: Merge early_apply_microcode() into its single callsite (bsc#1012628). - x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declaration (bsc#1012628). - x86/microcode/AMD: Add get_patch_level() (bsc#1012628). - x86/microcode/AMD: Load only SHA256-checksummed patches (bsc#1012628). - Update config files. - Rename to patches.kernel.org/6.13.6-074-phy-rockchip-naneng-combphy-compatible-reset-w.patch. - Rename to patches.kernel.org/6.13.6-134-fuse-revert-back-to-__readahead_folio-for-read.patch. - commit 19a5ae2 ++++ kernel-syms: - Linux 6.13.6 (bsc#1012628). - RDMA/mlx5: Fix the recovery flow of the UMR QP (bsc#1012628). - IB/mlx5: Set and get correct qp_num for a DCT QP (bsc#1012628). - RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with error (bsc#1012628). - RDMA/mlx5: Fix a WARN during dereg_mr for DM type (bsc#1012628). - RDMA/mana_ib: Allocate PAGE aligned doorbell index (bsc#1012628). - RDMA/hns: Fix mbox timing out by adding retry mechanism (bsc#1012628). - RDMA/bnxt_re: Add sanity checks on rdev validity (bsc#1012628). - RDMA/bnxt_re: Allocate dev_attr information dynamically (bsc#1012628). - RDMA/bnxt_re: Fix the statistics for Gen P7 VF (bsc#1012628). - landlock: Fix non-TCP sockets restriction (bsc#1012628). - scsi: ufs: core: Fix ufshcd_is_ufs_dev_busy() and ufshcd_eh_timed_out() (bsc#1012628). - ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up (bsc#1012628). - NFS: O_DIRECT writes must check and adjust the file length (bsc#1012628). - NFS: Adjust delegated timestamps for O_DIRECT reads and writes (bsc#1012628). - SUNRPC: Prevent looping due to rpc_signal_task() races (bsc#1012628). - NFSv4: Fix a deadlock when recovering state on a sillyrenamed file (bsc#1012628). - SUNRPC: Handle -ETIMEDOUT return from tlshd (bsc#1012628). - RDMA/mlx5: Fix implicit ODP hang on parent deregistration (bsc#1012628). - RDMA/mlx5: Fix AH static rate parsing (bsc#1012628). - scsi: core: Clear driver private data when retrying request (bsc#1012628). - scsi: ufs: core: Set default runtime/system PM levels before ufshcd_hba_init() (bsc#1012628). - RDMA/mlx5: Fix bind QP error cleanup flow (bsc#1012628). - RDMA/bnxt_re: Fix the page details for the srq created by kernel consumers (bsc#1012628). - sunrpc: suppress warnings for unused procfs functions (bsc#1012628). - ALSA: usb-audio: Avoid dropping MIDI events at closing multiple ports (bsc#1012628). - Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response (bsc#1012628). - rxrpc: rxperf: Fix missing decoding of terminal magic cookie (bsc#1012628). - afs: Fix the server_list to unuse a displaced server rather than putting it (bsc#1012628). - afs: Give an afs_server object a ref on the afs_cell object it points to (bsc#1012628). - net: Add net_passive_inc() and net_passive_dec() (bsc#1012628). - net: better track kernel sockets lifetime (bsc#1012628). - net: loopback: Avoid sending IP packets without an Ethernet header (bsc#1012628). - net: set the minimum for net_hotdata.netdev_budget_usecs (bsc#1012628). - ipvlan: ensure network headers are in skb linear part (bsc#1012628). - net: cadence: macb: Synchronize stats calculations (bsc#1012628). - net: dsa: rtl8366rb: Fix compilation problem (bsc#1012628). - ASoC: es8328: fix route from DAC to output (bsc#1012628). - ASoC: fsl: Rename stream name of SAI DAI driver (bsc#1012628). - ipvs: Always clear ipvs_property flag in skb_scrub_packet() (bsc#1012628). - drm/xe/oa: Allow oa_exponent value of 0 (bsc#1012628). - firmware: cs_dsp: Remove async regmap writes (bsc#1012628). - ASoC: cs35l56: Prevent races when soft-resetting using SPI control (bsc#1012628). - ALSA: hda/realtek: Fix wrong mic setup for ASUS VivoBook 15 (bsc#1012628). - drm/amdgpu/gfx: only call mes for enforce isolation if supported (bsc#1012628). - drm/amdgpu/mes: keep enforce isolation up to date (bsc#1012628). - drm/amd/display: restore edid reading from a given i2c adapter (bsc#1012628). - net: ethernet: ti: am65-cpsw: select PAGE_POOL (bsc#1012628). - tcp: devmem: don't write truncated dmabuf CMSGs to userspace (bsc#1012628). - ice: Fix deinitializing VF in error path (bsc#1012628). - ice: Avoid setting default Rx VSI twice in switchdev setup (bsc#1012628). - tcp: Defer ts_recent changes until req is owned (bsc#1012628). - net: Clear old fragment checksum value in napi_reuse_skb (bsc#1012628). - net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination (bsc#1012628). - net/mlx5: Fix vport QoS cleanup on error (bsc#1012628). - net/mlx5: Restore missing trace event when enabling vport QoS (bsc#1012628). - net/mlx5: IRQ, Fix null string in debug print (bsc#1012628). - net: ipv6: fix dst ref loop on input in seg6 lwt (bsc#1012628). - net: ipv6: fix dst ref loop on input in rpl lwt (bsc#1012628). - selftests: drv-net: Check if combined-count exists (bsc#1012628). - idpf: fix checksums set in idpf_rx_rsc() (bsc#1012628). - net: ti: icss-iep: Reject perout generation request (bsc#1012628). - thermal: gov_power_allocator: Fix incorrect calculation in divvy_up_power() (bsc#1012628). - perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list (bsc#1012628). - uprobes: Reject the shared zeropage in uprobe_write_opcode() (bsc#1012628). - thermal/of: Fix cdev lookup in thermal_of_should_bind() (bsc#1012628). - thermal: gov_power_allocator: Update total_weight on bind and cdev updates (bsc#1012628). - io_uring/net: save msg_control for compat (bsc#1012628). - unreachable: Unify (bsc#1012628). - objtool: Remove annotate_{,un}reachable() (bsc#1012628). - objtool: Fix C jump table annotations for Clang (bsc#1012628). - x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systems (bsc#1012628). - uprobes: Remove too strict lockdep_assert() condition in hprobe_expire() (bsc#1012628). - phy: rockchip: fix Kconfig dependency more (bsc#1012628). - phy: stm32: Fix constant-value overflow assertion (bsc#1012628). - riscv: KVM: Fix hart suspend status check (bsc#1012628). - riscv: KVM: Fix hart suspend_type use (bsc#1012628). - riscv: KVM: Fix SBI IPI error generation (bsc#1012628). - riscv: KVM: Fix SBI TIME error generation (bsc#1012628). - tracing: Fix bad hist from corrupting named_triggers list (bsc#1012628). - ftrace: Avoid potential division by zero in function_stat_show() (bsc#1012628). - ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2 (bsc#1012628). - ALSA: hda/realtek: Fix microphone regression on ASUS N705UD (bsc#1012628). - KVM: arm64: Ensure a VMID is allocated before programming VTTBR_EL2 (bsc#1012628). - perf/core: Add RCU read lock protection to perf_iterate_ctx() (bsc#1012628). - perf/x86: Fix low freqency setting issue (bsc#1012628). - perf/core: Fix low freq setting via IOC_PERIOD (bsc#1012628). - drm/xe/regs: remove a duplicate definition for RING_CTL_SIZE(size) (bsc#1012628). - drm/xe/userptr: restore invalidation list on error (bsc#1012628). - drm/xe/userptr: fix EFAULT handling (bsc#1012628). - drm/fbdev-dma: Add shadow buffering for deferred I/O (bsc#1012628). - drm/amdkfd: Preserve cp_hqd_pq_control on update_mqd (bsc#1012628). - drm/amdgpu: disable BAR resize on Dell G5 SE (bsc#1012628). - drm/amdgpu: init return value in amdgpu_ttm_clear_buffer (bsc#1012628). - drm/amd/display: Disable PSR-SU on eDP panels (bsc#1012628). - drm/amd/display: add a quirk to enable eDP0 on DP1 (bsc#1012628). - drm/amd/display: Fix HPD after gpu reset (bsc#1012628). - arm64/mm: Fix Boot panic on Ampere Altra (bsc#1012628). - block: Remove zone write plugs when handling native zone append writes (bsc#1012628). - btrfs: skip inodes without loaded extent maps when shrinking extent maps (bsc#1012628). - btrfs: do regular iput instead of delayed iput during extent map shrinking (bsc#1012628). - btrfs: fix use-after-free on inode when scanning root during em shrinking (bsc#1012628). - btrfs: fix data overwriting bug during buffered write when block size < page size (bsc#1012628). - i2c: npcm: disable interrupt enable bit before devm_request_irq (bsc#1012628). - i2c: ls2x: Fix frequency division register access (bsc#1012628). - i2c: amd-asf: Fix EOI register write to enable successive interrupts (bsc#1012628). - usbnet: gl620a: fix endpoint checking in genelink_bind() (bsc#1012628). - net: stmmac: dwmac-loongson: Add fix_soc_reset() callback (bsc#1012628). - net: phy: qcom: qca807x fix condition for DAC_DSP_BIAS_CURRENT (bsc#1012628). - net: enetc: fix the off-by-one issue in enetc_map_tx_buffs() (bsc#1012628). - net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs() (bsc#1012628). - net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNC (bsc#1012628). - net: enetc: update UDP checksum when updating originTimestamp field (bsc#1012628). - net: enetc: correct the xdp_tx statistics (bsc#1012628). - net: enetc: remove the mm_lock from the ENETC v4 driver (bsc#1012628). - net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs() (bsc#1012628). - net: enetc: add missing enetc4_link_deinit() (bsc#1012628). - phy: tegra: xusb: reset VBUS & ID OVERRIDE (bsc#1012628). - phy: exynos5-usbdrd: fix MPLL_MULTIPLIER and SSC_REFCLKSEL masks in refclk (bsc#1012628). - phy: exynos5-usbdrd: gs101: ensure power is gated to SS phy in phy_exit() (bsc#1012628). - gve: unlink old napi when stopping a queue using queue API (bsc#1012628). - iommu/vt-d: Remove device comparison in context_setup_pass_through_cb (bsc#1012628). - iommu/vt-d: Fix suspicious RCU usage (bsc#1012628). - amdgpu/pm/legacy: fix suspend/resume issues (bsc#1012628). - intel_idle: Handle older CPUs, which stop the TSC in deeper C states, correctly (bsc#1012628). - mptcp: always handle address removal under msk socket lock (bsc#1012628). - mptcp: reset when MPTCP opts are dropped after join (bsc#1012628). - selftests/landlock: Test that MPTCP actions are not restricted (bsc#1012628). - vmlinux.lds: Ensure that const vars with relocations are mapped R/O (bsc#1012628). - rcuref: Plug slowpath race in rcuref_put() (bsc#1012628). - sched/core: Prevent rescheduling when interrupts are disabled (bsc#1012628). - sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called without balance() (bsc#1012628). - selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCP (bsc#1012628). - dm-integrity: Avoid divide by zero in table status in Inline mode (bsc#1012628). - dm vdo: add missing spin_lock_init (bsc#1012628). - ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr (bsc#1012628). - scsi: ufs: core: bsg: Fix crash when arpmb command fails (bsc#1012628). - rseq/selftests: Fix riscv rseq_offset_deref_addv inline asm (bsc#1012628). - riscv/atomic: Do proper sign extension also for unsigned in arch_cmpxchg (bsc#1012628). - riscv/futex: sign extend compare value in atomic cmpxchg (bsc#1012628). - riscv: signal: fix signal frame size (bsc#1012628). - riscv: cacheinfo: Use of_property_present() for non-boolean properties (bsc#1012628). - riscv: signal: fix signal_minsigstksz (bsc#1012628). - riscv: cpufeature: use bitmap_equal() instead of memcmp() (bsc#1012628). - efi: Don't map the entire mokvar table to determine its size (bsc#1012628). - x86/microcode/AMD: Return bool from find_blobs_in_containers() (bsc#1012628). - x86/microcode/AMD: Have __apply_microcode_amd() return bool (bsc#1012628). - x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signature (bsc#1012628). - x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarations (bsc#1012628). - x86/microcode/AMD: Merge early_apply_microcode() into its single callsite (bsc#1012628). - x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declaration (bsc#1012628). - x86/microcode/AMD: Add get_patch_level() (bsc#1012628). - x86/microcode/AMD: Load only SHA256-checksummed patches (bsc#1012628). - Update config files. - Rename to patches.kernel.org/6.13.6-074-phy-rockchip-naneng-combphy-compatible-reset-w.patch. - Rename to patches.kernel.org/6.13.6-134-fuse-revert-back-to-__readahead_folio-for-read.patch. - commit 19a5ae2 ++++ kernel-vanilla: - Linux 6.13.6 (bsc#1012628). - RDMA/mlx5: Fix the recovery flow of the UMR QP (bsc#1012628). - IB/mlx5: Set and get correct qp_num for a DCT QP (bsc#1012628). - RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with error (bsc#1012628). - RDMA/mlx5: Fix a WARN during dereg_mr for DM type (bsc#1012628). - RDMA/mana_ib: Allocate PAGE aligned doorbell index (bsc#1012628). - RDMA/hns: Fix mbox timing out by adding retry mechanism (bsc#1012628). - RDMA/bnxt_re: Add sanity checks on rdev validity (bsc#1012628). - RDMA/bnxt_re: Allocate dev_attr information dynamically (bsc#1012628). - RDMA/bnxt_re: Fix the statistics for Gen P7 VF (bsc#1012628). - landlock: Fix non-TCP sockets restriction (bsc#1012628). - scsi: ufs: core: Fix ufshcd_is_ufs_dev_busy() and ufshcd_eh_timed_out() (bsc#1012628). - ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up (bsc#1012628). - NFS: O_DIRECT writes must check and adjust the file length (bsc#1012628). - NFS: Adjust delegated timestamps for O_DIRECT reads and writes (bsc#1012628). - SUNRPC: Prevent looping due to rpc_signal_task() races (bsc#1012628). - NFSv4: Fix a deadlock when recovering state on a sillyrenamed file (bsc#1012628). - SUNRPC: Handle -ETIMEDOUT return from tlshd (bsc#1012628). - RDMA/mlx5: Fix implicit ODP hang on parent deregistration (bsc#1012628). - RDMA/mlx5: Fix AH static rate parsing (bsc#1012628). - scsi: core: Clear driver private data when retrying request (bsc#1012628). - scsi: ufs: core: Set default runtime/system PM levels before ufshcd_hba_init() (bsc#1012628). - RDMA/mlx5: Fix bind QP error cleanup flow (bsc#1012628). - RDMA/bnxt_re: Fix the page details for the srq created by kernel consumers (bsc#1012628). - sunrpc: suppress warnings for unused procfs functions (bsc#1012628). - ALSA: usb-audio: Avoid dropping MIDI events at closing multiple ports (bsc#1012628). - Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response (bsc#1012628). - rxrpc: rxperf: Fix missing decoding of terminal magic cookie (bsc#1012628). - afs: Fix the server_list to unuse a displaced server rather than putting it (bsc#1012628). - afs: Give an afs_server object a ref on the afs_cell object it points to (bsc#1012628). - net: Add net_passive_inc() and net_passive_dec() (bsc#1012628). - net: better track kernel sockets lifetime (bsc#1012628). - net: loopback: Avoid sending IP packets without an Ethernet header (bsc#1012628). - net: set the minimum for net_hotdata.netdev_budget_usecs (bsc#1012628). - ipvlan: ensure network headers are in skb linear part (bsc#1012628). - net: cadence: macb: Synchronize stats calculations (bsc#1012628). - net: dsa: rtl8366rb: Fix compilation problem (bsc#1012628). - ASoC: es8328: fix route from DAC to output (bsc#1012628). - ASoC: fsl: Rename stream name of SAI DAI driver (bsc#1012628). - ipvs: Always clear ipvs_property flag in skb_scrub_packet() (bsc#1012628). - drm/xe/oa: Allow oa_exponent value of 0 (bsc#1012628). - firmware: cs_dsp: Remove async regmap writes (bsc#1012628). - ASoC: cs35l56: Prevent races when soft-resetting using SPI control (bsc#1012628). - ALSA: hda/realtek: Fix wrong mic setup for ASUS VivoBook 15 (bsc#1012628). - drm/amdgpu/gfx: only call mes for enforce isolation if supported (bsc#1012628). - drm/amdgpu/mes: keep enforce isolation up to date (bsc#1012628). - drm/amd/display: restore edid reading from a given i2c adapter (bsc#1012628). - net: ethernet: ti: am65-cpsw: select PAGE_POOL (bsc#1012628). - tcp: devmem: don't write truncated dmabuf CMSGs to userspace (bsc#1012628). - ice: Fix deinitializing VF in error path (bsc#1012628). - ice: Avoid setting default Rx VSI twice in switchdev setup (bsc#1012628). - tcp: Defer ts_recent changes until req is owned (bsc#1012628). - net: Clear old fragment checksum value in napi_reuse_skb (bsc#1012628). - net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination (bsc#1012628). - net/mlx5: Fix vport QoS cleanup on error (bsc#1012628). - net/mlx5: Restore missing trace event when enabling vport QoS (bsc#1012628). - net/mlx5: IRQ, Fix null string in debug print (bsc#1012628). - net: ipv6: fix dst ref loop on input in seg6 lwt (bsc#1012628). - net: ipv6: fix dst ref loop on input in rpl lwt (bsc#1012628). - selftests: drv-net: Check if combined-count exists (bsc#1012628). - idpf: fix checksums set in idpf_rx_rsc() (bsc#1012628). - net: ti: icss-iep: Reject perout generation request (bsc#1012628). - thermal: gov_power_allocator: Fix incorrect calculation in divvy_up_power() (bsc#1012628). - perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list (bsc#1012628). - uprobes: Reject the shared zeropage in uprobe_write_opcode() (bsc#1012628). - thermal/of: Fix cdev lookup in thermal_of_should_bind() (bsc#1012628). - thermal: gov_power_allocator: Update total_weight on bind and cdev updates (bsc#1012628). - io_uring/net: save msg_control for compat (bsc#1012628). - unreachable: Unify (bsc#1012628). - objtool: Remove annotate_{,un}reachable() (bsc#1012628). - objtool: Fix C jump table annotations for Clang (bsc#1012628). - x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systems (bsc#1012628). - uprobes: Remove too strict lockdep_assert() condition in hprobe_expire() (bsc#1012628). - phy: rockchip: fix Kconfig dependency more (bsc#1012628). - phy: stm32: Fix constant-value overflow assertion (bsc#1012628). - riscv: KVM: Fix hart suspend status check (bsc#1012628). - riscv: KVM: Fix hart suspend_type use (bsc#1012628). - riscv: KVM: Fix SBI IPI error generation (bsc#1012628). - riscv: KVM: Fix SBI TIME error generation (bsc#1012628). - tracing: Fix bad hist from corrupting named_triggers list (bsc#1012628). - ftrace: Avoid potential division by zero in function_stat_show() (bsc#1012628). - ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2 (bsc#1012628). - ALSA: hda/realtek: Fix microphone regression on ASUS N705UD (bsc#1012628). - KVM: arm64: Ensure a VMID is allocated before programming VTTBR_EL2 (bsc#1012628). - perf/core: Add RCU read lock protection to perf_iterate_ctx() (bsc#1012628). - perf/x86: Fix low freqency setting issue (bsc#1012628). - perf/core: Fix low freq setting via IOC_PERIOD (bsc#1012628). - drm/xe/regs: remove a duplicate definition for RING_CTL_SIZE(size) (bsc#1012628). - drm/xe/userptr: restore invalidation list on error (bsc#1012628). - drm/xe/userptr: fix EFAULT handling (bsc#1012628). - drm/fbdev-dma: Add shadow buffering for deferred I/O (bsc#1012628). - drm/amdkfd: Preserve cp_hqd_pq_control on update_mqd (bsc#1012628). - drm/amdgpu: disable BAR resize on Dell G5 SE (bsc#1012628). - drm/amdgpu: init return value in amdgpu_ttm_clear_buffer (bsc#1012628). - drm/amd/display: Disable PSR-SU on eDP panels (bsc#1012628). - drm/amd/display: add a quirk to enable eDP0 on DP1 (bsc#1012628). - drm/amd/display: Fix HPD after gpu reset (bsc#1012628). - arm64/mm: Fix Boot panic on Ampere Altra (bsc#1012628). - block: Remove zone write plugs when handling native zone append writes (bsc#1012628). - btrfs: skip inodes without loaded extent maps when shrinking extent maps (bsc#1012628). - btrfs: do regular iput instead of delayed iput during extent map shrinking (bsc#1012628). - btrfs: fix use-after-free on inode when scanning root during em shrinking (bsc#1012628). - btrfs: fix data overwriting bug during buffered write when block size < page size (bsc#1012628). - i2c: npcm: disable interrupt enable bit before devm_request_irq (bsc#1012628). - i2c: ls2x: Fix frequency division register access (bsc#1012628). - i2c: amd-asf: Fix EOI register write to enable successive interrupts (bsc#1012628). - usbnet: gl620a: fix endpoint checking in genelink_bind() (bsc#1012628). - net: stmmac: dwmac-loongson: Add fix_soc_reset() callback (bsc#1012628). - net: phy: qcom: qca807x fix condition for DAC_DSP_BIAS_CURRENT (bsc#1012628). - net: enetc: fix the off-by-one issue in enetc_map_tx_buffs() (bsc#1012628). - net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs() (bsc#1012628). - net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNC (bsc#1012628). - net: enetc: update UDP checksum when updating originTimestamp field (bsc#1012628). - net: enetc: correct the xdp_tx statistics (bsc#1012628). - net: enetc: remove the mm_lock from the ENETC v4 driver (bsc#1012628). - net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs() (bsc#1012628). - net: enetc: add missing enetc4_link_deinit() (bsc#1012628). - phy: tegra: xusb: reset VBUS & ID OVERRIDE (bsc#1012628). - phy: exynos5-usbdrd: fix MPLL_MULTIPLIER and SSC_REFCLKSEL masks in refclk (bsc#1012628). - phy: exynos5-usbdrd: gs101: ensure power is gated to SS phy in phy_exit() (bsc#1012628). - gve: unlink old napi when stopping a queue using queue API (bsc#1012628). - iommu/vt-d: Remove device comparison in context_setup_pass_through_cb (bsc#1012628). - iommu/vt-d: Fix suspicious RCU usage (bsc#1012628). - amdgpu/pm/legacy: fix suspend/resume issues (bsc#1012628). - intel_idle: Handle older CPUs, which stop the TSC in deeper C states, correctly (bsc#1012628). - mptcp: always handle address removal under msk socket lock (bsc#1012628). - mptcp: reset when MPTCP opts are dropped after join (bsc#1012628). - selftests/landlock: Test that MPTCP actions are not restricted (bsc#1012628). - vmlinux.lds: Ensure that const vars with relocations are mapped R/O (bsc#1012628). - rcuref: Plug slowpath race in rcuref_put() (bsc#1012628). - sched/core: Prevent rescheduling when interrupts are disabled (bsc#1012628). - sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called without balance() (bsc#1012628). - selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCP (bsc#1012628). - dm-integrity: Avoid divide by zero in table status in Inline mode (bsc#1012628). - dm vdo: add missing spin_lock_init (bsc#1012628). - ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr (bsc#1012628). - scsi: ufs: core: bsg: Fix crash when arpmb command fails (bsc#1012628). - rseq/selftests: Fix riscv rseq_offset_deref_addv inline asm (bsc#1012628). - riscv/atomic: Do proper sign extension also for unsigned in arch_cmpxchg (bsc#1012628). - riscv/futex: sign extend compare value in atomic cmpxchg (bsc#1012628). - riscv: signal: fix signal frame size (bsc#1012628). - riscv: cacheinfo: Use of_property_present() for non-boolean properties (bsc#1012628). - riscv: signal: fix signal_minsigstksz (bsc#1012628). - riscv: cpufeature: use bitmap_equal() instead of memcmp() (bsc#1012628). - efi: Don't map the entire mokvar table to determine its size (bsc#1012628). - x86/microcode/AMD: Return bool from find_blobs_in_containers() (bsc#1012628). - x86/microcode/AMD: Have __apply_microcode_amd() return bool (bsc#1012628). - x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signature (bsc#1012628). - x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarations (bsc#1012628). - x86/microcode/AMD: Merge early_apply_microcode() into its single callsite (bsc#1012628). - x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declaration (bsc#1012628). - x86/microcode/AMD: Add get_patch_level() (bsc#1012628). - x86/microcode/AMD: Load only SHA256-checksummed patches (bsc#1012628). - Update config files. - Rename to patches.kernel.org/6.13.6-074-phy-rockchip-naneng-combphy-compatible-reset-w.patch. - Rename to patches.kernel.org/6.13.6-134-fuse-revert-back-to-__readahead_folio-for-read.patch. - commit 19a5ae2 ++++ libHX: - Update to release 4.26 * Resolve integer truncation in HX_unit_seconds's output when the result were to exceeded 2^32 years or months or weeks. ++++ libressl: - Document absence of openssl3 APIs in descriptions and a symbol list text file in %_docdir. ++++ nftables: - Update 0001-tools-add-a-systemd-unit-for-static-rulesets.patch from new submission. ++++ openblas_openmp: - Revert commit ba47c7f4f301aad100ed166de338b86e01da8465 to prevent failures on Power8 (bsc#1239134) * Add: Revert-ba47c7f4f301aad100ed166de338b86e01da8465.patch - Add a script to run tests. - Add bisect support. ++++ openblas_pthreads: - Revert commit ba47c7f4f301aad100ed166de338b86e01da8465 to prevent failures on Power8 (bsc#1239134) * Add: Revert-ba47c7f4f301aad100ed166de338b86e01da8465.patch - Add a script to run tests. - Add bisect support. ++++ openblas_serial: - Revert commit ba47c7f4f301aad100ed166de338b86e01da8465 to prevent failures on Power8 (bsc#1239134) * Add: Revert-ba47c7f4f301aad100ed166de338b86e01da8465.patch - Add a script to run tests. - Add bisect support. ++++ ossim: - Update to version 2.12.0: * No release notes. - Add ossim-long-int-cast.patch: explicitly cast hsize_t to u_int64 to avoid compilation problem with hdf5 >= 1.14.0 [gh#ossimlabs/ossim#301]. - Pass INSTALL_LIBRARY_DIR=%{_libdir} to avoid having to move installed arch-specific library dirs after install. - Use %ldconfig_scriptlets instead of `post(un) -p /sbin/ldconfig`. ++++ tinyxml2: - Update to release 10.1.0 * Build fixes, typo fixes. * Fix CVE-2024-50615 which was a problem parsing character encodings. - Delete 0001-Make-DocPrinter-support-DynArrays-larger-than-2G.patch 0001-Make-DynArray-support-objects-larger-than-1-gigabyte.patch (merged) ++++ linuxkit: - Update to version 1.5.3: * support --tag in build.yml for packages * additional volume support in building * internal restructure to use explicit platform instead of implicit arch in cache * restructure logging * vendor: switch to moby/sys/capability * bump docker deps to v27.2.0 * remove linuxefi grub EFI handover to normal linux loading * use only stdout/stderr or file for runc output * moby: check architecture for docker image * more verbose runc messages ++++ mesheryctl: - update to 0.8.46: * Meshery CLI - [Server] enhance error logs for non-OCI artifacts, empty models and invalid schema in model import @riyaa14 (#13609) - [mesheryctl] Fix for system reset @Jougan-0 (#13884) - feat: mesheryctl e2e bats @lekaf974 (#13763) - fix: mesheryctl replace deprecated cobra command @lekaf974 (#13911) * Bug Fixes - Refactored design conversion to use files package from meshkit @souvikinator (#13613) * Maintenance - Refactored design conversion to use files package from meshkit @souvikinator (#13613) - Revert "Bump @xstate/react from 4.1.3 to 5.0.2 in /ui" @leecalcote (#13927) - Bump @xstate/react from 4.1.3 to 5.0.2 in /ui @dependabot (#13818) - feat: mesheryctl e2e bats @lekaf974 (#13763) - fix: mesheryctl replace deprecated cobra command @lekaf974 (#13911) * Documentation - Fix broken link @zihanKuang (#13880) - chore(deps-dev): bump uri from 1.0.2 to 1.0.3 in /docs/v0.7 @dependabot (#13873) - chore(deps-dev): bump rack from 3.1.10 to 3.1.11 in /docs/v0.7 @dependabot (#13905) - Refactor import/export design documentation: removed duplicate pages … @zihanKuang (#13813) - update to 0.8.45: * no CLI-related changes in this release - update to 0.8.44: * no CLI-related changes in this release - update to 0.8.43: * no CLI-related changes in this release - update to 0.8.42: * no CLI-related changes in this release ++++ ncdu: - Update to 1.22: - Add support for @-prefixed lines to ignore errors in config file (from 2.8) - List all supported options in --help (from 2.8) - Use kB instead of KB in --si mode (from 2.8) - Add --graph-style option (from 2.1) - Fix supported range of uid/gid numbers ++++ nvidia-open-driver-G06-signed-cuda: - removed obsolete kernel-firmware-nvidia-gspx-G06-cuda; firmware has moved to nvidia-common-G06 and kernel-firmware-nvidia-gspx-G06 is no longer available either (boo#1239139) ++++ nvidia-open-driver-G06-signed: - removed obsolete kernel-firmware-nvidia-gspx-G06-cuda; firmware has moved to nvidia-common-G06 and kernel-firmware-nvidia-gspx-G06 is no longer available either (boo#1239139) ++++ python-allpairspy: - Add %{?sle15_python_module_pythons} ++++ python-redfish: - Update to version 3.2.9 * Added optional 'headers' argument to the 'login' method. * Clarified exception message when raising 'ServerDownOrUnreachableError'. ++++ rpcs3: - Add patch addressing glew+egl build macro for wayland ++++ rspamd: - Update to 3.11.1 - [Minor] Fix transposed results in rspamadm fuzzy_ping by @fatalbanana in #5260 - [Feature] GPT: Add ollama support by @vstakhov in #5262 - [Feature] Allow to hash any Lua types by @vstakhov in #5266 - [Fix] connIp is not correctly added to request by @corbosman in [#5268] - Allow to use LLM for anonymize by @vstakhov in #5267 - [minor] log queue id with cloudmark analysis string by @corbosman in #5269 - Add ability to not send response_format in gpt plugin in order to support gpt4all by @JQuags in #5276 - Fix Thunderbird for Android marked with FORGED_MUA_THUNDERBIRD_MSGID_UNKNOWN by @towo in #5275 - [Feature] Allow to store shingles as opaque Lua data by @vstakhov in #5279 - Fix issue with synchronous Redis calls by @vstakhov in #5281 - [Minor] Fix some broken links by @fatalbanana in #5283 - [Feature] Add 'noop' redis backend for scripts running by @vstakhov in #5290 - [Enhancement] Expand Detection of Fake Reply Subjects Across Multiple Languages by @D0LLYNH0 in #5288 - [Feature] Allow multiple lua scripts for fuzzy storage by @vstakhov in #5293 - [Minor] Add another acceptable mime type for icon by @fatalbanana in #5294 - [Minor] Respect ipv4 and ipv6 configurations for rbl resolve_ip by @japc in #5292 - remove nixspam by @crpb in #5300 - [Minor] rbl check_types was missing images by @japc in #5305 - RBL: fix use of content_urls and images inside checks by @fatalbanana in #5310 - fix: use sub_utf8 to strip headers value to not break utf8 strings by @dragoangel in #5313 - [Minor] Set RBL checks to bool true by @japc in #5314 - [Minor] Rules regexp url separated and fix no subdomain cases for Google urls by @japc in #5315 - [WebUI] Reset dropdown when clearing filters by @moisseev in [#5317] - [Feature] Support LLM models consensus by @vstakhov in #5320 - [Feature] GPT: Support reason adding by @vstakhov in #5326 - [Minor] Pass both the multimap and the rules descriptions for combined multimap on create by @japc in #5319 - [Fix] properly close multipart/related boundary when adding text footer by @FreddleSpl0it in #5334 - [Minor] Some small fixes to statistics_dump by @japc in #5335 - [Fix] Verify key type to match DKIM signature type by @vstakhov in #5352 - More features to GPT plugin by @vstakhov in #5356 - [Fix] Avoid collision hacks in mempool variables hash by @vstakhov in #5357 - Allow to disable RBLs via map by @vstakhov in #5359 - Add ability to create timers from Lua by @vstakhov in #5363 - Prevent option duplicates in rspamd_stats.pl by @jeromelebleu in #5365 - Regenerate manpages with recent Pandoc version by @jeromelebleu in #5366 - Fix spelling errors in libserver by @jeromelebleu in #5367 - [Feature] Add Redis caching framework by @vstakhov in #5369 - [Fix] Add expiration for neural ham and spam sets by @dragoangel in #5373 - Better support for maps and IP-related fixes/improvements in settings by @amulet1 in #5372 - Use caching framework in gpt module by @vstakhov in #5374 - [Test] Update JavaScript linters by @moisseev in #5375 - [Fix] Properly expire neural ham and spam sets by @dragoangel in #5376 - [Feature] Try to check maps earlier if their expires is too long by @vstakhov in #5377 - drop patches no longer needed: ccb45df90df60fae36b9438cfb2b0088e590306b.patch fix_missing_return.patch ++++ sigil: - Update to 2.4.2 * New Features - Added new tool: 'Update OPF Manifest Media Types' to set unrecognized media types based on actual file contents * Bug Fixes - ensure CodeView code highlighting colors coincide with dark/light themes on certain Linux DEs - fix sigil-gumbo gumboc to work with Python 3.13+ - ie. work around backwards incompatible changes in ctypes - fix Replacement Chooser table to allow for multiple line row heights in Before and After fields (regression) - prevent too many warnings when no media types provided in OPF by generating the warning collectively - prevent build warnings by using hunspell's std:string interface (not C char * ones) - fix files in third party code that used latin-1 encoding to now use utf-8 - fix old use of 'python' in python code header lines to always use 'python3' - removed user scope installs from winget util they work properly with dependencies - restore Find&Replace if it was open when the user tries to exit Sigil and then aborts the exit - Update to 2.4.0 * New Features - added a GetInfo dialog and right click menu option for XHTML files that provides a collection of information specific to that file without having to run Reports (including a word count) - added support for multiple semantics per xhtml file, while uncommon is technically allowed by the spec - made debugging with VS IDE easier - streamlined Sigil logos and installer for Windows - improve Sigil Well-Formed (sanity check) to better identify errors with missing attribute quotes - update to Qt 6.7.3 and its PySide6 version for MacOS and Windows release builds - updates to building on linux documentation - add support for building with and using virtual python environments on Windows and Linux - change Replacement Chooser to use Checkboxes to determine if replacements should be made, no deletes - allow Windows Sigil installer to run on Windows arm64 * Bug Fixes - readability improvments for Load Warnings (thank you BeckyEbook) - remove xhtml meta charset information after converting to utf-8 on initial load to prevent encoding errors - forced the Preferences KeyboardShortcuts assign and remove buttons into the tab focus chain - PR #778 building Sigil with recent Qt versions that no longer accept the QT_IMPLICIT_QCHAR_CONSTRUCTION macro - fixes for using QTimeZone to prevent build warnings where possible (modified version of PR #779) - fixes for better whitespace handling in TagLister codebase - Drop sigil-gt6.8-qchar-778.patch because now in upstream. - Use pythons and set it to python311 for Leap < 16. ------------------------------------------------------------------ ------------------ 2025-3-7 - Mar 7 2025 ------------------- ------------------------------------------------------------------ ++++ Mesa: - enabled Raytracing (vulkan) support for intel ARC GPUs (boo#1238732) - no longer hardcode CXX, but instead make use of %gcc_version, which is implicitely set in prjconf, which I wasn't aware of ... ++++ Mesa-drivers: - enabled Raytracing (vulkan) support for intel ARC GPUs (boo#1238732) - no longer hardcode CXX, but instead make use of %gcc_version, which is implicitely set in prjconf, which I wasn't aware of ... ++++ agama: - Extend storage model schema with LVM (gh#agama-project/agama#2089). ++++ agama-products: - Use $basearch for newly split repodata of Leap 16.0 code-o-o#leap/features#193 ++++ amazon-ssm-agent: - Add patch to fix proxy bypass using IPv6 zone IDs in golang.org/x/net * CVE-2025-22870.patch (bsc#1238702, CVE-2025-22870) ++++ ansible-core: - Add patch unarchive-test-fix.patch for unarchive: Clamp zip timestamps on 32-bit time_t. (#84409) ++++ arkade: - Update to version 0.11.36: * Bump golang.org/x/mod from 0.23.0 to 0.24.0 * Add dotenv-linter tool * Bump golang.org/x/crypto from 0.35.0 to 0.36.0 - Update to version 0.11.35: * Fix systemd unit for node_exporter * Add Prometheus Node Exporter as a system install * chore: move tctl to temporal ++++ build: - Fixed --shell option for container builds - Fixed behaviour when using "--shell" aka "osc shell" option in a VM build. Startup is faster and permissions stay intact now. ++++ rust1.84: Version 1.84.1 (2025-01-30) - [Fix ICE 132920 in duplicate-crate diagnostics.](https://github.com/rust-lang/rust/pull/133304/) - [Fix errors for overlapping impls in incremental rebuilds.](https://github.com/rust-lang/rust/pull/133828/) - [Fix slow compilation related to the next-generation trait solver.](https://github.com/rust-lang/rust/pull/135618/) - [Fix debuginfo when LLVM's location discriminator value limit is exceeded.](https://github.com/rust-lang/rust/pull/135643/) - Fixes for building Rust from source: - [Only try to distribute `llvm-objcopy` if llvm tools are enabled.](https://github.com/rust-lang/rust/pull/134240/) - [Add Profile Override for Non-Git Sources.](https://github.com/rust-lang/rust/pull/135433/) - [Resolve symlinks of LLVM tool binaries before copying them.](https://github.com/rust-lang/rust/pull/135585/) - [Make it possible to use ci-rustc on tarball sources.](https://github.com/rust-lang/rust/pull/135722/) ++++ checkpolicy: - Update to version 3.8.1 https://github.com/SELinuxProject/selinux/releases/tag/3.8.1 * no source change ++++ chirp: - Update to version 20250307: * th_uv88: Add Dual Wait settings for RA89,P2,etc * Fix Cut/Paste active in right-click for query source * Un-flatten int settings in browser view * Updated Italian Translation ++++ cil: - Update to version 3.8.1 https://github.com/SELinuxProject/selinux/releases/tag/3.8.1 * no source change ++++ cilium-cli: - Update to version 0.18.1: * Prepare for v0.18.1 release * gh: add option to specify kubeconfig * chore(deps): update golangci/golangci-lint docker tag to v1.64.6 * Update stable release to v0.18.0 ++++ cockpit-repos: - Update to version 2 * Complete rewrite of error handling * Handle non-superuser cases * Add handling for noncockpit repo modifications * Add update_version.sh to automate version upgrades ++++ cpuid: - Update to release 20241023 * cpuid.c: Fixed cut&paste error in print_80000025_ebx, possibly resulting in SIGSEGV: cached segments hard limit is only bit 11 ++++ ddclient: - Update to 4.0.0 * BREAKING CHANGES: ddclient now looks for `ddclient.conf` in `${sysconfdir}/ddclient` by default instead of `${sysconfdir}`. * To retain the previous behavior, pass `'--with-confdir=${sysconfdir}'` to `configure`. * The `--ssl` option is now enabled by default. * Unencrypted (plain) HTTP is now used instead of encrypted (TLS) HTTP if the URL uses `http://` instead of `https://`, even if the `--ssl` option is enabled. * The string argument to `--cmdv4` or `--cmdv6` is now executed as-is by the system's shell, matching the behavior of the deprecated `--cmd` option. This makes it possible to pass command-line arguments, which reduces the need for a custom wrapper script. Beware that the string is also subject to the shell's command substitution, quote handling, variable expansion, field splitting, etc., so you may need to add extra escaping to ensure that any special characters are preserved literally. * The default web service for `--webv4` and `--webv6` has changed from Google Domains (which has shut down) to ipify. * Invalid command-line options or values are now fatal errors (instead of discarded with a warning). * All log messages are now written to STDERR, not a mix of STDOUT and STDERR. * For `--protocol=freedns` and `--protocol=nfsn`, the core module `Digest::SHA` is now required. Previously, `Digest::SHA1` was used (if available) as an alternative to `Digest::SHA`. * The `he` built-in web IP discovery service (`--webv4=he`, `--webv6=he`, and `--web=he`) was renamed to `he.net` for consistency with the new `he.net` protocol. The old name is still accepted but is deprecated and will be removed in a future version of ddclient. * Deprecated built-in web IP discovery services are not listed in the output of `--list-web-services`. * `dyndns2`: Support for "wait" response lines has been removed. The Dyn documentation does not mention such responses, and the code to handle them, untouched since at least 2006, is believed to be obsolete. * `dyndns2`: The obsolete `static` and `custom` options have been removed. Setting the options may produce a warning. * The diagnostic `--geturl` command-line argument was removed. * `easydns`: The default value for `min-interval` was increased from 5m to 10m to match easyDNS documentation. * `woima`: The dyn.woima.fi service appears to be defunct so support was removed. * `googledomains`: Support was removed because the service shut down. * The `--retry` option was removed. * New `--mail-from` option to control the "From:" header of email messages. * Simultaneous/separate updating of IPv4 (A) records and IPv6 (AAAA) records is now supported in the following services: `gandi` * `porkbun`: Added support for subdomains. * `gandi`: Added support for personal access tokens. * Comments after the `\` line continuation character are now supported. * Minor improvements to `--help` output. * Improved formatting of ddclient's version number. * Updated sample systemd service unit file to improve logging in the systemd journal. * The second and subsequent lines in a multi-line log message now have a different prefix to distinguish them from separate log messages. * Log messages now include context, making it easier to troubleshoot issues. * `emailonly`: New `protocol` option that simply emails you when your IP address changes. * `he.net`: Added support for updating Hurricane Electric records. * `dyndns2`, `domeneshop`, `dnsmadeeasy`, `keysystems`: The `server` option can now include `http://` or `https://` to control the use of TLS. If omitted, the value of the `ssl` option is used to determine the scheme. * `ddns.fm`: New `protocol` option for updating [DDNS.FM](https://ddns.fm/) records. * `inwx`: New `protocol` option for updating [INWX](https://www.inwx.com/) records. * `domeneshop`: Add IPv6 support. * `duckdns`: Multiple hosts with the same IP address are now updated together. * `directnic`: Added support for updatng Directnic records. * `porkbun`: The update URL hostname is now configurable via the `server` option. * `dnsexit2`: Multiple hosts are updated in a single API call when possible. * Fixed numerous bugs in cache file (recap) handling. * Fixed numerous bugs in command-line option and configuration file processing. * `noip`: Fixed failure to honor IP discovery settings in some circumstances. * Fixed `--usev6` with providers that have not yet been updated to use the new separate IPv4/IPv6 logic. * HTTP redirects (301, 302) are now followed. * `keysystems`: Fixed update URL. * `dondominio`: Fixed response parsing. * Fixed `--web-ssl-validate` and `--fw-ssl-validate` options, which were ignored in some cases (defaulting to validate). * Explicitly setting `--web-skip`, `--webv4-skip`, `--webv6-skip`, `--fw-skip`, `--fwv4-skip`, and `--fwv6-skip` to the empty string now disables any built-in default skip. Before, setting to the empty string had no effect. * `--use=disabled` now works. * `--retry` and `--daemon` are incompatible with each other; ddclient now errors out if both are provided. * `--usev4=cisco` and `--usev4=cisco-asa` now work. * Fixed "Scalar value better written as" Perl warning. * Fixed "Invalid Value for keyword 'wtime' = ''" warning. * Fixed unnecessary repeated updates for some services. * Fixed DNSExit provider when configured with a zone and non-identical hostname. * `infomaniak`: Fixed frequent forced updates after 25 days (`max-interval`). * `infomaniak`: Fixed incorrect parsing of server response. * `infomaniak`: Fixed incorrect handling of `nochg` responses. * `regfishde`: Fixed IPv6 support. * `easydns`: IPv4 and IPv6 addresses are now updated separately to be consistent with the easyDNS documentation. * `easydns`: Fixed parsing of result code from server response. * `easydns`: Fixed successful updates treated as failed updates. * Any IP addresses in an HTTP response's headers or in an HTTP error response's body are now ignored when obtaining the IP address from a web-based IP discovery service (`--usev4=webv4`, `--usev6=webv6`) or from a router/firewall device. * `yandex`: Errors are now retried. * `gandi`: Fixed handling of error responses. * `dyndns2`: Fixed handling of responses for multi-host updates. * `porkbun`: The default update URL was updated from `porkbun.com` to `api.porkbun.com`. - specfile: * Update the buildrequires to get corresponding dependencies for Tumbleweed. * ddclient.conf is now installing in /etc/ddclient/ddclient.conf -Addapt patches with new version * ddclient-config.patch * ddclient-delay-main-process-for-systemd.patch * disable-ip-test.patch - Removing patch deal upstream * ddclient-disable-automake-treating-warnings-as-error.patch ++++ lvm2-device-mapper: - Fixes the lvm2-testsuite case fsadm-btrfs.sh (bsc#1238857) * Update SUSE special patch + fate-31841-03_tests-new-test-suite-of-fsadm-for-btrfs.patch ++++ dicts: - build with gcc15 - added patches + dicts-gcc15.patch ++++ difftastic: - Add reproducible.patch to avoid a race (boo#1102408) ++++ gpg2: - Update to 2.5.5: [bsc#1236931, bsc#1239119] * gpg: Fix a verification DoS due to a malicious subkey in the keyring. [T7527] * dirmngr: Fix possible hangs due to blocking connection requests. [T6606, T7434] Release-info: https://dev.gnupg.org/T7530 ++++ dyff: - Update to version 1.10.1: * Fix panic when exit code does not have a cause * Bump golang.org/x/net from 0.36.0 to 0.37.0 * Bump golang.org/x/tools from 0.30.0 to 0.31.0 * Bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.0 * Tweak README file ++++ elixir: - Upgrade to Elixir 1.18.3: * Changelog available at https://hexdocs.pm/elixir/1.18.3/changelog.html ++++ framework-laptop: - Add SUSE boilerplate - Make build recipe POSIX sh compatible - Initial release version 1+git20240915.6164bc3: * Add privacy switches to sysfs (#14) * Add fan speed and setpoint reporting via hwmon (#10) ++++ fritzing: - Update to version 1.0.4 [#]# New Features and Enhancements * UX: QFN support and working with tiny structures in the PCB was vastly improved. We changed the algorithm that decides which element will receive a mouse click. Ratsnest lines now stay the same size when zooming in. The hitbox size of wires and traces now depends on the wire diameter. * UX: Creating multiple wires of the same size or color is now much easier, as the properties of the recently created wire will also be used for new ones. * PCB Outlines: The alpha channel is now taken into account when loading board images. This also fixes many cases where loading an image would result in garbage or blank output. * UX: Show a message when a part must be moved to delete a ratsnest line. Before, we just moved parts without notice. [#]# Bug Fixes * Fixed crash when using the keyboard for moving parts. * Fixed ghost connections resulting from moving parts over existing connections. * Fixed ghost connections when moving a part via the keyboard. * Fixed error when saving sketch to a write protected destination. * Fixed repeated read/write operations when saving a sketch, to avoid issues with cloud storage. * Fixed inactive copper layer after a board was deleted. * Fixed an error where a move or rotate command was not properly stored, which would result in incorrect undo operations. * Fixed order of text input fields in Inspector. They were in random order, often changing. * Fixed input for decimals to work in all locales for text size (Inspector). - Release 1.0.3 * Finished implementation of subparts and fixed several related bugs. * Don't consider obsolete parts for swapping - Improved parts swapping logic to exclude obsolete components. (#4131) * Automatic terminal points (schematic) - Enhanced schematic view with automatic terminal points for easier design workflow. (#4130) * Find parts in sketch should prioritize exact matches, selections should keep internal order - Enhanced parts search functionality for better accuracy and usability. (#4117) * Detect routing database corruption - Added feature to detect and handle routing database corruption. (#3904) * New creator kit examples need language selection - Added language selection for new creator kit examples. (#2786) - Release 1.0.2 * Copper fill * Fab upload * Data structure * Moved to Qt 6.5.3 - Release 1.0.0 * https://blog.fritzing.org/2023/06/15/fritzing-1-0-0 * Simulator * New Font OCR-Fritzing * New IPC-D-356 Export * Pick and Place * Gerber Export * UI Improvements - Build with Qt6 - Include parts package because the db must be generated - Remove _service: Download directly - Remove obsolete update-desktop-files - Patches * Drop 0001-Use-system-libgit2.patch * Add 0000-disable-autoupdate.patch * Add 0001-openSUSE-Relax-Qt6-clamps.patch * Refresh 0002-Fix-appdata.xml-url-type.patch ++++ gdb: - Drop "BuildRequires: libgo23". - Patches added (jsc#PED-10305): * s390-align-opcodes-to-lower-case.patch * s390-simplify-dis-assembly-of-insn-operands-with-con.patch * s390-relax-risbg-n-z-risb-h-l-gz-rns-ros-rxs-bgt-ope.patch * s390-add-arch15-instructions.patch * opcodes-fix-std-gnu23-compatibility-wrt-static_asser.patch * s390-add-arch15-instruction-names.patch * s390-add-arch15-concurrent-functions-facility-insns.patch * s390-fix-disassembly-of-optional-addressing-operands.patch * s390-treat-addressing-operand-sequence-as-one-in-dis.patch * gdb-testsuite-add-gdb.arch-s390-disassemble.exp.patch ++++ gdb-testresults: - Drop "BuildRequires: libgo23". - Patches added (jsc#PED-10305): * s390-align-opcodes-to-lower-case.patch * s390-simplify-dis-assembly-of-insn-operands-with-con.patch * s390-relax-risbg-n-z-risb-h-l-gz-rns-ros-rxs-bgt-ope.patch * s390-add-arch15-instructions.patch * opcodes-fix-std-gnu23-compatibility-wrt-static_asser.patch * s390-add-arch15-instruction-names.patch * s390-add-arch15-concurrent-functions-facility-insns.patch * s390-fix-disassembly-of-optional-addressing-operands.patch * s390-treat-addressing-operand-sequence-as-one-in-dis.patch * gdb-testsuite-add-gdb.arch-s390-disassemble.exp.patch ++++ gdbm: - added patches fix build with gcc15 + gdbm-gcc15.patch ++++ gdm: - Xorg server is not supported by SLE16: + Remove gdm-add-runtime-option-to-disable-starting-X-server-as-u.patch + Remove gdm-restart-session-when-X-server-restart.patch + Update X11-displaymanager-gdm ++++ geary: - Update to version 46.0+24: * Move screenshots from wiki.gnome.org * build: Use appstream for appdata validation test * flatpak: folks now uses main instead of master * appdata: Fix bugtracker URL * Updated translations. - Drop update-desktop-files and pkgconfig(appstream-glib) BuildRequires following upstream changes and deprecation of update-desktop-files. - Add desktop-file-utils BuildRequires. ++++ hledger: - Update hledger to version 1.42. 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.42/src/CHANGES.md ++++ ghc-hledger-lib: - Update hledger-lib to version 1.42. 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.42/src/CHANGES.md ++++ hledger-ui: - Update hledger-ui to version 1.42. 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.42/src/CHANGES.md ++++ ghc-tasty-rerun: - Update tasty-rerun to version 1.1.20. [#] 1.1.20 * Append the base name of the calling executable to the name of the default log file. * Use `System.IO.readFile'` to read the state. ++++ gitlab-container-registry: - new package gitlab-container-registry: Gitlab's fork of the Docker Distribution Registry (now called CNCF Distribution) ++++ gnome-backgrounds: - Update to version 48.rc: + Revert default Wallpaper to JPEG. ++++ gnome-control-center: - Update to version 48.rc.1: + Include subprojects/libgxdp in the release tarball + Pin the revision of libgxdp wrap file + Wellbeing: Fix type in a gtk_widget_dispose_template() call + Updated translations. ++++ golang-github-prometheus-alertmanager: - update to 0.28.1: * [ENHANCEMENT] Improved performance of inhibition rules when using Equal labels. #4119 * [ENHANCEMENT] Improve the documentation on escaping in UTF-8 matchers. #4157 * [ENHANCEMENT] Update alertmanager_config_hash metric help to document the hash is not cryptographically strong. #4210 * [BUGFIX] Fix panic in amtool when using --verbose. #4218 * [BUGFIX] Fix templating of channel field for Rocket.Chat. #4220 * [BUGFIX] Fix rocketchat_configs written as rocket_configs in docs. #4217 * [BUGFIX] Fix usage for --enable-feature flag. #4214 * [BUGFIX] Trim whitespace from OpsGenie API Key. #4195 * [BUGFIX] Fix Jira project template not rendered when searching for existing issues. #4291 * [BUGFIX] Fix subtle bug in JSON/YAML encoding of inhibition rules that would cause Equal labels to be omitted. #4292 * [BUGFIX] Fix header for slack_configs in docs. #4247 * [BUGFIX] Fix weight and wrap of Microsoft Teams notifications. [#4222] * [BUGFIX] Fix format of YAML examples in configuration.md. #4207 ++++ openSUSEway: - Update to version 0.17.0: * waybar-branding-openSUSE: add fonts as dependencies * Remove unused bash-completion dependency * waybar style.css: make workspace and scratchpad have no left margins * Rename waybar config to detect filetype * Improve waybar pulseaudio module configuration * Add client indicator and child_border colors for focused window * Add openSUSEway.rpmlintrc * Split off greetd branding into greetd-branding-openSUSE package * Bump version to 0.17.0 ++++ grub2: - Pass through PAES cipher as AES on s390x-emu (jsc#PED-10950) * 0001-s390x-emu-Pass-through-PAES-cipher-as-AES.patch - Fix zfs.mo not found message when booting on legacy BIOS (bsc#1237865) * 0001-autofs-Ignore-zfs-not-found.patch ++++ grype: - Update to version 0.89.0: * chore(deps): bump github.com/muesli/termenv from 0.15.2 to 0.16.0 (#2509) * chore(deps): bump golang.org/x/tools from 0.30.0 to 0.31.0 (#2510) * fix regression to allow for reading listing from local FS (#2508) * chore(deps): bump golang.org/x/time from 0.10.0 to 0.11.0 (#2503) * chore(deps): update tools to latest versions (#2506) * Add suggested fixed version when there are multiple fixes available (#2271) * remove v6 development configuration (#2504) ++++ grype-db: - Update to version 0.29.0: * Fix internal link in usage (#483) * chore(deps): Bump golang.org/x/text from 0.22.0 to 0.23.0 (#523) * Update grype-db bootstrap tools to latest versions. (#520) * chore(deps): Bump actions/cache from 4.2.1 to 4.2.2 (#517) * chore(deps): Bump actions/cache in /.github/actions/bootstrap (#518) * chore(deps): Bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 (#522) * chore(deps): Bump golang.org/x/sync from 0.11.0 to 0.12.0 (#524) * Enable v6 CI validations (#521) * fix: pin grype to v0.87.0 for v5 (#519) * explicitly translate nvd cvss type when sorting (#516) * enable EPSS and KEV (#515) * Update grype-db bootstrap tools to latest versions. (#494) * chore(deps): Bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 (#514) * Add EPSS v6 transforms (#511) * chore(deps): Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#513) * fix v prefix (#512) * Add KEV transformer + processor (#507) * chore(deps): Bump actions/cache in /.github/actions/bootstrap (#510) * chore(deps): Bump github.com/klauspost/compress from 1.17.11 to 1.18.0 (#508) * chore(deps): Bump actions/cache from 4.2.0 to 4.2.1 (#509) * fix RPM modularity (#506) * fix jenkins plugins (#505) * Missing constraint in v6 DB should match everything (#503) * explicitly use syft pkg types (#499) * stop publishing to s3 (#498) * Switch from poetry to UV (#497) * Normalize v6 record severities (#496) * feat: update to go 1.24.x (#495) * chore(deps-dev): Bump cryptography from 44.0.0 to 44.0.1 (#492) * chore: update runners to ubuntu-24.04 (#493) * pull in v6 severity updates (#490) * Tag advisory URLs for v6 references (#491) * point v6 tip to main * chore(deps): Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 (#484) * chore(deps): Bump abatilo/actions-poetry in /.github/actions/bootstrap (#487) * chore(deps): Bump golang.org/x/text from 0.21.0 to 0.22.0 (#488) * chore(deps): Bump golang.org/x/sync from 0.10.0 to 0.11.0 (#489) * chore: fix python workflow failures (#485) * remove v3 and v4 schema usage (#482) ++++ gzdoom: - Update to release 4.14.1 * Add new SBARINFO top level "AppendStatusBar", allowing for extra SBARINFO code to be added to custom SBARINFO definitions. * Fixed A_SprayDecal not working on 3D floors. * Add snd_footstepvolume to sound options menu. * Allow setting a dynamic light's alpha to influence its brightness. * Added interpolation to crosshair size. * Added S_StartSoundAt, HasConversation to the scripting interface. * Allow passing sound volume to PlayBounceSound in ZScript * Added flags for angle handling on bounce. * Added translation argument for A_SprayDecal. * Added the NOAUTOOFFSKULLFLY flag for scripting. ++++ typst: - Update 0.13.1 https://github.com/typst/typst/releases/tag/v0.13.1 ++++ isatapd: - added patches fix build with gcc15 + isatapd-gcc15.patch ++++ kargo-cli: - Update to version 1.3.1: * chore(backport release-1.3): fix(ui): graph edge glitch (#3615) * chore(backport release-1.3): fix(controller): replace missing credential lookup in git-clone step (#3611) * chore(backport release-1.3): fix(ui): invalid verification duration (#3605) * chore(backport release-1.3): fix(controller): remove mustClone method from gitCloner (#3601) * chore(backport release-1.3): docs: note kustomize-set-image tag/digest requirement (#3583) * chore(backport release-1.3): fix: require tag or digest for kustomize-set-image (#3580) * chore(backport release-1.3): fix: improve construction of HTTP transports (#3574) * chore(backport release-1.3): docs: add v1.3.0 release notes (#3571) * chore(backport release-1.3): docs: update docs to use official kargo-helm example repo (#3567) ++++ kernel-debug: - packaging: Patch Makefile to pre-select gcc version (jsc#PED-12251). When compiler different from the one which was used to configure the kernel is used to build modules a warning is issued and the build continues. This could be turned into an error but that would be too restrictive. The generated kernel-devel makefile could set the compiler but then the main Makefile as to be patched to assign CC with ?= This causes run_oldconfig failure on SUSE-2024 and kbuild config check failure on SUSE-2025. This cannot be hardcoded to one version in a regular patch because the value is expected to be configurable at mkspec time. Patch the Makefile after aplyin patches in rpm prep step instead. A check is added to verify that the sed command did indeed apply the change. - commit 6031391 - initcall_blacklist: Does not allow kernel_lockdown be blacklisted (bsc#1237521). - commit f1a7474 - initcall_blacklist: Does not allow kernel_lockdown be blacklisted (bsc#1237521). - commit f67efc2 ++++ kernel-default: - packaging: Patch Makefile to pre-select gcc version (jsc#PED-12251). When compiler different from the one which was used to configure the kernel is used to build modules a warning is issued and the build continues. This could be turned into an error but that would be too restrictive. The generated kernel-devel makefile could set the compiler but then the main Makefile as to be patched to assign CC with ?= This causes run_oldconfig failure on SUSE-2024 and kbuild config check failure on SUSE-2025. This cannot be hardcoded to one version in a regular patch because the value is expected to be configurable at mkspec time. Patch the Makefile after aplyin patches in rpm prep step instead. A check is added to verify that the sed command did indeed apply the change. - commit 6031391 - initcall_blacklist: Does not allow kernel_lockdown be blacklisted (bsc#1237521). - commit f1a7474 - initcall_blacklist: Does not allow kernel_lockdown be blacklisted (bsc#1237521). - commit f67efc2 ++++ kernel-source: - packaging: Patch Makefile to pre-select gcc version (jsc#PED-12251). When compiler different from the one which was used to configure the kernel is used to build modules a warning is issued and the build continues. This could be turned into an error but that would be too restrictive. The generated kernel-devel makefile could set the compiler but then the main Makefile as to be patched to assign CC with ?= This causes run_oldconfig failure on SUSE-2024 and kbuild config check failure on SUSE-2025. This cannot be hardcoded to one version in a regular patch because the value is expected to be configurable at mkspec time. Patch the Makefile after aplyin patches in rpm prep step instead. A check is added to verify that the sed command did indeed apply the change. - commit 6031391 - initcall_blacklist: Does not allow kernel_lockdown be blacklisted (bsc#1237521). - commit f1a7474 - initcall_blacklist: Does not allow kernel_lockdown be blacklisted (bsc#1237521). - commit f67efc2 ++++ kernel-source-longterm: - Update config files for 6.12.18. - commit 4685a21 - Linux 6.12.18 (bsc#1234429). - thermal: gov_power_allocator: Add missing NULL pointer check (bsc#1234429). - x86/microcode/AMD: Load only SHA256-checksummed patches (bsc#1234429). - x86/microcode/AMD: Add get_patch_level() (bsc#1234429). - x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declaration (bsc#1234429). - x86/microcode/AMD: Merge early_apply_microcode() into its single callsite (bsc#1234429). - x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarations (bsc#1234429). - x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signature (bsc#1234429). - x86/microcode/AMD: Have __apply_microcode_amd() return bool (bsc#1234429). - x86/microcode/AMD: Return bool from find_blobs_in_containers() (bsc#1234429). - amdgpu/pm/legacy: fix suspend/resume issues (bsc#1234429). - efi: Don't map the entire mokvar table to determine its size (bsc#1234429). - riscv: cpufeature: use bitmap_equal() instead of memcmp() (bsc#1234429). - riscv: signal: fix signal_minsigstksz (bsc#1234429). - riscv: cacheinfo: Use of_property_present() for non-boolean properties (bsc#1234429). - riscv: signal: fix signal frame size (bsc#1234429). - riscv/futex: sign extend compare value in atomic cmpxchg (bsc#1234429). - rseq/selftests: Fix riscv rseq_offset_deref_addv inline asm (bsc#1234429). - scsi: ufs: core: bsg: Fix crash when arpmb command fails (bsc#1234429). - ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr (bsc#1234429). - dm vdo: add missing spin_lock_init (bsc#1234429). - dm-integrity: Avoid divide by zero in table status in Inline mode (bsc#1234429). - selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCP (bsc#1234429). - sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called without balance() (bsc#1234429). - sched/core: Prevent rescheduling when interrupts are disabled (bsc#1234429). - rcuref: Plug slowpath race in rcuref_put() (bsc#1234429). - vmlinux.lds: Ensure that const vars with relocations are mapped R/O (bsc#1234429). - selftests/landlock: Test that MPTCP actions are not restricted (bsc#1234429). - mptcp: reset when MPTCP opts are dropped after join (bsc#1234429). - mptcp: always handle address removal under msk socket lock (bsc#1234429). - intel_idle: Handle older CPUs, which stop the TSC in deeper C states, correctly (bsc#1234429). - iommu/vt-d: Fix suspicious RCU usage (bsc#1234429). - iommu/vt-d: Remove device comparison in context_setup_pass_through_cb (bsc#1234429). - phy: exynos5-usbdrd: gs101: ensure power is gated to SS phy in phy_exit() (bsc#1234429). - phy: exynos5-usbdrd: fix MPLL_MULTIPLIER and SSC_REFCLKSEL masks in refclk (bsc#1234429). - phy: tegra: xusb: reset VBUS & ID OVERRIDE (bsc#1234429). - net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs() (bsc#1234429). - net: enetc: correct the xdp_tx statistics (bsc#1234429). - net: enetc: update UDP checksum when updating originTimestamp field (bsc#1234429). - net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNC (bsc#1234429). - net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs() (bsc#1234429). - net: enetc: fix the off-by-one issue in enetc_map_tx_buffs() (bsc#1234429). - net: phy: qcom: qca807x fix condition for DAC_DSP_BIAS_CURRENT (bsc#1234429). - net: stmmac: dwmac-loongson: Add fix_soc_reset() callback (bsc#1234429). - usbnet: gl620a: fix endpoint checking in genelink_bind() (bsc#1234429). - i2c: ls2x: Fix frequency division register access (bsc#1234429). - i2c: npcm: disable interrupt enable bit before devm_request_irq (bsc#1234429). - block: Remove zone write plugs when handling native zone append writes (bsc#1234429). - arm64/mm: Fix Boot panic on Ampere Altra (bsc#1234429). - drm/amd/display: Fix HPD after gpu reset (bsc#1234429). - drm/amd/display: add a quirk to enable eDP0 on DP1 (bsc#1234429). - drm/amd/display: Disable PSR-SU on eDP panels (bsc#1234429). - drm/amdgpu: init return value in amdgpu_ttm_clear_buffer (bsc#1234429). - drm/amdgpu: disable BAR resize on Dell G5 SE (bsc#1234429). - drm/amdkfd: Preserve cp_hqd_pq_control on update_mqd (bsc#1234429). - drm/xe/userptr: fix EFAULT handling (bsc#1234429). - drm/xe/userptr: restore invalidation list on error (bsc#1234429). - drm/xe/regs: remove a duplicate definition for RING_CTL_SIZE(size) (bsc#1234429). - perf/core: Fix low freq setting via IOC_PERIOD (bsc#1234429). - perf/x86: Fix low freqency setting issue (bsc#1234429). - perf/core: Add RCU read lock protection to perf_iterate_ctx() (bsc#1234429). - KVM: arm64: Ensure a VMID is allocated before programming VTTBR_EL2 (bsc#1234429). - ALSA: hda/realtek: Fix microphone regression on ASUS N705UD (bsc#1234429). - ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2 (bsc#1234429). - ftrace: Avoid potential division by zero in function_stat_show() (bsc#1234429). - tracing: Fix bad hist from corrupting named_triggers list (bsc#1234429). - riscv: KVM: Fix SBI TIME error generation (bsc#1234429). - riscv: KVM: Fix SBI IPI error generation (bsc#1234429). - riscv: KVM: Fix hart suspend_type use (bsc#1234429). - riscv: KVM: Fix hart suspend status check (bsc#1234429). - phy: rockchip: naneng-combphy: compatible reset with old DT (bsc#1234429). - phy: rockchip: fix Kconfig dependency more (bsc#1234429). - x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systems (bsc#1234429). - objtool: Fix C jump table annotations for Clang (bsc#1234429). - objtool: Remove annotate_{,un}reachable() (bsc#1234429). - unreachable: Unify (bsc#1234429). - io_uring/net: save msg_control for compat (bsc#1234429). - thermal: gov_power_allocator: Update total_weight on bind and cdev updates (bsc#1234429). - thermal: core: Move lists of thermal instances to trip descriptors (bsc#1234429). - thermal/of: Fix cdev lookup in thermal_of_should_bind() (bsc#1234429). - thermal: of: Simplify thermal_of_should_bind with scoped for each OF child (bsc#1234429). - uprobes: Reject the shared zeropage in uprobe_write_opcode() (bsc#1234429). - perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list (bsc#1234429). - thermal: gov_power_allocator: Fix incorrect calculation in divvy_up_power() (bsc#1234429). - net: ti: icss-iep: Reject perout generation request (bsc#1234429). - idpf: fix checksums set in idpf_rx_rsc() (bsc#1234429). - selftests: drv-net: Check if combined-count exists (bsc#1234429). - net: ipv6: fix dst ref loop on input in rpl lwt (bsc#1234429). - net: ipv6: fix dst ref loop on input in seg6 lwt (bsc#1234429). - net/mlx5: IRQ, Fix null string in debug print (bsc#1234429). - net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination (bsc#1234429). - net: Clear old fragment checksum value in napi_reuse_skb (bsc#1234429). - tcp: Defer ts_recent changes until req is owned (bsc#1234429). - ice: Avoid setting default Rx VSI twice in switchdev setup (bsc#1234429). - ice: Fix deinitializing VF in error path (bsc#1234429). - ice: add E830 HW VF mailbox message limit support (bsc#1234429). - tcp: devmem: don't write truncated dmabuf CMSGs to userspace (bsc#1234429). - net: ethernet: ti: am65-cpsw: select PAGE_POOL (bsc#1234429). - ALSA: hda/realtek: Fix wrong mic setup for ASUS VivoBook 15 (bsc#1234429). - ASoC: cs35l56: Prevent races when soft-resetting using SPI control (bsc#1234429). - firmware: cs_dsp: Remove async regmap writes (bsc#1234429). - drm/xe/oa: Allow oa_exponent value of 0 (bsc#1234429). - drm/xe/oa: Allow only certain property changes from config (bsc#1234429). - drm/xe/oa: Add syncs support to OA config ioctl (bsc#1234429). - drm/xe/oa: Move functions up so they can be reused for config ioctl (bsc#1234429). - drm/xe/oa: Signal output fences (bsc#1234429). - ipvs: Always clear ipvs_property flag in skb_scrub_packet() (bsc#1234429). - ASoC: fsl: Rename stream name of SAI DAI driver (bsc#1234429). - ASoC: es8328: fix route from DAC to output (bsc#1234429). - net: dsa: rtl8366rb: Fix compilation problem (bsc#1234429). - net: cadence: macb: Synchronize stats calculations (bsc#1234429). - ipvlan: ensure network headers are in skb linear part (bsc#1234429). - ipvlan: Prepare ipvlan_process_v4_outbound() to future .flowi4_tos conversion (bsc#1234429). - ipv4: Convert ip_route_input() to dscp_t (bsc#1234429). - ipv4: Convert icmp_route_lookup() to dscp_t (bsc#1234429). - net: set the minimum for net_hotdata.netdev_budget_usecs (bsc#1234429). - net: loopback: Avoid sending IP packets without an Ethernet header (bsc#1234429). - afs: Give an afs_server object a ref on the afs_cell object it points to (bsc#1234429). - afs: Fix the server_list to unuse a displaced server rather than putting it (bsc#1234429). - rxrpc: rxperf: Fix missing decoding of terminal magic cookie (bsc#1234429). - Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response (bsc#1234429). - ALSA: usb-audio: Avoid dropping MIDI events at closing multiple ports (bsc#1234429). - sunrpc: suppress warnings for unused procfs functions (bsc#1234429). - RDMA/bnxt_re: Fix the page details for the srq created by kernel consumers (bsc#1234429). - RDMA/mlx5: Fix bind QP error cleanup flow (bsc#1234429). - scsi: ufs: core: Set default runtime/system PM levels before ufshcd_hba_init() (bsc#1234429). - scsi: core: Clear driver private data when retrying request (bsc#1234429). - RDMA/mlx5: Fix AH static rate parsing (bsc#1234429). - RDMA/mlx5: Fix implicit ODP hang on parent deregistration (bsc#1234429). - SUNRPC: Handle -ETIMEDOUT return from tlshd (bsc#1234429). - NFSv4: Fix a deadlock when recovering state on a sillyrenamed file (bsc#1234429). - SUNRPC: Prevent looping due to rpc_signal_task() races (bsc#1234429). - NFS: Adjust delegated timestamps for O_DIRECT reads and writes (bsc#1234429). - NFS: O_DIRECT writes must check and adjust the file length (bsc#1234429). - ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up (bsc#1234429). - scsi: ufs: core: Fix ufshcd_is_ufs_dev_busy() and ufshcd_eh_timed_out() (bsc#1234429). - landlock: Fix non-TCP sockets restriction (bsc#1234429). - RDMA/bnxt_re: Fix the statistics for Gen P7 VF (bsc#1234429). - RDMA/bnxt_re: Allocate dev_attr information dynamically (bsc#1234429). - RDMA/bnxt_re: Add sanity checks on rdev validity (bsc#1234429). - RDMA/bnxt_re: Cache MSIx info to a local structure (bsc#1234429). - RDMA/bnxt_re: Refactor NQ allocation (bsc#1234429). - RDMA/bnxt_re: Fail probe early when not enough MSI-x vectors are reserved (bsc#1234429). - RDMA/hns: Fix mbox timing out by adding retry mechanism (bsc#1234429). - RDMA/mana_ib: Allocate PAGE aligned doorbell index (bsc#1234429). - RDMA/mlx5: Fix a WARN during dereg_mr for DM type (bsc#1234429). - RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with error (bsc#1234429). - IB/mlx5: Set and get correct qp_num for a DCT QP (bsc#1234429). - RDMA/mlx5: Fix the recovery flow of the UMR QP (bsc#1234429). - commit 98d940e ++++ kernel-docs: - packaging: Patch Makefile to pre-select gcc version (jsc#PED-12251). When compiler different from the one which was used to configure the kernel is used to build modules a warning is issued and the build continues. This could be turned into an error but that would be too restrictive. The generated kernel-devel makefile could set the compiler but then the main Makefile as to be patched to assign CC with ?= This causes run_oldconfig failure on SUSE-2024 and kbuild config check failure on SUSE-2025. This cannot be hardcoded to one version in a regular patch because the value is expected to be configurable at mkspec time. Patch the Makefile after aplyin patches in rpm prep step instead. A check is added to verify that the sed command did indeed apply the change. - commit 6031391 - initcall_blacklist: Does not allow kernel_lockdown be blacklisted (bsc#1237521). - commit f1a7474 - initcall_blacklist: Does not allow kernel_lockdown be blacklisted (bsc#1237521). - commit f67efc2 ++++ kernel-kvmsmall: - packaging: Patch Makefile to pre-select gcc version (jsc#PED-12251). When compiler different from the one which was used to configure the kernel is used to build modules a warning is issued and the build continues. This could be turned into an error but that would be too restrictive. The generated kernel-devel makefile could set the compiler but then the main Makefile as to be patched to assign CC with ?= This causes run_oldconfig failure on SUSE-2024 and kbuild config check failure on SUSE-2025. This cannot be hardcoded to one version in a regular patch because the value is expected to be configurable at mkspec time. Patch the Makefile after aplyin patches in rpm prep step instead. A check is added to verify that the sed command did indeed apply the change. - commit 6031391 - initcall_blacklist: Does not allow kernel_lockdown be blacklisted (bsc#1237521). - commit f1a7474 - initcall_blacklist: Does not allow kernel_lockdown be blacklisted (bsc#1237521). - commit f67efc2 ++++ kernel-longterm: - Update config files for 6.12.18. - commit 4685a21 - Linux 6.12.18 (bsc#1234429). - thermal: gov_power_allocator: Add missing NULL pointer check (bsc#1234429). - x86/microcode/AMD: Load only SHA256-checksummed patches (bsc#1234429). - x86/microcode/AMD: Add get_patch_level() (bsc#1234429). - x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declaration (bsc#1234429). - x86/microcode/AMD: Merge early_apply_microcode() into its single callsite (bsc#1234429). - x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarations (bsc#1234429). - x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signature (bsc#1234429). - x86/microcode/AMD: Have __apply_microcode_amd() return bool (bsc#1234429). - x86/microcode/AMD: Return bool from find_blobs_in_containers() (bsc#1234429). - amdgpu/pm/legacy: fix suspend/resume issues (bsc#1234429). - efi: Don't map the entire mokvar table to determine its size (bsc#1234429). - riscv: cpufeature: use bitmap_equal() instead of memcmp() (bsc#1234429). - riscv: signal: fix signal_minsigstksz (bsc#1234429). - riscv: cacheinfo: Use of_property_present() for non-boolean properties (bsc#1234429). - riscv: signal: fix signal frame size (bsc#1234429). - riscv/futex: sign extend compare value in atomic cmpxchg (bsc#1234429). - rseq/selftests: Fix riscv rseq_offset_deref_addv inline asm (bsc#1234429). - scsi: ufs: core: bsg: Fix crash when arpmb command fails (bsc#1234429). - ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr (bsc#1234429). - dm vdo: add missing spin_lock_init (bsc#1234429). - dm-integrity: Avoid divide by zero in table status in Inline mode (bsc#1234429). - selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCP (bsc#1234429). - sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called without balance() (bsc#1234429). - sched/core: Prevent rescheduling when interrupts are disabled (bsc#1234429). - rcuref: Plug slowpath race in rcuref_put() (bsc#1234429). - vmlinux.lds: Ensure that const vars with relocations are mapped R/O (bsc#1234429). - selftests/landlock: Test that MPTCP actions are not restricted (bsc#1234429). - mptcp: reset when MPTCP opts are dropped after join (bsc#1234429). - mptcp: always handle address removal under msk socket lock (bsc#1234429). - intel_idle: Handle older CPUs, which stop the TSC in deeper C states, correctly (bsc#1234429). - iommu/vt-d: Fix suspicious RCU usage (bsc#1234429). - iommu/vt-d: Remove device comparison in context_setup_pass_through_cb (bsc#1234429). - phy: exynos5-usbdrd: gs101: ensure power is gated to SS phy in phy_exit() (bsc#1234429). - phy: exynos5-usbdrd: fix MPLL_MULTIPLIER and SSC_REFCLKSEL masks in refclk (bsc#1234429). - phy: tegra: xusb: reset VBUS & ID OVERRIDE (bsc#1234429). - net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs() (bsc#1234429). - net: enetc: correct the xdp_tx statistics (bsc#1234429). - net: enetc: update UDP checksum when updating originTimestamp field (bsc#1234429). - net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNC (bsc#1234429). - net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs() (bsc#1234429). - net: enetc: fix the off-by-one issue in enetc_map_tx_buffs() (bsc#1234429). - net: phy: qcom: qca807x fix condition for DAC_DSP_BIAS_CURRENT (bsc#1234429). - net: stmmac: dwmac-loongson: Add fix_soc_reset() callback (bsc#1234429). - usbnet: gl620a: fix endpoint checking in genelink_bind() (bsc#1234429). - i2c: ls2x: Fix frequency division register access (bsc#1234429). - i2c: npcm: disable interrupt enable bit before devm_request_irq (bsc#1234429). - block: Remove zone write plugs when handling native zone append writes (bsc#1234429). - arm64/mm: Fix Boot panic on Ampere Altra (bsc#1234429). - drm/amd/display: Fix HPD after gpu reset (bsc#1234429). - drm/amd/display: add a quirk to enable eDP0 on DP1 (bsc#1234429). - drm/amd/display: Disable PSR-SU on eDP panels (bsc#1234429). - drm/amdgpu: init return value in amdgpu_ttm_clear_buffer (bsc#1234429). - drm/amdgpu: disable BAR resize on Dell G5 SE (bsc#1234429). - drm/amdkfd: Preserve cp_hqd_pq_control on update_mqd (bsc#1234429). - drm/xe/userptr: fix EFAULT handling (bsc#1234429). - drm/xe/userptr: restore invalidation list on error (bsc#1234429). - drm/xe/regs: remove a duplicate definition for RING_CTL_SIZE(size) (bsc#1234429). - perf/core: Fix low freq setting via IOC_PERIOD (bsc#1234429). - perf/x86: Fix low freqency setting issue (bsc#1234429). - perf/core: Add RCU read lock protection to perf_iterate_ctx() (bsc#1234429). - KVM: arm64: Ensure a VMID is allocated before programming VTTBR_EL2 (bsc#1234429). - ALSA: hda/realtek: Fix microphone regression on ASUS N705UD (bsc#1234429). - ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2 (bsc#1234429). - ftrace: Avoid potential division by zero in function_stat_show() (bsc#1234429). - tracing: Fix bad hist from corrupting named_triggers list (bsc#1234429). - riscv: KVM: Fix SBI TIME error generation (bsc#1234429). - riscv: KVM: Fix SBI IPI error generation (bsc#1234429). - riscv: KVM: Fix hart suspend_type use (bsc#1234429). - riscv: KVM: Fix hart suspend status check (bsc#1234429). - phy: rockchip: naneng-combphy: compatible reset with old DT (bsc#1234429). - phy: rockchip: fix Kconfig dependency more (bsc#1234429). - x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systems (bsc#1234429). - objtool: Fix C jump table annotations for Clang (bsc#1234429). - objtool: Remove annotate_{,un}reachable() (bsc#1234429). - unreachable: Unify (bsc#1234429). - io_uring/net: save msg_control for compat (bsc#1234429). - thermal: gov_power_allocator: Update total_weight on bind and cdev updates (bsc#1234429). - thermal: core: Move lists of thermal instances to trip descriptors (bsc#1234429). - thermal/of: Fix cdev lookup in thermal_of_should_bind() (bsc#1234429). - thermal: of: Simplify thermal_of_should_bind with scoped for each OF child (bsc#1234429). - uprobes: Reject the shared zeropage in uprobe_write_opcode() (bsc#1234429). - perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list (bsc#1234429). - thermal: gov_power_allocator: Fix incorrect calculation in divvy_up_power() (bsc#1234429). - net: ti: icss-iep: Reject perout generation request (bsc#1234429). - idpf: fix checksums set in idpf_rx_rsc() (bsc#1234429). - selftests: drv-net: Check if combined-count exists (bsc#1234429). - net: ipv6: fix dst ref loop on input in rpl lwt (bsc#1234429). - net: ipv6: fix dst ref loop on input in seg6 lwt (bsc#1234429). - net/mlx5: IRQ, Fix null string in debug print (bsc#1234429). - net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination (bsc#1234429). - net: Clear old fragment checksum value in napi_reuse_skb (bsc#1234429). - tcp: Defer ts_recent changes until req is owned (bsc#1234429). - ice: Avoid setting default Rx VSI twice in switchdev setup (bsc#1234429). - ice: Fix deinitializing VF in error path (bsc#1234429). - ice: add E830 HW VF mailbox message limit support (bsc#1234429). - tcp: devmem: don't write truncated dmabuf CMSGs to userspace (bsc#1234429). - net: ethernet: ti: am65-cpsw: select PAGE_POOL (bsc#1234429). - ALSA: hda/realtek: Fix wrong mic setup for ASUS VivoBook 15 (bsc#1234429). - ASoC: cs35l56: Prevent races when soft-resetting using SPI control (bsc#1234429). - firmware: cs_dsp: Remove async regmap writes (bsc#1234429). - drm/xe/oa: Allow oa_exponent value of 0 (bsc#1234429). - drm/xe/oa: Allow only certain property changes from config (bsc#1234429). - drm/xe/oa: Add syncs support to OA config ioctl (bsc#1234429). - drm/xe/oa: Move functions up so they can be reused for config ioctl (bsc#1234429). - drm/xe/oa: Signal output fences (bsc#1234429). - ipvs: Always clear ipvs_property flag in skb_scrub_packet() (bsc#1234429). - ASoC: fsl: Rename stream name of SAI DAI driver (bsc#1234429). - ASoC: es8328: fix route from DAC to output (bsc#1234429). - net: dsa: rtl8366rb: Fix compilation problem (bsc#1234429). - net: cadence: macb: Synchronize stats calculations (bsc#1234429). - ipvlan: ensure network headers are in skb linear part (bsc#1234429). - ipvlan: Prepare ipvlan_process_v4_outbound() to future .flowi4_tos conversion (bsc#1234429). - ipv4: Convert ip_route_input() to dscp_t (bsc#1234429). - ipv4: Convert icmp_route_lookup() to dscp_t (bsc#1234429). - net: set the minimum for net_hotdata.netdev_budget_usecs (bsc#1234429). - net: loopback: Avoid sending IP packets without an Ethernet header (bsc#1234429). - afs: Give an afs_server object a ref on the afs_cell object it points to (bsc#1234429). - afs: Fix the server_list to unuse a displaced server rather than putting it (bsc#1234429). - rxrpc: rxperf: Fix missing decoding of terminal magic cookie (bsc#1234429). - Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response (bsc#1234429). - ALSA: usb-audio: Avoid dropping MIDI events at closing multiple ports (bsc#1234429). - sunrpc: suppress warnings for unused procfs functions (bsc#1234429). - RDMA/bnxt_re: Fix the page details for the srq created by kernel consumers (bsc#1234429). - RDMA/mlx5: Fix bind QP error cleanup flow (bsc#1234429). - scsi: ufs: core: Set default runtime/system PM levels before ufshcd_hba_init() (bsc#1234429). - scsi: core: Clear driver private data when retrying request (bsc#1234429). - RDMA/mlx5: Fix AH static rate parsing (bsc#1234429). - RDMA/mlx5: Fix implicit ODP hang on parent deregistration (bsc#1234429). - SUNRPC: Handle -ETIMEDOUT return from tlshd (bsc#1234429). - NFSv4: Fix a deadlock when recovering state on a sillyrenamed file (bsc#1234429). - SUNRPC: Prevent looping due to rpc_signal_task() races (bsc#1234429). - NFS: Adjust delegated timestamps for O_DIRECT reads and writes (bsc#1234429). - NFS: O_DIRECT writes must check and adjust the file length (bsc#1234429). - ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up (bsc#1234429). - scsi: ufs: core: Fix ufshcd_is_ufs_dev_busy() and ufshcd_eh_timed_out() (bsc#1234429). - landlock: Fix non-TCP sockets restriction (bsc#1234429). - RDMA/bnxt_re: Fix the statistics for Gen P7 VF (bsc#1234429). - RDMA/bnxt_re: Allocate dev_attr information dynamically (bsc#1234429). - RDMA/bnxt_re: Add sanity checks on rdev validity (bsc#1234429). - RDMA/bnxt_re: Cache MSIx info to a local structure (bsc#1234429). - RDMA/bnxt_re: Refactor NQ allocation (bsc#1234429). - RDMA/bnxt_re: Fail probe early when not enough MSI-x vectors are reserved (bsc#1234429). - RDMA/hns: Fix mbox timing out by adding retry mechanism (bsc#1234429). - RDMA/mana_ib: Allocate PAGE aligned doorbell index (bsc#1234429). - RDMA/mlx5: Fix a WARN during dereg_mr for DM type (bsc#1234429). - RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with error (bsc#1234429). - IB/mlx5: Set and get correct qp_num for a DCT QP (bsc#1234429). - RDMA/mlx5: Fix the recovery flow of the UMR QP (bsc#1234429). - commit 98d940e ++++ kernel-obs-build: - packaging: Patch Makefile to pre-select gcc version (jsc#PED-12251). When compiler different from the one which was used to configure the kernel is used to build modules a warning is issued and the build continues. This could be turned into an error but that would be too restrictive. The generated kernel-devel makefile could set the compiler but then the main Makefile as to be patched to assign CC with ?= This causes run_oldconfig failure on SUSE-2024 and kbuild config check failure on SUSE-2025. This cannot be hardcoded to one version in a regular patch because the value is expected to be configurable at mkspec time. Patch the Makefile after aplyin patches in rpm prep step instead. A check is added to verify that the sed command did indeed apply the change. - commit 6031391 - initcall_blacklist: Does not allow kernel_lockdown be blacklisted (bsc#1237521). - commit f1a7474 - initcall_blacklist: Does not allow kernel_lockdown be blacklisted (bsc#1237521). - commit f67efc2 ++++ kernel-obs-qa: - packaging: Patch Makefile to pre-select gcc version (jsc#PED-12251). When compiler different from the one which was used to configure the kernel is used to build modules a warning is issued and the build continues. This could be turned into an error but that would be too restrictive. The generated kernel-devel makefile could set the compiler but then the main Makefile as to be patched to assign CC with ?= This causes run_oldconfig failure on SUSE-2024 and kbuild config check failure on SUSE-2025. This cannot be hardcoded to one version in a regular patch because the value is expected to be configurable at mkspec time. Patch the Makefile after aplyin patches in rpm prep step instead. A check is added to verify that the sed command did indeed apply the change. - commit 6031391 - initcall_blacklist: Does not allow kernel_lockdown be blacklisted (bsc#1237521). - commit f1a7474 - initcall_blacklist: Does not allow kernel_lockdown be blacklisted (bsc#1237521). - commit f67efc2 ++++ kernel-syms: - packaging: Patch Makefile to pre-select gcc version (jsc#PED-12251). When compiler different from the one which was used to configure the kernel is used to build modules a warning is issued and the build continues. This could be turned into an error but that would be too restrictive. The generated kernel-devel makefile could set the compiler but then the main Makefile as to be patched to assign CC with ?= This causes run_oldconfig failure on SUSE-2024 and kbuild config check failure on SUSE-2025. This cannot be hardcoded to one version in a regular patch because the value is expected to be configurable at mkspec time. Patch the Makefile after aplyin patches in rpm prep step instead. A check is added to verify that the sed command did indeed apply the change. - commit 6031391 - initcall_blacklist: Does not allow kernel_lockdown be blacklisted (bsc#1237521). - commit f1a7474 - initcall_blacklist: Does not allow kernel_lockdown be blacklisted (bsc#1237521). - commit f67efc2 ++++ kernel-syms-longterm: - Update config files for 6.12.18. - commit 4685a21 - Linux 6.12.18 (bsc#1234429). - thermal: gov_power_allocator: Add missing NULL pointer check (bsc#1234429). - x86/microcode/AMD: Load only SHA256-checksummed patches (bsc#1234429). - x86/microcode/AMD: Add get_patch_level() (bsc#1234429). - x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declaration (bsc#1234429). - x86/microcode/AMD: Merge early_apply_microcode() into its single callsite (bsc#1234429). - x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarations (bsc#1234429). - x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signature (bsc#1234429). - x86/microcode/AMD: Have __apply_microcode_amd() return bool (bsc#1234429). - x86/microcode/AMD: Return bool from find_blobs_in_containers() (bsc#1234429). - amdgpu/pm/legacy: fix suspend/resume issues (bsc#1234429). - efi: Don't map the entire mokvar table to determine its size (bsc#1234429). - riscv: cpufeature: use bitmap_equal() instead of memcmp() (bsc#1234429). - riscv: signal: fix signal_minsigstksz (bsc#1234429). - riscv: cacheinfo: Use of_property_present() for non-boolean properties (bsc#1234429). - riscv: signal: fix signal frame size (bsc#1234429). - riscv/futex: sign extend compare value in atomic cmpxchg (bsc#1234429). - rseq/selftests: Fix riscv rseq_offset_deref_addv inline asm (bsc#1234429). - scsi: ufs: core: bsg: Fix crash when arpmb command fails (bsc#1234429). - ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr (bsc#1234429). - dm vdo: add missing spin_lock_init (bsc#1234429). - dm-integrity: Avoid divide by zero in table status in Inline mode (bsc#1234429). - selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCP (bsc#1234429). - sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called without balance() (bsc#1234429). - sched/core: Prevent rescheduling when interrupts are disabled (bsc#1234429). - rcuref: Plug slowpath race in rcuref_put() (bsc#1234429). - vmlinux.lds: Ensure that const vars with relocations are mapped R/O (bsc#1234429). - selftests/landlock: Test that MPTCP actions are not restricted (bsc#1234429). - mptcp: reset when MPTCP opts are dropped after join (bsc#1234429). - mptcp: always handle address removal under msk socket lock (bsc#1234429). - intel_idle: Handle older CPUs, which stop the TSC in deeper C states, correctly (bsc#1234429). - iommu/vt-d: Fix suspicious RCU usage (bsc#1234429). - iommu/vt-d: Remove device comparison in context_setup_pass_through_cb (bsc#1234429). - phy: exynos5-usbdrd: gs101: ensure power is gated to SS phy in phy_exit() (bsc#1234429). - phy: exynos5-usbdrd: fix MPLL_MULTIPLIER and SSC_REFCLKSEL masks in refclk (bsc#1234429). - phy: tegra: xusb: reset VBUS & ID OVERRIDE (bsc#1234429). - net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs() (bsc#1234429). - net: enetc: correct the xdp_tx statistics (bsc#1234429). - net: enetc: update UDP checksum when updating originTimestamp field (bsc#1234429). - net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNC (bsc#1234429). - net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs() (bsc#1234429). - net: enetc: fix the off-by-one issue in enetc_map_tx_buffs() (bsc#1234429). - net: phy: qcom: qca807x fix condition for DAC_DSP_BIAS_CURRENT (bsc#1234429). - net: stmmac: dwmac-loongson: Add fix_soc_reset() callback (bsc#1234429). - usbnet: gl620a: fix endpoint checking in genelink_bind() (bsc#1234429). - i2c: ls2x: Fix frequency division register access (bsc#1234429). - i2c: npcm: disable interrupt enable bit before devm_request_irq (bsc#1234429). - block: Remove zone write plugs when handling native zone append writes (bsc#1234429). - arm64/mm: Fix Boot panic on Ampere Altra (bsc#1234429). - drm/amd/display: Fix HPD after gpu reset (bsc#1234429). - drm/amd/display: add a quirk to enable eDP0 on DP1 (bsc#1234429). - drm/amd/display: Disable PSR-SU on eDP panels (bsc#1234429). - drm/amdgpu: init return value in amdgpu_ttm_clear_buffer (bsc#1234429). - drm/amdgpu: disable BAR resize on Dell G5 SE (bsc#1234429). - drm/amdkfd: Preserve cp_hqd_pq_control on update_mqd (bsc#1234429). - drm/xe/userptr: fix EFAULT handling (bsc#1234429). - drm/xe/userptr: restore invalidation list on error (bsc#1234429). - drm/xe/regs: remove a duplicate definition for RING_CTL_SIZE(size) (bsc#1234429). - perf/core: Fix low freq setting via IOC_PERIOD (bsc#1234429). - perf/x86: Fix low freqency setting issue (bsc#1234429). - perf/core: Add RCU read lock protection to perf_iterate_ctx() (bsc#1234429). - KVM: arm64: Ensure a VMID is allocated before programming VTTBR_EL2 (bsc#1234429). - ALSA: hda/realtek: Fix microphone regression on ASUS N705UD (bsc#1234429). - ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2 (bsc#1234429). - ftrace: Avoid potential division by zero in function_stat_show() (bsc#1234429). - tracing: Fix bad hist from corrupting named_triggers list (bsc#1234429). - riscv: KVM: Fix SBI TIME error generation (bsc#1234429). - riscv: KVM: Fix SBI IPI error generation (bsc#1234429). - riscv: KVM: Fix hart suspend_type use (bsc#1234429). - riscv: KVM: Fix hart suspend status check (bsc#1234429). - phy: rockchip: naneng-combphy: compatible reset with old DT (bsc#1234429). - phy: rockchip: fix Kconfig dependency more (bsc#1234429). - x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systems (bsc#1234429). - objtool: Fix C jump table annotations for Clang (bsc#1234429). - objtool: Remove annotate_{,un}reachable() (bsc#1234429). - unreachable: Unify (bsc#1234429). - io_uring/net: save msg_control for compat (bsc#1234429). - thermal: gov_power_allocator: Update total_weight on bind and cdev updates (bsc#1234429). - thermal: core: Move lists of thermal instances to trip descriptors (bsc#1234429). - thermal/of: Fix cdev lookup in thermal_of_should_bind() (bsc#1234429). - thermal: of: Simplify thermal_of_should_bind with scoped for each OF child (bsc#1234429). - uprobes: Reject the shared zeropage in uprobe_write_opcode() (bsc#1234429). - perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list (bsc#1234429). - thermal: gov_power_allocator: Fix incorrect calculation in divvy_up_power() (bsc#1234429). - net: ti: icss-iep: Reject perout generation request (bsc#1234429). - idpf: fix checksums set in idpf_rx_rsc() (bsc#1234429). - selftests: drv-net: Check if combined-count exists (bsc#1234429). - net: ipv6: fix dst ref loop on input in rpl lwt (bsc#1234429). - net: ipv6: fix dst ref loop on input in seg6 lwt (bsc#1234429). - net/mlx5: IRQ, Fix null string in debug print (bsc#1234429). - net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination (bsc#1234429). - net: Clear old fragment checksum value in napi_reuse_skb (bsc#1234429). - tcp: Defer ts_recent changes until req is owned (bsc#1234429). - ice: Avoid setting default Rx VSI twice in switchdev setup (bsc#1234429). - ice: Fix deinitializing VF in error path (bsc#1234429). - ice: add E830 HW VF mailbox message limit support (bsc#1234429). - tcp: devmem: don't write truncated dmabuf CMSGs to userspace (bsc#1234429). - net: ethernet: ti: am65-cpsw: select PAGE_POOL (bsc#1234429). - ALSA: hda/realtek: Fix wrong mic setup for ASUS VivoBook 15 (bsc#1234429). - ASoC: cs35l56: Prevent races when soft-resetting using SPI control (bsc#1234429). - firmware: cs_dsp: Remove async regmap writes (bsc#1234429). - drm/xe/oa: Allow oa_exponent value of 0 (bsc#1234429). - drm/xe/oa: Allow only certain property changes from config (bsc#1234429). - drm/xe/oa: Add syncs support to OA config ioctl (bsc#1234429). - drm/xe/oa: Move functions up so they can be reused for config ioctl (bsc#1234429). - drm/xe/oa: Signal output fences (bsc#1234429). - ipvs: Always clear ipvs_property flag in skb_scrub_packet() (bsc#1234429). - ASoC: fsl: Rename stream name of SAI DAI driver (bsc#1234429). - ASoC: es8328: fix route from DAC to output (bsc#1234429). - net: dsa: rtl8366rb: Fix compilation problem (bsc#1234429). - net: cadence: macb: Synchronize stats calculations (bsc#1234429). - ipvlan: ensure network headers are in skb linear part (bsc#1234429). - ipvlan: Prepare ipvlan_process_v4_outbound() to future .flowi4_tos conversion (bsc#1234429). - ipv4: Convert ip_route_input() to dscp_t (bsc#1234429). - ipv4: Convert icmp_route_lookup() to dscp_t (bsc#1234429). - net: set the minimum for net_hotdata.netdev_budget_usecs (bsc#1234429). - net: loopback: Avoid sending IP packets without an Ethernet header (bsc#1234429). - afs: Give an afs_server object a ref on the afs_cell object it points to (bsc#1234429). - afs: Fix the server_list to unuse a displaced server rather than putting it (bsc#1234429). - rxrpc: rxperf: Fix missing decoding of terminal magic cookie (bsc#1234429). - Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response (bsc#1234429). - ALSA: usb-audio: Avoid dropping MIDI events at closing multiple ports (bsc#1234429). - sunrpc: suppress warnings for unused procfs functions (bsc#1234429). - RDMA/bnxt_re: Fix the page details for the srq created by kernel consumers (bsc#1234429). - RDMA/mlx5: Fix bind QP error cleanup flow (bsc#1234429). - scsi: ufs: core: Set default runtime/system PM levels before ufshcd_hba_init() (bsc#1234429). - scsi: core: Clear driver private data when retrying request (bsc#1234429). - RDMA/mlx5: Fix AH static rate parsing (bsc#1234429). - RDMA/mlx5: Fix implicit ODP hang on parent deregistration (bsc#1234429). - SUNRPC: Handle -ETIMEDOUT return from tlshd (bsc#1234429). - NFSv4: Fix a deadlock when recovering state on a sillyrenamed file (bsc#1234429). - SUNRPC: Prevent looping due to rpc_signal_task() races (bsc#1234429). - NFS: Adjust delegated timestamps for O_DIRECT reads and writes (bsc#1234429). - NFS: O_DIRECT writes must check and adjust the file length (bsc#1234429). - ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up (bsc#1234429). - scsi: ufs: core: Fix ufshcd_is_ufs_dev_busy() and ufshcd_eh_timed_out() (bsc#1234429). - landlock: Fix non-TCP sockets restriction (bsc#1234429). - RDMA/bnxt_re: Fix the statistics for Gen P7 VF (bsc#1234429). - RDMA/bnxt_re: Allocate dev_attr information dynamically (bsc#1234429). - RDMA/bnxt_re: Add sanity checks on rdev validity (bsc#1234429). - RDMA/bnxt_re: Cache MSIx info to a local structure (bsc#1234429). - RDMA/bnxt_re: Refactor NQ allocation (bsc#1234429). - RDMA/bnxt_re: Fail probe early when not enough MSI-x vectors are reserved (bsc#1234429). - RDMA/hns: Fix mbox timing out by adding retry mechanism (bsc#1234429). - RDMA/mana_ib: Allocate PAGE aligned doorbell index (bsc#1234429). - RDMA/mlx5: Fix a WARN during dereg_mr for DM type (bsc#1234429). - RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with error (bsc#1234429). - IB/mlx5: Set and get correct qp_num for a DCT QP (bsc#1234429). - RDMA/mlx5: Fix the recovery flow of the UMR QP (bsc#1234429). - commit 98d940e ++++ kernel-vanilla: - packaging: Patch Makefile to pre-select gcc version (jsc#PED-12251). When compiler different from the one which was used to configure the kernel is used to build modules a warning is issued and the build continues. This could be turned into an error but that would be too restrictive. The generated kernel-devel makefile could set the compiler but then the main Makefile as to be patched to assign CC with ?= This causes run_oldconfig failure on SUSE-2024 and kbuild config check failure on SUSE-2025. This cannot be hardcoded to one version in a regular patch because the value is expected to be configurable at mkspec time. Patch the Makefile after aplyin patches in rpm prep step instead. A check is added to verify that the sed command did indeed apply the change. - commit 6031391 - initcall_blacklist: Does not allow kernel_lockdown be blacklisted (bsc#1237521). - commit f1a7474 - initcall_blacklist: Does not allow kernel_lockdown be blacklisted (bsc#1237521). - commit f67efc2 ++++ keylightd: - add suse's boilerplate - wrap description at 70 cols - use more macros in spec file - Initial release version 1+git20240806.b7b17e3: * listen to keyboard and touchpad input, and turn on the keyboard backlight while either is being used ++++ kicad: - Fix build after wxWidgets package broke its ABI. Unfortunately, the SOVERSION was not changed, so users may still end up with incompatible wxWidgets libraries. See boo#1239101. ++++ kora-icon-theme: - Update to version 1.6.4, which contains fixes and new icons. ++++ libHX: - Update to release 4.25 * New headers endian.h and scope.hpp * New define HXSIZEOF_UNITSEC64 for the maximum output size of HX_unit_seconds ++++ libclc: - buildrequire LLVMSPIRVLib also on SLE15 ++++ libfishsound: - update to 1.0.1: * build fixes and improved handling of optional features - drop libfishsound-gcc14-fix.patch, included - package documentation and other spec cleanups ++++ luajit: - Enable lua 5.2 compatibility (Needed for build aegisubs) ++++ lvm2: - Fixes the lvm2-testsuite case fsadm-btrfs.sh (bsc#1238857) * Update SUSE special patch + fate-31841-03_tests-new-test-suite-of-fsadm-for-btrfs.patch ++++ med-tools: - Update to 5.0.0: * No upstream release notes. - Rebase patches: * Fix-no_return_in_nonvoid_function.patch - Remove obsolete patches: * hdf5-1.12.patch - Add patches: * 0001-Fix-AppendOutput-signature-for-Swig-4.3.patch ++++ netpbm: - added patches fix build with gcc15 + netpbm-gcc15.patch ++++ liboggplay: - initial version - update to 1.1.3: * add VP8 and Opus support, developer visible changes - drop liboggz-1.1.1-docdir.patch, included ++++ occt: - Fix build with current freetype, add fix_freetype_tag_type.patch ++++ openjph: - Update to 0.21.2: * CMake: polish export config #182 * This fixes a bug that results in coding all-zero codeblocks #183 ++++ opentimelineio: - Init opentimelineio - Add patches: * 0001-Use-system-rapidjson.patch * 0002-CMake-fixes.patch ++++ rocksdb: - update to 9.11.1: * Add the ability to plug-in a custom table reader implementation * Allow users to implement cancellation of running remote compactions from the primary instance * Experimental feature: secondary indices * New option track_and_verify_wals to track and verify various information about WAL during WAL recovery * API changes, the DB::DeleteFile API is deprecated ++++ rpm: - update to rpm-4.20.1 * add support for fully locked user accounts in sysusers.d * fix unmodified %config files being removed in case of an unpack failure * fix lua deprecation warnings being shown packages built with old rpm versions * ignore all files in macro directories that do not end with an alphanumeric character - refreshed patches: * rpmqpack.diff * unshare.diff * rpm2archive.diff - dropped patches: * debugpackage.diff * nextfiles.diff * buildsys.diff ++++ libselinux: - Update to version 3.8.1 https://github.com/SELinuxProject/selinux/releases/tag/3.8.1 * no source change ++++ libsemanage: - Update to version 3.8.1 https://github.com/SELinuxProject/selinux/releases/tag/3.8.1 * libsemanage: improved performance of semanage store rebuild ++++ libsepol: - Update to version 3.8.1 https://github.com/SELinuxProject/selinux/releases/tag/3.8.1 * no source change ++++ linkerd-cli-edge: - Update to version 25.3.1: no CLI-related changes in the changelog (other than dependencies) ++++ lvm2-lvmlockd: - Fixes the lvm2-testsuite case fsadm-btrfs.sh (bsc#1238857) * Update SUSE special patch + fate-31841-03_tests-new-test-suite-of-fsadm-for-btrfs.patch ++++ mcstrans: - Update to version 3.8.1 https://github.com/SELinuxProject/selinux/releases/tag/3.8.1 * no source change ++++ obs-service-cargo: - Update to version 5.0.0: * Update MSRV to 1.85 and Rust edition to 2024 * Update Cargo.lock * revert: trying to patch gix-worktree-state * refactor code for Rust edition 2024 ++++ openQA: - Update to version 5.1741336382.92b047c6: * Replace eval with try/catch wherever applicable * Consider `t/ui/01-list.t` stable again after 0b4f441 * Bump acorn from 8.14.0 to 8.14.1 * Use more signatures in OpenQA::WebAPI::Plugin::AMQP * Simplify OpenQA::WebAPI::Controller::Test * Improve path handling for needles and OPENQA_BASEDIR * Fix unstable UI test of result filter * Use more signatures in WebAPI::Controller::Test * Remove unused method in OpenQA::WebAPI::Controller::Test * ci: Reduce timeout for wait_for_result_panel * Apply mitigation for failing circleci with more retry attempts ++++ openSUSE-release-tools: - Update to version 20250307.18b43a2: * skippkg-finder: it has the capability to manage NonFree packageset ++++ oxygen6: - Remove conflict on plasma-framework again, got re-added by accident (boo#1231615) ++++ patterns-devel-base: - Adapt patterns for SLES 16. ++++ pcr-oracle: - Add fix-bsc1230316-predict-sbatlevelrt-sb-off.patch to fix the prediction of SbatLevelRT when Secure Boot is disabled (bsc#1230316) - Add fix-bsc1230316-make-pcr4-hard-requirement.patch to make PCR4 a hard requirement for SbatLevelRT prediction (bsc#1230316) ++++ perl: - update to 5.40.1 * fix strftime sometimes crashing if a non-string was used as argument * some functions in the builtin:: package would crash when used after a tail call * fix utf8n_to_uvchr sometimes failing to correctly identify certain invalid UTF-8 sequences as invalid. ++++ plexus-sec-dispatcher: - The injection is happening using javax.inject.Named index and not by plexus metadata ++++ pnpm: - update to 10.6.1: * Patch Changes - The pnpm CLI process should not stay hanging, when --silent reporting is used. - When --loglevel is set to error, don't show installation summary, execution time, and big tarball download progress. - Don't ignore pnpm.patchedDependencies from package.json [#9226]. - When executing the approve-builds command, if package.json contains onlyBuiltDependencies or ignoredBuiltDependencies, the selected dependency package will continue to be written into package.json. - When a package version cannot be found in the package metadata, print the registry from which the package was fetched. ++++ policycoreutils: - Update to version 3.8.1 https://github.com/SELinuxProject/selinux/releases/tag/3.8.1 * no source change ++++ python-azure-mgmt-applicationinsights: - New upstream release + Version 4.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 - 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-rpm: - update to rpm-4.20.1 ++++ libselinux-bindings: - Update to version 3.8.1 https://github.com/SELinuxProject/selinux/releases/tag/3.8.1 * no source change ++++ python-semanage: - Update to version 3.8.1 https://github.com/SELinuxProject/selinux/releases/tag/3.8.1 * libsemanage: improved performance of semanage store rebuild ++++ python-ytmusicapi: - Update to 1.10.2 * Fix docs build * cache visitor ID on first use * fix #743: get_album() now returns None for 'audioPlaylistId' ++++ racket: - Refresh patch: * racket-doc.patch - Update to 8.16. Changes down below: * Racket has expanded support for immutable and mutable treelists: - A variety of new treelist utility functions are available: treelist-filter, treelist-flatten, et cetera. - The mutable-treelist-prepend! function allows prepending to mutable treelists. - Mutable treelists are serializable. * The serialize-structs module allows the minimization of dependencies by providing only a handful of core forms. * The flbit-field function allows access to the binary representation of IEEE floating-point numbers. * The top-left search box in the documentation works once more. * The XML reader is 2-3x faster on inputs with long CDATA and * comments, and avoids some internal contract checks to obtain a 25% * speedup on large documents generally. * The pregexp syntax includes "\X" to match a grapheme cluster), * following Perl and PCRE. * The read-json* and write-json* functions allow customization of the Racket representation of JSON elements, eliminating the need for a separate "translation" pass. * Racket has new port I/O functions: - The open-input-nowhere function creates an empty input port. - The pipe-port? function makes it possible to determine whether a port is created by make-pipe. - The port-file-stat function allows gathering information about the file that is the source or target of a file-stream port. * A revised representation of pointers improves the performance of foreign function calls. As a result, ptr-ref and ptr-set! are substantially faster. * In anticipation of the fifteenth RacketCon, the fifteenth function returns the fifteenth element of a list. * Racket has an improved multi-line convention for error messages. * The db library allows prepare on virtual statements. * The student-t distribution is part of the math/distributions library. * Expeditor supports customizing the prompt, using the #:prompt keyword argument to call-with-expeditor. * There is a guide to adding internationalization for a new (human) language. * Optimizations to racket/profile improve asymptotic speed for very large call graphs. * The #lang htdp/asl language incorporates Graphical Debugger support. * There is lots of new documentation, and many defects repaired! ++++ restorecond: - Update to version 3.8.1 https://github.com/SELinuxProject/selinux/releases/tag/3.8.1 * no source change ++++ rubygem-redcarpet: - Update to version 3.6.1 This release only migrates Markdown objects to the TypedData API, preventing deprecation warnings on newer versions of Ruby. ++++ rubygem-sorbet-runtime: - Add LICENSE to pass the SLFO license checks * LICENSE.patch ++++ schismtracker: - Update to release 20250307 * Fix a crash under Linux, if the JACK libraries were loaded but the server is not started, or the server dies while Schism is running. * Optimize sample drawing routines to be less CPU intensive with particularly large samples. ++++ scx: - remove fix-aarch64.patch: fixed upstream - Update to version 1.0.10: * scxtop: adding one perf event type L1-dcache-load-misses. * scx_p2dq: Add scx_p2dq scheduler * scxtop: track sched_waking events * scx_p2dq: Fix vtime handling and cleanup * scx_layered: making unexpected gpu error smoother. * scx_layered: Remove CPU shuffling when idle CPU is not found in layered_select_cpu() * scx_layered: enable creating scx appimage * scx_wd40: Introduce wd40 scheduler * scxtop: make q exit help if in help instead of quitting * scxtop: track number of dropped events and render it * scx_p2dq: Add perf boost to interactive tasks * scx_layered: Update enqueue path to use direct dispatch into foreign local DSQs * scxtop: Add softirq events * scx_layered: Fix pick_idle_cpu() sometimes returning a disallowed CPU * scx_lavd: Avoid scx_bpf_kick_cpu(SCX_KICK_PREEMPT) for self-preemption * scx_p2dq: Update load balancing * scx_wd40: add cpumask library * scx_layered: Enable queued wakeup optimization * scx_loader: Add p2dq scheduler * scx_lavd: Fix the performance regression in recent changes. * scxtop: propose to give the ability to focus on one process. * scx: Don't panic on missing enums in C schedulers * scx_p2dq: Fix verifier issue on big/little topology * scx_p2dq: Add autoslice tuning * scxtop: add experimental_long_tail_tracing * scx_p2dq: Update pick2 migration logic * scx_bpfland: disable auto local dispatch for migration-disabled tasks * scxtop: Add IPI events * scxtop: __bpf_ringbuf_reserve() failure set to ENOMEM instead. * scx_layered: add debug logging for gpu support and fix UsingGpu matcher * scx_p2dq: Add initial wake sync support * scxtop: Make tokio runtime options configurable * scx_layered: change sysinfo version to 0.30 * scx_utils: use clsuter_id to detect if big.LITTLE CPUs * scx_bpfland: avoid creating redundant cache domains * scx_layered: fix gpu matcher bugs * scxtop: Add localization on number formatting * scx_bpfland: reduce task migrations * sched_ext: Add NUMA-aware idle CPU helpers * scx_bpfland: Always re-enqueue tasks that are running on a busy SMT core * scxtop: Add config file * scx_utils: gpu topology adding nearest available devices. * scx_bpfland: Skip idle CPU selection when system is fully busy * scx_bpfland; use scx_bpf_now() consistently * scx_bpfland: fix non-SMT CPU busy state detection * scx_lavd: Use tracepoints for futex for reliable tracing * scx_lavd: Fix BPF verifier errors in old kernels. * scx_p2dq: Handle invalid load sum calculations * scxtop: Add keymap configuration * scxtop: add logging to file with panics * scxtop: clamp gauge ratio * scxtop: use smartstr with SSO for comms * scxtop: Add separate subcommand for TUI and shell completion * scx_layered: fix gpu matcher * scxtop: Set correct max on LLC sparkline view * scxtop: Add EventDispatchManager for handling events * scx_bpfland: NUMA-aware scheduling * scxtop: Fix max sparkline value across NUMA nodes * scx_layered: add stats tracking when antistall is ran * layered: update documentation for recently added options * scx_utils: using TopologyLevel::Internal nearest gpu discovery mode. * scxtop: adding gpu_mem_total tracepoint. * scxtop: adding cpu hotplug (enter) event tracepoint. * scxtop: Conditionally attach GPU probes * scx_flash: drop user lock priority boosting * scx_bpfland: fix cache domain detection * scxtop: Filter sched_switch events less aggressively * scxtop: Allow attaching hardware specific perf events * scxtop: stop traces with bpf timer * scxtop: always send bpf event to terminate trace * scx_layered: expand kprobes used for gpu support * scxtop: Add trace command * scx_utils, scx_lavd: Enable futex holder boosting conditionally. * scx_bpfland: Fix is_wake_sync() * scx_utils: Fix kernels without CONFIG_DEBUG_FS * scxtop: making few kernel probes conditional. * scheds: Introduce scx_tickless * scx_layered: Improve kthread handling * scx_layered: Implement IsKthread match ++++ sdbootutil: - Update to version 1+git20250307.d46fcde: * Add fallback logic when generatic predictions * Don't use sdbootutil-pin when reading vk * Drop parameters for generate_tpm2_predictions * Fix style * Fix --signed-policy parameter ++++ selinux-policy: - Update to version 20250307: * allow systemd_pcrlock_t to manage dos directories (bsc#1233358) * Allow snapper to manage dos files and dontaudit execmem (bsc#1233358) * enabled filed name transitions for systemd_pcrlock (bsc#1233358) * Update kmscon policy module to kmscon version 9 (bsc#1238137) * Revert "Allow systemd-networkd to rw memfd objects in tmpfs (bsc#1237515)" * Remove duplicate dev_rw_dma_dev(xdm_t) * Allow thumbnailer read and write the dma device * Allow named_filetrans_domain filetrans raid/mdadm named content * Allow afterburn to mount and read config drives * Allow mptcpd the net_admin capability * Allow systemd-networkd the sys_admin capability * Update systemd-networkd policy in systemd v257 * Separate insights-core from insights-client * Removed unused insights_client interfaces calls from other modules * Update policy for insights_client wrt new rules for insights_core_t * Add policy for insights-core * Allow systemd-networkd use its private tmpfs files * Allow boothd connect to systemd-machined over a unix socket * Update init_explicit_domain() interface * Allow tlp to read/write nmi_watchdog state information * Allow power-profiles-daemon the bpf capability * Allow svirt_t to connect to nbdkit over a unix stream socket * Update ktlshd policy to read /proc/keys and domain keyrings * Allow virt_domain read hardware state information unconditionally * Allow init mounton crypto sysctl files * Rename winbind_rpcd_* types to samba_dcerpcd_* * Support peer-to-peer migration of vms using ssh * Allow virtqemud use hostdev usb devices conditionally * Allow virtqemud map svirt_image_t plain files * Allow virtqemud work with nvdimm devices * Support saving and restoring a VM to/from a block device * Allow virtnwfilterd dbus chat with firewalld - Update embedded container-selinux version to commit: * c9b3eca0e1a878a1fe79408cb6c2e89b38b10829 ++++ setroubleshoot-plugins: - Fix license tag, it's GPL-3.0-or-later. ++++ skupper: - Update to version 2.0.0: * Changelog - Automate secret generation in network-observer chart - Relabeling podman containers to allow v1 and v2 to coexist - Add ensure-secret command to network observer - Added install/uninstall system commands - Site state serialized using flat structure (non-kube platforms) - Add ability to configure labels and annotations on created resources - Improved handing of conflict between multiple controllers - Add means of configuring site sizing - Cache the configured platform * Fixes - https://github.com/skupperproject/skupper/issues/1958 - https://github.com/skupperproject/skupper/issues/1897 - https://github.com/skupperproject/skupper/issues/1930 - https://github.com/skupperproject/skupper/issues/1979 - https://github.com/skupperproject/skupper/issues/1862 - https://github.com/skupperproject/skupper/issues/1956 - https://github.com/skupperproject/skupper/issues/1942 ++++ teleport: - update to 17.3.3: * Updated golang.org/x/net (addresses CVE-2025-22870). #52846 * Fix the issue with multiple Okta app links that is causing a high level of Okta API usage. #52841 ++++ terragrunt: - Update to version 0.75.3: * chore: Bumping Dependencies as requested by Dependabot (#3984) * Add support for all assume_role block arguments for s3 backend (#3975) * fix: Adjusting contribution docs (#3979) * feat: update contributing.md with dev containers entry (#3977) ++++ virt-bridge-setup: - use %make_install - use _service and fix url in spec file ++++ wrk: - Add reproducible.patch to create deterministic lua bytecode - use system luajit to have the 'd' (deterministic) option available ------------------------------------------------------------------ ------------------ 2025-3-6 - Mar 6 2025 ------------------- ------------------------------------------------------------------ ++++ AusweisApp: - New upstream release + Version 2.3.0 - Introduction of onboarding. - Visual adjustments and optimization of the graphical user interface. - macOS Monterey 12 is no longer supported. - iOS 14 and 15 are no longer supported. - The integrated simulator now performs the terminal authentication completely instead of accepting every input. - Update from Android NDK to r27c (27.2.12479018). - Update of Qt to version 6.8.1. - Update of OpenSSL to version 3.4.1. - Refresh 0001-use-legacy-openssl-api.patch ++++ LuminanceHDR: - Add clamp.patch - Add fix-boost-1.87.0.patch ++++ Mesa: - CXX needs to be set to an existing g++ compiler; otherwise you get meson.build:4:0: ERROR: Unknown compiler(s): [['c++'], ['g++'], ['clang++'], ['nvc++'], ['pgc++'], ['icpc'], ['icpx']] The following exception(s) were encountered: Running `c++ --version` gave "[Errno 2] No such file or directory: 'c++'" Running `g++ --version` gave "[Errno 2] No such file or directory: 'g++'" Running `clang++ --version` gave "[Errno 2] No such file or directory: 'clang++'" Running `nvc++ --version` gave "[Errno 2] No such file or directory: 'nvc++'" Running `pgc++ --version` gave "[Errno 2] No such file or directory: 'pgc++'" Running `icpc --version` gave "[Errno 2] No such file or directory: 'icpc'" Running `icpx --version` gave "[Errno 2] No such file or directory: 'icpx'" Since there is no 'g++' available I take 'g++-14', i.e. export CXX=g++-14 I don't care if gcc gets updated and Mesa fails then. I much more often need to update Mesa than we see a gcc update ... - fixed build for TW - Build with GCC 13 on Leap/SLES 15 (bsc#1238713) ++++ Mesa-drivers: - CXX needs to be set to an existing g++ compiler; otherwise you get meson.build:4:0: ERROR: Unknown compiler(s): [['c++'], ['g++'], ['clang++'], ['nvc++'], ['pgc++'], ['icpc'], ['icpx']] The following exception(s) were encountered: Running `c++ --version` gave "[Errno 2] No such file or directory: 'c++'" Running `g++ --version` gave "[Errno 2] No such file or directory: 'g++'" Running `clang++ --version` gave "[Errno 2] No such file or directory: 'clang++'" Running `nvc++ --version` gave "[Errno 2] No such file or directory: 'nvc++'" Running `pgc++ --version` gave "[Errno 2] No such file or directory: 'pgc++'" Running `icpc --version` gave "[Errno 2] No such file or directory: 'icpc'" Running `icpx --version` gave "[Errno 2] No such file or directory: 'icpx'" Since there is no 'g++' available I take 'g++-14', i.e. export CXX=g++-14 I don't care if gcc gets updated and Mesa fails then. I much more often need to update Mesa than we see a gcc update ... - fixed build for TW - Build with GCC 13 on Leap/SLES 15 (bsc#1238713) ++++ MozillaFirefox: - Mozilla Firefox 136.0 https://www.mozilla.org/en-US/firefox/136.0/releasenotes/ MFSA 2025-14 (bsc#1237683) * CVE-2025-1930 (bmo#1902309) AudioIPC StreamData could trigger a use-after-free in the Browser process * CVE-2025-1939 (bmo#1928334) Tapjacking in Android Custom Tabs using transition animations * CVE-2025-1931 (bmo#1944126) Use-after-free in WebTransportChild * CVE-2025-1932 (bmo#1944313) Inconsistent comparator in XSLT sorting led to out-of-bounds access * CVE-2025-1933 (bmo#1946004) JIT corruption of WASM i32 return values on 64-bit CPUs * CVE-2025-1940 (bmo#1908488) Android Intent confirmation prompt tapjacking using Select options * CVE-2024-9956 (bmo#1922357) Passkey phishing within Bluetooth range * CVE-2025-1934 (bmo#1942881) Unexpected GC during RegExp bailout processing * CVE-2025-1941 (bmo#1944665) Lock screen setting bypass in Firefox Focus for Android * CVE-2025-1942 (bmo#1947139) Disclosure of uninitialized memory when .toUpperCase() causes string to get longer * CVE-2025-1935 (bmo#1866661) Clickjacking the registerProtocolHandler info-bar * CVE-2025-1936 (bmo#1940027) Adding %00 and a fake extension to a jar: URL changed the interpretation of the contents * CVE-2025-1937 (bmo#1938471, bmo#1940716) Memory safety bugs fixed in Firefox 136, Thunderbird 136, Firefox ESR 115.21, Firefox ESR 128.8, and Thunderbird 128.8 * CVE-2025-1938 (bmo#1922889, bmo#1935004, bmo#1943586, bmo#1943912, bmo#1948111) Memory safety bugs fixed in Firefox 136, Thunderbird 136, Firefox ESR 128.8, and Thunderbird 128.8 * CVE-2025-1943 (bmo#1869650, bmo#1938451, bmo#1940326, bmo#1944052, bmo#1944063, bmo#1947281) Memory safety bugs fixed in Firefox 136 and Thunderbird 136 - requires * NSS 3.108 * rust 1.84 ++++ agama: - Extend agama download to support most of YaST-like URLs (device:, usb:, label:, cd:, dvd: and hd:) (gh#agama-project/agama#2118). ++++ agama-products: - Sync Leap 16.0 pattern selection with SLES 16.0 Skip SAP, add sudo-policy-wheel-auth-self to mandatory ++++ agama-web-ui: - Fix a language selector overflow issue in the product license dialog (gh#agama-project/agama#2105) ++++ amazon-ssm-agent: - Update to version 3.3.1957.0 * Fix TestDocumentWorkerCrash integration tests * Implement caching for platform data and refactor the code to use cached data if available * Replace Get-CimInstance commands with WMI alternatives for retrieving system info * Add configuration file and script to run the Argot static analyzer to check for dataflow and other security invariants * Updater to allow downgrade if current version is inactive * Allow Agent Updater to emit intermediate metrics during updates and add new Updater metrics * Agent setup cli verification to rely only on exit codes * Update SSM Agent public key to verify SSM-Setup-CLI binary signature * Update GPG keyring to verify SSM-Agent binary signature using SSM-Setup-CLI * Fix code branching within setupcli_data_integrity_linux.sh * Use powershell for simplified, updated and no prompt unzip in install.bat * Update build Golang version to 1.22.11 - from version 3.3.1802.0 * Fix TestDocumentWorkerCrash integration tests * Implement caching for platform data and refactor the code to use cached data if available * Replace Get-CimInstance commands with WMI alternatives for retrieving system info * Add configuration file and script to run the Argot static analyzer to check for dataflow and other security invariants * Updater to allow downgrade if current version is inactive * Allow Agent Updater to emit intermediate metrics during updates and add new Updater metrics * Agent setup cli verification to rely only on exit codes * Update SSM Agent public key to verify SSM-Setup-CLI binary signature * Update GPG keyring to verify SSM-Agent binary signature using SSM-Setup-CLI * Fix code branching within setupcli_data_integrity_linux.sh * Use powershell for simplified, updated and no prompt unzip in install.bat * Update build Golang version to 1.22.11 ++++ boost-base: - package mpi python cmake file once (gh#espressomd/espresso#5050) ++++ boost-extra: - package mpi python cmake file once (gh#espressomd/espresso#5050) ++++ budgie-extras: - Budgie Extras 1.9.0 "Stepping Stone" * Start porting applets to Wayland - In an attempt to keep packages during migration - store a README in currently unsupported applets ++++ budgie-desktop-branding: - Update to version 20250305.1: * Update TW background path again ++++ buildah: - Update to version 1.39.2: * [release-1.39] Bump to Buildah v1.39.2 * [release-1.39] tests/conformance/testdata/Dockerfile.add:... * [release-1.39] Bump c/image to v5.34.1, c/common v0.62.1 ++++ rust1.78: - Fix test failed. ++++ llvm15: - Add patches, to actually fix the build with Python 3.13: * libcxx-use-shlex-quote.patch * libcxx-remove-unused-imports.patch * lldb-support-python-3.13.patch * use-shlex-quote.patch ++++ cockpit-packages: - Update to version 2: * pkg: Release version 2 * pkg: Add copyright to spec file * misc: Updated README * pkg: Remove unused spec file * src: Add translation to Uninstall word * src: Show loading indicator while searching packages * src: Require superuser to view the page * src: Make search more responsive * src: Show "Reinstall" button on already installed pacakges * pkg: Add packages spec file ++++ cpupower: - Not also adopt the kernel version, but also the exact build release By that it is finally possible to find out on which exact (kernel) sources the cpupower tools are based on. D amd_do_not_show_amount_of_boost_states_if_zero.patch -> This was only needed for an old Dell test env, will not go mainline and can vanish now. ++++ criterion: - added patches fix build with gcc15 + criterion-gcc15.patch ++++ criu: - Drop unneeded Requires on python3-ipaddr. ++++ crmsh: - Update to version 5.0.0+20250306.0f77021d: * Fix: Makefile.am: uninstall-local and clean-local targets * Makefile.am: add uninstall-hook target to clean up data files ++++ delve: - Update to version 1.24.1: * *: v1.24.1 (#3931) * proc: expose breakpoint hitcounts in expressions (#3874) * proc: do not pin function call returns for toplevel call (#3925) * telemetry: add stack counter for internal errors (#3930) * service/test: handle wider registers in test (#3929) * dwarf,proc: various fixes to support DWARFv5 (#3893) * pkg/proc: support watchpoint on nil interface (#3924) * pkg/proc: add support for interface watchpoints (#3922) * proc/gdbserial: use rr version to determine style of qRRCmd (#3921) * logflags: replace logrus with log/slog (#3918) * *: remove uses of reflect.MethodByName from all of Delve (#3916) * CirrusCI: update FreeBSD version (#3917) * proc: some refactorings for supporting struct literals (#3909) * proc: better error message for breakpoints on stripped binaries (#3914) * TeamCity: remove riscv64 from configuration (#3912) * proc: allow access to thread registers after a function call (#3908) * *: add support for linux/loong64 to native backend (#3892) * service/dap: provide process events after launch (#3902) * pkg/terminal: support zed editor and allow args in DELVE_EDITOR (#3899) * proc: switch to goroutine stack if we make no progress on thread stack (#3898) * proc: remove irrelevant TODO comment (#3891) * pkg: refactor sort.Sort to slices.SortFunc (#3880) * delete redundancy code. (#3897) * pkg/proc/internal/ebpf: Fix uprobe address (#3894) * service/test: disable TestGuessSubstitutePath on TeamCity/linux/tip (#3890) * proc: remove leftover fmt.Printf (#3885) * fix check it.Err() != nil but return a nil value error err (#3886) - Packaging improvements: * Update to BuildRequires: golang(API) >= 1.21 matching go.mod ++++ descent3: - Update to snapshot 1.6.0~git533.c99e57c * Internal rewrite for SDL3 * Internal rewrite of HTTP client in Descent3 Online * New command line option ``-display`` ++++ digger-cli: - Update to version 0.6.87: * ensure link to workflow url always present (#1892) * Update fly-pro.toml ++++ dmd: - Update to version 2.110.0 * Copying from const(void)[] to void[] is disallowed with -preview=fixImmutableConv * Import expressions are now treated as hex strings * New trait isCOMClass to detect if a type is a COM class * bool values other than 0 or 1 are not @safe * dub.selections.json files are now looked up in parent directories too for details see https://dlang.org/changelog/2.110.0.html#bugfix-list ++++ python-kiwi: - distutils sysconfig is deprecated Move to sysconfig module ++++ dunst: - New upstream release 1.12.2 [#]## Added - Add `urgency`, `stack_tag` and `urls` to dunstctl history (#1425, #1426) - Add `--category` to dunstify (also change `-c` behaviour) (#1429) - Add dbus signals `NotificationHistoryRemoved`, `NotificationHistoryCleared` and `ConfigReloaded` (#1405, #1277) [#]## Changed - Allow to override build date with `SOURCE_DATE_EPOCH` (#1435) - Flush after printing id in dunstify [#]## Fixed - IMPORTANT: Resolve incompatibility between dunstify and libnotify-0.8.4 (#1443, #1445, #1449) - Fix mixup of `bool` and `gboolean` that caused problems in s390x (#1421, #1422) - Fix some printf warnings and int/gint/size_t mixed uses (#1424) - Fix the scaling of the progress bar gradient (#1447) - Actually reload old config files upon `dunstctl reload` (#1447) ++++ dyff: - Update to version 1.10.0: * Bump minimum Go version and `golang.org/x` deps * Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 * Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 * Bump golang.org/x/tools from 0.29.0 to 0.30.0 * Bump golang.org/x/net from 0.34.0 to 0.35.0 * Bump golang.org/x/text from 0.21.0 to 0.22.0 * Bump golang.org/x/sync from 0.10.0 to 0.11.0 * Bump golang.org/x/term from 0.28.0 to 0.29.0 * Add command-line flag to disable rename detection * Move rename logic into separate library * perf: Reuse destination indices in rename calculation * doc: Add attributions * feat: Detect k8s resource renames using git heuristics * impr: Better output for Kubernetes file-level changes * Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 * Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 * Bump github.com/gonvenience/ytbx from 1.4.5 to 1.4.6 * Bump github.com/gonvenience/ytbx from 1.4.4 to 1.4.5 * Bump github.com/gonvenience/text from 1.0.7 to 1.0.8 * Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.2 * Bump github.com/gonvenience/wrap from 1.2.0 to 1.2.1 * Bump github.com/gonvenience/neat from 1.3.13 to 1.3.15 * Bump golang.org/x/term from 0.27.0 to 0.28.0 * Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 * Bump golang.org/x/net from 0.33.0 to 0.34.0 * Bump github.com/onsi/gomega from 1.36.0 to 1.36.2 * Add checked out ref for `actions/checkout@v4` * add unit tests * Feat(between): add ignore value changes flag * Remove `wrap` import * Bump golang.org/x/net in the go_modules group across 1 directory * Simplify GitHub Action setup * Fix GoReleaser config naming issue * Bump Go module dependencies ++++ elilo: - added patches fix build with gcc15 + elilo-gcc15.patch ++++ emacs: - Add patch emacs-30.1-seccomp.patch * Allow also to get attributes of the terminal line as well as support mmap(2) flag MAP_DROPPABLE to allow zero memory under memory pressure. - Disable xwidgets of GTK port for now as webkit2gtk has a regression https://bugs.webkit.org/show_bug.cgi?id=289081 ++++ etcd: - Update to version 3.5.19: * Bump go toolchain to 1.23.7 * fix a compaction induce latency issue * Add learner id into log when being promoted or removed * add learner check to readyz * tools: add mixed read-write performance evaluation scripts ++++ font-manager: - Update to 0.9.3 * Restore editable labels for collection names * Switch to using libarchive rather than calling external application * Add preference option for gtk-font-rendering - Issue #429 * Remember selected items in font lists where possible - Issue #424 * Set sensitivity of labels to match activation status * Switch to using CSS for preview area colors * Google Fonts : Use standard TextView for editing in preview - Issue #424 * Browse Mode : Propagate waterfall settings - Issue #424 * Browse Mode : Add keyboard shortcuts to modify preview size - Issue #424 * Browse Mode : Add designer information to preview pane * Browse Mode : Add tooltip with copyright and design description to preview pane * Font Viewer : Add preference pane - Issue #428 * Font Viewer : Support for multiple variations within single file * CLI interface : Fix segfault when using certain options - Issue #421 * CLI interface : Add --keep option to allow disabling all but specified fonts * Fix purge operation for PPA packaging - Issue #422 - remove deprecated suse_update_desktop_file ++++ librsvg: - Update to version 2.59.91 (Unstable): + Fix linkage on Illumos. + Fix the build of the static library on MinGW. + Fix versioning of library name. + Enable cross-compilation of the gdk-pixbuf loader if meson/qemu can handle it. ++++ gerbera: - Update to 2.5.0 The following changes are noteworthy: - Changed default for layout to js if built with JavaScript support. - The new autoscan mode manual in conjunction with the action Scan Now replaces the action to add individual folders. * NEW Features - All configuration options for autoscan directories are available in the web UI now, including scripts and storage in the database. - New configuration option for autoscan directories to rescan files that ended up as plain object in the first run. - Several script options to control audio layout - Harmonisation of metadata handling for wavpack and matroska media handlers - Fabricated comment on import in media handlers (incl. configuration) - Resource attribute pixelFormat for videos. - Additional Resources (thumbnail, subtitle) for External Urls - New UI command Scan Now and minor improvement - Manual autoscan to replace Add Items in filesystem view * FIXES - Album art and structure in builtin layout - Autoscan objects in scripts - Metadata in builtin layout, album artist in default js layout - Commands in UI show descriptive tooltips - Child items of autoscan folder in UI * Code Improvements - Removed static from ConfigDefinition - Update versions of pugixml (1.15), libexif (v0.6.25), wavpack (5.8.1), fmt (11.1.4), spdlog (1.15.1), wavpack (1.8.1), googletest (1.16.0), libexiv2 (0.28.5) * Detailled Changes - Gerbera 2.5.0 (#3415) - Fix shutdown issue (#3414) - Build with fmt 11.1.4 (#3413) - Autoscan fixes (#3410) - Update libexiv2 to 0.28.5 (#3409) - Add manual autoscan option (#3408) - Web UI: properly encode arguments (#3407) - Add Run Scan action in Web UI (#3406) - Fix config load (#3405) - Refactor WebRequests (#3403) - Debian Build for arm64 (#3400) - Update libexiv2 to 0.28.4 (#3399) - Support Resources for External Items (#3398) - Populate playlist item titles (#3397) - Fix update of playlists (#3395) - Update to googletest 1.16.0 (#3393) - Extract Pixelformat for videos (#3392) - UI: Make details collapsable in items editor detail view (#3390) - Rework autoscan list handling (#3389) - Sqlite: Exit after multiple exceptions (#3384) - Fix management auf autoscans in list (#3385) - Generate Comment from Metadata During Scan (#3368) - Update wavpack (#3380) - Build with fmt 11.1.3 (#3323) - Downgrade docker builder as well (#3379) - work around build issue (#3378) - Cleanup tree and autoscan commands (#3374) - Build correct Autoscan Type (#3371) - Add Options to Scripts (#3365) - Fix UpnpMap logic (#3364) - Set more metadata in builtin layout (#3359) - Improve logging of string conversion (#3355) - Update Library Versions (#3354) - Focal: Freeze more aws-sdk versions (#3353) - Focal: freeze ruby aws-sdk versions used for package upload (#3352) - Fix cors host without ipv6 address (#3349) - Remap metadata fields when parsing virtual-directories keys (#3351) - Autoscan: Add missing properties to web UI and database (#3346) - Force Reread of unknown files (#3345) - JS: Fix config autoscan object in scripts (#3344) - Fix album art in builtin layout (#3341) - Refactor static code from ConfigDefinition (#3338) - Bump master (#3337) ++++ gtk3: - Update to version 3.24.49: + Fix a crash in GtkIMContext + Fix crashes in DND with GtkPlug/GtkSocket + Wayland: - Fix erroneous crossing events, causing menus to malfunction - Support the cursor-shape protocol + X11: Enforce size limits on windows, preventing lockups + Updated translations. ++++ ghc-QuickCheck: - Update QuickCheck to version 2.15.0.1 revision 1. Upstream has revised the Cabal build instructions on Hackage. ++++ glib2: - Update to version 2.84.0: + Bugs fixed: - tests: Minor fixes to reference and stream-rw_all tests - gdebugcontrollerdbus: Fix a minor typo in a code example in the docs + Updated translations. ++++ glib2-doc: - Update to version 2.84.0: + Bugs fixed: - tests: Minor fixes to reference and stream-rw_all tests - gdebugcontrollerdbus: Fix a minor typo in a code example in the docs + Updated translations. ++++ glib2-stage1-devel: - Update to version 2.84.0: + Bugs fixed: - tests: Minor fixes to reference and stream-rw_all tests - gdebugcontrollerdbus: Fix a minor typo in a code example in the docs + Updated translations. ++++ gn: - Update to version 0.20250306: * Remove deps from rust executable to module's pcm files * Update test for rust executable deps * Add toolchain for cxx modules in TestWithScope * Apply the latest clang-format * Update reference for {rustdeps} * Always generate a .toolchain file even if it is empty. * Pass --with-lg-page=16 when building jemalloc for arm64. * Remove obsolete debug checks. * Make default vs ide version on Windows as 2022 * Reland "Adds a path_exists() function" * Revert "Adds a path_exists() function" * Adds a path_exists() function * Revert "Speed-up GN with custom OutputStream interface." * Speed-up GN with custom OutputStream interface. * Add `exec_script_allowlist` to replace `exec_script_whitelist`. * Retry ReplaceFile in case of failure * Fix crash when NinjaBuildWriter::RunAndWriteFile fails * fix include for escape.h * fix exit code for gn gen failure * misc: Use html.escape instead of cgi.escape * Do not copy parent build_dependency_files_ in Scope constructors. * Improve error message for duplicated items * [rust-project] Always use forward slashes in sysroot paths * Update all_dependent_configs docs. * set 'no_stamp_files' by default * fix a typo * Stop using transitional LFS64 APIs * do not use tool prefix for phony rule * [rust] Add sysroot_src to rust-project.json * Implement and enable 'no_stamp_files' * Add Target::dependency_output_alias() * Add "outputs" to generated_file documentation. * Update bug database link. * remove a trailing space after variable bindings * fix tool name in error * remove unused includes * Markdown optimization (follow-up) * Support link_output, depend_output in Rust linked tools. * Properly verify runtime_outputs in rust tool definitions. * BugFix: Syntax error in gen.py file * generated_file: add output to input deps of stamp * Markdown optimization: * Revert "Rust: link_output, depend_output and runtime_outputs for dylibs" * hint using nogncheck on disallowed includes ++++ gnome-kiosk: - Update to version 48.rc: + Add Shell screenshot API support + Support ISO_Next_Group key combo for switching keyboard layouts + Fix search appliance session with systemd + Fix crash in input-selector if the DBus interface is not available ++++ gnome-session: - Ensure gnome-session-wayland or -xsession is required by gnome-session. ++++ gosec: - Update to version 2.22.2: * Update to go version 1.24.1 and 1.23.7 (#1313) * chore(deps): update all dependencies (#1310) * chore(deps): update all dependencies (#1308) * Update gosec version in the GitHub action to v2.22.1 (#1307) * chore(deps): update module google.golang.org/api to v0.221.0 (#1305) ++++ goverlay: - Update to version 1.3 * Portable AppImage Support - GOverlay now comes as a portable AppImage, making it compatible with virtually any Linux distribution, including those using musl libc. - Nightly builds are now automated, ensuring you always have access to the latest features and fixes. * Enhanced UI and Themes - New color themes: "Afterburner," "Mangohud," "Goverlay" and "Simple White." - Improved positioning of color theme icons and better visual feedback for FPS limit settings. - Automatic detection of CPU and GPU brands to apply matching color themes. * Blacklist Management - Added a dedicated form for managing blacklisted applications. - Apps added to the blacklist: pamac-manager, lact, handbrake, bitwig-studio, yumex, and ptyxis. * Wayland Support Improvements - Automatic detection of Wayland environments and use of vkcube --wsi wayland for compatibility. * Bug Fixes and Stability - Fixed issues with the FPS limit checkgroup not loading correctly. - Resolved errors in the Mangohud wrapper and HUD version selection. - Disabled the spinedit increment function as it’s now handled automatically. * Distro-Specific Adjustments - Disabled the global-enable button for the Bazzite distribution. * Quality-of-Life Improvements - Added notifications for missing configuration files, with automatic creation if they don’t exist. - Streamlined UI changes for a smoother user experience. ++++ grilo: - Drop pkgconfig(gtk+-3.0) BuildRequires and pass enable-test-ui=false to meson setup, do not build grilo-test-ui-0.3 binary, avoid depending on gtk3 just for a rarely used test tool. ++++ gromox: - Update to release 2.43 * oxm2mt: support embedded messages * mysql_adaptor: add TLS connection config directives * imap: reduce memory footprint when FETCHing messages * imap: resolve shutdown ordering crash * exmdb: upgrade 0-length PR_ENTRYIDs to fake 1 byte to soothe Outlook Cached Mode syncer ++++ grype: - Update to version 0.88.0: * Enumerate version ranges within a single match (don't duplicate) (#2502) * Fix CPE target software filtering + improve logging (#2494) * chore(deps): bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 (#2501) * test: update quality gate db to latest version (#2495) * chore(deps): update tools to latest versions (#2496) * ensure azurelinux ids get same version processing as mariner (#2499) * ensure azure linux has 0 minor version (#2498) * cover mariner and ubuntu namespace conversion (#2497) * Add KEV & EPSS to db search schema (#2481) * Refactor presenters to use static model over dynamic lookups (#2492) * feat: enable v6 database (#2439) * fix(java): error out on maven search rate limiting (#2460) * chore(deps): bump github.com/charmbracelet/bubbletea from 1.3.3 to 1.3.4 (#2484) * chore(deps): bump github.com/docker/docker (#2485) * chore(deps): bump actions/cache in /.github/actions/bootstrap (#2490) * chore(deps): bump actions/cache from 4.2.1 to 4.2.2 (#2491) * chore(deps): update tools to latest versions (#2487) * fix: golang 1.24 version handling (#2486) * chore: update syft to 1.20 (#2473) * chore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 (#2477) * chore(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#2475) * chore(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 (#2478) * chore(deps): bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 (#2479) * chore(deps): bump github/codeql-action from 3.28.9 to 3.28.10 (#2480) * Add EPSS models to the v6 DB (#2472) * fix: add explicit igore for problematic CVE-2023-45853 (#2474) * Add KEV information to v6 DB (#2464) * Add CPE provider (#2463) * chore(deps): bump actions/cache in /.github/actions/bootstrap (#2467) * chore(deps): bump actions/cache from 4.2.0 to 4.2.1 (#2469) * detect when DB rehydration is necessary (#2470) * chore(deps): bump sigstore/cosign-installer from 3.8.0 to 3.8.1 (#2468) * chore(deps): update tools to latest versions (#2465) * chore(deps): bump github.com/docker/docker (#2466) * chore(deps): update tools to latest versions (#2433) * chore: update rpm modularity to string pointer (#2458) * fix jenkins plugins (#2457) * chore(deps): bump github.com/gkampitakis/go-snaps from 0.5.10 to 0.5.11 (#2453) * chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#2454) * Additional ecosystem related v6 fixes (#2450) * chore(deps): bump golang.org/x/tools from 0.29.0 to 0.30.0 (#2437) * add language mapping to konwn pkg spec override (#2448) * chore(deps): bump github.com/charmbracelet/bubbletea from 1.3.2 to 1.3.3 (#2447) * feat: update to go 1.24.x (#2441) * Add more logging and fix search by CPE (#2444) * fix: only log matcher errors (#2442) * chore: update runners to ubuntu-24.04 (#2440) * fix: exclude unknown packages from CPE target software component filter logic (#2438) * chore(deps): bump github.com/charmbracelet/bubbletea from 1.3.0 to 1.3.2 (#2436) * More complete severity parsing for v6 DBs (#2431) * remove DB v3 and v4 schema code (#2435) * feat: v6 database support, updated matcher interfaces (#2311) * add optional ID to reference + advisory tag const (#2432) * chore(deps): bump github.com/gkampitakis/go-snaps from 0.5.9 to 0.5.10 (#2430) * chore(deps): bump github/codeql-action from 3.28.8 to 3.28.9 (#2429) * chore(deps): bump golang.org/x/time from 0.9.0 to 0.10.0 (#2424) * chore(deps): update tools to latest versions (#2425) * chore(deps): bump github.com/charmbracelet/bubbletea from 1.2.4 to 1.3.0 (#2426) * chore(deps): bump sigstore/cosign-installer from 3.7.0 to 3.8.0 (#2427) * test: update quality gate db to latest version (#2420) * chore(deps): update tools to latest versions (#2419) * docs(config): add GRYPE_CONFIG docs (#2380) * feat: output compact JSON by default with option for pretty format (#2406) * chore(deps): update tools to latest versions (#2417) * chore(deps): bump github/codeql-action from 3.28.7 to 3.28.8 (#2416) * chore(deps): bump github.com/gkampitakis/go-snaps from 0.5.8 to 0.5.9 (#2413) * docs: flip descriptions to correct documentation (#2414) * chore(deps): bump github/codeql-action from 3.28.6 to 3.28.7 (#2415) * chore(deps): bump github/codeql-action from 3.28.5 to 3.28.6 (#2410) * chore(deps): bump actions/setup-python in /.github/actions/bootstrap (#2411) * feat(external-sources): make maven rate limit configurable (#2397) * chore(deps): bump github/codeql-action from 3.28.4 to 3.28.5 (#2407) * chore(deps): bump github/codeql-action from 3.28.3 to 3.28.4 (#2405) * chore(deps): bump anchore/sbom-action from 0.17.9 to 0.18.0 (#2404) * Performance enhancements for DB v6 writes (#2394) * chore(deps): update tools to latest versions (#2395) * chore(deps): bump actions/setup-python in /.github/actions/bootstrap (#2398) * chore(deps): bump actions/cache in /.github/actions/bootstrap (#2400) * chore(deps): bump actions/setup-go in /.github/actions/bootstrap (#2399) * chore(deps): bump github/codeql-action from 3.28.2 to 3.28.3 (#2401) * chore(deps): bump github.com/docker/docker (#2402) * chore(deps): bump golang.org/x/time from 0.8.0 to 0.9.0 (#2403) * chore(ci): fix composite GitHub action path in dependabot config (#2396) ++++ pipewire: - Update to version 1.4.0: * This is the 1.4 release that is API and ABI compatible with previous 1.2.x and 1.0.x releases. * This release contains some of the bigger changes that happened since the 1.2 release last year, including: - client-rt.conf was removed, all clients now use client.conf and are given RT priority in the data threads. - UMP (aka MIDI2) support was added and is now the default format to carry MIDI1 and MIDI2 around in PipeWire. There are helper functions to convert between legacy MIDI and UMP. - The resampler can now precompute (at compile time) some common conversion filters. Delay reporting in the resampler was fixed and improved. - Bluetooth support for BAP broadcast links and support for hearing aids using ASHA was added. A new G722 codec was also added. - Delay reporting and configuration in Bluetooth was improved. - The ALSA plugin now supports DSD playback when explicitly allowed with the alsa.formats property. - A PipeWire JACK control API was added. - A system service was added for pipewire-pulse. - Many documentation and translation updates. - Many of the SPA macros are converted to inline functions. All SPA inline functions are now also compiled into a libspa.so library to make it easier to access them from bindings. - The module-filter-chain graph code was moved to a separate filter-graph SPA plugin so that it becomes usable in more places. EBUR128, param_eq and dcblock plugins were added to filter-graph. The filter graph can now also use fftw for doing convolutions. The audioconvert plugin was optimized and support was added to audioconvert to insert extra filter-graphs in the processing pipeline. - New helper functions were added to parse JSON format descriptions. - The profiler now also includes the clock of the followers. - RISCV CPU support and assembler optimisations were added. - The clock used for logging timestamps can be configured now. - The JSON parser was split into core functions and helper. - Support for UCM split PCMs was added. Instead of alsa-lib splitting up PCMs, PipeWire can mark the PCMs with the correct metadata so that the session manager can use native PipeWire features to do this. - Support for webrtc2 was added to echo-cancel. - IEC958 codecs are now detected from the HDMI ELD data. - Conversion between floating point and 32 bits now preserve 25 bits of precision instead of 24 bits. - A new Telephony D-BUS API compatible with ofono was added. - The invoke queues are now more efficient and can be called from multiple threads concurrently. - Clock information in v4l2 was improved. - An ffmpeg based videoconvert plugin was added that can be used with the videoadapter. - The GStreamer elements have improved buffer pool handling and rate matching. - The combine-stream module can now also mix streams. - link-factory now checks that the port and node belong together. - The netjack-manager module has support for autoconnecting streams. - The native-protocol has support for abstract sockets. - The pulse server has support for blocking playback and capture in pulse.rules. - The corked state of stream is now reported correctly in pulse-server. - Fix backwards jumps in pulse-server. - Latency configuration support was added in loopback and raop-sink. - The ROC module has more configuration options. - The SAP module now only send updated SDP when something changed. - RTP source now has a standby mode where it idles when there is no data received. - Support for PTP clocking was added the RTP streams. - The VBAN receiver can now dynamically create streams when they are detected. - Error reporting when making links was improved. - Support for returning (canceling) a dequeued buffer in pw-stream. - Support for emiting events in pw-stream was added. - pw-cat now support stdin and stdout. * Highlights (since the previous 1.3.83 release) - Small fixes and improvements. * PipeWire - Fix some missing includes in metadata.h - Pass the current error in errno when a stream is in error (#4574) * modules - Evaluate node rules before loading adapter follower to ensure properties are set correctly. (#4562) * SPA - Avoid a use after free when building PODs. (#4445) - Take headroom into account when calculating resync. * Bluetooth - Fix +CLCC parsing. * GStreamer - Notify about default device changes in deviceprovider. - Copy frames between pools and avoid splitting video buffers. * JACK - Add an option to disable the MIDI2 port flags. (#4584) ++++ vim: - Introduce patch to fix bsc#1235751 (regression). * vim-9.1.1134-revert-putty-terminal-colors.patch - Update to 9.1.1176. * 9.1.1176: wrong indent when expanding multiple lines test(runtime/syntax): improve syntax tests editorconfig: set indent config for *.vim files runtime(doc): mention alternative check for vim9script * 9.1.1175: inconsistent behaviour with exclusive selection and motion commands runtime(man): don't add jumps when loading a manpage runtime(vim): recognize <...> strings (and keys) for 'keywordprg' * 9.1.1174: tests: Test_complete_cmdline() may fail runtime(doc): mention bzip3 in gzip plugin documentation * 9.1.1173: filetype: ABNF files are not detected * 9.1.1172: [security]: overflow with 'nostartofline' and Ex command in tag file * 9.1.1171: tests: wrong arguments passed to assert_equal() * 9.1.1170: wildmenu highlighting in popup can be improved runtime(netrw): upstream snapshot of v179 runtime(doc): fix typo "bet" in :h 'completeopt' * 9.1.1169: using global variable for get_insert()/get_lambda_name() * 9.1.1168: wrong flags passed down to nextwild() * 9.1.1167: mark '] wrong after copying text object runtime(doc): update how to get Vim * 9.1.1166: command-line auto-completion hard with wildmenu runtime(tar): use readblob() instead of shelling out to file(1) * 9.1.1165: diff: regression with multi-file diff blocks * 9.1.1164: [security]: code execution with tar.vim and special crafted tar files translation(it): Update Italian translation runtime(tar): fix syntax error in tar.vim * 9.1.1163: $MYVIMDIR is set too late runtime(syntax-tests): Apply stronger synchronisation between buffers * 9.1.1162: completion popup not cleared in cmdline * 9.1.1161: preinsert requires bot "menu" and "menuone" to be set runtime(misc): add support for bzip3 to tar, vimball and gzip plugins * 9.1.1160: Ctrl-Y does not work well with "preinsert" when completing items * 9.1.1159: $MYVIMDIR may not always be set * 9.1.1158: :verbose set has wrong file name with :compiler! runtime(netrw): correctly handle shellslash variable * 9.1.1157: command completion wrong for input() runtime(doc): fix confusing docs for 'completeitemalign' * 9.1.1156: tests: No test for what patch 9.1.1152 fixes * 9.1.1155: Mode message not cleared after :silent message runtime(lua): Improve 'include' and make '*expr' functions script-local runtime(vim): Update base-syntax, match Vim9 function calls after "|" * 9.1.1154: Vim9: not able to use autoload class accross scripts runtime(compiler): improve svelte-check * 9.1.1153: build error on Haiku * 9.1.1152: Patch v9.1.1151 causes problems runtime(new-tutor): update examples from Neovim to Vim nsis: add Portuguese Brazilian translation to nsis installer * 9.1.1151: too many strlen() calls in getchar.c runtime(vim): make VimKeywordPrg even smarter for regexes * 9.1.1150: :hi completion may complete to wrong value * 9.1.1149: Unix Makefile does not support Brazilian lang for the installer * 9.1.1148: Vim9: finding imported scripts can be further improved runtime(lua): Update lua ftplugin and documentation * 9.1.1147: preview-window does not scroll correctly nsis: added support for pt-BR to installer and update README.txt translation(tr): Update Turkish translations * 9.1.1146: Vim9: wrong context being used when evaluating class member * 9.1.1145: multi-line completion has wrong indentation for last line runtime(netrw): runtime(netrw): upstream snapshot of v178 * 9.1.1144: no way to create raw strings from a blob * 9.1.1143: illegal memory access when putting a register * 9.1.1142: tests: test_startup fails if $HOME/$XDG_CONFIG_HOME is defined runtime(vim): improve &keywordprg in ftplugin runtime(vim): Update base-syntax, match :CompilerSet and :SynMenu commands * 9.1.1141: Misplaced comment in readfile() * 9.1.1140: filetype: m17ndb files are not detected * 9.1.1139: [fifo] is not displayed when editing a fifo * 9.1.1138: cmdline completion for :hi is too simplistic * 9.1.1137: ins_str() is inefficient by calling STRLEN() CI: Install netbeans on windows to make sure to run test_netbeans.vim runtime(dockerfile): set comments in filetype plugin runtime(compiler): include svelte-check compiler runtime(doc): get rid of the titlestring hack for terminal-api * 9.1.1136: Match highlighting marks a buffer region as changed * 9.1.1135: 'suffixesadd' doesn't work with multiple items runtime(filetype): move filetype detection into filetypedetect augroup CI: add Makefile target to verify default highlighting groups are present ++++ jenkins-x-cli: - Update to version 3.11.56: * chore(deps): upgrade to version 0.24.6 ++++ jujutsu: - update to 0.27.0: * Release highlights - git.subprocess is now enabled by default, improving compatibility with Git fetches and pushes by spawning an external git process. Users can opt out of this by setting git.subprocess = false, but this will likely be removed in a future release. Please report any issues you run into. * Breaking changes - Bookmark name to be created/updated is now parsed as a revset symbol. Quotation may be needed in addition to shell quotes. Example: jj bookmark create -r@- "'name with space'" - jj bookmark create, jj bookmark set and jj bookmark move onto a hidden commit make it visible. - jj bookmark forget now untracks any corresponding remote bookmarks instead of forgetting them, since forgetting a remote bookmark can be unintuitive. The old behavior is still available with the new --include-remotes flag. - jj fix now always sets the working directory of invoked tools to be the workspace root, instead of the working directory of the jj fix. - The ui.allow-filesets configuration option has been removed. The "fileset" language has been enabled by default since v0.20. - templates.annotate_commit_summary is renamed to templates.file_annotate, and now has an implicit self parameter of type AnnotationLine, instead of Commit. All methods on Commit can be accessed with commit.method(), or self.commit().method(). * Deprecations - This release takes the first steps to make target revision required in bookmark create, bookmark move and bookmark set. Those commands will display a warning if the user does not specify target revision explicitly. In the near future those commands will fail if target revision is not specified. - The signing.sign-all config option has been deprecated in favor of signing.behavior. The new option accepts drop (never sign), keep (preserve existing signatures), own (sign own commits), or force (sign all commits). Existing signing.sign-all = true translates to signing.behavior = "own", and false translates to "keep". Invalid configuration is now an error. * New features - The new jj sign and jj unsign commands allow for signing/unsigning commits. jj sign supports configuring the default revset through revsets.sign when no --revisions arguments are provided. - jj git fetch now supports string pattern syntax on --remote option and git.fetch configuration. - Template functions truncate_start() and truncate_end() gained an optional ellipsis parameter; passing this prepends or appends the ellipsis to the content if it is truncated to fit the maximum width. - Templates now support stringify(x) function and string method .escape_json(). The latter serializes the string in JSON format. It is useful for making machine-readable templates by escaping problematic characters like \n. - Templates now support trim(), trim_start() and trim_end() methods which remove whitespace from the start and end of a String type. - The description of commits backed out by jj backout can now be configured using templates.backout_description. - New AnnotationLine templater type. Used in templates.file_annotate. Provides self.commit(), .content(), .line_number(), and .first_line_in_hunk(). - Templates now have format_short_operation_id(id) function for users to customize the default operation id representation. - The jj init/jj revert stubs that print errors can now be overridden with aliases. All of jj clone/init/revert add a hint to a generic error. - Help text is now colored (when stdout is a terminal). - Commands that used to suggest --ignore-immutable now print the number of immutable commits that would be rewritten if used and a link to the docs. - jj undo now shows a hint when undoing an undo operation that the user may be looking for jj op restore instead. * Fixed bugs - jj status now shows untracked files under untracked directories. #5389 - Added workaround for the bug that untracked files are ignored when watchman is enabled. #5728 - The signing.backends.ssh.allowed-signers configuration option will now expand ~/ to $HOME/. #5626 - config-schema.json now allows arrays of strings for the settings ui.editor and ui.diff.tool. - config-schema.json now allows an array of strings or nested table for the ui.pager setting. ++++ kernel-debug: - powerpc: boot: Fix build with gcc 15 (jsc#PED-12251). - commit 18d53a6 - rpm/split-modules: Fix optional splitting with usrmerge (bsc#1238570) - commit 8be63c4 - fuse: revert back to __readahead_folio() for readahead (bsc#1236660). - Delete patches.suse/fuse-prevent-folio-use-after-free-in-readahead.patch. Replace by the upstream fix. - commit fb4fb9d ++++ kernel-default: - powerpc: boot: Fix build with gcc 15 (jsc#PED-12251). - commit 18d53a6 - rpm/split-modules: Fix optional splitting with usrmerge (bsc#1238570) - commit 8be63c4 - fuse: revert back to __readahead_folio() for readahead (bsc#1236660). - Delete patches.suse/fuse-prevent-folio-use-after-free-in-readahead.patch. Replace by the upstream fix. - commit fb4fb9d ++++ kernel-source: - powerpc: boot: Fix build with gcc 15 (jsc#PED-12251). - commit 18d53a6 - rpm/split-modules: Fix optional splitting with usrmerge (bsc#1238570) - commit 8be63c4 - fuse: revert back to __readahead_folio() for readahead (bsc#1236660). - Delete patches.suse/fuse-prevent-folio-use-after-free-in-readahead.patch. Replace by the upstream fix. - commit fb4fb9d ++++ kernel-docs: - powerpc: boot: Fix build with gcc 15 (jsc#PED-12251). - commit 18d53a6 - rpm/split-modules: Fix optional splitting with usrmerge (bsc#1238570) - commit 8be63c4 - fuse: revert back to __readahead_folio() for readahead (bsc#1236660). - Delete patches.suse/fuse-prevent-folio-use-after-free-in-readahead.patch. Replace by the upstream fix. - commit fb4fb9d ++++ kernel-firmware-i915: - Update to version 20250306 (git commit 44740031a34e): * xe: Update GUC to v70.40.2 for BMG, LNL ++++ kernel-firmware-sound: - Update to version 20250306 (git commit 44740031a34e): * cirrus: cs35l41: Add firmware and tuning for ASUS Consumer laptops * cirrus: cs35l41: Add Firmware for various ASUS Commercial laptops * ASoC: tas2781: Update dsp firmware for Gemtree project ++++ kernel-kvmsmall: - powerpc: boot: Fix build with gcc 15 (jsc#PED-12251). - commit 18d53a6 - rpm/split-modules: Fix optional splitting with usrmerge (bsc#1238570) - commit 8be63c4 - fuse: revert back to __readahead_folio() for readahead (bsc#1236660). - Delete patches.suse/fuse-prevent-folio-use-after-free-in-readahead.patch. Replace by the upstream fix. - commit fb4fb9d ++++ kernel-obs-build: - powerpc: boot: Fix build with gcc 15 (jsc#PED-12251). - commit 18d53a6 - rpm/split-modules: Fix optional splitting with usrmerge (bsc#1238570) - commit 8be63c4 - fuse: revert back to __readahead_folio() for readahead (bsc#1236660). - Delete patches.suse/fuse-prevent-folio-use-after-free-in-readahead.patch. Replace by the upstream fix. - commit fb4fb9d ++++ kernel-obs-qa: - powerpc: boot: Fix build with gcc 15 (jsc#PED-12251). - commit 18d53a6 - rpm/split-modules: Fix optional splitting with usrmerge (bsc#1238570) - commit 8be63c4 - fuse: revert back to __readahead_folio() for readahead (bsc#1236660). - Delete patches.suse/fuse-prevent-folio-use-after-free-in-readahead.patch. Replace by the upstream fix. - commit fb4fb9d ++++ kernel-syms: - powerpc: boot: Fix build with gcc 15 (jsc#PED-12251). - commit 18d53a6 - rpm/split-modules: Fix optional splitting with usrmerge (bsc#1238570) - commit 8be63c4 - fuse: revert back to __readahead_folio() for readahead (bsc#1236660). - Delete patches.suse/fuse-prevent-folio-use-after-free-in-readahead.patch. Replace by the upstream fix. - commit fb4fb9d ++++ kernel-vanilla: - powerpc: boot: Fix build with gcc 15 (jsc#PED-12251). - commit 18d53a6 - rpm/split-modules: Fix optional splitting with usrmerge (bsc#1238570) - commit 8be63c4 - fuse: revert back to __readahead_folio() for readahead (bsc#1236660). - Delete patches.suse/fuse-prevent-folio-use-after-free-in-readahead.patch. Replace by the upstream fix. - commit fb4fb9d ++++ kiwi-templates-Minimal: - Switch away from patterns-base-bootloader for grub-bls, not suitable - Switch away from kiwi's support for grub-bls, does not match sdbootutil ++++ kmod: - Update to release 34.1 * Build fixes only ++++ kwin6: - Add patches to fix crashes with multiple monitors (kde#500819, kde#500797) * 0001-backends-drm-Log-connector-CRTC-matching-steps.patch * 0002-backends-drm-fix-testing-for-more-connectors-than-CR.patch ++++ spirv-llvm-translator: - Build with GCC 13 on Leap/SLES 15 in the hope to fix Mesa build (bsc#1238713) ++++ sfcgal: - update minimum boost to 1.72 - use %ctest ++++ spirv-tools: - Build with GCC 13 on Leap/SLES 15 in the hope to fix Mesa build (bsc#1238713) ++++ mosquitto: - Update to version 2.0.21 Broker * Fix clients sending a RESERVED packet not being quickly disconnected. * Fix bind_interface producing an error when used with an interface that has an IPv6 link-local address and no other IPv6 addresses. * Fix mismatched wrapped/unwrapped memory alloc/free in properties. * Fix allow_anonymous false not being applied in local only mode. * Add retain_expiry_interval option to fix expired retained message not being removed from memory if they are not subscribed to. * Produce an error if invalid combinations of cafile/capath/certfile/keyfile are used. * Backport keepalive checking from develop to fix problems in current implementation. Client library * Fix potential deadlock in mosquitto_sub if -W is used. Apps * mosquitto_ctrl dynsec now also allows -i to specify a clientid as well as -c. This matches the documentation which states -i. Tests * Fix 08-ssl-connect-cert-auth-expired and 08-ssl-connect-cert-auth-revoked tests when under load. ++++ qalculate: - Update to 5.5.2: - Fix tab completion ++++ libreoffice: - Add fix_poppler_25.02.patch to fix pdf import with poppler >= 25.02 ++++ mold: - Update to version 2.37.0 * If an undefined weak symbol is not resolved to a defined symbol at link time, the linker can choose whether to promote the symbol to a dynamic symbol or not. If promoted, the weak symbol has another chance to be resolved to a defined symbol at load time. Otherwise, it is resolved to address 0 at link time. Previously, mold always resolved remaining undefined weak symbols in an executable to address 0 at link time. Now, you can instruct the linker to promote them to dynamic symbols using -z dynamic-undefined-weak. (1822e47) * [x86-64] The relocation types R_X86_64_CODE_4_{GOTPCRELX,GOTTPOFF,GOTPC32_TLSDESC} and R_X86_64_CODE_6_GOTTPOFF are now supported. These relocations are for Intel APX (Advanced Performance Extensions), which extends the number of general-purpose registers from 16 to 32. (83152ac, a17202d) * [ARM32] The R_ARM_THM_JUMP8 relocation type is now supported. (1fbbcec) * [ARM32] Previously, the .ARM.exidx section (which contains exception-handling records) was not subject to garbage collection, even when --gc-sections was specified. This prevented all functions from being garbage-collected, as they were referenced by exception-handling records. Now, mold correctly garbage-collects unused .ARM.exidx records and functions. (16f7599) * Previously, --compress-debug-sections was ignored if --separate-debug-file was specified. Now, mold compresses debug information sections even when they are in a separate debug file. (bab7dd1) ++++ passt: - Introduce apparmor subpackage, fixes bsc#1238597 ++++ patterns-base: - Ensure supportutils is installed on SLES 16 (bsc#1238894). ++++ patterns-budgie: - Update to version 20250305: * No longer pull lightdm; budgie-wayland-session pulls sddm * Remove unsupported Budgie v1 applets ++++ patterns-server: - Drop uninstallable xen-server/xen-tools patterns from Leap code-o-o#leap/features#189 ++++ perl-Carp-Assert-More: - updated to 2.9.0 (v2.9.0) see /usr/share/doc/packages/perl-Carp-Assert-More/Changes 2.9.0 Wed Mar 5 22:27:28 CST 2025 [ENHANCEMENTS] assert_arrayref_of() no longer requires the array to have at least one element. New assert_arrayref_nonempty_of() has the same behavior as assert_arrayref_of(), but requires at least one element. ++++ plantuml: - Update to version 1.25.2 * EBNF - Improve the curved line on the EBNF diagram. * SVG - Lost id-attribute (or group). * SVG - Revert SVG fill to "none"; use UParam to indicate hit targets. * SVG - Interactive SVG with namespaced::nodes does not work properly. * SVG - Unable to Click Links in SVGs Due to Overlapping Transparent path Elements. - Update to version 1.25.1 * Backslash future deprecation and introduction of new functions * %newline() fix * REGEX - Add method to map regex patterns to descriptive names. * SVG - Allow interactive SVG sequence diagram's header to float * XMI - Add support for custom XMI generation. * SVG results with black box in Visio. * PDF export fails. * Problem with