From 7962b3bfd1765987d7518495a4983b4780809cc6 Mon Sep 17 00:00:00 2001 From: Scott Fan Date: Thu, 9 Oct 2025 23:56:01 +0800 Subject: [PATCH] package/chrony: bump to version 4.8 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 Signed-off-by: Peter Korsgaard --- 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