[OE-core] [2.2][PATCH 4/7] gnutls: update 3.4.10 -> 3.4.11

Andre McCurdy armccurdy at gmail.com
Fri Apr 15 23:59:55 UTC 2016


* Version 3.4.11 (released 2016-04-11)

** libgnutls: Fixes in gnutls_record_get/set_state() with DTLS. Reported
   by Fridolin Pokorny.

** libgnutls: Fixes in DSA key generation under PKCS #11. Report and patches
   by Jan Vcelak.

** libgnutls: Corrected behavior of ALPN extension parsing during session
   resumption. Report and patches by Yuriy M. Kaminskiy.

** libgnutls: Corrected regression (since 3.4.0) in gnutls_server_name_set()
   which caused it not to accept non-null-terminated hostnames. Reported
   by Tim Ruehsen.

** libgnutls: Corrected printing of the IP Adress name constraints.

** ocsptool: use HTTP/1.0 for requests. This avoids issue with servers
   serving chunk encoding which ocsptool doesn't support. Reported by Thomas
   Klute.

** certtool: do not require a CA for OCSP signing tag. This follows the
   recommendations in RFC6960 in 4.2.2.2 which allow a CA to delegate OCSP
   signing to another certificate without requiring it to be a CA. Reported
   by Thomas Klute.

** API and ABI modifications:
No changes since last version.

Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
---
 meta/recipes-support/gnutls/{gnutls_3.4.10.bb => gnutls_3.4.11.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/gnutls/{gnutls_3.4.10.bb => gnutls_3.4.11.bb} (60%)

diff --git a/meta/recipes-support/gnutls/gnutls_3.4.10.bb b/meta/recipes-support/gnutls/gnutls_3.4.11.bb
similarity index 60%
rename from meta/recipes-support/gnutls/gnutls_3.4.10.bb
rename to meta/recipes-support/gnutls/gnutls_3.4.11.bb
index 73f1fc0..4203548 100644
--- a/meta/recipes-support/gnutls/gnutls_3.4.10.bb
+++ b/meta/recipes-support/gnutls/gnutls_3.4.11.bb
@@ -4,5 +4,5 @@ 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] = "fe9a0dc5adf205122f01a3e7dac5f8dd"
-SRC_URI[sha256sum] = "6a32c2b4acbd33ff7eefcbd1357009da04c94c60146ef61320b6c076b1bdf59f"
+SRC_URI[md5sum] = "4da148b5a0048aaac4961e2d9ba95798"
+SRC_URI[sha256sum] = "70ef9c9f95822d363036c6e6b5479750e5b7fc34f50e750c3464a98ec65a9ab8"
-- 
1.9.1




More information about the Openembedded-core mailing list