Your message dated Wed, 13 Feb 2008 23:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#463333: fixed in adtool 1.3-1
has caused the Debian Bug report #463333,
regarding adtool: ldap_get_values() 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.)


-- 
463333: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463333
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: adtool
Version: 1.2-3
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].

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.

[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 
active_directory.c:626

--- adtool-1.2.orig/src/lib/active_directory.c  2003-04-28 14:03:03.000000000 
-0600
+++ adtool-1.2/src/lib/active_directory.c       2008-01-30 15:46:41.000000000 
-0700
@@ -7,6 +7,7 @@
 #endif
 
 #include "active_directory.h"
+#define LDAP_DEPRECATED 1
 #include <ldap.h>
 #include <lber.h>
 #include <stdio.h>



--- End Message ---
--- Begin Message ---
Source: adtool
Source-Version: 1.3-1

We believe that the bug you reported is fixed in the latest version of
adtool, which is due to be installed in the Debian FTP archive:

adtool_1.3-1.diff.gz
  to pool/main/a/adtool/adtool_1.3-1.diff.gz
adtool_1.3-1.dsc
  to pool/main/a/adtool/adtool_1.3-1.dsc
adtool_1.3-1_i386.deb
  to pool/main/a/adtool/adtool_1.3-1_i386.deb
adtool_1.3.orig.tar.gz
  to pool/main/a/adtool/adtool_1.3.orig.tar.gz



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.
Hilko Bengen <[EMAIL PROTECTED]> (supplier of updated adtool 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: Thu, 14 Feb 2008 00:24:25 +0100
Source: adtool
Binary: adtool
Architecture: source i386
Version: 1.3-1
Distribution: unstable
Urgency: low
Maintainer: Hilko Bengen <[EMAIL PROTECTED]>
Changed-By: Hilko Bengen <[EMAIL PROTECTED]>
Description: 
 adtool     - command line utility for Active Directory administration
Closes: 463333
Changes: 
 adtool (1.3-1) unstable; urgency=low
 .
   * New upstream version
   * define LDAP_DEPRECATED, a lazy solution for compiler warnings
     (Closes: #463333)
Files: 
 362c5b67fa50dbb9a134d44b120e03fd 595 admin optional adtool_1.3-1.dsc
 0db2ba0d6cc38cf46578b39ccddb7a66 210072 admin optional adtool_1.3.orig.tar.gz
 51ca25e9b0e7b57c3e8575278de6eb66 24407 admin optional adtool_1.3-1.diff.gz
 572fc93846120f98473427fe228193da 14408 admin optional adtool_1.3-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHs30/UCgnLz/SlGgRAuHtAKCAMxCN61iCicYYcj85AqAOfMlQLwCdFeL0
Gn3Jb/AOdZwcNuzUH2mJtPU=
=Wto9
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to