Skip to content

Commit

Permalink
pcsclite: 1.8.17 -> 1.8.20 for CVE-2016-10109
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Jan 12, 2017
1 parent 2dab778 commit 847647a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/tools/security/pcsclite/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@

stdenv.mkDerivation rec {
name = "pcsclite-${version}";
version = "1.8.17";
version = "1.8.20";

src = fetchurl {
url = "https://alioth.debian.org/frs/download.php/file/4173/pcsc-lite-${version}.tar.bz2";
sha256 = "0vq2291kvnbg8czlakqahxrdhsvp74fqy3z75lfjlkq2aj36yayp";
# This URL changes in unpredictable ways, so it is not sensicle
# to put a version variable in there.
url = "https://alioth.debian.org/frs/download.php/file/4203/pcsc-lite-1.8.20.tar.bz2";
sha256 = "1ckb0jf4n585a4j26va3jm2nrv3c1y38974514f8qy3c04a02zgc";
};

patches = [ ./no-dropdir-literals.patch ];
Expand Down

0 comments on commit 847647a

Please sign in to comment.