diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2011-04-17 18:13:03 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2011-04-17 18:13:03 +0000 |
commit | b89010cad83a2b360df8417354d90c711db799bc (patch) | |
tree | 2d1f7f58746d1dd2b79adb5f9cef40a54ba24541 /net-analyzer/wireshark | |
parent | Update Lucas's email. (diff) | |
download | gentoo-2-b89010cad83a2b360df8417354d90c711db799bc.tar.gz gentoo-2-b89010cad83a2b360df8417354d90c711db799bc.tar.bz2 gentoo-2-b89010cad83a2b360df8417354d90c711db799bc.zip |
stable x86, security bug 363895
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.4.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 802b6e485aeb..a376b8287fb0 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.282 2011/04/17 13:16:36 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.283 2011/04/17 18:13:03 fauli Exp $ + + 17 Apr 2011; Christian Faulhammer <fauli@gentoo.org> + wireshark-1.4.5.ebuild: + stable x86, security bug 363895 *wireshark-1.4.5 (17 Apr 2011) diff --git a/net-analyzer/wireshark/wireshark-1.4.5.ebuild b/net-analyzer/wireshark/wireshark-1.4.5.ebuild index 59d0842e9822..38f53419b804 100644 --- a/net-analyzer/wireshark/wireshark-1.4.5.ebuild +++ b/net-analyzer/wireshark/wireshark-1.4.5.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.5.ebuild,v 1.1 2011/04/17 13:16:36 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.5.ebuild,v 1.2 2011/04/17 18:13:03 fauli 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 pcre portaudio python +caps selinux smi ssl threads zlib" |