Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jun 2016 03:35:27 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416385 - head/net/chrony
Message-ID:  <201606050335.u553ZRGl086323@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Jun  5 03:35:27 2016
New Revision: 416385
URL: https://svnweb.freebsd.org/changeset/ports/416385

Log:
  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)

Modified:
  head/net/chrony/Makefile
  head/net/chrony/distinfo

Modified: head/net/chrony/Makefile
==============================================================================
--- head/net/chrony/Makefile	Sun Jun  5 02:46:33 2016	(r416384)
+++ head/net/chrony/Makefile	Sun Jun  5 03:35:27 2016	(r416385)
@@ -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 chron
 #  --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

Modified: head/net/chrony/distinfo
==============================================================================
--- head/net/chrony/distinfo	Sun Jun  5 02:46:33 2016	(r416384)
+++ head/net/chrony/distinfo	Sun Jun  5 03:35:27 2016	(r416385)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606050335.u553ZRGl086323>