[Buildroot] [git commit] package/chrony: bump to version 4.8
Peter Korsgaard
peter at korsgaard.com
Thu Oct 9 19:46:26 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=7962b3bfd1765987d7518495a4983b4780809cc6
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Release notes: https://chrony-project.org/news.html
Enhancements:
- Add maxunreach option to limit selection of unreachable sources
- Add -u option to chronyc to drop root privileges
(default chronyc user is set by configure script)
Bug fixes:
- Hide chronyc socket to mitigate unsafe permissions change
- Fix refclock extpps option to work on Linux >= 6.15
- Validate refclock samples for reachability updates
Signed-off-by: Scott Fan <fancp2007 at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
package/chrony/chrony.hash | 4 ++--
package/chrony/chrony.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/chrony/chrony.hash b/package/chrony/chrony.hash
index 75555fed9e..6b07b8d56a 100644
--- a/package/chrony/chrony.hash
+++ b/package/chrony/chrony.hash
@@ -1,5 +1,5 @@
# Locally calculated after checking pgp signature
-# https://chrony-project.org/releases/chrony-4.7-tar-gz-asc.txt
-sha256 c0de41a8c051e5d32b101b5f7014b98ca978b18e592f30ce6840b6d4602d947b chrony-4.7.tar.gz
+# https://chrony-project.org/releases/chrony-4.8-tar-gz-asc.txt
+sha256 33ea8eb2a4daeaa506e8fcafd5d6d89027ed6f2f0609645c6f149b560d301706 chrony-4.8.tar.gz
# Locally calculated
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
diff --git a/package/chrony/chrony.mk b/package/chrony/chrony.mk
index f2aca81d60..d1745419a2 100644
--- a/package/chrony/chrony.mk
+++ b/package/chrony/chrony.mk
@@ -4,7 +4,7 @@
#
################################################################################
-CHRONY_VERSION = 4.7
+CHRONY_VERSION = 4.8
CHRONY_SITE = https://chrony-project.org/releases
CHRONY_LICENSE = GPL-2.0
CHRONY_LICENSE_FILES = COPYING
More information about the buildroot
mailing list