forked from pool/webkit2gtk3
Accepting request 659059 from GNOME:Factory
New stable release (forwarded request 658887 from iznogood) OBS-URL: https://build.opensuse.org/request/show/659059 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webkit2gtk3?expand=0&rev=69
This commit is contained in:
commit
b04ab646d5
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 17 10:12:07 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 2.22.5:
|
||||||
|
+ Improved the logic to determine for which architectures to
|
||||||
|
enable the JIT compiler support and USE_SYSTEM_MALLOC at build
|
||||||
|
time.
|
||||||
|
+ Fix the build with ENABLE_VIDEO=OFF and ENABLE_OPENGL=OFF.
|
||||||
|
+ Fix several crashes.
|
||||||
|
+ Security fixes: CVE-2018-4437, CVE-2018-4438, CVE-2018-4441,
|
||||||
|
CVE-2018-4442, CVE-2018-4443, CVE-2018-4464.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 7 22:34:19 UTC 2018 - mgorse@suse.com
|
Fri Dec 7 22:34:19 UTC 2018 - mgorse@suse.com
|
||||||
|
|
||||||
@ -79,12 +91,17 @@ Wed Sep 26 15:19:42 UTC 2018 - bjorn.lie@gmail.com
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 4 10:18:37 UTC 2018 - bjorn.lie@gmail.com
|
Tue Sep 4 10:18:37 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
- Update to version 2.22.0:
|
- Update to version 2.22.0 (boo#1110279):
|
||||||
+ New JavaScriptCore GLib API.
|
+ New JavaScriptCore GLib API.
|
||||||
+ Switched to use complex text code path unconditionally.
|
+ Switched to use complex text code path unconditionally.
|
||||||
+ Added playbin3 support to GStreamer media backend.
|
+ Added playbin3 support to GStreamer media backend.
|
||||||
+ Support for WebDriver advance user insteraction commands.
|
+ Support for WebDriver advance user insteraction commands.
|
||||||
+ Default option menu implementation now uses a GtkTreeView.
|
+ Default option menu implementation now uses a GtkTreeView.
|
||||||
|
+ Security fixes: CVE-2018-4191, CVE-2018-4197, CVE-2018-4299,
|
||||||
|
CVE-2018-4306, CVE-2018-4309, CVE-2018-4312, CVE-2018-4314,
|
||||||
|
CVE-2018-4315, CVE-2018-4316, CVE-2018-4317, CVE-2018-4318,
|
||||||
|
CVE-2018-4319, CVE-2018-4323, CVE-2018-4328, CVE-2018-4358,
|
||||||
|
CVE-2018-4359, CVE-2018-4361.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 24 11:28:26 UTC 2018 - bjorn.lie@gmail.com
|
Fri Aug 24 11:28:26 UTC 2018 - bjorn.lie@gmail.com
|
||||||
@ -325,7 +342,9 @@ Mon Mar 12 16:18:01 UTC 2018 - dimstar@opensuse.org
|
|||||||
CVE-2018-4120, CVE-2018-4122, CVE-2018-4125,
|
CVE-2018-4120, CVE-2018-4122, CVE-2018-4125,
|
||||||
CVE-2018-4127, CVE-2018-4128, CVE-2018-4129,
|
CVE-2018-4127, CVE-2018-4128, CVE-2018-4129,
|
||||||
CVE-2018-4133, CVE-2018-4146, CVE-2018-4161,
|
CVE-2018-4133, CVE-2018-4146, CVE-2018-4161,
|
||||||
CVE-2018-4162, CVE-2018-4163, CVE-2018-4165, CVE-2018-11713.
|
CVE-2018-4162, CVE-2018-4163, CVE-2018-4165, CVE-2018-11713,
|
||||||
|
CVE-2018-4207, CVE-2018-4208, CVE-2018-4209, CVE-2018-4210,
|
||||||
|
CVE-2018-4212, CVE-2018-4213.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 6 21:49:48 UTC 2018 - mgorse@suse.com
|
Tue Mar 6 21:49:48 UTC 2018 - mgorse@suse.com
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
%bcond_with python3
|
%bcond_with python3
|
||||||
%endif
|
%endif
|
||||||
Name: webkit2gtk3
|
Name: webkit2gtk3
|
||||||
Version: 2.22.4
|
Version: 2.22.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for rendering web content, GTK+ Port
|
Summary: Library for rendering web content, GTK+ Port
|
||||||
License: LGPL-2.0-or-later AND BSD-3-Clause
|
License: LGPL-2.0-or-later AND BSD-3-Clause
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fab5be2883802352ae0e735dd1eff4bc18abaff7ac78689cec72eb2f611943b8
|
|
||||||
size 16752132
|
|
@ -1,6 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iF0EABECAB0WIQRao7wzT9fjNp58d7KRxVnb5MkSOwUCW/WqDAAKCRCRxVnb5MkS
|
|
||||||
O9mGAJ9Lbo4Flf4Fhwlz88xEZxm23terBwCfSxzdRxGeD5MqNZgihxcVBYtC0z0=
|
|
||||||
=4nl2
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
webkitgtk-2.22.5.tar.xz
Normal file
3
webkitgtk-2.22.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:99d3863f418a7c3a3e37e5062950dbf2d91fb106ec1633459b0ef6f2d5f6cb13
|
||||||
|
size 16774560
|
6
webkitgtk-2.22.5.tar.xz.asc
Normal file
6
webkitgtk-2.22.5.tar.xz.asc
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iF0EABECAB0WIQRao7wzT9fjNp58d7KRxVnb5MkSOwUCXBJw+AAKCRCRxVnb5MkS
|
||||||
|
O/WqAJwPYp+vWiAjkVDriYwwrSC2Fm65BgCfVNos7C0/Aadlmhz1cQFC40nBxSU=
|
||||||
|
=uux4
|
||||||
|
-----END PGP SIGNATURE-----
|
Loading…
Reference in New Issue
Block a user