From: Harlan Stenn Date: Thu, 21 Apr 2011 06:16:26 +0000 (+0000) Subject: NTP_4_2_7P157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42bd17d21b575c2b135fc00e8a144f1e5bf4493f;p=thirdparty%2Fntp.git NTP_4_2_7P157 bk: 4dafcbbaa9rgIko7sSd_n3FyNk5MdQ --- diff --git a/ChangeLog b/ChangeLog index 88e4e91eee..ed7aeb0e7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +(4.2.7p157) 2011/04/21 Released by Harlan Stenn * [Bug 1890] 4.2.7p156 segfault in duplicate freeaddrinfo(). (4.2.7p156) 2011/04/19 Released by Harlan Stenn * [Bug 1851] freeaddrinfo() called after getaddrinfo() fails. diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index e2fb8c8be7..bc3f8439d2 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 19, 2011 at 06:53:10 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 21, 2011 at 06:14:50 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.7p156\n\ +"ntpd - NTP daemon program - Ver. 4.2.7p157\n\ USAGE: %s [ - [] | --[{=| }] ]... \\\n\ \t\t[ ... ]\n"; #define zRcName NULL diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index 2df92509d6..610f08457b 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 19, 2011 at 06:53:10 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 21, 2011 at 06:14:49 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.7p156" -#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.7p156" +#define NTPD_VERSION "4.2.7p157" +#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.7p157" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index d2ebf6b136..9113c4b0d5 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 19, 2011 at 06:53:32 AM by AutoGen 5.11.6 +# It has been AutoGen-ed April 21, 2011 at 06:15:08 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.7p156 +ntpd - NTP daemon program - Ver. 4.2.7p157 USAGE: ntpd [ - [] | --[@{=| @}] ]... \ [ ... ] Flg Arg Option-Name Description diff --git a/ntpd/ntpd.1 b/ntpd/ntpd.1 index fb0ca74f0b..5b39723f1b 100644 --- a/ntpd/ntpd.1 +++ b/ntpd/ntpd.1 @@ -1,7 +1,7 @@ -.TH NTPD 1 2011-04-19 "( 4.2.7p156)" "Programmer's Manual" +.TH NTPD 1 2011-04-21 "( 4.2.7p157)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpd.1) .\" -.\" It has been AutoGen-ed April 19, 2011 at 06:53:32 AM by AutoGen 5.11.6 +.\" It has been AutoGen-ed April 21, 2011 at 06:15:08 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 59895dab8d..f9a1e358d5 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 19, 2011 at 06:53:41 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 21, 2011 at 06:15:16 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.7p156\n\ +"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p157\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 2abda892b1..f3691fee61 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 19, 2011 at 06:53:41 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 21, 2011 at 06:15:15 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.7p156" -#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p156" +#define NTPDC_VERSION "4.2.7p157" +#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p157" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index 281bf0604a..b0756dfe78 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 19, 2011 at 06:53:55 AM by AutoGen 5.11.6 +# It has been AutoGen-ed April 21, 2011 at 06:15:27 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.7p156 +ntpdc - vendor-specific NTP query program - Ver. 4.2.7p157 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 cd4098b3ad..4feead3e58 100644 --- a/ntpdc/ntpdc.1 +++ b/ntpdc/ntpdc.1 @@ -1,7 +1,7 @@ -.TH NTPDC 1 2011-04-19 "( 4.2.7p156)" "Programmer's Manual" +.TH NTPDC 1 2011-04-21 "( 4.2.7p157)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpdc.1) .\" -.\" It has been AutoGen-ed April 19, 2011 at 06:53:55 AM by AutoGen 5.11.6 +.\" It has been AutoGen-ed April 21, 2011 at 06:15:26 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 7a15d5a1e2..8ed9678ee1 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 19, 2011 at 06:53:56 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 21, 2011 at 06:15:27 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.7p156\n\ +"ntpq - standard NTP query program - Ver. 4.2.7p157\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 c66a9918fb..4997c635cd 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 19, 2011 at 06:53:56 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 21, 2011 at 06:15:27 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.7p156" -#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.7p156" +#define NTPQ_VERSION "4.2.7p157" +#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.7p157" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi index f6f4f74935..e381b5ac08 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 19, 2011 at 06:54:11 AM by AutoGen 5.11.6 +# It has been AutoGen-ed April 21, 2011 at 06:15:40 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.7p156 +ntpq - standard NTP query program - Ver. 4.2.7p157 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 6d31735a35..a9b86e691a 100644 --- a/ntpq/ntpq.1 +++ b/ntpq/ntpq.1 @@ -1,7 +1,7 @@ -.TH NTPQ 1 2011-04-19 "( 4.2.7p156)" "Programmer's Manual" +.TH NTPQ 1 2011-04-21 "( 4.2.7p157)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpq.1) .\" -.\" It has been AutoGen-ed April 19, 2011 at 06:54:11 AM by AutoGen 5.11.6 +.\" It has been AutoGen-ed April 21, 2011 at 06:15:40 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 82b0a8f8e6..06ea68c168 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 19, 2011 at 06:54:12 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 21, 2011 at 06:15:41 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.7p156\n\ +"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p157\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 6a0c7f99ac..18afea75fd 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 19, 2011 at 06:54:12 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 21, 2011 at 06:15:40 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.7p156" -#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p156" +#define NTPSNMPD_VERSION "4.2.7p157" +#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p157" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpsnmpd/ntpsnmpd-opts.texi b/ntpsnmpd/ntpsnmpd-opts.texi index 2c719ef743..fb404740a7 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 19, 2011 at 06:54:19 AM by AutoGen 5.11.6 +# It has been AutoGen-ed April 21, 2011 at 06:15:48 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.7p156 +ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p157 USAGE: ntpsnmpd [ - [] | --[@{=| @}] ]... Flg Arg Option-Name Description -n no nofork Do not fork diff --git a/ntpsnmpd/ntpsnmpd.1 b/ntpsnmpd/ntpsnmpd.1 index b5a57a64c5..49d1ec1156 100644 --- a/ntpsnmpd/ntpsnmpd.1 +++ b/ntpsnmpd/ntpsnmpd.1 @@ -1,7 +1,7 @@ -.TH NTPSNMPD 1 2011-04-19 "( 4.2.7p156)" "Programmer's Manual" +.TH NTPSNMPD 1 2011-04-21 "( 4.2.7p157)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpsnmpd.1) .\" -.\" It has been AutoGen-ed April 19, 2011 at 06:54:18 AM by AutoGen 5.11.6 +.\" It has been AutoGen-ed April 21, 2011 at 06:15:47 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 a9b2d87e4a..7411abdd70 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=156 +point=157 ### betapoint is normally modified by script. # ntp-stable Beta number (betapoint) diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index b8d414d937..15a4df1140 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 19, 2011 at 06:50:22 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 21, 2011 at 06:12:13 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.7p156\n\ +"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p157\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 b696a4773a..b78f938e73 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 19, 2011 at 06:50:22 AM by AutoGen 5.11.6 + * It has been AutoGen-ed April 21, 2011 at 06:12:13 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.7p156" -#define SNTP_FULL_VERSION "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p156" +#define SNTP_VERSION "4.2.7p157" +#define SNTP_FULL_VERSION "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p157" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index e9d0686cf4..d9fe99833e 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 19, 2011 at 06:54:43 AM by AutoGen 5.11.6 +# It has been AutoGen-ed April 21, 2011 at 06:16:08 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.7p156 +sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p157 USAGE: sntp [ - [] | --[@{=| @}] ]... \ [ hostname-or-IP ...] Flg Arg Option-Name Description diff --git a/sntp/sntp.1 b/sntp/sntp.1 index 7108ed83d0..f7be8285ea 100644 --- a/sntp/sntp.1 +++ b/sntp/sntp.1 @@ -1,7 +1,7 @@ -.TH SNTP 1 2011-04-19 "( 4.2.7p156)" "Programmer's Manual" +.TH SNTP 1 2011-04-21 "( 4.2.7p157)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (sntp.1) .\" -.\" It has been AutoGen-ed April 19, 2011 at 06:54:42 AM by AutoGen 5.11.6 +.\" It has been AutoGen-ed April 21, 2011 at 06:16:07 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 8b2b673208..f772c6a408 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.7p156
+
sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p157
 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 d5736b1894..439183313c 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 19, 2011 at 06:54:21 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 21, 2011 at 06:15:50 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.7p156\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p157\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 bfa7ae3b44..08ca7021cf 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 19, 2011 at 06:54:21 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 21, 2011 at 06:15:50 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.7p156"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p156"
+#define NTP_KEYGEN_VERSION       "4.2.7p157"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p157"
 
 /*
  *  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 3ca91ce631..bbb552e0c5 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 19, 2011 at 06:54:34 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  April 21, 2011 at 06:16:00 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.7p156
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p157
 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 3255639836..50dda13cd7 100644
--- a/util/ntp-keygen.1
+++ b/util/ntp-keygen.1
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-04-19 "(ntp 4.2.7p156)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-04-21 "(ntp 4.2.7p157)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  April 19, 2011 at 06:54:34 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  April 21, 2011 at 06:16:00 AM by AutoGen 5.11.6
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"