forked from pool/e2fsprogs
Update to 1.42.7
Rev filesystems/42 Md5 ddf1b3c47bbc4f9e71705b015b932599 2013-02-22 16:08:54 jankara 156128
This commit is contained in:
parent
1425c83836
commit
8b7ba19fdb
@ -1,7 +1,7 @@
|
||||
Index: e2fsck/Makefile.in
|
||||
===================================================================
|
||||
--- e2fsck/Makefile.in.orig 2012-06-04 18:49:33.000000000 +0200
|
||||
+++ e2fsck/Makefile.in 2012-06-14 09:50:56.344425761 +0200
|
||||
--- e2fsck/Makefile.in.orig
|
||||
+++ e2fsck/Makefile.in
|
||||
@@ -68,7 +68,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 \
|
||||
@ -29,8 +29,8 @@ Index: e2fsck/Makefile.in
|
||||
$(srcdir)/profile.h prof_err.h
|
||||
Index: e2fsck/splash.c
|
||||
===================================================================
|
||||
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
||||
+++ e2fsck/splash.c 2012-06-14 09:50:21.834048298 +0200
|
||||
--- /dev/null
|
||||
+++ e2fsck/splash.c
|
||||
@@ -0,0 +1,100 @@
|
||||
+/*
|
||||
+ * add support for switching the splash screen on boot
|
||||
@ -134,8 +134,8 @@ Index: e2fsck/splash.c
|
||||
+
|
||||
Index: e2fsck/splash.h
|
||||
===================================================================
|
||||
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
||||
+++ e2fsck/splash.h 2012-06-14 09:50:21.834048298 +0200
|
||||
--- /dev/null
|
||||
+++ e2fsck/splash.h
|
||||
@@ -0,0 +1,13 @@
|
||||
+#ifndef _SPLASH_H
|
||||
+#define _SPLASH_H
|
||||
@ -152,8 +152,8 @@ Index: e2fsck/splash.h
|
||||
+
|
||||
Index: e2fsck/unix.c
|
||||
===================================================================
|
||||
--- e2fsck/unix.c.orig 2012-06-12 04:12:50.000000000 +0200
|
||||
+++ e2fsck/unix.c 2012-06-14 09:50:21.834048298 +0200
|
||||
--- e2fsck/unix.c.orig
|
||||
+++ e2fsck/unix.c
|
||||
@@ -51,6 +51,7 @@ extern int optind;
|
||||
#include "e2p/e2p.h"
|
||||
#include "e2fsck.h"
|
||||
@ -162,15 +162,15 @@ Index: e2fsck/unix.c
|
||||
#include "../version.h"
|
||||
|
||||
/* Command line options */
|
||||
@@ -1141,6 +1142,7 @@ int main (int argc, char *argv[])
|
||||
__u32 features[3];
|
||||
char *cp;
|
||||
int qtype; /* quota type */
|
||||
@@ -1165,6 +1166,7 @@ int main (int argc, char *argv[])
|
||||
e2fsck_t ctx;
|
||||
blk_t orig_superblock;
|
||||
struct problem_context pctx;
|
||||
+ struct splash_ops *sops;
|
||||
|
||||
clear_problem_context(&pctx);
|
||||
sigcatcher_setup();
|
||||
@@ -1172,6 +1174,7 @@ int main (int argc, char *argv[])
|
||||
int flags, run_result;
|
||||
int journal_size;
|
||||
int sysval, sys_page_size = 4096;
|
||||
@@ -1203,6 +1205,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) {
|
||||
@@ -1548,6 +1551,7 @@ print_unsupp_features:
|
||||
@@ -1577,6 +1580,7 @@ print_unsupp_features:
|
||||
fatal_error(ctx, 0);
|
||||
check_if_skip(ctx);
|
||||
check_resize_inode(ctx);
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:726b5919edeaee5b077d7a5b602284f1453ea31cf499efa433af26c679b667a5
|
||||
size 5920183
|
3
e2fsprogs-1.42.7.tar.gz
Normal file
3
e2fsprogs-1.42.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc6501b2e75d205e425196d753d92b129c568525d8aad08085c0aa69ee9e7345
|
||||
size 5981006
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 22 15:46:21 UTC 2013 - jack@suse.cz
|
||||
|
||||
- update to 1.42.7
|
||||
* Fix various off-line resizing bugs
|
||||
* New filefrag options to improve output formatting
|
||||
* mke2fs improvements for bigalloc filesystems
|
||||
* Fix e2fsck to properly detect corruption of internal extent tree nodes
|
||||
* Improve CPU efficiency of e2fsck
|
||||
* Various debugfs improvements
|
||||
...
|
||||
- refreshed e2fsprogs-1.41.1-splash_support.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 8 12:49:06 UTC 2013 - fcrozat@suse.com
|
||||
|
||||
|
@ -31,7 +31,7 @@ PreReq: %install_info_prereq
|
||||
Obsoletes: e2fsprogs-64bit
|
||||
%endif
|
||||
#
|
||||
Version: 1.42.6
|
||||
Version: 1.42.7
|
||||
Release: 0
|
||||
Summary: Utilities for the Second Extended File System
|
||||
License: GPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user