diff mbox series

[meta-oe,23/33] mstpd: upgrade 0.1.0 -> 0.1.1

Message ID 20260225093727.1284-23-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/33] abseil-cpp: upgrade 20260107.0 -> 20260107.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 25, 2026, 9:37 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- mstpctl: add showportparams cmd
- bridge-stp.in: use short-hand arguments for logger command
- bridge-stp.in: support different versions of pidof
- mstpctl-utils-functions.sh: fix shellcheck warnings
- Update bridge_track.c
- netif_utils: fix speeds > 65G
- ifupdown.sh.in: fix new shellcheck warnings
- libnetlink: fix socket file descriptor leak on error paths
- fix compilation for with GCC 15 / C23
- do not leak stack memory via struct holes

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../networking/{mstpd_git.bb => mstpd_0.1.1.bb}             | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
 rename meta-oe/recipes-extended/networking/{mstpd_git.bb => mstpd_0.1.1.bb} (85%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/networking/mstpd_git.bb b/meta-oe/recipes-extended/networking/mstpd_0.1.1.bb
similarity index 85%
rename from meta-oe/recipes-extended/networking/mstpd_git.bb
rename to meta-oe/recipes-extended/networking/mstpd_0.1.1.bb
index b003b52d25..3ac4d5b1fe 100644
--- a/meta-oe/recipes-extended/networking/mstpd_git.bb
+++ b/meta-oe/recipes-extended/networking/mstpd_0.1.1.bb
@@ -1,14 +1,12 @@ 
 LICENSE = "GPL-2.0-or-later"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=4325afd396febcb659c36b49533135d4"
 
-PV = "0.1.0+git"
-
 SRC_URI = " \
-    git://github.com/mstpd/mstpd;branch=master;protocol=https \
+    git://github.com/mstpd/mstpd;branch=master;protocol=https;tag=${PV} \
     file://bridge-stp \
     file://mstpd.service \
 "
-SRCREV = "181c453fc1a00573e19f14960dcc54ad84beea7c"
+SRCREV = "d7dd987b101f277bfef8ac71de7c1d962a424e8e"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+){2,})"