summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-02-20 14:29:15 +0000
committerJustin Lecher <jlec@gentoo.org>2013-02-20 14:29:15 +0000
commit18fd68f37873d2f590ec1f03883c0ed91c1ffafe (patch)
tree78efd3775484bfc2f9213c81d04e4c110881f3b6 /net-im
parentStable on amd64 x86 and ppc so we are on safe side wrt compat with this packa... (diff)
downloadgentoo-2-18fd68f37873d2f590ec1f03883c0ed91c1ffafe.tar.gz
gentoo-2-18fd68f37873d2f590ec1f03883c0ed91c1ffafe.tar.bz2
gentoo-2-18fd68f37873d2f590ec1f03883c0ed91c1ffafe.zip
net-im/gajim: Drop vulnerable versions for CVE-2012-5524, #442860
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gajim/ChangeLog5
-rw-r--r--net-im/gajim/gajim-0.15.1.ebuild101
2 files changed, 4 insertions, 102 deletions
diff --git a/net-im/gajim/ChangeLog b/net-im/gajim/ChangeLog
index 4cb07fa2843a..40c0dfb15601 100644
--- a/net-im/gajim/ChangeLog
+++ b/net-im/gajim/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/gajim
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v 1.170 2013/02/20 14:12:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v 1.171 2013/02/20 14:29:15 jlec Exp $
+
+ 20 Feb 2013; Justin Lecher <jlec@gentoo.org> -gajim-0.15.1.ebuild:
+ Drop vulnerable versions for CVE-2012-5524, #442860
20 Feb 2013; Agostino Sarubbo <ago@gentoo.org> gajim-0.15.2-r2.ebuild:
Stable for x86, wrt bug #442860
diff --git a/net-im/gajim/gajim-0.15.1.ebuild b/net-im/gajim/gajim-0.15.1.ebuild
deleted file mode 100644
index ecfd8eef07e7..000000000000
--- a/net-im/gajim/gajim-0.15.1.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.15.1.ebuild,v 1.10 2012/12/08 01:25:27 tetromino Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="2"
-PYTHON_USE_WITH="sqlite xml"
-
-inherit autotools eutils python versionator
-
-DESCRIPTION="Jabber client written in PyGTK"
-HOMEPAGE="http://www.gajim.org/"
-SRC_URI="http://www.gajim.org/downloads/$(get_version_component_range 1-2)/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="avahi crypt dbus gnome kde idle jingle libnotify networkmanager nls spell +srv X xhtml"
-
-REQUIRED_USE="
- libnotify? ( dbus )
- avahi? ( dbus )"
-
-COMMON_DEPEND="
- dev-python/pygtk:2
- x11-libs/gtk+:2"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.40.1
- virtual/pkgconfig
- >=sys-devel/gettext-0.17-r1"
-RDEPEND="${COMMON_DEPEND}
- dev-python/pyasn1
- dev-python/pyopenssl
- crypt? (
- app-crypt/gnupg
- dev-python/pycrypto
- )
- dbus? (
- dev-python/dbus-python
- dev-libs/dbus-glib
- libnotify? ( dev-python/notify-python )
- avahi? ( net-dns/avahi[dbus,gtk,python] )
- )
- gnome? (
- dev-python/libgnome-python
- dev-python/gnome-keyring-python
- dev-python/egg-python
- )
- idle? ( x11-libs/libXScrnSaver )
- jingle? ( net-libs/farstream:0.1[python] )
- kde? ( kde-base/kwallet )
- networkmanager? (
- dev-python/dbus-python
- net-misc/networkmanager
- )
- spell? ( app-text/gtkspell:2 )
- srv? (
- || (
- dev-python/libasyncns-python
- net-dns/bind-tools )
- )
- xhtml? ( dev-python/docutils )"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- echo "src/command_system/mapping.py" >> po/POTFILES.in
- epatch \
- "${FILESDIR}"/0.14-python-version.patch \
- "${FILESDIR}"/0.14.1-testing.patch
- echo '#!/bin/sh' > config/py-compile
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_with X x) \
- --docdir="/usr/share/doc/${PF}" \
- --libdir="$(python_get_sitedir)" \
- --enable-site-packages
-}
-
-src_install() {
- default
-
- rm "${D}/usr/share/doc/${PF}/README.html" || die
- dohtml README.html
-}
-
-pkg_postinst() {
- python_mod_optimize ${PN}
-}
-
-pkg_postrm() {
- python_mod_cleanup ${PN}
-}