Ignore:
Timestamp:
08/26/2021 03:15:09 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
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:
dec59a47
Parents:
f1a7af6
Message:

Updates and a security fix

Fix a security issue in apr-1.7.0 (with a sed)
libgcrypt-1.9.4 (security fix)
libcap-2.53
openssh-8.7p1
thunderbird-91.0.3
qemu-6.1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/apr.xml

    rf1a7af6 ra541e080  
    8383  <sect2 role="installation">
    8484    <title>Installation of Apr</title>
     85
     86    <para>
     87      First, fix a security issue:
     88    </para>
     89
     90<screen><userinput>sed '/{306/a \
     91\
     92    if (xt-&gt;tm_mon &lt; 0 || xt-&gt;tm_mon &gt;= 12) \
     93        return APR_EBADDATE;' -i time/unix/time.c</userinput></screen>
    8594
    8695    <para>
Note: See TracChangeset for help on using the changeset viewer.