ettercap: Switch to OpenSSL 1.1.1

I noticed that Ettercap was listed in #80746.
This commit is contained in:
Michael Weiss 2020-02-24 18:41:14 +01:00
parent f5d2675512
commit ee8935d635
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83
2 changed files with 9 additions and 4 deletions

View File

@ -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 ];

View File

@ -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 { };