From: Wang Mingyu <[email protected]>

Changelog:
============
- Fixed a 'TypeError' on PHP 8 when 'Security::$static_classes' was set to a
  non-array value (e.g. the string ''none'') to disable static class access;
  any non-array value now cleanly denies access. Use 'Security::$static_classes 
=
  null' to disable access to all static classes.
- Security: the built-in 'stream:' resource type now validates the nested
  stream wrapper against the security policy, so a template such as
  'stream:php://filter/...' can no longer bypass 'Security::$streams' (including
  'Security::$streams = null') to read local files

Signed-off-by: Wang Mingyu <[email protected]>
---
 .../recipes-support/smarty/{smarty_5.8.3.bb => smarty_5.8.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/smarty/{smarty_5.8.3.bb => smarty_5.8.4.bb} 
(95%)

diff --git a/meta-oe/recipes-support/smarty/smarty_5.8.3.bb 
b/meta-oe/recipes-support/smarty/smarty_5.8.4.bb
similarity index 95%
rename from meta-oe/recipes-support/smarty/smarty_5.8.3.bb
rename to meta-oe/recipes-support/smarty/smarty_5.8.4.bb
index f0779efb7e..dcb7c85a80 100644
--- a/meta-oe/recipes-support/smarty/smarty_5.8.3.bb
+++ b/meta-oe/recipes-support/smarty/smarty_5.8.4.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=2c0f216b2120ffc367e20f2b56df51b3"
 
 SRC_URI = 
"git://github.com/smarty-php/smarty.git;protocol=https;branch=master;tag=v${PV}"
 
-SRCREV = "042dff64a912c272e7692a442590880a3388c4b9"
+SRCREV = "94a27cbbc7820198d7adc17a2be8d457fb267753"
 
 
 INHIBIT_DEFAULT_DEPS = "1"
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#128103): 
https://lists.openembedded.org/g/openembedded-devel/message/128103
Mute This Topic: https://lists.openembedded.org/mt/120170897/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to