summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-07-03 08:08:03 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-07-03 08:08:03 +0000
commit360e9288f32d97aae0fdd335047349a080047319 (patch)
tree2b796d8ae4398cfeddd546d79109dc828f35d7c5 /net-im
parentFix installation Problem of missing with missing libccif (diff)
downloadgentoo-2-360e9288f32d97aae0fdd335047349a080047319.tar.gz
gentoo-2-360e9288f32d97aae0fdd335047349a080047319.tar.bz2
gentoo-2-360e9288f32d97aae0fdd335047349a080047319.zip
stable x86, security bug 308047
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/ejabberd/ChangeLog6
-rw-r--r--net-im/ejabberd/ejabberd-2.1.4.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-im/ejabberd/ChangeLog b/net-im/ejabberd/ChangeLog
index 175780f08684..a00760e7ac0e 100644
--- a/net-im/ejabberd/ChangeLog
+++ b/net-im/ejabberd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/ejabberd
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ejabberd/ChangeLog,v 1.78 2010/06/07 14:25:19 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ejabberd/ChangeLog,v 1.79 2010/07/03 08:08:03 fauli Exp $
+
+ 03 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
+ ejabberd-2.1.4.ebuild:
+ stable x86, security bug 308047
*ejabberd-2.1.4 (07 Jun 2010)
diff --git a/net-im/ejabberd/ejabberd-2.1.4.ebuild b/net-im/ejabberd/ejabberd-2.1.4.ebuild
index 98f5d839f779..8644b3d06d8c 100644
--- a/net-im/ejabberd/ejabberd-2.1.4.ebuild
+++ b/net-im/ejabberd/ejabberd-2.1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ejabberd/ejabberd-2.1.4.ebuild,v 1.1 2010/06/07 14:25:19 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ejabberd/ejabberd-2.1.4.ebuild,v 1.2 2010/07/03 08:08:03 fauli Exp $
EAPI=3
@@ -14,7 +14,7 @@ SRC_URI="http://www.process-one.net/downloads/${PN}/${PV}/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc x86"
EJABBERD_MODULES="mod_irc mod_muc mod_proxy65 mod_pubsub mod_srl mod_statsdx"
IUSE="captcha debug ldap odbc pam ssl +web zlib ${EJABBERD_MODULES}"