Changeset 94403e9


Ignore:
Timestamp:
04/21/2020 07:29:42 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
fa9cfd3
Parents:
fdf7cce1
Message:

Update to git-2.26.2
Update to vala-0.48.4

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/git.xml

    rfdf7cce1 r94403e9  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  " ">
    11   <!ENTITY git-md5sum        "50e68aaebbb554f4946d170a2765bfe7">
    12   <!ENTITY git-size          "5.8 MB">
     11  <!ENTITY git-md5sum        "f9a832256032e711973dd7be4981ab4c">
     12  <!ENTITY git-size          "5.7 MB">
    1313  <!-- using gcc-8.1 the build and install are much bigger than with gcc-7.3 -->
    1414  <!-- but people keep forgetting that an install not only needs the nett build
    1515       space, it also needs the install space (or DESTDIR) -->
    16   <!ENTITY git-buildsize     "514 MB (with downloaded documentation, 195 MB installed)">
     16  <!ENTITY git-buildsize     "516 MB (with downloaded documentation, 196 MB installed)">
    1717  <!-- With 2.23.0, there was a large increase in time for tests. Possibly disk related? -->
    1818  <!-- Confirmed that it is disk related.-->
    19   <!ENTITY git-time          "0.3 SBU (with parallelism=4; add 1.7 SBU for tests with parallelism=4)">
     19  <!ENTITY git-time          "0.3 SBU (with parallelism=4; add 3.4 SBU for tests with parallelism=4)">
    2020]>
    2121
  • general/prog/vala.xml

    rfdf7cce1 r94403e9  
    77  <!ENTITY vala-download-http "&gnome-download-http;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
    88  <!ENTITY vala-download-ftp  "&gnome-download-ftp;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
    9   <!ENTITY vala-md5sum        "1fa0ef1c610b84dc3b3caf3375cf5f5a">
     9  <!ENTITY vala-md5sum        "9b682f3322acd0b65709fa275814c663">
    1010  <!ENTITY vala-size          "3.3 MB">
    11   <!ENTITY vala-buildsize     "173 MB (add 2 MB for tests)">
    12   <!ENTITY vala-time          "0.3 SBU (using parallelism=4; add 2.1 SBU for tests)">
     11  <!ENTITY vala-buildsize     "174 MB (add 2 MB for tests)">
     12  <!ENTITY vala-time          "0.3 SBU (using parallelism=4; add 2.3 SBU for tests)">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    rfdf7cce1 r94403e9  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[renodr] - Update to git-2.26.2. Fixes
     50          <ulink url="&blfs-ticket-root;13434">#13434</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[renodr] - Update to vala-0.48.4. Fixes
     54          <ulink url="&blfs-ticket-root;13435">#13435</ulink>.</para>
     55        </listitem>
     56        <listitem>
    4957          <para>[thomas] - Update to final Python-2.7.18. Fixes
    5058          <ulink url="&blfs-ticket-root;13433">#13433</ulink>.</para>
  • packages.ent

    rfdf7cce1 r94403e9  
    330330<!ENTITY gc-version                   "8.0.4">
    331331<!ENTITY gdb-version                  "9.1">
    332 <!ENTITY git-version                  "2.26.1">
     332<!ENTITY git-version                  "2.26.2">
    333333<!ENTITY guile-version                "3.0.2">
    334334<!ENTITY librep-version               "0.92.7">
     
    366366<!ENTITY tk-version                   "8.6.10">
    367367<!ENTITY vala-major-version           "0.48">  <!-- even minors only -->
    368 <!ENTITY vala-version                 "&vala-major-version;.3">
     368<!ENTITY vala-version                 "&vala-major-version;.4">
    369369<!ENTITY valgrind-version             "3.15.0">
    370370<!ENTITY yasm-version                 "1.3.0">
Note: See TracChangeset for help on using the changeset viewer.