Your message dated Fri, 15 Feb 2008 23:47:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#463423: fixed in seahorse 2.20.3-2
has caused the Debian Bug report #463423,
regarding seahorse: 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.)
--
463423: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463423
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: seahorse
Version: 2.20.3-1
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
seahorse-ldap-source.c:642
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.
--- seahorse-2.20.3.orig/libseahorse/seahorse-ldap-source.c 2007-11-24
14:38:38.000000000 -0700
+++ seahorse-2.20.3/libseahorse/seahorse-ldap-source.c 2008-01-31
08:48:51.000000000 -0700
@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <libintl.h>
#include <gnome.h>
+#define LDAP_DEPRECATED 1
#include <ldap.h>
#ifdef WITH_SOUP
--- End Message ---
--- Begin Message ---
Source: seahorse
Source-Version: 2.20.3-2
We believe that the bug you reported is fixed in the latest version of
seahorse, which is due to be installed in the Debian FTP archive:
seahorse_2.20.3-2.diff.gz
to pool/main/s/seahorse/seahorse_2.20.3-2.diff.gz
seahorse_2.20.3-2.dsc
to pool/main/s/seahorse/seahorse_2.20.3-2.dsc
seahorse_2.20.3-2_amd64.deb
to pool/main/s/seahorse/seahorse_2.20.3-2_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.
Josselin Mouette <[EMAIL PROTECTED]> (supplier of updated seahorse 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 23:35:04 +0100
Source: seahorse
Binary: seahorse
Architecture: source amd64
Version: 2.20.3-2
Distribution: unstable
Urgency: low
Maintainer: Jose Carlos Garcia Sogo <[EMAIL PROTECTED]>
Changed-By: Josselin Mouette <[EMAIL PROTECTED]>
Description:
seahorse - GNOME front end for GnuPG
Closes: 463423 465481
Changes:
seahorse (2.20.3-2) unstable; urgency=low
.
* Fix capitalization of GNOME, and a repetition of the short
description in the long one.
* 03_old_gnupg.patch: new patch, reverts upstream commit r1781. It is
incompatible with the age requirements of the GnuPG version in
Debian. Fixes an infinite loop. Closes: #465481.
* Conflict against gnupg >= 1.4.7 to handle gracefully the time when
gnupg will be updated.
* 04_ldap_deprecated.patch: patch from Dann Frazier to use deprecated
LDAP functions. Closes: #463423.
Files:
be8a3f4023c1a4d2a7062e32242ec61b 1296 gnome optional seahorse_2.20.3-2.dsc
42f0c3a82ca190a929087c64212abdd2 65800 gnome optional seahorse_2.20.3-2.diff.gz
458197c068a371dd79d7dc00478fdb28 4628436 gnome optional
seahorse_2.20.3-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHtiErrSla4ddfhTMRAmyXAJ9wu6P9rTKAluc5DwgdAQdRF8K38QCfXAFY
tp3jFM6X4vUQ+wDvQWToJVI=
=VHLP
-----END PGP SIGNATURE-----
--- End Message ---