Changeset 5a2f5972


Ignore:
Timestamp:
06/02/2013 02:30:53 PM (11 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
88647e80
Parents:
1e497c6
Message:

OpenSSH-6.2p2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11253 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1e497c6 r5a2f5972  
    162162<!ENTITY nss-minor-version            "3">
    163163<!ENTITY nss-version                  "3.&nss-major-version;.&nss-minor-version;">
    164 <!ENTITY openssh-version              "6.2p1">
     164<!ENTITY openssh-version              "6.2p2">
    165165<!ENTITY openssl-version              "1.0.1e">
    166166<!ENTITY p11-kit-version              "0.18.2">
  • introduction/welcome/changelog.xml

    r1e497c6 r5a2f5972  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[igor] - OpenSSH-6.2p2.</para>
     51        </listitem>
     52        <listitem>
    5053          <para>[igor] - Sudo-1.8.6p8.</para>
    5154        </listitem>
  • postlfs/security/openssh.xml

    r1e497c6 r5a2f5972  
    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>
Note: See TracChangeset for help on using the changeset viewer.