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>
This commit is contained in:
Bruce Ashfield 2024-07-15 19:17:46 +00:00
parent 244d5882c5
commit bb2f6b880b

View File

@ -49,8 +49,8 @@ SRC_URI = "git://github.com/lxc/lxc.git;branch=stable-6.0;protocol=https \
file://lxc-net \ file://lxc-net \
" "
SRCREV = "3dee5fb88c6f77496dbcab46f31bcd891c9ee4e0" SRCREV = "f1be0d814be5ff2cdc323eb02bd6b0dd8da676ba"
PV = "6.0.0+git" PV = "v6.0.1"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"