Github messages for voidlinux
 help / color / mirror / Atom feed
From: daniel-eys <daniel-eys@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] podman: update to 4.4.4.
Date: Wed, 29 Mar 2023 09:51:08 +0200	[thread overview]
Message-ID: <20230329075108.QuTUoA8jG08PBoqEuY11uObSs0A5jfMm61HPkO7yXNI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43030@inbox.vuxu.org>

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

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

https://github.com/daniel-eys/void-packages podman
https://github.com/void-linux/void-packages/pull/43030

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From cf40d5da34796dc215d1ac4149a1ede03de55f72 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Fri, 24 Mar 2023 00:59:25 +0100
Subject: [PATCH 1/6] podman: update to 4.4.4.

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

diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template
index 0c7265f3dfb0..fe7785423fb8 100644
--- a/srcpkgs/podman/template
+++ b/srcpkgs/podman/template
@@ -1,6 +1,6 @@
 # Template file for 'podman'
 pkgname=podman
-version=4.4.0
+version=4.4.4
 revision=1
 build_style=go
 go_import_path="github.com/containers/podman/v4"
@@ -16,7 +16,7 @@ license="Apache-2.0"
 homepage="https://podman.io/"
 changelog="https://raw.githubusercontent.com/containers/podman/main/RELEASE_NOTES.md"
 distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz"
-checksum=4bb966fd960b0aae05181e30672a6b20be365225758110eb251b81214414cb25
+checksum=2dacfe7041b83e2cb05fda58bd1fbdae61348a427f5b9073b96b36154de894a1
 
 if [ "$CROSS_BUILD" ]; then
 	go_build_tags+=" containers_image_openpgp"

From c1bdf1ba47d73efa68b7a46ffaa958b4bc00ba06 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Tue, 28 Mar 2023 09:48:30 +0200
Subject: [PATCH 2/6] conmon: update to 2.1.7.

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

diff --git a/srcpkgs/conmon/template b/srcpkgs/conmon/template
index 21ba0a2aa306..4093e93246f2 100644
--- a/srcpkgs/conmon/template
+++ b/srcpkgs/conmon/template
@@ -1,6 +1,6 @@
 # Template file for 'conmon'
 pkgname=conmon
-version=2.1.5
+version=2.1.7
 revision=1
 build_style=gnu-makefile
 hostmakedepends="pkg-config"
@@ -10,7 +10,7 @@ maintainer="Cameron Nemo <cam@nohom.org>"
 license="Apache-2.0"
 homepage="https://github.com/containers/conmon"
 distfiles="https://github.com/containers/conmon/archive/v${version}.tar.gz"
-checksum=ee3179ee2b9a9107acec00eb546062cf7deb847f135a3b81503d22b0d226b3ed
+checksum=7d0f9a2f7cb8a76c51990128ac837aaf0cc89950b6ef9972e94417aa9cf901fe
 
 _have_docs=no
 

From 1ca5fae211fbb455dc8333ed9a8d8717a22bac98 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Tue, 28 Mar 2023 09:56:06 +0200
Subject: [PATCH 3/6] cni-plugins: update to 1.2.0.

---
 srcpkgs/cni-plugins/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/cni-plugins/template b/srcpkgs/cni-plugins/template
index 78c5a2b02804..1ce89649c877 100644
--- a/srcpkgs/cni-plugins/template
+++ b/srcpkgs/cni-plugins/template
@@ -1,6 +1,6 @@
 # Template file for 'cni-plugins'
 pkgname=cni-plugins
-version=1.1.1
+version=1.2.0
 revision=1
 build_style=go
 go_import_path="github.com/containernetworking/plugins"
@@ -9,10 +9,12 @@ maintainer="Cameron Nemo <cam@nohom.org>"
 license="Apache-2.0"
 homepage="https://github.com/containernetworking/plugins"
 distfiles="https://github.com/containernetworking/plugins/archive/v${version}.tar.gz"
-checksum=c86c44877c47f69cd23611e22029ab26b613f620195b76b3ec20f589367a7962
+checksum=f3496ddda9c7770a0b695b67ae7ee80a4ee331ac2745af4830054b81627f79b7
 
 do_build() {
-	./build_linux.sh
+	./build_linux.sh \
+		-ldflags \
+		"-X ${go_import_path}/pkg/utils/buildversion.BuildVersion=${version}"
 }
 
 do_install() {

From 3e99ce5b851bd46f74e7a5ba20227935fd7ea193 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Tue, 28 Mar 2023 10:39:43 +0200
Subject: [PATCH 4/6] containers.image: update to 5.24.2.

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

diff --git a/srcpkgs/containers.image/template b/srcpkgs/containers.image/template
index 03a5bada8efb..058d12ec9d0a 100644
--- a/srcpkgs/containers.image/template
+++ b/srcpkgs/containers.image/template
@@ -1,6 +1,6 @@
 # Template file for 'containers.image'
 pkgname=containers.image
-version=5.23.0
+version=5.24.2
 revision=1
 conf_files="/etc/containers/registries.conf /etc/containers/policy.json"
 hostmakedepends="go-md2man"
@@ -9,7 +9,7 @@ maintainer="Cameron Nemo <cam@nohom.org>"
 license="Apache-2.0"
 homepage="https://github.com/containers/image"
 distfiles="https://github.com/containers/image/archive/v${version}.tar.gz"
-checksum=e3420034546bdc5b08a5be122313093dc0c686236b5d9223d1116e34c069d001
+checksum=9ddc18a58bbec6de2854e858341c77aebf5a2afe49d00a7288d4e6cfe7732047
 
 do_build() {
 	mkdir -p build

From 6974e16f34608c4beccb1dc5b3f379d1919b3aa1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Tue, 28 Mar 2023 10:41:30 +0200
Subject: [PATCH 5/6] containers.storage: update to 1.45.4.

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

diff --git a/srcpkgs/containers.storage/template b/srcpkgs/containers.storage/template
index 55200c6b8898..77c981b28d8f 100644
--- a/srcpkgs/containers.storage/template
+++ b/srcpkgs/containers.storage/template
@@ -1,7 +1,7 @@
 # Template file for 'containers.storage'
 pkgname=containers.storage
-version=1.37.3
-revision=2
+version=1.45.4
+revision=1
 hostmakedepends="go-md2man"
 depends="fuse-overlayfs"
 short_desc="Storage configuration shared by podman, buildah, and skopeo"
@@ -9,7 +9,7 @@ maintainer="Cameron Nemo <cam@nohom.org>"
 license="Apache-2.0"
 homepage="https://github.com/containers/storage"
 distfiles="https://github.com/containers/storage/archive/refs/tags/v${version}.tar.gz"
-checksum=344ca995120ddf7cb3d341f27c6315dcc4e5a5807b95d1db5a7a21b4f9a95339
+checksum=741860bc30574570db20446053575b748e54a299a806c18eebc224471cebcd0c
 _manpage="containers-storage.conf.5"
 
 do_build() {

From ede145d75afd1a3b251c85978f4014ae8a7d5fbb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Tue, 28 Mar 2023 10:56:32 +0200
Subject: [PATCH 6/6] fuse-overlayfs: update to 1.11.

---
 srcpkgs/fuse-overlayfs/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/fuse-overlayfs/template b/srcpkgs/fuse-overlayfs/template
index b5c2239bb35b..7ba6525386b6 100644
--- a/srcpkgs/fuse-overlayfs/template
+++ b/srcpkgs/fuse-overlayfs/template
@@ -1,6 +1,6 @@
 # Template file for 'fuse-overlayfs'
 pkgname=fuse-overlayfs
-version=1.10
+version=1.11
 revision=1
 build_style=gnu-configure
 hostmakedepends="autoconf automake pkg-config"
@@ -9,8 +9,9 @@ short_desc="FUSE implementation for overlayfs"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/containers/fuse-overlayfs"
+changelog="https://raw.githubusercontent.com/containers/fuse-overlayfs/main/NEWS"
 distfiles="https://github.com/containers/fuse-overlayfs/archive/v${version}.tar.gz"
-checksum=4351eaed7cf26a5012c14c6e0fc883ef65a7b5dcc95ba129ce485904106c25a9
+checksum=320a411425414679736dcb7f3b05146430ca4af20ded0096c69ac3c7540ebca2
 
 pre_configure() {
 	./autogen.sh

  parent reply	other threads:[~2023-03-29  7:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-26 16:38 [PR PATCH] podman: update to 4.4.3 daniel-eys
2023-03-27 22:40 ` [PR PATCH] [Updated] " daniel-eys
2023-03-28  3:41 ` podman: update to 4.4.4 CameronNemo
2023-03-28  7:45 ` daniel-eys
2023-03-28 18:56 ` CameronNemo
2023-03-29  7:51 ` daniel-eys [this message]
2023-03-29  7:53 ` [PR PATCH] [Updated] " daniel-eys
2023-03-30 16:38 ` [PR PATCH] [Merged]: podman: update to 4.4.4, including dependency stack update leahneukirchen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230329075108.QuTUoA8jG08PBoqEuY11uObSs0A5jfMm61HPkO7yXNI@z \
    --to=daniel-eys@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).