Author: bdubbs Date: Sat Aug 24 19:16:08 2013 New Revision: 11691 Log: Update to git-1.8.4wq
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/git.xml trunk/BOOK/introduction/welcome/changelog.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Sat Aug 24 18:49:48 2013 (r11690) +++ trunk/BOOK/general.ent Sat Aug 24 19:16:08 2013 (r11691) @@ -375,7 +375,7 @@ <!ENTITY gcc-version "4.8.1"> <!ENTITY gc-version "7.2d"> <!ENTITY gdb-version "7.6"> -<!ENTITY git-version "1.8.3.4"> +<!ENTITY git-version "1.8.4"> <!ENTITY guile-version "2.0.9"> <!ENTITY librep-version "0.92.3"> <!ENTITY llvm-version "3.3"> Modified: trunk/BOOK/general/prog/git.xml ============================================================================== --- trunk/BOOK/general/prog/git.xml Sat Aug 24 18:49:48 2013 (r11690) +++ trunk/BOOK/general/prog/git.xml Sat Aug 24 19:16:08 2013 (r11691) @@ -6,10 +6,10 @@ <!ENTITY git-download-http "http://git-core.googlecode.com/files/git-&git-version;.tar.gz"> <!ENTITY git-download-ftp " "> - <!ENTITY git-md5sum "80eec3201a5d012913d287b85adaee8e"> - <!ENTITY git-size "4.3 MB"> - <!ENTITY git-buildsize "159 MB"> - <!ENTITY git-time "0.9 SBU (additional 2.9 SBU for tests)"> + <!ENTITY git-md5sum "355768a1c70d0cb4fedf4b598ac1375b"> + <!ENTITY git-size "4.5 MB"> + <!ENTITY git-buildsize "193 MB"> + <!ENTITY git-time "0.7 SBU (additional 2.8 SBU for tests)"> ]> <sect1 id="git" xreflabel="git-&git-version;"> @@ -206,6 +206,9 @@ tar -xf ../git-htmldocs-&git-version;.tar.gz \ -C /usr/share/doc/git-&git-version; --no-same-owner && +find /usr/share/doc/git-&git-version; -type d -exec chmod 755 {} \; && +find /usr/share/doc/git-&git-version; -type f -exec chmod 644 {} \; && + mv /usr/share/doc/git-&git-version;/{git*.txt,man-pages/text} && mv /usr/share/doc/git-&git-version;/{git*.,index.,man-pages/}html && mkdir /usr/share/doc/git-&git-version;/technical/{html,text} && @@ -255,6 +258,11 @@ through the docs and find what you're looking for. </para> + <para> + <command>find ... chmod ...</command>: These commands correct the + permissions in the shipped documentation tar file. + </para> + </sect2> <sect2 role="configuration"> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Sat Aug 24 18:49:48 2013 (r11690) +++ trunk/BOOK/introduction/welcome/changelog.xml Sat Aug 24 19:16:08 2013 (r11691) @@ -47,6 +47,10 @@ <para>August 24th, 2013</para> <itemizedlist> <listitem> + <para>[bdubbs] - Update to git-1.8.4. Fixes + <ulink url="&blfs-ticket-root;3998">#3998</ulink>.</para> + </listitem> + <listitem> <para>[bdubbs] - Update to doxygen-1.8.5. Fixes <ulink url="&blfs-ticket-root;3999">#3999</ulink>.</para> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
