meta-virtualization/recipes-containers/runc/runc-opencontainers_git.bb
Bruce Ashfield 76ded0c386 runc: update to rc93 latest
Bumping the SRCREV to include the following commits:

   ef9922c2 libct/cg: don't return OOMKillCount error when rootless
   5cdd9022 libct/cg/fs[2]: fix comments about m.rootless
   2f1a3ed3 Fix vendored dependencies
   d15c7bb0 go.mod: github.com/cilium/ebpf v0.5.0
   f28a8cc2 ebpf: replace deprecated prog.Attach/prog.Detach
   928ef7af libct/nsenter: add json msg escaping
   52390d68 Ignore kernel memory settings
   b7c315ad vendor: bump containerd/console to 1.0.2
   b6cdb8ae fix a typo
   64bb59f5 nsenter: improve debug logging
   6ce2d63a libct/init_linux: retry chdir to fix EPERM
   c5029c00 tests: fix hello-world tarball name in testdata for arm64
   289a3045 go.mod: github.com/moby/sys/mountinfo v0.4.1
   4316df8b libcontainer/system: move userns utilities to separate package
   e7fd383b libcontainer/system: un-export UIDMapInUserNS()
   249356a1 libcontainer/system: remove unused GetParentNSeuid()
   dc52ed25 libcontainer/user: remove outdated MAINTAINERS file
   72ecf59c libcontainer/user: fix windows compile error
   2515b0c2 libct/user: rm windows code
   0596f6e1 libcontainer/devices/device_windows.go: rm
   b1deba8c libcontainer/configs/config_windows_test.go: rm
   f1586dbd libcontainer/configs/validate: make Validate() less DRY
   4126b807 libcontainer/configs: add missing type for hooknames
   48125179 go.mod: github.com/cilium/ebpf v0.4.0
   44611630 docs/systemd: add
   27bb1bd5 libct/specconv/CreateCgroupConfig: don't set c.Parent default
   d748280a make release: build/include libseccomp
   aa6da82c script/release.sh: fix shellcheck warnings
   3eb46d89 ci: make static built binary available
   f0dec0b4 libct/specconv/CreateCgroupConfig: nit
   36fe3cc2 tests/int/cpt: fix lazy-pages flakiness
   2dd62b3d libct/checkCriuFeatures: rm excessive debug
   0e089002 tests/int/checkpoint: close lazy_r fd
   b09030a5 tests/int/checkpoint: close fds in check_pipes
   e63df1e6 tests/int: really randomize cgroup/unit names
   6e4c5b6e tests/int/cgroups: don't use BUSYBOX_BUNDLE
   adf733fa vendor: update go-systemd and godbus
   f09a3e1b tests/int: don't set/use CGROUP_XXX variables
   4ecff8d9 start: don't kill runc init too early
   b1184302 libct/configs/validator: add some cgroup support
   79a8647b libct/int: add TestFdLeaks
   b3be2b0b libct: close execFifo after start
   08b52797 Make test specific to disassembleFilter function
   7b3e0bcf Ensure the scratch pipe is read during ExportBPF
   62f1f0e4 tests/int/checkpoint: check all logs for errors
   346cb359 Revert "tests/checkpoint: show full log lazy pages cpt"
   c9b3787b script/check-config.sh: add SELinux and AppArmor
   5fb831a0 capabilities: WARN, not ERROR, for unknown / unavailable capabilities
   e49d5da2 go.mod: OCI runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
   2726146b runc --debug: more tests
   201d60c5 runc run/start/exec: fix init log forwarding race
   c06f999b libct/logs/test: refactor
   688ea99e runc init: fix double call to ConfigureLogs
   dd6c8d76 main: cast Chmod argument to os.FileMode
   69ec21a1 libct/logs.ForwardLogs: use bufio.Scanner
   0300299a tests/int/debug.bats: fixups
   d38d1f9f libcontainer/logs: use int for Config.LogPipeFd
   ac93746c libct/seccomp: rm IsEnabled
   9b2f1e6f runc version: don't use seccomp.IsEnabled
   d76309f9 script/check-config.sh: add CONFIG_SECCOMP_FILTER
   997e8942 capabilities.Caps: use a map for capability-types
   41f466d8 nsexec.c: fix formatting for netlink defines
   522bd641 Fix checking C code formatting
   1948b4ce cloned_binary.c: rm redundant comments
   b67deb56 nsexec.c: rm a block
   513d89ee capabilities: use BOUNDING/AMBIENT instead of their alias
   dd2caace go.mod: runtime-spec v1.0.3-0.20210316141917-a8c4a9ee0f6b
   a608b7e7 libcontainer/apparmor: use sync.Once for AppArmor detection
   d6e89248 Fix build-tags in libcontainer/devices
   f585cec7 libct/cg/v2: always enable TasksAccounting
   8c7ece1e fs2: fallback to setting io.weight if io.bfq.weight
   74299a1c CI: cache ~/.vagrant.d/boxes
   97f2e351 go.mod, libct: bump go-criu to v5, use google.golang.org/protobuf
   db025aba libct: criuSwrk: only iterate over CriuOpts if debug is set
   051646a3 tests: test nested bind mount restore
   705b6cc7 Re-create mountpoints during restore

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-04-16 10:38:06 -04:00

9 lines
252 B
BlitzBasic

include runc.inc
SRCREV = "fce58ab2d5c488bc573d02712db476a6daa9a60c"
SRC_URI = " \
git://github.com/opencontainers/runc;branch=master \
file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
"
RUNC_VERSION = "1.0.0-rc93"