diff options
| author | Michal Ruprich <mruprich@localhost.localdomain> | 2016-11-16 08:46:09 +0100 |
|---|---|---|
| committer | Michal Ruprich <mruprich@localhost.localdomain> | 2016-11-16 08:46:09 +0100 |
| commit | d886cd072dd258b769adb6f13ac659e747ec6f41 (patch) | |
| tree | 04ef3dbe128eba04dda32a7f4c3f0c0b9e1d4939 /bind-9.10-sdb.patch | |
| parent | 20cebfb8c5ba74721a8332f7df36aae169450b99 (diff) | |
| download | bind-d886cd072dd258b769adb6f13ac659e747ec6f41.tar.gz bind-d886cd072dd258b769adb6f13ac659e747ec6f41.tar.xz bind-d886cd072dd258b769adb6f13ac659e747ec6f41.zip | |
Update to 9.11.0-P1
Diffstat (limited to 'bind-9.10-sdb.patch')
| -rw-r--r-- | bind-9.10-sdb.patch | 34 |
1 files changed, 26 insertions, 8 deletions
diff --git a/bind-9.10-sdb.patch b/bind-9.10-sdb.patch index 3938b4b..333ebc6 100644 --- a/bind-9.10-sdb.patch +++ b/bind-9.10-sdb.patch @@ -7,9 +7,9 @@ index 7654169..b4c9c03 100644 top_srcdir = @top_srcdir@ -SUBDIRS = named named-pkcs11 rndc dig delv dnssec dnssec-pkcs11 tools tests nsupdate \ -- check confgen @PYTHON_TOOLS@ @PKCS11_TOOLS@ +- check confgen @NZD_TOOLS@ @PYTHON_TOOLS@ @PKCS11_TOOLS@ +SUBDIRS = named named-sdb named-pkcs11 rndc dig delv dnssec dnssec-pkcs11 tools tests nsupdate \ -+ check confgen @PYTHON_TOOLS@ @PKCS11_TOOLS@ sdb_tools ++ check confgen @NZD_TOOLS@ @PYTHON_TOOLS@ @PKCS11_TOOLS@ sdb_tools TARGETS = @BIND9_MAKE_RULES@ @@ -40,10 +40,10 @@ index ba5ec3c..d7ac259 100644 GEOIPLINKOBJS = geoip.@O@ -@@ -144,7 +144,7 @@ config.@O@: config.c - -DNS_SYSCONFDIR=\"${sysconfdir}\" \ - -c ${srcdir}/config.c - +@@ -144,7 +144,7 @@ server.@O@: server.c + -DPRODUCT=\"${PRODUCT}\" \ + -DVERSION=\"${VERSION}\" -c ${srcdir}/server.c + -named@EXEEXT@: ${OBJS} ${UOBJS} ${DEPLIBS} +named-sdb@EXEEXT@: ${OBJS} ${UOBJS} ${DEPLIBS} export MAKE_SYMTABLE="yes"; \ @@ -93,7 +93,7 @@ index 306295f..a7f3327 100644 + sqlitedb_clear(); + isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_MAIN, - ISC_LOG_NOTICE, "starting %s %s%s%s <id:%s>%s", + ISC_LOG_NOTICE, "starting %s %s%s%s <id:%s>", ns_g_product, ns_g_version, @@ -1099,6 +1108,75 @@ setup(void) { isc_result_totext(result)); @@ -280,7 +280,7 @@ diff --git a/configure.in b/configure.in index 6dab9dc..f84d161 100644 --- a/configure.in +++ b/configure.in -@@ -4686,12 +4686,15 @@ AC_CONFIG_FILES([ +@@ -4686,30 +4686,33 @@ AC_CONFIG_FILES([ bin/named/unix/Makefile bin/named-pkcs11/Makefile bin/named-pkcs11/unix/Makefile @@ -289,8 +289,26 @@ index 6dab9dc..f84d161 100644 bin/nsupdate/Makefile bin/pkcs11/Makefile bin/python/Makefile + bin/python/isc/Makefile + bin/python/isc/utils.py + bin/python/isc/tests/Makefile bin/python/dnssec-checkds.py bin/python/dnssec-coverage.py + bin/python/dnssec-keymgr.py + bin/python/isc/__init__.py + bin/python/isc/checkds.py + bin/python/isc/coverage.py + bin/python/isc/dnskey.py + bin/python/isc/eventlist.py + bin/python/isc/keydict.py + bin/python/isc/keyevent.py + bin/python/isc/keymgr.py + bin/python/isc/keyseries.py + bin/python/isc/keyzone.py + bin/python/isc/policy.py + bin/python/isc/rndc.py + bin/python/isc/tests/dnskey_test.py + bin/python/isc/tests/policy_test.py bin/rndc/Makefile + bin/sdb_tools/Makefile bin/tests/Makefile |
