Path to this page:
./
time/ntpsec,
Hardened & improved NTP implementation derived from NTP Classic
Branch: CURRENT,
Version: 1.2.3nb4,
Package name: ntpsec-1.2.3nb4,
Maintainer: pkgsrc-usersA secure, hardened, and improved implementation of Network Time Protocol
derived from NTP Classic, Dave Mills's original.
Required to run:[
devel/py-curses] [
geography/gpsd] [
lang/python310]
Required to build:[
textproc/asciidoc] [
textproc/libxslt] [
devel/waf]
Master sites:
Filesize: 2661.212 KB
Version history: (Expand)
- (2024-11-15) Updated to version: ntpsec-1.2.3nb4
- (2024-11-01) Updated to version: ntpsec-1.2.3nb3
- (2024-11-01) Updated to version: ntpsec-1.2.3nb2
- (2024-05-29) Updated to version: ntpsec-1.2.3nb1
- (2024-01-13) Updated to version: ntpsec-1.2.3
- (2023-11-08) Updated to version: ntpsec-1.2.1nb7
CVS history: (Expand)
2024-01-13 13:08:18 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
ntpsec: updated to 1.2.3
1.2.3
* Change mode6 alignment to four, which may
break some compatibility with classic NTP.
* Seccomp should now also yield invalid syscall names when dying.
* Make ntpq stop dropping output timestamp leading zeroes.
* Update documents in quite a few places.
* Reset some stats hourly, even when not logged into files.
* Add error logging, and stats for ms-sntp.
* Add spacing between multiple peer views in ntpq.
* We think we have fixed ms-sntp but we can't test it.
If you can test it, please let us know if it does/doesn't work.
* ntpd and ntpq both treat SHA-1 as an alias for SHA1
NIST uses SHA-1. The crypto package from OpenSSL uses SHA1.
* The default crypto type for ntpq is now AES.
RFC 8573 deprecated MD5.
* There are now log files with hourly statistics for NTS and
NTS-KE traffic: filegen ntsstats and filegen ntskestats,
* Update ntpsnmpd to use python built-in to get uname information.
* Update license file names for REUSE compliance.
* Fix ntploggps issue where count_used_satellites checked before it is initialized.
* Print out OpenSSL version at configure time.
* Enable debug symbols by default, with only an option to disable.
* Add support for ecdhcurves list.
* Fix build on platforms where `-fstack-protector` relies on libssp, like musl.
* Fix ntpdig crash when using 2.ntp.pool.org with a host without IPv6 support.
* Do not install libaes_siv test anymore.
* Add update option to buildprep.
* ntpdig shows packet delay in JSON output.
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-07-01 10:37:47 by Thomas Klausner | Files touched by this commit (105) | |
Log message:
*: restrict py-numpy users to 3.9+ in preparation for update
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|