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

File:
1 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>
Note: See TracChangeset for help on using the changeset viewer.