diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-10-28 23:19:46 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-10-28 23:19:46 +0000 |
commit | 177c49c8fc3d08c1242b49460de807c747f6990b (patch) | |
tree | c7ad9b26b95e294c90e3434680e9727b4f44414e /net-analyzer | |
parent | Version bump. Add patch to fix external tools plugin configuration dialog, bu... (diff) | |
download | gentoo-2-177c49c8fc3d08c1242b49460de807c747f6990b.tar.gz gentoo-2-177c49c8fc3d08c1242b49460de807c747f6990b.tar.bz2 gentoo-2-177c49c8fc3d08c1242b49460de807c747f6990b.zip |
stable x86, security bug 290710
(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.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 4ea964b3b2d8..dde81ecf8239 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.192 2009/10/28 09:22:15 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.193 2009/10/28 23:19:46 fauli Exp $ + + 28 Oct 2009; Christian Faulhammer <fauli@gentoo.org> + wireshark-1.2.3.ebuild: + stable x86, security bug 290710 *wireshark-1.2.3 (28 Oct 2009) diff --git a/net-analyzer/wireshark/wireshark-1.2.3.ebuild b/net-analyzer/wireshark/wireshark-1.2.3.ebuild index 6dee3a0d785d..7ffac1ab353b 100644 --- a/net-analyzer/wireshark/wireshark-1.2.3.ebuild +++ b/net-analyzer/wireshark/wireshark-1.2.3.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.3.ebuild,v 1.1 2009/10/28 09:22:15 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.3.ebuild,v 1.2 2009/10/28 23:19:46 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 |