Your message dated Sat, 8 Sep 2018 00:27:48 +0200
with message-id <[email protected]>
and subject line Re: Bug#908191: bind9: db.root VS root.hints
has caused the Debian Bug report #908191,
regarding bind9: db.root VS root.hints
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
908191: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908191
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bind9
Version: 1:9.11.4+dfsg-4~bpo9+1
Severity: normal
Dear Maintainer,
The file `/etc/bind/db.root` appears to be present in the stretch package as
well as in the buster package. Though, it's not part of the stretch-backports
package.
I did modify the `named.conf.default-zones` file in order to use
`/usr/share/dns/root.hints` (provided by the `dns-root-data` package) but would
like to know if `db.root` will be kept or not in the buster package in order to
update external tools (i.e. a SaltStack formula) accordingly.
Thanks a lot.
Cheers,
-- System Information:
Debian Release: 9.5
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.9.0-8-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages bind9 depends on:
ii adduser 3.115
ii bind9utils 1:9.11.4+dfsg-4~bpo9+1
ii debconf [debconf-2.0] 1.5.61
ii dns-root-data 2017072601~deb9u1
ii init-system-helpers 1.48
ii libbind9-160 1:9.11.4+dfsg-4~bpo9+1
ii libc6 2.24-11+deb9u3
ii libcap2 1:2.25-1
ii libcomerr2 1.43.4-2
ii libdns1102 1:9.11.4+dfsg-4~bpo9+1
ii libfstrm0 0.3.0-1
ii libgeoip1 1.6.9-4
ii libgssapi-krb5-2 1.15-1+deb9u1
ii libisc169 1:9.11.4+dfsg-4~bpo9+1
ii libisccc160 1:9.11.4+dfsg-4~bpo9+1
ii libisccfg160 1:9.11.4+dfsg-4~bpo9+1
ii libjson-c3 0.12.1-1.1
ii libk5crypto3 1.15-1+deb9u1
ii libkrb5-3 1.15-1+deb9u1
ii liblmdb0 0.9.18-5
ii liblwres160 1:9.11.4+dfsg-4~bpo9+1
ii libprotobuf-c1 1.2.1-2
ii libssl1.1 1.1.0f-3+deb9u2
ii libxml2 2.9.4+dfsg1-2.2+deb9u2
ii lsb-base 9.20161125
ii net-tools 1.60+git20161116.90da8a0-1
ii netbase 5.4
bind9 recommends no packages.
Versions of packages bind9 suggests:
pn bind9-doc <none>
ii dnsutils 1:9.10.3.dfsg.P4-12.3+deb9u4
pn resolvconf <none>
ii ufw 0.35-4
-- Configuration Files:
/etc/bind/named.conf changed [not included]
/etc/bind/named.conf.default-zones changed [not included]
/etc/bind/named.conf.local changed [not included]
/etc/bind/named.conf.options changed [not included]
-- debconf information excluded
--- End Message ---
--- Begin Message ---
On 07.09.18 09:50, Alexandre Anriot wrote:
Hi Alexandre,
> The file `/etc/bind/db.root` appears to be present in the stretch package as
> well as in the buster package. Though, it's not part of the stretch-backports
> package.
It is not present in the buster package anymore.
berni@BOTOX:~$ dpkg-deb -c bind9_9.11.4+dfsg-4_amd64.deb | grep db.root
berni@BOTOX:~$
Yes, it's present on
https://packages.debian.org/buster/amd64/bind9/filelist. These URLs are
known to be out-of-date, see #884838.
We're intentionally not deleting /etc/bind/db.root on upgrades to avoid
breaking existing configurations (where the admin did not see/agree to
the changed configuration), but will not install it on new systems.
> I did modify the `named.conf.default-zones` file in order to use
> `/usr/share/dns/root.hints` (provided by the `dns-root-data` package) but
> would
> like to know if `db.root` will be kept or not in the buster package in order
> to
> update external tools (i.e. a SaltStack formula) accordingly.
db.root is already dropped. If you want to deploy a bind configuration
from a template that works on Stretch and beyond I suggest using
/usr/share/dns/root.hints and install dns-root-data additionally
(because on Stretch it is not going to be pulled in by default).
Bernhard
--- End Message ---