Skip to content

Resurrecting openrdate

Compare
Choose a tag to compare
@eribertomota eribertomota released this 29 Sep 23:42
· 31 commits to master since this release

Version 1.10

[ Joao Eriberto Mota Filho ]
  • Autotools files:

    • Added a check for bsd/stdlib.h presence in configure.ac.
    • Added a distclean-local target in Makefile.am.
    • Added the autogen.sh file.
    • Improved the configure.ac and Makefile.am files.
    • Moved some build lines from Makefile.am to src/Makefile.am.
    • Removed all autogenerated files.
    • Removed no longer used checks for libs and headers.
  • Created CONTRIBUTING.md and HISTORY files.

  • Fixed some building warnings.

  • Removed no longer needed files (and includes for headers): arc4random.c and
    arc4random.h.

  • Removed not used variables rcsid and RCSId.

  • Reorganized AUTHORS, ChangeLog and NEWS files.

  • Rewritten README file.

  • Updated all headers and rights.

  • Using an updated LICENSE file.

  • Using txt2man to produce an updated manpage.

    [ Cyril Brulebois ]

  • Use libbsd instead of arc4random. Patch from Debian (see Debian bug #538695).

    [ Jakub Wilk ]

  • Allow rdate connect NTP via IPv6. Patch from Debian (see Debian bug #515219).

    [ Jérémy Bobbio ]

  • Added progress. Patch from Debian (see Debian bug #491540).

    [ Joey Hess ]

  • Avoid libnss files library. Patch from Debian (see Debian bug #434452).

    [ Pedro Zorzenon Neto ]

  • Added -b and -t options. Patch from Debian (see Debian bug #523513).

    [ Steve Langasek ]

  • Fixed unaligned access in ntp code triggers SIGBUS on sparc. Patch from
    Debian (see Debian bug #434140).