Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wbg: update to 1.2.0
@ 2024-04-29 22:43 tranzystorekk
  2024-04-30  7:10 ` [PR PATCH] [Updated] " tranzystorekk
  2024-05-04 18:59 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: tranzystorekk @ 2024-04-29 22:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages wbg
https://github.com/void-linux/void-packages/pull/50122

wbg: update to 1.2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

cc @travankor

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/50122.patch is attached

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

From 7dc9fde94874473707b1c0347467904e348e4241 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 30 Apr 2024 00:42:06 +0200
Subject: [PATCH] wbg: update to 1.2.0

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

diff --git a/srcpkgs/wbg/template b/srcpkgs/wbg/template
index 1abaec256072e8..2824935fc82859 100644
--- a/srcpkgs/wbg/template
+++ b/srcpkgs/wbg/template
@@ -1,6 +1,6 @@
 # Template file for 'wbg'
 pkgname=wbg
-version=1.1.0
+version=1.2.0
 revision=1
 build_style=meson
 hostmakedepends="pkg-config wayland-devel"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://codeberg.org/dnkl/wbg"
 changelog="https://codeberg.org/dnkl/wbg/raw/branch/master/CHANGELOG.md"
 distfiles="https://codeberg.org/dnkl/wbg/archive/${version}.tar.gz"
-checksum=3f7844914c8a53fababa5df3575a9adb06026932bdd359664077ffdf19aae917
+checksum=f9d051882f089621da6fbb2074a587456941c9f723151fe4fefd67d19a306d76
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] wbg: update to 1.2.0
  2024-04-29 22:43 [PR PATCH] wbg: update to 1.2.0 tranzystorekk
@ 2024-04-30  7:10 ` tranzystorekk
  2024-05-04 18:59 ` [PR PATCH] [Merged]: " cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: tranzystorekk @ 2024-04-30  7:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages wbg
https://github.com/void-linux/void-packages/pull/50122

wbg: update to 1.2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

cc @travankor

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/50122.patch is attached

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

From 22bed4cea324a7718c17f7e58101179ff8828d1a Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 30 Apr 2024 00:42:06 +0200
Subject: [PATCH] wbg: update to 1.2.0

---
 .../wbg/patches/musl-mfd-noexec-seal.patch    | 20 +++++++++++++++++++
 srcpkgs/wbg/template                          |  4 ++--
 2 files changed, 22 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/wbg/patches/musl-mfd-noexec-seal.patch

diff --git a/srcpkgs/wbg/patches/musl-mfd-noexec-seal.patch b/srcpkgs/wbg/patches/musl-mfd-noexec-seal.patch
new file mode 100644
index 00000000000000..c9f01a80f1fc55
--- /dev/null
+++ b/srcpkgs/wbg/patches/musl-mfd-noexec-seal.patch
@@ -0,0 +1,20 @@
+From dd36cce8c47bb0e17a789cf2bd95a51e29b59e78 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= <daniel@ekloef.se>
+Date: Tue, 30 Apr 2024 08:47:19 +0200
+Subject: [PATCH] shm: MFD_NOEXEC_SEAL is not defined by musl libc
+---
+diff --git a/shm.c b/shm.c
+index bd4ce26..c0fe0bc 100644
+--- a/shm.c
++++ b/shm.c
+@@ -19,6 +19,10 @@
+  #define MAP_UNINITIALIZED 0
+ #endif
+ 
++#if !defined(MFD_NOEXEC_SEAL)
++ #define MFD_NOEXEC_SEAL 0
++#endif
++
+ static void
+ buffer_destroy(struct buffer *buf)
+ {
diff --git a/srcpkgs/wbg/template b/srcpkgs/wbg/template
index 1abaec256072e8..2824935fc82859 100644
--- a/srcpkgs/wbg/template
+++ b/srcpkgs/wbg/template
@@ -1,6 +1,6 @@
 # Template file for 'wbg'
 pkgname=wbg
-version=1.1.0
+version=1.2.0
 revision=1
 build_style=meson
 hostmakedepends="pkg-config wayland-devel"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://codeberg.org/dnkl/wbg"
 changelog="https://codeberg.org/dnkl/wbg/raw/branch/master/CHANGELOG.md"
 distfiles="https://codeberg.org/dnkl/wbg/archive/${version}.tar.gz"
-checksum=3f7844914c8a53fababa5df3575a9adb06026932bdd359664077ffdf19aae917
+checksum=f9d051882f089621da6fbb2074a587456941c9f723151fe4fefd67d19a306d76
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: wbg: update to 1.2.0
  2024-04-29 22:43 [PR PATCH] wbg: update to 1.2.0 tranzystorekk
  2024-04-30  7:10 ` [PR PATCH] [Updated] " tranzystorekk
@ 2024-05-04 18:59 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-05-04 18:59 UTC (permalink / raw)
  To: ml

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

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

wbg: update to 1.2.0
https://github.com/void-linux/void-packages/pull/50122

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

cc @travankor

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->


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

end of thread, other threads:[~2024-05-04 18:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-29 22:43 [PR PATCH] wbg: update to 1.2.0 tranzystorekk
2024-04-30  7:10 ` [PR PATCH] [Updated] " tranzystorekk
2024-05-04 18:59 ` [PR PATCH] [Merged]: " cinerea0

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