Packages changed: coreutils e2fsprogs (1.45.5 -> 1.45.6) file freetype2 (2.10.1 -> 2.10.2) gettext-runtime (0.20.1 -> 0.20.2) libressl (3.0.2 -> 3.1.1) libunwind (1.3.1 -> 1.4.0) microos-tools (1.0+git20200214.c7654a7 -> 2.0) ncurses (6.2.20200418 -> 6.2.20200502) python-pyzmq (19.0.0 -> 19.0.1) === Details === ==== coreutils ==== - add coreutils-use-python3.patch to minimally port away from python 2.x use of pyinotify in the testsuite ==== e2fsprogs ==== Version update (1.45.5 -> 1.45.6) Subpackages: libcom_err2 libext2fs2 - Update to 1.45.6: * Debugfs will ignore lines in its command files which start with a comment character ("#") * Fix a number of potential out of bounds memory accesses caused by fuzzed / malicious file systems * Fix a spurious complaint from e2fsck when a directory which previously had more than 32000 subdirectories has the number of subdirectories drops below 32000 * Fix an ismounted check when an LVM device is renamed while the device is mounted * Mke2fs -d now correctly sets permission with files where the owner permissions are not rwx * Improve e2fsck's ability to deal with file systems with very large number of directories, such that various data structures take more than 2GiB of memory. Use better structure packing to improve the memory efficiency of these data structures. * Fix debugfs so it correctly prints inode numbers > 2**31. * Filefrag now supports very large files (with > 4 billion blocks), as well as block sizes up to 1 GiB. * Update and clarify various man pages * Reserved the error code EXT2_ET_NO_GDESC (which will be used in e2fsprogs v1.46+) * Add a thread-safe variant of e2p_feature2string(), e2p_feature_to_string() to the libe2p library. * Fixed portability problems caused by gcc 10. * Synchroniz changes from Android's AOSP e2fsprogs tree * Update the Malay translation from the translation project - add upstream signing key and verify source signature ==== file ==== Subpackages: file-magic libmagic1 - Add temporary patch undo-24c9c0.patch to undo commit 24c9c0 (boo#1169192) ==== freetype2 ==== Version update (2.10.1 -> 2.10.2) - Update to version 2.10.2 * Support for WOFF2 fonts, add BR on pkgconfig(libbrotlidec) * Function `FT_Get_Var_Axis_Flags' returned random data for Type 1 MM fonts. * Type 1 fonts with non-integer metrics are now supported by the new (CFF) engine introduced in FreeType 2.9. * Drop support for Python 2 in Freetype's API reference generator * Auto-hinter support for Hanifi Rohingya * Document the `FT2_KEEP_ALIVE' debugging environment variable. ==== gettext-runtime ==== Version update (0.20.1 -> 0.20.2) Subpackages: libtextstyle0 - update to 0.20.2: * The programs 'gettext', 'ngettext', when invoked with option -e, now expand '\\' and octal escape sequences, instead of swallowing them * xgettext now recognizes 'gettext' program invocations with the '-e' option, such as gettext -e 'some\nstring\n' * xgettext now assumes a Python source file is in UTF-8 encoding by default, as stated in PEP 3120 * The value of the 'Icon' property is no longer extracted into the POT file by xgettext ==== libressl ==== Version update (3.0.2 -> 3.1.1) - Update to release 3.1.1 * Completed initial TLS 1.3 implementation with a completely new state machine and record layer. TLS 1.3 is now enabled by default for the client side, with the server side to be enabled in a future release. Note that the OpenSSL TLS 1.3 API is not yet visible/available. * Improved cipher suite handling to automatically include TLSv1.3 cipher suites when they are not explicitly referred to in the cipher string. * Provided TLSv1.3 cipher suite aliases to match the names used in RFC 8446. * Added cms subcommand to openssl(1). * Added -addext option to openssl(1) req subcommand. * Added -groups option to openssl(1) s_server subcommand. * Added TLSv1.3 extension types to openssl(1) -tlsextdebug. ==== libunwind ==== Version update (1.3.1 -> 1.4.0) - Update to 1.4.0 - Fix compilation with -fno-common. - arm: clear ip thumb/arm mode bit before move to previous instruction (#131) - tests: fix test-coredump-unwind without HAVE_EXECINFO_H (#165) - There are 20 not 9 failing tests on Solaris (#162) - change asm to __asm__ to support -std=c11 or similar (#149) - x86-64: make `is_cached_valid_mem` functional (#146) - Allow to build without weak `backtrace` symbol. (#142) - fix compile issue on SH platform (#137) - Add support for zlib compressed elf .debug_frame sections - README: add libc requirement description (#121) - Older systems (e.g. RHEL5) do not have pipe2(). (#122) - x86_64: Add fixup code if previous RIP was invalid (#120) - Fix format specifier for int64_t:29 (#117) - Delete hardcode of address size to support MIPS64. (#114) - Added braces to suppress empty if/else warnings (#112) - mips: make _step_n64 as a static function - x86_64: Fix tdep_init_done when built with libatomic_ops - x86_64: tsan clean (#109) - Fixed a missing dependency in dwarf-eh.h - dwarf: clang doesn't respect the static alias (#102) - Update libunwind.keyring - Remove libunwind-gcc10-build-fno-common.patch fixed upstream ==== microos-tools ==== Version update (1.0+git20200214.c7654a7 -> 2.0) - Update to version 2.0 - use autoconf tools to support libexecdir ==== ncurses ==== Version update (6.2.20200418 -> 6.2.20200502) Subpackages: libncurses6 ncurses-utils terminfo terminfo-base - Add ncurses patch 20200502 + add details on the change to Linux SGR 21 in 2018 -TD + add xterm-direct16 and xterm-direct256 -TD + modify lib_mouse.c to check for out-of-range button numbers, convert those to position reports. - Add ncurses patch 20200425 + use vt100+fnkeys in putty -TD + fix a typo in tput.1; "columns" should be "cols". ==== python-pyzmq ==== Version update (19.0.0 -> 19.0.1) - update to version 19.0.1: * Fix TypeError during garbage collection * Fix compilation with some C++ compilers * Fixes in tests and examples