rpms/bind/F-11 bind-96-dyndb.patch,1.7,1.8 bind.spec,1.319,1.320

Martin Nagy mnagy at fedoraproject.org
Thu Sep 3 13:03:21 UTC 2009


Author: mnagy

Update of /cvs/extras/rpms/bind/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3472

Modified Files:
	bind-96-dyndb.patch bind.spec 
Log Message:
* Thu Sep 03 2009 Martin Nagy <mnagy redhat com> 32:9.6.1-4.P1.1
- update the patch for dynamic loading of database backends


bind-96-dyndb.patch:
 b/lib/dns/dynamic_db.c             |  364 +++++++++++++++++++++++++++++++++++++
 b/lib/dns/include/dns/dynamic_db.h |   50 +++++
 bin/named/main.c                   |    3 
 bin/named/server.c                 |  102 ++++++++++
 lib/dns/Makefile.in                |   10 -
 lib/dns/include/dns/Makefile.in    |    2 
 lib/dns/include/dns/log.h          |    1 
 lib/dns/include/dns/types.h        |    1 
 lib/dns/log.c                      |    1 
 lib/isccfg/namedconf.c             |   36 +++
 10 files changed, 567 insertions(+), 3 deletions(-)

Index: bind-96-dyndb.patch
===================================================================
RCS file: /cvs/extras/rpms/bind/F-11/bind-96-dyndb.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- bind-96-dyndb.patch	28 Apr 2009 17:18:06 -0000	1.7
+++ bind-96-dyndb.patch	3 Sep 2009 13:03:21 -0000	1.8
@@ -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 @@


Index: bind.spec
===================================================================
RCS file: /cvs/extras/rpms/bind/F-11/bind.spec,v
retrieving revision 1.319
retrieving revision 1.320
diff -u -p -r1.319 -r1.320
--- bind.spec	29 Jul 2009 13:18:28 -0000	1.319
+++ bind.spec	3 Sep 2009 13:03:21 -0000	1.320
@@ -20,7 +20,7 @@ Summary:  The Berkeley Internet Name Dom
 Name:     bind
 License:  ISC
 Version:  9.6.1
-Release:  4.%{PATCHVER}%{?dist}
+Release:  4.%{PATCHVER}%{?dist}.1
 Epoch:    32
 Url:      http://www.isc.org/products/BIND/
 Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -583,6 +583,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %ghost %{chroot_prefix}/etc/localtime
 
 %changelog
+* Thu Sep 03 2009 Martin Nagy <mnagy redhat com> 32:9.6.1-4.P1.1
+- update the patch for dynamic loading of database backends
+
 * Wed Jul 29 2009 Adam Tkac <atkac redhat com> 32:9.6.1-4.P1
 - 9.6.1-P1 release (CVE-2009-0696)
 - fix postun trigger (#513016, hopefully)




More information about the scm-commits mailing list