Path to this page:
./
chat/silc-server,
Server for the Secure Internet Live Conferencing (SILC) protocol
Branch: CURRENT,
Version: 1.1.18nb2,
Package name: silc-server-1.1.18nb2,
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.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.6 2003/03/17 20:12:47 salo Exp $
#
case ${STAGE} in
POST-DEINSTALL)
if [ -f @PKG_SYSCONFDIR@/silcd.prv ]; then
${ECHO} ===========================================================================
${ECHO}
${ECHO} "If you won't be using silc-server any longer, you may want to remove"
${ECHO} "your server keys located in @PKG_SYSCONFDIR@."
${ECHO}
fi
;;
esac
Required to run:[
devel/silc-toolkit]
Required to build:[
pkgtools/cwrappers]
Package options: inet6
Master sites:
Filesize: 886.902 KB
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2016-05-17) Updated to version: silc-server-1.1.18nb2
- (2013-07-12) Updated to version: silc-server-1.1.18nb1
- (2010-08-30) Updated to version: silc-server-1.1.18
- (2010-02-20) Updated to version: silc-server-1.1.6nb1
- (2008-04-24) Updated to version: silc-server-1.1.6
CVS history: (Expand)
2023-07-09 12:02:39 by Nia Alarie | Files touched by this commit (3) |
Log message:
silc-server: Fix building on platforms with dlopen in libdl.
|
2021-10-26 12:05:29 by Nia Alarie | Files touched by this commit (146) |
Log message:
chat: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 15:23:36 by Nia Alarie | Files touched by this commit (146) |
Log message:
chat: Remove SHA1 hashes for distfiles
|
2021-04-21 11:06:15 by Thomas Klausner | Files touched by this commit (3) |
Log message:
*: remove dead download location
|
2019-05-23 21:23:24 by Roland Illig | Files touched by this commit (242) |
Log message:
all: replace SUBST_SED with the simpler SUBST_VARS
pkglint -Wall -r --only "substitution command" -F
With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
|
2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423) |
Log message:
*: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
|
2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352) |
Log message:
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
|
2016-05-17 12:32:09 by Filip Hajny | Files touched by this commit (36) |
Log message:
Use REAL_ROOT_USER/REAL_ROOT_GROUP instead of ROOT_USER/ROOT_GROUP
for all pkgsrc dir/file ownership rules. Fixes unprivileged
user/group names from leaking into binary packages, manifest as
non-fatal chown/chgrp failure messages at pkg_add time.
Bump respective packages' PKGREVISION.
|