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.9.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02d02f16e300
branches:  trunk
changeset: 336572:02d02f16e300
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Jul 18 03:02:52 2019 +0000

description:
net/bind911: update to 9.11.9.

Update bind911 to 9.11.9.

        --- 9.11.9 released ---

5260.   [bug]           dnstap-read was producing malformed output for large
                        packets. [GL #1093]

5258.   [func]          Added support for the GeoIP2 API from MaxMind,
                        when BIND is compiled using "configure --with-geoip2".
                        The legacy GeoIP API can be enabled by using
                        "configure --with-geoip" instead. These options
                        cannot be used together.

                        Certain geoip ACL settings that were available with
                        legacy GeoIP are not available when using GeoIP2.
                        See the ARM for details. [GL #182]

5257.   [bug]           Some statistics data was not being displayed.
                        Add shading to the zone tables. [GL #1030]

5256.   [bug]           Ensure that glue records are included in root
                        priming responses if "minimal-responses" is not
                        set to "yes". [GL #1092]

5255.   [bug]           Errors encountered while reloading inline-signing
                        zones could be ignored, causing the zone content to
                        be left in an incompletely updated state rather than
                        reverted. [GL #1109]

5253.   [port]          Support platforms that don't define ULLONG_MAX.
                        [GL #1098]

5249.   [bug]           Fix a possible underflow in recursion clients
                        statistics when hitting recursive clients
                        soft quota. [GL #1067]

diffstat:

 net/bind911/Makefile |   5 ++---
 net/bind911/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (40 lines):

diff -r 8fc48e56dbfb -r 02d02f16e300 net/bind911/Makefile
--- a/net/bind911/Makefile      Thu Jul 18 03:02:02 2019 +0000
+++ b/net/bind911/Makefile      Thu Jul 18 03:02:52 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2019/06/28 17:01:30 jperkin Exp $
+# $NetBSD: Makefile,v 1.12 2019/07/18 03:02:52 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.8
+BIND_VERSION=  9.11.9
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r 8fc48e56dbfb -r 02d02f16e300 net/bind911/distinfo
--- a/net/bind911/distinfo      Thu Jul 18 03:02:02 2019 +0000
+++ b/net/bind911/distinfo      Thu Jul 18 03:02:52 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.9 2019/06/20 02:13:58 taca Exp $
+$NetBSD: distinfo,v 1.10 2019/07/18 03:02:52 taca Exp $
 
-SHA1 (bind-9.11.8.tar.gz) = bad67b2c57cd33f055c81d0399022f65f4a3fa0f
-RMD160 (bind-9.11.8.tar.gz) = ffd9c25e8af105b5148cc27053c149559f8e45e1
-SHA512 (bind-9.11.8.tar.gz) = 0192d6e087cdbdebec171869d908c4326c2575d65ee5367a78ed9da26de357e017b0306349d66a6016a7ec80ad27f5f7f9f2db25002c6d0c78589dc473a015fc
-Size (bind-9.11.8.tar.gz) = 8119490 bytes
+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 (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