runc ver. bump
This commit is contained in:
@@ -12,7 +12,7 @@ from pisi.actionsapi import get
|
||||
|
||||
#shelltools.export("GOPATH", "%s" % get.curDIR())
|
||||
shelltools.export("DOCKER_BUILDTAGS","seccomp")
|
||||
shelltools.export("COMMIT"," 860f061")
|
||||
shelltools.export("COMMIT","c241c0b")
|
||||
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=860f061"
|
||||
build_runc = "make GOPATH=/runc COMMIT=c241c0b"
|
||||
|
||||
shelltools.system(build_runc)
|
||||
|
||||
|
||||
@@ -11,9 +11,9 @@
|
||||
<License>Apache-2.0</License>
|
||||
<Summary>container cli tools</Summary>
|
||||
<Description>CLI tool for managing OCI compliant containers</Description>
|
||||
<Archive sha1sum="056ae0b44b65ffca2c2317fcc2aa4805f1736f9a" type="targz">https://github.com/opencontainers/runc/archive/refs/tags/v1.1.11.tar.gz</Archive>
|
||||
<Archive sha1sum="edf9972df91a2bdcfaa52a40a86343bc7df7dfc1" type="targz">https://github.com/opencontainers/runc/archive/refs/tags/v1.4.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="1.19.1">golang</Dependency>
|
||||
<Dependency versionFrom="1.26.3">golang</Dependency>
|
||||
<Dependency>libseccomp-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -30,6 +30,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2026-05-21</Date>
|
||||
<Version>1.4.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2024-01-03</Date>
|
||||
<Version>1.1.11</Version>
|
||||
|
||||
Reference in New Issue
Block a user