From 6ff1ffbba08c415e121d1f91217aff131cfad46d Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Fri, 28 Jul 2017 15:44:16 +0800 Subject: flib: update to 2c9b9dc226 *include the following changes 2c9b9dc - fix HMAC key size in cnstr_shdsc_hmac() dd4b8a0 - Merge pull request #36 in SDK/flib from ~B13908/flib:bugfix/QFLIB-148-rta-sec-shared-descriptor-apis to master cb0db69 - IPsec: add base length for AEAD-like descriptors 02eeb6d - add more ciphersuites in __tls_gen_auth_key eced864 - update README with support for SEC Eras 7 and 8 3e6d267 - add entries in proto_blob_flags[] for SEC ERA >= 6 9e4289c - PDCP - remove "TODO" since SOP is now supported b470f0c - IPSec - Change sharing type of shared descriptor. 11f0b9b - add rta_tls_cipher_mode() - IANA code to cipher type converter 9e7dc88 - add CAPWAP/DTLS support d691400 - use IANA naming for TLS cipher suites (protinfo) defines 4ff05c3 - add/update TLS output format PDB option (TLS_PDBOPTS_OUTFMT) e6d2044 - s/__rta_tls_pdb_ars/rta_dtls_pdb_ars 1fcc9f9 - make TLS PDB structures fixed size 9cbbdad - add __rta_out_{be,le}64 accessors 8ad5632 - remove unused pdb_len parameter from cnstr_shdsc_tls() 3d49d9b - fix TLS PDB structures padding 5396a23 - fix DTLS encapsulation PDB b6ba895 - add missing return type for __rta_copy_tls_pdb() 0435291 - fix include path for fsl_cdma.h header 78fc682 - IPsec new mode - L2 header copy using SEC (encap, tunnel mode) a5d4e52 - IPsec - rework DPOVRD register definition Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- recipes-dpaa/flib/flib_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-dpaa') diff --git a/recipes-dpaa/flib/flib_git.bb b/recipes-dpaa/flib/flib_git.bb index 4f435ba9..6e129960 100644 --- a/recipes-dpaa/flib/flib_git.bb +++ b/recipes-dpaa/flib/flib_git.bb @@ -3,8 +3,8 @@ SECTION = "flib" LICENSE = "BSD & GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=75d2f6a74299640c05ae6c69ed7a4ad6" -SRC_URI = "git://git.freescale.com/ppc/sdk/flib.git;branch=sdk-v2.0.x" -SRCREV = "08e2aeb7d5c72ebbef30277ab4e73ab147c4c0c7" +SRC_URI = "git://github.com/qoriq-open-source/flib.git;nobranch=1" +SRCREV = "2c9b9dc22699f7c00f24a2134c42901932a6a0b9" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf