Your message dated Sun, 17 Feb 2008 18:17:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#463418: fixed in sylpheed-gtk1 1.0.6-5
has caused the Debian Bug report #463418,
regarding sylpheed-gtk1: ldap_get_values, ldap_init, ldap_open 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.)
--
463418: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463418
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: sylpheed-gtk1
Version: 1.0.6-4
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_get_values' implicitly converted to pointer at syldap.c:421
Function `ldap_init' implicitly converted to pointer at syldap.c:521
Function `ldap_open' implicitly converted to pointer at syldap.c:1028
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.
--- sylpheed-1.0.6/src/syldap.c~ 2004-12-15 01:09:44.000000000 -0700
+++ sylpheed-1.0.6/src/syldap.c 2008-01-31 08:32:31.000000000 -0700
@@ -32,6 +32,7 @@
#include <gtk/gtkmain.h>
#include <sys/time.h>
#include <string.h>
+#define LDAP_DEPRECATED 1
#include <ldap.h>
#include <lber.h>
#include <pthread.h>
--- End Message ---
--- Begin Message ---
Source: sylpheed-gtk1
Source-Version: 1.0.6-5
We believe that the bug you reported is fixed in the latest version of
sylpheed-gtk1, which is due to be installed in the Debian FTP archive:
sylpheed-gtk1-i18n_1.0.6-5_all.deb
to pool/main/s/sylpheed-gtk1/sylpheed-gtk1-i18n_1.0.6-5_all.deb
sylpheed-gtk1_1.0.6-5.diff.gz
to pool/main/s/sylpheed-gtk1/sylpheed-gtk1_1.0.6-5.diff.gz
sylpheed-gtk1_1.0.6-5.dsc
to pool/main/s/sylpheed-gtk1/sylpheed-gtk1_1.0.6-5.dsc
sylpheed-gtk1_1.0.6-5_amd64.deb
to pool/main/s/sylpheed-gtk1/sylpheed-gtk1_1.0.6-5_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.
Ricardo Mones <[EMAIL PROTECTED]> (supplier of updated sylpheed-gtk1 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: Sun, 17 Feb 2008 19:07:35 +0100
Source: sylpheed-gtk1
Binary: sylpheed-gtk1 sylpheed-gtk1-i18n
Architecture: source all amd64
Version: 1.0.6-5
Distribution: unstable
Urgency: low
Maintainer: Ricardo Mones <[EMAIL PROTECTED]>
Changed-By: Ricardo Mones <[EMAIL PROTECTED]>
Description:
sylpheed-gtk1 - Light weight e-mail client with GTK+
sylpheed-gtk1-i18n - Locale data for Sylpheed (i18n support)
Closes: 463418
Changes:
sylpheed-gtk1 (1.0.6-5) unstable; urgency=low
.
* patches/06ldap_deprecated.diff
- Allow deprecaed LDAP API calls (Closes: #463418)
patch by Dann Frazier <[EMAIL PROTECTED]>
* debian/control
- Updated Standards-Version to 3.7.3
- Replaced deprecated Source-Version usage for -i18n
* debian/menu
- Fixed section according menu-policy, GTK capitalisation
Files:
88ff188bda7ef37aaf19bd1cadcd45ae 900 mail optional sylpheed-gtk1_1.0.6-5.dsc
7390b1ed7e2e62c1d3090a453b7d6756 17528 mail optional
sylpheed-gtk1_1.0.6-5.diff.gz
53fc3474c2336162db7d1cc5f87af2bb 1072716 mail optional
sylpheed-gtk1-i18n_1.0.6-5_all.deb
05ff24ec11cb217e3544ee50295fbca1 740102 mail optional
sylpheed-gtk1_1.0.6-5_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHuHlwLARVQsm1XawRAq8MAKCjLlYURPfP4czlUKJZNfntXUEWLgCffx3q
323Px6F3VfKRftVbRAflXWk=
=FiYJ
-----END PGP SIGNATURE-----
--- End Message ---