diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-08-15 14:49:04 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-15 16:27:53 -0700 |
commit | dd302242f64c9b907b4aee2acab545867279fc98 (patch) | |
tree | b174f31fffe2e051d501f23a5bbbd24e037ce715 /meta-oe/recipes-support/smarty | |
parent | a2ce32d26a4509e6488cfd460eaf55f8b47f5b28 (diff) | |
download | meta-openembedded-dd302242f64c9b907b4aee2acab545867279fc98.tar.gz |
smarty: upgrade 4.1.1 -> 4.2.0
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 <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.2.0.bb (renamed from meta-oe/recipes-support/smarty/smarty_4.1.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/smarty/smarty_4.1.1.bb b/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" | |||
9 | 9 | ||
10 | SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master" | 10 | SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master" |
11 | 11 | ||
12 | SRCREV = "71036be8be02bf93735c47b0b745f722efbc729f" | 12 | SRCREV = "97aeb14c6fc2fb733938809926e2f9d6c581a70d" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||