Ignore:
Timestamp:
02/06/2023 06:37:09 PM (15 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
b26ff3c8
Parents:
30090b7
Message:

Fix an issue in apr-1-config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/apr.xml

    r30090b7 r15b2f5a3  
    8181    <title>Installation of Apr</title>
    8282
     83<!--
    8384    <para>
    8485      First, fix a security issue:
    8586    </para>
    86 <!--
     87<!- -
    8788<screen><userinput>sed '/{306/a \
    8889\
    8990    if (xt-&gt;tm_mon &lt; 0 || xt-&gt;tm_mon &gt;= 12) \
    9091        return APR_EBADDATE;' -i time/unix/time.c</userinput></screen>
    91 -->
     92- ->
    9293<screen><userinput>sed -e "/shift/i \
    9394\    if (xt-&gt;tm_mon &lt; 0 || xt-&gt;tm_mon &gt;= 12) return APR_EBADDATE;" \
    9495    -i time/unix/time.c</userinput></screen>
     96-->
     97    <para>
     98      Fix an issue checking a location in a script template:
     99    </para>
     100<screen><userinput>sed -e '/^case "$0"/s;$0;$(readlink -f $0);' \
     101    -i apr-config.in</userinput></screen>
    95102
    96103    <para>
Note: See TracChangeset for help on using the changeset viewer.