summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkg/e2fsprogs/config.h2
-rw-r--r--pkg/e2fsprogs/gen.lua9
m---------pkg/e2fsprogs/src0
-rw-r--r--pkg/e2fsprogs/ver2
4 files changed, 9 insertions, 4 deletions
diff --git a/pkg/e2fsprogs/config.h b/pkg/e2fsprogs/config.h
index 3abbfb30..5f53c893 100644
--- a/pkg/e2fsprogs/config.h
+++ b/pkg/e2fsprogs/config.h
@@ -98,6 +98,8 @@
#define HAVE_MEMPCPY 1
#define HAVE_MMAP 1
#define HAVE_MNTENT_H 1
+#define HAVE_MOUNT_NODEV 1
+#define HAVE_MOUNT_NOSUID 1
#define HAVE_MSYNC 1
#define HAVE_MUNMAP 1
#define HAVE_NANOSLEEP 1
diff --git a/pkg/e2fsprogs/gen.lua b/pkg/e2fsprogs/gen.lua
index adc43bb5..2a8d152c 100644
--- a/pkg/e2fsprogs/gen.lua
+++ b/pkg/e2fsprogs/gen.lua
@@ -1,4 +1,4 @@
-set('version', '1.44.4')
+set('version', '1.45.0')
cflags{
'-D HAVE_CONFIG_H',
'-I $outdir',
@@ -17,8 +17,8 @@ build('cat', '$outdir/config.h', {
set('subst', {
'-e s,@E2FSPROGS_VERSION@,$version,',
- '-e s,@E2FSPROGS_MONTH@,Aug,',
- '-e s,@E2FSPROGS_YEAR@,2018,',
+ '-e s,@E2FSPROGS_MONTH@,March,',
+ '-e s,@E2FSPROGS_YEAR@,2019,',
'-e s,@JDEV@,,',
})
@@ -87,6 +87,7 @@ lib('libe2p.a', [[lib/e2p/(
getflags.c getversion.c hashstr.c iod.c ls.c ljs.c mntopts.c
parse_num.c pe.c pf.c ps.c setflags.c setversion.c uuid.c
ostype.c percent.c crypto_mode.c fgetproject.c fsetproject.c
+ encoding.c
)]])
lib('libext2fs.a', [[$outdir/ext2_err.c lib/ext2fs/(
alloc.c
@@ -166,6 +167,8 @@ lib('libext2fs.a', [[$outdir/ext2_err.c lib/ext2fs/(
rbtree.c
dupfs.c
+
+ nls_ascii.c nls_utf8-norm.c nls_utf8.c
)]])
lib('libsupport.a', [[$outdir/prof_err.c lib/support/(
cstring.c
diff --git a/pkg/e2fsprogs/src b/pkg/e2fsprogs/src
-Subproject 9a03c07e00f09a772245281d84a284c67e90514
+Subproject 68e00dc507acc3f3381f8f60bce71ecae371f79
diff --git a/pkg/e2fsprogs/ver b/pkg/e2fsprogs/ver
index e0d09a35..9cf2e14c 100644
--- a/pkg/e2fsprogs/ver
+++ b/pkg/e2fsprogs/ver
@@ -1 +1 @@
-1.44.5 r0
+1.45.0 r0