ntp: 4.2.8p14 -> 4.2.8p15

This commit is contained in:
Tim Biermann 2020-07-08 19:58:50 +00:00
parent 1ae0128bc9
commit 901e3c3d38
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3y6ngjkUhmFEqKp9zHp9dt0RtIbhJZ9Jd5NsJY+IXFfrgnjLRWOAdnlHSgf5SUpUkKtwKKttliRsRhrN6w6KCwA=
SHA256 (Pkgfile) = 10f52a58a4a3022a09e88316e8ad6088b1181efe9569388c277ac5d50206ee70
RWSagIOpLGJF36oi/bxvMika7yPHxdaIe8WWDSo+VbuCs9pt2+n6yW5LM2KEvZEa9hSH3KClZGMZsqbddzsibZg1Py5xsDlKRAw=
SHA256 (Pkgfile) = bec4ea107edd218199909888f1f11dfe1c926b2f329625753064f48f68355fa6
SHA256 (.footprint) = 0d110ca02e0ad4c6a5f9de4df929d79093c4314df5c9aced43a2c02ed63119a4
SHA256 (ntp-4.2.8p14.tar.gz) = 1960e4f081f6aafd108d721bc3ab15f9e8dfd08dc08339aa95bca9d2545e4eb7
SHA256 (ntp-4.2.8p15.tar.gz) = f65840deab68614d5d7ceb2d0bb9304ff70dcdedd09abb79754a87536b849c19
SHA256 (ntpd) = a117c4b99139d836264c267cd0804f15b313bcab233837bf7f5676681b2a9955
SHA256 (ntpdate) = 79e158ce339a836966966ab76c42ebecfa7023c3bbc2770c215817bfae2838d1
SHA256 (ntp.conf) = 8351e20d8c73c5a920625d14cf584bb43127429cfa1d5977daf5d05f7e110383

View File

@ -1,13 +1,13 @@
# Description: Network Time Protocol software
# URL: http://www.ntp.org
# URL: https://www.ntp.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Depends on: openssl
name=ntp
version=4.2.8p14
version=4.2.8p15
release=1
source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/$name-$version.tar.gz
source=(https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/$name-$version.tar.gz
ntpd ntpdate ntp.conf ntp-64bit.diff)
build () {
@ -31,7 +31,7 @@ build () {
--enable-parse-clocks \
--enable-all-clocks \
CFLAGS="$CFLAGS" \
LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS"
# substitute the default configuration path
sed -i -e 's;\(CONFIG_FILE[^"]*"\)/etc/ntp.conf;\1/etc/ntp/ntp.conf;' \