forked from pool/e2fsprogs
- Update to 1.43.5
* fix e2fsck infinite loop when rebuilding encrypted directories * fix tune2fs support for enabling /disabling project quota * fixes in debugfs, dumpe2fs, e2fsck, tune2fs, and resize2fs for maliciously corrupted filesystems * fix e2fsck to verify invalid quota inode numbers * fix byte-swapping of backup superblocks * fix e2fsck -E bmap2extent to work for sparse files * fix e2fsck to correctly handle quota accounting for multiply claimed blocks * lots of other fixes Rev filesystems/80 Md5 ec0bd0aef1ce086393f7fa4851c2309e 2017-08-21 13:25:12 jankara 517938
This commit is contained in:
parent
ee7cbda6a6
commit
d66e7a1864
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1644db4fc58300c363ba1ab688cf9ca1e46157323aee1029f8255889be4bc856
|
|
||||||
size 7552516
|
|
3
e2fsprogs-1.43.5.tar.gz
Normal file
3
e2fsprogs-1.43.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:466db1da11e227143fbdf6a401833e0ab17cf43d927f5baa4a7042b3ce8a3932
|
||||||
|
size 7596581
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 21 13:14:25 UTC 2017 - jack@suse.cz
|
||||||
|
|
||||||
|
- Update to 1.43.5
|
||||||
|
* fix e2fsck infinite loop when rebuilding encrypted directories
|
||||||
|
* fix tune2fs support for enabling /disabling project quota
|
||||||
|
* fixes in debugfs, dumpe2fs, e2fsck, tune2fs, and resize2fs for maliciously
|
||||||
|
corrupted filesystems
|
||||||
|
* fix e2fsck to verify invalid quota inode numbers
|
||||||
|
* fix byte-swapping of backup superblocks
|
||||||
|
* fix e2fsck -E bmap2extent to work for sparse files
|
||||||
|
* fix e2fsck to correctly handle quota accounting for multiply claimed blocks
|
||||||
|
* lots of other fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 3 09:47:06 UTC 2017 - jack@suse.cz
|
Fri Mar 3 09:47:06 UTC 2017 - jack@suse.cz
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ Conflicts: libcom_err2-mini
|
|||||||
Conflicts: libcom_err-mini-devel
|
Conflicts: libcom_err-mini-devel
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 1.43.4
|
Version: 1.43.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
|
License: GPL-2.0
|
||||||
@ -89,9 +89,9 @@ mklost+found, tune2fs, e2fsck, resize2fs, and badblocks.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Dummy development package
|
Summary: Dummy development package
|
||||||
|
# bug437293
|
||||||
License: LGPL-2.0
|
License: LGPL-2.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
# bug437293
|
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: e2fsprogs-devel-64bit
|
Obsoletes: e2fsprogs-devel-64bit
|
||||||
%endif
|
%endif
|
||||||
@ -156,9 +156,9 @@ Development files for libext2fs. Static libraries.
|
|||||||
%package -n libcom_err2
|
%package -n libcom_err2
|
||||||
%endif
|
%endif
|
||||||
Summary: E2fsprogs error reporting library
|
Summary: E2fsprogs error reporting library
|
||||||
|
# bug437293
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
# bug437293
|
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: libcom_err-64bit
|
Obsoletes: libcom_err-64bit
|
||||||
Obsoletes: libcom_err2-64bit
|
Obsoletes: libcom_err2-64bit
|
||||||
@ -180,9 +180,9 @@ com_err is an error message display library.
|
|||||||
%package -n libcom_err-devel
|
%package -n libcom_err-devel
|
||||||
%endif
|
%endif
|
||||||
Summary: Development files for libcom_err
|
Summary: Development files for libcom_err
|
||||||
|
# bug437293
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
# bug437293
|
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: libcom_err-devel-64bit
|
Obsoletes: libcom_err-devel-64bit
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user