Changeset 81aee91
- Timestamp:
- 04/15/2006 04:14:40 PM (17 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/parallelism, xry111/pip3, xry111/rust-wip-20221008
- Children:
- ff38e70
- Parents:
- 3477776
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r3477776 r81aee91 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>April 15, 2006</para> 41 <itemizedlist> 42 <listitem> 43 <para>[archaic] - Added patch to glibc to fix build errors in packages 44 that include linux/types.h after sys/kd.h.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 38 48 39 49 <listitem> -
chapter01/whatsnew.xml
r3477776 r81aee91 218 218 </listitem> 219 219 <listitem> 220 <para>&glibc-linux_types-patch;</para> 221 </listitem> 222 <listitem> 220 223 <para>&groff-debian-patch;</para> 221 224 </listitem> -
chapter03/patches.xml
r3477776 r81aee91 90 90 91 91 <varlistentry> 92 <term>Glibc Linux Types Patch - 1.1 KB:</term> 93 <listitem> 94 <para><ulink url="&patches-root;&glibc-linux_types-patch;"/></para> 95 </listitem> 96 </varlistentry> 97 98 <varlistentry> 92 99 <term>Grep RedHat Fixes Patch - 56 KB:</term> 93 100 <listitem> -
chapter06/glibc.xml
r3477776 r81aee91 72 72 73 73 <screen><userinput>tar -xf ../glibc-libidn-&glibc-version;.tar.bz2</userinput></screen> 74 75 <para>Apply the following patch to fix build errors in packages that include 76 linux/types.h after sys/kd.h:</para> 77 78 <screen><userinput>patch -Np1 -i ../&glibc-linux_types-patch;</userinput></screen> 74 79 75 80 <para>In the vi_VN.TCVN locale, <command>bash</command> enters an infinite loop -
general.ent
r3477776 r81aee91 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!ENTITY version "SVN-2006041 4">3 <!ENTITY releasedate "April 1 4, 2006">2 <!ENTITY version "SVN-20060415"> 3 <!ENTITY releasedate "April 15, 2006"> 4 4 <!ENTITY milestone "6.2"> 5 5 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> -
patches.ent
r3477776 r81aee91 18 18 19 19 <!ENTITY gcc-specs-patch "gcc-&gcc-version;-specs-1.patch"> 20 21 <!ENTITY glibc-linux_types-patch "glibc-&glibc-version;-linux_types-1.patch"> 20 22 21 23 <!ENTITY grep-fixes-patch "grep-&grep-version;-redhat_fixes-2.patch">
Note:
See TracChangeset
for help on using the changeset viewer.