summaryrefslogtreecommitdiff
path: root/chat/silc-server/options.mk
diff options
context:
space:
mode:
authorsalo <salo>2005-06-19 01:22:17 +0000
committersalo <salo>2005-06-19 01:22:17 +0000
commit53992b7757afdaef23b4093571ee4fc4026c7f68 (patch)
tree4ea08b41b10c2b2509610f79c7e825958d4825da /chat/silc-server/options.mk
parent81dd686502586b94d8ecd6710195b5d8c9d4d439 (diff)
downloadpkgsrc-53992b7757afdaef23b4093571ee4fc4026c7f68.tar.gz
Updated to version 1.0
Changes: 1.0: ==== Only minor bugfixes were made to the previous version. - Fixed channel public key list saving on backup router on JOIN command reply. - New optimized logging. 0.9.21: ======= A small bugfix release. - Added default limit how many channels one client can join (50). - Added missing getopt.[ch]. - Fixed compilation with pkg-config files 0.9.20: ======= A bugfix release to the SILC Server. In addition of various bugfixes, this version now also includes new math library that from now on will be included in all SILC distributions. - Added more liberal channel names from the previous more stricter identifier string change. - Added SERVICE command to server, though services aren't supported yet. - Fixed MOTD command to send empty reply if motd does not exist. - Fixed LIST command. - Fixed query to stop if client goes away. - Added pkg-config check to the configure. - Several other bugfixes were made.
Diffstat (limited to 'chat/silc-server/options.mk')
-rw-r--r--chat/silc-server/options.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/silc-server/options.mk b/chat/silc-server/options.mk
index 9b7c6bc7b55..44deb0467b8 100644
--- a/chat/silc-server/options.mk
+++ b/chat/silc-server/options.mk
@@ -1,9 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2005/05/31 10:01:36 dillo Exp $
+# $NetBSD: options.mk,v 1.3 2005/06/19 01:22:17 salo Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.silc-server
PKG_SUPPORTED_OPTIONS= debug inet6
-PKG_SUGGESTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"