Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 May 2015 18:59:12 +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: r387180 - in head/net/chrony: . files
Message-ID:  <201505231859.t4NIxCBK026790@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <jason.unovitch@gmail.com>
  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.



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