Changeset d825fe23


Ignore:
Timestamp:
10/20/2020 03:45:38 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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:
3fd8efb
Parents:
14726fe
Message:

Update to git-2.29.0.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r14726fe rd825fe23  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "19">                   <!-- Always 2 digits -->
     3<!ENTITY day          "20">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 19th, &year;">
     9<!ENTITY releasedate  "October 20th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/git.xml

    r14726fe rd825fe23  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  " ">
    11   <!ENTITY git-md5sum        "5fde0206768ed70092d1fcc8f447251a">
    12   <!ENTITY git-size          "5.8 MB">
     11  <!ENTITY git-md5sum        "b07a283043e089dca8d2174d2654191b">
     12  <!ENTITY git-size          "5.9 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     "521 MB (with downloaded documentation, 196 MB installed)">
     16  <!ENTITY git-buildsize     "360 MB (with downloaded documentation, 132 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.4 SBU (with parallelism=4; add 2.7 SBU for tests with parallelism=4)">
     19  <!ENTITY git-time          "0.3 SBU (with parallelism=4; add 2.7 SBU for tests with parallelism=4)">
    2020]>
    2121
  • introduction/welcome/changelog.xml

    r14726fe rd825fe23  
    4343    -->
    4444    <listitem>
     45      <para>October 20th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to git-2.29.0. Fixes
     49          <ulink url="&blfs-ticket-root;14152">#14152</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>October 19th, 2020</para>
    4656      <itemizedlist>
  • packages.ent

    r14726fe rd825fe23  
    336336<!ENTITY gc-version                   "8.0.4">
    337337<!ENTITY gdb-version                  "9.2">
    338 <!ENTITY git-version                  "2.28.0">
     338<!ENTITY git-version                  "2.29.0">
    339339<!ENTITY guile-version                "3.0.4">
    340340<!ENTITY librep-version               "0.92.7">
  • x/installing/x7app.xml

    r14726fe rd825fe23  
    1919  <!ENTITY luit-version                    "1.1.1">
    2020  <!ENTITY luit-md5sum                     "c4a3664e08e5a47c120ff9263ee2f20c">
    21 
     21<!--
    2222  <!ENTITY mkfontdir-version               "1.0.7">
    2323  <!ENTITY mkfontdir-md5sum                "18c429148c96c2079edda922a2b67632">
    24 
     24-->
    2525  <!ENTITY mkfontscale-version             "1.2.1">
    2626  <!ENTITY mkfontscale-md5sum              "215940de158b1a3d8b3f8b442c606e2f">
     
    214214<literal>&iceauth-md5sum;  iceauth-&iceauth-version;.tar.bz2
    215215&luit-md5sum;  luit-&luit-version;.tar.bz2
    216 &mkfontdir-md5sum;  mkfontdir-&mkfontdir-version;.tar.bz2
    217216&mkfontscale-md5sum;  mkfontscale-&mkfontscale-version;.tar.bz2
    218217&sessreg-md5sum;  sessreg-&sessreg-version;.tar.bz2
     
    251250EOF</userinput></screen>
    252251
     252   <!-- Removed becasue it is also installed with mkfontscale
     253   &mkfontdir-md5sum;  mkfontdir-&mkfontdir-version;.tar.bz2
     254   -->
     255
    253256    <para>
    254257      To download the needed files using <application>wget</application>,
Note: See TracChangeset for help on using the changeset viewer.