diff options
author | Oleg Sidorkin <osidorkin@gmail.com> | 2021-12-27 15:58:25 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-12-27 15:59:10 +0000 |
commit | b2310eb90e7efc127625562439ef050ff78dbe11 (patch) | |
tree | 2e17512771cfa41514c7356daa9a0ba25eb78328 | |
parent | 719e63e2fba2b9996d88e36ee400ab73d908d4ac (diff) | |
download | ports-b2310eb90e7efc127625562439ef050ff78dbe11.tar.gz ports-b2310eb90e7efc127625562439ef050ff78dbe11.zip |
net/chrony: update to 4.2
committed v2 with one typo fix
PR: 260731
Signed-off-by: Matthias Andree <mandree@FreeBSD.org>
-rw-r--r-- | net/chrony/Makefile | 3 | ||||
-rw-r--r-- | net/chrony/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net/chrony/Makefile b/net/chrony/Makefile index 0fcc7ae75235..4949f324d8a6 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -1,11 +1,12 @@ # Created by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> PORTNAME= chrony -DISTVERSION= 4.1 +DISTVERSION= 4.2 CATEGORIES= net MASTER_SITES= https://download.tuxfamily.org/chrony/ \ LOCAL/mandree +# overridden in net/chrony-lite MAINTAINER?= mandree@FreeBSD.org COMMENT?= System clock synchronization client and server diff --git a/net/chrony/distinfo b/net/chrony/distinfo index 6b22debeb246..8d6d70197427 100644 --- a/net/chrony/distinfo +++ b/net/chrony/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620745939 -SHA256 (chrony-4.1.tar.gz) = ed76f2d3f9347ac6221a91ad4bd553dd0565ac188cd7490d0801d08f7171164c -SIZE (chrony-4.1.tar.gz) = 564648 +TIMESTAMP = 1640613109 +SHA256 (chrony-4.2.tar.gz) = 273f9fd15c328ed6f3a5f6ba6baec35a421a34a73bb725605329b1712048db9a +SIZE (chrony-4.2.tar.gz) = 578411 |