From 32ee2d19f540624a0b3b3484582ad259e0c39422 Mon Sep 17 00:00:00 2001 From: salo Date: Mon, 17 Mar 2003 20:12:18 +0000 Subject: Updated to version 0.9.12. Changes: - Fixed RESOLVING flag handling in JOIN notify and other notifys to handle the resolvings correctly in client library. - Fixed incorrect connection deletion from client library after calling "connect" client operation. Could cause crashes for example during reconnect timeouts. - Removed --session and --dummy options from Irssi SILC Client. -d option is available only if --enable-debug was given. --- chat/silc-client/Makefile | 6 +++--- chat/silc-client/PLIST | 3 ++- chat/silc-client/distinfo | 8 ++++---- chat/silc-client/patches/patch-aa | 23 ++++++++++++++++------- 4 files changed, 25 insertions(+), 15 deletions(-) (limited to 'chat/silc-client') diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile index 32a63bf5eed..14801d5cf1f 100644 --- a/chat/silc-client/Makefile +++ b/chat/silc-client/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2003/01/28 22:03:07 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2003/03/17 20:12:18 salo Exp $ +# -DISTNAME= silc-client-0.9.11 +DISTNAME= silc-client-0.9.12 CATEGORIES= chat security MASTER_SITES= http://www.silcnet.org/download/client/sources/ \ ftp://ftp.silcnet.org/silc/client/sources/ \ @@ -15,7 +16,6 @@ COMMENT= Client for the Secure Internet Live Conferencing (SILC) USE_BUILDLINK2= YES USE_PKGINSTALL= YES - GNU_CONFIGURE= YES USE_GMAKE= YES USE_GNU_ICONV= YES diff --git a/chat/silc-client/PLIST b/chat/silc-client/PLIST index 6410f8932f0..9cf79f7afda 100644 --- a/chat/silc-client/PLIST +++ b/chat/silc-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2003/01/08 23:53:53 salo Exp $ +@comment $NetBSD: PLIST,v 1.12 2003/03/17 20:12:18 salo Exp $ bin/silc lib/silc/libsilc-1.0.so lib/silc/libsilc-1.0.so.1 @@ -132,6 +132,7 @@ share/silc/themes/default.theme @dirrm share/silc/scripts @dirrm share/silc/help @dirrm share/silc +@dirrm share/examples/silc @dirrm share/doc/silc @dirrm lib/silc/modules @dirrm lib/silc diff --git a/chat/silc-client/distinfo b/chat/silc-client/distinfo index 3d28cf0ea0f..3ce63626d52 100644 --- a/chat/silc-client/distinfo +++ b/chat/silc-client/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2003/01/26 14:35:07 salo Exp $ +$NetBSD: distinfo,v 1.19 2003/03/17 20:12:18 salo Exp $ -SHA1 (silc-client-0.9.11.tar.bz2) = 4a6a7f63ce3ef487b0d0575ce31dc1bba2538a5f -Size (silc-client-0.9.11.tar.bz2) = 1492223 bytes -SHA1 (patch-aa) = bce1074fe6f9987d531a215327b4bc691fd555fb +SHA1 (silc-client-0.9.12.tar.bz2) = c7dcf7d256cc14d7cb5d03f74a5aa451b23eb499 +Size (silc-client-0.9.12.tar.bz2) = 1528592 bytes +SHA1 (patch-aa) = ce5547360fd5ca5f730946306d7c8f9d0dfee303 SHA1 (patch-ab) = 6acd8cb2b7af6c5b57d8c4a0a6a6653ebbcc935a diff --git a/chat/silc-client/patches/patch-aa b/chat/silc-client/patches/patch-aa index d687b529ac5..ec9a3924615 100644 --- a/chat/silc-client/patches/patch-aa +++ b/chat/silc-client/patches/patch-aa @@ -1,8 +1,17 @@ -$NetBSD: patch-aa,v 1.9 2002/12/04 17:26:49 salo Exp $ +$NetBSD: patch-aa,v 1.10 2003/03/17 20:12:19 salo Exp $ ---- Makefile.in.orig Fri Nov 29 08:50:33 2002 -+++ Makefile.in Wed Dec 4 16:01:39 2002 -@@ -706,6 +706,7 @@ +--- Makefile.in.orig 2003-03-17 19:56:53.000000000 +0100 ++++ Makefile.in 2003-03-17 19:33:20.000000000 +0100 +@@ -216,7 +216,7 @@ + libdir = @libdir@ + libexecdir = @libexecdir@ + localstatedir = @localstatedir@ +-mandir = $(DESTDIR)$(mandir) ++mandir = $(DESTDIR)@mandir@ + oldincludedir = @oldincludedir@ + prefix = @prefix@ + program_transform_name = @program_transform_name@ +@@ -705,6 +705,7 @@ -mkdir -p $(docdir) install-dirs-client: install-dirs @@ -10,7 +19,7 @@ $NetBSD: patch-aa,v 1.9 2002/12/04 17:26:49 salo Exp $ -mkdir -p $(helpdir) -mkdir -p $(mandir)/man1 -@@ -717,7 +718,6 @@ +@@ -716,7 +717,6 @@ doc-install: -$(INSTALL_DATA) $(srcdir)/doc/CodingStyle $(docdir)/ -$(INSTALL_DATA) $(srcdir)/doc/FAQ $(docdir)/ @@ -18,7 +27,7 @@ $NetBSD: patch-aa,v 1.9 2002/12/04 17:26:49 salo Exp $ -$(INSTALL_DATA) $(srcdir)/COPYING $(docdir)/ -$(INSTALL_DATA) $(srcdir)/CHANGES $(docdir)/ -$(INSTALL_DATA) $(srcdir)/CREDITS $(docdir)/ -@@ -726,7 +726,7 @@ +@@ -725,7 +725,7 @@ -$(INSTALL_DATA) $(srcdir)/TODO $(docdir)/ doc-install-client: doc-install @@ -27,7 +36,7 @@ $NetBSD: patch-aa,v 1.9 2002/12/04 17:26:49 salo Exp $ -@if test -f $(srcdir)/doc/silc.1 ; then \ $(INSTALL_DATA) $(srcdir)/doc/silc.1 $(mandir)/man1; \ fi -@@ -776,7 +776,7 @@ +@@ -775,7 +775,7 @@ $(sbindir)/silcd -C $(etcdir); \ fi -- cgit v1.2.3