From 9472436310eb4cd6c5ac07e319046e7cc8cb6c791bc96b4f1f6b6cc06ee1b696 Mon Sep 17 00:00:00 2001 From: Uwe Gansert Date: Thu, 5 May 2011 15:02:32 +0000 Subject: [PATCH] version to 9.8.0 OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=51 --- bind-9.7.3.tar.gz | 3 --- bind-9.8.0.tar.gz | 3 +++ bind.changes | 22 ++++++++++++++-------- bind.spec | 5 ++--- 4 files changed, 19 insertions(+), 14 deletions(-) delete mode 100644 bind-9.7.3.tar.gz create mode 100644 bind-9.8.0.tar.gz diff --git a/bind-9.7.3.tar.gz b/bind-9.7.3.tar.gz deleted file mode 100644 index 1515134..0000000 --- a/bind-9.7.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c584ca838da4adb6e94e4507b97b180248ca2b1e6aec1513336b58b344a29f7 -size 7653584 diff --git a/bind-9.8.0.tar.gz b/bind-9.8.0.tar.gz new file mode 100644 index 0000000..7dd58e5 --- /dev/null +++ b/bind-9.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44183f5a4ab7d3deb3c08171c4821c391d6b10ed8d4bc6485a1fc3ba6490c06 +size 7760161 diff --git a/bind.changes b/bind.changes index cdd4be9..03effdc 100644 --- a/bind.changes +++ b/bind.changes @@ -1,13 +1,19 @@ ------------------------------------------------------------------- -Fri Apr 15 13:24:00 CEST 2011 - ug@suse.de +Thu May 5 16:59:49 CEST 2011 - ug@suse.de -- bind-chrootenv requires bind now (bnc#677812) - -------------------------------------------------------------------- -Fri Apr 15 10:57:17 CEST 2011 - ug@suse.de - -- fixed the return code of rcnamed status in case of a - missing config file (bnc#659785) +- The ADB hash table stores informations about which authoritative + servers to query about particular domains +- BIND now supports a new zone type, static-stub +- BIND now supports Response Policy Zones +- BIND 9.8.0 now has DNS64 support +- Dynamically Loadable Zones (DLZ) now support dynamic updates. +- Added a "dlopen" DLZ driver, allowing the creation of external DLZ + drivers that can be loaded as shared objects at runtime rather than + having to be linked with named +- named now retains GSS-TSIG keys across restarts +- There is a new update-policy match type "external". +- bugfixes +- version to 9.8.0 ------------------------------------------------------------------- Thu Feb 24 11:14:09 CET 2011 - ug@suse.de diff --git a/bind.spec b/bind.spec index a046ab7..c4b4e01 100644 --- a/bind.spec +++ b/bind.spec @@ -20,12 +20,12 @@ Name: bind %define pkg_name bind -%define pkg_vers 9.7.3 +%define pkg_vers 9.8.0 BuildRequires: openldap2-devel BuildRequires: libcap libcap-devel libmysqlclient-devel libxml2-devel openssl openssl-devel BuildRequires: krb5-devel Summary: Domain Name System (DNS) Server (named) -Version: 9.7.3 +Version: 9.8.0 Release: 1 License: BSD3c(or similar) ; MIT License (or similar) Group: Productivity/Networking/DNS/Servers @@ -88,7 +88,6 @@ License: BSD3c(or similar) ; MIT License (or similar) Summary: Chroot environment for BIND named and lwresd Group: Productivity/Networking/DNS/Servers PreReq: /usr/sbin/groupadd /usr/sbin/useradd -Requires: %{name} %description chrootenv This package contains all directories and files which are common to the