]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P125 NTP_4_2_5P125
authorHarlan Stenn <stenn@ntp.org>
Mon, 18 Aug 2008 11:43:18 +0000 (07:43 -0400)
committerHarlan Stenn <stenn@ntp.org>
Mon, 18 Aug 2008 11:43:18 +0000 (07:43 -0400)
bk: 48a96056feBwCntYTK-StGWiszULHg

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 ef7ea396a46a477119902e5a4e90ac12d2fbaf34..f278428c526c8497c714771dfc569ed1c0b5d179 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p125) 2008/08/18 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1052] Add linuxPPS support to ONCORE driver.
 (4.2.5p124) 2008/08/17 Released by Harlan Stenn <stenn@ntp.org>
 * Documentation updates from Dave Mills.
index 08d332126e914aa9b3d77b8dee8a2e1e9e5dd38b..44c02e047a6bf6b8f8eaec1195a7c67ef1d76159 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday August 17, 2008 at 07:43:02 AM EDT
+ *  It has been AutoGen-ed  Monday August 18, 2008 at 07:35:00 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.5p124\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p125\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index b1c21708fbd23e3c83646b8e4fc6d5af555187a8..113bf4f1a525f279b2eab14eec4b8fb3a60e02cd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday August 17, 2008 at 07:43:01 AM EDT
+ *  It has been AutoGen-ed  Monday August 18, 2008 at 07:34:59 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.5p124"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p124"
+#define NTPD_VERSION       "4.2.5p125"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p125"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 844ae09e3ce09f36e8f8704cadc4fb921255e173..9d98d85168b8e016783b260501b59771dec482f3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday August 17, 2008 at 07:43:05 AM EDT
+# It has been AutoGen-ed  Monday August 18, 2008 at 07:35:02 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index be9c265b0f50ebd172f9cd9a9b194fb30b5bf421..e519efbae603a0a87869304f6773953f98f4df03 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2008-08-17 "( 4.2.5p124)" "Programmer's Manual"
+.TH NTPD 1 2008-08-18 "( 4.2.5p125)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday August 17, 2008 at 07:43:04 AM EDT
+.\"  It has been AutoGen-ed  Monday August 18, 2008 at 07:35:01 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5068f0a868150d0ff2c72c3a71f1c03bcb51abab..3194004b4588a8bff426348e809e174537e3fee4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday August 17, 2008 at 07:50:16 AM EDT
+ *  It has been AutoGen-ed  Monday August 18, 2008 at 07:41:26 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.5p124\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p125\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4a22b6ba966af1270458fcb3a6e1548e46ea34ba..db74f0f25e5e5452a7b353cba7508b32817535d9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday August 17, 2008 at 07:50:15 AM EDT
+ *  It has been AutoGen-ed  Monday August 18, 2008 at 07:41:26 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.5p124"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p124"
+#define NTPDC_VERSION       "4.2.5p125"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p125"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 30ca03e352fa3b2529dac45ff8b685163a5fd867..e182b6b9d633b0a812b9deeb76d81d10e3f21cde 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday August 17, 2008 at 07:50:17 AM EDT
+# It has been AutoGen-ed  Monday August 18, 2008 at 07:41:28 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 371f8f8a0751f579ad03a8f7bcd391df37d77606..a064d6fd7e9e57cdfa9c750d2d51c73ca9850bd4 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2008-08-17 "( 4.2.5p124)" "Programmer's Manual"
+.TH NTPDC 1 2008-08-18 "( 4.2.5p125)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday August 17, 2008 at 07:50:17 AM EDT
+.\"  It has been AutoGen-ed  Monday August 18, 2008 at 07:41:27 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a1373edc9b9ed60b7362631c4ee958bbcbc9e491..786877c72f2e225f1a033fd2f568ba742585412e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday August 17, 2008 at 07:50:44 AM EDT
+ *  It has been AutoGen-ed  Monday August 18, 2008 at 07:41:55 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.5p124\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p125\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 265f6a34760b318d8a8d3d75b1ce6aea1172001f..b998b010cc7ef9d5e71717c53e5fb5e5d4fa9ce8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday August 17, 2008 at 07:50:44 AM EDT
+ *  It has been AutoGen-ed  Monday August 18, 2008 at 07:41:55 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.5p124"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p124"
+#define NTPQ_VERSION       "4.2.5p125"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p125"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 129ed05e35f47977e72bb09ed4d2da4bbaf46270..1a6253718f437a01191c0673db5256fd209e7fdc 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday August 17, 2008 at 07:50:47 AM EDT
+# It has been AutoGen-ed  Monday August 18, 2008 at 07:41:57 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index fa052b1a2ca129844e3cd7ad6e7f168b2d64fe5e..2d1c23288936262c64ebabfa4d171656545139c3 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2008-08-17 "( 4.2.5p124)" "Programmer's Manual"
+.TH NTPQ 1 2008-08-18 "( 4.2.5p125)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday August 17, 2008 at 07:50:46 AM EDT
+.\"  It has been AutoGen-ed  Monday August 18, 2008 at 07:41:56 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 83ec51a5b2ca6fea90e76c599b6ee0f8acac00e9..6683c2f96770c124f8c3a98e9cc5142c56171992 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=124
+point=125
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index a4d42fd1035f93542658acaf45c76c7294dc6043..508d7b227fbb5f9c95b60c79e3407af673d031a6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday August 17, 2008 at 07:51:12 AM EDT
+ *  It has been AutoGen-ed  Monday August 18, 2008 at 07:42:22 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.5p124\n\
+"sntp - standard SNTP program - Ver. 4.2.5p125\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 96613fbc06f4269ef2238dae46fffdb0473da61a..d619b39ab0d57d320efdad4609e201f707c2f9e9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday August 17, 2008 at 07:51:11 AM EDT
+ *  It has been AutoGen-ed  Monday August 18, 2008 at 07:42:22 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.5p124"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p124"
+#define SNTP_VERSION       "4.2.5p125"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p125"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 604f73dd171e0cddf8e5e25fc1b5f243613483ec..b24525ae88820ad2ff57488e9e4f7451432340d0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday August 17, 2008 at 07:51:13 AM EDT
+# It has been AutoGen-ed  Monday August 18, 2008 at 07:42:24 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 93be7c65cadb39c7df361375e3ea35f70ec932f9..5f1de53f290182b467c4c39b4c0cb94a5139ec98 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2008-08-17 "( 4.2.5p124)" "Programmer's Manual"
+.TH SNTP 1 2008-08-18 "( 4.2.5p125)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday August 17, 2008 at 07:51:13 AM EDT
+.\"  It has been AutoGen-ed  Monday August 18, 2008 at 07:42:23 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3d4d7bab282b1d59dd3815a5ad86375ffb5daa97..4a0c6f6e3c2c5f26bffc260c3c2938acd10e8658 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday August 17, 2008 at 07:51:21 AM EDT
+ *  It has been AutoGen-ed  Monday August 18, 2008 at 07:42:31 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.5p124\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p125\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 33bf80ff9a1a862b2671c9c3b0fe7ab967b9daa2..ce50ad609cd0dba8a8b9a67714de52849ea2d959 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday August 17, 2008 at 07:51:20 AM EDT
+ *  It has been AutoGen-ed  Monday August 18, 2008 at 07:42:30 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.5p124"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p124"
+#define NTP_KEYGEN_VERSION       "4.2.5p125"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p125"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 38e87e85f9f50c08830a9200602916ccef6e6727..b18e29782786d23086180672d4a45fe1f6d733e4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday August 17, 2008 at 07:51:23 AM EDT
+# It has been AutoGen-ed  Monday August 18, 2008 at 07:42:33 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 44c62f9c657a66b2963361959732c17e4ad037c1..b24c3c735d9498c2a1f69780931cc0b53fad9af8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2008-08-17 "(ntp 4.2.5p124)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2008-08-18 "(ntp 4.2.5p125)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday August 17, 2008 at 07:51:22 AM EDT
+.\"  It has been AutoGen-ed  Monday August 18, 2008 at 07:42:32 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"