Commit Graph

35 Commits

Author SHA1 Message Date
christos e5b8b7b6d5 merge conflicts. 2017-04-13 19:11:19 +00:00
christos 5696a952da Merge 9.10.4-P6
4558.   [bug]           Synthesised CNAME before matching DNAME was still
                        being cached when it should have been.  [RT #44318]

4557.   [security]      Combining dns64 and rpz can result in dereferencing
                        a NULL pointer (read).  (CVE-2017-3135) [RT#44434]
2017-02-09 00:23:26 +00:00
spz bd075468be merge bind-9.10.4-P5 2017-01-12 08:21:32 +00:00
christos dfa9f336ab merge conflicts 2016-11-01 21:55:51 +00:00
christos 066d9b5de0 Merge conflicts. 2016-10-04 23:46:00 +00:00
christos 1563e28766 merge conflicts 2016-05-26 16:49:55 +00:00
christos 69f16a276d merge conflicts 2016-03-10 04:01:33 +00:00
christos 1f95ef81a2 Merge 9.10.3-P3:
4288.   [bug]           Fixed a regression in resolver.c:possibly_mark()
                        which caused known-bogus servers to be queried
                        anyway. [RT #41321]

4286.   [security]      render_ecs errors were mishandled when printing out
                        a OPT record resulting in a assertion failure.
                        (CVE-2015-8705) [RT #41397]

4285.   [security]      Specific APL data could trigger a INSIST.
                        (CVE-2015-8704) [RT #41396]
2016-01-20 02:14:02 +00:00
christos 27ace8cc3e merge conflicts 2015-12-17 04:00:21 +00:00
christos 949b98fd7b Changes for 9.10.2-P4:
4170.  [security]      An incorrect boundary check in the OPENPGPKEY
                       rdatatype could trigger an assertion failure.
                       (CVE-2015-5986) [RT #40286]

4168.  [security]      A buffer accounting error could trigger an
                       assertion failure when parsing certain malformed
                       DNSSEC keys. (CVE-2015-5722) [RT #40212]
2015-09-03 07:33:34 +00:00
christos b4a6c5034b merge conflicts for bind-9.10.2-P3 to address CVE-2015-5477. 2015-07-28 18:55:16 +00:00
christos bd2de39390 Merge changes. 2015-07-08 17:28:54 +00:00
spz 99759bb8ef security patch for bind from ISC (to 9.10.1-P2).
Only the change to lib/dns/zone.c is security relevant

Upstream changelog:

        --- 9.10.1-P2 released ---

4053.   [security]      Revoking a managed trust anchor and supplying
                        an untrusted replacement could cause named
                        to crash with an assertion failure.
                        (CVE-2015-1349) [RT #38344]

4027.   [port]          Net::DNS 0.81 compatibility. [RT #38165]
2015-02-21 20:19:22 +00:00
christos f6799648ae merge conflicts. 2014-12-10 04:37:50 +00:00
spz 9638304d0b merge for bind 9.10.0-P2, first go 2014-07-08 05:43:37 +00:00
christos 93e69cc3fd resolve conflicts; undo many local changes that have been done upstream
differently.
2014-03-01 03:24:32 +00:00
christos b57e84e2d7 merge conflicts 2013-12-31 20:24:38 +00:00
christos 31e900e600 merge conflicts for bind-9.9.3-P2 2013-07-27 19:23:09 +00:00
spz 76387d3839 merge bind-9-9-2-P1 and adjust build as needed
fixes CVE-2012-5688, see:
http://www.isc.org/software/bind/advisories/cve-2012-5688
2012-12-04 23:38:37 +00:00
christos 5d98f59f2d Apply P4:
3383.  [security]      A certain combination of records in the RBT could
                       cause named to hang while populating the additional
                       section of a response. [RT #31090]
2012-10-09 22:55:39 +00:00
spz a92a2633d3 apply fix for CVE-2012-4244 from upstream
upstream changelog:
          --- 9.9.1-P3 released ---

   3364.  [security]      Named could die on specially crafted record.
                          [RT #30416]
2012-09-13 05:32:07 +00:00
spz 12edcd4818 the patch for CVE-2012-3868 was incomplete 2012-07-24 20:00:44 +00:00
spz 302c45e5ed Fixes for CVE-2012-3817 and CVE-2012-3868 from ISC:
--- 9.9.1-P2 released ---

3346.   [security]      Bad-cache data could be used before it was
                        initialized, causing an assert. [RT #30025]

3345.   [bug]           Addressed race condition when removing the last item
                        or inserting the first item in an ISC_QUEUE.
                        [RT #29539]

3342.   [bug]           Change #3314 broke saving of stub zones to disk
                        resulting in excessive cpu usage in some cases.
                        [RT #29952]
2012-07-24 18:06:28 +00:00
christos 672c75b90f Merge bind-9.9.1-P1 to fix:
Processing of DNS resource records where the rdata field is zero length
may cause various issues for the servers handling them.
CVE: CVE-2012-1667
2012-06-05 00:38:45 +00:00
mrg fd03917f1a + 3218. [security] Cache lookup could return RRSIG data associated with
+                       nonexistent records, leading to an assertion
+                       failure. [RT #26590]

so that someone looking can tell more easily we've applied it.
2011-11-16 22:07:21 +00:00
christos 6312186e63 Import bind 9.9.0a1 2011-09-11 17:11:03 +00:00
spz 6654acd7c3 Import of bind 9.8.0-P4
Upstream changelog:

        --- 9.8.0-P4 released ---

3124.   [bug]           Use an rdataset attribute flag to indicate
                        negative-cache records rather than using rrtype 0;
                        this will prevent problems when that rrtype is
                        used in actual DNS packets.  [RT #24777]

        --- 9.8.0-P3 released (withdrawn) ---

3126.   [security]      Using DNAME record to generate replacements caused
                        RPZ to exit with a assertion failure. [RT #23766]

3125.   [security]      Using wildcard CNAME records as a replacement with
                        RPZ caused named to exit with a assertion failure.
                        [RT #24715]

3123.   [security]      Change #2912 exposed a latent flaw in
                        dns_rdataset_totext() that could cause named to
                        crash with an assertion failure. [RT #24777]

3115.   [bug]           Named could fail to return requested data when
                        following a CNAME that points into the same zone.
                        [RT #2445]
2011-07-05 21:22:43 +00:00
spz fc67f3fcc1 Import bind 9.8.0-P2 2011-05-28 06:52:27 +00:00
christos 85662ea508 from ftp.isc.org 2011-02-15 19:28:53 +00:00
christos c27878d85f Import bind 9.7.2-P3 2010-12-02 14:22:18 +00:00
christos 823dc9a3f5 Import bind 9.7.2b1 2010-08-05 19:51:05 +00:00
christos d12c9ec32b Import bind 9.7.0rc1 2009-12-26 22:18:13 +00:00
christos 10ca0cd585 import bind-9-7-0-b1 2009-10-25 00:01:26 +00:00
christos 8efd920cd3 from ftp.isc.org 2009-07-28 21:10:17 +00:00
christos e353dcca6a import new bind 2009-03-22 14:55:05 +00:00