Your message dated Sun, 16 Mar 2008 21:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#463359: fixed in aolserver4-nsldap 0.8-2.1
has caused the Debian Bug report #463359,
regarding aolserver4-nsldap: ldap_open, ldap_get_values 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.)
--
463359: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463359
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: aolserver4-nsldap
Version: 0.8-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_open' implicitly converted to pointer at nsldap.c:611
Function `ldap_get_values' implicitly converted to pointer at nsldap.c:1311
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.
--- aolserver4-nsldap-0.8.orig/nsldap.c 2002-02-26 08:36:52.000000000 -0700
+++ aolserver4-nsldap-0.8/nsldap.c 2008-01-30 22:25:46.000000000 -0700
@@ -38,6 +38,7 @@
#include <ns.h>
#include <lber.h>
+#define LDAP_DEPRECATED 1
#include <ldap.h>
#define CONFIG_USER "user" /* LDAP default bind DN */
--- End Message ---
--- Begin Message ---
Source: aolserver4-nsldap
Source-Version: 0.8-2.1
We believe that the bug you reported is fixed in the latest version of
aolserver4-nsldap, which is due to be installed in the Debian FTP archive:
aolserver4-nsldap_0.8-2.1.diff.gz
to pool/main/a/aolserver4-nsldap/aolserver4-nsldap_0.8-2.1.diff.gz
aolserver4-nsldap_0.8-2.1.dsc
to pool/main/a/aolserver4-nsldap/aolserver4-nsldap_0.8-2.1.dsc
aolserver4-nsldap_0.8-2.1_ia64.deb
to pool/main/a/aolserver4-nsldap/aolserver4-nsldap_0.8-2.1_ia64.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.
dann frazier <[EMAIL PROTECTED]> (supplier of updated aolserver4-nsldap 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, 10 Mar 2008 09:31:19 -0600
Source: aolserver4-nsldap
Binary: aolserver4-nsldap
Architecture: source ia64
Version: 0.8-2.1
Distribution: unstable
Urgency: low
Maintainer: Riccardo Setti <[EMAIL PROTECTED]>
Changed-By: dann frazier <[EMAIL PROTECTED]>
Description:
aolserver4-nsldap - AOLServer 4 module for LDAP
Closes: 463359
Changes:
aolserver4-nsldap (0.8-2.1) unstable; urgency=low
.
* Non-maintainer upload.
* Define LDAP_DEPRECATED to continue use of deprecated LDAP functions.
Closes: #463359
Files:
05379f166f413f3699fe9ff2676647b5 702 net optional aolserver4-nsldap_0.8-2.1.dsc
3072e6801adf962271a2026fde4bb643 1976 net optional
aolserver4-nsldap_0.8-2.1.diff.gz
a397262c169c896e690776f36a328009 22020 net optional
aolserver4-nsldap_0.8-2.1_ia64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH1VXjhuANDBmkLRkRAqQCAKCSLID+k+Cm7wIErxP/NcOGg4PrPACcDi+8
ybYifdeNV62/bDk1fWURqsc=
=efXj
-----END PGP SIGNATURE-----
--- End Message ---