Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chrony - update from 4.5 to 4.6.1 #3854

Merged
merged 1 commit into from
Feb 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/chrony/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
. ../../lib/build.sh

PROG=chrony
VER=4.5
VER=4.6.1
PKG=service/network/chrony
SUMMARY="Network time services"
DESC="A versatile implementation of the Network Time Protocol (NTP)"
Expand Down
344 changes: 0 additions & 344 deletions build/chrony/patches/local.patch

This file was deleted.

1 change: 0 additions & 1 deletion build/chrony/patches/series
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
illumos.patch
local.patch
9 changes: 5 additions & 4 deletions build/chrony/testsuite.log
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ Testing cmac PASS
Testing hash PASS
Testing hwclock SKIP (on line 115)
Testing keys PASS
Testing leapdb PASS
Testing ntp_auth PASS
Testing ntp_core PASS
Testing ntp_ext PASS
Testing ntp_sources PASS
Testing nts_ke_client SKIP (on line 145)
Testing nts_ke_server SKIP (on line 233)
Testing nts_ke_session SKIP (on line 222)
Testing nts_ke_client SKIP (on line 193)
Testing nts_ke_server SKIP (on line 238)
Testing nts_ke_session SKIP (on line 239)
Testing nts_ntp_auth SKIP (on line 133)
Testing nts_ntp_client SKIP (on line 300)
Testing nts_ntp_client SKIP (on line 308)
Testing nts_ntp_server SKIP (on line 178)
Testing quantiles PASS
Testing regress PASS
Expand Down
2 changes: 1 addition & 1 deletion doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
| runtime/python-312 | 3.12.8 | https://www.python.org/downloads/source/
| runtime/python-313 | 3.13.2 | https://www.python.org/downloads/source/
| security/sudo | 1.9.16p2 | https://www.sudo.ws/
| service/network/chrony | 4.5 | https://download.tuxfamily.org/chrony/
| service/network/chrony | 4.6.1 | https://github.com/mlichvar/chrony/tags https://chrony-project.org/
| service/network/ntpsec | 1.2.3 | https://github.com/ntpsec/ntpsec/tags https://blog.ntpsec.org/
| service/network/smtp/dma | 0.14 | https://github.com/corecode/dma/tags
| shell/bash | 5.2.37 | https://ftp.gnu.org/gnu/bash/
Expand Down