[ubuntu/oracular-proposed] webkit2gtk 2.45.3-1ubuntu1 (Accepted)

Jeremy Bícha jbicha at ubuntu.com
Sat Jun 1 12:20:16 UTC 2024


webkit2gtk (2.45.3-1ubuntu1) oracular; urgency=medium

  [ Jeremy Bicha ]
  * Treat riscv64 as an unknown CPU (again!) to fix a FTBFS (see webkit
    bugs #274826 and #271371).

  [ Daniel van Vugt ]
  * Add disable-dmabuf.patch to detect Broadcom to work around corruption
    and crashes occurring in Raspberry Pi X11 sessions.
    (LP: #2037015, LP: #2062146). Also disable the DMABUF renderer for
    NVIDIA proprietary drivers as was done in disable-dmabuf-nvidia.patch
    until 2.45.1-1.

webkit2gtk (2.45.3-1) experimental; urgency=medium

  * New upstream development release.
  * Building with clang failed in armel, armhf, mips64el, ppc64el and
    riscv64, so use gcc again in those.
  * Refresh all patches and remove fix-riscv-include.patch.
  * debian/libwebkit2gtk-4.0-37.symbols:
    - Update symbols.

webkit2gtk (2.45.2-1) experimental; urgency=medium

  * New upstream development release.
  * Remove disable-skia-big-endian.patch and fix-riscv-include.patch.
  * debian/patches/fix-clang-build.patch:
    - Fix build with clang in (at least) i386 and s390x.
  * Use clang in all architectures where it's available.
  * debian/copyright:
    - Update copyright information of all files.
  * debian/libwebkit2gtk-4.0-37.symbols:
    - Update symbols.

webkit2gtk (2.45.1-2) experimental; urgency=medium

  * debian/patches/disable-skia-big-endian.patch:
    - Don't use Skia on big-endian machines since it's not supported
      (Closes: #1070865)
  * debian/patches/fix-riscv-include.patch:
    - Fix typo in header name.
  * Use clang on amd64 since it's strongly recommended to build Skia
    (Closes: #1032443).
  * debian/rules:
    - Disable dh_dwz since it causes several build failures with clang
      (see e.g. #1016936 or #946255).

webkit2gtk (2.45.1-1) experimental; urgency=medium

  * New upstream development release.
  * debian/watch, debian/gbp.conf:
    - Branch for 2.45.x in experimental.
  * debian/upstream/signing-key.asc:
    - Replace Carlos Garcia's DSA key with the new RSA one.
  * debian/rules:
    - Build with -DENABLE_JIT=OFF in riscv64. This replaces
      fix-ftbfs-riscv64.patch.
    - Add -Wl,--reduce-memory-overheads to LDFLAGS. This replaces
      reduce-memory-overheads.patch.
  * Remove the following patches:
    - disable-dmabuf-nvidia.patch: all Nvidia-related bugs are supposed to
      be fixed upstream.
    - prefer-pthread.patch: this should not be needed anymore.
    - fix-ftbfs-riscv64.patch: Use -DENABLE_JIT=OFF instead.
    - reduce-memory-overheads.patch: Override LDFLAGS instead.
  * debian/source/lintian-overrides:
    - Update source-is-missing overrides.
  * debian/copyright:
    - Update copyright information of all files.

Date: Fri, 31 May 2024 17:16:34 -0400
Changed-By: Jeremy Bícha <jbicha at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/webkit2gtk/2.45.3-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 31 May 2024 17:16:34 -0400
Source: webkit2gtk
Built-For-Profiles: noudeb
Architecture: source
Version: 2.45.3-1ubuntu1
Distribution: oracular
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jeremy Bícha <jbicha at ubuntu.com>
Closes: 1032443 1070865
Launchpad-Bugs-Fixed: 2037015 2062146
Changes:
 webkit2gtk (2.45.3-1ubuntu1) oracular; urgency=medium
 .
   [ Jeremy Bicha ]
   * Treat riscv64 as an unknown CPU (again!) to fix a FTBFS (see webkit
     bugs #274826 and #271371).
 .
   [ Daniel van Vugt ]
   * Add disable-dmabuf.patch to detect Broadcom to work around corruption
     and crashes occurring in Raspberry Pi X11 sessions.
     (LP: #2037015, LP: #2062146). Also disable the DMABUF renderer for
     NVIDIA proprietary drivers as was done in disable-dmabuf-nvidia.patch
     until 2.45.1-1.
 .
 webkit2gtk (2.45.3-1) experimental; urgency=medium
 .
   * New upstream development release.
   * Building with clang failed in armel, armhf, mips64el, ppc64el and
     riscv64, so use gcc again in those.
   * Refresh all patches and remove fix-riscv-include.patch.
   * debian/libwebkit2gtk-4.0-37.symbols:
     - Update symbols.
 .
 webkit2gtk (2.45.2-1) experimental; urgency=medium
 .
   * New upstream development release.
   * Remove disable-skia-big-endian.patch and fix-riscv-include.patch.
   * debian/patches/fix-clang-build.patch:
     - Fix build with clang in (at least) i386 and s390x.
   * Use clang in all architectures where it's available.
   * debian/copyright:
     - Update copyright information of all files.
   * debian/libwebkit2gtk-4.0-37.symbols:
     - Update symbols.
 .
 webkit2gtk (2.45.1-2) experimental; urgency=medium
 .
   * debian/patches/disable-skia-big-endian.patch:
     - Don't use Skia on big-endian machines since it's not supported
       (Closes: #1070865)
   * debian/patches/fix-riscv-include.patch:
     - Fix typo in header name.
   * Use clang on amd64 since it's strongly recommended to build Skia
     (Closes: #1032443).
   * debian/rules:
     - Disable dh_dwz since it causes several build failures with clang
       (see e.g. #1016936 or #946255).
 .
 webkit2gtk (2.45.1-1) experimental; urgency=medium
 .
   * New upstream development release.
   * debian/watch, debian/gbp.conf:
     - Branch for 2.45.x in experimental.
   * debian/upstream/signing-key.asc:
     - Replace Carlos Garcia's DSA key with the new RSA one.
   * debian/rules:
     - Build with -DENABLE_JIT=OFF in riscv64. This replaces
       fix-ftbfs-riscv64.patch.
     - Add -Wl,--reduce-memory-overheads to LDFLAGS. This replaces
       reduce-memory-overheads.patch.
   * Remove the following patches:
     - disable-dmabuf-nvidia.patch: all Nvidia-related bugs are supposed to
       be fixed upstream.
     - prefer-pthread.patch: this should not be needed anymore.
     - fix-ftbfs-riscv64.patch: Use -DENABLE_JIT=OFF instead.
     - reduce-memory-overheads.patch: Override LDFLAGS instead.
   * debian/source/lintian-overrides:
     - Update source-is-missing overrides.
   * debian/copyright:
     - Update copyright information of all files.
Checksums-Sha1:
 fc9f9176cc0bd3ae7d57590264b6b3f54c6dfede 4884 webkit2gtk_2.45.3-1ubuntu1.dsc
 b84f595a24535af716413310e959ac8b32251c42 40790940 webkit2gtk_2.45.3.orig.tar.xz
 9a9e911ceac903b4b7b697ec3be22e2b8e8bdd72 833 webkit2gtk_2.45.3.orig.tar.xz.asc
 7165981f7cbf19bad74753c8c6f8ced8f4418a84 89660 webkit2gtk_2.45.3-1ubuntu1.debian.tar.xz
 797d2715e66a89d6a465cf0c0b52241309aa2caa 18321 webkit2gtk_2.45.3-1ubuntu1_source.buildinfo
Checksums-Sha256:
 a5786ac889f6269e5768bc63a1ed42413316ce234de4ac916834b0a02573d08e 4884 webkit2gtk_2.45.3-1ubuntu1.dsc
 9b5fbfa6c9ddc92508ca9f32cc8aa2e68cf50fcfada8f2f45775d559570713b3 40790940 webkit2gtk_2.45.3.orig.tar.xz
 eab5dcca51fb5f0dfff5ef118334c522e7d803f53d75bd1c560e0c57eb33ca6b 833 webkit2gtk_2.45.3.orig.tar.xz.asc
 b3ae21f600b6e6e8e716ebe3dee7f736d8388cba0a7a059e31c44c082e604ee7 89660 webkit2gtk_2.45.3-1ubuntu1.debian.tar.xz
 fb49e37b6ef3d8a2584268a08ed2662e4aebe4f36d95caecf63dfe11d7fb05d2 18321 webkit2gtk_2.45.3-1ubuntu1_source.buildinfo
Files:
 a032377ee6a121120b2bd6697e9550d0 4884 web optional webkit2gtk_2.45.3-1ubuntu1.dsc
 6808554721106020e1c9b6f4cbaa35b8 40790940 web optional webkit2gtk_2.45.3.orig.tar.xz
 443c3ce3b119f25c33e9afb09b719143 833 web optional webkit2gtk_2.45.3.orig.tar.xz.asc
 12d402a1228950e74ee4b83ec3934497 89660 web optional webkit2gtk_2.45.3-1ubuntu1.debian.tar.xz
 3c57f627409aefc3da8ed09ed036cb17 18321 web optional webkit2gtk_2.45.3-1ubuntu1_source.buildinfo
Original-Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers at lists.alioth.debian.org>


More information about the oracular-changes mailing list