Changeset 93236c2
- Timestamp:
- 12/06/2011 11:38:54 PM (13 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 71c9d11
- Parents:
- 1ed7820
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r1ed7820 r93236c2 57 57 <!-- End LFS versions --> 58 58 59 <!ENTITY blfs-bootscripts-version "2011120 5">59 <!ENTITY blfs-bootscripts-version "20111206"> 60 60 <!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2"> 61 61 … … 109 109 <!ENTITY linux-pam-version "1.1.3"> 110 110 <!ENTITY shadow-version "4.1.4.3"> 111 <!ENTITY iptables-version "1.4. 7">111 <!ENTITY iptables-version "1.4.12"> 112 112 <!ENTITY gnupg-version "1.4.11"> 113 113 <!ENTITY gnupg2-version "2.0.15"> -
introduction/welcome/changelog.xml
r1ed7820 r93236c2 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Updated to iptables-1.4.12.</para> 49 </listitem> 50 <listitem> 48 51 <para>[dj] - Updated to Xorg-7.6-2.</para> 49 52 </listitem> -
postlfs/security/iptables.xml
r1ed7820 r93236c2 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 " 645941dd1f9e0ec1f74c61918d70d52f">10 <!ENTITY iptables-size "4 56KB">11 <!ENTITY iptables-buildsize "1 0.5 MB">9 <!ENTITY iptables-md5sum "d3f145c2c91daecbb4251bc79390b46c"> 10 <!ENTITY iptables-size "480 KB"> 11 <!ENTITY iptables-buildsize "15 MB"> 12 12 <!ENTITY iptables-time "0.2 SBU"> 13 13 ]> … … 34 34 need to install <application>iptables</application> if you intend on using 35 35 any form of a firewall.</para> 36 37 &lfs70_checked; 36 38 37 39 <bridgehead renderas="sect3">Package Information</bridgehead> … … 92 94 using the raw kernel headers.</para> 93 95 94 <!-- <para>Installation of <application>iptables</application> will fail95 if raw kernel headers are found in <filename96 class='directory'>/usr/src/linux</filename> either as actual files97 or a symlink. As of the Linux 2.6 kernel series, this directory98 should no longer exist because appropriate headers were installed99 from the <application>Linux-Libc-Headers</application> package during100 the base LFS installation.</para> -->101 102 96 <para>For some non-x86 architectures, the raw kernel headers may be 103 97 required. In that case, modify the <parameter>KERNEL_DIR=</parameter> … … 109 103 commands:</para> 110 104 111 <screen><userinput> 112 ./configure --prefix=/usr \ 105 <screen><userinput>./configure --prefix=/usr \ 113 106 --bindir=/sbin \ 114 107 --sbindir=/sbin \ … … 122 115 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 123 116 124 <screen role="root"><userinput>make install</userinput></screen> 117 <screen role="root"><userinput>make install && 118 ln -sfv xtables-multi /sbin/iptables-xml</userinput></screen> 125 119 126 120 </sect2> … … 139 133 <para><parameter>--with-pkgconfigdir=/usr/lib/pkgconfig</parameter>: 140 134 Ensure all the pkgconfig files are in the standard location.</para> 135 136 <para><command>ln -sfv xtables-multi /sbin/iptables-xml</command>: Ensure 137 the symbolic link for <command>iptables-xml</command> is relative.</para> 141 138 142 139 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.