Skip to content

Commit

Permalink
smarty: upgrade 4.2.0 -> 4.2.1
Browse files Browse the repository at this point in the history
Changelog:
=========
Security
---------
    Applied appropriate javascript and html escaping in mailto plugin to counter injection attacks openembedded#454

Fixed
--------
    Fixed PHP8.1 deprecation errors in modifiers (upper, explode, number_format and replace) openembedded#755 and openembedded#788
    Fixed PHP8.1 deprecation errors in capitalize modifier openembedded#789
    Fixed use of rand() without a parameter in math function openembedded#794
    Fixed unselected year/month/day not working in html_select_date openembedded#395

Signed-off-by: Zheng Ruoqin <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
zhengruoqin authored and kraj committed Sep 21, 2022
1 parent f4c1374 commit cd9d926
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit cd9d926

Please sign in to comment.