bitlbee: 3.5 -> 3.5.1 for multiple CVEs

Fixes:

  * CVE-2016-10188
  * CVE-2016-10189
  * CVE-2017-5668
This commit is contained in:
Franz Pletz 2017-01-31 16:57:57 +01:00
parent a3517bf321
commit 53bfe0cafe
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -2,11 +2,11 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "bitlbee-3.5";
name = "bitlbee-3.5.1";
src = fetchurl {
url = "mirror://bitlbee/src/${name}.tar.gz";
sha256 = "06c371bjly38yrkvfwdh5rjfx9xfl7bszyhrlbldy0xk38c057al";
sha256 = "0sgsn0fv41rga46mih3fyv65cvfa6rvki8x92dn7bczbi7yxfdln";
};
nativeBuildInputs = [ pkgconfig ] ++ optional doCheck check;