From 2b9de889768b079bd320680da6d59ad5bd4376e0 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 26 Apr 2023 20:32:25 +0300 Subject: [PATCH 1/2] docker, go, containerd ver. bump --- hardware/virtualization/containerd/actions.py | 2 +- hardware/virtualization/containerd/pspec.xml | 15 ++++--------- hardware/virtualization/docker/actions.py | 4 ++-- hardware/virtualization/docker/pspec.xml | 21 +++++++------------ programming/language/go/pspec.xml | 17 +++++---------- 5 files changed, 19 insertions(+), 40 deletions(-) diff --git a/hardware/virtualization/containerd/actions.py b/hardware/virtualization/containerd/actions.py index fca84add78..db0cc86d25 100644 --- a/hardware/virtualization/containerd/actions.py +++ b/hardware/virtualization/containerd/actions.py @@ -26,7 +26,7 @@ def build(): #shelltools.system("LDFLAGS= GOPATH=%s make GIT_COMMIT=72cec4b" % get.curDIR()) - shelltools.system("LDFLAGS= make GIT_COMMIT=a05d175 EXTRA_LDFLAGS='-buildid='") + shelltools.system("LDFLAGS= make GIT_COMMIT=2806fc1 EXTRA_LDFLAGS='-buildid='") def install(): shelltools.cd("%s/containerd" % get.workDIR()) diff --git a/hardware/virtualization/containerd/pspec.xml b/hardware/virtualization/containerd/pspec.xml index 5f14b84f67..785cb8316b 100644 --- a/hardware/virtualization/containerd/pspec.xml +++ b/hardware/virtualization/containerd/pspec.xml @@ -11,9 +11,9 @@ Apache-2.0 A daemon to control runC, built for performance and density. is a daemon with an API and a command line client, to manage containers on one machine. It uses runC to run containers according to the OCI specification. - https://github.com/containerd/containerd/archive/v1.6.12.tar.gz + https://github.com/containerd/containerd/archive/v1.6.20.tar.gz - golang + golang git libseccomp-devel btrfs-progs-devel @@ -33,16 +33,9 @@ - - 2022-12-10 - 1.6.12 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - 2022-09-15 - 1.6.8 + 2023-04-26 + 1.6.20 Version bump. Mustafa Cinasal muscnsl@gmail.com diff --git a/hardware/virtualization/docker/actions.py b/hardware/virtualization/docker/actions.py index 9637fb5e0d..db7181d323 100644 --- a/hardware/virtualization/docker/actions.py +++ b/hardware/virtualization/docker/actions.py @@ -11,9 +11,9 @@ from pisi.actionsapi import get # shelltools.export("DISABLE_WARN_OUTSIDE_CONTAINER", "1") shelltools.export("AUTO_GOPATH", "1") -shelltools.export("DOCKER_GITCOMMIT"," 65d3f78") +shelltools.export("DOCKER_GITCOMMIT","5d6db84") shelltools.export("IAMSTATIC", "false") -shelltools.export("VERSION", "20.10.21") +shelltools.export("VERSION", "20.10.24") shelltools.export("GOROOT","/usr/lib/go") shelltools.export("GO111MODULE","off") diff --git a/hardware/virtualization/docker/pspec.xml b/hardware/virtualization/docker/pspec.xml index a864099a20..2c621495fe 100644 --- a/hardware/virtualization/docker/pspec.xml +++ b/hardware/virtualization/docker/pspec.xml @@ -13,12 +13,12 @@ Pack, ship and run any application as a lightweight container An open platform for distributed applications for developers and sysadmins - https://github.com/docker/cli/archive/refs/tags/v20.10.21.tar.gz - https://github.com/moby/moby/archive/refs/tags/v20.10.21.tar.gz + https://github.com/docker/cli/archive/refs/tags/v20.10.24.tar.gz + https://github.com/moby/moby/archive/refs/tags/v20.10.24.tar.gz https://github.com/docker/docker-ce-packaging/archive/refs/tags/v19.03.13.tar.gz git - golang + golang btrfs-progs-devel device-mapper-devel sqlite-devel @@ -34,7 +34,7 @@ docker git - + aufs-util sqlite device-mapper btrfs-progs @@ -45,7 +45,7 @@ libtool-ltdl runc containerd - + tini /etc @@ -66,16 +66,9 @@ - - 2022-12-10 - 20.10.21 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - 2022-09-15 - 20.10.18 + 2022-09-26 + 20.10.24 Version bump. Mustafa Cinasal muscnsl@gmail.com diff --git a/programming/language/go/pspec.xml b/programming/language/go/pspec.xml index 7e895dce50..b2a99cfdcb 100644 --- a/programming/language/go/pspec.xml +++ b/programming/language/go/pspec.xml @@ -13,10 +13,10 @@ app:console Compiler and tools for the Go programming language from Google Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. - https://github.com/golang/go/archive/refs/tags/go1.19.4.tar.gz + https://github.com/golang/go/archive/refs/tags/go1.19.8.tar.gz - https://go.dev/dl/go1.19.4.linux-amd64.tar.gz + https://go.dev/dl/go1.19.8.linux-amd64.tar.gz @@ -39,17 +39,10 @@ - - 2022-12-12 - 1.19.4 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - 2022-09-14 - 1.19.1 - Minor version bump. + 2023-04-26 + 1.19.8 + Version bump. Mustafa Cinasal muscnsl@gmail.com From eb3145461acffff39de6d70cf7103fd5be11e985 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 26 Apr 2023 20:37:57 +0300 Subject: [PATCH 2/2] docker, go, containerd ver. bump --- hardware/virtualization/containerd/pspec.xml | 16 +++++++++++++++- hardware/virtualization/docker/pspec.xml | 16 +++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/hardware/virtualization/containerd/pspec.xml b/hardware/virtualization/containerd/pspec.xml index 785cb8316b..dda6267b38 100644 --- a/hardware/virtualization/containerd/pspec.xml +++ b/hardware/virtualization/containerd/pspec.xml @@ -33,13 +33,27 @@ - + 2023-04-26 1.6.20 Version bump. Mustafa Cinasal muscnsl@gmail.com + + 2022-12-10 + 1.6.12 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-09-15 + 1.6.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-06-07 1.5.13 diff --git a/hardware/virtualization/docker/pspec.xml b/hardware/virtualization/docker/pspec.xml index 2c621495fe..ee88e85fea 100644 --- a/hardware/virtualization/docker/pspec.xml +++ b/hardware/virtualization/docker/pspec.xml @@ -66,13 +66,27 @@ - + 2022-09-26 20.10.24 Version bump. Mustafa Cinasal muscnsl@gmail.com + + 2022-12-10 + 20.10.21 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-09-15 + 20.10.18 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-08-02 19.03.15