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.
This commit is contained in:
pin 2023-08-12 17:04:45 +00:00
parent 37627c40dd
commit 9b6685ba57
3 changed files with 6 additions and 11 deletions

View File

@ -8,7 +8,3 @@ Project and gets released as a base component of OpenBSD every six months.
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.

View File

@ -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/}

View File

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