Packages changed: MicroOS-release (20241217 -> 20241218) docker (26.1.5_ce -> 27.4.1_ce) dracut-pcr-signature (0.5+0 -> 0.5+1) flashrom (1.4.0 -> 1.5.0) fwupd-efi (1.3 -> 1.7) glslang (15.0.0 -> 15.1.0) mozjs128 python-urllib3 qalculate (5.2.0 -> 5.4.0) sdbootutil (1+git20241206.dccea55 -> 1+git20241217.5aeb4e9) === Details === ==== MicroOS-release ==== Version update (20241217 -> 20241218) Subpackages: MicroOS-release-appliance MicroOS-release-dvd - automatically generated by openSUSE-release-tools/pkglistgen ==== docker ==== Version update (26.1.5_ce -> 27.4.1_ce) Subpackages: docker-buildx docker-rootless-extras - Update to Docker 27.4.1-ce. See upstream changelog online at - Rebase patches: * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch * 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch * 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch * cli-0001-docs-include-required-tools-in-source-tree.patch - Update to docker-buildx 0.19.3. See upstream changelog online at - Update to Docker 27.4.0-ce. See upstream changelog online at - Rebase patches: * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch * 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch * 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch * cli-0001-docs-include-required-tools-in-source-tree.patch - Remove upstreamed patches: - 0006-bsc1221916-update-to-patched-buildkit-version-to-fix.patch - 0007-bsc1214855-volume-use-AtomicWriteFile-to-save-volume.patch ==== dracut-pcr-signature ==== Version update (0.5+0 -> 0.5+1) - Update to version 0.5+1: * Make the mount do not depend of default service ==== flashrom ==== Version update (1.4.0 -> 1.5.0) - Update to version 1.5.0 * https://www.flashrom.org/release_notes/v_1_5.html * Update flashrom.keyring ==== fwupd-efi ==== Version update (1.3 -> 1.7) - Update to version 1.7: * Fix compilation with GNU-EFI 4.0 - Use upstream tarball: source service isn't useful on this package - Add 106.patch: * Improves ARM32 crt0 by splitting header and code * Use pkgconfig for gnu-efi - fixes RISC-V build * Update lds from gnu-efi 4.0 - Update to version 1.6: * Require gnu-efi 3.0.18 or later * Ship an objcopy capable LDS for ARM64 * Detect gnu-efi via pkgconfig * Backport the ctors and dtors work from gnu-efi upstream * Tidy up crt0 generator * Add RISC-V support * Fix per NX bit and UEFI 2.10 Microsoft requirements - Remove un-needed BRs: * pkgconfig(efiboot) * pkgconfig(efivar) - Remove shim requirement: it doesn't need it, it's a UEFI binary - Restore ix86 and ARM32 support - Add RISC-V support - Remove patches (fixed upstream): * binutils-2.38-arm-objcopy.patch * binutils-2.38-arm-system-crt0.patch * ARM-fixes.patch ==== glslang ==== Version update (15.0.0 -> 15.1.0) - Update to release 15.1 * Add Vulkan 1.4 target and client * Implement GLSL_NV_cooperative_matrix2 * Emit OpModfStruct instead of depracated OpModf ==== mozjs128 ==== - Add mozjs128-CVE-2024-11498.patch: Backporting bf4781a2 from upstream, Check height limit in modular trees. Also rewrite the implementation to use iterative checking instead of recursive checking of tree property values, to ensure stack usage is low. Before, it was possible for appropriately-crafted files to use a significant amount of stack. (CVE-2024-11498, bsc#1233786) - Add mozjs128-CVE-2024-11403.patch: Backporting 9cc451b9 from upstream, Port the Huffman lookup table size fix from brunsli. (CVE-2024-11403, bsc#1233766) ==== python-urllib3 ==== - Ignore DeprecationWarning in tests (bsc#1234681) ==== qalculate ==== Version update (5.2.0 -> 5.4.0) - update to 5.4.0: - Option to continuously display result while editing expression - Option to specify number of displayed significant digits, instead of using precision - New functions: tripleProduct(), multilimit() - Improve decision to automatically convert unchanged quantity with unit - Improve ability to abort matrix functions - Add plot() function example, and support expression in y=f(x) format - Place "approx." on same line as value (instead of as equals sign) in qalc - Display "aborted" for long aborted result in qalc - Updated French translation - Fix case conversion of µ to M and similar - Fix segfault with very large integer raised by very large integer - Fix wrong output of converted unit with non-numerical exponent in some cases (e.g. ft^x converted to m without expansion) - Fix "sqrt(x-1/x)+sqrt(1-1/x)-x=0" when approximation is not exact - Fix clear using Ctrl+L when input line is not empty - Minor bug fixes and feature enhancements - update to 5.3.0: - Fix memory leaks - Fix segfault with recursive (self-referencing) function - Fix input of negative exponent in scientific e notation with RPN syntax - Fix parsing of 1°2'3" as 1°+2'+3" - Fix definite integral for 1/sqrt(1-x^2), with limits higher/lower than or equal to -1 and 1 - Fix crash with empty vector in plot function, e.g. plot([]) - Fix "did you mean..." warning for two implicitly multiplicated functions without space between (e.g. "atan2(a,b)atan2(c,d)") - Fix inability to abort randpoisson() with very high rate value - Fix Calculator::reset() - Improve handling of "where" expressions with inequalities - Place n and C last in variable isolation priority order - Remove unnecessary calculation for output of integers with non-decimal number base (fixes delay with very high precision) - Add nmi symbol for nautical mile - Add free_thread_caches() function - Add Calculator::parseToExpression() - Disable load() and export() functions when --disable-insecure compile option is enabled - Fix saving of percentage interpretation in qalc - Fix save definitions option in qalc - Fix interpretation of mH₂O, and related units with Unicode subscript in qalc - Fix line break for output from command line expression or file, before interactive mode - Avoid asking questions when reading commands/expressions from file before interactive mode - "unkeep" command (reverse of "keep") - Support abbreviations for scientific (sci) and engineering (eng) as options for scientific notation (exp) - Show error for unrecognized command line options when expression is separated from options by "--" - Do not show single input decimal number as fraction by default if small or large enough to be displayed using scientific notation - Minor bug fixes and feature enhancements ==== sdbootutil ==== Version update (1+git20241206.dccea55 -> 1+git20241217.5aeb4e9) Subpackages: sdbootutil-snapper sdbootutil-tukit - Update to version 1+git20241217.5aeb4e9: * Use only the first output line of findmount in free space calc - Update to version 1+git20241217.1370153: * Add trigger for grub2-bls