From 7eea82569c1ddd6d1f1e3979b20e51f0e4cd6fa1 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 2 May 2021 22:49:12 -0700 Subject: oksh: Update to 6.9 --- pkg/oksh/gen.lua | 2 +- pkg/oksh/pconfig.h | 3 +++ pkg/oksh/src | 2 +- pkg/oksh/ver | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) (limited to 'pkg/oksh') diff --git a/pkg/oksh/gen.lua b/pkg/oksh/gen.lua index 6961eac2..a7e7b93a 100644 --- 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 index b680ed2a..364af995 100644 --- 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/src b/pkg/oksh/src index 343cc6e2..d62c0bc6 160000 --- a/pkg/oksh/src +++ b/pkg/oksh/src @@ -1 +1 @@ -Subproject commit 343cc6e2f36579f24eda80e28709226203bf8afb +Subproject commit d62c0bc6f2dcfbdfb3b673f0446fc5ba0b76700a diff --git a/pkg/oksh/ver b/pkg/oksh/ver index 0b6bf860..1d694169 100644 --- a/pkg/oksh/ver +++ b/pkg/oksh/ver @@ -1 +1 @@ -6.8.1 r1 +6.9 r0 -- cgit v1.2.3