Changeset 03bb997


Ignore:
Timestamp:
08/09/2018 04:31:22 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
c82398b2
Parents:
88191d22
Message:

Update to talloc-2.1.14
Update to vala-0.40.8
Update to yaml-0.2.1
Update to shared-mime-info-1.10

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

Files:
7 edited

Legend:

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

    r88191d22 r03bb997  
    115115    <para>
    116116      To test the results, issue: <command>make check</command>.
    117 <!--      One test, Regress-1.0.gir, is known to fail with glibc-2.26. -->
     117      One test, Regress-1.0.gir, is known to fail with glibc-2.28.
     118      <!-- This worked fine in 2.27, but is broken again in 2.28. -->
    118119    </para>
    119120
  • general/genlib/talloc.xml

    r88191d22 r03bb997  
    77  <!ENTITY talloc-download-http "https://www.samba.org/ftp/talloc/talloc-&talloc-version;.tar.gz">
    88  <!ENTITY talloc-download-ftp  " ">
    9   <!ENTITY talloc-md5sum        "8d7ecc93a4bffb686e0dc00b12b6954d">
     9  <!ENTITY talloc-md5sum        "7478da02e309316231a497a9f17a980d">
    1010  <!ENTITY talloc-size          "436 KB">
    11   <!ENTITY talloc-buildsize     "7.4 MB (with tests)">
     11  <!ENTITY talloc-buildsize     "8.0 MB (with tests)">
    1212  <!ENTITY talloc-time          "0.3 SBU (with tests)">
    1313]>
     
    7777      <xref linkend="DocBook"/>,
    7878      <xref linkend="docbook-xsl"/> and
    79       <xref linkend="libxslt"/> (To generate man pages), and
    80       <xref linkend="python2"/> (To build Python-2 module)
     79      <xref linkend="libxslt"/> (To generate man pages),
     80      <xref linkend="python2"/> (To build Python-2 module),
     81      <xref linkend="gdb"/>,
     82      <xref linkend="git"/>,
     83      <xref linkend="xfsprogs"/>,
     84      <xref linkend="libtirpc"/>, and
     85      <xref linkend="valgrind"/>
     86      <!-- These are all looked for at build time, but might not actually be used.-->
    8187    </para>
    8288
  • general/genlib/yaml.xml

    r88191d22 r03bb997  
    77  <!ENTITY yaml-download-http "http://pyyaml.org/download/libyaml/yaml-&yaml-version;.tar.gz">
    88  <!ENTITY yaml-download-ftp  " ">
    9   <!ENTITY yaml-md5sum        "1abf45bd3a96374fa55ca63b32f9f2f9">
    10   <!ENTITY yaml-size          "516 KB">
    11   <!ENTITY yaml-buildsize     "6.1 MB">
     9  <!ENTITY yaml-md5sum        "72724b9736923c517e5a8fc6757ef03d">
     10  <!ENTITY yaml-size          "588 KB">
     11  <!ENTITY yaml-buildsize     "6.7 MB">
    1212  <!ENTITY yaml-time          "0.1 SBU">
    1313]>
  • general/genutils/shared-mime-info.xml

    r88191d22 r03bb997  
    88           "https://people.freedesktop.org/~hadess/shared-mime-info-&shared-mime-info-version;.tar.xz">
    99  <!ENTITY shared-mime-info-download-ftp  " ">
    10   <!ENTITY shared-mime-info-md5sum        "45103889b91242850aa47f09325e798b">
    11   <!ENTITY shared-mime-info-size          "596 KB">
    12   <!ENTITY shared-mime-info-buildsize     "11 MB">
     10  <!ENTITY shared-mime-info-md5sum        "418c2ced9dc4dd5ca8b06a755e6d64e9">
     11  <!ENTITY shared-mime-info-size          "604 KB">
     12  <!ENTITY shared-mime-info-buildsize     "22 MB">
    1313  <!ENTITY shared-mime-info-time          "0.2 SBU (on a minimal system, up to 0.4 SBU on a fully loaded desktop)">
    1414]>
  • general/prog/vala.xml

    r88191d22 r03bb997  
    99  <!ENTITY vala-md5sum        "734a14b7dcffa8628d7e22742c513c0a">
    1010  <!ENTITY vala-size          "3.2 MB">
    11   <!ENTITY vala-buildsize     "110 MB (add 2 MB for tests)">
    12   <!ENTITY vala-time          "0.4 SBU (Using parallelism=4; add 0.5 SBU for tests)">
     11  <!ENTITY vala-buildsize     "164 MB (with tests)">
     12  <!ENTITY vala-time          "1.0 SBU (with tests)">
    1313]>
    1414
     
    7373      </listitem>
    7474    </itemizedlist>
    75 <!--
    76     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    77     <itemizedlist spacing="compact">
    78       <listitem>
    79         <para>
    80           Required patch:
    81           <ulink url="&patch-root;/vala-&vala-version;-upstream_fixes-2.patch"/>
    82         </para>
    83       </listitem>
    84     </itemizedlist>-->
    8575
    8676    <bridgehead renderas="sect3">Vala Dependencies</bridgehead>
     
    9585      <xref linkend="dbus"/> (Required for the tests),
    9686      <xref linkend="graphviz"/> (Required for valadoc),
    97       <xref linkend="libxslt"/> (Required for generating the documentation), and
    98       <ulink url="https://ftp.gnu.org/gnu/help2man/">help2man</ulink>
     87      <xref linkend="libxslt"/> (Required for generating the documentation),
     88      <ulink url="https://ftp.gnu.org/gnu/help2man/">help2man</ulink>, and
     89      <ulink url="https://weasyprint.org/">weasyprint</ulink>
    9990    </para>
    10091
  • introduction/welcome/changelog.xml

    r88191d22 r03bb997  
    4545      <para>August 9th, 2018</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to talloc-2.1.14. Fixes
     49          <ulink url="&blfs-ticket-root;10942">#10942</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to vala-0.40.8. Fixes
     53          <ulink url="&blfs-ticket-root;10668">#10668</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[renodr] - Update to yaml-0.2.1. Fixes
     57          <ulink url="&blfs-ticket-root;10923">#10923</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[renodr] - Update to shared-mime-info-1.10. Fixes
     61          <ulink url="&blfs-ticket-root;10905">#10905</ulink>.</para>
     62        </listitem>
    4763        <listitem>
    4864          <para>[timtas] - Update to audacious-3.10. Fixes
  • packages.ent

    r88191d22 r03bb997  
    186186<!ENTITY qjson-version                "0.8.1">
    187187<!ENTITY sbc-version                  "1.3">
    188 <!ENTITY talloc-version               "2.1.13">
     188<!ENTITY talloc-version               "2.1.14">
    189189<!ENTITY telepathy-glib-version       "0.24.1">
    190190<!ENTITY wayland-version              "1.15.0">
     
    192192<!ENTITY wv-version                   "1.2.9">
    193193<!ENTITY xapian-version               "1.4.5">
    194 <!ENTITY yaml-version                 "0.1.7">
     194<!ENTITY yaml-version                 "0.2.1">
    195195
    196196<!-- Chapter 10 -->
     
    344344<!ENTITY tk-version                   "8.6.8">
    345345<!ENTITY vala-major-version           "0.40">  <!-- even minors only -->
    346 <!ENTITY vala-version                 "&vala-major-version;.3">
     346<!ENTITY vala-version                 "&vala-major-version;.8">
    347347<!ENTITY valgrind-version             "3.13.0">
    348348<!ENTITY yasm-version                 "1.3.0">
     
    588588<!ENTITY qtwebkit-version             "5.9.0">
    589589<!ENTITY qscintilla-version           "2.10.4">
    590 <!ENTITY shared-mime-info-version     "1.9">
     590<!ENTITY shared-mime-info-version     "1.10">
    591591<!ENTITY startup-notification-version "0.12">
    592592<!ENTITY webkitgtk-version            "2.20.2">    <!-- Even minors only -->
Note: See TracChangeset for help on using the changeset viewer.