From 9706c706c493e68d42ee0eda3ab08b13dbf7b681 Mon Sep 17 00:00:00 2001 From: Beech Rintoul Date: Wed, 2 Jul 2008 23:36:37 +0000 Subject: - Update to 3.0.0.b7 Changes: o sqlite3 dependency restored. o Added support for services' ircd-shortcut commands make options. o Added dependency on PERL for generation of ircd-shortcut modules. o The example EFNet configuration file is not helpful because it has not been updated for ratbox-3. It therefore is not installed as standard by this port version, but should be back in the next update. Software changes include: o Change -lock klines and friends to now use the ADMINKLINE etc commands. o Change to only support TS6. o Fix remote kline reasons. o Have sqlite3 checking use pkg-config when possible. o Move identd checking back into the ircd, this seems to have been more problematic than what it was worth. o Add experimental gnutls support - note that CHALLENGE does not work when using just gnutls. o Some helpfile cleanups and additions. o Fix compile error when zlib is not found. o Remove some restrictions on k/d/x/resv reasons that are no longer needed. PR: ports/125106 Submitted by: Lewis (maintainer) --- irc/ircd-ratbox-devel/files/patch-doc_example.conf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'irc/ircd-ratbox-devel/files/patch-doc_example.conf') diff --git a/irc/ircd-ratbox-devel/files/patch-doc_example.conf b/irc/ircd-ratbox-devel/files/patch-doc_example.conf index 6af27dffa786..fab418c68bed 100644 --- a/irc/ircd-ratbox-devel/files/patch-doc_example.conf +++ b/irc/ircd-ratbox-devel/files/patch-doc_example.conf @@ -1,23 +1,23 @@ ---- ./doc/example.conf.orig Mon Mar 10 20:28:36 2008 -+++ ./doc/example.conf Tue Apr 22 02:23:42 2008 -@@ -93,13 +93,13 @@ +--- ./doc/example.conf.orig 2008-06-18 18:49:53.000000000 +0100 ++++ ./doc/example.conf 2008-06-29 14:39:37.000000000 +0100 +@@ -88,13 +88,13 @@ default_max_clients = 10000; /* ssl_private_key: our ssl private key */ - ssl_private_key = "etc/test.key"; -+ ssl_private_key = "/usr/local/etc/ssl/test.key"; ++ ssl_private_key = "%%PREFIX%%/etc/ssl/test.key"; /* ssl_cert: certificate for our ssl server */ - ssl_cert = "etc/test.cert"; -+ ssl_cert = "/usr/local/etc/ssl/test.cert"; ++ ssl_cert = "%%PREFIX%%/etc/ssl/test.cert"; /* ssl_dh_params: DH parameters, generate with openssl dhparam -out dh.pem 1024 */ - ssl_dh_params = "etc/dh.pem"; -+ ssl_dh_params = "/usr/local/etc/ssl/dh.pem"; ++ ssl_dh_params = "%%PREFIX%%/etc/ssl/dh.pem"; /* ssld_count: number of ssld processes you want to start, if you have a really busy * server, using N-1 where N is the number of cpu/cpu cores you have might be useful -@@ -132,16 +132,16 @@ +@@ -127,16 +127,16 @@ * - operspylog: operspy usage * - ioerrorlog: IO errors */ @@ -44,7 +44,7 @@ }; /* class {}: contain information about classes for users (OLD Y:) */ -@@ -337,7 +337,7 @@ +@@ -332,7 +332,7 @@ * A password should not be defined when this is used, see * doc/challenge.txt for more information. */ @@ -53,7 +53,7 @@ /* umodes: the specific umodes this oper gets when they oper. * If this is specified an oper will not be given oper_umodes -@@ -946,7 +946,7 @@ +@@ -942,7 +942,7 @@ * * only define if servlink is not in same directory as ircd itself. */ @@ -62,7 +62,7 @@ /* use egd: if your system does not have *random devices yet you * want to use OpenSSL and encrypted links, enable this. Beware - -@@ -999,8 +999,9 @@ +@@ -995,8 +995,9 @@ /* module path: paths to search for modules specified below and * in /modload. */ -- cgit v1.2.3