summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-10-18 20:43:37 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-10-18 21:01:55 -0400
commit227651bf6921d1708cae6d0100c6ca8795f50969 (patch)
tree2ce75fbdd5f7f9b7affea54c9c6298e80e1e2426
parentf281a3e744707abd381174a4da017daac96a2f03 (diff)
downloadmeta-virtualization-227651bf6921d1708cae6d0100c6ca8795f50969.tar.gz
lxc: update to v6.0.5
Bumping lxc to version v6.0.5, which comprises the following commits: 9e4e69ed1 Release LXC 6.0.5 a0fb994a5 build(deps): bump actions/checkout from 4 to 5 93a06e70f lxc/conf: do not leak opts.data memory in __lxc_idmapped_mounts_child() 97eeb8a9a lxc/network: null-terminate ifname string in lxc_network_recv_name_and_ifindex_from_child() 7a94d11d9 tests/lxc-test-snapdeps: try to load overlay kernel module 0bf6aedf0 tests/lxc-test-rootfs: add idmapped rootfs testcase 98ebede63 lxc/lxccontainer: stop printing misleading errors in enter_net_ns() 7111f9d83 lxc/process_utils.h: use strsignal() or sys_siglist[] for Non-GNU distros 032290ec8 meson.build: use has_header_symbol() instead of get_define() to improve compatibility 85c5312be meson.build: fix checks for fsconfig and calls 4da694582 meson.build: set `LXC_DISTRO_SYSCONF` when `-Dspecfile=true` e4cddef06 Add loong64 to list of recognized architectures e9980ac90 Revert "re-add onexec for apparmor, move label assumption until after container has been setup for attach" ab55d52a5 src/tests/oss-fuzz: pin meson to 1.7.2 to workaround build failures 9041ae313 lxc/conf: support flag kind of mount options in lxc.mount.entry options 859f736f0 lxc/conf: support nosymfollow mount flag c42951b71 conf: Add support for "move" mount flag e6bce2a2d src/tests/lxc-test-unpriv: prevent fail on cleanup path 601576a08 src/tests/lxc-test-apparmor-mount: prevent fail on cleanup path b12d1bf89 src/tests/lxc-test-apparmor-generated: enable test e35133a54 meson.build: remove quirk for Ubuntu 14.04 libcap-dev cbe34bcc2 apparmor test: add an overlay container start 1541bd8f2 re-add onexec for apparmor, move label assumption until after container has been setup for attach 8ab6ad25b lxc/conf,start: fix setting container_ttys environment variable b185e523f selinux: fix typo (AppArmor) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/lxc/lxc_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/lxc/lxc_git.bb b/recipes-containers/lxc/lxc_git.bb
index 47d18327..2f0e8e74 100644
--- a/recipes-containers/lxc/lxc_git.bb
+++ b/recipes-containers/lxc/lxc_git.bb
@@ -49,8 +49,8 @@ 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 = "b185e523fc43538b7f9cc5aba2db230e112c6bc4" 52SRCREV = "9e4e69ed1cb93159b0da99dad8d320b795887d07"
53PV = "v6.0.4" 53PV = "v6.0.5"
54 54
55# Let's not configure for the host distro. 55# Let's not configure for the host distro.
56# 56#