mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
pigz: update from 2.3.1 to 2.3.3, potentially fixes CVE-2015-1191
This commit is contained in:
parent
e3639c03f2
commit
520cba52fc
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchurl, zlib, utillinux }:
|
{ stdenv, fetchurl, zlib, utillinux }:
|
||||||
|
|
||||||
let name = "pigz";
|
let name = "pigz";
|
||||||
version = "2.3.1";
|
version = "2.3.3";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = name + "-" + version;
|
name = name + "-" + version;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.zlib.net/${name}/${name}-${version}.tar.gz";
|
url = "http://www.zlib.net/${name}/${name}-${version}.tar.gz";
|
||||||
sha256 = "0m5gw134wfqy1wwqzla0f6c88bxys1sq5gs22zrphf9a8bjhr6v2";
|
sha256 = "172hdf26k4zmm7z8md7nl0dph2a7mhf3x7slb9bhfyff6as6g2sf";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [zlib] ++ stdenv.lib.optional stdenv.isLinux utillinux;
|
buildInputs = [zlib] ++ stdenv.lib.optional stdenv.isLinux utillinux;
|
||||||
|
Loading…
Reference in New Issue
Block a user