pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/silc-client Updated to version 0.9.14.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f86c15e4e6a
branches:  trunk
changeset: 463071:0f86c15e4e6a
user:      salo <salo%pkgsrc.org@localhost>
date:      Mon Oct 27 13:23:31 2003 +0000

description:
Updated to version 0.9.14.

Changes:

- Fixed a crashbug that occurred frequently when joining and leaving
  channels.

- Fixed a crashbug in secure file transfer.

- Several other bugfixes were made.

- Introduction of multimedia message sending and reception.  A perl script
  silc-mime will introduce a new command MMSG, which can be used to send
  MIME messages.  This enables users to send for example images and other
  messages.  The SILC Client will automatically launch the application
  that is able to view the message.

  To start the script give command /script load silc-mime.  It will try
  to find a mailcap file which defines the MIME types and applications
  that can show the MIME messages.  If you want to receive MIME messages
  you will also need to load the script.

  To send a messages use /MMSG command.  Give for example
  /MMSG -channel foobar /path/to/file.gif to send a GIF image to channel
  foobar.  A shortcoming in the MMSG command makes it impossible to send
  private messages without first opening a window for the query.  This
  will be fixed later.

diffstat:

 chat/silc-client/Makefile.common |  4 ++--
 chat/silc-client/PLIST           |  3 ++-
 chat/silc-client/distinfo        |  6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diffs (44 lines):

diff -r f010998347e7 -r 0f86c15e4e6a chat/silc-client/Makefile.common
--- a/chat/silc-client/Makefile.common  Mon Oct 27 08:26:41 2003 +0000
+++ b/chat/silc-client/Makefile.common  Mon Oct 27 13:23:31 2003 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.2 2003/10/16 12:34:50 salo Exp $
+# $NetBSD: Makefile.common,v 1.3 2003/10/27 13:23:31 salo Exp $
 #
 
 # Distribution specific information.
 #
-SILC_CLIENT_VERSION=           0.9.13
+SILC_CLIENT_VERSION=           0.9.14
 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 -r f010998347e7 -r 0f86c15e4e6a chat/silc-client/PLIST
--- a/chat/silc-client/PLIST    Mon Oct 27 08:26:41 2003 +0000
+++ b/chat/silc-client/PLIST    Mon Oct 27 13:23:31 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2003/10/16 12:34:50 salo Exp $
+@comment $NetBSD: PLIST,v 1.15 2003/10/27 13:23:31 salo Exp $
 bin/silc
 lib/silc/libsilc-1.0.so
 lib/silc/libsilc-1.0.so.2
@@ -129,6 +129,7 @@
 share/silc/scripts/hello.pl
 share/silc/scripts/mail-maildir.pl
 share/silc/scripts/mail.pl
+share/silc/scripts/silc-mime.pl
 share/silc/themes/default.theme
 @dirrm share/silc/themes
 @dirrm share/silc/scripts
diff -r f010998347e7 -r 0f86c15e4e6a chat/silc-client/distinfo
--- a/chat/silc-client/distinfo Mon Oct 27 08:26:41 2003 +0000
+++ b/chat/silc-client/distinfo Mon Oct 27 13:23:31 2003 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2003/10/16 12:34:50 salo Exp $
+$NetBSD: distinfo,v 1.21 2003/10/27 13:23:31 salo Exp $
 
-SHA1 (silc-client-0.9.13.tar.bz2) = 41db34e585cee51aeb03fd5f19442b03b0838ef2
-Size (silc-client-0.9.13.tar.bz2) = 1537966 bytes
+SHA1 (silc-client-0.9.14.tar.bz2) = 7c7aa38d783635ee9cc08fcc6fc2e1fe4190c64e
+Size (silc-client-0.9.14.tar.bz2) = 1544096 bytes
 SHA1 (patch-aa) = b9ae5da26840b193d3c9484c975af89294fa8049



Home | Main Index | Thread Index | Old Index