Package: release.debian.org Severity: normal Tags: jessie User: release.debian....@packages.debian.org Usertags: pu
Please consider accepting the following jessie-pu for package ldap2zone. * debian/patches: + Add 0009_support-ldapi-uris.patch. Accept ldapi:/// style URIs. (Closes: #792120). This allows people to use ldapi:// style URIs with ldap2zone. Accepting this change in jessie will be highly welcome and is relevant for the Debian Edu development. light+love Mike -- System Information: Debian Release: 8.1 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru ldap2zone-0.2/debian/changelog ldap2zone-0.2/debian/changelog --- ldap2zone-0.2/debian/changelog 2015-07-16 08:58:42.000000000 +0200 +++ ldap2zone-0.2/debian/changelog 2015-07-16 09:03:41.000000000 +0200 @@ -1,3 +1,11 @@ +ldap2zone (0.2-5+deb8u1) jessie-proposed-updates; urgency=medium + + * debian/patches: + + Add 0009_support-ldapi-uris.patch. Accept ldapi:/// style URIs. (Closes: + #792120). + + -- Mike Gabriel <sunwea...@debian.org> Thu, 16 Jul 2015 09:03:02 +0200 + ldap2zone (0.2-5) unstable; urgency=low * Rewrite revert-broken-zones.patch to use named-checkzone to check diff -Nru ldap2zone-0.2/debian/patches/0009_support-ldapi-uris.patch ldap2zone-0.2/debian/patches/0009_support-ldapi-uris.patch --- ldap2zone-0.2/debian/patches/0009_support-ldapi-uris.patch 1970-01-01 01:00:00.000000000 +0100 +++ ldap2zone-0.2/debian/patches/0009_support-ldapi-uris.patch 2015-07-16 09:02:16.000000000 +0200 @@ -0,0 +1,19 @@ +commit 23c0324685aa4db47c5b30e7a16cceb8c3297c33 +Author: Petter Reinholdtsen <p...@hungry.com> +Date: Sun Jul 12 09:27:12 2015 +0200 + + Accept ldapi style URLs too (Closes: #792120). + +diff --git a/ldap2bind b/ldap2bind +index 89f44bf..452cfd3 100755 +--- a/ldap2bind ++++ b/ldap2bind +@@ -3,7 +3,7 @@ + [ -r /etc/default/ldap2zone ] && . /etc/default/ldap2zone + + case "$LDAP_URI" in +-ldap://*|ldaps://*) ;; ++ldap://*|ldaps://*|ldapi://*) ;; + *) LDAP_URI="ldap://${LDAP_URI}" ;; + esac + diff -Nru ldap2zone-0.2/debian/patches/series ldap2zone-0.2/debian/patches/series --- ldap2zone-0.2/debian/patches/series 2015-07-16 08:58:42.000000000 +0200 +++ ldap2zone-0.2/debian/patches/series 2015-07-16 09:02:35.000000000 +0200 @@ -6,3 +6,4 @@ avoid-signed-unsigned-warning.patch hardening.patch unused-variables.patch +0009_support-ldapi-uris.patch