diff options
author | salo <salo> | 2005-04-08 15:09:43 +0000 |
---|---|---|
committer | salo <salo> | 2005-04-08 15:09:43 +0000 |
commit | 43090407a58a0eba38614a621b492efd8f80207e (patch) | |
tree | 4207b8f14971dd7f447421f653f193063803070a /chat/silc-server/patches | |
parent | fff89f0fd0b9fe052b8942e379ffd206fbbf6eda (diff) | |
download | pkgsrc-43090407a58a0eba38614a621b492efd8f80207e.tar.gz |
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.
Diffstat (limited to 'chat/silc-server/patches')
-rw-r--r-- | chat/silc-server/patches/patch-ac | 15 | ||||
-rw-r--r-- | chat/silc-server/patches/patch-ad | 38 | ||||
-rw-r--r-- | chat/silc-server/patches/patch-ae | 15 | ||||
-rw-r--r-- | chat/silc-server/patches/patch-af | 13 |
4 files changed, 0 insertions, 81 deletions
diff --git a/chat/silc-server/patches/patch-ac b/chat/silc-server/patches/patch-ac deleted file mode 100644 index 0c385bf82a2..00000000000 --- a/chat/silc-server/patches/patch-ac +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ac,v 1.10 2004/06/11 10:05:06 salo Exp $ - ---- lib/contrib/Makefile.in.orig 2004-02-29 16:10:01.000000000 +0100 -+++ lib/contrib/Makefile.in 2004-06-11 11:31:45.000000000 +0200 -@@ -287,7 +298,9 @@ - target_os = @target_os@ - target_vendor = @target_vendor@ - AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign --noinst_LTLIBRARIES = libcontrib.la -+@HAVE_GETOPT_LONG_FALSE@noinst_LTLIBRARIES = libcontrib.la -+@HAVE_GETOPT_LONG_TRUE@@HAVE_REGEX_FALSE@noinst_LTLIBRARIES = libcontrib.la -+@HAVE_GETOPT_LONG_TRUE@@HAVE_REGEX_TRUE@noinst_LTLIBRARIES = - @HAVE_GETOPT_LONG_FALSE@GETOPT = getopt.c getopt1.c - @HAVE_GETOPT_LONG_TRUE@GETOPT = - @HAVE_REGEX_FALSE@REGEX = regex.c diff --git a/chat/silc-server/patches/patch-ad b/chat/silc-server/patches/patch-ad deleted file mode 100644 index fdcf65c7918..00000000000 --- a/chat/silc-server/patches/patch-ad +++ /dev/null @@ -1,38 +0,0 @@ -$NetBSD: patch-ad,v 1.5 2004/06/11 10:05:06 salo Exp $ - ---- configure.orig Wed Jan 14 14:28:30 2004 -+++ configure Wed Jun 9 10:22:17 2004 -@@ -10456,9 +10456,16 @@ - - fi - if test $ac_cv_header_regex_h = yes; then -+ -+ cat >>confdefs.h <<\_ACEOF -+#define HAVE_REGEX 1 -+_ACEOF -+ - have_regex=1 -+ - else - have_regex=0 -+ - fi - - -@@ -10563,9 +10570,16 @@ - echo "$as_me:$LINENO: result: $ac_cv_func_getopt_long" >&5 - echo "${ECHO_T}$ac_cv_func_getopt_long" >&6 - if test $ac_cv_func_getopt_long = yes; then -+ -+ cat >>confdefs.h <<\_ACEOF -+#define HAVE_GETOPT_LONG 1 -+_ACEOF -+ - have_getopt_long=1 -+ - else - have_getopt_long=0 -+ - fi - - diff --git a/chat/silc-server/patches/patch-ae b/chat/silc-server/patches/patch-ae deleted file mode 100644 index f503666cf2c..00000000000 --- a/chat/silc-server/patches/patch-ae +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ae,v 1.3 2004/06/11 10:05:06 salo Exp $ - ---- includes/silcdefs.h.in.orig Wed Jan 14 14:33:17 2004 -+++ includes/silcdefs.h.in Wed Jun 9 10:22:31 2004 -@@ -42,6 +42,10 @@ - #undef SILC_MP_GMP - #undef SILC_MP_NSS_MPI - -+/* contrib library */ -+#undef HAVE_REGEX -+#undef HAVE_GETOPT_LONG -+ - /* Redefs for SOCKS5 library */ - /* macros/curses checks */ - #undef HAS_CURSES diff --git a/chat/silc-server/patches/patch-af b/chat/silc-server/patches/patch-af deleted file mode 100644 index 665fb4330db..00000000000 --- a/chat/silc-server/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$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) - { |