Changeset 2195c1e


Ignore:
Timestamp:
02/06/2022 08:22:26 PM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
61f1d15
Parents:
2590473
Message:

Add glibc patch fixing the LC_MONETARY issue

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter03/patches.xml

    r2590473 r2195c1e  
    8686
    8787    <varlistentry>
     88      <term>Glibc Upstream Fixes Patch - <token>&glibc-upstream-patch-size;</token>:</term>
     89      <listitem>
     90        <para>Download: <ulink url="&patches-root;&glibc-upstream-patch;"/></para>
     91        <para>MD5 sum: <literal>&glibc-upstream-patch-md5;</literal></para>
     92      </listitem>
     93    </varlistentry>
     94
     95    <varlistentry>
    8896      <term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term>
    8997      <listitem>
  • chapter08/glibc.xml

    r2590473 r2195c1e  
    5050    -i sysdeps/unix/sysv/linux/mq_notify.c</userinput></screen>
    5151-->
     52    <para>Fix some issues identified after release of Glibc-&glibc-version;:</para>
     53
     54<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen>
     55   
    5256    <para>Some of the Glibc programs use the non-FHS compliant
    5357    <filename class="directory">/var/db</filename> directory to store
  • patches.ent

    r2590473 r2195c1e  
    4949<!ENTITY glibc-fhs-patch-size "2.8 KB">
    5050
    51 <!--
    5251<!ENTITY glibc-upstream-patch "glibc-&glibc-version;-upstream_fixes-1.patch">
    53 <!ENTITY glibc-upstream-patch-md5 "e602b6c3a332f4a06e2914e02ae2b295">
    54 <!ENTITY glibc-upstream-patch-size "16 KB">
    55 -->
     52<!ENTITY glibc-upstream-patch-md5 "e90369421c529583d08a93d20bb54509">
     53<!ENTITY glibc-upstream-patch-size "11.6 KB">
    5654
    5755<!ENTITY kbd-backspace-patch "kbd-&kbd-version;-backspace-1.patch">
Note: See TracChangeset for help on using the changeset viewer.