diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-12-18 09:50:50 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-12-18 09:50:50 +0000 |
commit | 45169a70c6be8542efa6d2494116408380340779 (patch) | |
tree | 70035a456ce698115f32d0821f528cb6055301d9 /net-analyzer | |
parent | Install cucumber binary. (diff) | |
download | gentoo-2-45169a70c6be8542efa6d2494116408380340779.tar.gz gentoo-2-45169a70c6be8542efa6d2494116408380340779.tar.bz2 gentoo-2-45169a70c6be8542efa6d2494116408380340779.zip |
stable x86, security bug 297388
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.2.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 07cf94ef3854..aec9f1d33f77 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.202 2009/12/18 06:58:24 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.203 2009/12/18 09:50:50 fauli Exp $ + + 18 Dec 2009; Christian Faulhammer <fauli@gentoo.org> + wireshark-1.2.5.ebuild: + stable x86, security bug 297388 *wireshark-1.2.5 (18 Dec 2009) diff --git a/net-analyzer/wireshark/wireshark-1.2.5.ebuild b/net-analyzer/wireshark/wireshark-1.2.5.ebuild index cdfb5d6b0ee2..4cadab396667 100644 --- a/net-analyzer/wireshark/wireshark-1.2.5.ebuild +++ b/net-analyzer/wireshark/wireshark-1.2.5.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.5.ebuild,v 1.1 2009/12/18 06:58:24 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.5.ebuild,v 1.2 2009/12/18 09:50:50 fauli 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 |