Author: renodr
Date: Fri Oct  5 07:43:30 2018
New Revision: 20579

Log:
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.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/prog/git.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Thu Oct  4 23:07:01 2018        (r20578)
+++ trunk/BOOK/general.ent      Fri Oct  5 07:43:30 2018        (r20579)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "04">                   <!-- Always 2 digits -->
+<!ENTITY day          "05">                   <!-- Always 2 digits -->
 <!ENTITY month        "10">                   <!-- Always 2 digits -->
 <!ENTITY year         "2018">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "October 4th, &year;">
+<!ENTITY releasedate  "October 5th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/general/prog/git.xml
==============================================================================
--- trunk/BOOK/general/prog/git.xml     Thu Oct  4 23:07:01 2018        (r20578)
+++ trunk/BOOK/general/prog/git.xml     Fri Oct  5 07:43:30 2018        (r20579)
@@ -8,11 +8,11 @@
 
   <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
   <!ENTITY git-download-ftp  " ">
-  <!ENTITY git-md5sum        "7a668403aa7807d0db37e8573299d471">
-  <!ENTITY git-size          "4.9 MB">
+  <!ENTITY git-md5sum        "bd3f2730c3466604356797b1378c2857">
+  <!ENTITY git-size          "5.0 MB">
   <!-- using gcc-8.1 the build and install are much bigger than with gcc-7.3 
-->
-  <!ENTITY git-buildsize     "291 MB (with downloaded documentation)">
-  <!ENTITY git-time          "0.3 SBU (with parallelism=4; add 4.4 SBU for 
tests)">
+  <!ENTITY git-buildsize     "459 MB (with downloaded documentation)">
+  <!ENTITY git-time          "0.3 SBU (with parallelism=4; add 8.7 SBU for 
tests)">
 ]>
 
 <sect1 id="git" xreflabel="git-&git-version;">
@@ -343,7 +343,8 @@
           None
         </seg>
         <seg>
-          /usr/lib/perl5/site_perl/&lt;5.x.y&gt;{,&lt;arch&gt;-linux/auto}/Git,
+          /usr/share/perl5/Git,
+          <!-- I do NOT think this is in our %INC search path. -->
           /usr/libexec/git-core and
           /usr/share/{doc/git-&git-version;,git-core,git-gui,gitk,gitweb}
         </seg>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Thu Oct  4 23:07:01 
2018        (r20578)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri Oct  5 07:43:30 
2018        (r20579)
@@ -43,6 +43,16 @@
 -->
 
     <listitem>
+      <para>October 5th, 2018</para>
+      <itemizedlist>
+        <listitem>
+          <para>[renodr] - Update to git-2.19.0. Fixes
+          <ulink url="&blfs-ticket-root;11134">#11134</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>October 4th, 2018</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Thu Oct  4 23:07:01 2018        (r20578)
+++ trunk/BOOK/packages.ent     Fri Oct  5 07:43:30 2018        (r20579)
@@ -320,7 +320,7 @@
 <!ENTITY gcc-ada-version              "8.2.0">
 <!ENTITY gc-version                   "8.0.0">
 <!ENTITY gdb-version                  "8.2">
-<!ENTITY git-version                  "2.18.0">
+<!ENTITY git-version                  "2.19.0">
 <!ENTITY guile-version                "2.2.4">
 <!ENTITY librep-version               "0.92.7">
 <!ENTITY llvm-version                 "7.0.0">
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to