diff --git a/srcpkgs/wireshark/INSTALL b/srcpkgs/wireshark/INSTALL index 07811112ea6..9c5f29d4b09 100644 --- a/srcpkgs/wireshark/INSTALL +++ b/srcpkgs/wireshark/INSTALL @@ -2,6 +2,5 @@ case "${ACTION}" in post) chgrp wireshark usr/bin/dumpcap setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' usr/bin/dumpcap - chmod 770 usr/bin/dumpcap ;; esac diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template index c5c8f96e643..3afe3fe5ae5 100644 --- a/srcpkgs/wireshark/template +++ b/srcpkgs/wireshark/template @@ -1,7 +1,7 @@ # Template file for 'wireshark' pkgname=wireshark version=2.0.1 -revision=2 +revision=3 build_style=gnu-configure configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua --with-krb5 --with-gtk3=yes --without-portaudio CC_FOR_BUILD=cc"