diff options
author | Olivier Crête <tester@gentoo.org> | 2004-12-21 05:03:14 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2004-12-21 05:03:14 +0000 |
commit | fa2ff410b82b10c9dfe5d828fbca9577e40c6e0e (patch) | |
tree | ffec7a9322e33b086492ec36f31232488615148b /net-www/mozilla | |
parent | Fix for upgrades from 0.28 era mono versions. Thanks to dma` (Manifest recommit) (diff) | |
download | gentoo-2-fa2ff410b82b10c9dfe5d828fbca9577e40c6e0e.tar.gz gentoo-2-fa2ff410b82b10c9dfe5d828fbca9577e40c6e0e.tar.bz2 gentoo-2-fa2ff410b82b10c9dfe5d828fbca9577e40c6e0e.zip |
Stable in x86 wrt security bug #68976
Diffstat (limited to 'net-www/mozilla')
-rw-r--r-- | net-www/mozilla/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.7.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog index 76d7a07dc50b..57b13c557667 100644 --- a/net-www/mozilla/ChangeLog +++ b/net-www/mozilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mozilla # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.214 2004/12/20 20:18:15 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.215 2004/12/21 05:03:14 tester Exp $ + + 21 Dec 2004; Olivier Crete <tester@gentoo.org> mozilla-1.7.5.ebuild: + Stable in x86 wrt security bug #68976 20 Dec 2004; Gustavo Zacarias <gustavoz@gentoo.org> mozilla-1.7.5.ebuild: Stable on sparc wrt #68976 diff --git a/net-www/mozilla/mozilla-1.7.5.ebuild b/net-www/mozilla/mozilla-1.7.5.ebuild index d1f5ead095ed..7c30c2e20e89 100644 --- a/net-www/mozilla/mozilla-1.7.5.ebuild +++ b/net-www/mozilla/mozilla-1.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7.5.ebuild,v 1.3 2004/12/20 20:18:15 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7.5.ebuild,v 1.4 2004/12/21 05:03:14 tester Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic gcc eutils nsplugins mozilla-launcher mozconfig makeedit @@ -23,7 +23,7 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/${PN}${MY_PV}/s http://www.mozilla-enigmail.org/downloads/src/enigmail-${EMVER}.tar.gz ) )" -KEYWORDS="~x86 ~ppc sparc ~alpha amd64 ~ia64" +KEYWORDS="x86 ~ppc sparc ~alpha amd64 ~ia64" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" |