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..2341fff 100644 --- a/bind.spec +++ b/bind.spec @@ -20,11 +20,12 @@ 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 +BuildRequires: krb5-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 @@ -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}