svn commit: r545759 - head/net/chrony

Matthias Andree mandree at FreeBSD.org
Sat Aug 22 11:03:04 UTC 2020


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 at 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


More information about the svn-ports-head mailing list