Changeset 924fcd6 for postlfs


Ignore:
Timestamp:
12/19/2015 06:51:32 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ddc02883
Parents:
514797f
Message:
  • Update to iptables-1.6.0.
  • Update to nautilus-3.18.4.
  • Update to libdvdcss-1.4.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/iptables.xml

    r514797f r924fcd6  
    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        "536d048c8e8eeebcd9757d0863ebb0c0">
    10   <!ENTITY iptables-size          "536 KB">
    11   <!ENTITY iptables-buildsize     "15 MB">
    12   <!ENTITY iptables-time          "0.2 SBU">
     9  <!ENTITY iptables-md5sum        "27ba3451cb622467fc9267a176f19a31">
     10  <!ENTITY iptables-size          "596 KB">
     11  <!ENTITY iptables-buildsize     "19 MB">
     12  <!ENTITY iptables-time          "0.1 SBU">
    1313]>
    1414
     
    7272      </listitem>
    7373    </itemizedlist>
     74
     75    <bridgehead renderas="sect3">Iptables Dependencies</bridgehead>
     76
     77    <bridgehead renderas="sect4">Optional</bridgehead>
     78    <para role="optional">
     79      <ulink url="http://www.netfilter.org/projects/nftables/index.html">nftables</ulink>
     80    </para>
     81
    7482
    7583    <para condition="html" role="usernotes">User Notes:
     
    128136    </para>
    129137
    130 <screen><userinput>./configure --prefix=/usr   \
    131             --sbindir=/sbin \
    132             --enable-libipq \
     138<screen><userinput>./configure --prefix=/usr      \
     139            --sbindir=/sbin    \
     140            --disable-nftables \
     141            --enable-libipq    \
    133142            --with-xtlibdir=/lib/xtables &amp;&amp;
    134143make</userinput></screen>
     
    153162
    154163    <para>
     164      <parameter>--disable-nftables</parameter>: This switch disbles building
     165      nftables compat.
     166    </para>
     167
     168    <para>
     169      <parameter>--enable-libipq</parameter>: This switch enables building
     170      of <filename class="libraryfile">libipq.so</filename> which
     171      can be used by some packages outside of BLFS.
     172    </para>
     173
     174    <para>
    155175      <parameter>--with-xtlibdir=/lib/xtables</parameter>: Ensure all
    156176      <application>Iptables</application> modules are installed in the
    157177      <filename class="directory">/lib/xtables</filename> directory.
    158     </para>
    159 
    160     <para>
    161       <option>--enable-libipq</option>: This switch enables building
    162       of <filename class="libraryfile">libipq.so</filename> which
    163       can be used by some packages outside of BLFS.
    164178    </para>
    165179
Note: See TracChangeset for help on using the changeset viewer.