Changeset 0e7a9e9


Ignore:
Timestamp:
11/03/2017 07:27:23 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
e46947f
Parents:
63d9d4f
Message:

openssl-1.1.0g and 1.0.2m

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r63d9d4f r0e7a9e9  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "30">                   <!-- Always 2 digits -->
    4 <!ENTITY month        "10">                   <!-- Always 2 digits -->
     3<!ENTITY day          "03">                   <!-- Always 2 digits -->
     4<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
    66<!ENTITY copyrightdate "2001-&year;">
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 30th, &year;">
     9<!ENTITY releasedate  "November 3rd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r63d9d4f r0e7a9e9  
    4343-->
    4444    <listitem>
     45      <para>November 3rd, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to openssl-1.1.0g and openssl-1.0.2m
     49          (security fixes). Fixes
     50          <ulink url="&blfs-ticket-root;9979">#9979</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4556      <para>October 30th, 2017</para>
    4657      <itemizedlist>
     
    793804
    794805    <listitem>
    795       <para>Octobber 6th, 2017</para>
     806      <para>October 6th, 2017</para>
    796807      <itemizedlist>
    797808        <listitem>
     
    881892
    882893    <listitem>
    883       <para>Octobber 3rd, 2017</para>
     894      <para>October 3rd, 2017</para>
    884895      <itemizedlist>
    885896        <listitem>
     
    903914
    904915    <listitem>
    905       <para>Octobber 1st, 2017</para>
     916      <para>October 1st, 2017</para>
    906917      <itemizedlist>
    907918        <listitem>
  • packages.ent

    r63d9d4f r0e7a9e9  
    3737
    3838<!ENTITY openssh-version              "7.6p1">
    39 <!ENTITY openssl-version              "1.1.0f">
    40 <!ENTITY openssl10-version            "1.0.2l">
     39<!ENTITY openssl-version              "1.1.0g">
     40<!ENTITY openssl10-version            "1.0.2m">
    4141<!ENTITY p11-kit-version              "0.23.9">
    4242<!ENTITY polkit-version               "0.113+git_2919920+js38">
  • postlfs/security/openssl.xml

    r63d9d4f r0e7a9e9  
    99  <!ENTITY openssl-download-ftp
    1010           "ftp://openssl.org/source/openssl-&openssl-version;.tar.gz">
    11   <!ENTITY openssl-md5sum        "7b521dea79ab159e8ec879d2333369fa">
    12   <!ENTITY openssl-size          "5.1 MB">
    13   <!ENTITY openssl-buildsize     "70 MB (with tests)">
     11  <!ENTITY openssl-md5sum        "ba5f1b8b835b88cadbce9b35ed9531a6">
     12  <!ENTITY openssl-size          "5.2 MB">
     13  <!ENTITY openssl-buildsize     "73 MB (with tests)">
    1414  <!ENTITY openssl-time          "1.5 SBU (with tests)">
    1515]>
  • postlfs/security/openssl10.xml

    r63d9d4f r0e7a9e9  
    99  <!ENTITY openssl10-download-ftp
    1010           "ftp://openssl.org/source/openssl-&openssl10-version;.tar.gz">
    11   <!ENTITY openssl10-md5sum        "f85123cd390e864dfbe517e7616e6566">
     11  <!ENTITY openssl10-md5sum        "10e9e37f492094b9ef296f68f24a7666">
    1212  <!ENTITY openssl10-size          "5.2 MB">
    13   <!ENTITY openssl10-buildsize     "58 MB (with tests)">
    14   <!ENTITY openssl10-time          "1.6 SBU (with tests)">
     13  <!ENTITY openssl10-buildsize     "72 MB (with tests)">
     14  <!ENTITY openssl10-time          "1.1 SBU (with tests)">
    1515]>
    1616
     
    134134<screen role="root"><userinput>make INSTALL_PREFIX=$PWD/Dest install_sw                      &amp;&amp;
    135135
     136rm -rf /usr/lib/openssl-1.0                                   &amp;&amp;
    136137install -vdm755                   /usr/lib/openssl-1.0        &amp;&amp;
    137138cp -Rv Dest/usr/lib/openssl-1.0/* /usr/lib/openssl-1.0        &amp;&amp;
     
    160161      compression/decompression functionality using the
    161162      <filename class="libraryfile">libz</filename> library.
     163    </para>
     164
     165    <para>
     166      <parameter>rm -rf /usr/lib/openssl-1.0</parameter>: This will do
     167      nothing on a first install, but enables a later update. During the
     168      install the libraries are moved and replaced by symlinks. If you later
     169      upgrade to a future release of <application>openssl-1.0.2</application>
     170      to fix newly discovered vulnerabilities, without this command the move
     171      would fail because the symlinks mean the source and destination files
     172      are identical.
    162173    </para>
    163174
Note: See TracChangeset for help on using the changeset viewer.