Changeset 6a97e97


Ignore:
Timestamp:
08/02/2007 02:50:17 PM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
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:
8008a55
Parents:
dbfd841b
Message:

Updated to iptables-1.3.8

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rdbfd841b r6a97e97  
    6767<!ENTITY linux-pam-version            "0.99.7.1">
    6868<!ENTITY shadow-version               "4.0.18.1">
    69 <!ENTITY iptables-version             "1.3.6">
     69<!ENTITY iptables-version             "1.3.8">
    7070<!ENTITY gnupg-version                "1.4.7">
    7171<!ENTITY tripwire-version             "2.4.0.1">
  • introduction/welcome/changelog.xml

    rdbfd841b r6a97e97  
    4545      <para>August 2nd, 2007</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[dnicholson] - Updated to Iptables-1.3.8.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[dnicholson] - Updated the libusb udev rule for raw USB device
  • postlfs/security/iptables.xml

    rdbfd841b r6a97e97  
    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        "077e886a9c90a11bb47f3d7a4fc4a689">
    10   <!ENTITY iptables-size          "185 KB">
    11   <!ENTITY iptables-buildsize     "5.5 MB">
     9  <!ENTITY iptables-md5sum        "0a9209f928002e5eee9cdff8fef4d4b3">
     10  <!ENTITY iptables-size          "169 KB">
     11  <!ENTITY iptables-buildsize     "4.0 MB">
    1212  <!ENTITY iptables-time          "0.1 SBU">
    1313]>
     
    113113    commands:</para>
    114114
    115 <screen><userinput>make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin KERNEL_DIR=/usr</userinput></screen>
     115<screen><userinput>sed -i 's/name="$node/name="node/' iptables.xslt &amp;&amp;
     116make LIBDIR=/lib KERNEL_DIR=/usr</userinput></screen>
    116117
    117118    <para>This package does not come with a test suite.</para>
     
    119120    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    120121
    121 <screen role="root"><userinput>make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin KERNEL_DIR=/usr install</userinput></screen>
     122<screen role="root"><userinput>
     123make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin \
     124    MANDIR=/usr/share/man install &amp;&amp;
     125install -v -m644 iptables.xslt /lib/iptables</userinput></screen>
    122126
    123127  </sect2>
     
    126130    <title>Command Explanations</title>
    127131
     132    <para><command>sed -i 's/name="$node/name="node/' iptables.xslt</command>:
     133    This corrects a syntax error in the XSLT stylesheet for use with
     134    <command>iptables-xml</command>.</para>
     135
    128136    <para><parameter>PREFIX=/usr LIBDIR=/lib BINDIR=/sbin</parameter>:
    129     Compiles and installs <application>iptables</application> libraries
     137    Compiles and installs <application>iptables</application> modules
    130138    into <filename class="directory">/lib</filename>, binaries into
    131139    <filename class="directory">/sbin</filename> and the remainder into
     
    175183
    176184      <seglistitem>
    177         <seg>iptables, iptables-restore, iptables-save and ip6tables</seg>
     185        <seg>iptables, iptables-restore, iptables-save, iptables-xml and
     186        ip6tables</seg>
    178187        <seg>libip6t_*.so and libipt_*.so</seg>
    179188        <seg>/lib/iptables</seg>
     
    217226          <indexterm zone="iptables iptables-save">
    218227            <primary sortas="b-iptables-save">iptables-save</primary>
     228          </indexterm>
     229        </listitem>
     230      </varlistentry>
     231
     232      <varlistentry id="iptables-xml">
     233        <term><command>iptables-xml</command></term>
     234        <listitem>
     235          <para>is used to convert the output of
     236          <command>iptables-save</command> to an XML format. Using the
     237          <filename>iptables.xslt</filename> stylesheet converts the XML
     238          bask to the format of <command>iptables-restore</command>.</para>
     239          <indexterm zone="iptables iptables-xml">
     240            <primary sortas="b-iptables-xml">iptables-xml</primary>
    219241          </indexterm>
    220242        </listitem>
Note: See TracChangeset for help on using the changeset viewer.