diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-12-17 00:43:10 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-12-17 00:43:10 +0000 |
commit | 72f6aad26da8e24e8f6430a4a6b086e945040a5e (patch) | |
tree | f2afab442d6af5f2583225052e2fc0f6ebddbfe0 /chat/silc-server/DEINSTALL | |
parent | 16b0456e15fbc30b7c81eafaa4b48951cf773ffd (diff) | |
download | pkgsrc-72f6aad26da8e24e8f6430a4a6b086e945040a5e.tar.gz |
update the silc-server package to version 0.7.1.
Submitted by Lubomir Sedlacik <salo@silcnet.org> in PR 14887
Changes in the NetBSD's package from version 0.6.4 -> 0.7.1:
- upgrade to silc-server-0.7.1 (the main changes below)
the biggest change is the ipv6 support (new configuration file format is
needed, though)
- removed patch-ac because it was integrated into distribution
(patch-ad was moved in its place)
- completely rewritten rc.d script to use rc.subr instead and fixed the
problem with removing pidfile so now status) works fine.
- added default motd file
- INSTALL and DEINSTALL scripts are cleaner and more useful, check for logs
directory before creating it, added motd.txt installing/removing.
- better and more helpful default configuration file (added Example:
sections for each variable)
- added examples/ directory containing sample configurations of various
scenarios into $DOCDIR
changes in the silc-server itself:
o Fixed WHOIS and IDENTIFY commands to return correct replies,
and correct error replies. This fixes various weird bugs
related to these commands.
o Send NO_SUCH_CLIENT_ID error notify if received private
message to invalid Client ID. It is guaranteed that if
private message is sent to unknown client, the sender will
receive a notification for it.
o Send the kicker's information in KICK command to the kicked
client.
o Fixed LIST command to return correct amount of channels.
This fixes the weird bug that LIST would show like 50 channels
and some channels multiple times.
o Channel topics, and users SILC modes are announced now during
server->router connecting.
o Implemented the founder authentication during JOIN command.
o Support for IPv6 based Server ID added.
o Memory leak fixes.
Diffstat (limited to 'chat/silc-server/DEINSTALL')
-rw-r--r-- | chat/silc-server/DEINSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/silc-server/DEINSTALL b/chat/silc-server/DEINSTALL index f64ad3a920d..2294a28340e 100644 --- a/chat/silc-server/DEINSTALL +++ b/chat/silc-server/DEINSTALL @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: DEINSTALL,v 1.1.1.1 2001/11/30 23:33:34 hubertf Exp $ +# $NetBSD: DEINSTALL,v 1.2 2001/12/17 00:43:10 hubertf Exp $ PKGNAME=$1 STAGE=$2 @@ -17,7 +17,7 @@ LOGDIR=/var/log/silcd SAMPLECONFDIR=${PKG_PREFIX}/share/doc/silcd CONFDIR=${SERVERROOT} RCSCRIPT="@CONF_DIR@/rc.d/silcd" -CONFFILES="silcd.conf" +CONFFILES="silcd.conf motd.txt" NONCONFFILES="silcd.pub silcd.prv" case ${STAGE} in |