]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P132 NTP_4_2_5P132
authorHarlan Stenn <stenn@ntp.org>
Mon, 15 Sep 2008 11:43:30 +0000 (07:43 -0400)
committerHarlan Stenn <stenn@ntp.org>
Mon, 15 Sep 2008 11:43:30 +0000 (07:43 -0400)
bk: 48ce4a62yaEPBQAvbDlAM9edXSYrIA

22 files changed:
ChangeLog
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.1
ntpdc/ntpdc-opts.c
ntpdc/ntpdc-opts.h
ntpdc/ntpdc-opts.texi
ntpdc/ntpdc.1
ntpq/ntpq-opts.c
ntpq/ntpq-opts.h
ntpq/ntpq-opts.texi
ntpq/ntpq.1
packageinfo.sh
sntp/sntp-opts.c
sntp/sntp-opts.h
sntp/sntp-opts.texi
sntp/sntp.1
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index 723b6377f9ffb4a633be846dfc7538fd3f2ec452..c595d0effff42e577ab7ffcee3c1150a1b4625a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p132) 2008/09/15 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1067] Multicast DNS service registration must come after the fork
   on Solaris.
 * [Bug 1066] Error messages should log as errors.
index 45358fbc026fda38f3d800c99230520552848ef1..901b63010c66ecaaae9249d398f3026f27b4dc40 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday September 14, 2008 at 07:34:31 AM EDT
+ *  It has been AutoGen-ed  Monday September 15, 2008 at 07:34:11 AM EDT
  *  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.5p131\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p132\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 41904305c64779be3e18a118ece4bfe69f3eeb13..c51eb8ac6c2e6f95258326e57dfa746613bb67f9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday September 14, 2008 at 07:34:30 AM EDT
+ *  It has been AutoGen-ed  Monday September 15, 2008 at 07:34:10 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.5p131"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p131"
+#define NTPD_VERSION       "4.2.5p132"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p132"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ae6968a52f0f80c27c04e88bc95927836b4b7e44..75738d42fb706cfe8166189cdefd211a192a7414 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday September 14, 2008 at 07:34:33 AM EDT
+# It has been AutoGen-ed  Monday September 15, 2008 at 07:34:14 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index fc3cf624f7568b876ebd04b55d782fc1c13da05f..f0e7c93041b88094e6eed35df2ec542ec9e57d1f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2008-09-14 "( 4.2.5p131)" "Programmer's Manual"
+.TH NTPD 1 2008-09-15 "( 4.2.5p132)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday September 14, 2008 at 07:34:32 AM EDT
+.\"  It has been AutoGen-ed  Monday September 15, 2008 at 07:34:12 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index bd02c3e1865c9ab5bb676df5a3dc2d5d75cf29ef..b6c86947c07a0d195a9d1c7d8eef30ec8a13d9c0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday September 14, 2008 at 07:41:10 AM EDT
+ *  It has been AutoGen-ed  Monday September 15, 2008 at 07:41:09 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.5p131\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p132\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 3eb86d7210ad3682d60e8ca31e27cd1f612b1cab..d0f54f4a2d96fa054ca74581c9a3a64134c431dd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday September 14, 2008 at 07:41:09 AM EDT
+ *  It has been AutoGen-ed  Monday September 15, 2008 at 07:41:08 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.5p131"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p131"
+#define NTPDC_VERSION       "4.2.5p132"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p132"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9a53665941b30ba651858f823c71eb262c81ca11..c21f3ba40f09d902c6d7ec0d699d5e9009ac729d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday September 14, 2008 at 07:41:13 AM EDT
+# It has been AutoGen-ed  Monday September 15, 2008 at 07:41:11 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index f5685a4b9d610711ae16c72d3ad2f0c4a0628499..aac3b3e4afaaf697bc9150309649243b33f92848 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2008-09-14 "( 4.2.5p131)" "Programmer's Manual"
+.TH NTPDC 1 2008-09-15 "( 4.2.5p132)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday September 14, 2008 at 07:41:12 AM EDT
+.\"  It has been AutoGen-ed  Monday September 15, 2008 at 07:41:10 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8c82ab78f50cfaafcc38d8f14d43409654fce25f..0a8fdfcca0c3e1a5a90b1a91bf4906b8fbae1f77 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday September 14, 2008 at 07:41:40 AM EDT
+ *  It has been AutoGen-ed  Monday September 15, 2008 at 07:41:40 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.5p131\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p132\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index c8247d604da26ec2a3499fff75f68017e7d8165a..50ca5ca43cc7775f24c9905580d954f937ef4878 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday September 14, 2008 at 07:41:40 AM EDT
+ *  It has been AutoGen-ed  Monday September 15, 2008 at 07:41:39 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.5p131"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p131"
+#define NTPQ_VERSION       "4.2.5p132"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p132"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 147a7ef8c824e7ce4fe50f40b095132f25a23898..f3064d569aa568a6dfb0b5db56ffe7ef9c09409c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday September 14, 2008 at 07:41:43 AM EDT
+# It has been AutoGen-ed  Monday September 15, 2008 at 07:41:42 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index b32f7073eac408b0a0c9f72fcfa168afcf0fa5e6..2b41a152c82b0b628d9b20d19a644188a6ed543f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2008-09-14 "( 4.2.5p131)" "Programmer's Manual"
+.TH NTPQ 1 2008-09-15 "( 4.2.5p132)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday September 14, 2008 at 07:41:42 AM EDT
+.\"  It has been AutoGen-ed  Monday September 15, 2008 at 07:41:41 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index f7091802f8df498de71b8b809d7d1226827db968..0ea23f4271745269e52542819f06b9a7240c9f69 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=131
+point=132
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 5810a7b4a386b87d71aac81f1d45e5b9c887c56f..a97ddde6e3ccf5676ecfcebd4becc45fbeb9804b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday September 14, 2008 at 07:42:29 AM EDT
+ *  It has been AutoGen-ed  Monday September 15, 2008 at 07:42:30 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.5p131\n\
+"sntp - standard SNTP program - Ver. 4.2.5p132\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 434063c838250fd299e748dcd63bde8946c2f78d..9064f6c195ca259a74d89fc59e87157ae1bdbb95 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday September 14, 2008 at 07:42:28 AM EDT
+ *  It has been AutoGen-ed  Monday September 15, 2008 at 07:42:29 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.5p131"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p131"
+#define SNTP_VERSION       "4.2.5p132"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p132"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6bf58034bc1b24bb57b752cf28045e3e7c0fd332..0c942e53b6d2c88ac7313bef349819f5103eac8f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday September 14, 2008 at 07:42:31 AM EDT
+# It has been AutoGen-ed  Monday September 15, 2008 at 07:42:32 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index b860a56c17654fb323c4df5af7cae04fc312e0a1..6a18a796f3f0fc2a00ea6be604e94213c8938cf7 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2008-09-14 "( 4.2.5p131)" "Programmer's Manual"
+.TH SNTP 1 2008-09-15 "( 4.2.5p132)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday September 14, 2008 at 07:42:30 AM EDT
+.\"  It has been AutoGen-ed  Monday September 15, 2008 at 07:42:31 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c8b753d8d69e9e893ecd17fe77afb8aed6160fef..1510e5dfeff0a534ac36039b1a426efc5736827e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday September 14, 2008 at 07:42:39 AM EDT
+ *  It has been AutoGen-ed  Monday September 15, 2008 at 07:42:39 AM EDT
  *  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.5p131\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p132\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index bdff9312a895361e6fa4242ebe0ad66c41cff007..a8c3b9bd5842a3b078b9e84c267382dae4e39a64 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday September 14, 2008 at 07:42:39 AM EDT
+ *  It has been AutoGen-ed  Monday September 15, 2008 at 07:42:38 AM EDT
  *  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.5p131"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p131"
+#define NTP_KEYGEN_VERSION       "4.2.5p132"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p132"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 06df96a031aa95bc12422eda25575b6093216e8b..f6161dc1b6aa3b6a73220639b9c5051bcc02d789 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday September 14, 2008 at 07:42:42 AM EDT
+# It has been AutoGen-ed  Monday September 15, 2008 at 07:42:41 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 492244ed0c8d67ad9903946b3f27ec5a7b116b82..2d97bfe96031264635615ac1b5a3de68a61e0b68 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2008-09-14 "(ntp 4.2.5p131)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2008-09-15 "(ntp 4.2.5p132)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday September 14, 2008 at 07:42:41 AM EDT
+.\"  It has been AutoGen-ed  Monday September 15, 2008 at 07:42:41 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"