Changeset d6fb457 for general


Ignore:
Timestamp:
12/28/2021 10:41:21 PM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
639991a
Parents:
3e6dece
Message:

libarchive: Fix a bug caused by a change in behavior in OpenSSL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libarchive.xml

    r3e6dece rd6fb457  
    106106<screen><userinput remap="pre">patch -Np1 -i ../libarchive-&libarchive-version;-testsuite_fix-1.patch</userinput></screen>
    107107-->
     108
     109    <para>
     110      First, fix a bug caused by a behavior change in OpenSSL-3:
     111    </para>
     112
     113<screen><userinput remap="pre">sed -i '436a if ((OSSL_PROVIDER_load(NULL, "legacy")) == NULL) \
     114      return (ARCHIVE_FAILED);' libarchive/archive_digest.c</userinput></screen>
    108115
    109116    <para>
Note: See TracChangeset for help on using the changeset viewer.