From dd302242f64c9b907b4aee2acab545867279fc98 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 15 Aug 2022 14:49:04 +0800 Subject: [PATCH] smarty: upgrade 4.1.1 -> 4.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changelog: ========== add local testrunners for all supported PHP versions using docker. Fix PHP 8.1 htmlspecialchars deprecation Do not use obsolete smarty properties '_dir_perms', '_file_perms', 'p… Update to HTML5-syntax in debug template Merge branch 'fix-issue-549-v3' of github.com:AnrDaemon/smarty into A… Fixed second param of unescape modifier Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/smarty/{smarty_4.1.1.bb => smarty_4.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/smarty/{smarty_4.1.1.bb => smarty_4.2.0.bb} (94%) diff --git a/meta-oe/recipes-support/smarty/smarty_4.1.1.bb b/meta-oe/recipes-support/smarty/smarty_4.2.0.bb similarity index 94% rename from meta-oe/recipes-support/smarty/smarty_4.1.1.bb rename to meta-oe/recipes-support/smarty/smarty_4.2.0.bb index df441e8db2..2cd96a255d 100644 --- a/meta-oe/recipes-support/smarty/smarty_4.1.1.bb +++ b/meta-oe/recipes-support/smarty/smarty_4.2.0.bb @@ -9,7 +9,7 @@ DEPENDS += "php" SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master" -SRCREV = "71036be8be02bf93735c47b0b745f722efbc729f" +SRCREV = "97aeb14c6fc2fb733938809926e2f9d6c581a70d" S = "${WORKDIR}/git"