Changeset f1c2a4f


Ignore:
Timestamp:
10/23/2011 12:19:32 AM (13 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4045bae8
Parents:
77ac0f23
Message:

Mark some packages as LFS 7.0 checked.
Minor updates to unzip instructions.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8910 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/unzip.xml

    r77ac0f23 rf1c2a4f  
    4545      editors capable of testing these local issues. Therefore, the
    4646      locale related information is left on this page, but has not been
    47       tested. Note that the patch recommended for the locale issues will not
     47      tested. <!--Note that the patch recommended for the locale issues will not
    4848      apply to this version of <application>UnZip</application>. See the
    49       discussion below in <xref linkend="unzip-locale-issues"/>. A more
     49      discussion below in <xref linkend="unzip-locale-issues"/>. --> A more
    5050      general discussion of these problems can be found in the
    5151      <xref linkend="locale-assumed-encoding"/> section of the
     
    5353    </caution>
    5454
    55     &lfs67_checked;
     55    &lfs70_checked;
    5656
    5757    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7676      </listitem>
    7777    </itemizedlist>
    78 
     78<!--
    7979    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    80     <itemizedlist spacing='compact'>
     80    <itemizedlist spacing='compact'> -->
    8181      <!-- <listitem>
    8282        <para>Required patch: <ulink
     
    8787        url="&patch-root;/unzip-&unzip-version;-security_fix-2.patch"/></para>
    8888      </listitem> -->
     89      <!--
    8990      <listitem>
    9091        <para>Optional patch (will not apply properly): <ulink
     
    9293      </listitem>
    9394    </itemizedlist>
    94 
     95    -->
    9596    <para condition="html" role="usernotes">User Notes:
    9697    <ulink url="&blfs-wiki;/unzip"/></para>
     
    154155    <replaceable>&lt;/path/to/unzipped/files&gt;</replaceable></userinput></screen>
    155156    </blockquote>
    156 
     157<!--
    157158    <para>3) Apply the optional
    158159    <filename>unzip-5.50-alt-iconv-v1.1.patch</filename> patch to
     
    171172    locales may result in a segmentation fault and is probably a security
    172173    risk.</para>
    173 
     174-->
    174175  </sect2>
    175176
     
    183184<screen><userinput>case `uname -m` in
    184185  i?86)
     186    sed -i -e 's/DASM"/DASM -DNO_LCHMOD"/' unix/Makefile
    185187    make -f unix/Makefile linux
    186188    ;;
    187189  *)
     190    sed -i -e 's/CFLAGS="-O -Wall/&amp; -DNO_LCHMOD/' unix/Makefile
    188191    make -f unix/Makefile linux_noasm
    189192    ;;
     
    200203  <sect2 role="commands">
    201204    <title>Command Explanations</title>
     205
     206    <para><command>sed ...</command>: This command ensures an obsolete
     207    system call is not made.</para>
    202208
    203209    <para><parameter>linux, linux_noasm</parameter>:
  • introduction/welcome/changelog.xml

    r77ac0f23 rf1c2a4f  
    4545      <para>October 22nd, 2011</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Mark some packages as LFS 7.0 checked.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[bdubbs] - Minor updates to unzip instructions.</para>
     52        </listitem>
    4753        <listitem>
    4854          <para>[bdubbs] - Updated dhcpcd-5.2.12.</para>
  • pst/sgml/sgml-common.xml

    r77ac0f23 rf1c2a4f  
    3434    maintaining centralized SGML catalogs.</para>
    3535
    36     &lfs65_checked;
     36    &lfs70_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.