File: bind9.NEWS

package info (click to toggle)
bind9 1%3A9.20.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 43,788 kB
  • sloc: ansic: 316,296; sh: 49,693; python: 25,039; perl: 3,218; makefile: 2,247
file content (43 lines) | stat: -rw-r--r-- 1,518 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
bind9 (1:9.20.5-1) unstable; urgency=medium

  * The default empty zones, and localhost forward and reverse zones
    have been removed from the package in favor of BIND 9 native
    directive `empty-zones yes` (that is on by default).

    This include following configuration files:

    - /etc/bind/db.0
    - /etc/bind/db.127
    - /etc/bind/db.255
    - /etc/bind/db.empty
    - /etc/bind/db.local
    - /etc/bind/named.conf.default-zones
    - /etc/bind/zones.rfc1918

    Please make sure you are not including any of these files in
    your configuration.

  * Changes in default zone transfer ACL can break existing setups!

    The default for `allow-transfer {}` configuration directive has
    been changed from "allow by default" to "deny by default".

    Unless you have explicitly configure the ACLs in allow-transfer,
    your secondaries might not be able to do the zone transfers
    anymore.

    Please make sure that you explicitly configure your zone transfer
    ACLs before continuing with the upgrade.

  * Since Debian bookworm, the BIND 9 has support for Type=notify
    reporting in the systemd unit file.  Because of that, running
    named in the chroot requires the chroot to have the sd_notify
    socket available.

    One possible solution is to create the systemd unit override
    and add ad bind-mount for the notify socket:

    [Service]
    BindPaths=/run/systemd/notify:<chroot_path>/run/systemd/notify

 -- Ondřej Surý <ondrej@debian.org>  Mon, 27 Jan 2025 12:43:40 +0100