Changeset 5e67aa3


Ignore:
Timestamp:
02/01/2024 03:54:24 PM (8 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.1, xry111/loongarch-12.2
Children:
33a9421
Parents:
95333a4
git-author:
Xi Ruoyao <xry111@…> (02/01/2024 03:53:56 PM)
git-committer:
Xi Ruoyao <xry111@…> (02/01/2024 03:54:24 PM)
Message:

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

This reverts commit 6be4bf1b7d5808c30fe13942663df8dc79c337a7.

It will be no longer needed for 3.2.1. Revert early to make merge
easier.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r95333a4 r5e67aa3  
    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>
    5444      <para>2024-01-21</para>
    5545      <itemizedlist>
  • chapter03/patches.xml

    r95333a4 r5e67aa3  
    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>
    130122      <term>Pkgconf Upstream Fix Patch - <token>&pkgconf-upstream-fix-patch-size;</token>:</term>
    131123      <listitem>
  • chapter08/openssl.xml

    r95333a4 r5e67aa3  
    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 
    5852    <para>Prepare OpenSSL for compilation:</para>
    5953
  • patches.ent

    r95333a4 r5e67aa3  
    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 
    3329<!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fixes-2.patch">
    3430<!ENTITY readline-fixes-patch-md5 "d2477ebe908cc99763d90dde7fd9549a">
Note: See TracChangeset for help on using the changeset viewer.