pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/silc-client Updated to version 0.9.16.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4dabdc1ee385
branches: trunk
changeset: 463585:4dabdc1ee385
user: salo <salo%pkgsrc.org@localhost>
date: Tue Nov 18 18:14:32 2003 +0000
description:
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.
diffstat:
chat/silc-client/Makefile.common | 4 ++--
chat/silc-client/PLIST | 8 ++++----
chat/silc-client/distinfo | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (58 lines):
diff -r b045c87c5e16 -r 4dabdc1ee385 chat/silc-client/Makefile.common
--- a/chat/silc-client/Makefile.common Tue Nov 18 17:57:50 2003 +0000
+++ b/chat/silc-client/Makefile.common Tue Nov 18 18:14:32 2003 +0000
@@ -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 -r b045c87c5e16 -r 4dabdc1ee385 chat/silc-client/PLIST
--- a/chat/silc-client/PLIST Tue Nov 18 17:57:50 2003 +0000
+++ b/chat/silc-client/PLIST Tue Nov 18 18:14:32 2003 +0000
@@ -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/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/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 -r b045c87c5e16 -r 4dabdc1ee385 chat/silc-client/distinfo
--- a/chat/silc-client/distinfo Tue Nov 18 17:57:50 2003 +0000
+++ b/chat/silc-client/distinfo Tue Nov 18 18:14:32 2003 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index