aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnutls/gnutls_2.12.23.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-05-08 13:14:45 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-07-08 10:30:20 +0100
commitabf0d8d471c90670e76610c91469b139bcc7ea82 (patch)
tree8afaf44625768e24293af84de353fff54c88a355 /meta/recipes-support/gnutls/gnutls_2.12.23.bb
parent3dd03bb4fd868c512dfee2161bd55867c358b8fc (diff)
downloadopenembedded-core-contrib-abf0d8d471c90670e76610c91469b139bcc7ea82.tar.gz
gnutls: upgrade to 2.12.23
Importantly, this fixes CVE-2013-1619. Upstream doesn't use GNU as a host, so update the SRC_URI. remove-gets.patch isn't required anymore, obsolete_automake_macros.patch is merged upstream, and gnutls_fix_for_automake_1.12.1.patch doesn't seem to be needed. It was merged and reverted upstream, and my build without it succeeded. (From OE-Core master rev: 9a6395076984350b1dd7005453f97233bbb43132) 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_2.12.23.bb')
-rw-r--r--meta/recipes-support/gnutls/gnutls_2.12.23.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_2.12.23.bb b/meta/recipes-support/gnutls/gnutls_2.12.23.bb
new file mode 100644
index 0000000000..1575d2c614
--- /dev/null
+++ b/meta/recipes-support/gnutls/gnutls_2.12.23.bb
@@ -0,0 +1,13 @@
+require gnutls.inc
+
+PR = "${INC_PR}.4"
+
+SRC_URI += "file://gnutls-openssl.patch \
+ file://correct_rpl_gettimeofday_signature.patch \
+ file://configure-fix.patch \
+ file://avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch \
+ ${@['', 'file://fix-gettext-version.patch'][bb.data.inherits_class('native', d) or (not ((d.getVar("INCOMPATIBLE_LICENSE", True) or "").find("GPLv3") != -1))]} \
+ "
+
+SRC_URI[md5sum] = "f3c1d34bd5f113395c4be0d5dfc2b7fe"
+SRC_URI[sha256sum] = "dfa67a7e40727eb0913e75f3c44911d5d8cd58d1ead5acfe73dd933fc0d17ed2"