Packages changed: erofs-utils (1.1 -> 1.4) inn (2.6.3 -> 2.6.4) python-gevent (21.1.2 -> 21.12.0) === Details === ==== erofs-utils ==== Version update (1.1 -> 1.4) - Update to release 1.4 * mkfs.erofs: support pre-defined UUIDs and SELinux file contexts * Support new big pcluster feature together with Linux 5.13+ * Added support to override UID/GID * Introduced preliminary dump.erofs and fsck.erofs * Introduced MicroLZMA compression support ==== inn ==== Version update (2.6.3 -> 2.6.4) - Update to version 2.6.4: + Bug Fix: nnrpd now adapts the length of the DH parameter used during a DHE key exchange so as to comply with the security level OpenSSL 1.1.0 or later expects. + New Features: * Added support for systemd notifications and socket activation. Use of more features provided by systemd, including more notifications, will come in future releases. * cnfsstat now also returns information about retired CNFS buffers: buffers mentioned in cycbuff.conf as a cycbuff but not declared in a metacycbuff. * Switch default innreport behaviour to the common practice of externalizing CSS into a separate file. Its name can be configured with the html_css_url parameter in innreport.conf. If this parameter is unset, the default innreport.css file name will be used and innreport will generate this CSS file for you. Previously generated reports are kept untouched, though, and will still contain inline CSS if you had not already set the html_css_url parameter in previous INN versions. * sm can now read and store any number of articles given in wire format on its standard input when both -s and -R are used. Only native format was previously possible. * Added new -a flag to rnews to disallow, if needed, the use of additional unpackers from the rnews.libexec sub-directory of pathbin (as set in inn.conf); only rnews and cunbatch will then be recognized as valid batch commands. * Added new -b flag to rnews to save rejected articles in the bad sub-directory of pathincoming (as set in inn.conf). Otherwise, rnews just logs and discards any articles that are rejected or cannot be parsed for some reason. * Added new -d flag to rnews to log via syslog the message-ID and the Path header body of each article rejected as a duplicate. * Added new --enable-hardening-flags configure-time option, enabled by default, to use hardening build flags like -fPIE and -fstack-protector-strong. This option can easily be disabled if the compiler or the platform does not support them well. More hardening build flags will eventually be added in future releases. - Rename inn-2.6.3.diff to inn-2.6.4.diff. - Use url in sources as far as possible. ==== python-gevent ==== Version update (21.1.2 -> 21.12.0) - Update to 21.12.0 * Fix hanging the interpreter on shutdown if gevent monkey patching occurred on a non-main thread in Python 3.9.8 and above. (Note that this is not a recommended practice.) See :issue:`1839`. * Update the embedded c-ares from 1.16.1 to 1.17.1. See :issue:`1758`. * Add support for Python 3.10rc1 and newer. As part of this, the minimum required greenlet version was increased to 1.1.0 (on CPython), and the minimum version of Cython needed to build gevent from a source checkout is 3.0a9. Note that the dnspython resolver is not available on Python 3.10. See :issue:`1790`. - Meanwhile Cython 0.29.24 and dnspython are compatible with python310 - Revert threading test skip, fixed in 21.12