From 66ed16b27d2c1a8141fabff4925faf26d0b124c0 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Wed, 3 Feb 2016 13:17:11 -0800 Subject: gnutls: update 3.4.8 -> 3.4.9 This version fixes bugs in the current stable branch. * Version 3.4.9 (released 2016-02-03) ** libgnutls: Corrected ALPN protocol negotiation. Before GnuTLS would negotiate the last commonly supported protocol, rather than the first. Reported by Remi Denis-Courmont (#63). ** libgnutls: Tolerate empty DN fields in informational output functions. ** libgnutls: Corrected regression causes by incorrect fix in gnutls_x509_ext_export_key_usage() at 3.4.8 release. ** API and ABI modifications: No changes since last version. (From OE-Core rev: 6708665b4d72e1c56021a73f99e02657c5600c88) Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-support/gnutls/gnutls_3.4.8.bb | 8 -------- meta/recipes-support/gnutls/gnutls_3.4.9.bb | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta/recipes-support/gnutls/gnutls_3.4.8.bb create mode 100644 meta/recipes-support/gnutls/gnutls_3.4.9.bb (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/gnutls/gnutls_3.4.8.bb b/meta/recipes-support/gnutls/gnutls_3.4.8.bb deleted file mode 100644 index 41eb91a558..0000000000 --- a/meta/recipes-support/gnutls/gnutls_3.4.8.bb +++ /dev/null @@ -1,8 +0,0 @@ -require gnutls.inc - -SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \ - file://0001-configure.ac-fix-sed-command.patch \ - file://use-pkg-config-to-locate-zlib.patch \ - " -SRC_URI[md5sum] = "a26e6dd8d5ad92016e3f068795b89624" -SRC_URI[sha256sum] = "e07c05dea525c6bf0dd8017fc5b89d886954f04fedf457ecd1ce488ac3b86ab7" diff --git a/meta/recipes-support/gnutls/gnutls_3.4.9.bb b/meta/recipes-support/gnutls/gnutls_3.4.9.bb new file mode 100644 index 0000000000..b652f6fac0 --- /dev/null +++ b/meta/recipes-support/gnutls/gnutls_3.4.9.bb @@ -0,0 +1,8 @@ +require gnutls.inc + +SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \ + file://0001-configure.ac-fix-sed-command.patch \ + file://use-pkg-config-to-locate-zlib.patch \ + " +SRC_URI[md5sum] = "1b3b6d55d0e2b6d01a54f53129f1da9b" +SRC_URI[sha256sum] = "48594fadba33d450f796ec69526cf2bce6ff9bc3dc90fbd7bf38dc3601f57c3f" -- cgit v1.2.3-54-g00ecf