ntpd-rs: update to 1.2.2

This commit is contained in:
tranzystorekk 2024-07-18 14:57:13 +02:00
parent ed7bb27748
commit ed81a5a98f
1 changed files with 5 additions and 3 deletions

View File

@ -1,11 +1,13 @@
# Template file for 'ntpd-rs'
pkgname=ntpd-rs
version=1.2.0
version=1.2.2
revision=1
build_style=cargo
make_check_args="--
--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"
depends="libcap-progs"
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"
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"
checksum=eaec7df094e473399a16ffa3c4c1dfcf4022ad69490fc6c584de3bf7befb8841
checksum=31805c787ff1945d52fafc3c9eb3309dd554d7b32e14da6cd84454ff2b444828
system_accounts="_ntpd_rs"
conf_files="/etc/ntpd-rs/ntp.toml"