Packages changed: Mesa (23.1.6 -> 23.1.7) Mesa-drivers (23.1.6 -> 23.1.7) btrfsprogs (6.3 -> 6.5) cockpit (298 -> 300.1) cockpit-podman (74 -> 76) conmon (2.1.7 -> 2.1.8) dracut (059+suse.491.g87f19c22 -> 059+suse.497.ga7feaf12) gcab (1.5 -> 1.6) javapackages-tools libportal (0.6 -> 0.7) libstorage-ng (4.5.139 -> 4.5.141) python-PyJWT (2.7.0 -> 2.8.0) python-psutil === Details === ==== Mesa ==== Version update (23.1.6 -> 23.1.7) Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1 - Update to bugfix release 23.1.7: - -> https://docs.mesa3d.org/relnotes/23.1.7.html - mini-cleanup for python package BuildRequires in specfile - added python3-dataclasses package for sle15/Leap15 to finally fix build for these build targets; dataclasses module is in standard library of python >= 3.7 ... ==== Mesa-drivers ==== Version update (23.1.6 -> 23.1.7) Subpackages: Mesa-dri Mesa-gallium Mesa-libva - Update to bugfix release 23.1.7: - -> https://docs.mesa3d.org/relnotes/23.1.7.html - mini-cleanup for python package BuildRequires in specfile - added python3-dataclasses package for sle15/Leap15 to finally fix build for these build targets; dataclasses module is in standard library of python >= 3.7 ... ==== btrfsprogs ==== Version update (6.3 -> 6.5) Subpackages: btrfsprogs-bash-completion btrfsprogs-udev-rules libbtrfs0 libbtrfsutil1 - update to 6.5: * crc32c implementation speedup (3x) * btrfstune: * be more strict about option combinations and refuse changing features from incompatible groups * metadata_uuid changes fixes * libbtrfs: fix ABI breakage introduced in 6.3.1, revert struct subvol_info and subvol_uuid_search changes (bsc#1212217) * CI updates * pull request build tests enabled * published static binaries built with backward compatibility (-march=x86-64) * other * documentation updates * new and updated tests * experimental feature updates (json, list-chunks, checksum switch) * code refactoring * remove btrfs-fragments - update to 6.3.3: * add btrfs-find-root to btrfs.box * replace: properly enqueue if there's another replace running * other: * CI updates, more tests enabled, code coverage, badges * documentation updates * build warning fixes - Let btrfsprogs-bash-completion conflict with btrfsprogs <= 6.2.1 as there is a file conflict with the bash completion scripts still being bundled with btrfsprogs in these versions. - update to 6.3.2: * fix mkfs and others on big endian hosts * mkfs: don't print changed defaults notice with --quiet * scrub: fix wrong stats of processed bytes in background and foreground mode * convert: actually create free-space-tree instead of v1 space cache * print-tree: recognize and print CHANGING_FSID_V2 flag (for the metadata_uuid change in progress) * other: documentation updates - update to 6.3.1: * convert: fix checksum of a block relocated from 0-1M range * qgroup show: fix formatting of limit values in json output * receive: report paret subovl UUID on errors * btrfsune: new option --convert-to-free-space-tree to convert from block-group-tree back to extent tree for block group tracking * mkfs: make option --rootdir more verbose and report start when filling from the given directory starts * experimental: * btrfstune: checksum switch logic reimplemented, conversion of all metadata and data now works, resume from various states also supported * other: * test updates and fixes * CI cleanups and old files removed * integration with Github actions - Remove patch: btrfs-progs-qgroup-show-fix-formatting-of-limit-valu.patch (upstreamed) ==== cockpit ==== Version update (298 -> 300.1) Subpackages: cockpit-bridge cockpit-packagekit cockpit-system - new version 300.1 https://cockpit-project.org/blog/cockpit-300.html https://cockpit-project.org/blog/cockpit-299.html - Re-add pwscore dependency for SLE ==== cockpit-podman ==== Version update (74 -> 76) - New version 76: * performance and stability improvements - deps.patch: upstreamed, dropped ==== conmon ==== Version update (2.1.7 -> 2.1.8) - Update to version 2.1.8: * stdio: ignore EIO for terminals * ensure console socket buffers are properly sized * conmon: drop return after pexit() * ctrl: make accept4 failures fatal * logging: avoid opening /dev/null for each write * oom: restore old OOM score * Use default umask 0022 * cli: log parsing errors to stderr * Changes to build conmon for riscv64 * Changes to build conmon for ppc64le * Fix close_other_fds on FreeBSD ==== dracut ==== Version update (059+suse.491.g87f19c22 -> 059+suse.497.ga7feaf12) Subpackages: dracut-ima - Update to version 059+suse.497.ga7feaf12: * chore(suse): disable fips and ima subpackages for i?86 * fix(dracut.sh): remove microcode check based on CONFIG_MICROCODE_[AMD|INTEL] * chore(suse): update SUSE maintainers doc ==== gcab ==== Version update (1.5 -> 1.6) Subpackages: gcab-lang libgcab-1_0-0 - Update to version 1.6: + New Features: Allow specifying the allowed compression formats at runtime. This would allow us, for example, to disable the slightly scary LZX compression format when parsing unknown files. + Bugfixes: Do not require git when building from a tarball. ==== javapackages-tools ==== Subpackages: javapackages-filesystem - Modified patch: * 0001-Make-the-alias-generation-reproducible.patch -> 0001-Make-maven_depmap-order-of-aliases-reproducible.patch + replace by the version of patch integrated by upstream - Added patch: * 0002-Do-not-bomb-on-relativePath-construct.patch + integrated patch fixing parent recursion with empty element ==== libportal ==== Version update (0.6 -> 0.7) Subpackages: libportal-1 libportal-gtk3-1 libportal-gtk4-1 - Update to version 0.7: + Add support for the new SetStatus() method of the Background portal. + Add support for the new ConnectToEIS() method of the Remote Desktop portal. + Improve unit and integration tests. + Documentation improvements. + CI improvements. ==== libstorage-ng ==== Version update (4.5.139 -> 4.5.141) Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1 - Translated using Weblate (Swedish) (bsc#1149754) - 4.5.141 - merge gh#openSUSE/libstorage-ng#947 - handle json output of btrfs version 6.5 - 4.5.140 ==== python-PyJWT ==== Version update (2.7.0 -> 2.8.0) - Update to version 2.8.0 * Update python version test matrix by @auvipy in #895 * Add ``strict_aud`` as an option to ``jwt.decode`` by @woodruffw in #902 * Export PyJWKClientConnectionError class by @daviddavis in #887 * Allows passing of ssl.SSLContext to PyJWKClient by @juur in #891 - Skip test_get_jwt_set_sslcontext_default test in testsuite ==== python-psutil ==== - BuildRequire /usr/bin/who: called by the test suite. With coreutils 9.4 'who' is no longer part of the main package but is shipped as part of coreutils-systemd.