ettercap: Switch to OpenSSL 1.1.1
I noticed that Ettercap was listed in #80746.
This commit is contained in:
parent
f5d2675512
commit
ee8935d635
|
@ -35,7 +35,14 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Comprehensive suite for man in the middle attacks";
|
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;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
|
|
|
@ -3166,9 +3166,7 @@ in
|
||||||
|
|
||||||
ethtool = callPackage ../tools/misc/ethtool { };
|
ethtool = callPackage ../tools/misc/ethtool { };
|
||||||
|
|
||||||
ettercap = callPackage ../applications/networking/sniffers/ettercap {
|
ettercap = callPackage ../applications/networking/sniffers/ettercap { };
|
||||||
openssl = openssl_1_0_2;
|
|
||||||
};
|
|
||||||
|
|
||||||
euca2ools = callPackage ../tools/virtualization/euca2ools { };
|
euca2ools = callPackage ../tools/virtualization/euca2ools { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue