From: Harlan Stenn Date: Mon, 19 Jan 2009 11:56:21 +0000 (-0500) Subject: NTP_4_2_5P156 X-Git-Tag: NTP_4_2_5P156^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84e3a1ec058a56e637b292ddc5d44c8493927dd0;p=thirdparty%2Fntp.git NTP_4_2_5P156 bk: 49746a65iM_4oUK9lnhI8AK4xffawg --- diff --git a/ChangeLog b/ChangeLog index 1bfd4c484..d8b48d477 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +(4.2.5p156) 2009/01/19 Released by Harlan Stenn * [Bug 1118] Fixed sign extension for 32 bit time_t in caljulian() and prettydate(). Fixed some compiler warnings about missing prototypes. Fixed some other simple compiler warnings. diff --git a/gsoc_sntp/sntp-opts.c b/gsoc_sntp/sntp-opts.c index 03d2d78f9..a541ced36 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 Sunday January 18, 2009 at 06:53:00 AM EST + * It has been AutoGen-ed Monday January 19, 2009 at 06:54:10 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.5p155\n\ +"sntp - standard SNTP program - Ver. 4.2.5p156\n\ USAGE: %s [ - [] | --[{=| }] ]... ...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/gsoc_sntp/sntp-opts.h b/gsoc_sntp/sntp-opts.h index a07c14e31..7ca3bd8c6 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 Sunday January 18, 2009 at 06:52:59 AM EST + * It has been AutoGen-ed Monday January 19, 2009 at 06:54:09 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.5p155" -#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p155" +#define SNTP_VERSION "4.2.5p156" +#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p156" /* * 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 f185f0e18..1b9c7b77d 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 Sunday January 18, 2009 at 06:53:02 AM EST +# It has been AutoGen-ed Monday January 19, 2009 at 06:54:12 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 161759075..ecc19b45b 100644 --- a/gsoc_sntp/sntp.1 +++ b/gsoc_sntp/sntp.1 @@ -1,7 +1,7 @@ -.TH SNTP 1 2009-01-18 "( 4.2.5p155)" "Programmer's Manual" +.TH SNTP 1 2009-01-19 "( 4.2.5p156)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (sntp.1) .\" -.\" It has been AutoGen-ed Sunday January 18, 2009 at 06:53:01 AM EST +.\" It has been AutoGen-ed Monday January 19, 2009 at 06:54:11 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 abc638712..cd164757e 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 Sunday January 18, 2009 at 06:39:31 AM EST + * It has been AutoGen-ed Monday January 19, 2009 at 06:40:27 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.5p155\n\ +"ntpd - NTP daemon program - Ver. 4.2.5p156\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; #define zRcName NULL #define apzHomeList NULL diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index 52dbe31ef..653915a92 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 Sunday January 18, 2009 at 06:39:30 AM EST + * It has been AutoGen-ed Monday January 19, 2009 at 06:40:26 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.5p155" -#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.5p155" +#define NTPD_VERSION "4.2.5p156" +#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.5p156" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index 6b1fe1c76..c46c5f4c9 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 Sunday January 18, 2009 at 06:39:34 AM EST +# It has been AutoGen-ed Monday January 19, 2009 at 06:40:30 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 1a4c92806..f8d287917 100644 --- a/ntpd/ntpd.1 +++ b/ntpd/ntpd.1 @@ -1,7 +1,7 @@ -.TH NTPD 1 2009-01-18 "( 4.2.5p155)" "Programmer's Manual" +.TH NTPD 1 2009-01-19 "( 4.2.5p156)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpd.1) .\" -.\" It has been AutoGen-ed Sunday January 18, 2009 at 06:39:32 AM EST +.\" It has been AutoGen-ed Monday January 19, 2009 at 06:40:28 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 4a41a729a..ae9c93cd1 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 Sunday January 18, 2009 at 06:46:19 AM EST + * It has been AutoGen-ed Monday January 19, 2009 at 06:47:21 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.5p155\n\ +"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p156\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index 53ac21cf9..7ac769142 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 Sunday January 18, 2009 at 06:46:19 AM EST + * It has been AutoGen-ed Monday January 19, 2009 at 06:47:21 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.5p155" -#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p155" +#define NTPDC_VERSION "4.2.5p156" +#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p156" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index 3798bef17..1f9d2a836 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 Sunday January 18, 2009 at 06:46:21 AM EST +# It has been AutoGen-ed Monday January 19, 2009 at 06:47:23 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 d533f32ec..cad9e5b33 100644 --- a/ntpdc/ntpdc.1 +++ b/ntpdc/ntpdc.1 @@ -1,7 +1,7 @@ -.TH NTPDC 1 2009-01-18 "( 4.2.5p155)" "Programmer's Manual" +.TH NTPDC 1 2009-01-19 "( 4.2.5p156)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpdc.1) .\" -.\" It has been AutoGen-ed Sunday January 18, 2009 at 06:46:21 AM EST +.\" It has been AutoGen-ed Monday January 19, 2009 at 06:47:22 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 796a50eec..4ad0f424b 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 Sunday January 18, 2009 at 06:46:49 AM EST + * It has been AutoGen-ed Monday January 19, 2009 at 06:47:51 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.5p155\n\ +"ntpq - standard NTP query program - Ver. 4.2.5p156\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index af1ff5b1b..80e1f6185 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 Sunday January 18, 2009 at 06:46:49 AM EST + * It has been AutoGen-ed Monday January 19, 2009 at 06:47:51 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.5p155" -#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.5p155" +#define NTPQ_VERSION "4.2.5p156" +#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.5p156" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi index 08c0d0887..6fb480165 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 Sunday January 18, 2009 at 06:46:52 AM EST +# It has been AutoGen-ed Monday January 19, 2009 at 06:47:53 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 18b1b3475..57316e267 100644 --- a/ntpq/ntpq.1 +++ b/ntpq/ntpq.1 @@ -1,7 +1,7 @@ -.TH NTPQ 1 2009-01-18 "( 4.2.5p155)" "Programmer's Manual" +.TH NTPQ 1 2009-01-19 "( 4.2.5p156)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpq.1) .\" -.\" It has been AutoGen-ed Sunday January 18, 2009 at 06:46:50 AM EST +.\" It has been AutoGen-ed Monday January 19, 2009 at 06:47:52 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 a0f2c5ecd..9aa970eb5 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 Sunday January 18, 2009 at 06:47:33 AM EST + * It has been AutoGen-ed Monday January 19, 2009 at 06:48:34 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.5p155\n\ +"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p156\n\ USAGE: %s [ - | -- ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpsnmpd/ntpsnmpd-opts.h b/ntpsnmpd/ntpsnmpd-opts.h index 1b76fbffe..6e19e73db 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 Sunday January 18, 2009 at 06:47:33 AM EST + * It has been AutoGen-ed Monday January 19, 2009 at 06:48:34 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.5p155" -#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p155" +#define NTPSNMPD_VERSION "4.2.5p156" +#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p156" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpsnmpd/ntpsnmpd-opts.texi b/ntpsnmpd/ntpsnmpd-opts.texi index dacd04779..3dc99677f 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 Sunday January 18, 2009 at 06:47:35 AM EST +# It has been AutoGen-ed Monday January 19, 2009 at 06:48:36 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 ad716ea8a..dc99f3a44 100644 --- a/ntpsnmpd/ntpsnmpd.1 +++ b/ntpsnmpd/ntpsnmpd.1 @@ -1,7 +1,7 @@ -.TH NTPSNMPD 1 2009-01-18 "( 4.2.5p155)" "Programmer's Manual" +.TH NTPSNMPD 1 2009-01-19 "( 4.2.5p156)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpsnmpd.1) .\" -.\" It has been AutoGen-ed Sunday January 18, 2009 at 06:47:34 AM EST +.\" It has been AutoGen-ed Monday January 19, 2009 at 06:48:35 AM EST .\" From the definitions ntpsnmpd-opts.def .\" and the template file agman1.tpl .\" diff --git a/packageinfo.sh b/packageinfo.sh index ea30cf8a5..be6fe33d0 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=155 +point=156 # Special. Normally unused. A suffix. #special=ag special= diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index 84201acd9..2a242dd2d 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 Sunday January 18, 2009 at 06:53:59 AM EST + * It has been AutoGen-ed Monday January 19, 2009 at 06:55:10 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.5p155\n\ +"sntp - standard SNTP program - Ver. 4.2.5p156\n\ USAGE: %s [ - | -- ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h index abe1f81d3..56d5e5dbf 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 Sunday January 18, 2009 at 06:53:59 AM EST + * It has been AutoGen-ed Monday January 19, 2009 at 06:55:09 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.5p155" -#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p155" +#define SNTP_VERSION "4.2.5p156" +#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p156" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index deafa9c81..d045345c0 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 Sunday January 18, 2009 at 06:54:02 AM EST +# It has been AutoGen-ed Monday January 19, 2009 at 06:55:13 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 643ec82f0..5326d60cc 100644 --- a/sntp/sntp.1 +++ b/sntp/sntp.1 @@ -1,7 +1,7 @@ -.TH SNTP 1 2009-01-18 "( 4.2.5p155)" "Programmer's Manual" +.TH SNTP 1 2009-01-19 "( 4.2.5p156)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (sntp.1) .\" -.\" It has been AutoGen-ed Sunday January 18, 2009 at 06:54:01 AM EST +.\" It has been AutoGen-ed Monday January 19, 2009 at 06:55:11 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 c26c8ae92..946668ecd 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 Sunday January 18, 2009 at 06:54:10 AM EST + * It has been AutoGen-ed Monday January 19, 2009 at 06:55:20 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.5p155\n\ +"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p156\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h index 42af5d7ca..d846cea6c 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 Sunday January 18, 2009 at 06:54:09 AM EST + * It has been AutoGen-ed Monday January 19, 2009 at 06:55:19 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.5p155" -#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p155" +#define NTP_KEYGEN_VERSION "4.2.5p156" +#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p156" /* * 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 f344a7d18..646a052e2 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 Sunday January 18, 2009 at 06:54:11 AM EST +# It has been AutoGen-ed Monday January 19, 2009 at 06:55:22 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 f3d608474..d4fe2e65f 100644 --- a/util/ntp-keygen.1 +++ b/util/ntp-keygen.1 @@ -1,7 +1,7 @@ -.TH NTP-KEYGEN 1 2009-01-18 "(ntp 4.2.5p155)" "Programmer's Manual" +.TH NTP-KEYGEN 1 2009-01-19 "(ntp 4.2.5p156)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntp-keygen.1) .\" -.\" It has been AutoGen-ed Sunday January 18, 2009 at 06:54:11 AM EST +.\" It has been AutoGen-ed Monday January 19, 2009 at 06:55:21 AM EST .\" From the definitions ntp-keygen-opts.def .\" and the template file agman1.tpl .\"