Changeset 83eee4b8
- Timestamp:
- 07/05/2019 02:53:33 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, 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:
- c916835
- Parents:
- c4ae75ef
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rc4ae75ef r83eee4b8 46 46 <para>July 4th, 2019</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Update to qt-everywhere-src-5.13.0. Fixes 50 <ulink url="&blfs-ticket-root;12173">#12173</ulink>.</para> 51 </listitem> 48 52 <listitem> 49 53 <para>[renodr] - Add a security patch to fix CVE-2019-11707 in JS60. -
packages.ent
rc4ae75ef r83eee4b8 707 707 <!ENTITY pango-version "1.42.4"> 708 708 <!ENTITY pangomm-version "2.42.0"> 709 <!ENTITY qt5-version "5.1 2.4">709 <!ENTITY qt5-version "5.13.0"> 710 710 <!ENTITY qtwebengine-version "5.12.4"> 711 711 <!ENTITY qtwebkit-version "5.9.0"> -
x/lib/qt5.xml
rc4ae75ef r83eee4b8 10 10 <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-src-&qt5-version;.tar.xz"> 11 11 <!ENTITY qt5-download-ftp " "> 12 <!ENTITY qt5-md5sum " dda95b0239d13c5276834177af3a8588">13 <!ENTITY qt5-size "48 4MB">14 <!ENTITY qt5-buildsize "1 1 GB (243MB installed)">15 <!ENTITY qt5-time " 20SBU (using parallelism=4)">12 <!ENTITY qt5-md5sum "3c168d9a3a08248ff36f4f54c82e437f"> 13 <!ENTITY qt5-size "481 MB"> 14 <!ENTITY qt5-buildsize "12.5 GB (245 MB installed)"> 15 <!ENTITY qt5-time "46 SBU (using parallelism=4)"> 16 16 ]> 17 17 … … 78 78 </listitem> 79 79 </itemizedlist> 80 <!-- 80 81 81 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 82 82 <itemizedlist spacing='compact'> 83 83 <listitem> 84 84 <para>Required Patch: <ulink 85 url="&patch-root;/qt-&qt5-version;- glibc228-1.patch"/></para>85 url="&patch-root;/qt-&qt5-version;-upstream_fixes-1.patch"/></para> 86 86 </listitem> 87 87 </itemizedlist> 88 --> 88 89 89 <bridgehead renderas="sect3">Qt5 Dependencies</bridgehead> 90 90 … … 241 241 242 242 <para> 243 First fix a problem when using gcc-8.3: 244 </para> 245 246 <screen><userinput>sed -i "s/volatile//" \ 247 qtscript/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp</userinput></screen> 243 First fix some issues found upstream: 244 </para> 245 246 <screen><userinput>patch -Np1 -i ../qt-&qt5-version;-upstream_fixes-1.patch &&</userinput></screen> 248 247 249 248 <para>
Note:
See TracChangeset
for help on using the changeset viewer.