summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2018-02-26 14:53:12 -0800
committerRoss Burton <ross.burton@intel.com>2018-02-28 12:41:53 +0000
commit2c168fef0cc3c02f0abd4d3b881478b326593a7f (patch)
tree53b134a3834ba4ca5682829194731076547f073a
parent138f6dd943f89604d38a7096def23ea02d55707a (diff)
downloadmeta-gplv2-2c168fef0cc3c02f0abd4d3b881478b326593a7f.tar.gz
gnutls: update 3.3.28 -> 3.3.29
* Version 3.3.29 (released 2018-02-16) ** libgnutls: Fixed issue which caused 1-byte handshake fragments to be refused. Reported by Balázs Kéri. ** libgnutls: Fixed interoperability issue with openssl when safe renegotiation was used. Resolves gitlab issue #259. ** libgnutls: Use readdir() instead of readdir_r internally. The latter is deprecated and on our use we don't need readdir() to be thread safe (which it is in most common platforms). ** libgnutls: require strict DER encoding for certificates, OCSP requests, private keys, CRLs and certificate requests. This backports the already default behavior from the 3.5.x branch, in order to reduce issues due to the complexity of BER rules. ** libgnutls: Addressed issue in the AES-CBC acceleration under ssse3 (patch by Vitezslav Cizek). ** libgnutls: Addressed issue in the accelerated code which may affect interoperability with versions of nettle > 3.4. ** p11tool: Fixed issue preventing the deletion of objects in batch mode. ** p11tool: Mark all generated objects as sensitive by default. ** API and ABI modifications: No changes since last version. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--recipes-support/gnutls/gnutls_3.3.28.bb8
-rw-r--r--recipes-support/gnutls/gnutls_3.3.29.bb8
2 files changed, 8 insertions, 8 deletions
diff --git a/recipes-support/gnutls/gnutls_3.3.28.bb b/recipes-support/gnutls/gnutls_3.3.28.bb
deleted file mode 100644
index 1b23369..0000000
--- a/recipes-support/gnutls/gnutls_3.3.28.bb
+++ /dev/null
@@ -1,8 +0,0 @@
1require gnutls.inc
2
3SRC_URI += " \
4 file://configure.ac-fix-sed-command.patch \
5 file://use-pkg-config-to-locate-zlib.patch \
6"
7SRC_URI[md5sum] = "e19718d97cee5279edf3f3b9318f926c"
8SRC_URI[sha256sum] = "608f63441abc209c5bd5f61e35f2b6128c22e06fa2ad6248a08d8a643feeb807"
diff --git a/recipes-support/gnutls/gnutls_3.3.29.bb b/recipes-support/gnutls/gnutls_3.3.29.bb
new file mode 100644
index 0000000..21099eb
--- /dev/null
+++ b/recipes-support/gnutls/gnutls_3.3.29.bb
@@ -0,0 +1,8 @@
1require gnutls.inc
2
3SRC_URI += " \
4 file://configure.ac-fix-sed-command.patch \
5 file://use-pkg-config-to-locate-zlib.patch \
6"
7SRC_URI[md5sum] = "de7a58232d42b1d71baf38a06dc34412"
8SRC_URI[sha256sum] = "fa9d13f1bc35b81fac85152906b8d4950f4f5a90d76d5b406c1167728770c94a"