diff options
author | taca <taca@pkgsrc.org> | 2017-06-15 01:58:41 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-06-15 01:58:41 +0000 |
commit | 27caaeed04b111c1d8717dcedf08cf7fa634c316 (patch) | |
tree | 84c296cd83b6c91eddd7d5ad28690ec3b4710eb7 /net | |
parent | e9d84157b7ea80ed94ecd3cd9dc78954c05f6215 (diff) | |
download | pkgsrc-27caaeed04b111c1d8717dcedf08cf7fa634c316.tar.gz |
Update bind910 package to 9.10.5pl1 (BIND 9.10.5-P1).
--- 9.10.5-P1 released ---
4632. [security] The BIND installer on Windows used an unquoted
service path, which can enable privilege escalation.
(CVE-2017-3141) [RT #45229]
4631. [security] Some RPZ configurations could go into an infinite
query loop when encountering responses with TTL=0.
(CVE-2017-3140) [RT #45181]
Diffstat (limited to 'net')
-rw-r--r-- | net/bind910/Makefile | 4 | ||||
-rw-r--r-- | net/bind910/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/bind910/Makefile b/net/bind910/Makefile index 43b8d206e04..0d902b29d41 100644 --- a/net/bind910/Makefile +++ b/net/bind910/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2017/04/22 16:05:43 taca Exp $ +# $NetBSD: Makefile,v 1.34 2017/06/15 01:58:41 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -13,7 +13,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.10.5 +BIND_VERSION= 9.10.5-P1 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind910/distinfo b/net/bind910/distinfo index 909504b320b..fed745646c9 100644 --- a/net/bind910/distinfo +++ b/net/bind910/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.24 2017/04/22 16:05:43 taca Exp $ +$NetBSD: distinfo,v 1.25 2017/06/15 01:58:41 taca Exp $ -SHA1 (bind-9.10.5.tar.gz) = 61b4f505588039055692c179600dbff8b3870e9b -RMD160 (bind-9.10.5.tar.gz) = cdb166830e89c672ad1827df380caa4c5b4c1d2d -SHA512 (bind-9.10.5.tar.gz) = 4050cffeecf5d4d2f34f202a7c4459671f882feaf4901d7d0be257e6beba36bcfe3e4d9428fd44c3e44141d368bd2a8380e1c517c322bc683e4b9563e340497f -Size (bind-9.10.5.tar.gz) = 9431916 bytes +SHA1 (bind-9.10.5-P1.tar.gz) = 934eee6466769cf67c09475c1428dd062ee2d755 +RMD160 (bind-9.10.5-P1.tar.gz) = d3a5b423137c0290872bec5f1a2718573f40ac8b +SHA512 (bind-9.10.5-P1.tar.gz) = 198cb799908917ce93e1dd790669bfe58defad30878788efd9c5856963da9005fe89f82a40b3ba4bbf74a7013aa48b22356048382f5dc7675287092d28445417 +Size (bind-9.10.5-P1.tar.gz) = 9406887 bytes SHA1 (patch-bin_dig_dighost.c) = 983e23a30d519982cbe88ed2277fcffc9cad616e SHA1 (patch-bin_tests_system_Makefile.in) = ba368204f8eeaa12be366a532c75a2e3cc8fae98 SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2 |