From: Harlan Stenn Date: Tue, 6 Oct 2009 08:55:16 +0000 (-0400) Subject: NTP_4_2_5P228 X-Git-Tag: NTP_4_2_5P228^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56b4096da86d7470df634d21d35628d1de8b6292;p=thirdparty%2Fntp.git NTP_4_2_5P228 bk: 4acb05f4TdhCeTiPu62yaC7G3bXvsA --- diff --git a/ChangeLog b/ChangeLog index 73ffe2dc0..50c141d4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +(4.2.5p228) 2009/10/06 Released by Harlan Stenn * Reclaim syntax tree memory after application in ntpd built with configure --disable-saveconfig. * [Bug 1135] ntpq uses sizeof(u_long) where sizeof(u_int32) is meant. diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index f8479ba0f..f5aa1b5f1 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 October 5, 2009 at 07:35:24 AM by AutoGen 5.9.9pre5 + * It has been AutoGen-ed October 6, 2009 at 04:45:15 AM by AutoGen 5.9.9pre5 * From the definitions ntpd-opts.def * and the template file options * @@ -949,7 +949,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPD"; tSCC zUsageTitle[] = -"ntpd - NTP daemon program - Ver. 4.2.5p227\n\ +"ntpd - NTP daemon program - Ver. 4.2.5p228\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; #define zRcName NULL #define apzHomeList NULL diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index e412dc3b6..ba59bed48 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 October 5, 2009 at 07:35:23 AM by AutoGen 5.9.9pre5 + * It has been AutoGen-ed October 6, 2009 at 04:45:14 AM by AutoGen 5.9.9pre5 * From the definitions ntpd-opts.def * and the template file options * @@ -90,8 +90,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 35 -#define NTPD_VERSION "4.2.5p227" -#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.5p227" +#define NTPD_VERSION "4.2.5p228" +#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.5p228" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index cf161818a..b5581b7ba 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 October 5, 2009 at 07:35:27 AM by AutoGen 5.9.9pre5 +# It has been AutoGen-ed October 6, 2009 at 04:45:18 AM by AutoGen 5.9.9pre5 # 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 98e7eee1a..7e6223900 100644 --- a/ntpd/ntpd.1 +++ b/ntpd/ntpd.1 @@ -1,7 +1,7 @@ -.TH NTPD 1 2009-10-05 "( 4.2.5p227)" "Programmer's Manual" +.TH NTPD 1 2009-10-06 "( 4.2.5p228)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpd.1) .\" -.\" It has been AutoGen-ed October 5, 2009 at 07:35:26 AM by AutoGen 5.9.9pre5 +.\" It has been AutoGen-ed October 6, 2009 at 04:45:17 AM by AutoGen 5.9.9pre5 .\" 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 6802afb1e..8bc5a1528 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 October 5, 2009 at 07:37:41 AM by AutoGen 5.9.9pre5 + * It has been AutoGen-ed October 6, 2009 at 04:47:49 AM by AutoGen 5.9.9pre5 * From the definitions ntpdc-opts.def * and the template file options * @@ -437,7 +437,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPDC"; tSCC zUsageTitle[] = -"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p227\n\ +"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p228\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index 8a8840a6a..4ff6e08d0 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 October 5, 2009 at 07:37:40 AM by AutoGen 5.9.9pre5 + * It has been AutoGen-ed October 6, 2009 at 04:47:48 AM by AutoGen 5.9.9pre5 * 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.5p227" -#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p227" +#define NTPDC_VERSION "4.2.5p228" +#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p228" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index 10d2d2dbe..5b981ceaf 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 October 5, 2009 at 07:37:43 AM by AutoGen 5.9.9pre5 +# It has been AutoGen-ed October 6, 2009 at 04:47:50 AM by AutoGen 5.9.9pre5 # 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 cec276bf0..f566c3f68 100644 --- a/ntpdc/ntpdc.1 +++ b/ntpdc/ntpdc.1 @@ -1,7 +1,7 @@ -.TH NTPDC 1 2009-10-05 "( 4.2.5p227)" "Programmer's Manual" +.TH NTPDC 1 2009-10-06 "( 4.2.5p228)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpdc.1) .\" -.\" It has been AutoGen-ed October 5, 2009 at 07:37:42 AM by AutoGen 5.9.9pre5 +.\" It has been AutoGen-ed October 6, 2009 at 04:47:50 AM by AutoGen 5.9.9pre5 .\" 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 b0bc0e2e6..8f687beb3 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 October 5, 2009 at 07:38:15 AM by AutoGen 5.9.9pre5 + * It has been AutoGen-ed October 6, 2009 at 04:48:21 AM by AutoGen 5.9.9pre5 * From the definitions ntpq-opts.def * and the template file options * @@ -420,7 +420,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPQ"; tSCC zUsageTitle[] = -"ntpq - standard NTP query program - Ver. 4.2.5p227\n\ +"ntpq - standard NTP query program - Ver. 4.2.5p228\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index c58e16d3a..a5a74b9f4 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 October 5, 2009 at 07:38:14 AM by AutoGen 5.9.9pre5 + * It has been AutoGen-ed October 6, 2009 at 04:48:21 AM by AutoGen 5.9.9pre5 * From the definitions ntpq-opts.def * and the template file options * @@ -69,8 +69,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 14 -#define NTPQ_VERSION "4.2.5p227" -#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.5p227" +#define NTPQ_VERSION "4.2.5p228" +#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.5p228" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi index 2a6c23ea7..14adf42ce 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 October 5, 2009 at 07:38:17 AM by AutoGen 5.9.9pre5 +# It has been AutoGen-ed October 6, 2009 at 04:48:24 AM by AutoGen 5.9.9pre5 # 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 56f3bfab9..e05a2765c 100644 --- a/ntpq/ntpq.1 +++ b/ntpq/ntpq.1 @@ -1,7 +1,7 @@ -.TH NTPQ 1 2009-10-05 "( 4.2.5p227)" "Programmer's Manual" +.TH NTPQ 1 2009-10-06 "( 4.2.5p228)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpq.1) .\" -.\" It has been AutoGen-ed October 5, 2009 at 07:38:16 AM by AutoGen 5.9.9pre5 +.\" It has been AutoGen-ed October 6, 2009 at 04:48:23 AM by AutoGen 5.9.9pre5 .\" 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 3b9765bf5..62716830c 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 October 5, 2009 at 07:38:48 AM by AutoGen 5.9.9pre5 + * It has been AutoGen-ed October 6, 2009 at 04:48:52 AM by AutoGen 5.9.9pre5 * From the definitions ntpsnmpd-opts.def * and the template file options * @@ -226,7 +226,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPSNMPD"; tSCC zUsageTitle[] = -"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p227\n\ +"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p228\n\ USAGE: %s [ - | -- ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpsnmpd/ntpsnmpd-opts.h b/ntpsnmpd/ntpsnmpd-opts.h index db036a076..ef2d76610 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 October 5, 2009 at 07:38:47 AM by AutoGen 5.9.9pre5 + * It has been AutoGen-ed October 6, 2009 at 04:48:51 AM by AutoGen 5.9.9pre5 * 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.5p227" -#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p227" +#define NTPSNMPD_VERSION "4.2.5p228" +#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p228" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpsnmpd/ntpsnmpd-opts.texi b/ntpsnmpd/ntpsnmpd-opts.texi index 195a2f0e7..6228788c3 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 October 5, 2009 at 07:38:50 AM by AutoGen 5.9.9pre5 +# It has been AutoGen-ed October 6, 2009 at 04:48:54 AM by AutoGen 5.9.9pre5 # 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 ab638a08a..ba5e408d7 100644 --- a/ntpsnmpd/ntpsnmpd.1 +++ b/ntpsnmpd/ntpsnmpd.1 @@ -1,7 +1,7 @@ -.TH NTPSNMPD 1 2009-10-05 "( 4.2.5p227)" "Programmer's Manual" +.TH NTPSNMPD 1 2009-10-06 "( 4.2.5p228)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpsnmpd.1) .\" -.\" It has been AutoGen-ed October 5, 2009 at 07:38:49 AM by AutoGen 5.9.9pre5 +.\" It has been AutoGen-ed October 6, 2009 at 04:48:53 AM by AutoGen 5.9.9pre5 .\" From the definitions ntpsnmpd-opts.def .\" and the template file agman1.tpl .\" diff --git a/packageinfo.sh b/packageinfo.sh index ae339f4d6..69398f205 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=227 +point=228 # Special. Normally unused. A suffix. #special=ag special= diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index 1d8a6acb5..4d5c3b8b2 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 October 5, 2009 at 07:43:51 AM by AutoGen 5.9.9pre5 + * It has been AutoGen-ed October 6, 2009 at 04:53:52 AM by AutoGen 5.9.9pre5 * From the definitions sntp-opts.def * and the template file options * @@ -458,7 +458,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "SNTP"; tSCC zUsageTitle[] = -"sntp - standard SNTP program - Ver. 4.2.5p227\n\ +"sntp - standard SNTP program - Ver. 4.2.5p228\n\ USAGE: %s [ - [] | --[{=| }] ]... ...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h index 6ebd4bb33..781e49994 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 October 5, 2009 at 07:43:51 AM by AutoGen 5.9.9pre5 + * It has been AutoGen-ed October 6, 2009 at 04:53:52 AM by AutoGen 5.9.9pre5 * 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.5p227" -#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p227" +#define SNTP_VERSION "4.2.5p228" +#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p228" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index 3bb978b74..2a6f68a30 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 October 5, 2009 at 07:43:54 AM by AutoGen 5.9.9pre5 +# It has been AutoGen-ed October 6, 2009 at 04:53:55 AM by AutoGen 5.9.9pre5 # 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 d6cde5520..1ef405c91 100644 --- a/sntp/sntp.1 +++ b/sntp/sntp.1 @@ -1,7 +1,7 @@ -.TH SNTP 1 2009-10-05 "( 4.2.5p227)" "Programmer's Manual" +.TH SNTP 1 2009-10-06 "( 4.2.5p228)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (sntp.1) .\" -.\" It has been AutoGen-ed October 5, 2009 at 07:43:53 AM by AutoGen 5.9.9pre5 +.\" It has been AutoGen-ed October 6, 2009 at 04:53:53 AM by AutoGen 5.9.9pre5 .\" 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 7c24f997f..95b60c152 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 October 5, 2009 at 07:44:17 AM by AutoGen 5.9.9pre5 + * It has been AutoGen-ed October 6, 2009 at 04:54:16 AM by AutoGen 5.9.9pre5 * From the definitions ntp-keygen-opts.def * and the template file options * @@ -746,7 +746,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTP_KEYGEN"; tSCC zUsageTitle[] = -"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p227\n\ +"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p228\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h index 4b097e426..126feefd4 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 October 5, 2009 at 07:44:16 AM by AutoGen 5.9.9pre5 + * It has been AutoGen-ed October 6, 2009 at 04:54:15 AM by AutoGen 5.9.9pre5 * 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.5p227" -#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p227" +#define NTP_KEYGEN_VERSION "4.2.5p228" +#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p228" /* * 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 93b69a94f..20dc3e2e2 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 October 5, 2009 at 07:44:19 AM by AutoGen 5.9.9pre5 +# It has been AutoGen-ed October 6, 2009 at 04:54:19 AM by AutoGen 5.9.9pre5 # 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 8de3178e1..2eb8cb630 100644 --- a/util/ntp-keygen.1 +++ b/util/ntp-keygen.1 @@ -1,7 +1,7 @@ -.TH NTP-KEYGEN 1 2009-10-05 "(ntp 4.2.5p227)" "Programmer's Manual" +.TH NTP-KEYGEN 1 2009-10-06 "(ntp 4.2.5p228)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntp-keygen.1) .\" -.\" It has been AutoGen-ed October 5, 2009 at 07:44:18 AM by AutoGen 5.9.9pre5 +.\" It has been AutoGen-ed October 6, 2009 at 04:54:18 AM by AutoGen 5.9.9pre5 .\" From the definitions ntp-keygen-opts.def .\" and the template file agman1.tpl .\"