Subject: CVS commit: pkgsrc/chat/silc-server
To: None <pkgsrc-changes@netbsd.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 03/17/2003 22:12:48
Module Name:	pkgsrc
Committed By:	salo
Date:		Mon Mar 17 20:12:48 UTC 2003

Modified Files:
	pkgsrc/chat/silc-server: DEINSTALL Makefile PLIST distinfo
	pkgsrc/chat/silc-server/patches: patch-aa patch-ac

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/chat/silc-server/DEINSTALL
cvs rdiff -r1.21 -r1.22 pkgsrc/chat/silc-server/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/chat/silc-server/PLIST
cvs rdiff -r1.18 -r1.19 pkgsrc/chat/silc-server/distinfo
cvs rdiff -r1.7 -r1.8 pkgsrc/chat/silc-server/patches/patch-aa \
    pkgsrc/chat/silc-server/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.