From: Harlan Stenn Date: Tue, 5 Apr 2011 07:50:37 +0000 (+0000) Subject: NTP_4_2_7P146 X-Git-Tag: NTP_4_2_7P146^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7cba2f34997cd0e0aefbd6a0001901367c91650;p=thirdparty%2Fntp.git NTP_4_2_7P146 bk: 4d9ac9cdHzNpXEcvwTeomdB9YwJd4A --- diff --git a/ChangeLog b/ChangeLog index db0fbedc0..64566e88a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +(4.2.7p146) 2011/04/05 Released by Harlan Stenn * String buffer safety cleanup, converting to strlcpy() and strlcat(). * Use utmpname() before pututline() so repeated steps do not accidentally record into wtmp where utmp was intended. diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index a2515d483..d1505f213 100644 --- a/ntpd/ntpd-opts.c +++ b/ntpd/ntpd-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpd-opts.c) * - * It has been AutoGen-ed April 4, 2011 at 11:34:20 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 5, 2011 at 07:47:05 AM by AutoGen 5.11.6 * From the definitions ntpd-opts.def * and the template file options * @@ -1006,7 +1006,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ static char const zPROGNAME[5] = "NTPD"; static char const zUsageTitle[133] = -"ntpd - NTP daemon program - Ver. 4.2.7p145\n\ +"ntpd - NTP daemon program - Ver. 4.2.7p146\n\ USAGE: %s [ - [] | --[{=| }] ]... \\\n\ \t\t[ ... ]\n"; #define zRcName NULL diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index ef8cb5ab3..e20126b2a 100644 --- a/ntpd/ntpd-opts.h +++ b/ntpd/ntpd-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpd-opts.h) * - * It has been AutoGen-ed April 4, 2011 at 11:34:19 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 5, 2011 at 07:47:05 AM by AutoGen 5.11.6 * From the definitions ntpd-opts.def * and the template file options * @@ -89,8 +89,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 36 -#define NTPD_VERSION "4.2.7p145" -#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.7p145" +#define NTPD_VERSION "4.2.7p146" +#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.7p146" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index 71f32de25..855b3b6c2 100644 --- a/ntpd/ntpd-opts.texi +++ b/ntpd/ntpd-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (ntpd-opts.texi) # -# It has been AutoGen-ed April 4, 2011 at 11:38:32 AM by AutoGen 5.11.6 +# It has been AutoGen-ed April 5, 2011 at 07:48:46 AM by AutoGen 5.11.6 # From the definitions ntpd-opts.def # and the template file aginfo.tpl @end ignore @@ -64,7 +64,7 @@ This is the automatically generated usage text for ntpd: @exampleindent 0 @example -ntpd - NTP daemon program - Ver. 4.2.7p145 +ntpd - NTP daemon program - Ver. 4.2.7p146 USAGE: ntpd [ - [] | --[@{=| @}] ]... \ [ ... ] Flg Arg Option-Name Description diff --git a/ntpd/ntpd.1 b/ntpd/ntpd.1 index 894fc404a..801e171c6 100644 --- a/ntpd/ntpd.1 +++ b/ntpd/ntpd.1 @@ -1,7 +1,7 @@ -.TH NTPD 1 2011-04-04 "( 4.2.7p145)" "Programmer's Manual" +.TH NTPD 1 2011-04-05 "( 4.2.7p146)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpd.1) .\" -.\" It has been AutoGen-ed April 4, 2011 at 11:38:31 AM by AutoGen 5.11.6 +.\" It has been AutoGen-ed April 5, 2011 at 07:48:45 AM by AutoGen 5.11.6 .\" From the definitions ntpd-opts.def .\" and the template file agman1.tpl .\" diff --git a/ntpdc/ntpdc-opts.c b/ntpdc/ntpdc-opts.c index fed017935..3c7fa1b19 100644 --- a/ntpdc/ntpdc-opts.c +++ b/ntpdc/ntpdc-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpdc-opts.c) * - * It has been AutoGen-ed April 4, 2011 at 11:39:01 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 5, 2011 at 07:49:00 AM by AutoGen 5.11.6 * From the definitions ntpdc-opts.def * and the template file options * @@ -451,7 +451,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ static char const zPROGNAME[6] = "NTPDC"; static char const zUsageTitle[129] = -"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p145\n\ +"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p146\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; static char const zRcName[7] = ".ntprc"; static char const * const apzHomeList[3] = { diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index dcd286812..4a13f88cc 100644 --- a/ntpdc/ntpdc-opts.h +++ b/ntpdc/ntpdc-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpdc-opts.h) * - * It has been AutoGen-ed April 4, 2011 at 11:39:01 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 5, 2011 at 07:49:00 AM by AutoGen 5.11.6 * From the definitions ntpdc-opts.def * and the template file options * @@ -68,8 +68,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 15 -#define NTPDC_VERSION "4.2.7p145" -#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p145" +#define NTPDC_VERSION "4.2.7p146" +#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p146" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index f69ba34ec..d568f0f22 100644 --- a/ntpdc/ntpdc-opts.texi +++ b/ntpdc/ntpdc-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (ntpdc-opts.texi) # -# It has been AutoGen-ed April 4, 2011 at 11:39:34 AM by AutoGen 5.11.6 +# It has been AutoGen-ed April 5, 2011 at 07:49:14 AM by AutoGen 5.11.6 # From the definitions ntpdc-opts.def # and the template file aginfo.tpl @end ignore @@ -58,7 +58,7 @@ This is the automatically generated usage text for ntpdc: @exampleindent 0 @example -ntpdc - vendor-specific NTP query program - Ver. 4.2.7p145 +ntpdc - vendor-specific NTP query program - Ver. 4.2.7p146 USAGE: ntpdc [ - [] | --[@{=| @}] ]... [ host ...] Flg Arg Option-Name Description -4 no ipv4 Force IPv4 DNS name resolution diff --git a/ntpdc/ntpdc.1 b/ntpdc/ntpdc.1 index 84079fc83..c8154d608 100644 --- a/ntpdc/ntpdc.1 +++ b/ntpdc/ntpdc.1 @@ -1,7 +1,7 @@ -.TH NTPDC 1 2011-04-04 "( 4.2.7p145)" "Programmer's Manual" +.TH NTPDC 1 2011-04-05 "( 4.2.7p146)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpdc.1) .\" -.\" It has been AutoGen-ed April 4, 2011 at 11:39:34 AM by AutoGen 5.11.6 +.\" It has been AutoGen-ed April 5, 2011 at 07:49:13 AM by AutoGen 5.11.6 .\" From the definitions ntpdc-opts.def .\" and the template file agman1.tpl .\" diff --git a/ntpq/ntpq-opts.c b/ntpq/ntpq-opts.c index 42f3f7189..eb83ecfdc 100644 --- a/ntpq/ntpq-opts.c +++ b/ntpq/ntpq-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpq-opts.c) * - * It has been AutoGen-ed April 4, 2011 at 11:39:36 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 5, 2011 at 07:49:14 AM by AutoGen 5.11.6 * From the definitions ntpq-opts.def * and the template file options * @@ -428,7 +428,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ static char const zPROGNAME[5] = "NTPQ"; static char const zUsageTitle[121] = -"ntpq - standard NTP query program - Ver. 4.2.7p145\n\ +"ntpq - standard NTP query program - Ver. 4.2.7p146\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; static char const zRcName[7] = ".ntprc"; static char const * const apzHomeList[3] = { diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index 5a3c93769..20fb1c9fe 100644 --- a/ntpq/ntpq-opts.h +++ b/ntpq/ntpq-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpq-opts.h) * - * It has been AutoGen-ed April 4, 2011 at 11:39:36 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 5, 2011 at 07:49:14 AM by AutoGen 5.11.6 * From the definitions ntpq-opts.def * and the template file options * @@ -67,8 +67,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 14 -#define NTPQ_VERSION "4.2.7p145" -#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.7p145" +#define NTPQ_VERSION "4.2.7p146" +#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.7p146" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi index 250a11883..ab50f64e0 100644 --- a/ntpq/ntpq-opts.texi +++ b/ntpq/ntpq-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (ntpq-opts.texi) # -# It has been AutoGen-ed April 4, 2011 at 11:40:06 AM by AutoGen 5.11.6 +# It has been AutoGen-ed April 5, 2011 at 07:49:29 AM by AutoGen 5.11.6 # From the definitions ntpq-opts.def # and the template file aginfo.tpl @end ignore @@ -47,7 +47,7 @@ This is the automatically generated usage text for ntpq: @exampleindent 0 @example -ntpq - standard NTP query program - Ver. 4.2.7p145 +ntpq - standard NTP query program - Ver. 4.2.7p146 USAGE: ntpq [ - [] | --[@{=| @}] ]... [ host ...] Flg Arg Option-Name Description -4 no ipv4 Force IPv4 DNS name resolution diff --git a/ntpq/ntpq.1 b/ntpq/ntpq.1 index e2c1213e3..dd1549b81 100644 --- a/ntpq/ntpq.1 +++ b/ntpq/ntpq.1 @@ -1,7 +1,7 @@ -.TH NTPQ 1 2011-04-04 "( 4.2.7p145)" "Programmer's Manual" +.TH NTPQ 1 2011-04-05 "( 4.2.7p146)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpq.1) .\" -.\" It has been AutoGen-ed April 4, 2011 at 11:40:05 AM by AutoGen 5.11.6 +.\" It has been AutoGen-ed April 5, 2011 at 07:49:29 AM by AutoGen 5.11.6 .\" From the definitions ntpq-opts.def .\" and the template file agman1.tpl .\" diff --git a/ntpsnmpd/ntpsnmpd-opts.c b/ntpsnmpd/ntpsnmpd-opts.c index 09fef6a4d..940db5c45 100644 --- a/ntpsnmpd/ntpsnmpd-opts.c +++ b/ntpsnmpd/ntpsnmpd-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.c) * - * It has been AutoGen-ed April 4, 2011 at 11:40:08 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 5, 2011 at 07:49:30 AM by AutoGen 5.11.6 * From the definitions ntpsnmpd-opts.def * and the template file options * @@ -255,7 +255,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ static char const zPROGNAME[9] = "NTPSNMPD"; static char const zUsageTitle[105] = -"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p145\n\ +"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p146\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; static char const zRcName[7] = ".ntprc"; static char const * const apzHomeList[3] = { diff --git a/ntpsnmpd/ntpsnmpd-opts.h b/ntpsnmpd/ntpsnmpd-opts.h index 4eb09e98b..419cd69a8 100644 --- a/ntpsnmpd/ntpsnmpd-opts.h +++ b/ntpsnmpd/ntpsnmpd-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.h) * - * It has been AutoGen-ed April 4, 2011 at 11:40:08 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 5, 2011 at 07:49:30 AM by AutoGen 5.11.6 * From the definitions ntpsnmpd-opts.def * and the template file options * @@ -61,8 +61,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 8 -#define NTPSNMPD_VERSION "4.2.7p145" -#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p145" +#define NTPSNMPD_VERSION "4.2.7p146" +#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p146" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpsnmpd/ntpsnmpd-opts.texi b/ntpsnmpd/ntpsnmpd-opts.texi index 144b75431..716898646 100644 --- a/ntpsnmpd/ntpsnmpd-opts.texi +++ b/ntpsnmpd/ntpsnmpd-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.texi) # -# It has been AutoGen-ed April 4, 2011 at 11:40:26 AM by AutoGen 5.11.6 +# It has been AutoGen-ed April 5, 2011 at 07:49:41 AM by AutoGen 5.11.6 # From the definitions ntpsnmpd-opts.def # and the template file aginfo.tpl @end ignore @@ -34,7 +34,7 @@ This is the automatically generated usage text for ntpsnmpd: @exampleindent 0 @example -ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p145 +ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p146 USAGE: ntpsnmpd [ - [] | --[@{=| @}] ]... Flg Arg Option-Name Description -n no nofork Do not fork diff --git a/ntpsnmpd/ntpsnmpd.1 b/ntpsnmpd/ntpsnmpd.1 index d4059ae25..bcb9c560c 100644 --- a/ntpsnmpd/ntpsnmpd.1 +++ b/ntpsnmpd/ntpsnmpd.1 @@ -1,7 +1,7 @@ -.TH NTPSNMPD 1 2011-04-04 "( 4.2.7p145)" "Programmer's Manual" +.TH NTPSNMPD 1 2011-04-05 "( 4.2.7p146)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpsnmpd.1) .\" -.\" It has been AutoGen-ed April 4, 2011 at 11:40:26 AM by AutoGen 5.11.6 +.\" It has been AutoGen-ed April 5, 2011 at 07:49:41 AM by AutoGen 5.11.6 .\" From the definitions ntpsnmpd-opts.def .\" and the template file agman1.tpl .\" diff --git a/packageinfo.sh b/packageinfo.sh index 482579dcb..cb826ca9d 100644 --- a/packageinfo.sh +++ b/packageinfo.sh @@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0 # - Numeric values increment # - empty 'increments' to 1 # - NEW 'increments' to empty -point=145 +point=146 ### betapoint is normally modified by script. # ntp-stable Beta number (betapoint) diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index b7296ab6f..1c9deaf8e 100644 --- a/sntp/sntp-opts.c +++ b/sntp/sntp-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (sntp-opts.c) * - * It has been AutoGen-ed April 4, 2011 at 11:15:35 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 5, 2011 at 07:43:46 AM by AutoGen 5.11.6 * From the definitions sntp-opts.def * and the template file options * @@ -642,7 +642,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ static char const zPROGNAME[5] = "SNTP"; static char const zUsageTitle[154] = -"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p145\n\ +"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p146\n\ USAGE: %s [ - [] | --[{=| }] ]... \\\n\ \t\t[ hostname-or-IP ...]\n"; static char const zRcName[7] = ".ntprc"; diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h index b540f0354..edae35f50 100644 --- a/sntp/sntp-opts.h +++ b/sntp/sntp-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (sntp-opts.h) * - * It has been AutoGen-ed April 4, 2011 at 11:15:35 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 5, 2011 at 07:43:46 AM by AutoGen 5.11.6 * From the definitions sntp-opts.def * and the template file options * @@ -77,8 +77,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 24 -#define SNTP_VERSION "4.2.7p145" -#define SNTP_FULL_VERSION "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p145" +#define SNTP_VERSION "4.2.7p146" +#define SNTP_FULL_VERSION "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p146" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index 2a2ff0335..89b10c895 100644 --- a/sntp/sntp-opts.texi +++ b/sntp/sntp-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (sntp-opts.texi) # -# It has been AutoGen-ed April 4, 2011 at 11:43:23 AM by AutoGen 5.11.6 +# It has been AutoGen-ed April 5, 2011 at 07:50:09 AM by AutoGen 5.11.6 # From the definitions sntp-opts.def # and the template file aginfo.tpl @end ignore @@ -76,7 +76,7 @@ This is the automatically generated usage text for sntp: @exampleindent 0 @example -sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p145 +sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p146 USAGE: sntp [ - [] | --[@{=| @}] ]... \ [ hostname-or-IP ...] Flg Arg Option-Name Description diff --git a/sntp/sntp.1 b/sntp/sntp.1 index 447ba2dde..a42308610 100644 --- a/sntp/sntp.1 +++ b/sntp/sntp.1 @@ -1,7 +1,7 @@ -.TH SNTP 1 2011-04-04 "( 4.2.7p145)" "Programmer's Manual" +.TH SNTP 1 2011-04-05 "( 4.2.7p146)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (sntp.1) .\" -.\" It has been AutoGen-ed April 4, 2011 at 11:43:23 AM by AutoGen 5.11.6 +.\" It has been AutoGen-ed April 5, 2011 at 07:50:09 AM by AutoGen 5.11.6 .\" From the definitions sntp-opts.def .\" and the template file agman1.tpl .\" diff --git a/sntp/sntp.html b/sntp/sntp.html index c530c5cb2..79b21b0f9 100644 --- a/sntp/sntp.html +++ b/sntp/sntp.html @@ -150,7 +150,7 @@ Up: sntp Invocation

This is the automatically generated usage text for sntp: -

sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p145
+
sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p146
 USAGE:  sntp [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
diff --git a/util/ntp-keygen-opts.c b/util/ntp-keygen-opts.c
index 087be8d31..1276da9b2 100644
--- a/util/ntp-keygen-opts.c
+++ b/util/ntp-keygen-opts.c
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  April  4, 2011 at 11:40:32 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April  5, 2011 at 07:49:44 AM by AutoGen 5.11.6
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -757,7 +757,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[11] = "NTP_KEYGEN";
 static char const zUsageTitle[116] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p145\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p146\n\
 USAGE:  %s [ - [] | --[{=| }] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h
index a0b89d6b0..6c84de52f 100644
--- a/util/ntp-keygen-opts.h
+++ b/util/ntp-keygen-opts.h
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  April  4, 2011 at 11:40:32 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April  5, 2011 at 07:49:44 AM by AutoGen 5.11.6
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -77,8 +77,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.7p145"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p145"
+#define NTP_KEYGEN_VERSION       "4.2.7p146"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p146"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
diff --git a/util/ntp-keygen-opts.texi b/util/ntp-keygen-opts.texi
index f599ce07e..0849d7152 100644
--- a/util/ntp-keygen-opts.texi
+++ b/util/ntp-keygen-opts.texi
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  April  4, 2011 at 11:40:47 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  April  5, 2011 at 07:49:54 AM by AutoGen 5.11.6
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -51,7 +51,7 @@ This is the automatically generated usage text for ntp-keygen:
 
 @exampleindent 0
 @example
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p145
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p146
 USAGE:  ntp-keygen [ - [] | --[@{=| @}] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
diff --git a/util/ntp-keygen.1 b/util/ntp-keygen.1
index 6d3bb268f..821d16e23 100644
--- a/util/ntp-keygen.1
+++ b/util/ntp-keygen.1
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-04-04 "(ntp 4.2.7p145)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-04-05 "(ntp 4.2.7p146)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  April  4, 2011 at 11:40:46 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  April  5, 2011 at 07:49:54 AM by AutoGen 5.11.6
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"