diff options
author | 2009-09-12 16:41:51 +0000 | |
---|---|---|
committer | 2009-09-12 16:41:51 +0000 | |
commit | 98d849dcd508d0f29386874efc1618cf1a7a13a6 (patch) | |
tree | 93076050e890915fdcea7ddec3991f6f1911df14 /www-apps/horde-passwd | |
parent | arm/ia64/sh/sparc stable wrt #278857 (diff) | |
download | historical-98d849dcd508d0f29386874efc1618cf1a7a13a6.tar.gz historical-98d849dcd508d0f29386874efc1618cf1a7a13a6.tar.bz2 historical-98d849dcd508d0f29386874efc1618cf1a7a13a6.zip |
Non-maintainer commit: Removing vulnerable ebuilds, GLSA 200909-14.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'www-apps/horde-passwd')
-rw-r--r-- | www-apps/horde-passwd/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/horde-passwd/horde-passwd-3.0.1.ebuild | 22 | ||||
-rw-r--r-- | www-apps/horde-passwd/horde-passwd-3.0.ebuild | 22 |
3 files changed, 5 insertions, 45 deletions
diff --git a/www-apps/horde-passwd/ChangeLog b/www-apps/horde-passwd/ChangeLog index c312808f537c..6b4df3a69187 100644 --- a/www-apps/horde-passwd/ChangeLog +++ b/www-apps/horde-passwd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/horde-passwd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/ChangeLog,v 1.24 2009/08/29 18:16:12 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/ChangeLog,v 1.25 2009/09/12 16:41:51 a3li Exp $ + + 12 Sep 2009; Alex Legler <a3li@gentoo.org> -horde-passwd-3.0.ebuild, + -horde-passwd-3.0.1.ebuild: + Non-maintainer commit: Removing vulnerable ebuilds, GLSA 200909-14. 29 Aug 2009; nixnut <nixnut@gentoo.org> horde-passwd-3.1.1.ebuild: ppc stable #277294 diff --git a/www-apps/horde-passwd/horde-passwd-3.0.1.ebuild b/www-apps/horde-passwd/horde-passwd-3.0.1.ebuild deleted file mode 100644 index d23d438f9950..000000000000 --- a/www-apps/horde-passwd/horde-passwd-3.0.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/horde-passwd-3.0.1.ebuild,v 1.3 2008/05/31 05:13:43 vapier Exp $ - -HORDE_PHP_FEATURES="ctype" - -HORDE_MAJ="-h3" -inherit horde eutils - -DESCRIPTION="Horde Passwd is the Horde password changing application" - -KEYWORDS="~alpha ~amd64 ~hppa ~ppc sparc ~x86" -IUSE="clearpasswd" - -DEPEND="" -RDEPEND="|| ( >=www-apps/horde-3 >=www-apps/horde-groupware-1 >=www-apps/horde-webmail-1 )" - -src_unpack() { - horde_src_unpack - cd "${S}" - use clearpasswd || epatch "${FILESDIR}"/${PN}-3.0-no-clear-password.patch -} diff --git a/www-apps/horde-passwd/horde-passwd-3.0.ebuild b/www-apps/horde-passwd/horde-passwd-3.0.ebuild deleted file mode 100644 index df8649c8db67..000000000000 --- a/www-apps/horde-passwd/horde-passwd-3.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/horde-passwd-3.0.ebuild,v 1.8 2006/08/05 19:47:07 vapier Exp $ - -HORDE_PHP_FEATURES="ctype" - -HORDE_MAJ="-h3" -inherit horde eutils - -DESCRIPTION="Horde Passwd is the Horde password changing application" - -KEYWORDS="alpha amd64 hppa ppc sparc x86" -IUSE="clearpasswd" - -DEPEND="" -RDEPEND=">=www-apps/horde-3.0" - -src_unpack() { - horde_src_unpack - cd "${S}" - use clearpasswd || epatch "${FILESDIR}"/${P}-no-clear-password.patch -} |