summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-05-23 16:09:25 +0800
committerGyorgy Sarvari <skandigraun@gmail.com>2025-10-01 19:40:59 +0200
commit0b97d9ec0350092f238adf59d3d2ae2ac0057eb0 (patch)
tree87d11c88431b80788531749798e4c7e271725680 /meta-oe
parente985e34d0369b45f9837b6fea741534c1f2d9c4c (diff)
downloadmeta-openembedded-0b97d9ec0350092f238adf59d3d2ae2ac0057eb0.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 9374648c390aebb87540781de54b0caf85340b16) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/smarty/smarty_4.1.1.bb (renamed from meta-oe/recipes-support/smarty/smarty_4.1.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/smarty/smarty_4.1.0.bb b/meta-oe/recipes-support/smarty/smarty_4.1.1.bb
index 18753db2b7..df441e8db2 100644
--- a/meta-oe/recipes-support/smarty/smarty_4.1.0.bb
+++ b/meta-oe/recipes-support/smarty/smarty_4.1.1.bb
@@ -9,7 +9,7 @@ DEPENDS += "php"
9 9
10SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master" 10SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master"
11 11
12SRCREV = "9e0536de18b53ba193364291ef0303b0ab9903e1" 12SRCREV = "71036be8be02bf93735c47b0b745f722efbc729f"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15