From 5071c59634960b487d948fc2154173991e1a4794 Mon Sep 17 00:00:00 2001 From: salo Date: Sat, 3 Jan 2004 18:02:52 +0000 Subject: Update to version 0.9.16. Changes: - Added public key based search support to WHOIS command. Users can be searched by their public key now. To search users by public key using SILC Client, do the following (see the /HELP WHOIS for revised help information on searching by public key): To search nickname 'nick' that has the specified public key, give: /WHOIS nick -pubkey /path/to/the/public_key.pub To search all usesr that has the specified public key, give: /WHOIS -pubkey /path/to/the/public_key.pub - Removed RC6 cipher. - Fixed the MOTD command to work properly. Motds can now be fetched from remote servers. - Fixed the INVITE string handling during joining to use correct server name. Invite strings such as *@sauna.silcnet.org!*@*foobar.com now works. - Fixed the CUMODE for founder mode work correctly when there is already a founder on channel. Normal server cannot anymore "replace" a founder which is founder on router (even if authentication works). User on router can "replace" founder that is on normal server assuming authentication is successful. - Fixed UMODE mode change bug when anonymous mode was already set. Now modes can be changed normally. - Minor fixes to backup router protocol. Some problems may still exist and testing this feature is recommended. - Improvements to router-to-router connections. Normal communication should work. NOTE: This is experimental and you can expect problems if you set up such network. - Several other bugfixes. --- chat/silc-server/Makefile | 17 +++++++++-------- chat/silc-server/PLIST | 7 +++---- chat/silc-server/distinfo | 6 +++--- 3 files changed, 15 insertions(+), 15 deletions(-) (limited to 'chat/silc-server') diff --git a/chat/silc-server/Makefile b/chat/silc-server/Makefile index dc5afc29df6..454fc3ff93d 100644 --- a/chat/silc-server/Makefile +++ b/chat/silc-server/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2003/11/01 16:41:37 salo Exp $ +# $NetBSD: Makefile,v 1.28 2004/01/03 18:02:52 salo Exp $ # -DISTNAME= silc-server-0.9.15 +DISTNAME= silc-server-0.9.16 CATEGORIES= chat security MASTER_SITES= http://www.silcnet.org/download/server/sources/ \ ftp://ftp.silcnet.org/silc/server/sources/ \ @@ -31,15 +31,16 @@ PKG_USERS= ${SILCD_USER}:${SILCD_GROUP}::SILC\\ Server\\ user PKG_SYSCONFSUBDIR?= silcd -MAKE_ENV+= examplesdir=${PREFIX}/share/examples/silcd +EGDIR= ${PREFIX}/share/examples/silcd + +MAKE_ENV+= examplesdir=${EGDIR} CONF_FILES_MODE= 0600 -CONF_FILES+= ${PREFIX}/share/examples/silcd/silcd.conf.default \ +CONF_FILES+= ${EGDIR}/silcd.conf.default \ ${PKG_SYSCONFDIR}/silcd.conf -CONF_FILES+= ${PREFIX}/share/examples/silcd/silcalgs.conf.default \ +CONF_FILES+= ${EGDIR}/silcalgs.conf.default \ ${PKG_SYSCONFDIR}/silcalgs.conf -CONF_FILES_PERMS+= ${PREFIX}/share/examples/silcd/motd.txt.default \ - ${PKG_SYSCONFDIR}/motd.txt \ +CONF_FILES_PERMS+= ${EGDIR}/motd.txt.default ${PKG_SYSCONFDIR}/motd.txt \ ${ROOT_USER} ${ROOT_GROUP} 0644 RCD_SCRIPTS= silcd @@ -78,7 +79,7 @@ CONFIGURE_ARGS+= --disable-asm post-install: @${SED} ${FILES_SUBST_SED} ${FILESDIR}/motd.txt \ - > ${PREFIX}/share/examples/silcd/motd.txt.default + > ${EGDIR}/motd.txt.default .include "../../devel/glib/buildlink2.mk" diff --git a/chat/silc-server/PLIST b/chat/silc-server/PLIST index b10837d7cdc..54c8d7df6d4 100644 --- a/chat/silc-server/PLIST +++ b/chat/silc-server/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.11 2003/10/16 12:37:44 salo Exp $ +@comment $NetBSD: PLIST,v 1.12 2004/01/03 18:02:52 salo Exp $ etc/rc.d/silcd lib/silcd/libsilc-1.0.so -lib/silcd/libsilc-1.0.so.2 -lib/silcd/libsilc-1.0.so.2.0 +lib/silcd/libsilc-1.0.so.3 +lib/silcd/libsilc-1.0.so.3.0 lib/silcd/libsilc.la lib/silcd/libsilc.so lib/silcd/modules/aes.sim.so @@ -11,7 +11,6 @@ lib/silcd/modules/cast.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 diff --git a/chat/silc-server/distinfo b/chat/silc-server/distinfo index 9c5a32f7269..b25c653a145 100644 --- a/chat/silc-server/distinfo +++ b/chat/silc-server/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2003/11/01 16:41:37 salo Exp $ +$NetBSD: distinfo,v 1.22 2004/01/03 18:02:52 salo Exp $ -SHA1 (silc-server-0.9.15.tar.bz2) = 4f4d50ad4773fed37147a1bfeae1fdcbe0b1cc05 -Size (silc-server-0.9.15.tar.bz2) = 1088380 bytes +SHA1 (silc-server-0.9.16.tar.bz2) = 84de8fc2a23f46d467baa647dea0b5fe28a95407 +Size (silc-server-0.9.16.tar.bz2) = 1192761 bytes SHA1 (patch-aa) = 181bf9a721abaeaaa0afd7e24017cd49a8020ac4 SHA1 (patch-ab) = 55b3f00076c5b8a443465753ae07b9e812236f18 -- cgit v1.2.3