Changeset 99f86349


Ignore:
Timestamp:
07/25/2020 09:08:34 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
6be5958a
Parents:
a41a3ea9
Message:

Update to postfix-3.5.5.
Update to xfsprogs-5.7.0.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    ra41a3ea9 r99f86349  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to postfix-3.5.5. Fixes
     49          <ulink url="&blfs-ticket-root;13842">#13842</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to xfsprogs-5.7.0. Fixes
     53          <ulink url="&blfs-ticket-root;13841">#13841</ulink>.</para>
     54        </listitem>
     55        <listitem>
    4856          <para>[renodr] - Update to nss-3.55 (Security Update). Fixes
    4957          <ulink url="&blfs-ticket-root;13840">#13840</ulink>.</para>
  • packages.ent

    ra41a3ea9 r99f86349  
    5858<!ENTITY smartmontools-version        "7.1">
    5959<!ENTITY sshfs-version                "3.7.0">
    60 <!ENTITY xfsprogs-version             "5.6.0">
     60<!ENTITY xfsprogs-version             "5.7.0">
    6161
    6262<!-- Chapter 6 -->
     
    654654
    655655<!ENTITY exim-version                 "4.94">
    656 <!ENTITY postfix-version              "3.5.4">
     656<!ENTITY postfix-version              "3.5.5">
    657657<!ENTITY sendmail-version             "8.16.1">
    658658
  • postlfs/filesystems/xfsprogs.xml

    ra41a3ea9 r99f86349  
    77  <!ENTITY xfsprogs-download-http "&kernel-dl;/linux/utils/fs/xfs/xfsprogs/xfsprogs-&xfsprogs-version;.tar.xz">
    88  <!ENTITY xfsprogs-download-ftp  " ">
    9   <!ENTITY xfsprogs-md5sum        "71c709b74b456f8e0b047e57651ff86e">
     9  <!ENTITY xfsprogs-md5sum        "4aeba534cf91f24169c64e1073b9ef27">
    1010  <!ENTITY xfsprogs-size          "1.2 MB">
    11   <!ENTITY xfsprogs-buildsize     "60 MB">
     11  <!ENTITY xfsprogs-buildsize     "57 MB">
    1212  <!ENTITY xfsprogs-time          "0.3 SBU (Using parallelism=4)">
    1313]>
     
    103103 <screen><userinput>make DEBUG=-DNDEBUG     \
    104104     INSTALL_USER=root  \
    105      INSTALL_GROUP=root \
    106      LOCAL_CONFIGURE_OPTIONS="--enable-readline"</userinput></screen>
     105     INSTALL_GROUP=root</userinput></screen>
    107106
    108107    <para>
     
    134133      <parameter>INSTALL_USER=root INSTALL_GROUP=root</parameter>: This
    135134      sets the owner and group of the installed files.
    136     </para>
    137 
    138     <para>
    139       <parameter>LOCAL_CONFIGURE_OPTIONS="..."</parameter>: This passes
    140       extra configuration options to the <filename>configure</filename> script.
    141       The example <parameter>--enable-readline</parameter> parameter
    142       enables linking the XFS programs with the
    143       <filename class="libraryfile">libreadline.so</filename> library, in order
    144       to allow editing interactive commands.
    145135    </para>
    146136
  • server/mail/postfix.xml

    ra41a3ea9 r99f86349  
    77  <!ENTITY postfix-download-http " ">
    88  <!ENTITY postfix-download-ftp  "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz">
    9   <!ENTITY postfix-md5sum        "9a781213330e9aa9d0ccd81ea45ed598">
     9  <!ENTITY postfix-md5sum        "b690197182968e7608effffa1ba12d1a">
    1010  <!ENTITY postfix-size          "4.4 MB">
    1111  <!ENTITY postfix-buildsize     "160 MB">
    12   <!ENTITY postfix-time          "0.5 SBU">
     12  <!ENTITY postfix-time          "0.2 SBU (Using parallelism=4)">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.