Packages changed: gcc13 (13.0.1+git6995 -> 13.0.1+git7162) gpgme gpgmeqt gstreamer-plugins-rs (0.10.5 -> 0.10.6) lastlog2 lcms2 (2.14 -> 2.15) nghttp2 (1.51.0 -> 1.52.0) openldap2 (2.6.3 -> 2.6.4) openldap2-contrib-src (2.6.3 -> 2.6.4) python-argparse-manpage (4 -> 4.1) python-cryptography (40.0.1 -> 40.0.2) python-importlib-metadata (6.1.0 -> 6.3.0) python-zipp (3.8.1 -> 3.15.0) rng-tools (6.15 -> 6.16) shadow === Details === ==== gcc13 ==== Version update (13.0.1+git6995 -> 13.0.1+git7162) Subpackages: cpp13 gcc13-locale libasan8 libatomic1 libgcc_s1 libgccjit0 libgfortran5 libgomp1 libhwasan0 libitm1 liblsan0 libobjc4 libquadmath0 libstdc++6 libstdc++6-locale libstdc++6-pp libtsan2 libubsan1 - Bump to d339e9802f758e051b0a1ef6db732ff846cbf4e3, git7162. - Add new x86-related intrinsics (amxcomplexintrin.h). - riscv-atomic.patch: RISC-V: Add support for inlining subword atomic operations - riscv-pthread.patch: Don't add -latomic with -pthread ==== gpgme ==== Subpackages: libgpgme11 libgpgmepp6 - Add a Qt6 flavor to build Qt6 bindings - Use %ldconfig_scriptlets ==== gpgmeqt ==== - Add a Qt6 flavor to build Qt6 bindings - Use %ldconfig_scriptlets ==== gstreamer-plugins-rs ==== Version update (0.10.5 -> 0.10.6) - Update to version 0.10.6: + Fixed: - webrtcsink: Fix max/min-bitrate property blurb/nick. - uriplaylistbin: Add missing queues to example. - tttocea608: . Fix pushing of caps events that sometimes contained unfixed caps. . Fix disappearing text after special character in non-popon mode. - transcriberbin: . Fix deadlock on construction. . Fix initial bin setup. - fallbacksrc: Handle incompatible downstream caps without panicking. - ndisrc: Fix copying of raw video frames with different NDI/GStreamer strides. - livesync: Correctly assume zero upstream latency if latency query fails. + Added: webrtcsink: Add ice-transport-policy property that proxies the same webrtcbin property. - Switch to cargo-packaging: Drop cargo and rust BuildRequires and rustflags global. Add cargo-packaging BuildRequires and rustflags macro where needed. Use autosetup macro. ==== lastlog2 ==== Subpackages: liblastlog2-1 - Add lastlog symlink for compatibility ==== lcms2 ==== Version update (2.14 -> 2.15) - update to 2.15: * New MESON build system, many thanks to amispark and Lovell Fuller for bringing this. * Fixed a bug that caused memory corruption on colord * cmsReadRawTag can read portions of tags again. Removing this caused colord to segfault when dumping profiles * Added more checks based of fuzzer discoveries. * MSYS2 can now compile lcms2 * Checked on Apple Silicon M1 and M2 * Fixed a bug of fastfloat plug-in that affected Krita CMYK color selector - drop 0001-fix-memory-corruption-when-unregistering-plugins.patch (upstream) ==== nghttp2 ==== Version update (1.51.0 -> 1.52.0) - update to 1.52.0: * https://nghttp2.org/blog/2023/02/13/nghttp2-v1-52-0/ * sphinx_rtd_theme has been removed from the repository and archive. * The deprecated Python bindings has been removed. * The deprecated libnghttp2_asio has been removed. * llhttp and neverbleed have been updated. * This release fixes the bug that stalls TLS connection. * This release adds more http3 integration tests. - drop nghttp2-remove-python-build.patch: obsolete as the code got removed ==== openldap2 ==== Version update (2.6.3 -> 2.6.4) Subpackages: libldap-data libldap2 libldap2-32bit openldap2-client - update to 2.6.4: * Fixed client tools to remove 'h' and 'p' options * Fixed ldapsearch memory leak with paged results (ITS#9860) * Fixed libldap ldif_open_urlto check for failure (ITS#9904) * Fixed libldap ldap_url_parsehosts check for failure * Fixed liblunicode UTF8bvnormalize buffer size (ITS#9955) * Fixed lloadd memory leaks (ITS#9907) * Fixed lloadd shutdown code to protect memory correctly * Fixed lloadd race in epoch.c (ITS#9947) * Fixed lloadd potential deadlock with cn=monitor (ITS#9951) * Fixed lloadd to keep listener base around when not active * Fixed lloadd object reclamation sequencing (ITS#9983) * Fixed slapd memory leak with olcAuthIDRewrite (ITS#6035) * Fixed slapd free of redundant cmdline option (ITS#9912) * Fixed slapd transactions extended operations cleanup after * Fixed slapd deadlock with replicated cn=config * Fixed slapd connection close logic (ITS#9991) * Fixed slapd bconfig locking of cn=config entries (ITS#9045) * Fixed slapd-mdb max number of index databases to 256 * Fixed slapd-mdb to always release entries from ADD operations * Fixed slapd-mdb to fully init empty DN in tool_entry_get * Fixed slapd-monitor memory leaks with lloadd (ITS#9906) * Fixed slapd-monitor to free remembered cookies (ITS#9339) * Fixed slapo-accesslog reqStart ordering matching rule * Fixed slapo-deref memory leak (ITS#9924) * Fixed slapo-dynlist to ignore irrelevant objectClasses * Fixed slapo-dynlist to avoid unnecessary searches (ITS#9929) * Fixed slapo-dynlist to mark internal searches as such * Fixed slapo-pcache crash in consistency_check (ITS#9966) * Fixed slapo-remoteauth memory leaks (ITS#9438) * Fixed slapo-rwm memory leaks (ITS#9817) * Build Environment * Fixed ancient DOS related ifdef checks (ITS#9925) * Fixed build process to not use gmake specific features * Fixed source tree to remove symlinks (ITS#9926) * Fixed slapo-otp testdir creation (ITS#9437) * Fixed slapd-tester memory leak (ITS#9908) * Fixed usage of non-standard C syntax (ITS#9898, ITS#9899, ITS#9901) * Fixed usage of bashism (ITS#9900) * Fixed test suite portability (ITS#9931) * Documentation * Fixed ldap_bind(3) to document ber_bvfree in ldap_sasl_bind (ITS#9976) * Fixed slapo-asyncmeta(5) to clarify scheduling for target connections (ITS#9941) * Fixed slapo-dynlist(5) to clarify configuration settings (ITS#9957) * Fixed slapo-unique(5) to clarify when quoting should be used (ITS#9915) * Minor cleanup ==== openldap2-contrib-src ==== Version update (2.6.3 -> 2.6.4) - update to 2.6.4: * Fixed client tools to remove 'h' and 'p' options * Fixed ldapsearch memory leak with paged results (ITS#9860) * Fixed libldap ldif_open_urlto check for failure (ITS#9904) * Fixed libldap ldap_url_parsehosts check for failure * Fixed liblunicode UTF8bvnormalize buffer size (ITS#9955) * Fixed lloadd memory leaks (ITS#9907) * Fixed lloadd shutdown code to protect memory correctly * Fixed lloadd race in epoch.c (ITS#9947) * Fixed lloadd potential deadlock with cn=monitor (ITS#9951) * Fixed lloadd to keep listener base around when not active * Fixed lloadd object reclamation sequencing (ITS#9983) * Fixed slapd memory leak with olcAuthIDRewrite (ITS#6035) * Fixed slapd free of redundant cmdline option (ITS#9912) * Fixed slapd transactions extended operations cleanup after * Fixed slapd deadlock with replicated cn=config * Fixed slapd connection close logic (ITS#9991) * Fixed slapd bconfig locking of cn=config entries (ITS#9045) * Fixed slapd-mdb max number of index databases to 256 * Fixed slapd-mdb to always release entries from ADD operations * Fixed slapd-mdb to fully init empty DN in tool_entry_get * Fixed slapd-monitor memory leaks with lloadd (ITS#9906) * Fixed slapd-monitor to free remembered cookies (ITS#9339) * Fixed slapo-accesslog reqStart ordering matching rule * Fixed slapo-deref memory leak (ITS#9924) * Fixed slapo-dynlist to ignore irrelevant objectClasses * Fixed slapo-dynlist to avoid unnecessary searches (ITS#9929) * Fixed slapo-dynlist to mark internal searches as such * Fixed slapo-pcache crash in consistency_check (ITS#9966) * Fixed slapo-remoteauth memory leaks (ITS#9438) * Fixed slapo-rwm memory leaks (ITS#9817) * Build Environment * Fixed ancient DOS related ifdef checks (ITS#9925) * Fixed build process to not use gmake specific features * Fixed source tree to remove symlinks (ITS#9926) * Fixed slapo-otp testdir creation (ITS#9437) * Fixed slapd-tester memory leak (ITS#9908) * Fixed usage of non-standard C syntax (ITS#9898, ITS#9899, ITS#9901) * Fixed usage of bashism (ITS#9900) * Fixed test suite portability (ITS#9931) * Documentation * Fixed ldap_bind(3) to document ber_bvfree in ldap_sasl_bind (ITS#9976) * Fixed slapo-asyncmeta(5) to clarify scheduling for target connections (ITS#9941) * Fixed slapo-dynlist(5) to clarify configuration settings (ITS#9957) * Fixed slapo-unique(5) to clarify when quoting should be used (ITS#9915) * Minor cleanup ==== python-argparse-manpage ==== Version update (4 -> 4.1) - update to 4.1: * A new `--include` feature, inspired by `help2man --include`. * Allow overriding build date with SOURCE_DATE_EPOCH environment variable in order to make builds reproducible. ==== python-cryptography ==== Version update (40.0.1 -> 40.0.2) - update to 40.0.2: * Fixed compilation when using LibreSSL 3.7.2. ==== python-importlib-metadata ==== Version update (6.1.0 -> 6.3.0) - update to 6.3.0: * #115: Support ``installed-files.txt`` for ``Distribution.files`` when present. * #442: Fixed issue introduced in v6.1.0 where non-importable * names (metadata dirs) began appearing in ``packages_distributions``. * #384: ``PackageMetadata`` now stipulates an additional ``get`` method allowing for easy querying of metadata keys that may not be present ==== python-zipp ==== Version update (3.8.1 -> 3.15.0) - update to 3.15.0: * gh-102209: ``test_implied_dirs_performance`` now tests * measures the time complexity experimentally. * Minor cleanup in tests, including #93. * In tests, add a fallback when ``func_timeout`` isn't available. * gh-101566: In ``CompleteDirs``, override ``ZipFile.getinfo`` * to supply a ``ZipInfo`` for implied dirs. * gh-101144: Honor ``encoding`` as positional parameter * to ``Path.open()`` and ``Path.read_text()``. * #85: Added support for new methods on ``Path``: * ``match`` * ``glob`` and ``rglob`` * ``relative_to`` * ``is_symlink`` * Removed 'print' expression in test_pickle. * bpo-43651: Apply ``io.text_encoding`` on Python 3.10 and later. * #81: ``Path`` objects are now pickleable if they've been * constructed from pickleable objects. Any restored objects * will re-construct the zip file with the original arguments. ==== rng-tools ==== Version update (6.15 -> 6.16) - update to 6.16: * Misc man page fixes, specifically addressing -V option misdocumentation * Improve security by allowing rngd to drop privlidges * Misc documentation improvements * Fix building with jitterentropy when configured for internal software clock usage * Fix building of power9 darn code on power systems that don't natively support DARN instruction * Fix jitterentropy long timeout failures on low power hardware * Fix various build time errors on non libc systems * Misc covscan issue fixes ==== shadow ==== Subpackages: libsubid4 login_defs - Rename lastlog to lastlog.legacy to be able to switch to Y2038 safe lastlog2 as default [jsc#PED-3144]