wok rev 25006
updated ntp (4.2.8.p13 -> 4.2.8.p15)
author | Hans-G?nter Theisgen |
---|---|
date | Mon May 16 16:37:26 2022 +0100 (2022-05-16) |
parents | 19e4434dde5f |
children | e715636087ff |
files | ntp/description.txt ntp/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ntp/description.txt Mon May 16 16:37:26 2022 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +This distribution is an implementation of RFC-5905 1.5 +"Network Time Protocol Version 4: Protocol and Algorithms 1.6 +Specification". 1.7 +NTP is widely used to synchronize a computer to Internet 1.8 +time servers or other sources, such as a radio or 1.9 +satellite receiver or telephone modem service. 1.10 +It can also be used as a server for dependent clients. 1.11 +It provides accuracies typically less than a millisecond 1.12 +on LANs and up to a few milliseconds on WANs. 1.13 +Typical NTP configurations utilize multiple redundant 1.14 +servers and diverse network paths in order to achieve 1.15 +high accuracy and reliability. 1.16 + 1.17 +This distribution includes a simulation framework in which 1.18 +substantially all the runtime NTP operations and most 1.19 +features can be tested and evaluated. 1.20 +This has been very useful in exploring in vitro response 1.21 +to unusual circumstances or over time periods impractical 1.22 +in vivo. 1.23 +Details are on the Network Time Protocol (NTP) Simulator page.
2.1 --- a/ntp/receipt Mon May 16 16:29:07 2022 +0100 2.2 +++ b/ntp/receipt Mon May 16 16:37:26 2022 +0100 2.3 @@ -1,17 +1,18 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="ntp" 2.7 -VERSION="4.2.8p13" 2.8 +VERSION="4.2.8p15" 2.9 CATEGORY="network" 2.10 SHORT_DESC="Network Time Protocol daemon." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 -LICENSE="GPL3" 2.13 -WEB_SITE="http://www.ntp.org/" 2.14 +LICENSE="other" 2.15 +WEB_SITE="https://www.ntp.org/" 2.16 2.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.18 -WGET_URL="https://archive.ntp.org/ntp4/$TARBALL" 2.19 +WGET_URL="https://archive.ntp.org/ntp4/$PACKAGE-${VERSION%.*}/$TARBALL" 2.20 2.21 DEPENDS="attr libcap libcrypto readline" 2.22 + 2.23 CONFIG_FILES="/etc/ntp.conf" 2.24 2.25 HOST_ARCH="i486 arm" 2.26 @@ -34,7 +35,7 @@ 2.27 --sysconfdir=/etc \ 2.28 --localstatedir=/var \ 2.29 --mandir=/usr/share/man \ 2.30 - $CONFIGURE_ARGS && \ 2.31 + $CONFIGURE_ARGS && 2.32 make && 2.33 make DESTDIR=$DESTDIR install 2.34 }