From: Todd C. Miller Date: Mon, 15 Apr 2013 19:14:07 +0000 (-0400) Subject: Bump SUDOERS_GRAMMAR_VERSION for new digest support. X-Git-Tag: SUDO_1_8_7~1^2~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0df32a7716c73499b80ea84c35d6df122383235;p=sudo Bump SUDOERS_GRAMMAR_VERSION for new digest support. --- diff --git a/plugins/sudoers/sudoers_version.h b/plugins/sudoers/sudoers_version.h index 72e729734..518b60bbb 100644 --- a/plugins/sudoers/sudoers_version.h +++ b/plugins/sudoers/sudoers_version.h @@ -45,11 +45,12 @@ * 40 sudo 1.7.6/1.8.1, A group ID is now allowed in a User_List or Runas_List. * 41 sudo 1.7.6/1.8.4, Support for relative paths in #include and #includedir * 42 sudo 1.8.6, Support for empty Runas_List (with or without a colon) to mean the invoking user. Support for Solaris Privilege Sets (PRIVS= and LIMITPRIVS=). + * 43 sudo 1.8.7, Support for specifying a digest along with the command. */ #ifndef _SUDOERS_VERSION_H #define _SUDOERS_VERSION_H -#define SUDOERS_GRAMMAR_VERSION 42 +#define SUDOERS_GRAMMAR_VERSION 43 #endif /* _SUDOERS_VERSION_H */