Changeset 3534fb0a


Ignore:
Timestamp:
03/17/2016 01:08:55 PM (8 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
075290e
Parents:
c1cd6b15
Message:

Update to dovecot-2.2.22.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc1cd6b15 r3534fb0a  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "16">                   <!-- Always 2 digits -->
     3<!ENTITY day          "17">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 16th &year;">
     9<!ENTITY releasedate  "March 17th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rc1cd6b15 r3534fb0a  
    4545-->
    4646    <listitem>
     47      <para>March 17th, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[igor] - Update to dovecot-2.2.22. Fixes
     51          <ulink url="&blfs-ticket-root;7592">#7592</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4757      <para>March 16th, 2016</para>
    4858      <itemizedlist>
  • packages.ent

    rc1cd6b15 r3534fb0a  
    426426<!ENTITY dovecot-major                "2">
    427427<!ENTITY dovecot-minor                "2">
    428 <!ENTITY dovecot-micro                "21">
     428<!ENTITY dovecot-micro                "22">
    429429<!ENTITY dovecot-version              "&dovecot-major;.&dovecot-minor;.&dovecot-micro;">
    430430
  • server/mail/dovecot.xml

    rc1cd6b15 r3534fb0a  
    88  "http://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz">
    99  <!ENTITY dovecot-download-ftp  " ">
    10   <!ENTITY dovecot-md5sum        "28c39ab78a20f00701c26960d9190cf0">
    11   <!ENTITY dovecot-size          "4.8 MB">
     10  <!ENTITY dovecot-md5sum        "bc8057bd5bdfa0f8e80e2fef1082a241">
     11  <!ENTITY dovecot-size          "5.1 MB">
    1212  <!ENTITY dovecot-buildsize     "286 MB (with tests)">
    1313  <!ENTITY dovecot-time          "2.1 SBU (with tests)">
     
    7474      </listitem>
    7575    </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"/>
    82         </para>
    83       </listitem>
    84     </itemizedlist>-->
    8576
    8677    <bridgehead renderas="sect3">Dovecot Dependencies</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.