Author: igor
Date: Sun Jun 2 07:30:53 2013
New Revision: 11253
Log:
OpenSSH-6.2p2
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/security/openssh.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sun Jun 2 06:06:41 2013 (r11252)
+++ trunk/BOOK/general.ent Sun Jun 2 07:30:53 2013 (r11253)
@@ -161,7 +161,7 @@
<!ENTITY nss-major-version "14">
<!ENTITY nss-minor-version "3">
<!ENTITY nss-version
"3.&nss-major-version;.&nss-minor-version;">
-<!ENTITY openssh-version "6.2p1">
+<!ENTITY openssh-version "6.2p2">
<!ENTITY openssl-version "1.0.1e">
<!ENTITY p11-kit-version "0.18.2">
<!ENTITY polkit-version "0.111">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sun Jun 2 06:06:41
2013 (r11252)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sun Jun 2 07:30:53
2013 (r11253)
@@ -47,6 +47,9 @@
<para>June 2nd, 2013</para>
<itemizedlist>
<listitem>
+ <para>[igor] - OpenSSH-6.2p2.</para>
+ </listitem>
+ <listitem>
<para>[igor] - Sudo-1.8.6p8.</para>
</listitem>
<listitem>
Modified: trunk/BOOK/postlfs/security/openssh.xml
==============================================================================
--- trunk/BOOK/postlfs/security/openssh.xml Sun Jun 2 06:06:41 2013
(r11252)
+++ trunk/BOOK/postlfs/security/openssh.xml Sun Jun 2 07:30:53 2013
(r11253)
@@ -8,9 +8,9 @@
"http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz">
<!ENTITY openssh-download-ftp
"ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz">
- <!ENTITY openssh-md5sum "7b2d9dd75b5cf267ea1737ec75500316">
+ <!ENTITY openssh-md5sum "be46174dcbb77ebb4ea88ef140685de1">
<!ENTITY openssh-size "1.2 MB">
- <!ENTITY openssh-buildsize "32 MB (plus 10MB if running the tests)">
+ <!ENTITY openssh-buildsize "31 MB (additional 10 MB if running the
tests)">
<!ENTITY openssh-time "0.4 SBU (running the tests takes at least 10
minutes, irrespective of processor speed)">
]>
@@ -126,10 +126,11 @@
commands:
</para>
-<screen><userinput>./configure --prefix=/usr \
- --sysconfdir=/etc/ssh \
- --datadir=/usr/share/sshd \
- --with-md5-passwords \
+<screen><userinput>./configure --prefix=/usr \
+ --libexecdir=/usr/lib/openssh \
+ --sysconfdir=/etc/ssh \
+ --datadir=/usr/share/sshd \
+ --with-md5-passwords \
--with-privsep-path=/var/lib/sshd &&
make</userinput></screen>
@@ -142,7 +143,7 @@
</para>
<para>
- To test the results, issue: <command>make test</command>.
+ To test the results, issue: <command>make tests</command>.
</para>
<!-- commenting this, I get "all tests passed" [ ken ]
@@ -163,6 +164,8 @@
</para>
<screen role="root"><userinput>make install &&
+install -v -m755 contrib/ssh-copy-id /usr/bin &&
+install -v -m644 contrib/ssh-copy-id.1 /usr/share/man/man1 &&
install -v -m755 -d /usr/share/doc/openssh-&openssh-version; &&
install -v -m644 INSTALL LICENCE OVERVIEW README* \
/usr/share/doc/openssh-&openssh-version;</userinput></screen>
@@ -328,7 +331,8 @@
<seglistitem>
<seg>
scp, sftp, sftp-server, slogin, ssh, sshd, ssh-add, ssh-agent,
- ssh-keygen, ssh-keyscan and ssh-keysign
+ ssh-copy-id, ssh-keygen, ssh-keyscan, ssh-keysign and
+ ssh-pkcs11-helper
</seg>
<seg>
None
@@ -446,6 +450,18 @@
</listitem>
</varlistentry>
+ <varlistentry id="ssh-copy-id">
+ <term><command>ssh-copy-id</command></term>
+ <listitem>
+ <para>
+ is a script that enables logins on remote machine using local keys.
+ </para>
+ <indexterm zone="openssh ssh-copy-id">
+ <primary sortas="b-ssh-copy-id">ssh-copy-id</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="ssh-keygen">
<term><command>ssh-keygen</command></term>
<listitem>
@@ -484,6 +500,19 @@
</indexterm>
</listitem>
</varlistentry>
+
+ <varlistentry id="ssh-pkcs11-helper">
+ <term><command>ssh-pkcs11-helper</command></term>
+ <listitem>
+ <para>
+ is a <command>ssh-agent</command> helper program for PKCS#11
support.
+ </para>
+ <indexterm zone="openssh ssh-pkcs11-helper">
+ <primary sortas="b-ssh-pkcs11-helper">ssh-pkcs11-helper</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</sect2>
</sect1>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page