summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@fedoraproject.org>2009-08-04 05:15:49 +0000
committerMartin Nagy <mnagy@fedoraproject.org>2009-08-04 05:15:49 +0000
commitfc549c69fcd05977cc896df2c52a2819df04cac5 (patch)
tree427cf5c4e08bac9d9a0928c826a6f0c2428ad1c5
parent73232ec521e422caf400012e100c428464ed0c2a (diff)
downloadbind-fc549c69fcd05977cc896df2c52a2819df04cac5.tar.gz
bind-fc549c69fcd05977cc896df2c52a2819df04cac5.tar.xz
bind-fc549c69fcd05977cc896df2c52a2819df04cac5.zip
- update the patch for dynamic loading of database backendsbind-9_6_1-7_P1_fc12
-rw-r--r--bind-96-dyndb.patch10
-rw-r--r--bind.spec5
2 files changed, 9 insertions, 6 deletions
diff --git a/bind-96-dyndb.patch b/bind-96-dyndb.patch
index bc2e839..25828d3 100644
--- a/bind-96-dyndb.patch
+++ b/bind-96-dyndb.patch
@@ -8,15 +8,15 @@
#include <dns/name.h>
#include <dns/result.h>
#include <dns/view.h>
-@@ -778,6 +779,8 @@ cleanup(void) {
- dlz_drivers_clear();
- #endif
+@@ -760,6 +761,8 @@ setup(void) {
+ static void
+ cleanup(void) {
+ dns_dynamic_db_cleanup(ISC_TRUE);
+
- dns_name_destroy();
+ destroy_managers();
- isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_MAIN,
+ ns_server_destroy(&ns_g_server);
--- a/bin/named/server.c
+++ b/bin/named/server.c
@@ -57,6 +57,7 @@
diff --git a/bind.spec b/bind.spec
index 0021254..d519388 100644
--- a/bind.spec
+++ b/bind.spec
@@ -20,7 +20,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.6.1
-Release: 6.%{PATCHVER}%{?dist}
+Release: 7.%{PATCHVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -581,6 +581,9 @@ rm -rf ${RPM_BUILD_ROOT}
%ghost %{chroot_prefix}/etc/localtime
%changelog
+* Tue Aug 04 2009 Martin Nagy <mnagy redhat com> 32:9.6.1-7.P1
+- update the patch for dynamic loading of database backends
+
* Wed Jul 29 2009 Adam Tkac <atkac redhat com> 32:9.6.1-6.P1
- 9.6.1-P1 release (CVE-2009-0696)
- fix postun trigger (#513016, hopefully)