Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] umoci: update to 0.4.7
@ 2021-08-30  5:25 CameronNemo
  2021-08-30 13:10 ` [PR REVIEW] " ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: CameronNemo @ 2021-08-30  5:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CameronNemo/void-packages umoci-0.4.7
https://github.com/void-linux/void-packages/pull/32756

umoci: update to 0.4.7
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32756.patch is attached

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

From f753ea882f294a13dc7ce9bff63624fad0483048 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sun, 29 Aug 2021 22:24:36 -0700
Subject: [PATCH] umoci: update to 0.4.7

---
 srcpkgs/umoci/patches/which.patch | 23 +++++++++++++++++++++++
 srcpkgs/umoci/template            |  4 ++--
 2 files changed, 25 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/umoci/patches/which.patch

diff --git a/srcpkgs/umoci/patches/which.patch b/srcpkgs/umoci/patches/which.patch
new file mode 100644
index 000000000000..40ac8618de79
--- /dev/null
+++ b/srcpkgs/umoci/patches/which.patch
@@ -0,0 +1,23 @@
+From 36ca035cc8cb96b9c0febebcde4d5f4fc82a6022 Mon Sep 17 00:00:00 2001
+From: Cameron Nemo <CameronNemo@users.noreply.github.com>
+Date: Sun, 29 Aug 2021 22:20:27 -0700
+Subject: [PATCH] fix(Makefile): avoid usage of which
+
+which is not available in some build environments
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index d76e37b4..3df909c2 100644
+--- a/Makefile
++++ b/Makefile
+@@ -14,7 +14,7 @@
+ # limitations under the License.
+ 
+ # Use bash, so that we can do process substitution.
+-SHELL := $(shell which bash)
++SHELL := $(shell command -v bash)
+ 
+ # Go tools.
+ GO ?= go
diff --git a/srcpkgs/umoci/template b/srcpkgs/umoci/template
index e9ea9bf87c54..8c38ceb685a9 100644
--- a/srcpkgs/umoci/template
+++ b/srcpkgs/umoci/template
@@ -1,6 +1,6 @@
 # Template file for 'umoci'
 pkgname=umoci
-version=0.4.6
+version=0.4.7
 revision=1
 build_style=go
 go_import_path=github.com/opencontainers/umoci
@@ -11,7 +11,7 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="Apache-2.0"
 homepage="https://umo.ci"
 distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
-checksum=19ca1234c7991369586488f4ebb7656f566e1e3d19d2518630620eb54061b87c
+checksum=c01b36de6fdc513eb65add57bc882d72f94fc3b4b65a8f9ef59826fb754af93e
 
 post_install() {
 	make docs

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

end of thread, other threads:[~2021-08-30 13:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-30  5:25 [PR PATCH] umoci: update to 0.4.7 CameronNemo
2021-08-30 13:10 ` [PR REVIEW] " ericonr
2021-08-30 13:14 ` CameronNemo
2021-08-30 13:16 ` [PR PATCH] [Merged]: " ericonr

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