diff options
author | sibel <lesibel@free.fr> | 2010-09-08 08:08:44 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-09-08 08:08:44 +0200 |
commit | 6b07ff134c66f1bb6a0086c94507dab3a5b77c68 (patch) | |
tree | 5b3da9661b659633cc54404ba295d2e4ed4806dc /extra/gnupg/gnupg2-2.0.16-security.patch | |
parent | c87fd0b123419e6fb50b515c87e8bdd878d6840f (diff) | |
download | nutyx-pakxe-6b07ff134c66f1bb6a0086c94507dab3a5b77c68.tar.gz nutyx-pakxe-6b07ff134c66f1bb6a0086c94507dab3a5b77c68.tar.bz2 nutyx-pakxe-6b07ff134c66f1bb6a0086c94507dab3a5b77c68.tar.xz nutyx-pakxe-6b07ff134c66f1bb6a0086c94507dab3a5b77c68.zip |
maj de gnupg#2.0.16-1
Diffstat (limited to 'extra/gnupg/gnupg2-2.0.16-security.patch')
-rw-r--r-- | extra/gnupg/gnupg2-2.0.16-security.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/gnupg/gnupg2-2.0.16-security.patch b/extra/gnupg/gnupg2-2.0.16-security.patch new file mode 100644 index 000000000..b265c1532 --- /dev/null +++ b/extra/gnupg/gnupg2-2.0.16-security.patch @@ -0,0 +1,11 @@ +--- kbx/keybox-blob.c (revision 5367) ++++ kbx/keybox-blob.c (working copy) +@@ -898,6 +898,7 @@ + rc = gpg_error_from_syserror (); + goto leave; + } ++ names = tmp; + } + names[blob->nuids++] = p; + if (!i && (p=x509_email_kludge (p))) + |