summaryrefslogtreecommitdiff
path: root/chat/silc-server/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2002-12-06 19:52:37 +0000
committersalo <salo@pkgsrc.org>2002-12-06 19:52:37 +0000
commit271298090328515b8818f088d461fb9e0911bd4a (patch)
tree14a8d770e3aceb3062b2b2422136e1a248c09d74 /chat/silc-server/Makefile
parent1378731c0f78fb114d6eea9d0302a24998635910 (diff)
downloadpkgsrc-271298090328515b8818f088d461fb9e0911bd4a.tar.gz
An important note to all server users:
The private key file format has changed due to a bug in the older code. When you run this server version it automatically changes your private key file to the correct format. The future versions of the SILC Server will not do that, so do not skip this version or you will need to generate new key pair after 0.9.11 is released. Also backup router bugs was fixed which caused several interesting decryption problems, so upgrading regardless if you are runinng normal server, backup router or primary router is strongly recommended. Changes from 0.9.9.1 to 0.9.10 ============================== * Added the config directive PublicKeyDir for the client block. * Extended the SILC_SERVER_LOG_ERROR macro to all available logging channels. * Load only files with .pub suffix in PublicKeyDir. * Fixed a typo in resuming code that fixed detach/resume code in server. * Fixed CMODE setting in server when founder mode was set. * Fixed wrong invite and ban list handling in server command reply. * Fixed CUMODE founder authentication in server to not check for client's public key since it's not supposed to do that. * Fixed backup router bugs: When backup resumes router and receives a CHANNEL_MESSAGE packet the backup must not act as router since the packet header decryption would be different. Also, when relaying packets to channel, do not re-encrypt packets on backup that came from the primary since the connection isn't really router-router connection.
Diffstat (limited to 'chat/silc-server/Makefile')
-rw-r--r--chat/silc-server/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/chat/silc-server/Makefile b/chat/silc-server/Makefile
index 4776a51bf7b..7150e784427 100644
--- a/chat/silc-server/Makefile
+++ b/chat/silc-server/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2002/12/04 17:31:55 salo Exp $
+# $NetBSD: Makefile,v 1.18 2002/12/06 19:52:37 salo Exp $
-DISTNAME= silc-server-0.9.9.1
+DISTNAME= silc-server-0.9.10
CATEGORIES= chat security
MASTER_SITES= http://www.silcnet.org/download/server/sources/ \
ftp://ftp.silcnet.org/silc/server/sources/ \
@@ -19,6 +19,7 @@ GNU_CONFIGURE= # defined
USE_GMAKE= # defined
USE_BUILDLINK2= # defined
USE_LIBTOOL= # defined
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/lib/silcmath/mpi/libtool
.include "../../mk/bsd.prefs.mk"
@@ -71,7 +72,7 @@ CONFIGURE_ARGS+= --enable-ipv6
CONFIGURE_ARGS+= --disable-asm
.endif
-# Temporary hack which prevents installation of static libraries
+# Ugly hack which prevents installation of static libraries.
#
post-build:
for f in \