]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Merge bk://bk.ntp.org/ntp-stable
authorHarlan Stenn <stenn@ntp.org>
Thu, 2 Feb 2017 14:23:46 +0000 (14:23 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 2 Feb 2017 14:23:46 +0000 (14:23 +0000)
into  psp-deb1.ntp.org:/net/nfs1/nfs/home/stenn/ntp-stable-p10

bk: 589340f2d2wzBkaROzC3z5aA7HbUBw

1  2 
ChangeLog
ntpdc/ntpdc.html
scripts/calc_tickadj/calc_tickadj.html
scripts/ntp-wait/ntp-wait.html
scripts/ntpsweep/ntpsweep.html
scripts/ntptrace/ntptrace.html
scripts/plot_summary.html
scripts/summary.html
sntp/sntp.html

diff --cc ChangeLog
index a46f082b8c71aec1e2ebd5e8cd338ffc70531963,595a3d77629ef0c056a6c4fb26f723863cf7d42e..fea59795fdd7782eef1c5c7f277764ee3748e9b8
+++ b/ChangeLog
@@@ -1,41 -1,13 +1,47 @@@
- * [Bug 3144] NTP does not build without openSSL. <perlinger@ntp.org>
 +---
 +(4.2.8p10)
 +
 +* [Bug 3363] Support for openssl-1.1.0 without compatibility modes
 +  - rework of patch set from <ntp.org@eroen.eu>. <perlinger@ntp.org>
 +* [Bug 3356] Bugfix 3072 breaks multicastclient <perlinger@ntp.org>
 +* [Bug 3216] libntp audio ioctl() args incorrectly cast to int
 +  on 4.4BSD-Lite derived platforms <perlinger@ntp.org>
 +  - original patch by Majdi S. Abbas
 +* [Bug 3215] 'make distcheck' fails with new BK repo format <perlinger@ntp.org>
 +* [Bug 3173] forking async worker: interrupted pipe I/O <perlinger@ntp.org>
 +  - initial patch by Christos Zoulas
- * configure.ac cleanup.  stenn@ntp.org
- * openssl configure cleanup.  stenn@ntp.org
 +* [Bug 3139] (...) time_pps_create: Exec format error <perlinger@ntp.org>
 +  - move loader API from 'inline' to proper source
 +  - augment pathless dlls with absolute path to NTPD
 +  - use 'msyslog()' instead of 'printf() 'for reporting trouble
 +* [Bug 3107] Incorrect Logic for Peer Event Limiting <perlinger@ntp.org>
 +  - applied patch by Matthew Van Gundy
 +* [Bug 3065] Quiet warnings on NetBSD <perlinger@ntp.org>
 +  - applied some of the patches provided by Havard. Not all of them
 +    still match the current code base, and I did not touch libopt.
 +* [Bug 3062] Change the process name of forked DNS worker <perlinger@ntp.org>
 +  - applied patch by Reinhard Max. See bugzilla for limitations.
 +* [Bug 2923] Trap Configuration Fail <perlinger@ntp.org>
 +  - fixed dependency inversion from [Bug 2837]
 +* [Bug 2896] Nothing happens if minsane < maxclock < minclock
 +  - produce ERROR log message about dysfunctional daemon. <perlinger@ntp.org>
 +* [Bug 2851] allow -4/-6 on restrict line with mask <perlinger@ntp.org>
 +  - applied patch by Miroslav Lichvar for ntp4.2.6 compat
 +* [Bug 2645] out-of-bound pointers in ctl_putsys and decode_bitflags
 +  - Fixed these and some more locations of this pattern.
 +    Probably din't get them all, though. <perlinger@ntp.org>
 +* Update copyright year.
++
+ ---
+ (4.2.8p9-win) 2017/02/01 Released by Harlan Stenn <stenn@ntp.org>
+ * [Bug 3144] NTP does not build without openSSL. <perlinger@ntp.org>
    - added missed changeset for automatic openssl lib detection
    - fixed some minor warning issues
+ * [Bug 3095]  More compatibility with openssl 1.1. <perlinger@ntp.org>
+ * configure.ac cleanup.  stenn@ntp.org
+ * openssl configure cleanup.  stenn@ntp.org
  ---
  (4.2.8p9) 2016/11/21 Released by Harlan Stenn <stenn@ntp.org>
  
index 9b1fd617d9a08c1a14ad20adebe802ce4009757f,ff2c3747ef250fb8dce61f7bdb57b6f7ee3a08c8..5cf93c38b10a9429a767c865c656b5bc125ea862
@@@ -154,10 -149,10 +154,10 @@@ This is the automatically generated usa
  the usage text by passing it through a pager program. 
  <code>more-help</code> is disabled on platforms without a working
  <code>fork(2)</code> function.  The <code>PAGER</code> environment variable is
 -used to select the program, defaulting to <span class="file">more</span>.  Both will exit
 +used to select the program, defaulting to <samp><span class="file">more</span></samp>.  Both will exit
  with a status code of 0.
  
- <pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.8p9
+ <pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.8p9-win
  Usage:  ntpdc [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... [ host ...]
    Flg Arg Option-Name    Description
     -4 no  ipv4           Force IPv4 DNS name resolution
index 76490c2d6bb2464d4dd8e15d21c95424aca67e20,12f96e5959aa17b612b03bd8b5e16610723b5717..226b3db7190d28e2fe22ab2a01feb7235c888b88
@@@ -117,10 -111,10 +117,10 @@@ This is the automatically generated usa
  the usage text by passing it through a pager program. 
  <code>more-help</code> is disabled on platforms without a working
  <code>fork(2)</code> function.  The <code>PAGER</code> environment variable is
 -used to select the program, defaulting to <span class="file">more</span>.  Both will exit
 +used to select the program, defaulting to <samp><span class="file">more</span></samp>.  Both will exit
  with a status code of 0.
  
- <pre class="example">ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.2.8p9
+ <pre class="example">ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.2.8p9-win
  USAGE: ntp-wait [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]...
  
      -n, --tries=num              Number of times to check ntpd
index b4321dd5afd1f9ebd7f0141dfd6be30772d6076b,070dc8ac6fbb66b6a46ccfaf092e6a5a468b1d12..fa30b79de7fd78e3667627c4a5d2c3185f119022
@@@ -91,10 -87,10 +91,10 @@@ This is the automatically generated usa
  the usage text by passing it through a pager program. 
  <code>more-help</code> is disabled on platforms without a working
  <code>fork(2)</code> function.  The <code>PAGER</code> environment variable is
 -used to select the program, defaulting to <span class="file">more</span>.  Both will exit
 +used to select the program, defaulting to <samp><span class="file">more</span></samp>.  Both will exit
  with a status code of 0.
  
- <pre class="example">ntpsweep - Print various informations about given ntp servers - Ver. 4.2.8p9
+ <pre class="example">ntpsweep - Print various informations about given ntp servers - Ver. 4.2.8p9-win
  USAGE: ntpsweep [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... [hostfile]
  
      -l, --host-list=str          Host to execute actions on
index da4f013aea80b6941491926c20d4cf8ddc365125,bb5952640d02e4fd5e49302a85b84e8d61749819..7f7d3cb62a7262085dbf74956086b9e677dbebc9
@@@ -108,10 -104,10 +108,10 @@@ This is the automatically generated usa
  the usage text by passing it through a pager program. 
  <code>more-help</code> is disabled on platforms without a working
  <code>fork(2)</code> function.  The <code>PAGER</code> environment variable is
 -used to select the program, defaulting to <span class="file">more</span>.  Both will exit
 +used to select the program, defaulting to <samp><span class="file">more</span></samp>.  Both will exit
  with a status code of 0.
  
- <pre class="example">ntptrace - Trace peers of an NTP server - Ver. 4.2.8p9
+ <pre class="example">ntptrace - Trace peers of an NTP server - Ver. 4.2.8p9-win
  USAGE: ntptrace [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... [host]
  
      -n, --numeric                Print IP addresses instead of hostnames
index 4a3c423409afc8b397eedb4d1ac2432c0aa07814,06c9468e8e7d873ae53f26d523fa42c513bf509a..093b87b1595f708d3b819db137011ff85ffdb010
@@@ -92,10 -86,10 +92,10 @@@ This is the automatically generated usa
  the usage text by passing it through a pager program. 
  <code>more-help</code> is disabled on platforms without a working
  <code>fork(2)</code> function.  The <code>PAGER</code> environment variable is
 -used to select the program, defaulting to <span class="file">more</span>.  Both will exit
 +used to select the program, defaulting to <samp><span class="file">more</span></samp>.  Both will exit
  with a status code of 0.
  
- <pre class="example">plot_summary - plot statistics generated by summary script - Ver. 4.2.8p9
+ <pre class="example">plot_summary - plot statistics generated by summary script - Ver. 4.2.8p9-win
  USAGE: plot_summary [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]...
  
          --directory=str          Where the summary files are
index 7965dc7ca4bd13c975553660ef0fb14f41264d5f,04a50728a648ee37b5c25efa7ca722c1c8d3dbd7..4bbbbec79c8e2c1221e07ae9d7604fcb52bfebeb
@@@ -89,10 -85,10 +89,10 @@@ This is the automatically generated usa
  the usage text by passing it through a pager program. 
  <code>more-help</code> is disabled on platforms without a working
  <code>fork(2)</code> function.  The <code>PAGER</code> environment variable is
 -used to select the program, defaulting to <span class="file">more</span>.  Both will exit
 +used to select the program, defaulting to <samp><span class="file">more</span></samp>.  Both will exit
  with a status code of 0.
  
- <pre class="example">summary - compute various stastics from NTP stat files - Ver. 4.2.8p9
+ <pre class="example">summary - compute various stastics from NTP stat files - Ver. 4.2.8p9-win
  USAGE: summary [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]...
  
          --directory=str          Directory containing stat files
diff --cc sntp/sntp.html
index e47ed539aa550af6e62786f9b393bd6fdefae73a,34197bc5723c45d5033cdb2d4b243ad677d850f5..934dbe9b044549c96fd6203eb6478c191d88a8e0
@@@ -178,10 -173,10 +178,10 @@@ This is the automatically generated usa
  the usage text by passing it through a pager program. 
  <code>more-help</code> is disabled on platforms without a working
  <code>fork(2)</code> function.  The <code>PAGER</code> environment variable is
 -used to select the program, defaulting to <span class="file">more</span>.  Both will exit
 +used to select the program, defaulting to <samp><span class="file">more</span></samp>.  Both will exit
  with a status code of 0.
  
- <pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.8p9
+ <pre class="example">sntp - standard Simple Network Time Protocol client program - Ver. 4.2.8p9-win
  Usage:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                  [ hostname-or-IP ...]
    Flg Arg Option-Name    Description