]> git.pld-linux.org Git - packages/qt5-qtwebengine.git/commitdiff
up to 5.15.9 auto/th/qt5-qtwebengine-5.15.9-1
authorJan Palus <atler@pld-linux.org>
Wed, 6 Apr 2022 17:22:30 +0000 (19:22 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 6 Apr 2022 17:22:30 +0000 (19:22 +0200)
CVE-2022-1096-qtwebengine-5.15.diff [deleted file]
qt5-qtwebengine.spec

diff --git a/CVE-2022-1096-qtwebengine-5.15.diff b/CVE-2022-1096-qtwebengine-5.15.diff
deleted file mode 100644 (file)
index 65d25b5..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
---- a/src/3rdparty/chromium/v8/src/objects/objects.cc\r
-+++ b/src/3rdparty/chromium/v8/src/objects/objects.cc\r
-@@ -2481,6 +2481,12 @@ Maybe<bool> Object::SetPropertyInternal(LookupIterator* it,\r
-           Maybe<bool> result =\r
-               JSObject::SetPropertyWithInterceptor(it, should_throw, value);\r
-           if (result.IsNothing() || result.FromJust()) return result;\r
-+          // Assuming that the callback have side effects, we use\r
-+          // Object::SetSuperProperty() which works properly regardless on\r
-+          // whether the property was present on the receiver or not when\r
-+          // storing to the receiver.\r
-+          // Proceed lookup from the next state.\r
-+          it->Next();\r
-         } else {\r
-           Maybe<PropertyAttributes> maybe_attributes =\r
-               JSObject::GetPropertyAttributesWithInterceptor(it);\r
-@@ -2501,10 +2507,8 @@ Maybe<bool> Object::SetPropertyInternal(LookupIterator* it,\r
-             // property to the receiver.\r
-             it->NotFound();\r
-           }\r
--          return Object::SetSuperProperty(it, value, store_origin,\r
--                                          should_throw);\r
-         }\r
--        break;\r
-+        return Object::SetSuperProperty(it, value, store_origin, should_throw);\r
-       }\r
-\r
-       case LookupIterator::ACCESSOR: {\r
index d2b71796f65b93008127897949821e5e2cb26ffa..4a1560f8e13d9822a0bbb8a91ede0cb5658a9b7a 100644 (file)
 Summary:       The Qt5 WebEngine library
 Summary(pl.UTF-8):     Biblioteka Qt5 WebEngine
 Name:          qt5-%{orgname}
-Version:       %{base_version}.8
-Release:       4
+Version:       %{base_version}.9
+Release:       1
 License:       LGPL v3 or GPL v2 or GPL v3 or commercial
 Group:         X11/Libraries
 Source0:       qtwebengine-%{version}.tar.xz
-# Source0-md5: 57a2dbd98e641803478b6a04978a5c8b
+# Source0-md5: f4641431940f77f3ea6848ad6726ae3f
 Patch0:                x32.patch
 Patch1:                %{name}-gn-dynamic.patch
 Patch2:                icu.patch
-Patch3:                CVE-2022-1096-qtwebengine-5.15.diff
 URL:           https://www.qt.io/
 BuildRequires: Qt5Core-devel >= %{qtbase_ver}
 BuildRequires: Qt5Designer-devel >= %{qttools_ver}
@@ -282,7 +281,6 @@ PrzykĹ‚ady do biblioteki Qt5 WebEngine.
 %endif
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %{qt5bindir}/syncqt.pl -version %{version}
 
This page took 0.0827 seconds and 4 git commands to generate.