pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/gaim Update to 1.0.3, from Matthew Luckie (mainta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/579698abb93e
branches:  trunk
changeset: 483490:579698abb93e
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Nov 12 22:58:25 2004 +0000

description:
Update to 1.0.3, from Matthew Luckie (maintainer) in private mail:

Bug Fixes:
* Jabber authentication fixes (Michael Plump)
* Yahoo buddy idle reporting is more accurate (Evan Schoenberg)
* "Allow All" privacy setting works on Yahoo (Peter Lawler)
* Fix a crash when dragging a buddy to the conversation entry area
* Fix a crash removing chats from the buddy list
* Correctly display buddy pounces for aliases with &, < or > in them
* Correctly follow the per-conversation logging option

diffstat:

 chat/gaim/Makefile         |   4 ++--
 chat/gaim/distinfo         |   7 ++++---
 chat/gaim/patches/patch-ab |  18 ++++++++++++++++++
 3 files changed, 24 insertions(+), 5 deletions(-)

diffs (48 lines):

diff -r da13cda0a636 -r 579698abb93e chat/gaim/Makefile
--- a/chat/gaim/Makefile        Fri Nov 12 22:37:35 2004 +0000
+++ b/chat/gaim/Makefile        Fri Nov 12 22:58:25 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.72 2004/10/20 07:48:30 jmmv Exp $
+# $NetBSD: Makefile,v 1.73 2004/11/12 22:58:25 jmmv Exp $
 #
 
-DISTNAME=              gaim-1.0.2
+DISTNAME=              gaim-1.0.3
 CATEGORIES=            chat x11
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=gaim/}
 EXTRACT_SUFX=          .tar.bz2
diff -r da13cda0a636 -r 579698abb93e chat/gaim/distinfo
--- a/chat/gaim/distinfo        Fri Nov 12 22:37:35 2004 +0000
+++ b/chat/gaim/distinfo        Fri Nov 12 22:58:25 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.52 2004/10/20 07:48:30 jmmv Exp $
+$NetBSD: distinfo,v 1.53 2004/11/12 22:58:25 jmmv Exp $
 
-SHA1 (gaim-1.0.2.tar.bz2) = 329ad8f7f436c6b588f5b660aec583996035a640
-Size (gaim-1.0.2.tar.bz2) = 4809084 bytes
+SHA1 (gaim-1.0.3.tar.bz2) = 1befd3c562ebe3564a2bf606b9937b2de5d3e0c8
+Size (gaim-1.0.3.tar.bz2) = 4810182 bytes
 SHA1 (patch-aa) = 24f1b21042df5c7706dcf3def37e10943acdd39e
+SHA1 (patch-ab) = 103e2ae5fb77154a22b42b5f59e1fc13cd4e2218
diff -r da13cda0a636 -r 579698abb93e chat/gaim/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/gaim/patches/patch-ab        Fri Nov 12 22:58:25 2004 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-ab,v 1.12 2004/11/12 22:58:25 jmmv Exp $
+
+--- src/log.c.orig     2004-11-11 20:11:43.000000000 +0100
++++ src/log.c
+@@ -74,11 +74,12 @@ void gaim_log_free(GaimLog *log)
+ void gaim_log_write(GaimLog *log, GaimMessageFlags type,
+                   const char *from, time_t time, const char *message)
+ {
++      struct _gaim_logsize_user *lu;
++
+       g_return_if_fail(log);
+       g_return_if_fail(log->logger);
+       g_return_if_fail(log->logger->write);
+ 
+-      struct _gaim_logsize_user *lu;
+       (log->logger->write)(log, type, from, time, message);
+ 
+       lu = g_new(struct _gaim_logsize_user, 1);



Home | Main Index | Thread Index | Old Index