Author: ken
Date: Sun Apr 21 11:01:07 2013
New Revision: 11147
Log:
openssh-6.2
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 Wed Apr 17 07:22:59 2013 (r11146)
+++ trunk/BOOK/general.ent Sun Apr 21 11:01:07 2013 (r11147)
@@ -3,13 +3,13 @@
$Date$
-->
-<!ENTITY day "17"> <!-- Always 2 digits -->
+<!ENTITY day "21"> <!-- Always 2 digits -->
<!ENTITY month "04"> <!-- Always 2 digits -->
<!ENTITY year "2013">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "April 17th, &year;">
+<!ENTITY releasedate "April 21st, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
@@ -162,7 +162,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.1p1">
+<!ENTITY openssh-version "6.2p1">
<!ENTITY openssl-version "1.0.1e">
<!ENTITY p11-kit-version "0.18.1">
<!ENTITY polkit-version "0.110">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Wed Apr 17 07:22:59
2013 (r11146)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sun Apr 21 11:01:07
2013 (r11147)
@@ -45,6 +45,15 @@
-->
<listitem>
+ <para>April 21st, 2013</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ken] - Openssh-6.2p1.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>April 17th, 2013</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/postlfs/security/openssh.xml
==============================================================================
--- trunk/BOOK/postlfs/security/openssh.xml Wed Apr 17 07:22:59 2013
(r11146)
+++ trunk/BOOK/postlfs/security/openssh.xml Sun Apr 21 11:01:07 2013
(r11147)
@@ -8,10 +8,10 @@
"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 "3345cbf4efe90ffb06a78670ab2d05d5">
- <!ENTITY openssh-size "1.1 MB">
- <!ENTITY openssh-buildsize "39 MB">
- <!ENTITY openssh-time "0.4 SBU">
+ <!ENTITY openssh-md5sum "7b2d9dd75b5cf267ea1737ec75500316">
+ <!ENTITY openssh-size "1.2 MB">
+ <!ENTITY openssh-buildsize "32 MB (plus 10MB if running the tests)">
+ <!ENTITY openssh-time "0.4 SBU (running the tests takes at least 10
minutes, irrespective of processor speed)">
]>
<sect1 id="openssh" xreflabel="OpenSSH-&openssh-version;">
@@ -143,6 +143,12 @@
</para>
<para>
+ To test the results, issue: <command>make test</command>.
+ </para>
+
+<!-- commenting this, I get "all tests passed" [ ken ]
+ NB tests should be run as _user_ but the role in the comment is root
+ <para>
To run the test suite, issue the following commands:
</para>
@@ -152,6 +158,9 @@
<para>
If the above command produces no 'FATAL' errors, then proceed with the
installation, as the <systemitem class="username">root</systemitem> user:
+ </para>-->
+ <para>
+ Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install &&
@@ -278,7 +287,7 @@
<screen role="root"><userinput>sed 's@d/login@d/sshd@g' /etc/pam.d/login >
/etc/pam.d/sshd &&
chmod 644 /etc/pam.d/sshd &&
-echo "USEPAM yes" >> /etc/ssh/sshd_config</userinput></screen>
+echo "UsePAM yes" >> /etc/ssh/sshd_config</userinput></screen>
<para>
Additional configuration information can be found in the man
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page