gnupg1orig: 1.4.20 -> 1.4.21

Fixes CVE-2016-6316.

See http://lists.gnu.org/archive/html/info-gnu/2016-08/msg00008.html
This commit is contained in:
Lancelot SIX 2016-08-18 09:53:15 +02:00
parent c4a7bdd248
commit 6a1e9d253d
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, readline, bzip2 }:
stdenv.mkDerivation rec {
name = "gnupg-1.4.20";
name = "gnupg-1.4.21";
src = fetchurl {
url = "mirror://gnupg/gnupg/${name}.tar.bz2";
sha256 = "1k7d6zi0zznqsmcjic0yrgfhqklqz3qgd3yac7wxsa7s6088p604";
sha256 = "0xi2mshq8f6zbarb5f61c9w2qzwrdbjm4q8fqsrwlzc51h8a6ivb";
};
buildInputs = [ readline bzip2 ];