summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@fujitsu.com>2022-09-20 10:30:36 +0800
committerKhem Raj <raj.khem@gmail.com>2022-09-20 18:55:26 -0700
commitcd9d926b8c6659ebfa55b0f2a9842bfba54d89b1 (patch)
tree33325e639326eb34d3974e53546a20807a88d301 /meta-oe/recipes-support
parentf4c137418cc003b5477d3469791cc6edb8a79546 (diff)
downloadmeta-openembedded-cd9d926b8c6659ebfa55b0f2a9842bfba54d89b1.tar.gz
smarty: upgrade 4.2.0 -> 4.2.1
Changelog: ========= Security --------- Applied appropriate javascript and html escaping in mailto plugin to counter injection attacks #454 Fixed -------- Fixed PHP8.1 deprecation errors in modifiers (upper, explode, number_format and replace) #755 and #788 Fixed PHP8.1 deprecation errors in capitalize modifier #789 Fixed use of rand() without a parameter in math function #794 Fixed unselected year/month/day not working in html_select_date #395 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/smarty/smarty_4.2.1.bb (renamed from meta-oe/recipes-support/smarty/smarty_4.2.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/smarty/smarty_4.2.0.bb b/meta-oe/recipes-support/smarty/smarty_4.2.1.bb
index 2cd96a255..71040d016 100644
--- a/meta-oe/recipes-support/smarty/smarty_4.2.0.bb
+++ b/meta-oe/recipes-support/smarty/smarty_4.2.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 = "97aeb14c6fc2fb733938809926e2f9d6c581a70d" 12SRCREV = "ffa2b81a8e354a49fd8a2f24742dc9dc399e8007"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15