Ignore:
Timestamp:
03/16/2013 12:11:58 PM (11 years ago)
Author:
Krejzi <krejzi@…>
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:
cafc2a29
Parents:
0b33a30
Message:

Package updates, additions and tweaks. See commit log and blfs changelog.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/iptables.xml

    r0b33a30 rd6da5da  
    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        "c3fb2ffd5b39d0d54b06ccc4c8660116">
     9  <!ENTITY iptables-md5sum        "a819199d5ec013b82da13a8ffbba857e">
    1010  <!ENTITY iptables-size          "532 KB">
    11   <!ENTITY iptables-buildsize     "18 MB">
    12   <!ENTITY iptables-time          "0.2 SBU">
     11  <!ENTITY iptables-buildsize     "20 MB">
     12  <!ENTITY iptables-time          "0.3 SBU">
    1313]>
    1414
     
    3131
    3232    <para>
    33       The next part of this chapter deals with firewalls.  The principal
     33      The next part of this chapter deals with firewalls. The principal
    3434      firewall tool for Linux is <application>Iptables</application>. You will
    3535      need to install <application>Iptables</application> if you intend on using
     
    7272      </listitem>
    7373    </itemizedlist>
    74 <!--
    75     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    76     <itemizedlist spacing="compact">
    77       <listitem>
    78         <para>
    79           Required patch:
    80           <ulink url="&patch-root;/iptables-&iptables-version;-missing-includes-1.patch"/>
    81         </para>
    82       </listitem>
    83     </itemizedlist>
    84 -->
     74
    8575    <para condition="html" role="usernotes">User Notes:
    8676      <ulink url="&blfs-wiki;/iptables"/>
     
    135125    </para>
    136126
    137 <screen><userinput>LDFLAGS="-L$PWD/libiptc/.libs"                     \
    138 ./configure --prefix=/usr                          \
     127<screen><userinput>./configure --prefix=/usr                          \
    139128            --exec-prefix=                         \
    140129            --bindir=/usr/bin                      \
Note: See TracChangeset for help on using the changeset viewer.