Changeset 08c7ccd


Ignore:
Timestamp:
09/10/2022 12:32:49 PM (20 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, 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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
706265a
Parents:
b89180f
Message:

Fix alphabetical order in glossary

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • appendices/glossary.xml

    rb89180f r08c7ccd  
    23122312    </glossentry>
    23132313
     2314    <glossentry id="gSSL">
     2315      <glossterm>
     2316        <acronym>SSL</acronym>
     2317      </glossterm>
     2318      <glossdef>
     2319        <para>
     2320          Secure Sockets Layer
     2321        </para>
     2322      </glossdef>
     2323    </glossentry>
     2324
    23142325    <glossentry id="gSSP">
    23152326      <glossterm>
     
    23232334    </glossentry>
    23242335
    2325     <glossentry id="gSSL">
    2326       <glossterm>
    2327         <acronym>SSL</acronym>
    2328       </glossterm>
    2329       <glossdef>
    2330         <para>
    2331           Secure Sockets Layer
    2332         </para>
    2333       </glossdef>
    2334     </glossentry>
    2335 
    23362336    <glossentry id="gSUID">
    23372337      <glossterm>
  • general/prog/llvm.xml

    rb89180f r08c7ccd  
    152152        <listitem>
    153153          <para>
    154             SSP patch:
     154            Patch enabling <xref linkend="gSSP"/> by default in clang:
    155155            <ulink url="&patch-root;/clang-&llvm-version;-enable_default_ssp-1.patch"/>
    156156          </para>
     
    236236     before applying -i -->
    237237<screen><userinput remap="pre">patch -Np2 -d projects/compiler-rt &lt;../compiler-rt-14.0.6-glibc_2_36-1.patch</userinput></screen>
     238
     239    <para>
     240      If you have downloaded <application>clang</application>,
     241      apply the following patch to enable <xref linkend="gSSP"/> by default
     242      in compiled programs.
     243    </para>
     244<!-- need <../<patch> instead of -i because -d changes directory
     245     before applying -i -->
    238246<screen><userinput remap="pre">patch -Np2 -d tools/clang &lt;../clang-&llvm-version;-enable_default_ssp-1.patch</userinput></screen>
    239247
     
    391399      benchmarks. This option requires additional code that
    392400      is not currently available.
     401    </para>
     402
     403    <para>
     404      <parameter>-DCLANG_DEFAULT_PIE_ON_LINUX=ON</parameter>: makes
     405      <option>-fpie</option> option the default when compiling programs.
     406      Together with the <xref linkend="gASLR"/> feature enabled in the kernel,
     407      this defeats some kind of attacks based on known memory layouts.
    393408    </para>
    394409
Note: See TracChangeset for help on using the changeset viewer.