From 8253ee26409e13285fc36351fe91d217189dfb10f3ea6d17ed9c51519ee0b960 Mon Sep 17 00:00:00 2001 From: Uwe Gansert Date: Tue, 7 Jun 2011 14:38:49 +0000 Subject: [PATCH] version to 9.8.0-P2 OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=56 --- bind-9.8.0.tar.gz | 3 --- bind-9.8.0P2.tar.gz | 3 +++ bind.changes | 11 +++++++++++ bind.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 bind-9.8.0.tar.gz create mode 100644 bind-9.8.0P2.tar.gz diff --git a/bind-9.8.0.tar.gz b/bind-9.8.0.tar.gz deleted file mode 100644 index 7dd58e5..0000000 --- a/bind-9.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e44183f5a4ab7d3deb3c08171c4821c391d6b10ed8d4bc6485a1fc3ba6490c06 -size 7760161 diff --git a/bind-9.8.0P2.tar.gz b/bind-9.8.0P2.tar.gz new file mode 100644 index 0000000..cd19d98 --- /dev/null +++ b/bind-9.8.0P2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e022226513394fa8b2bb367dcfa4462164a83360a25fd5ba63cbc479e48a7e9 +size 7709840 diff --git a/bind.changes b/bind.changes index 0291222..5b71d06 100644 --- a/bind.changes +++ b/bind.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jun 7 16:37:56 CEST 2011 - ug@suse.de + +- A large RRSET from a remote authoritative server that results in + the recursive resolver trying to negatively cache the response can + hit an off by one code error in named, resulting in named crashing. + [RT #24650] [CVE-2011-1910] +- Zones that have a DS record in the parent zone but are also listed + in a DLV and won't validate without DLV could fail to validate. [RT + #24631] + ------------------------------------------------------------------- Mon May 23 19:55:15 UTC 2011 - crrodriguez@opensuse.org diff --git a/bind.spec b/bind.spec index db8e9d0..4ac1dca 100644 --- a/bind.spec +++ b/bind.spec @@ -20,13 +20,13 @@ Name: bind %define pkg_name bind -%define pkg_vers 9.8.0 +%define pkg_vers 9.8.0P2 BuildRequires: openldap2-devel BuildRequires: libcap libcap-devel libmysqlclient-devel libxml2-devel openssl openssl-devel BuildRequires: update-desktop-files BuildRequires: krb5-devel Summary: Domain Name System (DNS) Server (named) -Version: 9.8.0 +Version: 9.8.0P2 Release: 2 License: BSD3c(or similar) ; MIT License (or similar) Group: Productivity/Networking/DNS/Servers