Changeset 72d9cebb for general/prog


Ignore:
Timestamp:
09/02/2023 12:52:57 PM (9 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
c1ce2f14
Parents:
cc46f550
Message:

Update to git-2.42.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/git.xml

    rcc46f550 r72d9cebb  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  " ">
    11   <!ENTITY git-md5sum        "c1f58a12b891ad73927b8e4a3aa29c7b">
    12 
    13   <!ENTITY git-size          "11 MB">
     11  <!ENTITY git-md5sum        "e61c187f6863d5e977e60cdedf213ec0">
     12
     13  <!ENTITY git-size          "7 MB">
    1414  <!-- but people keep forgetting that an install not only needs the net build
    1515       space, it also needs the install space (or DESTDIR) -->
    16   <!ENTITY git-buildsize     "252 MB (with downloaded documentation">
     16  <!ENTITY git-buildsize     "398 MB (with downloaded documentation; add 18 MB for building doc)">
    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 up to 1.6 SBU (disk speed dependent) for tests, both with parallelism=4)">
     19  <!ENTITY git-time          "0.4 SBU (with parallelism=4; add i0.4 SBU for building doc, and up to 13 SBU (disk speed dependent) for tests, both with parallelism=4)">
    2020]>
    2121
     
    189189      <command>make -k test</command>. <!--If run as a normal user, 0 tests
    190190      should be reported as failed in the final summary.-->
     191      <!-- all tests pass with 2.42.0
    191192      If <xref linkend="apache"/> is installed,
    192193      three tests in <filename>t5559-http-fetch-smart-http2.sh</filename> are
    193       known to fail due to cURL-8.1.x.
    194     </para>
    195 
    196     <!-- The tests in question are "GIT_TRACE_CURL redirects auth details",
    197          "GIT_CURL_VERBOSE redacts auth details", and "cookies are redacted by
    198          default". I sent upstream a bug report:
    199          https://lore.kernel.org/git/3843d97f-0073-e2d4-b98d-5a38c33b25f3@linuxfromscratch.org/T/#u
    200          and hopefully will hear back soon. -renodr -->
     194      known to fail due to cURL-8.1.x.-->
     195    </para>
    201196
    202197    <para>
     
    370365        </seg>
    371366        <seg>
    372           /usr/libexec/git-core, and
     367          /usr/libexec/git-core,
     368          /usr/lib/perl5/&lfs-perl-version;/site_perl/Git, and
    373369          /usr/share/{doc/git-&git-version;,git-core,git-gui,gitk,gitweb}
    374370        </seg>
Note: See TracChangeset for help on using the changeset viewer.