Changeset 9e629a4


Ignore:
Timestamp:
08/17/2018 12:08:56 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
e738c51
Parents:
2f1053c
Message:

Update to libblockdev-2.19.
Update to libbytesize-1.4.

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

Files:
10 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/gobject-introspection.xml

    r2f1053c r9e629a4  
    3838    </para>
    3939
    40     &lfs82_checked;
     40    &lfs83_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genlib/libassuan.xml

    r2f1053c r9e629a4  
    4444    </para>
    4545
    46     &lfs82_checked;
     46    &lfs83_checked;
    4747
    4848    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genlib/libblockdev.xml

    r2f1053c r9e629a4  
    88    "https://github.com/storaged-project/libblockdev/releases/download/&libblockdev-version;-1/libblockdev-&libblockdev-version;.tar.gz">
    99  <!ENTITY libblockdev-download-ftp " ">
    10   <!ENTITY libblockdev-md5sum        "d01296478678e8bd7281ba250175c675">
    11   <!ENTITY libblockdev-size          "752 KB">
    12   <!ENTITY libblockdev-buildsize     "13 MB">
    13   <!ENTITY libblockdev-time          "0.1 SBU">
     10  <!ENTITY libblockdev-md5sum        "1abdd679cbf077bb373b484f6da31648">
     11  <!ENTITY libblockdev-size          "788 KB">
     12  <!ENTITY libblockdev-buildsize     "18 MB">
     13  <!ENTITY libblockdev-time          "0.2 SBU">
    1414]>
    1515
     
    8181      <xref linkend="gobject-introspection"/>,
    8282      <xref linkend="libbytesize"/>,
    83       <xref linkend="parted"/>, and
    84       <xref linkend="volume_key"/>
     83      <xref linkend="parted"/>,
     84      <xref linkend="volume_key"/>, and
     85      <xref linkend="yaml"/>
    8586    </para>
    8687
  • general/genlib/libbytesize.xml

    r2f1053c r9e629a4  
    77  <!ENTITY libbytesize-download-http "https://github.com/storaged-project/libbytesize/releases/download/&libbytesize-version;/libbytesize-&libbytesize-version;.tar.gz">
    88  <!ENTITY libbytesize-download-ftp  " ">
    9   <!ENTITY libbytesize-md5sum        "dd6dcd764e94833ca7ecae4c4893e52b">
     9  <!ENTITY libbytesize-md5sum        "aa9bd5a04546873714da2adbaaa9f283">
    1010  <!ENTITY libbytesize-size          "404 KB">
    11   <!ENTITY libbytesize-buildsize     "4.0 MB">
     11  <!ENTITY libbytesize-buildsize     "4.6 MB">
    1212  <!ENTITY libbytesize-time          "less than 0.1 SBU">
    1313]>
     
    3535    </para>
    3636
    37     &lfs82_checked;
     37    &lfs83_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genlib/yaml.xml

    r2f1053c r9e629a4  
    3636    </para>
    3737
    38     &lfs82_checked;
     38    &lfs83_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • introduction/welcome/changelog.xml

    r2f1053c r9e629a4  
    4545      <para>August 16th, 2018</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to libblockdev-2.19. Fixes
     49          <ulink url="&blfs-ticket-root;10885">#10885</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to libbytesize-1.4. Fixes
     53          <ulink url="&blfs-ticket-root;10987">#10987</ulink>.</para>
     54        </listitem>
    4755        <listitem>
    4856          <para>[ken] - Update to cups-filters-1.20.4. Fixes
  • packages.ent

    r2f1053c r9e629a4  
    128128<!ENTITY libatasmart-version          "0.19">
    129129<!ENTITY libatomic_ops-version        "7.6.4">
    130 <!ENTITY libblockdev-version          "2.17">
    131 <!ENTITY libbytesize-version          "1.3">
     130<!ENTITY libblockdev-version          "2.19">
     131<!ENTITY libbytesize-version          "1.4">
    132132<!ENTITY libcroco-version             "0.6.12">
    133133<!ENTITY libdaemon-version            "0.14">
  • postlfs/filesystems/parted.xml

    r2f1053c r9e629a4  
    3535    </para>
    3636
    37     &lfs82_checked;
     37    &lfs83_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    102102    </para>
    103103
    104 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     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;
    105107make &amp;&amp;
    106108
     
    148150  <sect2 role="commands">
    149151    <title>Command Explanations</title>
     152
     153    <para>
     154      <command>sed ...</command>: Add a header to allow building with glibc-2.28
     155      or later.
     156    </para>
    150157
    151158    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • postlfs/security/gpgme.xml

    r2f1053c r9e629a4  
    4242    </para>
    4343
    44     &lfs82_checked;
     44    &lfs83_checked;
    4545
    4646    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/security/volume_key.xml

    r2f1053c r9e629a4  
    3636    </para>
    3737
    38     &lfs82_checked;
     38    &lfs83_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.