Changeset 4801ff50


Ignore:
Timestamp:
12/23/2017 03:41:30 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
dc436a1
Parents:
5344b56
Message:

Update to boost_1_66_0.
Update to exim-4.90.
Update to Archive-Zip-1.60 (perl module).
Update to File-Slurper-0.011 (perl module).

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/boost.xml

    r5344b56 r4801ff50  
    77  <!ENTITY boost-download-http "https://dl.bintray.com/boostorg/release/&boost-version;/source/boost_&boost-dl-version;.tar.bz2">
    88  <!ENTITY boost-download-ftp  " ">
    9   <!ENTITY boost-md5sum        "41d7542ce40e171f3f7982aff008ff0d">
    10   <!ENTITY boost-size          "78 MB">
    11   <!ENTITY boost-buildsize     "849 MB (with regression tests)">
    12   <!ENTITY boost-time          "1.7 SBU (using -j4; add 2.2 SBU for regression tests)">
     9  <!ENTITY boost-md5sum        "b2dfbd6c717be4a7bb2d88018eaccf75">
     10  <!ENTITY boost-size          "82 MB">
     11  <!ENTITY boost-buildsize     "875 MB (add 2 MB for checks)">
     12  <!ENTITY boost-time          "1.2 SBU (using -j4; add 2.2 SBU for tests)">
    1313]>
    1414
     
    112112
    113113    <para>
    114       To run the Boost.Build's regression test (<xref linkend="python2"/>
    115       is required), issue <command>pushd tools/build/test; python test_all.py;
    116       popd</command>. All 131 tests should pass.
     114      To run the Boost.Build's regression test, (<xref linkend="python2"/>
     115      is required).  In addition, one file needs to be renamed
     116      to avoid a conflict with a standard python module. 
     117      Run the tests with: issue <command>pushd tools/build/test;
     118      mv zlib.py zlib.py-orig; python test_all.py; popd</command>.
     119      All 133 tests should pass.
    117120    </para>
    118121
     
    138141    <title>Command Explanations</title>
    139142
    140 <!--    <para>
    141       <command>sed ... has_binary_operator.hpp</command>: This command
    142       fixes a header to overcome a problem with Qt's moc command.  It
    143       is necessary for building some KDE packages.
    144     </para>
    145 -->
    146143    <para>
    147144      <parameter>threading=multi</parameter>: This parameter ensures that
  • general/prog/perl-modules.xml

    r5344b56 r4801ff50  
    1010
    1111  <!ENTITY Archive-Zip-download-http "&perl_authors;/id/P/PH/PHRED/Archive-Zip-&Archive-Zip-version;.tar.gz">
    12   <!ENTITY Archive-Zip-md5sum "b649a593391573f9382cef8c08d1d5ba">
     12  <!ENTITY Archive-Zip-md5sum "ae7c617cdf909809b9b2210e620b03ca">
    1313
    1414  <!ENTITY autovivification-download-http "&perl_authors;/id/V/VP/VPIT/autovivification-&autovivification-version;.tar.gz">
     
    5858
    5959  <!ENTITY File-Slurper-download-http "&perl_authors;/id/L/LE/LEONT/File-Slurper-&File-Slurper-version;.tar.gz">
    60   <!ENTITY File-Slurper-md5sum "e3d593d0c5b689076b07f2ca93f3c5c9">
     60  <!ENTITY File-Slurper-md5sum "e0482d3d5a0522e39132ba54af9f1ce3">
    6161
    6262  <!ENTITY File-Which-download-http "&perl_authors;/id/P/PL/PLICEASE/File-Which-&File-Which-version;.tar.gz">
  • introduction/welcome/changelog.xml

    r5344b56 r4801ff50  
    4545      <para>December 22nd, 2017</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to boost_1_66_0. Fixes
     49          <ulink url="&blfs-ticket-root;10183">#10183</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to exim-4.90. Fixes
     53          <ulink url="&blfs-ticket-root;10193">#10193</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Update to Archive-Zip-1.60 (perl module). Fixes
     57          <ulink url="&blfs-ticket-root;10195">#10195</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[bdubbs] - Update to File-Slurper-0.011 (perl module). Fixes
     61          <ulink url="&blfs-ticket-root;10186">#10186</ulink>.</para>
     62        </listitem>
    4763        <listitem>
    4864          <para>[bdubbs] - Update to harfbuzz-1.7.4. Fixes
  • packages.ent

    r5344b56 r4801ff50  
    9090
    9191<!ENTITY boost-major                  "1">
    92 <!ENTITY boost-minor                  "65">
    93 <!ENTITY boost-patch                  "1">
     92<!ENTITY boost-minor                  "66">
     93<!ENTITY boost-patch                  "0">
    9494<!ENTITY boost-version                "&boost-major;.&boost-minor;.&boost-patch;">
    9595<!ENTITY boost-dl-version             "&boost-major;_&boost-minor;_&boost-patch;">
     
    355355<!-- Perl module versions used in the Perl Modules instructions -->
    356356<!ENTITY autovivification-version     "0.18">
    357 <!ENTITY Archive-Zip-version          "1.59">
     357<!ENTITY Archive-Zip-version          "1.60">
    358358<!ENTITY Business-ISBN-version        "3.004">
    359359<!ENTITY Business-ISMN-version        "1.131">
     
    370370<!ENTITY Error-version                "0.17025">
    371371<!ENTITY File-BaseDir-version         "0.07">
    372 <!ENTITY File-Slurper-version         "0.010">
     372<!ENTITY File-Slurper-version         "0.011">
    373373<!ENTITY File-Which-version           "1.22">
    374374<!ENTITY HTML-Parser-version          "3.72">
     
    502502<!ENTITY dovecot-version              "&dovecot-major;.&dovecot-minor;.&dovecot-micro;">
    503503
    504 <!ENTITY exim-version                 "4.89">
     504<!ENTITY exim-version                 "4.90">
    505505<!ENTITY postfix-version              "3.2.4">
    506506<!ENTITY sendmail-version             "8.15.2">
  • server/mail/exim.xml

    r5344b56 r4801ff50  
    1313  <!-- if above don't work, please use one of the official mirrors at
    1414       http://www.exim.org/mirmon/ftp_mirrors.html -->
    15   <!ENTITY exim-md5sum          "b569ec80c495dffc54545895e680ed61">
     15  <!ENTITY exim-md5sum          "02aad0b2692968ba7ea96d6e4253b898">
    1616  <!ENTITY exim-size            "1.6 MB">
    1717  <!ENTITY exim-buildsize       "14 MB">
    1818  <!ENTITY exim-time            "0.2 SBU">
    19 
    20 
    2119
    2220  <!ENTITY exim-daemon-version  "&exim-version;-3">
     
    7573        shown at <ulink url="http://exim.org/docs.html"/>.</para>
    7674      </listitem>
    77       <listitem>
    78         <para>
    79           Recommended patch (prevents triggering CVE-2017-1000369 by using
    80           exim commands): <ulink
    81             url="&patch-root;/exim-&exim-version;-avoid_mem_clash-1.patch"/>
    82         </para>
    83       </listitem>
    84 
    8575    </itemizedlist>
    8676
     
    135125    commands:</para>
    136126
    137 <screen><userinput>patch -p1 -i ../exim-&exim-version;-avoid_mem_clash-1.patch &amp;&amp;
    138 sed -e 's,^BIN_DIR.*$,BIN_DIRECTORY=/usr/sbin,'    \
     127<screen><userinput>sed -e 's,^BIN_DIR.*$,BIN_DIRECTORY=/usr/sbin,'    \
    139128    -e 's,^CONF.*$,CONFIGURE_FILE=/etc/exim.conf,' \
    140129    -e 's,^EXIM_USER.*$,EXIM_USER=exim,'           \
     
    142131    -e '/USE_OPENSSL/s,^#,,'                       \
    143132    -e 's,^EXIM_MONITOR,#EXIM_MONITOR,' src/EDITME > Local/Makefile &amp;&amp;
     133
    144134printf "USE_GDBM = yes\nDBMLIB = -lgdbm\n" >> Local/Makefile &amp;&amp;
    145135make</userinput></screen>
     
    151141<!-- dev note: make INSTALL_ARG=-no_chown DESTDIR=<DESTDIR> install -->
    152142
    153 <screen role="root"><userinput>make install                                      &amp;&amp;
    154 install -v -m644 doc/exim.8 /usr/share/man/man8   &amp;&amp;
    155 install -v -d -m755 /usr/share/doc/exim-&exim-version;    &amp;&amp;
     143<screen role="root"><userinput>make install                                    &amp;&amp;
     144install -v -m644 doc/exim.8 /usr/share/man/man8 &amp;&amp;
     145
     146install -v -d -m755    /usr/share/doc/exim-&exim-version; &amp;&amp;
    156147install -v -m644 doc/* /usr/share/doc/exim-&exim-version; &amp;&amp;
    157 ln -sfv exim /usr/sbin/sendmail                   &amp;&amp;
     148
     149ln -sfv exim /usr/sbin/sendmail                 &amp;&amp;
    158150install -v -d -m750 -o exim -g exim /var/spool/exim</userinput></screen>
    159151
Note: See TracChangeset for help on using the changeset viewer.