forked from mirrors/nixpkgs
charybdis: 3.5.1 -> 3.5.3 (security)
Fixes CVE-2016-7143 (certificate fingerprint spoofing through crafted SASL messages).
This commit is contained in:
parent
5929399527
commit
5f6557d437
|
@ -1,13 +1,13 @@
|
|||
{ stdenv, fetchFromGitHub, bison, flex, openssl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "charybdis-3.5.1";
|
||||
name = "charybdis-3.5.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "charybdis-ircd";
|
||||
repo = "charybdis";
|
||||
rev = name;
|
||||
sha256 = "12lwfcgszama7140l1qhmhf1v05csipswrvqzmg8pkaazbag4ka7";
|
||||
sha256 = "1s8p26lrc5vm08gi6hc5gqidgyj7v5bzm4d2g81v4xk387f85lnc";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -21,8 +21,6 @@ stdenv.mkDerivation rec {
|
|||
"--with-program-prefix=charybdis-"
|
||||
];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
buildInputs = [ bison flex openssl ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue