Packages changed: automake e2fsprogs (1.42.13 -> 1.43.1) gmp (6.1.0 -> 6.1.1) gnutls (3.4.11 -> 3.4.13) gpg2 (2.1.12 -> 2.1.13) kiwi-config-openSUSE ncurses perl perl-DateTime (1.33 -> 1.34) perl-gettext (1.05 -> 1.07) perl-libintl-perl (1.25 -> 1.26) xdg-app === Details === ==== automake ==== - Fix tests with gzip-1.7 and later: * automake-fix-tests-gzip.patch - add 0001-correct-parameter-parsing-in-test-driver-script.patch make parameter parsing of test driver script matching the help text ==== e2fsprogs ==== Version update (1.42.13 -> 1.43.1) Subpackages: e2fsprogs-devel libcom_err-devel libcom_err2 libcom_err2-32bit libext2fs-devel libext2fs2 - Update to 1.43.1 * Add support for the ext4 metadata checksum, checksum seed, inline data, encryption, project quota, and read-only features * Support for the very old, experimental, and never-added-to-mainline compression feature has been removed * Mke2fs will now create file systems with the metadata_csum and 64bit features enabled by default * The tune2fs program will ask the user for confirmation before starting dangerous operations if the terminal is available, and it will replay the journal if necessary * Add an ext2/3/4 FUSE server * The resize2fs command can now convert file systems between 64-bit and 32-bit mode * We now use a new e2undo file format which is much more efficient and faster than the old tdb-based scheme. Since it so much faster, e2fsck, tune2fs, debugfs, and resize2fs now also can support using creating an undo file. * Multiple e2fsck fixes * Multiple mke2fs improvements * Multiple debugfs improvements - spec: add static library dependencies - enable static build and package static libraries - e2fsprogs-1.41.1-splash_support.patch: Drop it, this patch depends on the old in kernel "bootsplash" patches that were removed after the introduction of plymouth. - Update to 1.42.13 * fix potential buffer overflow while closing a filesystem * fix deadlock which occurs when using systemd and e2fsck.conf's logging feature * make tune2fs clear journal superblock backup when removing journal * fix use after free bugs in resize2fs and e2fsck * fix endianity bugs in libext2fs ... - Remove e2fsck-fix-free-pointer-dereferences.patch: Merged upstream - e2fsck-fix-free-pointer-dereferences.patch: Fix use after free (bnc#912229) - Update to 1.42.12 * fix e2fsck bugs when repairing bigalloc filesystems * fix rare e2fsck bugs discovered by fs fuzzing * resize2fs will use less memory when resizing large filesystems ... - Remove e2fsck.conf since we don't need the changed default anymore. e2fsck handles this type of problems automatically now and broken_system_clock has other undesired sideeffects like skipped periodic checks (bnc#866283) - Update to 1.42.11 * fix aborted journal replay in e2fsck with bigalloc * make mke2fs refuse insane flex_bg sizes * automatically fix last mount time and last write time in e2fsck * fix mke2fs to properly create large filesystems on 32-bit systems * mke2fs asks before wiping preexisting filesystem * mke2fs can create filesystems with all metadata in the beginning * fix resize2fs shrink operation in some corner cases ... - Remove filefrag-print-shared-extent-flag.patch: Merged upstream - Add filefrag-print-shared-extent-flag.patch: lets filefrag print shared extent flag when it gets it. Helps with fate#316317 / bnc#868847. Patch sent to upstream 4/17/2014. - Removed "-mini" spec file for now as it is causing troubles in Factory and according to Coolo may not be needed after all. - update to 1.42.9 * fixes in resize2fs, e2fsck, debugfs, and libext2fs to correctly handle bigalloc filesystems * fix rehashing of extent mapped directory in e2fsck * fix e2fsck not to add lost+found in read-only mode * fix buffer overruns in e2image * fix tune2fs to properly update all backup superblocks when disabling quota feature * e2image support for efficient copying of filesystems * fix complaint about uninitialized extents beyond EOF in e2fsck * fix resize2fs to not corrupt filesystem in some corner cases * fix e2fsck crashes when deleting invalid symlink, directory larger than 2GB ... - Created "-mini" version of package which doesn't build "info" and so doesn't depend on makeinfo, texinfo, and all of tex. This should allow packages in the bootstrap cycle (such as krb5-mini) to build-depends of libraries from here. - update to 1.42.8 * e2fsck: detect and fix invalid extents at leaf block tails * e2fsck: allow checking ro root fs with external journal * fix offline resizing of fs with flex_bg && !resize_inode * fix resize2fs to not leave bitmaps beyond fs end * fixed e2image for large (>32-bit) filesystems * debugfs fixes - Removed upstreamed patches: e2p-Fix-s-handling-in-parse_num_blocks2.patch resize-bigalloc_check-should-have-return-type-void.patch libext2fs-Fix-return-value-in-ext2fs_test_block_bitm.patch libext2fs-Provide-prototype-for-ext2fs_symlink.patch - Fix compilation for Fedora targets in Build Service - Fix compilation warnings by patches: e2p-Fix-s-handling-in-parse_num_blocks2.patch libext2fs-Fix-return-value-in-ext2fs_test_block_bitm.patch libext2fs-Provide-prototype-for-ext2fs_symlink.patch resize-bigalloc_check-should-have-return-type-void.patch - update to 1.42.7 * Fix various off-line resizing bugs * New filefrag options to improve output formatting * mke2fs improvements for bigalloc filesystems * Fix e2fsck to properly detect corruption of internal extent tree nodes * Improve CPU efficiency of e2fsck * Various debugfs improvements ... - refreshed e2fsprogs-1.41.1-splash_support.patch - Install the correct source file as /etc/e2fsck.conf. - update to 1.42.6 * Fixed a potential seg fault in e2fsck when there is an I/O error while reading the superblock * Various resize2fs fixes * Various quota related fixes * Fixed filefrag so that it correctly reports the number of extents * Fixed filefrag so it will not crash with a segfault on files from a virtual file system such as /proc * Fixed a problem if e2fsck where if the root file system is mounted read-only, e2fsck would not clear an error indication in the journal superblock. * Fixed a bug in how e2fsck would uniquify directory entry names * Manpage updates ... - removed e2fsprogs-1.42-voidreturn_value_declared.patch because it makes no longer any sence due to upstream changes - add makeinfo as explicit buildrequire - Add an /etc/e2fsck.conf file with broken_system_clock=1 to fix first part of bnc#775268 - update to 1.42.4 * Fix 64-bit block number bugs in e2fsck, dumpe2fs, and debugfs which could corrupt file systems * Fixed e2fsck's handling of how errors propagate from the journal to the file system superblock * Fixed a false positive complaint from e2fsck if all of the extents in the last extent block are uninitialized and located after the end of the file. * dumpe2fs will display the journal's error indicator in the superblock if it is set * Fixed a bug which caused e2fsck to incorrectly use O_EXCLUSIVE in some corner cases. * Fix truncation of extent-mapped inodes in e2fsck and libext2fs * Fixed i_blocks accounting in bigalloc file systems. * Add support for btrfs's No_COW flag to lsattr and chattr * Debugfs interprets the date strings of the form "@ddd" as ddd seconds after the epoch * Updated/fixed various man pages (Closes: #674453, #674694) - Updated to 1.42.3 - Fix a bug in the Unix I/O manager which could cause corruption of file systems with more than 16TB when e2fsprogs is compiled in 32-bit mode. - Improve the support for integrated quota files. - Fixed a regression introduced in 1.42.2 which would cause applications outside of e2fsprogs which did not pass the EXT2_FLAG_64BIT to crash. - Fix a bug which would cause mke2fs to fail creating the journal if /etc/mtab and /proc/mounts are missing. - Updated/fixed various man page. - Updated translations. - Added dependency of e2fsprogs package on particular versions of libext2fs and libcom_err to avoid problems with missing symbols - Update to 1.42.2: * resize2fs uses much less CPU and is much faster for very large fs. * The seti and freei commands in debugfs can now take an optional length argument to set and clear a contiguous range of inodes. * E2fsck will now make explicit checks for the EOFBLOCKS_FL, since we plan to remove support for it from the kernel file system driver. * mke2fs can now use direct I/O via "mke2fs -D" * E2fsck was needlessly closing and re-opening the file system as a side effect of adding Multiple Mount Protection (MMP). This isn't necessary for non-MMP file systems, so drop it. * E2fsck will now abort if there are memory allocation failures when the file system is initially opened and during the block group descriptor checks. * e2fsck will now report the incorrect and corrected checksum values for incorrect block groups. * e2fsck can now write log files containing the details of the problems that were found and fixed directly, via configuration parameters in /etc/e2fsck.conf. * The number of messages reported by e2fsck for a given problem type can be limited. * dumpe2fs, debugfs, and tune2fs now use rbtree bitmaps, which noticably reduces memory consumption for large file systems. * E2fsck now checks for extents with a zero length. * Fixed a number of bugs relating to discard. * E2fsck's CPU utilization in pass 5 has been optimized. * E2image will now skip copying uninitialized bitmap and inode table blocks. * Fixed mke2fs -S so it does not corrupt the first block group's information. * E2fsck will now check the new sysfs interface to determine if we are using the battery or AC mains. - Add up-to-date german messages - Remove the obsolete german messages. - place binaries and libraries into the /usr tree (UsrMerge project) - SPARC: avoid retention of libquota.a - Remove redundant tags/sections from specfile - removed dumpe2fs-add-man-page-warning-about-mounted-fil.patch deprecated by this release - refreshed e2fsprogs-1.41.1-splash_support.patch - added several patches to fix warnings generated by the check_gcc_output and rpmlint - update to 1.42 * this release has support for file systems >16TB. online resize requires kernel support which will hopefully be in kernel version 3.2. offline support is not yet available for >16TB, but will be coming * this release has support for clustered allocation, which reduces the number of block (now cluster) bitmaps by allocating and deallocating space in contiguous power-of-2 collections of blocks, which are called clustered. This is a filesystem level feature called 'bigalloc', which must be enabled when the filesystem is inititally formatted. It is not backwards compatible with older kernels. * added support for the Multi-Mount Protection (MMP) feature * The mke2fs and e2fsck programs now tries to use the punch hole command as a "discard" when operating on normal files. * The resize2fs program now has support for a new online resize ioctl that can support file systems > 16TB, once it arrives in v3.x kernels. * Added e4defrag tool which uses the EXT4_IOC_MOVE_EXT ioctl. * Added support for journals larger than 2GB. * Added internationalization support for libcom_err error table strings. * Fixed various spelling mistakes found in various output strings found by I18N translators. * Update translations: French, Chinese, Germany, Indonesian, Swedish, Vietnamese, Polish, Dutch, Czech. (Addresses Debian Bugs: #520985, [#620659]) * Updated/clarified man pages. (Addresses Debian Bugs: #639411, #642193, [#634883]) * various bug fixes and enhancements (see RELEASE-NOTES) - add autoconf as buildrequire to avoid implicit dependency - Added dumpe2fs.8 manpage fix - Fix typo in package summary - Fix licenses in spec file to match those specified in COPYING file - Fix the last untranslated entry in the message catalog. - Add an updated german translation that has also been sent upstream. - Call 'make update-po' in po/ to sync translations and original messages. - Update to 1.14.14 * Many bugfixes * Resize2fs -P will now refuse to print a minimum size if the file system is not clean. * 2fsck will check for cases where the EOFBLOCKS_FL is set when it is not needed, and offer to clear it * The mke2fs program now queries the kernel for the physical as well as the logical sector size, and will not allow a blocksize below the logical, and will strongly encourage a blocksize at least as big as the physical blocksize * E2fsck now will completely skip time-based checks if the system clock looks insane or the option broken_system_clock is set in /etc/e2fsck.conf * E2fsck now tests for extents that begin at physical block 0 and rejects them as invalid. * The tune2fs program can now set the uninit_bg feature without requiring an fsck * The tune2fs, dumpe2fs, and debugfs programs now support the new ext4 default mount options settings which were added in 2.6.35 * The resize2fs program now handles devices which are exactly 16T see more changes in RELEASE-NOTES - Use upstream de translations (regenerated in 1.41.13) - revert pth's %configure to fix build - Do package libext2fs.a (BuildRequired for silo) on SPARC - use %_smp_mflags - Regenerate patch so that it applies without fuzz. - Fix spec file. - Bring german message catalog up-to-date. - update to 1.41.11: * E2fsck will correctly fix directories that are have an inaccurate i_size as well as other problems in a single pass, instead of requiring two e2fsck runs before the file system is fully fixed. * Fix e2fsck so it will correctly find and detect duplicate directory entries for non-indexed directories * Mke2fs will use BLKDISCARD to pre-discard all blocks on an SSD or thinly-provisioned storage device. This can be disabled using the -K option. * Mke2fs now will obtain get device topology information from blkid and use it to populate the superblock stride and stripe sizes. It will also warn if the block device is misaligned see more changes in RELEASE-NOTES - add baselibs.conf as a source - libcom_err-devel shoudl require glibc-devel - Axe static libraries and see how it goes.. - fix possible massive fdleak when fsck is invoked with options - R -A -M -a -t noopts=nofail in boot.localfs [bnc#503008] - fix the super block even if someone mounted the file system in wrong timezone in between (bnc#537542) - update to 1.41.9: "All users of e2fsprogs are urged to upgrade to the 1.41.9 version as soon as possible" * Fix a bug in e2fsck routines for reallocating an inode table which could cause it to loop forever on an ext4 filesystem with the FLEX_BG filesystem feature with a relatively rare (and specific) filesystem corruption. This fix causes e2fsck to try to find space for a new portion of the inode table in the containing flex_bg, and if that fails, the new portion of the inode table will be allocated in any free space available in the filesystem. * Make e2fsck less annoying by only asking for permission to relocate a block group's inode table once, instead of for every overlapping block. Similarly, only ask once to recompute the block group checksums, instead of once for each corrupted block group's checksum. see more changes in RELEASE-NOTES - added Supplements for ext4 - look for libreadline.so.6 too - refresh patches to avoid fuzz - update to 1.41.8 - Fix resize2fs's online resizing, fixing a regression which in e2fpsrogs 1.41.7. - Fix resize2fs bugs when shrinking ext4 filesystems - If the resize2fs operation fails, the user will be told to fix up the filesystem using e2fsck -fy. - do not install disabled uuid binary and man page - Fix filefrag program for files that have more than 144 extents. - allow V=1 to disable silent build - enable verbose build again (V=1 merged upstream) - move awk scripts from libcom_err2 to libcom_err2-devel - moved baselibs.conf changes to util-linux. - update to 1.41.7 - disable libuuid and libblkid packages (moved to util-linux) - drop libvolume_id support (util-linux's libblkid will work) - removed patches: e2fsprogs-libvolume_id-support.patch e2fsprogs-no_cmd_hiding.patch e2fsprogs-base_devt.patch e2fsprogs-mdraid.patch - Fix errors in German messages. ==== gmp ==== Version update (6.1.0 -> 6.1.1) Subpackages: gmp-devel libgmp10 libgmp10-32bit libgmpxx4 - Use macro for configure (as bsc#870358) is already fixed - Use xz compressed archives - Update info pages dependencies - gmp 6.1.1: * Work around faulty cpuid on some recent Intel chips (this allows GMP to run on Skylake Pentiums). ==== gnutls ==== Version update (3.4.11 -> 3.4.13) Subpackages: libgnutls-dane0 libgnutls-devel libgnutls-openssl27 libgnutls30 libgnutls30-32bit - Fix a problem with expired test certificate by using datefudge (boo#987139) * add 0001-tests-use-datefudge-in-name-constraints-test.patch - Version 3.4.13 (released 2016-06-06) * libgnutls: Consider the SSLKEYLOGFILE environment to be compatible with NSS instead of using a separate variable; in addition append any keys to the file instead of overwriting it. * libgnutls: use secure_getenv() where available to obtain environment variables. Addresses GNUTLS-SA-2016-1. - Version 3.4.12 (released 2016-05-20) * libgnutls: The CHACHA20-POLY1305 ciphersuite is enabled by default. This cipher is prioritized after AES-GCM. * libgnutls: Fixes in gnutls_privkey_import_ecc_raw(). * libgnutls: Fixed gnutls_pkcs11_get_raw_issuer() usage with the GNUTLS_PKCS11_OBJ_FLAG_OVERWRITE_TRUSTMOD_EXT flag. Previously that operation could fail on certain PKCS#11 modules. * libgnutls: gnutls_pkcs11_obj_import_url() and gnutls_x509_crt_import_url() can accept the GNUTLS_PKCS11_OBJ_FLAG_OVERWRITE_TRUSTMOD_EXT flag. * libgnutls: gnutls_certificate_set_key() was enhanced to import the DNS name of the certificates if the provided names are NULL. * libgnutls: when receiving SNI names, only save and expose to application the supported DNS names. * libgnutls: when importing the certificate names at the gnutls_certificate_set* functions, only consider the CN as a fallback if DNS names are provided via the alternative name extension. * gnutls-cli: on OCSP verification do not fail if we have a single valid reply. Report and reproducer by Thomas Klute. * libgnutls: The GNUTLS_KEYLOGFILE environment variable can be used to log session keys in client side. These session keys are compatible with the NSS Key Log Format and can be used to decrypt the session for debugging using wireshark. ==== gpg2 ==== Version update (2.1.12 -> 2.1.13) - GnuPG 2.1.13: * gpg: New command --quick-addkey. Extend the --quick-gen-key command. * gpg: New --keyid-format "none" which is now also the default. * gpg: New option --with-subkey-fingerprint. * gpg: Include Signer's UID subpacket in signatures if the secret key has been specified using a mail address and the new option - -disable-signer-uid is not used. * gpg: Allow unattended deletion of a secret key. * gpg: Allow export of non-passphrase protected secret keys. * gpg: New status lines KEY_CONSIDERED and NOTATION_FLAGS. * gpg: Change status line TOFU_STATS_LONG to use '~' as a non-breaking-space character. * gpg: Speedup key listings in Tofu mode. * gpg: Make sure that the current and total values of a PROGRESS status line are small enough. * gpgsm: Allow the use of AES192 and SERPENT ciphers. * dirmngr: Adjust WKD lookup to current specs. * dirmngr: Fallback to LDAP v3 if v2 is is not supported. * gpgconf: New commands --create-socketdir and --remove-socketdir, new option --homedir. * If a /run/user/$UID directory exists, that directory is now used for IPC sockets instead of the GNUPGHOME directory. This fixes problems with NFS and too long socket names and thus avoids the need for redirection files. * Speedup fd closing after a fork. - drop upstreamed gnupg-fix-signature-checking.patch ==== kiwi-config-openSUSE ==== - simplify isopatch.sh and leave kiwi defaults ==== ncurses ==== Subpackages: libncurses5 libncurses6 libncurses6-32bit ncurses-devel ncurses-utils tack terminfo terminfo-base - Add ncurses patch 20160611 + revise fix for Debian #805618 (report by Vlado Potisk, cf: 20151128). + modify test/ncurses.c a/A screens to make exiting on an escape character depend on the start of keypad and timeout modes, to allow better testing of function-keys. + modify rs1 for xterm-16color, xterm-88color and xterm-256color to reset palette using "oc" string as in linux -TD + use ANSI reply for u8 in xterm-new, to reflect vt220-style responses that could be returned -TD + added a few capabilities fixed in recent vte -TD - Add ncurses patch 20160528 + further workaround for PIE/PIC breakage which causes gpm to not link. + fix most cppcheck warnings, mostly style, in ncurses library. - Add ncurses patch 20160604 + correct logic for -f option in test/demo_terminfo.c + add test/list_keys.c - Add ncurses patch 20160521 + improved manual page description of tset/reset versus window-size. + fixes to work with a slightly broken compiler configuration which cannot compile "Hello World!" without adding compiler options (report by Ola x Nilsson): + pass appropriate compiler options to the CF_PROG_CC_C_O macro. + when separating compiler and options in CF_CC_ENV_FLAGS, ensure that all options are split-off into CFLAGS or CPPFLAGS + restore some -I options removed in 20140726 because they appeared to be redundant. In fact, they are needed for a compiler that cannot combine -c and -o options. ==== perl ==== Subpackages: perl-32bit perl-base perl-doc - Move parent.pm to perl-base, used by File::Temp ==== perl-DateTime ==== Version update (1.33 -> 1.34) - updated to 1.34 see /usr/share/doc/packages/perl-DateTime/Changes 1.34 2016-07-06 - Added the leap second coming on December 31, 2016. ==== perl-gettext ==== Version update (1.05 -> 1.07) - update to 1.07 Fix test failures caused by $LANGUAGE being set - remove perl-gettext-1.05-POSIX.diff - updated to 1.06 Bugfix: #104667 Makefile.PL libaries need to be listed after .o files Bugfix: #104668 ensure availability of locale API, correct typo in documentation Add META.yml (Fixes #91921) ==== perl-libintl-perl ==== Version update (1.25 -> 1.26) - updated to 1.26 * Fixed more false negatives in tests, no need to upgrade. ==== xdg-app ==== - Fix typo in Group tag