Merge pull request #18729 from Rmys/master

runc ver. bump
This commit is contained in:
Rmys
2026-05-21 14:40:54 +03:00
committed by GitHub
2 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ from pisi.actionsapi import get
#shelltools.export("GOPATH", "%s" % get.curDIR()) #shelltools.export("GOPATH", "%s" % get.curDIR())
shelltools.export("DOCKER_BUILDTAGS","seccomp") shelltools.export("DOCKER_BUILDTAGS","seccomp")
shelltools.export("COMMIT"," 860f061") shelltools.export("COMMIT","c241c0b")
shelltools.export("BINDIR","/usr/bin") shelltools.export("BINDIR","/usr/bin")
def setup(): def setup():
@@ -35,7 +35,7 @@ def build():
# shelltools.cd("%s" % get.workDIR()) # shelltools.cd("%s" % get.workDIR())
shelltools.cd("%s/src/github.com/opencontainers/runc" % 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) shelltools.system(build_runc)
+9 -2
View File
@@ -11,9 +11,9 @@
<License>Apache-2.0</License> <License>Apache-2.0</License>
<Summary>container cli tools</Summary> <Summary>container cli tools</Summary>
<Description>CLI tool for managing OCI compliant containers</Description> <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> <BuildDependencies>
<Dependency versionFrom="1.19.1">golang</Dependency> <Dependency versionFrom="1.26.3">golang</Dependency>
<Dependency>libseccomp-devel</Dependency> <Dependency>libseccomp-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
@@ -30,6 +30,13 @@
</Package> </Package>
<History> <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"> <Update release="9">
<Date>2024-01-03</Date> <Date>2024-01-03</Date>
<Version>1.1.11</Version> <Version>1.1.11</Version>