Your message dated Sat, 18 Nov 2006 21:47:11 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#398125: fixed in gaim-librvp 0.9.5-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: gaim-librvp
Version: 0.9.5-1
Severity: grave
Tags: patch

With the upload of gaim 2.0.0beta5, gaim-librvp will not build or run
due to a gaim ABI change. Attached is a patch which will fix the
problem.
diff -ur librvp-0.9.5.orig/rvp.c librvp-0.9.5/rvp.c
--- librvp-0.9.5.orig/rvp.c	2006-11-11 16:18:29.000000000 -0500
+++ librvp-0.9.5/rvp.c	2006-11-11 16:25:24.000000000 -0500
@@ -2465,7 +2465,7 @@
               }
             }
           } else { /* type = RECV */
-            gaim_proxy_connect( xfer->account, ipaddr, atoi( port ),
+            gaim_proxy_connect( NULL, xfer->account, ipaddr, atoi( port ),
                                 rvp_xfer_connect_callback, xfer );
           }
         }
@@ -5609,7 +5609,7 @@
           gaim_debug_misc( __FUNCTION__, "Reconnection required (%s)\n",
                            gfd->website.address );
 
-          if (( sock = gaim_proxy_connect( ac, gfd->website.address,
+          if (( sock = gaim_proxy_connect( NULL, ac, gfd->website.address,
                                            gfd->website.port, url_fetched_cb,
                                            gfd )) < 0 ) {
             rvp_async_data( gc, gfd, 0 );
@@ -5825,7 +5825,7 @@
           gfd->parsedheaders = NULL;
         }
 
-        if (( sock = gaim_proxy_connect( ac, gfd->website.address,
+        if (( sock = gaim_proxy_connect( NULL, ac, gfd->website.address,
                                          gfd->website.port, url_fetched_cb,
                                          gfd )) < 0 ) {
           rvp_async_data( gc, gfd, 0 );
@@ -6476,7 +6476,7 @@
   }
 
   if (( sock =
-        gaim_proxy_connect( ac, gfud->website.address,
+        gaim_proxy_connect( NULL, ac, gfud->website.address,
                             gfud->website.port, url_fetched_cb, gfud )) < 0 ) {
     rvp_async_data( gc, gfud, 0 );
     destroy_fetch_url_data( gfud );
@@ -6725,7 +6725,7 @@
   rd->domain = g_strdup( domain );
   rd->authid = g_strdup( id );
 
-  if ( gaim_proxy_connect( account, rd->authhost, rd->port,
+  if ( gaim_proxy_connect( NULL, account, rd->authhost, rd->port,
                            rvp_login_connect, gc ) < 0 ) {
     gaim_connection_error(gc, _("Failed to connect to server."));
   }

--- End Message ---
--- Begin Message ---
Source: gaim-librvp
Source-Version: 0.9.5-2

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

gaim-librvp_0.9.5-2.diff.gz
  to pool/main/g/gaim-librvp/gaim-librvp_0.9.5-2.diff.gz
gaim-librvp_0.9.5-2.dsc
  to pool/main/g/gaim-librvp/gaim-librvp_0.9.5-2.dsc
gaim-librvp_0.9.5-2_amd64.deb
  to pool/main/g/gaim-librvp/gaim-librvp_0.9.5-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.
Devin Carraway <[EMAIL PROTECTED]> (supplier of updated gaim-librvp 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, 11 Nov 2006 14:18:30 -0800
Source: gaim-librvp
Binary: gaim-librvp
Architecture: source amd64
Version: 0.9.5-2
Distribution: unstable
Urgency: low
Maintainer: Devin Carraway <[EMAIL PROTECTED]>
Changed-By: Devin Carraway <[EMAIL PROTECTED]>
Description: 
 gaim-librvp - MS Exchange RVP instant messaging plugin for GAIM
Closes: 398125
Changes: 
 gaim-librvp (0.9.5-2) unstable; urgency=low
 .
   * Apply patch from Ari Pollak <[EMAIL PROTECTED]> to fix FTBFS caused by gaim
     2.0b5 API change (Closes: #398125)
   * Forcibly disable rpath, which showed up in 0.9.5
Files: 
 0cb5c44e50ec6b656f491e977c686bb5 632 net extra gaim-librvp_0.9.5-2.dsc
 8da914972d992a25d2e141ff93a2356b 3299 net extra gaim-librvp_0.9.5-2.diff.gz
 fc7d625fc9c16cc33cd4deff2f64722e 178182 net extra gaim-librvp_0.9.5-2_amd64.deb

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

iD8DBQFFW+1XU5XKDemr/NIRAkrcAJ96o9igcwT33x4g4EW2wzNFFX1DUgCcDN3s
LZFs1HzP81ZjehPlIRCjLS8=
=lp3e
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to