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>
This commit is contained in:
Wang Mingyu 2022-08-15 14:49:04 +08:00 committed by Khem Raj
parent a2ce32d26a
commit dd302242f6

View File

@ -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"