Revisions of webkit2gtk3

Michael Gorse's avatar Michael Gorse (mgorse) accepted request 1168631 from Michael Gorse's avatar Michael Gorse (mgorse) (revision 39)
Add a CVE reference
Michael Gorse's avatar Michael Gorse (mgorse) accepted request 1163190 from Michael Gorse's avatar Michael Gorse (mgorse) (revision 38)
- Update to version 2.44.0 (boo#1222010)
Michael Gorse's avatar Michael Gorse (mgorse) accepted request 1144740 from Michael Gorse's avatar Michael Gorse (mgorse) (revision 37)
- Update to version 2.42.5 (boo#1219604)
Michael Gorse's avatar Michael Gorse (mgorse) accepted request 1133614 from Michael Gorse's avatar Michael Gorse (mgorse) (revision 36)
- Update to version 2.42.4 (boo#1218032)
Michael Gorse's avatar Michael Gorse (mgorse) committed (revision 35)
Fix typo
Michael Gorse's avatar Michael Gorse (mgorse) accepted request 1131500 from Michael Gorse's avatar Michael Gorse (mgorse) (revision 34)
- Update to version 2.42.3 (boo#1217844)
Michael Gorse's avatar Michael Gorse (mgorse) accepted request 1127777 from Michael Gorse's avatar Michael Gorse (mgorse) (revision 33)
- Update to version 2.42.2 (boo#1217210)
Michael Gorse's avatar Michael Gorse (mgorse) accepted request 1121669 from Michael Gorse's avatar Michael Gorse (mgorse) (revision 32)
- Add webkit2gtk3-disable-dmabuf-nvidia.patch: disable DMABuf
  renderer for NVIDIA proprietary drivers (boo#1216778).
Michael Gorse's avatar Michael Gorse (mgorse) accepted request 1120022 from Michael Gorse's avatar Michael Gorse (mgorse) (revision 31)
- Add webkit2gtk3-create-destroy-egl-image.patch: fix "No provider
  of EglDestroyImage Found" (boo#1216483).

- Update to version 2.42.1 (boo#1215661 boo#1215866 boo#1215867
  boo#1215868 boo#1215869 boo#1215870):
Michael Gorse's avatar Michael Gorse (mgorse) committed (revision 30)
Update changes
Michael Gorse's avatar Michael Gorse (mgorse) accepted request 1110683 from Michael Gorse's avatar Michael Gorse (mgorse) (revision 29)
Expand lang sub-package in spec file unconditionally (boo#1214093)
Require libwaylandclient0 >= 1.20 (bsc#1215072).
Add missing CVE refs
Michael Gorse's avatar Michael Gorse (mgorse) accepted request 1107815 from Michael Gorse's avatar Michael Gorse (mgorse) (revision 28)
- Provide/obsolete WebKit2GTK-%{_apiver}-lang (bsc#1214093)
Add missing CVE refs
Michael Gorse's avatar Michael Gorse (mgorse) accepted request 1103538 from Michael Gorse's avatar Michael Gorse (mgorse) (revision 27)
- Have the lang package provide libwebkit2gtk3-lang (bsc#1214093)
Michael Gorse's avatar Michael Gorse (mgorse) accepted request 1102479 from Michael Gorse's avatar Michael Gorse (mgorse) (revision 26)
- Update to version 2.40.5 (boo#1213905)
Michael Gorse's avatar Michael Gorse (mgorse) accepted request 1091733 from Michael Gorse's avatar Michael Gorse (mgorse) (revision 25)
- Add security patches (boo#1211846):
  + webkit2gtk3-CVE-2023-28204.patch (boo#1211659 CVE-2023-28204)
  + webkit2gtk3-CVE-2023-32373.patch (boo#1211658 CVE-2023-32373)
Michael Gorse's avatar Michael Gorse (mgorse) committed (revision 24)
Fix bug ref
Michael Gorse's avatar Michael Gorse (mgorse) committed (revision 23)
- Update to version 2.38.6 (boo#1210495 boo#1210731):
  + Enable the Asynchronous Clipboard API to make certain pages
    work (e.g. GithHub started recently requiring it).
  + Support :has() CSS selectors in content filters.
  + Apply basic font properties as font variation settings.
  + The Bubblewrap sandbox no longer requires setting an
    application identifier via GApplication to operate correctly.
    Using GApplication is still recommended, but optional.
  + Improvements to the GStreamer multimedia playback, in
    particular around MSE, WebRTC, and seeking.
  + Fix the build with journald support enabled when using elogind
    instead of the systemd libraries.
  + Fix the build with Link-Time Optimization enabled (-flto=auto).
  + Fix context menus not working in the remote Web Inspector.
  + Fix usage of the remote Web Inspector over HTTP.
  + Fix debug logs not being emitted in release builds.
  + Fix several crashes and rendering issues.
  + Security fixes: CVE-2022-0108, CVE-2023-28205, CVE-2022-32885,
    CVE-2023-27932, CVE-2023-27954.
  + Security fixes: CVE-2022-32886, CVE-2022-32912, CVE-2023-25358,
    CVE-2023-25360, CVE-2023-25361, CVE-2023-25362, CVE-2023-25363.
Michael Gorse's avatar Michael Gorse (mgorse) accepted request 1066289 from Michael Gorse's avatar Michael Gorse (mgorse) (revision 22)
- Update to version 2.38.5 (boo#1208328):
  + Fix large memory allocation when uploading content.
  + Fix scrolling after a history navigation with PSON enabled.
  + Always update the active uri of WebKitFrame.
  + Fix the build on Ubuntu 20.04.
  + Fix several crashes and rendering issues.
  + Security fixes: CVE-2023-23529.
- Add webkit2gtk3-gtk4-build-fix.patch: fix the build with gtk
  4.6.0.
Michael Gorse's avatar Michael Gorse (mgorse) committed (revision 21)
Fix typo
Michael Gorse's avatar Michael Gorse (mgorse) accepted request 1063704 from Michael Gorse's avatar Michael Gorse (mgorse) (revision 20)
- Update to version 2.38.4 (boo#1207997):
  + Improve GStreamer multimedia playback across the board with
    improved codec selection logic, better handling of latency, and
    improving frame discard to avoid audio/video
    desynchronizationg, among other fixes.
  + Disable HLS media playback by default, which makes web sites
    use MSE instead. If needed WEBKIT_GST_ENABLE_HLS_SUPPORT=1 can
    be set in the environment to enable it back.
  + Disable threaded rendering in GTK4 builds by default, as it was
    causing crashes.
  + Fix MediaSession API not showing artwork images.
  + Fix MediaSession MPRIS usage when running inside a Flatpak
    sandbox.
  + Fix input element controls to correctly scale when applying a
    zoom factor different than the default.
  + Fix leakage of Web processes in certain situations.
  + Fix the injected bundle not being found when running inside a
    sandbox.
  + Fix the build with ENABLE_INTROSPECTION when cross-compiling.
  + FIx the build with ENABLE_WEBGL disabled.
  + Fix the build with GStreamer-based WebRTC enabled.
  + Fix the build with USE_GTK4 enabled.
  + Fix several crashes and rendering issues.
  + Security fixes: CVE-2023-23517, CVE-2023-23518, CVE-2023-42826.
Displaying revisions 1 - 20 of 39
openSUSE Build Service is sponsored by