Path to this page:
./
chat/silc-client,
Client for the Secure Internet Live Conferencing (SILC) protocol
Branch: CURRENT,
Version: 1.1.8nb2,
Package name: silc-client-1.1.8nb2,
Maintainer: saloSILC (Secure Internet Live Conferencing) is a protocol which provides
secure conferencing services in the Internet over insecure channel.
SILC superficially resembles IRC, although they are very different
internally. SILC is much more than just about `encrypting the traffic'.
That is easy enough to do with IRC and SSL hybrids, but even then the
entire network cannot be secured, only part of it.
SILC provides security services, such as sending private messages entirely
secure; noone can see the message except you and the real receiver of the
message. SILC also provides same functionality for channels; noone except
those clients joined to the channel may see the messages destined to the
channel. Communication between client and server is also secured with
session keys and all commands, authentication data (such as passwords etc.)
and other traffic is entirely secured. The entire network, and all parts of
it, is secured.
SILC has secure key exchange protocol that is used to create the session keys
for each connection. SILC also provides strong authentication based on either
passwords or public key authentication. All authentication data is always
encrypted in the SILC network. Each connection has their own session keys,
all channels have channel specific keys, and all private messages can be
secured with private message specific keys.
Required to run:[
misc/p5-File-MMagic] [
lang/perl5] [
devel/glib]
Required to build:[
lang/perl5] [
devel/gmake] [
devel/libtool-base]
Package options: inet6, perl
Master sites: (Expand)
SHA1: 5936ab682e746ae413f938ce9c9b72215d6524c0
RMD160: a010384b5e498a62cc6cd69e97602f3118b64d2f
Filesize: 1496.891 KB
Version history: (Expand)
- (2011-08-14) Updated to version: silc-client-1.1.8nb2
- (2010-08-21) Updated to version: silc-client-1.1.8nb1
- (2009-08-03) Updated to version: silc-client-1.1.8
- (2009-01-12) Updated to version: silc-client-1.1.7nb1
- (2009-01-12) Updated to version: silc-client-1.1.7
- (2008-10-20) Updated to version: silc-client-1.1.4nb1
CVS history: (Expand)
| 2012-02-28 18:37:10 by Hans Rosenfeld | Files touched by this commit (2) |
Log message:
Don't use xargs when creating the libraries. This can result in xargs
invoking libtool twice, creating a library with most of the objects
missing.
|
| 2012-01-17 22:43:21 by Steven Drake | Files touched by this commit (24) |
Log message:
Convert packages with add --libdir=* to CONFIGURE_ARGS to use
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
|
| 2011-08-14 09:38:55 by OBATA Akio | Files touched by this commit (6) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) |  |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
| 2010-02-03 00:36:16 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
DESTDIR support
|
| 2009-11-26 19:59:17 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Do not remove static libraries behind the pack of libtool.
|
2009-08-02 21:18:40 by Tonnerre Lombard | Files touched by this commit (5) |  |
Log message:
Update silc-client to version 1.1.8 to fix a security problem.
Changes:
- Portability: Check threads support in OpenBSD.
- Security: Fixed string format vulnerability in client entry handling.
- Autoconf upgrade.
- PacketEngine: Don't free underlaying stream in packet stream create error
- If packet stream creation failed it freed the stream given as argument.
This is wrong. It is the caller's responsibility to free it if the
packet stream creation failed.
- SKE: When failure is received mark SKE always failed
Mark the SKE failed even if we don't receive error from remote. Fixes
crash where the callback is called back to application without valid
key material and without error status.
|
| 2009-06-15 00:58:11 by Joerg Sonnenberger | Files touched by this commit (129) |
Log message:
Remove @dirrm related logic.
|