Changeset e7cae3c
- Timestamp:
- 06/21/2021 06:25:55 PM (2 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- baba025c
- Parents:
- 4d0615f1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r4d0615f1 re7cae3c 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[ken] - Update QtWebengine with newer patch to match the 50 5.15.5 commercial release (Security Fixes). Fixes 51 <ulink url="&blfs-ticket-root;15195">#15195</ulink>.</para> 52 </listitem> 53 <listitem> 49 54 <para>[ken] - Patch Qt-5.15.2 (security fix re qtsvg). Fixes 50 55 <ulink url="&blfs-ticket-root;15197">#15197</ulink>.</para> -
x/lib/qtwebengine.xml
r4d0615f1 re7cae3c 14 14 <!ENTITY qtwebengine-size "306 MB"> 15 15 <!ENTITY qtwebengine-buildsize "5.1 GB (154 MB installed)"> 16 <!ENTITY qtwebengine-time " 100 SBU (Using parallelism=4)">16 <!ENTITY qtwebengine-time "95 SBU (Using 6 jobs on a 4-core processor)"> 17 17 ]> 18 18 … … 213 213 that the tarball names names differ 214 214 <ulink url="&patch-root;/qtwebengine-everywhere-src-&qtwebengine-version;-ICU68-2.patch"/> --> 215 <ulink url="&patch-root;/qtwebengine-&qtwebengine-version;- build_fixes-2.patch"/>215 <ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-upstream_fixes-2.patch"/> 216 216 </para> 217 217 </listitem> … … 219 219 <para> 220 220 Required patch: 221 <ulink url="&patch-root;/qtwebengine-&qtwebengine-version;- upstream_fixes-1.patch"/>221 <ulink url="&patch-root;/qtwebengine-&qtwebengine-version;-build_fixes-3.patch"/> 222 222 </para> 223 223 </listitem> … … 292 292 293 293 <para> 294 Now apply a patch to fix several issues that can prevent the build working:295 </para> 296 297 <screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;- build_fixes-2.patch</userinput></screen>298 299 <para> 300 Next apply a patch for security and other fixes:301 </para> 302 303 <screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;- upstream_fixes-1.patch</userinput></screen>294 Now apply a patch for security and other fixes: 295 </para> 296 297 <screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-upstream_fixes-2.patch</userinput></screen> 298 299 <para> 300 Next apply a patch to fix several issues that can prevent the build working: 301 </para> 302 303 <screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-build_fixes-3.patch</userinput></screen> 304 304 305 305 <!-- start of commands for git versions only -->
Note:
See TracChangeset
for help on using the changeset viewer.