summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnutls/gnutls_3.5.3.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-10-18 17:05:13 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-10-28 16:15:18 +0100
commitff30ef9d5499171fe1798015c37ff7762e6a8e2b (patch)
treec0b398c304e0c33b9f93a69fbe4943819d3f61d4 /meta/recipes-support/gnutls/gnutls_3.5.3.bb
parent6e0980decbb492b299e7cceddd95d7b12199b2f7 (diff)
downloadpoky-ff30ef9d5499171fe1798015c37ff7762e6a8e2b.tar.gz
gnutls: update to 3.5.5
Remove backported 0001-Use-correct-include-dir-with-minitasn.patch and CVE-2016-7444.patch (which still applied silently and incorrectly: https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450). (From OE-Core rev: 118b7233721c374314b9ceca5a101e772a29d8c3) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnutls/gnutls_3.5.3.bb')
-rw-r--r--meta/recipes-support/gnutls/gnutls_3.5.3.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.5.3.bb b/meta/recipes-support/gnutls/gnutls_3.5.3.bb
deleted file mode 100644
index b2dbb07124..0000000000
--- a/meta/recipes-support/gnutls/gnutls_3.5.3.bb
+++ /dev/null
@@ -1,13 +0,0 @@
1require gnutls.inc
2
3SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \
4 file://0001-configure.ac-fix-sed-command.patch \
5 file://use-pkg-config-to-locate-zlib.patch \
6 file://0001-Use-correct-include-dir-with-minitasn.patch \
7 file://CVE-2016-7444.patch \
8 "
9SRC_URI[md5sum] = "6c2c7f40ddf52933ee3ca474cb8cb63c"
10SRC_URI[sha256sum] = "92c4bc999a10a1b95299ebefaeea8333f19d8a98d957a35b5eae74881bdb1fef"
11
12# x86 .text relocations should be fixed from 3.5.5 onwards
13INSANE_SKIP_${PN}_append_x86 = " textrel"