Author: bdubbs Date: Fri Oct 3 14:15:58 2014 New Revision: 14477 Log: Update to git=2.1.2
Modified: trunk/BOOK/general/prog/git.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/packages.ent trunk/BOOK/server/other/openldap.xml Modified: trunk/BOOK/general/prog/git.xml ============================================================================== --- trunk/BOOK/general/prog/git.xml Fri Oct 3 13:36:43 2014 (r14476) +++ trunk/BOOK/general/prog/git.xml Fri Oct 3 14:15:58 2014 (r14477) @@ -8,10 +8,10 @@ <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz"> <!ENTITY git-download-ftp "ftp://ftp.kernel.org/pub/software/scm/git/git-&git-version;.tar.xz"> - <!ENTITY git-md5sum "78e5a965a930c85806ad8c9a4730c6ae"> + <!ENTITY git-md5sum "35dc1585dc522fd715f117744b1f5992"> <!ENTITY git-size "3.4 MB"> - <!ENTITY git-buildsize "209 MB (additional 14 MB for downloaded docs and man pages, or 26 MB building docs and man pages)"> - <!ENTITY git-time "0.7 SBU (additional 9.6 SBU for tests or 3.0 SBU for docs and man build)"> + <!ENTITY git-buildsize "337 MB (additional 14 MB for downloaded docs and man pages, or 26 MB building docs and man pages)"> + <!ENTITY git-time "0.8 SBU (additional 9.6 SBU for tests or 3.0 SBU for docs and man build)"> ]> <sect1 id="git" xreflabel="git-&git-version;"> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Fri Oct 3 13:36:43 2014 (r14476) +++ trunk/BOOK/introduction/welcome/changelog.xml Fri Oct 3 14:15:58 2014 (r14477) @@ -48,6 +48,10 @@ <para>October 3rd, 2014</para> <itemizedlist> <listitem> + <para>[bdubbs] - Update to git-2.1.2. Fixes + <ulink url="&blfs-ticket-root;5614">#5614</ulink>.</para> + </listitem> + <listitem> <para>[fernando] - Update to openldap-2.4.40. Fixes <ulink url="&blfs-ticket-root;5608">#5608</ulink>.</para> </listitem> Modified: trunk/BOOK/packages.ent ============================================================================== --- trunk/BOOK/packages.ent Fri Oct 3 13:36:43 2014 (r14476) +++ trunk/BOOK/packages.ent Fri Oct 3 14:15:58 2014 (r14477) @@ -256,7 +256,7 @@ <!ENTITY gcc-version "4.9.1"> <!ENTITY gc-version "7.4.2"> <!ENTITY gdb-version "7.8"> -<!ENTITY git-version "2.1.1"> +<!ENTITY git-version "2.1.2"> <!ENTITY guile-version "2.0.11"> <!ENTITY librep-version "0.92.3"> <!ENTITY llvm-version "3.5.0"> Modified: trunk/BOOK/server/other/openldap.xml ============================================================================== --- trunk/BOOK/server/other/openldap.xml Fri Oct 3 13:36:43 2014 (r14476) +++ trunk/BOOK/server/other/openldap.xml Fri Oct 3 14:15:58 2014 (r14477) @@ -36,13 +36,14 @@ &lfs76_checked; +<!-- <warning> <para> Starting with Berkeley DB-6.0.20, there is a problem of license, if you are intending to distribute this system. </para> </warning> - +--> <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> <listitem> @@ -150,7 +151,9 @@ <screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-blfs_paths-1.patch && patch -Np1 -i ../openldap-&openldap-version;-symbol_versions-1.patch && autoconf && + sed -i '/6.0.20/ a\\t__db_version_compat' configure && + ./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-static \ @@ -187,7 +190,9 @@ <screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-blfs_paths-1.patch && patch -Np1 -i ../openldap-&openldap-version;-symbol_versions-1.patch && autoconf && + sed -i '/6.0.20/ a\\t__db_version_compat' configure && + ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
