Skip to content

Commit

Permalink
gdal: add patch for CVE-2019-17545
Browse files Browse the repository at this point in the history
  • Loading branch information
risicle committed Oct 26, 2019
1 parent f82fb81 commit def1769
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pkgs/development/libraries/gdal/default.nix
Expand Up @@ -20,7 +20,15 @@ stdenv.mkDerivation rec {

sourceRoot = "source/gdal";

patches = [ ./001.3_0_1.darwin.patch ];
patches = [
./001.3_0_1.darwin.patch
(fetchpatch {
name = "CVE-2019-17545.patch";
url = "https://github.com/OSGeo/gdal/commit/148115fcc40f1651a5d15fa34c9a8c528e7147bb.patch";
stripLen = 1;
sha256 = "0hai59hhvrci9xwjw4lp3wc1brn00imngmqrbbs8v9yr3b0fzbgs";
})
];

nativeBuildInputs = [ autoreconfHook ];

Expand Down

0 comments on commit def1769

Please sign in to comment.