Changeset 7c017a3


Ignore:
Timestamp:
05/28/2020 06:22:34 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
50182be
Parents:
07d609b
Message:

Upgrade openssh-8.3p1

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r07d609b r7c017a3  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "27">                   <!-- Always 2 digits -->
     3<!ENTITY day          "28">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 27th, &year;">
     9<!ENTITY releasedate  "May 28th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r07d609b r7c017a3  
    4343    -->
    4444    <listitem>
     45      <para>May 28th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[thomas] - Upgrade to openssh-8.3p1. Fixes
     49          <ulink url="&blfs-ticket-root;13580">#13580</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>May 27th, 2020</para>
    4656      <itemizedlist>
  • packages.ent

    r07d609b r7c017a3  
    3232<!ENTITY nss-version                  "3.&nss-minor-version;.&nss-micro-version;">
    3333<!--<!ENTITY nss-version                  "3.&nss-minor-version;">-->
    34 <!ENTITY openssh-version              "8.2p1">
     34<!ENTITY openssh-version              "8.3p1">
    3535<!-- <!ENTITY openssl-version              "1.1.0g"> -->
    3636<!ENTITY openssl10-version            "1.0.2q">
  • postlfs/security/openssh.xml

    r07d609b r7c017a3  
    1010           " "> <!-- at the moment, unable to connect via ftp: ken
    1111           "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz"> -->
    12   <!ENTITY openssh-md5sum        "3076e6413e8dbe56d33848c1054ac091">
     12  <!ENTITY openssh-md5sum        "68d7527bf2672153ca47402f6489a1af">
    1313  <!ENTITY openssh-size          "1.6 MB">
    1414  <!ENTITY openssh-buildsize     "43 MB (add 17 MB for tests)">
    1515  <!ENTITY openssh-time          "0.2 SBU (Using parallelism=4;
    16                                   running the tests takes 17+ minutes,
     16                                  running the tests takes 20+ minutes,
    1717                                  irrespective of processor speed)">
    1818]>
     
    165165
    166166    <para>
    167       To test the results, issue: <command>make tests</command>.
     167      To test the results, issue: <command>make -j1 tests</command>.
    168168      <!--One test, <filename>key options</filename>, fails when run in chroot.-->
    169169    </para>
Note: See TracChangeset for help on using the changeset viewer.