forked from pool/e2fsprogs
- update to 1.42.6
* Fixed a potential seg fault in e2fsck when there is an I/O error while reading the superblock * Various resize2fs fixes * Various quota related fixes * Fixed filefrag so that it correctly reports the number of extents * Fixed filefrag so it will not crash with a segfault on files from a virtual file system such as /proc * Fixed a problem if e2fsck where if the root file system is mounted read-only, e2fsck would not clear an error indication in the journal superblock. * Fixed a bug in how e2fsck would uniquify directory entry names * Manpage updates ... Rev filesystems/37 Md5 1fa438d2b8eb4bda23eb4f56e21753b4 2012-09-25 22:37:44 jankara 136012
This commit is contained in:
parent
4d8841de26
commit
9059baee20
@ -1,15 +0,0 @@
|
|||||||
Index: lib/quota/quotaio.c
|
|
||||||
===================================================================
|
|
||||||
--- lib/quota/quotaio.c.orig 2012-03-18 19:18:33.000000000 +0100
|
|
||||||
+++ lib/quota/quotaio.c 2012-04-13 12:57:21.261673322 +0200
|
|
||||||
@@ -142,8 +142,8 @@ errcode_t quota_inode_truncate(ext2_fils
|
|
||||||
return err;
|
|
||||||
|
|
||||||
inode.i_dtime = fs->now ? fs->now : time(0);
|
|
||||||
- if (!ext2fs_inode_has_valid_blocks2(fs, &inode))
|
|
||||||
- return 0;
|
|
||||||
+ if (!(err = ext2fs_inode_has_valid_blocks2(fs, &inode)) )
|
|
||||||
+ return err;
|
|
||||||
|
|
||||||
ext2fs_block_iterate3(fs, ino, BLOCK_FLAG_READ_ONLY, NULL,
|
|
||||||
release_blocks_proc, NULL);
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3946f347842a7b892b23476e231da21e572f9db828cb02a38bc57beb25db905e
|
|
||||||
size 5873284
|
|
3
e2fsprogs-1.42.6.tar.gz
Normal file
3
e2fsprogs-1.42.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:726b5919edeaee5b077d7a5b602284f1453ea31cf499efa433af26c679b667a5
|
||||||
|
size 5920183
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 25 22:06:09 UTC 2012 - jack@suse.cz
|
||||||
|
|
||||||
|
- update to 1.42.6
|
||||||
|
* Fixed a potential seg fault in e2fsck when there is an I/O error while reading the superblock
|
||||||
|
* Various resize2fs fixes
|
||||||
|
* Various quota related fixes
|
||||||
|
* Fixed filefrag so that it correctly reports the number of extents
|
||||||
|
* Fixed filefrag so it will not crash with a segfault on files from a virtual file system such as /proc
|
||||||
|
* Fixed a problem if e2fsck where if the root file system is mounted read-only, e2fsck would not clear an error indication in the journal superblock.
|
||||||
|
* Fixed a bug in how e2fsck would uniquify directory entry names
|
||||||
|
* Manpage updates
|
||||||
|
...
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 11 12:00:55 UTC 2012 - coolo@suse.com
|
Tue Sep 11 12:00:55 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ PreReq: %install_info_prereq
|
|||||||
Obsoletes: e2fsprogs-64bit
|
Obsoletes: e2fsprogs-64bit
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 1.42.4
|
Version: 1.42.6
|
||||||
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
|
||||||
@ -49,7 +49,6 @@ Source4: e2fsck.conf
|
|||||||
Patch1: e2fsprogs-1.41.1-splash_support.patch
|
Patch1: e2fsprogs-1.41.1-splash_support.patch
|
||||||
# libcom_err patches
|
# libcom_err patches
|
||||||
Patch2: libcom_err-compile_et_permissions.patch
|
Patch2: libcom_err-compile_et_permissions.patch
|
||||||
Patch3: e2fsprogs-1.42-voidreturn_value_declared.patch
|
|
||||||
Patch4: e2fsprogs-1.42-implicit_fortify_decl.patch
|
Patch4: e2fsprogs-1.42-implicit_fortify_decl.patch
|
||||||
Patch5: e2fsprogs-1.42-ext2fsh_implicit.patch
|
Patch5: e2fsprogs-1.42-ext2fsh_implicit.patch
|
||||||
# Do not suppress make commands
|
# Do not suppress make commands
|
||||||
@ -131,7 +130,6 @@ Development files for the com_err error message display library.
|
|||||||
%patch1
|
%patch1
|
||||||
# libcom_err patches
|
# libcom_err patches
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3
|
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
cp %{SOURCE2} .
|
cp %{SOURCE2} .
|
||||||
|
Loading…
Reference in New Issue
Block a user