Subject: CVS commit: pkgsrc/chat/silc-client
To: None <pkgsrc-changes@netbsd.org>
From: Rene Hexel <rh@netbsd.org>
List: pkgsrc-changes
Date: 03/29/2002 13:29:23
Module Name:	pkgsrc
Committed By:	rh
Date:		Fri Mar 29 11:29:22 UTC 2002

Modified Files:
	pkgsrc/chat/silc-client: Makefile PLIST PLIST.perl distinfo

Log Message:
Update silc-client to 0.8.3.  Update provided in PR pkg/16098 by the
package maintainer, Lubomir Sedlacik <salo@silcnet.org>, thanks!

Changes between 0.8.2 and 0.8.3
===============================

* Merged with latest Irssi from irssi.org CVS.

* Fixed minor IPv6 issues. IPv6 should now work without problems.

* Fixed the internal Unix scheduler functions to check for NULL
  context they may receive.

* Changed hardcoded ~/.silc paths to use get_irssi_dir() so you
  can specify different directory with --home command line parameter.

* SILC-specific commands aren't now executed if the active server
  isn't of SILC-type, so there won't be problems with having IRC
  and SILC protocol support in same client.

Changes between 0.8.1 and 0.8.2
===============================

* IPv6 support was broken with some of the network handling routines.
  Now they are fixed and every network routine should support IPv6.

* Merged with Irssi 0.8.4 from irssi.org CVS.

* Added "change" command to KEY command which can be used to change
  the current channel private key.  Bound the command also to
  alt+K (Altİhift+k). See also /HELP KEY

* Fixed a packet sending bug on very high load, where outgoing
  packet queue wasn't handled correctly and packets got corrupted.

* Added checks for maximum length of channel message payload and
  private message payload too.

* Added checks for maximum packet length in client library.

* Fixed the handling of third parameter of KICKED notify, since
  it was mistakenly updated to SILC Protocol 1.0 even though it
  is to be included in 1.1.  Since it is not in 1.0 it is not
  mandatory, and this fix now handles it only if it is provided,
  and it is not error if it is not provided.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/chat/silc-client/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/chat/silc-client/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/chat/silc-client/PLIST.perl
cvs rdiff -r1.8 -r1.9 pkgsrc/chat/silc-client/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.