Changeset 7801f02


Ignore:
Timestamp:
11/23/2013 01:27:02 PM (10 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.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:
ff3093a7
Parents:
160db35
Message:

Update to iptables-1.4.21.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r160db35 r7801f02  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "22">                   <!-- Always 2 digits -->
     3<!ENTITY day          "23">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2013">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 22nd, &year;">
     9<!ENTITY releasedate  "November 23nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    148148<!ENTITY gnutls-version               "3.2.6">
    149149<!ENTITY gpgme-version                "1.4.3">
    150 <!ENTITY iptables-version             "1.4.20">
     150<!ENTITY iptables-version             "1.4.21">
    151151<!ENTITY libcap-version               "2.22">
    152152<!ENTITY linux-pam-version            "1.1.8">
  • introduction/welcome/changelog.xml

    r160db35 r7801f02  
    4545-->
    4646    <listitem>
     47      <para>November 23nd, 2013</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[fernando] - Update to iptables-1.4.21. Fixes
     51          <ulink url="&blfs-ticket-root;4360">#4360</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4757      <para>November 22nd, 2013</para>
    4858      <itemizedlist>
  • postlfs/security/iptables.xml

    r160db35 r7801f02  
    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        "387b92d3efcf4f07fe31c3bf0f1d18f5">
    10   <!ENTITY iptables-size          "540 KB">
    11   <!ENTITY iptables-buildsize     "23 MB">
     9  <!ENTITY iptables-md5sum        "536d048c8e8eeebcd9757d0863ebb0c0">
     10  <!ENTITY iptables-size          "536 KB">
     11  <!ENTITY iptables-buildsize     "15 MB">
    1212  <!ENTITY iptables-time          "0.2 SBU">
    1313]>
     
    183183
    184184    <para>
     185      <option>--enable-nfsynproxy</option>: This switch enables installation
     186      of <application>nfsynproxy</application> SYNPROXY configuration tool.
     187    </para>
     188
     189    <para>
    185190      <command>ln -sfv ../../sbin/xtables-multi /usr/bin/iptables-xml</command>:
    186191      Ensure  the symbolic link for <command>iptables-xml</command> is relative.
     
    312317      </varlistentry>
    313318
     319      <varlistentry id="nfsynproxy">
     320        <term><command>nfsynproxy</command></term>
     321        <listitem>
     322          <para>
     323            (optional) configuration tool. SYNPROXY target makes handling of
     324            large SYN floods possible without the large performance penalties
     325            imposed by the connection tracking in such cases.
     326          </para>
     327          <indexterm zone="iptables nfsynproxy">
     328            <primary sortas="b-nfsynproxy">nfsynproxy</primary>
     329          </indexterm>
     330        </listitem>
     331      </varlistentry>
     332
    314333    </variablelist>
    315334
Note: See TracChangeset for help on using the changeset viewer.