Changeset 983db4c


Ignore:
Timestamp:
10/03/2014 09:15:58 PM (10 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.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, krejzi/svn, 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:
f859e6fd
Parents:
15be917
Message:

Update to git=2.1.2

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/git.xml

    r15be917 r983db4c  
    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        "78e5a965a930c85806ad8c9a4730c6ae">
     11  <!ENTITY git-md5sum        "35dc1585dc522fd715f117744b1f5992">
    1212  <!ENTITY git-size          "3.4 MB">
    13   <!ENTITY git-buildsize     "209 MB (additional 14 MB for downloaded docs and man pages, or 26 MB building docs and man pages)">
    14   <!ENTITY git-time          "0.7 SBU (additional 9.6 SBU for tests or 3.0 SBU for docs and man build)">
     13  <!ENTITY git-buildsize     "337 MB (additional 14 MB for downloaded docs and man pages, or 26 MB building docs and man pages)">
     14  <!ENTITY git-time          "0.8 SBU (additional 9.6 SBU for tests or 3.0 SBU for docs and man build)">
    1515]>
    1616
  • introduction/welcome/changelog.xml

    r15be917 r983db4c  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[bdubbs] - Update to git-2.1.2.  Fixes
     52          <ulink url="&blfs-ticket-root;5614">#5614</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[fernando] - Update to openldap-2.4.40.  Fixes
    5256          <ulink url="&blfs-ticket-root;5608">#5608</ulink>.</para>
  • packages.ent

    r15be917 r983db4c  
    257257<!ENTITY gc-version                   "7.4.2">
    258258<!ENTITY gdb-version                  "7.8">
    259 <!ENTITY git-version                  "2.1.1">
     259<!ENTITY git-version                  "2.1.2">
    260260<!ENTITY guile-version                "2.0.11">
    261261<!ENTITY librep-version               "0.92.3">
  • server/other/openldap.xml

    r15be917 r983db4c  
    3737    &lfs76_checked;
    3838
     39<!--
    3940    <warning>
    4041      <para>
     
    4344      </para>
    4445    </warning>
    45 
     46-->
    4647    <bridgehead renderas="sect3">Package Information</bridgehead>
    4748    <itemizedlist spacing="compact">
     
    151152patch -Np1 -i ../openldap-&openldap-version;-symbol_versions-1.patch &amp;&amp;
    152153autoconf &amp;&amp;
     154
    153155sed -i '/6.0.20/ a\\t__db_version_compat' configure &amp;&amp;
     156
    154157./configure --prefix=/usr     \
    155158            --sysconfdir=/etc \
     
    188191patch -Np1 -i ../openldap-&openldap-version;-symbol_versions-1.patch &amp;&amp;
    189192autoconf &amp;&amp;
     193
    190194sed -i '/6.0.20/ a\\t__db_version_compat' configure &amp;&amp;
     195
    191196./configure --prefix=/usr         \
    192197            --sysconfdir=/etc     \
Note: See TracChangeset for help on using the changeset viewer.