summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnutls/gnutls_3.3.5.bb
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2016-01-07 14:38:09 +0100
committerTudor Florea <tudor.florea@enea.com>2016-01-08 01:50:10 +0100
commitcc1d3f0edb1a8d2bdd24aa34c654c2135e0854fe (patch)
treec9c7c8f04c561fa7f7697412c4017610152c283a /meta/recipes-support/gnutls/gnutls_3.3.5.bb
parent143136f7c830a5beb149f05886d2a649a29fca7a (diff)
downloadpoky-cc1d3f0edb1a8d2bdd24aa34c654c2135e0854fe.tar.gz
gnutls: CVE-2015-6251
Fixes double free flaw in certificate DN decoding. References: http://www.gnutls.org/security.html#GNUTLS-SA-2015-3 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2015-6251 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-6251 Upstream fix: https://gitlab.com/gnutls/gnutls/commit/ 272854367efc130fbd4f1a51840d80c630214e12 Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-support/gnutls/gnutls_3.3.5.bb')
-rw-r--r--meta/recipes-support/gnutls/gnutls_3.3.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.3.5.bb b/meta/recipes-support/gnutls/gnutls_3.3.5.bb
index 9f26470f41..ce1da890f6 100644
--- a/meta/recipes-support/gnutls/gnutls_3.3.5.bb
+++ b/meta/recipes-support/gnutls/gnutls_3.3.5.bb
@@ -3,6 +3,7 @@ require gnutls.inc
3SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \ 3SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \
4 file://eliminated-double-free-CVE-2015-3308.patch \ 4 file://eliminated-double-free-CVE-2015-3308.patch \
5 file://better-fix-for-double-free-CVE-2015-3308.patch \ 5 file://better-fix-for-double-free-CVE-2015-3308.patch \
6 file://CVE-2015-6251.patch \
6 " 7 "
7 8
8SRC_URI[md5sum] = "1f396dcf3c14ea67de7243821006d1a2" 9SRC_URI[md5sum] = "1f396dcf3c14ea67de7243821006d1a2"