mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/chrony: bump to version 4.6.1
Release notes: https://chrony-project.org/news.html This commit also updates the project's homepage and download URL. The previous homepage URL http://chrony.tuxfamily.org/ now automatically redirects to https://chrony-project.org/. Signed-off-by: Scott Fan <fancp2007@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
d33a2cd51a
commit
b0030fc939
@@ -6,7 +6,7 @@ config BR2_PACKAGE_CHRONY
|
||||
Chrony is a pair of programs which are used to maintain the
|
||||
accuracy of the system clock.
|
||||
|
||||
http://chrony.tuxfamily.org/
|
||||
https://chrony-project.org/
|
||||
|
||||
if BR2_PACKAGE_CHRONY
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
# https://download.tuxfamily.org/chrony/chrony-4.4-tar-gz-asc.txt
|
||||
sha256 eafb07e6daf92b142200f478856dfed6efc9ea2d146eeded5edcb09b93127088 chrony-4.4.tar.gz
|
||||
# https://chrony-project.org/releases/chrony-4.6.1-tar-gz-asc.txt
|
||||
sha256 571ff73fbf0ae3097f0604eca2e00b1d8bb2e91affe1a3494785ff21d6199c5c chrony-4.6.1.tar.gz
|
||||
# Locally calculated
|
||||
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CHRONY_VERSION = 4.4
|
||||
CHRONY_SITE = http://download.tuxfamily.org/chrony
|
||||
CHRONY_VERSION = 4.6.1
|
||||
CHRONY_SITE = https://chrony-project.org/releases
|
||||
CHRONY_LICENSE = GPL-2.0
|
||||
CHRONY_LICENSE_FILES = COPYING
|
||||
CHRONY_CPE_ID_VENDOR = tuxfamily
|
||||
|
||||
Reference in New Issue
Block a user