commit: 7eea82569c1ddd6d1f1e3979b20e51f0e4cd6fa1
parent dbb9800b81b8bbd07956f2c5a873ab982ddf7b8b
Author: Michael Forney <mforney@mforney.org>
Date: Sun, 2 May 2021 22:49:12 -0700
oksh: Update to 6.9
Diffstat:
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/pkg/oksh/gen.lua b/pkg/oksh/gen.lua
@@ -11,7 +11,7 @@ exe('ksh', [[
emacs.c eval.c exec.c expr.c history.c io.c jobs.c lex.c mail.c
main.c misc.c path.c shf.c syn.c table.c trap.c tree.c tty.c var.c
version.c vi.c confstr.c reallocarray.c siglist.c signame.c
- strlcat.c strlcpy.c strtonum.c unvis.c vis.c
+ strlcat.c strlcpy.c strtonum.c unvis.c vis.c issetugid.c
]])
file('bin/ksh', '755', '$outdir/ksh')
sym('bin/sh', 'ksh')
diff --git a/pkg/oksh/pconfig.h b/pkg/oksh/pconfig.h
@@ -1,6 +1,8 @@
#define __dead _Noreturn
#define HAVE_ASPRINTF
#define HAVE_CONFSTR
+#define HAVE_ISSETUGID
+#define HAVE_REALLOCARRAY
#define HAVE_SETRESGID
#define HAVE_SETRESUID
#define HAVE_SIG_T
@@ -8,4 +10,5 @@
#define HAVE_STRLCAT
#define HAVE_STRLCPY
#define HAVE_TIMERADD
+#define HAVE_TIMERCLEAR
#define HAVE_TIMERSUB
diff --git a/pkg/oksh/ver b/pkg/oksh/ver
@@ -1 +1 @@
-6.8.1 r1
+6.9 r0