pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/bind911
Module Name: pkgsrc
Committed By: taca
Date: Wed Sep 18 14:32:10 UTC 2019
Modified Files:
pkgsrc/net/bind911: Makefile PLIST distinfo
Log Message:
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]
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/bind911/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/bind911/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/bind911/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/bind911/Makefile
diff -u pkgsrc/net/bind911/Makefile:1.13 pkgsrc/net/bind911/Makefile:1.14
--- pkgsrc/net/bind911/Makefile:1.13 Sun Aug 11 13:22:06 2019
+++ pkgsrc/net/bind911/Makefile Wed Sep 18 14:32:10 2019
@@ -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 @@ CONFLICTS+= host-[0-9]*
MAKE_JOBS_SAFE= no
-BIND_VERSION= 9.11.9
+BIND_VERSION= 9.11.10
.include "../../mk/bsd.prefs.mk"
Index: pkgsrc/net/bind911/PLIST
diff -u pkgsrc/net/bind911/PLIST:1.1 pkgsrc/net/bind911/PLIST:1.2
--- pkgsrc/net/bind911/PLIST:1.1 Sun Sep 9 13:11:38 2018
+++ pkgsrc/net/bind911/PLIST Wed Sep 18 14:32:10 2019
@@ -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/counter.h
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/safe.h
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
Index: pkgsrc/net/bind911/distinfo
diff -u pkgsrc/net/bind911/distinfo:1.10 pkgsrc/net/bind911/distinfo:1.11
--- pkgsrc/net/bind911/distinfo:1.10 Thu Jul 18 03:02:52 2019
+++ pkgsrc/net/bind911/distinfo Wed Sep 18 14:32:10 2019
@@ -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