diff options
author | Peter Volkov <pva@gentoo.org> | 2008-04-10 05:54:31 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-04-10 05:54:31 +0000 |
commit | b5802101f3609da4092c5b49c3f74afc6775254e (patch) | |
tree | d438291099d1a126e007dcbedce3321637fe7a89 /net-analyzer/wireshark | |
parent | Updated Fair CPU Scheduler support with a patch from Arthur Hagen <art-gt@bro... (diff) | |
download | gentoo-2-b5802101f3609da4092c5b49c3f74afc6775254e.tar.gz gentoo-2-b5802101f3609da4092c5b49c3f74afc6775254e.tar.bz2 gentoo-2-b5802101f3609da4092c5b49c3f74afc6775254e.zip |
cap_kill is not required in wireshark-1.0.0, bug #217061, thank Justin Bronder for report.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.0.0.ebuild | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index f1a969ff06f3..7ca008a81a2e 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.99 2008/04/03 18:26:52 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.100 2008/04/10 05:54:31 pva Exp $ + + 10 Apr 2008; Peter Volkov <pva@gentoo.org> wireshark-1.0.0.ebuild: + cap_kill is not required in wireshark-1.0.0, bug #217061, thank Justin + Bronder for report. 03 Apr 2008; Tobias Scherbaum <dertobi123@gentoo.org> wireshark-1.0.0.ebuild: diff --git a/net-analyzer/wireshark/wireshark-1.0.0.ebuild b/net-analyzer/wireshark/wireshark-1.0.0.ebuild index f289a78e910b..cb31012b96a3 100644 --- a/net-analyzer/wireshark/wireshark-1.0.0.ebuild +++ b/net-analyzer/wireshark/wireshark-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.0.ebuild,v 1.8 2008/04/03 18:26:52 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.0.ebuild,v 1.9 2008/04/10 05:54:31 pva Exp $ EAPI=1 WANT_AUTOMAKE="1.9" @@ -163,9 +163,4 @@ pkg_postinst() { ewarn "wireshark group. This security measure ensures that only trusted" ewarn "users allowed to sniff your traffic." echo - if use caps && use gtk; then - # http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2228 - elog "Setting cap_kill on /usr/bin/wireshark" - setcap cap_kill=ep /usr/bin/wireshark - fi } |