Changeset 03da570f for postlfs


Ignore:
Timestamp:
07/09/2015 10:18:16 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 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:
fd6df75
Parents:
d79e535
Message:

Update to openssl-1.0.2d.
Update to bluez-5.32.
Update to poppler-0.34.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/openssl.xml

    rd79e535 r03da570f  
    99  <!ENTITY openssl-download-ftp
    1010           "ftp://openssl.org/source/openssl-&openssl-version;.tar.gz">
    11   <!ENTITY openssl-md5sum        "8c8d81a9ae7005276e486702edbcd4b6">
     11  <!ENTITY openssl-md5sum        "38dd619b2e77cbac69b99f52a053d25a">
    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     "49 MB (additional 2 MB for tests)">
     14  <!ENTITY openssl-time          "1.0 SBU (additional 0.3 SBU for tests)">
    1515]>
    1616
     
    7575      </listitem>
    7676    </itemizedlist>
    77 
     77<!--
    7878    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7979    <itemizedlist spacing="compact">
     
    8585      </listitem>
    8686    </itemizedlist>
    87 
     87-->
    8888    <bridgehead renderas="sect3">OpenSSL Dependencies</bridgehead>
    8989
     
    108108     Might break packaging. -->
    109109
    110 <screen><userinput>patch -Np1 -i ../openssl-&openssl-version;-fix_parallel_build-1.patch &amp;&amp;
    111 
    112 ./config --prefix=/usr         \
     110<!-- Parallel build for version 1.0.2d at -j8 works for me without the patch.
     111     But it only reduces build time from 1.0 to 0.7 SBU - Bruce
     112
     113<screen><userinput>patch -Np1 -i ../openssl-&openssl-version;-fix_parallel_build-1.patch &amp;&amp;-->
     114<screen><userinput>./config --prefix=/usr         \
    113115         --openssldir=/etc/ssl \
    114116         --libdir=lib          \
Note: See TracChangeset for help on using the changeset viewer.