summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2009-01-22 18:11:21 +0000
committerSven Wegener <swegener@gentoo.org>2009-01-22 18:11:21 +0000
commit7d168d709fa19cbc9a09f4296f06686c9cdda8b1 (patch)
tree2cdebeee6daed3062f1de7ff28b460957cbb2945 /net-dns/pdns/files
parentUnmasking ~net-wireless/iwl3945-ucode-15.28.2.8 since it's good idea to use i... (diff)
downloadgentoo-2-7d168d709fa19cbc9a09f4296f06686c9cdda8b1.tar.gz
gentoo-2-7d168d709fa19cbc9a09f4296f06686c9cdda8b1.tar.bz2
gentoo-2-7d168d709fa19cbc9a09f4296f06686c9cdda8b1.zip
Fix zone2ldap, bug #253959.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-dns/pdns/files')
-rw-r--r--net-dns/pdns/files/2.9.21.2-zone2ldap.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-dns/pdns/files/2.9.21.2-zone2ldap.patch b/net-dns/pdns/files/2.9.21.2-zone2ldap.patch
new file mode 100644
index 000000000000..5689a4a05beb
--- /dev/null
+++ b/net-dns/pdns/files/2.9.21.2-zone2ldap.patch
@@ -0,0 +1,21 @@
+Index: pdns/pdns/backends/bind/zone2ldap.cc
+===================================================================
+--- pdns/pdns/backends/bind/zone2ldap.cc (revision 1057)
++++ pdns/pdns/backends/bind/zone2ldap.cc (revision 1058)
+@@ -27,6 +27,7 @@
+ #include "bindparser.hh"
+ #include "statbag.hh"
+ #include <boost/function.hpp>
++#include "dnsrecords.hh"
+ #include "misc.hh"
+ #include "dns.hh"
+ #include "zoneparser-tng.hh"
+@@ -155,7 +156,7 @@
+ #if __GNUC__ >= 3
+ ios_base::sync_with_stdio( false );
+ #endif
+-
++ reportAllTypes();
+ args.setCmd( "help", "Provide a helpful message" );
+ args.setSwitch( "verbose", "Verbose comments on operation" ) = "no";
+ args.setSwitch( "resume", "Continue after errors" ) = "no";