Changeset 7e09b3f


Ignore:
Timestamp:
05/31/2018 12:05:58 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
7fe2fc8
Parents:
bc47577
Message:

git-2.17.1

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    rbc47577 r7e09b3f  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  " ">
    11   <!ENTITY git-md5sum        "371985891f467969802fe1c7584a45bf">
     11  <!ENTITY git-md5sum        "5179245515c637357b4a134e8d4e9a6f">
    1212  <!ENTITY git-size          "4.8 MB">
    13   <!-- space measured on 2.17.0 with gcc-7.3, glibc-2.27. -->
    14   <!ENTITY git-buildsize     "500 MB (with downloaded documentation)">
    15   <!ENTITY git-time          "0.3 SBU (with parallelism=4; add 1.9 SBU for tests with parallelism=4)">
     13  <!-- using gcc-8.1 the build and install are much bigger than with gcc-7.3 -->
     14  <!ENTITY git-buildsize     "729 MB (with downloaded documentation)">
     15  <!ENTITY git-time          "0.3 SBU (with parallelism=4; add 1.7 SBU for tests with parallelism=4)">
    1616]>
    1717
  • introduction/welcome/changelog.xml

    rbc47577 r7e09b3f  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>May 30th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to git-2.17.1 (security fix).  Fixes
     49          <ulink url="&blfs-ticket-root;10830">#10830</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454   <listitem>
    4555      <para>May 29th, 2018</para>
  • packages.ent

    rbc47577 r7e09b3f  
    319319<!ENTITY gc-version                   "7.6.4">
    320320<!ENTITY gdb-version                  "8.1">
    321 <!ENTITY git-version                  "2.17.0">
     321<!ENTITY git-version                  "2.17.1">
    322322<!ENTITY guile-version                "2.2.3">
    323323<!ENTITY librep-version               "0.92.7">
Note: See TracChangeset for help on using the changeset viewer.