diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2004-03-28 01:33:11 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2004-03-28 01:33:11 +0000 |
commit | 85e796cbdb02d63acdb8d5d5732d1bd69ce30863 (patch) | |
tree | 677e8f8dc4cc8b5a09248c30d80c8b920bca5920 /net-analyzer/ethereal | |
parent | ppc (Manifest recommit) (diff) | |
download | gentoo-2-85e796cbdb02d63acdb8d5d5732d1bd69ce30863.tar.gz gentoo-2-85e796cbdb02d63acdb8d5d5732d1bd69ce30863.tar.bz2 gentoo-2-85e796cbdb02d63acdb8d5d5732d1bd69ce30863.zip |
ppc, bumped to solve a security issue
Diffstat (limited to 'net-analyzer/ethereal')
-rw-r--r-- | net-analyzer/ethereal/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ethereal/ethereal-0.10.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/ethereal/ChangeLog b/net-analyzer/ethereal/ChangeLog index 60c28a346fc0..dbbc71e7a6e2 100644 --- a/net-analyzer/ethereal/ChangeLog +++ b/net-analyzer/ethereal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ethereal # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ChangeLog,v 1.55 2004/03/27 20:31:08 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ChangeLog,v 1.56 2004/03/28 01:33:11 lu_zero Exp $ + + 28 Mar 2004; Luca Barbato <lu_zero@gentoo.org> ethereal-0.10.3.ebuild: + Marked ppc to solve a security issue, see bug #45543 27 Mar 2004; Jason Wever <weeve@gentoo.org> ethereal-0.10.3.ebuild: Marked stable on sparc wrt bug #45543. diff --git a/net-analyzer/ethereal/ethereal-0.10.3.ebuild b/net-analyzer/ethereal/ethereal-0.10.3.ebuild index a4cd78e0f39c..1e6c65f7dbc1 100644 --- a/net-analyzer/ethereal/ethereal-0.10.3.ebuild +++ b/net-analyzer/ethereal/ethereal-0.10.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.10.3.ebuild,v 1.3 2004/03/27 23:03:33 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.10.3.ebuild,v 1.4 2004/03/28 01:33:11 lu_zero Exp $ IUSE="adns gtk ipv6 snmp ssl gtk2" @@ -12,7 +12,7 @@ RESTRICT="nomirror" HOMEPAGE="http://www.ethereal.com/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 sparc ~ppc ~alpha amd64 ~ia64" +KEYWORDS="~x86 sparc ppc ~alpha amd64 ~ia64" replace-flags '-O3' '-O' replace-flags '-O2' '-O' |