Changeset 6b5cc24


Ignore:
Timestamp:
10/19/2011 11:44:14 PM (13 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5738688
Parents:
c9b953e6
Message:

Update to openssh-5.9p1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8901 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
5 edited
1 moved

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/netprogs.xml

    rc9b953e6 r6b5cc24  
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nfs-utils-client.xml"/>
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ntp.xml"/>
    30   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openssh-client.xml"/>
     30  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openssh.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="portmap.xml"/>
    3232  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rsync-client.xml"/>
  • basicnet/netprogs/openssh.xml

    rc9b953e6 r6b5cc24  
    77  <!ENTITY openssh-download-http "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz">
    88  <!ENTITY openssh-download-ftp  "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz">
    9   <!ENTITY openssh-md5sum        "e6ee52e47c768bf0ec42a232b5d18fb0">
     9  <!ENTITY openssh-md5sum        "afe17eee7e98d3b8550cc349834a85d0">
    1010  <!ENTITY openssh-size          "1.1 MB">
    11   <!ENTITY openssh-buildsize     "22 MB">
    12   <!ENTITY openssh-time          "0.5 SBU (additional 1.5 SBU to run the test suite)">
     11  <!ENTITY openssh-buildsize     "44 MB">
     12  <!ENTITY openssh-time          "3.5 SBU (including the test suite)">
    1313]>
    1414
     
    2323  <title>OpenSSH-&openssh-version;</title>
    2424
     25  <para>The <application>OpenSSH</application> package contains
     26  <command>ssh</command> clients and the <command>sshd</command> daemon.
     27  This is useful for encrypting authentication and subsequent traffic
     28  over a network. The <command>ssh</command> and <command>scp</command>
     29  commands are secure implementions of <command>telnet</command> and
     30  <command>rcp</command> respectively.</para>
     31
     32  &lfs70_checked;
     33
    2534  <indexterm zone="openssh">
    2635    <primary sortas="a-OpenSSH">OpenSSH</primary>
     
    2938  <sect2 role="package">
    3039    <title>Introduction to OpenSSH</title>
    31 
    32     <para>The <application>OpenSSH</application> package contains
    33     <command>ssh</command> clients and the <command>sshd</command> daemon.
    34     This is useful for encrypting authentication and subsequent traffic
    35     over a network.</para>
    3640
    3741    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    142146<screen role="root"><userinput>make install &amp;&amp;
    143147install -v -m755 -d /usr/share/doc/openssh-&openssh-version; &amp;&amp;
    144 install -v -m644 INSTALL LICENCE OVERVIEW README* WARNING.RNG \
     148install -v -m644 INSTALL LICENCE OVERVIEW README* \
    145149    /usr/share/doc/openssh-&openssh-version;</userinput></screen>
    146150
     
    191195  <sect2 role="configuration">
    192196    <title>Configuring OpenSSH</title>
     197
     198    <para>If you are only going to use the <command>ssh</command> or
     199    <command>scp</command> clients, no configuration or boot scripts are
     200    required.</para>
    193201
    194202    <sect3 id="openssh-config">
  • general.ent

    rc9b953e6 r6b5cc24  
    5656<!-- End LFS versions -->
    5757
    58 <!ENTITY blfs-bootscripts-version     "20100825">
     58<!ENTITY blfs-bootscripts-version     "20111019">
    5959<!ENTITY blfs-bootscripts-download    "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
    6060
     
    441441<!ENTITY wireless-tools-version       "28">
    442442<!ENTITY ntp-version                  "4.2.4p7">
    443 <!ENTITY openssh-version              "5.6p1">
     443<!ENTITY openssh-version              "5.9p1">
    444444<!ENTITY portmap-version              "6.0">
    445445<!ENTITY rsync-version                "3.0.7">
  • general/sysutils/which.xml

    rc9b953e6 r6b5cc24  
    3636  <para>The first option is to install the actual GNU
    3737  <application>which</application> package.</para>
     38
     39  &lfs70_checked;
    3840
    3941  <sect2 role="package">
  • introduction/welcome/changelog.xml

    rc9b953e6 r6b5cc24  
    4545      <para>October 19th, 2011</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Updated to openssh-5.9p1.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[bdubbs] - Added separate page to generate CA certificates.</para>
  • server/major/major.xml

    rc9b953e6 r6b5cc24  
    2222  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bind.xml"/>
    2323  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nfs-utils.xml"/>
    24   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openssh.xml"/>
     24<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openssh.xml"/>-->
    2525  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="proftpd.xml"/>
    2626  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="samba3.xml"/>
Note: See TracChangeset for help on using the changeset viewer.