Sun Aug 16 19:22:49 2009 UTC ()
Add upstream bug report links.


(wiz)
diff -r1.4 -r1.5 pkgsrc/chat/telepathy-idle/distinfo
diff -r1.2 -r1.3 pkgsrc/chat/telepathy-idle/patches/patch-aa
diff -r1.1 -r1.2 pkgsrc/chat/telepathy-idle/patches/patch-ab

cvs diff -r1.4 -r1.5 pkgsrc/chat/telepathy-idle/distinfo (expand / switch to unified diff)

--- pkgsrc/chat/telepathy-idle/distinfo 2009/08/16 18:01:05 1.4
+++ pkgsrc/chat/telepathy-idle/distinfo 2009/08/16 19:22:49 1.5
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.4 2009/08/16 18:01:05 wiz Exp $ 1$NetBSD: distinfo,v 1.5 2009/08/16 19:22:49 wiz Exp $
2 2
3SHA1 (telepathy-idle-0.1.4.tar.gz) = d4ab472f6c8eb31b2d40746baf19b04d0aac123c 3SHA1 (telepathy-idle-0.1.4.tar.gz) = d4ab472f6c8eb31b2d40746baf19b04d0aac123c
4RMD160 (telepathy-idle-0.1.4.tar.gz) = 73c8415211778017b68b9647caf7bbc0080e786f 4RMD160 (telepathy-idle-0.1.4.tar.gz) = 73c8415211778017b68b9647caf7bbc0080e786f
5Size (telepathy-idle-0.1.4.tar.gz) = 436855 bytes 5Size (telepathy-idle-0.1.4.tar.gz) = 436855 bytes
6SHA1 (patch-aa) = afbc537890d0fddbdef87115b9c45902a73180d7 6SHA1 (patch-aa) = 6f7a265074de47d765da698b62d7d941712c3607
7SHA1 (patch-ab) = 44f6dc02cc11601234f9bc7e719fce6a7dfee54c 7SHA1 (patch-ab) = eba557ce10d3030674b5f0f0ac085490bb953caa

cvs diff -r1.2 -r1.3 pkgsrc/chat/telepathy-idle/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/chat/telepathy-idle/patches/patch-aa 2009/02/23 10:59:02 1.2
+++ pkgsrc/chat/telepathy-idle/patches/patch-aa 2009/08/16 19:22:49 1.3
@@ -1,14 +1,16 @@ @@ -1,14 +1,16 @@
1$NetBSD: patch-aa,v 1.2 2009/02/23 10:59:02 wiz Exp $ 1$NetBSD: patch-aa,v 1.3 2009/08/16 19:22:49 wiz Exp $
 2
 3http://bugs.freedesktop.org/show_bug.cgi?id=23351
2 4
3--- src/idle-parser.c.orig 2009-02-17 23:00:28.000000000 +0000 5--- src/idle-parser.c.orig 2009-02-17 23:00:28.000000000 +0000
4+++ src/idle-parser.c 6+++ src/idle-parser.c
5@@ -196,6 +196,20 @@ static void _parse_message(IdleParser *p 7@@ -196,6 +196,20 @@ static void _parse_message(IdleParser *p
6 static void _parse_and_forward_one(IdleParser *parser, gchar **tokens, IdleParserMessageCode code, const gchar *format); 8 static void _parse_and_forward_one(IdleParser *parser, gchar **tokens, IdleParserMessageCode code, const gchar *format);
7 static gboolean _parse_atom(IdleParser *parser, GValueArray *arr, char atom, const gchar *token, TpHandleSet *contact_reffed, TpHandleSet *room_reffed); 9 static gboolean _parse_atom(IdleParser *parser, GValueArray *arr, char atom, const gchar *token, TpHandleSet *contact_reffed, TpHandleSet *room_reffed);
8  10
9+#ifndef strnlen 11+#ifndef strnlen
10+size_t 12+size_t
11+strnlen(const char *msg, size_t maxlen) 13+strnlen(const char *msg, size_t maxlen)
12+{ 14+{
13+ size_t i; 15+ size_t i;
14+ 16+

cvs diff -r1.1 -r1.2 pkgsrc/chat/telepathy-idle/patches/patch-ab (expand / switch to unified diff)

--- pkgsrc/chat/telepathy-idle/patches/patch-ab 2009/03/11 08:52:29 1.1
+++ pkgsrc/chat/telepathy-idle/patches/patch-ab 2009/08/16 19:22:49 1.2
@@ -1,12 +1,14 @@ @@ -1,12 +1,14 @@
1$NetBSD: patch-ab,v 1.1 2009/03/11 08:52:29 hasso Exp $ 1$NetBSD: patch-ab,v 1.2 2009/08/16 19:22:49 wiz Exp $
 2
 3http://bugs.freedesktop.org/show_bug.cgi?id=23352
2 4
3--- src/idle-server-connection.c.orig 2009-03-11 09:06:07 +0200 5--- src/idle-server-connection.c.orig 2009-03-11 09:06:07 +0200
4+++ src/idle-server-connection.c 2009-03-11 09:06:17 +0200 6+++ src/idle-server-connection.c 2009-03-11 09:06:17 +0200
5@@ -28,6 +28,7 @@ 7@@ -28,6 +28,7 @@
6  8
7 #include <arpa/inet.h> 9 #include <arpa/inet.h>
8 #include <fcntl.h> 10 #include <fcntl.h>
9+#include <netinet/in.h> 11+#include <netinet/in.h>
10 #include <netinet/tcp.h> 12 #include <netinet/tcp.h>
11 #include <sys/types.h> 13 #include <sys/types.h>
12 #include <sys/socket.h> 14 #include <sys/socket.h>