[chrony-dev] [GIT] chrony/chrony.git branch master updated. 4.0-59-gd2117ab

[ 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  d2117ab6973632483cb470c89697daabd32effde (commit)
       via  52b29f673f76c0faa7d9bf8ca68183b1d369cb05 (commit)
       via  e86b60a9d7e7dde95a85e7839aad43bdfa40c973 (commit)
       via  53501b743f6cfa0032e0f3cddc5d1f004aa1820a (commit)
       via  c61ddb70da19af2dbc6c88e8e72cf30cf8e43286 (commit)
       via  9339766bfe49d0895b0f48f39fc0eb83a07dd395 (commit)
       via  f60410016a4d990dbf5d977c476ebfc601b8e555 (commit)
       via  7a023716982431df14deda031f901a9fbc349d40 (commit)
       via  579d8c9907e3c2a536d68662f06aaf08b7d8fecf (commit)
       via  10c760a80c1568b733e4db59f5a2735562aa4136 (commit)
       via  2d39a12f514673dd2ea2001a33e815956e49cba1 (commit)
       via  517b1ae29a426321e6673ff93fbfe941a5828a73 (commit)
       via  b7347d931bcd089763687612f6dcc37ba189cfb3 (commit)
      from  4f878ba144dee853405e4a22fc9658c40d37678a (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 d2117ab6973632483cb470c89697daabd32effde
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu Mar 4 10:06:22 2021 +0100

    cmdmon: return error if doffset command fails

commit 52b29f673f76c0faa7d9bf8ca68183b1d369cb05
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Mar 3 18:18:54 2021 +0100

    cmdmon: convert doffset request to float

commit e86b60a9d7e7dde95a85e7839aad43bdfa40c973
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu Mar 4 09:59:25 2021 +0100

    local: return status from offset accumulation
    
    Change the functions accumulating offset to return success or failure.

commit 53501b743f6cfa0032e0f3cddc5d1f004aa1820a
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Mar 3 18:06:50 2021 +0100

    client: report invalid values in doffset and dfreq commands

commit c61ddb70da19af2dbc6c88e8e72cf30cf8e43286
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Mar 3 17:22:26 2021 +0100

    test: extend util unit test

commit 9339766bfe49d0895b0f48f39fc0eb83a07dd395
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Mar 3 12:09:38 2021 +0100

    test: use env shebang in all bash scripts
    
    This allows the scripts to be executed on systems that don't have bash
    in /bin. This fixes "make check".

commit f60410016a4d990dbf5d977c476ebfc601b8e555
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Mar 3 11:31:53 2021 +0100

    test: extend 007-cmdmon system test

commit 7a023716982431df14deda031f901a9fbc349d40
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Mar 2 17:28:02 2021 +0100

    util: require inet_pton()
    
    Always use inet_pton() for converting IP addresses. It should be
    available on all currently supported systems.

commit 579d8c9907e3c2a536d68662f06aaf08b7d8fecf
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Mar 2 17:24:09 2021 +0100

    nameserv: avoid unnecessary getaddrinfo() calls
    
    Check if the name passed to DNS_Name2IPAddress() is an IP address
    before calling getaddrinfo(), which can be much slower and work
    differently on different systems.

commit 10c760a80c1568b733e4db59f5a2735562aa4136
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Mar 2 16:55:37 2021 +0100

    nameserv: require getaddrinfo() and getnameinfo()
    
    Remove support for the long-deprecated gethostbyname() and
    gethostbyaddr() functions.

commit 2d39a12f514673dd2ea2001a33e815956e49cba1
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Mar 2 13:10:13 2021 +0100

    cmdmon: fix responding to IPv4 addresses on FreeBSD
    
    On FreeBSD, the source address cannot be specified when sending a
    message on a socket bound to a non-any IPv4 address, e.g. in default
    configuration 127.0.0.1. In this case, make the address unspecified.
    
    This is similar to commit 6af39d63aa93 ("ntp: don't use IP_SENDSRCADDR
    on bound socket").
    
    Fixes: f06c1cfa97f8 ("cmdmon: respond from same address")

commit 517b1ae29a426321e6673ff93fbfe941a5828a73
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Mar 2 12:21:52 2021 +0100

    main: suppress info messages with -p option
    
    Log (to stderr) only warnings and higher when printing the
    configuration to suppress the "chronyd starting" message.

commit b7347d931bcd089763687612f6dcc37ba189cfb3
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Mar 1 10:13:19 2021 +0100

    sys_linux: check if statx syscall is defined
    
    statx seems to be missing in older kernel and libseccomp headers, still
    used on some supported systems.

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

Summary of changes:
 candm.h                              |   8 +-
 client.c                             |  37 ++--
 cmdmon.c                             |  30 ++-
 configure                            |   5 +-
 local.c                              |  12 +-
 local.h                              |   4 +-
 main.c                               |   1 +
 nameserv.c                           |  75 ++-----
 pktlength.c                          |   3 +-
 sys_linux.c                          |   2 +
 sysincl.h                            |   6 +-
 test/compilation/003-sanitizers      |   2 +-
 test/simulation/001-defaults         |   2 +-
 test/simulation/002-largenetwork     |   2 +-
 test/simulation/003-largefreqoffset  |   2 +-
 test/simulation/004-largetimeoffset  |   2 +-
 test/simulation/005-externalstep     |   2 +-
 test/simulation/006-largejitter      |   2 +-
 test/simulation/007-largewander      |   2 +-
 test/simulation/008-ntpera           |   2 +-
 test/simulation/009-sourceselection  |   2 +-
 test/simulation/010-multrecv         |   2 +-
 test/simulation/011-asymjitter       |   2 +-
 test/simulation/012-daemonts         |   2 +-
 test/simulation/013-nameserv         |   2 +-
 test/simulation/101-poll             |   2 +-
 test/simulation/102-iburst           |   2 +-
 test/simulation/103-initstepslew     |   2 +-
 test/simulation/104-driftfile        |   2 +-
 test/simulation/105-ntpauth          |   2 +-
 test/simulation/106-refclock         |   2 +-
 test/simulation/107-allowdeny        |   2 +-
 test/simulation/108-peer             |   2 +-
 test/simulation/109-makestep         |   2 +-
 test/simulation/110-chronyc          |   2 +-
 test/simulation/111-knownclient      |   2 +-
 test/simulation/112-port             |   2 +-
 test/simulation/113-leapsecond       |   2 +-
 test/simulation/114-presend          |   2 +-
 test/simulation/115-cmdmontime       |   2 +-
 test/simulation/116-minsources       |   2 +-
 test/simulation/117-fallbackdrift    |   2 +-
 test/simulation/118-maxdelay         |   2 +-
 test/simulation/119-smoothtime       |   2 +-
 test/simulation/120-selectoptions    |   2 +-
 test/simulation/121-orphan           |   2 +-
 test/simulation/122-xleave           |   2 +-
 test/simulation/123-mindelay         |   2 +-
 test/simulation/124-tai              |   2 +-
 test/simulation/125-packetloss       |   2 +-
 test/simulation/126-burst            |   2 +-
 test/simulation/127-filter           |   2 +-
 test/simulation/128-nocontrol        |   2 +-
 test/simulation/129-reload           |   2 +-
 test/simulation/130-quit             |   2 +-
 test/simulation/131-maxchange        |   2 +-
 test/simulation/132-logchange        |   2 +-
 test/simulation/133-hwtimestamp      |   2 +-
 test/simulation/134-log              |   2 +-
 test/simulation/135-ratelimit        |   2 +-
 test/simulation/136-broadcast        |   2 +-
 test/simulation/137-pool             |   2 +-
 test/simulation/138-syncloop         |   2 +-
 test/simulation/139-nts              |   2 +-
 test/simulation/140-noclientlog      |   2 +-
 test/simulation/201-freqaccumulation |   2 +-
 test/simulation/202-prefer           |   2 +-
 test/simulation/run                  |   2 +-
 test/system/007-cmdmon               |  20 ++
 test/system/test.common              |  12 +-
 test/unit/util.c                     | 380 +++++++++++++++++++++++++++++++++--
 util.c                               |  15 +-
 72 files changed, 532 insertions(+), 192 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/