Skip to content

Commit

Permalink
smarty: upgrade 4.2.1 -> 4.3.0
Browse files Browse the repository at this point in the history
Changelog:
==========
    clean output buffer for Throwable instead of just Exception
    Fix wrong indentation in libs/plugins/modifier.capitalize.php
    fix compilation for caching templates
    Fix Variable Expression
    Silence deprecation errors for strtime in PHP8.1 or higher
    Fixed PHP8.1 deprecation errors passing null to parameter in trim
    Re-organize all testrunners to use the same script(s).
    Fixed PHP8.1 deprecation errors in strip_tags
    openembedded#155 Adapt Smarty upper/lower functions to be codesafe (e.g. for Turkish locale)
    Bug fix for underscore in template name
    Using PHP functions as modifiers now triggers a deprecation notice.
    Use 'DIR' instead of 'dirname(FILE)'
    Fixed several typos and grammar errors
    PHP8.2 compatibility
    Make SmartyCompilerException play nicer with error handler libraries
    Change file permissions for directories and respect umask for files

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed Nov 28, 2022
1 parent 4a853af commit 57c9b88
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 = "ffa2b81a8e354a49fd8a2f24742dc9dc399e8007"
SRCREV = "c02e9e135ea719b91f457a0072748ded0e852e7d"

S = "${WORKDIR}/git"

Expand Down

0 comments on commit 57c9b88

Please sign in to comment.