Received: by mail.netbsd.org (Postfix, from userid 605) id 6583484D98; Sat, 12 Jun 2021 08:38:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A11F784D85 for ; Sat, 12 Jun 2021 08:38:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4Nmpum8C4-CS for ; Sat, 12 Jun 2021 08:38:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 11B4284D6C for ; Sat, 12 Jun 2021 08:38:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0B62CFA95; Sat, 12 Jun 2021 08:38:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1623487082121610" MIME-Version: 1.0 Date: Sat, 12 Jun 2021 08:38:02 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/net/chrony To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210612083802.0B62CFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1623487082121610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Jun 12 08:38:01 UTC 2021 Modified Files: pkgsrc/net/chrony: Makefile distinfo Removed Files: pkgsrc/net/chrony: MESSAGE Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.2 -r0 pkgsrc/net/chrony/MESSAGE cvs rdiff -u -r1.45 -r1.46 pkgsrc/net/chrony/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/chrony/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1623487082121610 Content-Disposition: inline Content-Length: 2070 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/chrony/Makefile diff -u pkgsrc/net/chrony/Makefile:1.45 pkgsrc/net/chrony/Makefile:1.46 --- pkgsrc/net/chrony/Makefile:1.45 Wed Apr 21 13:25:07 2021 +++ pkgsrc/net/chrony/Makefile Sat Jun 12 08:38:01 2021 @@ -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 @@ post-install: ${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" Index: pkgsrc/net/chrony/distinfo diff -u pkgsrc/net/chrony/distinfo:1.15 pkgsrc/net/chrony/distinfo:1.16 --- pkgsrc/net/chrony/distinfo:1.15 Fri Mar 12 09:57:18 2021 +++ pkgsrc/net/chrony/distinfo Sat Jun 12 08:38:01 2021 @@ -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 --_----------=_1623487082121610--