summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-01-13 16:15:37 -0800
committerMichael Forney <mforney@mforney.org>2020-01-13 16:15:37 -0800
commitb85b1744456dd298605d4e08abbd659bd6576a3f (patch)
tree3bee3bef5ae1adc9e07dd05398abdaf633f43178 /pkg
parent1ce6f07fb0601222352024f3d172c563d51526c4 (diff)
e2fsprogs: Update to 1.45.5
Diffstat (limited to 'pkg')
-rw-r--r--pkg/e2fsprogs/config.h4
-rw-r--r--pkg/e2fsprogs/gen.lua6
m---------pkg/e2fsprogs/src0
-rw-r--r--pkg/e2fsprogs/ver2
4 files changed, 6 insertions, 6 deletions
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
-Subproject c2a8499d5db0ad071d38b0ca369bbb5fb592909
+Subproject c2b1ec5fbc99ab8a2b71dae45d486b3ea004f61
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