From 5e723efe75dc5f20aa44ed8ce7aa48e7597efdbb Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 14 Nov 1996 02:37:56 +0000 Subject: [PATCH] ++version --- INSTALL | 6 +++--- Makefile.in | 4 ++-- README | 2 +- check.c | 4 ++-- compat.h | 2 +- config.h.in | 2 +- configure.in | 2 +- dce_pwent.c | 2 +- find_path.c | 2 +- getspwuid.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 +- 34 files changed, 39 insertions(+), 39 deletions(-) diff --git a/INSTALL b/INSTALL index 9f7153178..ea62fd43a 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -Installation instructions for CU sudo 1.5.2 +Installation instructions for CU sudo 1.5.3 =========================================== Sudo uses a `configure' script to probe the capabilities and type @@ -62,11 +62,11 @@ For most systems and configurations it is possible simply to: Notes on upgrading from an older release ======================================== -Sudo 1.5.2 expects the sudoers file to have different permissions +Sudo 1.5.3 expects the sudoers file to have different permissions (mode 0440) and be owned by user and group 0. This differs from version 1.4 and below which expected the sudoers file to be owned by root and mode 0400. Doing a `make install' will set the sudoers -file to the new mode and group. If sudo 1.5.2 encounters a sudoers +file to the new mode and group. If sudo 1.5.3 encounters a sudoers file with the old permissions it will attempt to update it to the new scheme. You cannot, however, use a sudoers file with the new permissions with an old sudo binary. It is suggested that if have diff --git a/Makefile.in b/Makefile.in index 7db948ac2..37e9d4386 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ #* -#* CU sudo version 1.5.2 (based on Root Group sudo version 1.1) +#* CU sudo version 1.5.3 (based on Root Group sudo version 1.1) #* #* This software comes with no waranty whatsoever, use at your own risk. #* @@ -112,7 +112,7 @@ LIBOBJS = @LIBOBJS@ @ALLOCA@ 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.5.2 +VERSION = 1.5.3 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS TODO \ PORTING README RUNSON FAQ TROUBLESHOOTING Makefile.in acsite.m4 \ diff --git a/README b/README index 4574b8dc7..814ba9504 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is the CU version of sudo, release 1.5.2 +This is the CU version of sudo, release 1.5.3 The sudo philosophy =================== diff --git a/check.c b/check.c index 08711f857..70420164a 100644 --- a/check.c +++ b/check.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 (based on Root Group sudo version 1.1) + * CU sudo version 1.5.3 (based on Root Group sudo version 1.1) * * This software comes with no waranty whatsoever, use at your own risk. * @@ -868,7 +868,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.5.2, based on Root Group sudo version 1.1", + " CU sudo version 1.5.3, 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 b6e72fc6a..f0ead7bd3 100644 --- a/compat.h +++ b/compat.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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 1ce658c56..050ec59ad 100644 --- a/config.h.in +++ b/config.h.in @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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/configure.in b/configure.in index e1d06497a..3c66e7e2f 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_CONFIG_HEADER(config.h) dnl dnl This won't work before AC_INIT() dnl -echo "Configuring CU Sudo version 1.5.2" +echo "Configuring CU Sudo version 1.5.3" dnl dnl Variables that get substituted in the Makefile dnl diff --git a/dce_pwent.c b/dce_pwent.c index d9cd5cc74..c329004d3 100644 --- a/dce_pwent.c +++ b/dce_pwent.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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 c04c0dbf0..2abe851c3 100644 --- a/find_path.c +++ b/find_path.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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/getspwuid.c b/getspwuid.c index 63d41aae2..228199fd8 100644 --- a/getspwuid.c +++ b/getspwuid.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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 bf4db819a..f7d9cae67 100644 --- a/getwd.c +++ b/getwd.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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 f9b70aaf2..6a0ac6e3c 100644 --- a/goodpath.c +++ b/goodpath.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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 4a5e92c68..0249c05de 100644 --- a/ins_2001.h +++ b/ins_2001.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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 c4354c211..03587acbc 100644 --- a/ins_classic.h +++ b/ins_classic.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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 ee9423e71..7f294e00e 100644 --- a/ins_csops.h +++ b/ins_csops.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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 f7a649818..b2babd79b 100644 --- a/ins_goons.h +++ b/ins_goons.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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 60a88a040..203201731 100644 --- a/insults.h +++ b/insults.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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 172827e3b..bcaea2d91 100644 --- a/interfaces.c +++ b/interfaces.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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 d3047f2e2..d72deb569 100644 --- a/logging.c +++ b/logging.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 (based on Root Group sudo version 1.1) + * CU sudo version 1.5.3 (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 9e8aff4c4..00b6ab197 100644 --- a/options.h +++ b/options.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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 1a8a35c30..c92f91290 100644 --- a/parse.c +++ b/parse.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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 99bddd4fd..ff2790d65 100644 --- a/parse.lex +++ b/parse.lex @@ -1,6 +1,6 @@ %{ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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 f19bd6d20..6926d8eda 100644 --- a/parse.yacc +++ b/parse.yacc @@ -1,7 +1,7 @@ %{ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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 becf3d1c4..746efb60d 100644 --- a/pathnames.h.in +++ b/pathnames.h.in @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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 59d4576ba..81631b895 100644 --- a/putenv.c +++ b/putenv.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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 b2e2b8962..94c42d6e8 100644 --- a/strdup.c +++ b/strdup.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 (based on Root Group sudo version 1.1) + * CU sudo version 1.5.3 (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 52245b071..5b22873c5 100644 --- a/sudo.c +++ b/sudo.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 (based on Root Group sudo version 1.1) + * CU sudo version 1.5.3 (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 171c27c93..3665517e5 100644 --- a/sudo.h +++ b/sudo.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 (based on Root Group sudo version 1.1) + * CU sudo version 1.5.3 (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 98450397c..a201a0ba8 100644 --- a/sudo_setenv.c +++ b/sudo_setenv.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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 08541c048..585cbbdb7 100644 --- a/testsudoers.c +++ b/testsudoers.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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 829a9b69b..f7fab9150 100644 --- a/tgetpass.c +++ b/tgetpass.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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 bfcadb261..0ffc1e23f 100644 --- a/utime.c +++ b/utime.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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 16ff770d9..8cdc825b0 100644 --- a/version.h +++ b/version.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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.5.2"; +static char version[] = "1.5.3"; #endif /* _SUDO_VERSION_H */ diff --git a/visudo.c b/visudo.c index 66c48d7b1..110b345af 100644 --- a/visudo.c +++ b/visudo.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.2 + * CU sudo version 1.5.3 * * 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.40.0