Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] containerd: update to 1.7.16.
@ 2024-05-13 17:15 AnInternetTroll
  2024-05-13 17:44 ` [PR PATCH] [Updated] " AnInternetTroll
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: AnInternetTroll @ 2024-05-13 17:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 574 bytes --]

There is a new pull request by AnInternetTroll against master on the void-packages repository

https://github.com/AnInternetTroll/void-packages user/luca/containerd
https://github.com/void-linux/void-packages/pull/50314

containerd: update to 1.7.16.
#### Testing the changes
- I tested the changes in this PR: **Briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86\_64-glibc)

Tested with docker and docker.io/nginx's image in particular.


A patch file from https://github.com/void-linux/void-packages/pull/50314.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/containerd-50314.patch --]
[-- Type: text/x-diff, Size: 1532 bytes --]

From 2b087d677c6be83e702c19671c7556f6018382da Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sun, 12 May 2024 20:34:21 +0200
Subject: [PATCH] containerd: update to 1.7.16.

---
 srcpkgs/containerd/template | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/containerd/template b/srcpkgs/containerd/template
index 00f2c6f8b6b0d4..a32ef58aab17d3 100644
--- a/srcpkgs/containerd/template
+++ b/srcpkgs/containerd/template
@@ -1,6 +1,6 @@
 # Template file for 'containerd'
 pkgname=containerd
-version=1.7.14
+version=1.7.16
 revision=1
 build_style=go
 go_import_path=github.com/containerd/containerd
@@ -20,7 +20,7 @@ maintainer="Bnyro <bnyro@tutanota.com>"
 license="Apache-2.0"
 homepage="https://github.com/containerd/containerd"
 distfiles="https://github.com/containerd/containerd/archive/v${version}.tar.gz"
-checksum=ae55b25fb04b45dfbbde8280b034783a48ae7c40350d17fd272be5cbf0284cf1
+checksum=72250bf9a9470585bd4e31c91b83cd831eec2931c93104fb35bdc7c568283814
 make_dirs="/var/lib/containerd 0755 root root"
 
 post_build() {
@@ -30,10 +30,16 @@ post_build() {
 	done
 }
 
+do_check() {
+	make test VERSION="$version" REVISION="" EXTRA_TESTFLAGS="-skip TestLinuxSandboxContainerSpec/spec_should_reflect_original_config"
+}
+
 post_install() {
 	vsv containerd
 
 	for _i in containerd-config.toml.5 containerd-config.8 ; do
 		vman docs/man/$_i
 	done
+	vcompletion contrib/autocomplete/ctr bash ctr
+	vcompletion contrib/autocomplete/zsh_autocomplete zsh ctr
 }

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] containerd: update to 1.7.16.
  2024-05-13 17:15 [PR PATCH] containerd: update to 1.7.16 AnInternetTroll
@ 2024-05-13 17:44 ` AnInternetTroll
  2024-06-16 22:36 ` [PR PATCH] [Closed]: " classabbyamp
  2024-06-16 22:36 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: AnInternetTroll @ 2024-05-13 17:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 579 bytes --]

There is an updated pull request by AnInternetTroll against master on the void-packages repository

https://github.com/AnInternetTroll/void-packages user/luca/containerd
https://github.com/void-linux/void-packages/pull/50314

containerd: update to 1.7.16.
#### Testing the changes
- I tested the changes in this PR: **Briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86\_64-glibc)

Tested with docker and docker.io/nginx's image in particular.


A patch file from https://github.com/void-linux/void-packages/pull/50314.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/containerd-50314.patch --]
[-- Type: text/x-diff, Size: 1611 bytes --]

From c94be017f35f45ef676d9bdd9f61eabcd053e47c Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sun, 12 May 2024 20:34:21 +0200
Subject: [PATCH] containerd: update to 1.7.16.

---
 srcpkgs/containerd/template | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/containerd/template b/srcpkgs/containerd/template
index 00f2c6f8b6b0d4..c365061bca8de5 100644
--- a/srcpkgs/containerd/template
+++ b/srcpkgs/containerd/template
@@ -1,6 +1,6 @@
 # Template file for 'containerd'
 pkgname=containerd
-version=1.7.14
+version=1.7.16
 revision=1
 build_style=go
 go_import_path=github.com/containerd/containerd
@@ -20,7 +20,7 @@ maintainer="Bnyro <bnyro@tutanota.com>"
 license="Apache-2.0"
 homepage="https://github.com/containerd/containerd"
 distfiles="https://github.com/containerd/containerd/archive/v${version}.tar.gz"
-checksum=ae55b25fb04b45dfbbde8280b034783a48ae7c40350d17fd272be5cbf0284cf1
+checksum=72250bf9a9470585bd4e31c91b83cd831eec2931c93104fb35bdc7c568283814
 make_dirs="/var/lib/containerd 0755 root root"
 
 post_build() {
@@ -30,10 +30,16 @@ post_build() {
 	done
 }
 
+do_check() {
+	make test VERSION="$version" REVISION="" EXTRA_TESTFLAGS="-skip TestLinuxSandboxContainerSpec/spec_should_reflect_original_config\|TestEnsureRemoveAllWithMount\|TestSetNegativeOomScoreAdjustmentWhenPrivileged"
+}
+
 post_install() {
 	vsv containerd
 
 	for _i in containerd-config.toml.5 containerd-config.8 ; do
 		vman docs/man/$_i
 	done
+	vcompletion contrib/autocomplete/ctr bash ctr
+	vcompletion contrib/autocomplete/zsh_autocomplete zsh ctr
 }

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: containerd: update to 1.7.16.
  2024-05-13 17:15 [PR PATCH] containerd: update to 1.7.16 AnInternetTroll
  2024-05-13 17:44 ` [PR PATCH] [Updated] " AnInternetTroll
@ 2024-06-16 22:36 ` classabbyamp
  2024-06-16 22:36 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-06-16 22:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 394 bytes --]

There's a closed pull request on the void-packages repository

containerd: update to 1.7.16.
https://github.com/void-linux/void-packages/pull/50314

Description:
#### Testing the changes
- I tested the changes in this PR: **Briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86\_64-glibc)

Tested with docker and docker.io/nginx's image in particular.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: containerd: update to 1.7.16.
  2024-05-13 17:15 [PR PATCH] containerd: update to 1.7.16 AnInternetTroll
  2024-05-13 17:44 ` [PR PATCH] [Updated] " AnInternetTroll
  2024-06-16 22:36 ` [PR PATCH] [Closed]: " classabbyamp
@ 2024-06-16 22:36 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-06-16 22:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 187 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/50314#issuecomment-2171915225

Comment:
be46fdeda7944b4397fe22dae61e403108b74cec

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-16 22:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-13 17:15 [PR PATCH] containerd: update to 1.7.16 AnInternetTroll
2024-05-13 17:44 ` [PR PATCH] [Updated] " AnInternetTroll
2024-06-16 22:36 ` [PR PATCH] [Closed]: " classabbyamp
2024-06-16 22:36 ` classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).