diff options
author | pi <pi@FreeBSD.org> | 2016-06-05 11:35:27 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-06-05 11:35:27 +0800 |
commit | 9416cba7d4ab94a7d034a9d4b4313253684fc96c (patch) | |
tree | 4c0cb1883bf18460c20e9d16b47fd44dd45b84c3 /net | |
parent | abb18c3f45ae6a4694ee1d09eb6f9b8707ac86e0 (diff) | |
download | freebsd-ports-gnome-9416cba7d4ab94a7d034a9d4b4313253684fc96c.tar.gz freebsd-ports-gnome-9416cba7d4ab94a7d034a9d4b4313253684fc96c.tar.zst freebsd-ports-gnome-9416cba7d4ab94a7d034a9d4b4313253684fc96c.zip |
net/chrony: 2.2 -> 2.3
- submitter becomes maintainer after repeated maintainer timeouts
Enhancements
- Add support for NTP and command response rate limiting
- Add support for dropping root privileges on Mac OS X, FreeBSD, Solaris
- Add require and trust options for source selection
- Enable logchange by default (1 second threshold)
- Set RTC on Mac OS X with rtcsync directive
- Allow binding to NTP port after dropping root privileges on NetBSD
- Drop CAP_NET_BIND_SERVICE capability on Linux when NTP port is disabled
- Resolve names in separate process when seccomp filter is enabled
- Replace old records in client log when memory limit is reached
- Don't reveal local time and synchronisation state in client packets
- Don't keep client sockets open for longer than necessary
- Ignore poll in KoD RATE packets as ntpd doesn't always set it correctly
- Warn when using keys shorter than 80 bits
- Add keygen command to generate random keys easily
- Add serverstats command to report NTP and command packet statistics
Bug fixes
- Fix clock correction after making step on Mac OS X
- Fix building on Solaris
PR: 209690
Submitted by: Yonas Yanfa <yonas@fizk.net)
Approved by: masaki@club.kyutech.ac.jp (maintainer timeout)
Diffstat (limited to 'net')
-rw-r--r-- | net/chrony/Makefile | 5 | ||||
-rw-r--r-- | net/chrony/distinfo | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net/chrony/Makefile b/net/chrony/Makefile index 7cf68743ee9f..0cdadd37ed2d 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= chrony -PORTVERSION= 2.2 +PORTVERSION= 2.3 CATEGORIES= net MASTER_SITES= http://download.tuxfamily.org/chrony/ -MAINTAINER= masaki@club.kyutech.ac.jp +MAINTAINER= yonas@fizk.net COMMENT= System clock synchronization client and server LICENSE= GPLv2 @@ -38,6 +38,7 @@ PORTEXAMPLES= chrony.conf.example1 chrony.conf.example2 \ # --without-tomcrypt Don't use libtomcrypt even if it is available # --disable-pps Disable PPS API support OPTIONS_DEFINE= IPV6 +OPTIONS_DEFAULT= IPV6 IPV6_CATEGORIES= ipv6 IPV6_CONFIGURE_OFF= --disable-ipv6 diff --git a/net/chrony/distinfo b/net/chrony/distinfo index f12517b2581d..167462ceb9a2 100644 --- a/net/chrony/distinfo +++ b/net/chrony/distinfo @@ -1,2 +1,3 @@ -SHA256 (chrony-2.2.tar.gz) = d3fd820fa63badf54ee0e48a649b94ea739df3aac5efa104bd90f89795aa2485 -SIZE (chrony-2.2.tar.gz) = 340285 +TIMESTAMP = 1463905958 +SHA256 (chrony-2.3.tar.gz) = 58bffb523012fb0fa87cc0d94d6e36de9689fe9556519cbd0d1ba254af92ccb2 +SIZE (chrony-2.3.tar.gz) = 355113 |