Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] containerd: update to 1.7.2.
@ 2023-06-29  8:53 Bnyro
  2023-06-29 20:25 ` Duncaen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bnyro @ 2023-06-29  8:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages containerd
https://github.com/void-linux/void-packages/pull/44707

containerd: update to 1.7.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

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

From 8e0d44dcb060ecf289ef31f231980b6c7d40a29e Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Thu, 29 Jun 2023 10:52:53 +0200
Subject: [PATCH] containerd: update to 1.7.2.

---
 srcpkgs/containerd/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/containerd/template b/srcpkgs/containerd/template
index 932e245800bb..596a6420f04e 100644
--- a/srcpkgs/containerd/template
+++ b/srcpkgs/containerd/template
@@ -1,7 +1,7 @@
 # Template file for 'containerd'
 pkgname=containerd
-version=1.6.10
-revision=2
+version=1.7.2
+revision=1
 build_style=go
 go_import_path=github.com/containerd/containerd
 go_package="${go_import_path}/cmd/containerd
@@ -20,7 +20,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=57be0d7b448abc83f2d1e0045864ffec83e6afa0c7e54548b50d67152686745e
+checksum=68d20562c3164f61f2ec6951edb002bf12cd58b21448e0ab04c5ec56d4dcac43
 make_dirs="/var/lib/containerd 0755 root root"
 
 post_build() {

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

* Re: containerd: update to 1.7.2.
  2023-06-29  8:53 [PR PATCH] containerd: update to 1.7.2 Bnyro
@ 2023-06-29 20:25 ` Duncaen
  2023-06-30  7:30 ` [PR PATCH] [Updated] " Bnyro
  2023-07-01 21:41 ` [PR PATCH] [Merged]: containerd: update to 1.7.2, orphan Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-06-29 20:25 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/44707#issuecomment-1613766961

Comment:
Please orphan this package they haven't contributed since 2018.

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

* Re: [PR PATCH] [Updated] containerd: update to 1.7.2.
  2023-06-29  8:53 [PR PATCH] containerd: update to 1.7.2 Bnyro
  2023-06-29 20:25 ` Duncaen
@ 2023-06-30  7:30 ` Bnyro
  2023-07-01 21:41 ` [PR PATCH] [Merged]: containerd: update to 1.7.2, orphan Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Bnyro @ 2023-06-30  7:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages containerd
https://github.com/void-linux/void-packages/pull/44707

containerd: update to 1.7.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

cc @pauldotknopf 

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

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

From fc941a1a0d26a77bc649564640b79bc335d8386a Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 30 Jun 2023 09:30:19 +0200
Subject: [PATCH] containerd: update to 1.7.2, orphan

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

diff --git a/srcpkgs/containerd/template b/srcpkgs/containerd/template
index 932e245800bb6..0c74e43bb6cac 100644
--- a/srcpkgs/containerd/template
+++ b/srcpkgs/containerd/template
@@ -1,7 +1,7 @@
 # Template file for 'containerd'
 pkgname=containerd
-version=1.6.10
-revision=2
+version=1.7.2
+revision=1
 build_style=go
 go_import_path=github.com/containerd/containerd
 go_package="${go_import_path}/cmd/containerd
@@ -16,11 +16,11 @@ hostmakedepends="pkg-config go-md2man"
 makedepends="libbtrfs-devel libseccomp-devel"
 depends="runc"
 short_desc="Open and reliable container runtime"
-maintainer="Paul Knopf <pauldotknopf@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/containerd/containerd"
 distfiles="https://github.com/containerd/containerd/archive/v${version}.tar.gz"
-checksum=57be0d7b448abc83f2d1e0045864ffec83e6afa0c7e54548b50d67152686745e
+checksum=68d20562c3164f61f2ec6951edb002bf12cd58b21448e0ab04c5ec56d4dcac43
 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.7.2, orphan
  2023-06-29  8:53 [PR PATCH] containerd: update to 1.7.2 Bnyro
  2023-06-29 20:25 ` Duncaen
  2023-06-30  7:30 ` [PR PATCH] [Updated] " Bnyro
@ 2023-07-01 21:41 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-07-01 21:41 UTC (permalink / raw)
  To: ml

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

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

containerd: update to 1.7.2, orphan
https://github.com/void-linux/void-packages/pull/44707

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

end of thread, other threads:[~2023-07-01 21:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-29  8:53 [PR PATCH] containerd: update to 1.7.2 Bnyro
2023-06-29 20:25 ` Duncaen
2023-06-30  7:30 ` [PR PATCH] [Updated] " Bnyro
2023-07-01 21:41 ` [PR PATCH] [Merged]: containerd: update to 1.7.2, orphan Duncaen

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