Changeset 5a6a6be


Ignore:
Timestamp:
04/21/2013 06:01:07 PM (11 years ago)
Author:
Ken Moffat <ken@…>
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:
433974d2
Parents:
70aaf230
Message:

openssh-6.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r70aaf230 r5a6a6be  
    44-->
    55
    6 <!ENTITY day          "17">                   <!-- Always 2 digits -->
     6<!ENTITY day          "21">                   <!-- Always 2 digits -->
    77<!ENTITY month        "04">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2013">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "April 17th, &year;">
     12<!ENTITY releasedate  "April 21st, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    163163<!ENTITY nss-minor-version            "3">
    164164<!ENTITY nss-version                  "3.&nss-major-version;.&nss-minor-version;">
    165 <!ENTITY openssh-version              "6.1p1">
     165<!ENTITY openssh-version              "6.2p1">
    166166<!ENTITY openssl-version              "1.0.1e">
    167167<!ENTITY p11-kit-version              "0.18.1">
  • introduction/welcome/changelog.xml

    r70aaf230 r5a6a6be  
    4646
    4747    <listitem>
     48      <para>April 21st, 2013</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - Openssh-6.2p1.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4857      <para>April 17th, 2013</para>
    4958      <itemizedlist>
  • postlfs/security/openssh.xml

    r70aaf230 r5a6a6be  
    99  <!ENTITY openssh-download-ftp
    1010    "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz">
    11   <!ENTITY openssh-md5sum        "3345cbf4efe90ffb06a78670ab2d05d5">
    12   <!ENTITY openssh-size          "1.1 MB">
    13   <!ENTITY openssh-buildsize     "39 MB">
    14   <!ENTITY openssh-time          "0.4 SBU">
     11  <!ENTITY openssh-md5sum        "7b2d9dd75b5cf267ea1737ec75500316">
     12  <!ENTITY openssh-size          "1.2 MB">
     13  <!ENTITY openssh-buildsize     "32 MB (plus 10MB if running the tests)">
     14  <!ENTITY openssh-time          "0.4 SBU (running the tests takes at least 10 minutes, irrespective of processor speed)">
    1515]>
    1616
     
    144144
    145145    <para>
     146      To test the results, issue: <command>make test</command>.
     147    </para>
     148
     149<!-- commenting this, I get "all tests passed" [ ken ]
     150 NB tests should be run as _user_ but the role in the comment is root
     151    <para>
    146152      To run the test suite, issue the following commands:
    147153    </para>
     
    153159      If the above command produces no 'FATAL' errors, then proceed with the
    154160      installation, as the <systemitem class="username">root</systemitem> user:
     161    </para>-->
     162    <para>
     163      Now, as the <systemitem class="username">root</systemitem> user:
    155164    </para>
    156165
     
    279288<screen role="root"><userinput>sed 's@d/login@d/sshd@g' /etc/pam.d/login &gt; /etc/pam.d/sshd &amp;&amp;
    280289chmod 644 /etc/pam.d/sshd &amp;&amp;
    281 echo "USEPAM yes" &gt;&gt; /etc/ssh/sshd_config</userinput></screen>
     290echo "UsePAM yes" &gt;&gt; /etc/ssh/sshd_config</userinput></screen>
    282291
    283292      <para>
Note: See TracChangeset for help on using the changeset viewer.