diff options
author | Alex Legler <a3li@gentoo.org> | 2009-08-24 14:59:28 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-08-24 14:59:28 +0000 |
commit | 5782e242413400db759f3a52208c0531622f63bf (patch) | |
tree | 05621a0f87e935b835db2dfa3f28578f0168cd00 /www-apps/horde-passwd | |
parent | whitespace (diff) | |
download | gentoo-2-5782e242413400db759f3a52208c0531622f63bf.tar.gz gentoo-2-5782e242413400db759f3a52208c0531622f63bf.tar.bz2 gentoo-2-5782e242413400db759f3a52208c0531622f63bf.zip |
Non-maintainer commit: Version bump for security bug 277294.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'www-apps/horde-passwd')
-rw-r--r-- | www-apps/horde-passwd/ChangeLog | 9 | ||||
-rw-r--r-- | www-apps/horde-passwd/horde-passwd-3.1.1.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/www-apps/horde-passwd/ChangeLog b/www-apps/horde-passwd/ChangeLog index efeeeef2cb89..ebf67888f659 100644 --- a/www-apps/horde-passwd/ChangeLog +++ b/www-apps/horde-passwd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apps/horde-passwd -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/ChangeLog,v 1.17 2008/08/23 04:50:06 cardoe Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/ChangeLog,v 1.18 2009/08/24 14:59:28 a3li Exp $ + +*horde-passwd-3.1.1 (24 Aug 2009) + + 24 Aug 2009; Alex Legler <a3li@gentoo.org> +horde-passwd-3.1.1.ebuild: + Non-maintainer commit: Version bump for security bug 277294. 23 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml: add GLEP 56 USE flag desc from use.local.desc diff --git a/www-apps/horde-passwd/horde-passwd-3.1.1.ebuild b/www-apps/horde-passwd/horde-passwd-3.1.1.ebuild new file mode 100644 index 000000000000..31fc02ccae1e --- /dev/null +++ b/www-apps/horde-passwd/horde-passwd-3.1.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 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.1.1.ebuild,v 1.1 2009/08/24 14:59:28 a3li 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 +} |