From 9de4fd545024bd6c6b85da31dacf6f713b03abc3 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 19 Nov 1995 23:37:15 +0000 Subject: [PATCH] updated version number --- Makefile.in | 4 ++-- OPTIONS | 2 +- check.c | 4 ++-- compat.h | 2 +- config.h.in | 2 +- find_path.c | 2 +- getwd.c | 2 +- goodpath.c | 2 +- ins_2001.h | 2 +- ins_classic.h | 2 +- ins_csops.h | 2 +- ins_goons.h | 2 +- insults.h | 2 +- interfaces.c | 2 +- logging.c | 2 +- options.h | 2 +- parse.c | 2 +- parse.lex | 2 +- parse.yacc | 2 +- pathnames.h.in | 2 +- putenv.c | 2 +- strdup.c | 2 +- sudo.c | 2 +- sudo.h | 2 +- sudo_setenv.c | 2 +- testsudoers.c | 2 +- tgetpass.c | 2 +- utime.c | 2 +- version.h | 4 ++-- visudo.c | 2 +- 30 files changed, 33 insertions(+), 33 deletions(-) diff --git a/Makefile.in b/Makefile.in index 530ed6d60..f88d3b6e2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ #* -#* CU sudo version 1.3.1 (based on Root Group sudo version 1.1) +#* CU sudo version 1.3.6 (based on Root Group sudo version 1.1) #* #* This software comes with no waranty whatsoever, use at your own risk. #* @@ -110,7 +110,7 @@ LIBOBJS = @TGETPASS@ @LIBOBJS@ HDRS = sudo.h pathnames.h options.h compat.h version.h insults.h \ ins_2001.h ins_classic.h ins_goons.h ins_csops.h -VERSION = 1.3.5 +VERSION = 1.3.6 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS TODO \ PORTING README RUNSON TROUBLESHOOTING Makefile.in acsite.m4 \ diff --git a/OPTIONS b/OPTIONS index b16271aeb..b688b7f2f 100644 --- a/OPTIONS +++ b/OPTIONS @@ -1,4 +1,4 @@ -The following options may be used to configure sudo 1.3.1 +The following options may be used to configure sudo 1.3.6 FQDN Define this if you want to put fully qualified hostnames in the sudoers diff --git a/check.c b/check.c index 664d5d678..bc7a61fcb 100644 --- a/check.c +++ b/check.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 (based on Root Group sudo version 1.1) + * CU sudo version 1.3.6 (based on Root Group sudo version 1.1) * * This software comes with no waranty whatsoever, use at your own risk. * @@ -754,7 +754,7 @@ static void reminder() (void) fprintf(stderr, "\n%s\n%s\n\n%s\n%s\n\n", #else (void) fprintf(stderr, "\n%s\n%s\n%s\n%s\n\n%s\n%s\n\n%s\n%s\n\n", - " CU sudo version 1.3.1, based on Root Group sudo version 1.1", + " CU sudo version 1.3.6, based on Root Group sudo version 1.1", " sudo version 1.1, Copyright (C) 1991 The Root Group, Inc.", " sudo comes with ABSOLUTELY NO WARRANTY. This is free software,", " and you are welcome to redistribute it under certain conditions.", diff --git a/compat.h b/compat.h index e55e92d64..f7deb341e 100644 --- a/compat.h +++ b/compat.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 + * CU sudo version 1.3.6 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/config.h.in b/config.h.in index 77ae774bc..266900c75 100644 --- a/config.h.in +++ b/config.h.in @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 + * CU sudo version 1.3.6 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/find_path.c b/find_path.c index e549d71ef..0d6849bc7 100644 --- a/find_path.c +++ b/find_path.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 + * CU sudo version 1.3.6 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/getwd.c b/getwd.c index 61b27154d..340892a8d 100644 --- a/getwd.c +++ b/getwd.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 + * CU sudo version 1.3.6 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/goodpath.c b/goodpath.c index 17ffcc3bf..cce33a6a9 100644 --- a/goodpath.c +++ b/goodpath.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 + * CU sudo version 1.3.6 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ins_2001.h b/ins_2001.h index 9fac31fde..52f539c09 100644 --- a/ins_2001.h +++ b/ins_2001.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 + * CU sudo version 1.3.6 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ins_classic.h b/ins_classic.h index 44752c710..fd5e45fed 100644 --- a/ins_classic.h +++ b/ins_classic.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 + * CU sudo version 1.3.6 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ins_csops.h b/ins_csops.h index 864607266..855459208 100644 --- a/ins_csops.h +++ b/ins_csops.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 + * CU sudo version 1.3.6 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/ins_goons.h b/ins_goons.h index 9413c39d3..d3d504e07 100644 --- a/ins_goons.h +++ b/ins_goons.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 + * CU sudo version 1.3.6 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/insults.h b/insults.h index f55fd1cae..a6d5280f2 100644 --- a/insults.h +++ b/insults.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 + * CU sudo version 1.3.6 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/interfaces.c b/interfaces.c index 22693e226..ae71e4e43 100644 --- a/interfaces.c +++ b/interfaces.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 + * CU sudo version 1.3.6 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/logging.c b/logging.c index e3100a922..23972e77a 100644 --- a/logging.c +++ b/logging.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 (based on Root Group sudo version 1.1) + * CU sudo version 1.3.6 (based on Root Group sudo version 1.1) * * This software comes with no waranty whatsoever, use at your own risk. * diff --git a/options.h b/options.h index 4748eebc1..4bbcd1f3c 100644 --- a/options.h +++ b/options.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 + * CU sudo version 1.3.6 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/parse.c b/parse.c index 0a62ad315..668befd2a 100644 --- a/parse.c +++ b/parse.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 + * CU sudo version 1.3.6 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/parse.lex b/parse.lex index 6c792615d..f08f749c4 100644 --- a/parse.lex +++ b/parse.lex @@ -1,6 +1,6 @@ %{ /* - * CU sudo version 1.3.1 + * CU sudo version 1.3.6 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/parse.yacc b/parse.yacc index ba59ff151..3376c40a9 100644 --- a/parse.yacc +++ b/parse.yacc @@ -1,6 +1,6 @@ %{ /* - * CU sudo version 1.3.1 + * CU sudo version 1.3.6 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pathnames.h.in b/pathnames.h.in index 75597cdd6..920726f58 100644 --- a/pathnames.h.in +++ b/pathnames.h.in @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 + * CU sudo version 1.3.6 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/putenv.c b/putenv.c index bb93d2d25..f6583ae1f 100644 --- a/putenv.c +++ b/putenv.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 + * CU sudo version 1.3.6 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/strdup.c b/strdup.c index 97832d90c..83f6995fb 100644 --- a/strdup.c +++ b/strdup.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 (based on Root Group sudo version 1.1) + * CU sudo version 1.3.6 (based on Root Group sudo version 1.1) * * This software comes with no waranty whatsoever, use at your own risk. * diff --git a/sudo.c b/sudo.c index df2e878a2..558c31205 100644 --- a/sudo.c +++ b/sudo.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 (based on Root Group sudo version 1.1) + * CU sudo version 1.3.6 (based on Root Group sudo version 1.1) * * This software comes with no waranty whatsoever, use at your own risk. * diff --git a/sudo.h b/sudo.h index 5f0cf5632..fe838be4a 100644 --- a/sudo.h +++ b/sudo.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 (based on Root Group sudo version 1.1) + * CU sudo version 1.3.6 (based on Root Group sudo version 1.1) * * This software comes with no waranty whatsoever, use at your own risk. * diff --git a/sudo_setenv.c b/sudo_setenv.c index 756328300..2e0b711ad 100644 --- a/sudo_setenv.c +++ b/sudo_setenv.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 + * CU sudo version 1.3.6 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/testsudoers.c b/testsudoers.c index 58e98492b..1fe374f33 100644 --- a/testsudoers.c +++ b/testsudoers.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 + * CU sudo version 1.3.6 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tgetpass.c b/tgetpass.c index ec33d6f41..4965c9076 100644 --- a/tgetpass.c +++ b/tgetpass.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 + * CU sudo version 1.3.6 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/utime.c b/utime.c index 3f086c597..534937993 100644 --- a/utime.c +++ b/utime.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 + * CU sudo version 1.3.6 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/version.h b/version.h index c36a1f6d3..f6cbe8e76 100644 --- a/version.h +++ b/version.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 + * CU sudo version 1.3.6 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,6 +23,6 @@ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static char version[] = "1.3.5"; +static char version[] = "1.3.6"; #endif /* _SUDO_VERSION_H */ diff --git a/visudo.c b/visudo.c index 239bfbe5b..10b4c055d 100644 --- a/visudo.c +++ b/visudo.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.3.1 + * CU sudo version 1.3.6 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- 2.49.0