ettercap: Switch to OpenSSL 1.1.1
I noticed that Ettercap was listed in #80746.
This commit is contained in:
parent
f5d2675512
commit
ee8935d635
2 changed files with 9 additions and 4 deletions
|
@ -35,7 +35,14 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Comprehensive suite for man in the middle attacks";
|
||||
homepage = http://ettercap.github.io/ettercap/;
|
||||
longDescription = ''
|
||||
Ettercap is a comprehensive suite for man in the middle attacks. It
|
||||
features sniffing of live connections, content filtering on the fly and
|
||||
many other interesting tricks. It supports active and passive dissection
|
||||
of many protocols and includes many features for network and host
|
||||
analysis.
|
||||
'';
|
||||
homepage = https://www.ettercap-project.org/;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
|
|
|
@ -3166,9 +3166,7 @@ in
|
|||
|
||||
ethtool = callPackage ../tools/misc/ethtool { };
|
||||
|
||||
ettercap = callPackage ../applications/networking/sniffers/ettercap {
|
||||
openssl = openssl_1_0_2;
|
||||
};
|
||||
ettercap = callPackage ../applications/networking/sniffers/ettercap { };
|
||||
|
||||
euca2ools = callPackage ../tools/virtualization/euca2ools { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue