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.18.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24f5f887cbcd
branches:  trunk
changeset: 469961:24f5f887cbcd
user:      salo <salo%pkgsrc.org@localhost>
date:      Wed Mar 03 19:05:52 2004 +0000

description:
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:

 chat/silc-server/Makefile |  8 ++++----
 chat/silc-server/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (40 lines):

diff -r f9eef11170a4 -r 24f5f887cbcd chat/silc-server/Makefile
--- a/chat/silc-server/Makefile Wed Mar 03 17:54:38 2004 +0000
+++ b/chat/silc-server/Makefile Wed Mar 03 19:05:52 2004 +0000
@@ -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 @@
 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 -r f9eef11170a4 -r 24f5f887cbcd chat/silc-server/distinfo
--- a/chat/silc-server/distinfo Wed Mar 03 17:54:38 2004 +0000
+++ b/chat/silc-server/distinfo Wed Mar 03 19:05:52 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index