summaryrefslogtreecommitdiff
path: root/chat/silc-client
diff options
context:
space:
mode:
authorhubertf <hubertf>2002-02-17 23:12:31 +0000
committerhubertf <hubertf>2002-02-17 23:12:31 +0000
commitf03be727ba66ebe48a3104dd950c42ed32a56297 (patch)
treec634813ffa9a52fee9420aed1c2342a7c9c7dcd4 /chat/silc-client
parent992ef0d1c6c3247586ff2879050dda1811198a0e (diff)
downloadpkgsrc-f03be727ba66ebe48a3104dd950c42ed32a56297.tar.gz
Update silc-client to 0.7.6.2. Changes:
- Fixed a bug in hash table tarversing. - Fixed private message handling. - Fixed the channel message payload decryption in the function silc_channel_message_payload_decrypt to not modify the original buffer before it is verified that the message decrypted correctly. Otherwise, next time it is called with correct channel key it won't encrypt since the payload is corrupted. - Fixed SILC_LOG_ERROR and SILC_LOG_WARNING - Fixed the event_mode CMODE handler to not crash when mode is changed and +k mode is set in the channel. - Added SILC_CLIENT_FILE_KEY_AGREEMENT_FAILED file transfer error than can occur while key agreement protocol. - Fixed the file transfer's key agreement payload to include zero port also if the hostname is NULL because it could not be bound. - Call file transfer monitor callback now also if error occurs during key agreement protocol. - Check that the file exists locally before sending the file transfer request at all. Patch contributed by Lubomir Sedlacik <salo@xtrmntr.org> in PR 15630. SSH Secure Shell 3.0.0 (Build 199) Copyright (c) 2000-2001 SSH Communications Security Corp - http://www.ssh.com/ This copy of SSH Secure Shell is a non-commercial version. This version does not include PKI and PKCS #11 functionality. This program uses RSA BSAFE® Crypto-C by RSA Security Inc. Last login: Mon Feb 18 00:10:56 2002 from pd9eb5184.dip.t- NetBSD 1.5.2 (SMAUG) #9: Tue Sep 18 17:12:07 MEST 2001 *** Welcome to smaug.fh-regensburg.de! *** , , /( )` This machine is hooked up to the net to support \ \___ / | development and evaluation of NetBSD. /- _ `-/ ' Unauthorized access is ILLEGAL! (/\/ \ \ /\ Welcome to / / | ` \ NetBSD V1.5 O O ) / | Administration: Hubert Feyrer \ `-^--'`< ' <feyrer@smaug.fh-regensburg.de> (_.) _ ) / `.___/` / `-----' / --- NOTICES --- <----. __ / __ \ within the next week. Note <----|====O)))==) \) /==== access to serial console is <----' `--' `.__,' \ revoked! | | 011008 - Broken RAM module removed, \ / (FL) NetBSD 1.5.2 kernel booted. ______( (_ / \_____ Sorry for the downtime! ,' ,-----' | \ `--{__________) \/ smaug% screen -x bsd3 drwxr-xr-x 3 feyrer cvs 512 Feb 18 00:04 patches yui# Als Als: Command not found. ^O^R ^@^@P^@^@^@ ^@^@^@^H^@^@^@þB^B­I@^A ^F^@þB^B¼o@^A ^A þB^BÒo@^A È^A þB^BÄo@yui# yui# CVS/ Makefile PLIST distinfo.orig DESCR Makefile.orig distinfo patches/ yui# o@B o@B: Command not found. yui# yui# yui# CVS/ Makefile PLIST distinfo.orig DESCR Makefile.orig distinfo patches/ yui# pwd /disk1/cvs/pkgsrc/chat/silc-client
Diffstat (limited to 'chat/silc-client')
-rw-r--r--chat/silc-client/Makefile6
-rw-r--r--chat/silc-client/distinfo8
-rw-r--r--chat/silc-client/patches/patch-aa34
3 files changed, 17 insertions, 31 deletions
diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile
index a1276289e6d..f43739c237c 100644
--- a/chat/silc-client/Makefile
+++ b/chat/silc-client/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2002/01/26 18:30:08 hubertf Exp $
+# $NetBSD: Makefile,v 1.7 2002/02/17 23:12:31 hubertf Exp $
-DISTNAME= silc-client-0.7.3
+DISTNAME= silc-client-0.7.6.2
CATEGORIES= chat
MASTER_SITES= http://silcnet.org/download/client/sources/ \
ftp://ftp.silcnet.org/silc/client/sources/ \
@@ -35,8 +35,6 @@ CONFIGURE_ARGS+= --with-ncurses=${BUILDLINK_DIR}
CONFIGURE_ARGS+= --disable-asm
.endif
-.include "../../devel/gettext-lib/buildlink.mk"
.include "../../devel/ncurses/buildlink.mk"
.include "../../devel/glib/buildlink.mk"
-.include "../../devel/pth/buildlink.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/chat/silc-client/distinfo b/chat/silc-client/distinfo
index 09b45579884..3cbe3efa47a 100644
--- a/chat/silc-client/distinfo
+++ b/chat/silc-client/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2002/01/26 18:30:08 hubertf Exp $
+$NetBSD: distinfo,v 1.6 2002/02/17 23:12:32 hubertf Exp $
-SHA1 (silc-client-0.7.3.tar.bz2) = ec23912d5f057d4a103412a7d002ede6e2caa76e
-Size (silc-client-0.7.3.tar.bz2) = 1207594 bytes
-SHA1 (patch-aa) = 733ddfe7af2f027c32632253fbaee33457a979e9
+SHA1 (silc-client-0.7.6.2.tar.bz2) = 9e43a8eb93351fadac5f85ea4de694787e0d0dd6
+Size (silc-client-0.7.6.2.tar.bz2) = 1169734 bytes
+SHA1 (patch-aa) = ac7f90a001f05c8c0cb77078208a51414cf4463c
SHA1 (patch-ab) = f54df58f1afb5deb4abc325632e0b9d081cea519
diff --git a/chat/silc-client/patches/patch-aa b/chat/silc-client/patches/patch-aa
index 29d532bbc99..6ea459d5486 100644
--- a/chat/silc-client/patches/patch-aa
+++ b/chat/silc-client/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.4 2002/01/26 18:30:09 hubertf Exp $
+$NetBSD: patch-aa,v 1.5 2002/02/17 23:12:33 hubertf Exp $
---- Makefile.in.orig Tue Jan 22 20:30:22 2002
-+++ Makefile.in Wed Jan 23 16:29:41 2002
-@@ -529,24 +529,13 @@
+--- Makefile.in.orig Sun Feb 3 21:46:36 2002
++++ Makefile.in Mon Feb 4 15:34:23 2002
+@@ -528,10 +528,8 @@
install-dirs:
-mkdir -p $(etcdir)
@@ -10,15 +10,10 @@ $NetBSD: patch-aa,v 1.4 2002/01/26 18:30:09 hubertf Exp $
-mkdir -p $(helpdir)
-mkdir -p $(docdir)
- -mkdir -p $(logsdir)
--
--generate-server-key:
-- -@if test '!' -f $(etcdir)/silcd.pub ; then \
-- $(sbindir)/silcd -C $(etcdir); \
-- fi
--
--sim-install:
-- $(INSTALL_DATA) $(srcdir)/lib/silcsim/*.so $(modulesdir)/
+ generate-server-key:
+ -@if test '!' -f $(etcdir)/silcd.pub ; then \
+@@ -544,8 +542,7 @@
doc-install:
$(INSTALL_DATA) $(srcdir)/doc/CodingStyle $(docdir)/
$(INSTALL_DATA) $(srcdir)/doc/FAQ $(docdir)/
@@ -28,16 +23,9 @@ $NetBSD: patch-aa,v 1.4 2002/01/26 18:30:09 hubertf Exp $
$(INSTALL_DATA) $(srcdir)/COPYING $(docdir)/
$(INSTALL_DATA) $(srcdir)/CHANGES $(docdir)/
$(INSTALL_DATA) $(srcdir)/CREDITS $(docdir)/
-@@ -554,24 +543,13 @@
- $(INSTALL_DATA) $(srcdir)/INSTALL $(docdir)/
- $(INSTALL_DATA) $(srcdir)/TODO $(docdir)/
+@@ -565,17 +562,12 @@
+ $(INSTALL_DATA) $(srcdir)/doc/examples/cell* $(docdir)/examples/
--examples-install:
-- -mkdir -p $(docdir)/examples/
-- $(INSTALL_DATA) $(srcdir)/doc/examples/README $(docdir)/examples/
-- $(INSTALL_DATA) $(srcdir)/doc/examples/silc* $(docdir)/examples/
-- $(INSTALL_DATA) $(srcdir)/doc/examples/cell* $(docdir)/examples/
--
etc-install:
- -@if test '!' -f $(etcdir)/silcd.conf ; then \
- $(INSTALL_DATA) $(srcdir)/doc/example_silcd.conf \
@@ -51,6 +39,6 @@ $NetBSD: patch-aa,v 1.4 2002/01/26 18:30:09 hubertf Exp $
-@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs sim-install doc-install etc-install
+@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs doc-install etc-install
- @SILC_DIST_CLIENT_FALSE@install-data-hook: install-dirs generate-server-key sim-install doc-install examples-install etc-install
+ @SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_TRUE@install-data-hook: install-dirs generate-server-key sim-install doc-install toolkit-install examples-install etc-install
+ @SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_FALSE@install-data-hook: install-dirs generate-server-key sim-install doc-install examples-install etc-install
# Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.