Changeset 0e5eac44


Ignore:
Timestamp:
03/01/2017 06:35:32 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
e4d05434
Parents:
b64225a3
Message:

Update to postfix-3.2.0.
Update to libgpg-error-1.27.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb64225a3 r0e5eac44  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "28">                   <!-- Always 2 digits -->
    4 <!ENTITY month        "02">                   <!-- Always 2 digits -->
     3<!ENTITY day          "01">                   <!-- Always 2 digits -->
     4<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
    66<!ENTITY copyrightdate "2001-&year;">
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 28th &year;">
     9<!ENTITY releasedate  "March 1st &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/libgpg-error.xml

    rb64225a3 r0e5eac44  
    77  <!ENTITY libgpg-error-download-http " ">
    88  <!ENTITY libgpg-error-download-ftp  "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-&libgpg-error-version;.tar.bz2">
    9   <!ENTITY libgpg-error-md5sum        "97456709dbbcbb69354317ffe3e347cd">
    10   <!ENTITY libgpg-error-size          "780 KB">
    11   <!ENTITY libgpg-error-buildsize     "8.8 MB (with tests)">
     9  <!ENTITY libgpg-error-md5sum        "5217ef3e76a7275a2a3b569a12ddc989">
     10  <!ENTITY libgpg-error-size          "796 KB">
     11  <!ENTITY libgpg-error-buildsize     "7.8 MB (with tests)">
    1212  <!ENTITY libgpg-error-time          "less than 0.1 SBU (with tests)">
    1313]>
  • introduction/welcome/changelog.xml

    rb64225a3 r0e5eac44  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>March 1st, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to postfix-3.2.0. Fixes
     49          <ulink url="&blfs-ticket-root;8943">#8943</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to libgpg-error-1.27. Fixes
     53          <ulink url="&blfs-ticket-root;8941">#8941</ulink>.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
    4458    <listitem>
    4559      <para>February 28th, 2017</para>
  • packages.ent

    rb64225a3 r0e5eac44  
    126126<!ENTITY libgcrypt-version            "1.7.6">
    127127<!ENTITY libglade-version             "2.6.4">
    128 <!ENTITY libgpg-error-version         "1.26">
     128<!ENTITY libgpg-error-version         "1.27">
    129129<!ENTITY libgsf-version               "1.14.41">
    130130<!ENTITY libgudev-version             "231">
     
    467467
    468468<!ENTITY exim-version                 "4.88">
    469 <!ENTITY postfix-version              "3.1.4">
     469<!ENTITY postfix-version              "3.2.0">
    470470<!ENTITY sendmail-version             "8.15.2">
    471471
  • server/mail/postfix.xml

    rb64225a3 r0e5eac44  
    66
    77  <!ENTITY postfix-download-http " ">
    8   <!ENTITY postfix-download-ftp
    9            "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz">
    10   <!ENTITY postfix-md5sum        "878a059d92ee3b093d7d3e97248c915d">
    11   <!ENTITY postfix-size          "4.1 MB">
    12   <!ENTITY postfix-buildsize     "174 MB">
     8  <!ENTITY postfix-download-ftp  "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz">
     9  <!ENTITY postfix-md5sum        "ef0729ef04198b28488ad40880bdf922">
     10  <!ENTITY postfix-size          "4.2 MB">
     11  <!ENTITY postfix-buildsize     "179 MB">
    1312  <!ENTITY postfix-time          "0.4 SBU">
    1413]>
Note: See TracChangeset for help on using the changeset viewer.