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 badaa83c319ae5a0bef872d1e7a55bf1260c1b84 (commit) from bbeec7361c339090cbca0356b83a4131f9b4502a (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 badaa83c319ae5a0bef872d1e7a55bf1260c1b84 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Wed Jan 18 16:14:10 2023 +0100 refclock: convert mismatched timeval in SOCK messages On 32-bit glibc-based (>=2.34) systems, allow the SOCK client to send messages with timevals using the other time_t size than chrony. If the length of the received message corresponds to the other size, convert the timeval and move the rest of the message before its processing. This is needed for compatibility with the current development version of gpsd, which forces 64-bit time_t on these systems, while chrony needs to be compiled with the same time_t as gnutls. ----------------------------------------------------------------------- Summary of changes: refclock_sock.c | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) 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.