webkit2gtk.git
5 years agoMerge webkit2gtk (2.30.4-1) import into refs/heads/workingbranch
Alberto Garcia [Tue, 15 Dec 2020 14:23:01 +0000 (14:23 +0000)]
Merge webkit2gtk (2.30.4-1) import into refs/heads/workingbranch

5 years agoReduce memory usage when not using the Gold linker
Alberto Garcia [Tue, 15 Dec 2020 14:23:01 +0000 (14:23 +0000)]
Reduce memory usage when not using the Gold linker

Bug-Debian: https://bugs.debian.org/949621
Forwarded: no

===================================================================

Gbp-Pq: Name reduce-memory-overheads.patch

5 years agoDon't check for SSE2 support on i386
Alberto Garcia [Tue, 15 Dec 2020 14:23:01 +0000 (14:23 +0000)]
Don't check for SSE2 support on i386

Bug-Debian: https://bugs.debian.org/930935
Forwarded: no

===================================================================

Gbp-Pq: Name dont-detect-sse2.patch

5 years agoEnable THREADS_PREFER_PTHREAD_FLAG
Alberto Garcia [Tue, 15 Dec 2020 14:23:01 +0000 (14:23 +0000)]
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

5 years agoUse WTF_CPU_UNKNOWN when building for X32
Alberto Garcia [Tue, 15 Dec 2020 14:23:01 +0000 (14:23 +0000)]
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

5 years agoFix FTBFS on m68k
John Paul Adrian Glaubitz [Tue, 15 Dec 2020 14:23:01 +0000 (14:23 +0000)]
Fix FTBFS on m68k

Bug-Debian: https://bugs.debian.org/868126
Last-Update: 2020-01-23

===================================================================

Gbp-Pq: Name fix-ftbfs-m68k.patch

5 years agoUse CMAKE_CXX_LIBRARY_ARCHITECTURE to detect x86
Alberto Garcia [Tue, 15 Dec 2020 14:23:01 +0000 (14:23 +0000)]
Use CMAKE_CXX_LIBRARY_ARCHITECTURE to detect x86

Bug: https://bugs.webkit.org/show_bug.cgi?id=172799

When building for x86 in a x86_64 host (e.g. with pbuilder) CMake
will set CMAKE_SYSTEM_PROCESSOR to x86_64, and WebKit will assume
that it's a 64-bit build. Let's use the C++ compiler architecture as
a temporary solution to detect x86 correctly.
===================================================================

Gbp-Pq: Name fix-ftbfs-x86.patch

5 years agoFix FTBFS in sparc64
David Matthew Mattli [Tue, 15 Dec 2020 14:23:01 +0000 (14:23 +0000)]
Fix FTBFS in sparc64

Bug-Debian: https://bugs.debian.org/806816

===================================================================

Gbp-Pq: Name fix-ftbfs-sparc64.patch

5 years agowebkit2gtk (2.30.4-1) unstable; urgency=high
Alberto Garcia [Tue, 15 Dec 2020 14:23:01 +0000 (14:23 +0000)]
webkit2gtk (2.30.4-1) unstable; urgency=high

  * New upstream release.
  * The WebKitGTK security advisory WSA-2020-0008 lists the following
    security fixes in the latest versions of WebKitGTK:
    + CVE-2020-9952 (fixed in 2.28.3).
    + CVE-2020-9948, CVE-2020-9951 (fixed in 2.30.0).
    + CVE-2020-9983, CVE-2020-13584 (fixed in 2.30.3).

[dgit import unpatched webkit2gtk 2.30.4-1]

5 years agoImport webkit2gtk_2.30.4.orig.tar.xz
Alberto Garcia [Tue, 15 Dec 2020 14:23:01 +0000 (14:23 +0000)]
Import webkit2gtk_2.30.4.orig.tar.xz

[dgit import orig webkit2gtk_2.30.4.orig.tar.xz]

5 years agoImport webkit2gtk_2.30.4-1.debian.tar.xz
Alberto Garcia [Tue, 15 Dec 2020 14:23:01 +0000 (14:23 +0000)]
Import webkit2gtk_2.30.4-1.debian.tar.xz

[dgit import tarball webkit2gtk 2.30.4-1 webkit2gtk_2.30.4-1.debian.tar.xz]

5 years agoMerge webkit2gtk (2.30.3-1) import into refs/heads/workingbranch
Alberto Garcia [Fri, 20 Nov 2020 14:24:07 +0000 (14:24 +0000)]
Merge webkit2gtk (2.30.3-1) import into refs/heads/workingbranch

5 years agoReduce memory usage when not using the Gold linker
Alberto Garcia [Fri, 20 Nov 2020 14:24:07 +0000 (14:24 +0000)]
Reduce memory usage when not using the Gold linker

Bug-Debian: https://bugs.debian.org/949621
Forwarded: no

===================================================================

Gbp-Pq: Name reduce-memory-overheads.patch

5 years agoDon't check for SSE2 support on i386
Alberto Garcia [Fri, 20 Nov 2020 14:24:07 +0000 (14:24 +0000)]
Don't check for SSE2 support on i386

Bug-Debian: https://bugs.debian.org/930935
Forwarded: no

===================================================================

Gbp-Pq: Name dont-detect-sse2.patch

5 years agoEnable THREADS_PREFER_PTHREAD_FLAG
Alberto Garcia [Fri, 20 Nov 2020 14:24:07 +0000 (14:24 +0000)]
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

5 years agoUse WTF_CPU_UNKNOWN when building for X32
Alberto Garcia [Fri, 20 Nov 2020 14:24:07 +0000 (14:24 +0000)]
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

5 years agoFix FTBFS on m68k
John Paul Adrian Glaubitz [Fri, 20 Nov 2020 14:24:07 +0000 (14:24 +0000)]
Fix FTBFS on m68k

Bug-Debian: https://bugs.debian.org/868126
Last-Update: 2020-01-23

===================================================================

Gbp-Pq: Name fix-ftbfs-m68k.patch

5 years agoUse CMAKE_CXX_LIBRARY_ARCHITECTURE to detect x86
Alberto Garcia [Fri, 20 Nov 2020 14:24:07 +0000 (14:24 +0000)]
Use CMAKE_CXX_LIBRARY_ARCHITECTURE to detect x86

Bug: https://bugs.webkit.org/show_bug.cgi?id=172799

When building for x86 in a x86_64 host (e.g. with pbuilder) CMake
will set CMAKE_SYSTEM_PROCESSOR to x86_64, and WebKit will assume
that it's a 64-bit build. Let's use the C++ compiler architecture as
a temporary solution to detect x86 correctly.
===================================================================

Gbp-Pq: Name fix-ftbfs-x86.patch

5 years agoFix FTBFS in sparc64
David Matthew Mattli [Fri, 20 Nov 2020 14:24:07 +0000 (14:24 +0000)]
Fix FTBFS in sparc64

Bug-Debian: https://bugs.debian.org/806816

===================================================================

Gbp-Pq: Name fix-ftbfs-sparc64.patch

5 years agowebkit2gtk (2.30.3-1) unstable; urgency=high
Alberto Garcia [Fri, 20 Nov 2020 14:24:07 +0000 (14:24 +0000)]
webkit2gtk (2.30.3-1) unstable; urgency=high

  * New upstream release

[dgit import unpatched webkit2gtk 2.30.3-1]

5 years agoImport webkit2gtk_2.30.3.orig.tar.xz
Alberto Garcia [Fri, 20 Nov 2020 14:24:07 +0000 (14:24 +0000)]
Import webkit2gtk_2.30.3.orig.tar.xz

[dgit import orig webkit2gtk_2.30.3.orig.tar.xz]

5 years agoImport webkit2gtk_2.30.3-1.debian.tar.xz
Alberto Garcia [Fri, 20 Nov 2020 14:24:07 +0000 (14:24 +0000)]
Import webkit2gtk_2.30.3-1.debian.tar.xz

[dgit import tarball webkit2gtk 2.30.3-1 webkit2gtk_2.30.3-1.debian.tar.xz]

5 years agoMerge webkit2gtk (2.30.2-1) import into refs/heads/workingbranch
Alberto Garcia [Fri, 23 Oct 2020 10:18:03 +0000 (11:18 +0100)]
Merge webkit2gtk (2.30.2-1) import into refs/heads/workingbranch

5 years agoReduce memory usage when not using the Gold linker
Alberto Garcia [Fri, 23 Oct 2020 10:18:03 +0000 (11:18 +0100)]
Reduce memory usage when not using the Gold linker

Bug-Debian: https://bugs.debian.org/949621
Forwarded: no

===================================================================

Gbp-Pq: Name reduce-memory-overheads.patch

5 years agoDon't check for SSE2 support on i386
Alberto Garcia [Fri, 23 Oct 2020 10:18:03 +0000 (11:18 +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

5 years agoEnable THREADS_PREFER_PTHREAD_FLAG
Alberto Garcia [Fri, 23 Oct 2020 10:18:03 +0000 (11:18 +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

5 years agoUse WTF_CPU_UNKNOWN when building for X32
Alberto Garcia [Fri, 23 Oct 2020 10:18:03 +0000 (11:18 +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

5 years agoFix FTBFS on m68k
John Paul Adrian Glaubitz [Fri, 23 Oct 2020 10:18:03 +0000 (11:18 +0100)]
Fix FTBFS on m68k

Bug-Debian: https://bugs.debian.org/868126
Last-Update: 2020-01-23

===================================================================

Gbp-Pq: Name fix-ftbfs-m68k.patch

5 years agoUse CMAKE_CXX_LIBRARY_ARCHITECTURE to detect x86
Alberto Garcia [Fri, 23 Oct 2020 10:18:03 +0000 (11:18 +0100)]
Use CMAKE_CXX_LIBRARY_ARCHITECTURE to detect x86

Bug: https://bugs.webkit.org/show_bug.cgi?id=172799

When building for x86 in a x86_64 host (e.g. with pbuilder) CMake
will set CMAKE_SYSTEM_PROCESSOR to x86_64, and WebKit will assume
that it's a 64-bit build. Let's use the C++ compiler architecture as
a temporary solution to detect x86 correctly.
===================================================================

Gbp-Pq: Name fix-ftbfs-x86.patch

5 years agoFix FTBFS in sparc64
David Matthew Mattli [Fri, 23 Oct 2020 10:18:03 +0000 (11:18 +0100)]
Fix FTBFS in sparc64

Bug-Debian: https://bugs.debian.org/806816

===================================================================

Gbp-Pq: Name fix-ftbfs-sparc64.patch

5 years agowebkit2gtk (2.30.2-1) unstable; urgency=medium
Alberto Garcia [Fri, 23 Oct 2020 10:18:03 +0000 (11:18 +0100)]
webkit2gtk (2.30.2-1) unstable; urgency=medium

  * New upstream release.

[dgit import unpatched webkit2gtk 2.30.2-1]

5 years agoImport webkit2gtk_2.30.2.orig.tar.xz
Alberto Garcia [Fri, 23 Oct 2020 10:18:03 +0000 (11:18 +0100)]
Import webkit2gtk_2.30.2.orig.tar.xz

[dgit import orig webkit2gtk_2.30.2.orig.tar.xz]

5 years agoImport webkit2gtk_2.30.2-1.debian.tar.xz
Alberto Garcia [Fri, 23 Oct 2020 10:18:03 +0000 (11:18 +0100)]
Import webkit2gtk_2.30.2-1.debian.tar.xz

[dgit import tarball webkit2gtk 2.30.2-1 webkit2gtk_2.30.2-1.debian.tar.xz]

5 years agoMerge webkit2gtk (2.30.1-1) import into refs/heads/workingbranch
Alberto Garcia [Mon, 21 Sep 2020 13:34:07 +0000 (14:34 +0100)]
Merge webkit2gtk (2.30.1-1) import into refs/heads/workingbranch

5 years agoReduce memory usage when not using the Gold linker
Alberto Garcia [Mon, 21 Sep 2020 13:34:07 +0000 (14:34 +0100)]
Reduce memory usage when not using the Gold linker

Bug-Debian: https://bugs.debian.org/949621
Forwarded: no

===================================================================

Gbp-Pq: Name reduce-memory-overheads.patch

5 years agoDon't check for SSE2 support on i386
Alberto Garcia [Mon, 21 Sep 2020 13:34:07 +0000 (14:34 +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

5 years agoEnable THREADS_PREFER_PTHREAD_FLAG
Alberto Garcia [Mon, 21 Sep 2020 13:34:07 +0000 (14:34 +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

5 years agoUse WTF_CPU_UNKNOWN when building for X32
Alberto Garcia [Mon, 21 Sep 2020 13:34:07 +0000 (14:34 +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

5 years agoFix FTBFS on m68k
John Paul Adrian Glaubitz [Mon, 21 Sep 2020 13:34:07 +0000 (14:34 +0100)]
Fix FTBFS on m68k

Bug-Debian: https://bugs.debian.org/868126
Last-Update: 2020-01-23

===================================================================

Gbp-Pq: Name fix-ftbfs-m68k.patch

5 years agoUse CMAKE_CXX_LIBRARY_ARCHITECTURE to detect x86
Alberto Garcia [Mon, 21 Sep 2020 13:34:07 +0000 (14:34 +0100)]
Use CMAKE_CXX_LIBRARY_ARCHITECTURE to detect x86

Bug: https://bugs.webkit.org/show_bug.cgi?id=172799

When building for x86 in a x86_64 host (e.g. with pbuilder) CMake
will set CMAKE_SYSTEM_PROCESSOR to x86_64, and WebKit will assume
that it's a 64-bit build. Let's use the C++ compiler architecture as
a temporary solution to detect x86 correctly.
===================================================================

Gbp-Pq: Name fix-ftbfs-x86.patch

5 years agoFix FTBFS in sparc64
David Matthew Mattli [Mon, 21 Sep 2020 13:34:07 +0000 (14:34 +0100)]
Fix FTBFS in sparc64

Bug-Debian: https://bugs.debian.org/806816

===================================================================

Gbp-Pq: Name fix-ftbfs-sparc64.patch

5 years agowebkit2gtk (2.30.1-1) unstable; urgency=medium
Alberto Garcia [Mon, 21 Sep 2020 13:34:07 +0000 (14:34 +0100)]
webkit2gtk (2.30.1-1) unstable; urgency=medium

  * New upstream release.
  * debian/copyright:
    + Update copyright information of all files.
  * debian/gbp.conf:
    + Update upstream branch name.
  * debian/source/lintian-overrides:
    + Remove mailing-list-obsolete-in-debian-infrastructure.

[dgit import unpatched webkit2gtk 2.30.1-1]

5 years agoImport webkit2gtk_2.30.1.orig.tar.xz
Alberto Garcia [Mon, 21 Sep 2020 13:34:07 +0000 (14:34 +0100)]
Import webkit2gtk_2.30.1.orig.tar.xz

[dgit import orig webkit2gtk_2.30.1.orig.tar.xz]

5 years agoImport webkit2gtk_2.30.1-1.debian.tar.xz
Alberto Garcia [Mon, 21 Sep 2020 13:34:07 +0000 (14:34 +0100)]
Import webkit2gtk_2.30.1-1.debian.tar.xz

[dgit import tarball webkit2gtk 2.30.1-1 webkit2gtk_2.30.1-1.debian.tar.xz]

5 years agoMerge webkit2gtk (2.28.2-2) import into refs/heads/workingbranch
Alberto Garcia [Mon, 27 Apr 2020 12:55:16 +0000 (13:55 +0100)]
Merge webkit2gtk (2.28.2-2) import into refs/heads/workingbranch

5 years agoDon't create a PlatformDisplayLibWPE as a fallback when using Wayland or X11
Alberto Garcia [Mon, 27 Apr 2020 12:55:16 +0000 (13:55 +0100)]
Don't create a PlatformDisplayLibWPE as a fallback when using Wayland or X11

Origin: https://trac.webkit.org/changeset/260750
Bug: https://bugs.webkit.org/show_bug.cgi?id=209431
Bug-Debian: https://bugs.debian.org/956219

===================================================================

Gbp-Pq: Name dont-fallback-to-libwpe.patch

5 years agoReduce memory usage when not using the Gold linker
Alberto Garcia [Mon, 27 Apr 2020 12:55:16 +0000 (13:55 +0100)]
Reduce memory usage when not using the Gold linker

Bug-Debian: https://bugs.debian.org/949621
Forwarded: no

===================================================================

Gbp-Pq: Name reduce-memory-overheads.patch

5 years agoDon't check for SSE2 support on i386
Alberto Garcia [Mon, 27 Apr 2020 12:55:16 +0000 (13: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

5 years agoEnable THREADS_PREFER_PTHREAD_FLAG
Alberto Garcia [Mon, 27 Apr 2020 12:55:16 +0000 (13: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

5 years agouser-agent-branding
Michael Catanzaro [Fri, 27 Feb 2015 02:38:13 +0000 (21:38 -0500)]
user-agent-branding

Add optional distributor string to user agent

https://bugs.webkit.org/show_bug.cgi?id=162611
https://src.fedoraproject.org/rpms/webkit2gtk3/blob/master/f/user-agent-branding.patch

Gbp-Pq: Name user-agent-branding.patch

5 years agoDisable USE_WOFF2 if the package is not found
Alberto Garcia [Mon, 27 Apr 2020 12:55:16 +0000 (13:55 +0100)]
Disable USE_WOFF2 if the package is not found

Forwarded: no

===================================================================

Gbp-Pq: Name detect-woff.patch

5 years agoDisable USE_GSTREAMER_GL is the package is not found
Alberto Garcia [Mon, 27 Apr 2020 12:55:16 +0000 (13:55 +0100)]
Disable USE_GSTREAMER_GL is the package is not found

Forwarded: no

===================================================================

Gbp-Pq: Name detect-gstreamer-gl.patch

5 years agoUse WTF_CPU_UNKNOWN when building for X32
Alberto Garcia [Mon, 27 Apr 2020 12:55:16 +0000 (13: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

5 years agoFix FTBFS on m68k
John Paul Adrian Glaubitz [Mon, 27 Apr 2020 12:55:16 +0000 (13:55 +0100)]
Fix FTBFS on m68k

Bug-Debian: https://bugs.debian.org/868126
Last-Update: 2020-01-23

===================================================================

Gbp-Pq: Name fix-ftbfs-m68k.patch

5 years agoUse CMAKE_CXX_LIBRARY_ARCHITECTURE to detect x86
Alberto Garcia [Mon, 27 Apr 2020 12:55:16 +0000 (13:55 +0100)]
Use CMAKE_CXX_LIBRARY_ARCHITECTURE to detect x86

Bug: https://bugs.webkit.org/show_bug.cgi?id=172799

When building for x86 in a x86_64 host (e.g. with pbuilder) CMake
will set CMAKE_SYSTEM_PROCESSOR to x86_64, and WebKit will assume
that it's a 64-bit build. Let's use the C++ compiler architecture as
a temporary solution to detect x86 correctly.
===================================================================

Gbp-Pq: Name fix-ftbfs-x86.patch

5 years agoFix FTBFS in sparc64
David Matthew Mattli [Mon, 27 Apr 2020 12:55:16 +0000 (13:55 +0100)]
Fix FTBFS in sparc64

Bug-Debian: https://bugs.debian.org/806816

===================================================================

Gbp-Pq: Name fix-ftbfs-sparc64.patch

5 years agowebkit2gtk (2.28.2-2) unstable; urgency=high
Alberto Garcia [Mon, 27 Apr 2020 12:55:16 +0000 (13:55 +0100)]
webkit2gtk (2.28.2-2) unstable; urgency=high

  * debian/patches/dont-fallback-to-libwpe.patch:
    + Fix crash when DISPLAY is unset (Closes: #956219).

[dgit import unpatched webkit2gtk 2.28.2-2]

5 years agoImport webkit2gtk_2.28.2-2.debian.tar.xz
Alberto Garcia [Mon, 27 Apr 2020 12:55:16 +0000 (13:55 +0100)]
Import webkit2gtk_2.28.2-2.debian.tar.xz

[dgit import tarball webkit2gtk 2.28.2-2 webkit2gtk_2.28.2-2.debian.tar.xz]

5 years agoImport webkit2gtk_2.28.2.orig.tar.xz
Alberto Garcia [Fri, 24 Apr 2020 12:49:30 +0000 (13:49 +0100)]
Import webkit2gtk_2.28.2.orig.tar.xz

[dgit import orig webkit2gtk_2.28.2.orig.tar.xz]

5 years agoMerge webkit2gtk (2.28.1-2) import into refs/heads/workingbranch
Alberto Garcia [Sun, 19 Apr 2020 23:50:19 +0000 (00:50 +0100)]
Merge webkit2gtk (2.28.1-2) import into refs/heads/workingbranch

5 years agoAdd CeilingOnPageSize definition for MIPS64. Fixes a FTBFS.
Alberto Garcia [Sun, 19 Apr 2020 23:50:19 +0000 (00:50 +0100)]
Add CeilingOnPageSize definition for MIPS64. Fixes a FTBFS.

Origin: https://trac.webkit.org/changeset/260179

===================================================================

Gbp-Pq: Name fix-ftbfs-mips64el.patch

5 years agoReduce memory usage when not using the Gold linker
Alberto Garcia [Sun, 19 Apr 2020 23:50:19 +0000 (00:50 +0100)]
Reduce memory usage when not using the Gold linker

Bug-Debian: https://bugs.debian.org/949621
Forwarded: no

===================================================================

Gbp-Pq: Name reduce-memory-overheads.patch

5 years agoDon't check for SSE2 support on i386
Alberto Garcia [Sun, 19 Apr 2020 23:50:19 +0000 (00:50 +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

5 years agoEnable THREADS_PREFER_PTHREAD_FLAG
Alberto Garcia [Sun, 19 Apr 2020 23:50:19 +0000 (00:50 +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

5 years agouser-agent-branding
Michael Catanzaro [Fri, 27 Feb 2015 02:38:13 +0000 (21:38 -0500)]
user-agent-branding

Add optional distributor string to user agent

https://bugs.webkit.org/show_bug.cgi?id=162611
https://src.fedoraproject.org/rpms/webkit2gtk3/blob/master/f/user-agent-branding.patch

Gbp-Pq: Name user-agent-branding.patch

5 years agoDisable USE_WOFF2 if the package is not found
Alberto Garcia [Sun, 19 Apr 2020 23:50:19 +0000 (00:50 +0100)]
Disable USE_WOFF2 if the package is not found

Forwarded: no

===================================================================

Gbp-Pq: Name detect-woff.patch

5 years agoDisable USE_GSTREAMER_GL is the package is not found
Alberto Garcia [Sun, 19 Apr 2020 23:50:19 +0000 (00:50 +0100)]
Disable USE_GSTREAMER_GL is the package is not found

Forwarded: no

===================================================================

Gbp-Pq: Name detect-gstreamer-gl.patch

5 years agoUse WTF_CPU_UNKNOWN when building for X32
Alberto Garcia [Sun, 19 Apr 2020 23:50:19 +0000 (00:50 +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

5 years agoFix FTBFS on m68k
John Paul Adrian Glaubitz [Sun, 19 Apr 2020 23:50:19 +0000 (00:50 +0100)]
Fix FTBFS on m68k

Bug-Debian: https://bugs.debian.org/868126
Last-Update: 2020-01-23

===================================================================

Gbp-Pq: Name fix-ftbfs-m68k.patch

5 years agoUse CMAKE_CXX_LIBRARY_ARCHITECTURE to detect x86
Alberto Garcia [Sun, 19 Apr 2020 23:50:19 +0000 (00:50 +0100)]
Use CMAKE_CXX_LIBRARY_ARCHITECTURE to detect x86

Bug: https://bugs.webkit.org/show_bug.cgi?id=172799

When building for x86 in a x86_64 host (e.g. with pbuilder) CMake
will set CMAKE_SYSTEM_PROCESSOR to x86_64, and WebKit will assume
that it's a 64-bit build. Let's use the C++ compiler architecture as
a temporary solution to detect x86 correctly.
===================================================================

Gbp-Pq: Name fix-ftbfs-x86.patch

5 years agoFix FTBFS in sparc64
David Matthew Mattli [Sun, 19 Apr 2020 23:50:19 +0000 (00:50 +0100)]
Fix FTBFS in sparc64

Bug-Debian: https://bugs.debian.org/806816

===================================================================

Gbp-Pq: Name fix-ftbfs-sparc64.patch

5 years agowebkit2gtk (2.28.1-2) unstable; urgency=high
Alberto Garcia [Sun, 19 Apr 2020 23:50:19 +0000 (00:50 +0100)]
webkit2gtk (2.28.1-2) unstable; urgency=high

  * The WebKitGTK security advisory WSA-2020-0004 lists the following
    security fixes in the latest versions of WebKitGTK:
    + CVE-2020-11793 (fixed in 2.28.1).
  * fix-ftbfs-mips64el.patch:
    + Fix a FTBFS in mipsel64.

[dgit import unpatched webkit2gtk 2.28.1-2]

5 years agoImport webkit2gtk_2.28.1-2.debian.tar.xz
Alberto Garcia [Sun, 19 Apr 2020 23:50:19 +0000 (00:50 +0100)]
Import webkit2gtk_2.28.1-2.debian.tar.xz

[dgit import tarball webkit2gtk 2.28.1-2 webkit2gtk_2.28.1-2.debian.tar.xz]

5 years agoImport webkit2gtk_2.28.1.orig.tar.xz
Alberto Garcia [Mon, 13 Apr 2020 11:08:54 +0000 (12:08 +0100)]
Import webkit2gtk_2.28.1.orig.tar.xz

[dgit import orig webkit2gtk_2.28.1.orig.tar.xz]

5 years agoMerge webkit2gtk (2.28.0-2) import into refs/heads/workingbranch
Alberto Garcia [Thu, 12 Mar 2020 19:35:21 +0000 (19:35 +0000)]
Merge webkit2gtk (2.28.0-2) import into refs/heads/workingbranch

5 years agoReduce memory usage when not using the Gold linker
Alberto Garcia [Thu, 12 Mar 2020 19:35:21 +0000 (19:35 +0000)]
Reduce memory usage when not using the Gold linker

Bug-Debian: https://bugs.debian.org/949621
Forwarded: no

===================================================================

Gbp-Pq: Name reduce-memory-overheads.patch

5 years agoUse python3 instead of the unversioned python interpreter
Tomas Popela [Thu, 12 Mar 2020 19:35:21 +0000 (19:35 +0000)]
Use python3 instead of the unversioned python interpreter

Bug-Debian: https://bugs.debian.org/948839

===================================================================

Gbp-Pq: Name use-python3.patch

5 years agoDon't check for SSE2 support on i386
Alberto Garcia [Thu, 12 Mar 2020 19:35:21 +0000 (19:35 +0000)]
Don't check for SSE2 support on i386

Bug-Debian: https://bugs.debian.org/930935
Forwarded: no

===================================================================

Gbp-Pq: Name dont-detect-sse2.patch

5 years agoEnable THREADS_PREFER_PTHREAD_FLAG
Alberto Garcia [Thu, 12 Mar 2020 19:35:21 +0000 (19:35 +0000)]
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

5 years agouser-agent-branding
Michael Catanzaro [Fri, 27 Feb 2015 02:38:13 +0000 (21:38 -0500)]
user-agent-branding

Add optional distributor string to user agent

https://bugs.webkit.org/show_bug.cgi?id=162611
https://src.fedoraproject.org/rpms/webkit2gtk3/blob/master/f/user-agent-branding.patch

Gbp-Pq: Name user-agent-branding.patch

5 years agoDisable USE_WOFF2 if the package is not found
Alberto Garcia [Thu, 12 Mar 2020 19:35:21 +0000 (19:35 +0000)]
Disable USE_WOFF2 if the package is not found

Forwarded: no

===================================================================

Gbp-Pq: Name detect-woff.patch

5 years agoDisable USE_GSTREAMER_GL is the package is not found
Alberto Garcia [Thu, 12 Mar 2020 19:35:21 +0000 (19:35 +0000)]
Disable USE_GSTREAMER_GL is the package is not found

Forwarded: no

===================================================================

Gbp-Pq: Name detect-gstreamer-gl.patch

5 years agoUse WTF_CPU_UNKNOWN when building for X32
Alberto Garcia [Thu, 12 Mar 2020 19:35:21 +0000 (19:35 +0000)]
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

5 years agoFix FTBFS on m68k
John Paul Adrian Glaubitz [Thu, 12 Mar 2020 19:35:21 +0000 (19:35 +0000)]
Fix FTBFS on m68k

Bug-Debian: https://bugs.debian.org/868126
Last-Update: 2020-01-23

===================================================================

Gbp-Pq: Name fix-ftbfs-m68k.patch

5 years agoUse CMAKE_CXX_LIBRARY_ARCHITECTURE to detect x86
Alberto Garcia [Thu, 12 Mar 2020 19:35:21 +0000 (19:35 +0000)]
Use CMAKE_CXX_LIBRARY_ARCHITECTURE to detect x86

Bug: https://bugs.webkit.org/show_bug.cgi?id=172799

When building for x86 in a x86_64 host (e.g. with pbuilder) CMake
will set CMAKE_SYSTEM_PROCESSOR to x86_64, and WebKit will assume
that it's a 64-bit build. Let's use the C++ compiler architecture as
a temporary solution to detect x86 correctly.
===================================================================

Gbp-Pq: Name fix-ftbfs-x86.patch

5 years agoFix FTBFS in sparc64
David Matthew Mattli [Thu, 12 Mar 2020 19:35:21 +0000 (19:35 +0000)]
Fix FTBFS in sparc64

Bug-Debian: https://bugs.debian.org/806816

===================================================================

Gbp-Pq: Name fix-ftbfs-sparc64.patch

5 years agowebkit2gtk (2.28.0-2) unstable; urgency=high
Alberto Garcia [Thu, 12 Mar 2020 19:35:21 +0000 (19:35 +0000)]
webkit2gtk (2.28.0-2) unstable; urgency=high

  * The WebKitGTK security advisory WSA-2020-0003 lists the following
    security fixes in the latest versions of WebKitGTK:
    + CVE-2020-10018 (fixed in 2.28.0).
  * debian/rules:
    + Disable the WPE renderer on Ubuntu since the required backend is in
      universe (thanks, Sebastien Bacher).
  * debian/gbp.conf:
    + Update upstream branch name.

[dgit import unpatched webkit2gtk 2.28.0-2]

5 years agoImport webkit2gtk_2.28.0-2.debian.tar.xz
Alberto Garcia [Thu, 12 Mar 2020 19:35:21 +0000 (19:35 +0000)]
Import webkit2gtk_2.28.0-2.debian.tar.xz

[dgit import tarball webkit2gtk 2.28.0-2 webkit2gtk_2.28.0-2.debian.tar.xz]

5 years agoImport webkit2gtk_2.28.0.orig.tar.xz
Alberto Garcia [Tue, 10 Mar 2020 13:22:29 +0000 (13:22 +0000)]
Import webkit2gtk_2.28.0.orig.tar.xz

[dgit import orig webkit2gtk_2.28.0.orig.tar.xz]

6 years agoMerge webkit2gtk (2.24.2-1) import into refs/heads/workingbranch
Alberto Garcia [Fri, 17 May 2019 14:40:52 +0000 (15:40 +0100)]
Merge webkit2gtk (2.24.2-1) import into refs/heads/workingbranch

6 years agoprefer-pthread
Alberto Garcia [Fri, 17 May 2019 14:40:52 +0000 (15:40 +0100)]
prefer-pthread

===================================================================

Gbp-Pq: Name prefer-pthread.patch

6 years agouser-agent-branding
Michael Catanzaro [Fri, 27 Feb 2015 02:38:13 +0000 (21:38 -0500)]
user-agent-branding

Add optional distributor string to user agent

https://bugs.webkit.org/show_bug.cgi?id=162611
https://src.fedoraproject.org/rpms/webkit2gtk3/blob/master/f/user-agent-branding.patch

Gbp-Pq: Name user-agent-branding.patch

6 years agoDisable USE_WOFF2 if the package is not found
Alberto Garcia [Fri, 17 May 2019 14:40:52 +0000 (15:40 +0100)]
Disable USE_WOFF2 if the package is not found

===================================================================

Gbp-Pq: Name detect-woff.patch

6 years agoDisable USE_GSTREAMER_GL is the package is not found
Alberto Garcia [Fri, 17 May 2019 14:40:52 +0000 (15:40 +0100)]
Disable USE_GSTREAMER_GL is the package is not found

===================================================================

Gbp-Pq: Name detect-gstreamer-gl.patch

6 years agofix-ftbfs-x32
Alberto Garcia [Fri, 17 May 2019 14:40:52 +0000 (15:40 +0100)]
fix-ftbfs-x32

===================================================================

Gbp-Pq: Name fix-ftbfs-x32.patch

6 years agoFix FTBFS on m68k
John Paul Adrian Glaubitz [Fri, 17 May 2019 14:40:52 +0000 (15:40 +0100)]
Fix FTBFS on m68k

===================================================================

Gbp-Pq: Name fix-ftbfs-m68k.patch

6 years agofix-ftbfs-x86
Alberto Garcia [Fri, 17 May 2019 14:40:52 +0000 (15:40 +0100)]
fix-ftbfs-x86

===================================================================

Gbp-Pq: Name fix-ftbfs-x86.patch

6 years agoDefine PATH_MAX if it's not already defined
Alberto Garcia [Fri, 17 May 2019 14:40:52 +0000 (15:40 +0100)]
Define PATH_MAX if it's not already defined

===================================================================

Gbp-Pq: Name fix-ftbfs-hurd.patch

6 years agoFix FTBFS in sparc64
David Matthew Mattli [Fri, 17 May 2019 14:40:52 +0000 (15:40 +0100)]
Fix FTBFS in sparc64

===================================================================

Gbp-Pq: Name fix-ftbfs-sparc64.patch

6 years agowebkit2gtk (2.24.2-1) unstable; urgency=medium
Alberto Garcia [Fri, 17 May 2019 14:40:52 +0000 (15:40 +0100)]
webkit2gtk (2.24.2-1) unstable; urgency=medium

  * New upstream release.
    + This fixes CVE-2019-8595, CVE-2019-8607 and CVE-2019-8615.
  * debian/patches/fix-redirected-streams.patch,
    debian/patches/fix-cjk-white-space.patch:
    + Drop these patches.
  * debian/libwebkit2gtk-4.0-37.symbols:
    + Update symbols.

[dgit import unpatched webkit2gtk 2.24.2-1]