Changeset 6be4bf1


Ignore:
Timestamp:
01/22/2024 07:09:03 AM (4 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.1
Children:
651a9ea
Parents:
289f284
git-author:
Xi Ruoyao <xry111@…> (01/22/2024 07:01:52 AM)
git-committer:
Xi Ruoyao <xry111@…> (01/22/2024 07:09:03 AM)
Message:

loongarch: openssl: Apply upstream fixes for runtime issues on LoongArch

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r289f284 r6be4bf1  
    4242
    4343    <listitem>
     44      <para>2024-01-22</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[xry111] - Patch OpenSSL-3.2.0 to fix various runtime issues
     48          on LoongArch.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4454      <para>2024-01-21</para>
    4555      <itemizedlist>
  • chapter03/patches.xml

    r289f284 r6be4bf1  
    120120
    121121    <varlistentry>
     122      <term>OpenSSL LoongArch Fix Patch - <token>&openssl-loongarch-patch-size;</token>:</term>
     123      <listitem>
     124        <para>Download: <ulink url="https://linuxfromscratch.org/~xry111/lfs/patches/&openssl-loongarch-patch;"/></para>
     125        <para>MD5 sum: <literal>&openssl-loongarch-patch-md5;</literal></para>
     126      </listitem>
     127    </varlistentry>
     128
     129    <varlistentry>
    122130      <term>Pkgconf Upstream Fix Patch - <token>&pkgconf-upstream-fix-patch-size;</token>:</term>
    123131      <listitem>
  • chapter08/openssl.xml

    r289f284 r6be4bf1  
    5050    -i crypto/bn/rsaz_exp_x2.c</userinput></screen>
    5151-->
     52
     53    <para>First apply a patch to fix various runtime issues on
     54    LoongArch:</para>
     55
     56<screen><userinput remap="pre">patch -Np1 -i ../&openssl-loongarch-patch;</userinput></screen>
     57
    5258    <para>Prepare OpenSSL for compilation:</para>
    5359
  • patches.ent

    r289f284 r6be4bf1  
    2727<!ENTITY pkgconf-upstream-fix-patch-size "4 KB">
    2828
     29<!ENTITY openssl-loongarch-patch "openssl-&openssl-version;-loongarch_fixes-1.patch">
     30<!ENTITY openssl-loongarch-patch-md5 "4c46bd65ba78a2ab479ded11fdb7ed49">
     31<!ENTITY openssl-loongarch-patch-size "20 KB">
     32
    2933<!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fixes-2.patch">
    3034<!ENTITY readline-fixes-patch-md5 "d2477ebe908cc99763d90dde7fd9549a">
Note: See TracChangeset for help on using the changeset viewer.