Skip to content

Releases: resurrecting-open-source-projects/openrdate

1.11

15 Feb 02:10
Compare
Choose a tag to compare
  • Respect AR from environment. This allows using different toolchains (e.g. Clang and LLVM's tooling) and also facilitates cross-compilation.
  • Using <stdint.h> to fix musl compatibility. This fixes building rdate on e.g. musl rather than glibc.

Special thanks to Sam James

1.10.2

18 Aug 01:22
Compare
Choose a tag to compare
  • Updated install system, removed warnings and bumped required autoconf to 2.69.

1.10.1

14 Jun 20:59
Compare
Choose a tag to compare
  • Manpage: added new notes about -n, -o and -u options, to make
    clear that SNTP (RFC 5905) will always use UDP protocol. Thanks
    to artur128 <artur@akk.org>, via Debian bug #988649.

Resurrecting openrdate

29 Sep 23:42
Compare
Choose a tag to compare

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).