libksba: security bump to version 1.3.3
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 13 Apr 2015 21:17:56 +0000 (18:17 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 14 Apr 2015 08:06:43 +0000 (10:06 +0200)
Fixes (no CVEs assigned yet):

* integer overflow in the DN decoder src/dn.c (append_quoted,
append_atv)

* integer overflow in the BER decoder src/ber-decoder.c (ber_decoder_s)

* denial of service due to stack overflow in src/ber-decoder.c
(push_decoder_state, pop_decoder_state)

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libksba/libksba.hash
package/libksba/libksba.mk

index 3bd6ef028059590e77fbb6afb5ebebfbf6bca78e..f7727f10bfd6ca3d642d24f8896f6b7c79251a97 100644 (file)
@@ -1,2 +1,2 @@
-# From http://lists.gnupg.org/pipermail/gnupg-announce/2014q4/000359.html
-sha1   37d0893a587354af2b6e49f6ae701ca84f52da67        libksba-1.3.2.tar.bz2
+# Locally calculated after checking pgp signature
+sha256 0c7f5ffe34d0414f6951d9880a46fcc2985c487f7c36369b9f11ad41131c7786        libksba-1.3.3.tar.bz2
index b48cac5538920813fc0d2671e9a0ca10b4b23b63..765153473fa98edd7e9532a4adb0c4d56fa80094 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBKSBA_VERSION = 1.3.2
+LIBKSBA_VERSION = 1.3.3
 LIBKSBA_SOURCE = libksba-$(LIBKSBA_VERSION).tar.bz2
 LIBKSBA_SITE = ftp://ftp.gnupg.org/gcrypt/libksba
 LIBKSBA_LICENSE = LGPLv3+ or GPLv2+ (library, headers), GPLv3+ (manual, tests, build system)