Changeset cf62a33e


Ignore:
Timestamp:
07/06/2005 06:51:27 PM (19 years ago)
Author:
Archaic <archaic@…>
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, 12.1, 12.1-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/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
421b13a
Parents:
334a0df
Message:

Added security patch for zlib.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6414 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r334a0df rcf62a33e  
    108108</listitem>
    109109
     110<listitem><para>July  6th, 2005 [archaic]: Added security patch for zlib.
     111</para></listitem>
     112
    110113<listitem><para>July  6th, 2005 [matt]: Several typo corrections, as suggested
    111114by Bernard Leak.</para></listitem>
  • chapter03/patches.xml

    r334a0df rcf62a33e  
    148148</varlistentry>
    149149
     150<varlistentry>
     151<term>Zlib Security Patch - 1KB:</term><listitem>
     152<para><ulink url="&patches-root;&zlib-security_fix-patch;"/></para>
     153</listitem>
     154</varlistentry>
     155
    150156</variablelist>
    151157
  • chapter06/zlib.xml

    r334a0df rcf62a33e  
    3030<sect2 role="installation">
    3131<title>Installation of Zlib</title>
     32
     33<para>Zlib has a security vulnerability currently being addressed upstream. The
     34following patch fixes the problem:</para>
     35
     36<screen><userinput>patch -Np1 -i ../&zlib-security_fix-patch;</userinput></screen>
    3237
    3338<note><para>Zlib is known to build its shared library incorrectly if
  • patches.ent

    r334a0df rcf62a33e  
    3535
    3636<!ENTITY vim-security_fix-patch "vim-&vim-version;-security_fix-1.patch">
     37
     38<!ENTITY zlib-security_fix-patch "zlib-&zlib-version;-security_fix-1.patch">
Note: See TracChangeset for help on using the changeset viewer.