mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
66ed16b27d
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 <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 lines
354 B
BlitzBasic
9 lines
354 B
BlitzBasic
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"
|