Skip to content

Commit

Permalink
Merge NixOS#84273: gnutls: 3.6.12 -> 3.6.13 [security]
Browse files Browse the repository at this point in the history
... into staging.  Fixes CVE-2020-11501.

(cherry picked from commit f91b34e)
  • Loading branch information
vcunat authored and stigok committed Jun 12, 2020
1 parent 5865b88 commit 193266a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gnutls/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

assert guileBindings -> guile != null;
let
version = "3.6.12";
version = "3.6.13";

# XXX: Gnulib's `test-select' fails on FreeBSD:
# http://hydra.nixos.org/build/2962084/nixlog/1/raw .
Expand All @@ -24,7 +24,7 @@ stdenv.mkDerivation {

src = fetchurl {
url = "mirror://gnupg/gnutls/v3.6/gnutls-${version}.tar.xz";
sha256 = "0jvca1qahn9lrwv6f5kfs95icirc15b2a8x9fzczyj996ipg3b5z";
sha256 = "0f1gnm0756qms5cpx6yn6xb8d3imc2gkqmygf12n9x6r8zs1s11j";
};

outputs = [ "bin" "dev" "out" "man" "devdoc" ];
Expand Down

0 comments on commit 193266a

Please sign in to comment.