From b85b1744456dd298605d4e08abbd659bd6576a3f Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 13 Jan 2020 16:15:37 -0800 Subject: e2fsprogs: Update to 1.45.5 --- pkg/e2fsprogs/config.h | 4 ++-- pkg/e2fsprogs/gen.lua | 6 +++--- pkg/e2fsprogs/src | 2 +- pkg/e2fsprogs/ver | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'pkg/e2fsprogs') diff --git a/pkg/e2fsprogs/config.h b/pkg/e2fsprogs/config.h index 9a9bcf10..c58d3c69 100644 --- a/pkg/e2fsprogs/config.h +++ b/pkg/e2fsprogs/config.h @@ -108,7 +108,7 @@ #define HAVE_NET_IF_H 1 #define HAVE_NEWLOCALE 1 #define HAVE_OPEN64 1 -/* #undef HAVE_OPTRESET */ +#define HAVE_OPTRESET 1 #define HAVE_PATHCONF 1 #define HAVE_PATHS_H 1 #define HAVE_POSIX_FADVISE 1 @@ -126,7 +126,7 @@ #define HAVE_PWRITE64 1 #define HAVE_RECLEN_DIRENT 1 /* #undef HAVE_SA_LEN */ -/* #undef HAVE_SECURE_GETENV */ +#define HAVE_SECURE_GETENV 1 #define HAVE_SEMAPHORE_H 1 /* #undef HAVE_SEM_INIT */ #define HAVE_SETENV 1 diff --git a/pkg/e2fsprogs/gen.lua b/pkg/e2fsprogs/gen.lua index 8c999776..671945bc 100644 --- a/pkg/e2fsprogs/gen.lua +++ b/pkg/e2fsprogs/gen.lua @@ -1,4 +1,4 @@ -set('version', '1.45.2') +set('version', '1.45.5') cflags{ '-D HAVE_CONFIG_H', '-I $outdir', @@ -18,8 +18,8 @@ build('cat', '$outdir/config.h', { set('subst', { '-e s,@E2FSPROGS_VERSION@,$version,', - '-e s,@E2FSPROGS_MONTH@,May,', - '-e s,@E2FSPROGS_YEAR@,2019,', + '-e s,@E2FSPROGS_MONTH@,Jan,', + '-e s,@E2FSPROGS_YEAR@,2020,', '-e s,@JDEV@,,', }) diff --git a/pkg/e2fsprogs/src b/pkg/e2fsprogs/src index c2a8499d..c2b1ec5f 160000 --- a/pkg/e2fsprogs/src +++ b/pkg/e2fsprogs/src @@ -1 +1 @@ -Subproject commit c2a8499d5db0ad071d38b0ca369bbb5fb5929099 +Subproject commit c2b1ec5fbc99ab8a2b71dae45d486b3ea004f618 diff --git a/pkg/e2fsprogs/ver b/pkg/e2fsprogs/ver index 18771b9e..ab250c58 100644 --- a/pkg/e2fsprogs/ver +++ b/pkg/e2fsprogs/ver @@ -1 +1 @@ -1.45.4 r0 +1.45.5 r0 -- cgit v1.2.3