3
0
Fork 0
forked from mirrors/nixpkgs

clawsMail: 3.13.0 -> 3.13.1 (CVE-2015-8614)

Fixes a remotely triggerable buffer overflow.
http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3557
Close #11910.
This commit is contained in:
Franz Pletz 2015-12-23 18:28:22 +01:00 committed by Vladimír Čunát
parent 354eb9e911
commit cbada77b0b

View file

@ -30,7 +30,7 @@
with stdenv.lib;
let version = "3.13.0"; in
let version = "3.13.1"; in
stdenv.mkDerivation {
name = "claws-mail-${version}";
@ -45,7 +45,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "http://www.claws-mail.org/download.php?file=releases/claws-mail-${version}.tar.xz";
sha256 = "0fpr9gdgrs5yggm61a6135ca06x0cflddsh8dwfqmpb3dj07cl1n";
sha256 = "049av7r0xhjjjm1p93l2ns3xisvn125v3ncqar23cqjzgcichg5d";
};
patches = [ ./mime.patch ];