Changeset 954be3a for postlfs


Ignore:
Timestamp:
11/02/2018 07:33:24 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
b65c42a
Parents:
c921d74
Message:

perl modules branch: merge trunk r20657:20669

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20670 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
postlfs/security
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/consolekit.xml

    rc921d74 r954be3a  
    1313]>
    1414
    15 <sect1 id="consolekit" xreflabel="ConsoleKit2-&consolekit-version;" revision="sysv">
     15<sect1 id="consolekit" xreflabel="ConsoleKit2-&consolekit-version;">
    1616  <?dbhtml filename="consolekit.html"?>
    1717
  • postlfs/security/iptables.xml

    rc921d74 r954be3a  
    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        "3874ca08438be68cd793558283df48d1">
    10   <!ENTITY iptables-size          "664 KB">
    11   <!ENTITY iptables-buildsize     "17 MB">
     9  <!ENTITY iptables-md5sum        "b5b0b43afc245176c36a14c4fca6e661">
     10  <!ENTITY iptables-size          "662 KB">
     11  <!ENTITY iptables-buildsize     "11 MB">
    1212  <!ENTITY iptables-time          "0.1 SBU">
    1313]>
     
    132132
    133133   <para>
    134      Disable libebt/libarp extensions if
     134     Fix a build failure if
    135135     <ulink url="http://www.netfilter.org/projects/nftables/index.html">nftables</ulink>
    136      is not installed to prevent a build failure:
     136     is not installed:
    137137   </para>
    138138
    139 <screen><userinput>sed -i -e '/libebt_/s/^/#/' \
    140        -e '/libarpt_/s/^/#/' extensions/GNUmakefile.in
    141 </userinput></screen>
     139<screen><userinput>sed -e "/iptables\/nft\.h/d" \
     140    -i extensions/libxt_limit.c
     141sed -e "/^struct nftnl_rule;/a struct iptables_command_state;" \
     142    -i iptables/nft-bridge.h</userinput></screen>
    142143
    143144    <para>
  • postlfs/security/make-ca.xml

    rc921d74 r954be3a  
    144144    As the <systemitem class="username">root</systemitem> user:</para>
    145145
    146 <screen role="root"><userinput>make install</userinput></screen>
     146<screen role="root"><userinput>make install                             &amp;&amp;
     147mkdir -pv /etc/pki/tls/certs             &amp;&amp;
     148ln -svf /etc/ssl/ca-bundle.crt \
     149        /etc/pki/tls/certs/ca-bundle.crt</userinput></screen>
    147150
    148151   <para>As the <systemitem class="username">root</systemitem> user, after
Note: See TracChangeset for help on using the changeset viewer.