Changeset 5c9b6c1


Ignore:
Timestamp:
08/01/2018 10:18:04 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
aadf6b2
Parents:
7549592
Message:

Another fix for iptables-1.8.0.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r7549592 r5c9b6c1  
    4545      <para>August 1st, 2018</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Fixes for iptables-1.8.0. Thanks to Ryan Marsaw
     49          for the report.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[renodr] - Update to curl-7.61.0. Security fix for SMTP users.
  • postlfs/security/iptables.xml

    r7549592 r5c9b6c1  
    158158
    159159<screen role="root"><userinput>make install &amp;&amp;
    160 ln -sfv ../../sbin/xtables-multi /usr/bin/iptables-xml &amp;&amp;
     160ln -sfv ../../sbin/xtables-legacy-multi /usr/bin/iptables-xml &amp;&amp;
    161161
    162162for file in ip4tc ip6tc ipq iptc xtables
     
    194194
    195195    <para>
    196       <command>ln -sfv ../../sbin/xtables-multi /usr/bin/iptables-xml</command>:
     196      <command>ln -sfv ../../sbin/xtables-legacy-multi /usr/bin/iptables-xml</command>:
    197197      Ensure the symbolic link for <command>iptables-xml</command> is relative.
    198198    </para>
Note: See TracChangeset for help on using the changeset viewer.