Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] containerd: update to 1.4.2
@ 2020-11-30 23:54 ndowens
  2020-12-01  1:01 ` ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ndowens @ 2020-11-30 23:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages containerd
https://github.com/void-linux/void-packages/pull/26849

containerd: update to 1.4.2
@pauldotknopf  

Tested using docker with a Ubuntu docker image fine.

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

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

From cfa413f57a5cbb2a33f9a01395cd771744a103bb Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 30 Nov 2020 17:54:07 -0600
Subject: [PATCH] containerd: update to 1.4.2

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

diff --git a/srcpkgs/containerd/template b/srcpkgs/containerd/template
index 528edababcc..5c251cb36cc 100644
--- a/srcpkgs/containerd/template
+++ b/srcpkgs/containerd/template
@@ -1,6 +1,6 @@
 # Template file for 'containerd'
 pkgname=containerd
-version=1.3.7
+version=1.4.2
 revision=1
 build_style=go
 go_import_path=github.com/containerd/containerd
@@ -18,7 +18,7 @@ maintainer="Paul Knopf <pauldotknopf@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/containerd/containerd"
 distfiles="https://github.com/containerd/containerd/archive/v${version}.tar.gz"
-checksum=d30d59e143697aa4f0960205b3f5ac59c573b332f20507740ef2dc0fb5ae8ded
+checksum=cccbb7db8c3454202c872c2fcc76636fb0db295cf72eb3319f1543d56063a1ae
 make_dirs="/var/lib/containerd 0755 root root"
 
 post_build() {

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

* Re: containerd: update to 1.4.2
  2020-11-30 23:54 [PR PATCH] containerd: update to 1.4.2 ndowens
@ 2020-12-01  1:01 ` ericonr
  2020-12-01  1:04 ` [PR PATCH] [Updated] containerd: update to 1.3.9 ndowens
  2020-12-01 21:28 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-12-01  1:01 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26849#issuecomment-736148253

Comment:
1.4.3 has been out for a while, and fixes a CVE.

But you could go for 1.3.9, so as not to jump to the newer release yet.

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

* Re: [PR PATCH] [Updated] containerd: update to 1.3.9
  2020-11-30 23:54 [PR PATCH] containerd: update to 1.4.2 ndowens
  2020-12-01  1:01 ` ericonr
@ 2020-12-01  1:04 ` ndowens
  2020-12-01 21:28 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ndowens @ 2020-12-01  1:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages containerd
https://github.com/void-linux/void-packages/pull/26849

containerd: update to 1.3.9
@pauldotknopf  

Tested using docker with a Ubuntu docker image fine.

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

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

From f09f512c1efbfc6aa22dd91c65a45058459b4c6b Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 30 Nov 2020 17:54:07 -0600
Subject: [PATCH] containerd: update to 1.3.9

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

diff --git a/srcpkgs/containerd/template b/srcpkgs/containerd/template
index 528edababcc..5c4883a9ceb 100644
--- a/srcpkgs/containerd/template
+++ b/srcpkgs/containerd/template
@@ -1,6 +1,6 @@
 # Template file for 'containerd'
 pkgname=containerd
-version=1.3.7
+version=1.3.9
 revision=1
 build_style=go
 go_import_path=github.com/containerd/containerd
@@ -18,7 +18,7 @@ maintainer="Paul Knopf <pauldotknopf@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/containerd/containerd"
 distfiles="https://github.com/containerd/containerd/archive/v${version}.tar.gz"
-checksum=d30d59e143697aa4f0960205b3f5ac59c573b332f20507740ef2dc0fb5ae8ded
+checksum=9244212589c84b12262769dca6fb985c0c680cb5259c8904b29c511d81fd62d0
 make_dirs="/var/lib/containerd 0755 root root"
 
 post_build() {

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

* Re: [PR PATCH] [Merged]: containerd: update to 1.3.9
  2020-11-30 23:54 [PR PATCH] containerd: update to 1.4.2 ndowens
  2020-12-01  1:01 ` ericonr
  2020-12-01  1:04 ` [PR PATCH] [Updated] containerd: update to 1.3.9 ndowens
@ 2020-12-01 21:28 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-12-01 21:28 UTC (permalink / raw)
  To: ml

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

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

containerd: update to 1.3.9
https://github.com/void-linux/void-packages/pull/26849

Description:
@pauldotknopf  

Tested using docker with a Ubuntu docker image fine.

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

end of thread, other threads:[~2020-12-01 21:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-30 23:54 [PR PATCH] containerd: update to 1.4.2 ndowens
2020-12-01  1:01 ` ericonr
2020-12-01  1:04 ` [PR PATCH] [Updated] containerd: update to 1.3.9 ndowens
2020-12-01 21:28 ` [PR PATCH] [Merged]: " ericonr

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).