chrony: update to 3.3.
This commit is contained in:
parent
e0a28ad6b8
commit
42141feda5
1 changed files with 7 additions and 6 deletions
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'chrony'
|
||||
# When Updating: Please confirm the upstream config still refers to make_dirs
|
||||
pkgname=chrony
|
||||
version=3.2
|
||||
revision=6
|
||||
version=3.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-nss --enable-scfilter --with-sendmail=/usr/bin/sendmail"
|
||||
configure_args="--without-nss --enable-scfilter
|
||||
--with-sendmail=/usr/bin/sendmail"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libtomcrypt-devel libcap-devel libedit-devel libseccomp-devel"
|
||||
makedepends="libcap-devel libedit-devel libseccomp-devel libtomcrypt-devel"
|
||||
conf_files="/etc/chrony.conf"
|
||||
system_accounts="chrony"
|
||||
chrony_homedir="/var/lib/chrony"
|
||||
|
@ -15,10 +16,10 @@ make_dirs="
|
|||
/var/lib/chrony 0755 chrony chrony"
|
||||
short_desc="Versatile implementation of the Network Time Protocol (NTP)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://chrony.tuxfamily.org/"
|
||||
distfiles="https://download.tuxfamily.org/chrony/${pkgname}-${version}.tar.gz"
|
||||
checksum=329f6718dd8c3ece3eee78be1f4821cbbeb62608e7d23f25da293cfa433c4116
|
||||
checksum=0d1fb2d5875032f2d5a86f3770374c87ee4c941916f64171e81f7684f2a73128
|
||||
|
||||
provides="ntp-daemon-0_1"
|
||||
alternatives="
|
||||
|
|
Loading…
Reference in a new issue