From b2f753a76ecf8ddca44f4a9af3328edc8fafc527 Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Mon, 13 Jan 2020 18:46:00 +0000 Subject: [PATCH] Accepting request 762249 from home:jankara:branches:filesystems - Update to 1.45.5: * Fix out of bounds write when checking maliciously corrupted filesystem * Remove unnecessary sleep in e2scrub * Fix spurious emails from e2scrub_all * Fix crash in e2fsck when rebuilding very large directories * Improve resize2fs minimum fs size estimates when the fs is mounted * Fix UBSAN failures when fuzzing filesystem images * Fix potential memory leak in read_bitmap() in libext2fs * Speedup e2fsck on file systems with a very large number of inodes * fuse2fs fixes OBS-URL: https://build.opensuse.org/request/show/762249 OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=123 --- e2fsprogs-1.45.4.tar.xz | 3 --- e2fsprogs-1.45.5.tar.xz | 3 +++ e2fsprogs.changes | 14 ++++++++++++++ e2fsprogs.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 e2fsprogs-1.45.4.tar.xz create mode 100644 e2fsprogs-1.45.5.tar.xz diff --git a/e2fsprogs-1.45.4.tar.xz b/e2fsprogs-1.45.4.tar.xz deleted file mode 100644 index e300344..0000000 --- a/e2fsprogs-1.45.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65faf6b590ca1da97440d6446bd11de9e0914b42553740ba5d9d2a796fa0dc02 -size 5567164 diff --git a/e2fsprogs-1.45.5.tar.xz b/e2fsprogs-1.45.5.tar.xz new file mode 100644 index 0000000..cd1b7c0 --- /dev/null +++ b/e2fsprogs-1.45.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9faccc0d90f73556e797dc7cc5979b582bd50d3f8609c0f2ad48c736d44aede +size 5569796 diff --git a/e2fsprogs.changes b/e2fsprogs.changes index 46e17bd..1532f39 100644 --- a/e2fsprogs.changes +++ b/e2fsprogs.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Jan 9 13:48:12 UTC 2020 - Jan Kara + +- Update to 1.45.5: + * Fix out of bounds write when checking maliciously corrupted filesystem + * Remove unnecessary sleep in e2scrub + * Fix spurious emails from e2scrub_all + * Fix crash in e2fsck when rebuilding very large directories + * Improve resize2fs minimum fs size estimates when the fs is mounted + * Fix UBSAN failures when fuzzing filesystem images + * Fix potential memory leak in read_bitmap() in libext2fs + * Speedup e2fsck on file systems with a very large number of inodes + * fuse2fs fixes + ------------------------------------------------------------------- Mon Sep 30 16:34:37 UTC 2019 - Jan Kara diff --git a/e2fsprogs.spec b/e2fsprogs.spec index a192592..1770420 100644 --- a/e2fsprogs.spec +++ b/e2fsprogs.spec @@ -1,7 +1,7 @@ # # spec file for package e2fsprogs # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -68,7 +68,7 @@ Conflicts: libcom_err2-mini Conflicts: libcom_err-mini-devel %endif # -Version: 1.45.4 +Version: 1.45.5 Release: 0 Summary: Utilities for the Second Extended File System License: GPL-2.0-only