diff options
author | José Luis Rivero <yoswink@gentoo.org> | 2005-09-16 20:29:09 +0000 |
---|---|---|
committer | José Luis Rivero <yoswink@gentoo.org> | 2005-09-16 20:29:09 +0000 |
commit | 877cc9f9e683300446580c706c9c49189d5d7ce5 (patch) | |
tree | 1cf7feac8567a8bd409b5878594a2a417d579e12 /www-client/mozilla | |
parent | Converted to UTF-8, fixed encoding screwups (diff) | |
download | gentoo-2-877cc9f9e683300446580c706c9c49189d5d7ce5.tar.gz gentoo-2-877cc9f9e683300446580c706c9c49189d5d7ce5.tar.bz2 gentoo-2-877cc9f9e683300446580c706c9c49189d5d7ce5.zip |
Stable on alpha wrt security bug #105396
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-client/mozilla')
-rw-r--r-- | www-client/mozilla/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/mozilla/mozilla-1.7.11-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-client/mozilla/ChangeLog b/www-client/mozilla/ChangeLog index 8909c66324f8..a9b9c2edb00a 100644 --- a/www-client/mozilla/ChangeLog +++ b/www-client/mozilla/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/mozilla # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla/ChangeLog,v 1.68 2005/09/16 17:55:38 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla/ChangeLog,v 1.69 2005/09/16 20:29:09 yoswink Exp $ + + 16 Sep 2005; Jose Luis Rivero <yoswink@gentoo.org> + mozilla-1.7.11-r3.ebuild: + Stable on alpha wrt security bug #105396 16 Sep 2005; Luis Medinas <metalgod@gentoo.org> mozilla-1.7.11-r3.ebuild: Marked Stable on amd64. Fixes bug #105396. diff --git a/www-client/mozilla/mozilla-1.7.11-r3.ebuild b/www-client/mozilla/mozilla-1.7.11-r3.ebuild index 07738d6b365a..c183928dd84e 100644 --- a/www-client/mozilla/mozilla-1.7.11-r3.ebuild +++ b/www-client/mozilla/mozilla-1.7.11-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla/mozilla-1.7.11-r3.ebuild,v 1.4 2005/09/16 17:55:38 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla/mozilla-1.7.11-r3.ebuild,v 1.5 2005/09/16 20:29:09 yoswink Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic toolchain-funcs eutils mozconfig mozilla-launcher makeedit multilib @@ -24,7 +24,7 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/${PN}${MY_PV}/s mirror://gentoo/mozilla-firefox-1.0-4ft2.patch.bz2 http://dev.gentoo.org/~agriffis/dist/mozilla-1.7.10-nsplugins-v2.patch" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~sparc x86" +KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ~sparc x86" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" IUSE="crypt gnome java ldap mozcalendar mozdevelop moznocompose moznoirc moznomail mozsvg postgres ssl" |