Github messages for voidlinux
 help / color / mirror / Atom feed
From: tranzystorekk <tranzystorekk@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] wbg: update to 1.2.0
Date: Tue, 30 Apr 2024 09:10:46 +0200	[thread overview]
Message-ID: <20240430071046.3028725098@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50122@inbox.vuxu.org>

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

  reply	other threads:[~2024-04-30  7:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-29 22:43 [PR PATCH] " tranzystorekk
2024-04-30  7:10 ` tranzystorekk [this message]
2024-05-04 18:59 ` [PR PATCH] [Merged]: " cinerea0

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=20240430071046.3028725098@inbox.vuxu.org \
    --to=tranzystorekk@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).