Github messages for voidlinux
 help / color / mirror / Atom feed
From: CameronNemo <CameronNemo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] podman: update to 4.1.0
Date: Mon, 09 May 2022 20:10:37 +0200	[thread overview]
Message-ID: <20220509181037.N9KRlbSGeclMCnhNY6rqB2oKd486ALi8-bWB7dmRzgg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37053@inbox.vuxu.org>

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

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

https://github.com/CameronNemo/void-packages podman-4.1.0
https://github.com/void-linux/void-packages/pull/37053

podman: update to 4.1.0
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, x86\_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86\_64-musl
  - aarch64 (cross)
  - aarch64-musl (cross)


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

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

From b95746e5fdb188c44181b05f2f59b04a7ebb8f7e Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sun, 8 May 2022 13:31:20 -0700
Subject: [PATCH] podman: update to 4.1.0

---
 srcpkgs/podman/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template
index a12ca2c32440..bc2e8cce46cb 100644
--- a/srcpkgs/podman/template
+++ b/srcpkgs/podman/template
@@ -1,6 +1,6 @@
 # Template file for 'podman'
 pkgname=podman
-version=4.0.3
+version=4.1.0
 revision=1
 build_style=go
 go_import_path="github.com/containers/podman/v4"
@@ -15,7 +15,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=e3b53fc9142d4f2dc085f17a377d92ffb8bfe7756c4f47b8128b38bcc3540cbc
+checksum=f814e12a7311d486c1ccdc4eb021bc6dd24499569de7a572e436342876f70e95
 
 if [ "$CROSS_BUILD" ]; then
 	go_build_tags+=" containers_image_openpgp"
@@ -30,9 +30,10 @@ post_install() {
 	mv "${DESTDIR}/usr/bin/rootlessport" "${DESTDIR}/usr/libexec/podman/rootlessport"
 	make install.man DESTDIR="${DESTDIR}" PREFIX="/usr"
 	make install.completions DESTDIR="${DESTDIR}" PREFIX="/usr"
-	sed -e 's|# cgroup_manager = "systemd"|cgroup_manager = "cgroupfs"|g' \
-		vendor/github.com/containers/common/pkg/config/containers.conf \
-		>containers.cgfs.conf
+	cp vendor/github.com/containers/common/pkg/config/containers.conf \
+		containers.cgfs.conf
+	vsed -i -e 's|#cgroup_manager = "systemd"|cgroup_manager = "cgroupfs"|g' \
+		containers.cgfs.conf
 	vinstall containers.cgfs.conf 644 usr/share/containers containers.conf
 	vsv podman
 	vsv podman-docker

  reply	other threads:[~2022-05-09 18:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-08 20:49 [PR PATCH] " CameronNemo
2022-05-09 18:10 ` CameronNemo [this message]
2022-05-09 21:43 ` [PR PATCH] [Merged]: " paper42

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=20220509181037.N9KRlbSGeclMCnhNY6rqB2oKd486ALi8-bWB7dmRzgg@z \
    --to=cameronnemo@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).