Skip to content

Commit 9374648

Browse files
wangmingyu84kraj
authored andcommitted
smarty: upgrade 4.1.0 -> 4.1.1
Changelog: ========== Security -------- Prevent PHP injection through malicious block name or include file name. This addresses CVE-2022-29221 Fixed ------- Exclude docs and demo from export and composer #751 PHP 8.1 deprecation notices in demo/plugins/cacheresource.pdo.php #706 PHP 8.1 deprecation notices in truncate modifier #699 Math equation max(x, y) didn't work anymore #721 Fix PHP 8.1 deprecated warning when calling rtrim #743 PHP 8.1: fix deprecation in escape modifier #727 Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent 3a8ac87 commit 9374648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta-oe/recipes-support/smarty/smarty_4.1.0.bb renamed to meta-oe/recipes-support/smarty/smarty_4.1.1.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ DEPENDS += "php"
99

1010
SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master"
1111

12-
SRCREV = "9e0536de18b53ba193364291ef0303b0ab9903e1"
12+
SRCREV = "71036be8be02bf93735c47b0b745f722efbc729f"
1313

1414
S = "${WORKDIR}/git"
1515

0 commit comments

Comments
 (0)