Subject: CVS commit: pkgsrc/chat/silc-client
To: None <pkgsrc-changes@NetBSD.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 11/18/2003 18:14:32
Module Name:	pkgsrc
Committed By:	salo
Date:		Tue Nov 18 18:14:32 UTC 2003

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

Log Message:
Updated to version 0.9.16.

Changes:

- Fixed the file transfer (see /HELP FILE) session accepting and closing.
- Fixed nickname formatting to not mess the /NAMES command output.
- Fixed MIME header parsing to not show extra characters in the MIME type
  name.
- Several other bugfixes were made.

- Removed RC6 algorithm from distribution.

- Added /LISTKEYS help file (see /HELP LISTKEYS).

- Implemented optimized RSA algorithm for faster private key operations.
  Private key operations are now at least 30% faster.  Note however that,
  this optimization works only with newly generated key pairs.
  Unfortunately, it is not possible to transfer the old private key to
  the new optimized format.  There is no compatibility issues with old or
  new private keys (new private keys work with older SILC Clients as
  well, but they are slower to use).

- Implemented support for searching users in the network by their public
  keys using WHOIS command.  Note that, this feature will work only with
  upcoming SILC Server.  Current SILC Server 0.9.15 or older does not
  support this feature.

  See the /HELP WHOIS for revised help information on searching by
  public key.  Examples:

  To search nickname 'nick' that has the specified public key, give:

    /WHOIS nick -pubkey /path/to/the/public_key.pub

  To search all usesr that has the specified public key, give:

    /WHOIS -pubkey /path/to/the/public_key.pub

  This search feature is the first search feature that uses the
  Requested Attributes in WHOIS to base on the search or to narrow down
  the searched values.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/chat/silc-client/Makefile.common
cvs rdiff -r1.16 -r1.17 pkgsrc/chat/silc-client/PLIST
cvs rdiff -r1.22 -r1.23 pkgsrc/chat/silc-client/distinfo

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