Changeset 93236c2


Ignore:
Timestamp:
12/06/2011 11:38:54 PM (12 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:
71c9d11
Parents:
1ed7820
Message:

Updated to iptables-1.4.12

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1ed7820 r93236c2  
    5757<!-- End LFS versions -->
    5858
    59 <!ENTITY blfs-bootscripts-version     "20111205">
     59<!ENTITY blfs-bootscripts-version     "20111206">
    6060<!ENTITY blfs-bootscripts-download    "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
    6161
     
    109109<!ENTITY linux-pam-version            "1.1.3">
    110110<!ENTITY shadow-version               "4.1.4.3">
    111 <!ENTITY iptables-version             "1.4.7">
     111<!ENTITY iptables-version             "1.4.12">
    112112<!ENTITY gnupg-version                "1.4.11">
    113113<!ENTITY gnupg2-version               "2.0.15">
  • introduction/welcome/changelog.xml

    r1ed7820 r93236c2  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Updated to iptables-1.4.12.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[dj] - Updated to Xorg-7.6-2.</para>
    4952        </listitem>
  • postlfs/security/iptables.xml

    r1ed7820 r93236c2  
    77  <!ENTITY iptables-download-http "http://www.netfilter.org/projects/iptables/files/iptables-&iptables-version;.tar.bz2">
    88  <!ENTITY iptables-download-ftp  "ftp://ftp.netfilter.org/pub/iptables/iptables-&iptables-version;.tar.bz2">
    9   <!ENTITY iptables-md5sum        "645941dd1f9e0ec1f74c61918d70d52f">
    10   <!ENTITY iptables-size          "456 KB">
    11   <!ENTITY iptables-buildsize     "10.5 MB">
     9  <!ENTITY iptables-md5sum        "d3f145c2c91daecbb4251bc79390b46c">
     10  <!ENTITY iptables-size          "480 KB">
     11  <!ENTITY iptables-buildsize     "15 MB">
    1212  <!ENTITY iptables-time          "0.2 SBU">
    1313]>
     
    3434  need to install <application>iptables</application> if you intend on using
    3535  any form of a firewall.</para>
     36
     37  &lfs70_checked;
    3638
    3739    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9294      using the raw kernel headers.</para>
    9395
    94       <!-- <para>Installation of <application>iptables</application> will fail
    95       if raw kernel headers are found in <filename
    96       class='directory'>/usr/src/linux</filename> either as actual files
    97       or a symlink.  As of the Linux 2.6 kernel series, this directory
    98       should no longer exist because appropriate headers were installed
    99       from the <application>Linux-Libc-Headers</application> package during
    100       the base LFS installation.</para> -->
    101 
    10296      <para>For some non-x86 architectures, the raw kernel headers may be
    10397      required. In that case, modify the <parameter>KERNEL_DIR=</parameter>
     
    109103    commands:</para>
    110104
    111 <screen><userinput>
    112 ./configure --prefix=/usr     \
     105<screen><userinput>./configure --prefix=/usr     \
    113106            --bindir=/sbin    \
    114107            --sbindir=/sbin   \
     
    122115    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    123116
    124 <screen role="root"><userinput>make install</userinput></screen>
     117<screen role="root"><userinput>make install &amp;&amp;
     118ln -sfv xtables-multi /sbin/iptables-xml</userinput></screen>
    125119
    126120  </sect2>
     
    139133    <para><parameter>--with-pkgconfigdir=/usr/lib/pkgconfig</parameter>:
    140134    Ensure all the pkgconfig files are in the standard location.</para>
     135
     136    <para><command>ln -sfv xtables-multi /sbin/iptables-xml</command>: Ensure
     137    the symbolic link for <command>iptables-xml</command> is relative.</para>
    141138
    142139  </sect2>
Note: See TracChangeset for help on using the changeset viewer.