unrar: 5.4.5 -> 5.5.5 (security)

Fixes arbitrary memory write.

See https://bugs.chromium.org/p/project-zero/issues/detail?id=1286
This commit is contained in:
Franz Pletz 2017-06-21 14:37:22 +02:00
parent f237eeb6a8
commit cfdb9769ce
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.4.5";
version = "5.5.5";
src = fetchurl {
url = "http://www.rarlab.com/rar/unrarsrc-${version}.tar.gz";
sha256 = "0v3rz2245bp2nh4115ysqv34vqlrpln9y11fnlzqj8i46f2caw74";
sha256 = "1vv1s1pa0pf1r0h7dw89ha9y68x7hdm82csnkh6ms0igrcwkhmd4";
};
postPatch = ''