Changeset af73a280 for postlfs


Ignore:
Timestamp:
06/05/2013 09:28:44 AM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
5b00a2a
Parents:
13e0a61
Message:

Merge trunk and systemd branch.

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

Location:
postlfs/security
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/libcap2.xml

    r13e0a61 raf73a280  
    165165
    166166      <varlistentry id="libcap2-lib">
    167         <term><filename class='libraryfile'>libcap2.{so,a}</filename></term>
     167        <term><filename class='libraryfile'>libcap.{so,a}</filename></term>
    168168        <listitem>
    169169          <para>contains the <application>libcap2</application> API functions.</para>
    170170          <indexterm zone="libcap2 libcap2-lib">
    171             <primary sortas="c-libcap2">libcap2.{so,a}</primary>
     171            <primary sortas="c-libcap2">libcap.{so,a}</primary>
    172172          </indexterm>
    173173        </listitem>
  • postlfs/security/openssh.xml

    r13e0a61 raf73a280  
    99  <!ENTITY openssh-download-ftp
    1010    "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz">
    11   <!ENTITY openssh-md5sum        "7b2d9dd75b5cf267ea1737ec75500316">
     11  <!ENTITY openssh-md5sum        "be46174dcbb77ebb4ea88ef140685de1">
    1212  <!ENTITY openssh-size          "1.2 MB">
    13   <!ENTITY openssh-buildsize     "32 MB (plus 10MB if running the tests)">
     13  <!ENTITY openssh-buildsize     "31 MB (additional 10 MB if running the tests)">
    1414  <!ENTITY openssh-time          "0.4 SBU (running the tests takes at least 10 minutes, irrespective of processor speed)">
    1515]>
     
    127127    </para>
    128128
    129 <screen><userinput>./configure --prefix=/usr             \
    130             --sysconfdir=/etc/ssh     \
    131             --datadir=/usr/share/sshd \
    132             --with-md5-passwords      \
     129<screen><userinput>./configure --prefix=/usr                     \
     130            --libexecdir=/usr/lib/openssh     \
     131            --sysconfdir=/etc/ssh             \
     132            --datadir=/usr/share/sshd         \
     133            --with-md5-passwords              \
    133134            --with-privsep-path=/var/lib/sshd &amp;&amp;
    134135make</userinput></screen>
     
    143144
    144145    <para>
    145       To test the results, issue: <command>make test</command>.
     146      To test the results, issue: <command>make tests</command>.
    146147    </para>
    147148
     
    164165
    165166<screen role="root"><userinput>make install &amp;&amp;
     167install -v -m755 contrib/ssh-copy-id /usr/bin &amp;&amp;
     168install -v -m644 contrib/ssh-copy-id.1 /usr/share/man/man1 &amp;&amp;
    166169install -v -m755 -d /usr/share/doc/openssh-&openssh-version; &amp;&amp;
    167170install -v -m644 INSTALL LICENCE OVERVIEW README* \
     
    329332        <seg>
    330333          scp, sftp, sftp-server, slogin, ssh, sshd, ssh-add, ssh-agent,
    331           ssh-keygen, ssh-keyscan and ssh-keysign
     334          ssh-copy-id, ssh-keygen, ssh-keyscan, ssh-keysign and
     335          ssh-pkcs11-helper
    332336        </seg>
    333337        <seg>
     
    447451      </varlistentry>
    448452
     453      <varlistentry id="ssh-copy-id">
     454        <term><command>ssh-copy-id</command></term>
     455        <listitem>
     456          <para>
     457            is a script that enables logins on remote machine using local keys.
     458          </para>
     459          <indexterm zone="openssh ssh-copy-id">
     460            <primary sortas="b-ssh-copy-id">ssh-copy-id</primary>
     461          </indexterm>
     462        </listitem>
     463      </varlistentry>
     464
    449465      <varlistentry id="ssh-keygen">
    450466        <term><command>ssh-keygen</command></term>
     
    485501        </listitem>
    486502      </varlistentry>
     503
     504      <varlistentry id="ssh-pkcs11-helper">
     505        <term><command>ssh-pkcs11-helper</command></term>
     506        <listitem>
     507          <para>
     508            is a <command>ssh-agent</command> helper program for PKCS#11 support.
     509          </para>
     510          <indexterm zone="openssh ssh-pkcs11-helper">
     511            <primary sortas="b-ssh-pkcs11-helper">ssh-pkcs11-helper</primary>
     512          </indexterm>
     513        </listitem>
     514      </varlistentry>
     515
    487516    </variablelist>
    488517  </sect2>
  • postlfs/security/sudo.xml

    r13e0a61 raf73a280  
    77  <!ENTITY sudo-download-http "http://www.sudo.ws/sudo/dist/sudo-&sudo-version;.tar.gz">
    88  <!ENTITY sudo-download-ftp  "ftp://ftp.twaren.net/Unix/Security/Sudo/sudo-&sudo-version;.tar.gz">
    9   <!ENTITY sudo-md5sum        "a7b5c39a904721956eccddd30689250f">
     9  <!ENTITY sudo-md5sum        "6dac48c73c8e0932980efcddafa569af">
    1010  <!ENTITY sudo-size          "1.8 MB">
    11   <!ENTITY sudo-buildsize     "19 MB">
    12   <!ENTITY sudo-time          "0.2 SBU">
     11  <!ENTITY sudo-buildsize     "23 MB">
     12  <!ENTITY sudo-time          "0.3 SBU">
    1313]>
    1414
     
    102102    </para>
    103103
    104 <screen><userinput>./configure --prefix=/usr                   \
    105             --libexecdir=/usr/lib/sudo      \
     104<screen><userinput>./configure --prefix=/usr                        \
     105            --libexecdir=/usr/lib/sudo           \
    106106            --docdir=/usr/share/doc/sudo-&sudo-version; \
    107             --with-all-insults              \
    108             --with-env-editor               \
    109             --without-pam                   \
    110             --without-sendmail &amp;&amp;
     107            --with-all-insults                   \
     108            --with-env-editor                    &amp;&amp;
    111109make</userinput></screen>
    112110
     
    136134    </para>
    137135
    138     <para>
    139       <option>--without-pam</option>: This switch disables the use of
     136<!--
     137    <para>
     138      <option>-&#45;without-pam</option>: This switch disables the use of
    140139      <application>PAM</application> authentication. Omit if you have
    141140      <application>Linux PAM</application> installed.
     
    143142
    144143    <para>
    145       <option>--without-sendmail</option>: This switch disables the use of
     144      <option>-&#45;without-sendmail</option>: This switch disables the use of
    146145      sendmail. Remove if you have a sendmail compatible MTA.
    147146   </para>
    148147
     148-->
    149149    <note>
    150150      <para>
Note: See TracChangeset for help on using the changeset viewer.