Changeset c7548853
- Timestamp:
- 12/08/2019 11:25:25 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 358f6aa
- Parents:
- 078db5b6
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r078db5b6 rc7548853 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 7"> <!-- Always 2 digits -->3 <!ENTITY day "08"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> -
introduction/welcome/changelog.xml
r078db5b6 rc7548853 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>December 8th, 2019</para> 46 <itemizedlist> 47 <listitem> 48 <para>[thomas] - Update to iptables-1.8.4. Fixes 49 <ulink url="&blfs-ticket-root;12852">#12852</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 44 54 <listitem> 45 55 <para>December 7th, 2019</para> -
packages.ent
r078db5b6 rc7548853 16 16 <!ENTITY gpgme-version "1.13.1"> 17 17 <!ENTITY haveged-version "1.9.2"> 18 <!ENTITY iptables-version "1.8. 3">18 <!ENTITY iptables-version "1.8.4"> 19 19 <!ENTITY libcap-version "2.27"> 20 20 <!ENTITY liboauth-version "1.0.3"> -
postlfs/security/iptables.xml
r078db5b6 rc7548853 7 7 <!ENTITY iptables-download-http "http://www.netfilter.org/projects/iptables/files/iptables-&iptables-version;.tar.bz2"> 8 8 <!ENTITY iptables-download-ftp "ftp://ftp.netfilter.org/pub/iptables/iptables-&iptables-version;.tar.bz2"> 9 <!ENTITY iptables-md5sum " 29de711d15c040c402cf3038c69ff513">10 <!ENTITY iptables-size "6 99KB">9 <!ENTITY iptables-md5sum "9b201107957fbf62709c3d8226239b0d"> 10 <!ENTITY iptables-size "688 KB"> 11 11 <!ENTITY iptables-buildsize "17 MB"> 12 12 <!ENTITY iptables-time "0.2 SBU"> … … 107 107 <para> 108 108 Include any connection tracking protocols that will be used, as well as 109 any protocols that you wish to use for match supp port under the109 any protocols that you wish to use for match support under the 110 110 "Core Netfilter Configuration" section. 111 111 </para> … … 148 148 149 149 <para> 150 <!-- there is a iptables-test.py script which seems to run a 151 lot of tests. Unfortunatly, success rate is 50% only. Needs 152 to be clarified how to use and which prerequisites are required 153 to run to 100%. Contacted Shekhar Sharma for that (Dec'19), 154 waiting for answer (thomas). --> 150 155 This package does not come with a test suite. 151 156 </para>
Note:
See TracChangeset
for help on using the changeset viewer.