ken | 8 Jul 2008 23:18
Picon
Favicon

r7497 - in trunk/BOOK: . general/genlib introduction/welcome

Author: ken
Date: 2008-07-08 15:18:51 -0600 (Tue, 08 Jul 2008)
New Revision: 7497

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/pcre.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Patch pcre for the latest vulnerability.

Modified: trunk/BOOK/general/genlib/pcre.xml
===================================================================
--- trunk/BOOK/general/genlib/pcre.xml	2008-06-27 05:29:51 UTC (rev 7496)
+++ trunk/BOOK/general/genlib/pcre.xml	2008-07-08 21:18:51 UTC (rev 7497)
 <at>  <at>  -63,6 +63,10  <at>  <at> 
         <para>Required Patch: <ulink
           url="&patch-root;/pcre-&pcre-version;-abi_breakage-1.patch"/></para>
       </listitem>
+      <listitem>
+        <para>Required Patch: <ulink
+          url="&patch-root;/pcre-&pcre-version;-security_fix-1.patch"/></para>
+      </listitem>
     </itemizedlist>

     <para condition="html" role="usernotes">User Notes:

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent	2008-06-27 05:29:51 UTC (rev 7496)
(Continue reading)

ken | 8 Jul 2008 23:35
Picon
Favicon

r7498 - in branches/6.3/BOOK: . general/genlib introduction/welcome

Author: ken
Date: 2008-07-08 15:35:10 -0600 (Tue, 08 Jul 2008)
New Revision: 7498

Modified:
   branches/6.3/BOOK/general.ent
   branches/6.3/BOOK/general/genlib/pcre.xml
   branches/6.3/BOOK/introduction/welcome/changelog.xml
Log:
Merge r7497 from trunk.

Modified: branches/6.3/BOOK/general/genlib/pcre.xml
===================================================================
--- branches/6.3/BOOK/general/genlib/pcre.xml	2008-07-08 21:18:51 UTC (rev 7497)
+++ branches/6.3/BOOK/general/genlib/pcre.xml	2008-07-08 21:35:10 UTC (rev 7498)
 <at>  <at>  -63,6 +63,10  <at>  <at> 
         <para>Required Patch: <ulink
           url="&patch-root;/pcre-&pcre-version;-abi_breakage-1.patch"/></para>
       </listitem>
+      <listitem>
+        <para>Required Patch: <ulink
+          url="&patch-root;/pcre-&pcre-version;-security_fix-1.patch"/></para>
+      </listitem>
     </itemizedlist>

     <para condition="html" role="usernotes">User Notes:

Modified: branches/6.3/BOOK/general.ent
===================================================================
--- branches/6.3/BOOK/general.ent	2008-07-08 21:18:51 UTC (rev 7497)
(Continue reading)

Randy McMurchy | 9 Jul 2008 01:21
Picon
Favicon

Re: r7498 - in branches/6.3/BOOK: . general/genlib introduction/welcome

ken <at> linuxfromscratch.org wrote:

> Modified: branches/6.3/BOOK/general/genlib/pcre.xml
> ===================================================================
> --- branches/6.3/BOOK/general/genlib/pcre.xml	2008-07-08 21:18:51 UTC (rev 7497)
> +++ branches/6.3/BOOK/general/genlib/pcre.xml	2008-07-08 21:35:10 UTC (rev 7498)
>  <at>  <at>  -63,6 +63,10  <at>  <at> 
>          <para>Required Patch: <ulink
>            url="&patch-root;/pcre-&pcre-version;-abi_breakage-1.patch"/></para>
>        </listitem>
> +      <listitem>
> +        <para>Required Patch: <ulink
> +          url="&patch-root;/pcre-&pcre-version;-security_fix-1.patch"/></para>
> +      </listitem>
>      </itemizedlist>
>  
>      <para condition="html" role="usernotes">User Notes:
> 
> Modified: branches/6.3/BOOK/general.ent
> ===================================================================

You should probably add the actual command to install the
patch to the instructions as well. :-)

-- 
Randy
--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
(Continue reading)

Ken Moffat | 9 Jul 2008 01:40

Re: r7498 - in branches/6.3/BOOK: . general/genlib introduction/welcome

On Tue, Jul 08, 2008 at 06:21:50PM -0500, Randy McMurchy wrote:
> 
> You should probably add the actual command to install the
> patch to the instructions as well. :-)
> 
> -- 
 Oh ####!  Will try to add it to both versions tomorrow.

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
ken | 9 Jul 2008 16:14
Picon
Favicon

r7499 - in trunk/BOOK: . general/genlib

Author: ken
Date: 2008-07-09 08:14:37 -0600 (Wed, 09 Jul 2008)
New Revision: 7499

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/pcre.xml
Log:
Add the missing instruction to apply the patch.

Modified: trunk/BOOK/general/genlib/pcre.xml
===================================================================
--- trunk/BOOK/general/genlib/pcre.xml	2008-07-08 21:35:10 UTC (rev 7498)
+++ trunk/BOOK/general/genlib/pcre.xml	2008-07-09 14:14:37 UTC (rev 7499)
 <at>  <at>  -81,6 +81,7  <at>  <at> 
     the following commands:</para>

 <screen><userinput>patch -Np1 -i ../pcre-&pcre-version;-abi_breakage-1.patch &amp;&amp;
+patch -Np1 -i ../pcre-&pcre-version;-security_fix-1.patch &amp;&amp;
 ./configure --prefix=/usr \
             --docdir=/usr/share/doc/pcre-&pcre-version; \
             --enable-utf8 \

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent	2008-07-08 21:35:10 UTC (rev 7498)
+++ trunk/BOOK/general.ent	2008-07-09 14:14:37 UTC (rev 7499)
 <at>  <at>  -4,7 +4,7  <at>  <at> 
 -->

(Continue reading)

ken | 9 Jul 2008 16:23
Picon
Favicon

r7500 - in branches/6.3/BOOK: . general/genlib

Author: ken
Date: 2008-07-09 08:23:33 -0600 (Wed, 09 Jul 2008)
New Revision: 7500

Modified:
   branches/6.3/BOOK/general.ent
   branches/6.3/BOOK/general/genlib/pcre.xml
Log:
merge r7499 to 6.3 branch, with correct date.

Modified: branches/6.3/BOOK/general/genlib/pcre.xml
===================================================================
--- branches/6.3/BOOK/general/genlib/pcre.xml	2008-07-09 14:14:37 UTC (rev 7499)
+++ branches/6.3/BOOK/general/genlib/pcre.xml	2008-07-09 14:23:33 UTC (rev 7500)
 <at>  <at>  -81,6 +81,7  <at>  <at> 
     the following commands:</para>

 <screen><userinput>patch -Np1 -i ../pcre-&pcre-version;-abi_breakage-1.patch &amp;&amp;
+patch -Np1 -i ../pcre-&pcre-version;-security_fix-1.patch &amp;&amp;
 ./configure --prefix=/usr \
             --docdir=/usr/share/doc/pcre-&pcre-version; \
             --enable-utf8 \

Modified: branches/6.3/BOOK/general.ent
===================================================================
--- branches/6.3/BOOK/general.ent	2008-07-09 14:14:37 UTC (rev 7499)
+++ branches/6.3/BOOK/general.ent	2008-07-09 14:23:33 UTC (rev 7500)
 <at>  <at>  -3,7 +3,7  <at>  <at> 
 $Date$
 -->
(Continue reading)

ken | 9 Jul 2008 16:32
Picon
Favicon

r7501 - trunk/BOOK

Author: ken
Date: 2008-07-09 08:32:18 -0600 (Wed, 09 Jul 2008)
New Revision: 7501

Modified:
   trunk/BOOK/general.ent
Log:
Whoops, I incremented the month instead of the day.

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent	2008-07-09 14:23:33 UTC (rev 7500)
+++ trunk/BOOK/general.ent	2008-07-09 14:32:18 UTC (rev 7501)
 <at>  <at>  -3,8 +3,8  <at>  <at> 
 $Date$
 -->

-<!ENTITY day          "08">                   <!-- Always 2 digits -->
-<!ENTITY month        "08">                   <!-- Always 2 digits -->
+<!ENTITY day          "09">                   <!-- Always 2 digits -->
+<!ENTITY month        "07">                   <!-- Always 2 digits -->
 <!ENTITY year         "2008">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">

--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

(Continue reading)

ken | 9 Jul 2008 17:44
Picon
Favicon

r7502 - in trunk/BOOK: . general/graphlib introduction/welcome

Author: ken
Date: 2008-07-09 09:44:26 -0600 (Wed, 09 Jul 2008)
New Revision: 7502

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/graphlib/freetype2.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Update freetype for security fixes and subsequent bugfixes.

Modified: trunk/BOOK/general/graphlib/freetype2.xml
===================================================================
--- trunk/BOOK/general/graphlib/freetype2.xml	2008-07-09 14:32:18 UTC (rev 7501)
+++ trunk/BOOK/general/graphlib/freetype2.xml	2008-07-09 15:44:26 UTC (rev 7502)
 <at>  <at>  -6,15 +6,15  <at>  <at> 

   <!ENTITY freetype2-download-http "http://downloads.sourceforge.net/freetype/freetype-&freetype2-version;.tar.bz2">
   <!ENTITY freetype2-download-ftp  "&gentoo-ftp-repo;/freetype-&freetype2-version;.tar.bz2">
-  <!ENTITY freetype2-md5sum        "1a6c59a7723d637c78672e7784da865d">
-  <!ENTITY freetype2-size          "1.2 MB">
-  <!ENTITY freetype2-buildsize     "24.3 (includes installing additional documentation)">
+  <!ENTITY freetype2-md5sum        "83306194817ebdea554133b4232a34aa">
+  <!ENTITY freetype2-size          "1.3 MB">
+  <!ENTITY freetype2-buildsize     "28.2 (includes installing additional documentation)">
   <!ENTITY freetype2-time          "0.4 SBU">

   <!ENTITY freetype2-doc-download-http "http://downloads.sourceforge.net/freetype/freetype-doc-&freetype2-version;.tar.bz2">
   <!ENTITY freetype2-doc-download-ftp  "&gentoo-ftp-repo;/freetype-doc-&freetype2-version;.tar.bz2">
-  <!ENTITY freetype2-doc-md5sum        "40cb37ba6c003845208c1b89cf507249">
(Continue reading)

ken | 9 Jul 2008 17:51
Picon
Favicon

r7503 - in branches/6.3/BOOK: . general/graphlib introduction/welcome

Author: ken
Date: 2008-07-09 09:51:58 -0600 (Wed, 09 Jul 2008)
New Revision: 7503

Modified:
   branches/6.3/BOOK/general.ent
   branches/6.3/BOOK/general/graphlib/freetype2.xml
   branches/6.3/BOOK/introduction/welcome/changelog.xml
Log:
Merge r7502 to 6.3 branch.

Modified: branches/6.3/BOOK/general/graphlib/freetype2.xml
===================================================================
--- branches/6.3/BOOK/general/graphlib/freetype2.xml	2008-07-09 15:44:26 UTC (rev 7502)
+++ branches/6.3/BOOK/general/graphlib/freetype2.xml	2008-07-09 15:51:58 UTC (rev 7503)
 <at>  <at>  -6,15 +6,15  <at>  <at> 

   <!ENTITY freetype2-download-http "http://downloads.sourceforge.net/freetype/freetype-&freetype2-version;.tar.bz2">
   <!ENTITY freetype2-download-ftp  "&gentoo-ftp-repo;/freetype-&freetype2-version;.tar.bz2">
-  <!ENTITY freetype2-md5sum        "1a6c59a7723d637c78672e7784da865d">
-  <!ENTITY freetype2-size          "1.2 MB">
-  <!ENTITY freetype2-buildsize     "24.3 (includes installing additional documentation)">
+  <!ENTITY freetype2-md5sum        "83306194817ebdea554133b4232a34aa">
+  <!ENTITY freetype2-size          "1.3 MB">
+  <!ENTITY freetype2-buildsize     "28.2 (includes installing additional documentation)">
   <!ENTITY freetype2-time          "0.4 SBU">

   <!ENTITY freetype2-doc-download-http "http://downloads.sourceforge.net/freetype/freetype-doc-&freetype2-version;.tar.bz2">
   <!ENTITY freetype2-doc-download-ftp  "&gentoo-ftp-repo;/freetype-doc-&freetype2-version;.tar.bz2">
-  <!ENTITY freetype2-doc-md5sum        "40cb37ba6c003845208c1b89cf507249">
(Continue reading)

ken | 9 Jul 2008 18:36
Picon
Favicon

r7504 - in trunk/BOOK: . general/graphlib introduction/welcome

Author: ken
Date: 2008-07-09 10:36:55 -0600 (Wed, 09 Jul 2008)
New Revision: 7504

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/graphlib/libpng.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Update libpng.

Modified: trunk/BOOK/general/graphlib/libpng.xml
===================================================================
--- trunk/BOOK/general/graphlib/libpng.xml	2008-07-09 15:51:58 UTC (rev 7503)
+++ trunk/BOOK/general/graphlib/libpng.xml	2008-07-09 16:36:55 UTC (rev 7504)
 <at>  <at>  -6,8 +6,8  <at>  <at> 

   <!ENTITY libpng-download-http "http://downloads.sourceforge.net/libpng/libpng-&libpng-version;.tar.bz2">
   <!ENTITY libpng-download-ftp  " ">
-  <!ENTITY libpng-md5sum        "1e676c5cc7dfa4ef78affe8fb8f1011d">
-  <!ENTITY libpng-size          "602 KB">
+  <!ENTITY libpng-md5sum        "f588cb4ee39e3a333604096f937ea157">
+  <!ENTITY libpng-size          "616 KB">
   <!ENTITY libpng-buildsize     "11.5 MB">
   <!ENTITY libpng-time          "0.3 SBU">
 ]>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent	2008-07-09 15:51:58 UTC (rev 7503)
(Continue reading)


Gmane