diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2018-07-10 13:48:31 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2018-07-10 13:48:31 +0000 |
commit | 9867fe279079da535cfc00004d29593f568d3cbc (patch) | |
tree | dd36a37fcbf632cb9dee44934c7dcf465d40c955 /sysutils/e2fsprogs/files/patch-e2fsck__unix.c | |
parent | math/rubygem-narray: update to 0.6.1.2 (diff) |
Update to new upstream release 1.44.3.
* several features for debugfs added
* there is a new e2mmpstatus command
* there are several bug fixes, among them endianness fixes and robustness
fixes against corrupted input.
* add hashmap.h header file, for libext2fs users
* a few type fixes for format strings,
found while building for MIPS, ARM, or i386
* add new option SLOWTESTS which prevents skipping of slow tests
* add new option BASHTESTS which enables tests that require bash
(currently affects only the test f_large_dir that is also marked
as slow)
Full release notes:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.3>
Reset PORTREVISION in slave ports, e2fsprogs{-libss,-libuuid} now
that we have bumped PORTVERSION.
MFH: 2018Q3
Diffstat (limited to 'sysutils/e2fsprogs/files/patch-e2fsck__unix.c')
-rw-r--r-- | sysutils/e2fsprogs/files/patch-e2fsck__unix.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/e2fsprogs/files/patch-e2fsck__unix.c b/sysutils/e2fsprogs/files/patch-e2fsck__unix.c index b6d71b1b9f79..8d2d950d7b21 100644 --- a/sysutils/e2fsprogs/files/patch-e2fsck__unix.c +++ b/sysutils/e2fsprogs/files/patch-e2fsck__unix.c @@ -1,4 +1,4 @@ ---- e2fsck/unix.c.orig 2018-03-25 02:42:47 UTC +--- e2fsck/unix.c.orig 2018-07-10 05:14:26 UTC +++ e2fsck/unix.c @@ -9,8 +9,6 @@ * %End-Header% @@ -18,7 +18,7 @@ #endif #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> -@@ -595,6 +593,24 @@ static int e2fsck_update_progress(e2fsck +@@ -601,6 +599,24 @@ static int e2fsck_update_progress(e2fsck return 0; } @@ -43,7 +43,7 @@ #define PATH_SET "PATH=/sbin" /* -@@ -627,6 +643,17 @@ static void signal_progress_on(int sig E +@@ -633,6 +649,17 @@ static void signal_progress_on(int sig E ctx->progress = e2fsck_update_progress; } @@ -61,7 +61,7 @@ static void signal_progress_off(int sig EXT2FS_ATTR((unused))) { e2fsck_t ctx = e2fsck_global_ctx; -@@ -1091,6 +1118,10 @@ static errcode_t PRS(int argc, char *arg +@@ -1103,6 +1130,10 @@ static errcode_t PRS(int argc, char *arg sigaction(SIGUSR1, &sa, 0); sa.sa_handler = signal_progress_off; sigaction(SIGUSR2, &sa, 0); |