Ignore:
Timestamp:
10/16/2019 03:04:38 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
d7bbb40
Parents:
bb8b4003
Message:

Update to gnome-online-accounts-3.34.1
Update to libsoup-2.68.2
Update to dconf-editor-3.34.2
Update to parted-3.3
Update to samba-4.11.0
Update to gvfs-1.42.1
Fix the download size in Volume_Key
Correct the rndc-confgen command in BIND9, as well as update some paths.

Please be aware that this version of Samba does not support SMBv1 anymore, and clients
that utilize that protocol will be completely unable to connect to the server.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/parted.xml

    rbb8b4003 rcdf0106  
    77  <!ENTITY parted-download-http "&gnu-http;/parted/parted-&parted-version;.tar.xz">
    88  <!ENTITY parted-download-ftp  "&gnu-ftp;/parted/parted-&parted-version;.tar.xz">
    9   <!ENTITY parted-md5sum        "0247b6a7b314f8edeb618159fa95f9cb">
    10   <!ENTITY parted-size          "1.6 MB">
    11   <!ENTITY parted-buildsize     "27 MB (additional 2 MB for the tests and additional 1 MB for optional PDF and Postscript documentation)">
    12   <!ENTITY parted-time          "0.4 SBU (additional 0.6 SBU for the tests)">
     9  <!ENTITY parted-md5sum        "090655d05f3c471aa8e15a27536889ec">
     10  <!ENTITY parted-size          "1.7 MB">
     11  <!ENTITY parted-buildsize     "34 MB (additional 3 MB for the tests and additional 1 MB for optional PDF and Postscript documentation)">
     12  <!ENTITY parted-time          "0.3 SBU (additional 1.7 SBU for the tests)">
    1313]>
    1414
     
    5858      </listitem>
    5959    </itemizedlist>
    60 
     60    <!--
    6161      <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6262      <itemizedlist spacing="compact">
     
    6868        </listitem>
    6969      </itemizedlist>
    70 
     70    This seems to be unneeded now. The fix was merged. -->
    7171    <bridgehead renderas="sect3">Parted Dependencies</bridgehead>
    7272
     
    7979    <bridgehead renderas="sect4">Optional</bridgehead>
    8080    <para role="optional">
    81       <xref linkend="pth"/> and
    82       <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
     81      <xref linkend="pth"/>,
     82      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>), and
     83      <ulink url="https://metacpan.org/pod/Digest::CRC">Digest::CRC</ulink> (for tests)
    8384    </para>
    8485
     
    9091  <sect2 role="installation">
    9192    <title>Installation of parted</title>
    92 
     93    <!--
    9394    <para>
    9495      If you want to build without device mapper support, a fix is necessary:
     
    9697
    9798<screen><userinput>patch -Np1 -i ../parted-&parted-version;-devmapper-1.patch</userinput></screen>
    98 
     99    -->
    99100    <para>
    100101      Install <application>Parted</application> by running the following
     
    102103    </para>
    103104
    104 <screen><userinput>sed -i '/utsname.h/a#include &lt;sys/sysmacros.h&gt;' libparted/arch/linux.c &amp;&amp;
    105 
    106 ./configure --prefix=/usr --disable-static &amp;&amp;
     105<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    107106make &amp;&amp;
    108107
     
    118117dvips                -o doc/parted.ps  doc/parted.dvi</userinput></screen>
    119118
    120     <para>If you wish to run the test suite, first remove a test that normally
    121     fails in BLFS (because it needs a locale C.UTF-8):</para>
    122 
    123 <screen remap="test"><userinput>sed -i '/t0251-gpt-unicode.sh/d' tests/Makefile</userinput></screen>
     119    <para>If you wish to run the test suite, first remove a couple of tests
     120    that are known to fail in a BLFS environment:</para>
     121 <!-- One of these is due to a C locale, and another is a problem in LVM. -->
     122<screen remap="test"><userinput>sed -i '/t0251-gpt-unicode.sh/d' tests/Makefile &amp;&amp;
     123sed -i '/t6002-dm-busy.sh/d' tests/Makefile</userinput></screen>
    124124
    125125    <para>
     
    160160  <sect2 role="commands">
    161161    <title>Command Explanations</title>
    162 
    163     <para>
    164       <command>sed ...</command>: Add a header to allow building with glibc-2.28
    165       or later.
    166     </para>
    167162
    168163    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.