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.
This commit is contained in:
parent
91e1769b91
commit
7f70221135
2 changed files with 7 additions and 7 deletions
|
@ -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/ \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue