gnutls: security bump to version 3.3.14

Fixes a two-byte stack overflow in DTLS 0.9 protocol (no CVE assigned
yet).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Gustavo Zacarias 2015-03-30 08:28:46 -03:00 committed by Thomas Petazzoni
parent 899ba2dbd5
commit 552399dbf6
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
# Locally calculated after checking pgp signature
sha256 91bf1ef5c159b7f2176f972184545b287af6507ab55a543f6007d31406b97a99 gnutls-3.3.13.tar.xz
sha256 0dfa0030faad8909c1e904105198232d6bc0123cae8cf4933b2bac85ee7cec52 gnutls-3.3.14.tar.xz

View file

@ -5,7 +5,7 @@
################################################################################
GNUTLS_VERSION_MAJOR = 3.3
GNUTLS_VERSION = $(GNUTLS_VERSION_MAJOR).13
GNUTLS_VERSION = $(GNUTLS_VERSION_MAJOR).14
GNUTLS_SOURCE = gnutls-$(GNUTLS_VERSION).tar.xz
GNUTLS_SITE = ftp://ftp.gnutls.org/gcrypt/gnutls/v$(GNUTLS_VERSION_MAJOR)
GNUTLS_LICENSE = GPLv3+ LGPLv2.1+