[meta-oe] [PATCH] smarty: upgrade 4.2.1 -> 4.3.0


wangmy
 

From: Wang Mingyu <wangmy@...>

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 <wangmy@...>
---
.../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 71040d016..bc6fc0d8c 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"

--
2.25.1