Accepting request 951712 from GNOME:Next

Yes I know this looks bad, but open the .changes and you will see it is correct
2.32.3/2/1 was a huge mess entered several times - this cleans it up

+
- Update constraints for disk space even more, now at 20 gig.

OBS-URL: https://build.opensuse.org/request/show/951712
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=335
This commit is contained in:
Bjørn Lie 2022-02-08 11:07:57 +00:00 committed by Git OBS Bridge
parent 1ecd0bf492
commit 5a9921b40e
2 changed files with 8 additions and 46 deletions

View File

@ -1,7 +1,7 @@
<constraints>
<hardware>
<disk>
<size unit="G">6</size>
<size unit="G">20</size>
</disk>
<physicalmemory>
<size unit="M">8000</size>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 31 22:42:06 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update constraints for disk space even more, now at 20 gig.
-------------------------------------------------------------------
Mon Jan 24 21:54:31 UTC 2022 - Michael Gorse <mgorse@suse.com>
@ -13,7 +18,8 @@ Fri Jan 21 12:58:32 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
especially severe issue that allowed websites to read the names
of IndexedDB databases created by other websites.
+ Security fixes: CVE-2021-30934, CVE-2021-30936, CVE-2021-30951,
CVE-2021-30952, CVE-2021-30953, CVE-2021-30954, CVE-2021-30984.
CVE-2021-30952, CVE-2021-30953, CVE-2021-30954, CVE-2021-30984,
CVE-2022-22594.
-------------------------------------------------------------------
Wed Jan 19 15:12:02 UTC 2022 - Frederic Crozat <fcrozat@suse.com>
@ -220,54 +226,10 @@ Mon Jul 26 15:38:26 UTC 2021 - Michael Gorse <mgorse@suse.com>
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.
+ Changes in version 2.32.2:
+ Improve calculation of initial WebKitWebView size.
+ Fix kinetic scrolling on touchpad with async scrolling off.
+ Fix a crash on empty drag operation in X11.
+ Fix rendering on HiDPI /4k screen and scaling.
+ Handle null native surface for for surfaceless rendering.
+ Fix JavaScriptCore crash on 32-bit big endian systems.
+ Fix several crashes and rendering issues.
+ Security fixes: CVE-2021-30758.
+ Changes in version 2.32.1:
+ Support building against the Musl C library.
+ Support building against ICU version 69 or newer.
+ Improve handling of Media Capture devices.
+ Improve WebAudio playback.
+ Improve video orientation handling.
+ Improve seeking support for MSE playback.
+ Improve flush support in EME decryptors.
+ Fix HTTP status codes for requests done through a custom URI
handler.
+ Fix the Bubblewrap sandbox in certain 32-bit systems.
+ Fix inconsistencies between the WebKitWebView.is-muted property
state and values returned by
webkit_web_view_is_playing_audio().
+ Fix the build with ENABLE_VIDEO=OFF.
+ Fix wrong timestamps for long-lived cookies.
+ Fix UI process crash when failing to load favicons.
+ Fix several crashes and rendering issues.
+ Updated translations.
- Fix webkit2gtk3-restore-npapi.patch to install the plugin
process.
- Disable WPE renderer: our FDO backend is now too old.
-------------------------------------------------------------------
Mon Jul 26 15:38:26 UTC 2021 - Michael Gorse <mgorse@suse.com>
- Update to version 2.32.3 (boo#1188697):
+ Properly set the cookies settings after a network process
crash.
+ Fix accessibility tree after a cross site navigation with PSON
enabled.
+ Ensure WebKitScriptWorld::window-object-cleared signal is
always emitted.
+ Fix several crashes and rendering issues.
+ Security fixes: 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.
-------------------------------------------------------------------
Mon Jul 19 18:36:42 UTC 2021 - Michael Gorse <mgorse@suse.com>