summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-12-01 22:45:51 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-12-01 22:45:51 -0500
commit5459ca4fdc2a6342ff4d4edd928bafbd07c14ce5 (patch)
tree1aa89c31baccf58e27294736c02a34f425dc47b1
parent18dc032f504e9f2c0e1ba73527817f078d90433f (diff)
downloadmeta-virtualization-5459ca4fdc2a6342ff4d4edd928bafbd07c14ce5.tar.gz
lxc: update to v6.0.5-tipHEADmaster
Bumping lxc to version v6.0.5-17-gf9ff9ea2a, which comprises the following commits: f9ff9ea2a build(deps): bump actions/checkout from 5 to 6 c21296262 apparmor: skip /proc and /sys restrictions if nesting is enabled be5ce5529 Update lxc.spec.in to use meson e716bd6c8 config/apparmor/abstractions: Drop manually generated container-base file 5d0182b0d config/apparmor/abstractions: Fix meson build generation of container-base 539424964 build(deps): bump actions/upload-artifact from 4 to 5 fdc302322 builds workflow: make .orig.tar.gz unique per build d0d4f9896 github: Drop focal source packages 944118acd add MFD_EXEC and MFD_NOEXEC_SEAL flag to memfd_create ca9ecef01 Automatically detect compression format in the lxc-local template 50bddb8e3 lxccontainer: check if target exists before remove in create_mount_target() d692ba5a9 Standardize log file create mode to 0640 0e84c43d7 Enable systemd to create /var/lib/lxc at runtime with StateDirectory 277634689 commands: Fix indent 9184960a8 README: update links 7e0e0d1ae Rename CONTRIBUTING to CONTRIBUTING.md 675ffcd71 README: Fix CI links 9e4e69ed1 Release LXC 6.0.5 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/lxc/lxc_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/lxc/lxc_git.bb b/recipes-containers/lxc/lxc_git.bb
index 2f0e8e74..bb823f16 100644
--- a/recipes-containers/lxc/lxc_git.bb
+++ b/recipes-containers/lxc/lxc_git.bb
@@ -49,7 +49,7 @@ SRC_URI = "git://github.com/lxc/lxc.git;branch=stable-6.0;protocol=https \
49 file://lxc-net \ 49 file://lxc-net \
50 " 50 "
51 51
52SRCREV = "9e4e69ed1cb93159b0da99dad8d320b795887d07" 52SRCREV = "f9ff9ea2a92653a823edf25e8e28c9dab08b3090"
53PV = "v6.0.5" 53PV = "v6.0.5"
54 54
55# Let's not configure for the host distro. 55# Let's not configure for the host distro.