From 8990cb5a3cf01e1a40a336949cddd4d86f48649f Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Sun, 23 Aug 2026 23:51:54 +1200 Subject: [PATCH] cjose: upgrade 0.6.2.7 -> 0.6.2.8 Drop patch that is part of the upstream version. Changelog: https://github.com/OpenIDC/cjose/releases/tag/v0.6.2.8 Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj (cherry picked from commit b7c1c19585d7614fcc51e368405835c3abd9c740) Signed-off-by: Ankur Tyagi Signed-off-by: Anuj Mittal --- .../cjose/{cjose_0.6.2.7.bb => cjose_0.6.2.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/cjose/{cjose_0.6.2.7.bb => cjose_0.6.2.8.bb} (88%) diff --git a/meta-oe/recipes-support/cjose/cjose_0.6.2.7.bb b/meta-oe/recipes-support/cjose/cjose_0.6.2.8.bb similarity index 88% rename from meta-oe/recipes-support/cjose/cjose_0.6.2.7.bb rename to meta-oe/recipes-support/cjose/cjose_0.6.2.8.bb index b35cf349f1..492ee0d143 100644 --- a/meta-oe/recipes-support/cjose/cjose_0.6.2.7.bb +++ b/meta-oe/recipes-support/cjose/cjose_0.6.2.8.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7249e2f9437adfb8c88d870438042f0e" SRC_URI = "git://github.com/OpenIDC/cjose;protocol=https;branch=version-0.6.2.x;tag=v${PV}" -SRCREV = "10af8915a666b50caa5500cdc3f2523b916be720" +SRCREV = "e787ace6a203d483038a793fd58f958a2f9b48c1" DEPENDS = "openssl libcheck jansson"