-
6f10578...
by
Christian Ehrhardt
on 2019-08-07
-
changelog: fix race on shutdown (LP: #1833400)
Signed-off-by: Christian Ehrhardt <email address hidden>
-
2ced24b...
by
Andreas Hasenack
on 2018-12-06
-
- d/p/fix-shutdown-race.diff: dig/host/nslookup could crash when interrupted
close to a query timeout (LP: #1797926)
-
fa4c9a8...
by
Marc Deslauriers
on 2019-06-18
-
Import patches-unapplied version 1:9.11.3+dfsg-1ubuntu1.8 to ubuntu/bionic-security
Imported using git-ubuntu import.
Changelog parent: bc20b912341711fb505d20d0020a829fd569b6aa
New changelog entries:
* SECURITY UPDATE: DoS via malformed packets
- debian/patches/CVE-2019-6471.patch: fix race condition in
lib/dns/dispatch.c.
- CVE-2019-6471
-
bc20b91...
by
Marc Deslauriers
on 2019-04-24
-
Import patches-unapplied version 1:9.11.3+dfsg-1ubuntu1.7 to ubuntu/bionic-security
Imported using git-ubuntu import.
Changelog parent: 566fdbc1d99682161084ab11b0b99daeb9d24fdb
New changelog entries:
* SECURITY UPDATE: limiting simultaneous TCP clients is ineffective
- debian/patches/CVE-2018-5743.patch: add reference counting in
bin/named/client.c, bin/named/include/named/client.h,
bin/named/include/named/interfacemgr.h, bin/named/interfacemgr.c,
lib/isc/include/isc/quota.h, lib/isc/quota.c,
lib/isc/win32/libisc.def.in.
- debian/patches/CVE-2018-5743-atomic-fix.patch: replace atomic
operations with isc_refcount reference counting in
bin/named/client.c, bin/named/include/named/interfacemgr.h,
bin/named/interfacemgr.c.
- debian/libisc169.symbols: added new symbols.
- CVE-2018-5743
-
566fdbc...
by
Marc Deslauriers
on 2019-02-20
-
Import patches-unapplied version 1:9.11.3+dfsg-1ubuntu1.5 to ubuntu/bionic-security
Imported using git-ubuntu import.
Changelog parent: 8f32abf5ff0267b580f3814e97633ee67c4204e3
New changelog entries:
* SECURITY UPDATE: memory leak via specially crafted packet
- debian/patches/CVE-2018-5744.patch: silently drop additional keytag
options in bin/named/client.c.
- CVE-2018-5744
* SECURITY UPDATE: assertion failure when a trust anchor rolls over to an
unsupported key algorithm when using managed-keys
- debian/patches/CVE-2018-5745.patch: properly handle situations when
the key tag cannot be computed in lib/dns/include/dst/dst.h,
lib/dns/zone.c.
- CVE-2018-5745
* SECURITY UPDATE: Controls for zone transfers may not be properly
applied to Dynamically Loadable Zones (DLZs) if the zones are writable
- debian/patches/CVE-2019-6465.patch: handle zone transfers marked in
the zone table as a DLZ zone bin/named/xfrout.c.
- CVE-2019-6465
-
8f32abf...
by
Dimitri John Ledkov
on 2019-02-05
-
Import patches-unapplied version 1:9.11.3+dfsg-1ubuntu1.4 to ubuntu/bionic-proposed
Imported using git-ubuntu import.
Changelog parent: c441991180d23d4066bdecdfcf4f1e9c2c232fb2
New changelog entries:
* Disable EDDSA to avoid picking up new symbols when rebuilding against
new OpenSSL. Cherrypick from Debian & Disco. LP: #1815474
-
c441991...
by
Andreas Hasenack
on 2018-10-10
-
Import patches-unapplied version 1:9.11.3+dfsg-1ubuntu1.3 to ubuntu/bionic-proposed
Imported using git-ubuntu import.
Upload parent: ca2cf950b1884e5e8442415dcedbd2eafb8d65fb
-
ca2cf95...
by
Andreas Hasenack
on 2018-10-10
-
changelog
-
d492c41...
by
Karl Stenerud
on 2018-08-30
-
* d/p/skip-rtld-deepbind-for-dyndb.diff: fix named-pkcs11 crashing on
startup. Thanks to Petr Menšík <email address hidden> (LP: #1769440)
-
a8237bf...
by
Steve Beattie
on 2018-08-10
-
Import patches-unapplied version 1:9.11.3+dfsg-1ubuntu1.2 to ubuntu/bionic-security
Imported using git-ubuntu import.
Changelog parent: 65dc1c56b30d2b7ccf977ad196cb31562ce9f351
New changelog entries:
* SECURITY UPDATE: denial of service crash when deny-answer-aliases
option is used
- debian/patches/CVE-2018-5740-1.patch: explicit DNAME query could
trigger a crash if deny-answer-aliases was set
- debian/patches/CVE-2018-5740-2.patch: add tests
- debian/patches/CVE-2018-5740-3.patch: caclulate nlabels and set
*chainingp correctly, add test
- CVE-2018-5740