Ignore:
Timestamp:
12/04/2019 12:31:54 AM (4 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
9e5667af
Parents:
a5bc3d2
Message:

Update to blfs-bootscripts-20191203.
Update to firewalld-0.8.0. Fixes #12734.
Update to nftables-0.9.3. Fixes #12850.
Update to libnftnl-1.1.5. Fixes #12851.
Add missing dependency six to python-slip.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/nftables.xml

    ra5bc3d2 r6d6c19d  
    77  <!ENTITY nftables-download-http "https://netfilter.org/projects/nftables/files/nftables-&nftables-version;.tar.bz2">
    88  <!ENTITY nftables-download-ftp  " ">
    9   <!ENTITY nftables-md5sum        "dfe130724d7c998eb26b56447e932899">
    10   <!ENTITY nftables-size          "764 KB">
    11   <!ENTITY nftables-buildsize     "31 MB">
     9  <!ENTITY nftables-md5sum        "9913b2b46864394d41916b74638e0875">
     10  <!ENTITY nftables-size          "772 KB">
     11  <!ENTITY nftables-buildsize     "34 MB">
    1212  <!ENTITY nftables-time          "0.2 SBU">
    1313]>
     
    8080    </para>
    8181
     82    <bridgehead renderas="sect4">Recommended</bridgehead>
     83    <para role="recommended">
     84        <xref linkend="jansson"/> (for JSON rules table support)
     85    </para>
     86
    8287    <bridgehead renderas="sect4">Optional</bridgehead>
    8388    <para role="optional">
    84       <xref linkend="iptables"/>,
    85       <xref linkend="jansson"/>, and
     89      <xref linkend="iptables"/> and
    8690      <xref linkend="docbook-utils"/>
    8791    </para>
     
    141145            --sbindir=/sbin   \
    142146            --sysconfdir=/etc \
     147            --with-json       \
    143148            --with-python-bin=/usr/bin/python3 &amp;&amp;
    144149make</userinput></screen>
     
    165170
    166171    <para>
     172      <parameter>--with-json</parameter>: build with support for JSON rules.
     173      Omit if <xref linkend="jansson"/> is not available.
     174    </para>
     175
     176    <para>
    167177      <parameter>--with-python-bin=/usr/bin/python3</parameter>: force use of
    168178      <application>Python3</application>.
     
    176186
    177187    <para>
    178       <parameter>--with-json</parameter>: build with support for JSON output if
    179       <xref linkend="jansson"/> is available.
    180     </para>
    181 
    182     <para>
    183       <parameter>--with-xtables</parameter>: build with
     188      <option>--with-xtables</option>: build with
    184189      <xref linkend="iptables"/> libxtables support.
    185190    </para>
Note: See TracChangeset for help on using the changeset viewer.