Changeset c8a70a5
- Timestamp:
- 03/04/2015 03:27:20 AM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 5a87e66d
- Parents:
- 9b175e2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/elfutils.xml
r9b175e2 rc8a70a5 86 86 87 87 <!-- don't disable static libs, disable-static switch doesn't work anyways --> 88 <screen><userinput>./configure --prefix=/usr --program-prefix="eu-" && 88 <screen><userinput>sed -e '/*runp =/,+2d' \ 89 -e '/runp +=/s/r.*;/*runp++ = '\0';/' \ 90 -i libelf/elf_begin.c && 91 92 ./configure --prefix=/usr --program-prefix="eu-" && 89 93 make</userinput></screen> 90 94 … … 111 115 <sect2 role="commands"> 112 116 <title>Command Explanations</title> 117 118 <para> 119 <command>sed ... libelf/elf_begin.c</command>: This command fixes a 120 potiential vulnerability identified upstream. 121 </para> 113 122 114 123 <para> -
introduction/welcome/changelog.xml
r9b175e2 rc8a70a5 47 47 <para>March 3rd, 2015</para> 48 48 <itemizedlist> 49 50 <listitem> 51 <para>[bdubbs] - Add a sed to elfutils to fix a potential 52 security flaw.</para> 53 </listitem> 49 54 <listitem> 50 55 <para>[bdubbs] - Archive Xorg Cirrus Driver.</para> -
x/installing/xorg-config.xml
r9b175e2 rc8a70a5 123 123 </para> 124 124 125 <screen><computeroutput>OpenGL vendor string: nouveau126 OpenGL renderer string: Gallium 0.4 on NVA8125 <screen><computeroutput>OpenGL vendor string: VMware, Inc. 126 OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.5, 256 bits) 127 127 OpenGL version string: 3.0 Mesa 10.4.5</computeroutput></screen> 128 128
Note:
See TracChangeset
for help on using the changeset viewer.