forked from pool/e2fsprogs
Update to 1.42.9
Rev filesystems/51 Md5 e3ca0c775d5ed8a63bda109ecc073b45 2014-01-27 09:58:18 jankara 215247
This commit is contained in:
parent
0d547b0411
commit
20af007f75
@ -2,7 +2,7 @@ Index: e2fsck/Makefile.in
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- e2fsck/Makefile.in.orig
|
--- e2fsck/Makefile.in.orig
|
||||||
+++ e2fsck/Makefile.in
|
+++ e2fsck/Makefile.in
|
||||||
@@ -68,7 +68,7 @@ OBJS= crc32.o dict.o unix.o e2fsck.o sup
|
@@ -69,7 +69,7 @@ OBJS= crc32.o dict.o unix.o e2fsck.o sup
|
||||||
pass3.o pass4.o pass5.o journal.o badblocks.o util.o dirinfo.o \
|
pass3.o pass4.o pass5.o journal.o badblocks.o util.o dirinfo.o \
|
||||||
dx_dirinfo.o ehandler.o problem.o message.o quota.o recovery.o \
|
dx_dirinfo.o ehandler.o problem.o message.o quota.o recovery.o \
|
||||||
region.o revoke.o ea_refcount.o rehash.o profile.o prof_err.o \
|
region.o revoke.o ea_refcount.o rehash.o profile.o prof_err.o \
|
||||||
@ -11,7 +11,7 @@ Index: e2fsck/Makefile.in
|
|||||||
|
|
||||||
PROFILED_OBJS= profiled/dict.o profiled/unix.o profiled/e2fsck.o \
|
PROFILED_OBJS= profiled/dict.o profiled/unix.o profiled/e2fsck.o \
|
||||||
profiled/super.o profiled/pass1.o profiled/pass1b.o \
|
profiled/super.o profiled/pass1.o profiled/pass1b.o \
|
||||||
@@ -107,6 +107,7 @@ SRCS= $(srcdir)/e2fsck.c \
|
@@ -108,6 +108,7 @@ SRCS= $(srcdir)/e2fsck.c \
|
||||||
$(srcdir)/rehash.c \
|
$(srcdir)/rehash.c \
|
||||||
$(srcdir)/region.c \
|
$(srcdir)/region.c \
|
||||||
$(srcdir)/profile.c \
|
$(srcdir)/profile.c \
|
||||||
@ -19,7 +19,7 @@ Index: e2fsck/Makefile.in
|
|||||||
$(srcdir)/sigcatcher.c \
|
$(srcdir)/sigcatcher.c \
|
||||||
$(srcdir)/logfile.c \
|
$(srcdir)/logfile.c \
|
||||||
prof_err.c \
|
prof_err.c \
|
||||||
@@ -539,6 +540,7 @@ region.o: $(srcdir)/region.c $(top_build
|
@@ -541,6 +542,7 @@ region.o: $(srcdir)/region.c $(top_build
|
||||||
$(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
|
$(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
|
||||||
$(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
|
$(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
|
||||||
$(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h
|
$(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h
|
||||||
@ -162,15 +162,15 @@ Index: e2fsck/unix.c
|
|||||||
#include "../version.h"
|
#include "../version.h"
|
||||||
|
|
||||||
/* Command line options */
|
/* Command line options */
|
||||||
@@ -1165,6 +1166,7 @@ int main (int argc, char *argv[])
|
@@ -1169,6 +1170,7 @@ int main (int argc, char *argv[])
|
||||||
e2fsck_t ctx;
|
e2fsck_t ctx;
|
||||||
blk_t orig_superblock;
|
blk64_t orig_superblock;
|
||||||
struct problem_context pctx;
|
struct problem_context pctx;
|
||||||
+ struct splash_ops *sops;
|
+ struct splash_ops *sops;
|
||||||
int flags, run_result;
|
int flags, run_result;
|
||||||
int journal_size;
|
int journal_size;
|
||||||
int sysval, sys_page_size = 4096;
|
int sysval, sys_page_size = 4096;
|
||||||
@@ -1203,6 +1205,7 @@ int main (int argc, char *argv[])
|
@@ -1207,6 +1209,7 @@ int main (int argc, char *argv[])
|
||||||
exit(FSCK_ERROR);
|
exit(FSCK_ERROR);
|
||||||
}
|
}
|
||||||
reserve_stdio_fds();
|
reserve_stdio_fds();
|
||||||
@ -178,7 +178,7 @@ Index: e2fsck/unix.c
|
|||||||
|
|
||||||
set_up_logging(ctx);
|
set_up_logging(ctx);
|
||||||
if (ctx->logf) {
|
if (ctx->logf) {
|
||||||
@@ -1577,6 +1580,7 @@ print_unsupp_features:
|
@@ -1584,6 +1587,7 @@ print_unsupp_features:
|
||||||
fatal_error(ctx, 0);
|
fatal_error(ctx, 0);
|
||||||
check_if_skip(ctx);
|
check_if_skip(ctx);
|
||||||
check_resize_inode(ctx);
|
check_resize_inode(ctx);
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b984aaf1fe888d6a4cf8c2e8d397207879599b5368f1d33232c1ec9d68d00c97
|
|
||||||
size 5990116
|
|
3
e2fsprogs-1.42.9.tar.gz
Normal file
3
e2fsprogs-1.42.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2f92ac06e92fa00f2ada3ee67dad012d74d685537527ad1241d82f2d041f2802
|
||||||
|
size 6069173
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 27 09:31:04 UTC 2014 - jack@suse.cz
|
||||||
|
|
||||||
|
- update to 1.42.9
|
||||||
|
* fixes in resize2fs, e2fsck, debugfs, and libext2fs to correctly handle
|
||||||
|
bigalloc filesystems
|
||||||
|
* fix rehashing of extent mapped directory in e2fsck
|
||||||
|
* fix e2fsck not to add lost+found in read-only mode
|
||||||
|
* fix buffer overruns in e2image
|
||||||
|
* fix tune2fs to properly update all backup superblocks when disabling quota
|
||||||
|
feature
|
||||||
|
* e2image support for efficient copying of filesystems
|
||||||
|
* fix complaint about uninitialized extents beyond EOF in e2fsck
|
||||||
|
* fix resize2fs to not corrupt filesystem in some corner cases
|
||||||
|
* fix e2fsck crashes when deleting invalid symlink, directory larger than 2GB
|
||||||
|
...
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 10 00:45:47 UTC 2013 - nfbrown@suse.com
|
Tue Dec 10 00:45:47 UTC 2013 - nfbrown@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package e2fsprogs-mini
|
# spec file for package e2fsprogs-mini
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products 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
|
||||||
@ -60,7 +60,7 @@ Conflicts: libcom_err2-mini
|
|||||||
Conflicts: libcom_err-mini-devel
|
Conflicts: libcom_err-mini-devel
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 1.42.8
|
Version: 1.42.9
|
||||||
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
|
||||||
@ -350,6 +350,7 @@ done
|
|||||||
%endif
|
%endif
|
||||||
%{_mandir}/man1/chattr.1.gz
|
%{_mandir}/man1/chattr.1.gz
|
||||||
%{_mandir}/man1/lsattr.1.gz
|
%{_mandir}/man1/lsattr.1.gz
|
||||||
|
%{_mandir}/man5/ext?.5.gz
|
||||||
%{_mandir}/man5/e2fsck.conf.5.gz
|
%{_mandir}/man5/e2fsck.conf.5.gz
|
||||||
%{_mandir}/man5/mke2fs.conf.5.gz
|
%{_mandir}/man5/mke2fs.conf.5.gz
|
||||||
%{_mandir}/man8/*.8.gz
|
%{_mandir}/man8/*.8.gz
|
||||||
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 27 09:22:23 UTC 2014 - jack@suse.cz
|
||||||
|
|
||||||
|
- update to 1.42.9
|
||||||
|
* fixes in resize2fs, e2fsck, debugfs, and libext2fs to correctly handle
|
||||||
|
bigalloc filesystems
|
||||||
|
* fix rehashing of extent mapped directory in e2fsck
|
||||||
|
* fix e2fsck not to add lost+found in read-only mode
|
||||||
|
* fix buffer overruns in e2image
|
||||||
|
* fix tune2fs to properly update all backup superblocks when disabling quota
|
||||||
|
feature
|
||||||
|
* e2image support for efficient copying of filesystems
|
||||||
|
* fix complaint about uninitialized extents beyond EOF in e2fsck
|
||||||
|
* fix resize2fs to not corrupt filesystem in some corner cases
|
||||||
|
* fix e2fsck crashes when deleting invalid symlink, directory larger than 2GB
|
||||||
|
...
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 10 00:45:47 UTC 2013 - nfbrown@suse.com
|
Tue Dec 10 00:45:47 UTC 2013 - nfbrown@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package e2fsprogs
|
# spec file for package e2fsprogs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products 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
|
||||||
@ -60,7 +60,7 @@ Conflicts: libcom_err2-mini
|
|||||||
Conflicts: libcom_err-mini-devel
|
Conflicts: libcom_err-mini-devel
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 1.42.8
|
Version: 1.42.9
|
||||||
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
|
||||||
@ -350,6 +350,7 @@ done
|
|||||||
%endif
|
%endif
|
||||||
%{_mandir}/man1/chattr.1.gz
|
%{_mandir}/man1/chattr.1.gz
|
||||||
%{_mandir}/man1/lsattr.1.gz
|
%{_mandir}/man1/lsattr.1.gz
|
||||||
|
%{_mandir}/man5/ext?.5.gz
|
||||||
%{_mandir}/man5/e2fsck.conf.5.gz
|
%{_mandir}/man5/e2fsck.conf.5.gz
|
||||||
%{_mandir}/man5/mke2fs.conf.5.gz
|
%{_mandir}/man5/mke2fs.conf.5.gz
|
||||||
%{_mandir}/man8/*.8.gz
|
%{_mandir}/man8/*.8.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user