Your message dated Sun, 16 Mar 2008 21:02:53 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#463364: fixed in tac-plus 1:4.0.4.alpha-14.1
has caused the Debian Bug report #463364,
regarding tac-plus: 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.)
--
463364: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463364
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: tac-plus
Version: 1:4.0.4.alpha-14
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 ldap.c:96
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.
--- tac-plus-4.0.4.alpha/ldap.c~ 2008-01-30 23:14:41.000000000 -0700
+++ tac-plus-4.0.4.alpha/ldap.c 2008-01-30 23:20:08.000000000 -0700
@@ -40,6 +40,7 @@
#include <stdio.h>
#include <string.h>
#include <lber.h>
+#define LDAP_DEPRECATED 1
#include <ldap.h>
#include <ldap_cdefs.h>
--- End Message ---
--- Begin Message ---
Source: tac-plus
Source-Version: 1:4.0.4.alpha-14.1
We believe that the bug you reported is fixed in the latest version of
tac-plus, which is due to be installed in the Debian FTP archive:
tac-plus_4.0.4.alpha-14.1.diff.gz
to pool/main/t/tac-plus/tac-plus_4.0.4.alpha-14.1.diff.gz
tac-plus_4.0.4.alpha-14.1.dsc
to pool/main/t/tac-plus/tac-plus_4.0.4.alpha-14.1.dsc
tac-plus_4.0.4.alpha-14.1_ia64.deb
to pool/main/t/tac-plus/tac-plus_4.0.4.alpha-14.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 tac-plus 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:53:07 -0600
Source: tac-plus
Binary: tac-plus
Architecture: source ia64
Version: 1:4.0.4.alpha-14.1
Distribution: unstable
Urgency: low
Maintainer: Carlos Barros <[EMAIL PROTECTED]>
Changed-By: dann frazier <[EMAIL PROTECTED]>
Description:
tac-plus - TACACS+ authentication daemon
Closes: 463364
Changes:
tac-plus (1:4.0.4.alpha-14.1) unstable; urgency=low
.
* Non-maintainer upload.
* Define LDAP_DEPRECATED to continue use of deprecated LDAP functions,
(Closes: #463364)
Files:
76d2f01773222e59a51bb5764787dd4a 719 net extra tac-plus_4.0.4.alpha-14.1.dsc
e065f26ddb58bd9af52d1b475d59142a 85157 net extra
tac-plus_4.0.4.alpha-14.1.diff.gz
47ffdaea81d3b295b683dae1c98e4f80 144996 net extra
tac-plus_4.0.4.alpha-14.1_ia64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH1VxthuANDBmkLRkRApIQAKCH3IWjduViwygzE/TevVYEyGXuswCfSGPd
ToKhzQHc6OTfr8Me4WlNmvs=
=dFin
-----END PGP SIGNATURE-----
--- End Message ---