[Da-tools-commits] ./debian/userdir-ldap-cgi r117: Work around brain damage

Peter Palfrader peter at palfrader.org
Fri Feb 27 10:35:53 UTC 2009


------------------------------------------------------------
revno: 117
committer: Peter Palfrader <peter at palfrader.org>
branch nick: userdir-ldap-cgi
timestamp: Fri 2009-02-27 11:35:53 +0100
message:
  Work around brain damage
modified:
  Util.pm
  debian/changelog
-------------- next part --------------
=== modified file 'Util.pm'
--- a/Util.pm	2008-09-15 13:26:52 +0000
+++ b/Util.pm	2009-02-27 10:35:53 +0000
@@ -349,7 +349,7 @@
   my ($ldap) = @_;
   my $mesg = $ldap->start_tls(
                           verify => 'require',
-                          capath => '/etc/ssl/certs/'
+                          cafile => '/etc/ssl/certs/spi-cacert-2008.pem'
                           );
   $mesg->sync;
   if ($mesg->code != LDAP_SUCCESS) {

=== modified file 'debian/changelog'
--- a/debian/changelog	2008-11-23 20:42:59 +0000
+++ b/debian/changelog	2009-02-27 10:35:53 +0000
@@ -1,3 +1,12 @@
+userdir-ldap-cgi (0.3.25) unstable; urgency=low
+
+  * Util.pm: change capath /etc/ssl/certs to
+    cafile /etc/ssl/certs/spi-cacert-2008.pem because the libldap
+    folks thought it was a good idea to remove that feature for lenny.
+    I hate you ldap and gnutls.
+
+ -- Peter Palfrader <weasel at debian.org>  Fri, 27 Feb 2009 11:34:59 +0100
+
 userdir-ldap-cgi (0.3.24) unstable; urgency=low
 
   * Ignore the * in [[*host]] links, and ignore [[- ]] in [[-hostname]]



More information about the Da-tools-commits mailing list