forked from pool/e2fsprogs
- 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 Rev filesystems/123 Md5 b8b79e6a12507937eedfe6c31b83550a 2020-01-13 18:46:00 jankara 762249
This commit is contained in:
parent
ede4340a09
commit
ac26e8c5af
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65faf6b590ca1da97440d6446bd11de9e0914b42553740ba5d9d2a796fa0dc02
|
||||
size 5567164
|
3
e2fsprogs-1.45.5.tar.xz
Normal file
3
e2fsprogs-1.45.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9faccc0d90f73556e797dc7cc5979b582bd50d3f8609c0f2ad48c736d44aede
|
||||
size 5569796
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 13:48:12 UTC 2020 - Jan Kara <jack@suse.cz>
|
||||
|
||||
- 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 <jack@suse.cz>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user