pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/silc-server Update to version 0.9.16.
details: https://anonhg.NetBSD.org/pkgsrc/rev/320800767283
branches: trunk
changeset: 465629:320800767283
user: salo <salo%pkgsrc.org@localhost>
date: Sat Jan 03 18:02:52 2004 +0000
description:
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.
diffstat:
chat/silc-server/Makefile | 17 +++++++++--------
chat/silc-server/PLIST | 7 +++----
chat/silc-server/distinfo | 6 +++---
3 files changed, 15 insertions(+), 15 deletions(-)
diffs (80 lines):
diff -r 4cb501893969 -r 320800767283 chat/silc-server/Makefile
--- a/chat/silc-server/Makefile Sat Jan 03 17:28:56 2004 +0000
+++ b/chat/silc-server/Makefile Sat Jan 03 18:02:52 2004 +0000
@@ -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_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 @@
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 -r 4cb501893969 -r 320800767283 chat/silc-server/PLIST
--- a/chat/silc-server/PLIST Sat Jan 03 17:28:56 2004 +0000
+++ b/chat/silc-server/PLIST Sat Jan 03 18:02:52 2004 +0000
@@ -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/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 -r 4cb501893969 -r 320800767283 chat/silc-server/distinfo
--- a/chat/silc-server/distinfo Sat Jan 03 17:28:56 2004 +0000
+++ b/chat/silc-server/distinfo Sat Jan 03 18:02:52 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index