Changeset 8643898
- Timestamp:
- 03/03/2017 07:38:50 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c804901f
- Parents:
- 46a702ea
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r46a702ea r8643898 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 1"> <!-- Always 2 digits -->3 <!ENTITY day "03"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "March 1st&year;">9 <!ENTITY releasedate "March 3rd &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r46a702ea r8643898 42 42 </listitem> 43 43 --> 44 45 <listitem> 46 <para>March 3rd, 2017</para> 47 <itemizedlist> 48 <listitem> 49 <para>[pierre] - Update to dovecot-2.2.28. Fixes 50 <ulink url="&blfs-ticket-root;8918">#8918</ulink>.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 44 55 <listitem> 45 56 <para>March 1st, 2017</para> -
packages.ent
r46a702ea r8643898 463 463 <!ENTITY dovecot-major "2"> 464 464 <!ENTITY dovecot-minor "2"> 465 <!ENTITY dovecot-micro "2 7">465 <!ENTITY dovecot-micro "28"> 466 466 <!ENTITY dovecot-version "&dovecot-major;.&dovecot-minor;.&dovecot-micro;"> 467 467 -
server/mail/dovecot.xml
r46a702ea r8643898 8 8 "https://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz"> 9 9 <!ENTITY dovecot-download-ftp " "> 10 <!ENTITY dovecot-md5sum " 20133518f5bc0e64dd07ce55b83df2fb">11 <!ENTITY dovecot-size "5. 5MB">12 <!ENTITY dovecot-buildsize "29 4MB (add 16 MB for tests)">10 <!ENTITY dovecot-md5sum "fb46d90073252a0e3b7434988096206f"> 11 <!ENTITY dovecot-size "5.6 MB"> 12 <!ENTITY dovecot-buildsize "299 MB (add 16 MB for tests)"> 13 13 <!ENTITY dovecot-time "1.8 SBU (add 1 SBU for tests)"> 14 14 ]>
Note:
See TracChangeset
for help on using the changeset viewer.