From 82dbcd4b72640567bf0d539490a36276a243a48c Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Sun, 2 Jul 2017 13:51:44 +0200 Subject: [PATCH] added unbound-1.6.4-ipsechook-check.patch --- unbound-1.6.4-ipsechook-check.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 unbound-1.6.4-ipsechook-check.patch diff --git a/unbound-1.6.4-ipsechook-check.patch b/unbound-1.6.4-ipsechook-check.patch new file mode 100644 index 0000000..af3fa1d --- /dev/null +++ b/unbound-1.6.4-ipsechook-check.patch @@ -0,0 +1,15 @@ +--- ./smallapp/unbound-checkconf.c 2017-05-16 14:39:24.000000000 +0200 ++++ ./smallapp/unbound-checkconf.c.new 2017-07-02 13:39:49.332042712 +0200 +@@ -426,10 +426,12 @@ + cfg->trusted_keys_file_list, cfg->chrootdir, cfg); + check_chroot_string("dlv-anchor-file", &cfg->dlv_anchor_file, + cfg->chrootdir, cfg); ++#if 0 + #ifdef USE_IPSECMOD + check_chroot_string("ipsecmod-hook", &cfg->ipsecmod_hook, cfg->chrootdir, + cfg); + #endif ++#endif + /* remove chroot setting so that modules are not stripping pathnames*/ + free(cfg->chrootdir); + cfg->chrootdir = NULL;