Changeset fa4e429
- Timestamp:
- 12/14/2019 02:35:17 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f0be38c0
- Parents:
- e10e1a8e
- Location:
- x/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
x/lib/qt5.xml
re10e1a8e rfa4e429 1200 1200 <listitem> 1201 1201 <para> 1202 is a trace generator for LTTng or WindowsETW.1202 is a trace generator for LTTng or ETW. 1203 1203 </para> 1204 1204 <indexterm zone="qt5 tracegen"> -
x/lib/qtwebengine.xml
re10e1a8e rfa4e429 170 170 171 171 <para> 172 Next, fix a critical zero-day vulnerability in the audio subsystem:173 </para>174 175 <screen><userinput remap="pre">sed -e '/!buffer/a \176 \ BaseAudioContext::GraphAutoLocker context_locker(Context()); \177 \ MutexLocker locker(process_lock_);' -i \178 src/3rdparty/chromium/third_party/blink/renderer/modules/webaudio/convolver_node.cc</userinput></screen>179 180 <para>181 172 Next, allow the pulseaudio library to be linked at build time, instead 182 173 of run time. This also prevents an issue with newer pulseaudio: … … 185 176 <screen><userinput>sed -e '/link_pulseaudio/s/false/true/' \ 186 177 -i src/3rdparty/chromium/media/media_options.gni</userinput></screen> 187 188 <para>189 Now add a terminating semicolon to a macro to let it compile with190 <xref linkend="icu"/>:191 </para>192 193 <!-- editors: this line number is specific to 5.13.2, later versions might194 have already been fixed, or more likely the relevant line is no longer 5713.195 There are two lines which invoke U16_NOTE(), the first already has a ';'196 followed by a comment, the second lacks the ';' -->197 198 <screen><userinput>sed -i '5713s/.*/&;/' \199 src/3rdparty/chromium/third_party/blink/renderer/core/dom/document.cc</userinput></screen>200 178 201 179 <para> … … 216 194 to its own not-yet-installed version, and fail because of missing symbols. 217 195 Prevent that by, as the <systemitem class="username">root</systemitem> 218 user, moving the symlink out of the way .:196 user, moving the symlink out of the way: 219 197 </para> 220 198
Note:
See TracChangeset
for help on using the changeset viewer.