diff options
author | salo <salo> | 2003-03-17 20:12:47 +0000 |
---|---|---|
committer | salo <salo> | 2003-03-17 20:12:47 +0000 |
commit | 6ae4b2bca484ad5d42aceac288c7f9ed8484e4b2 (patch) | |
tree | ea45baa152d2798b5b0df63e9e02345511f1f4b6 /chat/silc-server/distinfo | |
parent | 32ee2d19f540624a0b3b3484582ad259e0c39422 (diff) | |
download | pkgsrc-6ae4b2bca484ad5d42aceac288c7f9ed8484e4b2.tar.gz |
Updated to version 0.9.13.
Changes:
- Fixed EOF handling in SILC Config.
- Do not send full INVITE and BAN lists in INVITE and BAN
notifys, only the changed information.
- Fixed INVITE notify sending in INVITE command, send it
only when needed.
- Handle the founder key change properly in CMODE_CHANGE
notify. Bug #122.
- Remove the mark for output (mark it only for input) after
purging outgoing queue. Prevents the "Error in select()"
floods.
- Check server private key file permissions before starting
the server.
- NULL terminate allocated string in silc_buffer_strformat.
- Rewrote the invite/ban list string handling in server to
use SilcBuffer instead.
- Fixed double free in CMODE command when setting new HMAC
for channel.
- Added couple of missing memset's to zero sensitive memory.
Diffstat (limited to 'chat/silc-server/distinfo')
-rw-r--r-- | chat/silc-server/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chat/silc-server/distinfo b/chat/silc-server/distinfo index d08570eb0c7..04685e6e39c 100644 --- a/chat/silc-server/distinfo +++ b/chat/silc-server/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.18 2003/01/26 14:10:44 salo Exp $ +$NetBSD: distinfo,v 1.19 2003/03/17 20:12:47 salo Exp $ -SHA1 (silc-server-0.9.12.tar.bz2) = c292c6e99c6b987b3f83c7db1dc0c390a2d44e6c -Size (silc-server-0.9.12.tar.bz2) = 1084501 bytes -SHA1 (patch-aa) = 5e36211392b9e24debfd40cb6da83c4558742798 +SHA1 (silc-server-0.9.13.tar.bz2) = 04740652748363aee461258202fd2ade9c268979 +Size (silc-server-0.9.13.tar.bz2) = 1084978 bytes +SHA1 (patch-aa) = 574f1c4bcbf4ef7d91b6bd53044570c99717d4cc SHA1 (patch-ab) = 55b3f00076c5b8a443465753ae07b9e812236f18 -SHA1 (patch-ac) = f88e5cef60a9e69775f2ffda637bb6a2e6894ede +SHA1 (patch-ac) = cf4ba08135b9d52169e7a9dde29e53f3822d7578 |