summaryrefslogtreecommitdiff
path: root/chat/silc-server/patches
diff options
context:
space:
mode:
authorsalo <salo>2003-03-17 20:12:47 +0000
committersalo <salo>2003-03-17 20:12:47 +0000
commit6ae4b2bca484ad5d42aceac288c7f9ed8484e4b2 (patch)
treeea45baa152d2798b5b0df63e9e02345511f1f4b6 /chat/silc-server/patches
parent32ee2d19f540624a0b3b3484582ad259e0c39422 (diff)
downloadpkgsrc-6ae4b2bca484ad5d42aceac288c7f9ed8484e4b2.tar.gz
Updated to version 0.9.13.
Changes: - Fixed EOF handling in SILC Config. - Do not send full INVITE and BAN lists in INVITE and BAN notifys, only the changed information. - Fixed INVITE notify sending in INVITE command, send it only when needed. - Handle the founder key change properly in CMODE_CHANGE notify. Bug #122. - Remove the mark for output (mark it only for input) after purging outgoing queue. Prevents the "Error in select()" floods. - Check server private key file permissions before starting the server. - NULL terminate allocated string in silc_buffer_strformat. - Rewrote the invite/ban list string handling in server to use SilcBuffer instead. - Fixed double free in CMODE command when setting new HMAC for channel. - Added couple of missing memset's to zero sensitive memory.
Diffstat (limited to 'chat/silc-server/patches')
-rw-r--r--chat/silc-server/patches/patch-aa23
-rw-r--r--chat/silc-server/patches/patch-ac4
2 files changed, 18 insertions, 9 deletions
diff --git a/chat/silc-server/patches/patch-aa b/chat/silc-server/patches/patch-aa
index 36416433b1b..8acab77e8d3 100644
--- a/chat/silc-server/patches/patch-aa
+++ b/chat/silc-server/patches/patch-aa
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.7 2002/12/04 17:31:56 salo Exp $
+$NetBSD: patch-aa,v 1.8 2003/03/17 20:12:47 salo Exp $
---- Makefile.in.orig Fri Nov 29 08:58:19 2002
-+++ Makefile.in Wed Dec 4 17:40:13 2002
-@@ -710,14 +710,12 @@
+--- Makefile.in.orig 2003-03-17 18:44:44.000000000 +0100
++++ Makefile.in 2003-03-17 20:27:59.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@
+@@ -709,14 +709,12 @@
-mkdir -p $(mandir)/man1
install-dirs-server: install-dirs
@@ -17,7 +26,7 @@ $NetBSD: patch-aa,v 1.7 2002/12/04 17:31:56 salo Exp $
-$(INSTALL_DATA) $(srcdir)/COPYING $(docdir)/
-$(INSTALL_DATA) $(srcdir)/CHANGES $(docdir)/
-$(INSTALL_DATA) $(srcdir)/CREDITS $(docdir)/
-@@ -732,7 +730,6 @@
+@@ -731,7 +729,6 @@
fi
doc-install-server: doc-install
@@ -25,7 +34,7 @@ $NetBSD: patch-aa,v 1.7 2002/12/04 17:31:56 salo Exp $
-@if test -f $(srcdir)/doc/silcd.8 ; then \
$(INSTALL_DATA) $(srcdir)/doc/silcd.8 $(mandir)/man8; \
fi
-@@ -767,9 +764,12 @@
+@@ -766,9 +763,12 @@
-cp -R $(srcdir)/tutorial $(prefix)
examples-install:
@@ -41,7 +50,7 @@ $NetBSD: patch-aa,v 1.7 2002/12/04 17:31:56 salo Exp $
generate-server-key:
-@if test '!' -f $(etcdir)/silcd.pub ; then \
-@@ -778,7 +778,7 @@
+@@ -777,7 +777,7 @@
@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs-client sim-install doc-install-client etc-install-client
@SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_TRUE@install-data-hook: install-dirs-client install-dirs-server sim-install doc-install-client doc-install-server toolkit-install examples-install etc-install-client etc-install-server generate-server-key
diff --git a/chat/silc-server/patches/patch-ac b/chat/silc-server/patches/patch-ac
index aa22d90d6e9..61afbd16562 100644
--- a/chat/silc-server/patches/patch-ac
+++ b/chat/silc-server/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.7 2003/01/08 23:56:44 salo Exp $
+$NetBSD: patch-ac,v 1.8 2003/03/17 20:12:48 salo Exp $
--- lib/silccrypt/Makefile.in.orig Wed Jan 8 17:25:45 2003
+++ lib/silccrypt/Makefile.in Thu Jan 9 00:15:00 2003
@@ -6,7 +6,7 @@ $NetBSD: patch-ac,v 1.7 2003/01/08 23:56:44 salo Exp $
.c.obj:
$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`
-+# Workaround a bug in GCC which causes momory exhaustion
++# Workaround a bug in GCC which causes memory exhaustion
+# when compiling sha1 with optimizations on UltraSPARC.
+#
+ifeq (sparc64, $(host_cpu))