diff options
author | rh <rh@pkgsrc.org> | 2002-03-29 11:29:22 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-03-29 11:29:22 +0000 |
commit | ef2744b32e1afa0e6a46b0f64ad34368993f625e (patch) | |
tree | ebad144533c5cfd56cfd46a9a827b0c1f3c7fd35 /chat/silc-client | |
parent | ae8bc9a43b1ca859db0732cada89976cb07b25df (diff) | |
download | pkgsrc-ef2744b32e1afa0e6a46b0f64ad34368993f625e.tar.gz |
Update silc-client to 0.8.3. Update provided in PR pkg/16098 by the
package maintainer, Lubomir Sedlacik <salo@silcnet.org>, thanks!
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.
Diffstat (limited to 'chat/silc-client')
-rw-r--r-- | chat/silc-client/Makefile | 8 | ||||
-rw-r--r-- | chat/silc-client/PLIST | 4 | ||||
-rw-r--r-- | chat/silc-client/PLIST.perl | 4 | ||||
-rw-r--r-- | chat/silc-client/distinfo | 6 |
4 files changed, 15 insertions, 7 deletions
diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile index 9745e511c40..11cc6492d8f 100644 --- a/chat/silc-client/Makefile +++ b/chat/silc-client/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2002/03/12 20:54:16 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 2002/03/29 11:29:22 rh 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/ \ @@ -30,6 +30,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 # diff --git a/chat/silc-client/PLIST b/chat/silc-client/PLIST index b4525955a04..50d1aff06f5 100644 --- a/chat/silc-client/PLIST +++ b/chat/silc-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/03/12 20:54:16 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/03/29 11:29:22 rh Exp $ bin/silc etc/silc/silc.conf share/doc/silc/CHANGES @@ -62,6 +62,7 @@ share/silc/help/motd 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/rmreconns 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 diff --git a/chat/silc-client/PLIST.perl b/chat/silc-client/PLIST.perl index 9615feb9e95..da196ad0537 100644 --- a/chat/silc-client/PLIST.perl +++ b/chat/silc-client/PLIST.perl @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.perl,v 1.2 2002/03/12 20:54:16 hubertf Exp $ +@comment $NetBSD: PLIST.perl,v 1.3 2002/03/29 11:29:22 rh Exp $ bin/silc etc/silc/silc.conf lib/silc/perl5/${MACHINE_ARCH}-${LOWER_OPSYS}/Irssi.pm @@ -75,6 +75,7 @@ share/silc/help/motd 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/rmreconns 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 diff --git a/chat/silc-client/distinfo b/chat/silc-client/distinfo index c38ab2ee0f3..cc899e6fdaa 100644 --- a/chat/silc-client/distinfo +++ b/chat/silc-client/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2002/03/12 20:54:16 hubertf Exp $ +$NetBSD: distinfo,v 1.9 2002/03/29 11:29:22 rh 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 |