Changeset ce6ccc9 for postlfs


Ignore:
Timestamp:
02/07/2007 07:59:33 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
cf0c010
Parents:
595c08ff
Message:

Updated to iptables-1.3.6, thanks to Andy Beverley for helping solve some build issues

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/iptables.xml

    r595c08ff rce6ccc9  
    55  %general-entities;
    66
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    197  <!ENTITY iptables-download-http "http://www.netfilter.org/projects/iptables/files/iptables-&iptables-version;.tar.bz2">
    208  <!ENTITY iptables-download-ftp  "ftp://ftp.netfilter.org/pub/iptables/iptables-&iptables-version;.tar.bz2">
    21   <!ENTITY iptables-md5sum        "00fb916fa8040ca992a5ace56d905ea5">
    22   <!ENTITY iptables-size          "187 KB">
    23   <!ENTITY iptables-buildsize     "5.0 MB">
    24   <!ENTITY iptables-time          "0.2 SBU">
     9  <!ENTITY iptables-md5sum        "077e886a9c90a11bb47f3d7a4fc4a689">
     10  <!ENTITY iptables-size          "185 KB">
     11  <!ENTITY iptables-buildsize     "5.5 MB">
     12  <!ENTITY iptables-time          "0.1 SBU">
    2513]>
    2614
     
    7563    <ulink url="&blfs-wiki;/iptables"/></para>
    7664
    77 </sect2>
     65  </sect2>
    7866
    7967  <sect2 role="kernel" id='iptables-kernel'>
     
    9785
    9886    <note>
    99       <para>Installation of <application>iptables</application> will fail
     87      <para>The installation below does not include building some specialized
     88      extension libraries which require the raw headers in the
     89      <application>Linux</application> source code. If you wish to build the
     90      additional extensions (if you aren't sure, then you probably don't), you
     91      can look at the <filename>INSTALL</filename> file to see an example of
     92      how to change the <parameter>KERNEL_DIR=</parameter> parameter to point
     93      at the <application>Linux</application> source code. Note that if you
     94      upgrade the kernel version, you may also need to recompile
     95      <application>iptables</application>.</para>
     96
     97      <!-- <para>Installation of <application>iptables</application> will fail
    10098      if raw kernel headers are found in <filename
    10199      class='directory'>/usr/src/linux</filename> either as actual files
     
    103101      should no longer exist because appropriate headers were installed
    104102      from the <application>Linux-Libc-Headers</application> package during
    105       the base LFS installation.</para>
    106 
     103      the base LFS installation.</para> -->
     104 
    107105      <para>For some non-x86 architectures, the raw kernel headers may be
    108       required. In that case, add the environment variable
    109       <envar>KERNEL_DIR=/usr/src/linux</envar> to the make commands below.</para>
     106      required. In that case, modify the <parameter>KERNEL_DIR=</parameter>
     107      parameter to point at the <application>Linux</application> source
     108      code.</para>
    110109    </note>
    111110
     
    113112    commands:</para>
    114113
    115 <screen><userinput>make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin</userinput></screen>
     114<screen><userinput>make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin KERNEL_DIR=/usr</userinput></screen>
     115
     116    <para>This package does not come with a test suite.</para>
    116117
    117118    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    118119
    119 <screen role="root"><userinput>make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin install</userinput></screen>
     120<screen role="root"><userinput>make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin KERNEL_DIR=/usr install</userinput></screen>
    120121
    121122  </sect2>
     
    134135    that time.</para>
    135136
     137    <para><parameter>KERNEL_DIR=/usr</parameter>: This parameter is used to
     138    point at the sanitized kernel headers in
     139    <filename class='directory'>/usr</filename> and not use the raw kernel
     140    headers in <filename class='directory'>/usr/src/linux</filename>.</para>
     141
    136142  </sect2>
    137143
Note: See TracChangeset for help on using the changeset viewer.