From owner-svn-ports-head@FreeBSD.ORG Sat May 23 18:59:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50B43A56; Sat, 23 May 2015 18:59:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E6691103; Sat, 23 May 2015 18:59:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4NIxDI9026797; Sat, 23 May 2015 18:59:13 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4NIxCBK026790; Sat, 23 May 2015 18:59:12 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201505231859.t4NIxCBK026790@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 23 May 2015 18:59:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387180 - in head/net/chrony: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 May 2015 18:59:13 -0000 Author: pi Date: Sat May 23 18:59:11 2015 New Revision: 387180 URL: https://svnweb.freebsd.org/changeset/ports/387180 Log: net/chrony: 1.31 -> 1.31.1 - Update to 1.31.1 to resolve CVE-2015-1799, CVE-2015-1821, and CVE-2015-1822 - Regenerate patches with `make makepatch` to quiet portlint - Strip binaries PR: 199508 Submitted by: Jason Unovitch Approved by: masaki@club.kyutech.ac.jp (maintainer timeout) Modified: head/net/chrony/Makefile head/net/chrony/distinfo head/net/chrony/files/patch-examples-chrony.conf.example head/net/chrony/files/patch-examples-chrony.conf.example2 Modified: head/net/chrony/Makefile ============================================================================== --- head/net/chrony/Makefile Sat May 23 18:28:13 2015 (r387179) +++ head/net/chrony/Makefile Sat May 23 18:59:11 2015 (r387180) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chrony -PORTVERSION= 1.31 +PORTVERSION= 1.31.1 CATEGORIES= net MASTER_SITES= http://download.tuxfamily.org/chrony/ @@ -34,6 +34,10 @@ OPTIONS_DEFAULT= IPV6 IPV6_CATEGORIES= ipv6 IPV6_CONFIGURE_OFF= --disable-ipv6 +post-stage: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/chronyc + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/chronyd + post-install: .for f in chrony.conf.example chrony.conf.example2 chrony.keys.example ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${STAGEDIR}${PREFIX}/etc Modified: head/net/chrony/distinfo ============================================================================== --- head/net/chrony/distinfo Sat May 23 18:28:13 2015 (r387179) +++ head/net/chrony/distinfo Sat May 23 18:59:11 2015 (r387180) @@ -1,2 +1,2 @@ -SHA256 (chrony-1.31.tar.gz) = a35e1cae46ecbe14af2023bb47a72a03d79591b2ff65f0072b3400153224996d -SIZE (chrony-1.31.tar.gz) = 395742 +SHA256 (chrony-1.31.1.tar.gz) = 0ba9f4b58e20b2eaae921eb8c798108ef72d8ea6fdcc7eb0167b56690d212348 +SIZE (chrony-1.31.1.tar.gz) = 395797 Modified: head/net/chrony/files/patch-examples-chrony.conf.example ============================================================================== --- head/net/chrony/files/patch-examples-chrony.conf.example Sat May 23 18:28:13 2015 (r387179) +++ head/net/chrony/files/patch-examples-chrony.conf.example Sat May 23 18:59:11 2015 (r387180) @@ -1,4 +1,4 @@ ---- examples/chrony.conf.example.orig 2014-01-31 20:12:59 +0800 +--- examples/chrony.conf.example.orig 2015-04-07 14:35:16 UTC +++ examples/chrony.conf.example @@ -42,6 +42,13 @@ # Failing that, there are a lot of public NTP servers. There is a list @@ -23,7 +23,7 @@ # Tell chronyd which numbered key in the file is used as the password # for chronyc. (You can pick any integer up to 2**32-1. '1' is just a -@@ -129,7 +136,7 @@ commandkey 1 +@@ -132,7 +139,7 @@ generatecommandkey # still running and bail out. If you want to change the path to the PID # file, uncomment this line and edit it. The default path is shown. @@ -32,7 +32,7 @@ ####################################################################### ### INITIAL CLOCK CORRECTION -@@ -152,8 +159,8 @@ commandkey 1 +@@ -155,8 +162,8 @@ generatecommandkey # produce some graphs of your system's timekeeping performance, or you # need help in debugging a problem. Modified: head/net/chrony/files/patch-examples-chrony.conf.example2 ============================================================================== --- head/net/chrony/files/patch-examples-chrony.conf.example2 Sat May 23 18:28:13 2015 (r387179) +++ head/net/chrony/files/patch-examples-chrony.conf.example2 Sat May 23 18:59:11 2015 (r387180) @@ -1,4 +1,4 @@ ---- examples/chrony.conf.example2.orig 2014-01-31 20:12:59 +0800 +--- examples/chrony.conf.example2.orig 2015-04-07 14:35:16 UTC +++ examples/chrony.conf.example2 @@ -1,9 +1,17 @@ # Use public servers from the pool.ntp.org project.