Skip to content

Commit

Permalink
Merge #64538: gnupg: 2.2.16 -> 2.2.17 (security)
Browse files Browse the repository at this point in the history
(cherry picked from commit 84e3370)
CVE-2019-13050 #64658.  The other changes don't sound too intrusive:
https://lists.gnupg.org/pipermail/gnupg-announce/2019q3/000439.html
  • Loading branch information
peti authored and vcunat committed Jul 13, 2019
1 parent 88cb463 commit e8e1eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/gnupg/22.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ assert guiSupport -> pinentry != null;
stdenv.mkDerivation rec {
name = "gnupg-${version}";

version = "2.2.16";
version = "2.2.17";

src = fetchurl {
url = "mirror://gnupg/gnupg/${name}.tar.bz2";
sha256 = "1jqlzp9b3kpfp1dkjqskm67jjrhvf9nh3lzf45321p7m9d2qvgkc";
sha256 = "056mgy09lvsi03531a437qj58la1j2x1y1scvfi53diris3658mg";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit e8e1eec

Please sign in to comment.