diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2009-07-21 14:10:12 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2009-07-21 14:10:12 +0000 |
commit | d4f4a83f0d4d1754c975e5d28318112f42970aca (patch) | |
tree | 88bc120f5ac2e4f5d71a2a1fdcd4c2d77aa1575a /net-analyzer | |
parent | Bump to 3.5.1 (diff) | |
download | gentoo-2-d4f4a83f0d4d1754c975e5d28318112f42970aca.tar.gz gentoo-2-d4f4a83f0d4d1754c975e5d28318112f42970aca.tar.bz2 gentoo-2-d4f4a83f0d4d1754c975e5d28318112f42970aca.zip |
Marked stable on AMD64 for security bug #278564. Tested on a Core2 Duo with a Marvell "Sky2" 88E8055 NIC.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.2.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 8bb8ff54972a..2c2e5b843892 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.175 2009/07/21 13:56:12 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.176 2009/07/21 14:10:12 chainsaw Exp $ + + 21 Jul 2009; <chainsaw@gentoo.org> wireshark-1.2.1.ebuild: + Marked stable on AMD64 for security bug #278564. Tested on a Core2 Duo + with a Marvell "Sky2" 88E8055 NIC. *wireshark-1.2.1 (21 Jul 2009) diff --git a/net-analyzer/wireshark/wireshark-1.2.1.ebuild b/net-analyzer/wireshark/wireshark-1.2.1.ebuild index 86f59f21e945..8b57bf954e76 100644 --- a/net-analyzer/wireshark/wireshark-1.2.1.ebuild +++ b/net-analyzer/wireshark/wireshark-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.1.ebuild,v 1.1 2009/07/21 13:56:12 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.1.ebuild,v 1.2 2009/07/21 14:10:12 chainsaw Exp $ EAPI=2 inherit autotools libtool flag-o-matic eutils toolchain-funcs @@ -16,7 +16,7 @@ SRC_URI="http://www.wireshark.org/download/src/${P}.tar.gz" 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 ares +gtk ipv6 lua portaudio gnutls gcrypt geoip zlib kerberos threads profile smi +pcap pcre +caps selinux" RDEPEND=">=dev-libs/glib-2.4.0:2 |