From 6d344c74c5bb6ec0af0f6572f6998c7d749dfea9 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Fri, 17 Jul 2015 13:36:39 +0800 Subject: flib: update to revision 91bbb13 This imports the following changes: 91bbb13 tls: remove misleading comment 2206af9 PROTOCOL - add IPsec NULL authentication a8bc0be IPsec legacy mode - fix zero-length key(s) cases e92572e PROTOCOL - fix GCM16 and GMAC modes for IPsec b18fb26 fix spurious regression tests failures b0a4577 tls: add stateless 3DES_EDE_CBC_SHA TLS10 kernel descriptors 0e2ffc0 tls: add stateless TLS10 kernel descriptors 0a58a47 rename operation mapping structure member 5bdf1a4 rename iv_flags to b0_flags d1c1b3b Don't use ERA dependent code for AEAD descriptor 8ad040d fix AEAD descriptor pointer size specification ec280b6 add AEAD-like descriptor 11688af add algorithm mode support Signed-off-by: Ting Liu Acked-by: Otavio Salvador --- recipes-dpaa/flib/flib_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-dpaa/flib/flib_git.bb b/recipes-dpaa/flib/flib_git.bb index 3ac7886..3818ccf 100644 --- a/recipes-dpaa/flib/flib_git.bb +++ b/recipes-dpaa/flib/flib_git.bb @@ -4,7 +4,7 @@ LICENSE = "BSD & GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=75d2f6a74299640c05ae6c69ed7a4ad6" SRC_URI = "git://git.freescale.com/ppc/sdk/flib.git;nobranch=1" -SRCREV = "4bd48d4d6dbb1bd57c3c608fe66e97f4eb8e05b9" +SRCREV = "91bbb134df1cd8b65c7c19db9bec9f00d1435377" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf