pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/naim Update to 0.11.6.3, provided by Soren Jacobs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2322e7e6d13
branches:  trunk
changeset: 463148:f2322e7e6d13
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Oct 30 07:18:26 2003 +0000

description:
Update to 0.11.6.3, provided by Soren Jacobsen in PR 23312:
Summary of changes from 0.11.6.2 to 0.11.6.3 [2003-10-29]
============================================
[pkg fea] More Makefile rewrites for improved compatibility.
[FT  bug] Long-standing connection-deletion routine has been addressed. This
        is a partial backport of the complete rewrite for 0.12.
[FT  fea] Incoming messages containing links to www.candidclicks.com are
        automatically ignored and the sender is automatically warned.
[FT  bug] Several memory leaks have been corrected.
[Lil bug] When someone retitles a discussion, a window would be opened for
        it even if you were not a member. Fixed.
[Lil bug] Potential buffer underflow in signon code identified. Fixed.
[Lil fea] New line-receiving code backported from 0.12.
[Lil fea] New line-parsing code backported from 0.12.
[UI  bug] Potential use of uninitialized buffer in statusbar code
        identified. Work-around implemented.
[UI  bug] If two windows had identical presentations due to modifying
        $nameformat/$nameformat_named, Tab would stop working. Fixed.
[UI  bug] When leaving a chat generated an error, partial stack corruption
        occurred. Fixed.
[UI  bug] Double-join protection kept users from joining channels with an
        open window that they were not actually inside. Fixed.
[UI  bug] Potential heap corruption from realloc()ing a string and then
        copying it into itself identified. Fixed.
[UI  FEA] New key-handling code dramatically improves responsiveness for
        laggy connections and when pasting large blocks of text.

diffstat:

 chat/naim/Makefile |  4 ++--
 chat/naim/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 439c1a7776e8 -r f2322e7e6d13 chat/naim/Makefile
--- a/chat/naim/Makefile        Wed Oct 29 23:15:27 2003 +0000
+++ b/chat/naim/Makefile        Thu Oct 30 07:18:26 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2003/10/26 08:17:15 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2003/10/30 07:18:26 wiz Exp $
 #
 
-DISTNAME=      naim-0.11.6.2
+DISTNAME=      naim-0.11.6.3
 CATEGORIES=    chat
 MASTER_SITES=  http://shell.n.ml.org/n/naim/
 EXTRACT_SUFX=  .tar.bz2
diff -r 439c1a7776e8 -r f2322e7e6d13 chat/naim/distinfo
--- a/chat/naim/distinfo        Wed Oct 29 23:15:27 2003 +0000
+++ b/chat/naim/distinfo        Thu Oct 30 07:18:26 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2003/10/26 08:17:15 wiz Exp $
+$NetBSD: distinfo,v 1.14 2003/10/30 07:18:26 wiz Exp $
 
-SHA1 (naim-0.11.6.2.tar.bz2) = 9a1a75173d8fa5afb309c10bcd034ddbbc96845a
-Size (naim-0.11.6.2.tar.bz2) = 534509 bytes
+SHA1 (naim-0.11.6.3.tar.bz2) = d2c99d66a7f50604f5bf06e97a6e256bba68f79d
+Size (naim-0.11.6.3.tar.bz2) = 536326 bytes



Home | Main Index | Thread Index | Old Index