This is an automated email from git. It was generated because a ref
change was pushed to the "chrony/chrony.git" repository.

The branch, master has been updated
       via  0f04baeb9774f794040af6796222e8dd090cec8b (commit)
       via  bf7f63eaed83a271ba1eeefdd21f187e3999962b (commit)
       via  59cf4e0b967ff1fedf2aae19a45bcd1ed75b74a6 (commit)
       via  3fc72c0cfa6e4a203da08460a39128e00544be2e (commit)
      from  ad69f4f32bf668eb51b1b9c18b7f56125d8c5e3b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0f04baeb9774f794040af6796222e8dd090cec8b
Author: Robert Fairley <rfair...@redhat.com>
Date:   Thu Jun 4 14:48:40 2020 -0400

    examples: align onoffline with DHCP NM dispatcher
    
    Similar to the DHCP dispatcher, add a variable for the chronyc
    executable path, which can be overwritten more easily by
    downstream packages if needed.
    
    Also give an `.onoffline` suffix to more clearly differentiate
    this script from `chrony.nm-dispatcher.dhcp`.

commit bf7f63eaed83a271ba1eeefdd21f187e3999962b
Author: Robert Fairley <rfair...@redhat.com>
Date:   Thu Jun 4 14:48:35 2020 -0400

    examples: add dispatcher for NTP servers from DHCP
    
    Add new NM dispatcher script for NTP servers given by DHCP through
    NetworkManager in a similar way to how distributions have done in
    11-dhclient, e.g. [1]. New NTP servers are written as entries to a
    file per-interface in /var/run/chrony-dhcp, which is re-read by
    chronyd upon executing `chronyc reload sources`.
    
    This provides a way for NTP server configuration to be carried over
    from NetworkManager DHCP events to chrony, for DHCP clients other
    than dhclient. Part of fixing integration where the NetworkManager
    internal client is used, e.g [2].
    
    Paths to the chronyc executable and sources directory are set in
    variables, which may be overwritten by downstream packages, but
    should work for distributions for the most part.
    
    [1] https://src.fedoraproject.org/rpms/dhcp/blob/master/f/11-dhclient
    [2] https://bugzilla.redhat.com/show_bug.cgi?id=1800901

commit 59cf4e0b967ff1fedf2aae19a45bcd1ed75b74a6
Author: Miroslav Lichvar <mlich...@redhat.com>
Date:   Mon Jun 29 16:56:09 2020 +0200

    nameserv: don't return scoped IPv6 addresses
    
    Ignore IPv6 addresses returned by getaddrinfo() that have a non-zero
    scope ID to avoid silently ignoring the ID if it was specified with the
    % sign in the provided string.
    
    This can be removed when the scope ID is returned from the function and
    the callers handle it.

commit 3fc72c0cfa6e4a203da08460a39128e00544be2e
Author: Miroslav Lichvar <mlich...@redhat.com>
Date:   Mon Jun 29 16:46:05 2020 +0200

    ntp: fix comment about find_slot()

-----------------------------------------------------------------------

Summary of changes:
 configure                                          |  1 +
 examples/chrony.nm-dispatcher.dhcp                 | 43 ++++++++++++++++++++++
 ...m-dispatcher => chrony.nm-dispatcher.onoffline} |  4 +-
 nameserv.c                                         |  3 ++
 ntp_sources.c                                      |  3 +-
 5 files changed, 51 insertions(+), 3 deletions(-)
 create mode 100644 examples/chrony.nm-dispatcher.dhcp
 rename examples/{chrony.nm-dispatcher => chrony.nm-dispatcher.onoffline} (86%)


hooks/post-receive
-- 
chrony/chrony.git

-- 
To unsubscribe email chrony-dev-requ...@chrony.tuxfamily.org with "unsubscribe" 
in the subject.
For help email chrony-dev-requ...@chrony.tuxfamily.org with "help" in the 
subject.
Trouble?  Email listmas...@chrony.tuxfamily.org.

Reply via email to