Author: randy Date: 2012-12-10 09:36:24 -0700 (Mon, 10 Dec 2012) New Revision: 10880
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/pcre.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to PCRE-8.32 Modified: trunk/BOOK/general/genlib/pcre.xml =================================================================== --- trunk/BOOK/general/genlib/pcre.xml 2012-12-09 21:08:23 UTC (rev 10879) +++ trunk/BOOK/general/genlib/pcre.xml 2012-12-10 16:36:24 UTC (rev 10880) @@ -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 "1c9a276af932b5599157f96e945391f0"> - <!ENTITY pcre-size "1.2 MB"> - <!ENTITY pcre-buildsize "13 MB"> - <!ENTITY pcre-time "0.2 SBU"> + <!ENTITY pcre-md5sum "62f02a76bb57a40bc66681760ed511d5"> + <!ENTITY pcre-size "1.3 MB"> + <!ENTITY pcre-buildsize "16 MB"> + <!ENTITY pcre-time "0.3 SBU"> ]> <sect1 id="pcre" xreflabel="PCRE-&pcre-version;"> @@ -86,13 +86,13 @@ the following commands: </para> -<screen><userinput>./configure --prefix=/usr \ +<screen><userinput>./configure --prefix=/usr \ --docdir=/usr/share/doc/pcre-&pcre-version; \ - --enable-utf \ - --enable-unicode-properties \ - --enable-pcregrep-libz \ - --enable-pcregrep-libbz2 \ - --disable-static && + --enable-utf \ + --enable-unicode-properties \ + --enable-pcregrep-libz \ + --enable-pcregrep-libbz2 \ + --disable-static && make</userinput></screen> <para> @@ -103,9 +103,9 @@ Now, as the <systemitem class="username">root</systemitem> user: </para> -<screen role="root"><userinput>make install && +<screen role="root"><userinput>make install && mv -v /usr/lib/libpcre.so.* /lib && -ln -sfv ../../lib/libpcre.so.1.0.1 /usr/lib/libpcre.so</userinput></screen> +ln -sfv ../../lib/libpcre.so.1.2.0 /usr/lib/libpcre.so</userinput></screen> </sect2> @@ -140,7 +140,7 @@ href="../../xincludes/static-libraries.xml"/> <para> - <command>mv -v /usr/lib/libpcre.so.* /lib</command>: Moves + <command>mv -v /usr/lib/libpcre.so.* /lib</command>: Moves the <application>PCRE</application> library on the root filesystem so that it is available in case <command>grep</command> gets reinstalled with <application>PCRE</application> support. Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-12-09 21:08:23 UTC (rev 10879) +++ trunk/BOOK/general.ent 2012-12-10 16:36:24 UTC (rev 10880) @@ -3,13 +3,13 @@ $Date$ --> -<!ENTITY day "09"> <!-- Always 2 digits --> +<!ENTITY day "10"> <!-- Always 2 digits --> <!ENTITY month "12"> <!-- Always 2 digits --> <!ENTITY year "2012"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "December 9th, &year;"> +<!ENTITY releasedate "December 10th, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] --> @@ -280,7 +280,7 @@ <!ENTITY mtdev-version "1.1.3"> <!ENTITY nspr-version "4.9.4"> <!ENTITY openobex-version "1.6"> -<!ENTITY pcre-version "8.31"> +<!ENTITY pcre-version "8.32"> <!ENTITY popt-version "1.16"> <!ENTITY pth-version "2.0.7"> <!ENTITY ptlib-version "2.10.9"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-12-09 21:08:23 UTC (rev 10879) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-12-10 16:36:24 UTC (rev 10880) @@ -44,6 +44,15 @@ --> <listitem> + <para>December 10th, 2012</para> + <itemizedlist> + <listitem> + <para>[randy] - Updated to PCRE-8.32.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>December 9th, 2012</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
