diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-08-02 15:52:43 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-08-02 15:52:43 +0000 |
commit | 4e9b3a7cfb76d19956f3bea0a08e032676359bf7 (patch) | |
tree | 747ec524d0c08ca9ffbb4163dc7d9e9983bd2600 /usr.bin/sudo | |
parent | e101b27e8e2279911c8ba86f22593600e2ddc678 (diff) |
bump sudo version to 1.6.9p3
Diffstat (limited to 'usr.bin/sudo')
-rw-r--r-- | usr.bin/sudo/CHANGES | 5 | ||||
-rw-r--r-- | usr.bin/sudo/Makefile.in | 2 | ||||
-rw-r--r-- | usr.bin/sudo/sudoers | 4 | ||||
-rw-r--r-- | usr.bin/sudo/version.h | 2 |
4 files changed, 9 insertions, 4 deletions
diff --git a/usr.bin/sudo/CHANGES b/usr.bin/sudo/CHANGES index 159c2473f26..5cd99b7af75 100644 --- a/usr.bin/sudo/CHANGES +++ b/usr.bin/sudo/CHANGES @@ -1938,3 +1938,8 @@ Sudo 1.6.9p1 released. gets changed out from underneath us. Sudo 1.6.9p2 released. + +613) Fixed a bug related to supplemental group matching introduced + in 1.6.9. + +Sudo 1.6.9p3 released. diff --git a/usr.bin/sudo/Makefile.in b/usr.bin/sudo/Makefile.in index 100cb09cee5..fd756c1db98 100644 --- a/usr.bin/sudo/Makefile.in +++ b/usr.bin/sudo/Makefile.in @@ -130,7 +130,7 @@ TESTOBJS = interfaces.o testsudoers.o $(PARSEOBJS) LIBOBJS = @LIBOBJS@ @ALLOCA@ -VERSION = 1.6.9p2 +VERSION = 1.6.9p3 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES HISTORY INSTALL INSTALL.configure \ LICENSE Makefile.in PORTING README README.LDAP TODO \ diff --git a/usr.bin/sudo/sudoers b/usr.bin/sudo/sudoers index f2ff640b662..d8eb02238e8 100644 --- a/usr.bin/sudo/sudoers +++ b/usr.bin/sudo/sudoers @@ -1,4 +1,4 @@ -# $OpenBSD: sudoers,v 1.9 2007/08/01 12:18:43 millert Exp $ +# $OpenBSD: sudoers,v 1.10 2007/08/02 15:52:42 millert Exp $ # # sudoers file. # @@ -14,7 +14,7 @@ # Cmnd alias specification # Defaults specification -Defaults env_keep +="DESTDIR FETCH_CMD FTPMODE PKG_DBDIR PKG_DESTDIR PKG_CACHE PKG_PATH PKG_TMPDIR RELEASEDIR" +Defaults env_keep +="DESTDIR FETCH_CMD FLAVOR FTPMODE PKG_DBDIR PKG_DESTDIR PKG_CACHE PKG_PATH PKG_TMPDIR RELEASEDIR SUBPACKAGE" # Uncomment to preserve the environment for users in group wheel #Defaults:%wheel !env_reset diff --git a/usr.bin/sudo/version.h b/usr.bin/sudo/version.h index 6610b30d498..30b31b7caed 100644 --- a/usr.bin/sudo/version.h +++ b/usr.bin/sudo/version.h @@ -23,6 +23,6 @@ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static const char version[] = "1.6.9p2"; +static const char version[] = "1.6.9p3"; #endif /* _SUDO_VERSION_H */ |