chrony: update to 1.29.1.
This commit is contained in:
parent
b6c4de117f
commit
7c6a010b0b
|
@ -273,7 +273,7 @@ cmdallow 127.0.0.1
|
|||
# You need to have 'enhanced RTC support' compiled into your Linux
|
||||
# kernel. (Note, these options apply only to Linux.)
|
||||
|
||||
rtcfile /var/db/chrony/rtc
|
||||
! rtcfile /var/db/chrony/rtc
|
||||
|
||||
# Your RTC can be set to keep Universal Coordinated Time (UTC) or local
|
||||
# time. (Local time means UTC +/- the effect of your timezone.) If you
|
||||
|
@ -309,4 +309,4 @@ rtconutc
|
|||
# for extreme clock stability. Works only on Linux. Note that the "-m"
|
||||
# command-line switch will also enable this feature.
|
||||
|
||||
lock_all
|
||||
! lock_all
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'chrony'
|
||||
pkgname=chrony
|
||||
version=1.29
|
||||
version=1.29.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-nss"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libtomcrypt-devel libcap-devel readline-devel"
|
||||
makedepends="libtomcrypt-devel libcap-devel libedit-devel"
|
||||
conf_files="/etc/chrony.conf"
|
||||
system_accounts="chrony"
|
||||
systemd_services="chrony.service on"
|
||||
|
@ -17,7 +17,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://chrony.tuxfamily.org/"
|
||||
distfiles="http://download.tuxfamily.org/chrony/$pkgname-$version.tar.gz"
|
||||
checksum=c685f072ba0663ab026a7f56870ab2c246bd97ca4629dd2e1899617bd16ad39b
|
||||
checksum=658c9bb4d8c8d8ec7d0908429aa266e5f8413ba86bd4acbfd2f9669f6065af27
|
||||
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/chrony.conf 644 etc
|
||||
|
|
Loading…
Reference in New Issue