diff options
author | wiz <wiz> | 2003-10-26 08:17:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-10-26 08:17:15 +0000 |
commit | 89f566cc1a9a7778f86fa6ec939e3e662e4bfb37 (patch) | |
tree | 91475a04b194ff3041ff0a43824862ddff32b00c /chat | |
parent | 295235142e53a819901e2d24afaaafedb7b93b02 (diff) | |
download | pkgsrc-89f566cc1a9a7778f86fa6ec939e3e662e4bfb37.tar.gz |
Update to 0.6.11.2, provided by Soren Jacobsen in PR 23272.
Selected changes since 0.11.6.1:
* When supplied with an extra-long nickname on sign-on, some IRC
servers silently truncate the nickname to fit into their limits.
This confused FireTalk. Fixed.
* The /topic command sent a non-existent /TOPIC command to the
server instead of the proper /RETITLE command. Fixed.
* Several Makefiles have been rewritten for improved compatibility.
* Potential buffer overflow in spelling correction code identified.
This is thought to be responsible for several reports of the
recvfrom chain "losing" its hooks, stopping incoming messages from
being displayed to the user. Fixed.
* Small improvements to the HTML renderer.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/naim/Makefile | 4 | ||||
-rw-r--r-- | chat/naim/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/chat/naim/Makefile b/chat/naim/Makefile index 13bf3db25d9..42e3b9d065d 100644 --- a/chat/naim/Makefile +++ b/chat/naim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2003/09/28 09:13:56 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2003/10/26 08:17:15 wiz Exp $ # -DISTNAME= naim-0.11.6.1 +DISTNAME= naim-0.11.6.2 CATEGORIES= chat MASTER_SITES= http://shell.n.ml.org/n/naim/ EXTRACT_SUFX= .tar.bz2 diff --git a/chat/naim/distinfo b/chat/naim/distinfo index a4495019875..7844c916c58 100644 --- a/chat/naim/distinfo +++ b/chat/naim/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.12 2003/09/24 10:14:12 xtraeme Exp $ +$NetBSD: distinfo,v 1.13 2003/10/26 08:17:15 wiz Exp $ -SHA1 (naim-0.11.6.1.tar.bz2) = 742a7d49a07fcb37abd566c0a8a7f6ee9057a91b -Size (naim-0.11.6.1.tar.bz2) = 530064 bytes +SHA1 (naim-0.11.6.2.tar.bz2) = 9a1a75173d8fa5afb309c10bcd034ddbbc96845a +Size (naim-0.11.6.2.tar.bz2) = 534509 bytes |