Changeset c4e893d


Ignore:
Timestamp:
10/05/2018 02:43:30 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
26dbe9a
Parents:
0d38b000
Message:

Update to git-2.19.0
For some reason, the Git perl module is installed in /usr/share/perl5/Git. I don't think
it is part of our %INC search path, but I'm not 100% certain. Ken, please test this,
it's way over my head.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    r0d38b000 rc4e893d  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  " ">
    11   <!ENTITY git-md5sum        "7a668403aa7807d0db37e8573299d471">
    12   <!ENTITY git-size          "4.9 MB">
     11  <!ENTITY git-md5sum        "bd3f2730c3466604356797b1378c2857">
     12  <!ENTITY git-size          "5.0 MB">
    1313  <!-- using gcc-8.1 the build and install are much bigger than with gcc-7.3 -->
    14   <!ENTITY git-buildsize     "291 MB (with downloaded documentation)">
    15   <!ENTITY git-time          "0.3 SBU (with parallelism=4; add 4.4 SBU for tests)">
     14  <!ENTITY git-buildsize     "459 MB (with downloaded documentation)">
     15  <!ENTITY git-time          "0.3 SBU (with parallelism=4; add 8.7 SBU for tests)">
    1616]>
    1717
     
    344344        </seg>
    345345        <seg>
    346           /usr/lib/perl5/site_perl/&lt;5.x.y&gt;{,&lt;arch&gt;-linux/auto}/Git,
     346          /usr/share/perl5/Git,
     347          <!-- I do NOT think this is in our %INC search path. -->
    347348          /usr/libexec/git-core and
    348349          /usr/share/{doc/git-&git-version;,git-core,git-gui,gitk,gitweb}
  • introduction/welcome/changelog.xml

    r0d38b000 rc4e893d  
    4444
    4545    <listitem>
     46      <para>October 5th, 2018</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Update to git-2.19.0. Fixes
     50          <ulink url="&blfs-ticket-root;11134">#11134</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4656      <para>October 4th, 2018</para>
    4757      <itemizedlist>
  • packages.ent

    r0d38b000 rc4e893d  
    321321<!ENTITY gc-version                   "8.0.0">
    322322<!ENTITY gdb-version                  "8.2">
    323 <!ENTITY git-version                  "2.18.0">
     323<!ENTITY git-version                  "2.19.0">
    324324<!ENTITY guile-version                "2.2.4">
    325325<!ENTITY librep-version               "0.92.7">
Note: See TracChangeset for help on using the changeset viewer.