# HG changeset patch # User Hans-G?nter Theisgen # Date 1652715446 -3600 # Node ID eade4bb3846a5455868b990ab1f38b80d35d8b60 # Parent 19e4434dde5f384a7a27b59d6f4290306ca8a3ad updated ntp (4.2.8.p13 -> 4.2.8.p15) diff -r 19e4434dde5f -r eade4bb3846a ntp/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ntp/description.txt Mon May 16 16:37:26 2022 +0100 @@ -0,0 +1,20 @@ +This distribution is an implementation of RFC-5905 +"Network Time Protocol Version 4: Protocol and Algorithms +Specification". +NTP is widely used to synchronize a computer to Internet +time servers or other sources, such as a radio or +satellite receiver or telephone modem service. +It can also be used as a server for dependent clients. +It provides accuracies typically less than a millisecond +on LANs and up to a few milliseconds on WANs. +Typical NTP configurations utilize multiple redundant +servers and diverse network paths in order to achieve +high accuracy and reliability. + +This distribution includes a simulation framework in which +substantially all the runtime NTP operations and most +features can be tested and evaluated. +This has been very useful in exploring in vitro response +to unusual circumstances or over time periods impractical +in vivo. +Details are on the Network Time Protocol (NTP) Simulator page. diff -r 19e4434dde5f -r eade4bb3846a ntp/receipt --- a/ntp/receipt Mon May 16 16:29:07 2022 +0100 +++ b/ntp/receipt Mon May 16 16:37:26 2022 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="ntp" -VERSION="4.2.8p13" +VERSION="4.2.8p15" CATEGORY="network" SHORT_DESC="Network Time Protocol daemon." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL3" -WEB_SITE="http://www.ntp.org/" +LICENSE="other" +WEB_SITE="https://www.ntp.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://archive.ntp.org/ntp4/$TARBALL" +WGET_URL="https://archive.ntp.org/ntp4/$PACKAGE-${VERSION%.*}/$TARBALL" DEPENDS="attr libcap libcrypto readline" + CONFIG_FILES="/etc/ntp.conf" HOST_ARCH="i486 arm" @@ -34,7 +35,7 @@ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS && \ + $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install }