Update to openssh-5.9p1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8901 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2011-10-19 23:44:14 +00:00
parent c9b953e6a6
commit 6b5cc24518
6 changed files with 26 additions and 13 deletions

View File

@ -27,7 +27,7 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="net-tools.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nfs-utils-client.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ntp.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openssh-client.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openssh.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="portmap.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rsync-client.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="samba3-client.xml"/>

View File

@ -6,10 +6,10 @@
<!ENTITY openssh-download-http "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 "e6ee52e47c768bf0ec42a232b5d18fb0">
<!ENTITY openssh-md5sum "afe17eee7e98d3b8550cc349834a85d0">
<!ENTITY openssh-size "1.1 MB">
<!ENTITY openssh-buildsize "22 MB">
<!ENTITY openssh-time "0.5 SBU (additional 1.5 SBU to run the test suite)">
<!ENTITY openssh-buildsize "44 MB">
<!ENTITY openssh-time "3.5 SBU (including the test suite)">
]>
<sect1 id="openssh" xreflabel="OpenSSH-&openssh-version;">
@ -22,6 +22,15 @@
<title>OpenSSH-&openssh-version;</title>
<para>The <application>OpenSSH</application> package contains
<command>ssh</command> clients and the <command>sshd</command> daemon.
This is useful for encrypting authentication and subsequent traffic
over a network. The <command>ssh</command> and <command>scp</command>
commands are secure implementions of <command>telnet</command> and
<command>rcp</command> respectively.</para>
&lfs70_checked;
<indexterm zone="openssh">
<primary sortas="a-OpenSSH">OpenSSH</primary>
</indexterm>
@ -29,11 +38,6 @@
<sect2 role="package">
<title>Introduction to OpenSSH</title>
<para>The <application>OpenSSH</application> package contains
<command>ssh</command> clients and the <command>sshd</command> daemon.
This is useful for encrypting authentication and subsequent traffic
over a network.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
@ -141,7 +145,7 @@ grep FATAL check.log</userinput></screen>
<screen role="root"><userinput>make install &amp;&amp;
install -v -m755 -d /usr/share/doc/openssh-&openssh-version; &amp;&amp;
install -v -m644 INSTALL LICENCE OVERVIEW README* WARNING.RNG \
install -v -m644 INSTALL LICENCE OVERVIEW README* \
/usr/share/doc/openssh-&openssh-version;</userinput></screen>
</sect2>
@ -191,6 +195,10 @@ install -v -m644 INSTALL LICENCE OVERVIEW README* WARNING.RNG \
<sect2 role="configuration">
<title>Configuring OpenSSH</title>
<para>If you are only going to use the <command>ssh</command> or
<command>scp</command> clients, no configuration or boot scripts are
required.</para>
<sect3 id="openssh-config">
<title>Config Files</title>

View File

@ -55,7 +55,7 @@ $Date$
<!ENTITY lfs-vim-version "7.3">
<!-- End LFS versions -->
<!ENTITY blfs-bootscripts-version "20100825">
<!ENTITY blfs-bootscripts-version "20111019">
<!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
<!ENTITY blfs-wiki "http://wiki.&lfs-domainname;/blfs/wiki">
@ -440,7 +440,7 @@ $Date$
<!ENTITY net-tools-version "1.60">
<!ENTITY wireless-tools-version "28">
<!ENTITY ntp-version "4.2.4p7">
<!ENTITY openssh-version "5.6p1">
<!ENTITY openssh-version "5.9p1">
<!ENTITY portmap-version "6.0">
<!ENTITY rsync-version "3.0.7">
<!ENTITY samba3-version "3.5.6">

View File

@ -36,6 +36,8 @@
<para>The first option is to install the actual GNU
<application>which</application> package.</para>
&lfs70_checked;
<sect2 role="package">
<title>Introduction to Which</title>

View File

@ -44,6 +44,9 @@
<listitem>
<para>October 19th, 2011</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Updated to openssh-5.9p1.</para>
</listitem>
<listitem>
<para>[bdubbs] - Added separate page to generate CA certificates.</para>
</listitem>

View File

@ -21,7 +21,7 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="apache.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bind.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nfs-utils.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openssh.xml"/>
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openssh.xml"/>-->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="proftpd.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="samba3.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vsftpd.xml"/>