pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/chrony chrony: update to 4.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/7dafcbe82ebf
branches: trunk
changeset: 454485:7dafcbe82ebf
user: nia <nia%pkgsrc.org@localhost>
date: Sat Jun 12 08:38:01 2021 +0000
description:
chrony: update to 4.1
New in version 4.1
==================
Enhancements
------------
* Add support for NTS servers specified by IP address (matching
Subject Alternative Name in server certificate)
* Add source-specific configuration of trusted certificates
* Allow multiple files and directories with trusted certificates
* Allow multiple pairs of server keys and certificates
* Add copy option to server/pool directive
* Increase PPS lock limit to 40% of pulse interval
* Perform source selection immediately after loading dump files
* Reload dump files for addresses negotiated by NTS-KE server
* Update seccomp filter and add less restrictive level
* Restart ongoing name resolution on online command
Bug fixes
---------
* Fix responding to IPv4 command requests on FreeBSD
* Fix dump files to not include uncorrected offset
* Fix initstepslew to accept time from own NTP clients
* Reset NTP address and port when no longer negotiated by NTS-KE server
diffstat:
net/chrony/MESSAGE | 10 ----------
net/chrony/Makefile | 8 +++++---
net/chrony/distinfo | 10 +++++-----
3 files changed, 10 insertions(+), 18 deletions(-)
diffs (55 lines):
diff -r a1b8b78f11f7 -r 7dafcbe82ebf net/chrony/MESSAGE
--- a/net/chrony/MESSAGE Sat Jun 12 08:26:24 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2002/07/15 22:57:29 heinz Exp $
-
-Sample config files can be found here:
-
- ${PREFIX}/share/examples/chrony
-
-Copy them to ${PREFIX}/etc and edit to suit your needs.
-
-===========================================================================
diff -r a1b8b78f11f7 -r 7dafcbe82ebf net/chrony/Makefile
--- a/net/chrony/Makefile Sat Jun 12 08:26:24 2021 +0000
+++ b/net/chrony/Makefile Sat Jun 12 08:38:01 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2021/04/21 13:25:07 adam Exp $
+# $NetBSD: Makefile,v 1.46 2021/06/12 08:38:01 nia Exp $
-DISTNAME= chrony-4.0
-PKGREVISION= 1
+DISTNAME= chrony-4.1
CATEGORIES= net
MASTER_SITES= https://download.tuxfamily.org/chrony/
@@ -36,6 +35,9 @@
${INSTALL_DATA} "${WRKSRC}/examples/chrony.keys.example" \
"${DESTDIR}${EGDIR}/chrony.keys.example";
+CONF_FILES+= ${EGDIR}/chrony.conf.example \
+ ${PKG_SYSCONFDIR}/chrony.conf
+
.include "options.mk"
.include "../../devel/editline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r a1b8b78f11f7 -r 7dafcbe82ebf net/chrony/distinfo
--- a/net/chrony/distinfo Sat Jun 12 08:26:24 2021 +0000
+++ b/net/chrony/distinfo Sat Jun 12 08:38:01 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.15 2021/03/12 09:57:18 nia Exp $
+$NetBSD: distinfo,v 1.16 2021/06/12 08:38:01 nia Exp $
-SHA1 (chrony-4.0.tar.gz) = 628340e7ff3311ea5b5a6198bacde2a8b05b6ae4
-RMD160 (chrony-4.0.tar.gz) = 2c83cf187a5041333e972fe84cb3c825f1e2e941
-SHA512 (chrony-4.0.tar.gz) = a1c11a386c43f495910f7f2e9b5fbb1652c3631471d182b9b8203dfef98611d11535ad547a879856551263aed0ae2e30e4135b8ed89553684706166bc1c725c9
-Size (chrony-4.0.tar.gz) = 546939 bytes
+SHA1 (chrony-4.1.tar.gz) = 15dc1976653f17d290b65007a4779e3f4ac1833e
+RMD160 (chrony-4.1.tar.gz) = 9df3b31d78433fcb251dd2c80034f874b0d987a0
+SHA512 (chrony-4.1.tar.gz) = 5e283d6a56e6852606c681a7c29c5786b102d584178cbd7033ebbc95a8e95533605631363b850a3087cca438a5878db7a317f120aab2fd856487d02fccfbcb1f
+Size (chrony-4.1.tar.gz) = 564648 bytes
SHA1 (patch-Makefile.in) = 42ebfcdbce472a173890571625efc4fef583d5b6
SHA1 (patch-client.c) = 4155d6de9899ed599ace4a516f62847dfa723f53
SHA1 (patch-configure) = bf8ab3d81dafafb329402dd0eb4ac276eed10a2f
Home |
Main Index |
Thread Index |
Old Index