Ignore:
Timestamp:
08/26/2021 09:09:16 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.1, 11.2, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cdf6da3
Parents:
f7e4cc69
Message:

Tag apr for -rc3 and clarify sed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/apr.xml

    rf7e4cc69 r9d154616  
    4040    </para>
    4141
    42     &lfs110_checked;
     42    &lfs110a_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8787      First, fix a security issue:
    8888    </para>
    89 
     89<!--
    9090<screen><userinput>sed '/{306/a \
    9191\
    9292    if (xt-&gt;tm_mon &lt; 0 || xt-&gt;tm_mon &gt;= 12) \
    9393        return APR_EBADDATE;' -i time/unix/time.c</userinput></screen>
     94-->
     95<screen><userinput>sed -e "/shift/i \
     96\    if (xt-&gt;tm_mon &lt; 0 || xt-&gt;tm_mon &gt;= 12) return APR_EBADDATE;"
     97    -i time/unix/time.c</userinput></screen>
    9498
    9599    <para>
Note: See TracChangeset for help on using the changeset viewer.