diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-26 02:55:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-26 02:55:08 +0000 |
commit | 11aeb42e97a6d5c871565035f3bc0554ad872cbc (patch) | |
tree | eff18ee686f2a306d0f558ad4d4b7ed06a1ac02a /www-apps/horde-passwd | |
parent | Set KEYWORDS to ~arch for when it leaves p.m (diff) | |
download | gentoo-2-11aeb42e97a6d5c871565035f3bc0554ad872cbc.tar.gz gentoo-2-11aeb42e97a6d5c871565035f3bc0554ad872cbc.tar.bz2 gentoo-2-11aeb42e97a6d5c871565035f3bc0554ad872cbc.zip |
Version bump for security #90365.
(Portage version: 2.0.51.20-r4)
Diffstat (limited to 'www-apps/horde-passwd')
-rw-r--r-- | www-apps/horde-passwd/ChangeLog | 10 | ||||
-rw-r--r-- | www-apps/horde-passwd/files/digest-horde-passwd-2.2.2 | 1 | ||||
-rw-r--r-- | www-apps/horde-passwd/horde-passwd-2.2.2.ebuild | 19 |
3 files changed, 28 insertions, 2 deletions
diff --git a/www-apps/horde-passwd/ChangeLog b/www-apps/horde-passwd/ChangeLog index e029d4834931..91e9d4813ba0 100644 --- a/www-apps/horde-passwd/ChangeLog +++ b/www-apps/horde-passwd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-apps/horde-passwd -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/ChangeLog,v 1.3 2004/09/05 08:41:51 swegener Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/ChangeLog,v 1.4 2005/04/26 02:54:40 vapier Exp $ + +*horde-passwd-2.2.2 (26 Apr 2005) + + 26 Apr 2005; Mike Frysinger <vapier@gentoo.org> + +horde-passwd-2.2.2.ebuild: + Version bump for security #90365. 05 Sep 2004; Sven Wegener <swegener@gentoo.org> : Fixed ChangeLog header. diff --git a/www-apps/horde-passwd/files/digest-horde-passwd-2.2.2 b/www-apps/horde-passwd/files/digest-horde-passwd-2.2.2 new file mode 100644 index 000000000000..e463c82b8888 --- /dev/null +++ b/www-apps/horde-passwd/files/digest-horde-passwd-2.2.2 @@ -0,0 +1 @@ +MD5 d1c63a16c67e302c9e4885c1386d638e passwd-2.2.2.tar.gz 235545 diff --git a/www-apps/horde-passwd/horde-passwd-2.2.2.ebuild b/www-apps/horde-passwd/horde-passwd-2.2.2.ebuild new file mode 100644 index 000000000000..1f3041c94e52 --- /dev/null +++ b/www-apps/horde-passwd/horde-passwd-2.2.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/horde-passwd-2.2.2.ebuild,v 1.1 2005/04/26 02:54:40 vapier Exp $ + +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-2.2.8" + +src_unpack() { + horde_src_unpack + cd "${S}" + use clearpasswd || epatch "${FILESDIR}"/2.2.1-no-clear-password.patch +} |