[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#792550: marked as done (jessie-pu: package ldap2zone/0.2-5+deb8u1)



Your message dated Sun, 21 Feb 2016 10:31:28 +0000
with message-id <20160221103128.GC6200@betterave.cristau.org>
and subject line Re: Bug#792550: jessie-pu: package ldap2zone/0.2-5+deb8u1
has caused the Debian Bug report #792550,
regarding jessie-pu: package ldap2zone/0.2-5+deb8u1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
792550: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=792550
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian.org@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 <sunweaver@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 <pere@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

--- End Message ---
--- Begin Message ---
On Sat, Aug 29, 2015 at 15:58:00 +0200, Julien Cristau wrote:

> Control: tag -1 moreinfo
> 
> On Thu, Jul 16, 2015 at 09:09:13 +0200, Mike Gabriel wrote:
> 
> > 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.
> > 
> It's not clear to me why that would warrant a stable update, please
> elaborate on why this is needed now.
> 
No reply since August, closing.

Cheers,
Julien

--- End Message ---

Reply to: