pam_u2f: 1.0.8 -> 1.0.9

Fixes CVE-2019-12209 & CVE-2019-12210.

https://developers.yubico.com/pam-u2f/Release_Notes.html
This commit is contained in:
Franz Pletz 2019-06-05 12:39:06 +02:00
parent 964e5fd4f6
commit e7a0328c53
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "pam_u2f-${version}";
version = "1.0.7";
version = "1.0.8";
src = fetchurl {
url = "https://developers.yubico.com/pam-u2f/Releases/${name}.tar.gz";
sha256 = "1kz7d3vr5dag1d5zq14kcp887p5d0q079dy1sqyl8ndi567asjh3";
sha256 = "16awjzx348imjz141fzzldy00qpdmw2g37rnq430w5mnzak078jj";
};
nativeBuildInputs = [ pkgconfig ];