summaryrefslogtreecommitdiff
path: root/chat/ejabberd/patches/patch-ad
diff options
context:
space:
mode:
authortron <tron>2009-03-23 18:34:29 +0000
committertron <tron>2009-03-23 18:34:29 +0000
commit3194bbcfb98bd068e3883410a607afcf5b582034 (patch)
tree0e3ab416d451db32ef286130c7eccd0a4b9845dc /chat/ejabberd/patches/patch-ad
parent0a63f09f29901227956c04f14c35756d42fe8872 (diff)
downloadpkgsrc-3194bbcfb98bd068e3883410a607afcf5b582034.tar.gz
Pullup ticket #2724 - requested by martti
ejabberd: security update Revisions pulled up: chat/ejabberd/Makefile 1.8-1.9 chat/ejabberd/PLIST 1.5 chat/ejabberd/distinfo 1.6-1.7 chat/ejabberd/patches/patch-aa 1.4 chat/ejabberd/patches/patch-ac 1.4 chat/ejabberd/patches/patch-ad 1.3 chat/ejabberd/patches/patch-ah 1.2 chat/ejabberd/patches/patch-ai 1.2 --- Module Name: pkgsrc Committed By: joerg Date: Mon Feb 9 23:05:02 UTC 2009 Modified Files: pkgsrc/chat/ejabberd: Makefile distinfo pkgsrc/chat/ejabberd/patches: patch-aa Log Message: Don't create /var/spool/... at install time, the scripts will take care of it. Mark as user-destdir after that. --- Module Name: pkgsrc Committed By: martti Date: Sun Mar 22 10:39:44 UTC 2009 Modified Files: pkgsrc/chat/ejabberd: Makefile PLIST distinfo pkgsrc/chat/ejabberd/patches: patch-ac patch-ad patch-ah patch-ai Log Message: Updated chat/ejabberd to 2.0.4 This version is a maintenance release containing 20 bugfixes and improvements. http://secunia.com/advisories/34340/
Diffstat (limited to 'chat/ejabberd/patches/patch-ad')
-rw-r--r--chat/ejabberd/patches/patch-ad14
1 files changed, 7 insertions, 7 deletions
diff --git a/chat/ejabberd/patches/patch-ad b/chat/ejabberd/patches/patch-ad
index 86ca71bf880..fb3b83050a0 100644
--- a/chat/ejabberd/patches/patch-ad
+++ b/chat/ejabberd/patches/patch-ad
@@ -1,10 +1,10 @@
-$NetBSD: patch-ad,v 1.2 2008/11/12 13:13:59 martti Exp $
+$NetBSD: patch-ad,v 1.2.2.1 2009/03/23 18:34:29 tron Exp $
Modified to use IPv6/v4 patch (https://support.process-one.net/browse/EJAB-389)
---- src/ejabberd.cfg.example.orig 2008-11-12 15:15:04.000000000 +0200
-+++ src/ejabberd.cfg.example
-@@ -107,10 +107,9 @@
+--- src/ejabberd.cfg.example.orig 2009-03-12 08:41:02.000000000 +0000
++++ src/ejabberd.cfg.example 2009-03-22 10:27:16.000000000 +0000
+@@ -108,10 +108,9 @@
[
{5222, ejabberd_c2s, [
@@ -16,7 +16,7 @@ Modified to use IPv6/v4 patch (https://support.process-one.net/browse/EJAB-389)
%% file and uncomment this line:
%%
%%{certfile, "/path/to/ssl.pem"}, starttls,
-@@ -123,12 +122,12 @@
+@@ -124,12 +123,12 @@
%%
%% To enable the old SSL connection method in port 5223:
%%
@@ -35,7 +35,7 @@ Modified to use IPv6/v4 patch (https://support.process-one.net/browse/EJAB-389)
{5269, ejabberd_s2s_in, [
{shaper, s2s_shaper},
-@@ -138,14 +137,14 @@
+@@ -139,14 +138,14 @@
%%
%% ejabberd_service: Interact with external components (transports...)
%%
@@ -58,7 +58,7 @@ Modified to use IPv6/v4 patch (https://support.process-one.net/browse/EJAB-389)
{5280, ejabberd_http, [
http_poll,
-@@ -224,17 +223,26 @@
+@@ -225,17 +224,26 @@
%% List of LDAP servers:
%%{ldap_servers, ["localhost"]}.
%%