diff mbox series

[meta-oe,29/30] smarty: update 5.4.3 -> 5.4.5

Message ID 1745311761-1912-29-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/30] adw-gtk3: upgrade 5.8 -> 5.10 | expand

Commit Message

Mingyu Wang (Fujitsu) April 22, 2025, 8:49 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Update StringEval.php
- Fix syntax error occurring when registering a function plugin
- Replace SMARTY_VERSION constant with $smarty.version in debug.tpl

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../smarty/{smarty_5.4.3.bb => smarty_5.4.5.bb}               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/smarty/{smarty_5.4.3.bb => smarty_5.4.5.bb} (93%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/smarty/smarty_5.4.3.bb b/meta-oe/recipes-support/smarty/smarty_5.4.5.bb
similarity index 93%
rename from meta-oe/recipes-support/smarty/smarty_5.4.3.bb
rename to meta-oe/recipes-support/smarty/smarty_5.4.5.bb
index 30a274e6c8..7072641d45 100644
--- a/meta-oe/recipes-support/smarty/smarty_5.4.3.bb
+++ b/meta-oe/recipes-support/smarty/smarty_5.4.5.bb
@@ -10,9 +10,9 @@  BUGTRACKER = "https://github.com/smarty-php/smarty/issues"
 LICENSE = "GPL-3.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2c0f216b2120ffc367e20f2b56df51b3"
 
-SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master"
+SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master;tag=v${PV}"
 
-SRCREV = "c6bff5795081ca5e60aabda59fb87daa511acd1e"
+SRCREV = "e26f82d02c4d18fc82094c28fbc65f711e39ed5d"
 
 S = "${UNPACKDIR}/git"