From 166789a1ddb05cf15aaec0df49be30b3f94875b3 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 13 Jan 1998 04:48:42 +0000 Subject: [PATCH] ++version --- 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 +- 32 files changed, 34 insertions(+), 34 deletions(-) diff --git a/README b/README index a97ad430a..c63e114a1 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is the CU version of sudo, release 1.5.3 +This is the CU version of sudo, release 1.5.4 The sudo philosophy =================== diff --git a/check.c b/check.c index b7a973b3b..e3cc0b9b0 100644 --- a/check.c +++ b/check.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 (based on Root Group sudo version 1.1) + * CU sudo version 1.5.4 (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.3, based on Root Group sudo version 1.1", + " CU sudo version 1.5.4, 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 6ff8eea4b..a2f297e9c 100644 --- a/compat.h +++ b/compat.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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 050ec59ad..a6ddefb1f 100644 --- a/config.h.in +++ b/config.h.in @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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 3c66e7e2f..19f33e67d 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.3" +echo "Configuring CU Sudo version 1.5.4" dnl dnl Variables that get substituted in the Makefile dnl diff --git a/dce_pwent.c b/dce_pwent.c index d70101376..4915a8062 100644 --- a/dce_pwent.c +++ b/dce_pwent.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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 2abe851c3..14e7fae89 100644 --- a/find_path.c +++ b/find_path.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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 228199fd8..d620f1ddf 100644 --- a/getspwuid.c +++ b/getspwuid.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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 f7d9cae67..933e3c24c 100644 --- a/getwd.c +++ b/getwd.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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 6a0ac6e3c..89131837c 100644 --- a/goodpath.c +++ b/goodpath.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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 0249c05de..7bfb6408e 100644 --- a/ins_2001.h +++ b/ins_2001.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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 03587acbc..ae51be822 100644 --- a/ins_classic.h +++ b/ins_classic.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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 7f294e00e..945583b67 100644 --- a/ins_csops.h +++ b/ins_csops.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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 b2babd79b..f80842b8e 100644 --- a/ins_goons.h +++ b/ins_goons.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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 203201731..ad633111d 100644 --- a/insults.h +++ b/insults.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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 bcaea2d91..78e249fd5 100644 --- a/interfaces.c +++ b/interfaces.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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 e2311eb19..9c0b7a3fe 100644 --- a/logging.c +++ b/logging.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 (based on Root Group sudo version 1.1) + * CU sudo version 1.5.4 (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 9afa2bfb6..4319fc8ac 100644 --- a/options.h +++ b/options.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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 5e90c52b1..448f9e57b 100644 --- a/parse.c +++ b/parse.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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 ff2790d65..fa530224a 100644 --- a/parse.lex +++ b/parse.lex @@ -1,6 +1,6 @@ %{ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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 74b54a360..317b84be5 100644 --- a/parse.yacc +++ b/parse.yacc @@ -1,7 +1,7 @@ %{ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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 746efb60d..11ffe243e 100644 --- a/pathnames.h.in +++ b/pathnames.h.in @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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 81631b895..a959037de 100644 --- a/putenv.c +++ b/putenv.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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 94c42d6e8..9e8799467 100644 --- a/strdup.c +++ b/strdup.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 (based on Root Group sudo version 1.1) + * CU sudo version 1.5.4 (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 bfad70a59..05dacabea 100644 --- a/sudo.c +++ b/sudo.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 (based on Root Group sudo version 1.1) + * CU sudo version 1.5.4 (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 bd89689a5..de8afbfba 100644 --- a/sudo.h +++ b/sudo.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 (based on Root Group sudo version 1.1) + * CU sudo version 1.5.4 (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 a201a0ba8..a5cc93a86 100644 --- a/sudo_setenv.c +++ b/sudo_setenv.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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 585cbbdb7..5a0f6b656 100644 --- a/testsudoers.c +++ b/testsudoers.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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 be0ab0edf..8f8abe190 100644 --- a/tgetpass.c +++ b/tgetpass.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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 0ffc1e23f..b088395b7 100644 --- a/utime.c +++ b/utime.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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 8cdc825b0..58580f824 100644 --- a/version.h +++ b/version.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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.3"; +static char version[] = "1.5.4"; #endif /* _SUDO_VERSION_H */ diff --git a/visudo.c b/visudo.c index e1e0a0bff..4d5bccc7c 100644 --- a/visudo.c +++ b/visudo.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.3 + * CU sudo version 1.5.4 * * 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