diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-01-26 14:43:16 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-01-26 14:43:16 +0000 |
commit | 347bab6e43685d575a0ead82a9a901cbde13f91e (patch) | |
tree | 81227656177754a035121422d864d0af1fe55e49 /chat/silc-server/PLIST | |
parent | 00a3ccc245e82ef76c9489141036f1431a82574d (diff) | |
download | pkgsrc-347bab6e43685d575a0ead82a9a901cbde13f91e.tar.gz |
Update silc-server to 0.7.6:
changes in the package since 0.7.3 to 0.7.6:
- rewrite of package's Makefile. big parts of INSTALL and DEINSTALL scripts
were moved into Makefile itself
- silc-server now creates user silcd:silcd who run silcd by default
- INSTALL and DEINSTALL files are smaller and contains only neccessary
actions which cannot be executed from Makefile
- partial rewrite of rc script, added rcvar support, it is neccessary to have
silcd=YES in rc.conf now to start silc server (unless force is used)
- changed motd.txt to contain BSD daemon ;)
- updated patch-aa and patch-ab files
changes in the silc-server software since 0.7.3 to 0.7.6:
0.7.4: This version fixes a crash that can occur mainly on normal server.
Upgrading is recommended to avoid instability later. This version
also fixes the BAN and INVITE commands that were pretty much broken.
This version also disallows a situation where the nickname that server
sets initially for the client could be a bad nickname (like nick
including whitespaces). It used to be possible but now server checks
for this. Johnny also introduces a new logging system to this version
with log files being open all the time and not opened every time
something is logged, and log rotation support.
0.7.5: Hopefully fixed the most nasty bugs. I found bunch of weird bugs
that causes server syncing problems. Upgrading is strongly
recommended as soon as possible.
0.7.6: Only a minor bugfix release to fix the CUMODE command that allowed
non-founder channel users to remove modes of the founder, and to fix
GETKEY always return server's public key if it is requested, and to
fix the TOPIC_CHANGE notify to not route it twice to router.
Patch submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 15373
Diffstat (limited to 'chat/silc-server/PLIST')
-rw-r--r-- | chat/silc-server/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/silc-server/PLIST b/chat/silc-server/PLIST index 9b9aabbaa78..e31d5825839 100644 --- a/chat/silc-server/PLIST +++ b/chat/silc-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2001/12/17 00:43:10 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/01/26 14:43:16 hubertf Exp $ sbin/silcd share/doc/silcd/CHANGES share/doc/silcd/COPYING @@ -9,6 +9,7 @@ share/doc/silcd/INSTALL share/doc/silcd/README share/doc/silcd/TODO share/doc/silcd/silcd.conf.default +share/doc/silcd/silcd.default share/doc/silcd/motd.txt.default share/doc/silcd/examples/README share/doc/silcd/examples/cell1_backup.conf |