Changeset 6f0a3e2a


Ignore:
Timestamp:
03/20/2021 11:48:51 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
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:
427b46a
Parents:
5ec23d4
Message:

Update to git-2.31.0.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    r5ec23d4 r6f0a3e2a  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  " ">
    11   <!ENTITY git-md5sum        "53f3e1424598cd24eaf78588bcf90816">
    12   <!ENTITY git-size          "6.0 MB">
     11  <!ENTITY git-md5sum        "c7f808ab107b666af45fccb56b9d9676">
     12
     13  <!ENTITY git-size          "6.2 MB">
    1314  <!-- using gcc-8.1 the build and install are much bigger than with gcc-7.3 -->
    1415  <!-- but people keep forgetting that an install not only needs the nett build
    1516       space, it also needs the install space (or DESTDIR) -->
    16   <!ENTITY git-buildsize     "366 MB (with downloaded documentation, add 46 MB to build documentation)">
     17  <!ENTITY git-buildsize     "374 MB (with downloaded documentation, add 16 MB to build documentation)">
    1718  <!-- With 2.23.0, there was a large increase in time for tests. Possibly disk related? -->
    1819  <!-- Confirmed that it is disk related.-->
    19   <!ENTITY git-time          "0.3 SBU (with parallelism=4; add 0.5 SBU for building documentation and 2.5 SBU for tests with parallelism=4)">
     20  <!ENTITY git-time          "0.3 SBU (with parallelism=4; add 0.4 SBU for building documentation and 1.6 SBU for tests, both with parallelism=4)">
    2021]>
    2122
  • introduction/welcome/changelog.xml

    r5ec23d4 r6f0a3e2a  
    4343    -->
    4444    <listitem>
     45      <para>March 20th, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to git-2.31.0. Fixes
     49          <ulink url="&blfs-ticket-root;14775">#14775</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>March 18th, 2021</para>
    4656      <itemizedlist>
  • packages.ent

    r5ec23d4 r6f0a3e2a  
    340340<!ENTITY gc-version                   "8.0.4">
    341341<!ENTITY gdb-version                  "10.1">
    342 <!ENTITY git-version                  "2.30.2">
     342<!ENTITY git-version                  "2.31.0">
    343343<!ENTITY guile-version                "3.0.5">
    344344<!ENTITY librep-version               "0.92.7">
Note: See TracChangeset for help on using the changeset viewer.