Hello community,

here is the log from the commit of package bind for openSUSE:Factory
checked in at Thu Sep 1 16:59:00 CEST 2011.



--------
--- bind/bind.changes   2011-07-05 16:12:05.000000000 +0200
+++ /mounts/work_src_done/STABLE/bind/bind.changes      2011-08-31 
11:47:26.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Aug 31 09:36:54 UTC 2011 - [email protected]
+
+- Fixed the ldapdump tool to also respect the "uri" setting in
+  /etc/openldap/ldap.conf (bnc#710430)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  ldapdump-allow-uri.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bind.spec ++++++
--- /var/tmp/diff_new_pack.VPnDBT/_old  2011-09-01 16:58:46.000000000 +0200
+++ /var/tmp/diff_new_pack.VPnDBT/_new  2011-09-01 16:58:46.000000000 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  krb5-devel
 Summary:        Domain Name System (DNS) Server (named)
 Version:        9.8.0P4
-Release:        1
+Release:        4
 License:        BSD3c(or similar) ; MIT License (or similar)
 Group:          Productivity/Networking/DNS/Servers
 Provides:       dns_daemon bind8 bind9
@@ -46,6 +46,7 @@
 Patch2:         pid-path.diff
 Patch4:         perl-path.diff
 Patch5:         tmpfs.patch
+Patch6:         ldapdump-allow-uri.diff
 Patch51:        pie_compile.diff
 Patch52:        named-bootconf.diff
 Patch54:        named-direct-proc-mount.diff
@@ -225,6 +226,7 @@
 %patch2 -p0
 %patch4 -p0
 %patch5 -p0
+%patch6 -p1
 #%patch50
 %if 0%{?suse_version} >= 1000
 %patch51

++++++ ldapdump-allow-uri.diff ++++++
Index: bind-9.6-ESVR4P3/vendor-files/tools/ldapdump
===================================================================
--- bind-9.6-ESVR4P3.orig/vendor-files/tools/ldapdump
+++ bind-9.6-ESVR4P3/vendor-files/tools/ldapdump
@@ -622,6 +622,7 @@ sub getLDAPConfigServer {
     my $data;
     open( FILE, "< /etc/openldap/ldap.conf" ) or die "unable to open 
/etc/openldap/ldap.conf. $!";
     while(<FILE>) {
+        if ( /^uri\s+([^\s]*)\s*/i ) { $data = $1; last }
         if ( /^host\s+([^\s]*)\s*/i ) { $data = $1; last }
     }
     close(FILE);

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to