Your message dated Fri, 15 Feb 2008 12:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#463424: fixed in hobbit 4.2.0.dfsg-10
has caused the Debian Bug report #463424,
regarding hobbit: ldap_init, 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.)


-- 
463424: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463424
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: hobbit
Version: 4.2.0.dfsg-9
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_init' implicitly converted to pointer at test-ldap.c:16
  Function `ldap_init' implicitly converted to pointer at ldaptest.c:140
  Function `ldap_get_values' implicitly converted to pointer at ldaptest.c:309

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.

diff -urpN hobbit-4.2.0.dfsg.orig/bbnet/ldaptest.h 
hobbit-4.2.0.dfsg/bbnet/ldaptest.h
--- hobbit-4.2.0.dfsg.orig/bbnet/ldaptest.h     2006-08-09 14:09:56.000000000 
-0600
+++ hobbit-4.2.0.dfsg/bbnet/ldaptest.h  2008-01-31 08:47:12.000000000 -0700
@@ -17,6 +17,7 @@
 
 #ifdef BBGEN_LDAP
 #include <lber.h>
+#define LDAP_DEPRECATED 1
 #include <ldap.h>
 
 #ifndef LDAPS_PORT
diff -urpN hobbit-4.2.0.dfsg.orig/build/test-ldap.c 
hobbit-4.2.0.dfsg/build/test-ldap.c
--- hobbit-4.2.0.dfsg.orig/build/test-ldap.c    2006-08-09 14:09:57.000000000 
-0600
+++ hobbit-4.2.0.dfsg/build/test-ldap.c 2008-01-31 08:46:33.000000000 -0700
@@ -2,6 +2,7 @@
 #include <stdio.h>
 
 #include <lber.h>
+#define LDAP_DEPRECATED 1
 #include <ldap.h>
 
 LDAPURLDesc ludp;



--- End Message ---
--- Begin Message ---
Source: hobbit
Source-Version: 4.2.0.dfsg-10

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

hobbit-client_4.2.0.dfsg-10_amd64.deb
  to pool/main/h/hobbit/hobbit-client_4.2.0.dfsg-10_amd64.deb
hobbit_4.2.0.dfsg-10.diff.gz
  to pool/main/h/hobbit/hobbit_4.2.0.dfsg-10.diff.gz
hobbit_4.2.0.dfsg-10.dsc
  to pool/main/h/hobbit/hobbit_4.2.0.dfsg-10.dsc
hobbit_4.2.0.dfsg-10_amd64.deb
  to pool/main/h/hobbit/hobbit_4.2.0.dfsg-10_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.
Christoph Berg <[EMAIL PROTECTED]> (supplier of updated hobbit 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: Fri, 15 Feb 2008 12:18:50 +0100
Source: hobbit
Binary: hobbit hobbit-client
Architecture: source amd64
Version: 4.2.0.dfsg-10
Distribution: unstable
Urgency: low
Maintainer: Christoph Berg <[EMAIL PROTECTED]>
Changed-By: Christoph Berg <[EMAIL PROTECTED]>
Description: 
 hobbit     - monitoring system for systems, networks and applications - server
 hobbit-client - client for the Hobbit network monitor
Closes: 463424
Changes: 
 hobbit (4.2.0.dfsg-10) unstable; urgency=low
 .
   * Add patch by dann frazier to define LDAP_DEPRECATED to continue using the
     deprecated libldap interfaces, thanks. (Closes: #463424)
Files: 
 69e0f1a496a1bc2adb2805c7095e5ae0 853 net extra hobbit_4.2.0.dfsg-10.dsc
 97e3db53f56a3a4a74990bf6b62ecec0 30360 net extra hobbit_4.2.0.dfsg-10.diff.gz
 b72271abb47c44d44b58fab6fce44ca5 3281642 net extra 
hobbit_4.2.0.dfsg-10_amd64.deb
 7f67c258de234305802f48ec51987864 411942 net extra 
hobbit-client_4.2.0.dfsg-10_amd64.deb

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

iD8DBQFHtYAXxa93SlhRC1oRAhIHAJ95Zzh/yXDoJO67MFd37a1E7ytSIACdE9UY
wWOMcbKwjCkXEyvhBDdn7G4=
=B3B8
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to