From 57c9b88e084b6737f786801cbc499e18a8f78963 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 28 Nov 2022 14:25:20 +0800 Subject: [PATCH] smarty: upgrade 4.2.1 -> 4.3.0 Changelog: ========== clean output buffer for Throwable instead of just Exception Fix wrong indentation in libs/plugins/modifier.capitalize.php fix compilation for caching templates Fix Variable Expression Silence deprecation errors for strtime in PHP8.1 or higher Fixed PHP8.1 deprecation errors passing null to parameter in trim Re-organize all testrunners to use the same script(s). Fixed PHP8.1 deprecation errors in strip_tags #155 Adapt Smarty upper/lower functions to be codesafe (e.g. for Turkish locale) Bug fix for underscore in template name Using PHP functions as modifiers now triggers a deprecation notice. Use 'DIR' instead of 'dirname(FILE)' Fixed several typos and grammar errors PHP8.2 compatibility Make SmartyCompilerException play nicer with error handler libraries Change file permissions for directories and respect umask for files Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/smarty/{smarty_4.2.1.bb => smarty_4.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/smarty/{smarty_4.2.1.bb => smarty_4.3.0.bb} (94%) diff --git a/meta-oe/recipes-support/smarty/smarty_4.2.1.bb b/meta-oe/recipes-support/smarty/smarty_4.3.0.bb similarity index 94% rename from meta-oe/recipes-support/smarty/smarty_4.2.1.bb rename to meta-oe/recipes-support/smarty/smarty_4.3.0.bb index 71040d0164..bc6fc0d8c6 100644 --- a/meta-oe/recipes-support/smarty/smarty_4.2.1.bb +++ b/meta-oe/recipes-support/smarty/smarty_4.3.0.bb @@ -9,7 +9,7 @@ DEPENDS += "php" SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master" -SRCREV = "ffa2b81a8e354a49fd8a2f24742dc9dc399e8007" +SRCREV = "c02e9e135ea719b91f457a0072748ded0e852e7d" S = "${WORKDIR}/git"