-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 04 Jun 2016 12:37:07 -0400 Source: e2fsprogs Binary: fuse2fs e2fsck-static libcomerr2 comerr-dev libss2 ss-dev e2fsprogs-udeb e2fslibs e2fslibs-dev e2fsprogs e2fsprogs-dbg e2fslibs-dbg libcomerr2-dbg libss2-dbg Architecture: source i386 Version: 1.43-3~bpo8+1 Distribution: jessie-backports Urgency: medium Maintainer: Theodore Y. Ts'o <tytso@mit.edu> Changed-By: Theodore Y. Ts'o <tytso@mit.edu> Description: comerr-dev - common error description library - headers and static libraries e2fsck-static - statically-linked version of the ext2/ext3/ext4 filesystem checke e2fslibs - ext2/ext3/ext4 file system libraries e2fslibs-dbg - debugging information for e2fslibs e2fslibs-dev - ext2/ext3/ext4 file system libraries - headers and static librari e2fsprogs - ext2/ext3/ext4 file system utilities e2fsprogs-dbg - debugging information for e2fsprogs e2fsprogs-udeb - stripped-down versions of e2fsprogs, for debian-installer (udeb) fuse2fs - ext2 / ext3 / ext4 file system driver for FUSE libcomerr2 - common error description library libcomerr2-dbg - debugging information for libcomerr2 libss2 - command-line interface parsing library libss2-dbg - debugging information for libss2 ss-dev - command-line interface parsing library - headers and static libra Closes: 760275 764293 768162 769838 773795 775234 778948 798425 803629 804237 822227 822576 Changes: e2fsprogs (1.43-3~bpo8+1) jessie-backports; urgency=medium . * Rebuild for jessie-backports . e2fsprogs (1.43-3) unstable; urgency=medium . * Fix various debian packaging nits * Fix spelling mistakes in the copyright files * Fix various spelling mistakes in man pages * Fix project quota bugs in e2fsck and mke2fs * Build binaries with hardening support * Improve e2fsck messages when the journal superblock is corrupt and the user declines to fix the journal. (Closes: #768162) * Fix debugfs's handling of "set_bg <bg> checksum calc" on 64-bit file systems. * Simplify the debian rules file . e2fsprogs (1.43-2) unstable; urgency=medium . * Update watch file to check for the GPG signatures * Use dh_update_autotools_control to update config.{guess,sub} automatically when building the package. * Only try to run update-initramfs if it exists * Transition to dbgsym packages . e2fsprogs (1.43-1) unstable; urgency=medium . * New upstream version * Fix or improve offset support in mke2fs, e2undo, and libext2fs * Update debian policy version to 3.9.8 . e2fsprogs (1.43~WIP.2016.03.15-2) sid; urgency=low . * Fix FTBFS on big-endian systems . e2fsprogs (1.43~WIP.2016.05.12-1) unstable; urgency=medium . * New upstream version * Clean up various man pages and usage messages * Fix up gcc and Coverity warnings * Stop building static binaries using dietlibc * Fix potential out-of-boundary memory access in resize2fs * Fix sparse_super2 bugs in mke2fs and resize2fs * The mke2fs program will now support multiple -O options * The e2image program now ignores checksum error so that debugging snapshots of a file system can be taken of a broken file system * E2fsck now more cleanly handles checksum errors while replaying the journal * Fix e2fsck to not try to set a UUID if the metadata_csum feature is enabled since this will break the checksums * Fix e2image so progress information won't get leaked to stdout * Fix bugs in "mke2fs -E offset=NNNN" (Closes: #803629) * Fix Hurd portability issues (Closes: #822576) * Update initramfs in e2fsprogs's postinst script so the initial ramdisk gets the updated e2fsprogs binaries (Closes: #804237) * Work around texi2dvi bug which can cause build failures (Closes: #822227) * E2fsck now prints "REBOOT SYSTEM" instead of "REBOOT LINUX" to assuage the sensibilities of Hurd users (Closes: #769838) . e2fsprogs (1.43~WIP.2016.03.15-1) unstable; urgency=low . * New upstream release * Fix resize2fs bug that could leave block allocation bitmaps uninitialized * 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 * Fix a bug which in rare cases would cause e2fsck -fD to corrupt an extent-mapped directory. * E2fsck will now check for extent mapped inodes with no extent header and clear them if found * E2fsck now checks to make sure the extended attribute header doesn't result in the xattr extending beyond the bounds of the inode * Teach mke2fs to parse a human-readable argument for -i option * Teach mke2fs to automatically handle creating file systems > 500T by automatically enable the meta_bg feature * Mke2fs will now prompt for user verification before rewriting a file system's superblock using the -S option * Mke2fs no longer complains if the user tries to create a file system using the entire block device (e.g., without using a partition). The minor number convention is not used by all block devices, and it's quite normal in some circumstances to create a file system on /dev/sdc instead of /dev/sdc1 * Debugfs now can properly display and set extended timestamps * Add an ext2/3/4 FUSE server * Fix an "mke2fs -d" bug which could create inodes with invalid extended attribute blocks * Fix miscellaneous file encryption bugs * Fix miscellaneous MMP bugs in debugfs * The e2fsck program will no longer update the quota inodes when it is interrupted * The filefrag program now accounts for holes in sparse files created by the file punch operation as an expected/optimal mapping * Clean up gcc/clang warnings * Add support for the checksum seed feature * Add support for the project quota feature * Add fallocate support to libext2fs and to debugfs * Clean up various man pages (Closes: #798425) * Update debian policy compliance to 3.9.7 . e2fsprogs (1.43~WIP.2015.05.18-1) unstable; urgency=low . * Merge in updates from the maint branch (changes from 1.42.13) * Add support for file encryption feature * Mke2fs will now create file systems with metadata_csum and 64bit enabled by default. * The resize2fs command can now convert file systems between 64-bit and 32-bit mode. * The new undo file format is much faster/efficent than before * E2fsck now has readahead support to speed up its behavior on RAID arrays. * E2fsck can now rebuild/optimize inode extent trees . e2fsprogs (1.42.13-1) unstable; urgency=low . * New upstream version * NMU acknowledge (Closes: #778948) * Fixed a bug which could cause e2fsck to corrupt Hurd file systems. (Closes: #760275) * Fixed a deadlock which occurs when using systemd and e2fsck.conf's logging feature. (Closes: #775234) * Fixed a bug which could cause programs using libext2's inode table scanning functions from crashing on certain corrupted file systems. (Closes: #773795) * Fixed dumpe2fs so it won't crash if the user doesn't specify a block device (file system). (Closes: #764293) * Fixed e2fsck so if it notices unexpected HTREE blocks in pass 2, it will report the correct directory inode containing the inconsistency. * If e2fsck fails to grow the dir_info structure due realloc(3) not having enough memory, it will now fail with explanatory message instead of staggering on failing with a confusing internal error messages. * The tune2fs program will zero out the superblock journal backup information when removing a journal from a file system. * The mke2fs program now enables the large_file feature by default. * Fixed a bug which could cause badblocks to crash if there are millions and millions of bad blocks. * Fixed some use-after-free bug in resize2fs and e2fsck. * Fixed some bigendian bugs that had crept into both indirect and extent handling inside libext2fs. * Updated/fixed various man pages. * Update Esperanto, German, and Spanish translations. Added Danish translation. . e2fsprogs (1.43~WIP-2015-03-29-1) unstable; urgency=low . * Merge in updates from the maint branch (changes from 1.42.12-1) * Add support for inline directories * Add support for the jbd2 checksum v3 format * New dumpe2fs format * Add support for file encryption feature Checksums-Sha1: a848539079a489dc61a2526be0ee720379a8f6fc 2198 e2fsprogs_1.43-3~bpo8+1.dsc 4174d65bee66e6cf4cf6de0aebfaa4d75be52296 88392 e2fsprogs_1.43-3~bpo8+1.debian.tar.xz 94f82b2507f4d2116f9a9a7a94ed9933fcc55198 89192 fuse2fs_1.43-3~bpo8+1_i386.deb b253e345a6697514f443ad7c6e4b44f36584e294 618818 e2fsck-static_1.43-3~bpo8+1_i386.deb da4e5d406af397c4c7ed7fef845d9fe4fd7d0285 62690 libcomerr2_1.43-3~bpo8+1_i386.deb 31eb09ed1dd5e88e9fcc565bdf7924ed786b0ae3 67340 libss2_1.43-3~bpo8+1_i386.deb 3cf1f562ac592dd86bf337d6ab006d12180964fd 234466 e2fslibs_1.43-3~bpo8+1_i386.deb 369af174ce85646c42339e26e8b243951d747d5a 247562 e2fslibs-dev_1.43-3~bpo8+1_i386.deb 6003f69e1ebb702965d22da5ce921d4eb6876989 856100 e2fsprogs_1.43-3~bpo8+1_i386.deb 39a1adcd3ce4a74e455bde40adc6a7b99d1b34ec 1629214 e2fsprogs-dbg_1.43-3~bpo8+1_i386.deb fffbe7413b71e5848b18dfba465214603e22e8d4 438168 e2fslibs-dbg_1.43-3~bpo8+1_i386.deb fb9224a7ca2200e79daad468b86eb55617f9f01b 66872 libcomerr2-dbg_1.43-3~bpo8+1_i386.deb 39417141770a9ba95f54ba9aec5f0bc4b5263c4b 77790 libss2-dbg_1.43-3~bpo8+1_i386.deb 2c9fd4fbaeb00ce166c22032621af348daace82e 38568 comerr-dev_2.1-1.43-3~bpo8+1_i386.deb 80a2cf079073a41010a621baf517777ca6ecd394 17334 ss-dev_2.0-1.43-3~bpo8+1_i386.deb 8ccd3187e844f9e1d5ffbba89950e7ea098f8a7b 367648 e2fsprogs-udeb_1.43-3~bpo8+1_i386.udeb Checksums-Sha256: 84b4f75af0976e647706099eef3b07ae04c67926dbf3392d2504f52042043cfa 2198 e2fsprogs_1.43-3~bpo8+1.dsc 1177a8c60f81ad8417122124eec7021a9060ed6fcee89016aeb4254020805b98 88392 e2fsprogs_1.43-3~bpo8+1.debian.tar.xz ab9a787de6021893a292653fd47dd7a47374fb9e56a02c3baa6ec8e700e02989 89192 fuse2fs_1.43-3~bpo8+1_i386.deb aa9ee553ad169023e700e63b3a55bf6a47709b9652b84bd95ec9f393d930b63b 618818 e2fsck-static_1.43-3~bpo8+1_i386.deb 4402779446824a6427c150758917427552a616320e8b637331de4680b7396e5a 62690 libcomerr2_1.43-3~bpo8+1_i386.deb 436306008fc92f850ef0807e361a4ce4f82debf34d6cf638bb21494fab4dc9ce 67340 libss2_1.43-3~bpo8+1_i386.deb 7647e1cb7169ae6fda18014b531e9a503a285285b0b2c4cccc78e6034967f969 234466 e2fslibs_1.43-3~bpo8+1_i386.deb 88c39354e367b9166851c7f65d4a211ff426e667727ce401a167505b361f9a0d 247562 e2fslibs-dev_1.43-3~bpo8+1_i386.deb cd57c530ab69971a70653dc9b9eef8f400ba45d13ae815b72488f4c0f445ccf1 856100 e2fsprogs_1.43-3~bpo8+1_i386.deb e53b928883ca3bc53be3b02b0f24dbcc4cf02705fb1c6f027424de0060a45677 1629214 e2fsprogs-dbg_1.43-3~bpo8+1_i386.deb eaac8c13d77a470b52a51422226f1ad083aaf6d07d27bdbfd00ea30f04cc0d2e 438168 e2fslibs-dbg_1.43-3~bpo8+1_i386.deb a75de17e255e484389ba0728291f902018ee9edbb90d26bf2bba201a39a778d6 66872 libcomerr2-dbg_1.43-3~bpo8+1_i386.deb 60d8fa48c770e010d27d54c2edac397ec625ab98621f8b62506621b58eb28c33 77790 libss2-dbg_1.43-3~bpo8+1_i386.deb 5ad05f9405f72a9fb0751b2388c623d498021b4a6071da3120f5f81e75a3aaa5 38568 comerr-dev_2.1-1.43-3~bpo8+1_i386.deb aa90acf64859a4dd563d18c712b541bd47f966a82af8e22b841498835b015512 17334 ss-dev_2.0-1.43-3~bpo8+1_i386.deb 92d5da194ff6729554937d028d670ccea55d1fcf8f2cedd4711a8ca9adc49019 367648 e2fsprogs-udeb_1.43-3~bpo8+1_i386.udeb Files: d7103a0518eda9f49640a7e223f252a3 2198 admin required e2fsprogs_1.43-3~bpo8+1.dsc c39f24162100f90db3d3c6a26c09ba64 88392 admin required e2fsprogs_1.43-3~bpo8+1.debian.tar.xz 67fed6fa99f1e8303206800807fe950e 89192 admin optional fuse2fs_1.43-3~bpo8+1_i386.deb c02ede2801bbbb1c87faa1eb94bca4f8 618818 admin optional e2fsck-static_1.43-3~bpo8+1_i386.deb 023f546844a0021b052a98f1815e198a 62690 libs required libcomerr2_1.43-3~bpo8+1_i386.deb 7f143c631637811a1de01a65c22fc4d4 67340 libs required libss2_1.43-3~bpo8+1_i386.deb dd6ddf33919e3968407934106c445e7f 234466 libs required e2fslibs_1.43-3~bpo8+1_i386.deb 6d878260a460991956b4124db1adee1c 247562 libdevel extra e2fslibs-dev_1.43-3~bpo8+1_i386.deb ebd5de11b57163cd277f32ff494100cd 856100 admin required e2fsprogs_1.43-3~bpo8+1_i386.deb 32744cfe7fa5d51699f98b0dc05d0382 1629214 debug extra e2fsprogs-dbg_1.43-3~bpo8+1_i386.deb 2a9e49dbcd022f31ddc841602d66edaa 438168 debug extra e2fslibs-dbg_1.43-3~bpo8+1_i386.deb 5445043ae7d0a73c8193c7f420684bf0 66872 debug extra libcomerr2-dbg_1.43-3~bpo8+1_i386.deb 27339ec45515ddce7f46bd602ca3609e 77790 debug extra libss2-dbg_1.43-3~bpo8+1_i386.deb c7f6362b06f84db4d680e5012c390176 38568 libdevel extra comerr-dev_2.1-1.43-3~bpo8+1_i386.deb 25790c89b4859613de98486c8770422a 17334 libdevel extra ss-dev_2.0-1.43-3~bpo8+1_i386.deb 4b6856cd780723437ab299ca4728bd2b 367648 debian-installer optional e2fsprogs-udeb_1.43-3~bpo8+1_i386.udeb -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXUyOnAAoJEPL5WVaVDYGj/TIH+wTN2mlQkLCvuWUzn8zcYdqo X7pR+i/nVM0Zj6iZSkzzXbFm/DHwltYRQ+n8ywqZ1PBEqVYeQMgq6ylpDX0WN+h1 pBh8QSDuxdZwDas/s/bub3tm5o4xOupfudZQxRKLSeHoRk5vIWSpsZkB7YirpPNF i2jJjcNVsGeWJmES5aNdhBMG/Abh+h7M6ySbY0gEpJo1ONuA8hIUFrd9UyVfgKLm NMZZKGBA2oEFYYi29YLaXQfFbqB0Dsxu3Vu1oCVqFz6dCL97JLS9BGnRFRPWILMA WYMZnOpcne9lcdjENmm31A7PXGB0KGMO2QIaHB2qKgUkBnFOhvEIkA0k6ekVneo= =DKiF -----END PGP SIGNATURE-----