pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/silc-client Update to version 0.9.15.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f8cf38069d65
branches: trunk
changeset: 463211:f8cf38069d65
user: salo <salo%pkgsrc.org@localhost>
date: Sat Nov 01 16:45:13 2003 +0000
description:
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:
chat/silc-client/Makefile | 3 ++-
chat/silc-client/Makefile.common | 4 ++--
chat/silc-client/PLIST | 5 +++--
chat/silc-client/distinfo | 6 +++---
4 files changed, 10 insertions(+), 8 deletions(-)
diffs (77 lines):
diff -r 8c0831b811d6 -r f8cf38069d65 chat/silc-client/Makefile
--- a/chat/silc-client/Makefile Sat Nov 01 16:41:37 2003 +0000
+++ b/chat/silc-client/Makefile Sat Nov 01 16:45:13 2003 +0000
@@ -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 @@
.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 -r 8c0831b811d6 -r f8cf38069d65 chat/silc-client/Makefile.common
--- a/chat/silc-client/Makefile.common Sat Nov 01 16:41:37 2003 +0000
+++ b/chat/silc-client/Makefile.common Sat Nov 01 16:45:13 2003 +0000
@@ -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 -r 8c0831b811d6 -r f8cf38069d65 chat/silc-client/PLIST
--- a/chat/silc-client/PLIST Sat Nov 01 16:41:37 2003 +0000
+++ b/chat/silc-client/PLIST Sat Nov 01 16:45:13 2003 +0000
@@ -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/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/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/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 -r 8c0831b811d6 -r f8cf38069d65 chat/silc-client/distinfo
--- a/chat/silc-client/distinfo Sat Nov 01 16:41:37 2003 +0000
+++ b/chat/silc-client/distinfo Sat Nov 01 16:45:13 2003 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index