From owner-svn-ports-all@freebsd.org Sat Aug 22 11:03:04 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 836123B6BA6; Sat, 22 Aug 2020 11:03:04 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BYb8S2vjdz4TSb; Sat, 22 Aug 2020 11:03:04 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 48507153D3; Sat, 22 Aug 2020 11:03:04 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07MB34ZT070640; Sat, 22 Aug 2020 11:03:04 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07MB3351070638; Sat, 22 Aug 2020 11:03:03 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202008221103.07MB3351070638@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sat, 22 Aug 2020 11:03:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545759 - head/net/chrony X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/net/chrony X-SVN-Commit-Revision: 545759 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Aug 2020 11:03:04 -0000 Author: mandree Date: Sat Aug 22 11:03:03 2020 New Revision: 545759 URL: https://svnweb.freebsd.org/changeset/ports/545759 Log: 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 MFH: 2020Q2 (blanket: upstream has one specific git commit between 3.5 and 3.5.1) Security: CVE-2020-14367 Security: 719f06af-e45e-11ea-95a1-c3b8167b8026 Modified: head/net/chrony/Makefile head/net/chrony/distinfo Modified: head/net/chrony/Makefile ============================================================================== --- head/net/chrony/Makefile Sat Aug 22 10:23:59 2020 (r545758) +++ head/net/chrony/Makefile Sat Aug 22 11:03:03 2020 (r545759) @@ -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: head/net/chrony/distinfo ============================================================================== --- head/net/chrony/distinfo Sat Aug 22 10:23:59 2020 (r545758) +++ head/net/chrony/distinfo Sat Aug 22 11:03:03 2020 (r545759) @@ -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