Skip to content

Commit cfdb976

Browse files
committedJun 21, 2017
unrar: 5.4.5 -> 5.5.5 (security)
Fixes arbitrary memory write. See https://bugs.chromium.org/p/project-zero/issues/detail?id=1286
1 parent f237eeb commit cfdb976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/archivers/unrar/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "unrar-${version}";
5-
version = "5.4.5";
5+
version = "5.5.5";
66

77
src = fetchurl {
88
url = "http://www.rarlab.com/rar/unrarsrc-${version}.tar.gz";
9-
sha256 = "0v3rz2245bp2nh4115ysqv34vqlrpln9y11fnlzqj8i46f2caw74";
9+
sha256 = "1vv1s1pa0pf1r0h7dw89ha9y68x7hdm82csnkh6ms0igrcwkhmd4";
1010
};
1111

1212
postPatch = ''

0 commit comments

Comments
 (0)