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.
This commit is contained in:
parent
f74eb3037d
commit
f39d2db769
2 changed files with 5 additions and 5 deletions
|
@ -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
|
CATEGORIES= chat
|
||||||
MASTER_SITES= http://shell.n.ml.org/n/naim/
|
MASTER_SITES= http://shell.n.ml.org/n/naim/
|
||||||
EXTRACT_SUFX= .tar.bz2
|
EXTRACT_SUFX= .tar.bz2
|
||||||
|
|
|
@ -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
|
SHA1 (naim-0.11.6.2.tar.bz2) = 9a1a75173d8fa5afb309c10bcd034ddbbc96845a
|
||||||
Size (naim-0.11.6.1.tar.bz2) = 530064 bytes
|
Size (naim-0.11.6.2.tar.bz2) = 534509 bytes
|
||||||
|
|
Loading…
Reference in a new issue