From e4bb68cbc90fee22225827433e19ea648fcff547 Mon Sep 17 00:00:00 2001 From: salo Date: Tue, 18 Nov 2003 18:14:32 +0000 Subject: 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. --- chat/silc-client/Makefile.common | 4 ++-- chat/silc-client/PLIST | 8 ++++---- chat/silc-client/distinfo | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'chat/silc-client') diff --git a/chat/silc-client/Makefile.common b/chat/silc-client/Makefile.common index 003743d0dd4..729bc7abd24 100644 --- a/chat/silc-client/Makefile.common +++ b/chat/silc-client/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.4 2003/11/01 16:45:13 salo Exp $ +# $NetBSD: Makefile.common,v 1.5 2003/11/18 18:14:32 salo Exp $ # # Distribution specific information. # -SILC_CLIENT_VERSION= 0.9.15 +SILC_CLIENT_VERSION= 0.9.16 SILC_CLIENT_DISTNAME= silc-client-${SILC_CLIENT_VERSION} SILC_CLIENT_EXTRACT_SUFX= .tar.bz2 SILC_CLIENT_DISTFILE= ${SILC_CLIENT_DISTNAME}${SILC_CLIENT_EXTRACT_SUFX} diff --git a/chat/silc-client/PLIST b/chat/silc-client/PLIST index 5b0de36dd34..ec3759d359e 100644 --- a/chat/silc-client/PLIST +++ b/chat/silc-client/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.16 2003/11/01 16:45:13 salo Exp $ +@comment $NetBSD: PLIST,v 1.17 2003/11/18 18:14:32 salo Exp $ bin/silc lib/silc/libsilc-1.0.so -lib/silc/libsilc-1.0.so.2 -lib/silc/libsilc-1.0.so.2.0 +lib/silc/libsilc-1.0.so.3 +lib/silc/libsilc-1.0.so.3.0 lib/silc/libsilc.la lib/silc/libsilc.so lib/silc/libsilcclient-1.0.so @@ -16,7 +16,6 @@ lib/silc/modules/cast.sim.so lib/silc/modules/md5.sim.so lib/silc/modules/none.sim.so lib/silc/modules/rc5.sim.so -lib/silc/modules/rc6.sim.so lib/silc/modules/rsa.sim.so lib/silc/modules/sha1.sim.so lib/silc/modules/twofish.sim.so @@ -79,6 +78,7 @@ share/silc/help/lastlog share/silc/help/layout share/silc/help/levels share/silc/help/list +share/silc/help/listkeys share/silc/help/load share/silc/help/log share/silc/help/me diff --git a/chat/silc-client/distinfo b/chat/silc-client/distinfo index 5a921e71506..6458243a554 100644 --- a/chat/silc-client/distinfo +++ b/chat/silc-client/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2003/11/01 16:45:13 salo Exp $ +$NetBSD: distinfo,v 1.23 2003/11/18 18:14:32 salo Exp $ -SHA1 (silc-client-0.9.15.tar.bz2) = 04940434113522404cf9d097fc9eb493e7019172 -Size (silc-client-0.9.15.tar.bz2) = 1548598 bytes +SHA1 (silc-client-0.9.16.tar.bz2) = 7bf5842c9e4ba7191589ef9f7b4bd2632433d478 +Size (silc-client-0.9.16.tar.bz2) = 1551750 bytes SHA1 (patch-aa) = b9ae5da26840b193d3c9484c975af89294fa8049 -- cgit v1.2.3