rpms/bind/devel bind-96-dyndb.patch,1.8,1.9 bind.spec,1.321,1.322

Martin Nagy mnagy at fedoraproject.org
Tue Aug 4 05:15:49 UTC 2009


Author: mnagy

Update of /cvs/extras/rpms/bind/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26568

Modified Files:
	bind-96-dyndb.patch bind.spec 
Log Message:
* Tue Aug 04 2009 Martin Nagy <mnagy redhat com> 32:9.6.1-7.P1
- 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/devel/bind-96-dyndb.patch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- bind-96-dyndb.patch	28 Apr 2009 17:14:02 -0000	1.8
+++ bind-96-dyndb.patch	4 Aug 2009 05:15:49 -0000	1.9
@@ -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/devel/bind.spec,v
retrieving revision 1.321
retrieving revision 1.322
diff -u -p -r1.321 -r1.322
--- bind.spec	29 Jul 2009 13:18:38 -0000	1.321
+++ bind.spec	4 Aug 2009 05:15:49 -0000	1.322
@@ -20,7 +20,7 @@ Summary:  The Berkeley Internet Name Dom
 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)




More information about the fedora-extras-commits mailing list