diff --git a/hardware/virtualization/runc/actions.py b/hardware/virtualization/runc/actions.py index 6eb2da5af9..70c4756a10 100644 --- a/hardware/virtualization/runc/actions.py +++ b/hardware/virtualization/runc/actions.py @@ -12,7 +12,7 @@ from pisi.actionsapi import get #shelltools.export("GOPATH", "%s" % get.curDIR()) shelltools.export("DOCKER_BUILDTAGS","seccomp") -shelltools.export("COMMIT"," 5fd4c4d") +shelltools.export("COMMIT"," 860f061") shelltools.export("BINDIR","/usr/bin") def setup(): @@ -35,7 +35,7 @@ def build(): # shelltools.cd("%s" % get.workDIR()) shelltools.cd("%s/src/github.com/opencontainers/runc" % get.workDIR()) - build_runc = "make GOPATH=/runc COMMIT=5fd4c4d" + build_runc = "make GOPATH=/runc COMMIT=860f061" shelltools.system(build_runc) diff --git a/hardware/virtualization/runc/pspec.xml b/hardware/virtualization/runc/pspec.xml index 74eef0ebe2..f117fdc51b 100644 --- a/hardware/virtualization/runc/pspec.xml +++ b/hardware/virtualization/runc/pspec.xml @@ -11,7 +11,7 @@ Apache-2.0 container cli tools CLI tool for managing OCI compliant containers - https://github.com/opencontainers/runc/archive/refs/tags/v1.1.4.tar.gz + https://github.com/opencontainers/runc/archive/refs/tags/v1.1.7.tar.gz golang libseccomp-devel @@ -30,6 +30,13 @@ + + 2023-04-27 + 1.1.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-09-14 1.1.4