From 0dec56ca3019eac3a120f012801b5d1643f00140 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 23 Sep 2019 18:48:45 -0400 Subject: [PATCH] Update for the 1.45.4 release Signed-off-by: Theodore Ts'o --- htdocs/e2fsprogs-release.html | 45 +++++++++++++++++++++++++++++++++++ htdocs/ext2.html | 4 ++-- htdocs/index.html | 10 ++++---- 3 files changed, 52 insertions(+), 7 deletions(-) diff --git a/htdocs/e2fsprogs-release.html b/htdocs/e2fsprogs-release.html index 3fec7a19..1012bde8 100644 --- a/htdocs/e2fsprogs-release.html +++ b/htdocs/e2fsprogs-release.html @@ -30,6 +30,7 @@

Release notes for the e2fsprogs package

+

E2fsprogs 1.45.4 (September 23, 2019)

+ +

Fixes

+ +

A maliciously corrupted file systems can trigger buffer overruns in the +quota code used by e2fsck. (Addresses CVE-2019-5094)

+ +

E2fsck now checks to make sure the casefold flag is only set on +directories, and only when the casefold feature is enabled.

+ +

E2fsck will not disable the low dtime checks when using a backup +superblock where the last mount time is zero. This fixes a failure in +xfstests ext4/007.

+ +

Fix e2fsck so that when it needs to recreate the root directory, the +quota counts are correctly updated.

+ +

Fix e2scrub_all cron script so it checks to make sure e2scrub_all +exists, since the crontab and cron script might stick around after the +e2fsprogs package is removed. (Addresses Debian Bug: #932622)

+ +

Fix e2scrub_all so that it works when the free space is exactly the +snapshot size. (Addresses Debian Bug: #935009)

+ +

Avoid spurious lvm warnings when e2scrub_all is run out of cron on +non-systemd systems (Addresses Debian Bug: #940240)

+ +

Update the man pages to document the new fsverity feature, and improve +the documentation for the casefold and encrypt features.

+ +

Performance, Internal Implementation, Development Support etc.

+ +

Fixed various debian packaging issues. (Addresses Debian Bug: #933247, +#932874, #932876, #932855, #932859, #932861, #932881, #932888)

+ +

Fix false positive test failure in f_pre_1970_date_encoding on 32-bit +systems with a 64-bit time_t. (Addresses Debian Bug: #932906)

+ +

Fixed various compiler warnings. (Addresses Google Bug #118836063)

+ +

Update the Czech, Dutch, French, German, Malay, Polish, Portuguese, +Spanish, Swedish, Ukrainian, and Vietnamese translations from the +Translation Project.

+

E2fsprogs 1.45.3 (July 14, 2019)

UI and Features

diff --git a/htdocs/ext2.html b/htdocs/ext2.html index 00414909..ef054e90 100644 --- a/htdocs/ext2.html +++ b/htdocs/ext2.html @@ -28,9 +28,9 @@ -

Release 1.45.3 of e2fsprogs is available!

+

Release 1.45.4 of e2fsprogs is available!

-

On July 14, 2019, version 1.45.3 of e2fsprogs was On September 23, 2019, version 1.45.4 of e2fsprogs was announced.

Ext2fs Utilities

diff --git a/htdocs/index.html b/htdocs/index.html index 51adf03a..1270421a 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -34,18 +34,18 @@ here.

-

Release 1.45.3 of e2fsprogs is +

Release 1.45.4 of e2fsprogs is available!

I am happy to announce a new release of the e2fsprogs distribution. - All users of e2fsprogs are urged to upgrade to the 1.45.3 version as + All users of e2fsprogs are urged to upgrade to the 1.45.4 version as soon as possible, which can be - downloaded from sourceforge - or kernel.org.

+ downloaded from sourceforge + or kernel.org.

This release contains a number of bug fixes and enhancements over the previous releases. For more details, see the - release notes.

+ release notes.