diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2012-04-10 20:07:18 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2012-04-10 20:07:18 +0000 |
commit | da31cb399d6ee58e957d3584396fc03bfd84b61d (patch) | |
tree | 61eac21261725648d1a846ab4c1af34afc5f7189 /net-analyzer | |
parent | Version bump wrt security #411493 (Graphics Renderer and XBM Decoder Vulnerab... (diff) | |
download | gentoo-2-da31cb399d6ee58e957d3584396fc03bfd84b61d.tar.gz gentoo-2-da31cb399d6ee58e957d3584396fc03bfd84b61d.tar.bz2 gentoo-2-da31cb399d6ee58e957d3584396fc03bfd84b61d.zip |
x86 stable, see bug 410871. Thanks all.
(Portage version: 2.1.10.49/cvs/Linux i686)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.6.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 030f65ec62cd..4e88612c1d52 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.332 2012/04/10 18:12:16 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.333 2012/04/10 20:07:18 nativemad Exp $ + + 10 Apr 2012; Andreas Schuerch <nativemad@gentoo.org> wireshark-1.6.6.ebuild: + x86 stable, see bug 410871. Thanks all. *wireshark-1.6.7 (10 Apr 2012) diff --git a/net-analyzer/wireshark/wireshark-1.6.6.ebuild b/net-analyzer/wireshark/wireshark-1.6.6.ebuild index 388db0fd6e0d..c6472df4060b 100644 --- a/net-analyzer/wireshark/wireshark-1.6.6.ebuild +++ b/net-analyzer/wireshark/wireshark-1.6.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.6.ebuild,v 1.4 2012/04/10 16:28:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.6.ebuild,v 1.5 2012/04/10 20:07:18 nativemad 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" |