From owner-svn-ports-branches@freebsd.org Sat Aug 22 11:04:22 2020 Return-Path: Delivered-To: svn-ports-branches@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 17A7E3B69AE; Sat, 22 Aug 2020 11:04:22 +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 4BYb9x6VzQz4TSx; Sat, 22 Aug 2020 11:04:21 +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 C3CC5155B8; Sat, 22 Aug 2020 11:04:21 +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 07MB4LEG070837; Sat, 22 Aug 2020 11:04:21 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07MB4Lp6070835; Sat, 22 Aug 2020 11:04:21 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202008221104.07MB4Lp6070835@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:04:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r545760 - branches/2020Q3/net/chrony X-SVN-Group: ports-branches X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: branches/2020Q3/net/chrony X-SVN-Commit-Revision: 545760 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Aug 2020 11:04:22 -0000 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