Ignore:
Timestamp:
07/31/2018 11:23:44 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
154b62f8
Parents:
869e6892
Message:

Update to iptables-1.8.0.
Update to gnutls-3.5.18.
Update to gnupg-2.2.9.
Update to nss-3.38.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/iptables.xml

    r869e6892 r4402a39  
    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        "7d2b7847e4aa8832a18437b8a4c1873d">
    10   <!ENTITY iptables-size          "628 KB">
    11   <!ENTITY iptables-buildsize     "15 MB">
     9  <!ENTITY iptables-md5sum        "3874ca08438be68cd793558283df48d1">
     10  <!ENTITY iptables-size          "664 KB">
     11  <!ENTITY iptables-buildsize     "17 MB">
    1212  <!ENTITY iptables-time          "0.1 SBU">
    1313]>
     
    131131    </note>
    132132
     133   <para>
     134     Disable libebt/libarp extensions if
     135     <ulink url="http://www.netfilter.org/projects/nftables/index.html">nftables</ulink>
     136     is not installed to prevent a build failure:
     137   </para>
     138
     139<screen><userinput>ded -i -e '/libebt_/s/^/#/' \
     140       -e '/libarpt_/s/^/#/' extensions/GNUmakefile.in
     141</userinput></screen>
     142
    133143    <para>
    134144      Install <application>Iptables</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.