diff options
author | taca <taca@pkgsrc.org> | 2016-06-03 09:45:08 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-06-03 09:45:08 +0000 |
commit | 3738762af0b9f5f83b3779baab64f846518f6a82 (patch) | |
tree | 5d5de6b747c72cf07a23a4fa4d125d7f310d7f12 | |
parent | 11661a7157d71a678997ff82d3a915d25c28b67c (diff) | |
download | pkgsrc-3738762af0b9f5f83b3779baab64f846518f6a82.tar.gz |
Update ntp4 package to 4.2.8p8, security fix.
(4.2.8p8) 2016/06/02 Released by Harlan Stenn <stenn@ntp.org>
* [Sec 3042] Broadcast Interleave. HStenn.
* [Sec 3043] Autokey association reset. perlinger@ntp.org, stenn@ntp.org
- validate origin timestamps on bad MACs, too. stenn@ntp.org
* [Sec 3044] Spoofed server packets are partially processed. HStenn.
* [Sec 3045] Bad authentication demobilizes ephemeral associations. JPerlinger.
* [Sec 3046] CRYPTO_NAK crash. stenn@ntp.org
* [Bug 3038] NTP fails to build in VS2015. perlinger@ntp.org
- provide build environment
- 'wint_t' and 'struct timespec' defined by VS2015
- fixed print()/scanf() format issues
* [Bug 3052] Add a .gitignore file. Edmund Wong.
* [Bug 3054] miscopt.html documents the allan intercept in seconds. SWhite.
* [Bug 3058] fetch_timestamp() mishandles 64-bit alignment. Brian Utterback,
JPerlinger, HStenn.
* Update the NEWS file for 4.2.8p8. HStenn.
* Fix typo in ntp-wait and plot_summary. HStenn.
* Make sure we have an "author" file for git imports. HStenn.
* Update the sntp problem tests for MacOS. HStenn.
-rw-r--r-- | net/ntp4/Makefile | 5 | ||||
-rw-r--r-- | net/ntp4/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile index 5aea68dbd0c..46bf99913d9 100644 --- a/net/ntp4/Makefile +++ b/net/ntp4/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.94 2016/05/14 08:13:49 bsiegert Exp $ +# $NetBSD: Makefile,v 1.95 2016/06/03 09:45:08 taca Exp $ # -DISTNAME= ntp-4.2.8p7 +DISTNAME= ntp-4.2.8p8 PKGNAME= ${DISTNAME:S/-dev-/-/} -PKGREVISION= 1 CATEGORIES= net time MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ diff --git a/net/ntp4/distinfo b/net/ntp4/distinfo index 939e3ba35bb..bf0defa47a3 100644 --- a/net/ntp4/distinfo +++ b/net/ntp4/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.26 2016/04/27 15:59:19 wen Exp $ +$NetBSD: distinfo,v 1.27 2016/06/03 09:45:08 taca Exp $ -SHA1 (ntp-4.2.8p7.tar.gz) = a1f6300132cf1fc6884990353aca7340daf0be0d -RMD160 (ntp-4.2.8p7.tar.gz) = d138a8a36cb0e20ae5a9cda2e0e9771fae4e1380 -SHA512 (ntp-4.2.8p7.tar.gz) = 7b80192f0e3c4a05cc05f167ab85593acca685d514dcd46fb8f42b4cd2a5525e76ba5e15fd7ff13220e4155de6aab5661554e0ded60bfb1d27a969c589958f55 -Size (ntp-4.2.8p7.tar.gz) = 7175313 bytes +SHA1 (ntp-4.2.8p8.tar.gz) = 208ae3e2ce1237ad684c3bc818b6314d28636e46 +RMD160 (ntp-4.2.8p8.tar.gz) = 45d393abb749c46bbd3a5fd93a53c892613587c8 +SHA512 (ntp-4.2.8p8.tar.gz) = 253675667f78ad8855e961d02f6a120b68b75233c18ddb92cb6c9510fb3847f1672d0d6f93ad1eb11b14e3bdf78fdbc1458e516d906b763e8599490da6a4f225 +Size (ntp-4.2.8p8.tar.gz) = 7205710 bytes SHA1 (patch-include-ntp__syscall.h) = b247569339d09a88f2e143e355033ce7635ffe92 SHA1 (patch-sntp_loc_pkgsrc) = 6e46ffc0cc2afcfdc1d01297cbe04cb80d103575 |