summaryrefslogtreecommitdiff
path: root/chat/silc-server/PLIST
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2002-09-14 02:59:25 +0000
committerhubertf <hubertf@pkgsrc.org>2002-09-14 02:59:25 +0000
commit1e9b2fb8793e1f1cd7011f3312f2774a0f490966 (patch)
tree896a994405c66c4954b51dfc3a77bc01582ff0f2 /chat/silc-server/PLIST
parent1629e8ad279b5ea645f71a87bb40769f5788da69 (diff)
downloadpkgsrc-1e9b2fb8793e1f1cd7011f3312f2774a0f490966.tar.gz
Maintainer update of chat/silc-server to version 0.9.5. Changes:
buildlink->buildlink2 Main changes from 0.9.2 to 0.9.5 ================================= * Use the primary router as the origin of the locally connected server when it is disconnecting from the backup router since that's where it really is coming from. Now the clients from the disconnecting server are removed correctly and "shadow" clients are not left to the backup router. * If normal server is standalone and found existing but disabled channel, do not re-create the channel since it creates duplicate same channels. * Added anonymous client connections support to server. New "anonymous" configuration option to ConnectionParams section added. If set to true, the username and hostname information of the client will be scrambled and anonymous user mode is set automatically to the user. * In JOIN notify handling, mark that the cache entry of the client cannot be expired. Can cause crashes on normal server (asserts client->channels). * Added silcd configuration option Timestamp in the Logging section. * Fixed fingerprint checking to check for entirely empty fingerprint instead of two first bytes when determining if it is set. * Remove server/router operator privileges in DETACH command, since it's possible to resume to server where these privileges would not be allowed. * Do not re-create channel keys and send them when removing clients in server shutdown. * Completed backup router support for standalone routers. Supports also servers in the cell that do not use the backup at all. Server/router operator now receives notify when network switches to backup router and when it resumes the use of primary router. * Added -D option to server. It can be used to give debug level. The levels are from 0 - 99, and are predefined for smooth server debugging. Patch submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 18278.
Diffstat (limited to 'chat/silc-server/PLIST')
-rw-r--r--chat/silc-server/PLIST45
1 files changed, 26 insertions, 19 deletions
diff --git a/chat/silc-server/PLIST b/chat/silc-server/PLIST
index 7dbd1b94056..a4b48c384b4 100644
--- a/chat/silc-server/PLIST
+++ b/chat/silc-server/PLIST
@@ -1,4 +1,15 @@
-@comment $NetBSD: PLIST,v 1.4 2002/03/03 23:49:49 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.5 2002/09/14 02:59:26 hubertf Exp $
+lib/silcd/modules/aes.sim.so
+lib/silcd/modules/blowfish.sim.so
+lib/silcd/modules/cast.sim.so
+lib/silcd/modules/mars.sim.so
+lib/silcd/modules/md5.sim.so
+lib/silcd/modules/none.sim.so
+lib/silcd/modules/rc5.sim.so
+lib/silcd/modules/rc6.sim.so
+lib/silcd/modules/rsa.sim.so
+lib/silcd/modules/sha1.sim.so
+lib/silcd/modules/twofish.sim.so
sbin/silcd
share/doc/silcd/CHANGES
share/doc/silcd/COPYING
@@ -8,22 +19,18 @@ share/doc/silcd/FAQ
share/doc/silcd/INSTALL
share/doc/silcd/README
share/doc/silcd/TODO
-share/doc/silcd/silcalgs.conf.default
-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
-share/doc/silcd/examples/cell1_router.conf
-share/doc/silcd/examples/cell1_server1.conf
-share/doc/silcd/examples/cell1_server2.conf
-share/doc/silcd/examples/cell2_router.conf
-share/doc/silcd/examples/cell2_server1.conf
-share/doc/silcd/examples/cell2_server2.conf
-share/doc/silcd/examples/cell3_router.conf
-share/doc/silcd/examples/cell3_server1.conf
-share/doc/silcd/examples/cell3_server2.conf
-share/doc/silcd/examples/silcd.prv
-share/doc/silcd/examples/silcd.pub
-@dirrm share/doc/silcd/examples
+share/examples/silcd/README
+share/examples/silcd/cell_backup.conf
+share/examples/silcd/cell_router.conf
+share/examples/silcd/cell_server1.conf
+share/examples/silcd/cell_server2.conf
+share/examples/silcd/motd.txt.default
+share/examples/silcd/silcalgs.conf.default
+share/examples/silcd/silcd.conf.default
+share/examples/silcd/silcd.default
+share/examples/silcd/silcd.prv
+share/examples/silcd/silcd.pub
+@dirrm lib/silcd/modules
+@dirrm lib/silcd
@dirrm share/doc/silcd
+@dirrm share/examples/silcd