diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-06-21 15:57:16 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-06-21 15:57:16 +0000 |
commit | 7f702211352b597fc7945f9a90e7d3ca0631e903 (patch) | |
tree | 5380b52325504bda1a3fb6f5772ba1849ad5ca49 /chat/silc-server | |
parent | 91e1769b91525366491f20a444b869145c9a1711 (diff) | |
download | pkgsrc-7f702211352b597fc7945f9a90e7d3ca0631e903.tar.gz |
Update to version 0.9.2 using patch provided by MAINTAINER in PR pkg/17304,
closing this PR. Thank to Lubomir Sedlacik.
Changes from 0.9.1 to 0.9.2
===========================
* Support for multiple interfaces so now it's possible e.g. to listen
on IPv4 and IPv6 within one daemon incarnation.
WARNING: you will need to update your silcd.conf to reflect changes!
* Added lots of new statistics updating that was missing from the
server and router code. Sending SIGUSR1 signal to server now dumps
the current server statistics into /tmp directory.
* Implemented the SILC_CHANNEL_UMODE_QUIET mode that can be used
to silence a user on a channel.
* Fixed various fatal bugs,in handling of malformed command payload,
double free when announcing channel users to router, missing
parameter in a function call that caused server crash when
a non-allowed connection arrived.
* Fixed some backup data sending around the code to work better
if the router is standalone router and fixed the router connectin
when connecting to multiple routers.
* Fixed detach timeout handling to use Client ID and not the actual
client entry which may be freed in the callback.
Diffstat (limited to 'chat/silc-server')
-rw-r--r-- | chat/silc-server/Makefile | 6 | ||||
-rw-r--r-- | chat/silc-server/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/chat/silc-server/Makefile b/chat/silc-server/Makefile index 45d1b4579ec..85f96999efe 100644 --- a/chat/silc-server/Makefile +++ b/chat/silc-server/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2002/05/24 22:15:36 hubertf Exp $ +# $NetBSD: Makefile,v 1.12 2002/06/21 15:57:16 jschauma Exp $ -DISTNAME= silc-server-0.9.1 -CATEGORIES= chat +DISTNAME= silc-server-0.9.2 +CATEGORIES= chat security MASTER_SITES= http://www.silcnet.org/download/server/sources/ \ ftp://ftp.silcnet.org/silc/server/sources/ \ http://www.fi.silcnet.org/download/server/sources/ \ diff --git a/chat/silc-server/distinfo b/chat/silc-server/distinfo index 80805ee7182..99e177ed72f 100644 --- a/chat/silc-server/distinfo +++ b/chat/silc-server/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2002/05/24 22:15:36 hubertf Exp $ +$NetBSD: distinfo,v 1.12 2002/06/21 15:57:16 jschauma Exp $ -SHA1 (silc-server-0.9.1.tar.bz2) = b925d8102efe90cdced7415fb9be501d3ef3c3c5 -Size (silc-server-0.9.1.tar.bz2) = 960514 bytes +SHA1 (silc-server-0.9.2.tar.bz2) = 08fbd405661245d101f2ae3cb410e22999bd669d +Size (silc-server-0.9.2.tar.bz2) = 964021 bytes SHA1 (patch-aa) = 97ccff02e5d2d1bd3ff64a1a1942525e5a4522bd -SHA1 (patch-ab) = 482b7580cb95a0833c85f64a3d94c16b2b1c984f +SHA1 (patch-ab) = c1563b7d56fca05113b6cc884c4f7c266383de82 |