diff mbox series

[meta-oe,25/26] smarty: upgrade 4.3.4 -> 4.4.1

Message ID 1709714608-19296-25-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/26] abseil-cpp: upgrade 20230802.1 -> 20240116.1 | expand

Commit Message

Mingyu Wang (Fujitsu) March 6, 2024, 8:43 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Fixed internal release-tooling
- Using the '|implode', '|json_encode' and '|substr' modifiers does not generate
 a deprecation warning anymore as they will continue to be supported in v5
- PHP8.3 support
- Incorrect compilation of expressions when escape_html=true

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-support/smarty/{smarty_4.3.4.bb => smarty_4.4.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/smarty/{smarty_4.3.4.bb => smarty_4.4.1.bb} (94%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/smarty/smarty_4.3.4.bb b/meta-oe/recipes-support/smarty/smarty_4.4.1.bb
similarity index 94%
rename from meta-oe/recipes-support/smarty/smarty_4.3.4.bb
rename to meta-oe/recipes-support/smarty/smarty_4.4.1.bb
index 960d0665d..1caa4cd1b 100644
--- a/meta-oe/recipes-support/smarty/smarty_4.3.4.bb
+++ b/meta-oe/recipes-support/smarty/smarty_4.4.1.bb
@@ -9,7 +9,7 @@  DEPENDS += "php"
 
 SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=support/4.3"
 
-SRCREV = "3931d8f54b8f7a4ffab538582d34d4397ba8daa5"
+SRCREV = "f4152e9b814ae2369b6e4935c05e1e0c3654318d"
 
 S = "${WORKDIR}/git"