From 789e266dc9fbeba6b34e86cdc163f3892022387d9b6768c6df2b13f8bd5c6529 Mon Sep 17 00:00:00 2001 From: Uwe Gansert Date: Wed, 13 Oct 2010 07:45:36 +0000 Subject: [PATCH 1/2] version update OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=36 --- bind-9.7.1.tar.gz | 3 --- bind-9.7.2P2.tar.gz | 3 +++ bind.changes | 26 ++++++++++++++++++++++++++ bind.spec | 4 ++-- 4 files changed, 31 insertions(+), 5 deletions(-) delete mode 100644 bind-9.7.1.tar.gz create mode 100644 bind-9.7.2P2.tar.gz diff --git a/bind-9.7.1.tar.gz b/bind-9.7.1.tar.gz deleted file mode 100644 index 926fb34..0000000 --- a/bind-9.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a720ea095f5d9fddf76571e3f39ec07f0300e1f0970330f74d340e2f8bea8c8 -size 7547503 diff --git a/bind-9.7.2P2.tar.gz b/bind-9.7.2P2.tar.gz new file mode 100644 index 0000000..6d91d9c --- /dev/null +++ b/bind-9.7.2P2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e3a1607ae7f7ef49ab43663073d30318ed3713da62d96bc1537f4520fe11bd +size 7697012 diff --git a/bind.changes b/bind.changes index 55a16ca..d655731 100644 --- a/bind.changes +++ b/bind.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Tue Oct 12 13:53:16 CEST 2010 - ug@suse.de + +- Zones may be dynamically added and removed with the "rndc addzone" + and "rndc delzone" commands. These dynamically added zones are + written to a per-view configuration file. Do not rely on the + configuration file name nor contents as this will change in a + future release. This is an experimental feature at this time. +- Added new "filter-aaaa-on-v4" access control list to select which + IPv4 clients have AAAA record filtering applied. +- A new command "rndc secroots" was added to dump a combined summary + of the currently managed keys combined with statically configured + trust anchors. +- Added support to load new keys into managed zones without signing + immediately with "rndc loadkeys". Added support to link keys with + "dnssec-keygen -S" and "dnssec-settime -S". +- Documentation improvements +- ORCHID prefixes were removed from the automatic empty zone list. +- Improved handling of GSSAPI security contexts. Specifically, better + memory management of cached contexts, limited lifetime of a context + to 1 hour, and added a "realm" command to nsupdate to allow + selection of a non-default realm name. +- The contributed tool "ztk" was updated to version 1.0. + +- version 9.7.1 to 9.7.2-P2 + ------------------------------------------------------------------- Mon Jul 26 15:33:02 CEST 2010 - ug@suse.de diff --git a/bind.spec b/bind.spec index 0245818..f7f1981 100644 --- a/bind.spec +++ b/bind.spec @@ -20,11 +20,11 @@ Name: bind %define pkg_name bind -%define pkg_vers 9.7.1 +%define pkg_vers 9.7.2P2 BuildRequires: openldap2-devel BuildRequires: libcap libcap-devel libmysqlclient-devel libxml2-devel openssl openssl-devel Summary: Domain Name System (DNS) Server (named) -Version: 9.7.1 +Version: 9.7.2P2 Release: 4 License: BSD3c(or similar) ; MIT License (or similar) Group: Productivity/Networking/DNS/Servers From c1b812b3d8de9e2f3d4d2afeb2497cf3a5bdd1954d5e87cfb267a8734017ee72 Mon Sep 17 00:00:00 2001 From: Uwe Gansert Date: Tue, 23 Nov 2010 11:53:22 +0000 Subject: [PATCH 2/2] added gssapi (bnc#618023) OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=37 --- bind.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bind.spec b/bind.spec index f7f1981..2341fff 100644 --- a/bind.spec +++ b/bind.spec @@ -23,6 +23,7 @@ Name: bind %define pkg_vers 9.7.2P2 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.2P2 Release: 4 @@ -281,7 +282,8 @@ CONFIGURE_OPTIONS="\ --with-libtool \ --enable-runidn \ --with-libxml2 \ - --with-dlz-mysql --with-dlz-ldap + --with-dlz-mysql --with-dlz-ldap \ + --with-gssapi " ./configure ${CONFIGURE_OPTIONS} %{__make} %{?_smp_mflags}