Packages changed: MicroOS-release (20260511 -> 20260512) libgpg-error (1.60 -> 1.61) libksba (1.6.8 -> 1.7.0) ncurses (6.6.20260418 -> 6.6.20260509) python-cryptography (47.0.0 -> 48.0.0) python-maturin === Details === ==== MicroOS-release ==== Version update (20260511 -> 20260512) Subpackages: MicroOS-release-appliance MicroOS-release-dvd - automatically generated by openSUSE-release-tools/pkglistgen ==== libgpg-error ==== Version update (1.60 -> 1.61) - Update to 1.61: * Fix possible stack overflow in es_printf for %.100f format (boo#1263054) * Fix out-of-bounds read in vfnameconcat * Add cross compile support for wasm*-*-emscripten target * Update Japanese and Polish translations ==== libksba ==== Version update (1.6.8 -> 1.7.0) - Update to 1.7.0: * Add support for building AuthEnvelopedData * New function ksba_cms_add_attribute * Fix silent truncation of 64 bit length fields * Fix incorrect overflow guard condition in _ksba_ber_read_tl * Interface changes relative to the 1 ksba_cms_add_attribute NEW. ==== ncurses ==== Version update (6.6.20260418 -> 6.6.20260509) Subpackages: libncurses6 ncurses-utils terminfo-base - Add ncurses patch 20260509 + modify adjust_cancels() to allow for cancelled boolean extended capabilities. + cancel XF, XT in warp -TD + review kitty -TD + review contour -TD + eliminate vt100-style line drawing from xterm-utf8 -TD - Add ncurses patch 20260502 + add warp -TD + correct loop limit in lib_twait.c (OpenSUSE boo#1262780, cf: 20260411) - Add ncurses patch 20260425 + review screen4 vs screen5 -TD + review some XR/xr pairs -TD + fix a few gcc analyzer warnings. ==== python-cryptography ==== Version update (47.0.0 -> 48.0.0) - update to 48.0.0: * BACKWARDS INCOMPATIBLE: Support for Python 3.8 has been removed. cryptography now requires Python 3.9 or later. * BACKWARDS INCOMPATIBLE: Loading an X.509 CRL whose inner TBSCertList.signature algorithm does not match the outer signatureAlgorithm now raises ValueError. Previously, such CRLs were parsed successfully and only rejected during signature validation. * Added support for :doc:`/hazmat/primitives/asymmetric/mlkem` and :doc:`/hazmat/primitives/asymmetric/mldsa` when using OpenSSL 3.5.0 or later, in addition to the existing AWS-LC and BoringSSL support. This means post-quantum algorithms are now available to users of our wheels. Note: Going forward, we do not guarantee that all functionality in cryptography will be available when building against OpenSSL. See :doc:`/statements/state-of-openssl` for more information. * Note: Going forward, we do not guarantee that all functionality in cryptography will be available when building against OpenSSL. See :doc:`/statements/state-of-openssl` for more information. ==== python-maturin ==== - Fix the value of conditional Requires