From da605e0b370e3246a9ec55eec9d96e8a979c5458 Mon Sep 17 00:00:00 2001
From: salo <salo@pkgsrc.org>
Date: Mon, 17 Mar 2003 20:12:47 +0000
Subject: 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.
---
 chat/silc-server/DEINSTALL | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

(limited to 'chat/silc-server/DEINSTALL')

diff --git a/chat/silc-server/DEINSTALL b/chat/silc-server/DEINSTALL
index 35a78bc5842..57b2a1c8ee0 100644
--- a/chat/silc-server/DEINSTALL
+++ b/chat/silc-server/DEINSTALL
@@ -1,10 +1,7 @@
-# $NetBSD: DEINSTALL,v 1.5 2002/09/14 02:59:25 hubertf Exp $
+# $NetBSD: DEINSTALL,v 1.6 2003/03/17 20:12:47 salo Exp $
+#
 
 case ${STAGE} in
-DEINSTALL)
-	${ECHO} "==> Try to stop silcd if running."
-	@PREFIX@/etc/rc.d/silcd stop
-	;;
 POST-DEINSTALL)
 	if [ -f @PKG_SYSCONFDIR@/silcd.prv ]; then
 		${ECHO} ===========================================================================
-- 
cgit v1.2.3