Skip to content

Commit

Permalink
unrar: 5.4.5 -> 5.5.5 (security)
Browse files Browse the repository at this point in the history
Fixes arbitrary memory write.

See https://bugs.chromium.org/p/project-zero/issues/detail?id=1286

(cherry picked from commit cfdb976)
  • Loading branch information
fpletz committed Jun 21, 2017
1 parent d97649c commit 79cd5b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/archivers/unrar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 79cd5b1

Please sign in to comment.