Ignore:
Timestamp:
01/23/2016 11:06:25 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
54789f3
Parents:
2325e9ba
Message:

Update to Sudo-1.8.15 (merged from trunk r16594)
Update to stunnel-5.29 (merged from trunk r16797)
Update to ssh-askpass-4.1p2 (merged from trunk r16811)
Update to p11-kit-0.23.2 (merged from trunk r16716)
Update to OpenSSL-1.0.2e (merged from trunk r16708)
Update to OpenSSH-7.1p2 (merged from trunk r16811)
Update to NSS-3.21 (merged from trunk r16627)
Update to MIT Kerberos V5-1.14 (merged from trunk r16679)
Update to iptables-1.6.0 (merged from trunk r16742)
Update to GPGME-1.6.0 (merged from trunk r16360)
Update to GnuTLS-3.4.8 (merged from trunk r16797)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16833 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/iptables-systemd.xml

    r2325e9ba r295ca00  
    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>
    7481
    7582    <para condition="html" role="usernotes">User Notes:
     
    130137<screen><userinput>./configure --prefix=/usr   \
    131138            --sbindir=/sbin \
     139            --disable-nftables \
    132140            --enable-libipq \
    133141            --with-xtlibdir=/lib/xtables &amp;&amp;
     
    153161
    154162    <para>
    155       <parameter>--with-xtlibdir=/lib/xtables</parameter>: Ensure all
    156       <application>Iptables</application> modules are installed in the
    157       <filename class="directory">/lib/xtables</filename> directory.
     163      <parameter>--disable-nftables</parameter>: This switch disables building
     164      nftables compatibility. Omit this switch if you have installed nftables.
    158165    </para>
    159166
     
    167174      <option>--enable-nfsynproxy</option>: This switch enables installation
    168175      of <application>nfsynproxy</application> SYNPROXY configuration tool.
     176    </para>
     177
     178    <para>
     179      <option>--with-xtlibdir=/lib/xtables</option>: Ensure all
     180      <application>iptables</application> modules are installed in the
     181      <filename class="directory">/lib/xtables</filename> directory.
    169182    </para>
    170183
     
    214227      <seglistitem>
    215228        <seg>
    216           ip6tables, ip6tables-restore, ip6tables-save, iptables, iptables-restore,
    217           iptables-save, iptables-xml, nfsynproxy (optional) and xtables-multi
     229          ip6tables,
     230          ip6tables-restore,
     231          ip6tables-save,
     232          iptables,
     233          iptables-restore,
     234          iptables-save,
     235          iptables-xml,
     236          nfsynproxy (optional) and xtables-multi
    218237        </seg>
    219238        <seg>
    220           libip4tc.so, libip6tc.so, libipq.so, libiptc.so, and libxtables.so
     239          libip4tc.so,
     240          libip6tc.so,
     241          libipq.so,
     242          libiptc.so,
     243          and libxtables.so
    221244        </seg>
    222245        <seg>
    223           /lib/xtables and /usr/include/libiptc
     246          /lib/xtables
     247          and /usr/include/libiptc
    224248        </seg>
    225249      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.