Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ntp for openSUSE:Factory checked in at 2021-05-20 19:25:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ntp (Old) and /work/SRC/openSUSE:Factory/.ntp.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ntp" Thu May 20 19:25:40 2021 rev:129 rq:894615 version:4.2.8p15 Changes: -------- --- /work/SRC/openSUSE:Factory/ntp/ntp.changes 2021-04-10 15:28:09.002432995 +0200 +++ /work/SRC/openSUSE:Factory/.ntp.new.2988/ntp.changes 2021-05-20 19:26:12.361660561 +0200 @@ -1,0 +2,7 @@ +Thu May 20 11:01:49 UTC 2021 - Reinhard Max <[email protected]> + +- jsc#SLE-15482, ntp-clarify-interface.patch: + Adjust the documentation to clarify that "interface ignore all" + does not cover the wildcard and localhost addresses. + +------------------------------------------------------------------- New: ---- ntp-clarify-interface.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ntp.spec ++++++ --- /var/tmp/diff_new_pack.6pPNEp/_old 2021-05-20 19:26:13.093657559 +0200 +++ /var/tmp/diff_new_pack.6pPNEp/_new 2021-05-20 19:26:13.097657543 +0200 @@ -59,6 +59,7 @@ Patch30: ntp-move-kod-file.patch Patch33: ntp-sntp-libevent.patch Patch34: testdcf-gude.diff +Patch35: ntp-clarify-interface.patch BuildRequires: avahi-compat-mDNSResponder-devel BuildRequires: fdupes @@ -146,6 +147,7 @@ %patch30 %patch33 %patch34 -p1 +%patch35 # fix DOS line breaks sed -i 's/\r//g' html/scripts/{footer.txt,style.css} ++++++ ntp-clarify-interface.patch ++++++ --- ntpd/ntp.conf.def.orig +++ ntpd/ntp.conf.def @@ -2695,6 +2695,8 @@ which match the second parameter. The second parameter specifies a class of addresses, or a specific interface name, or an address. +.Cm all +matches all addresses, except wildcard and localhost. In the address case, .Ar prefixlen determines how many bits must match for this rule to apply. --- ntpd/invoke-ntp.conf.texi.orig +++ ntpd/invoke-ntp.conf.texi @@ -2559,6 +2559,8 @@ which match the second parameter. The second parameter specifies a class of addresses, or a specific interface name, or an address. +@code{all} +matches all addresses, except wildcard and localhost. In the address case, @kbd{prefixlen} determines how many bits must match for this rule to apply. --- ntpd/ntp.conf.5man.orig +++ ntpd/ntp.conf.5man @@ -2857,6 +2857,8 @@ which match the second parameter. The second parameter specifies a class of addresses, or a specific interface name, or an address. +\f\*[B-Font]allf[] +matches all addresses, except wildcard and localhost. In the address case, \f\*[I-Font]prefixlen\f[] determines how many bits must match for this rule to apply. --- ntpd/ntp.conf.5mdoc.orig +++ ntpd/ntp.conf.5mdoc @@ -2692,6 +2692,8 @@ which match the second parameter. The second parameter specifies a class of addresses, or a specific interface name, or an address. +.Cm all +matches all addresses, except wildcard and localhost. In the address case, .Ar prefixlen determines how many bits must match for this rule to apply. --- ntpd/ntp.conf.html.orig +++ ntpd/ntp.conf.html @@ -2862,6 +2862,8 @@ which match the second parameter. The second parameter specifies a class of addresses, or a specific interface name, or an address. +<code>all</code> +matches all addresses, except wildcard and localhost. In the address case, <kbd>prefixlen</kbd> determines how many bits must match for this rule to apply. --- ntpd/ntp.conf.man.in.orig +++ ntpd/ntp.conf.man.in @@ -2857,6 +2857,8 @@ which match the second parameter. The second parameter specifies a class of addresses, or a specific interface name, or an address. +\f\*[B-Font]all\f[] +matches all addresses, except wildcard and localhost. In the address case, \f\*[I-Font]prefixlen\f[] determines how many bits must match for this rule to apply. --- ntpd/ntp.conf.mdoc.in.orig +++ ntpd/ntp.conf.mdoc.in @@ -2692,6 +2692,8 @@ which match the second parameter. The second parameter specifies a class of addresses, or a specific interface name, or an address. +.Cm all +matches all addresses, except wildcard and localhost. In the address case, .Ar prefixlen determines how many bits must match for this rule to apply.
