Subject: pkg/16098: maintainer update of chat/silc-client to version 0.8.3 (obsoletes pkg/15995)
To: None <gnats-bugs@gnats.netbsd.org>
From: Lubomir Sedlacik <salo@Xtrmntr.ogr>
List: netbsd-bugs
Date: 03/28/2002 05:52:25
>Number:         16098
>Category:       pkg
>Synopsis:       maintainer update of chat/silc-client to version 0.8.3 (obsoletes pkg/15995)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Mar 27 20:53:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Lubomir Sedlacik
>Release:        NetBSD 1.5ZB
>Organization:
>Environment:
>Description:

this package makes pgk/15995 obsolete. please close it. thanks.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


silc-client package is now marked as USE_INET6.

Changes between 0.8.2 and 0.8.3
===============================

* Merged with latest Irssi from irssi.org CVS.

* Fixed minor IPv6 issues. IPv6 should now work without problems.

* Fixed the internal Unix scheduler functions to check for NULL
  context they may receive.

* Changed hardcoded ~/.silc paths to use get_irssi_dir() so you
  can specify different directory with --home command line parameter.
          
* SILC-specific commands aren't now executed if the active server
  isn't of SILC-type, so there won't be problems with having IRC
  and SILC protocol support in same client.


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İhift+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/28 04:37:44
@@ -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.3
 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: PLIST
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/chat/silc-client/PLIST,v
retrieving revision 1.3
diff -u -r1.3 PLIST
--- PLIST	2002/03/12 20:54:16	1.3
+++ PLIST	2002/03/28 04:37:44
@@ -62,6 +62,7 @@
 share/silc/help/msg
 share/silc/help/names
 share/silc/help/nick
+share/silc/help/note
 share/silc/help/notice
 share/silc/help/oper
 share/silc/help/part
@@ -75,6 +76,7 @@
 share/silc/help/rmrejoins
 share/silc/help/save
 share/silc/help/sconnect
+share/silc/help/script
 share/silc/help/scrollback
 share/silc/help/server
 share/silc/help/set
Index: PLIST.perl
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/chat/silc-client/PLIST.perl,v
retrieving revision 1.2
diff -u -r1.2 PLIST.perl
--- PLIST.perl	2002/03/12 20:54:16	1.2
+++ PLIST.perl	2002/03/28 04:37:44
@@ -75,6 +75,7 @@
 share/silc/help/msg
 share/silc/help/names
 share/silc/help/nick
+share/silc/help/note
 share/silc/help/notice
 share/silc/help/oper
 share/silc/help/part
@@ -88,6 +89,7 @@
 share/silc/help/rmrejoins
 share/silc/help/save
 share/silc/help/sconnect
+share/silc/help/script
 share/silc/help/scrollback
 share/silc/help/server
 share/silc/help/set
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/28 04:37:44
@@ -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.3.tar.bz2) = e372666e168946ecd14a173eaf808d94b5819057
+Size (silc-client-0.8.3.tar.bz2) = 1354211 bytes
 SHA1 (patch-aa) = 01df960bcc19ec601f7f3cb713a40986bed57cd8
>Release-Note:
>Audit-Trail:
>Unformatted: