-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

found 690377 0.2-3
found 690377 0.2-2
found 690377 0.1-7+squeeze1
tags 690377 + patch
kthxbye

I prepared an NMU to fix this issue. Attached is the debdiff of the 
changes.

- -nik

- -- 
* mirabilos is handling my post-1990 smartphone *
<mirabilos> Aaah, it vibrates! Wherefor art thou, daemonic device??

PGP fingerprint: 2086 9A4B E67D 1DCD FFF6  F6C1 59FC 8E1D 6F2A 8001
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)

iQFOBAEBCAA4BQJQxgjSMRpodHRwczovL3d3dy5kb21pbmlrLWdlb3JnZS5kZS9n
cGctcG9saWN5LnR4dC5hc2MACgkQWfyOHW8qgAEzRwf+JJd8bpOt3OmNKSYVOJ/N
Ld021ni/Q3ovV9S7or+pOgVnCwmNKV7Eug04jn0Yu554KYi3xVULhHfci5EqCXuy
WM+kro/oJz+V1fbWHSP/y/LU82/Q9bpkC+wC+L1T35tZHRFYqmJcY9aazfsEDknO
GjycyJzcLlLulG5+xoFww3zIuCOwfg67J+28qv2SFxQEWrUoxCc50IOgjrwMC8oM
iZrZ9G/AkVrB/alT7PmxEEcMKYkxixnIjcW/REiw09AwY2d8vNqq27/F7zTnmIP7
VK2z3F776Bbz2nZNX6/P2+lnNHojXnpte4KJdhzCNl0I7h4o/H/zszShcIY+FCje
yA==
=VuC0
-----END PGP SIGNATURE-----
diff -Nru ldap2zone-0.2/debian/changelog ldap2zone-0.2/debian/changelog
--- ldap2zone-0.2/debian/changelog	2012-07-25 08:11:24.000000000 +0200
+++ ldap2zone-0.2/debian/changelog	2012-12-10 17:06:17.000000000 +0100
@@ -1,3 +1,10 @@
+ldap2zone (0.2-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix unbound variable in ldap2bind script (Closes: #690377).
+
+ -- Dominik George <n...@naturalnet.de>  Mon, 10 Dec 2012 16:47:17 +0100
+
 ldap2zone (0.2-3) unstable; urgency=low
 
   * Fixed installation of default file
diff -Nru ldap2zone-0.2/debian/patches/ldap_host_param.diff ldap2zone-0.2/debian/patches/ldap_host_param.diff
--- ldap2zone-0.2/debian/patches/ldap_host_param.diff	1970-01-01 01:00:00.000000000 +0100
+++ ldap2zone-0.2/debian/patches/ldap_host_param.diff	2012-12-10 16:47:01.000000000 +0100
@@ -0,0 +1,13 @@
+Fix for bug #690377 which prevents ldap2bind from working as an unbound
+variable is used in the ldapsearch operation.
+--- a/ldap2bind
++++ b/ldap2bind
+@@ -31,7 +31,7 @@
+ else ALLOW_TRANSFER_PARAM=;
+ fi
+ 
+-ZONES=`ldapsearch -LLL $LDAP_HOST_PARAM -x "(objectClass=dNSZone)" zoneName | grep zoneName: | sort | uniq | awk '{print $2}'`
++ZONES=`ldapsearch -LLL $LDAP_URI_PARAM -x "(objectClass=dNSZone)" zoneName | grep zoneName: | sort | uniq | awk '{print $2}'`
+ ldap2zone=`which ldap2zone`
+ rndc=`which rndc`
+ 
diff -Nru ldap2zone-0.2/debian/patches/series ldap2zone-0.2/debian/patches/series
--- ldap2zone-0.2/debian/patches/series	2012-07-25 08:13:06.000000000 +0200
+++ ldap2zone-0.2/debian/patches/series	2012-12-10 16:45:18.000000000 +0100
@@ -1 +1,2 @@
 fix-default-location
+ldap_host_param.diff

Reply via email to