Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Aug 2020 11:04:21 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r545760 - branches/2020Q3/net/chrony
Message-ID:  <202008221104.07MB4Lp6070835@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Sat Aug 22 11:04:21 2020
New Revision: 545760
URL: https://svnweb.freebsd.org/changeset/ports/545760

Log:
  MFH: r545759
  
  net/chrony: security update to 3.5.1
  
  This upstream update essentially contains one Git commit:
  https://git.tuxfamily.org/chrony/chrony.git/commit/?h=3.5-stable&id=f00fed20092b6a42283f29c6ee1f58244d74b545
  
  It is to fix a symlink vulnerability when writing the pidfile.
  
  Changelog: https://listengine.tuxfamily.org/chrony.tuxfamily.org/chrony-announce/2020/08/msg00000.html
  
  Security:	CVE-2020-14367
  Security:	719f06af-e45e-11ea-95a1-c3b8167b8026
  
  Approved by:	ports-secteam (blanket, upstream update contains only security fix)

Modified:
  branches/2020Q3/net/chrony/Makefile
  branches/2020Q3/net/chrony/distinfo
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/net/chrony/Makefile
==============================================================================
--- branches/2020Q3/net/chrony/Makefile	Sat Aug 22 11:03:03 2020	(r545759)
+++ branches/2020Q3/net/chrony/Makefile	Sat Aug 22 11:04:21 2020	(r545760)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	chrony
-PORTVERSION=	3.5
-PORTREVISION=	3
+PORTVERSION=	3.5.1
 CATEGORIES=	net
-MASTER_SITES=	http://download.tuxfamily.org/chrony/
+MASTER_SITES=	https://download.tuxfamily.org/chrony/ \
+		LOCAL/mandree
 
 MAINTAINER=	mandree@FreeBSD.org
 COMMENT=	System clock synchronization client and server

Modified: branches/2020Q3/net/chrony/distinfo
==============================================================================
--- branches/2020Q3/net/chrony/distinfo	Sat Aug 22 11:03:03 2020	(r545759)
+++ branches/2020Q3/net/chrony/distinfo	Sat Aug 22 11:04:21 2020	(r545760)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1564743396
-SHA256 (chrony-3.5.tar.gz) = 4e02795b1260a4ec51e6ace84149036305cc9fc340e65edb9f8452aa611339b5
-SIZE (chrony-3.5.tar.gz) = 458226
+TIMESTAMP = 1598090949
+SHA256 (chrony-3.5.1.tar.gz) = 1ba82f70db85d414cd7420c39858e3ceca4b9eb8b028cbe869512c3a14a2dca7
+SIZE (chrony-3.5.1.tar.gz) = 459902



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