Changeset 2c5dfc2d


Ignore:
Timestamp:
04/30/2015 04:47:53 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
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:
e8da83b3
Parents:
288e723d
Message:

Dovecot-2.2.16 Security Issue: CVE-2015-3420.
Update to apr-1.5.2.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/apr.xml

    r288e723d r2c5dfc2d  
    99  <!ENTITY apr-download-ftp
    1010    "ftp://ftp.mirrorservice.org/sites/ftp.apache.org/apr/apr-&apr-version;.tar.bz2">
    11   <!ENTITY apr-md5sum        "5486180ec5a23efb5cae6d4292b300ab">
    12   <!ENTITY apr-size          "800 KB">
    13   <!ENTITY apr-buildsize     "12 MB (additional 2 MB for the tests)">
    14   <!ENTITY apr-time          "0.3 SBU (1.1 with tests)">
     11  <!ENTITY apr-md5sum        "4e9769f3349fe11fc0a5e1b224c236aa">
     12  <!ENTITY apr-size          "808 KB">
     13  <!ENTITY apr-buildsize     "13 MB (additional 3 MB for the tests)">
     14  <!ENTITY apr-time          "0.2 SBU (1.1 with tests)">
    1515]>
    1616
  • introduction/welcome/changelog.xml

    r288e723d r2c5dfc2d  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>April 30th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to apr-1.5.2. Fixes
     52          <ulink url="&blfs-ticket-root;6445">#6445</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - Dovecot-2.2.16 Security Issue: CVE-2015-3420. Fixes
     56          <ulink url="&blfs-ticket-root;6444">#6444</ulink>.</para>
     57        </listitem>
     58      </itemizedlist>
     59    </listitem>
    4660
    4761    <listitem>
  • packages.ent

    r288e723d r2c5dfc2d  
    6969<!-- Part III -->
    7070<!-- Chapter 9 -->
    71 <!ENTITY apr-version                  "1.5.1">
     71<!ENTITY apr-version                  "1.5.2">
    7272<!ENTITY apr-util-version             "1.5.4">
    7373<!ENTITY aspell-version               "0.60.6.1">
  • server/mail/dovecot.xml

    r288e723d r2c5dfc2d  
    3939    </para>
    4040
    41     &lfs77_checked;
     41    &lfs77_checked; &gcc5_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7171        <para>
    7272          Estimated build time: &dovecot-time;
     73        </para>
     74      </listitem>
     75    </itemizedlist>
     76
     77    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     78    <itemizedlist spacing='compact'>
     79      <listitem>
     80        <para>Required patch: <ulink
     81        url="&patch-root;/dovecot-&dovecot-version;-CVE_2015_3420-1.patch"/>
    7382        </para>
    7483      </listitem>
     
    117126    </para>
    118127
    119 <screen><userinput>./configure --prefix=/usr \
     128<screen><userinput>patch -Np1 -i ../dovecot-&dovecot-version;-CVE_2015_3420-1.patch &amp;&amp;
     129./configure --prefix=/usr \
    120130            --sysconfdir=/etc \
    121131            --localstatedir=/var \
Note: See TracChangeset for help on using the changeset viewer.