Your message dated Mon, 27 Mar 2006 08:47:11 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#358590: fixed in evolution-data-server 1.4.2.1-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: evolution-data-server
Version: 1.4.2.1-1
Severity: grave
Tags: patch

The introduction of libglib 2.10 and libpango 1.12 exposed a number of
bugs in misc packages this week.

One of these was in the http-backend of e-cal. This was fixed upstream in
http://cvs.gnome.org/viewcvs/evolution-data-server/calendar/backends/http/e-cal-backend-http.c?r1=1.43&r2=1.44

I'm attaching the patch backported to eds 1.4.2.

I hope this can be uploaded to the archive as soon as possible (in the
wait for evo2.6) :)

Cheers,
 Heikki

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (401, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-k7
Locale: LANG=nb_NO.UTF-8, LC_CTYPE=nb_NO.UTF-8 (charmap=UTF-8)

Versions of packages evolution-data-server depends on:
ii  libbonobo2-0  2.14.0-1                   Bonobo CORBA interfaces library
ii  libc6         2.3.6-4                    GNU C Library: Shared libraries an
ii  libcamel1.2-6 1.4.2.1-1                  The Evolution MIME message handlin
ii  libcomerr2    1.38+1.39-WIP-2005.12.31-1 common error description library
ii  libdb4.2      4.2.52-24                  Berkeley v4.2 Database Libraries [
ii  libebook1.2-5 1.4.2.1-1                  Client library for evolution addre
ii  libecal1.2-3  1.4.2.1-1                  Client library for evolution calen
ii  libedata-book 1.4.2.1-1                  Backend library for evolution addr
ii  libedata-cal1 1.4.2.1-1                  Backend library for evolution cale
ii  libedataserve 1.4.2.1-1                  Utility library for evolution data
ii  libegroupwise 1.4.2.1-1                  Client library for accessing group
ii  libgconf2-4   2.14.0-1                   GNOME configuration database syste
ii  libglib2.0-0  2.10.1-2                   The GLib library of C routines
ii  libgnome2-0   2.14.0-1                   The GNOME 2 library - runtime file
ii  libgnomevfs2- 2.14.0-1                   GNOME virtual file-system (runtime
ii  libgnutls11   1.0.16-14                  GNU TLS library - runtime library
ii  libkrb53      1.4.3-6                    MIT Kerberos runtime libraries
ii  libldap2      2.1.30-13                  OpenLDAP libraries
ii  liborbit2     1:2.14.0-1                 libraries for ORBit2 - a CORBA ORB
ii  libpopt0      1.7-5                      lib for parsing cmdline parameters
ii  libsoup2.2-8  2.2.91-1                   an HTTP library implementation in 
ii  libxml2       2.6.23.dfsg.2-3            GNOME XML library
ii  zlib1g        1:1.2.3-11                 compression library - runtime

Versions of packages evolution-data-server recommends:
ii  evolution                    2.4.2.1-1.1 The groupware suite

-- no debconf information
diff -ru 
evolution-data-server-1.4.2.1.org/calendar/backends/http/e-cal-backend-http.c 
evolution-data-server-1.4.2.1/calendar/backends/http/e-cal-backend-http.c
--- 
evolution-data-server-1.4.2.1.org/calendar/backends/http/e-cal-backend-http.c   
    2005-11-29 03:03:42.000000000 +0000
+++ evolution-data-server-1.4.2.1/calendar/backends/http/e-cal-backend-http.c   
2006-03-23 11:39:52.000000000 +0000
@@ -626,7 +626,7 @@
 {
        ECalBackendHttp *cbhttp;
        ECalBackendHttpPrivate *priv;
-       ECalComponent *comp;
+       ECalComponent *comp = NULL;
 
        cbhttp = E_CAL_BACKEND_HTTP (backend);
        priv = cbhttp->priv;
@@ -641,7 +641,7 @@
                return GNOME_Evolution_Calendar_ObjectNotFound;
 
        *object = e_cal_component_get_as_string (comp);
-       g_free (comp);
+       g_object_unref (comp);
 
        return GNOME_Evolution_Calendar_Success;
 }

--- End Message ---
--- Begin Message ---
Source: evolution-data-server
Source-Version: 1.4.2.1-2

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

evolution-data-server-dev_1.4.2.1-2_i386.deb
  to 
pool/main/e/evolution-data-server/evolution-data-server-dev_1.4.2.1-2_i386.deb
evolution-data-server_1.4.2.1-2.diff.gz
  to pool/main/e/evolution-data-server/evolution-data-server_1.4.2.1-2.diff.gz
evolution-data-server_1.4.2.1-2.dsc
  to pool/main/e/evolution-data-server/evolution-data-server_1.4.2.1-2.dsc
evolution-data-server_1.4.2.1-2_i386.deb
  to pool/main/e/evolution-data-server/evolution-data-server_1.4.2.1-2_i386.deb
libcamel1.2-6_1.4.2.1-2_i386.deb
  to pool/main/e/evolution-data-server/libcamel1.2-6_1.4.2.1-2_i386.deb
libcamel1.2-dev_1.4.2.1-2_i386.deb
  to pool/main/e/evolution-data-server/libcamel1.2-dev_1.4.2.1-2_i386.deb
libebook1.2-5_1.4.2.1-2_i386.deb
  to pool/main/e/evolution-data-server/libebook1.2-5_1.4.2.1-2_i386.deb
libebook1.2-dev_1.4.2.1-2_i386.deb
  to pool/main/e/evolution-data-server/libebook1.2-dev_1.4.2.1-2_i386.deb
libecal1.2-3_1.4.2.1-2_i386.deb
  to pool/main/e/evolution-data-server/libecal1.2-3_1.4.2.1-2_i386.deb
libecal1.2-dev_1.4.2.1-2_i386.deb
  to pool/main/e/evolution-data-server/libecal1.2-dev_1.4.2.1-2_i386.deb
libedata-book1.2-2_1.4.2.1-2_i386.deb
  to pool/main/e/evolution-data-server/libedata-book1.2-2_1.4.2.1-2_i386.deb
libedata-book1.2-dev_1.4.2.1-2_i386.deb
  to pool/main/e/evolution-data-server/libedata-book1.2-dev_1.4.2.1-2_i386.deb
libedata-cal1.2-1_1.4.2.1-2_i386.deb
  to pool/main/e/evolution-data-server/libedata-cal1.2-1_1.4.2.1-2_i386.deb
libedata-cal1.2-dev_1.4.2.1-2_i386.deb
  to pool/main/e/evolution-data-server/libedata-cal1.2-dev_1.4.2.1-2_i386.deb
libedataserver1.2-4_1.4.2.1-2_i386.deb
  to pool/main/e/evolution-data-server/libedataserver1.2-4_1.4.2.1-2_i386.deb
libedataserver1.2-dev_1.4.2.1-2_i386.deb
  to pool/main/e/evolution-data-server/libedataserver1.2-dev_1.4.2.1-2_i386.deb
libedataserverui1.2-6_1.4.2.1-2_i386.deb
  to pool/main/e/evolution-data-server/libedataserverui1.2-6_1.4.2.1-2_i386.deb
libedataserverui1.2-dev_1.4.2.1-2_i386.deb
  to 
pool/main/e/evolution-data-server/libedataserverui1.2-dev_1.4.2.1-2_i386.deb
libegroupwise1.2-8_1.4.2.1-2_i386.deb
  to pool/main/e/evolution-data-server/libegroupwise1.2-8_1.4.2.1-2_i386.deb
libegroupwise1.2-dev_1.4.2.1-2_i386.deb
  to pool/main/e/evolution-data-server/libegroupwise1.2-dev_1.4.2.1-2_i386.deb
libexchange-storage1.2-0_1.4.2.1-2_i386.deb
  to 
pool/main/e/evolution-data-server/libexchange-storage1.2-0_1.4.2.1-2_i386.deb
libexchange-storage1.2-dev_1.4.2.1-2_i386.deb
  to 
pool/main/e/evolution-data-server/libexchange-storage1.2-dev_1.4.2.1-2_i386.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.
Heikki Henriksen <[EMAIL PROTECTED]> (supplier of updated evolution-data-server 
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, 26 Mar 2006 17:28:44 +0100
Source: evolution-data-server
Binary: libexchange-storage1.2-dev libebook1.2-5 libedataserver1.2-dev 
libedata-cal1.2-dev libecal1.2-dev libcamel1.2-6 libedata-cal1.2-1 
libcamel1.2-dev libexchange-storage1.2-0 libegroupwise1.2-8 
evolution-data-server libedataserverui1.2-6 libedata-book1.2-2 
libedataserver1.2-4 libedata-book1.2-dev libedataserverui1.2-dev 
evolution-data-server-dev libegroupwise1.2-dev libebook1.2-dev libecal1.2-3
Architecture: source i386
Version: 1.4.2.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Evolution Maintainers <[EMAIL PROTECTED]>
Changed-By: Heikki Henriksen <[EMAIL PROTECTED]>
Description: 
 evolution-data-server - evolution database backend server
 evolution-data-server-dev - Development files for evolution-data-server (meta 
package)
 libcamel1.2-6 - The Evolution MIME message handling library
 libcamel1.2-dev - Development files for libcamel
 libebook1.2-5 - Client library for evolution address books
 libebook1.2-dev - Client library for evolution address books (development 
files)
 libecal1.2-3 - Client library for evolution calendars
 libecal1.2-dev - Client library for evolution calendars (development files)
 libedata-book1.2-2 - Backend library for evolution address books
 libedata-book1.2-dev - Backend library for evolution address books 
(development files)
 libedata-cal1.2-1 - Backend library for evolution calendars
 libedata-cal1.2-dev - Backend library for evolution calendars (development 
files)
 libedataserver1.2-4 - Utility library for evolution data servers
 libedataserver1.2-dev - Utility library for evolution data servers 
(development files)
 libedataserverui1.2-6 - GUI utility library for evolution data servers
 libedataserverui1.2-dev - GUI utility library for evolution data servers 
(development files
 libegroupwise1.2-8 - Client library for accessing groupwise POA through SOAP 
interface
 libegroupwise1.2-dev - Development files for libegroupwise
 libexchange-storage1.2-0 - Backend library for evolution calendars
 libexchange-storage1.2-dev - Backend library for evolution calendars 
(development files)
Closes: 354448 357261 358590 358914 359200
Changes: 
 evolution-data-server (1.4.2.1-2) unstable; urgency=medium
 .
   * Acknowledge NMU (closes: #358590)
   * Add myself to Uploaders
   * Add back hurd-i386 build-dep for libldap2-dev (closes: #357261)
   * Add libgtk2.0-dev in dep for libedataserverui-dev (closes: #358914)
   * debian/patches/50_imapoffline_imap-store.patch:
     fix crash with Draft-saving when offline
   * debian/patches/51_uw-imapd-new-folder_imap-command.patch:
   * debian/patches/55_camel-imap-command-1.71.2.3.patch
     fix hang on new folder with uw-imapd
     fix access to utf8-folders in imap
   * debian/patches/55_camel-imap-store-1.330.2.2.patch
     fix access to utf8-folders in imap
   * debian/patches/55_camel-imap-store-summary.1.16.2.1.patch
     fix access to utf8-folders in imap
   * debian/patches/81_reload-http_e-cal-backend-http.patch:
     fix crash on http-cal-reload
   * debian/patches/60_e-name-selector-dialog.1.24.patch:
     put focus on search in "Select from Addressbook"
   * debian/patches/61_e-name-selector-dialog.1.26.patch:
     crash on "Select from Addressbook" (closes: #359200, #354448)
Files: 
 87ba1411dc6286fdd7278a586b2d93f7 1447 gnome optional 
evolution-data-server_1.4.2.1-2.dsc
 96dd54cdc1a68f18013167a2fb459bc9 317761 gnome optional 
evolution-data-server_1.4.2.1-2.diff.gz
 93d830e2adc80d9667474be2b2607c35 2229538 gnome optional 
evolution-data-server_1.4.2.1-2_i386.deb
 79d272b537182cec9243cafde617298e 40258 devel optional 
evolution-data-server-dev_1.4.2.1-2_i386.deb
 82190abd4026b5627a45dd09bcc15379 96842 libs optional 
libedataserver1.2-4_1.4.2.1-2_i386.deb
 170496171ddfda5425e7f8ad872f2d49 53234 libdevel optional 
libedataserver1.2-dev_1.4.2.1-2_i386.deb
 f49e5aacd95e8bb472972f81e5b8c61b 94288 libs optional 
libedataserverui1.2-6_1.4.2.1-2_i386.deb
 70a9c8c3e921508a8ea5a778fb29ebfb 46266 libdevel optional 
libedataserverui1.2-dev_1.4.2.1-2_i386.deb
 7ee15a1c90101014f945ee574ef449f3 111424 libs optional 
libebook1.2-5_1.4.2.1-2_i386.deb
 fec3097a0143a7360a365b30b8230a39 60426 libdevel optional 
libebook1.2-dev_1.4.2.1-2_i386.deb
 7f08a3d355accd8bba10c59a30f14a4b 76858 libs optional 
libedata-book1.2-2_1.4.2.1-2_i386.deb
 36ab3f5b77cf55af40d244e38cde7e08 54430 libdevel optional 
libedata-book1.2-dev_1.4.2.1-2_i386.deb
 9ca36cba62dde9a68ea68dd02c93565e 268360 libs optional 
libecal1.2-3_1.4.2.1-2_i386.deb
 bcb229746740300bec874806b6f67534 103842 libdevel optional 
libecal1.2-dev_1.4.2.1-2_i386.deb
 90346f15c21c45fade65daa24127dfc2 86450 libs optional 
libedata-cal1.2-1_1.4.2.1-2_i386.deb
 6f9c7aaaa2423377e05fd241c3121476 58866 libdevel optional 
libedata-cal1.2-dev_1.4.2.1-2_i386.deb
 2812ad3e83b29d5b4ce17fca2a21178f 90012 libs optional 
libegroupwise1.2-8_1.4.2.1-2_i386.deb
 3943516b261cfe58318289867bcbfc1c 47184 libdevel optional 
libegroupwise1.2-dev_1.4.2.1-2_i386.deb
 ba4e5de18d65868555be5d28043c39d0 152232 libs optional 
libexchange-storage1.2-0_1.4.2.1-2_i386.deb
 eaae3ef4b2b85ce6e9320fddf532c77b 78082 libdevel optional 
libexchange-storage1.2-dev_1.4.2.1-2_i386.deb
 0a755bdc9c5593cd728f88b7bdf99ed6 550224 libs optional 
libcamel1.2-6_1.4.2.1-2_i386.deb
 c45569182fb81f4a00affc87189ca75a 102960 libdevel optional 
libcamel1.2-dev_1.4.2.1-2_i386.deb

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

iD8DBQFEKBLMpD5tJxKCh+gRAiAYAKDHlHZT37akN+IOp9GYWpdQlRDmBwCgnP3s
5tjn7OxE5yGIeedEcIysPd8=
=lsBx
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to