Packages changed: SDL2 apache2-mod_php8 (8.3.10 -> 8.3.11) appstream-glib (0.8.2 -> 0.8.3) binutils ca-certificates (2+git20240415.3fe9324 -> 2+git20240805.fd24d50) cppcheck (2.14.2 -> 2.15.0) freerdp (3.7.0 -> 3.8.0) gdb git glib2 glibmm2 (2.80.0 -> 2.80.1) guestfs-tools (1.53.2 -> 1.53.3) kernel-firmware (20240809 -> 20240826) kernel-source (6.10.5 -> 6.10.7) libguestfs (1.53.5 -> 1.53.6) libqt5-qtwebengine multipath-tools (0.9.9+161+suse.0c835ef -> 0.10.0+103+suse.0fc97cd) openSUSE-release (20240829 -> 20240902) perl-Clone (0.46 -> 0.470.0) perl-Try-Tiny (0.31 -> 0.320.0) php8 (8.3.10 -> 8.3.11) python-numpy (1.26.4 -> 2.0.0) python-requests python311 python311-core qemu qt6-wayland rsync salt selinux-policy (20240828 -> 20240830) snapper (0.11.1 -> 0.11.2) suse-module-tools (16.0.49 -> 16.0.50) taglib (2.0.1 -> 2.0.2) transactional-update (4.8.0 -> 4.8.1) virt-v2v (2.5.6 -> 2.5.9) xfce4-notes-plugin === Details === ==== SDL2 ==== - Don't build with fcitx support. fcitx support was just added because of a bug (boo#1025413) that could be fixed by building with fcitx support but upstream SDL2 developers fixed it in 2.0.5 when building without fcitx support too. Also fcitx support has always been disabled in SLE/Leap and in Factory it's built against fcitx 4.2.9.9, not the newer fcitx5 so let's disable it in order to reduce dependencies. ==== apache2-mod_php8 ==== Version update (8.3.10 -> 8.3.11) - version update to 8.3.11 Core: Fixed bug GH-15020 (Memory leak in Zend/Optimizer/escape_analysis.c). Fixed bug GH-15023 (Memory leak in Zend/zend_ini.c). Fixed bug GH-13330 (Append -Wno-implicit-fallthrough flag conditionally). Fix uninitialized memory in network.c. Fixed bug GH-15108 (Segfault when destroying generator during shutdown). Fixed bug GH-15275 (Crash during GC of suspended generator delegate). Curl: Fixed case when curl_error returns an empty string. DOM: Fix UAF when removing doctype and using foreach iteration. FFI: Fixed bug GH-14286 (ffi enum type (when enum has no name) make memory leak). Hash: Fix crash when converting array data for array in shm in xxh3. Intl: Fixed bug GH-15087 (IntlChar::foldCase()'s $option is not optional). Opcache: Fixed bug GH-13817 (Segmentation fault for enabled observers after pass 4). Fixed bug GH-13775 (Memory leak possibly related to opcache SHM placement). Output: Fixed bug GH-15179 (Segmentation fault (null pointer dereference) in ext/standard/url_scanner_ex.re). PDO_Firebird: Fix bogus fallthrough path in firebird_handle_get_attribute(). PHPDBG: Fixed bug GH-13199 (EOF emits redundant prompt in phpdbg local console mode with libedit/readline). Fixed bug GH-15268 (heap buffer overflow in phpdbg (zend_hash_num_elements() Zend/zend_hash.h)). Fixed bug GH-15210 use-after-free on watchpoint allocations. Soap: Fixed bug #55639 (Digest autentication dont work). Fix SoapFault property destruction. Fixed bug GH-15252 (SOAP XML broken since PHP 8.3.9 when using classmap constructor option). Standard: Fix passing non-finite timeout values in stream functions. Fixed GH-14780 p(f)sockopen timeout overflow. Streams: Fixed bug GH-15028 (Memory leak in ext/phar/stream.c). Fixed bug GH-15034 (Integer overflow on stream_notification_callback byte_max parameter with files bigger than 2GB). Reverted fix for GH-14930 (Custom stream wrapper dir_readdir output truncated to 255 characters). Tidy: Fix memory leaks in ext/tidy basedir restriction code. ==== appstream-glib ==== Version update (0.8.2 -> 0.8.3) Subpackages: libappstream-glib8 - Update to version 0.8.3: * Drop support for libstemmer * Do not veto the extension if the parent cannot be found * Support RFC9512 registration for application/yaml * Stop trying to convert Fedora licenses into SPDX * asb-plugin-font: Add glob match for .ttc files * Update gl.po * Update Simplified Chinese translation * Make the appdata filename check match the plugin globs * Remove Check for X-KDE-StartupNotify * Update Russian translation * Include screenshot size in "too large" errors * Include screenshot height in "too small" error ==== binutils ==== Subpackages: libctf-nobfd0 libctf0 - Update to current 2.43.1 branch [PED-10474]: * PR32109 - fuzzing problem * PR32083 - LTO vs overridden common symbols * PR32067 - crash with LTO-plugin and --oformat=binary * PR31956 - LTO vs wrapper symbols * riscv - add Zimop and Zcmop extensions - Adjusted binutils-2.43-branch.diff.gz. ==== ca-certificates ==== Version update (2+git20240415.3fe9324 -> 2+git20240805.fd24d50) - Fix source archive - Update to version 2+git20240805.fd24d50: * Remove rc symlink [jsc#PED-266] ==== cppcheck ==== Version update (2.14.2 -> 2.15.0) - update to 2.15.0 * New check suspiciousFloatingPointCast flags unnecessary floating point casts that cause loss of precision * Added command-line option --cpp-header-probe (and - -no-cpp-header-probe) to probe headers and extension-less files for Emacs marker * Add support for 'CLICOLOR_FORCE'/'NO_COLOR' environment variables to force/disable ANSI color output for diagnostics. * Add "remark comments" that can be used to generate reports with justifications for warnings * The whole program analysis is now being executed when "--project" is being used. ==== freerdp ==== Version update (3.7.0 -> 3.8.0) Subpackages: libfreerdp3-3 librdtk0-0 libwinpr3-3 - Update to 3.8.0 Noteworthy changes: * Reduce number of warnings on CI build (make dependency includes SYSTEM) (#10509) * Fix possible crashes with P11 certificate parsing (#10462, #10463) * Various clipboard related fixes (#10472, #10476, #10477, #10480, #10484) * Fix a race condition on DesktopResize (xfreerdp) (#10488) * Improve certificate warnings (#10489) * Try all possible resolved IP addresses for a DNS name on connect (#10491) * Fix an issue with GFX SolidFill alpha data (#10498) * Various fixes for SDL clients (#10504, #10492, #10471) * Fix serial and parallel redirection crashes (#10510) * Fix android build issues with NDK 27 (#10529) * Improve performance of some WinPR primitives (#10528) * Fix an issue with autoreconnect (#10523) * Support ssh-askpass like password reading (#10516) * Lots of code cleanups to reduce clang-tidy warnings (#10531, #10525, #10521, #10520, #10519, #10518) ==== gdb ==== - Maintenance script qa.sh: * Move PR26867 kfail from kfail_factory to kfail. * Merge PR28468 kfail with PR26867 kfail. - Maintenance script qa.sh: * Restore yama ptrace_scope == 1 kfails, aaa_base-yama-enable-ptrace doesn't work. * Enable yama ptrace_scope == 1 kfails for SLFO. * Add PR32121 kfail. * Drop Leap 15.3 and 15.4, add Leap 15.6. * Replace ALP with SLFO. * Move PR28468 kfail from kfail_factory to kfail. ==== git ==== Subpackages: git-core git-email git-svn git-web perl-Git - Change less requirement to path to allow for use with BusyBox ==== glib2 ==== Subpackages: glib2-tools libgio-2_0-0 libglib-2_0-0 libgmodule-2_0-0 libgobject-2_0-0 libgthread-2_0-0 typelib-1_0-GLib-2_0 typelib-1_0-GModule-2_0 typelib-1_0-GObject-2_0 typelib-1_0-Gio-2_0 - remove dependency on /usr/bin/python3 using %python3_fix_shebang{,_path} macros, [bsc#1212476] ==== glibmm2 ==== Version update (2.80.0 -> 2.80.1) Subpackages: libgiomm-2_68-1 libglibmm-2_68-1 - Update to version 2.80.1: + Gio: Fix memory leak in DBus::generate_guid() + gmmproc: - generate_wrap_in.pl.in: Ignore -Winconsistent-dllimport from clang - Convert [enum@Module.Type.ENUMERATOR] in documentation - h2def.py: Avoid syntax warnings from Python 3.12 - DocsParser.pm: Don't link to developer-old.gnome.org - Improve documentation of enum and enum class + Build: Some fixes to avoid warnings from the clang compiler ==== guestfs-tools ==== Version update (1.53.2 -> 1.53.3) - Update to version 1.53.3 (jsc#PED-8910) * Update common submodule Further refinements to Windows firstboot code. mlcustomize: Add some comments to firstboot batch file mlcustomize: Reboot Windows between each firstboot script mlcustomize: Move virt-customize modules to mlcustomize/ ==== kernel-firmware ==== Version update (20240809 -> 20240826) Subpackages: kernel-firmware-all kernel-firmware-amdgpu kernel-firmware-ath10k kernel-firmware-ath11k kernel-firmware-ath12k kernel-firmware-atheros kernel-firmware-bluetooth kernel-firmware-bnx2 kernel-firmware-brcm kernel-firmware-chelsio kernel-firmware-dpaa2 kernel-firmware-i915 kernel-firmware-intel kernel-firmware-iwlwifi kernel-firmware-liquidio kernel-firmware-marvell kernel-firmware-media kernel-firmware-mediatek kernel-firmware-mellanox kernel-firmware-mwifiex kernel-firmware-network kernel-firmware-nfp kernel-firmware-nvidia kernel-firmware-platform kernel-firmware-prestera kernel-firmware-qcom kernel-firmware-qlogic kernel-firmware-radeon kernel-firmware-realtek kernel-firmware-serial kernel-firmware-sound kernel-firmware-ti kernel-firmware-ueagle kernel-firmware-usb-network - Update to version 20240826 (git commit bec4fd18cc57): * amdgpu: DMCUB updates forvarious AMDGPU ASICs * rtw89: 8922a: add fw format-1 v0.35.41.0 * linux-firmware: update firmware for MT7925 WiFi device * linux-firmware: update firmware for mediatek bluetooth chip (MT7925) * rtl_bt: Add firmware and config files for RTL8922A * rtl_bt: Add firmware file for the the RTL8723CS Bluetooth part * rtl_bt: de-dupe identical config.bin files * rename rtl8723bs_config-OBDA8723.bin -> rtl_bt/rtl8723bs_config.bin * linux-firmware: Update AMD SEV firmware * linux-firmware: update firmware for MT7996 * Revert "i915: Update MTL DMC v2.22" * ath12k: WCN7850 hw2.0: update board-2.bin * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.41 * ath11k: WCN6855 hw2.0: update board-2.bin * ath11k: QCA2066 hw2.1: add to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.3 * ath11k: QCA2066 hw2.1: add board-2.bin * ath11k: IPQ5018 hw1.0: update to WLAN.HK.2.6.0.1-01291-QCAHKSWPL_SILICONZ-1 * qcom: vpu: add video firmware for sa8775p * amdgpu: DMCUB updates for various AMDGPU ASICs ==== kernel-source ==== Version update (6.10.5 -> 6.10.7) - Linux 6.10.7 (bsc#1012628). - tty: vt: conmakehash: remove non-portable code printing comment header (bsc#1012628). - tty: serial: fsl_lpuart: mark last busy before uart_add_one_port (bsc#1012628). - tty: atmel_serial: use the correct RTS flag (bsc#1012628). - Revert "ACPI: EC: Evaluate orphan _REG under EC device" (bsc#1012628). - Revert "misc: fastrpc: Restrict untrusted app to attach to privileged PD" (bsc#1012628). - Revert "serial: 8250_omap: Set the console genpd always on if no console suspend" (bsc#1012628). - Revert "usb: typec: tcpm: clear pd_event queue in PORT_RESET" (bsc#1012628). - selinux: revert our use of vma_is_initial_heap() (bsc#1012628). - netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second writeback flag" (bsc#1012628). - fuse: Initialize beyond-EOF page contents before setting uptodate (bsc#1012628). - char: xillybus: Don't destroy workqueue from work item running on it (bsc#1012628). - char: xillybus: Refine workqueue handling (bsc#1012628). - char: xillybus: Check USB endpoints when probing device (bsc#1012628). - ALSA: usb-audio: Add delay quirk for VIVO USB-C-XE710 HEADSET (bsc#1012628). - ALSA: usb-audio: Support Yamaha P-125 quirk entry (bsc#1012628). - usb: misc: ljca: Add Lunar Lake ljca GPIO HID to ljca_gpio_hids[] (bsc#1012628). - usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup() (bsc#1012628). - xhci: Fix Panther point NULL pointer deref at full-speed re-enumeration (bsc#1012628). - thunderbolt: Mark XDomain as unplugged when router is removed (bsc#1012628). - ALSA: hda/tas2781: fix wrong calibrated data order (bsc#1012628). - ALSA: timer: Relax start tick time check for slave timer elements (bsc#1012628). - s390/dasd: fix error recovery leading to data corruption on ESE devices (bsc#1012628). - KVM: s390: fix validity interception issue when gisa is switched off (bsc#1012628). - thermal: gov_bang_bang: Call __thermal_cdev_update() directly (bsc#1012628). - KEYS: trusted: fix DCP blob payload length assignment (bsc#1012628). - KEYS: trusted: dcp: fix leak of blob encryption key (bsc#1012628). - riscv: change XIP's kernel_map.size to be size of the entire kernel (bsc#1012628). - riscv: entry: always initialize regs->a0 to -ENOSYS (bsc#1012628). - smb3: fix lock breakage for cached writes (bsc#1012628). - i2c: tegra: Do not mark ACPI devices as irq safe (bsc#1012628). - ACPICA: Add a depth argument to acpi_execute_reg_methods() (bsc#1012628). - ACPI: EC: Evaluate _REG outside the EC scope more carefully (bsc#1012628). - arm64: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODE (bsc#1012628). - dm resume: don't return EINVAL when signalled (bsc#1012628). - dm persistent data: fix memory allocation failure (bsc#1012628). - vfs: Don't evict inode under the inode lru traversing context (bsc#1012628). - fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE (bsc#1012628). - i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume (bsc#1012628). - tracing: Return from tracing_buffers_read() if the file has been closed (bsc#1012628). - perf/bpf: Don't call bpf_overflow_handler() for tracing events (bsc#1012628). - mseal: fix is_madv_discard() (bsc#1012628). - rtla/osnoise: Prevent NULL dereference in error handling (bsc#1012628). - mm: fix endless reclaim on machines with unaccepted memory (bsc#1012628). - mm/hugetlb: fix hugetlb vs. core-mm PT locking (bsc#1012628). - md/raid1: Fix data corruption for degraded array with slow disk (bsc#1012628). - net: mana: Fix RX buf alloc_size alignment and atomic op panic (bsc#1012628). - media: atomisp: Fix streaming no longer working on BYT / ISP2400 devices (bsc#1012628). - net: mana: Fix doorbell out of order violation and avoid unnecessary doorbell rings (bsc#1012628). - wifi: brcmfmac: cfg80211: Handle SSID based pmksa deletion (bsc#1012628). - fs/netfs/fscache_cookie: add missing "n_accesses" check (bsc#1012628). - selinux: fix potential counting error in avc_add_xperms_decision() (bsc#1012628). - selinux: add the processing of the failure of avc_add_xperms_decision() (bsc#1012628). - alloc_tag: mark pages reserved during CMA activation as not tagged (bsc#1012628). - mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpu (bsc#1012628). ... changelog too long, skipping 422 lines ... - commit d546de5 ==== libguestfs ==== Version update (1.53.5 -> 1.53.6) Subpackages: libguestfs-appliance libguestfs-winsupport libguestfs-xfs libguestfs0 - Update to version 1.53.6 (jsc#PED-8910) * Various MacOS fixes and enhancements * ocaml: INSTALL_OCAMLLIB Makefile parameter * appliance/init: Don't set impossible "noop" disk scheduler * Pull in some fixes from the common submodule. mlcustomize: Add Inject_virtio_win.inject_blnsvr implementation mlcustomize: firstboot: Use Linux path for Powershell script path mlcustomize: firstboot: Use powershell.exe instead of path mlcustomize: firstboot: Use Powershell -NoProfile flag mlcustomize: Revert delay installation of qemu-ga MSI mldrivers/linux_kernels.ml: Prefix general information with ^info: mlcustomize: Use Start-Process -Wait to run qemu-ga installer mlcustomize: Add Firstboot.firstboot_dir function mlcustomize: Place powershell scripts into \Temp mlcustomize: Inject qemu-ga & blnsvr into /Temp mlcustomize: Write qemu-ga log file name to log.txt mlcustomize: Add some comments to firstboot batch file mlcustomize: Reboot Windows between each firstboot script ==== libqt5-qtwebengine ==== - Remove the unrar sources from the third_party directory in %prep so we're sure not to use any code with a non-free license. ==== multipath-tools ==== Version update (0.9.9+161+suse.0c835ef -> 0.10.0+103+suse.0fc97cd) Subpackages: kpartx libmpath0 - Update to 0.10.0+103+suse.0fc97cd - Update to upstream 0.10.0 (see also NEWS.md) * The `multipathd show daemon` command now shows `(reconfigure pending)` if a reconfiguration has been triggered but not finished yet. * Refactored the path checker loop. Paths are now checked for each multipath map in turn * Renamed public functions, variables, and macros to comply with the glibc policy for reserved names (gh#opensvc/multipath-tools#91) * Fixed bug that caused queueing to be always disabled if flushing a map failed (bug introduced in 0.9.8). (bsc#1229898) * Fixed failure to remove maps even with `deferred_remove` (bug introduced in 0.9.9). (bsc#1229898) * Fixed old mpathpersist bug leading to the error message "configured reservation key doesn't match: 0x0" when `reservation_key` was configured in the multipaths section of `multipath.conf`. (bsc#1228926, gh#opensvc/multipath-tools#92) * Fixed output of `multipath -t` and `multipath -T` for the options `force_sync` and `retrigger_tries`. (bsc#1229898, gh#opensvc/multipath-tools#88) * Fixed adding maps by WWID in CLI (command `add map $WWID`). (bsc#1229898) ==== openSUSE-release ==== Version update (20240829 -> 20240902) Subpackages: openSUSE-release-appliance-custom openSUSE-release-dvd - automatically generated by openSUSE-release-tools/pkglistgen ==== perl-Clone ==== Version update (0.46 -> 0.470.0) - updated to 0.470.0 (0.47) see /usr/share/doc/packages/perl-Clone/Changes 0.47 2024-08-17 12:30:00 atoomic - Stop using quote as package separator ==== perl-Try-Tiny ==== Version update (0.31 -> 0.320.0) - updated to 0.320.0 (0.32) see /usr/share/doc/packages/perl-Try-Tiny/Changes 0.32 2024-08-16 22:23:44Z - skip given, when tests on perls >= 5.41.3 which removed these constructs ==== php8 ==== Version update (8.3.10 -> 8.3.11) Subpackages: php8-ctype php8-dom php8-iconv php8-openssl php8-pdo php8-sqlite php8-tokenizer php8-xmlreader php8-xmlwriter - version update to 8.3.11 Core: Fixed bug GH-15020 (Memory leak in Zend/Optimizer/escape_analysis.c). Fixed bug GH-15023 (Memory leak in Zend/zend_ini.c). Fixed bug GH-13330 (Append -Wno-implicit-fallthrough flag conditionally). Fix uninitialized memory in network.c. Fixed bug GH-15108 (Segfault when destroying generator during shutdown). Fixed bug GH-15275 (Crash during GC of suspended generator delegate). Curl: Fixed case when curl_error returns an empty string. DOM: Fix UAF when removing doctype and using foreach iteration. FFI: Fixed bug GH-14286 (ffi enum type (when enum has no name) make memory leak). Hash: Fix crash when converting array data for array in shm in xxh3. Intl: Fixed bug GH-15087 (IntlChar::foldCase()'s $option is not optional). Opcache: Fixed bug GH-13817 (Segmentation fault for enabled observers after pass 4). Fixed bug GH-13775 (Memory leak possibly related to opcache SHM placement). Output: Fixed bug GH-15179 (Segmentation fault (null pointer dereference) in ext/standard/url_scanner_ex.re). PDO_Firebird: Fix bogus fallthrough path in firebird_handle_get_attribute(). PHPDBG: Fixed bug GH-13199 (EOF emits redundant prompt in phpdbg local console mode with libedit/readline). Fixed bug GH-15268 (heap buffer overflow in phpdbg (zend_hash_num_elements() Zend/zend_hash.h)). Fixed bug GH-15210 use-after-free on watchpoint allocations. Soap: Fixed bug #55639 (Digest autentication dont work). Fix SoapFault property destruction. Fixed bug GH-15252 (SOAP XML broken since PHP 8.3.9 when using classmap constructor option). Standard: Fix passing non-finite timeout values in stream functions. Fixed GH-14780 p(f)sockopen timeout overflow. Streams: Fixed bug GH-15028 (Memory leak in ext/phar/stream.c). Fixed bug GH-15034 (Integer overflow on stream_notification_callback byte_max parameter with files bigger than 2GB). Reverted fix for GH-14930 (Custom stream wrapper dir_readdir output truncated to 255 characters). Tidy: Fix memory leaks in ext/tidy basedir restriction code. ==== python-numpy ==== Version update (1.26.4 -> 2.0.0) - remove meson-python upper limit (per upstream) - Fix numpy-config path tests, provide reason for failing meson test - Remove mistaken pycache rpmlint filter - Update to 2.0.0, changes include: * Adds support for array parameter declaration in fortran... * Added ``bitwise_count`` UFuncs * Add binding for random pyx files * Use AVX512-FP16 SVML content for float16 umath functions * allow int sequences as shape arguments in numpy.memmap * Add .mT attribute for arrays * Create complex scalars from real and imaginary parts * add copy parameter for api.reshape function * make use of locals() in a comprehension fully compatible... * Add array API standard v2022.12 support to numpy.array_api * Change string to bool conversions to be consistent with... * Allow np.info on non-hashable objects with a dtype * let zeros, empty, and empty_like accept dtype classes * Bump C-ABI to 2 but accept older NumPy if compiled against... * Use high accuracy SVML for double precision umath functions * expose PyUFunc_GiveFloatingpointErrors in the dtype API * PyObject_IsTrue and PyObject_Not error handling in setflags * array2string does not add signs for positive integers. * Vectorize np.partition and np.argpartition using AVX-512 * Create helper for conversion to arrays * Add size check for threaded array assignment * Finalize ``fastCopyAndTranpose`` and other old C-funcs/members... * assert_array_less should report max violations instead of... * Introduce tracer for enabled CPU targets on each optimized... * Extend np.add ufunc to work with unicode and byte dtypes * Add find/rfind ufuncs for unicode and byte dtypes * Make ``intp`` ``ssize_t`` and introduce characters nN * Add isdigit/isspace/isdecimal/isnumeric ufuncs for string... * DType API slot for descriptor finalization before array... * ensure passing ``np.dtype`` to itself doesn't crash * Vectorize np.sort and np.partition with AVX2 * Change add/isalpha ufuncs to use buffer class & general... * Add strip/lstrip/rstrip ufuncs for unicode and bytes * Add ``matrix_norm``, ``vector_norm``, ``vecdot`` and ``matrix_transpose`` * Make ``encoding=None`` the default in loadtxt * Introduce ``copy`` argument for ``np.asarray`` * Introduce ``correction`` argument for ``np.var`` and ``np.std``... * Handle ``common`` blocks with ``kind`` specifications from modules * Handle ``iso_c_type`` mappings more consistently * Add ``device`` and ``to_device`` to ``numpy.ndarray`` * Shrink MultiIterObject and make ``NPY_MAXARGS`` a runtime... * enable linking of external libraries in the f2py Meson backend * Don't use the _Complex extension in C++ mode * Add fft optional extension submodule to numpy.array_api * make arange ``start`` argument positional-only * Make numpy.array_api more portable * Adjust ``linalg.pinv`` and ``linalg.cholesky`` to Array... * define a gufunc for vecdot (with BLAS support) * Add ``rtol`` to ``matrix_rank`` and ``stable`` * adjust nD fft ``s`` param to array API * three string ufunc bugs, one leading to segfault * allow building in cython with Py_LIMITED_API * support axes argument in np.linalg.tensordot * Add replace ufunc to np.strings * change list-of-array to tuple-of-array returns (Numba compat) * Wrap string ufuncs in np.strings to allow default arguments * Allow ``None`` as ``api_version`` in ``__array_namespace__``... * Vectorize argsort and argselect with AVX2 * Use large file fallocate on 32 bit linux platforms * Allow strings in logical ufuncs * Allow NumPy int scalars to be divided by out-of-bound Python... * correct irfft with n=1 on larger input * check for overflow when converting a string to an int scalar * Ensure meson updates generated umath doc correctly. * support float and longdouble in FFT using C++ pocketfft... * Make any and all return booleans by default * Finalize future warning move in lstsq default * add a pkg-config file and a ``numpy-config`` script * Finalize future warning for shape=1 descriptor dropping... * Add index/rindex ufuncs for unicode and bytes dtypes * Add rest of unary ufuncs for unicode/bytes dtypes * Create ``PyArray_DescrProto`` for legacy descriptor registration * Make ``descr->f`` only accessible through ``PyDataType_GetArrFuncs`` * ensure that FFT routines can deal with integer and bool... * ensure static_string.buf is never NULL for a non-null string * Include broadcasting for ``rtol`` argument in ``matrix_rank`` * Add expandtabs ufunc for string & unicode dtypes * implement stringdtype <-> timedelta roundtrip casts * Make descr->f only accessible through ``PyDataType_GetArrFuncs`` * Ensure non-array logspace base does not influence dtype... * Require reduce promoters to start with None to match * inherit numerical dtypes from abstract ones. * Infinite Loop in numpy.base_repr * Ensure seed sequences are restored through pickling * use PyArray_SafeCast in array_astype * introduce a notion of "compatible" stringdtype instances... * add support for nan-like null strings in string replace * Make sure that NumPy scalars are supported by can_cast * Disallow string inputs for copy keyword in np.array and... * Adds asanyarray to start of linalg.cross * weighted nanpercentile, nanquantile and multi-dim q - Remove patches, no longer required: * 0001-BUG-Fix-test_impossible_feature_enable-failing-witho.patch * 0001-feature-module-Fix-handling-of-multiple-conflicts-pe.patch * fix-meson-multiple-python-versions.patch * numpy-1.9.0-remove-__declspec.patch ==== python-requests ==== - Remove Requires on python-py, it should have been removed earlier. ==== python311 ==== Subpackages: python311-curses python311-dbm - Add CVE-2024-8088-inf-loop-zipfile_Path.patch to prevent malformed payload to cause infinite loops in zipfile.Path (bsc#1229704, CVE-2024-8088). ==== python311-core ==== Subpackages: libpython3_11-1_0 python311-base - Add CVE-2024-8088-inf-loop-zipfile_Path.patch to prevent malformed payload to cause infinite loops in zipfile.Path (bsc#1229704, CVE-2024-8088). ==== qemu ==== Subpackages: qemu-arm qemu-audio-spice qemu-block-curl qemu-block-nfs qemu-block-rbd qemu-chardev-spice qemu-guest-agent qemu-hw-display-qxl qemu-hw-display-virtio-gpu qemu-hw-display-virtio-gpu-pci qemu-hw-display-virtio-vga qemu-hw-usb-host qemu-hw-usb-redirect qemu-hw-usb-smartcard qemu-img qemu-ipxe qemu-ksm qemu-pr-helper qemu-tools qemu-ui-curses qemu-ui-gtk qemu-ui-opengl qemu-ui-spice-app qemu-ui-spice-core qemu-vgabios - Fix bsc#1221812: * [openSUSE] block: Reschedule query-block during qcow2 invalidation (bsc#1221812) - Fixup a previous patch (cure a build warning): * [openSUSE] fixup patch "pc: q35: Allow 1024 cpus for old machine types" - Infra improvement: * [openSUSE] Workflows for Virtualization:Staging:TDX ==== qt6-wayland ==== Subpackages: libQt6WaylandClient6 libQt6WaylandCompositor6 libQt6WaylandEglClientHwIntegration6 libQt6WaylandEglCompositorHwIntegration6 libQt6WlShellIntegration6 - Add patch to fix 'wl_shm' higher than interface version (2 > 1) (boo#1229893, QTBUG-126379): * 0001-update-wayland_xml-to-version-1_23_0.patch ==== rsync ==== - add patch rsync-run-dir.patch: * Drop dependency on /var/run compat symlink, this causes problems on image based systems ==== salt ==== Subpackages: python3-salt salt-master salt-minion salt-transactional-update - Avoid crash on wrong output of systemctl version (bsc#1229539) - Improve error handling with different OpenSSL versions - Remove redundant run_func from salt.master.MWorker._handle_aes - Added: * avoid-crash-on-wrong-output-of-systemctl-version-bsc.patch * improve-error-handling-with-different-openssl-versio.patch * remove-redundant-run_func-from-salt.master.mworker._.patch - Fix cloud minion configuration for multiple masters (bsc#1229109) - Added: * join-masters-if-it-is-a-list-671.patch - Use Pygit2 id instead of deprecated oid in gitfs - Added: * replace-use-of-pygit2-deprecated-and-removed-1.15.0-.patch ==== selinux-policy ==== Version update (20240828 -> 20240830) Subpackages: selinux-policy-targeted - Update to version 20240830: * Allow virtstoraged to manage images (bsc#1228742) * Allow virtstoraged_t domtrans to udev (bsc#1228742) ==== snapper ==== Version update (0.11.1 -> 0.11.2) Subpackages: libsnapper7 snapper-zypp-plugin - use .snapshots dir for 'btrfs qgroup clear-stale' (bsc#1229904) - version 0.11.2 ==== suse-module-tools ==== Version update (16.0.49 -> 16.0.50) Subpackages: suse-module-tools-scriptlets * Generate initrd for the default snapshot (boo#1224773) ==== taglib ==== Version update (2.0.1 -> 2.0.2) Subpackages: libtag2 libtag_c2 - Update to 2.0.2: * Fix parsing of ID3v2.2 frames. * Tolerate MP4 files with unknown atom types as generated by Android tools. * Support setting properties with arbitrary names in MP4 tags. * Windows: Fix "-p" option in tagwriter example. * Support building with older utfcpp versions. ==== transactional-update ==== Version update (4.8.0 -> 4.8.1) Subpackages: dracut-transactional-update libtukit4 transactional-update-zypp-config tukit - Version 4.8.1 - tukit: fix --drop-if-no-change after apply [bsc#1229900] ==== virt-v2v ==== Version update (2.5.6 -> 2.5.9) Subpackages: virt-v2v-bash-completion - Update to virt-v2v 2.5.9 (jsc#PED-8910) * convert: More robust qemu-ga installation, change paths mlcustomize: Use Start-Process -Wait to run qemu-ga installer mlcustomize: Add Firstboot.firstboot_dir function mlcustomize: Place powershell scripts into \Temp * common: mlcustomize: Inject qemu-ga & blnsvr into /Temp * Pull in a fix to make Windows firstboot more reliable. mlcustomize: Add some comments to firstboot batch file mlcustomize: Reboot Windows between each firstboot script * convert: windows: Don't wait indefinitely for netkvm.sys * convert: windows: Allow increasing verboseness of driver installation * convert: windows: Online all virtio disks at first boot * convert: windows: Ignore sriov drivers on virtio-win disk ==== xfce4-notes-plugin ==== Subpackages: xfce4-notes-plugin-lang - Vala does not properly work with gcc-14; lets stick with gcc-13 for now on Tumbleweed/Slowroll.