From 54f619058501079bb15133e6ea9eee79d92dae21 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 5 Aug 2026 07:39:40 +1200 Subject: [PATCH] smarty: upgrade 5.8.0 -> 5.8.3 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj (cherry picked from commit e6fd95cd3984a759c4107d6e63f4447f998035ae) v5.8.1 https://github.com/smarty-php/smarty/blob/v5.8.4/CHANGELOG.md#581---2026-06-23 v5.8.2 https://github.com/smarty-php/smarty/blob/v5.8.4/CHANGELOG.md#582---2026-06-24 v5.8.3 https://github.com/smarty-php/smarty/blob/v5.8.4/CHANGELOG.md#583---2026-06-28 Signed-off-by: Ankur Tyagi Signed-off-by: Anuj Mittal --- .../recipes-support/smarty/{smarty_5.8.0.bb => smarty_5.8.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/smarty/{smarty_5.8.0.bb => smarty_5.8.3.bb} (95%) diff --git a/meta-oe/recipes-support/smarty/smarty_5.8.0.bb b/meta-oe/recipes-support/smarty/smarty_5.8.3.bb similarity index 95% rename from meta-oe/recipes-support/smarty/smarty_5.8.0.bb rename to meta-oe/recipes-support/smarty/smarty_5.8.3.bb index 89fe828ab5..f0779efb7e 100644 --- a/meta-oe/recipes-support/smarty/smarty_5.8.0.bb +++ b/meta-oe/recipes-support/smarty/smarty_5.8.3.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2c0f216b2120ffc367e20f2b56df51b3" SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master;tag=v${PV}" -SRCREV = "78d259d3b971c59a0cd719c270cc5cbb740c36a7" +SRCREV = "042dff64a912c272e7692a442590880a3388c4b9" INHIBIT_DEFAULT_DEPS = "1"