From 7c6a010b0b0ebc96303deed92f2f11857598ff53 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 1 Feb 2014 09:56:08 +0100 Subject: [PATCH] chrony: update to 1.29.1. --- srcpkgs/chrony/files/chrony.conf | 4 ++-- srcpkgs/chrony/template | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/chrony/files/chrony.conf b/srcpkgs/chrony/files/chrony.conf index 0f2a38fdc18..c6e31f9ecde 100644 --- a/srcpkgs/chrony/files/chrony.conf +++ b/srcpkgs/chrony/files/chrony.conf @@ -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 diff --git a/srcpkgs/chrony/template b/srcpkgs/chrony/template index 2a0a2a9c99c..0c67facbae3 100644 --- a/srcpkgs/chrony/template +++ b/srcpkgs/chrony/template @@ -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 " 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