Update to git-2.0.3.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13737 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2014-07-31 06:42:26 +00:00
parent 4ee85155c0
commit 0b42b27645
4 changed files with 17 additions and 7 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "29"> <!-- Always 2 digits -->
<!ENTITY day "31"> <!-- Always 2 digits -->
<!ENTITY month "07"> <!-- Always 2 digits -->
<!ENTITY year "2014">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "July 29th, &year;">
<!ENTITY releasedate "July 31st, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->

View File

@ -7,11 +7,11 @@
<!ENTITY git-root "https://www.kernel.org/pub/software/scm/git" >
<!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
<!ENTITY git-download-ftp " ">
<!ENTITY git-md5sum "4515f5926ddae48fe42083a08bd958d5">
<!ENTITY git-download-ftp "ftp://ftp.kernel.org/pub/software/scm/git/git-&git-version;.tar.xz">
<!ENTITY git-md5sum "adb359afe25181c5939916c4ade58617">
<!ENTITY git-size "3.3 MB">
<!ENTITY git-buildsize "199 MB (additional 13 MB for downloaded docs and man pages, or 24 MB building docs and man pages)">
<!ENTITY git-time "0.8 SBU (additional 5.5 SBU for tests or 2.5 SBU for docs and man build)
<!ENTITY git-buildsize "269 MB (additional 13 MB for downloaded docs and man pages, or 24 MB building docs and man pages)">
<!ENTITY git-time "0.7 SBU (additional 5.5 SBU for tests or 2.5 SBU for docs and man build)
">
]>

View File

@ -44,6 +44,16 @@
-->
<listitem>
<para>July 31st, 2014</para>
<itemizedlist>
<listitem>
<para>[igor] - Update to git-2.0.3. Fixes
<ulink url="&blfs-ticket-root;5295">#5295</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>July 29th, 2014</para>
<itemizedlist>

View File

@ -248,7 +248,7 @@
<!ENTITY gcc-version "4.9.1">
<!ENTITY gc-version "7.4.2">
<!ENTITY gdb-version "7.7.1">
<!ENTITY git-version "2.0.2">
<!ENTITY git-version "2.0.3">
<!ENTITY guile-version "2.0.11">
<!ENTITY librep-version "0.92.3">
<!ENTITY llvm-version "3.4.2">