Changeset 6d6c19d
- Timestamp:
- 12/04/2019 12:31:54 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 9e5667af
- Parents:
- a5bc3d2
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
ra5bc3d2 r6d6c19d 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 3"> <!-- Always 2 digits -->3 <!ENTITY day "04"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "December 3rd, &year;">9 <!ENTITY releasedate "December 4th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> … … 83 83 <!-- End LFS versions --> 84 84 85 <!ENTITY blfs-bootscripts-version "20191 025">85 <!ENTITY blfs-bootscripts-version "20191204"> 86 86 <!ENTITY systemd-units-version "20191026"> 87 87 -
general/prog/python-slip.xml
ra5bc3d2 r6d6c19d 69 69 <bridgehead renderas="sect5">Required</bridgehead> 70 70 <para role="required"> 71 <xref linkend="dbus-python"/> and 72 <xref linkend="decorator"/> 71 <xref linkend="dbus-python"/>, 72 <xref linkend="decorator"/>, and 73 <xref linkend="six"/> 73 74 </para> 74 75 -
introduction/welcome/changelog.xml
ra5bc3d2 r6d6c19d 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>December 4th, 2019</para> 46 <itemizedlist> 47 <listitem> 48 <para>[dj] - Update to blfs-bootscripts-20191203.</para> 49 </listitem> 50 <listitem> 51 <para>[dj] - Update to firewalld-0.8.0. Fixes 52 <ulink url="&blfs-ticket-root;12734">#12734</ulink>.</para> 53 </listitem> 54 <listitem> 55 <para>[dj] - Update to nftables-0.9.3. Fixes 56 <ulink url="&blfs-ticket-root;12850">#12850</ulink>.</para> 57 </listitem> 58 <listitem> 59 <para>[dj] - Update to libnftnl-1.1.5. Fixes 60 <ulink url="&blfs-ticket-root;12851">#12851</ulink>.</para> 61 </listitem> 62 <listitem> 63 <para>[dj] - Add missing dependency "six" to python-slip.</para> 64 </listitem> 65 </itemizedlist> 66 </listitem> 67 44 68 <listitem> 45 69 <para>December 3rd, 2019</para> -
networking/netlibs/libnftnl.xml
ra5bc3d2 r6d6c19d 7 7 <!ENTITY libnftnl-download-http "https://netfilter.org/projects/libnftnl/files/libnftnl-&libnftnl-version;.tar.bz2"> 8 8 <!ENTITY libnftnl-download-ftp " "> 9 <!ENTITY libnftnl-md5sum " bf1a51c9cad0f0cb12b6811ce1e0dd90">10 <!ENTITY libnftnl-size "36 0KB">11 <!ENTITY libnftnl-buildsize "8. 6MB">9 <!ENTITY libnftnl-md5sum "a72ae260f7da9c223ad5d4fa036a8f84"> 10 <!ENTITY libnftnl-size "368 KB"> 11 <!ENTITY libnftnl-buildsize "8.7 MB"> 12 12 <!ENTITY libnftnl-time "less than 0.1 SBU"> 13 13 ]> -
packages.ent
ra5bc3d2 r6d6c19d 12 12 <!ENTITY cyrus-sasl-version "2.1.27"> 13 13 <!ENTITY gnupg2-version "2.2.18"> 14 <!ENTITY firewalld-version "0. 7.2">14 <!ENTITY firewalld-version "0.8.0"> 15 15 <!ENTITY gnutls-version "3.6.10"> 16 16 <!ENTITY gpgme-version "1.13.1"> … … 25 25 <!ENTITY mitkrb-major-version "1.17"> 26 26 <!ENTITY mitkrb-version "1.17"> 27 <!ENTITY nftables-version "0.9. 2">27 <!ENTITY nftables-version "0.9.3"> 28 28 <!ENTITY nettle-version "3.5.1"> 29 29 … … 585 585 <!ENTITY libevent-version "2.1.11"> 586 586 <!ENTITY libmnl-version "1.0.4"> 587 <!ENTITY libnftnl-version "1.1. 4">587 <!ENTITY libnftnl-version "1.1.5"> 588 588 <!ENTITY libnl-version "3.5.0"> 589 589 <!ENTITY libnl-dl-version "3_5_0"> -
postlfs/security/firewalld.xml
ra5bc3d2 r6d6c19d 7 7 <!ENTITY firewalld-download-http "https://github.com/firewalld/firewalld/releases/download/v&firewalld-version;/firewalld-&firewalld-version;.tar.gz"> 8 8 <!ENTITY firewalld-download-ftp " "> 9 <!ENTITY firewalld-md5sum " 2549c2006def07a19b4c77ec960e5aab">9 <!ENTITY firewalld-md5sum "f3cabced64e543cb1e99f0dfa4b963e0"> 10 10 <!ENTITY firewalld-size "1.6 MB"> 11 <!ENTITY firewalld-buildsize "2 6 MB">12 <!ENTITY firewalld-time "0.2 SBU ">11 <!ENTITY firewalld-buildsize "25 MB (additionall 2 MB for tests)"> 12 <!ENTITY firewalld-time "0.2 SBU (additional 6.2 SBU for tests)"> 13 13 ]> 14 14 … … 76 76 </itemizedlist> 77 77 78 <bridgehead renderas="sect3">Additional Downloads</bridgehead>79 <itemizedlist spacing="compact">80 <listitem>81 <para>82 Required patch:83 <ulink url="&patch-root;/firewalld-&firewalld-version;-builtin-1.patch"/>84 </para>85 </listitem>86 </itemizedlist>87 88 78 <bridgehead renderas="sect3">firewalld Dependencies</bridgehead> 89 79 90 80 <bridgehead renderas="sect4">Required</bridgehead> 91 81 <para role="required"> 92 <xref linkend="nftables"/> or <xref linkend="iptables" role="nodump"/>,82 <xref linkend="nftables"/>, 93 83 and <xref linkend="python-slip"/> 94 84 </para> … … 96 86 <bridgehead renderas="sect4">Recommended</bridgehead> 97 87 <para role="recommended"> 98 <xref linkend="DocBook"/> and <xref linkend="libxslt"/> (for building 99 the manual pages), and 88 <xref linkend="DocBook"/>, 89 <xref linkend="iptables"/>, and 90 <xref linkend="libxslt"/> (for building the manual pages) 91 </para> 92 93 <bridgehead renderas="sect4">Optional</bridgehead> 94 <para role="optional"> 95 <xref linkend="gtk3" role="runtime"/> (runtime only, required for 96 <application>fireall-config</application>), 97 <xref linkend="qt5" role="runtime"/> (runtime only, required for 98 <application>fireall-applet</application>), and 100 99 <ulink url="https://netfilter.org/projects/ipset/index.html">ipset</ulink> 101 100 for ipset support (only when used with iptables) 102 101 </para> 103 102 104 <bridgehead renderas="sect4">Optional</bridgehead>105 <para role="optional">106 <xref linkend="qt5" role="runtime"/> (runtime only, required for107 <application>fireall-applet</application>) and108 <xref linkend="gtk3" role="runtime"/> (runtime only, required for109 <application>fireall-config</application>)110 </para>111 112 103 <para condition="html" role="usernotes">User Notes: 113 104 <ulink url="&blfs-wiki;/firewalld"/> … … 117 108 <sect2 role="installation"> 118 109 <title>Installation of firewalld</title> 119 120 <para>121 Fix an issue with use of built-in kernel modules:122 </para>123 124 <screen><userinput>patch -Np1 -i ../firewalld-&firewalld-version;-builtin-1.patch</userinput></screen>125 110 126 111 <para> … … 141 126 142 127 <para> 143 To run the testsuite, isssue the command <command>make test</command>. 144 </para> 145 128 The testsuite for <application>firewalld</application> is very dependent 129 on the running kernel and system configuration. It requires 130 <application>ipset</application> as well as both backends, and all 131 supported kernel options available. 132 </para> 133 134 <para> 135 If the above conditions are met, run the testsuite as the 136 <systemitem class="username">root</systemitem> user with the command 137 <command>make -C src check</command>. Any test failures are likely the 138 result of an incomplete configuration. Failed tests will give a detailed 139 failure status at 140 <filename>src/test/testsuite.dir/<###>/testsuite.log</filename>. 141 </para> 146 142 147 143 <para revision="sysv"> … … 171 167 <parameter>--without-systemd</parameter>: This command prevents 172 168 installation of <application>systemd</application> services. 169 </para> 170 171 <para> 172 <option>--without-{ip{,6},eb}tables{,-restore}</option>: These switches 173 disable <application>iptables</application> support and are required if 174 you wish to build without iptables support. 173 175 </para> 174 176 -
postlfs/security/iptables.xml
ra5bc3d2 r6d6c19d 75 75 <bridgehead renderas="sect4">Optional</bridgehead> 76 76 <para role="optional"> 77 <xref linkend="nftables"/> 77 <xref linkend="nftables"/>, 78 <xref linkend="libpcap"/> (required for nfsypproxy support), 79 <ulink url="https://github.com/tadamdam/bpf-utils">bpf-utils</ulink> 80 (required for Berkely Packet Filter support), 81 <ulink url="https://netfilter.org/projects/libnfnetlink/">libnfnetlink</ulink> 82 (required for connlable support), and 83 <ulink url="https://netfilter.org/projects/libnetfilter_conntrack/">libnetfilter_conntrack"</ulink> 84 (required for connlabel support) 78 85 </para> 79 86 -
postlfs/security/nftables.xml
ra5bc3d2 r6d6c19d 7 7 <!ENTITY nftables-download-http "https://netfilter.org/projects/nftables/files/nftables-&nftables-version;.tar.bz2"> 8 8 <!ENTITY nftables-download-ftp " "> 9 <!ENTITY nftables-md5sum " dfe130724d7c998eb26b56447e932899">10 <!ENTITY nftables-size "7 64KB">11 <!ENTITY nftables-buildsize "3 1MB">9 <!ENTITY nftables-md5sum "9913b2b46864394d41916b74638e0875"> 10 <!ENTITY nftables-size "772 KB"> 11 <!ENTITY nftables-buildsize "34 MB"> 12 12 <!ENTITY nftables-time "0.2 SBU"> 13 13 ]> … … 80 80 </para> 81 81 82 <bridgehead renderas="sect4">Recommended</bridgehead> 83 <para role="recommended"> 84 <xref linkend="jansson"/> (for JSON rules table support) 85 </para> 86 82 87 <bridgehead renderas="sect4">Optional</bridgehead> 83 88 <para role="optional"> 84 <xref linkend="iptables"/>, 85 <xref linkend="jansson"/>, and 89 <xref linkend="iptables"/> and 86 90 <xref linkend="docbook-utils"/> 87 91 </para> … … 141 145 --sbindir=/sbin \ 142 146 --sysconfdir=/etc \ 147 --with-json \ 143 148 --with-python-bin=/usr/bin/python3 && 144 149 make</userinput></screen> … … 165 170 166 171 <para> 172 <parameter>--with-json</parameter>: build with support for JSON rules. 173 Omit if <xref linkend="jansson"/> is not available. 174 </para> 175 176 <para> 167 177 <parameter>--with-python-bin=/usr/bin/python3</parameter>: force use of 168 178 <application>Python3</application>. … … 176 186 177 187 <para> 178 <parameter>--with-json</parameter>: build with support for JSON output if 179 <xref linkend="jansson"/> is available. 180 </para> 181 182 <para> 183 <parameter>--with-xtables</parameter>: build with 188 <option>--with-xtables</option>: build with 184 189 <xref linkend="iptables"/> libxtables support. 185 190 </para>
Note:
See TracChangeset
for help on using the changeset viewer.