Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] podman: update to 2.0.2.
@ 2020-07-18  5:11 nilium
  2020-07-18  6:45 ` [PR PATCH] [Merged]: " the-maldridge
  2020-07-18 13:03 ` CameronNemo
  0 siblings, 2 replies; 4+ messages in thread
From: nilium @ 2020-07-18  5:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nilium/ecks-bops-packages podman
https://github.com/void-linux/void-packages/pull/23637

podman: update to 2.0.2.
Fix the Go import path to use the v2 suffix (so that 2.x is being
built) and remove wrksrc.

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

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

From 0262d74722a8b7f30262e968fa3f37ab81ca349a Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@nil.dev>
Date: Fri, 17 Jul 2020 22:10:16 -0700
Subject: [PATCH] podman: update to 2.0.2.

Fix the Go import path to use the v2 suffix (so that 2.x is being
built) and remove wrksrc.
---
 srcpkgs/podman/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template
index ebb58b360dd..1ac59f22fd0 100644
--- a/srcpkgs/podman/template
+++ b/srcpkgs/podman/template
@@ -1,10 +1,9 @@
 # Template file for 'podman'
 pkgname=podman
-version=2.0.1
+version=2.0.2
 revision=1
-wrksrc="libpod-${version}"
 build_style=go
-go_import_path="github.com/containers/libpod"
+go_import_path="github.com/containers/libpod/v2"
 go_package="${go_import_path}/cmd/podman"
 go_build_tags="seccomp apparmor containers_image_ostree_stub
  btrfs_noversion exclude_graphdriver_btrfs"
@@ -16,7 +15,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=bc151fbcb4890f3862124d5b2b272bd0152307e3945cb9cef4ba90f14a863d80
+checksum=5fee5873e00ecbbf8c47d5519d0f138e5a322716d8d2306f4e45ab71f0a079c6
 
 if [ "$CROSS_BUILD" ]; then
 	go_build_tags+=" containers_image_openpgp"

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

* Re: [PR PATCH] [Merged]: podman: update to 2.0.2.
  2020-07-18  5:11 [PR PATCH] podman: update to 2.0.2 nilium
@ 2020-07-18  6:45 ` the-maldridge
  2020-07-18 13:03 ` CameronNemo
  1 sibling, 0 replies; 4+ messages in thread
From: the-maldridge @ 2020-07-18  6:45 UTC (permalink / raw)
  To: ml

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

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

podman: update to 2.0.2.
https://github.com/void-linux/void-packages/pull/23637

Description:
Fix the Go import path to use the v2 suffix (so that 2.x is being
built) and remove wrksrc.

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

* Re: podman: update to 2.0.2.
  2020-07-18  5:11 [PR PATCH] podman: update to 2.0.2 nilium
  2020-07-18  6:45 ` [PR PATCH] [Merged]: " the-maldridge
@ 2020-07-18 13:03 ` CameronNemo
  1 sibling, 0 replies; 4+ messages in thread
From: CameronNemo @ 2020-07-18 13:03 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/23637#issuecomment-660480154

Comment:
#23633 

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

* [PR PATCH] podman: update to 2.0.2.
@ 2020-07-18  0:06 CameronNemo
  0 siblings, 0 replies; 4+ messages in thread
From: CameronNemo @ 2020-07-18  0:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CameronNemo/void-packages podman-2.0.2
https://github.com/void-linux/void-packages/pull/23633

podman: update to 2.0.2.


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

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

From 40cabd17f4d748356e5ff851df7079840ed3ca8f Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Fri, 17 Jul 2020 16:57:12 -0700
Subject: [PATCH] podman: update to 2.0.2.

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

diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template
index ebb58b360dd..1ac59f22fd0 100644
--- a/srcpkgs/podman/template
+++ b/srcpkgs/podman/template
@@ -1,10 +1,9 @@
 # Template file for 'podman'
 pkgname=podman
-version=2.0.1
+version=2.0.2
 revision=1
-wrksrc="libpod-${version}"
 build_style=go
-go_import_path="github.com/containers/libpod"
+go_import_path="github.com/containers/libpod/v2"
 go_package="${go_import_path}/cmd/podman"
 go_build_tags="seccomp apparmor containers_image_ostree_stub
  btrfs_noversion exclude_graphdriver_btrfs"
@@ -16,7 +15,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=bc151fbcb4890f3862124d5b2b272bd0152307e3945cb9cef4ba90f14a863d80
+checksum=5fee5873e00ecbbf8c47d5519d0f138e5a322716d8d2306f4e45ab71f0a079c6
 
 if [ "$CROSS_BUILD" ]; then
 	go_build_tags+=" containers_image_openpgp"

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

end of thread, other threads:[~2020-07-18 13:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-18  5:11 [PR PATCH] podman: update to 2.0.2 nilium
2020-07-18  6:45 ` [PR PATCH] [Merged]: " the-maldridge
2020-07-18 13:03 ` CameronNemo
  -- strict thread matches above, loose matches on Subject: below --
2020-07-18  0:06 [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).