Changeset 7e5e4a84
- Timestamp:
- 06/01/2019 06:06:54 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.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:
- 63ec4aa
- Parents:
- bb343c9
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rbb343c9 r7e5e4a84 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 31"> <!-- Always 2 digits -->4 <!ENTITY month "0 5"> <!-- Always 2 digits -->3 <!ENTITY day "01"> <!-- Always 2 digits --> 4 <!ENTITY month "06"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> 6 6 <!ENTITY copyrightdate "2001-&year;"> 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate " May 31st, &year;">9 <!ENTITY releasedate "June 1st, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rbb343c9 r7e5e4a84 42 42 </listitem> 43 43 --> 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 44 54 <listitem> 45 55 <para>May 31st, 2019</para> -
packages.ent
rbb343c9 r7e5e4a84 19 19 <!ENTITY gpgme-version "1.13.0"> 20 20 <!ENTITY haveged-version "1.9.2"> 21 <!ENTITY iptables-version "1.8. 2">21 <!ENTITY iptables-version "1.8.3"> 22 22 <!ENTITY libcap-version "2.27"> 23 23 <!ENTITY liboauth-version "1.0.3"> -
postlfs/security/iptables.xml
rbb343c9 r7e5e4a84 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 " 944558e88ddcc3b9b0d9550070fa3599">10 <!ENTITY iptables-size "6 64KB">9 <!ENTITY iptables-md5sum "29de711d15c040c402cf3038c69ff513"> 10 <!ENTITY iptables-size "699 KB"> 11 11 <!ENTITY iptables-buildsize "17 MB"> 12 12 <!ENTITY iptables-time "0.2 SBU">
Note:
See TracChangeset
for help on using the changeset viewer.