summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnutls/gnutls_3.3.12.bb
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2015-09-03 13:54:21 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-18 19:22:23 +0100
commit6516ecd07507c917f1f46e26eed7826015f1d1ec (patch)
treecfff2cfa2842e00181a28472b3a3834a89df0427 /meta/recipes-support/gnutls/gnutls_3.3.12.bb
parentd6dcddbb3d720ae641bc1218a7cbd73a5c9f31ca (diff)
downloadpoky-6516ecd07507c917f1f46e26eed7826015f1d1ec.tar.gz
gnutls: CVE-2015-3308
Fixes use-after-free flaw in CRL distribution points parsing Reference: https://gitlab.com/gnutls/gnutls/commit/d6972be33264ecc49a86cd0958209cd7363af1e9 https://gitlab.com/gnutls/gnutls/commit/053ae65403216acdb0a4e78b25ad66ee9f444f02 http://www.openwall.com/lists/oss-security/2015/04/15/6 (From OE-Core rev: 4db630c0cd7988c923eb3f48153a6cedafd6a139) Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnutls/gnutls_3.3.12.bb')
-rw-r--r--meta/recipes-support/gnutls/gnutls_3.3.12.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.3.12.bb b/meta/recipes-support/gnutls/gnutls_3.3.12.bb
index b310be0e58..62cd2d066d 100644
--- a/meta/recipes-support/gnutls/gnutls_3.3.12.bb
+++ b/meta/recipes-support/gnutls/gnutls_3.3.12.bb
@@ -3,6 +3,8 @@ require gnutls.inc
3SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \ 3SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \
4 file://configure.ac-fix-sed-command.patch \ 4 file://configure.ac-fix-sed-command.patch \
5 file://use-pkg-config-to-locate-zlib.patch \ 5 file://use-pkg-config-to-locate-zlib.patch \
6 file://eliminated-double-free-CVE-2015-3308.patch \
7 file://better-fix-for-double-free-CVE-2015-3308.patch \
6 " 8 "
7SRC_URI[md5sum] = "a37b20b4352a5f542367ded904729c90" 9SRC_URI[md5sum] = "a37b20b4352a5f542367ded904729c90"
8SRC_URI[sha256sum] = "67ab3e92c5d48f3323b897d7c1aa0bb2af6f3a84f5bd9931cda163a7ff32299b" 10SRC_URI[sha256sum] = "67ab3e92c5d48f3323b897d7c1aa0bb2af6f3a84f5bd9931cda163a7ff32299b"