Codebase list unbound / a3ceb22
debian/changelog: 1.9.6-1 Robert Edmonds 4 years ago
1 changed file(s) with 38 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 unbound (1.9.6-1) unstable; urgency=medium
1
2 [ Robert Edmonds ]
3 * New upstream version 1.9.6 (Closes: #948036)
4 - Fixes 'unbound crashes with "Assertion nread >= 0 failed in
5 evmap_io_del_"' (Closes: #930699)
6 - Fixes "unbound: Fails to answer TCP queries due to broken idle-timeout"
7 (Closes: #946421)
8 * debian/source/options: Remove 'single-debian-patch' option
9 * debian/unbound.service: Change ExecReload to send SIGHUP rather than
10 using unbound-control (Closes: #923314)
11 * Enable remote-control by default (Closes: #923314)
12 * Allow use of libbsd functions with configure option --with-libbsd
13 * Remove "qname-minimisation: yes" config file setting, since this is
14 now the default (Closes: #915056)
15 * debian/package-helper: No longer invoke unbound-anchor for root trust
16 anchor update (Closes: #910675)
17 * debian/control: Bump Standards-Version to 4.5.0 (no changes)
18 * debian/control: Remove build dependencies on autotools-dev, dh-
19 autoreconf
20 * debian/libunbound8.symbols: Add "* Build-Depends-Package: libunbound-
21 dev"
22 * Rename debian/NEWS.Debian -> debian/NEWS
23
24 [ Matthew Palmer ]
25 * Fix insecure use of start-stop-daemon --pidfile (Closes: #941573)
26
27 [ Simon Deziel ]
28 * Install Apparmor profile prior to service startup (Closes: #919511)
29
30 [ Debian Janitor ]
31 * Trim trailing whitespace.
32 * Drop use of autotools-dev debhelper.
33 * Bump debhelper from old 9 to 10.
34 * Set field Upstream-Name in debian/copyright.
35
36 -- Robert Edmonds <edmonds@debian.org> Sun, 26 Jan 2020 22:45:45 -0500
37
038 unbound (1.9.4-2) unstable; urgency=medium
139
240 * Cherry-pick upstream commit ec021e0d, "fix build with nettle-3.5"