diff options
author | salo <salo@pkgsrc.org> | 2004-03-03 19:05:52 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-03-03 19:05:52 +0000 |
commit | e5f53dcaf96810f5ff89ab4a2b95e6b39be78553 (patch) | |
tree | 96b50d3065bb489ec6673eb62ec91a2598730938 /chat | |
parent | 1c1c7b9dacfd81d511d9a75e65b1dc42728053e6 (diff) | |
download | pkgsrc-e5f53dcaf96810f5ff89ab4a2b95e6b39be78553.tar.gz |
Update to version 0.9.18.
Changes:
0.9.18:
=======
Upgrade release because of couple serious bugs in the 0.9.17. Especially
backup router had stability problems with 0.9.17. This was due to a rekey bug
when performing rekey with PFS, and because of another bug it caused the
backup (and other servers too) to crash. If you are running a normal server
or backup router then ugprading is strongly recommended. If you are running
any kind of server with PFS enabled in rekey, upgrading is recommended.
- Fixed protocol completion handling in connection closing.
- Fixed rekey with PFS to work on backup with disabled connections.
- Fixed CMODE command reply to return the user limit correctly.
- Fixed the watch notify to be called for resuming clients.
0.9.17:
=======
- Implemented the user limit to the CMODE_CHANGE notify and to the CMODE
and JOIN command replies, as defined in the new protocol specs.
- Implemented the public key support to WATCH command, as defined in
the new protocol specs.
- Added asynchronous connecting to remote router/server.
- Fixed the WHOIS public key deleting.
- Several other bugfixes were also made.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/silc-server/Makefile | 8 | ||||
-rw-r--r-- | chat/silc-server/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/chat/silc-server/Makefile b/chat/silc-server/Makefile index 34142238ebe..d20cec17687 100644 --- a/chat/silc-server/Makefile +++ b/chat/silc-server/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2004/02/18 14:40:35 salo Exp $ +# $NetBSD: Makefile,v 1.31 2004/03/03 19:05:52 salo Exp $ # -DISTNAME= silc-server-0.9.16 +DISTNAME= silc-server-0.9.18 CATEGORIES= chat security MASTER_SITES= http://www.silcnet.org/download/server/sources/ \ ftp://ftp.silcnet.org/silc/server/sources/ \ @@ -69,11 +69,11 @@ BUILD_DEFS+= USE_INET6 CONFIGURE_ARGS+= --enable-ipv6 .endif -# If you want to debug silc-server, uncomment this. +# If you want to debug silc-server, uncomment the line below. # #CONFIGURE_ARGS+= --enable-debug -.if (${MACHINE_ARCH} != "i386") +.if ${MACHINE_ARCH} != "i386" CONFIGURE_ARGS+= --disable-asm .endif diff --git a/chat/silc-server/distinfo b/chat/silc-server/distinfo index b25c653a145..81fffda5466 100644 --- a/chat/silc-server/distinfo +++ b/chat/silc-server/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2004/01/03 18:02:52 salo Exp $ +$NetBSD: distinfo,v 1.23 2004/03/03 19:05:52 salo Exp $ -SHA1 (silc-server-0.9.16.tar.bz2) = 84de8fc2a23f46d467baa647dea0b5fe28a95407 -Size (silc-server-0.9.16.tar.bz2) = 1192761 bytes +SHA1 (silc-server-0.9.18.tar.bz2) = 232f10fc0f587b8028346bacf80d11443c4792c8 +Size (silc-server-0.9.18.tar.bz2) = 1169331 bytes SHA1 (patch-aa) = 181bf9a721abaeaaa0afd7e24017cd49a8020ac4 SHA1 (patch-ab) = 55b3f00076c5b8a443465753ae07b9e812236f18 |