Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] minijail: update to v17.
@ 2021-08-17  0:07 jackloomen
  2021-08-17  1:35 ` [PR PATCH] [Updated] " jackloomen
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: jackloomen @ 2021-08-17  0:07 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1142 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] 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"

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

* Re: [PR PATCH] [Updated] minijail: update to v17.
  2021-08-17  0:07 [PR PATCH] minijail: update to v17 jackloomen
@ 2021-08-17  1:35 ` jackloomen
  2021-08-18 11:39 ` leahneukirchen
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jackloomen @ 2021-08-17  1:35 UTC (permalink / raw)
  To: ml

[-- 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

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

* Re: minijail: update to v17.
  2021-08-17  0:07 [PR PATCH] minijail: update to v17 jackloomen
  2021-08-17  1:35 ` [PR PATCH] [Updated] " jackloomen
@ 2021-08-18 11:39 ` leahneukirchen
  2021-08-18 12:16 ` jackloomen
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: leahneukirchen @ 2021-08-18 11:39 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/32523#issuecomment-901042491

Comment:
Why remove the patch?

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

* Re: minijail: update to v17.
  2021-08-17  0:07 [PR PATCH] minijail: update to v17 jackloomen
  2021-08-17  1:35 ` [PR PATCH] [Updated] " jackloomen
  2021-08-18 11:39 ` leahneukirchen
@ 2021-08-18 12:16 ` jackloomen
  2021-08-18 18:54 ` ericonr
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jackloomen @ 2021-08-18 12:16 UTC (permalink / raw)
  To: ml

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

New comment by jackloomen on void-packages repository

https://github.com/void-linux/void-packages/pull/32523#issuecomment-901064259

Comment:
> Why remove the patch?

Locally I didn't have it and everything worked, but when merging it broke all the builds, all checks failed seemingly on the patch executable choking on the patch.

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

* Re: minijail: update to v17.
  2021-08-17  0:07 [PR PATCH] minijail: update to v17 jackloomen
                   ` (2 preceding siblings ...)
  2021-08-18 12:16 ` jackloomen
@ 2021-08-18 18:54 ` ericonr
  2021-08-18 19:58 ` [PR PATCH] [Updated] " jackloomen
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-08-18 18:54 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32523#issuecomment-901351768

Comment:
@jackloomen remember to have a single commit for the update (it should include the patch removal).

@q66 if he wants to check validity before merging.

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

* Re: [PR PATCH] [Updated] minijail: update to v17.
  2021-08-17  0:07 [PR PATCH] minijail: update to v17 jackloomen
                   ` (3 preceding siblings ...)
  2021-08-18 18:54 ` ericonr
@ 2021-08-18 19:58 ` jackloomen
  2021-08-18 20:00 ` [PR PATCH] [Closed]: " jackloomen
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jackloomen @ 2021-08-18 19:58 UTC (permalink / raw)
  To: ml

[-- 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: 4322 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/3] 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/3] 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

From e86a9a41c955ef1d658803e427a4d957bb4e61c2 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 3/3] minijail: update to v17.

---
 srcpkgs/minijail/patches/ppc.patch | 16 ----------------
 srcpkgs/minijail/template          |  4 ++--
 2 files changed, 2 insertions(+), 18 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
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"

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

* Re: [PR PATCH] [Closed]: minijail: update to v17.
  2021-08-17  0:07 [PR PATCH] minijail: update to v17 jackloomen
                   ` (4 preceding siblings ...)
  2021-08-18 19:58 ` [PR PATCH] [Updated] " jackloomen
@ 2021-08-18 20:00 ` jackloomen
  2021-08-18 20:03 ` jackloomen
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jackloomen @ 2021-08-18 20:00 UTC (permalink / raw)
  To: ml

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

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

minijail: update to v17.
https://github.com/void-linux/void-packages/pull/32523

Description:
#### 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



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

* Re: minijail: update to v17.
  2021-08-17  0:07 [PR PATCH] minijail: update to v17 jackloomen
                   ` (5 preceding siblings ...)
  2021-08-18 20:00 ` [PR PATCH] [Closed]: " jackloomen
@ 2021-08-18 20:03 ` jackloomen
  2021-08-18 20:57 ` q66
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jackloomen @ 2021-08-18 20:03 UTC (permalink / raw)
  To: ml

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

New comment by jackloomen on void-packages repository

https://github.com/void-linux/void-packages/pull/32523#issuecomment-901393539

Comment:
no idea how to squash this properly. if you dont want to merge this close it and someone else can update minijail.

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

* Re: minijail: update to v17.
  2021-08-17  0:07 [PR PATCH] minijail: update to v17 jackloomen
                   ` (6 preceding siblings ...)
  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
  9 siblings, 0 replies; 11+ messages in thread
From: q66 @ 2021-08-18 20:57 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/32523#issuecomment-901425548

Comment:
put the patch back so I can see what fails

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

* Re: [PR PATCH] [Closed]: minijail: update to v17.
  2021-08-17  0:07 [PR PATCH] minijail: update to v17 jackloomen
                   ` (7 preceding siblings ...)
  2021-08-18 20:57 ` q66
@ 2021-08-21  0:07 ` jackloomen
  2021-08-21  0:20 ` q66
  9 siblings, 0 replies; 11+ messages in thread
From: jackloomen @ 2021-08-21  0:07 UTC (permalink / raw)
  To: ml

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

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

minijail: update to v17.
https://github.com/void-linux/void-packages/pull/32523

Description:
#### 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



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

* Re: minijail: update to v17.
  2021-08-17  0:07 [PR PATCH] minijail: update to v17 jackloomen
                   ` (8 preceding siblings ...)
  2021-08-21  0:07 ` [PR PATCH] [Closed]: " jackloomen
@ 2021-08-21  0:20 ` q66
  9 siblings, 0 replies; 11+ messages in thread
From: q66 @ 2021-08-21  0:20 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/32523#issuecomment-903018389

Comment:
well, okay then

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

end of thread, other threads:[~2021-08-21  0:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-17  0:07 [PR PATCH] minijail: update to v17 jackloomen
2021-08-17  1:35 ` [PR PATCH] [Updated] " jackloomen
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

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