unrar: 5.5.5 -> 5.5.7 for multiple CVEs

Fixes CVE-2012-6706, CVE-2017-12940, CVE-2017-12941, CVE-2017-12942.
This commit is contained in:
Franz Pletz 2017-09-28 14:00:55 +02:00
parent c7e16f5ce5
commit 58f15c1f95
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "unrar-${version}";
version = "5.5.5";
version = "5.5.7";
src = fetchurl {
url = "http://www.rarlab.com/rar/unrarsrc-${version}.tar.gz";
sha256 = "1vv1s1pa0pf1r0h7dw89ha9y68x7hdm82csnkh6ms0igrcwkhmd4";
sha256 = "13rd69ss6jqsa6yxr8kmgs84kb67k822d2mbiz29m75zj46hmvwa";
};
postPatch = ''