Update to git-2.30.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24034 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2020-12-31 04:10:26 +00:00
parent 233946c115
commit ae88b121f2
3 changed files with 9 additions and 5 deletions

View File

@ -8,15 +8,15 @@
<!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz"> <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
<!ENTITY git-download-ftp " "> <!ENTITY git-download-ftp " ">
<!ENTITY git-md5sum "f5f9d4e7a3c633bc7a9178cfd822045f"> <!ENTITY git-md5sum "2457ee7e198bb949fecb0af94f7361a3">
<!ENTITY git-size "5.9 MB"> <!ENTITY git-size "6.0 MB">
<!-- using gcc-8.1 the build and install are much bigger than with gcc-7.3 --> <!-- using gcc-8.1 the build and install are much bigger than with gcc-7.3 -->
<!-- but people keep forgetting that an install not only needs the nett build <!-- but people keep forgetting that an install not only needs the nett build
space, it also needs the install space (or DESTDIR) --> space, it also needs the install space (or DESTDIR) -->
<!ENTITY git-buildsize "362 MB (with downloaded documentation, 134 MB installed)"> <!ENTITY git-buildsize "365 MB (with downloaded documentation, 135 MB installed)">
<!-- With 2.23.0, there was a large increase in time for tests. Possibly disk related? --> <!-- With 2.23.0, there was a large increase in time for tests. Possibly disk related? -->
<!-- Confirmed that it is disk related.--> <!-- Confirmed that it is disk related.-->
<!ENTITY git-time "0.4 SBU (with parallelism=4; add 3.9 SBU for tests with parallelism=4)"> <!ENTITY git-time "0.3 SBU (with parallelism=4; add 4.1 SBU for tests with parallelism=4)">
]> ]>
<sect1 id="git" xreflabel="git-&git-version;"> <sect1 id="git" xreflabel="git-&git-version;">

View File

@ -44,6 +44,10 @@
<listitem> <listitem>
<para>December 30th, 2020</para> <para>December 30th, 2020</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[renodr] - Update to git-2.30.0. Fixes
<ulink url="&blfs-ticket-root;14441">#14441</ulink>.</para>
</listitem>
<listitem> <listitem>
<para>[renodr] - Update to umockdev-0.15.3. Fixes <para>[renodr] - Update to umockdev-0.15.3. Fixes
<ulink url="&blfs-ticket-root;14438">#14438</ulink>.</para> <ulink url="&blfs-ticket-root;14438">#14438</ulink>.</para>

View File

@ -336,7 +336,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY gcc-version "10.2.0"> <!ENTITY gcc-version "10.2.0">
<!ENTITY gc-version "8.0.4"> <!ENTITY gc-version "8.0.4">
<!ENTITY gdb-version "10.1"> <!ENTITY gdb-version "10.1">
<!ENTITY git-version "2.29.2"> <!ENTITY git-version "2.30.0">
<!ENTITY guile-version "3.0.4"> <!ENTITY guile-version "3.0.4">
<!ENTITY librep-version "0.92.7"> <!ENTITY librep-version "0.92.7">
<!ENTITY llvm-majmin-version "11.0"> <!ENTITY llvm-majmin-version "11.0">