head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.54 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.52 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.50 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.48 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.46 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.44 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.42 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.40 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.38 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.36 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.34 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.32 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.30 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.28 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.26 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.24 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.22 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.20 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.18 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.16 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.14 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.12 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.10 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.8 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.6 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.4 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 buildlink2:1.2.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.1; locks; strict; comment @# @; 1.3 date 2002.06.14.22.16.36; author itojun; state dead; branches; next 1.2; 1.2 date 2001.11.28.17.30.39; author wiz; state Exp; branches 1.2.2.1; next 1.1; 1.1 date 2001.01.31.19.10.12; author tron; state Exp; branches; next ; 1.2.2.1 date 2002.06.23.18.41.00; author jlam; state dead; branches; next ; desc @@ 1.3 log @upgrade to 0.4.9. note that user config file (.micqrc) has moved to new location (.micq/micqrc) and lost backward compat, it seems. PR17254 (I stripped off latin1 portion of the message - "|" should be "u with umraut") 2001-06-10 R|diger Kuhlmann 0.4.9: fixes, translation updates, automatic reconnects & responses, birthday flag, man page & help texts 2001-05-10 R|diger Kuhlmann 0.4.8.pl10: i18n fix, togig vs toginvis vs hermit, quiet mode, v8 p2p, and top secret 2001-05-10 R|diger Kuhlmann 0.4.8.pl9: SMS sending, password changing, character conversion 2001-05-08 R|diger Kuhlmann 0.4.8.pl8: random chat group support, fixes 2001-05-03 R|diger Kuhlmann 0.4.8.pl7: complete search support, fixes 2002-05-01 R|diger Kuhlmann 0.4.8.pl6: SOCKS5 support, setup wizard, UIN registration, fixes, fixes, fixes 2002-04-27 R|diger Kuhlmann 0.4.8.pl5: add/remove contacts, be invisible, be visible by / ignore contact 2002-04-26 R|diger Kuhlmann 0.4.8.pl4: offline msgs, receiving msgs, ui improvements 2002-04-04 R|diger Kuhlmann 0.4.8.pl3: password and other fixes 2002-03-06 R|diger Kuhlmann 0.4.8.pl2: with basic support of v8 2002-03-06 R|diger Kuhlmann 0.4.8.pl1: fix minor glitch of not creating ~/.micq/ 2002-02-15 R|diger Kuhlmann 0.4.8: with peer-to-peer (TCP) support @ text @$NetBSD: patch-ab,v 1.2 2001/11/28 17:30:39 wiz Exp $ --- src/mreadline.c.orig Thu Nov 22 00:29:15 2001 +++ src/mreadline.c @@@@ -166,9 +166,10 @@@@ } if ((uin = TabGetNext ())) - sprintf (s, "%s %s/", message_cmd, UIN2Name (uin)); + snprintf (s, sizeof(s), "%s %s/", message_cmd, UIN2Name (uin)); else - sprintf (s, "%s ", message_cmd); + snprintf (s, sizeof(2), "%s ", message_cmd); + clen = cpos = strlen (s); R_undraw (); @ 1.2 log @Update to 0.4.7, provided by Shell Hung in pkg/14663. Changes: - i18n support - fix terminal restore on reconnect - uses more secure API - more documentation @ text @d1 1 a1 1 $NetBSD$ @ 1.2.2.1 log @Merge from pkgsrc-current to buildlink2 branch. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.2 2001/11/28 17:30:39 wiz Exp $ @ 1.1 log @Update "micq" package to version 0.4.6.1 and integrate security fixes from FreeBSD ports collection. @ text @d3 15 a17 11 --- mreadline.c.orig Tue Jan 23 11:49:05 2001 +++ mreadline.c Wed Jan 24 22:01:31 2001 @@@@ -359,7 +359,7 @@@@ break; } } - sprintf (s, "%s %s/", message_cmd, + snprintf (s, sizeof(s), "%s %s/", message_cmd, tab_array[tab_pointer]); clen = cpos = strlen (s); R_undraw(); @