Portable build framework for OpenNTPD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
2.4 KiB

  1. For detailed changes, see the changes either in the OpenBSD CVS repository or
  2. the GitHub mirror.
  3. 2015-03-24 OpenNTPD 5.7p4
  4. * Added support for HTTPS constraints to validate NTP responses.
  5. See the man page and example config file for how to configure it.
  6. The initial announcement:
  7. http://marc.info/?l=openbsd-tech&m=142356166731390&w=2 is an
  8. explanation of the rationale and how the feature works.
  9. * Workaround an apparent bug in Solaris adjtime that cause the clock
  10. to report sync/unsync continuously.
  11. * Workaround an issue on systems with 32-bit time_t that causes an
  12. overflow if the system time is later than early 2036.
  13. The libtls library, as shipped with LibreSSL 2.1.4 or later, is
  14. required to use the HTTPS constraint feature, though it is not
  15. required to use OpenNTPD.
  16. 2015-01-27 OpenNTPD 5.7p3
  17. * Fixed issue resolving hostnames when the network is initially
  18. unavailable.
  19. * Fixed process name logging on Linux and OS X.
  20. * Fixed adjfreq failures on Solaris due to uninitialized struct timex.
  21. * Support building on Linux musl libc.
  22. * Default privilege separation directory changed from /var/empty/ntp
  23. to /var/empty. Please ensure that if you are using the default from
  24. previous releases that the privsep directory is empty, owned by
  25. root, and has no write privileges for other users.
  26. 2015-01-20 OpenNTPD 5.7p2
  27. * Switched the drift file from an unscaled frequency offset to ppm.
  28. The latter format is compatible with that of ntp.org. This allows
  29. easy switching between ntpd daemons
  30. * Fixed a memory leak in DNS lookups.
  31. * Added support for setting the process title on Linux and OS X.
  32. The different processes are now possible to tell apart by role in
  33. the process list.
  34. * Import NetBSD support.
  35. * Various bugfixes and refinements from the community.
  36. 2015-01-08 OpenNTPD 5.7p1
  37. * Support for a new build infrastructure based on the LibreSSL
  38. framework. Source code is integrated directly from the OpenBSD tree
  39. with few manual changes, easing maintenance.
  40. * Removed support for several OSes pending test reports and updated
  41. portability code.
  42. * Supports the Simple Network Time Protocol version 4 as described in
  43. RFC 5905
  44. * Added route virtualization (rdomain) support.
  45. * Added ntpctl(8), which allows for querying ntpd(8) at runtime.
  46. * Finer-grained clock adjustment via adjfreq / ntp_adjtime where
  47. available.
  48. * Improved latency on heavily-loaded machines.