Raspbian automatic forward porter [Sat, 7 Sep 2024 01:54:41 +0000 (02:54 +0100)]
Merge version 2.44.2-1+rpi1 and 2.44.3-1 to produce 2.44.3-1+rpi1
Alberto Garcia [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
Merge webkit2gtk (2.44.3-1) import into refs/heads/workingbranch
Adrian Perez de Castro [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
Fix crash when compiled with Clang with LTO enabled
Bug: https://bugs.webkit.org/show_bug.cgi?id=274780
Origin: https://github.com/WebKit/WebKit/commit/
4854b944b345990e4100319662777856fe8ea4aa
===================================================================
Gbp-Pq: Name fix-clang-build.patch
Michael Catanzaro [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
Fix wasm crash
Origin: https://github.com/WebKit/WebKit/commit/
9140ce712aa87091613874d802787ab476be0e39
===================================================================
Gbp-Pq: Name fix-webasm-crash.patch
Alberto Garcia [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
Use WTF_CPU_UNKNOWN when building for riscv64
Bug: https://bugs.webkit.org/show_bug.cgi?id=271371
Forwarded: no
WebKitGTK doesn't build on riscv64 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Gbp-Pq: Name fix-ftbfs-riscv64.patch
Carlos Garcia Campos [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
Disable DMABuf renderer for NVIDIA proprietary drivers
Bug: https://bugs.webkit.org/show_bug.cgi?id=262607
Bug-Debian: https://bugs.debian.org/
1039720
Origin: https://github.com/WebKit/WebKit/pull/18614
===================================================================
Gbp-Pq: Name disable-dmabuf-nvidia.patch
Alberto Garcia [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
Don't try to use PATH_MAX in the Hurd
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978098
Bug: https://bugs.webkit.org/show_bug.cgi?id=219572
===================================================================
Gbp-Pq: Name fix-ftbfs-hurd.patch
Alberto Garcia [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
Reduce memory usage
Bug-Debian: https://bugs.debian.org/949621
Forwarded: no
===================================================================
Gbp-Pq: Name reduce-memory-overheads.patch
Alberto Garcia [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
Don't check for SSE2 support on i386
Bug-Debian: https://bugs.debian.org/930935
Forwarded: no
===================================================================
Gbp-Pq: Name dont-detect-sse2.patch
Alberto Garcia [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
Enable THREADS_PREFER_PTHREAD_FLAG
Bug: https://bugs.webkit.org/show_bug.cgi?id=182622
Bug-Debian: https://bugs.debian.org/895969
Origin: https://trac.webkit.org/changeset/231843
This fixes a FTBFS in riscv64
===================================================================
Gbp-Pq: Name prefer-pthread.patch
Alberto Garcia [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
Use WTF_CPU_UNKNOWN when building for X32
Forwarded: no
WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Gbp-Pq: Name fix-ftbfs-x32.patch
David Matthew Mattli [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
Fix FTBFS in sparc64
Bug-Debian: https://bugs.debian.org/806816
===================================================================
Gbp-Pq: Name fix-ftbfs-sparc64.patch
Alberto Garcia [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
webkit2gtk (2.44.3-1) unstable; urgency=high
* New upstream release.
* The WebKitGTK security advisory WSA-2024-0004 lists the following
security fixes in the latest versions of WebKitGTK:
- CVE-2024-40776, CVE-2024-40779, CVE-2024-40780, CVE-2024-40782,
CVE-2024-40785, CVE-2024-40789, CVE-2024-40794, CVE-2024-4558
(fixed in 2.44.3).
* debian/patches/fix-clang-build.patch,
debian/patches/fix-webasm-crash.patch:
- Patches recommended by upstream after 2.44.3 was released.
* debian/libwebkit2gtk-4.0-37.symbols:
- Update symbols.
* debian/control.in:
- Update Standards-Version to 4.7.0 (no changes).
- Replace gobject-introspection-bin with gobject-introspection. This
fixes a lintian error: missing-build-dependency-for-dh-addon gir
(does not satisfy gobject-introspection:any | dh-sequence-gir:any)
[dgit import unpatched webkit2gtk 2.44.3-1]
Alberto Garcia [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
Import webkit2gtk_2.44.3.orig.tar.xz
[dgit import orig webkit2gtk_2.44.3.orig.tar.xz]
Alberto Garcia [Mon, 26 Aug 2024 13:24:02 +0000 (15:24 +0200)]
Import webkit2gtk_2.44.3-1.debian.tar.xz
[dgit import tarball webkit2gtk 2.44.3-1 webkit2gtk_2.44.3-1.debian.tar.xz]
Peter Michael Green [Sat, 15 Jun 2024 23:32:48 +0000 (23:32 +0000)]
Manual merge of version 2.42.2-1+rpi1 and 2.44.2-1 to produce 2.44.2-1+rpi1
Alberto Garcia [Thu, 16 May 2024 12:09:54 +0000 (14:09 +0200)]
Merge webkit2gtk (2.44.2-1) import into refs/heads/workingbranch
Alberto Garcia [Thu, 16 May 2024 12:09:54 +0000 (14:09 +0200)]
Use WTF_CPU_UNKNOWN when building for riscv64
Bug: https://bugs.webkit.org/show_bug.cgi?id=271371
Forwarded: no
WebKitGTK doesn't build on riscv64 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Gbp-Pq: Name fix-ftbfs-riscv64.patch
Carlos Garcia Campos [Thu, 16 May 2024 12:09:54 +0000 (14:09 +0200)]
Disable DMABuf renderer for NVIDIA proprietary drivers
Bug: https://bugs.webkit.org/show_bug.cgi?id=262607
Bug-Debian: https://bugs.debian.org/
1039720
Origin: https://github.com/WebKit/WebKit/pull/18614
===================================================================
Gbp-Pq: Name disable-dmabuf-nvidia.patch
Alberto Garcia [Thu, 16 May 2024 12:09:54 +0000 (14:09 +0200)]
Don't try to use PATH_MAX in the Hurd
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978098
Bug: https://bugs.webkit.org/show_bug.cgi?id=219572
===================================================================
Gbp-Pq: Name fix-ftbfs-hurd.patch
Alberto Garcia [Thu, 16 May 2024 12:09:54 +0000 (14:09 +0200)]
Reduce memory usage
Bug-Debian: https://bugs.debian.org/949621
Forwarded: no
===================================================================
Gbp-Pq: Name reduce-memory-overheads.patch
Alberto Garcia [Thu, 16 May 2024 12:09:54 +0000 (14:09 +0200)]
Don't check for SSE2 support on i386
Bug-Debian: https://bugs.debian.org/930935
Forwarded: no
===================================================================
Gbp-Pq: Name dont-detect-sse2.patch
Alberto Garcia [Thu, 16 May 2024 12:09:54 +0000 (14:09 +0200)]
Enable THREADS_PREFER_PTHREAD_FLAG
Bug: https://bugs.webkit.org/show_bug.cgi?id=182622
Bug-Debian: https://bugs.debian.org/895969
Origin: https://trac.webkit.org/changeset/231843
This fixes a FTBFS in riscv64
===================================================================
Gbp-Pq: Name prefer-pthread.patch
Alberto Garcia [Thu, 16 May 2024 12:09:54 +0000 (14:09 +0200)]
Use WTF_CPU_UNKNOWN when building for X32
Forwarded: no
WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Gbp-Pq: Name fix-ftbfs-x32.patch
David Matthew Mattli [Thu, 16 May 2024 12:09:54 +0000 (14:09 +0200)]
Fix FTBFS in sparc64
Bug-Debian: https://bugs.debian.org/806816
===================================================================
Gbp-Pq: Name fix-ftbfs-sparc64.patch
Alberto Garcia [Thu, 16 May 2024 12:09:54 +0000 (14:09 +0200)]
webkit2gtk (2.44.2-1) unstable; urgency=high
* New upstream release.
* debian/upstream/signing-key.asc:
- Replace Carlos Garcia's DSA key with the new RSA one.
[dgit import unpatched webkit2gtk 2.44.2-1]
Alberto Garcia [Thu, 16 May 2024 12:09:54 +0000 (14:09 +0200)]
Import webkit2gtk_2.44.2.orig.tar.xz
[dgit import orig webkit2gtk_2.44.2.orig.tar.xz]
Alberto Garcia [Thu, 16 May 2024 12:09:54 +0000 (14:09 +0200)]
Import webkit2gtk_2.44.2-1.debian.tar.xz
[dgit import tarball webkit2gtk 2.44.2-1 webkit2gtk_2.44.2-1.debian.tar.xz]
Alberto Garcia [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +0200)]
Merge webkit2gtk (2.44.1-1) import into refs/heads/workingbranch
Alberto Garcia [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +0200)]
Use WTF_CPU_UNKNOWN when building for riscv64
Bug: https://bugs.webkit.org/show_bug.cgi?id=271371
Forwarded: no
WebKitGTK doesn't build on riscv64 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Gbp-Pq: Name fix-ftbfs-riscv64.patch
Carlos Garcia Campos [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +0200)]
Disable DMABuf renderer for NVIDIA proprietary drivers
Bug: https://bugs.webkit.org/show_bug.cgi?id=262607
Bug-Debian: https://bugs.debian.org/
1039720
Origin: https://github.com/WebKit/WebKit/pull/18614
===================================================================
Gbp-Pq: Name disable-dmabuf-nvidia.patch
Alberto Garcia [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +0200)]
Don't try to use PATH_MAX in the Hurd
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978098
Bug: https://bugs.webkit.org/show_bug.cgi?id=219572
===================================================================
Gbp-Pq: Name fix-ftbfs-hurd.patch
Alberto Garcia [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +0200)]
Reduce memory usage
Bug-Debian: https://bugs.debian.org/949621
Forwarded: no
===================================================================
Gbp-Pq: Name reduce-memory-overheads.patch
Alberto Garcia [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +0200)]
Don't check for SSE2 support on i386
Bug-Debian: https://bugs.debian.org/930935
Forwarded: no
===================================================================
Gbp-Pq: Name dont-detect-sse2.patch
Alberto Garcia [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +0200)]
Enable THREADS_PREFER_PTHREAD_FLAG
Bug: https://bugs.webkit.org/show_bug.cgi?id=182622
Bug-Debian: https://bugs.debian.org/895969
Origin: https://trac.webkit.org/changeset/231843
This fixes a FTBFS in riscv64
===================================================================
Gbp-Pq: Name prefer-pthread.patch
Alberto Garcia [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +0200)]
Use WTF_CPU_UNKNOWN when building for X32
Forwarded: no
WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Gbp-Pq: Name fix-ftbfs-x32.patch
David Matthew Mattli [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +0200)]
Fix FTBFS in sparc64
Bug-Debian: https://bugs.debian.org/806816
===================================================================
Gbp-Pq: Name fix-ftbfs-sparc64.patch
Alberto Garcia [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +0200)]
webkit2gtk (2.44.1-1) unstable; urgency=medium
* New upstream release.
* Re-enable WebGL on armel.
- debian/rules: stop using -DENABLE_WEBGL=OFF on armel, powerpc and
sh4.
* debian/patches/fix-ftbfs-i386.patch:
- Drop this patch, it is included in this release.
[dgit import unpatched webkit2gtk 2.44.1-1]
Alberto Garcia [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +0200)]
Import webkit2gtk_2.44.1.orig.tar.xz
[dgit import orig webkit2gtk_2.44.1.orig.tar.xz]
Alberto Garcia [Tue, 9 Apr 2024 12:09:50 +0000 (14:09 +0200)]
Import webkit2gtk_2.44.1-1.debian.tar.xz
[dgit import tarball webkit2gtk 2.44.1-1 webkit2gtk_2.44.1-1.debian.tar.xz]
Alberto Garcia [Mon, 5 Feb 2024 10:55:25 +0000 (11:55 +0100)]
Merge webkit2gtk (2.42.5-1) import into refs/heads/workingbranch
Alberto Garcia [Mon, 5 Feb 2024 10:55:25 +0000 (11:55 +0100)]
Fix FTBFS in i386
Bug: https://bugs.webkit.org/show_bug.cgi?id=268739
===================================================================
Gbp-Pq: Name fix-ftbfs-i386.patch
Carlos Garcia Campos [Mon, 5 Feb 2024 10:55:25 +0000 (11:55 +0100)]
Disable DMABuf renderer for NVIDIA proprietary drivers
Bug: https://bugs.webkit.org/show_bug.cgi?id=262607
Bug-Debian: https://bugs.debian.org/
1039720
Origin: https://github.com/WebKit/WebKit/pull/18614
===================================================================
Gbp-Pq: Name disable-dmabuf-nvidia.patch
Alberto Garcia [Mon, 5 Feb 2024 10:55:25 +0000 (11:55 +0100)]
Don't try to use PATH_MAX in the Hurd
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978098
Bug: https://bugs.webkit.org/show_bug.cgi?id=219572
===================================================================
Gbp-Pq: Name fix-ftbfs-hurd.patch
Alberto Garcia [Mon, 5 Feb 2024 10:55:25 +0000 (11:55 +0100)]
Reduce memory usage
Bug-Debian: https://bugs.debian.org/949621
Forwarded: no
===================================================================
Gbp-Pq: Name reduce-memory-overheads.patch
Alberto Garcia [Mon, 5 Feb 2024 10:55:25 +0000 (11:55 +0100)]
Don't check for SSE2 support on i386
Bug-Debian: https://bugs.debian.org/930935
Forwarded: no
===================================================================
Gbp-Pq: Name dont-detect-sse2.patch
Alberto Garcia [Mon, 5 Feb 2024 10:55:25 +0000 (11:55 +0100)]
Enable THREADS_PREFER_PTHREAD_FLAG
Bug: https://bugs.webkit.org/show_bug.cgi?id=182622
Bug-Debian: https://bugs.debian.org/895969
Origin: https://trac.webkit.org/changeset/231843
This fixes a FTBFS in riscv64
===================================================================
Gbp-Pq: Name prefer-pthread.patch
Alberto Garcia [Mon, 5 Feb 2024 10:55:25 +0000 (11:55 +0100)]
Use WTF_CPU_UNKNOWN when building for X32
Forwarded: no
WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Gbp-Pq: Name fix-ftbfs-x32.patch
David Matthew Mattli [Mon, 5 Feb 2024 10:55:25 +0000 (11:55 +0100)]
Fix FTBFS in sparc64
Bug-Debian: https://bugs.debian.org/806816
===================================================================
Gbp-Pq: Name fix-ftbfs-sparc64.patch
Alberto Garcia [Mon, 5 Feb 2024 10:55:25 +0000 (11:55 +0100)]
webkit2gtk (2.42.5-1) unstable; urgency=high
* New upstream release.
* debian/copyright:
- Update copyright information of all files.
* debian/rules:
- Remove last empty line from debian/control.
* debian/patches/fix-ftbfs-i386.patch:
- i386 build fix.
[dgit import unpatched webkit2gtk 2.42.5-1]
Alberto Garcia [Mon, 5 Feb 2024 10:55:25 +0000 (11:55 +0100)]
Import webkit2gtk_2.42.5.orig.tar.xz
[dgit import orig webkit2gtk_2.42.5.orig.tar.xz]
Alberto Garcia [Mon, 5 Feb 2024 10:55:25 +0000 (11:55 +0100)]
Import webkit2gtk_2.42.5-1.debian.tar.xz
[dgit import tarball webkit2gtk 2.42.5-1 webkit2gtk_2.42.5-1.debian.tar.xz]
Alberto Garcia [Fri, 15 Dec 2023 09:58:35 +0000 (10:58 +0100)]
Merge webkit2gtk (2.42.4-1) import into refs/heads/workingbranch
Carlos Garcia Campos [Fri, 15 Dec 2023 09:58:35 +0000 (10:58 +0100)]
Disable DMABuf renderer for NVIDIA proprietary drivers
Bug: https://bugs.webkit.org/show_bug.cgi?id=262607
Bug-Debian: https://bugs.debian.org/
1039720
Origin: https://github.com/WebKit/WebKit/pull/18614
===================================================================
Gbp-Pq: Name disable-dmabuf-nvidia.patch
Alberto Garcia [Fri, 15 Dec 2023 09:58:35 +0000 (10:58 +0100)]
Don't try to use PATH_MAX in the Hurd
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978098
Bug: https://bugs.webkit.org/show_bug.cgi?id=219572
===================================================================
Gbp-Pq: Name fix-ftbfs-hurd.patch
Alberto Garcia [Fri, 15 Dec 2023 09:58:35 +0000 (10:58 +0100)]
Reduce memory usage
Bug-Debian: https://bugs.debian.org/949621
Forwarded: no
===================================================================
Gbp-Pq: Name reduce-memory-overheads.patch
Alberto Garcia [Fri, 15 Dec 2023 09:58:35 +0000 (10:58 +0100)]
Don't check for SSE2 support on i386
Bug-Debian: https://bugs.debian.org/930935
Forwarded: no
===================================================================
Gbp-Pq: Name dont-detect-sse2.patch
Alberto Garcia [Fri, 15 Dec 2023 09:58:35 +0000 (10:58 +0100)]
Enable THREADS_PREFER_PTHREAD_FLAG
Bug: https://bugs.webkit.org/show_bug.cgi?id=182622
Bug-Debian: https://bugs.debian.org/895969
Origin: https://trac.webkit.org/changeset/231843
This fixes a FTBFS in riscv64
===================================================================
Gbp-Pq: Name prefer-pthread.patch
Alberto Garcia [Fri, 15 Dec 2023 09:58:35 +0000 (10:58 +0100)]
Use WTF_CPU_UNKNOWN when building for X32
Forwarded: no
WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Gbp-Pq: Name fix-ftbfs-x32.patch
David Matthew Mattli [Fri, 15 Dec 2023 09:58:35 +0000 (10:58 +0100)]
Fix FTBFS in sparc64
Bug-Debian: https://bugs.debian.org/806816
===================================================================
Gbp-Pq: Name fix-ftbfs-sparc64.patch
Alberto Garcia [Fri, 15 Dec 2023 09:58:35 +0000 (10:58 +0100)]
webkit2gtk (2.42.4-1) unstable; urgency=high
* New upstream release.
[dgit import unpatched webkit2gtk 2.42.4-1]
Alberto Garcia [Fri, 15 Dec 2023 09:58:35 +0000 (10:58 +0100)]
Import webkit2gtk_2.42.4.orig.tar.xz
[dgit import orig webkit2gtk_2.42.4.orig.tar.xz]
Alberto Garcia [Fri, 15 Dec 2023 09:58:35 +0000 (10:58 +0100)]
Import webkit2gtk_2.42.4-1.debian.tar.xz
[dgit import tarball webkit2gtk 2.42.4-1 webkit2gtk_2.42.4-1.debian.tar.xz]
Alberto Garcia [Tue, 5 Dec 2023 13:28:29 +0000 (14:28 +0100)]
Merge webkit2gtk (2.42.3-1) import into refs/heads/workingbranch
Carlos Garcia Campos [Tue, 5 Dec 2023 13:28:29 +0000 (14:28 +0100)]
Disable DMABuf renderer for NVIDIA proprietary drivers
Bug: https://bugs.webkit.org/show_bug.cgi?id=262607
Bug-Debian: https://bugs.debian.org/
1039720
Origin: https://github.com/WebKit/WebKit/pull/18614
===================================================================
Gbp-Pq: Name disable-dmabuf-nvidia.patch
Alberto Garcia [Tue, 5 Dec 2023 13:28:29 +0000 (14:28 +0100)]
Don't try to use PATH_MAX in the Hurd
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978098
Bug: https://bugs.webkit.org/show_bug.cgi?id=219572
===================================================================
Gbp-Pq: Name fix-ftbfs-hurd.patch
Alberto Garcia [Tue, 5 Dec 2023 13:28:29 +0000 (14:28 +0100)]
Reduce memory usage
Bug-Debian: https://bugs.debian.org/949621
Forwarded: no
===================================================================
Gbp-Pq: Name reduce-memory-overheads.patch
Alberto Garcia [Tue, 5 Dec 2023 13:28:29 +0000 (14:28 +0100)]
Don't check for SSE2 support on i386
Bug-Debian: https://bugs.debian.org/930935
Forwarded: no
===================================================================
Gbp-Pq: Name dont-detect-sse2.patch
Alberto Garcia [Tue, 5 Dec 2023 13:28:29 +0000 (14:28 +0100)]
Enable THREADS_PREFER_PTHREAD_FLAG
Bug: https://bugs.webkit.org/show_bug.cgi?id=182622
Bug-Debian: https://bugs.debian.org/895969
Origin: https://trac.webkit.org/changeset/231843
This fixes a FTBFS in riscv64
===================================================================
Gbp-Pq: Name prefer-pthread.patch
Alberto Garcia [Tue, 5 Dec 2023 13:28:29 +0000 (14:28 +0100)]
Use WTF_CPU_UNKNOWN when building for X32
Forwarded: no
WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Gbp-Pq: Name fix-ftbfs-x32.patch
David Matthew Mattli [Tue, 5 Dec 2023 13:28:29 +0000 (14:28 +0100)]
Fix FTBFS in sparc64
Bug-Debian: https://bugs.debian.org/806816
===================================================================
Gbp-Pq: Name fix-ftbfs-sparc64.patch
Alberto Garcia [Tue, 5 Dec 2023 13:28:29 +0000 (14:28 +0100)]
webkit2gtk (2.42.3-1) unstable; urgency=high
* New upstream release.
* Drop tweaks for some arches that are unsupported or haven't worked in
a long time: ia64, m68k, kfreebsd, mips and mipsel.
* Refresh all patches.
* debian/control.in:
- Set the debhelper compatibility level to 13.
* debian/rules:
- Stop overriding dh_missing, no longer needed with dh compat 13.
[dgit import unpatched webkit2gtk 2.42.3-1]
Alberto Garcia [Tue, 5 Dec 2023 13:28:29 +0000 (14:28 +0100)]
Import webkit2gtk_2.42.3.orig.tar.xz
[dgit import orig webkit2gtk_2.42.3.orig.tar.xz]
Alberto Garcia [Tue, 5 Dec 2023 13:28:29 +0000 (14:28 +0100)]
Import webkit2gtk_2.42.3-1.debian.tar.xz
[dgit import tarball webkit2gtk 2.42.3-1 webkit2gtk_2.42.3-1.debian.tar.xz]
Raspbian automatic forward porter [Thu, 16 Nov 2023 12:11:59 +0000 (12:11 +0000)]
Merge version 2.42.1-2+rpi1 and 2.42.2-1 to produce 2.42.2-1+rpi1
Alberto Garcia [Fri, 10 Nov 2023 18:02:00 +0000 (19:02 +0100)]
Merge webkit2gtk (2.42.2-1) import into refs/heads/workingbranch
Carlos Garcia Campos [Fri, 10 Nov 2023 18:02:00 +0000 (19:02 +0100)]
Disable DMABuf renderer for NVIDIA proprietary drivers
Bug: https://bugs.webkit.org/show_bug.cgi?id=262607
Bug-Debian: https://bugs.debian.org/
1039720
Origin: https://github.com/WebKit/WebKit/pull/18614
===================================================================
Gbp-Pq: Name disable-dmabuf-nvidia.patch
Alberto Garcia [Fri, 10 Nov 2023 18:02:00 +0000 (19:02 +0100)]
Don't try to use PATH_MAX in the Hurd
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978098
Bug: https://bugs.webkit.org/show_bug.cgi?id=219572
===================================================================
Gbp-Pq: Name fix-ftbfs-hurd.patch
Alberto Garcia [Fri, 10 Nov 2023 18:02:00 +0000 (19:02 +0100)]
Reduce memory usage
Bug-Debian: https://bugs.debian.org/949621
Forwarded: no
===================================================================
Gbp-Pq: Name reduce-memory-overheads.patch
Alberto Garcia [Fri, 10 Nov 2023 18:02:00 +0000 (19:02 +0100)]
Don't check for SSE2 support on i386
Bug-Debian: https://bugs.debian.org/930935
Forwarded: no
===================================================================
Gbp-Pq: Name dont-detect-sse2.patch
Alberto Garcia [Fri, 10 Nov 2023 18:02:00 +0000 (19:02 +0100)]
Enable THREADS_PREFER_PTHREAD_FLAG
Bug: https://bugs.webkit.org/show_bug.cgi?id=182622
Bug-Debian: https://bugs.debian.org/895969
Origin: https://trac.webkit.org/changeset/231843
This fixes a FTBFS in riscv64
===================================================================
Gbp-Pq: Name prefer-pthread.patch
Alberto Garcia [Fri, 10 Nov 2023 18:02:00 +0000 (19:02 +0100)]
Use WTF_CPU_UNKNOWN when building for X32
Forwarded: no
WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Gbp-Pq: Name fix-ftbfs-x32.patch
John Paul Adrian Glaubitz [Fri, 10 Nov 2023 18:02:00 +0000 (19:02 +0100)]
Fix FTBFS on m68k
Bug-Debian: https://bugs.debian.org/868126
Last-Update: 2020-01-23
===================================================================
Gbp-Pq: Name fix-ftbfs-m68k.patch
David Matthew Mattli [Fri, 10 Nov 2023 18:02:00 +0000 (19:02 +0100)]
Fix FTBFS in sparc64
Bug-Debian: https://bugs.debian.org/806816
===================================================================
Gbp-Pq: Name fix-ftbfs-sparc64.patch
Alberto Garcia [Fri, 10 Nov 2023 18:02:00 +0000 (19:02 +0100)]
webkit2gtk (2.42.2-1) unstable; urgency=high
* New upstream release.
* debian/copyright:
- Update copyright information of all files.
[dgit import unpatched webkit2gtk 2.42.2-1]
Alberto Garcia [Fri, 10 Nov 2023 18:02:00 +0000 (19:02 +0100)]
Import webkit2gtk_2.42.2.orig.tar.xz
[dgit import orig webkit2gtk_2.42.2.orig.tar.xz]
Alberto Garcia [Fri, 10 Nov 2023 18:02:00 +0000 (19:02 +0100)]
Import webkit2gtk_2.42.2-1.debian.tar.xz
[dgit import tarball webkit2gtk 2.42.2-1 webkit2gtk_2.42.2-1.debian.tar.xz]
Raspbian automatic forward porter [Wed, 18 Oct 2023 21:19:32 +0000 (22:19 +0100)]
Merge version 2.42.1-1+rpi1 and 2.42.1-2 to produce 2.42.1-2+rpi1
Alberto Garcia [Wed, 4 Oct 2023 15:09:23 +0000 (16:09 +0100)]
Merge webkit2gtk (2.42.1-2) import into refs/heads/workingbranch
Carlos Garcia Campos [Wed, 4 Oct 2023 15:09:23 +0000 (16:09 +0100)]
Disable DMABuf renderer for NVIDIA proprietary drivers
Bug: https://bugs.webkit.org/show_bug.cgi?id=262607
Bug-Debian: https://bugs.debian.org/
1039720
Origin: https://github.com/WebKit/WebKit/pull/18614
===================================================================
Gbp-Pq: Name disable-dmabuf-nvidia.patch
Alberto Garcia [Wed, 4 Oct 2023 15:09:23 +0000 (16:09 +0100)]
Don't try to use PATH_MAX in the Hurd
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978098
Bug: https://bugs.webkit.org/show_bug.cgi?id=219572
===================================================================
Gbp-Pq: Name fix-ftbfs-hurd.patch
Alberto Garcia [Wed, 4 Oct 2023 15:09:23 +0000 (16:09 +0100)]
Reduce memory usage
Bug-Debian: https://bugs.debian.org/949621
Forwarded: no
===================================================================
Gbp-Pq: Name reduce-memory-overheads.patch
Alberto Garcia [Wed, 4 Oct 2023 15:09:23 +0000 (16:09 +0100)]
Don't check for SSE2 support on i386
Bug-Debian: https://bugs.debian.org/930935
Forwarded: no
===================================================================
Gbp-Pq: Name dont-detect-sse2.patch
Alberto Garcia [Wed, 4 Oct 2023 15:09:23 +0000 (16:09 +0100)]
Enable THREADS_PREFER_PTHREAD_FLAG
Bug: https://bugs.webkit.org/show_bug.cgi?id=182622
Bug-Debian: https://bugs.debian.org/895969
Origin: https://trac.webkit.org/changeset/231843
This fixes a FTBFS in riscv64
===================================================================
Gbp-Pq: Name prefer-pthread.patch
Alberto Garcia [Wed, 4 Oct 2023 15:09:23 +0000 (16:09 +0100)]
Use WTF_CPU_UNKNOWN when building for X32
Forwarded: no
WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
Gbp-Pq: Name fix-ftbfs-x32.patch
John Paul Adrian Glaubitz [Wed, 4 Oct 2023 15:09:23 +0000 (16:09 +0100)]
Fix FTBFS on m68k
Bug-Debian: https://bugs.debian.org/868126
Last-Update: 2020-01-23
===================================================================
Gbp-Pq: Name fix-ftbfs-m68k.patch
David Matthew Mattli [Wed, 4 Oct 2023 15:09:23 +0000 (16:09 +0100)]
Fix FTBFS in sparc64
Bug-Debian: https://bugs.debian.org/806816
===================================================================
Gbp-Pq: Name fix-ftbfs-sparc64.patch
Alberto Garcia [Wed, 4 Oct 2023 15:09:23 +0000 (16:09 +0100)]
webkit2gtk (2.42.1-2) unstable; urgency=medium
* debian/patches/disable-dmabuf-nvidia.patch:
- Disable the DMABuf renderer for NVIDIA proprietary drivers
(Closes: #
1039720, #
1052055).
[dgit import unpatched webkit2gtk 2.42.1-2]
Alberto Garcia [Wed, 4 Oct 2023 15:09:23 +0000 (16:09 +0100)]
Import webkit2gtk_2.42.1-2.debian.tar.xz
[dgit import tarball webkit2gtk 2.42.1-2 webkit2gtk_2.42.1-2.debian.tar.xz]
Raspbian automatic forward porter [Mon, 2 Oct 2023 10:15:12 +0000 (11:15 +0100)]
Merge version 2.40.5-1+rpi1 and 2.42.1-1 to produce 2.42.1-1+rpi1