Subject: CVS commit: pkgsrc/chat/silc-client
To: None <pkgsrc-changes@NetBSD.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 11/01/2003 16:45:13
Module Name:	pkgsrc
Committed By:	salo
Date:		Sat Nov  1 16:45:13 UTC 2003

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

Log Message:
Update to version 0.9.15.

- added dependency on p5-File-MMagic if perl support enabled (for MMSG
  support)

Changes:

- Fixed race condition between silc_client_init and my_silc_scheduler.
- Take reference of the socket in the parser context, as it's possible
  to have the parsers in queue after the socket is disconnected and this
  may cause crash.
- Check that packet queue purging was successful.
- Optimized the socket referencing in packet routines.
- Resolve the IP for file transfer listener from the connection socket.

- Added LISTKEYS command which can be used to list server and client
  public keys from the ~./silc directory.  See /HELP LISTKEYS.
- Improved the MMSG command.  It now supports the target so it can be used
  to send private messages too without opening a windows.  It also
  detects the MIME type now automatically.  Support for digitally signing
  the messages was also added.  See /HELP MMSG, the help file is there
  now. :)  Replace the old silc-mime.pl script with the new one to take
  advantage of all new features.
- Added /MMSG command help file.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 pkgsrc/chat/silc-client/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/chat/silc-client/Makefile.common
cvs rdiff -r1.15 -r1.16 pkgsrc/chat/silc-client/PLIST
cvs rdiff -r1.21 -r1.22 pkgsrc/chat/silc-client/distinfo

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