]> git.pld-linux.org Git - packages/bind.git/commitdiff
adjusted patch for 9.9.4
authorElan Ruusamäe <glen@delfi.ee>
Fri, 25 Oct 2013 12:50:30 +0000 (15:50 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 25 Oct 2013 12:50:30 +0000 (15:50 +0300)
bind-geoip.patch

index be573fc9ca17f1e8bf127754e5ff25d51a27954f..910bc84d5039a180d6285261a2aec236ae8be903 100644 (file)
                ${DLZDRIVER_SRCS} ${DBDRIVER_SRCS}
  
  MANPAGES =    named.8 lwresd.8 named.conf.5
---- bin/named/server.c.orig    2012-09-26 17:35:19.000000000 -0700
-+++ bin/named/server.c 2012-10-09 17:38:10.000000000 -0700
+--- bin/named/server.c 2013-09-05 08:09:08.000000000 +0300
++++ bin/named/server.c 2013-10-25 15:34:56.010749111 +0300
 @@ -52,6 +52,9 @@
  #include <isc/timer.h>
  #include <isc/util.h>
  
  #include <isccfg/namedconf.h>
  
-@@ -5297,6 +5300,21 @@
-       return (ISC_R_SUCCESS);
+@@ -4859,6 +4862,21 @@
+       return (n);
  }
  
 +#ifdef HAVE_GEOIP
 +#endif /* HAVE_GEOIP */
 +
  static isc_result_t
- load_zones(ns_server_t *server) {
-       isc_result_t result;
-@@ -5443,6 +5461,11 @@
+ load_configuration(const char *filename, ns_server_t *server,
+                  isc_boolean_t first_time)
+@@ -5983,6 +6001,11 @@
        isc_hash_init();
  
-       CHECKFATAL(load_zones(server), "loading zones");
+       CHECKFATAL(load_zones(server, ISC_TRUE), "loading zones");
 +
 +#ifdef HAVE_GEOIP
 +      /* Load GeoIP DBs */
  }
  
  void
-@@ -5890,6 +5913,20 @@
+@@ -6430,6 +6453,20 @@
                              "reloading zones failed: %s",
                              isc_result_totext(result));
  
This page took 0.111566 seconds and 4 git commands to generate.