~nacc/ubuntu/+source/bind9:applied/ubuntu/oneiric-security

Last commit made on 2013-03-29
Get this branch:
git clone -b applied/ubuntu/oneiric-security https://git.launchpad.net/~nacc/ubuntu/+source/bind9
Only Nish Aravamudan can upload to this branch. If you are Nish Aravamudan please log in for upload directions.

Branch merges

Branch information

Name:
applied/ubuntu/oneiric-security
Repository:
lp:~nacc/ubuntu/+source/bind9

Recent commits

c8ddc05... by Marc Deslauriers

Import patches-applied version 1:9.7.3.dfsg-1ubuntu4.6 to applied/ubuntu/oneiric-security

Imported using usd-importer.

Publish parent: 570600d13bf2efa11e9acb39a380f841e56bf926
Unapplied parent: 85f99f750c0a2b31b16bd1f1ab9d5394fa744c6c

New changelog entries:
  * SECURITY UPDATE: denial of service via regex syntax checking
    - configure,configure.in,config.h.in: remove check for regex.h to
      disable regex syntax checking.
    - CVE-2013-2266

85f99f7... by Marc Deslauriers

Import patches-unapplied version 1:9.7.3.dfsg-1ubuntu4.6 to ubuntu/oneiric-security

Imported using usd-importer.

Publish parent: cda4a30862e22014c1b988e18377ffd89e4d8778

New changelog entries:
  * SECURITY UPDATE: denial of service via regex syntax checking
    - configure,configure.in,config.h.in: remove check for regex.h to
      disable regex syntax checking.
    - CVE-2013-2266

570600d... by Marc Deslauriers

Import patches-applied version 1:9.7.3.dfsg-1ubuntu4.5 to applied/ubuntu/oneiric-security

Imported using usd-importer.

Publish parent: a66ae16f7f2c7afe3d212b7fd6354812d79685c0
Unapplied parent: cda4a30862e22014c1b988e18377ffd89e4d8778

New changelog entries:
  * SECURITY UPDATE: denial of service via specific combinations of RDATA
    - bin/named/query.c: fix logic
    - Patch backported from 9.8.3-P4
    - CVE-2012-5166

cda4a30... by Marc Deslauriers

Import patches-unapplied version 1:9.7.3.dfsg-1ubuntu4.5 to ubuntu/oneiric-security

Imported using usd-importer.

Publish parent: 5a729aab0bd65bf2fab5b566f74904d3a929f692

New changelog entries:
  * SECURITY UPDATE: denial of service via specific combinations of RDATA
    - bin/named/query.c: fix logic
    - Patch backported from 9.8.3-P4
    - CVE-2012-5166

a66ae16... by Marc Deslauriers

Import patches-applied version 1:9.7.3.dfsg-1ubuntu4.4 to applied/ubuntu/oneiric-security

Imported using usd-importer.

Publish parent: 346caa8a2de55d20e3aa86a7be50d572b68b783a
Unapplied parent: 5a729aab0bd65bf2fab5b566f74904d3a929f692

New changelog entries:
  * SECURITY UPDATE: denial of service via large crafted resource record
    - check length in lib/dns/include/dns/rdata.h,
      lib/dns/{master,rdata,rdataslab}.c.
    - Patch backported from 9.7.6-P3
    - CVE-2012-4244

5a729aa... by Marc Deslauriers

Import patches-unapplied version 1:9.7.3.dfsg-1ubuntu4.4 to ubuntu/oneiric-security

Imported using usd-importer.

Publish parent: 80326055466ea578d80102cd1f685b06eca5585f

New changelog entries:
  * SECURITY UPDATE: denial of service via large crafted resource record
    - check length in lib/dns/include/dns/rdata.h,
      lib/dns/{master,rdata,rdataslab}.c.
    - Patch backported from 9.7.6-P3
    - CVE-2012-4244

346caa8... by Marc Deslauriers

Import patches-applied version 1:9.7.3.dfsg-1ubuntu4.3 to applied/ubuntu/oneiric-security

Imported using usd-importer.

Publish parent: 0c1a50296801c7573547c6792b1239dc93a75106
Unapplied parent: 80326055466ea578d80102cd1f685b06eca5585f

New changelog entries:
  * SECURITY UPDATE: denial of service via dnssec validation load
    - lib/dns/resolver.c: don't use bad->expire before it has been set.
    - Patch backported from 9.7.6-P2.
    - CVE-2012-3817

8032605... by Marc Deslauriers

Import patches-unapplied version 1:9.7.3.dfsg-1ubuntu4.3 to ubuntu/oneiric-security

Imported using usd-importer.

Publish parent: 7f942eec92b4ddbb8fde5a4b07d22467063bf4e1

New changelog entries:
  * SECURITY UPDATE: denial of service via dnssec validation load
    - lib/dns/resolver.c: don't use bad->expire before it has been set.
    - Patch backported from 9.7.6-P2.
    - CVE-2012-3817

0c1a502... by Marc Deslauriers

Import patches-applied version 1:9.7.3.dfsg-1ubuntu4.2 to applied/ubuntu/oneiric-security

Imported using usd-importer.

Publish parent: bfd55ea7bf0040e00a59ebb69cd53fdfd226bfc6
Unapplied parent: 7f942eec92b4ddbb8fde5a4b07d22467063bf4e1

New changelog entries:
  * SECURITY UPDATE: ghost domain names attack
    - lib/dns/rbtdb.c: Restrict the TTL of NS RRset to no more than that
      of the old NS RRset when replacing it.
    - Patch backported from 9.7.5.
    - CVE-2012-1033
  * SECURITY UPDATE: denial of service via zero length rdata handling
    - lib/dns/rdata.c,lib/dns/rdataslab.c: use sentinel pointer for
      duplicate rdata.
    - Patch backported from 9.7.6-P1.
    - CVE-2012-1667

7f942ee... by Marc Deslauriers

Import patches-unapplied version 1:9.7.3.dfsg-1ubuntu4.2 to ubuntu/oneiric-security

Imported using usd-importer.

Publish parent: 5830c6d342318739221c8aa3e945132efaa0df7e

New changelog entries:
  * SECURITY UPDATE: ghost domain names attack
    - lib/dns/rbtdb.c: Restrict the TTL of NS RRset to no more than that
      of the old NS RRset when replacing it.
    - Patch backported from 9.7.5.
    - CVE-2012-1033
  * SECURITY UPDATE: denial of service via zero length rdata handling
    - lib/dns/rdata.c,lib/dns/rdataslab.c: use sentinel pointer for
      duplicate rdata.
    - Patch backported from 9.7.6-P1.
    - CVE-2012-1667