pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/bind911 net/bind911: update to 9.11.10
details: https://anonhg.NetBSD.org/pkgsrc/rev/3dfa50032158
branches: trunk
changeset: 401494:3dfa50032158
user: taca <taca%pkgsrc.org@localhost>
date: Wed Sep 18 14:32:10 2019 +0000
description:
net/bind911: update to 9.11.10
Update bind911 to 9.11.10 (BIND 9.11.10).
--- 9.11.10 released ---
5275. [bug] Mark DS records included in referral messages
with trust level "pending" so that they can be
validated and cached immediately, with no need to
re-query. [GL #964]
5273. [bug] Check that bits [64..71] of a dns64 prefix are zero.
[GL #1159]
5269. [port] cygwin: can return ETIMEDOUT on connect() with a
non-blocking socket. [GL #1133]
5268. [bug] named could crash during configuration if
configured to use "geoip continent" ACLs with
legacy GeoIP. [GL #1163]
5266. [bug] named-checkconf failed to report dnstap-output
missing from named.conf when dnstap was specified.
[GL #1136]
5265. [bug] DNS64 and RPZ nodata (CNAME *.) rules interacted badly
[GL #1106]
5264. [func] New DNS Cookie algorithm - siphash24 - has been added to
BIND 9. [GL #605]
diffstat:
net/bind911/Makefile | 5 ++---
net/bind911/PLIST | 4 +++-
net/bind911/distinfo | 10 +++++-----
3 files changed, 10 insertions(+), 9 deletions(-)
diffs (65 lines):
diff -r 320c3a3f11cd -r 3dfa50032158 net/bind911/Makefile
--- a/net/bind911/Makefile Wed Sep 18 14:31:07 2019 +0000
+++ b/net/bind911/Makefile Wed Sep 18 14:32:10 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2019/08/11 13:22:06 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2019/09/18 14:32:10 taca Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
-PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/
@@ -15,7 +14,7 @@
MAKE_JOBS_SAFE= no
-BIND_VERSION= 9.11.9
+BIND_VERSION= 9.11.10
.include "../../mk/bsd.prefs.mk"
diff -r 320c3a3f11cd -r 3dfa50032158 net/bind911/PLIST
--- a/net/bind911/PLIST Wed Sep 18 14:31:07 2019 +0000
+++ b/net/bind911/PLIST Wed Sep 18 14:32:10 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/09/09 13:11:38 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/09/18 14:32:10 taca Exp $
bin/arpaname
bin/bind9-config
bin/delv
@@ -137,6 +137,7 @@
include/isc/crc64.h
include/isc/deprecated.h
include/isc/dir.h
+include/isc/endian.h
include/isc/entropy.h
include/isc/errno.h
include/isc/error.h
@@ -202,6 +203,7 @@
include/isc/serial.h
include/isc/sha1.h
include/isc/sha2.h
+include/isc/siphash.h
include/isc/sockaddr.h
include/isc/socket.h
include/isc/stat.h
diff -r 320c3a3f11cd -r 3dfa50032158 net/bind911/distinfo
--- a/net/bind911/distinfo Wed Sep 18 14:31:07 2019 +0000
+++ b/net/bind911/distinfo Wed Sep 18 14:32:10 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.10 2019/07/18 03:02:52 taca Exp $
+$NetBSD: distinfo,v 1.11 2019/09/18 14:32:10 taca Exp $
-SHA1 (bind-9.11.9.tar.gz) = 68683c581e7ad3245b53316490209ee1f02d3fbb
-RMD160 (bind-9.11.9.tar.gz) = 463754692aa145d3b834e9f6fe9e16bc29246b9a
-SHA512 (bind-9.11.9.tar.gz) = 4fa975b83986480a12138a3cf7ccf3bcd2251d194e0c04e3fad0787fc8b2a5dee241179fbb25b0283fa6fcb749d7a15fad036039dbc81250defcba0108823ef8
-Size (bind-9.11.9.tar.gz) = 8159746 bytes
+SHA1 (bind-9.11.10.tar.gz) = da6088f6b5e8464b9187299e78b4e5e0f0d25101
+RMD160 (bind-9.11.10.tar.gz) = 6ce938a98ac838f1ecc075b8a16b0af60203c13e
+SHA512 (bind-9.11.10.tar.gz) = b560cd6b88df0ffe0008d0559b49c28fbe4ed49da1a81e61c373faa5368ad1570c4cf945d224b451634f7506e52d9effb9aee3966c5ff66d95215fffea494f4e
+Size (bind-9.11.10.tar.gz) = 8174257 bytes
SHA1 (patch-bin_named_server.c) = 0294d74eb3039049c4672a3de6eb371407bb382d
SHA1 (patch-bin_pkcs11_pkcs11-keygen.c) = ca2671a5e3216a08a212cf893e070b01705ef9ee
SHA1 (patch-bin_tests_system_metadata_tests.sh) = d01a492d0b7738760bdbff714248e279a78fef28
Home |
Main Index |
Thread Index |
Old Index