forked from pool/e2fsprogs
- Update to 1.44.5
* use 64-bit counters to track number of defragged files * correctly traslate Posix ACLs * Use the online free block counts * Fix a false warning that tune2fs will take along time to change UUID * e2fsck will only offer to set the inline_data feature flag sometimes * e4defrag running as root but can't find file system * resize2fs was failing to update extent tree checksums * fuse2fs command line parsing fixed * e2fs segfault fix when corrupted journal file-system is too large * e2image now includes the mmp block * fix various verity handling bugs which made it unusable * fix a bug in tune2fs to dereference freed memory after replay Rev filesystems/103 Md5 b765768bc66b085534b4a0266261d95a 2019-01-08 14:35:18 jankara 663602
This commit is contained in:
parent
ee055c50f6
commit
7a9b09a9fe
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee03b2f2180614c5ae5f6dd2666f8808de61c3d8b37d22ba86cc6daea25be55a
|
||||
size 5363496
|
3
e2fsprogs-1.44.5.tar.xz
Normal file
3
e2fsprogs-1.44.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba5eb3069d69160d96818bb9700de9ab5a8458d9add1fd85d427c0000d34c5b9
|
||||
size 5375996
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 09:34:17 UTC 2019 - jack@suse.cz
|
||||
|
||||
- Update to 1.44.5
|
||||
* use 64-bit counters to track number of defragged files
|
||||
* correctly traslate Posix ACLs
|
||||
* Use the online free block counts
|
||||
* Fix a false warning that tune2fs will take along time to change UUID
|
||||
* e2fsck will only offer to set the inline_data feature flag sometimes
|
||||
* e4defrag running as root but can't find file system
|
||||
* resize2fs was failing to update extent tree checksums
|
||||
* fuse2fs command line parsing fixed
|
||||
* e2fs segfault fix when corrupted journal file-system is too large
|
||||
* e2image now includes the mmp block
|
||||
* fix various verity handling bugs which made it unusable
|
||||
* fix a bug in tune2fs to dereference freed memory after replay
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 11 15:34:00 UTC 2018 - jack@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package e2fsprogs
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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
|
||||
@ -62,7 +62,7 @@ Conflicts: libcom_err2-mini
|
||||
Conflicts: libcom_err-mini-devel
|
||||
%endif
|
||||
#
|
||||
Version: 1.44.4
|
||||
Version: 1.44.5
|
||||
Release: 0
|
||||
Summary: Utilities for the Second Extended File System
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user