Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: da27632fd211
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c75de8bc12cc
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 27, 2019

  1. opensc: CVE-2019-15945

    mmahut committed Oct 27, 2019
    Copy the full SHA
    e425800 View commit details
  2. opensc: CVE-2019-15946

    mmahut committed Oct 27, 2019
    Copy the full SHA
    80c90b4 View commit details
  3. Copy the full SHA
    c75de8b View commit details
Showing with 10 additions and 0 deletions.
  1. +10 −0 pkgs/tools/security/opensc/default.nix
10 changes: 10 additions & 0 deletions pkgs/tools/security/opensc/default.nix
Original file line number Diff line number Diff line change
@@ -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 ];