Change log for webkit2gtk package in Debian

51100 of 259 results
Superseded in sid-release
webkit2gtk (2.36.4-1) unstable; urgency=high

  * New upstream release.
  * The WebKitGTK security advisory WSA-2022-0006 lists the following
    security fixes in the latest versions of WebKitGTK:
    - CVE-2022-22662 (fixed in 2.36.0).
    - CVE-2022-22677 and CVE-2022-26710 (fixed in 2.36.4).
  * debian/control:
    - Don't use ccache in i386 because Ubuntu doesn't have it and Debian
      can live without it (webkit-team/webkit!14).
  * Update format of lintian overrides (see #1007002).
  * debian/control:
    - Update Standards-Version to 4.6.1.0 (no changes).

 -- Alberto Garcia <email address hidden>  Wed, 06 Jul 2022 13:54:15 +0200
Superseded in sid-release
webkit2gtk (2.36.3-1) unstable; urgency=high

  * New upstream release.
  * Use ccache to speed-up the compilation since the majority of the files
    are identical in both the soup2 and soup3 builds.
    - debian/control: Add build dependency on ccache.
    - debian/rules: Set CCACHE_NOHASHDIR and CCACHE_BASEDIR so ccache
      actually works with different build directories.
    - debian/rules: Set CCACHE_DIR inside the source directory, otherwise
      ccache would try to write to the home directory, which is forbidden
      by the Debian policy.

 -- Alberto Garcia <email address hidden>  Sun, 29 May 2022 13:07:27 +0200

Available diffs

Superseded in sid-release
webkit2gtk (2.36.2-1) unstable; urgency=high

  [ Alberto Garcia ]
  * New upstream release.

  [ Adrian Bunk ]
  * debian/rules: lower memory requirements on sh4.

 -- Alberto Garcia <email address hidden>  Wed, 18 May 2022 10:13:09 +0200
Superseded in sid-release
webkit2gtk (2.36.1-1) unstable; urgency=medium

  [ Alberto Garcia ]
  * New upstream release.

  [ Jeremy Bicha ]
  * Reduce the number of parallel build jobs on Ubuntu's amd64

 -- Alberto Garcia <email address hidden>  Thu, 21 Apr 2022 16:47:44 +0200
Superseded in sid-release
webkit2gtk (2.36.0-3) unstable; urgency=medium

  * debian/rules:
    - Build with -Os, -g0 and ggc-min-expand=10 in mips / mipsel in order
      to lower the memory requirements and revert the changes from
      2.36.0-2 (thanks, Adrian Bunk).

 -- Alberto Garcia <email address hidden>  Mon, 04 Apr 2022 12:58:57 +0200
Superseded in sid-release
webkit2gtk (2.36.0-2) unstable; urgency=medium

  * debian/rules:
    - Disable unified builds in Debian/mipsel and reduce the number of
      parallel jobs in order to prevent running out of memory.
  * debian/control:
    - Clarify in package descriptions that 4.0 and 4.1 packages use
      different versions of libsoup and that the documentation package is
      equally valid for both.

 -- Alberto Garcia <email address hidden>  Tue, 29 Mar 2022 23:06:22 +0200
Published in buster-release
webkit2gtk (2.34.6-1~deb10u1) buster-security; urgency=high

  * Rebuild for buster-security.
  * debian/patches/force-single-process.patch:
    + Force the single-process mode in Evolution and Geary
  * debian/control:
    + Remove Breaks for Evolution < 3.34.1.
    + Remove build dependency on libwpebackend-fdo-1.0-dev,
      libmanette-0.2-dev and liblcms2-dev.
    + Switch build dependency from libenchant-2-dev to libenchant-dev.
    + Switch build dependencies on libgl-dev and libgles-dev with
      libgl1-mesa-dev and libgles2-mesa-dev.
  * Downgrade xdg-desktop-portal-gtk from a recommendation to a
    suggestion (See #989307)
  * debian/rules:
    + Build with -DENABLE_GAMEPAD=OFF -DUSE_LCMS=OFF.
  * Set the debhelper compatibility level back to 10. This fixes a dh_dwz
    error ".debug_info section not present"
    - Add debian/compat file.
    - Update build dependency on debhelper.

 -- Alberto Garcia <email address hidden>  Sat, 19 Feb 2022 14:14:06 +0100
Superseded in bullseye-release
webkit2gtk (2.34.6-1~deb11u1) bullseye-security; urgency=high

  * Rebuild for bullseye-security.

 -- Alberto Garcia <email address hidden>  Sat, 19 Feb 2022 14:15:14 +0100
Superseded in sid-release
webkit2gtk (2.36.0-1) unstable; urgency=medium

  * New upstream release.
  * Refresh all patches.
  * debian/rules:
    + Build with CMAKE_BUILD_WITH_INSTALL_RPATH=ON, otherwise builds are
      not reproducible if they happen in different directories.
  * Bring all changes from the 2.35 (experimental) branch.
  * debian/control:
    + Make libjavascriptcoregtk-4.0-dev depend on libglib2.0-dev.
  * debian/source/lintian-overrides:
    + Update source-is-missing overrides.
  * debian/libwebkit2gtk-4.0-37.symbols:
    + Update symbols.
  * debian/copyright:
    + Update copyright information of all files.
  * debian/gbp.conf:
    + Update upstream branch name.
  * debian/rules:
    + USE_SYSTEMD was renamed to ENABLE_JOURNALD_LOG.
  * debian/control:
    + Remove all Conflicts: lines, they are obsolete.
    + Make libjavascriptcoregtk-4.0-dev depend on libglib2.0-dev.
    + Simplify descriptions and remove references to the WebKit2 API
      layer.
  * Build the 4.1 API version of the packages. These use libsoup 3 instead
    of libsoup 2 but are otherwise identical to the 4.0 API packages.
    + debian/control:
      - Add build dependency on libsoup-3.0-dev.
      - Add entries for the new packages. The 4.1 versions of the
        WebDriver, JSC command-line interpreter and documentation are
        currently not being generated.
    + debian/rules:
      - Add commands to build both sets of packages.
    + debian/libwebkit2gtk-4.0-37.install:
      - Update path of locale files to select only the exact API version.
    + debian/not-installed:
      - Don't install the 4.1 build of the JSC command-line interpreter.

 -- Alberto Garcia <email address hidden>  Mon, 21 Mar 2022 23:10:15 +0100
Deleted in experimental-release (Reason: None provided.)
webkit2gtk (2.35.90-1) experimental; urgency=medium

  * New upstream development release.
  * Refresh all patches.
  * debian/source/lintian-overrides:
    + Update source-is-missing overrides.
  * debian/rules:
    + USE_SYSTEMD was renamed to ENABLE_JOURNALD_LOG.
  * debian/control:
    + Remove all Conflicts: lines, they are obsolete.
    + Make libjavascriptcoregtk-4.0-dev depend on libglib2.0-dev.
    + Simplify descriptions and remove references to the WebKit2 API
      layer.
  * Build the 4.1 API version of the packages. These use libsoup 3 instead
    of libsoup 2 but are otherwise identical to the 4.0 API packages.
    + debian/control:
      - Add build dependency on libsoup-3.0-dev and libsysprof-4-dev (the
        latter should be pulled by libsoup).
      - Add entries for the new packages. The 4.1 versions of the
        WebDriver, JSC command-line interpreter and documentation are
        currently not being generated.
    + debian/rules:
      - Add commands to build both sets of packages.
    + debian/libwebkit2gtk-4.0-37.install:
      - Update path of locale files to select only the exact API version.
    + debian/not-installed:
      - Don't install the 4.1 build of the JSC command-line interpreter.

 -- Alberto Garcia <email address hidden>  Sun, 06 Mar 2022 16:37:53 +0100
Superseded in sid-release
webkit2gtk (2.34.6-1) unstable; urgency=high

  [ Alberto Garcia ]
  * New upstream release.
    + Fixes CVE-2022-22620.

  [ Jeremy Bicha ]
  * debian/rules:
    + Reduce the number of parallel build jobs on Ubuntu's arm64.

 -- Alberto Garcia <email address hidden>  Thu, 17 Feb 2022 19:52:20 +0100
Superseded in sid-release
webkit2gtk (2.34.5-1) unstable; urgency=high

  * New upstream release.
    + Fixes CVE-2022-22589, CVE-2022-22590 and CVE-2022-22592.

 -- Alberto Garcia <email address hidden>  Wed, 09 Feb 2022 12:10:57 +0100
Superseded in experimental-release
webkit2gtk (2.35.3-1) experimental; urgency=medium

  * New upstream development release.
  * Refresh all patches.

 -- Alberto Garcia <email address hidden>  Wed, 09 Feb 2022 14:02:43 +0100
Superseded in experimental-release
webkit2gtk (2.35.2-1) experimental; urgency=medium

  * New upstream development release.
  * debian/copyright:
    + Update copyright information of all files.
  * Set the debhelper compatibility level to 12:
    + Get rid of debian/compat.
    + Add build dependency on debhelper-compat.
  * debian/rules:
    + Stop using --builddirectory=build, .gir files no longer seem to
      contain references to the build directory (see the 2.27.90-1 entry
      for more details).
    + Explicitly disable lto since when it's on the build is failing, that
      doesn't impact Debian by default but is an issue on Ubuntu.
      (See #1000598)
    + Don't recommend xdg-desktop-portal-gtk on Ubuntu i386, it's a partial
      architecture and the binary doesn't exist (See #1000599).
  * Refresh all patches.
  * debian/source/lintian-overrides:
    + Update source-is-missing overrides.

 -- Alberto Garcia <email address hidden>  Thu, 03 Feb 2022 12:44:52 +0100
Superseded in sid-release
webkit2gtk (2.34.4-1) unstable; urgency=high

  * New upstream release.
  * Set the debhelper compatibility level to 12:
    - Get rid of debian/compat.
    - Add build dependency on debhelper-compat.
  * debian/rules:
    - Stop using --builddirectory=build, .gir files no longer seem to
      contain references to the build directory (see the 2.27.90-1 entry
      for more details).
  * debian/copyright:
    + Update copyright years.

 -- Alberto Garcia <email address hidden>  Fri, 21 Jan 2022 11:44:16 +0100
Superseded in sid-release
webkit2gtk (2.34.3-1) unstable; urgency=high

  [ Alberto Garcia ]
  * New upstream release.
  * The WebKitGTK security advisory WSA-2021-0007 lists the following
    security fixes in the latest versions of WebKitGTK:
    + CVE-2021-30809, CVE-2021-30836 (fixed in 2.32.4).
    + CVE-2021-30818, CVE-2021-30823, CVE-2021-30884, CVE-2021-30888,
      CVE-2021-30889, CVE-2021-30897 (fixed in 2.34.0).
    + CVE-2021-30887, CVE-2021-30890 (fixed in 2.34.3).

  [ Sebastien Bacher ]
  * debian/rules:
    + Explicitly disable lto since when it's on the build is failing, that
      doesn't impact Debian by default but is an issue on Ubuntu.
      (Closes: #1000598)
    + Don't recommend xdg-desktop-portal-gtk on Ubuntu i386, it's a partial
      architecture and the binary doesn't exist (Closes: #1000599).

 -- Alberto Garcia <email address hidden>  Tue, 21 Dec 2021 00:59:40 +0100
Superseded in bullseye-release
webkit2gtk (2.34.1-1~deb11u1) bullseye-security; urgency=high

  * Rebuild for bullseye-security.
    + Fixes CVE-2021-30846, CVE-2021-30851 and CVE-2021-42762.

 -- Alberto Garcia <email address hidden>  Thu, 28 Oct 2021 17:21:00 +0200
Superseded in experimental-release
webkit2gtk (2.35.1-1) experimental; urgency=medium

  * New upstream development release.
  * debian/watch, debian/gbp.conf:
    + Update for 2.35.x packages in experimental.
  * Refresh all patches.
  * debian/libwebkit2gtk-4.0-37.symbols:
    + Update symbols.

 -- Alberto Garcia <email address hidden>  Thu, 25 Nov 2021 12:55:09 +0100

Available diffs

Superseded in sid-release
webkit2gtk (2.34.2-1) unstable; urgency=medium

  * New upstream release.

 -- Alberto Garcia <email address hidden>  Wed, 24 Nov 2021 15:56:26 +0100
Superseded in sid-release
webkit2gtk (2.34.1-1) unstable; urgency=high

  [ Alberto Garcia ]
  * New upstream release.
  * debian/rules:
    + Build with -O1 in sh3 and sh4 (Closes: #995717).
  * debian/copyright:
    + Update copyright information of all files.
  * debian/libwebkit2gtk-4.0-37.symbols:
    + Update symbols.
  * debian/libwebkit2gtk-4.0-37.lintian-overrides:
    + Override library-not-linked-against-libc.
  * debian/source/lintian-overrides:
    + Update source-is-missing overrides.
  * debian/control:
    + Update Standards-Version to 4.6.0.1 (no changes).

  [ Sebastien Bacher ]
  * debian/control, debian/rules:
    + handle gstreamer1.0-plugins-bad with the same Ubuntu override than
      libav, it's also in universe (Closes: #995166).

 -- Alberto Garcia <email address hidden>  Fri, 22 Oct 2021 00:56:49 +0200
Superseded in buster-release
webkit2gtk (2.32.4-1~deb10u1) buster-security; urgency=high

  * Rebuild for buster-security.
    + Fixes CVE-2021-30858.
  * debian/patches/force-single-process.patch:
    + Force the single-process mode in Evolution and Geary
  * debian/control:
    + Remove Breaks for Evolution < 3.34.1.
    + Remove build dependency on libwpebackend-fdo-1.0-dev and
      libmanette-0.2-dev.
    + Switch build dependency from libenchant-2-dev to libenchant-dev.
    + Switch build dependencies on libgl-dev and libgles-dev with
      libgl1-mesa-dev and libgles2-mesa-dev.
  * Downgrade xdg-desktop-portal-gtk from a recommendation to a
    suggestion (See #989307)
  * debian/rules:
    + Build with -DENABLE_GAMEPAD=OFF (as libmanette is missing).

 -- Alberto Garcia <email address hidden>  Mon, 20 Sep 2021 15:11:47 +0200
Superseded in bullseye-release
webkit2gtk (2.32.4-1~deb11u1) bullseye-security; urgency=high

  * Rebuild for bullseye-security.
    + Fixes CVE-2021-30858.

 -- Alberto Garcia <email address hidden>  Mon, 20 Sep 2021 15:01:13 +0200
Superseded in sid-release
webkit2gtk (2.34.0-1) unstable; urgency=medium

  * New upstream release.
  * Bring all changes from the 2.33 (experimental) branch.
  * debian/rules:
    + Build with -DUSE_SOUP2=ON.
  * debian/control:
    + Add build dependency on liblcms2-dev (bug #880697).
    + Remove the dummy libwebkit2gtk-4.0-37-gtk2 package.
  * debian/copyright:
    + Update copyright information of all files.
  * debian/gbp.conf:
    + Update upstream branch name.
  * debian/libwebkit2gtk-4.0-37.symbols:
    + Update symbols.
  * debian/source/lintian-overrides:
    + Update source-is-missing overrides.
  * Refresh all patches.

 -- Alberto Garcia <email address hidden>  Thu, 23 Sep 2021 12:10:43 +0200
Deleted in experimental-release (Reason: None provided.)
webkit2gtk (2.33.91-1) experimental; urgency=medium

  * New upstream development release.
  * debian/source/lintian-overrides:
    + Update source-is-missing override.

 -- Alberto Garcia <email address hidden>  Sat, 18 Sep 2021 21:28:58 +0200
Superseded in sid-release
webkit2gtk (2.32.4-1) unstable; urgency=high

  * New upstream release.
  * debian/source/lintian-overrides:
    + Update source-is-missing overrides.

 -- Alberto Garcia <email address hidden>  Fri, 17 Sep 2021 21:16:20 +0200
Deleted in experimental-release (Reason: None provided.)
webkit2gtk (2.33.90-1) experimental; urgency=medium

  * New upstream development release.
  * Refresh all patches and drop debian/patches/fix-gtkdoc-build.
  * debian/copyright:
    + Update copyright information of all files.
  * debian/libwebkit2gtk-4.0-37.symbols:
    + Update symbols.
  * debian/source/lintian-overrides:
    + Update source-is-missing override.

 -- Alberto Garcia <email address hidden>  Mon, 06 Sep 2021 19:05:29 +0200
Superseded in experimental-release
webkit2gtk (2.33.3-1) experimental; urgency=medium

  * New upstream development release.
  * Refresh all patches.
  * debian/patches/fix-gtkdoc-build.patch:
    + Fix gtk-doc build (WebKit bug #229152).
  * debian/control:
    + Remove the dummy libwebkit2gtk-4.0-37-gtk2 package.
  * debian/libwebkit2gtk-4.0-37.symbols:
    + Update symbols.
  * debian/source/lintian-overrides:
    + Update source-is-missing override.

 -- Alberto Garcia <email address hidden>  Wed, 18 Aug 2021 01:51:31 +0200
Superseded in bullseye-release
Superseded in sid-release
webkit2gtk (2.32.3-1) unstable; urgency=high

  * New upstream release.
  * The WebKitGTK security advisory WSA-2021-0004 lists the following
    security fixes in the latest versions of WebKitGTK:
    + CVE-2021-30666, CVE-2021-30761 (fixed in 2.26.0).
    + CVE-2021-30762 (fixed in 2.28.0).
    + CVE-2021-1817, CVE-2021-1820, CVE-2021-1825, CVE-2021-1826,
      CVE-2021-30661 (fixed in 2.30.0).
    + CVE-2021-21806 (fixed in 2.30.6).
    + CVE-2021-30682 (fixed in 2.32.0).
    + CVE-2021-30758 (fixed in 2.32.2).
    + CVE-2021-21775, CVE-2021-21779, CVE-2021-30663, CVE-2021-30665,
      CVE-2021-30689, CVE-2021-30720, CVE-2021-30734, CVE-2021-30744,
      CVE-2021-30749, CVE-2021-30795, CVE-2021-30797, CVE-2021-30799
      (fixed in 2.32.3).

 -- Alberto Garcia <email address hidden>  Sun, 25 Jul 2021 00:25:47 +0200
Superseded in sid-release
webkit2gtk (2.32.2-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches/fix-ftbfs-m68k.patch:
    + Update patch.

 -- Alberto Garcia <email address hidden>  Fri, 09 Jul 2021 13:41:26 +0200
Superseded in buster-release
webkit2gtk (2.32.1-1~deb10u1) buster-security; urgency=medium

  * Rebuild for buster-security.
  * debian/patches/force-single-process.patch:
    + Force the single-process mode in Evolution and Geary
  * debian/control:
    + Remove Breaks for Evolution < 3.34.1.
    + Remove build dependency on libwpebackend-fdo-1.0-dev and
      libmanette-0.2-dev.
    + Switch build dependency from libenchant-2-dev to libenchant-dev.
    + Switch build dependencies on libgl-dev and libgles-dev with
      libgl1-mesa-dev and libgles2-mesa-dev.
  * debian/rules:
    + Build with -DENABLE_GAMEPAD=OFF (as libmanette is missing).

 -- Alberto Garcia <email address hidden>  Sun, 30 May 2021 12:41:38 +0200
Deleted in experimental-release (Reason: None provided.)
webkit2gtk (2.33.2-1) experimental; urgency=medium

  * New upstream development release.
  * Update fix-ftbfs-m68k.patch and drop fix-mips-page-size.patch.
  * debian/libwebkit2gtk-4.0-37.symbols:
    + Update symbols.
  * debian/copyright:
    + Update copyright information of all files.

 -- Alberto Garcia <email address hidden>  Tue, 08 Jun 2021 11:49:05 +0200
Superseded in bullseye-release
Superseded in sid-release
webkit2gtk (2.32.1-2) unstable; urgency=high

  * debian/control:
    + Update the dependencies on GStreamer plugins (Closes: #989332):
      - WebKitGTK really expects at least the -base and -good sets.
      - For video playback (e.g YouTube) -bad is also recommended.
      - The pulseaudio plugin was merged into the -good package so it will
        be always be available now. Move -alsa to Suggests.

 -- Alberto Garcia <email address hidden>  Mon, 07 Jun 2021 10:39:51 +0200
Superseded in experimental-release
webkit2gtk (2.33.1-1) experimental; urgency=medium

  * New upstream development release.
  * debian/patches/fix-ftbfs-m68k.patch:
    + Compile BytecodeGenerator.cpp without optimizations on m68k and sh4,
      otherwise the build fails due to gcc bugs.
  * debian/watch, debian/gbp.conf:
    + Update for 2.33.x packages in experimental.
  * Refresh all patches.
  * debian/rules:
    + Build with -DUSE_SOUP2=ON.
  * debian/libwebkit2gtk-4.0-37.symbols:
    + Update symbols.
  * debian/copyright:
    + Update copyright information of all files.
  * debian/control:
    + Add build dependency on liblcms2-dev (Closes: #880697).
  * debian/source/lintian-overrides:
    + Update source-is-missing override.

 -- Alberto Garcia <email address hidden>  Sat, 15 May 2021 23:43:36 +0200
Superseded in sid-release
webkit2gtk (2.32.1-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches/fix-ftbfs-m68k.patch:
    + Update patch.
  * Downgrade dependency on xdg-desktop-portal-gtk to a recommendation.
    This works around an autopkgtest regression in balsa (see #987686).
    (Closes: #987428).

 -- Alberto Garcia <email address hidden>  Mon, 10 May 2021 12:20:44 +0200
Superseded in sid-release
webkit2gtk (2.32.0-2) unstable; urgency=high

  * The WebKitGTK security advisory WSA-2021-0003 lists the following
    security fixes in the latest versions of WebKitGTK:
    + CVE-2021-1788, CVE-2021-1844, CVE-2021-1871 (fixed in 2.32.0).
  * debian/patches/fix-ftbfs-m68k.patch:
    + Compile BytecodeGenerator.cpp without optimizations on m68k and sh4,
      otherwise the build fails due to gcc bugs.
  * debian/gbp.conf:
    + Update upstream branch name.

 -- Alberto Garcia <email address hidden>  Thu, 22 Apr 2021 18:42:46 +0200
Superseded in buster-release
webkit2gtk (2.30.5-1~deb10u1) buster-security; urgency=medium

  * Rebuild for buster-security.
  * debian/patches/force-single-process.patch:
    + Force the single-process mode in Evolution and Geary
  * debian/control:
    + Remove Breaks for Evolution < 3.34.1.
    + Remove build dependency on libwpebackend-fdo-1.0-dev.
    + Switch build dependency from libenchant-2-dev to libenchant-dev.
    + Switch build dependencies on libgl-dev and libgles-dev with
      libgl1-mesa-dev and libgles2-mesa-dev.

 -- Alberto Garcia <email address hidden>  Wed, 17 Feb 2021 11:07:36 +0100
Deleted in experimental-release (Reason: None provided.)
webkit2gtk (2.32.0-1) experimental; urgency=medium

  * New upstream release (Closes: #984522).
  * debian/control:
    + Make the gir packages require the exact binary versions of
      libwebkit2gtk-4.0-37 and libjavascriptcoregtk-4.0-18
  * debian/watch:
    + Scan stable releases only.
  * debian/rules:
    + Add dependency on xdg-desktop-portal-gtk when the bubblewrap sandbox
      is enabled (see webkit bug #213148) (thanks, Hannes Müller).

 -- Alberto Garcia <email address hidden>  Fri, 26 Mar 2021 15:15:20 +0100
Superseded in sid-release
webkit2gtk (2.30.6-1) unstable; urgency=high

  * New upstream release.
  * debian/control:
    + Remove references to browser-plugin-freshplayer-pepperflash, this
      package is no longer available, see #966474.
  * debian/patches/include-libwpe.patch:
    + Fix build with wpebackend-fdo 1.8.1.

 -- Alberto Garcia <email address hidden>  Thu, 18 Mar 2021 16:05:45 +0100
Superseded in experimental-release
webkit2gtk (2.31.91-1) experimental; urgency=medium

  * New upstream development release.
  * debian/patches/fix-mips-page-size.patch:
    + Increase the page size from 4KB to 16KB on MIPS, this fixes a crash
      with Loongson CPUs that don't support 4KB pages (see #977779).
  * debian/patches/fix-ftbfs-i386.patch:
    + Drop this patch.

 -- Alberto Garcia <email address hidden>  Fri, 12 Mar 2021 16:19:15 +0100
Superseded in experimental-release
webkit2gtk (2.31.90-1) experimental; urgency=medium

  * New upstream development release.
  * Enable the gamepad support only on Linux (Closes: #980745):
    + debian/rules:
      + Pass -DENABLE_GAMEPAD=OFF on non-Linux build.
    + debian/control:
      + Depend on libmanette-0.2-dev only on Linux.
  * debian/patches/fix-ftbfs-x32.patch:
    + Refresh patch.
  * debian/control:
    + Depend on GStreamer >= 1.14.0.
    + Update Standards-Version to 4.5.1 (no changes).
  * debian/libwebkit2gtk-4.0-37.symbols:
    + Update symbols.
  * debian/copyright:
    + Update copyright information of all files.
  * debian/watch:
    + Set version to 4 (fixes older-debian-watch-file-standard).
  * debian/patches/fix-ftbfs-i386.patch:
    + Fix build on i386 (upstream bug #222480).

 -- Alberto Garcia <email address hidden>  Sat, 27 Feb 2021 22:02:35 +0100
Superseded in sid-release
webkit2gtk (2.30.5-1) unstable; urgency=high

  * New upstream release (Closes: #978042).
  * Remove some obsolete build dependencies (Closes: #979170):
    + gawk is not needed since WebKitGTK switched from autotools to CMake.
    + libgeoclue-2-dev and geoclue-2.0 are not required since WebKitGTK
      2.25.1 (upstream bug 195994).
    + libupower-glib-dev is not required since WebKitGTK 2.19.92 (upstream
      bug 181825).
    + libfile-copy-recursive-perl is not required since WebKitGTK 2.19.3
      (upstream bug 180479).
    + mesa-common-dev used to provide GL/gl.h but this header is now in
      libgl-dev.
    + libgles2-mesa-dev used to provide GLES3/gl3.h but this header is now
      in libgles-dev.
    + libgl1-mesa-dev and libgles2-mesa-dev are now dummy packages.
    + libpango1.0-dev is not checked for any specific version at build
      time so there's no need to list it.
  * Update the minimum required versions of some packages:
    + cmake from 3.3 to 3.10
    + libglib2.0-dev from 2.36.0 to 2.44.0
    + libgtk-3-dev from 3.10.0 to 3.22.0
    + libcairo2-dev from 1.10.2 to 1.14.0
    + libsoup2.4-dev from 2.42.0 to 2.54.0.
  * debian/patches/fix-mips-page-size.patch:
    + Increase the page size from 4KB to 16KB on MIPS, this fixes a crash
      with Loongson CPUs that don't support 4KB pages (Closes: #977779).
  * debian/copyright:
    + Update copyright years.
  * debian/watch:
    + Set version to 4 (fixes older-debian-watch-file-standard).
  * debian/control:
    + Update Standards-Version to 4.5.1 (no changes).

 -- Alberto Garcia <email address hidden>  Thu, 07 Jan 2021 14:23:52 +0100

Available diffs

Superseded in buster-release
webkit2gtk (2.30.4-1~deb10u1) buster-security; urgency=medium

  * Rebuild for buster-security.
  * debian/patches/force-single-process.patch:
    + Force the single-process mode in Evolution and Geary
  * debian/control:
    + Remove Breaks for Evolution < 3.34.1.
    + Remove build dependency on libwpebackend-fdo-1.0-dev.
    + Switch build dependency from libenchant-2-dev to libenchant-dev.

 -- Alberto Garcia <email address hidden>  Mon, 21 Dec 2020 14:01:31 +0100
Superseded in experimental-release
webkit2gtk (2.31.1-1) experimental; urgency=medium

  * New upstream development release.
  * Remove some obsolete build dependencies (see #979170):
    + gawk is not needed since WebKitGTK switched from autotools to CMake.
    + libgeoclue-2-dev and geoclue-2.0 are not required since WebKitGTK
      2.25.1 (upstream bug 195994).
    + libupower-glib-dev is not required since WebKitGTK 2.19.92 (upstream
      bug 181825).
    + libfile-copy-recursive-perl is not required since WebKitGTK 2.19.3
      (upstream bug 180479).
    + mesa-common-dev used to provide GL/gl.h but this header is now in
      libgl-dev.
    + libgles2-mesa-dev used to provide GLES3/gl3.h but this header is now
      in libgles-dev.
    + libgl1-mesa-dev and libgles2-mesa-dev are now dummy packages.
    + libpango1.0-dev is not checked for any specific version at build
      time so there's no need to list it.
  * Update the minimum required versions of some packages:
    + cmake from 3.3 to 3.10
    + libglib2.0-dev from 2.36.0 to 2.44.0
    + libgtk-3-dev from 3.10.0 to 3.22.0
    + libcairo2-dev from 1.10.2 to 1.14.0
    + libsoup2.4-dev from 2.42.0 to 2.54.0.
  * debian/copyright:
    + Update copyright information of all files.
  * debian/watch, debian/gbp.conf:
    + Update for 2.31.x packages in experimental.
  * Use -DFORCE_32BIT on 32-bit builds.
    + This replaces debian/patches/fix-ftbfs-x86.patch.
  * Refresh all patches.
  * debian/control:
    + Add build dependency on libmanette-0.2-dev.
    + Stop suggesting browser-plugin-freshplayer-pepperflash for
      libwebkit2gtk-4.0-37-gtk2.
  * debian/NEWS:
    - Add item explaining the removal of support for NPAPI plugins.
  * debian/libwebkit2gtk-4.0-37.symbols:
    + Update symbols.
  * Enable the build on non-Linux architectures (Closes: #978098):
    + debian/rules:
      - Build with -DUSE_SYSTEMD=OFF if the OS is not Linux.
    + debian/patches/fix-ftbfs-hurd.patch:
      - Add alternative implementation of scanDirectoryForDictionaries()
        that does not use PATH_MAX (for the Hurd).
    + debian/control:
      - Set the architecture of all binary packages to 'any' and require
        bubblewrap, systemd and libwpebackend-fdo on Linux only.

 -- Alberto Garcia <email address hidden>  Sat, 16 Jan 2021 16:38:36 +0100

Available diffs

Superseded in sid-release
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).

 -- Alberto Garcia <email address hidden>  Tue, 15 Dec 2020 15:23:01 +0100

Available diffs

Superseded in sid-release
webkit2gtk (2.30.3-1) unstable; urgency=high

  * New upstream release

 -- Alberto Garcia <email address hidden>  Fri, 20 Nov 2020 15:24:07 +0100

Available diffs

Superseded in sid-release
webkit2gtk (2.30.2-1) unstable; urgency=medium

  * New upstream release.

 -- Alberto Garcia <email address hidden>  Fri, 23 Oct 2020 12:18:03 +0200
Superseded in buster-release
webkit2gtk (2.28.4-1~deb10u1) buster-security; urgency=medium

  * Rebuild for buster-security.
  * debian/patches/force-single-process.patch:
    + Force the single-process mode in Evolution and Geary
  * debian/control:
    + Remove Breaks for Evolution < 3.34.1.
    + Remove build dependency on libwpebackend-fdo-1.0-dev.
    + Switch build dependency from libenchant-2-dev to libenchant-dev.

 -- Alberto Garcia <email address hidden>  Sat, 01 Aug 2020 12:38:41 +0200
Superseded in sid-release
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.

 -- Alberto Garcia <email address hidden>  Mon, 21 Sep 2020 15:34:07 +0200

Available diffs

Deleted in experimental-release (Reason: None provided.)
webkit2gtk (2.30.0-1) experimental; urgency=medium

  * New upstream release.
  * debian/watch:
    + Scan stable releases only.

 -- Alberto Garcia <email address hidden>  Fri, 11 Sep 2020 15:54:31 +0200

Available diffs

Deleted in experimental-release (Reason: None provided.)
webkit2gtk (2.29.92-1) experimental; urgency=medium

  * New upstream development release.

 -- Alberto Garcia <email address hidden>  Fri, 04 Sep 2020 17:10:45 +0200

Available diffs

51100 of 259 results