Changeset c4ab33b5


Ignore:
Timestamp:
08/25/2013 02:16:08 AM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
911d9698
Parents:
762e014
Message:

Update to git-1.8.4wq

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r762e014 rc4ab33b5  
    376376<!ENTITY gc-version                   "7.2d">
    377377<!ENTITY gdb-version                  "7.6">
    378 <!ENTITY git-version                  "1.8.3.4">
     378<!ENTITY git-version                  "1.8.4">
    379379<!ENTITY guile-version                "2.0.9">
    380380<!ENTITY librep-version               "0.92.3">
  • general/prog/git.xml

    r762e014 rc4ab33b5  
    77  <!ENTITY git-download-http "http://git-core.googlecode.com/files/git-&git-version;.tar.gz">
    88  <!ENTITY git-download-ftp  " ">
    9   <!ENTITY git-md5sum        "80eec3201a5d012913d287b85adaee8e">
    10   <!ENTITY git-size          "4.3 MB">
    11   <!ENTITY git-buildsize     "159 MB">
    12   <!ENTITY git-time          "0.9 SBU (additional 2.9 SBU for tests)">
     9  <!ENTITY git-md5sum        "355768a1c70d0cb4fedf4b598ac1375b">
     10  <!ENTITY git-size          "4.5 MB">
     11  <!ENTITY git-buildsize     "193 MB">
     12  <!ENTITY git-time          "0.7 SBU (additional 2.8 SBU for tests)">
    1313]>
    1414
     
    207207    -C   /usr/share/doc/git-&git-version; --no-same-owner               &amp;&amp;
    208208
     209find /usr/share/doc/git-&git-version; -type d -exec chmod 755 {} \;     &amp;&amp;
     210find /usr/share/doc/git-&git-version; -type f -exec chmod 644 {} \;     &amp;&amp;
     211
    209212mv       /usr/share/doc/git-&git-version;/{git*.txt,man-pages/text}     &amp;&amp;
    210213mv       /usr/share/doc/git-&git-version;/{git*.,index.,man-pages/}html &amp;&amp;
     
    254257      commands move some of the files into subfolders to make it easier to sort
    255258      through the docs and find what you're looking for.
     259    </para>
     260
     261    <para>
     262      <command>find ... chmod ...</command>: These commands correct the
     263      permissions in the shipped documentation tar file.
    256264    </para>
    257265
  • introduction/welcome/changelog.xml

    r762e014 rc4ab33b5  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[bdubbs] - Update to git-1.8.4. Fixes
     51          <ulink url="&blfs-ticket-root;3998">#3998</ulink>.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[bdubbs] - Update to doxygen-1.8.5. Fixes
    5155          <ulink url="&blfs-ticket-root;3999">#3999</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.