diff options
author | hubertf <hubertf> | 2002-02-02 10:31:22 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2002-02-02 10:31:22 +0000 |
commit | 27755f01698147ac85584d58a1885a76dd242889 (patch) | |
tree | e41a1f7ee7301fbe9417884a4d3b1d290d97f7d6 /chat | |
parent | 239f89a5887edefdd78fe9b0c2040882d07ab263 (diff) | |
download | pkgsrc-27755f01698147ac85584d58a1885a76dd242889.tar.gz |
Update silc-server from 0.7.6 to 0.7.8. Changes:
this release includes many patches which fix various problems ending in
crashing the server. upgrade is strongly recommended.
0.7.7: This server attempts to fix various crash bugs, for example one crash
relating to BAN command is fixed.
0.7.8: Another quick bugfix to fix the descync problems of normal SILC server
when it connects to SILC router. The descyning could happen if there
were a lot of channels, like we had on Sunday and Monday after being
slashdotted. Upgrading is strongly recommended if you are running
a server that is connected to a router. Took me only 6 hours to find
the problem...
Patch submitted by Lubomir Sedlacik <salo@silcnet.org> in PR 15416
Diffstat (limited to 'chat')
-rw-r--r-- | chat/silc-server/Makefile | 4 | ||||
-rw-r--r-- | chat/silc-server/distinfo | 9 | ||||
-rw-r--r-- | chat/silc-server/patches/patch-aa | 8 |
3 files changed, 11 insertions, 10 deletions
diff --git a/chat/silc-server/Makefile b/chat/silc-server/Makefile index 68fcf2db905..31635679e98 100644 --- a/chat/silc-server/Makefile +++ b/chat/silc-server/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2002/01/26 14:43:16 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2002/02/02 10:31:22 hubertf Exp $ -DISTNAME= silc-server-0.7.6 +DISTNAME= silc-server-0.7.8 CATEGORIES= chat MASTER_SITES= http://silcnet.org/download/server/sources/ \ ftp://ftp.silcnet.org/silc/server/sources/ \ diff --git a/chat/silc-server/distinfo b/chat/silc-server/distinfo index d9e334fce10..0e1e7ea1ec4 100644 --- a/chat/silc-server/distinfo +++ b/chat/silc-server/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.5 2002/01/26 14:43:16 hubertf Exp $ +$NetBSD: distinfo,v 1.6 2002/02/02 10:31:22 hubertf Exp $ -SHA1 (silc-server-0.7.6.tar.bz2) = aec5ad2715c9179dc44b14eb707314f70fdee28f -Size (silc-server-0.7.6.tar.bz2) = 955592 bytes -SHA1 (patch-aa) = b448a5e53564c9e72076adc58c252a527971f35e +SHA1 (silc-server-0.7.8.tar.bz2) = 5db217ec666af3ee7f0f80b72053cef2e068f9e6 +Size (silc-server-0.7.8.tar.bz2) = 956869 bytes +SHA1 (patch-aA) = fdb2be5aa5e8e0ba94eca959f24e1749e11ab2f5 +SHA1 (patch-aa) = e255bc11303169014374977733e7593d8121a27a SHA1 (patch-ab) = 91395362f578ffd75419a57399bed0bf3ba2d5ff diff --git a/chat/silc-server/patches/patch-aa b/chat/silc-server/patches/patch-aa index e4804672ecf..3addd35ddfd 100644 --- a/chat/silc-server/patches/patch-aa +++ b/chat/silc-server/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.3 2002/01/26 14:43:18 hubertf Exp $ +$NetBSD: patch-aa,v 1.4 2002/02/02 10:31:22 hubertf Exp $ ---- Makefile.in.orig Tue Jan 22 20:40:58 2002 -+++ Makefile.in +--- Makefile.in.orig Mon Jan 28 23:16:47 2002 ++++ Makefile.in Tue Jan 29 16:12:23 2002 @@ -528,25 +528,12 @@ -rm -rf $(distdir) @@ -18,7 +18,7 @@ $NetBSD: patch-aa,v 1.3 2002/01/26 14:43:18 hubertf Exp $ - fi - -sim-install: -- $(INSTALL_DATA) $(srcdir)/lib/silcsim/*.so $(modulesdir)/ +- -$(INSTALL_DATA) $(srcdir)/lib/silcsim/*.so $(modulesdir)/ doc-install: $(INSTALL_DATA) $(srcdir)/doc/CodingStyle $(docdir)/ |