From: Harlan Stenn Date: Mon, 15 Dec 2008 11:54:36 +0000 (-0500) Subject: NTP_4_2_5P150 X-Git-Tag: NTP_4_2_5P150^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc8a1c74da09709a45683ed2758a2c7222ae1cbd;p=thirdparty%2Fntp.git NTP_4_2_5P150 bk: 4946457czX3_DgG9o0GoA3vBQRl1iw --- diff --git a/ChangeLog b/ChangeLog index 6ba32b348..c5f74c238 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +(4.2.5p150) 2008/12/15 Released by Harlan Stenn * [Bug 1099] Fixed wrong behaviour in sntp's crypto.c. * [Bug 1103] Fix 64-bit issues in the new calendar code. (4.2.5p149) 2008/12/05 Released by Harlan Stenn diff --git a/gsoc_sntp/sntp-opts.c b/gsoc_sntp/sntp-opts.c index 76365077a..8694aea30 100644 --- a/gsoc_sntp/sntp-opts.c +++ b/gsoc_sntp/sntp-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (sntp-opts.c) * - * It has been AutoGen-ed Friday December 5, 2008 at 07:11:51 AM EST + * It has been AutoGen-ed Monday December 15, 2008 at 06:52:28 AM EST * From the definitions sntp-opts.def * and the template file options * @@ -460,7 +460,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "SNTP"; tSCC zUsageTitle[] = -"sntp - standard SNTP program - Ver. 4.2.5p149\n\ +"sntp - standard SNTP program - Ver. 4.2.5p150\n\ USAGE: %s [ - [] | --[{=| }] ]... ...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/gsoc_sntp/sntp-opts.h b/gsoc_sntp/sntp-opts.h index fa2ce4712..b5aea4a4f 100644 --- a/gsoc_sntp/sntp-opts.h +++ b/gsoc_sntp/sntp-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (sntp-opts.h) * - * It has been AutoGen-ed Friday December 5, 2008 at 07:11:51 AM EST + * It has been AutoGen-ed Monday December 15, 2008 at 06:52:27 AM EST * From the definitions sntp-opts.def * and the template file options * @@ -72,8 +72,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 17 -#define SNTP_VERSION "4.2.5p149" -#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p149" +#define SNTP_VERSION "4.2.5p150" +#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p150" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/gsoc_sntp/sntp-opts.texi b/gsoc_sntp/sntp-opts.texi index 4b0ee954e..b74858efa 100644 --- a/gsoc_sntp/sntp-opts.texi +++ b/gsoc_sntp/sntp-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (sntp-opts.texi) # -# It has been AutoGen-ed Friday December 5, 2008 at 07:11:53 AM EST +# It has been AutoGen-ed Monday December 15, 2008 at 06:52:30 AM EST # From the definitions sntp-opts.def # and the template file aginfo.tpl @end ignore diff --git a/gsoc_sntp/sntp.1 b/gsoc_sntp/sntp.1 index 01b73f5bb..c5bfd7577 100644 --- a/gsoc_sntp/sntp.1 +++ b/gsoc_sntp/sntp.1 @@ -1,7 +1,7 @@ -.TH SNTP 1 2008-12-05 "( 4.2.5p149)" "Programmer's Manual" +.TH SNTP 1 2008-12-15 "( 4.2.5p150)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (sntp.1) .\" -.\" It has been AutoGen-ed Friday December 5, 2008 at 07:11:52 AM EST +.\" It has been AutoGen-ed Monday December 15, 2008 at 06:52:29 AM EST .\" From the definitions sntp-opts.def .\" and the template file agman1.tpl .\" diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index 12d761a42..31280bdc3 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 Friday December 5, 2008 at 06:58:30 AM EST + * It has been AutoGen-ed Monday December 15, 2008 at 06:38:52 AM EST * From the definitions ntpd-opts.def * and the template file options * @@ -853,7 +853,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPD"; tSCC zUsageTitle[] = -"ntpd - NTP daemon program - Ver. 4.2.5p149\n\ +"ntpd - NTP daemon program - Ver. 4.2.5p150\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; #define zRcName NULL #define apzHomeList NULL diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index d2984d887..9822e1283 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 Friday December 5, 2008 at 06:58:29 AM EST + * It has been AutoGen-ed Monday December 15, 2008 at 06:38:51 AM EST * From the definitions ntpd-opts.def * and the template file options * @@ -87,8 +87,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 32 -#define NTPD_VERSION "4.2.5p149" -#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.5p149" +#define NTPD_VERSION "4.2.5p150" +#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.5p150" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index 5189198c0..f32e0592f 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 Friday December 5, 2008 at 06:58:32 AM EST +# It has been AutoGen-ed Monday December 15, 2008 at 06:38:55 AM EST # From the definitions ntpd-opts.def # and the template file aginfo.tpl @end ignore diff --git a/ntpd/ntpd.1 b/ntpd/ntpd.1 index bd9146e7a..52a3c5c4f 100644 --- a/ntpd/ntpd.1 +++ b/ntpd/ntpd.1 @@ -1,7 +1,7 @@ -.TH NTPD 1 2008-12-05 "( 4.2.5p149)" "Programmer's Manual" +.TH NTPD 1 2008-12-15 "( 4.2.5p150)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpd.1) .\" -.\" It has been AutoGen-ed Friday December 5, 2008 at 06:58:31 AM EST +.\" It has been AutoGen-ed Monday December 15, 2008 at 06:38:54 AM EST .\" 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 7b99a3c3d..207e21abc 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 Friday December 5, 2008 at 07:05:18 AM EST + * It has been AutoGen-ed Monday December 15, 2008 at 06:45:40 AM EST * From the definitions ntpdc-opts.def * and the template file options * @@ -462,7 +462,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPDC"; tSCC zUsageTitle[] = -"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p149\n\ +"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p150\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index 5593ce056..1a177805a 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 Friday December 5, 2008 at 07:05:17 AM EST + * It has been AutoGen-ed Monday December 15, 2008 at 06:45:39 AM EST * From the definitions ntpdc-opts.def * and the template file options * @@ -70,8 +70,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 15 -#define NTPDC_VERSION "4.2.5p149" -#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p149" +#define NTPDC_VERSION "4.2.5p150" +#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p150" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index b56699bcf..520d254fa 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 Friday December 5, 2008 at 07:05:20 AM EST +# It has been AutoGen-ed Monday December 15, 2008 at 06:45:41 AM EST # From the definitions ntpdc-opts.def # and the template file aginfo.tpl @end ignore diff --git a/ntpdc/ntpdc.1 b/ntpdc/ntpdc.1 index ede80c796..2895e8981 100644 --- a/ntpdc/ntpdc.1 +++ b/ntpdc/ntpdc.1 @@ -1,7 +1,7 @@ -.TH NTPDC 1 2008-12-05 "( 4.2.5p149)" "Programmer's Manual" +.TH NTPDC 1 2008-12-15 "( 4.2.5p150)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpdc.1) .\" -.\" It has been AutoGen-ed Friday December 5, 2008 at 07:05:19 AM EST +.\" It has been AutoGen-ed Monday December 15, 2008 at 06:45:41 AM EST .\" 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 284742caf..ac56c2c6f 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 Friday December 5, 2008 at 07:05:49 AM EST + * It has been AutoGen-ed Monday December 15, 2008 at 06:46:10 AM EST * From the definitions ntpq-opts.def * and the template file options * @@ -410,7 +410,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPQ"; tSCC zUsageTitle[] = -"ntpq - standard NTP query program - Ver. 4.2.5p149\n\ +"ntpq - standard NTP query program - Ver. 4.2.5p150\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index 69be8058a..a2b5a61f5 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 Friday December 5, 2008 at 07:05:49 AM EST + * It has been AutoGen-ed Monday December 15, 2008 at 06:46:10 AM EST * From the definitions ntpq-opts.def * and the template file options * @@ -68,8 +68,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 13 -#define NTPQ_VERSION "4.2.5p149" -#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.5p149" +#define NTPQ_VERSION "4.2.5p150" +#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.5p150" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi index 78dcf1408..9e7d21097 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 Friday December 5, 2008 at 07:05:51 AM EST +# It has been AutoGen-ed Monday December 15, 2008 at 06:46:12 AM EST # From the definitions ntpq-opts.def # and the template file aginfo.tpl @end ignore diff --git a/ntpq/ntpq.1 b/ntpq/ntpq.1 index f0cf6364b..5638801de 100644 --- a/ntpq/ntpq.1 +++ b/ntpq/ntpq.1 @@ -1,7 +1,7 @@ -.TH NTPQ 1 2008-12-05 "( 4.2.5p149)" "Programmer's Manual" +.TH NTPQ 1 2008-12-15 "( 4.2.5p150)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpq.1) .\" -.\" It has been AutoGen-ed Friday December 5, 2008 at 07:05:50 AM EST +.\" It has been AutoGen-ed Monday December 15, 2008 at 06:46:11 AM EST .\" 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 39e7f42c6..733bd0720 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 Friday December 5, 2008 at 07:06:34 AM EST + * It has been AutoGen-ed Monday December 15, 2008 at 06:46:55 AM EST * From the definitions ntpsnmpd-opts.def * and the template file options * @@ -228,7 +228,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPSNMPD"; tSCC zUsageTitle[] = -"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p149\n\ +"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p150\n\ USAGE: %s [ - | -- ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpsnmpd/ntpsnmpd-opts.h b/ntpsnmpd/ntpsnmpd-opts.h index ce80aa3f3..c20a82ded 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 Friday December 5, 2008 at 07:06:34 AM EST + * It has been AutoGen-ed Monday December 15, 2008 at 06:46:54 AM EST * From the definitions ntpsnmpd-opts.def * and the template file options * @@ -62,8 +62,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 7 -#define NTPSNMPD_VERSION "4.2.5p149" -#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p149" +#define NTPSNMPD_VERSION "4.2.5p150" +#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p150" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpsnmpd/ntpsnmpd-opts.texi b/ntpsnmpd/ntpsnmpd-opts.texi index abadfd924..5218ebeaa 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 Friday December 5, 2008 at 07:06:36 AM EST +# It has been AutoGen-ed Monday December 15, 2008 at 06:46:56 AM EST # From the definitions ntpsnmpd-opts.def # and the template file aginfo.tpl @end ignore diff --git a/ntpsnmpd/ntpsnmpd.1 b/ntpsnmpd/ntpsnmpd.1 index 82edc2d38..3a59a17d0 100644 --- a/ntpsnmpd/ntpsnmpd.1 +++ b/ntpsnmpd/ntpsnmpd.1 @@ -1,7 +1,7 @@ -.TH NTPSNMPD 1 2008-12-05 "( 4.2.5p149)" "Programmer's Manual" +.TH NTPSNMPD 1 2008-12-15 "( 4.2.5p150)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpsnmpd.1) .\" -.\" It has been AutoGen-ed Friday December 5, 2008 at 07:06:36 AM EST +.\" It has been AutoGen-ed Monday December 15, 2008 at 06:46:56 AM EST .\" From the definitions ntpsnmpd-opts.def .\" and the template file agman1.tpl .\" diff --git a/packageinfo.sh b/packageinfo.sh index f2dc86675..0f58f3538 100644 --- a/packageinfo.sh +++ b/packageinfo.sh @@ -9,7 +9,7 @@ version=${proto}.${major}.${minor} # - Numeric values increment # - empty 'increments' to 1 # - NEW 'increments' to empty -point=149 +point=150 # Special. Normally unused. A suffix. #special=ag special= diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index 59d92c13b..1a5426baa 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 Friday December 5, 2008 at 07:12:48 AM EST + * It has been AutoGen-ed Monday December 15, 2008 at 06:53:25 AM EST * From the definitions sntp-opts.def * and the template file options * @@ -513,7 +513,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "SNTP"; tSCC zUsageTitle[] = -"sntp - standard SNTP program - Ver. 4.2.5p149\n\ +"sntp - standard SNTP program - Ver. 4.2.5p150\n\ USAGE: %s [ - | -- ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h index 33549b000..4452b4498 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 Friday December 5, 2008 at 07:12:48 AM EST + * It has been AutoGen-ed Monday December 15, 2008 at 06:53:24 AM EST * From the definitions sntp-opts.def * and the template file options * @@ -147,8 +147,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 13 -#define SNTP_VERSION "4.2.5p149" -#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p149" +#define SNTP_VERSION "4.2.5p150" +#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p150" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index eba457d0c..6bf5b59c8 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 Friday December 5, 2008 at 07:12:51 AM EST +# It has been AutoGen-ed Monday December 15, 2008 at 06:53:27 AM EST # From the definitions sntp-opts.def # and the template file aginfo.tpl @end ignore diff --git a/sntp/sntp.1 b/sntp/sntp.1 index 33cc3dc3d..0796692ef 100644 --- a/sntp/sntp.1 +++ b/sntp/sntp.1 @@ -1,7 +1,7 @@ -.TH SNTP 1 2008-12-05 "( 4.2.5p149)" "Programmer's Manual" +.TH SNTP 1 2008-12-15 "( 4.2.5p150)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (sntp.1) .\" -.\" It has been AutoGen-ed Friday December 5, 2008 at 07:12:49 AM EST +.\" It has been AutoGen-ed Monday December 15, 2008 at 06:53:26 AM EST .\" From the definitions sntp-opts.def .\" and the template file agman1.tpl .\" diff --git a/util/ntp-keygen-opts.c b/util/ntp-keygen-opts.c index 30c7cd0b1..aec9fe028 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 Friday December 5, 2008 at 07:12:58 AM EST + * It has been AutoGen-ed Monday December 15, 2008 at 06:53:35 AM EST * From the definitions ntp-keygen-opts.def * and the template file options * @@ -770,7 +770,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTP_KEYGEN"; tSCC zUsageTitle[] = -"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p149\n\ +"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p150\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h index 564f5b8ed..97224f576 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 Friday December 5, 2008 at 07:12:57 AM EST + * It has been AutoGen-ed Monday December 15, 2008 at 06:53:34 AM EST * From the definitions ntp-keygen-opts.def * and the template file options * @@ -78,8 +78,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 23 -#define NTP_KEYGEN_VERSION "4.2.5p149" -#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p149" +#define NTP_KEYGEN_VERSION "4.2.5p150" +#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p150" /* * 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 bdf94d666..fc1e39285 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 Friday December 5, 2008 at 07:13:00 AM EST +# It has been AutoGen-ed Monday December 15, 2008 at 06:53:37 AM EST # From the definitions ntp-keygen-opts.def # and the template file aginfo.tpl @end ignore diff --git a/util/ntp-keygen.1 b/util/ntp-keygen.1 index 11669d5ee..d1973b89f 100644 --- a/util/ntp-keygen.1 +++ b/util/ntp-keygen.1 @@ -1,7 +1,7 @@ -.TH NTP-KEYGEN 1 2008-12-05 "(ntp 4.2.5p149)" "Programmer's Manual" +.TH NTP-KEYGEN 1 2008-12-15 "(ntp 4.2.5p150)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntp-keygen.1) .\" -.\" It has been AutoGen-ed Friday December 5, 2008 at 07:12:59 AM EST +.\" It has been AutoGen-ed Monday December 15, 2008 at 06:53:36 AM EST .\" From the definitions ntp-keygen-opts.def .\" and the template file agman1.tpl .\"