Changeset 15b2f5a3
- Timestamp:
- 02/06/2023 06:37:09 PM (8 weeks ago)
- Branches:
- 11.3, ken/inkscape-core-mods, trunk
- Children:
- b26ff3c8
- Parents:
- 30090b7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/apr.xml
r30090b7 r15b2f5a3 81 81 <title>Installation of Apr</title> 82 82 83 <!-- 83 84 <para> 84 85 First, fix a security issue: 85 86 </para> 86 <!- -87 <!- - 87 88 <screen><userinput>sed '/{306/a \ 88 89 \ 89 90 if (xt->tm_mon < 0 || xt->tm_mon >= 12) \ 90 91 return APR_EBADDATE;' -i time/unix/time.c</userinput></screen> 91 - ->92 - -> 92 93 <screen><userinput>sed -e "/shift/i \ 93 94 \ if (xt->tm_mon < 0 || xt->tm_mon >= 12) return APR_EBADDATE;" \ 94 95 -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> 95 102 96 103 <para> -
introduction/welcome/changelog.xml
r30090b7 r15b2f5a3 39 39 </listitem> 40 40 --> 41 <listitem> 42 <para>February 6th, 2023</para> 43 <itemizedlist> 44 <listitem> 45 <para>[thomas] - Fix an issue in apr-1-config script.</para> 46 </listitem> 47 </itemizedlist> 48 </listitem> 49 41 50 <listitem> 42 51 <para>February 5th, 2023</para>
Note:
See TracChangeset
for help on using the changeset viewer.