From 20af007f7575a544737737276ed2d571de014661 Mon Sep 17 00:00:00 2001 From: OBS User jankara Date: Mon, 27 Jan 2014 09:58:18 +0000 Subject: [PATCH] Update to 1.42.9 Rev filesystems/51 Md5 e3ca0c775d5ed8a63bda109ecc073b45 2014-01-27 09:58:18 jankara 215247 --- e2fsprogs-1.41.1-splash_support.patch | 14 +++++++------- e2fsprogs-1.42.8.tar.gz | 3 --- e2fsprogs-1.42.9.tar.gz | 3 +++ e2fsprogs-mini.changes | 17 +++++++++++++++++ e2fsprogs-mini.spec | 5 +++-- e2fsprogs.changes | 17 +++++++++++++++++ e2fsprogs.spec | 5 +++-- 7 files changed, 50 insertions(+), 14 deletions(-) delete mode 100644 e2fsprogs-1.42.8.tar.gz create mode 100644 e2fsprogs-1.42.9.tar.gz diff --git a/e2fsprogs-1.41.1-splash_support.patch b/e2fsprogs-1.41.1-splash_support.patch index 4f87082..98e4955 100644 --- a/e2fsprogs-1.41.1-splash_support.patch +++ b/e2fsprogs-1.41.1-splash_support.patch @@ -2,7 +2,7 @@ Index: e2fsck/Makefile.in =================================================================== --- e2fsck/Makefile.in.orig +++ 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 \ 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 \ @@ -11,7 +11,7 @@ Index: e2fsck/Makefile.in PROFILED_OBJS= profiled/dict.o profiled/unix.o profiled/e2fsck.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)/region.c \ $(srcdir)/profile.c \ @@ -19,7 +19,7 @@ Index: e2fsck/Makefile.in $(srcdir)/sigcatcher.c \ $(srcdir)/logfile.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 \ $(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 @@ -162,15 +162,15 @@ Index: e2fsck/unix.c #include "../version.h" /* 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; - blk_t orig_superblock; + blk64_t orig_superblock; struct problem_context pctx; + struct splash_ops *sops; int flags, run_result; int journal_size; 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); } reserve_stdio_fds(); @@ -178,7 +178,7 @@ Index: e2fsck/unix.c set_up_logging(ctx); if (ctx->logf) { -@@ -1577,6 +1580,7 @@ print_unsupp_features: +@@ -1584,6 +1587,7 @@ print_unsupp_features: fatal_error(ctx, 0); check_if_skip(ctx); check_resize_inode(ctx); diff --git a/e2fsprogs-1.42.8.tar.gz b/e2fsprogs-1.42.8.tar.gz deleted file mode 100644 index 2664971..0000000 --- a/e2fsprogs-1.42.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b984aaf1fe888d6a4cf8c2e8d397207879599b5368f1d33232c1ec9d68d00c97 -size 5990116 diff --git a/e2fsprogs-1.42.9.tar.gz b/e2fsprogs-1.42.9.tar.gz new file mode 100644 index 0000000..06cf7ba --- /dev/null +++ b/e2fsprogs-1.42.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f92ac06e92fa00f2ada3ee67dad012d74d685537527ad1241d82f2d041f2802 +size 6069173 diff --git a/e2fsprogs-mini.changes b/e2fsprogs-mini.changes index b77166e..da1ce25 100644 --- a/e2fsprogs-mini.changes +++ b/e2fsprogs-mini.changes @@ -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 diff --git a/e2fsprogs-mini.spec b/e2fsprogs-mini.spec index 12d54df..190b79f 100644 --- a/e2fsprogs-mini.spec +++ b/e2fsprogs-mini.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -60,7 +60,7 @@ Conflicts: libcom_err2-mini Conflicts: libcom_err-mini-devel %endif # -Version: 1.42.8 +Version: 1.42.9 Release: 0 Summary: Utilities for the Second Extended File System License: GPL-2.0 @@ -350,6 +350,7 @@ done %endif %{_mandir}/man1/chattr.1.gz %{_mandir}/man1/lsattr.1.gz +%{_mandir}/man5/ext?.5.gz %{_mandir}/man5/e2fsck.conf.5.gz %{_mandir}/man5/mke2fs.conf.5.gz %{_mandir}/man8/*.8.gz diff --git a/e2fsprogs.changes b/e2fsprogs.changes index b77166e..d21b6ef 100644 --- a/e2fsprogs.changes +++ b/e2fsprogs.changes @@ -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 diff --git a/e2fsprogs.spec b/e2fsprogs.spec index 2a8e979..9d53f3e 100644 --- a/e2fsprogs.spec +++ b/e2fsprogs.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -60,7 +60,7 @@ Conflicts: libcom_err2-mini Conflicts: libcom_err-mini-devel %endif # -Version: 1.42.8 +Version: 1.42.9 Release: 0 Summary: Utilities for the Second Extended File System License: GPL-2.0 @@ -350,6 +350,7 @@ done %endif %{_mandir}/man1/chattr.1.gz %{_mandir}/man1/lsattr.1.gz +%{_mandir}/man5/ext?.5.gz %{_mandir}/man5/e2fsck.conf.5.gz %{_mandir}/man5/mke2fs.conf.5.gz %{_mandir}/man8/*.8.gz