[oe] [meta-oe] [PATCH 11/70] libkcapi: upgrade 1.5.0 -> 1.5.1
Wang Mingyu < [email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Wang Mingyu <[email protected]> License-Update: Copyright year updated to 2026 Changelog: ========== - remove tests of ansi_cprng - apply change suggestions derived from Claude code - kcapi-enc: add tag processing in decryption without ciphertext for completeness reason - fix memory corruption (CVE-2026-71226) - fix potential for an infinite loop (CVE-2026-71227) - add safety measure to prevent IV reuse (CVE-2026-71225) Signed-off-by: Wang Mingyu <[email protected]> --- .../libkcapi/{libkcapi_1.5.0.bb => libkcapi_1.5.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-crypto/libkcapi/{libkcapi_1.5.0.bb => libkcapi_1.5.1.bb} (90%) diff --git a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.1.bb similarity index 90% rename from meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb rename to meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.1.bb index 742a50c3fe..2a6d40b91a 100644 --- a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb +++ b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.1.bb @@ -1,9 +1,9 @@ SUMMARY = "Linux Kernel Crypto API User Space Interface Library" HOMEPAGE = "https://www.chronox.de/libkcapi/index.html" LICENSE = "BSD-3-Clause OR GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=3d8a091d797491204567185a6efce70f" +LIC_FILES_CHKSUM = "file://COPYING;md5=fed53d2ab12f2d813d4177dcf4792528" -SRCREV = "fc937358e71253a6efaa3ba74885364976b040ea" +SRCREV = "df40ea48ecbf1afc6d3efa5494673fa73bd40826" SRC_URI = "git://github.com/smuellerDD/libkcapi.git;branch=master;protocol=https \ " -- 2.43.0