Your message dated Sat, 16 Feb 2008 18:02:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#463370: fixed in gconf 2.20.1-3
has caused the Debian Bug report #463370,
regarding gconf: ldap_get_values, ldap_init 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.)
--
463370: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463370
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gconf
Version: 2.20.1-2
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
evoldap-backend.c:265
Function `ldap_init' implicitly converted to pointer at evoldap-backend.c:581
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.
--- gconf-2.20.1/backends/evoldap-backend.c~ 2007-10-15 04:01:32.000000000
-0600
+++ gconf-2.20.1/backends/evoldap-backend.c 2008-01-31 00:05:48.000000000
-0700
@@ -25,6 +25,7 @@
#include <unistd.h>
#include <string.h>
#include <time.h>
+#define LDAP_DEPRECATED 1
#include <ldap.h>
#include <libxml/parser.h>
#include <libxml/xpath.h>
--- End Message ---
--- Begin Message ---
Source: gconf
Source-Version: 2.20.1-3
We believe that the bug you reported is fixed in the latest version of
gconf, which is due to be installed in the Debian FTP archive:
gconf2-common_2.20.1-3_all.deb
to pool/main/g/gconf/gconf2-common_2.20.1-3_all.deb
gconf2_2.20.1-3_amd64.deb
to pool/main/g/gconf/gconf2_2.20.1-3_amd64.deb
gconf_2.20.1-3.diff.gz
to pool/main/g/gconf/gconf_2.20.1-3.diff.gz
gconf_2.20.1-3.dsc
to pool/main/g/gconf/gconf_2.20.1-3.dsc
libgconf2-4_2.20.1-3_amd64.deb
to pool/main/g/gconf/libgconf2-4_2.20.1-3_amd64.deb
libgconf2-dev_2.20.1-3_amd64.deb
to pool/main/g/gconf/libgconf2-dev_2.20.1-3_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 gconf 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: Sat, 16 Feb 2008 18:38:00 +0100
Source: gconf
Binary: gconf2 gconf2-common libgconf2-4 libgconf2-dev
Architecture: source all amd64
Version: 2.20.1-3
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette <[EMAIL PROTECTED]>
Changed-By: Josselin Mouette <[EMAIL PROTECTED]>
Description:
gconf2 - GNOME configuration database system (support tools)
gconf2-common - GNOME configuration database system (common files)
libgconf2-4 - GNOME configuration database system (shared libraries)
libgconf2-dev - GNOME configuration database system (development)
Closes: 463370
Changes:
gconf (2.20.1-3) unstable; urgency=low
.
[ Michael Banck ]
* gconf-schemas: Work around hangs on kfreebsd/hurd. Thanks Samuel
Thibault.
.
[ Josselin Mouette ]
* 02_ldap_deprecated.patch: replace deprecated LDAP functions by
currently working ones. Closes: #463370.
Files:
9b12bf01a242a2e793865a03cc5b07ca 1063 libs optional gconf_2.20.1-3.dsc
b36fe35bff5018ec7454b1e59ba8ac02 20536 libs optional gconf_2.20.1-3.diff.gz
206cc60e1a9b76218eb9a37b94649787 1489130 libs optional
gconf2-common_2.20.1-3_all.deb
8e805074a38560e60fa092470f6072a5 141920 libs optional gconf2_2.20.1-3_amd64.deb
47a9de4b07ea0448c0224a355cf08fd8 264160 libs optional
libgconf2-4_2.20.1-3_amd64.deb
b536dbf4e4cd7fc8871d511a58be3e13 293972 libdevel optional
libgconf2-dev_2.20.1-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHtyDdrSla4ddfhTMRAlRrAKCecENdQvWVI+TvwjS0cwd8dINAZQCdE7mW
uZQ4OkO+tNp9vMLEh7EWcoM=
=m9J1
-----END PGP SIGNATURE-----
--- End Message ---