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.

37 lines
1.4 KiB

9 years ago
  1. This is a new port of OpenBSD's native ntpd to other Unix flavours adding
  2. autoconf support and the necessary compatibility layer. It is based on
  3. portability code from the OpenSSH and LibreSSL portable projects.
  4. OpenNTPD has a web site at http://www.openntpd.org/
  5. The current portable tree can be found at https://github.com/openntpd-portable
  6. Credits
  7. -------
  8. OpenBSD's native ntpd was written by Henning Brauer and Alexander Guy.
  9. Portable OpenNTPD versions 3.9 and earlier were developed by Darren Tucker,
  10. with contributions from Christian Weisgerber, Jason Mader and Anthony
  11. O.Zabelin., and were based heavily on OpenSSH portable.
  12. This new portable version is based on the LibreSSL portable framework by Brent
  13. Cook. It includes patches from FreeBSD, Debian and Gentoo OpenNTPD packages,
  14. along with with compatibility code from the OpenSSH and original OpenNTPD
  15. portable trees.
  16. Platform Requirements
  17. ---------------------
  18. adjtime() and settimeofday() syscalls or equivalent.
  19. a working arc4random implementation, OpenSSL or LibreSSL
  20. (this project shares the same arc4random compatibility code from LibreSSL)
  21. At the time of writing the Portable version is known to build and work on:
  22. - OpenBSD (5.6)
  23. - Linux (Ubuntu 12.04, 14.04)
  24. - FreeBSD (9.x, 10.x)
  25. - Solaris (10.x, 11.x)
  26. - Mac OS X (10.9)
  27. It may work on others operating systems, newer and older, but it's still a work
  28. in progress. Reports (success or otherwise) and/or diffs welcome.