summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-07-17 13:36:39 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-07-22 17:37:54 +0800
commit6d344c74c5bb6ec0af0f6572f6998c7d749dfea9 (patch)
tree1868a55fcb6952df6c18dc4ddd8c8b4f312c9312
parent8829443a451d4c3293c97792bbc99ae77e7c029e (diff)
downloadmeta-fsl-ppc-6d344c74c5bb6ec0af0f6572f6998c7d749dfea9.tar.gz
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 <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-dpaa/flib/flib_git.bb2
1 files changed, 1 insertions, 1 deletions
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"
4LIC_FILES_CHKSUM = "file://COPYING;md5=75d2f6a74299640c05ae6c69ed7a4ad6" 4LIC_FILES_CHKSUM = "file://COPYING;md5=75d2f6a74299640c05ae6c69ed7a4ad6"
5 5
6SRC_URI = "git://git.freescale.com/ppc/sdk/flib.git;nobranch=1" 6SRC_URI = "git://git.freescale.com/ppc/sdk/flib.git;nobranch=1"
7SRCREV = "4bd48d4d6dbb1bd57c3c608fe66e97f4eb8e05b9" 7SRCREV = "91bbb134df1cd8b65c7c19db9bec9f00d1435377"
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10