mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated to OpenSSH-4.6p1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6695 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
88fe21d383
commit
b8c6d9c1ac
@ -302,7 +302,7 @@ $Date$
|
||||
<!ENTITY net-tools-version "1.60">
|
||||
<!ENTITY wireless-tools-version "28">
|
||||
<!ENTITY ntp-version "4.2.0a">
|
||||
<!ENTITY openssh-version "4.5p1">
|
||||
<!ENTITY openssh-version "4.6p1">
|
||||
<!ENTITY portmap-version "5beta">
|
||||
<!ENTITY rsync-version "2.6.8">
|
||||
<!ENTITY samba3-version "3.0.23d">
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>March 25th, 2007</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to OpenSSH-4.6p1.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to OpenSSL-0.9.8e.</para>
|
||||
</listitem>
|
||||
|
@ -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 "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)">
|
||||
<!ENTITY openssh-md5sum "6a7fa99f44d9e1b5b04d15256e1405bb">
|
||||
<!ENTITY openssh-size "967 KB">
|
||||
<!ENTITY openssh-buildsize "18 MB">
|
||||
<!ENTITY openssh-time "0.5 SBU (additional 0.3 SBU to run the test suite)">
|
||||
]>
|
||||
|
||||
<sect1 id="openssh" xreflabel="OpenSSH-&openssh-version;">
|
||||
@ -112,22 +112,6 @@ useradd -c 'sshd PrivSep' -d /var/lib/sshd -g sshd \
|
||||
--with-privsep-path=/var/lib/sshd &&
|
||||
make</userinput></screen>
|
||||
|
||||
<!-- Leaving this bunch of stuff for now. The description of all
|
||||
this is now in the Command Explanatations, however.
|
||||
<para>If you use <application>Heimdal</application> as your Kerberos5
|
||||
implementation and you linked the <application>Heimdal</application>
|
||||
libraries into the <application>OpenSSH</application> build using the
|
||||
<option>-with-kerberos5</option> parameter, you'll need to modify the
|
||||
<filename>Makefile</filename> if you previously linked
|
||||
<application>OpenSSL</application> into the
|
||||
<application>Heimdal</application> build or the build will fail. The
|
||||
<application>OpenSSH</application> default expects
|
||||
<application>Heimdal</application> was built using the included
|
||||
<filename class='libraryfile'>libdes</filename> library instead of
|
||||
<application>OpenSSL</application>. Use the following command to modify
|
||||
the <filename>Makefile</filename>:</para>
|
||||
-->
|
||||
|
||||
<para>If you linked <application>tcp_wrappers</application> into the
|
||||
build using the <option>--with-tcp-wrappers</option> parameter, ensure
|
||||
you add 127.0.0.1 to the sshd line in <filename>/etc/hosts.allow</filename>
|
||||
|
Loading…
Reference in New Issue
Block a user