[chrony-dev] [GIT] chrony/chrony.git branch master updated. 3.3-pre1-14-g3663457

[ 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  366345790dae6dcbc9aaa1b80000efccabc752ca (commit)
       via  f881c153bfe983366fda83d1067788a09e975437 (commit)
       via  19f3ab222586274e60e62eb35b3f68beb39acbb8 (commit)
       via  fd1e80802f69ca5194928bb7f5e840d09a6824cd (commit)
      from  4b7cb161a81faa7d9f44e5bf7991c5fc8ebc5a49 (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 366345790dae6dcbc9aaa1b80000efccabc752ca
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Apr 4 09:17:08 2018 +0200

    doc: update NEWS

commit f881c153bfe983366fda83d1067788a09e975437
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Apr 4 09:14:16 2018 +0200

    client: update copyright years

commit 19f3ab222586274e60e62eb35b3f68beb39acbb8
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Apr 4 09:07:10 2018 +0200

    ntp: fix handling of socket errors with error queue
    
    In the next Linux version the recvmmsg() system call will be probably
    fixed to not return socket errors (e.g. due to ICMP) when reading from
    the error queue.
    
    The NTP I/O code assumed this was the correct behavior. When the system
    call is fixed, a socket error on a client socket will cause chronyd to
    enter a busy loop consuming the CPU until the receive timeout is reached
    (8 seconds by default).
    
    Use getsockopt(SO_ERROR) to clear the socket error when reading from the
    error queue failed.

commit fd1e80802f69ca5194928bb7f5e840d09a6824cd
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Apr 3 11:05:33 2018 +0200

    privops: allow binding to acquisition port
    
    Fix the privileged helper process to allow binding of client sockets to
    a non-zero acquisition port which is not equal to the server port.

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

Summary of changes:
 NEWS        |  2 ++
 client.c    |  2 +-
 ntp_io.c    | 14 ++++++++++++++
 privops.c   |  5 +++--
 sys_linux.c |  2 +-
 5 files changed, 21 insertions(+), 4 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/