Changeset 7e5e4a84


Ignore:
Timestamp:
06/01/2019 06:06:54 AM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 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:
63ec4aa
Parents:
bb343c9
Message:

Upgrade to iptables-1.8.3

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rbb343c9 r7e5e4a84  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "31">                   <!-- Always 2 digits -->
    4 <!ENTITY month        "05">                   <!-- Always 2 digits -->
     3<!ENTITY day          "01">                   <!-- Always 2 digits -->
     4<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
    66<!ENTITY copyrightdate "2001-&year;">
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 31st, &year;">
     9<!ENTITY releasedate  "June 1st, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rbb343c9 r7e5e4a84  
    4242    </listitem>
    4343    -->
     44    <listitem>
     45      <para>June 1st, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[thomas] - Update to iptables-1.8.3. Fixes
     49          <ulink url="&blfs-ticket-root;12102">#12102</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>May 31st, 2019</para>
  • packages.ent

    rbb343c9 r7e5e4a84  
    1919<!ENTITY gpgme-version                "1.13.0">
    2020<!ENTITY haveged-version              "1.9.2">
    21 <!ENTITY iptables-version             "1.8.2">
     21<!ENTITY iptables-version             "1.8.3">
    2222<!ENTITY libcap-version               "2.27">
    2323<!ENTITY liboauth-version             "1.0.3">
  • postlfs/security/iptables.xml

    rbb343c9 r7e5e4a84  
    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        "944558e88ddcc3b9b0d9550070fa3599">
    10   <!ENTITY iptables-size          "664 KB">
     9  <!ENTITY iptables-md5sum        "29de711d15c040c402cf3038c69ff513">
     10  <!ENTITY iptables-size          "699 KB">
    1111  <!ENTITY iptables-buildsize     "17 MB">
    1212  <!ENTITY iptables-time          "0.2 SBU">
Note: See TracChangeset for help on using the changeset viewer.