summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorsalo <salo>2003-11-01 16:45:13 +0000
committersalo <salo>2003-11-01 16:45:13 +0000
commit07c07f85720069e3a9d4876911fe3baf658fc5ed (patch)
tree50f67ee4bf50d3bbfafe2f6824e48fa0c5c1ca6f /chat
parent3e5ec3617b564018706475f03682e6da0a4d3996 (diff)
downloadpkgsrc-07c07f85720069e3a9d4876911fe3baf658fc5ed.tar.gz
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.
Diffstat (limited to 'chat')
-rw-r--r--chat/silc-client/Makefile3
-rw-r--r--chat/silc-client/Makefile.common4
-rw-r--r--chat/silc-client/PLIST5
-rw-r--r--chat/silc-client/distinfo6
4 files changed, 10 insertions, 8 deletions
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
diff --git a/chat/silc-client/Makefile.common b/chat/silc-client/Makefile.common
index 6076f2ec068..003743d0dd4 100644
--- a/chat/silc-client/Makefile.common
+++ b/chat/silc-client/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.3 2003/10/27 13:23:31 salo Exp $
+# $NetBSD: Makefile.common,v 1.4 2003/11/01 16:45:13 salo Exp $
#
# Distribution specific information.
#
-SILC_CLIENT_VERSION= 0.9.14
+SILC_CLIENT_VERSION= 0.9.15
SILC_CLIENT_DISTNAME= silc-client-${SILC_CLIENT_VERSION}
SILC_CLIENT_EXTRACT_SUFX= .tar.bz2
SILC_CLIENT_DISTFILE= ${SILC_CLIENT_DISTNAME}${SILC_CLIENT_EXTRACT_SUFX}
diff --git a/chat/silc-client/PLIST b/chat/silc-client/PLIST
index c3df68346e0..5b0de36dd34 100644
--- a/chat/silc-client/PLIST
+++ b/chat/silc-client/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2003/10/27 13:23:31 salo Exp $
+@comment $NetBSD: PLIST,v 1.16 2003/11/01 16:45:13 salo Exp $
bin/silc
lib/silc/libsilc-1.0.so
lib/silc/libsilc-1.0.so.2
@@ -21,7 +21,6 @@ lib/silc/modules/rsa.sim.so
lib/silc/modules/sha1.sim.so
lib/silc/modules/twofish.sim.so
man/man1/silc.1
-share/examples/silc/silc.conf.default
share/doc/silc/CHANGES
share/doc/silc/COPYING
share/doc/silc/CREDITS
@@ -35,6 +34,7 @@ share/doc/silc/manual.txt
share/doc/silc/signals.txt
share/doc/silc/special_vars.txt
share/doc/silc/startup-HOWTO.html
+share/examples/silc/silc.conf.default
share/silc/config.h
share/silc/help/action
share/silc/help/admin
@@ -82,6 +82,7 @@ share/silc/help/list
share/silc/help/load
share/silc/help/log
share/silc/help/me
+share/silc/help/mmsg
share/silc/help/motd
share/silc/help/msg
share/silc/help/names
diff --git a/chat/silc-client/distinfo b/chat/silc-client/distinfo
index 0097c001ec2..5a921e71506 100644
--- a/chat/silc-client/distinfo
+++ b/chat/silc-client/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2003/10/27 13:23:31 salo Exp $
+$NetBSD: distinfo,v 1.22 2003/11/01 16:45:13 salo Exp $
-SHA1 (silc-client-0.9.14.tar.bz2) = 7c7aa38d783635ee9cc08fcc6fc2e1fe4190c64e
-Size (silc-client-0.9.14.tar.bz2) = 1544096 bytes
+SHA1 (silc-client-0.9.15.tar.bz2) = 04940434113522404cf9d097fc9eb493e7019172
+Size (silc-client-0.9.15.tar.bz2) = 1548598 bytes
SHA1 (patch-aa) = b9ae5da26840b193d3c9484c975af89294fa8049