diff options
author | 2011-09-16 12:11:50 +0000 | |
---|---|---|
committer | 2011-09-16 12:11:50 +0000 | |
commit | c0e0b05a902e2d4b719f33bdf42ec68ae7c08184 (patch) | |
tree | cbd7d4e9f0c03941e81356f033c26ee1d8771565 /net-analyzer/wireshark | |
parent | Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkan... (diff) | |
download | gentoo-2-c0e0b05a902e2d4b719f33bdf42ec68ae7c08184.tar.gz gentoo-2-c0e0b05a902e2d4b719f33bdf42ec68ae7c08184.tar.bz2 gentoo-2-c0e0b05a902e2d4b719f33bdf42ec68ae7c08184.zip |
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Elijah "Armageddon" El Lazkani in security bug #381551.
(Portage version: 2.1.10.16/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.4.9.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 7ac79c33d3a5..cb0e66909e0d 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.315 2011/09/14 15:36:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.316 2011/09/16 12:11:50 chainsaw Exp $ + + 16 Sep 2011; Tony Vroon <chainsaw@gentoo.org> wireshark-1.4.9.ebuild: + Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & + Elijah "Armageddon" El Lazkani in security bug #381551. 14 Sep 2011; Jeroen Roovers <jer@gentoo.org> wireshark-1.4.9.ebuild: Stable for HPPA (bug #381551). diff --git a/net-analyzer/wireshark/wireshark-1.4.9.ebuild b/net-analyzer/wireshark/wireshark-1.4.9.ebuild index ae59c83772c9..ee732d2b54d1 100644 --- a/net-analyzer/wireshark/wireshark-1.4.9.ebuild +++ b/net-analyzer/wireshark/wireshark-1.4.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.9.ebuild,v 1.3 2011/09/14 15:34:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.9.ebuild,v 1.4 2011/09/16 12:11:50 chainsaw Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -13,7 +13,7 @@ SRC_URI="http://www.wireshark.org/download/src/all-versions/${MY_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 ares doc doc-pdf gtk ipv6 lua gcrypt geoip kerberos profile +pcap portaudio python +caps selinux smi ssl threads zlib" |