1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
|
2022-02-14 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
Version 1.11
[ Joao Eriberto Mota Filho ]
* Added a CI test for 'make dist'.
* Added autogen.sh, CONTRIBUTING.md, HISTORY and README.md to EXTRA_DIST in
Makefile.am.
* Added rights for Sam James <sam@gentoo.org>.
* Changed autogen.sh and Makefile.am to remove ar-lib.
[ Sam James ]
* 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.
2021-08-17 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
Version 1.10.2
[ Joao Eriberto Mota Filho ]
* Ran astyle command to reorganize the source code.
* Updated install system, removed warnings and bumped required autoconf
to 2.69.
2021-06-14 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
Version 1.10.1
[ Joao Eriberto Mota Filho ]
* Created a CI test workflow for GitHub (full-check.yml).
* Fixed a grammatical error in CONTRIBUTING.md.
* 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.
2019-09-29 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
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).
============================================================
=== OLD CHANGELOG, by David Snyder <dasnyderx@yahoo.com> ===
============================================================
20081121 - Updated the arc4random.c to the latest OpenBSD version.
Modified the configure and arc4random to use the urandom dev instead of
the sysctl since this is being deprecated in linux kernels >= 2.6.19.
20071111 - Updated the arc4random.c file and the rdate.8 manpage to the
latest OpenBSD version. Also, rejiggered the makefiles just 'cause I
could.
20061002 - Updated the arc4random.c file to the latest OpenBSD version.
20060928 - Ok, I've gotten around to restructuring the source directory
structure. I know it's a bit of an overkill for such a small project, I
wanted to try it.
20060918 - Finally updated the package to the latest OpenBSD rdate
version. I know I should have done it sooner, but, you know, things pile
up. The primary difference is that ntp.c has been set to handle ntp
responses with ALARM status.
20050211 - First packaging and deployment of openrdate. Added
configuration and makefile files. Defined a SA_LEN macro in ntp.c.
Added an inclusion of config.h and changed an #ifdef in rdate.c
===========================================
=== Old versions and dates, from SF.net ===
===========================================
2008-11-21: version 1.2
2007-11-11: version 1.1.3
2006-10-02: version 1.1.2
2006-09-28: version 1.1.1
2006-09-20: version 1.1
2005-03-05: version 1.0
|