]> granicus.if.org Git - sudo/commitdiff
Bump SUDOERS_GRAMMAR_VERSION for new digest support.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 15 Apr 2013 19:14:07 +0000 (15:14 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 15 Apr 2013 19:14:07 +0000 (15:14 -0400)
plugins/sudoers/sudoers_version.h

index 72e729734ffa1bd407016437ce33bd6fc6e0f7bb..518b60bbbaafcd2876e28ca595c9304767dd8869 100644 (file)
  * 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 */