[pkg-kolab] r716 - in kolab-cyrus-imapd/trunk/debian: . patches

petere at alioth.debian.org petere at alioth.debian.org
Fri Feb 22 14:27:42 UTC 2008


Author: petere
Date: 2008-02-22 14:27:42 +0000 (Fri, 22 Feb 2008)
New Revision: 716

Added:
   kolab-cyrus-imapd/trunk/debian/patches/170-ldap-deprecated.dpatch
Modified:
   kolab-cyrus-imapd/trunk/debian/changelog
   kolab-cyrus-imapd/trunk/debian/patches/00list
Log:
* Added 170-ldap-deprecated.dpatch to define LDAP_DEPRECATED because
  deprecated LDAP API is used (closes: #463430)

Modified: kolab-cyrus-imapd/trunk/debian/changelog
===================================================================
--- kolab-cyrus-imapd/trunk/debian/changelog	2008-02-22 14:16:02 UTC (rev 715)
+++ kolab-cyrus-imapd/trunk/debian/changelog	2008-02-22 14:27:42 UTC (rev 716)
@@ -8,6 +8,8 @@
     - Added imapd.folderchar.patch
   * Synced against cyrus-imapd package
   * Changed control fields XS-Vcs-* to Vcs-*
+  * Added 170-ldap-deprecated.dpatch to define LDAP_DEPRECATED because
+    deprecated LDAP API is used (closes: #463430)
 
  -- Peter Eisentraut <petere at debian.org>  Fri, 22 Feb 2008 15:02:30 +0100
 

Modified: kolab-cyrus-imapd/trunk/debian/patches/00list
===================================================================
--- kolab-cyrus-imapd/trunk/debian/patches/00list	2008-02-22 14:16:02 UTC (rev 715)
+++ kolab-cyrus-imapd/trunk/debian/patches/00list	2008-02-22 14:27:42 UTC (rev 716)
@@ -68,3 +68,4 @@
 140-kolab-ldap.dpatch
 150-kolab-auth_unix
 160-kolab-imapd.folderchar.dpatch
+170-ldap-deprecated.dpatch

Added: kolab-cyrus-imapd/trunk/debian/patches/170-ldap-deprecated.dpatch
===================================================================
--- kolab-cyrus-imapd/trunk/debian/patches/170-ldap-deprecated.dpatch	                        (rev 0)
+++ kolab-cyrus-imapd/trunk/debian/patches/170-ldap-deprecated.dpatch	2008-02-22 14:27:42 UTC (rev 716)
@@ -0,0 +1,15 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 170-ldap-deprecated.dpatch by dann frazier <dannf at debian.org>
+##
+## DP: bug #463430: ldap_get_values implicitly converted to pointer
+
+ at DPATCH@
+--- kolab-cyrus-imapd-2.2.13/imap/global.c.orig 2008-01-31 09:12:10.000000000 -0700
++++ kolab-cyrus-imapd-2.2.13/imap/global.c      2008-01-31 09:12:16.000000000 -0700
+@@ -52,6 +52,7 @@
+ #include <netinet/in.h>
+ #include <sys/stat.h>
+ 
++#define LDAP_DEPRECATED 1
+ #include <ldap.h>
+ #include <lber.h>




More information about the pkg-kolab-devel mailing list