diff options
author | 2013-03-18 19:49:29 +0000 | |
---|---|---|
committer | 2013-03-18 19:49:29 +0000 | |
commit | 82cfcb1a90db1ad54609982640d6f5c74cad9169 (patch) | |
tree | 126b9a280373a9b1fbcf781152c4fac28a7c3eee /net-analyzer | |
parent | Fix bug #462234 - audit2allow -M fails with a problem on the getstatusoutput ... (diff) | |
download | gentoo-2-82cfcb1a90db1ad54609982640d6f5c74cad9169.tar.gz gentoo-2-82cfcb1a90db1ad54609982640d6f5c74cad9169.tar.bz2 gentoo-2-82cfcb1a90db1ad54609982640d6f5c74cad9169.zip |
Depend on net-libs/libpcap[-netlink] to avoid segmentation fault in libnl.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.9.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 172d7ec10b71..caf5546da81d 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.466 2013/03/13 17:58:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.467 2013/03/18 19:49:29 jer Exp $ + + 18 Mar 2013; Jeroen Roovers <jer@gentoo.org> wireshark-1.9.1.ebuild: + Depend on net-libs/libpcap[-netlink] to avoid segmentation fault in libnl. *wireshark-1.9.1 (13 Mar 2013) diff --git a/net-analyzer/wireshark/wireshark-1.9.1.ebuild b/net-analyzer/wireshark/wireshark-1.9.1.ebuild index 6999af887c28..8d77722e6d9b 100644 --- a/net-analyzer/wireshark/wireshark-1.9.1.ebuild +++ b/net-analyzer/wireshark/wireshark-1.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.9.1.ebuild,v 1.1 2013/03/13 17:58:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.9.1.ebuild,v 1.2 2013/03/18 19:49:29 jer Exp $ EAPI=5 PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) @@ -33,7 +33,7 @@ RDEPEND=" kerberos? ( virtual/krb5 ) libadns? ( net-libs/adns ) lua? ( >=dev-lang/lua-5.1 ) - pcap? ( net-libs/libpcap ) + pcap? ( net-libs/libpcap[-netlink] ) portaudio? ( media-libs/portaudio ) python? ( ${PYTHON_DEPS} ) selinux? ( sec-policy/selinux-wireshark ) |