Your message dated Sun, 02 Mar 2008 23:17:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#463334: fixed in ldapdiff 0.9.2-1.1
has caused the Debian Bug report #463334,
regarding ldapdiff: ldap_open() implicitly converted to pointer
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 [EMAIL PROTECTED]
immediately.)
--
463334: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463334
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ldapdiff
Version: 0.9.2-1
Severity: important
Tags: patch
Usertags: implicit-pointer-conversion
Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.
This is often due to a missing function prototype definition.
For more information, see [2].
[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions
Function `ldap_open' implicitly converted to pointer at ldapdiff.c:109
The libldap API has been updated and many functions used by the ldap
plugin are now deprecated. This package should either update to the
new API or define LDAP_DEPRECATED to continue using the deprecated
interfaces.
This patch implements the lazy solution.
--- ldapdiff-0.9.2/ldapdiff.c~ 2003-10-29 01:28:03.000000000 -0700
+++ ldapdiff-0.9.2/ldapdiff.c 2008-01-30 15:57:45.000000000 -0700
@@ -18,6 +18,7 @@
*/
#include <lber.h>
+#define LDAP_DEPRECATED 1
#include <ldap.h>
#include <stdio.h>
--- End Message ---
--- Begin Message ---
Source: ldapdiff
Source-Version: 0.9.2-1.1
We believe that the bug you reported is fixed in the latest version of
ldapdiff, which is due to be installed in the Debian FTP archive:
ldapdiff_0.9.2-1.1.diff.gz
to pool/main/l/ldapdiff/ldapdiff_0.9.2-1.1.diff.gz
ldapdiff_0.9.2-1.1.dsc
to pool/main/l/ldapdiff/ldapdiff_0.9.2-1.1.dsc
ldapdiff_0.9.2-1.1_mips.deb
to pool/main/l/ldapdiff/ldapdiff_0.9.2-1.1_mips.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Anibal Monsalve Salazar <[EMAIL PROTECTED]> (supplier of updated ldapdiff
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 03 Mar 2008 09:10:31 +1100
Source: ldapdiff
Binary: ldapdiff
Architecture: source mips
Version: 0.9.2-1.1
Distribution: unstable
Urgency: low
Maintainer: Jeff Waugh <[EMAIL PROTECTED]>
Changed-By: Anibal Monsalve Salazar <[EMAIL PROTECTED]>
Description:
ldapdiff - Tool to synchronize ldap servers using ldif formatted input files
Closes: 463334
Changes:
ldapdiff (0.9.2-1.1) unstable; urgency=low
.
* NMU
* Fixed "ldap_open() implicitly converted to pointer"
Patch by dann frazier <[EMAIL PROTECTED]>
Closes: #463334
Files:
884e0538c54ebf0e88ef5252e5d58cfb 588 admin optional ldapdiff_0.9.2-1.1.dsc
82cfa4b4043a4f248461dca99ce1c7e8 2183 admin optional ldapdiff_0.9.2-1.1.diff.gz
ac011746e8db839383b8d30ef323a5fa 27972 admin optional
ldapdiff_0.9.2-1.1_mips.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHyzO4gY5NIXPNpFURAj85AKCiQ6oIhtLqPuxw8KyivsXf3EOh6QCgs8Eu
raBl+9Uil8P2z3Lz/qe9/gY=
=Odwz
-----END PGP SIGNATURE-----
--- End Message ---