[chrony-dev] [GIT] chrony/chrony.git branch master updated. 3.1-72-g1c277a8 |
[ 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 1c277a88509fbab3a2184a1e772ae9a5d90d9660 (commit)
via ccb94ac5fbc84c04986eedda3b23196aaa64e4fb (commit)
via 778fce4039e1763f9da367a97a53446d28810f1c (commit)
via 9983185d6d20d0b051c273eb9b4ae2fe8ad3d7b4 (commit)
via 7bd1c0278199462ab52c8d0ffeab848ad0ffe7b6 (commit)
from 760285218f2dc0a86da23b059ab0ef1b5b0e0f03 (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 1c277a88509fbab3a2184a1e772ae9a5d90d9660
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Jul 13 14:13:01 2017 +0200
configure: check for hardening compiler options
If no CFLAGS are specified, check if common security hardening options
are supported and add them to the CFLAGS/LDFLAGS. These are typically
enabled in downstream packages, but users compiling chrony from sources
with default CFLAGS should get hardened binaries too.
commit ccb94ac5fbc84c04986eedda3b23196aaa64e4fb
Author: Bryan Christianson <bryan@xxxxxxxxxxxxx>
Date: Thu Jul 13 12:18:02 2017 +1200
sys_macosx: add support for ntp_adjtime() on macOS 10.13+
macOS 10.13 will implement the ntp_adjtime() system call, allowing
better control over the system clock than is possible with the existing
adjtime() system call. chronyd will support both the older and newer
calls, enabling binary code to run without recompilation on macOS 10.9
through macOS 10.13.
Early releases of macOS 10.13 have a very buggy adjtime() call. The
macOS driver tests adjtime() to see if the bug has been fixed. If the
bug persists then the timex driver is invoked otherwise the netbsd
driver.
commit 778fce4039e1763f9da367a97a53446d28810f1c
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jul 12 18:38:44 2017 +0200
main: don't require root privileges with -Q option
If the -Q option is specified, disable by default pidfile, ntpport,
cmdport, Unix domain command socket, and clock control, in order to
allow starting chronyd without root privileges and/or when another
chronyd instance is already running.
commit 9983185d6d20d0b051c273eb9b4ae2fe8ad3d7b4
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jul 12 18:12:32 2017 +0200
ntp: define NTP port for configuration code
commit 7bd1c0278199462ab52c8d0ffeab848ad0ffe7b6
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jul 12 17:30:19 2017 +0200
main: refactor check of pidfile
-----------------------------------------------------------------------
Summary of changes:
conf.c | 17 +++++++----
conf.h | 2 +-
configure | 25 ++++++++++++++++
doc/chrony.conf.adoc | 36 ++++++++++++----------
doc/chronyd.adoc | 9 +++---
main.c | 72 +++++++++++++++++++-------------------------
ntp.h | 3 ++
sys_macosx.c | 80 ++++++++++++++++++++++++++++++++++++++++++++++---
sysincl.h | 2 +-
test/unit/clientlog.c | 2 +-
test/unit/keys.c | 2 +-
test/unit/ntp_core.c | 2 +-
test/unit/ntp_sources.c | 2 +-
test/unit/smooth.c | 2 +-
test/unit/sources.c | 2 +-
15 files changed, 180 insertions(+), 78 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.