Changeset a4f37269 for xsoft/other


Ignore:
Timestamp:
06/03/2017 10:32:28 PM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
2de449e3
Parents:
14bf879
Message:

Update to OpenSSL-1.1.0f. Fixes #8214.
Update to OpenSSL Libraries 1.0.2l. Fixes #9282.
Remove Re-alpine and raplaced with Alpine-2.21.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18783 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
xsoft/other
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/balsa.xml

    r14bf879 ra4f37269  
    5454      <listitem>
    5555        <para>Estimated build time: &balsa-time;</para>
     56      </listitem>
     57    </itemizedlist>
     58
     59    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     60    <itemizedlist spacing="compact">
     61      <listitem>
     62        <para>Required patch: balsa-&balsa-version;-openssl-1.1.0-1.patch</para>
    5663      </listitem>
    5764    </itemizedlist>
     
    104111    <title>Installation of Balsa</title>
    105112
     113    <para>Fix a build issue with <xref linkend="openssl"/>:</para>
     114
     115<screen><userinput>patch -Np1 -i ../balsa-&balsa-version;-openssl-1.1.0-1.patch</userinput></screen>
     116
    106117    <para>Install <application>Balsa</application> by running the following
    107118    commands:</para>
  • xsoft/other/transmission.xml

    r14bf879 ra4f37269  
    7373    </itemizedlist>
    7474
     75    <bridgehead renderas="sect3">Additional Downloads:</bridgehead>
     76    <itemizedlist spacing="compact">
     77      <listitem>
     78        <para>Required patch: transmission-&transmission-version;-openssl-1.1.0-1.patch</para>
     79      </listitem>
     80    </itemizedlist>
     81
    7582    <bridgehead renderas="sect3">Transmission Dependencies</bridgehead>
    7683
     
    101108  <sect2 role="installation">
    102109    <title>Installation of Transmission</title>
     110
     111    <para>
     112      Fix a build issue when using <xref linkend="openssl"/>:
     113    </para>
     114
     115<screen><userinput>patch -Np1 -i ../transmission-&transmission-version;-openssl-1.1.0-1.patch</userinput></screen>
     116
    103117    <para>
    104118      Install <application>Transmission</application> by running the
Note: See TracChangeset for help on using the changeset viewer.