From: Harlan Stenn Date: Fri, 15 Jun 2007 11:42:58 +0000 (-0400) Subject: NTP_4_2_5P50 X-Git-Tag: NTP_4_2_5P50^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bd9aa7f9206ec3e814585771e6c8cec40e5e5f3;p=thirdparty%2Fntp.git NTP_4_2_5P50 bk: 46727b42t4t8WOWR-qwF_NvjZx0bZg --- diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index 6221d793c..f9c14f333 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 Thursday June 14, 2007 at 07:34:32 AM EDT + * It has been AutoGen-ed Friday June 15, 2007 at 07:34:13 AM EDT * From the definitions ntpd-opts.def * and the template file options * @@ -835,7 +835,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPD"; tSCC zUsageTitle[] = -"ntpd - NTP daemon program - Ver. 4.2.5p49\n\ +"ntpd - NTP daemon program - Ver. 4.2.5p50\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; #define zRcName NULL #define apzHomeList NULL diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index 7c4ae238b..9f4509bf6 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 Thursday June 14, 2007 at 07:34:31 AM EDT + * It has been AutoGen-ed Friday June 15, 2007 at 07:34:12 AM EDT * 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.5p49" -#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.5p49" +#define NTPD_VERSION "4.2.5p50" +#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.5p50" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index e04f172f7..ca3e8b4d4 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 Thursday June 14, 2007 at 07:34:34 AM EDT +# It has been AutoGen-ed Friday June 15, 2007 at 07:34:15 AM EDT # From the definitions ntpd-opts.def # and the template file aginfo.tpl @end ignore @@ -60,7 +60,7 @@ This is the automatically generated usage text for ntpd: @exampleindent 0 @example -ntpd - NTP daemon program - Ver. 4.2.5p29 +ntpd - NTP daemon program - Ver. 4.2.5p49 USAGE: ntpd [ - [] | --[@{=| @}] ]... Flg Arg Option-Name Description -4 no ipv4 Force IPv4 DNS name resolution @@ -97,9 +97,9 @@ USAGE: ntpd [ - [] | --[@{=| @}] ]... -t Str trustedkey Trusted key number - may appear multiple times -u Str user Run as userid (or userid:groupid) - -v Str var make ARG an ntp variable (RW) + Str var make ARG an ntp variable (RW) - may appear multiple times - -V Str dvar make ARG an ntp variable (RW|DEF) + Str dvar make ARG an ntp variable (RW|DEF) - may appear multiple times -x no slew Slew up to 600 seconds -v opt version Output version information and exit diff --git a/ntpd/ntpd.1 b/ntpd/ntpd.1 index 45e64d44a..e69b1feb4 100644 --- a/ntpd/ntpd.1 +++ b/ntpd/ntpd.1 @@ -1,7 +1,7 @@ -.TH NTPD 1 2007-06-14 "( 4.2.5p49)" "Programmer's Manual" +.TH NTPD 1 2007-06-15 "( 4.2.5p50)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpd.1) .\" -.\" It has been AutoGen-ed Thursday June 14, 2007 at 07:34:33 AM EDT +.\" It has been AutoGen-ed Friday June 15, 2007 at 07:34:14 AM EDT .\" 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 83069280c..2b2381db4 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 Thursday June 14, 2007 at 07:41:13 AM EDT + * It has been AutoGen-ed Friday June 15, 2007 at 07:40:54 AM EDT * 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.5p49\n\ +"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p50\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index 0b6372138..e30756e0c 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 Thursday June 14, 2007 at 07:41:12 AM EDT + * It has been AutoGen-ed Friday June 15, 2007 at 07:40:53 AM EDT * 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.5p49" -#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p49" +#define NTPDC_VERSION "4.2.5p50" +#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p50" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index 0d83c05c1..1be6c01ba 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 Thursday June 14, 2007 at 07:41:15 AM EDT +# It has been AutoGen-ed Friday June 15, 2007 at 07:40:56 AM EDT # 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.5p29 +ntpdc - vendor-specific NTP query program - Ver. 4.2.5p49 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 fe6c21210..04d53be94 100644 --- a/ntpdc/ntpdc.1 +++ b/ntpdc/ntpdc.1 @@ -1,7 +1,7 @@ -.TH NTPDC 1 2007-06-14 "( 4.2.5p49)" "Programmer's Manual" +.TH NTPDC 1 2007-06-15 "( 4.2.5p50)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpdc.1) .\" -.\" It has been AutoGen-ed Thursday June 14, 2007 at 07:41:14 AM EDT +.\" It has been AutoGen-ed Friday June 15, 2007 at 07:40:55 AM EDT .\" 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 c883e131c..44afee631 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 Thursday June 14, 2007 at 07:41:43 AM EDT + * It has been AutoGen-ed Friday June 15, 2007 at 07:41:24 AM EDT * 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.5p49\n\ +"ntpq - standard NTP query program - Ver. 4.2.5p50\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index e1c4aeebf..724618e70 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 Thursday June 14, 2007 at 07:41:43 AM EDT + * It has been AutoGen-ed Friday June 15, 2007 at 07:41:23 AM EDT * 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.5p49" -#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.5p49" +#define NTPQ_VERSION "4.2.5p50" +#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.5p50" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi index 9bffb9359..fed61514c 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 Thursday June 14, 2007 at 07:41:46 AM EDT +# It has been AutoGen-ed Friday June 15, 2007 at 07:41:26 AM EDT # From the definitions ntpq-opts.def # and the template file aginfo.tpl @end ignore @@ -46,7 +46,7 @@ This is the automatically generated usage text for ntpq: @exampleindent 0 @example -ntpq - standard NTP query program - Ver. 4.2.5p29 +ntpq - standard NTP query program - Ver. 4.2.5p49 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 e0a0f54cb..cafa31aeb 100644 --- a/ntpq/ntpq.1 +++ b/ntpq/ntpq.1 @@ -1,7 +1,7 @@ -.TH NTPQ 1 2007-06-14 "( 4.2.5p49)" "Programmer's Manual" +.TH NTPQ 1 2007-06-15 "( 4.2.5p50)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpq.1) .\" -.\" It has been AutoGen-ed Thursday June 14, 2007 at 07:41:44 AM EDT +.\" It has been AutoGen-ed Friday June 15, 2007 at 07:41:25 AM EDT .\" From the definitions ntpq-opts.def .\" and the template file agman1.tpl .\" diff --git a/packageinfo.sh b/packageinfo.sh index 24cf6b876..4e7239f9d 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=49 +point=50 # Special. Normally unused. A suffix. #special=ag special= diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index 41bdf9669..288bc185e 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 Thursday June 14, 2007 at 07:42:11 AM EDT + * It has been AutoGen-ed Friday June 15, 2007 at 07:41:52 AM EDT * 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.5p49\n\ +"sntp - standard SNTP program - Ver. 4.2.5p50\n\ USAGE: %s [ - | -- ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h index 3bf09a600..e7c8feb9b 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 Thursday June 14, 2007 at 07:42:11 AM EDT + * It has been AutoGen-ed Friday June 15, 2007 at 07:41:52 AM EDT * 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.5p49" -#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p49" +#define SNTP_VERSION "4.2.5p50" +#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p50" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index 08f01d019..83dc6ec9a 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 Thursday June 14, 2007 at 07:42:14 AM EDT +# It has been AutoGen-ed Friday June 15, 2007 at 07:41:54 AM EDT # 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 713c0032d..2527f59c4 100644 --- a/sntp/sntp.1 +++ b/sntp/sntp.1 @@ -1,7 +1,7 @@ -.TH SNTP 1 2007-06-14 "( 4.2.5p49)" "Programmer's Manual" +.TH SNTP 1 2007-06-15 "( 4.2.5p50)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (sntp.1) .\" -.\" It has been AutoGen-ed Thursday June 14, 2007 at 07:42:13 AM EDT +.\" It has been AutoGen-ed Friday June 15, 2007 at 07:41:53 AM EDT .\" 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 17f8c2ed1..ba1bd51f8 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 Thursday June 14, 2007 at 07:42:22 AM EDT + * It has been AutoGen-ed Friday June 15, 2007 at 07:42:03 AM EDT * From the definitions ntp-keygen-opts.def * and the template file options * @@ -799,7 +799,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTP_KEYGEN"; tSCC zUsageTitle[] = -"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p49\n\ +"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p50\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h index f096ea61c..d27ad38e5 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 Thursday June 14, 2007 at 07:42:21 AM EDT + * It has been AutoGen-ed Friday June 15, 2007 at 07:42:02 AM EDT * From the definitions ntp-keygen-opts.def * and the template file options * @@ -79,8 +79,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 24 -#define NTP_KEYGEN_VERSION "4.2.5p49" -#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p49" +#define NTP_KEYGEN_VERSION "4.2.5p50" +#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p50" /* * 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 51084fe28..5e94ef0a5 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 Thursday June 14, 2007 at 07:42:24 AM EDT +# It has been AutoGen-ed Friday June 15, 2007 at 07:42:05 AM EDT # From the definitions ntp-keygen-opts.def # and the template file aginfo.tpl @end ignore @@ -52,7 +52,7 @@ This is the automatically generated usage text for ntp-keygen: @exampleindent 0 @example Using OpenSSL version 90704f -ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p29 +ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p49 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 0e3b38248..35734084d 100644 --- a/util/ntp-keygen.1 +++ b/util/ntp-keygen.1 @@ -1,7 +1,7 @@ -.TH NTP-KEYGEN 1 2007-06-14 "(ntp 4.2.5p49)" "Programmer's Manual" +.TH NTP-KEYGEN 1 2007-06-15 "(ntp 4.2.5p50)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntp-keygen.1) .\" -.\" It has been AutoGen-ed Thursday June 14, 2007 at 07:42:23 AM EDT +.\" It has been AutoGen-ed Friday June 15, 2007 at 07:42:04 AM EDT .\" From the definitions ntp-keygen-opts.def .\" and the template file agman1.tpl .\"