libexosip: 4.1.0 -> 5.2.0
Fix CVE-2014-10375. sipwitch is marked as broken as it does compile with libexosip > 5.0.0 and the upstream project appears to be stalled/abandoned.
This commit is contained in:
@@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = with lib.platforms; linux;
|
||||
broken = true; # Require libexosip2 < 5.0.0 which is vulnerable to CVE-2014-10375.
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user