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
This commit is contained in:
parent
0b97b0147d
commit
b2f753a76e
@ -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>
|
Mon Sep 30 16:34:37 UTC 2019 - Jan Kara <jack@suse.cz>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package e2fsprogs
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -68,7 +68,7 @@ Conflicts: libcom_err2-mini
|
|||||||
Conflicts: libcom_err-mini-devel
|
Conflicts: libcom_err-mini-devel
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 1.45.4
|
Version: 1.45.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utilities for the Second Extended File System
|
Summary: Utilities for the Second Extended File System
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user