Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] podman: update to 1.9.0
@ 2020-04-16  7:39 Eluminae
  2020-04-16  8:16 ` [PR PATCH] [Updated] " Eluminae
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Eluminae @ 2020-04-16  7:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages update/podman-1.9.0
https://github.com/void-linux/void-packages/pull/21041

podman: update to 1.9.0


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

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

From de655c27ec71ae3b6cccd3c1d42c9f92af48b358 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Thu, 16 Apr 2020 09:37:58 +0200
Subject: [PATCH] podman: update to 1.9.0

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

diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template
index 69842adf3c9..b957a9180a0 100644
--- a/srcpkgs/podman/template
+++ b/srcpkgs/podman/template
@@ -1,6 +1,6 @@
 # Template file for 'podman'
 pkgname=podman
-version=1.8.2
+version=1.9.0
 revision=2
 wrksrc="libpod-${version}"
 build_style=go
@@ -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] 12+ messages in thread

* Re: [PR PATCH] [Updated] podman: update to 1.9.0
  2020-04-16  7:39 [PR PATCH] podman: update to 1.9.0 Eluminae
@ 2020-04-16  8:16 ` Eluminae
  2020-04-16  9:26 ` WIP: " Eluminae
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Eluminae @ 2020-04-16  8:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages update/podman-1.9.0
https://github.com/void-linux/void-packages/pull/21041

podman: update to 1.9.0


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

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

From 370e03e8778d6a84e21e15d6675e9b8a6707e609 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Thu, 16 Apr 2020 09:37:58 +0200
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] 12+ messages in thread

* Re: WIP: podman: update to 1.9.0
  2020-04-16  7:39 [PR PATCH] podman: update to 1.9.0 Eluminae
  2020-04-16  8:16 ` [PR PATCH] [Updated] " Eluminae
@ 2020-04-16  9:26 ` Eluminae
  2020-04-18  9:20 ` Gottox
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Eluminae @ 2020-04-16  9:26 UTC (permalink / raw)
  To: ml

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

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/21041#issuecomment-614528537

Comment:
Used WIP cause it seems there is a bug

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

* Re: WIP: podman: update to 1.9.0
  2020-04-16  7:39 [PR PATCH] podman: update to 1.9.0 Eluminae
  2020-04-16  8:16 ` [PR PATCH] [Updated] " Eluminae
  2020-04-16  9:26 ` WIP: " Eluminae
@ 2020-04-18  9:20 ` Gottox
  2020-04-22  6:31 ` ocroz
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Gottox @ 2020-04-18  9:20 UTC (permalink / raw)
  To: ml

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

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/pull/21041#issuecomment-615823384

Comment:
See containers/libpod#5874 for the upstream bug

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

* Re: WIP: podman: update to 1.9.0
  2020-04-16  7:39 [PR PATCH] podman: update to 1.9.0 Eluminae
                   ` (2 preceding siblings ...)
  2020-04-18  9:20 ` Gottox
@ 2020-04-22  6:31 ` ocroz
  2020-04-22  6:53 ` Eluminae
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: ocroz @ 2020-04-22  6:31 UTC (permalink / raw)
  To: ml

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

New comment by ocroz on void-packages repository

https://github.com/void-linux/void-packages/pull/21041#issuecomment-617579315

Comment:
Meanwhile the issue [https://github.com/containers/libpod/issues/5874](https://github.com/containers/libpod/issues/5874) is still opened, how can we downgrade podman to 1.8.2 ?
Following the [install](https://podman.io/getting-started/installation.html) instructions, the [Kubic project](https://build.opensuse.org/project/show/devel:kubic:libcontainers:stable) seems only to provide the latest version 1.9.0.

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

* Re: WIP: podman: update to 1.9.0
  2020-04-16  7:39 [PR PATCH] podman: update to 1.9.0 Eluminae
                   ` (3 preceding siblings ...)
  2020-04-22  6:31 ` ocroz
@ 2020-04-22  6:53 ` Eluminae
  2020-04-22  8:27 ` ocroz
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Eluminae @ 2020-04-22  6:53 UTC (permalink / raw)
  To: ml

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

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/21041#issuecomment-617587520

Comment:
> how can we downgrade podman to 1.8.2 ?

Just install back the repository version. It is probably not prod proof but it worked for me.

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

* Re: WIP: podman: update to 1.9.0
  2020-04-16  7:39 [PR PATCH] podman: update to 1.9.0 Eluminae
                   ` (4 preceding siblings ...)
  2020-04-22  6:53 ` Eluminae
@ 2020-04-22  8:27 ` ocroz
  2020-04-23  7:53 ` Eluminae
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: ocroz @ 2020-04-22  8:27 UTC (permalink / raw)
  To: ml

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

New comment by ocroz on void-packages repository

https://github.com/void-linux/void-packages/pull/21041#issuecomment-617631429

Comment:
> Just install back the repository version

How do we do that?

I am using this repository link:
https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/CentOS_7/devel:kubic:libcontainers:stable.repo
How can I select another repository version?

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

* Re: WIP: podman: update to 1.9.0
  2020-04-16  7:39 [PR PATCH] podman: update to 1.9.0 Eluminae
                   ` (5 preceding siblings ...)
  2020-04-22  8:27 ` ocroz
@ 2020-04-23  7:53 ` Eluminae
  2020-05-14  6:54 ` Eluminae
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Eluminae @ 2020-04-23  7:53 UTC (permalink / raw)
  To: ml

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

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/21041#issuecomment-618242498

Comment:
This issue is about updating the VoidLinux package repository. If you updated podman using this MR just

$ xbps-remove podman
$ xbps-install podman

to reinstall the remote repository version, which is 1.8.2

I think this is not your case and your question is out of context here

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

* Re: WIP: podman: update to 1.9.0
  2020-04-16  7:39 [PR PATCH] podman: update to 1.9.0 Eluminae
                   ` (6 preceding siblings ...)
  2020-04-23  7:53 ` Eluminae
@ 2020-05-14  6:54 ` Eluminae
  2020-05-14  6:54 ` [PR PATCH] [Closed]: " Eluminae
  2020-05-14  9:44 ` Piraty
  9 siblings, 0 replies; 12+ messages in thread
From: Eluminae @ 2020-05-14  6:54 UTC (permalink / raw)
  To: ml

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

New comment by Eluminae on void-packages repository

https://github.com/void-linux/void-packages/pull/21041#issuecomment-628428469

Comment:
1.9.2 does not have the bug anymore.

Closed in favor of https://github.com/void-linux/void-packages/pull/21947

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

* Re: [PR PATCH] [Closed]: WIP: podman: update to 1.9.0
  2020-04-16  7:39 [PR PATCH] podman: update to 1.9.0 Eluminae
                   ` (7 preceding siblings ...)
  2020-05-14  6:54 ` Eluminae
@ 2020-05-14  6:54 ` Eluminae
  2020-05-14  9:44 ` Piraty
  9 siblings, 0 replies; 12+ messages in thread
From: Eluminae @ 2020-05-14  6:54 UTC (permalink / raw)
  To: ml

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

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

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

Description:


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

* Re: WIP: podman: update to 1.9.0
  2020-04-16  7:39 [PR PATCH] podman: update to 1.9.0 Eluminae
                   ` (8 preceding siblings ...)
  2020-05-14  6:54 ` [PR PATCH] [Closed]: " Eluminae
@ 2020-05-14  9:44 ` Piraty
  9 siblings, 0 replies; 12+ messages in thread
From: Piraty @ 2020-05-14  9:44 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/21041#issuecomment-628522756

Comment:
please don't close+open PRs for the same package, just update the template and force-push to your branch

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

* [PR PATCH] podman: update to 1.9.0.
@ 2020-04-18  9:09 CameronNemo
  0 siblings, 0 replies; 12+ 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] 12+ messages in thread

end of thread, other threads:[~2020-05-14  9:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-16  7:39 [PR PATCH] podman: update to 1.9.0 Eluminae
2020-04-16  8:16 ` [PR PATCH] [Updated] " Eluminae
2020-04-16  9:26 ` WIP: " Eluminae
2020-04-18  9:20 ` Gottox
2020-04-22  6:31 ` ocroz
2020-04-22  6:53 ` Eluminae
2020-04-22  8:27 ` ocroz
2020-04-23  7:53 ` Eluminae
2020-05-14  6:54 ` Eluminae
2020-05-14  6:54 ` [PR PATCH] [Closed]: " Eluminae
2020-05-14  9:44 ` Piraty
2020-04-18  9:09 [PR PATCH] " CameronNemo

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