From dbd6e687fb7d926036fc9084e718825b808a560e Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sat, 10 Mar 2018 17:01:13 -0800 Subject: e2fsprogs: Update to 1.44.0 --- pkg/e2fsprogs/config.h | 2 ++ pkg/e2fsprogs/gen.lua | 7 ++++--- pkg/e2fsprogs/rev | 2 +- pkg/e2fsprogs/src | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) (limited to 'pkg') diff --git a/pkg/e2fsprogs/config.h b/pkg/e2fsprogs/config.h index e5264570..69a8186c 100644 --- 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 index 07c99082..c5e4da5d 100644 --- 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 index ec635144..f599e28b 100644 --- a/pkg/e2fsprogs/rev +++ b/pkg/e2fsprogs/rev @@ -1 +1 @@ -9 +10 diff --git a/pkg/e2fsprogs/src b/pkg/e2fsprogs/src index 146649cd..2c2dd093 160000 --- a/pkg/e2fsprogs/src +++ b/pkg/e2fsprogs/src @@ -1 +1 @@ -Subproject commit 146649cd226580b4a5480cc5940982295072971d +Subproject commit 2c2dd09357968da8cb8e41f4bb910374d9722be0 -- cgit v1.2.3