Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] containerd: update to 1.7.4.
@ 2023-08-24 21:07 Bnyro
  2023-08-25 17:58 ` [PR PATCH] [Updated] " Bnyro
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bnyro @ 2023-08-24 21:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 479 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/45747

containerd: update to 1.7.4.

#### 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/45747.patch is attached

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

From 09ec91cea3aeedc439e7de2680172faefb226d5c Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Thu, 24 Aug 2023 23:05:36 +0200
Subject: [PATCH] containerd: update to 1.7.4.

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

diff --git a/srcpkgs/containerd/template b/srcpkgs/containerd/template
index 9074847205f02..299c36de09e0a 100644
--- a/srcpkgs/containerd/template
+++ b/srcpkgs/containerd/template
@@ -1,7 +1,7 @@
 # Template file for 'containerd'
 pkgname=containerd
-version=1.7.3
-revision=2
+version=1.7.4
+revision=1
 build_style=go
 go_import_path=github.com/containerd/containerd
 go_package="${go_import_path}/cmd/containerd
@@ -20,7 +20,7 @@ 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=1fd19d2c75322bdbcb01d190a18d53940a4a79d909bd61a99f9e8e2dbc57a8fe
+checksum=32b7d59001542cdda8ec3068b5f7cfa039149f5c9b63f14fefc443e94bc80cf7
 make_dirs="/var/lib/containerd 0755 root root"
 
 post_build() {

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

* Re: [PR PATCH] [Updated] containerd: update to 1.7.4.
  2023-08-24 21:07 [PR PATCH] containerd: update to 1.7.4 Bnyro
@ 2023-08-25 17:58 ` Bnyro
  2023-09-13  6:44 ` [PR PATCH] [Updated] containerd: update to 1.7.5 Bnyro
  2023-09-23 13:21 ` [PR PATCH] [Merged]: containerd: update to 1.7.6 Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Bnyro @ 2023-08-25 17:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 484 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/45747

containerd: update to 1.7.4.

#### 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/45747.patch is attached

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

From 0b97aa5c1907e588d822f9952550169fe216ccbf Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 25 Aug 2023 19:59:49 +0200
Subject: [PATCH] containerd: update to 1.7.5.

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

diff --git a/srcpkgs/containerd/template b/srcpkgs/containerd/template
index 9074847205f02..68b2a225a27c1 100644
--- a/srcpkgs/containerd/template
+++ b/srcpkgs/containerd/template
@@ -1,7 +1,7 @@
 # Template file for 'containerd'
 pkgname=containerd
-version=1.7.3
-revision=2
+version=1.7.5
+revision=1
 build_style=go
 go_import_path=github.com/containerd/containerd
 go_package="${go_import_path}/cmd/containerd
@@ -20,7 +20,7 @@ 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=1fd19d2c75322bdbcb01d190a18d53940a4a79d909bd61a99f9e8e2dbc57a8fe
+checksum=9bc75f80943334d44bb57f83661431001fc9ec1ebd834740ce6b442598edeed2
 make_dirs="/var/lib/containerd 0755 root root"
 
 post_build() {

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

* Re: [PR PATCH] [Updated] containerd: update to 1.7.5.
  2023-08-24 21:07 [PR PATCH] containerd: update to 1.7.4 Bnyro
  2023-08-25 17:58 ` [PR PATCH] [Updated] " Bnyro
@ 2023-09-13  6:44 ` Bnyro
  2023-09-23 13:21 ` [PR PATCH] [Merged]: containerd: update to 1.7.6 Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Bnyro @ 2023-09-13  6:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 484 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/45747

containerd: update to 1.7.5.

#### 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/45747.patch is attached

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

From 8b05e6797d3fb6ffb3b5ba30b4aca8915398c187 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Wed, 13 Sep 2023 08:45:46 +0200
Subject: [PATCH] containerd: update to 1.7.6.

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

diff --git a/srcpkgs/containerd/template b/srcpkgs/containerd/template
index 9074847205f02..d8792df53ac01 100644
--- a/srcpkgs/containerd/template
+++ b/srcpkgs/containerd/template
@@ -1,7 +1,7 @@
 # Template file for 'containerd'
 pkgname=containerd
-version=1.7.3
-revision=2
+version=1.7.6
+revision=1
 build_style=go
 go_import_path=github.com/containerd/containerd
 go_package="${go_import_path}/cmd/containerd
@@ -20,7 +20,7 @@ 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=1fd19d2c75322bdbcb01d190a18d53940a4a79d909bd61a99f9e8e2dbc57a8fe
+checksum=084a62f78f96cb5fda02221425f14df09d3e0acd093e4d4b3527900e3ff94677
 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.6.
  2023-08-24 21:07 [PR PATCH] containerd: update to 1.7.4 Bnyro
  2023-08-25 17:58 ` [PR PATCH] [Updated] " Bnyro
  2023-09-13  6:44 ` [PR PATCH] [Updated] containerd: update to 1.7.5 Bnyro
@ 2023-09-23 13:21 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-09-23 13:21 UTC (permalink / raw)
  To: ml

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

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

containerd: update to 1.7.6.
https://github.com/void-linux/void-packages/pull/45747

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



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

end of thread, other threads:[~2023-09-23 13:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-24 21:07 [PR PATCH] containerd: update to 1.7.4 Bnyro
2023-08-25 17:58 ` [PR PATCH] [Updated] " Bnyro
2023-09-13  6:44 ` [PR PATCH] [Updated] containerd: update to 1.7.5 Bnyro
2023-09-23 13:21 ` [PR PATCH] [Merged]: containerd: update to 1.7.6 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).