Subject: CVS commit: pkgsrc/chat/silc-client
To: None <pkgsrc-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: pkgsrc-changes
Date: 09/13/2002 02:05:38
Module Name: pkgsrc
Committed By: hubertf
Date: Thu Sep 12 23:05:38 UTC 2002
Modified Files:
pkgsrc/chat/silc-client: Makefile PLIST distinfo
Removed Files:
pkgsrc/chat/silc-client: PLIST.modules
Log Message:
Update chat/silc-client to version 0.9.5.1. Changes:
buildlink->buildlink2
Main changes between 0.9.2 and 0.9.5.1
=======================================
* Do not set the locally resolved hostname for local client entry but take
what server sends. This way the real hostname is shown in WHOIS for
yourself.
* Fixed duplicate PKCS name registering to not allow it.
* Enabled SIM support on *BSD systems.
* Fixed buffer overflow and security problems (loosing bits in CFB
encryption) in SILC RNG.
* Fixed buffer overflow with CUMODE mode->mode character conversion.
* Fixed a crash in client libary in NICK_CHANGE notify when NICK_CHANGE
arrived for client entry we are resolving currently.
* Don't do SILC_STRING_LANGUAGE encoding if the outbuffer is NULL since it
seems that on some platforms NULL is allowed and on some it's not.
Fallback encoding is used instead.
* Fixed a bug in Irssi SILC client to close the connection properly when
disconnecting from server. Handle local errors correctly during resuming.
Update submitted by Lubomir Sedlacik <salo@xtrmntr.org> in PR 18277.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 pkgsrc/chat/silc-client/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/chat/silc-client/PLIST
cvs rdiff -r1.1 -r0 pkgsrc/chat/silc-client/PLIST.modules
cvs rdiff -r1.12 -r1.13 pkgsrc/chat/silc-client/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.