[chrony-dev] [GIT] chrony/chrony.git branch master updated. 4.2-31-ga0a496d

[ Thread Index | Date Index | More chrony.tuxfamily.org/chrony-dev Archives ]


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  a0a496dcb423387e5faa3ab41e14dd6cf7743776 (commit)
       via  8d08486edf93269bdbd1eb4ef933c9cc5f6dd609 (commit)
       via  a3b376cf0a5369ba0722d1d287fbc3506f4933ad (commit)
       via  e66f1df89d56983de0f7d1a70aa6e3ae0fe62730 (commit)
       via  35220aac9dee4b7101dbd415dda34750e4998f7d (commit)
      from  5b04f3ca902e5d10aa5948fb7587d30b43941049 (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 a0a496dcb423387e5faa3ab41e14dd6cf7743776
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed May 11 11:53:07 2022 +0200

    refclock: set minimum maxlockage in local mode
    
    Use 3 as the minimum maxlockage in the local mode to avoid disruptions
    due to losing the lock when a single sample is missed, e.g. when the PPS
    driver polling interval is slightly longer than the pulse interval and a
    pulse is skipped.

commit 8d08486edf93269bdbd1eb4ef933c9cc5f6dd609
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed May 11 11:36:57 2022 +0200

    refclock: restart local mode after losing lock
    
    A refclock in the local mode is locked to itself. When the maxlockage
    check failed after missing some samples, it failed permanently and the
    refclock was not able to accumulate any new samples.
    
    When the check fails, drop all samples and reset the source to start
    from scratch.
    
    Reported-by: Dan Drown <dan-ntp@xxxxxxxxx>

commit a3b376cf0a5369ba0722d1d287fbc3506f4933ad
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon May 9 16:41:27 2022 +0200

    refclock: fix invalid warning in local mode
    
    A refclock in the local mode is locked to itself by design.
    
    Reported-by: Dan Drown <dan-ntp@xxxxxxxxx>

commit e66f1df89d56983de0f7d1a70aa6e3ae0fe62730
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed May 11 11:04:52 2022 +0200

    samplefilt: drop last sample in SPF_DropSamples()
    
    When SPF_DropSamples() is called, don't keep the last sample to be
    retrieved by SPF_GetLastSample(). It should be kept only after
    filtering.

commit 35220aac9dee4b7101dbd415dda34750e4998f7d
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed May 11 08:57:22 2022 +0200

    siv: set key directly with gnutls
    
    A new function is provided by the latest gnutls (should be in 3.7.5) to
    set the key of an AEAD cipher. If available, use it to avoid destroying
    and creating a new SIV instance with each key change.
    
    This improves the server NTS-NTP performance if using gnutls for SIV.

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

Summary of changes:
 configure              |  6 ++++++
 refclock.c             | 13 ++++++++++---
 samplefilt.c           | 16 +++++++++++++---
 siv_gnutls.c           | 18 +++++++++++++++---
 test/unit/samplefilt.c |  1 +
 5 files changed, 45 insertions(+), 9 deletions(-)


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

-- 
To unsubscribe email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "unsubscribe" in the subject.
For help email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "help" in the subject.
Trouble?  Email listmaster@xxxxxxxxxxxxxxxxxxxx.


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/