Manual merge of version 2.26.3-1~deb10u1+rpi1 and 2.26.4-1~deb10u1 to produce 2.26... archive/raspbian/2.26.4-1_deb10u1+rpi1 raspbian/2.26.4-1_deb10u1+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Tue, 18 Feb 2020 16:01:07 +0000 (16:01 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 18 Feb 2020 16:01:07 +0000 (16:01 +0000)
1  2 
debian/changelog
debian/rules

index 4e2944b9f2fcb3bcef885ada661eb9f3ecea8c5d,af7f9066c75dc10ce30274057c5280f5324d4360..69a9de643a54e6962763e490e669ae2085d54041
@@@ -1,16 -1,6 +1,14 @@@
- webkit2gtk (2.26.3-1~deb10u1+rpi1) buster-staging; urgency=medium
++webkit2gtk (2.26.4-1~deb10u1+rpi1) buster-staging; urgency=medium
 +
 +  [changes brought forward from 2.6.2+dfsg1-3+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sun, 25 Jan 2015 02:14:50 +0000]
 +  * Disable javascript JIT as it doesn't appear to be armv6 compatible
 +    (at least I assume that is the cause of the assembler errors)
 +
-  -- Raspbian forward porter <root@raspbian.org>  Fri, 31 Jan 2020 13:18:18 +0000
++ -- Peter Michael Green <plugwash@raspbian.org>  Tue, 18 Feb 2020 15:31:56 +0000
 +
- webkit2gtk (2.26.3-1~deb10u1) buster-security; urgency=medium
+ webkit2gtk (2.26.4-1~deb10u1) buster-security; urgency=medium
  
-   * Rebuild for buster-security.
-     + This fixes CVE-2019-8835, CVE-2019-8844 and CVE-2019-8846.
-       See https://webkitgtk.org/security/WSA-2020-0001.html.
+   * Rebuild for buster-backports.
    * debian/patches/force-single-process.patch:
      + Force the single-process mode in Evolution and Geary
    * debian/control:
diff --cc debian/rules
index e3e9a758454a8153c5ea9eac90aa5d8b12bcb9ac,7e387dd3f81dce84acc246bd4e73d5f685083430..2cd6f62578d1349c539845f35f2fe8ddb2266360
@@@ -32,11 -32,11 +32,16 @@@ ifneq (,$(filter $(DEB_HOST_ARCH),arm64
        EXTRA_CMAKE_ARGUMENTS += -DWTF_CPU_ARM64_CORTEXA53=OFF
  endif
  
 +# https://bugs.webkit.org/show_bug.cgi?id=188862
 +ifneq (,$(filter $(DEB_HOST_ARCH),armel armhf))
 +      EXTRA_CMAKE_ARGUMENTS += -DENABLE_JIT=OFF
 +endif
 +
+ # Disable Gold where it causes build problems, see #949618
+ ifneq (,$(filter $(DEB_HOST_ARCH),powerpc))
+       EXTRA_CMAKE_ARGUMENTS += -DUSE_LD_GOLD=OFF
+ endif
  ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
        EXTRA_CMAKE_ARGUMENTS += -DUSE_SYSTEM_MALLOC=ON
        CPPFLAGS += -DRELEASE_WITHOUT_OPTIMIZATIONS