Author: thomas
Date: Thu Nov  1 08:49:01 2018
New Revision: 20663

Log:
Upgrade iptables-1.8.1

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/postlfs/security/iptables.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Mon Oct 29 18:18:30 2018        (r20662)
+++ trunk/BOOK/general.ent      Thu Nov  1 08:49:01 2018        (r20663)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "29">                   <!-- Always 2 digits -->
-<!ENTITY month        "10">                   <!-- Always 2 digits -->
+<!ENTITY day          "01">                   <!-- Always 2 digits -->
+<!ENTITY month        "11">                   <!-- Always 2 digits -->
 <!ENTITY year         "2018">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "October 29th, &year;">
+<!ENTITY releasedate  "November 1st, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Mon Oct 29 18:18:30 
2018        (r20662)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Thu Nov  1 08:49:01 
2018        (r20663)
@@ -42,6 +42,16 @@
     </listitem>
 -->
     <listitem>
+      <para>November 1st, 2018</para>
+      <itemizedlist>
+        <listitem>
+          <para>[thomas] - Update to iptables-1.8.1. Fixes
+          <ulink url="&blfs-ticket-root;11278">#11278</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>October 29th, 2018</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Mon Oct 29 18:18:30 2018        (r20662)
+++ trunk/BOOK/packages.ent     Thu Nov  1 08:49:01 2018        (r20663)
@@ -18,7 +18,7 @@
 <!ENTITY gnutls-version               "3.5.19">
 <!ENTITY gpgme-version                "1.12.0">
 <!ENTITY haveged-version              "1.9.2">
-<!ENTITY iptables-version             "1.8.0">
+<!ENTITY iptables-version             "1.8.1">
 <!ENTITY libcap-version               "2.25">
 <!ENTITY liboauth-version             "1.0.3">
 <!ENTITY linux-pam-version            "1.3.0">

Modified: trunk/BOOK/postlfs/security/iptables.xml
==============================================================================
--- trunk/BOOK/postlfs/security/iptables.xml    Mon Oct 29 18:18:30 2018        
(r20662)
+++ trunk/BOOK/postlfs/security/iptables.xml    Thu Nov  1 08:49:01 2018        
(r20663)
@@ -6,9 +6,9 @@
 
   <!ENTITY iptables-download-http 
"http://www.netfilter.org/projects/iptables/files/iptables-&iptables-version;.tar.bz2";>
   <!ENTITY iptables-download-ftp  
"ftp://ftp.netfilter.org/pub/iptables/iptables-&iptables-version;.tar.bz2";>
-  <!ENTITY iptables-md5sum        "3874ca08438be68cd793558283df48d1">
-  <!ENTITY iptables-size          "664 KB">
-  <!ENTITY iptables-buildsize     "17 MB">
+  <!ENTITY iptables-md5sum        "b5b0b43afc245176c36a14c4fca6e661">
+  <!ENTITY iptables-size          "662 KB">
+  <!ENTITY iptables-buildsize     "11 MB">
   <!ENTITY iptables-time          "0.1 SBU">
 ]>
 
@@ -131,14 +131,15 @@
     </note>
 
    <para>
-     Disable libebt/libarp extensions if 
+     Fix a build failure if 
      <ulink 
url="http://www.netfilter.org/projects/nftables/index.html";>nftables</ulink>
-     is not installed to prevent a build failure:
+     is not installed:
    </para>
 
-<screen><userinput>sed -i -e '/libebt_/s/^/#/' \
-       -e '/libarpt_/s/^/#/' extensions/GNUmakefile.in
-</userinput></screen>
+<screen><userinput>sed -e "/iptables\/nft\.h/d" \
+    -i extensions/libxt_limit.c
+sed -e "/^struct nftnl_rule;/a struct iptables_command_state;" \
+    -i iptables/nft-bridge.h</userinput></screen>
 
     <para>
       Install <application>Iptables</application> by running the following
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to