pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/openntpd
Module Name: pkgsrc
Committed By: pin
Date: Sat Aug 12 17:04:45 UTC 2023
Modified Files:
pkgsrc/net/openntpd: DESCR Makefile distinfo
Log Message:
net/openntpd: update to 6.8p1
6.8p1 - New release based on OpenBSD 6.8
* The ntpd daemon now gets and sets the clock in a secure way when booting
even when a battery-backed clock is absent.
* Improvements in DNS resolving and constraints checking, especially during
startup. Unreliable NTP peers are removed from the pool and DNS resolving
is repeated to add replacements.
* Improved reliability and security of TLS constraint checking.
* Improved logging of failure cases.
* Prevent the case of multiple ntpds running at once by checking presence
of the local control socket.
* TLS certificates are now searched in TLS_CA_CERT_FILE.
* The default ntpd.conf configuration file now uses 9.9.9.9 and
2620:fe::fe, in addition to google.com, when performing time constraint
validation.
* Improved handling unsynched mode when there is no replies from an NTP
server, such as when there are network connectivity issues.
* To build OpenNTPD with time constraint support, libtls from LibreSSL
3.2.2 or later are recommended. LibreSSL 3.2.2 and later include a
self-contained libtls, which allows OpenNTPD to work with constraints
even on systems even where libcrypto and libssl are not from LibreSSL.
6.2p3 - Bug fixes
* Fixed build on OS X
6.2p2 - Bug fixes
* Fixed support for 'query from' and clarified usage.
6.2p1 - New release based on OpenBSD 6.2
* Added option "query from <ip>" to ntpd.conf, to specify a local IP
address for outgoing NTP queries.
6.1p1 - New release based on OpenBSD 6.1
* Quieted warnings about constraint connection retries.
* Implemented fork+exec for ntpd child processes.
* Added imsg inter-process reliability fixes.
* Fixed memory leaks and reduced heap memory usage.
* Numerous logging improvements and additions.
* Added macOS 10.12 getentropy support.
* Fixed arc4random blacklist use native implementations where
possible.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/openntpd/DESCR
cvs rdiff -u -r1.45 -r1.46 pkgsrc/net/openntpd/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/openntpd/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/openntpd/DESCR
diff -u pkgsrc/net/openntpd/DESCR:1.3 pkgsrc/net/openntpd/DESCR:1.4
--- pkgsrc/net/openntpd/DESCR:1.3 Tue Jan 20 10:45:01 2015
+++ pkgsrc/net/openntpd/DESCR Sat Aug 12 17:04:45 2023
@@ -8,7 +8,3 @@ Project and gets released as a base comp
The portable version is maintained by Brent Cook and is mirrored on Github and
available as periodic tarball releases. Contributions are welcome to both the
OpenNTPD core and the portable build framework.
-
-The software is freely usable and re-usable by everyone under a BSD license.
-The OpenBSD project sells CDs, T-Shirts and Posters. Sales of these items help
-to fund development.
Index: pkgsrc/net/openntpd/Makefile
diff -u pkgsrc/net/openntpd/Makefile:1.45 pkgsrc/net/openntpd/Makefile:1.46
--- pkgsrc/net/openntpd/Makefile:1.45 Sat Jul 10 18:32:15 2021
+++ pkgsrc/net/openntpd/Makefile Sat Aug 12 17:04:45 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2021/07/10 18:32:15 dholland Exp $
+# $NetBSD: Makefile,v 1.46 2023/08/12 17:04:45 pin Exp $
-DISTNAME= openntpd-6.0p1
-PKGREVISION= 1
+DISTNAME= openntpd-6.8p1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_OPENBSD:=OpenNTPD/}
Index: pkgsrc/net/openntpd/distinfo
diff -u pkgsrc/net/openntpd/distinfo:1.15 pkgsrc/net/openntpd/distinfo:1.16
--- pkgsrc/net/openntpd/distinfo:1.15 Tue Oct 26 11:06:12 2021
+++ pkgsrc/net/openntpd/distinfo Sat Aug 12 17:04:45 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 11:06:12 nia Exp $
+$NetBSD: distinfo,v 1.16 2023/08/12 17:04:45 pin Exp $
-BLAKE2s (openntpd-6.0p1.tar.gz) = 41b483263fccef867d123e7946d30ca88a18f47ea44db16f515367d4b207f166
-SHA512 (openntpd-6.0p1.tar.gz) = a71c516dbe7596cbcb3a385112a59a82185b7e3d93a52eda695cea5a0a599ba7fbf58daa81da55d608255cb6950398123fa7d71663604a4c3bcbee949711296d
-Size (openntpd-6.0p1.tar.gz) = 432696 bytes
+BLAKE2s (openntpd-6.8p1.tar.gz) = e747f977ef2bd4ae24260b413234e479befba77eaa769d1e6ec92842f9fdc06b
+SHA512 (openntpd-6.8p1.tar.gz) = 200056bedb9c757aae1ce5d3f6655175ec058cb479429fe4704955f3a3fa15e8a9cb578ae4898ddb4cfc08c9742bbab6a7c92b5e569f06a148e40c448360b58f
+Size (openntpd-6.8p1.tar.gz) = 443997 bytes
Home |
Main Index |
Thread Index |
Old Index