diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-04-01 15:47:52 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-04-01 15:47:52 +0000 |
commit | 0f0320977668a926234f5cc958ed172f06a079cc (patch) | |
tree | 7366c9cfc43f81af9d30981b724c526a1e33cc38 /usr.bin/sudo/Makefile.in | |
parent | b23d0a6ace6e60935c0cec247e465c2e4bbd0527 (diff) |
Update to sudo 1.6.7p1; fixes false positives in the oflow detection
of expand_prompt() introduced in sudo 1.6.7.
Diffstat (limited to 'usr.bin/sudo/Makefile.in')
-rw-r--r-- | usr.bin/sudo/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sudo/Makefile.in b/usr.bin/sudo/Makefile.in index 3eea84b89dc..3ac76699489 100644 --- a/usr.bin/sudo/Makefile.in +++ b/usr.bin/sudo/Makefile.in @@ -139,7 +139,7 @@ TESTOBJS = interfaces.o testsudoers.o $(PARSEOBJS) LIBOBJS = @LIBOBJS@ @ALLOCA@ -VERSION = 1.6.7 +VERSION = 1.6.7p1 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES HISTORY INSTALL INSTALL.configure \ LICENSE Makefile.in PORTING README RUNSON TODO TROUBLESHOOTING \ |