runc-opencontainers: update to v1.2.0-rc.2-tip

Bumping runc to version v1.2.0-rc.2-44-g376e875f, which comprises the following commits:

    cc2078cc Makefile: Add EXTRA_VERSION
    f4cc3d83 Revert "allow overriding VERSION value in Makefile"
    606257c6 Bump golangci-lint to v1.60, fix new warnings
    adedeb99 ci/gha: add Go 1.23, drop 1.21
    be539412 ensure we can download the specific version's go
    a7c8d86f tests/int: fix "cpu burst" failure on new kernels
    b437ed30 tests/int: check_{systemd,cgroup}_value: better log
    2c398bb4 libct/int/seccomp_test: simplify exit code checks
    171304c8 docs/systemd: fix a broken link
    1410a698 rootfs: consolidate mountpoint creation logic
    6fc2733a document build prerequsites for different platforms
    15ec295b ci/gha: bump golangci-lint to v1.59
    bb2db7b4 libct: drop error from (*Container).currentState return
    c8395b6e Enable govet nilness, fix an issue
    a5e660ca seccomp-notify.bats: add fcntl to the important syscall list
    e7848482 Revert "libcontainer: seccomp: pass around *os.File for notifyfd"

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2024-08-20 13:37:05 +00:00
parent 16c9845d70
commit 3f7eda960f

View File

@ -2,7 +2,7 @@ include runc.inc
# Note: this rev is before the required protocol field, update when all components # Note: this rev is before the required protocol field, update when all components
# have been updated to match. # have been updated to match.
SRCREV_runc-docker = "3778ae603c706494fd1e2c2faf83b406e38d687d" SRCREV_runc-docker = "376e875fdda29d4bc016ca8114094991814d7dc5"
SRC_URI = "git://github.com/opencontainers/runc;branch=main;name=runc-docker;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ SRC_URI = "git://github.com/opencontainers/runc;branch=main;name=runc-docker;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
file://0001-runc-Add-console-socket-dev-null.patch \ file://0001-runc-Add-console-socket-dev-null.patch \
file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \