diff options
Diffstat (limited to 'pkg/e2fsprogs')
| -rw-r--r-- | pkg/e2fsprogs/config.h | 2 | ||||
| -rw-r--r-- | pkg/e2fsprogs/gen.lua | 7 | ||||
| -rw-r--r-- | pkg/e2fsprogs/rev | 2 | ||||
| m--------- | pkg/e2fsprogs/src | 0 |
4 files changed, 7 insertions, 4 deletions
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 -Subproject 146649cd226580b4a5480cc5940982295072971 +Subproject 2c2dd09357968da8cb8e41f4bb910374d9722be |
