logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: dbd6e687fb7d926036fc9084e718825b808a560e
parent 82cf42cb8ea7ba3b79afbb55296cb6946efe6e3a
Author: Michael Forney <mforney@mforney.org>
Date:   Sat, 10 Mar 2018 17:01:13 -0800

e2fsprogs: Update to 1.44.0

Diffstat:

Mpkg/e2fsprogs/config.h2++
Mpkg/e2fsprogs/gen.lua7++++---
Mpkg/e2fsprogs/rev2+-
3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/pkg/e2fsprogs/config.h b/pkg/e2fsprogs/config.h @@ -75,6 +75,7 @@ #define HAVE_LIMITS_H 1 #define HAVE_LINUX_FALLOC_H 1 #define HAVE_LINUX_FD_H 1 +/* #undef HAVE_LINUX_FSMAP_H */ #define HAVE_LINUX_LOOP_H 1 #define HAVE_LINUX_MAJOR_H 1 #define HAVE_LLISTXATTR 1 @@ -149,6 +150,7 @@ #define HAVE_STRUCT_STAT_ST_ATIM 1 #define HAVE_SYMLINK 1 #define HAVE_SYNC_FILE_RANGE 1 +#define HAVE_FSYNC 1 #define HAVE_SYSCONF 1 /* #undef HAVE_SYS_ACL_H */ /* #undef HAVE_SYS_DISKLABEL_H */ diff --git a/pkg/e2fsprogs/gen.lua b/pkg/e2fsprogs/gen.lua @@ -1,4 +1,4 @@ -set('version', '1.43.6') +set('version', '1.44.0') cflags{ '-D HAVE_CONFIG_H', '-I include', @@ -11,8 +11,8 @@ cflags{ set('subst', { '-e s,@E2FSPROGS_VERSION@,$version,', - '-e s,@E2FSPROGS_MONTH@,June,', - '-e s,@E2FSPROGS_YEAR@,2016,', + '-e s,@E2FSPROGS_MONTH@,March,', + '-e s,@E2FSPROGS_YEAR@,2018,', '-e s,@JDEV@,,', }) @@ -152,6 +152,7 @@ lib('libext2fs.a', [[$outdir/ext2_err.c lib/ext2fs/( symlink.c undo_io.c unix_io.c + sparse_io.c unlink.c valid_blk.c version.c diff --git a/pkg/e2fsprogs/rev b/pkg/e2fsprogs/rev @@ -1 +1 @@ -9 +10