summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-06-01 22:50:58 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-06-01 22:50:58 +0000
commit5c7e3415fd4284b35e7d3b19056bd367373e181b (patch)
tree3372b739f2f0cd63efcb25c1f52ecbdcdca22a04 /recipes-extended
parent4464d8fdd5b7c7c1a80417de41338db577641094 (diff)
downloadmeta-virtualization-5c7e3415fd4284b35e7d3b19056bd367373e181b.tar.gz
cockpit-machines: update to 353
Bump 346 -> 353 (Dec 2025 -> May 2026). 217 non-merge commits across seven intermediate releases (347, 348, 349, 349.1, 350, 351, 352, 353); the majority are dependabot CI bumps and Fedora Weblate translation updates. Notable substantive changes: - 8429588 Prevent leaking password(s) in the command line - 4bfc0c1 Move default TEST_OS to Fedora 44 - patternfly + esbuild + stylelint version bumps for the frontend LICENSE file md5 unchanged at 4fbd65380cdd255951079008b364516c, so the existing LIC_FILES_CHKSUM still applies. New tarball sha256sum from a direct curl of the upstream release artifact. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/cockpit-machines/cockpit-machines_353.bb (renamed from recipes-extended/cockpit-machines/cockpit-machines_346.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/cockpit-machines/cockpit-machines_346.bb b/recipes-extended/cockpit-machines/cockpit-machines_353.bb
index d23c39b2..b844bac0 100644
--- a/recipes-extended/cockpit-machines/cockpit-machines_346.bb
+++ b/recipes-extended/cockpit-machines/cockpit-machines_353.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c"
11DEPENDS += "cockpit" 11DEPENDS += "cockpit"
12 12
13SRC_URI = "https://github.com/cockpit-project/cockpit-machines/releases/download/${PV}/cockpit-machines-${PV}.tar.xz" 13SRC_URI = "https://github.com/cockpit-project/cockpit-machines/releases/download/${PV}/cockpit-machines-${PV}.tar.xz"
14SRC_URI[sha256sum] = "c9d80357da2bf3ecda9698f0dc6fcb46675b3b76da9150a22178071fe982fcb0" 14SRC_URI[sha256sum] = "6da42bc518aef449244a9c6783b4929859784838a142f5ec5430440ae508390e"
15 15
16S = "${UNPACKDIR}/${PN}" 16S = "${UNPACKDIR}/${PN}"
17 17