[chrony-dev] [GIT] chrony/chrony.git branch master updated. 4.0-pre3-31-g0639205

[ 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  063920561762e77b2ef5ce54e6d093959221b87f (commit)
       via  3916c3366b5d6394996e0f2f4b8735fcb997ee5d (commit)
       via  f0a33e7b286a1004493fa9f5f634730af92bd202 (commit)
       via  c9b8f8bc702538f76083f5c7bb07d0b675277a0e (commit)
       via  983b0723f694b0a981f1438770e20fbff56f01e3 (commit)
       via  02c38934ead76aa94e9a10b24dcf6aaf81c33076 (commit)
       via  c28c2cde43cee41d560b18defe8aed9b06ede254 (commit)
       via  349323dec7f2285d7e802605c8f222d488b99cbe (commit)
       via  ddfaf2e5424abe7b7c901e991c3df1b9cf5835f0 (commit)
       via  3177474ae89716b5dc49a95fb3bb3b7b4f625ac0 (commit)
       via  cc535632d1ff1306d540b33c4dd40263eea55b8a (commit)
       via  cb8ee57b9ef488a2f2b9761765ef9fe87329a535 (commit)
      from  c0b19b3fea0c18a7a64672aea82ba4afb6835ab3 (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 063920561762e77b2ef5ce54e6d093959221b87f
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Sep 16 11:39:01 2020 +0200

    doc: update NEWS

commit 3916c3366b5d6394996e0f2f4b8735fcb997ee5d
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Sep 16 10:01:50 2020 +0200

    update copyright years

commit f0a33e7b286a1004493fa9f5f634730af92bd202
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Sep 16 09:45:59 2020 +0200

    client: drop support for GNU readline
    
    GNU readline switched to GPLv3+ in version 6.0, which is incompatible
    with the chrony's GPLv2 license.
    
    Drop support for the readline library. Only editline is supported now.

commit c9b8f8bc702538f76083f5c7bb07d0b675277a0e
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Sep 15 18:06:28 2020 +0200

    doc: update and improve FAQ

commit 983b0723f694b0a981f1438770e20fbff56f01e3
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Sep 15 12:12:41 2020 +0200

    doc: improve chronyd man page

commit 02c38934ead76aa94e9a10b24dcf6aaf81c33076
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Sep 15 12:11:08 2020 +0200

    main: add option to disable check for root
    
    The -U option can be used to start chronyd under a non-root user if it
    is provided with all capabilities and access to files, directories, and
    devices, needed to operate correctly in the specified configuration. It
    is not recommended in cases where the configuration is unknown.

commit c28c2cde43cee41d560b18defe8aed9b06ede254
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Sep 15 12:02:49 2020 +0200

    sys_linux: don't keep NET_BIND_SERVICE for unprivileged port
    
    Don't keep the NET_BIND_SERVICE capability if the configured NTP port is
    not privileged (i.e. not smaller than 1024).

commit 349323dec7f2285d7e802605c8f222d488b99cbe
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Sep 15 11:57:17 2020 +0200

    sys_linux: don't keep NET_RAW on new kernels
    
    It seems the NET_RAW capability is no longer needed to bind a socket to
    a device since Linux 5.7.

commit ddfaf2e5424abe7b7c901e991c3df1b9cf5835f0
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Sep 15 10:52:41 2020 +0200

    ntp: log error when SIOCSHWTSTAMP fails with EPERM
    
    Increase the severity of the log message to "error" when
    the SIOCSHWTSTAMP ioctl fails due missing the NET_ADMIN capability.

commit 3177474ae89716b5dc49a95fb3bb3b7b4f625ac0
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Sep 14 11:00:29 2020 +0200

    configure: require TLS1.3 support in gnutls
    
    Before enabling NTS support, explicitly check for TLS1.3 support in
    gnutls, which is required by NTS.

commit cc535632d1ff1306d540b33c4dd40263eea55b8a
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Sep 14 17:47:23 2020 +0200

    test: add ntp_auth unit test

commit cb8ee57b9ef488a2f2b9761765ef9fe87329a535
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Sep 14 10:19:10 2020 +0200

    test: fix ntp_core unit test
    
    Fix setting of key_id in the response.
    
    Fixes: f6625717cdb0 ("test: improve ntp_core unit test")

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

Summary of changes:
 NEWS                  |   9 +-
 client.c              |  11 +-
 cmdmon.c              |   2 +-
 conf.c                |   2 +-
 configure             |  54 +--------
 doc/chrony.conf.adoc  |   2 +-
 doc/chronyc.adoc      |   2 +-
 doc/chronyd.adoc      |  24 ++--
 doc/faq.adoc          | 248 ++++++++++++++++++++++++++--------------
 doc/installation.adoc |  39 +------
 keys.c                |   2 +-
 logging.c             |   2 +-
 main.c                |  14 ++-
 ntp_auth.c            |   2 +-
 ntp_core.c            |   2 +-
 ntp_ext.c             |   2 +-
 ntp_io.c              |   2 +-
 ntp_io_linux.c        |   3 +-
 ntp_sources.c         |   2 +-
 reference.c           |   2 +-
 socket.c              |   2 +-
 sources.c             |   2 +-
 sys_linux.c           |  13 ++-
 sys_macosx.c          |   2 +-
 test/unit/ntp_auth.c  | 305 ++++++++++++++++++++++++++++++++++++++++++++++++++
 test/unit/ntp_core.c  |   8 +-
 util.c                |   2 +-
 27 files changed, 541 insertions(+), 219 deletions(-)
 create mode 100644 test/unit/ntp_auth.c


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/