mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
chrony: update to 2.2.
This commit is contained in:
parent
3d473a1cfb
commit
a7f1499c11
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'chrony'
|
# Template file for 'chrony'
|
||||||
pkgname=chrony
|
pkgname=chrony
|
||||||
version=2.1.1
|
version=2.2
|
||||||
revision=1
|
revision=1
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-nss"
|
configure_args="--without-nss --enable-scfilter --with-sendmail=/usr/bin/sendmail"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libtomcrypt-devel libcap-devel libedit-devel"
|
makedepends="libtomcrypt-devel libcap-devel libedit-devel libseccomp-devel"
|
||||||
conf_files="/etc/chrony.conf"
|
conf_files="/etc/chrony.conf"
|
||||||
system_accounts="chrony"
|
system_accounts="chrony"
|
||||||
chrony_homedir="/var/db/chrony"
|
chrony_homedir="/var/db/chrony"
|
||||||
|
@ -18,7 +18,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://chrony.tuxfamily.org/"
|
homepage="http://chrony.tuxfamily.org/"
|
||||||
distfiles="http://download.tuxfamily.org/chrony/$pkgname-$version.tar.gz"
|
distfiles="http://download.tuxfamily.org/chrony/$pkgname-$version.tar.gz"
|
||||||
checksum=b0565148eaa38e971291281d76556c32f0138ec22e9784f8bceab9c65f7ad7d4
|
checksum=d3fd820fa63badf54ee0e48a649b94ea739df3aac5efa104bd90f89795aa2485
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vconf ${FILESDIR}/chrony.conf
|
vconf ${FILESDIR}/chrony.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue