]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
gnupg: security bump to version 1.4.17
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 25 Jun 2014 18:41:54 +0000 (15:41 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 25 Jun 2014 20:29:53 +0000 (22:29 +0200)
Fixes CVE-2014-4617: The do_uncompress function in g10/compress.c in
GnuPG 1.x before 1.4.17 and 2.x before 2.0.24 allows context-dependent
attackers to cause a denial of service (infinite loop) via malformed
compressed packets, as demonstrated by an a3 01 5b ff byte sequence.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gnupg/gnupg.mk

index c334ac64b56e60aba05b1e0abc7a52648b6493d0..4c969673c1f426882c260dfe0f440078c69431b6 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GNUPG_VERSION = 1.4.16
+GNUPG_VERSION = 1.4.17
 GNUPG_SOURCE = gnupg-$(GNUPG_VERSION).tar.bz2
 GNUPG_SITE = ftp://ftp.gnupg.org/gcrypt/gnupg
 GNUPG_LICENSE = GPLv3+