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:
parent
c7e16f5ce5
commit
58f15c1f95
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user