diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-03-06 16:43:27 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-03-08 10:07:24 -0800 |
commit | 698c93690b73ad295e806f35eea1389784944309 (patch) | |
tree | ff3d39510fab68db8a1f09e7eed1bd082e4e2298 /meta-oe/recipes-support/smarty | |
parent | c3c6649eb70ad0e0fc3e1e77ce96ba994b4cb6f6 (diff) | |
download | meta-openembedded-698c93690b73ad295e806f35eea1389784944309.tar.gz |
smarty: upgrade 4.3.4 -> 4.4.1
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/smarty')
-rw-r--r-- | meta-oe/recipes-support/smarty/smarty_4.4.1.bb (renamed from meta-oe/recipes-support/smarty/smarty_4.3.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/smarty/smarty_4.3.4.bb b/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" | |||
9 | 9 | ||
10 | SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=support/4.3" | 10 | SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=support/4.3" |
11 | 11 | ||
12 | SRCREV = "3931d8f54b8f7a4ffab538582d34d4397ba8daa5" | 12 | SRCREV = "f4152e9b814ae2369b6e4935c05e1e0c3654318d" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||