Changeset a93f2f1


Ignore:
Timestamp:
08/01/2016 08:47:09 PM (8 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, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
85aab27
Parents:
a6827b5b
Message:

openssh-7.3p1: I have commented the ftp link because at the moment it does not work.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra6827b5b ra93f2f1  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "30">                   <!-- Always 2 digits -->
    4 <!ENTITY month        "07">                   <!-- Always 2 digits -->
     3<!ENTITY day          "01">                   <!-- Always 2 digits -->
     4<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
    66<!ENTITY copyrightdate "2001-&year;">
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 30th &year;">
     9<!ENTITY releasedate  "August 1st &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    ra6827b5b ra93f2f1  
    4444
    4545-->
     46    <listitem>
     47      <para>August 1st, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[ken] - Update to openssh-7.3p1. Fixes
     51          <ulink url="&blfs-ticket-root;8134">#8134</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
    4656    <listitem>
    4757      <para>July 30th, 2016</para>
  • packages.ent

    ra6827b5b ra93f2f1  
    3333\<\!\-\- major and minor only -->
    3434<!ENTITY nss-version                  "3.&nss-minor-version;">
    35 <!ENTITY openssh-version              "7.2p2">
     35<!ENTITY openssh-version              "7.3p1">
    3636<!ENTITY openssl-version              "1.0.2h">
    3737<!ENTITY p11-kit-version              "0.23.2">    <!-- Even minors only -->
  • postlfs/security/openssh.xml

    ra6827b5b ra93f2f1  
    88           "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz">
    99  <!ENTITY openssh-download-ftp
    10            "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz">
    11   <!ENTITY openssh-md5sum        "13009a9156510d8f27e752659075cced">
     10           " "> <!-- at the moment, unable to connect via ftp: ken
     11           "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz"> -->
     12  <!ENTITY openssh-md5sum        "dfadd9f035d38ce5d58a3bf130b86d08">
    1213  <!ENTITY openssh-size          "1.5 MB">
    13   <!ENTITY openssh-buildsize     "43 MB (51 MB, with tests)">
     14  <!ENTITY openssh-buildsize     "46 MB (56 MB, with tests)">
    1415  <!ENTITY openssh-time          "0.4 SBU (running the tests takes 10+ minutes,
    1516                                  irrespective of processor speed)">
Note: See TracChangeset for help on using the changeset viewer.