summaryrefslogtreecommitdiff
path: root/chat/silc-client
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-12-21 20:48:29 +0000
committerhubertf <hubertf>2001-12-21 20:48:29 +0000
commit71be468ef1bdb64c0eafa6b824d8385965f8a0f1 (patch)
tree0f58064249c65b78c5f5bab0d0da25197819fc13 /chat/silc-client
parent13c5d97eeeab2ddcfc9e1eb1003610a0682caa26 (diff)
downloadpkgsrc-71be468ef1bdb64c0eafa6b824d8385965f8a0f1.tar.gz
Update silc-client to 0.7.1.
Patches submitted by Lubomir Sedlacik <salo@silcnet.org> in PR 14892 Changes in the silc-client package: - upgrade to silc-client package, version 0.7.1 - minor changes in the MASTER_SITES variable - patch-ab was removed, it has been integrated into main distribution, patch-ac was moved in its place so patches/patch-ac is no longer needed Changes in the silc-client-0.7.1: - various serious fixes in /whois, /join, /away, /key, /file, /list, /kick, /msg, /nick commands - fixed problem with allocation of 0 bytes when encoding payload
Diffstat (limited to 'chat/silc-client')
-rw-r--r--chat/silc-client/Makefile7
-rw-r--r--chat/silc-client/distinfo11
-rw-r--r--chat/silc-client/patches/patch-aa21
-rw-r--r--chat/silc-client/patches/patch-ab25
-rw-r--r--chat/silc-client/patches/patch-ac12
5 files changed, 32 insertions, 44 deletions
diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile
index caf36613581..f776eac0c96 100644
--- a/chat/silc-client/Makefile
+++ b/chat/silc-client/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2001/11/30 23:01:17 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 2001/12/21 20:48:29 hubertf Exp $
-DISTNAME= silc-client-0.6.6
-PKGREVISION= 1
+DISTNAME= silc-client-0.7.1
CATEGORIES= chat
-MASTER_SITES= http://ftp.silcnet.org/client/sources/ \
+MASTER_SITES= http://silcnet.org/download/client/sources/ \
ftp://ftp.silcnet.org/silc/client/sources/ \
http://www.planetmirror.com/pub/silcnet/client/sources/ \
ftp://ftp.au.silcnet.org/pub/silcnet/client/sources/ \
diff --git a/chat/silc-client/distinfo b/chat/silc-client/distinfo
index e1ca1380578..b31f5e24c13 100644
--- a/chat/silc-client/distinfo
+++ b/chat/silc-client/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.2 2001/11/30 23:01:17 hubertf Exp $
+$NetBSD: distinfo,v 1.3 2001/12/21 20:48:29 hubertf Exp $
-SHA1 (silc-client-0.6.6.tar.bz2) = 9f5cd7ee8d87d072dc0e59d67bd6c97d966ab437
-Size (silc-client-0.6.6.tar.bz2) = 1106953 bytes
-SHA1 (patch-aa) = 3ed8917c9e642eba503a32993a5016605084ccb2
-SHA1 (patch-ab) = 9aee9c5b74f0c59ae38a89f339bb0d5a96e789d6
-SHA1 (patch-ac) = 27a0fb7c760c3fff2327af4b3d43060d60542749
+SHA1 (silc-client-0.7.1.tar.bz2) = fd13847660b9823a41c8dbd9aac5894bbeb7408b
+Size (silc-client-0.7.1.tar.bz2) = 1192518 bytes
+SHA1 (patch-aa) = 0d79a53bde6ea3d64477ea7411b1ae532649ddbc
+SHA1 (patch-ab) = 27a0fb7c760c3fff2327af4b3d43060d60542749
diff --git a/chat/silc-client/patches/patch-aa b/chat/silc-client/patches/patch-aa
index 3b97501b3fb..92f8cf3aa16 100644
--- a/chat/silc-client/patches/patch-aa
+++ b/chat/silc-client/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/11/29 16:17:43 hubertf Exp $
+$NetBSD: patch-aa,v 1.2 2001/12/21 20:48:30 hubertf Exp $
---- Makefile.in.orig Sun Nov 11 17:56:53 2001
-+++ Makefile.in Tue Nov 13 20:49:34 2001
-@@ -512,24 +512,13 @@
+--- Makefile.in.orig Mon Dec 10 14:51:14 2001
++++ Makefile.in Mon Dec 10 15:06:26 2001
+@@ -529,24 +529,13 @@
install-dirs:
-mkdir -p $(etcdir)
@@ -28,9 +28,16 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/11/29 16:17:43 hubertf Exp $
$(INSTALL_DATA) $(srcdir)/COPYING $(docdir)/
$(INSTALL_DATA) $(srcdir)/CHANGES $(docdir)/
$(INSTALL_DATA) $(srcdir)/CREDITS $(docdir)/
-@@ -538,18 +527,13 @@
+@@ -554,24 +543,13 @@
+ $(INSTALL_DATA) $(srcdir)/INSTALL $(docdir)/
$(INSTALL_DATA) $(srcdir)/TODO $(docdir)/
+-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 \
@@ -43,9 +50,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/11/29 16:17:43 hubertf Exp $
fi
-@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs sim-install doc-install etc-install
--@SILC_DIST_CLIENT_FALSE@install-data-hook: install-dirs generate-server-key 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 doc-install etc-install
+ @SILC_DIST_CLIENT_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.
- .NOEXPORT:
diff --git a/chat/silc-client/patches/patch-ab b/chat/silc-client/patches/patch-ab
index e87d2ae60d1..cdd40ce5c22 100644
--- a/chat/silc-client/patches/patch-ab
+++ b/chat/silc-client/patches/patch-ab
@@ -1,15 +1,12 @@
-$NetBSD: patch-ab,v 1.1.1.1 2001/11/29 16:17:43 hubertf Exp $
+$NetBSD: patch-ab,v 1.2 2001/12/21 20:48:30 hubertf Exp $
---- lib/silcmath/mpi/mpi-priv.h.orig Sat Nov 24 20:06:50 2001
-+++ lib/silcmath/mpi/mpi-priv.h Sat Nov 24 20:07:51 2001
-@@ -242,3 +242,10 @@
- /* }}} */
- #endif
-
-+#if ! (2 < __GNUC__ || (2 == __GNUC__ && 95 <= __GNUC_MINOR__))
-+# if defined restrict || 199901L <= __STDC_VERSION__
-+# define __restrict restrict
-+# else
-+# define __restrict
-+# endif
-+#endif
+--- irssi/config.orig Fri Nov 30 02:18:01 2001
++++ irssi/config Fri Nov 30 02:18:19 2001
+@@ -57,7 +57,6 @@
+ use_msgs_window = "no";
+ autocreate_windows = "no";
+ autocreate_query_level = "none";
+- use_auto_addr = "no";
+ };
+ "fe-text" = { topicbar = "no"; mail_counter = "yes"; indent = "8"; };
+ };
diff --git a/chat/silc-client/patches/patch-ac b/chat/silc-client/patches/patch-ac
deleted file mode 100644
index 065d43e1ccd..00000000000
--- a/chat/silc-client/patches/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2001/11/30 23:01:18 hubertf Exp $
-
---- irssi/config.orig Fri Nov 30 02:18:01 2001
-+++ irssi/config Fri Nov 30 02:18:19 2001
-@@ -57,7 +57,6 @@
- use_msgs_window = "no";
- autocreate_windows = "no";
- autocreate_query_level = "none";
-- use_auto_addr = "no";
- };
- "fe-text" = { topicbar = "no"; mail_counter = "yes"; indent = "8"; };
- };