Packages changed: Mesa (24.1.1 -> 24.1.2) Mesa-drivers (24.1.1 -> 24.1.2) MicroOS-release (20240622 -> 20240624) docker (26.1.0_ce -> 26.1.4_ce) gcc14 (14.1.0+git10173 -> 14.1.1+git10335) hplip (3.23.12 -> 3.24.4) libnettle (3.9.1 -> 3.10) openSUSE-build-key passt (20240523.765eb0b -> 20240607.8a83b53) qt6-base (6.7.1 -> 6.7.2) qt6-declarative (6.7.1 -> 6.7.2) qt6-multimedia (6.7.1 -> 6.7.2) qt6-positioning (6.7.1 -> 6.7.2) qt6-qt5compat (6.7.1 -> 6.7.2) qt6-quick3d (6.7.1 -> 6.7.2) qt6-quicktimeline (6.7.1 -> 6.7.2) qt6-sensors (6.7.1 -> 6.7.2) qt6-shadertools (6.7.1 -> 6.7.2) qt6-speech (6.7.1 -> 6.7.2) qt6-svg (6.7.1 -> 6.7.2) qt6-tools (6.7.1 -> 6.7.2) qt6-virtualkeyboard (6.7.1 -> 6.7.2) qt6-wayland (6.7.1 -> 6.7.2) qt6-webchannel (6.7.1 -> 6.7.2) qt6-webengine (6.7.1 -> 6.7.2) qt6-webview (6.7.1 -> 6.7.2) vim (9.1.0470 -> 9.1.0512) === Details === ==== Mesa ==== Version update (24.1.1 -> 24.1.2) Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1 - Specfile cleanup * copy rust crate sources into subprojects folder * remove supplements. nvk is still new - Specfile changes for Rust crates. Also added this to README-suse-maintenance.md * Since Rust crates are not installed or discouraged to be installed as system dependencies because of the maintenance burden of being the next crates.io, we will have to download the following crates as vendored dependencies. Hence, do not be scared if the dependencies are done like this To check new crates or update the versions, just go to the subprojects folder and run `grep -r crates .` then set versions appropriately. - Update baselibs.conf - Build requires rust-cbindgen >= 0.25. However, this means we cannot build libvulkan_nouveau on Leap. - Enable libvulkan_nouveau including the following depencencies * add rust crate paste-1.0.14.tar.gz * add rust crate proc-macro2-1.0.70.tar.gz * add rust crate quote-1.0.33.tar.gz * add rust crate syn-2.0.39.tar.gz * add rust crate unicode-ident-1.0.12.tar.gz - Update to bugfix release 24.1.2 - -> https://docs.mesa3d.org/relnotes/24.1.2 ==== Mesa-drivers ==== Version update (24.1.1 -> 24.1.2) Subpackages: Mesa-dri Mesa-gallium - Specfile cleanup * copy rust crate sources into subprojects folder * remove supplements. nvk is still new - Specfile changes for Rust crates. Also added this to README-suse-maintenance.md * Since Rust crates are not installed or discouraged to be installed as system dependencies because of the maintenance burden of being the next crates.io, we will have to download the following crates as vendored dependencies. Hence, do not be scared if the dependencies are done like this To check new crates or update the versions, just go to the subprojects folder and run `grep -r crates .` then set versions appropriately. - Update baselibs.conf - Build requires rust-cbindgen >= 0.25. However, this means we cannot build libvulkan_nouveau on Leap. - Enable libvulkan_nouveau including the following depencencies * add rust crate paste-1.0.14.tar.gz * add rust crate proc-macro2-1.0.70.tar.gz * add rust crate quote-1.0.33.tar.gz * add rust crate syn-2.0.39.tar.gz * add rust crate unicode-ident-1.0.12.tar.gz - Update to bugfix release 24.1.2 - -> https://docs.mesa3d.org/relnotes/24.1.2 ==== MicroOS-release ==== Version update (20240622 -> 20240624) Subpackages: MicroOS-release-appliance MicroOS-release-dvd - automatically generated by openSUSE-release-tools/pkglistgen ==== docker ==== Version update (26.1.0_ce -> 26.1.4_ce) Subpackages: docker-rootless-extras - Rebase patches: * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch * 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch * 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch - Fix BuildKit's symlink resolution logic to correctly handle non-lexical symlinks. Backport of and . bsc#1221916 + 0006-bsc1221916-update-to-patched-buildkit-version-to-fix.patch - Write volume options atomically so sudden system crashes won't result in future Docker starts failing due to empty files. Backport of . bsc#1214855 + 0007-bsc1214855-volume-use-AtomicWriteFile-to-save-volume.patch - Update to Docker 26.1.4-ce. See upstream changelog online at - Rebase patches: * cli-0001-docs-include-required-tools-in-source-tree.patch ==== gcc14 ==== Version update (14.1.0+git10173 -> 14.1.1+git10335) Subpackages: libatomic1 libgcc_s1 libgfortran5 libgomp1 libquadmath0 libstdc++6 libubsan1 - Update to gcc-14 branch head, 272e8c90af527fc1d0055ad0f, git10335 * picks first batch of post-release fixes ==== hplip ==== Version update (3.23.12 -> 3.24.4) Subpackages: hplip-hpijs hplip-udev-rules - Update to hplip 3.24.4 - Added support for new printers: * HP OfficeJet 8120 All-in-One series * HP OfficeJet Pro 8120 All-in-One series * HP OfficeJet 8130 All-in-One series * HP OfficeJet Pro 8130 All-in-One series * HP OfficeJet Pro 9720 Series * HP OfficeJet Pro 9730 Series ==== libnettle ==== Version update (3.9.1 -> 3.10) Subpackages: libhogweed6 libnettle8 - Update to 3.10: * Bug fixes: - Add missing hash functions sha512_224 and sha512_256 to the nettle_get_hashes() list. The name values in the corresponding nettle_hash structs also changed to use underscore instead of dash, for consistency. - Fix a few cases of formally undefined calls to memcpy(dst, NULL, 0), resulting from valid calls to, e.g., sha256_update(ctx, 0, NULL). * New features: - Support RSA-OAEP encryption. Contributed by Nicolas Mora and Daiki Ueno. - New function sha3_256_shake_output, new functions sha3_128_init, sha3_128_update, sha3_128_shake, sha3_128_shake_output. Contributed by Daiki Ueno. - Added DRBG-CTR with AES256, contributed by Simon Josefsson. * Optimizations: - New combined gcm-aes assembly for powerpc64, contributed by Danny Tsen. - New sha256 assembly for powerpc64, contributed by Eric Richter. - Improved performance for powerpc64 AES decrypt, by skipping subkey transformations that don't suit the vncipher instructions. - Add arm64 CPU feature detection for Android and for Apple systems, contributed by Foolbar and Tim Kosse, prespectively. * Miscellaneous: - New tests for side-channel silence, based on valgrind. - Delete all md5 assembly code. Delete all sparc32 assembly code. ==== openSUSE-build-key ==== - Ensure that SLM 6.0 key is installed on Leap Micro and Leap 16 - install SLFO / SLM 6.0 key and SLES 15 SP6+ key by default ==== passt ==== Version update (20240523.765eb0b -> 20240607.8a83b53) Subpackages: passt-selinux - Update to version 20240607.8a83b53: * selinux: Allow access to user_devpts * tcp, flow: Fix some error paths which didn't clean up flows properly * util: Use 'long' to represent millisecond durations * lineread: Use ssize_t for line lengths * conf: Safer parsing of MAC addresses * util: Use unsigned indices for bits in bitmaps * clang-tidy: Enable the bugprone-macro-parentheses check * Remove pointless macro parameters in CALL_PROTO_HANDLER * udp: Make rport calculation more local * tcp: Make pointer const in tcp_revert_seq * log: Remove log_to_stdout option * conf: Don't print usage via the logging subsystem * conf: Remove unhelpful usage() wrapper * tcp: move seq_to_tap update to when frame is queued ==== qt6-base ==== Version update (6.7.1 -> 6.7.2) Subpackages: libQt6Concurrent6 libQt6Core6 libQt6DBus6 libQt6Gui6 libQt6Network6 libQt6OpenGL6 libQt6OpenGLWidgets6 libQt6PrintSupport6 libQt6Sql6 libQt6Test6 libQt6Widgets6 libQt6Xml6 qt6-network-tls qt6-networkinformation-glib qt6-networkinformation-nm qt6-printsupport-cups qt6-sql-sqlite - Update to 6.7.2: * https://www.qt.io/blog/qt-6.7.2-released ==== qt6-declarative ==== Version update (6.7.1 -> 6.7.2) Subpackages: libQt6LabsAnimation6 libQt6LabsFolderListModel6 libQt6LabsQmlModels6 libQt6LabsSettings6 libQt6LabsSharedImage6 libQt6LabsWavefrontMesh6 libQt6Qml6 libQt6QmlCore6 libQt6QmlLocalStorage6 libQt6QmlModels6 libQt6QmlNetwork6 libQt6QmlWorkerScript6 libQt6QmlXmlListModel6 libQt6Quick6 libQt6QuickControls2-6 libQt6QuickControls2Impl6 libQt6QuickDialogs2-6 libQt6QuickDialogs2QuickImpl6 libQt6QuickDialogs2Utils6 libQt6QuickEffects6 libQt6QuickLayouts6 libQt6QuickParticles6 libQt6QuickShapes6 libQt6QuickTemplates2-6 libQt6QuickTest6 libQt6QuickWidgets6 qt6-declarative-imports - Update to 6.7.2: * https://www.qt.io/blog/qt-6.7.2-released ==== qt6-multimedia ==== Version update (6.7.1 -> 6.7.2) Subpackages: libQt6Multimedia6 libQt6MultimediaQuick6 libQt6Quick3DSpatialAudio6 libQt6SpatialAudio6 qt6-multimedia-imports - Update to 6.7.2: * https://www.qt.io/blog/qt-6.7.2-released ==== qt6-positioning ==== Version update (6.7.1 -> 6.7.2) - Update to 6.7.2: * https://www.qt.io/blog/qt-6.7.2-released ==== qt6-qt5compat ==== Version update (6.7.1 -> 6.7.2) Subpackages: libQt6Core5Compat6 qt6-qt5compat-imports - Update to 6.7.2: * https://www.qt.io/blog/qt-6.7.2-released ==== qt6-quick3d ==== Version update (6.7.1 -> 6.7.2) Subpackages: libQt6Quick3D6 libQt6Quick3DAssetImport6 libQt6Quick3DAssetUtils6 libQt6Quick3DEffects6 libQt6Quick3DHelpers6 libQt6Quick3DHelpersImpl6 libQt6Quick3DParticleEffects6 libQt6Quick3DParticles6 libQt6Quick3DRuntimeRender6 libQt6Quick3DUtils6 qt6-quick3d-imports - Update to 6.7.2: * https://www.qt.io/blog/qt-6.7.2-released ==== qt6-quicktimeline ==== Version update (6.7.1 -> 6.7.2) - Update to 6.7.2: * https://www.qt.io/blog/qt-6.7.2-released ==== qt6-sensors ==== Version update (6.7.1 -> 6.7.2) - Update to 6.7.2: * https://www.qt.io/blog/qt-6.7.2-released ==== qt6-shadertools ==== Version update (6.7.1 -> 6.7.2) - Update to 6.7.2: * https://www.qt.io/blog/qt-6.7.2-released ==== qt6-speech ==== Version update (6.7.1 -> 6.7.2) Subpackages: libQt6TextToSpeech6 qt6-texttospeech - Update to 6.7.2: * https://www.qt.io/blog/qt-6.7.2-released ==== qt6-svg ==== Version update (6.7.1 -> 6.7.2) - Update to 6.7.2: * https://www.qt.io/blog/qt-6.7.2-released ==== qt6-tools ==== Version update (6.7.1 -> 6.7.2) Subpackages: libQt6UiTools6 qt6-tools-qdbus - Update to 6.7.2: * https://www.qt.io/blog/qt-6.7.2-released ==== qt6-virtualkeyboard ==== Version update (6.7.1 -> 6.7.2) Subpackages: libQt6HunspellInputMethod6 libQt6VirtualKeyboard6 qt6-virtualkeyboard-imports - Update to 6.7.2: * https://www.qt.io/blog/qt-6.7.2-released ==== qt6-wayland ==== Version update (6.7.1 -> 6.7.2) Subpackages: libQt6WaylandClient6 libQt6WaylandCompositor6 libQt6WaylandEglClientHwIntegration6 libQt6WaylandEglCompositorHwIntegration6 libQt6WlShellIntegration6 - Update to 6.7.2: * https://www.qt.io/blog/qt-6.7.2-released ==== qt6-webchannel ==== Version update (6.7.1 -> 6.7.2) Subpackages: libQt6WebChannel6 libQt6WebChannelQuick6 qt6-webchannel-imports - Update to 6.7.2: * https://www.qt.io/blog/qt-6.7.2-released ==== qt6-webengine ==== Version update (6.7.1 -> 6.7.2) Subpackages: libQt6WebEngineCore6 libQt6WebEngineQuick6 libQt6WebEngineWidgets6 qt6-webengine-imports - Update to 6.7.2: * https://www.qt.io/blog/qt-6.7.2-released ==== qt6-webview ==== Version update (6.7.1 -> 6.7.2) - Update to 6.7.2: * https://www.qt.io/blog/qt-6.7.2-released ==== vim ==== Version update (9.1.0470 -> 9.1.0512) Subpackages: vim-data-common vim-small - Update to 9.1.0512: * Mode message for spell completion doesn't match allowed keys * CursorMovedC triggered wrongly with setcmdpos() * update runtime files * CI: test_gettext fails on MacOS14 + MSVC Win * not possible to translate Vim script messages * termdebug plugin can be further improved * add gomod filetype plugin * hard to detect cursor movement in the command line * Optionally highlight parameterised types * filetype: .envrc & .prettierignore not recognized * filetype: Faust files are not recognized * inner-tag textobject confused about ">" in attributes * cannot use fuzzy keyword completion * Remove the group exclusion list from @javaTop * wrong return type for execute() function * MS-Windows: too much legacy code * too complicated mapping restore in termdebug * simplify mapping * cannot switch buffer in a popup * MS-Windows: doesn't handle symlinks properly * getcmdcompltype() interferes with cmdline completion * termdebug can be further improved * update htmldjango detection * Improve Turkish documentation * include a simple csv filetype and syntax plugin * include the the simple nohlsearch package * matched text is highlighted case-sensitively * Matched text isn't highlighted in cmdline pum * Fix typos in several documents * clarify when text properties are cleared * improve the vim-shebang example * revert unintended formatting changes for termdebug * Add a config variable for commonly used compiler options * Wrong matched text highlighted in pum with 'rightleft' * bump length of character references in syntax script * properly check mapping variables using null_dict * fix KdlIndent and kdlComment in indent script * Test for patch 9.1.0489 doesn't fail without the fix * Fold multi-line comments with the syntax kind of &fdm * using wrong type for PlaceSign() * filetype: Vim-script files not detected by shebang line * revert unintended change to zip#Write() * add another tag for vim-shebang feature * Cmdline pum doesn't work properly with 'rightleft' * minor style problems with patch 9.1.0487 * default completion may break with fuzzy * Wrong padding for pum "kind" with 'rightleft' * Update base-syntax, match shebang lines * MS-Windows: handle files with spaces properly * Restore HTML syntax file tests * completed item not update on fuzzy completion * filetype: Snakemake files are not recognized * make TermDebugSendCommand() a global function again * close all buffers in the same way * Matched text shouldn't be highlighted in "kind" and "menu" * fix wrong helptag for :defer * Update base-syntax, match :sleep arg * include Georgian keymap * Sorting of completeopt+=fuzzy is not stable * correctly test for windows in NetrwGlob() * glob() on windows fails with [] in directory name * rewrite mkdir() doc and simplify {flags} meaning * glob() not sufficiently tested * update return type for job_info() * termdebug plugin needs more love * correct return types for job_start() and job_status() * Update base-syntax, match :catch and :throw args * Include element values in non-marker annotations * Vim9: term_getjob() throws an exception on error * fuzzy string matching executed when not needed * fuzzy_match_str_with_pos() does unnecessary list operations * restore description of "$" in col() and virtcol() * deduplicate getpos(), line(), col(), virtcol() * Update g:vimsyn_comment_strings dump file tests * Use string interpolation instead of string concat * potential deref of NULL pointer in fuzzy_match_str_with_pos * block_editing errors out when using * Update base-syntax, configurable comment string highlighting * fix typos in syntax.txt * Cannot see matched text in popup menu * Update base-syntax, match multiline continued comments * clarify documentation for "v" position at line() * cmod_split modifier is always reset in term_start() * remove line-continuation characters * use shiftwidth() instead of &tabstop in indent script * Remove orphaned screen dump files * include syntax, indent and ftplugin files * CI: Test_ColonEight() fails on github runners * add missing Enabled field in syntax script * basic svelte ftplugin file * term_start() does not clear vertical modifier * fix mousemodel restoration by comparing against null_string * Added definitions of Vim scripts and plugins * Exclude lambda expressions from _when_ _switch-case_ label clauses * Fix saved_mousemodel check * Inconsistencies between functions for option flags * Crash when using autocmd_get() after removing event inside autocmd * Fix small style issues ... changelog too long, skipping 6 lines ... * convert termdebug plugin to Vim9 script