Github messages for voidlinux
 help / color / mirror / Atom feed
From: jackloomen <jackloomen@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] minijail: update to v17.
Date: Tue, 17 Aug 2021 03:35:24 +0200	[thread overview]
Message-ID: <20210817013524.n--RiV3I2Nkoxw0wMp0Hlvhh74eKvy-jQpnAhpJGrlI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32523@inbox.vuxu.org>

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

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

https://github.com/jackloomen/void-packages patch-2
https://github.com/void-linux/void-packages/pull/32523

minijail: update to v17.
#### 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR



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

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

From d911f8435dc6cacf9612b47db8f5dd79102321cf Mon Sep 17 00:00:00 2001
From: jackloomen <79494508+jackloomen@users.noreply.github.com>
Date: Tue, 17 Aug 2021 00:05:57 +0000
Subject: [PATCH 1/2] minijail: update to v17.

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

diff --git a/srcpkgs/minijail/template b/srcpkgs/minijail/template
index e3debe82a66e..dd1c5b556177 100644
--- a/srcpkgs/minijail/template
+++ b/srcpkgs/minijail/template
@@ -1,6 +1,6 @@
 # Template file for 'minijail'
 pkgname=minijail
-version=16
+version=17
 revision=1
 wrksrc="${pkgname}-linux-v${version}"
 build_style=gnu-makefile
@@ -10,7 +10,7 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="BSD-3-Clause"
 homepage="https://android.googlesource.com/platform/external/minijail"
 distfiles="https://github.com/google/minijail/archive/linux-v${version}.tar.gz"
-checksum=1efb6224465cf8a5bb7a69659b35482e69786fce572f29125201e9a0e793bdd6
+checksum=1ee5a5916491a32c121c7422b4d8c16481c0396a3acab34bf1c44589dcf810ae
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
 	broken="bpf.h:110:2: error: #error Unsupported endianness"

From 3984d9ed0b5cea49171c367b807afa43fd93712e Mon Sep 17 00:00:00 2001
From: jackloomen <79494508+jackloomen@users.noreply.github.com>
Date: Tue, 17 Aug 2021 01:35:22 +0000
Subject: [PATCH 2/2] Delete ppc.patch

---
 srcpkgs/minijail/patches/ppc.patch | 16 ----------------
 1 file changed, 16 deletions(-)
 delete mode 100644 srcpkgs/minijail/patches/ppc.patch

diff --git a/srcpkgs/minijail/patches/ppc.patch b/srcpkgs/minijail/patches/ppc.patch
deleted file mode 100644
index 720185589e5a..000000000000
--- a/srcpkgs/minijail/patches/ppc.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-These are defined on ppc* in included headers but their values refer to things
-that are in headers which are not included. Additionally, ELF_GREG_TYPE refers
-to a typedef, which is not a constant value. So undef them, just like some
-others are already undef'd for other platforms above that.
-
---- a/gen_constants-inl.h
-+++ b/gen_constants-inl.h
-@@ -24,3 +24,8 @@
- // build errors on such broken systems.
- #undef BLKTRACESETUP
- #undef FS_IOC_FIEMAP
-+#undef ELF_ARCH
-+#undef ELF_CLASS
-+#undef ELF_DATA
-+#undef ELF_GREG_TYPE
-+#undef FIOQSIZE

  reply	other threads:[~2021-08-17  1:35 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-17  0:07 [PR PATCH] " jackloomen
2021-08-17  1:35 ` jackloomen [this message]
2021-08-18 11:39 ` leahneukirchen
2021-08-18 12:16 ` jackloomen
2021-08-18 18:54 ` ericonr
2021-08-18 19:58 ` [PR PATCH] [Updated] " jackloomen
2021-08-18 20:00 ` [PR PATCH] [Closed]: " jackloomen
2021-08-18 20:03 ` jackloomen
2021-08-18 20:57 ` q66
2021-08-21  0:07 ` [PR PATCH] [Closed]: " jackloomen
2021-08-21  0:20 ` q66

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=20210817013524.n--RiV3I2Nkoxw0wMp0Hlvhh74eKvy-jQpnAhpJGrlI@z \
    --to=jackloomen@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).