Skip to content

Commit

Permalink
Merge pull request NixOS#72158 from mmahut/openscCVE
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahut committed Oct 28, 2019
2 parents 13b893f + 4bd3249 commit 98e272c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkgs/tools/security/opensc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ stdenv.mkDerivation rec {
url = "https://github.com/OpenSC/OpenSC/commit/0d7967549751b7032f22b437106b41444aff0ba9.patch";
sha256 = "1y42lmz8i9w99hgpakdncnv8f94cqjfabz0v4xg6wfz9akl3ff7d";
})
(fetchpatch {
name = "CVE-2019-15945.patch";
url = "https://github.com/OpenSC/OpenSC/commit/412a6142c27a5973c61ba540e33cdc22d5608e68.patch";
sha256 = "088i2i1fkvdxnywmb54bn4283vhbxx6i2632b34ss5dh7k080hp7";
})
(fetchpatch {
name = "CVE-2019-15946.patch";
url = "https://github.com/OpenSC/OpenSC/commit/a3fc7693f3a035a8a7921cffb98432944bb42740.patch";
sha256 = "1qr9n8cbarrdn4kr5z0ys7flq50hfmcbm8584mhw7r39p08qwmvq";
})
];

nativeBuildInputs = [ pkgconfig autoreconfHook ];
Expand Down

0 comments on commit 98e272c

Please sign in to comment.