Changeset d78194f3


Ignore:
Timestamp:
03/02/2016 02:47:59 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:
1b29dcac
Parents:
e8c3b6d1
Message:

openssl-1.0.2g

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re8c3b6d1 rd78194f3  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "29">                   <!-- Always 2 digits -->
    4 <!ENTITY month        "02">                   <!-- Always 2 digits -->
     3<!ENTITY day          "01">                   <!-- Always 2 digits -->
     4<!ENTITY month        "03">                   <!-- 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  "February 29th &year;">
     9<!ENTITY releasedate  "March 1st &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    re8c3b6d1 rd78194f3  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>March 1st, 2016</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - Update to openssl-1.0.2g. Fixes
     52          Fixes <ulink url="&blfs-ticket-root;7490">#7490</ulink>.
     53          Because this disables SSLv2 code, packages which link to
     54          it (such as curl and Python3, probably others) will need
     55          to be recompiled.</para>
     56        </listitem>
     57      </itemizedlist>
     58    </listitem>
    4659
    4760    <listitem>
  • packages.ent

    re8c3b6d1 rd78194f3  
    3333<!ENTITY nss-version                  "3.&nss-minor-version;"> -->
    3434<!ENTITY openssh-version              "7.1p2">
    35 <!ENTITY openssl-version              "1.0.2f">
     35<!ENTITY openssl-version              "1.0.2g">
    3636<!ENTITY p11-kit-version              "0.23.2">    <!-- Even minors only -->
    3737<!ENTITY polkit-version               "0.113">
  • postlfs/security/openssl.xml

    re8c3b6d1 rd78194f3  
    99  <!ENTITY openssl-download-ftp
    1010           "ftp://openssl.org/source/openssl-&openssl-version;.tar.gz">
    11   <!ENTITY openssl-md5sum        "b3bf73f507172be9292ea2a8c28b659d">
     11  <!ENTITY openssl-md5sum        "f3c710c045cdee5fd114feb69feba7aa">
    1212  <!ENTITY openssl-size          "5.1 MB">
    13   <!ENTITY openssl-buildsize     "68 MB (with tests)">
    14   <!ENTITY openssl-time          "1.4 SBU (with tests)">
     13  <!ENTITY openssl-buildsize     "63 MB (with tests)">
     14  <!ENTITY openssl-time          "1.5 SBU (with tests)">
    1515]>
    1616
     
    294294        <listitem>
    295295          <para>
    296             implements the Secure Sockets Layer (SSL v2/v3) and Transport Layer
    297             Security (TLS v1) protocols. It provides a rich API, documentation
     296            implements the Transport Layer Security (TLS v1) protocol.
     297            It provides a rich API, documentation
    298298            on which can be found by running <command>man 3 ssl</command>.
    299299          </para>
Note: See TracChangeset for help on using the changeset viewer.