From: Harlan Stenn Date: Sun, 4 Jan 2015 11:17:14 +0000 (-0500) Subject: NTP_4_2_8P1_BETA4 X-Git-Tag: NTP_4_2_8P1_BETA4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82a80bda79ae902453dea2d1e09201b46f2064ee;p=thirdparty%2Fntp.git NTP_4_2_8P1_BETA4 bk: 54a9213aRxmHer5eo_7mzbtmjz-2Ug --- diff --git a/ChangeLog b/ChangeLog index 5624dd9ba..cadb66cc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ --- +(4.2.8p1-beta4) 2015/01/04 Released by Harlan Stenn * Fix a regression introduced to timepps-Solaris.h as part of: [Bug 1206] Required compiler changes for Windows diff --git a/ntpd/invoke-ntp.conf.texi b/ntpd/invoke-ntp.conf.texi index 55e795aea..73e8e7167 100644 --- a/ntpd/invoke-ntp.conf.texi +++ b/ntpd/invoke-ntp.conf.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (invoke-ntp.conf.texi) # -# It has been AutoGen-ed January 2, 2015 at 11:05:21 PM by AutoGen 5.18.5pre4 +# It has been AutoGen-ed January 4, 2015 at 06:10:26 AM by AutoGen 5.18.5pre4 # From the definitions ntp.conf.def # and the template file agtexi-file.tpl @end ignore diff --git a/ntpd/invoke-ntp.keys.texi b/ntpd/invoke-ntp.keys.texi index 5770570a3..85047f1d6 100644 --- a/ntpd/invoke-ntp.keys.texi +++ b/ntpd/invoke-ntp.keys.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (invoke-ntp.keys.texi) # -# It has been AutoGen-ed January 2, 2015 at 11:05:25 PM by AutoGen 5.18.5pre4 +# It has been AutoGen-ed January 4, 2015 at 06:10:34 AM by AutoGen 5.18.5pre4 # From the definitions ntp.keys.def # and the template file agtexi-file.tpl @end ignore diff --git a/ntpd/invoke-ntpd.texi b/ntpd/invoke-ntpd.texi index dce2d8705..e384aae25 100644 --- a/ntpd/invoke-ntpd.texi +++ b/ntpd/invoke-ntpd.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (invoke-ntpd.texi) # -# It has been AutoGen-ed January 2, 2015 at 11:05:27 PM by AutoGen 5.18.5pre4 +# It has been AutoGen-ed January 4, 2015 at 06:10:36 AM by AutoGen 5.18.5pre4 # From the definitions ntpd-opts.def # and the template file agtexi-cmd.tpl @end ignore @@ -141,7 +141,7 @@ with a status code of 0. @exampleindent 0 @example -ntpd - NTP daemon program - Ver. 4.2.8p1-beta3 +ntpd - NTP daemon program - Ver. 4.2.8p1-beta4 Usage: ntpd [ - [] | --[@{=| @}] ]... \ [ ... ] Flg Arg Option-Name Description diff --git a/ntpd/ntp.conf.5man b/ntpd/ntp.conf.5man index 7ac232e77..a7560bcb7 100644 --- a/ntpd/ntp.conf.5man +++ b/ntpd/ntp.conf.5man @@ -10,11 +10,11 @@ .ds B-Font B .ds I-Font I .ds R-Font R -.TH ntp.conf 5man "02 Jan 2015" "4.2.8p1-beta3" "File Formats" +.TH ntp.conf 5man "04 Jan 2015" "4.2.8p1-beta4" "File Formats" .\" -.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-UBaa2Y/ag-7Ba40Y) +.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-.Ra4Dz/ag-OSaWCz) .\" -.\" It has been AutoGen-ed January 2, 2015 at 11:05:08 PM by AutoGen 5.18.5pre4 +.\" It has been AutoGen-ed January 4, 2015 at 06:10:00 AM by AutoGen 5.18.5pre4 .\" From the definitions ntp.conf.def .\" and the template file agman-cmd.tpl .SH NAME diff --git a/ntpd/ntp.conf.5mdoc b/ntpd/ntp.conf.5mdoc index 14a96f1ee..ba79904a4 100644 --- a/ntpd/ntp.conf.5mdoc +++ b/ntpd/ntp.conf.5mdoc @@ -1,9 +1,9 @@ -.Dd January 2 2015 +.Dd January 4 2015 .Dt NTP_CONF 5mdoc File Formats .Os .\" EDIT THIS FILE WITH CAUTION (ntp.mdoc) .\" -.\" It has been AutoGen-ed January 2, 2015 at 11:05:29 PM by AutoGen 5.18.5pre4 +.\" It has been AutoGen-ed January 4, 2015 at 06:10:41 AM by AutoGen 5.18.5pre4 .\" From the definitions ntp.conf.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/ntpd/ntp.conf.html b/ntpd/ntp.conf.html index af8d0e6bb..2b26696fc 100644 --- a/ntpd/ntp.conf.html +++ b/ntpd/ntp.conf.html @@ -33,7 +33,7 @@ Up: (dir)

This document describes the configuration file for the NTP Project's ntpd program. -

This document applies to version 4.2.8p1-beta3 of ntp.conf. +

This document applies to version 4.2.8p1-beta4 of ntp.conf.

Short Contents

@@ -403,6 +403,19 @@ in order to avoid accidental or malicious disruption in this mode, both the server and client should operate using symmetric-key or public-key authentication as described in Authentication Options. +
mdnstries number
If we are participating in mDNS, +after we have synched for the first time +we attempt to register with the mDNS system. +If that registration attempt fails, +we try again at one minute intervals for up to +mdnstries +times. +After all, +ntpd +may be starting before mDNS. +The default value for +mdnstries +is 5.


diff --git a/ntpd/ntp.conf.man.in b/ntpd/ntp.conf.man.in index 290f9d997..69dcc87be 100644 --- a/ntpd/ntp.conf.man.in +++ b/ntpd/ntp.conf.man.in @@ -10,11 +10,11 @@ .ds B-Font B .ds I-Font I .ds R-Font R -.TH ntp.conf 5 "02 Jan 2015" "4.2.8p1-beta3" "File Formats" +.TH ntp.conf 5 "04 Jan 2015" "4.2.8p1-beta4" "File Formats" .\" -.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-UBaa2Y/ag-7Ba40Y) +.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-.Ra4Dz/ag-OSaWCz) .\" -.\" It has been AutoGen-ed January 2, 2015 at 11:05:08 PM by AutoGen 5.18.5pre4 +.\" It has been AutoGen-ed January 4, 2015 at 06:10:00 AM by AutoGen 5.18.5pre4 .\" From the definitions ntp.conf.def .\" and the template file agman-cmd.tpl .SH NAME diff --git a/ntpd/ntp.conf.mdoc.in b/ntpd/ntp.conf.mdoc.in index f49fd37f0..4173d19b1 100644 --- a/ntpd/ntp.conf.mdoc.in +++ b/ntpd/ntp.conf.mdoc.in @@ -1,9 +1,9 @@ -.Dd January 2 2015 +.Dd January 4 2015 .Dt NTP_CONF 5 File Formats .Os .\" EDIT THIS FILE WITH CAUTION (ntp.mdoc) .\" -.\" It has been AutoGen-ed January 2, 2015 at 11:05:29 PM by AutoGen 5.18.5pre4 +.\" It has been AutoGen-ed January 4, 2015 at 06:10:41 AM by AutoGen 5.18.5pre4 .\" From the definitions ntp.conf.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/ntpd/ntp.keys.5man b/ntpd/ntp.keys.5man index 683e34a05..de57854e9 100644 --- a/ntpd/ntp.keys.5man +++ b/ntpd/ntp.keys.5man @@ -1,8 +1,8 @@ -.TH ntp.keys 5man "02 Jan 2015" "4.2.8p1-beta3" "File Formats" +.TH ntp.keys 5man "04 Jan 2015" "4.2.8p1-beta4" "File Formats" .\" .\" EDIT THIS FILE WITH CAUTION (ntp.man) .\" -.\" It has been AutoGen-ed January 2, 2015 at 11:05:13 PM by AutoGen 5.18.5pre4 +.\" It has been AutoGen-ed January 4, 2015 at 06:10:10 AM by AutoGen 5.18.5pre4 .\" From the definitions ntp.keys.def .\" and the template file agman-file.tpl .Sh NAME diff --git a/ntpd/ntp.keys.5mdoc b/ntpd/ntp.keys.5mdoc index a5732059e..fbae012f2 100644 --- a/ntpd/ntp.keys.5mdoc +++ b/ntpd/ntp.keys.5mdoc @@ -1,9 +1,9 @@ -.Dd January 2 2015 +.Dd January 4 2015 .Dt NTP_KEYS 5mdoc File Formats .Os SunOS 5.10 .\" EDIT THIS FILE WITH CAUTION (ntp.mdoc) .\" -.\" It has been AutoGen-ed January 2, 2015 at 11:05:33 PM by AutoGen 5.18.5pre4 +.\" It has been AutoGen-ed January 4, 2015 at 06:10:45 AM by AutoGen 5.18.5pre4 .\" From the definitions ntp.keys.def .\" and the template file agmdoc-file.tpl .Sh NAME diff --git a/ntpd/ntp.keys.html b/ntpd/ntp.keys.html index ca0d33f43..dd0372601 100644 --- a/ntpd/ntp.keys.html +++ b/ntpd/ntp.keys.html @@ -33,7 +33,7 @@ Up: (dir)

This document describes the symmetric key file for the NTP Project's ntpd program. -

This document applies to version 4.2.8p1-beta3 of ntp.keys. +

This document applies to version 4.2.8p1-beta4 of ntp.keys.

Short Contents

diff --git a/ntpd/ntp.keys.man.in b/ntpd/ntp.keys.man.in index e235a71f7..c7c1a27d5 100644 --- a/ntpd/ntp.keys.man.in +++ b/ntpd/ntp.keys.man.in @@ -1,8 +1,8 @@ -.TH ntp.keys 5 "02 Jan 2015" "4.2.8p1-beta3" "File Formats" +.TH ntp.keys 5 "04 Jan 2015" "4.2.8p1-beta4" "File Formats" .\" .\" EDIT THIS FILE WITH CAUTION (ntp.man) .\" -.\" It has been AutoGen-ed January 2, 2015 at 11:05:13 PM by AutoGen 5.18.5pre4 +.\" It has been AutoGen-ed January 4, 2015 at 06:10:10 AM by AutoGen 5.18.5pre4 .\" From the definitions ntp.keys.def .\" and the template file agman-file.tpl .Sh NAME diff --git a/ntpd/ntp.keys.mdoc.in b/ntpd/ntp.keys.mdoc.in index f39e48899..5ffc1cb0e 100644 --- a/ntpd/ntp.keys.mdoc.in +++ b/ntpd/ntp.keys.mdoc.in @@ -1,9 +1,9 @@ -.Dd January 2 2015 +.Dd January 4 2015 .Dt NTP_KEYS 5 File Formats .Os SunOS 5.10 .\" EDIT THIS FILE WITH CAUTION (ntp.mdoc) .\" -.\" It has been AutoGen-ed January 2, 2015 at 11:05:33 PM by AutoGen 5.18.5pre4 +.\" It has been AutoGen-ed January 4, 2015 at 06:10:45 AM by AutoGen 5.18.5pre4 .\" From the definitions ntp.keys.def .\" and the template file agmdoc-file.tpl .Sh NAME diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index 8547ffb23..d3dc3bb31 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 January 2, 2015 at 11:02:40 PM by AutoGen 5.18.5pre4 + * It has been AutoGen-ed January 4, 2015 at 05:54:58 AM by AutoGen 5.18.5pre4 * From the definitions ntpd-opts.def * and the template file options * @@ -75,7 +75,7 @@ extern FILE * option_usage_fp; * static const strings for ntpd options */ static char const ntpd_opt_strs[3023] = -/* 0 */ "ntpd 4.2.8p1-beta3\n" +/* 0 */ "ntpd 4.2.8p1-beta4\n" "Copyright (C) 1970-2014 The University of Delaware, all rights reserved.\n" "This is free software. It is licensed for use, modification and\n" "redistribution under the terms of the NTP License, copies of which\n" @@ -201,12 +201,12 @@ static char const ntpd_opt_strs[3023] = /* 2782 */ "output version information and exit\0" /* 2818 */ "version\0" /* 2826 */ "NTPD\0" -/* 2831 */ "ntpd - NTP daemon program - Ver. 4.2.8p1-beta3\n" +/* 2831 */ "ntpd - NTP daemon program - Ver. 4.2.8p1-beta4\n" "Usage: %s [ - [] | --[{=| }] ]... \\\n" "\t\t[ ... ]\n\0" /* 2968 */ "http://bugs.ntp.org, bugs@ntp.org\0" /* 3002 */ "\n\0" -/* 3004 */ "ntpd 4.2.8p1-beta3"; +/* 3004 */ "ntpd 4.2.8p1-beta4"; /** * ipv4 option description with @@ -1501,7 +1501,7 @@ static void bogus_function(void) { translate option names. */ /* referenced via ntpdOptions.pzCopyright */ - puts(_("ntpd 4.2.8p1-beta3\n\ + puts(_("ntpd 4.2.8p1-beta4\n\ Copyright (C) 1970-2014 The University of Delaware, all rights reserved.\n\ This is free software. It is licensed for use, modification and\n\ redistribution under the terms of the NTP License, copies of which\n\ @@ -1638,7 +1638,7 @@ provided \"as is\" without express or implied warranty.\n")); puts(_("output version information and exit")); /* referenced via ntpdOptions.pzUsageTitle */ - puts(_("ntpd - NTP daemon program - Ver. 4.2.8p1-beta3\n\ + puts(_("ntpd - NTP daemon program - Ver. 4.2.8p1-beta4\n\ Usage: %s [ - [] | --[{=| }] ]... \\\n\ \t\t[ ... ]\n")); @@ -1646,7 +1646,7 @@ Usage: %s [ - [] | --[{=| }] ]... \\\n\ puts(_("\n")); /* referenced via ntpdOptions.pzFullVersion */ - puts(_("ntpd 4.2.8p1-beta3")); + puts(_("ntpd 4.2.8p1-beta4")); /* referenced via ntpdOptions.pzFullUsage */ puts(_("<<>>")); diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index 48b39ff63..f6d622079 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 January 2, 2015 at 11:02:39 PM by AutoGen 5.18.5pre4 + * It has been AutoGen-ed January 4, 2015 at 05:54:56 AM by AutoGen 5.18.5pre4 * From the definitions ntpd-opts.def * and the template file options * @@ -105,9 +105,9 @@ typedef enum { /** count of all options for ntpd */ #define OPTION_CT 37 /** ntpd version */ -#define NTPD_VERSION "4.2.8p1-beta3" +#define NTPD_VERSION "4.2.8p1-beta4" /** Full ntpd version text */ -#define NTPD_FULL_VERSION "ntpd 4.2.8p1-beta3" +#define NTPD_FULL_VERSION "ntpd 4.2.8p1-beta4" /** * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpd.1ntpdman b/ntpd/ntpd.1ntpdman index ff7d03363..be4e84267 100644 --- a/ntpd/ntpd.1ntpdman +++ b/ntpd/ntpd.1ntpdman @@ -10,11 +10,11 @@ .ds B-Font B .ds I-Font I .ds R-Font R -.TH ntpd 1ntpdman "02 Jan 2015" "4.2.8p1-beta3" "User Commands" +.TH ntpd 1ntpdman "04 Jan 2015" "4.2.8p1-beta4" "User Commands" .\" -.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-uFaOj0/ag-HFaGi0) +.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-L.aGXA/ag-Y.ayWA) .\" -.\" It has been AutoGen-ed January 2, 2015 at 11:05:16 PM by AutoGen 5.18.5pre4 +.\" It has been AutoGen-ed January 4, 2015 at 06:10:17 AM by AutoGen 5.18.5pre4 .\" From the definitions ntpd-opts.def .\" and the template file agman-cmd.tpl .SH NAME diff --git a/ntpd/ntpd.1ntpdmdoc b/ntpd/ntpd.1ntpdmdoc index bfacc3cf7..fa4936db8 100644 --- a/ntpd/ntpd.1ntpdmdoc +++ b/ntpd/ntpd.1ntpdmdoc @@ -1,9 +1,9 @@ -.Dd January 2 2015 +.Dd January 4 2015 .Dt NTPD 1ntpdmdoc User Commands .Os .\" EDIT THIS FILE WITH CAUTION (ntpd-opts.mdoc) .\" -.\" It has been AutoGen-ed January 2, 2015 at 11:05:35 PM by AutoGen 5.18.5pre4 +.\" It has been AutoGen-ed January 4, 2015 at 06:10:47 AM by AutoGen 5.18.5pre4 .\" From the definitions ntpd-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/ntpd/ntpd.html b/ntpd/ntpd.html index 754042b2c..fe5b9bc41 100644 --- a/ntpd/ntpd.html +++ b/ntpd/ntpd.html @@ -39,7 +39,7 @@ The program can operate in any of several modes, including client/server, symmetric and broadcast modes, and with both symmetric-key and public-key cryptography. -

This document applies to version 4.2.8p1-beta3 of ntpd. +

This document applies to version 4.2.8p1-beta4 of ntpd.