Changeset b8c6d9c1


Ignore:
Timestamp:
03/25/2007 05:08:49 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
64000cf7
Parents:
88fe21d
Message:

Updated to OpenSSH-4.6p1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r88fe21d rb8c6d9c1  
    303303<!ENTITY wireless-tools-version       "28">
    304304<!ENTITY ntp-version                  "4.2.0a">
    305 <!ENTITY openssh-version              "4.5p1">
     305<!ENTITY openssh-version              "4.6p1">
    306306<!ENTITY portmap-version              "5beta">
    307307<!ENTITY rsync-version                "2.6.8">
  • introduction/welcome/changelog.xml

    r88fe21d rb8c6d9c1  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to OpenSSH-4.6p1.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to OpenSSL-0.9.8e.</para>
    4952        </listitem>
  • server/major/openssh.xml

    r88fe21d rb8c6d9c1  
    77  <!ENTITY openssh-download-http "http://sunsite.ualberta.ca/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        "6468c339886f78e8a149b88f695839dd">
    10   <!ENTITY openssh-size          "948 KB">
    11   <!ENTITY openssh-buildsize     "25.8 MB">
    12   <!ENTITY openssh-time          "0.4 SBU (additional 2.3 SBU to run the test suite)">
     9  <!ENTITY openssh-md5sum        "6a7fa99f44d9e1b5b04d15256e1405bb">
     10  <!ENTITY openssh-size          "967 KB">
     11  <!ENTITY openssh-buildsize     "18 MB">
     12  <!ENTITY openssh-time          "0.5 SBU (additional 0.3 SBU to run the test suite)">
    1313]>
    1414
     
    113113make</userinput></screen>
    114114
    115     <!-- Leaving this bunch of stuff for now. The description of all
    116          this is now in the Command Explanatations, however.
    117     <para>If you use <application>Heimdal</application> as your Kerberos5
    118     implementation and you linked the <application>Heimdal</application>
    119     libraries into the <application>OpenSSH</application> build using the
    120     <option>-with-kerberos5</option> parameter, you'll need to modify the
    121     <filename>Makefile</filename> if you previously linked
    122     <application>OpenSSL</application> into the
    123     <application>Heimdal</application> build or the build will fail. The
    124     <application>OpenSSH</application> default expects
    125     <application>Heimdal</application> was built using the included
    126     <filename class='libraryfile'>libdes</filename> library instead of
    127     <application>OpenSSL</application>. Use the following command to modify
    128     the <filename>Makefile</filename>:</para>
    129     -->
    130 
    131115    <para>If you linked <application>tcp_wrappers</application> into the
    132116    build using the <option>--with-tcp-wrappers</option> parameter, ensure
Note: See TracChangeset for help on using the changeset viewer.