chrony: update to 3.3.
This commit is contained in:
parent
e0a28ad6b8
commit
42141feda5
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'chrony'
|
# Template file for 'chrony'
|
||||||
# When Updating: Please confirm the upstream config still refers to make_dirs
|
# When Updating: Please confirm the upstream config still refers to make_dirs
|
||||||
pkgname=chrony
|
pkgname=chrony
|
||||||
version=3.2
|
version=3.3
|
||||||
revision=6
|
revision=1
|
||||||
build_style=gnu-configure
|
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"
|
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"
|
conf_files="/etc/chrony.conf"
|
||||||
system_accounts="chrony"
|
system_accounts="chrony"
|
||||||
chrony_homedir="/var/lib/chrony"
|
chrony_homedir="/var/lib/chrony"
|
||||||
|
@ -15,10 +16,10 @@ make_dirs="
|
||||||
/var/lib/chrony 0755 chrony chrony"
|
/var/lib/chrony 0755 chrony chrony"
|
||||||
short_desc="Versatile implementation of the Network Time Protocol (NTP)"
|
short_desc="Versatile implementation of the Network Time Protocol (NTP)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
homepage="https://chrony.tuxfamily.org/"
|
homepage="https://chrony.tuxfamily.org/"
|
||||||
distfiles="https://download.tuxfamily.org/chrony/${pkgname}-${version}.tar.gz"
|
distfiles="https://download.tuxfamily.org/chrony/${pkgname}-${version}.tar.gz"
|
||||||
checksum=329f6718dd8c3ece3eee78be1f4821cbbeb62608e7d23f25da293cfa433c4116
|
checksum=0d1fb2d5875032f2d5a86f3770374c87ee4c941916f64171e81f7684f2a73128
|
||||||
|
|
||||||
provides="ntp-daemon-0_1"
|
provides="ntp-daemon-0_1"
|
||||||
alternatives="
|
alternatives="
|
||||||
|
|
Loading…
Reference in New Issue