diff options
author | Markus Meier <maekke@gentoo.org> | 2007-12-23 14:06:51 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2007-12-23 14:06:51 +0000 |
commit | 419137a4bcd80ccb1b6e9304dc9ee413bec7fe17 (patch) | |
tree | e882dccfe95a82314522ef4518ec2ca87a27816d | |
parent | Revision bump for genpatches 6. (diff) | |
download | gentoo-2-419137a4bcd80ccb1b6e9304dc9ee413bec7fe17.tar.gz gentoo-2-419137a4bcd80ccb1b6e9304dc9ee413bec7fe17.tar.bz2 gentoo-2-419137a4bcd80ccb1b6e9304dc9ee413bec7fe17.zip |
x86 stable, security bug #199958
(Portage version: 2.1.4_rc11)
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-0.99.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 0d9abd56fb27..fb8cce23af62 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.71 2007/12/23 04:38:01 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.72 2007/12/23 14:06:51 maekke Exp $ + + 23 Dec 2007; Markus Meier <maekke@gentoo.org> wireshark-0.99.7.ebuild: + x86 stable, security bug #199958 23 Dec 2007; Brent Baude <ranger@gentoo.org> wireshark-0.99.7.ebuild: Marking wireshark-0.99.7 ppc and ppc64 stable for bug 199958 diff --git a/net-analyzer/wireshark/wireshark-0.99.7.ebuild b/net-analyzer/wireshark/wireshark-0.99.7.ebuild index d995987439b4..bda562a5aa93 100644 --- a/net-analyzer/wireshark/wireshark-0.99.7.ebuild +++ b/net-analyzer/wireshark/wireshark-0.99.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.7.ebuild,v 1.2 2007/12/23 04:38:01 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.7.ebuild,v 1.3 2007/12/23 14:06:51 maekke Exp $ WANT_AUTOMAKE="1.9" inherit autotools libtool flag-o-matic eutils toolchain-funcs @@ -16,7 +16,7 @@ SRC_URI="http://www.wireshark.org/download/src/all-versions/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="adns gtk ipv6 portaudio snmp ssl kerberos threads selinux" RDEPEND="sys-libs/zlib |