Changeset f64c4d4


Ignore:
Timestamp:
01/15/2016 04:36:42 AM (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, 7.9, 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:
b0480ef
Parents:
73c14f4f
Message:

openssh-7.1p2 : This addresses CVE-2016-077{7,8} which are both in the *client* when connecting to an untrusted or compromised server. ALL users should either upgrade or follow the Mitigation listed at http://www.openssh.com/txt/release-7.1p2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r73c14f4f rf64c4d4  
    4848      <para>January 14th, 2016</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - Update to openssh-7.1p2. Fixes
     52          <ulink url="&blfs-ticket-root;7361">#7361</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[ken] - Update to dhcp-4.3.3-P1. Fixes
  • packages.ent

    r73c14f4f rf64c4d4  
    3232<!-- major and minor only -->
    3333<!ENTITY nss-version                  "3.&nss-minor-version;">
    34 <!ENTITY openssh-version              "7.1p1">
     34<!ENTITY openssh-version              "7.1p2">
    3535<!ENTITY openssl-version              "1.0.2e">
    3636<!ENTITY p11-kit-version              "0.23.2">    <!-- Even minors only -->
  • postlfs/security/openssh.xml

    r73c14f4f rf64c4d4  
    99  <!ENTITY openssh-download-ftp
    1010           "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz">
    11   <!ENTITY openssh-md5sum        "8709736bc8a8c253bc4eeb4829888ca5">
     11  <!ENTITY openssh-md5sum        "4d8547670e2a220d5ef805ad9e47acf2">
    1212  <!ENTITY openssh-size          "1.5 MB">
    13   <!ENTITY openssh-buildsize     "44 MB (52 MB, with tests)">
    14   <!ENTITY openssh-time          "0.4 SBU (running the tests takes 10+ minutes,
     13  <!ENTITY openssh-buildsize     "43 MB (51 MB, with tests)">
     14  <!ENTITY openssh-time          "0.5 SBU (running the tests takes 10+ minutes,
    1515                                  irrespective of processor speed)">
    1616  <!-- fo is not running the tests-->
Note: See TracChangeset for help on using the changeset viewer.