Subject: CVS commit: pkgsrc/chat/silc-server
To: None <pkgsrc-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: pkgsrc-changes
Date: 12/17/2001 02:43:12
Module Name: pkgsrc
Committed By: hubertf
Date: Mon Dec 17 00:43:11 UTC 2001
Modified Files:
pkgsrc/chat/silc-server: DEINSTALL INSTALL Makefile PLIST distinfo
pkgsrc/chat/silc-server/files: silcd.sh
pkgsrc/chat/silc-server/patches: patch-aa patch-ac
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/chat/silc-server/DEINSTALL \
pkgsrc/chat/silc-server/INSTALL pkgsrc/chat/silc-server/Makefile \
pkgsrc/chat/silc-server/PLIST pkgsrc/chat/silc-server/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/chat/silc-server/files/silcd.sh
cvs rdiff -r1.1.1.1 -r1.2 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.