diff options
author | taca <taca@pkgsrc.org> | 2020-01-23 08:00:55 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2020-01-23 08:00:55 +0000 |
commit | 512ddffd32889728b70be0642a617a169deb8555 (patch) | |
tree | 5b379a097c8377d0792e33e982fa3909cd06a742 /net | |
parent | 59553c2697286e7490f99224a0969b4288075e06 (diff) | |
download | pkgsrc-512ddffd32889728b70be0642a617a169deb8555.tar.gz |
net/bind914: update to 9.14.10
Update bind914 to 9.14.10 (BIND 9.14.10).
pkgsrc change: update HOMEPAGE to use https URL.
--- 9.14.10 released ---
5339. [bug] With some libmaxminddb versions, named could erroneously
match an IP address not belonging to any subnet defined
in a given GeoIP2 database to one of the existing
entries in that database. [GL #1552]
5338. [bug] Fix line spacing in `rndc secroots`.
Thanks to Tony Finch. [GL !2478]
5337. [func] 'named -V' now reports maxminddb and protobuf-c
versions. [GL !2686]
Diffstat (limited to 'net')
-rw-r--r-- | net/bind914/Makefile | 7 | ||||
-rw-r--r-- | net/bind914/distinfo | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/net/bind914/Makefile b/net/bind914/Makefile index ef3b4f74274..ced22b82193 100644 --- a/net/bind914/Makefile +++ b/net/bind914/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.17 2020/01/18 21:50:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2020/01/23 08:00:55 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}/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.isc.org/software/bind/ +HOMEPAGE= https://www.isc.org/software/bind/ COMMENT= Berkeley Internet Name Daemon implementation of DNS, version 9.14 LICENSE= mpl-2.0 @@ -15,7 +14,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.14.9 +BIND_VERSION= 9.14.10 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind914/distinfo b/net/bind914/distinfo index 0d02a89489f..1cf09d1fc97 100644 --- a/net/bind914/distinfo +++ b/net/bind914/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.12 2020/01/04 10:10:02 taca Exp $ +$NetBSD: distinfo,v 1.13 2020/01/23 08:00:55 taca Exp $ -SHA1 (bind-9.14.9.tar.gz) = a45f4c8b44755d8c4019181d0787e4e72d836661 -RMD160 (bind-9.14.9.tar.gz) = ed19d8dbd6002418651529598c09a1f52aa1d318 -SHA512 (bind-9.14.9.tar.gz) = aa6b1273f06fc16c842b7012a4d09cb65325a44ee88fea8bea8264ffa907ef4a6f8d5e09384599b2d6f5cea66c0dc220765c245814f54b2f09a5b6e65f97964b -Size (bind-9.14.9.tar.gz) = 6296339 bytes +SHA1 (bind-9.14.10.tar.gz) = 29893968321daca84785829b4a461d3f2d17630e +RMD160 (bind-9.14.10.tar.gz) = abdf35825abe82601310bec9530c0082d1335f47 +SHA512 (bind-9.14.10.tar.gz) = 81d453c4e90fea3a21b2485bea2f5321ca8a7ef58eb9a9bc1eaa1463989aefa439e4e45c9a43b1ec6a62c52f0e73d82ebd91cd084ad6ef2a67b705736e9e8d00 +Size (bind-9.14.10.tar.gz) = 6303811 bytes SHA1 (patch-bin_named_Makefile.in) = 741e3708c670baaec45446f6bb364ada448ae330 SHA1 (patch-bin_named_main.c) = 51c8ab464a009575b6513c7ed4b79f89446eb7d0 SHA1 (patch-bin_named_pfilter.c) = b54f872c883c8fbc2d9c04df65c185dc057cc36b |