From 32a0b53a9a4296f68d7397d7cf3a378133a773c2 Mon Sep 17 00:00:00 2001 From: salo Date: Sat, 1 Nov 2003 16:45:13 +0000 Subject: Update to version 0.9.15. - added dependency on p5-File-MMagic if perl support enabled (for MMSG support) Changes: - Fixed race condition between silc_client_init and my_silc_scheduler. - Take reference of the socket in the parser context, as it's possible to have the parsers in queue after the socket is disconnected and this may cause crash. - Check that packet queue purging was successful. - Optimized the socket referencing in packet routines. - Resolve the IP for file transfer listener from the connection socket. - Added LISTKEYS command which can be used to list server and client public keys from the ~./silc directory. See /HELP LISTKEYS. - Improved the MMSG command. It now supports the target so it can be used to send private messages too without opening a windows. It also detects the MIME type now automatically. Support for digitally signing the messages was also added. See /HELP MMSG, the help file is there now. :) Replace the old silc-mime.pl script with the new one to take advantage of all new features. - Added /MMSG command help file. --- chat/silc-client/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chat/silc-client/Makefile') diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile index 6bf3125de7d..54c3f7e03b4 100644 --- a/chat/silc-client/Makefile +++ b/chat/silc-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2003/10/16 12:34:50 salo Exp $ +# $NetBSD: Makefile,v 1.29 2003/11/01 16:45:13 salo Exp $ # DISTNAME= ${SILC_CLIENT_DISTNAME} @@ -65,6 +65,7 @@ CONFIGURE_ARGS+= --enable-ipv6 .if defined(SILC_CLIENT_WITH_PERL) && !empty(SILC_CLIENT_WITH_PERL:M[Yy][Ee][Ss]) CONFIGURE_ARGS+= --with-perl-lib=${PREFIX}/lib/silc/perl5 .include "../../lang/perl5/buildlink2.mk" +DEPENDS+= p5-File-MMagic>=1.20:../../misc/p5-File-MMagic PLIST_SRC+= ${PKGDIR}/PLIST.perl .else CONFIGURE_ARGS+= --with-perl=no -- cgit v1.2.3