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
This commit is contained in:
Bruce Dubbs 2020-07-25 21:08:34 +00:00
parent a41a3ea96a
commit 99f8634910
4 changed files with 15 additions and 17 deletions

View File

@ -44,6 +44,14 @@
<listitem>
<para>July 25th, 2020</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to postfix-3.5.5. Fixes
<ulink url="&blfs-ticket-root;13842">#13842</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to xfsprogs-5.7.0. Fixes
<ulink url="&blfs-ticket-root;13841">#13841</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Update to nss-3.55 (Security Update). Fixes
<ulink url="&blfs-ticket-root;13840">#13840</ulink>.</para>

View File

@ -57,7 +57,7 @@
<!ENTITY reiser-version "3.6.27">
<!ENTITY smartmontools-version "7.1">
<!ENTITY sshfs-version "3.7.0">
<!ENTITY xfsprogs-version "5.6.0">
<!ENTITY xfsprogs-version "5.7.0">
<!-- Chapter 6 -->
<!ENTITY bluefish-version "2.2.11">
@ -653,7 +653,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!--<!ENTITY dovecot-version "&dovecot-major;.&dovecot-minor;.&dovecot-micro;"> -->
<!ENTITY exim-version "4.94">
<!ENTITY postfix-version "3.5.4">
<!ENTITY postfix-version "3.5.5">
<!ENTITY sendmail-version "8.16.1">
<!-- Chapter 22 -->

View File

@ -6,9 +6,9 @@
<!ENTITY xfsprogs-download-http "&kernel-dl;/linux/utils/fs/xfs/xfsprogs/xfsprogs-&xfsprogs-version;.tar.xz">
<!ENTITY xfsprogs-download-ftp " ">
<!ENTITY xfsprogs-md5sum "71c709b74b456f8e0b047e57651ff86e">
<!ENTITY xfsprogs-md5sum "4aeba534cf91f24169c64e1073b9ef27">
<!ENTITY xfsprogs-size "1.2 MB">
<!ENTITY xfsprogs-buildsize "60 MB">
<!ENTITY xfsprogs-buildsize "57 MB">
<!ENTITY xfsprogs-time "0.3 SBU (Using parallelism=4)">
]>
@ -102,8 +102,7 @@
<screen><userinput>make DEBUG=-DNDEBUG \
INSTALL_USER=root \
INSTALL_GROUP=root \
LOCAL_CONFIGURE_OPTIONS="--enable-readline"</userinput></screen>
INSTALL_GROUP=root</userinput></screen>
<para>
This package does not come with a test suite.
@ -135,15 +134,6 @@ ln -sfv ../../lib/libhandle.so.1 /usr/lib/libhandle.so</userinput></screen>
sets the owner and group of the installed files.
</para>
<para>
<parameter>LOCAL_CONFIGURE_OPTIONS="..."</parameter>: This passes
extra configuration options to the <filename>configure</filename> script.
The example <parameter>--enable-readline</parameter> parameter
enables linking the XFS programs with the
<filename class="libraryfile">libreadline.so</filename> library, in order
to allow editing interactive commands.
</para>
<para>
<option>OPTIMIZER="..."</option>: Adding this parameter to
the end of the <command>make</command> command overrides the

View File

@ -6,10 +6,10 @@
<!ENTITY postfix-download-http " ">
<!ENTITY postfix-download-ftp "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz">
<!ENTITY postfix-md5sum "9a781213330e9aa9d0ccd81ea45ed598">
<!ENTITY postfix-md5sum "b690197182968e7608effffa1ba12d1a">
<!ENTITY postfix-size "4.4 MB">
<!ENTITY postfix-buildsize "160 MB">
<!ENTITY postfix-time "0.5 SBU">
<!ENTITY postfix-time "0.2 SBU (Using parallelism=4)">
]>
<sect1 id="postfix" xreflabel="Postfix-&postfix-version;">