mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ntpd-rs: update to 1.2.2
This commit is contained in:
parent
ed7bb27748
commit
ed81a5a98f
1 changed files with 5 additions and 3 deletions
|
@ -1,11 +1,13 @@
|
||||||
# Template file for 'ntpd-rs'
|
# Template file for 'ntpd-rs'
|
||||||
pkgname=ntpd-rs
|
pkgname=ntpd-rs
|
||||||
version=1.2.0
|
version=1.2.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_check_args="--
|
make_check_args="--
|
||||||
--skip daemon::keyexchange::tests::client_connection_refused
|
--skip daemon::keyexchange::tests::client_connection_refused
|
||||||
--skip daemon::keyexchange::tests::key_exchange_connection_limiter"
|
--skip daemon::keyexchange::tests::key_exchange_connection_limiter
|
||||||
|
--skip daemon::keyexchange::tests::key_exchange_weird_packet
|
||||||
|
"
|
||||||
make_install_args="--path ntpd"
|
make_install_args="--path ntpd"
|
||||||
depends="libcap-progs"
|
depends="libcap-progs"
|
||||||
short_desc="Full-featured implementation of the Network Time Protocol"
|
short_desc="Full-featured implementation of the Network Time Protocol"
|
||||||
|
@ -14,7 +16,7 @@ license="Apache-2.0, MIT"
|
||||||
homepage="https://github.com/pendulum-project/ntpd-rs"
|
homepage="https://github.com/pendulum-project/ntpd-rs"
|
||||||
changelog="https://raw.githubusercontent.com/pendulum-project/ntpd-rs/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/pendulum-project/ntpd-rs/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/pendulum-project/ntpd-rs/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/pendulum-project/ntpd-rs/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=eaec7df094e473399a16ffa3c4c1dfcf4022ad69490fc6c584de3bf7befb8841
|
checksum=31805c787ff1945d52fafc3c9eb3309dd554d7b32e14da6cd84454ff2b444828
|
||||||
|
|
||||||
system_accounts="_ntpd_rs"
|
system_accounts="_ntpd_rs"
|
||||||
conf_files="/etc/ntpd-rs/ntp.toml"
|
conf_files="/etc/ntpd-rs/ntp.toml"
|
||||||
|
|
Loading…
Add table
Reference in a new issue