mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-28 07:53:32 +08:00
libksba: security bump to version 1.3.2
Fixes a buffer overflow in ksba_oid_to_str. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
87fd1bd5ce
commit
42d40e2ea0
@ -1,2 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 bc96b95516bd2b67f413bc8b5cc5a75a2583c6e666d24dfd0d5bcc6b1aab46f9 libksba-1.3.1.tar.bz2
|
||||
# From http://lists.gnupg.org/pipermail/gnupg-announce/2014q4/000359.html
|
||||
sha1 37d0893a587354af2b6e49f6ae701ca84f52da67 libksba-1.3.2.tar.bz2
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBKSBA_VERSION = 1.3.1
|
||||
LIBKSBA_VERSION = 1.3.2
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user