/[packages]/cauldron/bind/current/SOURCES/bind-9.5-sdb-sqlite-bld.patch
ViewVC logotype

Diff of /cauldron/bind/current/SOURCES/bind-9.5-sdb-sqlite-bld.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 568668 by pterjan, Thu Jan 17 21:30:27 2013 UTC revision 568669 by oden, Sun Feb 2 14:06:11 2014 UTC
# Line 1  Line 1 
1  diff -up bind-9.8.1rc1/bin/named-sdb/main.c.sdb-sqlite-bld bind-9.8.1rc1/bin/named-sdb/main.c  diff -Naurp bind-9.9.5/bin/named-sdb/main.c bind-9.9.5.oden/bin/named-sdb/main.c
2  --- bind-9.8.1rc1/bin/named-sdb/main.c.sdb-sqlite-bld   2011-08-31 14:41:15.646020840 +0200  --- bind-9.9.5/bin/named-sdb/main.c     2014-02-02 14:45:09.550400485 +0100
3  +++ bind-9.8.1rc1/bin/named-sdb/main.c  2011-08-31 14:41:35.132019452 +0200  +++ bind-9.9.5.oden/bin/named-sdb/main.c        2014-02-02 14:45:34.203401863 +0100
4  @@ -85,6 +85,7 @@  @@ -85,6 +85,7 @@
5   /* #include "xxdb.h" */   /* #include "xxdb.h" */
6   #include "ldapdb.h"   #include "ldapdb.h"
# Line 9  diff -up bind-9.8.1rc1/bin/named-sdb/mai Line 9  diff -up bind-9.8.1rc1/bin/named-sdb/mai
9   #include "dirdb.h"   #include "dirdb.h"
10    
11   #ifdef CONTRIB_DLZ   #ifdef CONTRIB_DLZ
12  @@ -792,6 +793,7 @@ setup(void) {  @@ -837,6 +838,7 @@ setup(void) {
13    
14          ldapdb_clear();          ldapdb_clear();
15          pgsqldb_clear();          pgsqldb_clear();
# Line 17  diff -up bind-9.8.1rc1/bin/named-sdb/mai Line 17  diff -up bind-9.8.1rc1/bin/named-sdb/mai
17          dirdb_clear();          dirdb_clear();
18    
19          isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_MAIN,          isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_MAIN,
20  @@ -921,6 +923,23 @@ setup(void) {  @@ -985,6 +987,23 @@ setup(void) {
21                             ISC_LOG_NOTICE, "SDB postgreSQL DB zone database module loaded."                             ISC_LOG_NOTICE, "SDB postgreSQL DB zone database module loaded."
22                            );                            );
23    
# Line 41  diff -up bind-9.8.1rc1/bin/named-sdb/mai Line 41  diff -up bind-9.8.1rc1/bin/named-sdb/mai
41           result = dirdb_init();           result = dirdb_init();
42           if (result != ISC_R_SUCCESS)           if (result != ISC_R_SUCCESS)
43           {           {
44  @@ -971,6 +990,7 @@ cleanup(void) {  @@ -1035,6 +1054,7 @@ cleanup(void) {
45    
46           ldapdb_clear();           ldapdb_clear();
47           pgsqldb_clear();           pgsqldb_clear();
# Line 49  diff -up bind-9.8.1rc1/bin/named-sdb/mai Line 49  diff -up bind-9.8.1rc1/bin/named-sdb/mai
49           dirdb_clear();           dirdb_clear();
50    
51          isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_MAIN,          isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_MAIN,
52  diff -up bind-9.8.1rc1/bin/named-sdb/Makefile.in.sdb-sqlite-bld bind-9.8.1rc1/bin/named-sdb/Makefile.in  diff -Naurp bind-9.9.5/bin/named-sdb/Makefile.in bind-9.9.5.oden/bin/named-sdb/Makefile.in
53  --- bind-9.8.1rc1/bin/named-sdb/Makefile.in.sdb-sqlite-bld      2011-08-31 14:41:15.646020840 +0200  --- bind-9.9.5/bin/named-sdb/Makefile.in        2014-02-02 14:45:09.551400485 +0100
54  +++ bind-9.8.1rc1/bin/named-sdb/Makefile.in     2011-08-31 14:41:15.658020839 +0200  +++ bind-9.9.5.oden/bin/named-sdb/Makefile.in   2014-02-02 14:45:34.204401864 +0100
55  @@ -28,10 +28,10 @@ top_srcdir =        @top_srcdir@  @@ -34,10 +34,10 @@ top_srcdir =        @top_srcdir@
56   #   #
57   # Add database drivers here.   # Add database drivers here.
58   #   #
# Line 66  diff -up bind-9.8.1rc1/bin/named-sdb/Mak Line 66  diff -up bind-9.8.1rc1/bin/named-sdb/Mak
66    
67   DLZ_DRIVER_DIR =       ${top_srcdir}/contrib/dlz/drivers   DLZ_DRIVER_DIR =       ${top_srcdir}/contrib/dlz/drivers
68    
69  diff -up bind-9.8.1rc1/bin/sdb_tools/Makefile.in.sdb-sqlite-bld bind-9.8.1rc1/bin/sdb_tools/Makefile.in  diff -Naurp bind-9.9.5/bin/sdb_tools/Makefile.in bind-9.9.5.oden/bin/sdb_tools/Makefile.in
70  --- bind-9.8.1rc1/bin/sdb_tools/Makefile.in.sdb-sqlite-bld      2011-08-31 14:41:15.651020840 +0200  --- bind-9.9.5/bin/sdb_tools/Makefile.in        2014-02-02 14:45:09.553400485 +0100
71  +++ bind-9.8.1rc1/bin/sdb_tools/Makefile.in     2011-08-31 14:41:15.658020839 +0200  +++ bind-9.9.5.oden/bin/sdb_tools/Makefile.in   2014-02-02 14:45:34.204401864 +0100
72  @@ -32,11 +32,11 @@ DEPLIBS =   ${LWRESDEPLIBS} ${DNSDEPLIBS}  @@ -32,11 +32,11 @@ DEPLIBS =   ${LWRESDEPLIBS} ${DNSDEPLIBS}
73   LIBS =         ${LWRESLIBS} ${DNSLIBS} ${BIND9LIBS} \   LIBS =         ${LWRESLIBS} ${DNSLIBS} ${BIND9LIBS} \
74                  ${ISCCFGLIBS} ${ISCCCLIBS} ${ISCLIBS} ${DBDRIVER_LIBS} @LIBS@                  ${ISCCFGLIBS} ${ISCCCLIBS} ${ISCLIBS} ${DBDRIVER_LIBS} @LIBS@
75    

Legend:
Removed from v.568668  
changed lines
  Added in v.568669

  ViewVC Help
Powered by ViewVC 1.1.30