summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2020-03-21 22:34:30 -0400
committerTheodore Ts'o <tytso@mit.edu>2020-03-21 22:34:30 -0400
commit8fd92e9af006da392d667775b8bbe0db9e8639d2 (patch)
tree0916e5d01faee9f883b62c80e436f53764acfbcb /debian
parent1126208873090c4a85c123b325a81d1505ed2f17 (diff)
parent29d22c467547f11f4db31331549ee4e304eeb220 (diff)
downloade2fsprogs-8fd92e9af006da392d667775b8bbe0db9e8639d2.tar.gz
Merge tag 'v1.45.6' into next
v1.45.6
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog26
-rw-r--r--debian/libext2fs2.symbols2
2 files changed, 27 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b388f123..4fd1eca4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+e2fsprogs (1.45.6-1) unstable; urgency=medium
+
+ * New upstream release
+ * Fixed 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.
+ * Improve e2fsck's ability to deal with file systems with a *very* large
+ number of directories.
+ * Debugfs will ignore lines in its command files which start with a
+ comment character ("#").
+ * 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.
+ * Mke2fs -d now correctly sets permission with files where the owner
+ permissions are not rwx.
+ * Updated and clarified various man pages
+ (Closes: #953493, #953494, #951808)
+ * Drop as unneeded libattr1-dev as a build dependency (Closes: #953926)
+ * Update the Malay translation from the translation project.
+
+ -- Theodore Y. Ts'o <tytso@mit.edu> Fri, 20 Mar 2020 23:49:33 -0400
+
e2fsprogs (1.45.5-2) unstable; urgency=medium
* Fix com_err support on Hurd, which has POSIX E* error code starting at
@@ -9,7 +33,7 @@ e2fsprogs (1.45.5-2) unstable; urgency=medium
e2fsprogs (1.45.5-1) unstable; urgency=medium
- * New upstream feature
+ * New upstream release
* E2fsck will no longer force a full file system check if time-based
forced checks are disabled and the last mount time or last write time in
the superblock are in the future.
diff --git a/debian/libext2fs2.symbols b/debian/libext2fs2.symbols
index 024630fa..e4952481 100644
--- a/debian/libext2fs2.symbols
+++ b/debian/libext2fs2.symbols
@@ -6,6 +6,7 @@ libe2p.so.2 libext2fs2 #MINVER#
e2p_encmode2string@Base 1.43
e2p_encoding2str@Base 1.45.1
e2p_feature2string@Base 1.37
+ e2p_feature_to_string@Base 1.45.6
e2p_get_encoding_flags@Base 1.45
e2p_hash2string@Base 1.37
e2p_is_null_uuid@Base 1.37
@@ -480,6 +481,7 @@ libext2fs.so.2 libext2fs2 #MINVER#
ext2fs_read_inode_full@Base 1.37
ext2fs_remove_exit_fn@Base 1.43
ext2fs_reserve_super_and_bgd@Base 1.37
+ ext2fs_resize_array@Base 1.45.6
ext2fs_resize_block_bitmap2@Base 1.42
ext2fs_resize_block_bitmap@Base 1.37
ext2fs_resize_generic_bitmap@Base 1.37