Subject: pkg/15995: maintainer update of chat/silc-client to version 0.8.2
To: None <gnats-bugs@gnats.netbsd.org>
From: Lubomir Sedlacik <salo@Xtrmntr.org>
List: netbsd-bugs
Date: 03/21/2002 21:56:06
>Number:         15995
>Category:       pkg
>Synopsis:       maintainer update of chat/silc-client to version 0.8.2
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Mar 21 12:57:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Lubomir Sedlacik
>Release:        NetBSD 1.5ZB
>Organization:
>Environment:
>Description:


Changes between 0.8.1 and 0.8.2
===============================

* IPv6 support was broken with some of the network handling routines.
  Now they are fixed and every network routine should support IPv6.

* Merged with Irssi 0.8.4 from irssi.org CVS.

* Added "change" command to KEY command which can be used to change
  the current channel private key.  Bound the command also to
  alt+K (Alt+Shift+k). See also /HELP KEY

* Fixed a packet sending bug on very high load, where outgoing
  packet queue wasn't handled correctly and packets got corrupted.
          
* Added checks for maximum length of channel message payload and
  private message payload too.

* Added checks for maximum packet length in client library.

* Fixed the handling of third parameter of KICKED notify, since
  it was mistakenly updated to SILC Protocol 1.0 even though it
  is to be included in 1.1.  Since it is not in 1.0 it is not
  mandatory, and this fix now handles it only if it is provided,
  and it is not error if it is not provided.

>How-To-Repeat:
>Fix:


Index: Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/chat/silc-client/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	2002/03/12 20:54:16	1.9
+++ Makefile	2002/03/21 20:44:14
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.9 2002/03/12 20:54:16 hubertf Exp $
 
-DISTNAME=		silc-client-0.8.1
+DISTNAME=		silc-client-0.8.2
 CATEGORIES=		chat
 MASTER_SITES=		http://www.silcnet.org/download/client/sources/ \
 			ftp://ftp.silcnet.org/silc/client/sources/ \
@@ -29,6 +29,10 @@
 CONFIGURE_ARGS+=	--with-docdir=${PREFIX}/share/doc/silc
 CONFIGURE_ARGS+=	--with-etcdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=	--with-ncurses=${BUILDLINK_DIR}
+
+# list it into IPv6-ready packages
+BUILD_DEFS+=		USE_INET6
+CONFIGURE_ARGS+=	--enable-ipv6
 
 # Optional support for perl scripting.
 # If you want to disable it, set SILC_CLIENT_WITH_PERL to NO
Index: distinfo
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/chat/silc-client/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo	2002/03/12 20:54:16	1.8
+++ distinfo	2002/03/21 20:44:14
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.8 2002/03/12 20:54:16 hubertf Exp $
 
-SHA1 (silc-client-0.8.1.tar.bz2) = 2f73690675827b6b021dadfbf868aec72fad6077
-Size (silc-client-0.8.1.tar.bz2) = 1349136 bytes
+SHA1 (silc-client-0.8.2.tar.bz2) = 8b27101ced35fa54ac1c0ea9ddcb851bc13a0662
+Size (silc-client-0.8.2.tar.bz2) = 1353217 bytes
 SHA1 (patch-aa) = 01df960bcc19ec601f7f3cb713a40986bed57cd8
>Release-Note:
>Audit-Trail:
>Unformatted: