Updated to openssh-4.5p1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6385 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2007-01-14 01:30:49 +00:00
parent 6cdeafeb52
commit 0c6194bbc6
3 changed files with 14 additions and 9 deletions

View File

@ -291,7 +291,7 @@
<!ENTITY net-tools-version "1.60">
<!ENTITY wireless-tools-version "28">
<!ENTITY ntp-version "4.2.0a">
<!ENTITY openssh-version "4.3p2">
<!ENTITY openssh-version "4.5p1">
<!ENTITY portmap-version "5beta">
<!ENTITY rsync-version "2.6.8">
<!ENTITY samba3-version "3.0.23d">

View File

@ -45,7 +45,10 @@
<para>January 13th, 2007</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Updated openssl-0.9.8d.</para>
<para>[bdubbs] - Updated to openssh-4.5p1.</para>
</listitem>
<listitem>
<para>[bdubbs] - Updated to openssl-0.9.8d.</para>
</listitem>
</itemizedlist>
</listitem>

View File

@ -6,10 +6,10 @@
<!ENTITY openssh-download-http "http://sunsite.ualberta.ca/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 "7e9880ac20a9b9db0d3fea30a9ff3d46">
<!ENTITY openssh-size "920 KB">
<!ENTITY openssh-buildsize "15.3 MB">
<!ENTITY openssh-time "0.5 SBU (additional 0.7 SBU to run the test suite)">
<!ENTITY openssh-md5sum "6468c339886f78e8a149b88f695839dd">
<!ENTITY openssh-size "948 KB">
<!ENTITY openssh-buildsize "25.8 MB">
<!ENTITY openssh-time "0.4 SBU (additional 2.3 SBU to run the test suite)">
]>
<sect1 id="openssh" xreflabel="OpenSSH-&openssh-version;">
@ -133,7 +133,7 @@ make</userinput></screen>
you add 127.0.0.1 to the sshd line in <filename>/etc/hosts.allow</filename>
if you have a restrictive <filename>/etc/hosts.deny</filename> file, or the
test suite will fail. To run the test suite, issue: <command>make -k
tests</command>. The banner tests are known to fail.</para>
tests</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
@ -274,7 +274,8 @@ install -v -m644 INSTALL LICENCE OVERVIEW README* WARNING.RNG \
<varlistentry id="sftp-server">
<term><command>sftp-server</command></term>
<listitem>
<para>is an SFTP server subsystem.</para>
<para>is an SFTP server subsystem. This program is not normally
called directly by the user.</para>
<indexterm zone="openssh sftp-server">
<primary sortas="b-sftp-server">sftp-server</primary>
</indexterm>
@ -360,7 +361,8 @@ install -v -m644 INSTALL LICENCE OVERVIEW README* WARNING.RNG \
<listitem>
<para>is used by <command>ssh</command> to access the local host
keys and generate the digital signature required during hostbased
authentication with SSH protocol version 2.</para>
authentication with SSH protocol version 2. This program is not normally
called directly by the user.</para>
<indexterm zone="openssh ssh-keysign">
<primary sortas="b-ssh-keysign">ssh-keysign</primary>
</indexterm>