From c5199e0925c9eef1cae99625ee196a61ca137d76 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 10 Feb 2025 17:01:35 +0800 Subject: [PATCH] smarty: update 5.4.2 -> 5.4.3 Changelog: =========== - replace/qualify call_user_func_array - Restore special handling of isset and empty as it was in v4 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/smarty/{smarty_5.4.2.bb => smarty_5.4.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/smarty/{smarty_5.4.2.bb => smarty_5.4.3.bb} (95%) diff --git a/meta-oe/recipes-support/smarty/smarty_5.4.2.bb b/meta-oe/recipes-support/smarty/smarty_5.4.3.bb similarity index 95% rename from meta-oe/recipes-support/smarty/smarty_5.4.2.bb rename to meta-oe/recipes-support/smarty/smarty_5.4.3.bb index 95673e2bb9..30a274e6c8 100644 --- a/meta-oe/recipes-support/smarty/smarty_5.4.2.bb +++ b/meta-oe/recipes-support/smarty/smarty_5.4.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" -SRCREV = "642a97adcc2bf6c1b2458d6afeeb36ae001c1c2f" +SRCREV = "c6bff5795081ca5e60aabda59fb87daa511acd1e" S = "${UNPACKDIR}/git"