Changeset bdf19997


Ignore:
Timestamp:
02/08/2015 01:40:43 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, 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:
c437d06
Parents:
04e597a
Message:

Update to git-2.3.0.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/git.xml

    r04e597a rbdf19997  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  "ftp://ftp.kernel.org/pub/software/scm/git/git-&git-version;.tar.xz">
    11   <!ENTITY git-md5sum        "f694e8c911a6f7cfd7aec7b99454ed1f">
    12   <!ENTITY git-size          "3.4 MB">
    13   <!ENTITY git-buildsize     "0.3 GB (additional 13 MB for downloaded docs and man pages, or 27 MB building docs and man pages)">
    14   <!ENTITY git-time          "0.7 SBU and additional 2.2 SBU for tests (using parallelism=4) or 2.9 SBU for docs and man build">
     11  <!ENTITY git-md5sum        "e5880760d1f43f4f49b3bf94b9046eee">
     12  <!ENTITY git-size          "3.5 MB">
     13  <!ENTITY git-buildsize     "219 MB (additional 13 MB for downloaded docs and man pages, or 27 MB building docs and man pages)">
     14  <!ENTITY git-time          " 0.7 SBU and additional 2.1 SBU for tests (using parallelism=4) or 2.4 SBU for docs and man build">
    1515]>
    1616
     
    3737      large projects with speed and efficiency. Every
    3838      <application>Git</application> clone is a full-fledged repository with
    39       complete history and full revision tracking capabilities, not dependent on
    40       network access or a central server. Branching and merging are fast and easy
    41       to do. <application>Git</application> is used for version control of files,
    42       much like tools such as <application>Mercurial</application>,
     39      complete history and full revision tracking capabilities, not dependent
     40      on network access or a central server. Branching and merging are fast and
     41      easy to do. <application>Git</application> is used for version control of
     42      files, much like tools such as <application>Mercurial</application>,
    4343      <application>Bazaar</application>, <xref linkend="subversion"/>,
    4444      <xref linkend="cvs"/>, <application>Perforce</application>, and
     
    140140    </para>
    141141
    142 <screen><userinput>./configure --prefix=/usr         \
    143             --with-gitconfig=/etc/gitconfig &amp;&amp;
     142<screen><userinput>./configure --prefix=/usr --with-gitconfig=/etc/gitconfig &amp;&amp;
    144143make</userinput></screen>
    145144
     
    167166
    168167    <para>
    169       The test suite can be run in parallel mode. Many tests cannot find
    170       <application>GnuPG2</application>, if the compatibility symlinks,
    171       recommended in <xref linkend="gnupg2"/>, are not installed. To run the
    172       test suite, issue: <command>make test</command>.
     168      The test suite can be run in parallel mode. To run the test suite, issue:
     169      <command>make test</command>.
    173170    </para>
    174171
  • introduction/welcome/changelog.xml

    r04e597a rbdf19997  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>February 8th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to git-2.3.0. Fixes
     52          <ulink url="&blfs-ticket-root;6120">#6120</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • packages.ent

    r04e597a rbdf19997  
    257257<!ENTITY gc-version                   "7.4.2">
    258258<!ENTITY gdb-version                  "7.8.2">
    259 <!ENTITY git-version                  "2.2.2">
     259<!ENTITY git-version                  "2.3.0">
    260260<!ENTITY guile-version                "2.0.11">
    261261<!ENTITY librep-version               "0.92.4">
Note: See TracChangeset for help on using the changeset viewer.