diff mbox series

[meta-oe] smarty: upgrade 4.2.0 -> 4.2.1

Message ID 1663641036-2538-1-git-send-email-zhengrq.fnst@fujitsu.com
State New
Headers show
Series [meta-oe] smarty: upgrade 4.2.0 -> 4.2.1 | expand

Commit Message

zhengrq.fnst@fujitsu.com Sept. 20, 2022, 2:30 a.m. UTC
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>
---
 .../recipes-support/smarty/{smarty_4.2.0.bb => smarty_4.2.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/smarty/{smarty_4.2.0.bb => smarty_4.2.1.bb} (94%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/smarty/smarty_4.2.0.bb b/meta-oe/recipes-support/smarty/smarty_4.2.1.bb
similarity index 94%
rename from meta-oe/recipes-support/smarty/smarty_4.2.0.bb
rename to meta-oe/recipes-support/smarty/smarty_4.2.1.bb
index 2cd96a255d..71040d0164 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"
 
 SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master"
 
-SRCREV = "97aeb14c6fc2fb733938809926e2f9d6c581a70d"
+SRCREV = "ffa2b81a8e354a49fd8a2f24742dc9dc399e8007"
 
 S = "${WORKDIR}/git"