Update release notes, etc., for the 1.45.4 release

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
This commit is contained in:
Theodore Ts'o 2019-09-23 16:04:59 -04:00
parent 040cd2479d
commit c2a8499d5d
9 changed files with 532 additions and 437 deletions

2
README
View File

@ -1,4 +1,4 @@
This is the new version (1.45.3) of the second extended file
This is the new version (1.45.4) of the second extended file
system management programs.
From time to time, I release new versions of e2fsprogs, to fix

View File

@ -1 +1 @@
doc/RelNotes/v1.45.3.txt
doc/RelNotes/v1.45.4.txt

22
debian/changelog vendored
View File

@ -1,3 +1,25 @@
e2fsprogs (1.45.4-1) unstable; urgency=medium
* New upstream feature
* Fix CVE-2019-5094: A maliciously corrupted file systems can trigger
buffer overruns in the quota code used by e2fsck.
* E2fsck will now check 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 to fix a failure in
xfstests ext4/007
* Fix e2fsck so that when it needs to recreate the root directory, the
quota counts are correctly updated
* Update the man pages to document the new fsverity feature, and improve
the documentation for the casefold and encrypt features
* Allow e2scrub_all to work when the VG free space is exactly the
snapshot size (Closes: #935009)
* Avoid spurious lvm warnings when e2scrub_all is run out of cron on
non-systemd systems (Closes: #940240)
* Update the Dutch, German, Malay, Spanish, and Vietnamese translations
-- Theodore Y. Ts'o <tytso@mit.edu> Mon, 23 Sep 2019 15:31:27 -0400
e2fsprogs (1.45.3-4) unstable; urgency=medium
* stop using Link Time Optimization; it breaks reproducible builds

50
doc/RelNotes/v1.45.4.txt Normal file
View File

@ -0,0 +1,50 @@
E2fsprogs 1.45.4 (September 23, 2019)
=====================================
Updates/Fixes since v1.45.3:
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.

View File

@ -1,7 +1,7 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename libext2fs.info
@settitle The EXT2FS Library (version 1.45.3)
@settitle The EXT2FS Library (version 1.45.4)
@synindex tp fn
@comment %**end of header
@ -60,8 +60,8 @@ by the author.
@title The EXT2FS Library
@subtitle The EXT2FS Library
@subtitle Version 1.45.3
@subtitle July 2019
@subtitle Version 1.45.4
@subtitle September 2019
@author by Theodore Ts'o
@ -101,7 +101,7 @@ by the Foundation.
@top The EXT2FS Library
This manual documents the EXT2FS Library, version 1.45.3.
This manual documents the EXT2FS Library, version 1.45.4.
@menu
* Introduction to the EXT2FS Library::

View File

@ -1,15 +1,15 @@
Begin3
Title: EXT2 Filesystem utilities
Version: 1.45.3
Entered-date: 2019-07-14
Version: 1.45.4
Entered-date: 2019-09-23
Description: The filesystem utilities for the EXT2, EXT3, and EXT4
filesystems, including e2fsck, mke2fs, dumpe2fs, and others.
Keywords: utilities, filesystem, Ext2fs, ext3, ext4
Author: tytso@mit.edu (Theodore Tso)
Maintained-by: tytso@mit.edu (Theodore Tso)
Primary-site: ftp.kernel.org /pub/linux/kernel/people/tytso/e2fsprogs
7744kB e2fsprogs-1.45.3.tar.gz
1kB e2fsprogs-1.45.3.lsm
7744kB e2fsprogs-1.45.4.tar.gz
1kB e2fsprogs-1.45.4.lsm
Alternate-site: download.sourceforge.net /pub/sourceforge/e2fsprogs
Platforms: linux 1.2.x/1.3.x/2.0.x/2.1.x/2.2.x/2.3.x/2.4.x/2.5.x/2.6.x/3.x/4.x
Copying-policy: GPL-2/LGPL-2

View File

@ -5,7 +5,7 @@
Summary: Utilities for managing ext2/ext3/ext4 filesystems
Name: e2fsprogs
Version: 1.45.3
Version: 1.45.4
Release: 0
License: GPLv2
Group: System Environment/Base

File diff suppressed because it is too large Load Diff

View File

@ -7,5 +7,5 @@
* file may be redistributed under the GNU Public License v2.
*/
#define E2FSPROGS_VERSION "1.45.3"
#define E2FSPROGS_DATE "14-Jul-2019"
#define E2FSPROGS_VERSION "1.45.4"
#define E2FSPROGS_DATE "23-Sep-2019"