diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-07-15 19:17:46 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-07-15 19:17:46 +0000 |
commit | bb2f6b880b4e0b5d9861c01080c146a3d9c4fd7b (patch) | |
tree | 1ff1a06aa5b4cc425abcb9ee71853931ec54f75a | |
parent | 244d5882c58ed0bf713ea93140c0c8a4d8661039 (diff) | |
download | meta-virtualization-bb2f6b880b4e0b5d9861c01080c146a3d9c4fd7b.tar.gz |
lxc: update to v6.0.1
Bumping lxc to version v6.0.1, which comprises the following commits:
f1be0d814 Release LXC 6.0.1
9fb53cfa1 meson: fix build with -Dtools-multicall=true on NixOS
f92aa6066 github: exclude clang & ubuntu-24.04 combination
6a0b1504e lxc/storage/zfs: ignore false-positive use-after-free warning
6ba6c3208 github: properly check apparmor profile changes
8e72b94bd github: start using ubuntu-24.04
f91ce0d8b apparmor: regenerate rules
cba7a6746 apparmor: use /{,**} instead of /**
e97321ff9 apparmor: regenerate rules
89071ba7b apparmor: fix rule path pattern specification syntax
32c7a157d lxc-local: remove check for template existence before extraction
81a2c8253 lxc-local: fix incorrect path to `templates` file
fdeb88655 lxc-local: fix use of `LXC_PATH` before init
be7179a08 Update lxc-execute.sgml.in
247f5eed5 Update lxc-{attach,execute}.sgml.in
bb23a71af Update lxc-execute.sgml.in
f98b7ab53 Update lxc-attach.sgml.in
e31ce9753 network: netdev_configure_server_veth: reduce scope of disable_ipv6_fd/path vars
bd8d5b747 lxc/network: handle non-existing sysctl <ifname>/disable_ipv6
41aa42e27 github: test the lxc multicall binary builds too
1b3b06d8e meson: fix build on NixOS
3dee5fb88 Release LXC 6.0.0
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/lxc/lxc_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/lxc/lxc_git.bb b/recipes-containers/lxc/lxc_git.bb index 09d5a05e..7b46adbc 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 | ||
52 | SRCREV = "3dee5fb88c6f77496dbcab46f31bcd891c9ee4e0" | 52 | SRCREV = "f1be0d814be5ff2cdc323eb02bd6b0dd8da676ba" |
53 | PV = "6.0.0+git" | 53 | PV = "v6.0.1" |
54 | 54 | ||
55 | S = "${WORKDIR}/git" | 55 | S = "${WORKDIR}/git" |
56 | 56 | ||