head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.42 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.40 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.38 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.36 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.34 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.32 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.30 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.28 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.26 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.24 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.22 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.20 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.18 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.16 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.14 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.12 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.10 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.8 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.6 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.4 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.2 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.1.0.8 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.6 pkgsrc-2004Q4-base:1.1 pkgsrc-2004Q3:1.1.0.4 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.2; locks; strict; comment @# @; 1.2 date 2005.04.08.15.09.43; author salo; state dead; branches; next 1.1; 1.1 date 2004.07.12.21.40.02; author salo; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2004.07.12.21.40.02; author agc; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2004.07.15.19.38.29; author agc; state Exp; branches; next ; desc @@ 1.2 log @Update to version 0.9.19p1 Changes: - convert to options.mk 0.9.19p1: ========= A little update with this 0.9.19p1. After such a major release problems were expected and the p1 fixes some crashes. Upgrade strongly recommended. 0.9.19: ======= And after a long break new SILC Server is out. This version finalizes the SILC protocol version 1.2 development and introduces UTF-8 nicknames, channel names, usernames and host names. It is now possible to create practically any kind of nicknames and channel names. Practically all letters, numbers and punctuation marks are supported. Special characters, control characters and various odd symbol characters however are not allowed. Several minor and major bugs has been fixed as well. Upgrading is strongly recommended. Old clients that does not yet support UTF-8 encoded nicknames and channel names are still able to connect and function normally as long as they do not need to handle odd UTF-8 encoded names. - Added support for UTF-8 encoded identifier strings, such as nicknames and channel names. - Fixed founder mode handling on JOIN on normal/backup on empty channels. - Fixed WATCH command handling on backup router. - Fixed WATCH command announcing. The WATCH and SILC Gaim buddy list should work better now. - Simplified INVITE and BAN string handling in server. Announcing INVITE and BAN strings should work more reliably now. - Fixed several bugs from the backup and resuming protocol. - Fixed, hopefully, all the wrong server statistics numbers. - Fixed CLOSE command to handle backup routers correctly. - Fixed various detaching and resuming bugs. - Fixed announcing to not announce unregistered (ghost) clients. - Fixed reconnect_keep_trying and QoS settings in server config files. - Several other bugfixes were made. @ text @$NetBSD: patch-af,v 1.1 2004/07/12 21:40:02 salo Exp $ --- silcd/route.h.orig Mon Mar 3 17:56:04 2003 +++ silcd/route.h Mon Jul 12 23:27:35 2004 @@@@ -54,7 +54,7 @@@@ /* Returns route cache hash table entry index. This is IPv4 specific. `port' argument may be zero (0) if it doesn't exist. This has been taken from Linux kernel's route cache code. */ -extern inline +static inline SilcUInt32 silc_server_route_hash(unsigned int addr, SilcUInt16 port) { @ 1.1 log @Bring patch from SILC cvs, "extern inline" -> "static inline". Fixes build on Solaris with SunPro compiler. @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-af was added on branch pkgsrc-2004Q2 on 2004-07-12 21:40:02 +0000 @ text @d1 13 @ 1.1.2.2 log @Pullup ticket 60 to the pkgsrc-2004Q2 branch, requested by Lubomir Sedlacik Solaris build fix. Module Name: pkgsrc Committed By: salo Date: Mon Jul 12 21:40:02 UTC 2004 Modified Files: pkgsrc/chat/silc-server: distinfo Added Files: pkgsrc/chat/silc-server/patches: patch-af Log Message: Bring patch from SILC cvs, "extern inline" -> "static inline". Fixes build on Solaris with SunPro compiler. @ text @a0 13 $NetBSD: patch-af,v 1.1.2.1 2004/07/15 19:38:29 agc Exp $ --- silcd/route.h.orig Mon Mar 3 17:56:04 2003 +++ silcd/route.h Mon Jul 12 23:27:35 2004 @@@@ -54,7 +54,7 @@@@ /* Returns route cache hash table entry index. This is IPv4 specific. `port' argument may be zero (0) if it doesn't exist. This has been taken from Linux kernel's route cache code. */ -extern inline +static inline SilcUInt32 silc_server_route_hash(unsigned int addr, SilcUInt16 port) { @