From 5165fb9b22efd0cf51892d4efedd23a61d085f17 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 26 Dec 2022 07:41:53 -0700 Subject: [PATCH] Bump SUDOERS_GRAMMAR_VERSION to 50 for the new list pseudo-command. --- plugins/sudoers/sudoers_version.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/sudoers/sudoers_version.h b/plugins/sudoers/sudoers_version.h index dada64988..ecb2b217e 100644 --- a/plugins/sudoers/sudoers_version.h +++ b/plugins/sudoers/sudoers_version.h @@ -69,12 +69,13 @@ * 46 sudo 1.8.20, added TIMEOUT, NOTBEFORE and NOTAFTER options. * 47 sudo 1.9.0, Cmd_Alias treated as Cmnd_Alias, support for multiple digests per command and for ALL. * 48 sudo 1.9.1, @include and @includedir, include path escaping/quoting. - * 49 sudo 1.9.3, CWD and CHROOT options. + * 49 sudo 1.9.3, added CWD and CHROOT options. + * 50 sudo 1.9.13, added the list pseudo-command. */ #ifndef SUDOERS_VERSION_H #define SUDOERS_VERSION_H -#define SUDOERS_GRAMMAR_VERSION 48 +#define SUDOERS_GRAMMAR_VERSION 50 #endif /* SUDOERS_VERSION_H */