]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P140 NTP_4_2_5P140
authorHarlan Stenn <stenn@ntp.org>
Wed, 12 Nov 2008 11:43:31 +0000 (06:43 -0500)
committerHarlan Stenn <stenn@ntp.org>
Wed, 12 Nov 2008 11:43:31 +0000 (06:43 -0500)
bk: 491ac163WQiezh3tVz2jQfcHsPfHeg

26 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
ntpsnmpd/ntpsnmpd-opts.c
ntpsnmpd/ntpsnmpd-opts.h
ntpsnmpd/ntpsnmpd-opts.texi
ntpsnmpd/ntpsnmpd.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 7e5acce8f62aca8fe64cdddd1dca1e775971824b..23ed73ca9e5c25efdfcf156649013b334e4fe6fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p140) 2008/11/12 Released by Harlan Stenn <stenn@ntp.org>
 * Cleanup lint from the ntp_scanner files.
 * [Bug 1011] gmtime() returns NULL on windows where it would not under Unix.
 * Updated caljulian.c and prettydate.c from Juergen Perlinger.
index 756c2bf8dcd9be8393011fa70957620924479a3e..6318283a78920f753b52498a52563ef4d36e5262 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday November 11, 2008 at 06:33:21 AM EST
+ *  It has been AutoGen-ed  Wednesday November 12, 2008 at 06:34:18 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.5p139\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p140\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 1ced60d67382e89bb35cdd1bcdb0566fff911926..edf1dd056d9ca2e2b22a530b6d6f63f78aacda9e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday November 11, 2008 at 06:33:20 AM EST
+ *  It has been AutoGen-ed  Wednesday November 12, 2008 at 06:34:17 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.5p139"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p139"
+#define NTPD_VERSION       "4.2.5p140"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p140"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b4fb2f5c788317015c1e5644518590db5f9cd795..617dd0f35c3ab4f937cbac68d009c75cb71bae67 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday November 11, 2008 at 06:33:24 AM EST
+# It has been AutoGen-ed  Wednesday November 12, 2008 at 06:34:20 AM EST
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 38fd7e1f290a11539c2d30a3139cbb4a3dc552bb..dfc485da7c2ae2ffa5c433dcb8bf427c88081de5 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2008-11-11 "( 4.2.5p139)" "Programmer's Manual"
+.TH NTPD 1 2008-11-12 "( 4.2.5p140)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday November 11, 2008 at 06:33:22 AM EST
+.\"  It has been AutoGen-ed  Wednesday November 12, 2008 at 06:34:19 AM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 4d6bfa9b738b4403a608ce66b90d52340e1c5251..e6776e2ca8cf00faef055712a7fdb071b4f0130c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday November 11, 2008 at 06:40:01 AM EST
+ *  It has been AutoGen-ed  Wednesday November 12, 2008 at 06:41:09 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.5p139\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p140\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 93efedb3e0ff2bc9f82a1cc954fe41ba5ea0822e..d598002055bd19b0301645e40d9d2c32b1859cb2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday November 11, 2008 at 06:40:01 AM EST
+ *  It has been AutoGen-ed  Wednesday November 12, 2008 at 06:41:08 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.5p139"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p139"
+#define NTPDC_VERSION       "4.2.5p140"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p140"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 38cb6dd600fe802cd42fc65461c4a4aa6af2295b..a99389fba5fc38f2f78a7312998003557a04bf93 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday November 11, 2008 at 06:40:03 AM EST
+# It has been AutoGen-ed  Wednesday November 12, 2008 at 06:41:11 AM EST
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 3eec668f1bf36a2bcf5b4cd831cad4500d3a5032..8c910a6b7bd193bb0641f7e85205496e52bfc2e6 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2008-11-11 "( 4.2.5p139)" "Programmer's Manual"
+.TH NTPDC 1 2008-11-12 "( 4.2.5p140)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday November 11, 2008 at 06:40:03 AM EST
+.\"  It has been AutoGen-ed  Wednesday November 12, 2008 at 06:41:10 AM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b6d9c7dcea2739de7e870f9b8f77287f6a1b3109..12222237f55f3814a581d53870075cae23f7da60 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday November 11, 2008 at 06:40:31 AM EST
+ *  It has been AutoGen-ed  Wednesday November 12, 2008 at 06:41:39 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.5p139\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p140\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e1d266d33cebb7b8f524a348396fcd0a741cd501..9b7f4b483953cc26cb8c5c77cd2bc211e94a80f3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday November 11, 2008 at 06:40:31 AM EST
+ *  It has been AutoGen-ed  Wednesday November 12, 2008 at 06:41:39 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.5p139"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p139"
+#define NTPQ_VERSION       "4.2.5p140"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p140"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6a64cb7812421f2323100f18dbe258771ee56ff3..57112ab99950800201a525fb7a748be2573dd563 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday November 11, 2008 at 06:40:34 AM EST
+# It has been AutoGen-ed  Wednesday November 12, 2008 at 06:41:41 AM EST
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e7559c204f772e7e8e7adc7062c8ffe14cdace38..81a100e5061daefb54adf586cbd47925e5dea323 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2008-11-11 "( 4.2.5p139)" "Programmer's Manual"
+.TH NTPQ 1 2008-11-12 "( 4.2.5p140)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday November 11, 2008 at 06:40:33 AM EST
+.\"  It has been AutoGen-ed  Wednesday November 12, 2008 at 06:41:40 AM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d535d299a7dd40ba1b09fb638233d7fe09737d02..b6f48a7a0ed34bc89c1bbd15482089e0d2b752b1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday November 11, 2008 at 06:41:16 AM EST
+ *  It has been AutoGen-ed  Wednesday November 12, 2008 at 06:42:24 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.5p139\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p140\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 9d1a407c320e69a4a54ecd38b22c7cce8301345a..73c79b57e6ba48809e029a95cd2951662682f7e8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday November 11, 2008 at 06:41:16 AM EST
+ *  It has been AutoGen-ed  Wednesday November 12, 2008 at 06:42:23 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.5p139"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p139"
+#define NTPSNMPD_VERSION       "4.2.5p140"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p140"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6919aa4a7153004f449eb5623f36e584b8d72920..5692023c576e129cd845dde22f2abcf6402b6e2a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday November 11, 2008 at 06:41:19 AM EST
+# It has been AutoGen-ed  Wednesday November 12, 2008 at 06:42:25 AM EST
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9eeb6b780b9059ecde645b85d19ebf5c598c12d9..6dba9d1834e0b43a1deafc60a9e9581e9a1367e7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2008-11-11 "( 4.2.5p139)" "Programmer's Manual"
+.TH NTPSNMPD 1 2008-11-12 "( 4.2.5p140)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday November 11, 2008 at 06:41:18 AM EST
+.\"  It has been AutoGen-ed  Wednesday November 12, 2008 at 06:42:25 AM EST
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index cf256ca04b09c366344b31f0dfbc3117f4f9ef3c..40115c1bbbb8d3abc51e07805b08cdab2e059ea7 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=139
+point=140
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 87a8e617d3972176db11cd8e68676c914050d91e..195cd9f94040f8686fd187d989ec96936cb4f37c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday November 11, 2008 at 06:41:20 AM EST
+ *  It has been AutoGen-ed  Wednesday November 12, 2008 at 06:42:27 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.5p139\n\
+"sntp - standard SNTP program - Ver. 4.2.5p140\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 1fbcdec3d0fd8795ba2cbb5c170265de7406ccdd..a1498de9506ca240be8a571383ce09d0cf9551b0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday November 11, 2008 at 06:41:20 AM EST
+ *  It has been AutoGen-ed  Wednesday November 12, 2008 at 06:42:27 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.5p139"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p139"
+#define SNTP_VERSION       "4.2.5p140"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p140"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 63469ba74290a21669074e13feb901eae342ff85..1d97d727157549afc2b79ef6abd01812c76bbf5b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday November 11, 2008 at 06:41:22 AM EST
+# It has been AutoGen-ed  Wednesday November 12, 2008 at 06:42:29 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 817d98df174b79759dec89671a3a831e8ed644da..dd5c8993ac6988dc5c62d58947d54804c2c14590 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2008-11-11 "( 4.2.5p139)" "Programmer's Manual"
+.TH SNTP 1 2008-11-12 "( 4.2.5p140)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday November 11, 2008 at 06:41:21 AM EST
+.\"  It has been AutoGen-ed  Wednesday November 12, 2008 at 06:42:28 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 960a41f55bfab7eba514e13169b344590ab8b4f4..8f115bcdb05a07bc5f300af3157b4d13a5a4df90 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday November 11, 2008 at 06:41:30 AM EST
+ *  It has been AutoGen-ed  Wednesday November 12, 2008 at 06:42:36 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.5p139\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p140\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 048f73cbe612c91fcae1b85a8069f7c42e93b210..3706ccc92813a1af6431e532c4fa7452e3097eab 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday November 11, 2008 at 06:41:29 AM EST
+ *  It has been AutoGen-ed  Wednesday November 12, 2008 at 06:42:36 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.5p139"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p139"
+#define NTP_KEYGEN_VERSION       "4.2.5p140"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p140"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index df322426027720516fc97bfe819cc2f8a104db8d..36957c46428c6d1bd76e2b559593d8954aae6261 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday November 11, 2008 at 06:41:32 AM EST
+# It has been AutoGen-ed  Wednesday November 12, 2008 at 06:42:38 AM EST
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index edef4a66a138166551f04fdc0b5a495a61c9b3ee..b25086f3db0ffbdca2a860d1842fe160fe063780 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2008-11-11 "(ntp 4.2.5p139)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2008-11-12 "(ntp 4.2.5p140)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday November 11, 2008 at 06:41:31 AM EST
+.\"  It has been AutoGen-ed  Wednesday November 12, 2008 at 06:42:37 AM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"