Changeset 5ff2b55


Ignore:
Timestamp:
02/13/2018 08:41:09 AM (6 years ago)
Author:
Pierre Labastie <pieere@…>
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:
8b28cb4a
Parents:
411857f9
Message:

dovecot-2.3.0

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r411857f9 r5ff2b55  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "12">                   <!-- Always 2 digits -->
     3<!ENTITY day          "13">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 12th, &year;">
     9<!ENTITY releasedate  "February 13th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r411857f9 r5ff2b55  
    4343-->
    4444    <listitem>
     45      <para>February 13th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Update to dovecot-2.3.0. Fixes
     49          <ulink url="&blfs-ticket-root;10209">#10209</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>February 12th, 2018</para>
    4656      <itemizedlist>
     
    5565        <listitem>
    5666          <para>[pierre] - Update to thunderbird-52.6.0. Fixes
    57           <ulink url="&blfs-ticket-root;10305">#10306</ulink>.</para>
     67          <ulink url="&blfs-ticket-root;10306">#10306</ulink>.</para>
    5868        </listitem>
    5969      </itemizedlist>
  • packages.ent

    r411857f9 r5ff2b55  
    498498<!-- Chapter 21 -->
    499499<!ENTITY dovecot-major                "2">
    500 <!ENTITY dovecot-minor                "2">
    501 <!ENTITY dovecot-micro                "33.2">
     500<!ENTITY dovecot-minor                "3">
     501<!ENTITY dovecot-micro                "0">
    502502<!ENTITY dovecot-version              "&dovecot-major;.&dovecot-minor;.&dovecot-micro;">
    503503
  • server/mail/dovecot.xml

    r411857f9 r5ff2b55  
    88  "https://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz">
    99  <!ENTITY dovecot-download-ftp  " ">
    10   <!ENTITY dovecot-md5sum        "85c3e903870aee914be93889a6ea98ea">
    11   <!ENTITY dovecot-size          "5.8 MB">
    12   <!ENTITY dovecot-buildsize     "336 MB (add 25 MB for tests)">
    13   <!ENTITY dovecot-time          "1.9 SBU (add 1.3 SBU for tests)">
     10  <!ENTITY dovecot-md5sum        "a8802617ddf68972f5f97bd8677e5856">
     11  <!ENTITY dovecot-size          "6.3 MB">
     12  <!ENTITY dovecot-buildsize     "172 MB (add 6.7 MB for tests)">
     13  <!ENTITY dovecot-time          "0.9 SBU (add 1.9 SBU for tests)">
    1414]>
    1515
     
    8888      <xref linkend="libcap-pam"/>,
    8989      <xref linkend="linux-pam"/>,
     90      <xref linkend="lua"/>,
    9091      <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
    9192      <xref linkend="mitkrb"/> (for GSSAPI support),
Note: See TracChangeset for help on using the changeset viewer.