Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] podman: update to 1.9.0.
@ 2020-04-18  9:09 CameronNemo
  2020-04-18  9:14 ` Gottox
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: CameronNemo @ 2020-04-18  9:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CameronNemo/void-packages podman-1.9.0
https://github.com/void-linux/void-packages/pull/21118

podman: update to 1.9.0.
DO NOT UPDATE THIS PACKAGE. Regression observed.

See https://github.com/containers/libpod/issues/5874 .

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

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

From c55ac53dbe2c5aca04a63387780b7d658516ada2 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Fri, 17 Apr 2020 23:08:42 -0700
Subject: [PATCH] podman: update to 1.9.0.

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

diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template
index 69842adf3c9..6b31f156f92 100644
--- a/srcpkgs/podman/template
+++ b/srcpkgs/podman/template
@@ -1,7 +1,7 @@
 # Template file for 'podman'
 pkgname=podman
-version=1.8.2
-revision=2
+version=1.9.0
+revision=1
 wrksrc="libpod-${version}"
 build_style=go
 go_import_path="github.com/containers/libpod"
@@ -16,7 +16,7 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="Apache-2.0"
 homepage="https://podman.io/"
 distfiles="https://github.com/containers/libpod/archive/v${version}.tar.gz"
-checksum=69f7ff81da1510ebf2962c1de3170675ca3cd8a24bc00c93742a24bcce17c752
+checksum=9a28659afee1e12fbbac706953adf065d29fb9a9bcb67d3ae9c4dd1f260d81f4
 
 if [ "$CROSS_BUILD" ]; then
 	go_build_tags+=" containers_image_openpgp"

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

* Re: podman: update to 1.9.0.
  2020-04-18  9:09 [PR PATCH] podman: update to 1.9.0 CameronNemo
@ 2020-04-18  9:14 ` Gottox
  2020-04-18  9:18 ` [PR PATCH] [Closed]: " Gottox
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Gottox @ 2020-04-18  9:14 UTC (permalink / raw)
  To: ml

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

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/pull/21118#issuecomment-615815610

Comment:
:+1: awesome!

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

* Re: podman: update to 1.9.0.
  2020-04-18  9:09 [PR PATCH] podman: update to 1.9.0 CameronNemo
  2020-04-18  9:14 ` Gottox
  2020-04-18  9:18 ` [PR PATCH] [Closed]: " Gottox
@ 2020-04-18  9:18 ` Gottox
  2020-04-18  9:19 ` Gottox
  3 siblings, 0 replies; 5+ messages in thread
From: Gottox @ 2020-04-18  9:18 UTC (permalink / raw)
  To: ml

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

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/pull/21118#issuecomment-615821490

Comment:
Duplicate of https://github.com/void-linux/void-packages/pull/21041

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

* Re: [PR PATCH] [Closed]: podman: update to 1.9.0.
  2020-04-18  9:09 [PR PATCH] podman: update to 1.9.0 CameronNemo
  2020-04-18  9:14 ` Gottox
@ 2020-04-18  9:18 ` Gottox
  2020-04-18  9:18 ` Gottox
  2020-04-18  9:19 ` Gottox
  3 siblings, 0 replies; 5+ messages in thread
From: Gottox @ 2020-04-18  9:18 UTC (permalink / raw)
  To: ml

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

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

podman: update to 1.9.0.
https://github.com/void-linux/void-packages/pull/21118

Description:
DO NOT UPDATE THIS PACKAGE. Regression observed.

See https://github.com/containers/libpod/issues/5874 .

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

* Re: podman: update to 1.9.0.
  2020-04-18  9:09 [PR PATCH] podman: update to 1.9.0 CameronNemo
                   ` (2 preceding siblings ...)
  2020-04-18  9:18 ` Gottox
@ 2020-04-18  9:19 ` Gottox
  3 siblings, 0 replies; 5+ messages in thread
From: Gottox @ 2020-04-18  9:19 UTC (permalink / raw)
  To: ml

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

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/pull/21118#issuecomment-615815610

Comment:
:+1: awesome!

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

end of thread, other threads:[~2020-04-18  9:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-18  9:09 [PR PATCH] podman: update to 1.9.0 CameronNemo
2020-04-18  9:14 ` Gottox
2020-04-18  9:18 ` [PR PATCH] [Closed]: " Gottox
2020-04-18  9:18 ` Gottox
2020-04-18  9:19 ` Gottox

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