Author: randy Date: 2010-11-16 10:52:06 -0700 (Tue, 16 Nov 2010) New Revision: 8693
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/pcre.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to PCRE-8.10 Modified: trunk/BOOK/general/genlib/pcre.xml =================================================================== --- trunk/BOOK/general/genlib/pcre.xml 2010-11-15 18:02:57 UTC (rev 8692) +++ trunk/BOOK/general/genlib/pcre.xml 2010-11-16 17:52:06 UTC (rev 8693) @@ -6,10 +6,10 @@ <!ENTITY pcre-download-http "&sourceforge-repo;/pcre/pcre-&pcre-version;.tar.bz2"> <!ENTITY pcre-download-ftp "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-&pcre-version;.tar.bz2"> - <!ENTITY pcre-md5sum "caf564aa69d68e965e9bf0ff2a094c65"> - <!ENTITY pcre-size "900 KB"> - <!ENTITY pcre-buildsize "11 MB"> - <!ENTITY pcre-time "0.3 SBU"> + <!ENTITY pcre-md5sum "780867a700e9d4e4b9cb47aa5453e4b2"> + <!ENTITY pcre-size "964 KB"> + <!ENTITY pcre-buildsize "12 MB"> + <!ENTITY pcre-time "0.4 SBU"> ]> <sect1 id="pcre" xreflabel="PCRE-&pcre-version;"> @@ -84,7 +84,8 @@ <screen><userinput>./configure --prefix=/usr \ --docdir=/usr/share/doc/pcre-&pcre-version; \ - --enable-utf8 --enable-unicode-properties \ + --enable-utf8 \ + --enable-unicode-properties \ --enable-pcregrep-libz \ --enable-pcregrep-libbz2 && make</userinput></screen> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2010-11-15 18:02:57 UTC (rev 8692) +++ trunk/BOOK/general.ent 2010-11-16 17:52:06 UTC (rev 8693) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "15"> <!-- Always 2 digits --> +<!ENTITY day "16"> <!-- Always 2 digits --> <!ENTITY month "11"> <!-- Always 2 digits --> <!ENTITY year "2010"> <!ENTITY copyrightdate "2001-&year;"> @@ -139,7 +139,7 @@ <!-- Part III --> <!-- Chapter 8 --> -<!ENTITY pcre-version "8.00"> +<!ENTITY pcre-version "8.10"> <!ENTITY popt-version "1.15"> <!ENTITY slang-version "2.2.2"> <!ENTITY gamin-version "0.1.10"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2010-11-15 18:02:57 UTC (rev 8692) +++ trunk/BOOK/introduction/welcome/changelog.xml 2010-11-16 17:52:06 UTC (rev 8693) @@ -42,6 +42,15 @@ --> <listitem> + <para>November 16th, 2010</para> + <itemizedlist> + <listitem> + <para>[randy] - Updated to PCRE-8.10.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>November 15th, 2010</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
