Github messages for voidlinux
 help / color / mirror / Atom feed
From: ericonr <ericonr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] webkit2gtk: update to 2.32.2
Date: Sat, 24 Jul 2021 22:29:21 +0200	[thread overview]
Message-ID: <20210724202921.7oJ6_V3bEpbtmcvRGx81CnRdkYSSjKgz59T6Y_guZ5c@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32160@inbox.vuxu.org>

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

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

https://github.com/ericonr/void-packages webkit
https://github.com/void-linux/void-packages/pull/32160

webkit2gtk: update to 2.32.2
<!-- 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?
- [ ] 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/32160.patch is attached

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

From cc5dad19a4b56403344f17d537f9c269ecdc2b29 Mon Sep 17 00:00:00 2001
From: Quentin Rameau <quinq@fifth.space>
Date: Sun, 18 Jul 2021 13:10:28 +0200
Subject: [PATCH] webkit2gtk: update to 2.32.3.

---
 srcpkgs/webkit2gtk/patches/be32-jsc-fix.patch | 13 -------------
 srcpkgs/webkit2gtk/template                   |  6 +++---
 2 files changed, 3 insertions(+), 16 deletions(-)
 delete mode 100644 srcpkgs/webkit2gtk/patches/be32-jsc-fix.patch

diff --git a/srcpkgs/webkit2gtk/patches/be32-jsc-fix.patch b/srcpkgs/webkit2gtk/patches/be32-jsc-fix.patch
deleted file mode 100644
index e35ed38c3287..000000000000
--- a/srcpkgs/webkit2gtk/patches/be32-jsc-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-This should fix a recent regression in JSC CLoop on BE/32bit.
-
---- a/Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm
-+++ b/Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm
-@@ -425,7 +425,7 @@ end)
- op(llint_get_host_call_return_value, macro ()
-     functionPrologue()
-     pushCalleeSaves()
--    loadp Callee[cfr], t0
-+    loadp Callee + PayloadOffset[cfr], t0
-     convertCalleeToVM(t0)
-     loadi VM::encodedHostCallReturnValue + TagOffset[t0], t1
-     loadi VM::encodedHostCallReturnValue + PayloadOffset[t0], t0
diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template
index ae7e80744d0b..55087a491946 100644
--- a/srcpkgs/webkit2gtk/template
+++ b/srcpkgs/webkit2gtk/template
@@ -1,8 +1,8 @@
 # Template file for 'webkit2gtk'
 # ping q66 before touching this
 pkgname=webkit2gtk
-version=2.32.1
-revision=2
+version=2.32.3
+revision=1
 wrksrc="webkitgtk-${version}"
 build_style=cmake
 build_helper="gir"
@@ -36,7 +36,7 @@ maintainer="q66 <daniel@octaforge.org>"
 license="LGPL-2.1-or-later, BSD-2-Clause"
 homepage="https://webkitgtk.org/"
 distfiles="${homepage}/releases/webkitgtk-${version}.tar.xz"
-checksum=136117317f70f66486f71b8edf5e46f8776403c5d8a296e914b11a36ef836917
+checksum=c1f496f5ac654efe4cef62fbd4f2fbeeef265a07c5e7419e5d2900bfeea52cbc
 make_check=no
 
 build_options="gir wayland x11 bubblewrap jit sampling_profiler minibrowser

  parent reply	other threads:[~2021-07-24 20:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-23 18:19 [PR PATCH] " ericonr
2021-07-23 20:40 ` [PR PATCH] [Updated] " ericonr
2021-07-24 20:29 ` ericonr [this message]
2021-07-28  3:32 ` [PR PATCH] [Merged]: webkit2gtk: update to 2.32.3 ericonr

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=20210724202921.7oJ6_V3bEpbtmcvRGx81CnRdkYSSjKgz59T6Y_guZ5c@z \
    --to=ericonr@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).