Your message dated Sat, 08 Mar 2008 10:17:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#463419: fixed in autofs 4.1.4+debian-2.1
has caused the Debian Bug report #463419,
regarding autofs: ldap_get_values, ldap_init implicitly converted to pointers
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.)
--
463419: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463419
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: autofs
Version: 4.1.4+debian-2
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_get_values' implicitly converted to pointer at
autofs-ldap-auto-master.c:121
Function `ldap_init' implicitly converted to pointer at
autofs-ldap-auto-master.c:224
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.
--- autofs-4.1.4+debian.orig/samples/autofs-ldap-auto-master.c 2003-12-10
07:54:33.000000000 -0700
+++ autofs-4.1.4+debian/samples/autofs-ldap-auto-master.c 2008-01-31
08:41:06.000000000 -0700
@@ -5,6 +5,7 @@
*/
#include <getopt.h>
+#define LDAP_DEPRECATED 1
#include <ldap.h>
#include <limits.h>
#include <locale.h>
--- End Message ---
--- Begin Message ---
Source: autofs
Source-Version: 4.1.4+debian-2.1
We believe that the bug you reported is fixed in the latest version of
autofs, which is due to be installed in the Debian FTP archive:
autofs-hesiod_4.1.4+debian-2.1_amd64.deb
to pool/main/a/autofs/autofs-hesiod_4.1.4+debian-2.1_amd64.deb
autofs-ldap_4.1.4+debian-2.1_amd64.deb
to pool/main/a/autofs/autofs-ldap_4.1.4+debian-2.1_amd64.deb
autofs_4.1.4+debian-2.1.diff.gz
to pool/main/a/autofs/autofs_4.1.4+debian-2.1.diff.gz
autofs_4.1.4+debian-2.1.dsc
to pool/main/a/autofs/autofs_4.1.4+debian-2.1.dsc
autofs_4.1.4+debian-2.1_amd64.deb
to pool/main/a/autofs/autofs_4.1.4+debian-2.1_amd64.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.
Steve Langasek <[EMAIL PROTECTED]> (supplier of updated autofs 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: Sat, 08 Mar 2008 01:36:09 -0800
Source: autofs
Binary: autofs autofs-hesiod autofs-ldap
Architecture: source amd64
Version: 4.1.4+debian-2.1
Distribution: unstable
Urgency: low
Maintainer: Jan Christoph Nordholz <[EMAIL PROTECTED]>
Changed-By: Steve Langasek <[EMAIL PROTECTED]>
Description:
autofs - kernel-based automounter for Linux
autofs-hesiod - Hesiod map support for autofs
autofs-ldap - LDAP map support for autofs
Closes: 463419
Changes:
autofs (4.1.4+debian-2.1) unstable; urgency=low
.
* Non-maintainer upload.
* High-urgency upload for RC bugfix.
* Add -DLDAP_DEPRECATED to CFLAGS, to fix compatibility with OpenLDAP
2.4 on 64-bit architectures. Closes: #463419.
Files:
3e1b17fa83d9f7007f3f01ace52b34e4 673 utils extra autofs_4.1.4+debian-2.1.dsc
597ba9e68eac2ebeb5026e7ba236635c 34406 utils extra
autofs_4.1.4+debian-2.1.diff.gz
bfe154e25a74d12079e5b9443f3bb85f 120010 utils extra
autofs_4.1.4+debian-2.1_amd64.deb
efca5076ee086d776e51f5d7828e19bb 28158 utils extra
autofs-hesiod_4.1.4+debian-2.1_amd64.deb
b504baff4c11eb0e34f194750f8c0e55 42260 utils extra
autofs-ldap_4.1.4+debian-2.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH0mPpKN6ufymYLloRAl1vAKCUwOSNydc3VykiNrpoB5DlL/V//ACfYXee
Ddt9fvZf6GciPwGaDBoI+1w=
=OpVp
-----END PGP SIGNATURE-----
--- End Message ---