summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-08-02 20:03:20 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-08-24 01:38:21 +0000
commit6b10588476e7d54819d955cf38bd2f80be17bb7c (patch)
treee135aa43ad984f68605a1f1bf1e9ada383a8c469 /recipes-containers
parent06e6947fc93285b403419ee1e56f2ca79d7c5c1a (diff)
downloadmeta-virtualization-6b10588476e7d54819d955cf38bd2f80be17bb7c.tar.gz
lxc: update to 5.0.3
Bumping lxc to version lxc-5.0.3, which comprises the following commits: cb8e38aca Release LXC 5.0.3 85d3f4b1d github: Update for main branch d195603e3 CONTRIBUTING: add a note on AI generated code 54227bdb1 get_hierarchy: dont WARN about no usable controller be7efff35 github: Add DCO/target tests 8751cd208 explicitly convert *mainloop_handler to __u64 c16bb5b71 tests: fix parse_config_file seccomp test 95ef57c73 src/tests: Fix container creation errors 30c79f8a7 rename functions which clash with libsystemd's 3801a6a3d mainloop: io_uring: disable IORING_POLL_ADD_MULTI fba0ae071 terminal: make a terminal FDs non-blocking 1af412d2f file_utils: add fd_make_nonblocking helper eaaf041f6 file_utils: rename fd_make_nonblocking to fd_make_blocking d05fb8a45 setproctitle(): Handle potential NULL return from strrchr() 709d42691 make setproctitle()'s /proc/pid/stat parsing safe b183d437b console-log test: make sure container is stopped before restarting d638d5951 tree-wide: convert fcntl(FD_CLOEXEC) to SOCK_CLOEXEC c12c0acb0 Allow fuse mounts in apparmor start-container. c93418d98 Add support for squashfs images in oci via atomfs 3754e803f apparmor: don't try to mmap empty files 706ee25cd initutils: use PRIu64 for uint64_t in setproctitle 3cdd5078c lxc-net.in: fix nftables syntax for IPv6 NAT 97bf62247 Fix strlcat's return value checks 7c81572af Fix typo: bev_type -> bdev_type 727adc052 drop broken lxc-test-fuzzers Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-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 d07d776a..53321230 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-5.0;protocol=https \
49 file://lxc-net \ 49 file://lxc-net \
50 " 50 "
51 51
52SRCREV = "727adc05220e9b8b594c5bc2124bef5b2e0abe7a" 52SRCREV = "cb8e38aca27a23964941f0f011a8919aab8bebab"
53PV = "5.0.2+git${SRCPV}" 53PV = "5.0.3+git${SRCPV}"
54 54
55S = "${WORKDIR}/git" 55S = "${WORKDIR}/git"
56 56