Your message dated Mon, 18 Feb 2008 10:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#463358: fixed in dirmngr 1.0.1-3
has caused the Debian Bug report #463358,
regarding dirmngr: ldap_init() 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.)
--
463358: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463358
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: dirmngr
Version: 1.0.1-2
Severity: important
Tags: patch
Usertags: implicit-pointer-conversions
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_init' implicitly converted to pointer at dirmngr_ldap.c:520
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.
--- dirmngr-1.0.1.orig/src/dirmngr_ldap.c 2007-08-16 07:19:40.000000000
-0600
+++ dirmngr-1.0.1/src/dirmngr_ldap.c 2008-01-30 22:18:28.000000000 -0700
@@ -36,6 +36,7 @@
#include <winldap.h>
#include "ldap-url.h"
#else
+#define LDAP_DEPRECATED 1
#include <ldap.h>
#endif
--- End Message ---
--- Begin Message ---
Source: dirmngr
Source-Version: 1.0.1-3
We believe that the bug you reported is fixed in the latest version of
dirmngr, which is due to be installed in the Debian FTP archive:
dirmngr_1.0.1-3.diff.gz
to pool/main/d/dirmngr/dirmngr_1.0.1-3.diff.gz
dirmngr_1.0.1-3.dsc
to pool/main/d/dirmngr/dirmngr_1.0.1-3.dsc
dirmngr_1.0.1-3_i386.deb
to pool/main/d/dirmngr/dirmngr_1.0.1-3_i386.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.
Peter Eisentraut <[EMAIL PROTECTED]> (supplier of updated dirmngr 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, 18 Feb 2008 10:18:26 +0100
Source: dirmngr
Binary: dirmngr
Architecture: source i386
Version: 1.0.1-3
Distribution: unstable
Urgency: low
Maintainer: Peter Eisentraut <[EMAIL PROTECTED]>
Changed-By: Peter Eisentraut <[EMAIL PROTECTED]>
Description:
dirmngr - server for managing certificate revocation lists
Closes: 463358 466346
Changes:
dirmngr (1.0.1-3) unstable; urgency=low
.
* Fixed init script dependencies (closes: #466346)
* Defined LDAP_DEPRECATED=1 because deprecated LDAP API is used
(closes: #463358)
* Added linker option --as-needed
* Removed redundant/useless changelog and README files from installation
Files:
cbb98a5e26f8efafea5cb793dacc9500 760 utils optional dirmngr_1.0.1-3.dsc
b95899ffdd5d20eac4dc058edbe2e473 27661 utils optional dirmngr_1.0.1-3.diff.gz
6886560561af622b208463e98bb04f12 198798 utils optional dirmngr_1.0.1-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHuVWQTTx8oVVPtMYRAqY7AKCE7TXKE9ouUXragj16SZukHDaYLgCguQH+
P4IIl56tT9BnZuxtBPj2fho=
=AffJ
-----END PGP SIGNATURE-----
--- End Message ---