File openntpd.changes of Package openntpd
-------------------------------------------------------------------
Fri Jan 8 17:24:43 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Let system-user-ntp handle the user/group generation
-------------------------------------------------------------------
Tue Sep 15 15:15:15 UTC 2020 - olaf@aepfle.de
- Fix build with openntpd.patch
-------------------------------------------------------------------
Fri May 18 20:29:56 UTC 2018 - jengelh@inai.de
- Update to new upstream release 6.2p3
* Added option "query from <ip>" to ntpd.conf, to specify a
local IP address for outgoing NTP queries.
-------------------------------------------------------------------
Sun Nov 20 20:49:40 UTC 2016 - jengelh@inai.de
- Update to new upstream release 6.0p1
* Set MOD_MAXERROR to avoid unsynced time status when using
ntp_adjtime.
* Fixed HTTP Timestamp header parsing to use strptime in a more
portable fashion.
-------------------------------------------------------------------
Wed May 18 08:23:55 UTC 2016 - jengelh@inai.de
- Update to new upstream release 5.9p1
* When a single "constraint" is specified, try all returned
addresses until one succeeds, rather than the first returned
address.
* Relaxed the constraint error margin to be proportional to the
number of NTP peers, avoid constant reconnections when there is
a bad NTP peer.
* Removed disabled hotplug sensor support.
* Added support for detecting crashes in constraint subprocesses.
* Moved the execution of constraints from the ntp process to the
parent process, allowing for better privilege separation since
the ntp process can be further restricted.
* Fixed high CPU usage when the network is down.
* Fixed various memory leaks.
* Switched to RMS for jitter calculations.
-------------------------------------------------------------------
Mon Jun 8 22:44:26 UTC 2015 - jengelh@inai.de
- Update to new upstream release 5.7p4
* Added support for using HTTPS time constraints to validate NTP
responses. You can find a detailed description of the feature
and how it works here:
http://marc.info/?l=openbsd-tech&m=142356166731390&w=2 See the
man page and example config file for configuration details.
* Workaround an overflow on systems with 32-bit time_t. This can
result in a failure to set the time if the initial clock is set
later than early 2036. Systems with a 32-bit time_t should
upgrade well in advance of this date, but today this helps with
systems that boot with an invalid initial time.
-------------------------------------------------------------------
Sat Mar 14 00:18:21 UTC 2015 - jengelh@inai.de
- Initial package (version 5.7p3) for build.opensuse.org