mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
libmspack: update from 0.4alpha to 0.5alpha
fixes CVE-2014-9732, CVE-2015-4467, CVE-2015-4468, CVE-2015-4469, CVE-2015-4470, CVE-2015-4471 and CVE-2015-4472.
This commit is contained in:
parent
2dfb657b94
commit
5af468d0bc
@ -1,13 +1,10 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libmspack-0.4alpha";
|
||||
name = "libmspack-0.5alpha";
|
||||
src = fetchurl {
|
||||
# upstream url: "curl: (22) The requested URL returned error: 406 Not Acceptable"
|
||||
#url = http://www.cabextract.org.uk/libmspack/libmspack-0.4alpha.tar.gz;
|
||||
url = "http://pkgs.fedoraproject.org/lookaside/pkgs/libmspack/"
|
||||
+ "libmspack-0.4alpha.tar.gz/1ab10b507259993c74b4c41a88103b59/libmspack-0.4alpha.tar.gz";
|
||||
sha256 = "0s2w5zxx9cw7445cx9ap59ky5n7r201551zg906w9ghcys1qk5dp";
|
||||
url = "http://www.cabextract.org.uk/libmspack/libmspack-0.5alpha.tar.gz";
|
||||
sha256 = "04413hynb7zizxnkgy9riik3612dwirkpr6fcjrnfl2za9sz4rw9";
|
||||
};
|
||||
|
||||
meta = {
|
||||
@ -15,5 +12,4 @@ stdenv.mkDerivation {
|
||||
homepage = http://www.cabextract.org.uk/libmspack;
|
||||
license = stdenv.lib.licenses.lgpl2;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user