Changeset 99f86349
- Timestamp:
- 07/25/2020 09:08:34 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 6be5958a
- Parents:
- a41a3ea9
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
ra41a3ea9 r99f86349 46 46 <itemizedlist> 47 47 <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> 48 56 <para>[renodr] - Update to nss-3.55 (Security Update). Fixes 49 57 <ulink url="&blfs-ticket-root;13840">#13840</ulink>.</para> -
packages.ent
ra41a3ea9 r99f86349 58 58 <!ENTITY smartmontools-version "7.1"> 59 59 <!ENTITY sshfs-version "3.7.0"> 60 <!ENTITY xfsprogs-version "5. 6.0">60 <!ENTITY xfsprogs-version "5.7.0"> 61 61 62 62 <!-- Chapter 6 --> … … 654 654 655 655 <!ENTITY exim-version "4.94"> 656 <!ENTITY postfix-version "3.5. 4">656 <!ENTITY postfix-version "3.5.5"> 657 657 <!ENTITY sendmail-version "8.16.1"> 658 658 -
postlfs/filesystems/xfsprogs.xml
ra41a3ea9 r99f86349 7 7 <!ENTITY xfsprogs-download-http "&kernel-dl;/linux/utils/fs/xfs/xfsprogs/xfsprogs-&xfsprogs-version;.tar.xz"> 8 8 <!ENTITY xfsprogs-download-ftp " "> 9 <!ENTITY xfsprogs-md5sum " 71c709b74b456f8e0b047e57651ff86e">9 <!ENTITY xfsprogs-md5sum "4aeba534cf91f24169c64e1073b9ef27"> 10 10 <!ENTITY xfsprogs-size "1.2 MB"> 11 <!ENTITY xfsprogs-buildsize " 60MB">11 <!ENTITY xfsprogs-buildsize "57 MB"> 12 12 <!ENTITY xfsprogs-time "0.3 SBU (Using parallelism=4)"> 13 13 ]> … … 103 103 <screen><userinput>make DEBUG=-DNDEBUG \ 104 104 INSTALL_USER=root \ 105 INSTALL_GROUP=root \ 106 LOCAL_CONFIGURE_OPTIONS="--enable-readline"</userinput></screen> 105 INSTALL_GROUP=root</userinput></screen> 107 106 108 107 <para> … … 134 133 <parameter>INSTALL_USER=root INSTALL_GROUP=root</parameter>: This 135 134 sets the owner and group of the installed files. 136 </para>137 138 <para>139 <parameter>LOCAL_CONFIGURE_OPTIONS="..."</parameter>: This passes140 extra configuration options to the <filename>configure</filename> script.141 The example <parameter>--enable-readline</parameter> parameter142 enables linking the XFS programs with the143 <filename class="libraryfile">libreadline.so</filename> library, in order144 to allow editing interactive commands.145 135 </para> 146 136 -
server/mail/postfix.xml
ra41a3ea9 r99f86349 7 7 <!ENTITY postfix-download-http " "> 8 8 <!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"> 10 10 <!ENTITY postfix-size "4.4 MB"> 11 11 <!ENTITY postfix-buildsize "160 MB"> 12 <!ENTITY postfix-time "0. 5 SBU">12 <!ENTITY postfix-time "0.2 SBU (Using parallelism=4)"> 13 13 ]> 14 14
Note:
See TracChangeset
for help on using the changeset viewer.