Packages changed: augeas cockpit (243 -> 245) ghostscript (9.53.3 -> 9.54.0) graphite2 issue-generator (1.12 -> 1.13) kdump krb5 libinput (1.17.2 -> 1.17.3) libqt5-qtbase librsvg (2.50.5 -> 2.50.6) libsigc++2 (2.10.6 -> 2.10.7) logrotate (3.18.0 -> 3.18.1) lua54 mozilla-nspr (4.30 -> 4.31) mozilla-nss (3.63.1 -> 3.64) polkit-default-privs (1550+20210517.56da22d -> 1550+20210520.336dcea) python-asn1crypto python-idna python-jsonschema python-oauthlib python-pyasn1 python-pytz rpm sgml-skel xfsprogs (5.11.0 -> 5.12.0) yast2 (4.4.3 -> 4.4.5) zvbi === Details === ==== augeas ==== - Allow all printable ASCII characters in WPA-PSK definition * augeas-allow_printable_ASCII.patch * bsc#1185524 * Sourced from https://github.com/hercules-team/augeas/pull/723/commits * Credit to Michal Filka ==== cockpit ==== Version update (243 -> 245) Subpackages: cockpit-bridge cockpit-packagekit cockpit-system - new version 255 https://cockpit-project.org/blog/cockpit-245.html - new version 244.1 https://cockpit-project.org/blog/cockpit-244.html - enable SELinux ==== ghostscript ==== Version update (9.53.3 -> 9.54.0) - Version upgrade to 9.54.0 Highlights in this release include (excerpts from the Ghostscript upstream release summary in https://www.ghostscript.com/doc/9.54.0/News.htm): * The 9.54.0 release is a maintenance release, and also adds new functionality. * Overprint simulation is now available to all output devices, allowing quality previewing/proofing of PostScript and PDF jobs that rely on overprint. See the -dOverprint option documentation in: doc/9.54.0/Use.htm#Overprint * The "docxwrite" device adds the ability to output to Microsoft Word "docx" format. See: doc/9.54.0/VectorDevices.htm#DOCX * The pdfwrite device is now capable of using the Tesseract OCR engine when it is built into Ghostscript to improve searchability and copy and paste functionality when the input lacks the metadata for that purpose. See: doc/9.54.0/VectorDevices.htm#UseOCR * Ghostscript/GhostPDL now includes a "map text to black" function, where text drawn by an input job (except when drawn using a Type 3 font) can be forced to draw in solid black. See: doc/9.54.0/Use.htm#BlackText * Ghostscript/GhostPDL now supports simple N-up imposition "internally". See: doc/9.54.0/Use.htm#NupControl * Our efforts in code hygiene and maintainability continue. * The usual round of bug fixes, compatibility changes, and incremental improvements. * For a list of open issues, or to report problems, please visit bugs.ghostscript.com For a release summary see: https://www.ghostscript.com/doc/9.54.0/News.htm For details see the News.htm and History9.htm files. - 41ef9a0bc36b9db7115fbe9623f989bfb47bbade.patch is no longer needed because it is fixed in the upstream sources. ==== graphite2 ==== - Define conditionally make_build to fix build on systems that do not have that macro ==== issue-generator ==== Version update (1.12 -> 1.13) - Update to version 1.13 - SELinux: Do not call agetty --reload [bsc#1186178] ==== kdump ==== - Fix use of DNS in the panic environment (bsc#1183070): * kdump-avoid-endless-loop-on-EAI_AGAIN.patch: Avoid an endless loop when resolving a hostname fails with EAI_AGAIN. * kdump-install-real-resolv.conf.patch: Install /etc/resolv.conf using its resolved path. - kdump-fix-incorrect-exit-code-checking.patch: Fix incorrect exit code checking after "local" with assignment (bsc#1184616, LTC#192282) - kdump-do-not-iterate-past-end-of-string.patch: Fix a crash caused by iterating past end of string (bsc#1186037). ==== krb5 ==== - Build with full Cyrus SASL support * Negotiating SASL credentials with an EXTERNAL bind mechanism requires interaction. Kerberos provides its own interaction function that skips all interaction, thus preventing the mechanism from working. ==== libinput ==== Version update (1.17.2 -> 1.17.3) - Update to release 1.17.3 * Add quirk for Lenovo Legion 5 Pro. ==== libqt5-qtbase ==== Subpackages: libQt5Concurrent5 libQt5Core5 libQt5DBus5 libQt5Gui5 libQt5Network5 libQt5OpenGL5 libQt5PrintSupport5 libQt5Sql5 libQt5Sql5-sqlite libQt5Test5 libQt5Widgets5 libQt5Xml5 - Add trailing newline to qtlogging.ini ==== librsvg ==== Version update (2.50.5 -> 2.50.6) Subpackages: gdk-pixbuf-loader-rsvg librsvg-2-2 rsvg-thumbnailer typelib-1_0-Rsvg-2_0 - Update to version 2.50.6: + Librsvg now requires at least Pango 1.44. + glgo#GNOME/librsvg#730: Incorrect text spacing when the transform is not 1:1. You can see this when a small font-size is scaled up due to a transform. It is less visible for a large font-size scaled down. + glgo#GNOME/librsvg#704: Fix circle/ellipse in paths when they are made out of a single Arc command. ==== libsigc++2 ==== Version update (2.10.6 -> 2.10.7) - Update to version 2.10.7: + Meson build: - Make it possible to use sigc++ as a subproject. - Fix dependency on files generated from .h.m4 files. - No implicit_include_directories. - Make quiet installations possible. - Fix build as subproject without building documentation. + Documentation fixes. ==== logrotate ==== Version update (3.18.0 -> 3.18.1) - update to 3.18.1: * fix memory leaks on error-handling paths * make `renamecopy` and `copytruncate` override each other * improve error handling in the parser of configuration files * improve user experience for non-privileged users of logrotate ==== lua54 ==== Subpackages: liblua5_4-5 - Fix doc location (boo#1186233) ==== mozilla-nspr ==== Version update (4.30 -> 4.31) - update to version 4.31: * Lock access to PRCallOnceType members in PR_CallOnce* for thread safety bmo#1686138 ==== mozilla-nss ==== Version update (3.63.1 -> 3.64) Subpackages: libfreebl3 libsoftokn3 mozilla-nss-certs - update to NSS 3.64 * bmo#1705286 - Properly detect mips64. * bmo#1687164 - Introduce NSS_DISABLE_CRYPTO_VSX and disable_crypto_vsx. * bmo#1698320 - replace __builtin_cpu_supports("vsx") with ppc_crypto_support() for clang. * bmo#1613235 - Add POWER ChaCha20 stream cipher vector acceleration. ==== polkit-default-privs ==== Version update (1550+20210517.56da22d -> 1550+20210520.336dcea) - Update to version 1550+20210520.336dcea: * whitelist incremental libvirt org.libvirt.api.node-device.delete (bsc#1186270) ==== python-asn1crypto ==== - %check: use %pyunittest rpm macro ==== python-idna ==== - %check: use %pyunittest rpm macro ==== python-jsonschema ==== - %check: use %pytest rpm macro ==== python-oauthlib ==== - %check: use %pyunittest rpm macro ==== python-pyasn1 ==== - %check: use %pyunittest rpm macro ==== python-pytz ==== - %check: use %pyunittest rpm macro ==== rpm ==== - auto-config-update-aarch64-ppc64le.diff: Treat missing timestamp as infinitely old. ==== sgml-skel ==== - %post uses sed, so add `Requires(post): sed`. ==== xfsprogs ==== Version update (5.11.0 -> 5.12.0) - update to v5.12.0: - mkfs: don't default to too-large physical sector size - repair: phase 6 speedups - man: Add dax mount option to man xfs(5) - xfs_admin: pick up log arguments correctly - xfs_growfs: support shrinking unused space - libfrog: report inobtcount in geometry - xfs_logprint: Fix buffer overflow printing quotaoff - xfsprogs: include for platform_crash - xfsprogs: remove BMV_IF_NO_DMAPI_READ flag - workqueue: bound maximum queue depth - libxfs changes merged from kernel 5.12 ==== yast2 ==== Version update (4.4.3 -> 4.4.5) - Add Yast2::Equatable mixin to avoid troubles with classes that overloads the comparison methods (related to bsc#1186082). - 4.4.5 - Logging all available product information into directory /var/log/YaST2/installation_info. This should help for evaluating the cause of e.g. bsc#1180888, bsc#1180908, bsc#1178688. - 4.4.4 ==== zvbi ==== - Add patch to separate private libs from required libs: * 10_fix_private_libs.patch