Bug#784178: jessie-pu: package php-horde-passwd/5.0.2-3+deb8u1

2015-05-16 Thread Adam D. Barratt
Control: tags -1 + pending

On Sat, 2015-05-09 at 20:05 +0100, Adam D. Barratt wrote:
 Control: tags -1 + confirmed
 
 On Sun, 2015-05-03 at 22:10 +0200, Mathieu Parent wrote:
 
  php-horde-passwd in jessie (5.0.2-3) has a typo bug in the Kolab
  driver (#780670) which needs a one-line fix.
 
 Please go ahead.

Uploaded and flagged for acceptance.

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#784178: jessie-pu: package php-horde-passwd/5.0.2-3+deb8u1

2015-05-09 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Sun, 2015-05-03 at 22:10 +0200, Mathieu Parent wrote:

 php-horde-passwd in jessie (5.0.2-3) has a typo bug in the Kolab
 driver (#780670) which needs a one-line fix.

Please go ahead.

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#784178: jessie-pu: package php-horde-passwd/5.0.2-3+deb8u1

2015-05-04 Thread Mathieu Parent (Debian)
2015-05-04 4:22 GMT+02:00 David Prévot taf...@debian.org:
 Hi Mathieu,

Salut David,

 Le 03/05/2015 16:10, Mathieu Parent a écrit :

 php-horde-passwd in jessie (5.0.2-3) has a typo bug in the Kolab driver 
 (#780670) which needs a one-line fix.

 It looks like Sid is still affected. Can you please get a fixed version
 in Sid: I believe the release team will expect to have the fix in the
 archive before considering backporting it into stable.

Good catch. It was waiting in git, now uploaded as 5.0.2-4.

 Regards

 David


Merci

-- 
Mathieu Parent


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#784178: jessie-pu: package php-horde-passwd/5.0.2-3+deb8u1

2015-05-03 Thread Mathieu Parent
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian@packages.debian.org
Usertags: pu

Dear release team,

php-horde-passwd in jessie (5.0.2-3) has a typo bug in the Kolab driver 
(#780670) which needs a one-line fix.

I plan to upload an update versioned 5.0.2-3+deb8u1, once I have an ack.

debdiff attached.

Regards

Mathieu Parent

-- System Information:
Debian Release: 8.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff --git a/debian/changelog b/debian/changelog
index f59417d..6277198 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+php-horde-passwd (5.0.2-3+deb8u1) stable; urgency=medium
+
+  * Fix Kolab driver password change (Closes: #780670)
+
+ -- Mathieu Parent sath...@debian.org  Sun, 03 May 2015 20:42:42 +0200
+
 php-horde-passwd (5.0.2-3) unstable; urgency=medium
 
   * Fixed DEP-8 tests, by removing set -x
diff --git a/debian/patches/0001-Fix-Kolab-driver-password-change.patch b/debian/patches/0001-Fix-Kolab-driver-password-change.patch
new file mode 100644
index 000..137d730
--- /dev/null
+++ b/debian/patches/0001-Fix-Kolab-driver-password-change.patch
@@ -0,0 +1,23 @@
+From: Mike Gabriel mike.gabr...@das-netzwerkteam.de
+Date: Sun, 3 May 2015 20:27:06 +0200
+Subject: Fix Kolab driver password change
+Bug: https://github.com/horde/horde/pull/136
+Bug-Debian: https://bugs.debian.org/780670
+
+---
+ passwd-5.0.2/lib/Driver/Kolab.php | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/passwd-5.0.2/lib/Driver/Kolab.php b/passwd-5.0.2/lib/Driver/Kolab.php
+index 64554ed..ab49eee 100644
+--- a/passwd-5.0.2/lib/Driver/Kolab.php
 b/passwd-5.0.2/lib/Driver/Kolab.php
+@@ -73,7 +73,7 @@ class Passwd_Driver_Kolab extends Passwd_Driver
+ $userdn = ldap_get_dn($ds, $entry);
+ 
+ // Connect as the user.
+-$result = @ldap_bind($ds, $userdn, $old_password);
++$result = @ldap_bind($ds, $userdn, $oldpass);
+ if (!$result) {
+ throw new Passwd_Exception(_(Incorrect old password.));
+ }
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..fe1da9b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Fix-Kolab-driver-password-change.patch


Bug#784178: jessie-pu: package php-horde-passwd/5.0.2-3+deb8u1

2015-05-03 Thread David Prévot
Hi Mathieu,

Le 03/05/2015 16:10, Mathieu Parent a écrit :

 php-horde-passwd in jessie (5.0.2-3) has a typo bug in the Kolab driver 
 (#780670) which needs a one-line fix.

It looks like Sid is still affected. Can you please get a fixed version
in Sid: I believe the release team will expect to have the fix in the
archive before considering backporting it into stable.

Regards

David



signature.asc
Description: OpenPGP digital signature