Changeset a1813d08


Ignore:
Timestamp:
11/18/2010 01:06:14 AM (13 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.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
590724d
Parents:
afe66bc3
Message:

Bring forward the openssl-1.0.0 upgrade because of the security fix in 1.0.0b (also in 0.9.8p). This will break the versions of mutt, heimdal, postgresql (probably) and ruby currently in the book if used (it's optional for all of them) - added temporary explanatory para to each of those packages. For openssl itself, bc is no longer required by the testsuite, without it there is a brief whinge hidden in the output, but it still reports that all tests succeedded.

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/mailx.xml

    rafe66bc3 ra1813d08  
    99  <!ENTITY mailx-md5sum        "0c93759e34200eb56a0e7c464680a54a">
    1010  <!ENTITY mailx-size          "265 KB">
    11   <!ENTITY mailx-buildsize     "3.0 MB">
     11  <!ENTITY mailx-buildsize     "3.6 MB">
    1212  <!ENTITY mailx-time          "less than 0.1 SBU">
    1313]>
     
    3939    especially useful for writing scripts and batch processing.</para>
    4040
    41     <para>&lfssvn_checked;20100803&lfssvn_checked2;</para>
     41    &lfs67_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5959      <listitem>
    6060        <para>Estimated build time: &mailx-time;</para>
     61      </listitem>
     62    </itemizedlist>
     63
     64    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     65    <itemizedlist spacing='compact'>
     66      <listitem>
     67        <para>Required patch: <ulink
     68        url="&patch-root;/mailx-&mailx-version;-openssl_1.0.0_build_fix-1.patch"/>
     69        (if you intend to link this package against
     70        <application>openssl</application>)</para>
    6171      </listitem>
    6272    </itemizedlist>
     
    8292    following commands.</para>
    8393
    84 <screen><userinput>make SENDMAIL=/usr/sbin/sendmail</userinput></screen>
     94<screen><userinput>patch -Np1 -i ../mailx-&mailx-version;-openssl_1_0_0_build_fix-1.patch &amp;&amp;
     95make SENDMAIL=/usr/sbin/sendmail</userinput></screen>
    8596
    8697    <para>This package does not come with a test suite.</para>
  • basicnet/mailnews/mutt.xml

    rafe66bc3 ra1813d08  
    2929    Agent. This is useful for reading, writing, replying to, saving, and
    3030    deleting your email.</para>
     31
     32    <!-- FIXME -->
     33    <para>If you intend to link this application to <xref linkend="openssl"/>
     34    you will need to use mutt-1.5.21.</para>
    3135
    3236    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general.ent

    rafe66bc3 ra1813d08  
    44-->
    55
    6 <!ENTITY day          "17">                   <!-- Always 2 digits -->
     6<!ENTITY day          "18">                   <!-- Always 2 digits -->
    77<!ENTITY month        "11">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2010">
     
    9191<!-- Chapter 4 -->
    9292
    93 <!ENTITY openssl-version              "0.9.8n">
     93<!ENTITY openssl-version              "1.0.0b">
    9494<!-- The ca-bundle-version should be updated to match nss version -->
    95 <!ENTITY ca-bundle-version            "3.12.5">
     95<!ENTITY ca-bundle-version            "3.12.8.0">
    9696<!ENTITY gnutls-version               "2.8.6">
    9797<!ENTITY cracklib-version             "2.8.18">
  • general/prog/ruby.xml

    rafe66bc3 ra1813d08  
    3535    <application>Ruby</application> development environment. This
    3636    is useful for object-oriented scripting.</para>
     37
     38    <!-- FIXME -->
     39    <para>If you intend to link this application to <xref linkend="openssl"/>
     40    you will need to use ruby-1.9.2-p0 or newer.</para>
    3741
    3842    <bridgehead renderas="sect3">Package Information</bridgehead>
  • introduction/welcome/changelog.xml

    rafe66bc3 ra1813d08  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>November 18th, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Updated to openssl-1.0.0b to fix CVE-2010-3864 (fixes ticket
     49          <ulink url="&blfs-ticket-root;3146">#3146</ulink>)</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
    4353
    4454    <listitem>
  • postlfs/security/heimdal.xml

    rafe66bc3 ra1813d08  
    6363    <ulink url="&files-anduin;/heimdal-overwrites"/> for a complete list of
    6464    all the files and commands to rename each of them.</para>
     65
     66    <!-- FIXME -->
     67    <para>If you intend to link this application to <xref linkend="openssl"/>
     68    you will need to use the heimdal-1.4 series.</para>
    6569
    6670    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/security/openssl.xml

    rafe66bc3 ra1813d08  
    77  <!ENTITY openssl-download-http "http://www.openssl.org/source/openssl-&openssl-version;.tar.gz">
    88  <!ENTITY openssl-download-ftp  "ftp://ftp.openssl.org/source/openssl-&openssl-version;.tar.gz">
    9   <!ENTITY openssl-md5sum        "076d8efc3ed93646bd01f04e23c07066">
    10   <!ENTITY openssl-size          "3.7 MB">
     9  <!ENTITY openssl-md5sum        "104deb3b7e6820cae6de3f49ba0ff2b0">
     10  <!ENTITY openssl-size          "3.9 MB">
    1111  <!ENTITY ca-bundle-download    "http://anduin.linuxfromscratch.org/files/BLFS/BLFS-ca-bundle-&ca-bundle-version;.tar.bz2">
    12   <!ENTITY ca-bundle-size        "224 KB">
    13   <!ENTITY ca-bundle-md5sum      "84287d75a4137d00020b1b89a472f5e7">
    14   <!ENTITY openssl-buildsize     "47 MB">
    15   <!ENTITY openssl-time          "1.2 SBU (additional 0.3 SBU to run the test suite)">
     12  <!ENTITY ca-bundle-size        "196 KB">
     13  <!ENTITY ca-bundle-md5sum      "da705ed29e5abcb42d498bcc86d1e62e">
     14  <!ENTITY openssl-buildsize     "54 MB">
     15  <!ENTITY openssl-time          "1.2 SBU (additional 0.4 SBU to run the test suite)">
    1616]>
    1717
     
    7575    <itemizedlist spacing='compact'>
    7676      <listitem>
    77         <para>Required patch: <ulink
    78         url="&patch-root;/openssl-&openssl-version;-fix_manpages-1.patch"/></para>
     77        <para>Required patches: <ulink
     78        url="&patch-root;/openssl-&openssl-version;-fix_manpages-1.patch"/> and
     79        <ulink url="&patch-root;/openssl-&openssl-version;-fix_testsuite-1.patch"/></para>
    7980      </listitem>
    8081    </itemizedlist>
     
    8485    <bridgehead renderas="sect4">Optional</bridgehead>
    8586    <para role="optional"><xref linkend="mitkrb"/> or
    86     <xref linkend="heimdal"/>, and <xref linkend="bc"/> (required to run the
    87     test suite during the build)</para>
     87    <xref linkend="heimdal"/>, and <xref linkend="bc"/> (required for full
     88    coverage by the test suite during the build)</para>
    8889
    8990    <para condition="html" role="usernotes">User Notes:
     
    99100
    100101<screen><userinput>patch -Np1 -i ../openssl-&openssl-version;-fix_manpages-1.patch &amp;&amp;
     102patch -Np1 -i ../openssl-&openssl-version;-fix_testsuite-1.patch &amp;&amp;
    101103tar -vxf ../BLFS-ca-bundle-&ca-bundle-version;.tar.bz2 &amp;&amp;
    102104
     
    228230        <seg>libcrypto.{so,a}, libssl.{so,a}, and additional encryption
    229231        libraries in /usr/lib/engines/ (lib4758cca.so, libaep.so,
    230         libatalla.so, libcapi.so, libchil.so, libcswift.so, libgmp.so, libnuron.so,
    231         libsureware.so, and libubsec.so)</seg>
    232         <seg>/etc/ssl, /usr/include/ssl, /usr/lib/engines
     232        libatalla.so, libcapi.so, libchil.so, libcswift.so, libgmp.so,
     233        libgost.so, libnuron.so, libpadlock.so, libsureware.so, and
     234        libubsec.so)</seg>
     235        <seg>/etc/ssl, /usr/include/openssl, /usr/lib/engines
    233236        and /usr/share/doc/openssl-&openssl-version;</seg>
    234237      </seglistitem>
  • server/databases/postgresql.xml

    rafe66bc3 ra1813d08  
    4141    existing BLFS instructions. Note that versions other than the one shown
    4242    in the download URLs have not been tested in a BLFS environment.</para>
     43
     44    <!-- FIXME -->
     45    <para>If you intend to link this application to <xref linkend="openssl"/>
     46    you will need to move to a newer version of <application>PostgreSQL</application>,
     47    1.9.0.1 is known to build.</para>
    4348
    4449    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.